Oct 21 23:50:24.886 INFO checking scrftch-0.1.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 23:50:24.887 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 21 23:50:25.293 INFO blam! 7e3d76ec86fa69fce6a1effea44e3ea7bdfc6005151c93097edd159ed5c5bafc Oct 21 23:50:25.298 INFO running `"docker" "start" "-a" "7e3d76ec86fa69fce6a1effea44e3ea7bdfc6005151c93097edd159ed5c5bafc"` Oct 21 23:50:26.720 INFO kablam! usermod: no changes Oct 21 23:50:26.848 INFO kablam! Checking rust-ini v0.11.0 Oct 21 23:50:26.849 INFO kablam! Compiling sys-info v0.5.6 Oct 21 23:50:26.849 INFO kablam! Compiling rust-embed v1.1.1 Oct 21 23:50:32.726 INFO kablam! Checking scrftch v0.1.1 (/source) Oct 21 23:50:33.988 INFO kablam! warning: unused import: `std::str` Oct 21 23:50:33.988 INFO kablam! --> src/windows.rs:4:5 Oct 21 23:50:33.988 INFO kablam! | Oct 21 23:50:33.988 INFO kablam! 4 | use std::str; Oct 21 23:50:33.988 INFO kablam! | ^^^^^^^^ Oct 21 23:50:33.988 INFO kablam! | Oct 21 23:50:33.988 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 23:50:33.988 INFO kablam! Oct 21 23:50:33.988 INFO kablam! warning: unused import: `std::process::Command` Oct 21 23:50:33.988 INFO kablam! --> src/windows.rs:5:5 Oct 21 23:50:33.988 INFO kablam! | Oct 21 23:50:33.988 INFO kablam! 5 | use std::process::Command; Oct 21 23:50:33.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:50:33.988 INFO kablam! Oct 21 23:50:34.157 INFO kablam! warning: function is never used: `get_memory` Oct 21 23:50:34.157 INFO kablam! --> src/unix.rs:82:1 Oct 21 23:50:34.157 INFO kablam! | Oct 21 23:50:34.157 INFO kablam! 82 | fn get_memory() -> HashMap { Oct 21 23:50:34.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:50:34.157 INFO kablam! | Oct 21 23:50:34.157 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 23:50:34.157 INFO kablam! Oct 21 23:50:34.157 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 21 23:50:34.157 INFO kablam! --> src/main.rs:2:12 Oct 21 23:50:34.157 INFO kablam! | Oct 21 23:50:34.158 INFO kablam! 2 | #![feature(attr_literals)] Oct 21 23:50:34.158 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 23:50:34.158 INFO kablam! | Oct 21 23:50:34.158 INFO kablam! = note: #[warn(stable_features)] on by default Oct 21 23:50:34.158 INFO kablam! Oct 21 23:50:34.276 INFO kablam! warning: unused import: `std::str` Oct 21 23:50:34.276 INFO kablam! --> src/windows.rs:4:5 Oct 21 23:50:34.276 INFO kablam! | Oct 21 23:50:34.276 INFO kablam! 4 | use std::str; Oct 21 23:50:34.276 INFO kablam! | ^^^^^^^^ Oct 21 23:50:34.276 INFO kablam! | Oct 21 23:50:34.276 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 23:50:34.276 INFO kablam! Oct 21 23:50:34.276 INFO kablam! warning: unused import: `std::process::Command` Oct 21 23:50:34.276 INFO kablam! --> src/windows.rs:5:5 Oct 21 23:50:34.276 INFO kablam! | Oct 21 23:50:34.276 INFO kablam! 5 | use std::process::Command; Oct 21 23:50:34.276 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:50:34.284 INFO kablam! Oct 21 23:50:34.377 INFO kablam! warning: function is never used: `get_memory` Oct 21 23:50:34.377 INFO kablam! --> src/unix.rs:82:1 Oct 21 23:50:34.377 INFO kablam! | Oct 21 23:50:34.378 INFO kablam! 82 | fn get_memory() -> HashMap { Oct 21 23:50:34.378 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:50:34.378 INFO kablam! | Oct 21 23:50:34.378 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 23:50:34.379 INFO kablam! Oct 21 23:50:34.379 INFO kablam! warning: the feature `attr_literals` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 21 23:50:34.379 INFO kablam! --> src/main.rs:2:12 Oct 21 23:50:34.379 INFO kablam! | Oct 21 23:50:34.380 INFO kablam! 2 | #![feature(attr_literals)] Oct 21 23:50:34.380 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 23:50:34.380 INFO kablam! | Oct 21 23:50:34.381 INFO kablam! = note: #[warn(stable_features)] on by default Oct 21 23:50:34.381 INFO kablam! Oct 21 23:50:34.420 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.68s Oct 21 23:50:34.424 INFO kablam! su: No module specific data is present Oct 21 23:50:34.854 INFO running `"docker" "rm" "-f" "7e3d76ec86fa69fce6a1effea44e3ea7bdfc6005151c93097edd159ed5c5bafc"` Oct 21 23:50:35.169 INFO blam! 7e3d76ec86fa69fce6a1effea44e3ea7bdfc6005151c93097edd159ed5c5bafc