[INFO] fetching crate impl_inheritance 0.0.2... [INFO] checking impl_inheritance-0.0.2 against try#c659ee110de67e82444e4b6c8407c1a9af9c2cf6 for pr-145608-1 [INFO] extracting crate impl_inheritance 0.0.2 into /workspace/builds/worker-7-tc2/source [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-7-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate impl_inheritance 0.0.2 on toolchain c659ee110de67e82444e4b6c8407c1a9af9c2cf6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "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" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 5 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9d40d50e1134948b7430a618a1f3f066efe1e3f46d19072af4b183e901d24399 [INFO] running `Command { std: "docker" "start" "-a" "9d40d50e1134948b7430a618a1f3f066efe1e3f46d19072af4b183e901d24399", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9d40d50e1134948b7430a618a1f3f066efe1e3f46d19072af4b183e901d24399", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9d40d50e1134948b7430a618a1f3f066efe1e3f46d19072af4b183e901d24399", kill_on_drop: false }` [INFO] [stdout] 9d40d50e1134948b7430a618a1f3f066efe1e3f46d19072af4b183e901d24399 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 90b9a9dd656f3820735e9ab7ef762fbadcfc2d12cfc775910ff9c73a56d5aa10 [INFO] running `Command { std: "docker" "start" "-a" "90b9a9dd656f3820735e9ab7ef762fbadcfc2d12cfc775910ff9c73a56d5aa10", kill_on_drop: false }` [INFO] [stderr] Compiling syn v0.15.44 [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: 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: trait `Child1` is never used [INFO] [stdout] --> tests/assosiated_types_and_const.rs:49:7 [INFO] [stdout] | [INFO] [stdout] 49 | trait Child1 : Base { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `x1` is never read [INFO] [stdout] --> tests/assosiated_types_and_const.rs:55:5 [INFO] [stdout] | [INFO] [stdout] 54 | struct Child1Data { [INFO] [stdout] | ---------- field in this struct [INFO] [stdout] 55 | x1 : i32, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `Child1Data` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `Child2` is never used [INFO] [stdout] --> tests/assosiated_types_and_const.rs:75:7 [INFO] [stdout] | [INFO] [stdout] 75 | trait Child2 : Child1 { [INFO] [stdout] | ^^^^^^ [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: field `x` is never read [INFO] [stdout] --> tests/basic.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 69 | struct BaseData { [INFO] [stdout] | -------- field in this struct [INFO] [stdout] 70 | 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/basic.rs:109:5 [INFO] [stdout] | [INFO] [stdout] 108 | struct Child2Data { [INFO] [stdout] | ---------- field in this struct [INFO] [stdout] 109 | 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] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.89s [INFO] running `Command { std: "docker" "inspect" "90b9a9dd656f3820735e9ab7ef762fbadcfc2d12cfc775910ff9c73a56d5aa10", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "90b9a9dd656f3820735e9ab7ef762fbadcfc2d12cfc775910ff9c73a56d5aa10", kill_on_drop: false }` [INFO] [stdout] 90b9a9dd656f3820735e9ab7ef762fbadcfc2d12cfc775910ff9c73a56d5aa10