[INFO] fetching crate structural_derive 0.4.3... [INFO] testing structural_derive-0.4.3 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate structural_derive 0.4.3 into /workspace/builds/worker-96/source [INFO] validating manifest of crates.io crate structural_derive 0.4.3 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate structural_derive 0.4.3 [INFO] finished tweaking crates.io crate structural_derive 0.4.3 [INFO] tweaked toml for crates.io crate structural_derive 0.4.3 written to /workspace/builds/worker-96/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-96/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-96/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d9e0195c08f67b283709e729a6debabebc3c912b299a3c3876fda841c080e32e [INFO] running `Command { std: "docker" "start" "-a" "d9e0195c08f67b283709e729a6debabebc3c912b299a3c3876fda841c080e32e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d9e0195c08f67b283709e729a6debabebc3c912b299a3c3876fda841c080e32e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d9e0195c08f67b283709e729a6debabebc3c912b299a3c3876fda841c080e32e", kill_on_drop: false }` [INFO] [stdout] d9e0195c08f67b283709e729a6debabebc3c912b299a3c3876fda841c080e32e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-96/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-96/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0b9d91b30622d36057df4e68cf7ee0a54f78f50cd2c58dadd42631fd0410fbad [INFO] running `Command { std: "docker" "start" "-a" "0b9d91b30622d36057df4e68cf7ee0a54f78f50cd2c58dadd42631fd0410fbad", kill_on_drop: false }` [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling typed-arena v1.5.0 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling core_extensions v0.1.20 [INFO] [stderr] Compiling quote v1.0.15 [INFO] [stderr] Compiling as_derive_utils v0.8.3 [INFO] [stderr] Compiling structural_derive v0.4.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `span` [INFO] [stdout] --> src/structural_alias_impl_mod.rs:237:5 [INFO] [stdout] | [INFO] [stdout] 237 | pub(crate) span: Span, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `ReplaceBounds` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/structural_alias_impl_mod.rs:234:10 [INFO] [stdout] | [INFO] [stdout] 234 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `replace_bounds` [INFO] [stdout] --> src/structural_derive/attribute_config.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | pub(crate) replace_bounds: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `NewtypeConfig` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/structural_derive/attribute_config.rs:11:10 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `name` [INFO] [stdout] --> src/structural_derive/attribute_parsing.rs:128:9 [INFO] [stdout] | [INFO] [stdout] 128 | name: &'a Ident, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ParseContext` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/structural_derive/attribute_parsing.rs:121:10 [INFO] [stdout] | [INFO] [stdout] 121 | #[derive(Debug, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.87s [INFO] running `Command { std: "docker" "inspect" "0b9d91b30622d36057df4e68cf7ee0a54f78f50cd2c58dadd42631fd0410fbad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0b9d91b30622d36057df4e68cf7ee0a54f78f50cd2c58dadd42631fd0410fbad", kill_on_drop: false }` [INFO] [stdout] 0b9d91b30622d36057df4e68cf7ee0a54f78f50cd2c58dadd42631fd0410fbad [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-96/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-96/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ca4cbd77e973be85075abfda0677156ff5d9e6c671ee0b6a1f94d4dc7c98cdbd [INFO] running `Command { std: "docker" "start" "-a" "ca4cbd77e973be85075abfda0677156ff5d9e6c671ee0b6a1f94d4dc7c98cdbd", kill_on_drop: false }` [INFO] [stderr] Compiling structural_derive v0.4.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `span` [INFO] [stdout] --> src/structural_alias_impl_mod.rs:237:5 [INFO] [stdout] | [INFO] [stdout] 237 | pub(crate) span: Span, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `ReplaceBounds` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/structural_alias_impl_mod.rs:234:10 [INFO] [stdout] | [INFO] [stdout] 234 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `replace_bounds` [INFO] [stdout] --> src/structural_derive/attribute_config.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | pub(crate) replace_bounds: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `NewtypeConfig` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/structural_derive/attribute_config.rs:11:10 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `name` [INFO] [stdout] --> src/structural_derive/attribute_parsing.rs:128:9 [INFO] [stdout] | [INFO] [stdout] 128 | name: &'a Ident, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ParseContext` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/structural_derive/attribute_parsing.rs:121:10 [INFO] [stdout] | [INFO] [stdout] 121 | #[derive(Debug, Copy, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `as_derive_utils::test_framework` [INFO] [stdout] --> src/structural_alias_impl_mod/tests.rs:3:22 [INFO] [stdout] | [INFO] [stdout] 3 | use as_derive_utils::test_framework::Tests; [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `test_framework` in `as_derive_utils` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `as_derive_utils::test_framework` [INFO] [stdout] --> src/structural_derive/tests.rs:3:22 [INFO] [stdout] | [INFO] [stdout] 3 | use as_derive_utils::test_framework::Tests; [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `test_framework` in `as_derive_utils` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `as_derive_utils::test_framework` [INFO] [stdout] --> src/fp_impl.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | use as_derive_utils::test_framework::Tests; [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `test_framework` in `as_derive_utils` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `as_derive_utils::test_framework` [INFO] [stdout] --> src/switch_tstring_aliases.rs:200:26 [INFO] [stdout] | [INFO] [stdout] 200 | use as_derive_utils::test_framework::Tests; [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `test_framework` in `as_derive_utils` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `structural_derive` due to 5 previous errors [INFO] running `Command { std: "docker" "inspect" "ca4cbd77e973be85075abfda0677156ff5d9e6c671ee0b6a1f94d4dc7c98cdbd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ca4cbd77e973be85075abfda0677156ff5d9e6c671ee0b6a1f94d4dc7c98cdbd", kill_on_drop: false }` [INFO] [stdout] ca4cbd77e973be85075abfda0677156ff5d9e6c671ee0b6a1f94d4dc7c98cdbd