Oct 13 05:15:19.204 INFO testing noxecane/codechef against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 05:15:19.204 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 13 05:15:19.439 INFO blam! 572d9b2303cea3d203b35b94c719485e200aab8456e0d421480606fc6c1f07f6 Oct 13 05:15:19.442 INFO running `"docker" "start" "-a" "572d9b2303cea3d203b35b94c719485e200aab8456e0d421480606fc6c1f07f6"` Oct 13 05:15:20.127 INFO kablam! usermod: no changes Oct 13 05:15:20.161 INFO kablam! Compiling codechef v0.1.0 (/source) Oct 13 05:15:20.439 INFO kablam! warning: unused variable: `grid` Oct 13 05:15:20.439 INFO kablam! --> src/main.rs:3:13 Oct 13 05:15:20.439 INFO kablam! | Oct 13 05:15:20.439 INFO kablam! 3 | let mut grid = GRID_1.clone(); Oct 13 05:15:20.439 INFO kablam! | ^^^^ help: consider using `_grid` instead Oct 13 05:15:20.439 INFO kablam! | Oct 13 05:15:20.439 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:15:20.439 INFO kablam! Oct 13 05:15:20.439 INFO kablam! warning: variable does not need to be mutable Oct 13 05:15:20.439 INFO kablam! --> src/main.rs:3:9 Oct 13 05:15:20.439 INFO kablam! | Oct 13 05:15:20.439 INFO kablam! 3 | let mut grid = GRID_1.clone(); Oct 13 05:15:20.439 INFO kablam! | ----^^^^ Oct 13 05:15:20.440 INFO kablam! | | Oct 13 05:15:20.440 INFO kablam! | help: remove this `mut` Oct 13 05:15:20.440 INFO kablam! | Oct 13 05:15:20.440 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 05:15:20.440 INFO kablam! Oct 13 05:15:20.440 INFO kablam! warning: function is never used: `is_at_correct_position` Oct 13 05:15:20.440 INFO kablam! --> src/main.rs:6:1 Oct 13 05:15:20.440 INFO kablam! | Oct 13 05:15:20.440 INFO kablam! 6 | fn is_at_correct_position() { Oct 13 05:15:20.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:15:20.440 INFO kablam! | Oct 13 05:15:20.440 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 05:15:20.440 INFO kablam! Oct 13 05:15:20.743 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.59s Oct 13 05:15:20.747 INFO kablam! su: No module specific data is present Oct 13 05:15:21.287 INFO running `"docker" "rm" "-f" "572d9b2303cea3d203b35b94c719485e200aab8456e0d421480606fc6c1f07f6"` Oct 13 05:15:21.531 INFO blam! 572d9b2303cea3d203b35b94c719485e200aab8456e0d421480606fc6c1f07f6 Oct 13 05:15:21.535 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 13 05:15:21.797 INFO blam! 9f02896f2ba42302f2eccc88e983059f83c6d56f1fd4ff1b2e70077dbe981ab6 Oct 13 05:15:21.804 INFO running `"docker" "start" "-a" "9f02896f2ba42302f2eccc88e983059f83c6d56f1fd4ff1b2e70077dbe981ab6"` Oct 13 05:15:22.585 INFO kablam! usermod: no changes Oct 13 05:15:22.604 INFO kablam! Compiling codechef v0.1.0 (/source) Oct 13 05:15:22.790 INFO kablam! warning: unused variable: `grid` Oct 13 05:15:22.790 INFO kablam! --> src/main.rs:3:13 Oct 13 05:15:22.790 INFO kablam! | Oct 13 05:15:22.790 INFO kablam! 3 | let mut grid = GRID_1.clone(); Oct 13 05:15:22.790 INFO kablam! | ^^^^ help: consider using `_grid` instead Oct 13 05:15:22.790 INFO kablam! | Oct 13 05:15:22.790 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:15:22.790 INFO kablam! Oct 13 05:15:22.791 INFO kablam! warning: variable does not need to be mutable Oct 13 05:15:22.791 INFO kablam! --> src/main.rs:3:9 Oct 13 05:15:22.791 INFO kablam! | Oct 13 05:15:22.791 INFO kablam! 3 | let mut grid = GRID_1.clone(); Oct 13 05:15:22.791 INFO kablam! | ----^^^^ Oct 13 05:15:22.791 INFO kablam! | | Oct 13 05:15:22.791 INFO kablam! | help: remove this `mut` Oct 13 05:15:22.791 INFO kablam! | Oct 13 05:15:22.791 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 05:15:22.791 INFO kablam! Oct 13 05:15:22.791 INFO kablam! warning: function is never used: `is_at_correct_position` Oct 13 05:15:22.791 INFO kablam! --> src/main.rs:6:1 Oct 13 05:15:22.791 INFO kablam! | Oct 13 05:15:22.791 INFO kablam! 6 | fn is_at_correct_position() { Oct 13 05:15:22.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:15:22.791 INFO kablam! | Oct 13 05:15:22.791 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 05:15:22.791 INFO kablam! Oct 13 05:15:23.128 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.53s Oct 13 05:15:23.130 INFO kablam! su: No module specific data is present Oct 13 05:15:23.399 INFO running `"docker" "rm" "-f" "9f02896f2ba42302f2eccc88e983059f83c6d56f1fd4ff1b2e70077dbe981ab6"` Oct 13 05:15:23.471 INFO blam! 9f02896f2ba42302f2eccc88e983059f83c6d56f1fd4ff1b2e70077dbe981ab6 Oct 13 05:15:23.471 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 13 05:15:23.718 INFO blam! 6746010426c8924452bdc231f6381cecbc89cf9ec91e8bd697257a6fec288717 Oct 13 05:15:23.720 INFO running `"docker" "start" "-a" "6746010426c8924452bdc231f6381cecbc89cf9ec91e8bd697257a6fec288717"` Oct 13 05:15:24.227 INFO kablam! usermod: no changes Oct 13 05:15:24.256 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 13 05:15:24.262 INFO kablam! Running /target/debug/deps/codechef-664f1fc19e0e3fd3 Oct 13 05:15:24.265 INFO blam! Oct 13 05:15:24.265 INFO blam! running 0 tests Oct 13 05:15:24.265 INFO blam! Oct 13 05:15:24.265 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 05:15:24.266 INFO blam! Oct 13 05:15:24.267 INFO kablam! su: No module specific data is present Oct 13 05:15:24.553 INFO running `"docker" "rm" "-f" "6746010426c8924452bdc231f6381cecbc89cf9ec91e8bd697257a6fec288717"` Oct 13 05:15:24.639 INFO blam! 6746010426c8924452bdc231f6381cecbc89cf9ec91e8bd697257a6fec288717