Oct 15 01:36:03.860 INFO testing bwhetherington/rust-2048 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 01:36:03.860 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 15 01:36:04.311 INFO blam! 973fe9224b8cde0a1bf126d3f791b7e6a20f9ff2775c9c583c1469602bd91108 Oct 15 01:36:04.315 INFO running `"docker" "start" "-a" "973fe9224b8cde0a1bf126d3f791b7e6a20f9ff2775c9c583c1469602bd91108"` Oct 15 01:36:05.466 INFO kablam! usermod: no changes Oct 15 01:36:05.559 INFO kablam! Compiling rust-2048-2 v0.1.0 (/source) Oct 15 01:36:05.853 INFO kablam! warning: unused import: `game::*` Oct 15 01:36:05.853 INFO kablam! --> src/main.rs:8:5 Oct 15 01:36:05.853 INFO kablam! | Oct 15 01:36:05.853 INFO kablam! 8 | use game::*; Oct 15 01:36:05.853 INFO kablam! | ^^^^^^^ Oct 15 01:36:05.853 INFO kablam! | Oct 15 01:36:05.853 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 01:36:05.853 INFO kablam! Oct 15 01:36:05.960 INFO kablam! warning: unused variable: `j` Oct 15 01:36:05.960 INFO kablam! --> src/game/mod.rs:74:13 Oct 15 01:36:05.960 INFO kablam! | Oct 15 01:36:05.960 INFO kablam! 74 | for j in 0..source.cols() { Oct 15 01:36:05.960 INFO kablam! | ^ help: consider using `_j` instead Oct 15 01:36:05.960 INFO kablam! | Oct 15 01:36:05.960 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 01:36:05.960 INFO kablam! Oct 15 01:36:05.960 INFO kablam! warning: unused variable: `dest` Oct 15 01:36:05.960 INFO kablam! --> src/game/mod.rs:70:37 Oct 15 01:36:05.960 INFO kablam! | Oct 15 01:36:05.960 INFO kablam! 70 | fn slide_left(source: &Matrix, dest: &mut Matrix) { Oct 15 01:36:05.960 INFO kablam! | ^^^^ help: consider using `_dest` instead Oct 15 01:36:05.960 INFO kablam! Oct 15 01:36:05.960 INFO kablam! warning: unused variable: `source` Oct 15 01:36:05.960 INFO kablam! --> src/game/mod.rs:82:16 Oct 15 01:36:05.960 INFO kablam! | Oct 15 01:36:05.960 INFO kablam! 82 | fn slide_right(source: &Matrix, dest: &mut Matrix) { Oct 15 01:36:05.960 INFO kablam! | ^^^^^^ help: consider using `_source` instead Oct 15 01:36:05.960 INFO kablam! Oct 15 01:36:05.960 INFO kablam! warning: unused variable: `dest` Oct 15 01:36:05.960 INFO kablam! --> src/game/mod.rs:82:38 Oct 15 01:36:05.960 INFO kablam! | Oct 15 01:36:05.960 INFO kablam! 82 | fn slide_right(source: &Matrix, dest: &mut Matrix) { Oct 15 01:36:05.960 INFO kablam! | ^^^^ help: consider using `_dest` instead Oct 15 01:36:05.960 INFO kablam! Oct 15 01:36:05.960 INFO kablam! warning: unused variable: `source` Oct 15 01:36:05.960 INFO kablam! --> src/game/mod.rs:88:13 Oct 15 01:36:05.960 INFO kablam! | Oct 15 01:36:05.960 INFO kablam! 88 | fn slide_up(source: &Matrix, dest: &mut Matrix) { Oct 15 01:36:05.960 INFO kablam! | ^^^^^^ help: consider using `_source` instead Oct 15 01:36:05.960 INFO kablam! Oct 15 01:36:05.960 INFO kablam! warning: unused variable: `dest` Oct 15 01:36:05.960 INFO kablam! --> src/game/mod.rs:88:35 Oct 15 01:36:05.960 INFO kablam! | Oct 15 01:36:05.960 INFO kablam! 88 | fn slide_up(source: &Matrix, dest: &mut Matrix) { Oct 15 01:36:05.960 INFO kablam! | ^^^^ help: consider using `_dest` instead Oct 15 01:36:05.960 INFO kablam! Oct 15 01:36:05.960 INFO kablam! warning: unused variable: `source` Oct 15 01:36:05.960 INFO kablam! --> src/game/mod.rs:94:15 Oct 15 01:36:05.960 INFO kablam! | Oct 15 01:36:05.960 INFO kablam! 94 | fn slide_down(source: &Matrix, dest: &mut Matrix) { Oct 15 01:36:05.960 INFO kablam! | ^^^^^^ help: consider using `_source` instead Oct 15 01:36:05.960 INFO kablam! Oct 15 01:36:05.960 INFO kablam! warning: unused variable: `dest` Oct 15 01:36:05.960 INFO kablam! --> src/game/mod.rs:94:37 Oct 15 01:36:05.960 INFO kablam! | Oct 15 01:36:05.960 INFO kablam! 94 | fn slide_down(source: &Matrix, dest: &mut Matrix) { Oct 15 01:36:05.960 INFO kablam! | ^^^^ help: consider using `_dest` instead Oct 15 01:36:05.960 INFO kablam! Oct 15 01:36:05.960 INFO kablam! warning: unused variable: `d` Oct 15 01:36:05.960 INFO kablam! --> src/main.rs:15:9 Oct 15 01:36:05.960 INFO kablam! | Oct 15 01:36:05.960 INFO kablam! 15 | let d: Matrix<_> = m.diag().into(); Oct 15 01:36:05.960 INFO kablam! | ^ help: consider using `_d` instead Oct 15 01:36:05.960 INFO kablam! Oct 15 01:36:06.730 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.20s Oct 15 01:36:06.746 INFO kablam! su: No module specific data is present Oct 15 01:36:07.357 INFO running `"docker" "rm" "-f" "973fe9224b8cde0a1bf126d3f791b7e6a20f9ff2775c9c583c1469602bd91108"` Oct 15 01:36:07.539 INFO blam! 973fe9224b8cde0a1bf126d3f791b7e6a20f9ff2775c9c583c1469602bd91108 Oct 15 01:36:07.551 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 15 01:36:07.940 INFO blam! 34fdb34cf1cf876b45af05a2a3e2c3ced44f6eed76b737a415459714738c7e99 Oct 15 01:36:07.943 INFO running `"docker" "start" "-a" "34fdb34cf1cf876b45af05a2a3e2c3ced44f6eed76b737a415459714738c7e99"` Oct 15 01:36:08.890 INFO kablam! usermod: no changes Oct 15 01:36:08.939 INFO kablam! Compiling rust-2048-2 v0.1.0 (/source) Oct 15 01:36:09.371 INFO kablam! warning: unused import: `game::*` Oct 15 01:36:09.371 INFO kablam! --> src/main.rs:8:5 Oct 15 01:36:09.371 INFO kablam! | Oct 15 01:36:09.371 INFO kablam! 8 | use game::*; Oct 15 01:36:09.371 INFO kablam! | ^^^^^^^ Oct 15 01:36:09.371 INFO kablam! | Oct 15 01:36:09.371 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 01:36:09.371 INFO kablam! Oct 15 01:36:09.483 INFO kablam! warning: unused variable: `j` Oct 15 01:36:09.483 INFO kablam! --> src/game/mod.rs:74:13 Oct 15 01:36:09.483 INFO kablam! | Oct 15 01:36:09.483 INFO kablam! 74 | for j in 0..source.cols() { Oct 15 01:36:09.483 INFO kablam! | ^ help: consider using `_j` instead Oct 15 01:36:09.483 INFO kablam! | Oct 15 01:36:09.483 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 01:36:09.484 INFO kablam! Oct 15 01:36:09.484 INFO kablam! warning: unused variable: `dest` Oct 15 01:36:09.484 INFO kablam! --> src/game/mod.rs:70:37 Oct 15 01:36:09.484 INFO kablam! | Oct 15 01:36:09.484 INFO kablam! 70 | fn slide_left(source: &Matrix, dest: &mut Matrix) { Oct 15 01:36:09.484 INFO kablam! | ^^^^ help: consider using `_dest` instead Oct 15 01:36:09.484 INFO kablam! Oct 15 01:36:09.484 INFO kablam! warning: unused variable: `source` Oct 15 01:36:09.484 INFO kablam! --> src/game/mod.rs:82:16 Oct 15 01:36:09.484 INFO kablam! | Oct 15 01:36:09.484 INFO kablam! 82 | fn slide_right(source: &Matrix, dest: &mut Matrix) { Oct 15 01:36:09.484 INFO kablam! | ^^^^^^ help: consider using `_source` instead Oct 15 01:36:09.484 INFO kablam! Oct 15 01:36:09.484 INFO kablam! warning: unused variable: `dest` Oct 15 01:36:09.484 INFO kablam! --> src/game/mod.rs:82:38 Oct 15 01:36:09.484 INFO kablam! | Oct 15 01:36:09.484 INFO kablam! 82 | fn slide_right(source: &Matrix, dest: &mut Matrix) { Oct 15 01:36:09.484 INFO kablam! | ^^^^ help: consider using `_dest` instead Oct 15 01:36:09.484 INFO kablam! Oct 15 01:36:09.484 INFO kablam! warning: unused variable: `source` Oct 15 01:36:09.485 INFO kablam! --> src/game/mod.rs:88:13 Oct 15 01:36:09.485 INFO kablam! | Oct 15 01:36:09.485 INFO kablam! 88 | fn slide_up(source: &Matrix, dest: &mut Matrix) { Oct 15 01:36:09.485 INFO kablam! | ^^^^^^ help: consider using `_source` instead Oct 15 01:36:09.485 INFO kablam! Oct 15 01:36:09.485 INFO kablam! warning: unused variable: `dest` Oct 15 01:36:09.485 INFO kablam! --> src/game/mod.rs:88:35 Oct 15 01:36:09.485 INFO kablam! | Oct 15 01:36:09.485 INFO kablam! 88 | fn slide_up(source: &Matrix, dest: &mut Matrix) { Oct 15 01:36:09.485 INFO kablam! | ^^^^ help: consider using `_dest` instead Oct 15 01:36:09.485 INFO kablam! Oct 15 01:36:09.485 INFO kablam! warning: unused variable: `source` Oct 15 01:36:09.485 INFO kablam! --> src/game/mod.rs:94:15 Oct 15 01:36:09.485 INFO kablam! | Oct 15 01:36:09.485 INFO kablam! 94 | fn slide_down(source: &Matrix, dest: &mut Matrix) { Oct 15 01:36:09.485 INFO kablam! | ^^^^^^ help: consider using `_source` instead Oct 15 01:36:09.485 INFO kablam! Oct 15 01:36:09.485 INFO kablam! warning: unused variable: `dest` Oct 15 01:36:09.485 INFO kablam! --> src/game/mod.rs:94:37 Oct 15 01:36:09.485 INFO kablam! | Oct 15 01:36:09.485 INFO kablam! 94 | fn slide_down(source: &Matrix, dest: &mut Matrix) { Oct 15 01:36:09.486 INFO kablam! | ^^^^ help: consider using `_dest` instead Oct 15 01:36:09.486 INFO kablam! Oct 15 01:36:09.486 INFO kablam! warning: unused variable: `d` Oct 15 01:36:09.486 INFO kablam! --> src/main.rs:15:9 Oct 15 01:36:09.486 INFO kablam! | Oct 15 01:36:09.486 INFO kablam! 15 | let d: Matrix<_> = m.diag().into(); Oct 15 01:36:09.486 INFO kablam! | ^ help: consider using `_d` instead Oct 15 01:36:09.486 INFO kablam! Oct 15 01:36:10.000 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.08s Oct 15 01:36:10.011 INFO kablam! su: No module specific data is present Oct 15 01:36:10.662 INFO running `"docker" "rm" "-f" "34fdb34cf1cf876b45af05a2a3e2c3ced44f6eed76b737a415459714738c7e99"` Oct 15 01:36:10.953 INFO blam! 34fdb34cf1cf876b45af05a2a3e2c3ced44f6eed76b737a415459714738c7e99 Oct 15 01:36:10.961 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 15 01:36:11.464 INFO blam! d139fca364fa1852b7c227831194bb8ef432514b7f3b826e8c196581e696784b Oct 15 01:36:11.467 INFO running `"docker" "start" "-a" "d139fca364fa1852b7c227831194bb8ef432514b7f3b826e8c196581e696784b"` Oct 15 01:36:12.941 INFO kablam! usermod: no changes Oct 15 01:36:12.986 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 01:36:12.995 INFO kablam! Running /target/debug/deps/rust_2048_2-cbd4fd7785ca5d4c Oct 15 01:36:12.995 INFO blam! Oct 15 01:36:12.995 INFO blam! running 0 tests Oct 15 01:36:12.995 INFO blam! Oct 15 01:36:12.995 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 01:36:12.995 INFO blam! Oct 15 01:36:12.996 INFO kablam! su: No module specific data is present Oct 15 01:36:13.565 INFO running `"docker" "rm" "-f" "d139fca364fa1852b7c227831194bb8ef432514b7f3b826e8c196581e696784b"` Oct 15 01:36:13.807 INFO blam! d139fca364fa1852b7c227831194bb8ef432514b7f3b826e8c196581e696784b