[INFO] crate althea_kernel_interface 0.1.0 is already in cache [INFO] extracting crate althea_kernel_interface 0.1.0 into work/ex/pr-60944/sources/master#589beb979c0f1a9736e02e578913db88398c3ba5/reg/althea_kernel_interface/0.1.0 [INFO] extracting crate althea_kernel_interface 0.1.0 into work/ex/pr-60944/sources/try#42445ded8fd34235a676755cb5d079658ed51f6a/reg/althea_kernel_interface/0.1.0 [INFO] validating manifest of althea_kernel_interface-0.1.0 on toolchain master#589beb979c0f1a9736e02e578913db88398c3ba5 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+589beb979c0f1a9736e02e578913db88398c3ba5-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of althea_kernel_interface-0.1.0 on toolchain try#42445ded8fd34235a676755cb5d079658ed51f6a [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+42445ded8fd34235a676755cb5d079658ed51f6a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing althea_kernel_interface-0.1.0 [INFO] finished frobbing althea_kernel_interface-0.1.0 [INFO] frobbed toml for althea_kernel_interface-0.1.0 written to work/ex/pr-60944/sources/master#589beb979c0f1a9736e02e578913db88398c3ba5/reg/althea_kernel_interface/0.1.0/Cargo.toml [INFO] started frobbing althea_kernel_interface-0.1.0 [INFO] finished frobbing althea_kernel_interface-0.1.0 [INFO] frobbed toml for althea_kernel_interface-0.1.0 written to work/ex/pr-60944/sources/try#42445ded8fd34235a676755cb5d079658ed51f6a/reg/althea_kernel_interface/0.1.0/Cargo.toml [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+589beb979c0f1a9736e02e578913db88398c3ba5-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+42445ded8fd34235a676755cb5d079658ed51f6a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+589beb979c0f1a9736e02e578913db88398c3ba5-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+42445ded8fd34235a676755cb5d079658ed51f6a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking althea_kernel_interface-0.1.0 against master#589beb979c0f1a9736e02e578913db88398c3ba5 for pr-60944 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-60944/worker-3/master#589beb979c0f1a9736e02e578913db88398c3ba5:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-60944/sources/master#589beb979c0f1a9736e02e578913db88398c3ba5/reg/althea_kernel_interface/0.1.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+589beb979c0f1a9736e02e578913db88398c3ba5-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 144de7b77b562faba064357948ebee21ac89870b658d8d959bc58c6068ca6c49 [INFO] running `"docker" "start" "-a" "144de7b77b562faba064357948ebee21ac89870b658d8d959bc58c6068ca6c49"` [INFO] [stderr] Compiling try_from v0.3.2 [INFO] [stderr] Compiling cookie v0.12.0 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Compiling flate2 v1.0.7 [INFO] [stderr] Compiling uuid v0.7.4 [INFO] [stderr] Compiling publicsuffix v1.5.2 [INFO] [stderr] Compiling serde_urlencoded v0.5.5 [INFO] [stderr] Compiling tokio v0.1.20 [INFO] [stderr] Compiling mime_guess v2.0.0-alpha.6 [INFO] [stderr] Compiling hyper v0.12.29 [INFO] [stderr] Compiling cookie_store v0.7.0 [INFO] [stderr] Compiling hyper-tls v0.3.2 [INFO] [stderr] Compiling reqwest v0.9.17 [INFO] [stderr] Compiling hwaddr v0.1.5 [INFO] [stderr] Checking althea_kernel_interface v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `ExitStatus` [INFO] [stderr] --> src/lib.rs:13:37 [INFO] [stderr] | [INFO] [stderr] 13 | use std::process::{Command, Output, ExitStatus}; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::os::unix::process::ExitStatusExt` [INFO] [stderr] --> src/lib.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | use std::os::unix::process::ExitStatusExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `add_fake_outputs` [INFO] [stderr] --> src/lib.rs:36:5 [INFO] [stderr] | [INFO] [stderr] 36 | fn add_fake_outputs(&mut self, fake_outputs: HashMap<(&'a str, &'a [&'a str]), Output>) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 36.87s [INFO] running `"docker" "inspect" "144de7b77b562faba064357948ebee21ac89870b658d8d959bc58c6068ca6c49"` [INFO] running `"docker" "rm" "-f" "144de7b77b562faba064357948ebee21ac89870b658d8d959bc58c6068ca6c49"` [INFO] [stdout] 144de7b77b562faba064357948ebee21ac89870b658d8d959bc58c6068ca6c49