Created
March 25, 2023 00:11
-
-
Save juliangaal/19cfe9e439e339120d378da5febac7ee to your computer and use it in GitHub Desktop.
kobold error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2023-03-25T00:10:36.712041Z INFO 📦 starting build | |
2023-03-25T00:10:36.712422Z INFO spawning asset pipelines | |
2023-03-25T00:10:36.772944Z INFO building kobold_csv_editor_example | |
Compiling cfg-if v1.0.0 | |
Compiling itoa v1.0.6 | |
Compiling ryu v1.0.13 | |
Compiling rustversion v1.0.12 | |
error[E0463]: can't find crate for `core` | |
| | |
= note: the `wasm32-unknown-unknown` target may not be installed | |
= help: consider downloading the target with `rustup target add wasm32-unknown-unknown` | |
error[E0463]: can't find crate for `compiler_builtins` | |
For more information about this error, try `rustc --explain E0463`. | |
error: could not compile `cfg-if` due to 2 previous errors | |
warning: build failed, waiting for other jobs to finish... | |
error[E0463]: can't find crate for `core` | |
--> /home/julian/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-1.0.6/src/lib.rs:44:5 | |
| | |
44 | use core::mem::{self, MaybeUninit}; | |
| ^^^^ can't find crate | |
| | |
= note: the `wasm32-unknown-unknown` target may not be installed | |
= help: consider downloading the target with `rustup target add wasm32-unknown-unknown` | |
error[E0463]: can't find crate for `core` | |
--> /home/julian/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-1.0.6/src/lib.rs:45:5 | |
| | |
45 | use core::{ptr, slice, str}; | |
| ^^^^ can't find crate | |
| | |
= note: the `wasm32-unknown-unknown` target may not be installed | |
= help: consider downloading the target with `rustup target add wasm32-unknown-unknown` | |
error: cannot find macro `debug_assert_eq` in this scope | |
--> /home/julian/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-1.0.6/src/udiv128.rs:44:5 | |
| | |
44 | debug_assert_eq!(quot, n / d as u128); | |
| ^^^^^^^^^^^^^^^ | |
error: cannot find macro `debug_assert_eq` in this scope | |
--> /home/julian/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-1.0.6/src/udiv128.rs:45:5 | |
| | |
45 | debug_assert_eq!(rem as u128, n % d as u128); | |
| ^^^^^^^^^^^^^^^ | |
error[E0405]: cannot find trait `Default` in this scope | |
--> /home/julian/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-1.0.6/src/lib.rs:63:6 | |
| | |
63 | impl Default for Buffer { | |
| ^^^^^^^ not found in this scope | |
error[E0405]: cannot find trait `Clone` in this scope | |
--> /home/julian/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-1.0.6/src/lib.rs:70:6 | |
| | |
70 | impl Clone for Buffer { | |
| ^^^^^ not found in this scope | |
error[E0405]: cannot find trait `Copy` in this scope | |
--> /home/julian/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-1.0.6/src/lib.rs:105:23 | |
| | |
105 | pub trait Sealed: Copy { | |
| ^^^^ not found in this scope | |
error[E0463]: can't find crate for `core` | |
--> /home/julian/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.13/src/buffer/mod.rs:2:5 | |
| | |
2 | use core::mem::MaybeUninit; | |
| ^^^^ can't find crate | |
| | |
= note: the `wasm32-unknown-unknown` target may not be installed | |
= help: consider downloading the target with `rustup target add wasm32-unknown-unknown` | |
error[E0463]: can't find crate for `core` | |
--> /home/julian/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.13/src/buffer/mod.rs:3:5 | |
| | |
3 | use core::{slice, str}; | |
| ^^^^ can't find crate | |
| | |
= note: the `wasm32-unknown-unknown` target may not be installed | |
= help: consider downloading the target with `rustup target add wasm32-unknown-unknown` | |
error[E0463]: can't find crate for `core` | |
--> /home/julian/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.13/src/d2s.rs:27:5 | |
| | |
27 | use core::mem::MaybeUninit; | |
| ^^^^ can't find crate | |
| | |
= note: the `wasm32-unknown-unknown` target may not be installed | |
= help: consider downloading the target with `rustup target add wasm32-unknown-unknown` | |
error[E0463]: can't find crate for `core` | |
--> /home/julian/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.13/src/d2s_intrinsics.rs:21:5 | |
| | |
21 | use core::ptr; | |
| ^^^^ can't find crate | |
| | |
= note: the `wasm32-unknown-unknown` target may not be installed | |
= help: consider downloading the target with `rustup target add wasm32-unknown-unknown` | |
error[E0463]: can't find crate for `core` | |
--> /home/julian/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.13/src/pretty/exponent.rs:2:5 | |
| | |
2 | use core::ptr; | |
| ^^^^ can't find crate | |
| | |
= note: the `wasm32-unknown-unknown` target may not be installed | |
= help: consider downloading the target with `rustup target add wasm32-unknown-unknown` | |
error[E0463]: can't find crate for `core` | |
--> /home/julian/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.13/src/pretty/mantissa.rs:2:5 | |
| | |
2 | use core::ptr; | |
| ^^^^ can't find crate | |
| | |
= note: the `wasm32-unknown-unknown` target may not be installed | |
= help: consider downloading the target with `rustup target add wasm32-unknown-unknown` | |
error[E0463]: can't find crate for `core` | |
--> /home/julian/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.13/src/pretty/mod.rs:9:5 | |
| | |
9 | use core::ptr; | |
| ^^^^ can't find crate | |
| | |
= note: the `wasm32-unknown-unknown` target may not be installed | |
= help: consider downloading the target with `rustup target add wasm32-unknown-unknown` | |
Some errors have detailed explanations: E0405, E0463. | |
For more information about an error, try `rustc --explain E0405`. | |
error: cannot find macro `debug_assert` in this scope | |
--> /home/julian/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.13/src/pretty/mod.rs:181:5 | |
| | |
181 | debug_assert!(k >= -45); | |
| ^^^^^^^^^^^^ | |
error: cannot find macro `debug_assert` in this scope | |
--> /home/julian/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.13/src/pretty/mod.rs:75:5 | |
| | |
75 | debug_assert!(k >= -324); | |
| ^^^^^^^^^^^^ | |
error: cannot find macro `debug_assert` in this scope | |
--> /home/julian/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.13/src/pretty/exponent.rs:39:5 | |
| | |
39 | debug_assert!(k < 100); | |
| ^^^^^^^^^^^^ | |
error: cannot find macro `debug_assert` in this scope | |
--> /home/julian/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.13/src/pretty/exponent.rs:13:5 | |
| | |
13 | debug_assert!(k < 1000); | |
| ^^^^^^^^^^^^ | |
error: cannot find macro `debug_assert` in this scope | |
--> /home/julian/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.13/src/f2s_intrinsics.rs:110:9 | |
| | |
110 | debug_assert!(i < d2s::DOUBLE_POW5_SPLIT.len() as u32); | |
| ^^^^^^^^^^^^ | |
error: cannot find macro `debug_assert` in this scope | |
--> /home/julian/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.13/src/f2s_intrinsics.rs:89:9 | |
| | |
89 | debug_assert!(q < d2s::DOUBLE_POW5_INV_SPLIT.len() as u32); | |
| ^^^^^^^^^^^^ | |
error: cannot find macro `debug_assert` in this scope | |
--> /home/julian/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.13/src/f2s_intrinsics.rs:70:5 | |
| | |
70 | debug_assert!(shifted_sum <= u32::max_value() as u64); | |
| ^^^^^^^^^^^^ | |
error: cannot find macro `debug_assert` in this scope | |
--> /home/julian/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.13/src/f2s_intrinsics.rs:59:5 | |
| | |
59 | debug_assert!(shift > 32); | |
| ^^^^^^^^^^^^ | |
error: cannot find macro `debug_assert` in this scope | |
--> /home/julian/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.13/src/f2s_intrinsics.rs:30:9 | |
| | |
30 | debug_assert!(value != 0); | |
| ^^^^^^^^^^^^ | |
error: cannot find macro `debug_assert` in this scope | |
--> /home/julian/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.13/src/d2s_intrinsics.rs:65:5 | |
| | |
65 | debug_assert!(p < 64); | |
| ^^^^^^^^^^^^ | |
error: cannot find macro `debug_assert` in this scope | |
--> /home/julian/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.13/src/d2s_intrinsics.rs:64:5 | |
| | |
64 | debug_assert!(value != 0); | |
| ^^^^^^^^^^^^ | |
error: cannot find macro `debug_assert` in this scope | |
--> /home/julian/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.13/src/d2s_intrinsics.rs:42:9 | |
| | |
42 | debug_assert!(value != 0); | |
| ^^^^^^^^^^^^ | |
error: cannot find macro `debug_assert` in this scope | |
--> /home/julian/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.13/src/d2s.rs:178:21 | |
| | |
178 | debug_assert!(i < DOUBLE_POW5_SPLIT.len() as i32); | |
| ^^^^^^^^^^^^ | |
error: cannot find macro `debug_assert` in this scope | |
--> /home/julian/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.13/src/d2s.rs:136:21 | |
| | |
136 | debug_assert!(q < DOUBLE_POW5_INV_SPLIT.len() as u32); | |
| ^^^^^^^^^^^^ | |
error: cannot find macro `debug_assert` in this scope | |
--> /home/julian/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.13/src/d2s.rs:41:5 | |
| | |
41 | debug_assert!(v < 100000000000000000); | |
| ^^^^^^^^^^^^ | |
error: cannot find macro `debug_assert` in this scope | |
--> /home/julian/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.13/src/common.rs:93:5 | |
| | |
93 | debug_assert!(e <= 2620); | |
| ^^^^^^^^^^^^ | |
error: cannot find macro `debug_assert` in this scope | |
--> /home/julian/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.13/src/common.rs:92:5 | |
| | |
92 | debug_assert!(e >= 0); | |
| ^^^^^^^^^^^^ | |
error: cannot find macro `debug_assert` in this scope | |
--> /home/julian/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.13/src/common.rs:84:5 | |
| | |
84 | debug_assert!(e <= 1650); | |
| ^^^^^^^^^^^^ | |
error: cannot find macro `debug_assert` in this scope | |
--> /home/julian/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.13/src/common.rs:83:5 | |
| | |
83 | debug_assert!(e >= 0); | |
| ^^^^^^^^^^^^ | |
error: cannot find macro `debug_assert` in this scope | |
--> /home/julian/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.13/src/common.rs:69:5 | |
| | |
69 | debug_assert!(e <= 3528); | |
| ^^^^^^^^^^^^ | |
error: cannot find macro `debug_assert` in this scope | |
--> /home/julian/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.13/src/common.rs:68:5 | |
| | |
68 | debug_assert!(e >= 0); | |
| ^^^^^^^^^^^^ | |
error: cannot find macro `debug_assert` in this scope | |
--> /home/julian/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.13/src/common.rs:58:5 | |
| | |
58 | debug_assert!(e <= 3528); | |
| ^^^^^^^^^^^^ | |
error: cannot find macro `debug_assert` in this scope | |
--> /home/julian/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.13/src/common.rs:57:5 | |
| | |
57 | debug_assert!(e >= 0); | |
| ^^^^^^^^^^^^ | |
error: cannot find macro `debug_assert` in this scope | |
--> /home/julian/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.13/src/common.rs:27:5 | |
| | |
27 | debug_assert!(v < 1000000000); | |
| ^^^^^^^^^^^^ | |
error: cannot find macro `debug_assert` in this scope | |
--> /home/julian/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.13/src/buffer/mod.rs:75:13 | |
| | |
75 | debug_assert!(n <= self.bytes.len()); | |
| ^^^^^^^^^^^^ | |
error: could not compile `itoa` due to 9 previous errors | |
error[E0405]: cannot find trait `Copy` in this scope | |
--> /home/julian/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.13/src/buffer/mod.rs:82:6 | |
| | |
82 | impl Copy for Buffer {} | |
| ^^^^ not found in this scope | |
error[E0405]: cannot find trait `Clone` in this scope | |
--> /home/julian/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.13/src/buffer/mod.rs:84:6 | |
| | |
84 | impl Clone for Buffer { | |
| ^^^^^ not found in this scope | |
error[E0405]: cannot find trait `Default` in this scope | |
--> /home/julian/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.13/src/buffer/mod.rs:91:6 | |
| | |
91 | impl Default for Buffer { | |
| ^^^^^^^ not found in this scope | |
error[E0405]: cannot find trait `Copy` in this scope | |
--> /home/julian/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.13/src/buffer/mod.rs:108:19 | |
| | |
108 | pub trait Sealed: Copy { | |
| ^^^^ not found in this scope | |
error: could not compile `ryu` due to 38 previous errors | |
2023-03-25T00:10:37.399562Z ERROR ❌ error | |
error from HTML pipeline | |
Caused by: | |
0: error from asset pipeline | |
1: error during cargo build execution | |
2: cargo call returned a bad status | |
2023-03-25T00:10:37.399838Z INFO 📡 serving static assets at -> / | |
2023-03-25T00:10:37.399876Z INFO 📡 server listening at http://127.0.0.1:8080 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment