[INFO] fetching crate easy_config_derive 0.2.1... [INFO] checking easy_config_derive-0.2.1 against master#cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c for pr-143170 [INFO] extracting crate easy_config_derive 0.2.1 into /workspace/builds/worker-2-tc1/source [INFO] started tweaking crates.io crate easy_config_derive 0.2.1 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate easy_config_derive 0.2.1 [INFO] tweaked toml for crates.io crate easy_config_derive 0.2.1 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate easy_config_derive 0.2.1 on toolchain cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [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" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4fa5301c3bacd5923044aae070ca2a0176e36cb6584233bbb8eca355b477f9aa [INFO] running `Command { std: "docker" "start" "-a" "4fa5301c3bacd5923044aae070ca2a0176e36cb6584233bbb8eca355b477f9aa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4fa5301c3bacd5923044aae070ca2a0176e36cb6584233bbb8eca355b477f9aa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4fa5301c3bacd5923044aae070ca2a0176e36cb6584233bbb8eca355b477f9aa", kill_on_drop: false }` [INFO] [stdout] 4fa5301c3bacd5923044aae070ca2a0176e36cb6584233bbb8eca355b477f9aa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9c8fb3739f8bbed24af14385fa1bfa0ef56173e803f2239d468fe2e47aec9600 [INFO] running `Command { std: "docker" "start" "-a" "9c8fb3739f8bbed24af14385fa1bfa0ef56173e803f2239d468fe2e47aec9600", kill_on_drop: false }` [INFO] [stderr] Checking syn v2.0.104 [INFO] [stderr] Checking easy_config_derive v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `easy_config` [INFO] [stdout] --> tests/kinda_complex.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | use easy_config::parser::Parser; [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `easy_config` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `easy_config`, use `cargo add easy_config` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `easy_config` [INFO] [stdout] --> tests/kinda_complex.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | use easy_config::serialization::Config; [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `easy_config` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `easy_config`, use `cargo add easy_config` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `easy_config` [INFO] [stdout] --> tests/kinda_complex.rs:3:17 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, Config, PartialEq)] [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `easy_config` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `easy_config`, use `cargo add easy_config` to add it to your `Cargo.toml` [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 unresolved module or unlinked crate `easy_config` [INFO] [stdout] --> tests/kinda_complex.rs:9:17 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Debug, Config, PartialEq)] [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `easy_config` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `easy_config`, use `cargo add easy_config` to add it to your `Cargo.toml` [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 unresolved module or unlinked crate `easy_config` [INFO] [stdout] --> tests/commented_derive.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | use easy_config::parser::Parser; [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `easy_config` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `easy_config`, use `cargo add easy_config` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `easy_config` [INFO] [stdout] --> tests/commented_derive.rs:12:9 [INFO] [stdout] | [INFO] [stdout] 12 | use easy_config::serialization::Config; [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `easy_config` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `easy_config`, use `cargo add easy_config` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `easy_config` [INFO] [stdout] --> tests/commented_derive.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Config, PartialEq, Debug)] [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `easy_config` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `easy_config`, use `cargo add easy_config` to add it to your `Cargo.toml` [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 unresolved module or unlinked crate `easy_config` [INFO] [stdout] --> tests/unit_struct.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | use easy_config::parser::Parser; [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `easy_config` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `easy_config`, use `cargo add easy_config` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `easy_config` [INFO] [stdout] --> tests/unit_struct.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | use easy_config::serialization::Config; [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `easy_config` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `easy_config`, use `cargo add easy_config` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `easy_config` [INFO] [stdout] --> tests/unit_struct.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Config, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `easy_config` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `easy_config`, use `cargo add easy_config` to add it to your `Cargo.toml` [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 unresolved module or unlinked crate `easy_config` [INFO] [stdout] --> tests/enum_tests.rs:37:9 [INFO] [stdout] | [INFO] [stdout] 37 | use easy_config::parser::Parser; [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `easy_config` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `easy_config`, use `cargo add easy_config` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `easy_config` [INFO] [stdout] --> tests/unnamed_struct.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | use easy_config::parser::Parser; [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `easy_config` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `easy_config`, use `cargo add easy_config` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `easy_config` [INFO] [stdout] --> tests/named_struct.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | use easy_config::parser::Parser; [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `easy_config` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `easy_config`, use `cargo add easy_config` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `easy_config` [INFO] [stdout] --> tests/commented_derive.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Config, PartialEq, Debug)] [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `easy_config` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `easy_config`, use `cargo add easy_config` to add it to your `Cargo.toml` [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 unresolved module or unlinked crate `easy_config` [INFO] [stdout] --> tests/named_struct.rs:12:9 [INFO] [stdout] | [INFO] [stdout] 12 | use easy_config::serialization::Config; [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `easy_config` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `easy_config`, use `cargo add easy_config` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `easy_config` [INFO] [stdout] --> tests/named_struct.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Config, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `easy_config` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `easy_config`, use `cargo add easy_config` to add it to your `Cargo.toml` [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[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 unresolved module or unlinked crate `easy_config` [INFO] [stdout] --> tests/enum_tests.rs:38:9 [INFO] [stdout] | [INFO] [stdout] 38 | use easy_config::serialization::Config; [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `easy_config` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `easy_config`, use `cargo add easy_config` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `easy_config` [INFO] [stdout] --> tests/enum_tests.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Config, PartialEq, Debug)] [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `easy_config` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `easy_config`, use `cargo add easy_config` to add it to your `Cargo.toml` [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 unresolved module or unlinked crate `easy_config` [INFO] [stdout] --> tests/enum_tests.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Config, PartialEq, Debug)] [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `easy_config` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `easy_config`, use `cargo add easy_config` to add it to your `Cargo.toml` [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/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 unresolved module or unlinked crate `easy_config` [INFO] [stdout] --> tests/unnamed_struct.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | use easy_config::serialization::Config; [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `easy_config` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `easy_config`, use `cargo add easy_config` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `easy_config` [INFO] [stdout] --> tests/unnamed_struct.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Config, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `easy_config` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `easy_config`, use `cargo add easy_config` to add it to your `Cargo.toml` [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 unresolved module or unlinked crate `easy_config` [INFO] [stdout] --> tests/unnamed_struct.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Config, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `easy_config` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `easy_config`, use `cargo add easy_config` to add it to your `Cargo.toml` [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[E0433]: failed to resolve: use of unresolved module or unlinked crate `easy_config` [INFO] [stdout] --> tests/named_struct.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Config, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `easy_config` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `easy_config`, use `cargo add easy_config` to add it to your `Cargo.toml` [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 unresolved module or unlinked crate `easy_config` [INFO] [stdout] --> tests/kinda_complex.rs:3:17 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, Config, PartialEq)] [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `easy_config` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `easy_config`, use `cargo add easy_config` to add it to your `Cargo.toml` [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] [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] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `easy_config` [INFO] [stdout] --> tests/kinda_complex.rs:9:17 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(Debug, Config, PartialEq)] [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `easy_config` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `easy_config`, use `cargo add easy_config` to add it to your `Cargo.toml` [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] Some errors have detailed explanations: E0425, E0433, E0531. [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] 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/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[E0433]: failed to resolve: use of unresolved module or unlinked crate `easy_config` [INFO] [stdout] --> tests/unit_struct.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Config, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^ use of unresolved module or unlinked crate `easy_config` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `easy_config`, use `cargo add easy_config` to add it to your `Cargo.toml` [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[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] [stderr] error: could not compile `easy_config_derive` (test "commented_derive") due to 6 previous errors [INFO] [stdout] Some errors have detailed explanations: E0425, E0433, E0531. [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [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 "enum_tests") due to 6 previous errors [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 "unnamed_struct") due to 6 previous errors [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] [stderr] error: could not compile `easy_config_derive` (test "kinda_complex") due to 9 previous errors [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] [stderr] error: could not compile `easy_config_derive` (test "unit_struct") due to 5 previous errors [INFO] running `Command { std: "docker" "inspect" "9c8fb3739f8bbed24af14385fa1bfa0ef56173e803f2239d468fe2e47aec9600", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9c8fb3739f8bbed24af14385fa1bfa0ef56173e803f2239d468fe2e47aec9600", kill_on_drop: false }` [INFO] [stdout] 9c8fb3739f8bbed24af14385fa1bfa0ef56173e803f2239d468fe2e47aec9600