[INFO] fetching crate kalosm-parse-macro 0.3.2...
[INFO] checking kalosm-parse-macro-0.3.2 against master#39cb3386ddc6c71657418be28dbb3987eea4aa4b for pr-133536
[INFO] extracting crate kalosm-parse-macro 0.3.2 into /workspace/builds/worker-5-tc1/source
[INFO] validating manifest of crates.io crate kalosm-parse-macro 0.3.2 on toolchain 39cb3386ddc6c71657418be28dbb3987eea4aa4b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate kalosm-parse-macro 0.3.2
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate kalosm-parse-macro 0.3.2
[INFO] tweaked toml for crates.io crate kalosm-parse-macro 0.3.2 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 4 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 10745b0531c93f1ea2868c7bc327df083d2958edaff520f5102694f16b6108be
[INFO] running `Command { std: "docker" "start" "-a" "10745b0531c93f1ea2868c7bc327df083d2958edaff520f5102694f16b6108be", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "10745b0531c93f1ea2868c7bc327df083d2958edaff520f5102694f16b6108be", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "10745b0531c93f1ea2868c7bc327df083d2958edaff520f5102694f16b6108be", kill_on_drop: false }`
[INFO] [stdout] 10745b0531c93f1ea2868c7bc327df083d2958edaff520f5102694f16b6108be
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ae9a4df1bc003d6d42ce9139e8d641c085b23679eb04ae689ff4adcba0750bb0
[INFO] running `Command { std: "docker" "start" "-a" "ae9a4df1bc003d6d42ce9139e8d641c085b23679eb04ae689ff4adcba0750bb0", kill_on_drop: false }`
[INFO] [stderr]     Checking syn v2.0.90
[INFO] [stderr]     Checking kalosm-parse-macro v0.3.2 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `kalosm`
[INFO] [stdout]  --> tests/struct.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use kalosm::language::*;
[INFO] [stdout]   |     ^^^^^^ use of undeclared crate or module `kalosm`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `kalosm`
[INFO] [stdout]  --> tests/enum.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use kalosm::language::*;
[INFO] [stdout]   |     ^^^^^^ use of undeclared crate or module `kalosm`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pretty_assertions`
[INFO] [stdout]  --> tests/enum.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use pretty_assertions::assert_eq;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `pretty_assertions`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pretty_assertions`
[INFO] [stdout]  --> tests/struct.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use pretty_assertions::assert_eq;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `pretty_assertions`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `kalosm`
[INFO] [stdout]  --> tests/unit.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use kalosm::language::*;
[INFO] [stdout]   |     ^^^^^^ use of undeclared crate or module `kalosm`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Parse` in this scope
[INFO] [stdout]  --> tests/struct.rs:6:10
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[derive(Parse, Schema, Clone, PartialEq, Debug)]
[INFO] [stdout]   |          ^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this derive macro
[INFO] [stdout]   |
[INFO] [stdout] 3 + use kalosm_parse_macro::Parse;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Parse` in this scope
[INFO] [stdout]  --> tests/enum.rs:6:10
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[derive(Parse, Schema, Clone)]
[INFO] [stdout]   |          ^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this derive macro
[INFO] [stdout]   |
[INFO] [stdout] 3 + use kalosm_parse_macro::Parse;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Schema` in this scope
[INFO] [stdout]  --> tests/struct.rs:6:17
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[derive(Parse, Schema, Clone, PartialEq, Debug)]
[INFO] [stdout]   |                 ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this derive macro
[INFO] [stdout]   |
[INFO] [stdout] 3 + use kalosm_parse_macro::Schema;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Schema` in this scope
[INFO] [stdout]  --> tests/enum.rs:6:17
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[derive(Parse, Schema, Clone)]
[INFO] [stdout]   |                 ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this derive macro
[INFO] [stdout]   |
[INFO] [stdout] 3 + use kalosm_parse_macro::Schema;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `parse` in this scope
[INFO] [stdout]  --> tests/struct.rs:7:3
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[parse(rename = "empty struct")]
[INFO] [stdout]   |   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Parse` in this scope
[INFO] [stdout]   --> tests/struct.rs:44:10
[INFO] [stdout]    |
[INFO] [stdout] 44 | #[derive(Parse, Schema, Clone)]
[INFO] [stdout]    |          ^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this derive macro
[INFO] [stdout]    |
[INFO] [stdout] 3  + use kalosm_parse_macro::Parse;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `parse` in this scope
[INFO] [stdout]  --> tests/enum.rs:7:3
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[parse(tag = "ty", content = "contents")]
[INFO] [stdout]   |   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Schema` in this scope
[INFO] [stdout]   --> tests/struct.rs:44:17
[INFO] [stdout]    |
[INFO] [stdout] 44 | #[derive(Parse, Schema, Clone)]
[INFO] [stdout]    |                 ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this derive macro
[INFO] [stdout]    |
[INFO] [stdout] 3  + use kalosm_parse_macro::Schema;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `parse` in this scope
[INFO] [stdout]   --> tests/struct.rs:47:7
[INFO] [stdout]    |
[INFO] [stdout] 47 |     #[parse(rename = "field name")]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Parse` in this scope
[INFO] [stdout]    --> tests/struct.rs:105:10
[INFO] [stdout]     |
[INFO] [stdout] 105 | #[derive(Parse, Schema, Clone)]
[INFO] [stdout]     |          ^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this derive macro
[INFO] [stdout]     |
[INFO] [stdout] 3   + use kalosm_parse_macro::Parse;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `parse` in this scope
[INFO] [stdout]  --> tests/enum.rs:9:7
[INFO] [stdout]   |
[INFO] [stdout] 9 |     #[parse(rename = "person")]
[INFO] [stdout]   |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `parse` in this scope
[INFO] [stdout]   --> tests/enum.rs:12:11
[INFO] [stdout]    |
[INFO] [stdout] 12 |         #[parse(range = 0..=100)]
[INFO] [stdout]    |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `parse` in this scope
[INFO] [stdout]   --> tests/enum.rs:15:7
[INFO] [stdout]    |
[INFO] [stdout] 15 |     #[parse(rename = "animal")]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `parse` in this scope
[INFO] [stdout]   --> tests/enum.rs:17:11
[INFO] [stdout]    |
[INFO] [stdout] 17 |         #[parse(len = 1..=20)]
[INFO] [stdout]    |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `parse` in this scope
[INFO] [stdout]   --> tests/enum.rs:19:11
[INFO] [stdout]    |
[INFO] [stdout] 19 |         #[parse(pattern = "cat|dog|bird")]
[INFO] [stdout]    |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Schema` in this scope
[INFO] [stdout]    --> tests/struct.rs:105:17
[INFO] [stdout]     |
[INFO] [stdout] 105 | #[derive(Parse, Schema, Clone)]
[INFO] [stdout]     |                 ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this derive macro
[INFO] [stdout]     |
[INFO] [stdout] 3   + use kalosm_parse_macro::Schema;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Parse` in this scope
[INFO] [stdout]   --> tests/enum.rs:50:10
[INFO] [stdout]    |
[INFO] [stdout] 50 | #[derive(Parse, Schema, Clone)]
[INFO] [stdout]    |          ^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this derive macro
[INFO] [stdout]    |
[INFO] [stdout] 3  + use kalosm_parse_macro::Parse;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Schema` in this scope
[INFO] [stdout]   --> tests/enum.rs:50:17
[INFO] [stdout]    |
[INFO] [stdout] 50 | #[derive(Parse, Schema, Clone)]
[INFO] [stdout]    |                 ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this derive macro
[INFO] [stdout]    |
[INFO] [stdout] 3  + use kalosm_parse_macro::Schema;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `parse` in this scope
[INFO] [stdout]    --> tests/struct.rs:107:7
[INFO] [stdout]     |
[INFO] [stdout] 107 |     #[parse(with = StringParser::new(1..=10))]
[INFO] [stdout]     |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `parse` in this scope
[INFO] [stdout]    --> tests/struct.rs:109:7
[INFO] [stdout]     |
[INFO] [stdout] 109 |     #[parse(rename = "field name")]
[INFO] [stdout]     |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `parse` in this scope
[INFO] [stdout]   --> tests/enum.rs:53:11
[INFO] [stdout]    |
[INFO] [stdout] 53 |         #[parse(rename = "person")]
[INFO] [stdout]    |           ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Parse` in this scope
[INFO] [stdout]    --> tests/enum.rs:130:10
[INFO] [stdout]     |
[INFO] [stdout] 130 | #[derive(Parse, Schema, Clone)]
[INFO] [stdout]     |          ^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this derive macro
[INFO] [stdout]     |
[INFO] [stdout] 3   + use kalosm_parse_macro::Parse;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Schema` in this scope
[INFO] [stdout]    --> tests/enum.rs:130:17
[INFO] [stdout]     |
[INFO] [stdout] 130 | #[derive(Parse, Schema, Clone)]
[INFO] [stdout]     |                 ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this derive macro
[INFO] [stdout]     |
[INFO] [stdout] 3   + use kalosm_parse_macro::Schema;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `parse` in this scope
[INFO] [stdout]    --> tests/enum.rs:135:7
[INFO] [stdout]     |
[INFO] [stdout] 135 |     #[parse(rename = "second")]
[INFO] [stdout]     |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Parse` in this scope
[INFO] [stdout]    --> tests/enum.rs:171:10
[INFO] [stdout]     |
[INFO] [stdout] 171 | #[derive(Parse, Schema, Clone)]
[INFO] [stdout]     |          ^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this derive macro
[INFO] [stdout]     |
[INFO] [stdout] 3   + use kalosm_parse_macro::Parse;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Schema` in this scope
[INFO] [stdout]    --> tests/enum.rs:171:17
[INFO] [stdout]     |
[INFO] [stdout] 171 | #[derive(Parse, Schema, Clone)]
[INFO] [stdout]     |                 ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this derive macro
[INFO] [stdout]     |
[INFO] [stdout] 3   + use kalosm_parse_macro::Schema;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Parse` in this scope
[INFO] [stdout]   --> tests/unit.rs:30:10
[INFO] [stdout]    |
[INFO] [stdout] 30 | #[derive(Parse, Schema, Clone)]
[INFO] [stdout]    |          ^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this derive macro
[INFO] [stdout]    |
[INFO] [stdout] 3  + use kalosm_parse_macro::Parse;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Schema` in this scope
[INFO] [stdout]   --> tests/unit.rs:30:17
[INFO] [stdout]    |
[INFO] [stdout] 30 | #[derive(Parse, Schema, Clone)]
[INFO] [stdout]    |                 ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this derive macro
[INFO] [stdout]    |
[INFO] [stdout] 3  + use kalosm_parse_macro::Schema;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `parse` in this scope
[INFO] [stdout]   --> tests/unit.rs:31:3
[INFO] [stdout]    |
[INFO] [stdout] 31 | #[parse(rename = "unit struct")]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Parse` in this scope
[INFO] [stdout]    --> tests/enum.rs:201:14
[INFO] [stdout]     |
[INFO] [stdout] 201 |     #[derive(Parse, Schema, Debug, Clone, PartialEq)]
[INFO] [stdout]     |              ^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this derive macro
[INFO] [stdout]     |
[INFO] [stdout] 3   + use kalosm_parse_macro::Parse;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Schema` in this scope
[INFO] [stdout]    --> tests/enum.rs:201:21
[INFO] [stdout]     |
[INFO] [stdout] 201 |     #[derive(Parse, Schema, Debug, Clone, PartialEq)]
[INFO] [stdout]     |                     ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this derive macro
[INFO] [stdout]     |
[INFO] [stdout] 3   + use kalosm_parse_macro::Schema;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Parse` in this scope
[INFO] [stdout]  --> tests/unit.rs:5:10
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[derive(Parse, Schema, Clone)]
[INFO] [stdout]   |          ^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this derive macro
[INFO] [stdout]   |
[INFO] [stdout] 3 + use kalosm_parse_macro::Parse;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Schema` in this scope
[INFO] [stdout]  --> tests/unit.rs:5:17
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[derive(Parse, Schema, Clone)]
[INFO] [stdout]   |                 ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this derive macro
[INFO] [stdout]   |
[INFO] [stdout] 3 + use kalosm_parse_macro::Schema;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `metal`
[INFO] [stdout]   --> tests/struct.rs:22:11
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[cfg(any(feature = "metal", feature = "cuda"))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `metal` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cuda`
[INFO] [stdout]   --> tests/struct.rs:22:30
[INFO] [stdout]    |
[INFO] [stdout] 22 | #[cfg(any(feature = "metal", feature = "cuda"))]
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `cuda` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `metal`
[INFO] [stdout]   --> tests/struct.rs:82:11
[INFO] [stdout]    |
[INFO] [stdout] 82 | #[cfg(any(feature = "metal", feature = "cuda"))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `metal` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cuda`
[INFO] [stdout]   --> tests/struct.rs:82:30
[INFO] [stdout]    |
[INFO] [stdout] 82 | #[cfg(any(feature = "metal", feature = "cuda"))]
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `cuda` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `metal`
[INFO] [stdout]    --> tests/struct.rs:113:11
[INFO] [stdout]     |
[INFO] [stdout] 113 | #[cfg(any(feature = "metal", feature = "cuda"))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `metal` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cuda`
[INFO] [stdout]    --> tests/struct.rs:113:30
[INFO] [stdout]     |
[INFO] [stdout] 113 | #[cfg(any(feature = "metal", feature = "cuda"))]
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `cuda` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `metal`
[INFO] [stdout]  --> tests/unit.rs:8:11
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[cfg(any(feature = "metal", feature = "cuda"))]
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]   |
[INFO] [stdout]   = note: no expected values for `feature`
[INFO] [stdout]   = help: consider adding `metal` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cuda`
[INFO] [stdout]  --> tests/unit.rs:8:30
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[cfg(any(feature = "metal", feature = "cuda"))]
[INFO] [stdout]   |                              ^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]   |
[INFO] [stdout]   = note: no expected values for `feature`
[INFO] [stdout]   = help: consider adding `cuda` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `metal`
[INFO] [stdout]   --> tests/unit.rs:34:11
[INFO] [stdout]    |
[INFO] [stdout] 34 | #[cfg(any(feature = "metal", feature = "cuda"))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `metal` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cuda`
[INFO] [stdout]   --> tests/unit.rs:34:30
[INFO] [stdout]    |
[INFO] [stdout] 34 | #[cfg(any(feature = "metal", feature = "cuda"))]
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `cuda` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `metal`
[INFO] [stdout]   --> tests/enum.rs:24:11
[INFO] [stdout]    |
[INFO] [stdout] 24 | #[cfg(any(feature = "metal", feature = "cuda"))]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `metal` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cuda`
[INFO] [stdout]   --> tests/enum.rs:24:30
[INFO] [stdout]    |
[INFO] [stdout] 24 | #[cfg(any(feature = "metal", feature = "cuda"))]
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `cuda` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `metal`
[INFO] [stdout]    --> tests/enum.rs:110:11
[INFO] [stdout]     |
[INFO] [stdout] 110 | #[cfg(any(feature = "metal", feature = "cuda"))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `metal` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cuda`
[INFO] [stdout]    --> tests/enum.rs:110:30
[INFO] [stdout]     |
[INFO] [stdout] 110 | #[cfg(any(feature = "metal", feature = "cuda"))]
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `cuda` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `metal`
[INFO] [stdout]    --> tests/enum.rs:151:11
[INFO] [stdout]     |
[INFO] [stdout] 151 | #[cfg(any(feature = "metal", feature = "cuda"))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `metal` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cuda`
[INFO] [stdout]    --> tests/enum.rs:151:30
[INFO] [stdout]     |
[INFO] [stdout] 151 | #[cfg(any(feature = "metal", feature = "cuda"))]
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `cuda` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `metal`
[INFO] [stdout]    --> tests/enum.rs:177:11
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[cfg(any(feature = "metal", feature = "cuda"))]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `metal` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `cuda`
[INFO] [stdout]    --> tests/enum.rs:177:30
[INFO] [stdout]     |
[INFO] [stdout] 177 | #[cfg(any(feature = "metal", feature = "cuda"))]
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `cuda` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `kalosm-parse-macro` (test "unit") due to 6 previous errors; 4 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0599]: no function or associated item named `schema` found for struct `EmptyNamedStruct` in the current scope
[INFO] [stdout]   --> tests/struct.rs:12:36
[INFO] [stdout]    |
[INFO] [stdout] 8  | struct EmptyNamedStruct {}
[INFO] [stdout]    | ----------------------- function or associated item `schema` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 12 |     let schema = EmptyNamedStruct::schema();
[INFO] [stdout]    |                                    ^^^^^^ function or associated item not found in `EmptyNamedStruct`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `serde_json`
[INFO] [stdout]   --> tests/struct.rs:13:16
[INFO] [stdout]    |
[INFO] [stdout] 13 |     let json = serde_json::from_str::<serde_json::Value>(&schema.to_string()).unwrap();
[INFO] [stdout]    |                ^^^^^^^^^^ use of undeclared crate or module `serde_json`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant or associated item named `schema` found for enum `MixedEnum` in the current scope
[INFO] [stdout]   --> tests/enum.rs:63:29
[INFO] [stdout]    |
[INFO] [stdout] 51 | enum MixedEnum {
[INFO] [stdout]    | -------------- variant or associated item `schema` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 63 |     let schema = MixedEnum::schema();
[INFO] [stdout]    |                             ^^^^^^ variant or associated item not found in `MixedEnum`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `schema` found for struct `NamedStruct` in the current scope
[INFO] [stdout]   --> tests/struct.rs:55:31
[INFO] [stdout]    |
[INFO] [stdout] 45 | struct NamedStruct {
[INFO] [stdout]    | ------------------ function or associated item `schema` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 55 |     let schema = NamedStruct::schema();
[INFO] [stdout]    |                               ^^^^^^ function or associated item not found in `NamedStruct`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `serde_json`
[INFO] [stdout]   --> tests/struct.rs:56:16
[INFO] [stdout]    |
[INFO] [stdout] 56 |     let json = serde_json::from_str::<serde_json::Value>(&schema.to_string()).unwrap();
[INFO] [stdout]    |                ^^^^^^^^^^ use of undeclared crate or module `serde_json`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `serde_json`
[INFO] [stdout]   --> tests/enum.rs:64:16
[INFO] [stdout]    |
[INFO] [stdout] 64 |     let json = serde_json::from_str::<serde_json::Value>(&schema.to_string()).unwrap();
[INFO] [stdout]    |                ^^^^^^^^^^ use of undeclared crate or module `serde_json`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant or associated item named `schema` found for enum `UnitEnum` in the current scope
[INFO] [stdout]    --> tests/enum.rs:141:28
[INFO] [stdout]     |
[INFO] [stdout] 131 | enum UnitEnum {
[INFO] [stdout]     | ------------- variant or associated item `schema` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 141 |     let schema = UnitEnum::schema();
[INFO] [stdout]     |                            ^^^^^^ variant or associated item not found in `UnitEnum`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `serde_json`
[INFO] [stdout]    --> tests/enum.rs:142:16
[INFO] [stdout]     |
[INFO] [stdout] 142 |     let json = serde_json::from_str::<serde_json::Value>(&schema.to_string()).unwrap();
[INFO] [stdout]     |                ^^^^^^^^^^ use of undeclared crate or module `serde_json`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `serde_json`
[INFO] [stdout]   --> tests/struct.rs:56:39
[INFO] [stdout]    |
[INFO] [stdout] 56 |     let json = serde_json::from_str::<serde_json::Value>(&schema.to_string()).unwrap();
[INFO] [stdout]    |                                       ^^^^^^^^^^ use of undeclared crate or module `serde_json`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `serde_json`
[INFO] [stdout]   --> tests/struct.rs:13:39
[INFO] [stdout]    |
[INFO] [stdout] 13 |     let json = serde_json::from_str::<serde_json::Value>(&schema.to_string()).unwrap();
[INFO] [stdout]    |                                       ^^^^^^^^^^ use of undeclared crate or module `serde_json`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no variant or associated item named `new_parser` found for enum `Color` in the current scope
[INFO] [stdout]    --> tests/enum.rs:208:25
[INFO] [stdout]     |
[INFO] [stdout] 202 |     enum Color {
[INFO] [stdout]     |     ---------- variant or associated item `new_parser` not found for this enum
[INFO] [stdout] ...
[INFO] [stdout] 208 |     let parser = Color::new_parser();
[INFO] [stdout]     |                         ^^^^^^^^^^ variant or associated item not found in `Color`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `serde_json`
[INFO] [stdout]    --> tests/enum.rs:142:39
[INFO] [stdout]     |
[INFO] [stdout] 142 |     let json = serde_json::from_str::<serde_json::Value>(&schema.to_string()).unwrap();
[INFO] [stdout]     |                                       ^^^^^^^^^^ use of undeclared crate or module `serde_json`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `serde_json`
[INFO] [stdout]   --> tests/enum.rs:64:39
[INFO] [stdout]    |
[INFO] [stdout] 64 |     let json = serde_json::from_str::<serde_json::Value>(&schema.to_string()).unwrap();
[INFO] [stdout]    |                                       ^^^^^^^^^^ use of undeclared crate or module `serde_json`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `kalosm-parse-macro` (test "struct") due to 18 previous errors; 6 warnings emitted
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `kalosm-parse-macro` (test "enum") due to 27 previous errors; 8 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "ae9a4df1bc003d6d42ce9139e8d641c085b23679eb04ae689ff4adcba0750bb0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ae9a4df1bc003d6d42ce9139e8d641c085b23679eb04ae689ff4adcba0750bb0", kill_on_drop: false }`
[INFO] [stdout] ae9a4df1bc003d6d42ce9139e8d641c085b23679eb04ae689ff4adcba0750bb0
