[INFO] fetching crate easy_config_derive 0.2.0...
[INFO] checking easy_config_derive-0.2.0 against master#39cb3386ddc6c71657418be28dbb3987eea4aa4b for pr-133536
[INFO] extracting crate easy_config_derive 0.2.0 into /workspace/builds/worker-1-tc1/source
[INFO] validating manifest of crates.io crate easy_config_derive 0.2.0 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 easy_config_derive 0.2.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate easy_config_derive 0.2.0
[INFO] tweaked toml for crates.io crate easy_config_derive 0.2.0 written to /workspace/builds/worker-1-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-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 6155b0dacd9407244a2fa0402a11329cdbe03a3abe3d62e75db0aeaf5d0c2c70
[INFO] running `Command { std: "docker" "start" "-a" "6155b0dacd9407244a2fa0402a11329cdbe03a3abe3d62e75db0aeaf5d0c2c70", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6155b0dacd9407244a2fa0402a11329cdbe03a3abe3d62e75db0aeaf5d0c2c70", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6155b0dacd9407244a2fa0402a11329cdbe03a3abe3d62e75db0aeaf5d0c2c70", kill_on_drop: false }`
[INFO] [stdout] 6155b0dacd9407244a2fa0402a11329cdbe03a3abe3d62e75db0aeaf5d0c2c70
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 14bfd16f1d56bcecaf2cdab6b4ddb64365a5bb20042d914aa2502add10ad19ee
[INFO] running `Command { std: "docker" "start" "-a" "14bfd16f1d56bcecaf2cdab6b4ddb64365a5bb20042d914aa2502add10ad19ee", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]     Checking unicode-ident v1.0.14
[INFO] [stderr]     Checking quote v1.0.37
[INFO] [stderr]     Checking syn v2.0.90
[INFO] [stderr]     Checking easy_config_derive v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `easy_config`
[INFO] [stdout]  --> tests/unit_struct.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 |     use easy_config::parser::Parser;
[INFO] [stdout]   |         ^^^^^^^^^^^ use of undeclared crate or module `easy_config`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `easy_config`
[INFO] [stdout]   --> tests/commented_derive.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 |     use easy_config::parser::Parser;
[INFO] [stdout]    |         ^^^^^^^^^^^ use of undeclared crate or module `easy_config`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `easy_config`
[INFO] [stdout]  --> tests/unnamed_struct.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 |     use easy_config::parser::Parser;
[INFO] [stdout]   |         ^^^^^^^^^^^ use of undeclared crate or module `easy_config`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `easy_config`
[INFO] [stdout]  --> tests/unit_struct.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 9 |     use easy_config::serialization::Config;
[INFO] [stdout]   |         ^^^^^^^^^^^ use of undeclared crate or module `easy_config`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `easy_config`
[INFO] [stdout]  --> tests/unnamed_struct.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 9 |     use easy_config::serialization::Config;
[INFO] [stdout]   |         ^^^^^^^^^^^ use of undeclared crate or module `easy_config`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `easy_config`
[INFO] [stdout]   --> tests/commented_derive.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 |     use easy_config::serialization::Config;
[INFO] [stdout]    |         ^^^^^^^^^^^ use of undeclared crate or module `easy_config`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `easy_config`
[INFO] [stdout]  --> tests/unit_struct.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(Config, Debug, PartialEq)]
[INFO] [stdout]   |          ^^^^^^ use of undeclared crate or module `easy_config`
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Config` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `easy_config`
[INFO] [stdout]  --> tests/commented_derive.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(Config, PartialEq, Debug)]
[INFO] [stdout]   |          ^^^^^^ use of undeclared crate or module `easy_config`
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Config` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `easy_config`
[INFO] [stdout]  --> tests/unnamed_struct.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(Config, Debug, PartialEq)]
[INFO] [stdout]   |          ^^^^^^ use of undeclared crate or module `easy_config`
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Config` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `easy_config`
[INFO] [stdout]   --> tests/kinda_complex.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 |     use easy_config::parser::Parser;
[INFO] [stdout]    |         ^^^^^^^^^^^ use of undeclared crate or module `easy_config`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `easy_config`
[INFO] [stdout]   --> tests/kinda_complex.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 21 |     use easy_config::serialization::Config;
[INFO] [stdout]    |         ^^^^^^^^^^^ use of undeclared crate or module `easy_config`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `easy_config`
[INFO] [stdout]  --> tests/kinda_complex.rs:3:17
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(Debug, Config, PartialEq)]
[INFO] [stdout]   |                 ^^^^^^ use of undeclared crate or module `easy_config`
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Config` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `easy_config`
[INFO] [stdout]  --> tests/kinda_complex.rs:9:17
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(Debug, Config, PartialEq)]
[INFO] [stdout]   |                 ^^^^^^ use of undeclared crate or module `easy_config`
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Config` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `easy_config`
[INFO] [stdout]   --> tests/named_struct.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 |     use easy_config::parser::Parser;
[INFO] [stdout]    |         ^^^^^^^^^^^ use of undeclared crate or module `easy_config`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `easy_config`
[INFO] [stdout]   --> tests/named_struct.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 |     use easy_config::serialization::Config;
[INFO] [stdout]    |         ^^^^^^^^^^^ use of undeclared crate or module `easy_config`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `easy_config`
[INFO] [stdout]   --> tests/enum_tests.rs:37:9
[INFO] [stdout]    |
[INFO] [stdout] 37 |     use easy_config::parser::Parser;
[INFO] [stdout]    |         ^^^^^^^^^^^ use of undeclared crate or module `easy_config`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `easy_config`
[INFO] [stdout]  --> tests/named_struct.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(Config, Debug, PartialEq)]
[INFO] [stdout]   |          ^^^^^^ use of undeclared crate or module `easy_config`
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Config` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `easy_config`
[INFO] [stdout]   --> tests/enum_tests.rs:38:9
[INFO] [stdout]    |
[INFO] [stdout] 38 |     use easy_config::serialization::Config;
[INFO] [stdout]    |         ^^^^^^^^^^^ use of undeclared crate or module `easy_config`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `easy_config`
[INFO] [stdout]  --> tests/enum_tests.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(Config, PartialEq, Debug)]
[INFO] [stdout]   |          ^^^^^^ use of undeclared crate or module `easy_config`
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Config` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `easy_config`
[INFO] [stdout]  --> tests/unit_struct.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(Config, Debug, PartialEq)]
[INFO] [stdout]   |          ^^^^^^ use of undeclared crate or module `easy_config`
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Config` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]   |
[INFO] [stdout] 1 + use std::error;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `easy_config`
[INFO] [stdout]  --> tests/commented_derive.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(Config, PartialEq, Debug)]
[INFO] [stdout]   |          ^^^^^^ use of undeclared crate or module `easy_config`
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Config` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]   |
[INFO] [stdout] 1 + use std::error;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ExpectedTypeGot` in this scope
[INFO] [stdout]  --> tests/commented_derive.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(Config, PartialEq, Debug)]
[INFO] [stdout]   |          ^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Config` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `easy_config`
[INFO] [stdout]  --> tests/unnamed_struct.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(Config, Debug, PartialEq)]
[INFO] [stdout]   |          ^^^^^^ use of undeclared crate or module `easy_config`
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Config` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]   |
[INFO] [stdout] 1 + use std::error;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ExpectedTypeGot` in this scope
[INFO] [stdout]  --> tests/unnamed_struct.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(Config, Debug, PartialEq)]
[INFO] [stdout]   |          ^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Config` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ExpectedTypeGot` in this scope
[INFO] [stdout]  --> tests/unit_struct.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(Config, Debug, PartialEq)]
[INFO] [stdout]   |          ^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Config` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ExpectedTypeIn` in this scope
[INFO] [stdout]  --> tests/commented_derive.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(Config, PartialEq, Debug)]
[INFO] [stdout]   |          ^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Config` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433, E0531.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ExpectedTypeIn` in this scope
[INFO] [stdout]  --> tests/unnamed_struct.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(Config, Debug, PartialEq)]
[INFO] [stdout]   |          ^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Config` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433, E0531.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `easy_config_derive` (test "unit_struct") due to 5 previous errors
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `easy_config`
[INFO] [stdout]  --> tests/enum_tests.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(Config, PartialEq, Debug)]
[INFO] [stdout]   |          ^^^^^^ use of undeclared crate or module `easy_config`
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Config` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]   |
[INFO] [stdout] 1 + use std::error;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ExpectedTypeGot` in this scope
[INFO] [stdout]  --> tests/enum_tests.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(Config, PartialEq, Debug)]
[INFO] [stdout]   |          ^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Config` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `easy_config`
[INFO] [stdout]  --> tests/named_struct.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(Config, Debug, PartialEq)]
[INFO] [stdout]   |          ^^^^^^ use of undeclared crate or module `easy_config`
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Config` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]   |
[INFO] [stdout] 1 + use std::error;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ExpectedTypeGot` in this scope
[INFO] [stdout]  --> tests/named_struct.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(Config, Debug, PartialEq)]
[INFO] [stdout]   |          ^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Config` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `easy_config_derive` (test "commented_derive") due to 6 previous errors
[INFO] [stderr] error: could not compile `easy_config_derive` (test "unnamed_struct") due to 6 previous errors
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `easy_config`
[INFO] [stdout]  --> tests/kinda_complex.rs:3:17
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(Debug, Config, PartialEq)]
[INFO] [stdout]   |                 ^^^^^^ use of undeclared crate or module `easy_config`
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Config` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]   |
[INFO] [stdout] 1 + use std::error;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `easy_config`
[INFO] [stdout]  --> tests/kinda_complex.rs:9:17
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(Debug, Config, PartialEq)]
[INFO] [stdout]   |                 ^^^^^^ use of undeclared crate or module `easy_config`
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Config` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]   |
[INFO] [stdout] 1 + use std::error;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ExpectedTypeGot` in this scope
[INFO] [stdout]  --> tests/kinda_complex.rs:9:17
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(Debug, Config, PartialEq)]
[INFO] [stdout]   |                 ^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Config` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ExpectedTypeGot` in this scope
[INFO] [stdout]  --> tests/enum_tests.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(Config, PartialEq, Debug)]
[INFO] [stdout]   |          ^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Config` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433, E0531.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ExpectedTypeIn` in this scope
[INFO] [stdout]  --> tests/named_struct.rs:3:10
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(Config, Debug, PartialEq)]
[INFO] [stdout]   |          ^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Config` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433, E0531.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ExpectedTypeGot` in this scope
[INFO] [stdout]  --> tests/kinda_complex.rs:3:17
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(Debug, Config, PartialEq)]
[INFO] [stdout]   |                 ^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Config` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ExpectedTypeIn` in this scope
[INFO] [stdout]  --> tests/kinda_complex.rs:9:17
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(Debug, Config, PartialEq)]
[INFO] [stdout]   |                 ^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the derive macro `Config` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433, E0531.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `easy_config_derive` (test "enum_tests") due to 6 previous errors
[INFO] [stderr] error: could not compile `easy_config_derive` (test "named_struct") due to 6 previous errors
[INFO] [stderr] error: could not compile `easy_config_derive` (test "kinda_complex") due to 9 previous errors
[INFO] running `Command { std: "docker" "inspect" "14bfd16f1d56bcecaf2cdab6b4ddb64365a5bb20042d914aa2502add10ad19ee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "14bfd16f1d56bcecaf2cdab6b4ddb64365a5bb20042d914aa2502add10ad19ee", kill_on_drop: false }`
[INFO] [stdout] 14bfd16f1d56bcecaf2cdab6b4ddb64365a5bb20042d914aa2502add10ad19ee
