[INFO] fetching crate impl_inheritance 0.0.2... [INFO] checking impl_inheritance-0.0.2 against try#8bd0b77645ef32a639317a02f595742585d7b842 for pr-116357 [INFO] extracting crate impl_inheritance 0.0.2 into /workspace/builds/worker-5-tc2/source [INFO] validating manifest of crates.io crate impl_inheritance 0.0.2 on toolchain 8bd0b77645ef32a639317a02f595742585d7b842 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8bd0b77645ef32a639317a02f595742585d7b842" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate impl_inheritance 0.0.2 [INFO] finished tweaking crates.io crate impl_inheritance 0.0.2 [INFO] tweaked toml for crates.io crate impl_inheritance 0.0.2 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8bd0b77645ef32a639317a02f595742585d7b842" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8bd0b77645ef32a639317a02f595742585d7b842" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:4f8da3c744d2da974e54ce020a79f4ad54313e914ebeaab8fc086f07e8d8b066" "/opt/rustwide/cargo-home/bin/cargo" "+8bd0b77645ef32a639317a02f595742585d7b842" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 564b3b4e82aafd69da4a776bc0a5df42adea8d9b2f92e7be83df45113a1d7457 [INFO] running `Command { std: "docker" "start" "-a" "564b3b4e82aafd69da4a776bc0a5df42adea8d9b2f92e7be83df45113a1d7457", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "564b3b4e82aafd69da4a776bc0a5df42adea8d9b2f92e7be83df45113a1d7457", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "564b3b4e82aafd69da4a776bc0a5df42adea8d9b2f92e7be83df45113a1d7457", kill_on_drop: false }` [INFO] [stdout] 564b3b4e82aafd69da4a776bc0a5df42adea8d9b2f92e7be83df45113a1d7457 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:4f8da3c744d2da974e54ce020a79f4ad54313e914ebeaab8fc086f07e8d8b066" "/opt/rustwide/cargo-home/bin/cargo" "+8bd0b77645ef32a639317a02f595742585d7b842" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dbd897cd3e7dec7492312a381f2b93856da806682c764df28fd50f07d6f71700 [INFO] running `Command { std: "docker" "start" "-a" "dbd897cd3e7dec7492312a381f2b93856da806682c764df28fd50f07d6f71700", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling impl_inheritance_macros v0.0.2 [INFO] [stderr] Checking impl_inheritance v0.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: the feature `specialization` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(specialization)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #31844 for more information [INFO] [stdout] = help: consider using `min_specialization` instead, which is more stable and complete [INFO] [stdout] = note: `#[warn(incomplete_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `specialization` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> src/lib.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(specialization)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #31844 for more information [INFO] [stdout] = help: consider using `min_specialization` instead, which is more stable and complete [INFO] [stdout] = note: `#[warn(incomplete_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `specialization` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> tests/assosiated_types_and_const.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(specialization)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #31844 for more information [INFO] [stdout] = help: consider using `min_specialization` instead, which is more stable and complete [INFO] [stdout] = note: `#[warn(incomplete_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `specialization` is incomplete and may not be safe to use and/or cause compiler crashes [INFO] [stdout] --> tests/basic.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(specialization)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #31844 for more information [INFO] [stdout] = help: consider using `min_specialization` instead, which is more stable and complete [INFO] [stdout] = note: `#[warn(incomplete_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `x` is never read [INFO] [stdout] --> tests/assosiated_types_and_const.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 34 | struct BaseData { [INFO] [stdout] | -------- field in this struct [INFO] [stdout] 35 | x: i32 [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `BaseData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `x2` is never read [INFO] [stdout] --> tests/assosiated_types_and_const.rs:82:5 [INFO] [stdout] | [INFO] [stdout] 81 | struct Child2Data { [INFO] [stdout] | ---------- field in this struct [INFO] [stdout] 82 | x2 : i32, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `Child2Data` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `impl_inheritance` (test "basic"); 1 warning emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/8bd0b77645ef32a639317a02f595742585d7b842/bin/rustc --crate-name basic --edition=2018 tests/basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --test -C metadata=1732ed2e913c1461 -C extra-filename=-1732ed2e913c1461 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern impl_inheritance=/opt/rustwide/target/debug/deps/libimpl_inheritance-7759601da0677536.rmeta --extern impl_inheritance_macros=/opt/rustwide/target/debug/deps/libimpl_inheritance_macros-865317c7cb0e8c82.so --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "dbd897cd3e7dec7492312a381f2b93856da806682c764df28fd50f07d6f71700", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dbd897cd3e7dec7492312a381f2b93856da806682c764df28fd50f07d6f71700", kill_on_drop: false }` [INFO] [stdout] dbd897cd3e7dec7492312a381f2b93856da806682c764df28fd50f07d6f71700