Oct 21 15:20:34.854 INFO checking nanoxd/hello.rs against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 15:20:34.854 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 15:20:35.264 INFO blam! 9c805a40147762c7d7ef2a5d146840c1d4fd21ec3e4063dbfc6c90764606b834 Oct 21 15:20:35.269 INFO running `"docker" "start" "-a" "9c805a40147762c7d7ef2a5d146840c1d4fd21ec3e4063dbfc6c90764606b834"` Oct 21 15:20:36.315 INFO kablam! usermod: no changes Oct 21 15:20:36.363 INFO kablam! Checking hello_rs v0.0.1 (/source) Oct 21 15:20:36.981 INFO kablam! warning: unused variable: `v2` Oct 21 15:20:36.981 INFO kablam! --> src/main.rs:99:9 Oct 21 15:20:36.981 INFO kablam! | Oct 21 15:20:36.981 INFO kablam! 99 | let v2 = v; // Accessing v will now cause an error Oct 21 15:20:36.981 INFO kablam! | ^^ help: consider using `_v2` instead Oct 21 15:20:36.981 INFO kablam! | Oct 21 15:20:36.981 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 15:20:36.981 INFO kablam! Oct 21 15:20:37.011 INFO kablam! warning: struct is never constructed: `Wolf` Oct 21 15:20:37.011 INFO kablam! --> src/trait_objects.rs:11:1 Oct 21 15:20:37.011 INFO kablam! | Oct 21 15:20:37.011 INFO kablam! 11 | pub struct Wolf { Oct 21 15:20:37.011 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 15:20:37.011 INFO kablam! | Oct 21 15:20:37.011 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 15:20:37.011 INFO kablam! Oct 21 15:20:37.011 INFO kablam! warning: field is never used: `x` Oct 21 15:20:37.011 INFO kablam! --> src/main.rs:183:5 Oct 21 15:20:37.011 INFO kablam! | Oct 21 15:20:37.011 INFO kablam! 183 | x: T, Oct 21 15:20:37.011 INFO kablam! | ^^^^ Oct 21 15:20:37.011 INFO kablam! Oct 21 15:20:37.011 INFO kablam! warning: field is never used: `y` Oct 21 15:20:37.011 INFO kablam! --> src/main.rs:184:5 Oct 21 15:20:37.011 INFO kablam! | Oct 21 15:20:37.011 INFO kablam! 184 | y: T, Oct 21 15:20:37.011 INFO kablam! | ^^^^ Oct 21 15:20:37.011 INFO kablam! Oct 21 15:20:37.072 INFO kablam! warning: unused variable: `v2` Oct 21 15:20:37.072 INFO kablam! --> src/main.rs:99:9 Oct 21 15:20:37.072 INFO kablam! | Oct 21 15:20:37.072 INFO kablam! 99 | let v2 = v; // Accessing v will now cause an error Oct 21 15:20:37.072 INFO kablam! | ^^ help: consider using `_v2` instead Oct 21 15:20:37.072 INFO kablam! | Oct 21 15:20:37.072 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 15:20:37.072 INFO kablam! Oct 21 15:20:37.088 INFO kablam! warning: struct is never constructed: `Wolf` Oct 21 15:20:37.088 INFO kablam! --> src/trait_objects.rs:11:1 Oct 21 15:20:37.088 INFO kablam! | Oct 21 15:20:37.088 INFO kablam! 11 | pub struct Wolf { Oct 21 15:20:37.088 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 15:20:37.088 INFO kablam! | Oct 21 15:20:37.088 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 15:20:37.088 INFO kablam! Oct 21 15:20:37.088 INFO kablam! warning: field is never used: `x` Oct 21 15:20:37.088 INFO kablam! --> src/main.rs:183:5 Oct 21 15:20:37.089 INFO kablam! | Oct 21 15:20:37.089 INFO kablam! 183 | x: T, Oct 21 15:20:37.089 INFO kablam! | ^^^^ Oct 21 15:20:37.089 INFO kablam! Oct 21 15:20:37.089 INFO kablam! warning: field is never used: `y` Oct 21 15:20:37.089 INFO kablam! --> src/main.rs:184:5 Oct 21 15:20:37.089 INFO kablam! | Oct 21 15:20:37.089 INFO kablam! 184 | y: T, Oct 21 15:20:37.089 INFO kablam! | ^^^^ Oct 21 15:20:37.089 INFO kablam! Oct 21 15:20:37.120 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.78s Oct 21 15:20:37.120 INFO kablam! su: No module specific data is present Oct 21 15:20:37.710 INFO running `"docker" "rm" "-f" "9c805a40147762c7d7ef2a5d146840c1d4fd21ec3e4063dbfc6c90764606b834"` Oct 21 15:20:37.988 INFO blam! 9c805a40147762c7d7ef2a5d146840c1d4fd21ec3e4063dbfc6c90764606b834