[INFO] fetching crate siu 0.1.0... [INFO] building siu-0.1.0 against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237-1 [INFO] extracting crate siu 0.1.0 into /workspace/builds/worker-0-tc2/source [INFO] started tweaking crates.io crate siu 0.1.0 [INFO] finished tweaking crates.io crate siu 0.1.0 [INFO] tweaked toml for crates.io crate siu 0.1.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate siu 0.1.0 on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8d6a5eba81c9cdd2809b4356f0a02b1b9e22ec9c8eaeb93285a700bd1a7f0b3e [INFO] running `Command { std: "docker" "start" "-a" "8d6a5eba81c9cdd2809b4356f0a02b1b9e22ec9c8eaeb93285a700bd1a7f0b3e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8d6a5eba81c9cdd2809b4356f0a02b1b9e22ec9c8eaeb93285a700bd1a7f0b3e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8d6a5eba81c9cdd2809b4356f0a02b1b9e22ec9c8eaeb93285a700bd1a7f0b3e", kill_on_drop: false }` [INFO] [stdout] 8d6a5eba81c9cdd2809b4356f0a02b1b9e22ec9c8eaeb93285a700bd1a7f0b3e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d35b658daacac0a131ba66676aaa1839343e043d5f6e674253cb32c28a07d288 [INFO] running `Command { std: "docker" "start" "-a" "d35b658daacac0a131ba66676aaa1839343e043d5f6e674253cb32c28a07d288", kill_on_drop: false }` [INFO] [stderr] Compiling siu v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `Mass` and `Unit` [INFO] [stdout] --> src/lib.rs:56:17 [INFO] [stdout] | [INFO] [stdout] 56 | use crate::{Mass, Unit}; [INFO] [stdout] | ^^^^ ^^^^ [INFO] [stdout] | [INFO] [stdout] help: if this is a test module, consider adding a `#[cfg(test)]` to the containing module [INFO] [stdout] --> src/lib.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | mod tests { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Exa` and `Peta` [INFO] [stdout] --> src/lib.rs:57:25 [INFO] [stdout] | [INFO] [stdout] 57 | use crate::prefix::{Exa, Peta}; [INFO] [stdout] | ^^^ ^^^^ [INFO] [stdout] | [INFO] [stdout] help: if this is a test module, consider adding a `#[cfg(test)]` to the containing module [INFO] [stdout] --> src/lib.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | mod tests { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `value` and `prefix` are never read [INFO] [stdout] --> src/lib.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 14 | pub struct Mass { [INFO] [stdout] | ---- fields in this struct [INFO] [stdout] 15 | value: T, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 16 | prefix: Prefix, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Mass` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `value` and `prefix` are never read [INFO] [stdout] --> src/lib.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 21 | pub struct Time { [INFO] [stdout] | ---- fields in this struct [INFO] [stdout] 22 | value: T, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 23 | prefix: Prefix, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Time` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `value` and `prefix` are never read [INFO] [stdout] --> src/lib.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 28 | pub struct AmountOfSubstance { [INFO] [stdout] | ----------------- fields in this struct [INFO] [stdout] 29 | value: T, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 30 | prefix: Prefix, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `AmountOfSubstance` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `value` and `prefix` are never read [INFO] [stdout] --> src/lib.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 35 | pub struct ElectricCurrent { [INFO] [stdout] | --------------- fields in this struct [INFO] [stdout] 36 | value: T, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 37 | prefix: Prefix, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ElectricCurrent` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `value` and `prefix` are never read [INFO] [stdout] --> src/lib.rs:43:5 [INFO] [stdout] | [INFO] [stdout] 42 | pub struct Temperature { [INFO] [stdout] | ----------- fields in this struct [INFO] [stdout] 43 | value: T, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 44 | prefix: Prefix, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Temperature` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `value` and `prefix` are never read [INFO] [stdout] --> src/lib.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 49 | pub struct LuminousIntensity { [INFO] [stdout] | ----------------- fields in this struct [INFO] [stdout] 50 | value: T, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 51 | prefix: Prefix, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `LuminousIntensity` 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 0.20s [INFO] running `Command { std: "docker" "inspect" "d35b658daacac0a131ba66676aaa1839343e043d5f6e674253cb32c28a07d288", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d35b658daacac0a131ba66676aaa1839343e043d5f6e674253cb32c28a07d288", kill_on_drop: false }` [INFO] [stdout] d35b658daacac0a131ba66676aaa1839343e043d5f6e674253cb32c28a07d288 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ca38dbb016d608a696e7c97aac874ec0f3b120f3d8b7d1d875436e38aa86a3f2 [INFO] running `Command { std: "docker" "start" "-a" "ca38dbb016d608a696e7c97aac874ec0f3b120f3d8b7d1d875436e38aa86a3f2", kill_on_drop: false }` [INFO] [stderr] Compiling siu v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `Mass` and `Unit` [INFO] [stdout] --> src/lib.rs:56:17 [INFO] [stdout] | [INFO] [stdout] 56 | use crate::{Mass, Unit}; [INFO] [stdout] | ^^^^ ^^^^ [INFO] [stdout] | [INFO] [stdout] help: if this is a test module, consider adding a `#[cfg(test)]` to the containing module [INFO] [stdout] --> src/lib.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | mod tests { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Exa` and `Peta` [INFO] [stdout] --> src/lib.rs:57:25 [INFO] [stdout] | [INFO] [stdout] 57 | use crate::prefix::{Exa, Peta}; [INFO] [stdout] | ^^^ ^^^^ [INFO] [stdout] | [INFO] [stdout] help: if this is a test module, consider adding a `#[cfg(test)]` to the containing module [INFO] [stdout] --> src/lib.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | mod tests { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `value` and `prefix` are never read [INFO] [stdout] --> src/lib.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 14 | pub struct Mass { [INFO] [stdout] | ---- fields in this struct [INFO] [stdout] 15 | value: T, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 16 | prefix: Prefix, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Mass` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `value` and `prefix` are never read [INFO] [stdout] --> src/lib.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 21 | pub struct Time { [INFO] [stdout] | ---- fields in this struct [INFO] [stdout] 22 | value: T, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 23 | prefix: Prefix, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Time` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `value` and `prefix` are never read [INFO] [stdout] --> src/lib.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 28 | pub struct AmountOfSubstance { [INFO] [stdout] | ----------------- fields in this struct [INFO] [stdout] 29 | value: T, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 30 | prefix: Prefix, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `AmountOfSubstance` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `value` and `prefix` are never read [INFO] [stdout] --> src/lib.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 35 | pub struct ElectricCurrent { [INFO] [stdout] | --------------- fields in this struct [INFO] [stdout] 36 | value: T, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 37 | prefix: Prefix, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ElectricCurrent` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `value` and `prefix` are never read [INFO] [stdout] --> src/lib.rs:43:5 [INFO] [stdout] | [INFO] [stdout] 42 | pub struct Temperature { [INFO] [stdout] | ----------- fields in this struct [INFO] [stdout] 43 | value: T, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 44 | prefix: Prefix, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Temperature` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `value` and `prefix` are never read [INFO] [stdout] --> src/lib.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 49 | pub struct LuminousIntensity { [INFO] [stdout] | ----------------- fields in this struct [INFO] [stdout] 50 | value: T, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 51 | prefix: Prefix, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `LuminousIntensity` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `value` and `prefix` are never read [INFO] [stdout] --> src/lib.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 14 | pub struct Mass { [INFO] [stdout] | ---- fields in this struct [INFO] [stdout] 15 | value: T, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 16 | prefix: Prefix, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Mass` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `value` and `prefix` are never read [INFO] [stdout] --> src/lib.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 21 | pub struct Time { [INFO] [stdout] | ---- fields in this struct [INFO] [stdout] 22 | value: T, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 23 | prefix: Prefix, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Time` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `value` and `prefix` are never read [INFO] [stdout] --> src/lib.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 28 | pub struct AmountOfSubstance { [INFO] [stdout] | ----------------- fields in this struct [INFO] [stdout] 29 | value: T, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 30 | prefix: Prefix, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `AmountOfSubstance` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `value` and `prefix` are never read [INFO] [stdout] --> src/lib.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 35 | pub struct ElectricCurrent { [INFO] [stdout] | --------------- fields in this struct [INFO] [stdout] 36 | value: T, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 37 | prefix: Prefix, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ElectricCurrent` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `value` and `prefix` are never read [INFO] [stdout] --> src/lib.rs:43:5 [INFO] [stdout] | [INFO] [stdout] 42 | pub struct Temperature { [INFO] [stdout] | ----------- fields in this struct [INFO] [stdout] 43 | value: T, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 44 | prefix: Prefix, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Temperature` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `value` and `prefix` are never read [INFO] [stdout] --> src/lib.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 49 | pub struct LuminousIntensity { [INFO] [stdout] | ----------------- fields in this struct [INFO] [stdout] 50 | value: T, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 51 | prefix: Prefix, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `LuminousIntensity` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.50s [INFO] running `Command { std: "docker" "inspect" "ca38dbb016d608a696e7c97aac874ec0f3b120f3d8b7d1d875436e38aa86a3f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ca38dbb016d608a696e7c97aac874ec0f3b120f3d8b7d1d875436e38aa86a3f2", kill_on_drop: false }` [INFO] [stdout] ca38dbb016d608a696e7c97aac874ec0f3b120f3d8b7d1d875436e38aa86a3f2