[INFO] fetching crate spock 0.1.0...
[INFO] building spock-0.1.0 against master#ad85bc524b1ad696e42061ad8338d382dffbdbe5 for pr-146237-1
[INFO] extracting crate spock 0.1.0 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate spock 0.1.0
[INFO] finished tweaking crates.io crate spock 0.1.0
[INFO] tweaked toml for crates.io crate spock 0.1.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate spock 0.1.0 on toolchain ad85bc524b1ad696e42061ad8338d382dffbdbe5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate spock 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "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-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 560a49ac92467111a929ef134cb0c6cff4900e475014ae898fe53ceb47884a9b
[INFO] running `Command { std: "docker" "start" "-a" "560a49ac92467111a929ef134cb0c6cff4900e475014ae898fe53ceb47884a9b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "560a49ac92467111a929ef134cb0c6cff4900e475014ae898fe53ceb47884a9b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "560a49ac92467111a929ef134cb0c6cff4900e475014ae898fe53ceb47884a9b", kill_on_drop: false }`
[INFO] [stdout] 560a49ac92467111a929ef134cb0c6cff4900e475014ae898fe53ceb47884a9b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 858497f913986ef42d65d193f8cfbf25a195a438e609fad3fc4ff42e25d089f7
[INFO] running `Command { std: "docker" "start" "-a" "858497f913986ef42d65d193f8cfbf25a195a438e609fad3fc4ff42e25d089f7", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling spock v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `rhs`
[INFO] [stdout]   --> src/logic/chemistry/element/mod.rs:23:18
[INFO] [stdout]    |
[INFO] [stdout] 23 |     fn add(self, rhs: Self) -> Self::Output {
[INFO] [stdout]    |                  ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: if this is intentional, prefix it with an underscore
[INFO] [stdout]    |
[INFO] [stdout] 23 |     fn add(self, _rhs: Self) -> Self::Output {
[INFO] [stdout]    |                  +
[INFO] [stdout] help: you might have meant to pattern match on the similarly named constant `H`
[INFO] [stdout]    |
[INFO] [stdout] 23 -     fn add(self, rhs: Self) -> Self::Output {
[INFO] [stdout] 23 +     fn add(self, logic::chemistry::element::elements::H: Self) -> Self::Output {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rhs`
[INFO] [stdout]  --> src/logic/chemistry/molecule/mod.rs:9:18
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn add(self, rhs: Self) -> Self::Output {
[INFO] [stdout]   |                  ^^^ help: if this is intentional, prefix it with an underscore: `_rhs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rhs`
[INFO] [stdout]   --> src/logic/chemistry/molecule/mod.rs:15:18
[INFO] [stdout]    |
[INFO] [stdout] 15 |     fn add(self, rhs: Element) -> Self::Output {
[INFO] [stdout]    |                  ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: if this is intentional, prefix it with an underscore
[INFO] [stdout]    |
[INFO] [stdout] 15 |     fn add(self, _rhs: Element) -> Self::Output {
[INFO] [stdout]    |                  +
[INFO] [stdout] help: you might have meant to pattern match on the similarly named constant `H`
[INFO] [stdout]    |
[INFO] [stdout] 15 -     fn add(self, rhs: Element) -> Self::Output {
[INFO] [stdout] 15 +     fn add(self, logic::chemistry::element::elements::H: Element) -> Self::Output {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `atomic_number` is never read
[INFO] [stdout]   --> src/logic/chemistry/element/mod.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct Element {
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout] 10 |     symbol: Symbol,
[INFO] [stdout] 11 |     atomic_number: AtomicNumber,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s
[INFO] running `Command { std: "docker" "inspect" "858497f913986ef42d65d193f8cfbf25a195a438e609fad3fc4ff42e25d089f7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "858497f913986ef42d65d193f8cfbf25a195a438e609fad3fc4ff42e25d089f7", kill_on_drop: false }`
[INFO] [stdout] 858497f913986ef42d65d193f8cfbf25a195a438e609fad3fc4ff42e25d089f7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f45fba5f15adc3ca91de387b4e33565e7497f860d0d55fabfcfbfab1510e7c54
[INFO] running `Command { std: "docker" "start" "-a" "f45fba5f15adc3ca91de387b4e33565e7497f860d0d55fabfcfbfab1510e7c54", kill_on_drop: false }`
[INFO] [stdout] warning: unused variable: `rhs`
[INFO] [stdout]   --> src/logic/chemistry/element/mod.rs:23:18
[INFO] [stdout]    |
[INFO] [stdout] 23 |     fn add(self, rhs: Self) -> Self::Output {
[INFO] [stdout]    |                  ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: if this is intentional, prefix it with an underscore
[INFO] [stdout]    |
[INFO] [stdout] 23 |     fn add(self, _rhs: Self) -> Self::Output {
[INFO] [stdout]    |                  +
[INFO] [stdout] help: you might have meant to pattern match on the similarly named constant `H`
[INFO] [stdout]    |
[INFO] [stdout] 23 -     fn add(self, rhs: Self) -> Self::Output {
[INFO] [stdout] 23 +     fn add(self, logic::chemistry::element::elements::H: Self) -> Self::Output {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rhs`
[INFO] [stdout]  --> src/logic/chemistry/molecule/mod.rs:9:18
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn add(self, rhs: Self) -> Self::Output {
[INFO] [stdout]   |                  ^^^ help: if this is intentional, prefix it with an underscore: `_rhs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rhs`
[INFO] [stdout]   --> src/logic/chemistry/molecule/mod.rs:15:18
[INFO] [stdout]    |
[INFO] [stdout] 15 |     fn add(self, rhs: Element) -> Self::Output {
[INFO] [stdout]    |                  ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: if this is intentional, prefix it with an underscore
[INFO] [stdout]    |
[INFO] [stdout] 15 |     fn add(self, _rhs: Element) -> Self::Output {
[INFO] [stdout]    |                  +
[INFO] [stdout] help: you might have meant to pattern match on the similarly named constant `H`
[INFO] [stdout]    |
[INFO] [stdout] 15 -     fn add(self, rhs: Element) -> Self::Output {
[INFO] [stdout] 15 +     fn add(self, logic::chemistry::element::elements::H: Element) -> Self::Output {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `atomic_number` is never read
[INFO] [stdout]   --> src/logic/chemistry/element/mod.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct Element {
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout] 10 |     symbol: Symbol,
[INFO] [stdout] 11 |     atomic_number: AtomicNumber,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling spock v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `rhs`
[INFO] [stdout]   --> src/logic/chemistry/element/mod.rs:23:18
[INFO] [stdout]    |
[INFO] [stdout] 23 |     fn add(self, rhs: Self) -> Self::Output {
[INFO] [stdout]    |                  ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: if this is intentional, prefix it with an underscore
[INFO] [stdout]    |
[INFO] [stdout] 23 |     fn add(self, _rhs: Self) -> Self::Output {
[INFO] [stdout]    |                  +
[INFO] [stdout] help: you might have meant to pattern match on the similarly named constant `H`
[INFO] [stdout]    |
[INFO] [stdout] 23 -     fn add(self, rhs: Self) -> Self::Output {
[INFO] [stdout] 23 +     fn add(self, logic::chemistry::element::elements::H: Self) -> Self::Output {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rhs`
[INFO] [stdout]  --> src/logic/chemistry/molecule/mod.rs:9:18
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn add(self, rhs: Self) -> Self::Output {
[INFO] [stdout]   |                  ^^^ help: if this is intentional, prefix it with an underscore: `_rhs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rhs`
[INFO] [stdout]   --> src/logic/chemistry/molecule/mod.rs:15:18
[INFO] [stdout]    |
[INFO] [stdout] 15 |     fn add(self, rhs: Element) -> Self::Output {
[INFO] [stdout]    |                  ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: if this is intentional, prefix it with an underscore
[INFO] [stdout]    |
[INFO] [stdout] 15 |     fn add(self, _rhs: Element) -> Self::Output {
[INFO] [stdout]    |                  +
[INFO] [stdout] help: you might have meant to pattern match on the similarly named constant `H`
[INFO] [stdout]    |
[INFO] [stdout] 15 -     fn add(self, rhs: Element) -> Self::Output {
[INFO] [stdout] 15 +     fn add(self, logic::chemistry::element::elements::H: Element) -> Self::Output {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `molecule`
[INFO] [stdout]   --> src/lib.rs:15:13
[INFO] [stdout]    |
[INFO] [stdout] 15 |         let molecule = elements::H + elements::H;
[INFO] [stdout]    |             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_molecule`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `molecule`
[INFO] [stdout]   --> src/lib.rs:16:13
[INFO] [stdout]    |
[INFO] [stdout] 16 |         let molecule = elements::H + elements::H;
[INFO] [stdout]    |             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_molecule`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `atomic_number` is never read
[INFO] [stdout]   --> src/logic/chemistry/element/mod.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct Element {
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout] 10 |     symbol: Symbol,
[INFO] [stdout] 11 |     atomic_number: AtomicNumber,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.30s
[INFO] running `Command { std: "docker" "inspect" "f45fba5f15adc3ca91de387b4e33565e7497f860d0d55fabfcfbfab1510e7c54", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f45fba5f15adc3ca91de387b4e33565e7497f860d0d55fabfcfbfab1510e7c54", kill_on_drop: false }`
[INFO] [stdout] f45fba5f15adc3ca91de387b4e33565e7497f860d0d55fabfcfbfab1510e7c54
