Oct 15 09:54:34.428 INFO testing Jibbow/rust-2048 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 09:54:34.428 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 09:54:34.619 INFO blam! b1e3846374e9032d16cd52912c10c6d1998a35d1ea62f542c7885fb64b603fd4 Oct 15 09:54:34.623 INFO running `"docker" "start" "-a" "b1e3846374e9032d16cd52912c10c6d1998a35d1ea62f542c7885fb64b603fd4"` Oct 15 09:54:36.007 INFO kablam! usermod: no changes Oct 15 09:54:36.356 INFO kablam! Compiling arrayvec v0.4.5 Oct 15 09:54:36.358 INFO kablam! Compiling rayon-core v1.2.1 Oct 15 09:54:36.358 INFO kablam! Compiling png v0.11.0 Oct 15 09:54:36.432 INFO kablam! Compiling glutin v0.10.0 Oct 15 09:54:36.433 INFO kablam! Compiling pistoncore-input v0.20.0 Oct 15 09:54:40.012 INFO kablam! Compiling rusttype v0.2.3 Oct 15 09:54:42.929 INFO kablam! Compiling rayon v0.8.2 Oct 15 09:54:45.878 INFO kablam! Compiling pistoncore-window v0.30.0 Oct 15 09:54:46.592 INFO kablam! Compiling piston2d-graphics v0.23.0 Oct 15 09:54:47.167 INFO kablam! Compiling pistoncore-event_loop v0.35.0 Oct 15 09:54:48.567 INFO kablam! Compiling jpeg-decoder v0.1.13 Oct 15 09:54:48.875 INFO kablam! Compiling piston v0.35.0 Oct 15 09:54:52.187 INFO kablam! Compiling image v0.17.0 Oct 15 09:54:54.455 INFO kablam! Compiling pistoncore-glutin_window v0.42.0 Oct 15 09:55:10.175 INFO kablam! Compiling piston-gfx_texture v0.29.0 Oct 15 09:55:10.175 INFO kablam! Compiling piston2d-opengl_graphics v0.49.0 Oct 15 09:55:14.807 INFO kablam! Compiling piston2d-gfx_graphics v0.46.0 Oct 15 09:55:19.308 INFO kablam! Compiling piston_window v0.73.0 Oct 15 09:55:22.787 INFO kablam! Compiling rust-2048 v0.1.0 (/source) Oct 15 09:55:26.059 INFO kablam! warning: unused variable: `args` Oct 15 09:55:26.059 INFO kablam! --> src/main.rs:46:21 Oct 15 09:55:26.059 INFO kablam! | Oct 15 09:55:26.059 INFO kablam! 46 | if let Some(args) = e.render_args() { Oct 15 09:55:26.059 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 15 09:55:26.059 INFO kablam! | Oct 15 09:55:26.059 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 09:55:26.059 INFO kablam! Oct 15 09:55:26.059 INFO kablam! warning: unused variable: `size` Oct 15 09:55:26.059 INFO kablam! --> src/gameboard_view.rs:83:21 Oct 15 09:55:26.059 INFO kablam! | Oct 15 09:55:26.059 INFO kablam! 83 | let size = settings.size / gameboardsize as f64 - 8.0; Oct 15 09:55:26.059 INFO kablam! | ^^^^ help: consider using `_size` instead Oct 15 09:55:26.059 INFO kablam! Oct 15 09:55:26.079 INFO kablam! warning: comparison is useless due to type limits Oct 15 09:55:26.079 INFO kablam! --> src/gameboard.rs:67:9 Oct 15 09:55:26.080 INFO kablam! | Oct 15 09:55:26.080 INFO kablam! 67 | pos.0 >= 0 && (pos.0 as usize) < SIZE Oct 15 09:55:26.080 INFO kablam! | ^^^^^^^^^^ Oct 15 09:55:26.080 INFO kablam! | Oct 15 09:55:26.081 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 15 09:55:26.081 INFO kablam! Oct 15 09:55:26.081 INFO kablam! warning: comparison is useless due to type limits Oct 15 09:55:26.081 INFO kablam! --> src/gameboard.rs:68:16 Oct 15 09:55:26.082 INFO kablam! | Oct 15 09:55:26.082 INFO kablam! 68 | && pos.1 >= 0 && (pos.1 as usize) < SIZE Oct 15 09:55:26.082 INFO kablam! | ^^^^^^^^^^ Oct 15 09:55:26.082 INFO kablam! Oct 15 09:55:32.047 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 56.01s Oct 15 09:55:32.048 INFO kablam! su: No module specific data is present Oct 15 09:55:32.603 INFO running `"docker" "rm" "-f" "b1e3846374e9032d16cd52912c10c6d1998a35d1ea62f542c7885fb64b603fd4"` Oct 15 09:55:32.903 INFO blam! b1e3846374e9032d16cd52912c10c6d1998a35d1ea62f542c7885fb64b603fd4 Oct 15 09:55:32.905 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 09:55:33.269 INFO blam! ea50e6461eff564096a05a62f15adff9e60b945a8fdb8403072044b1285987df Oct 15 09:55:33.271 INFO running `"docker" "start" "-a" "ea50e6461eff564096a05a62f15adff9e60b945a8fdb8403072044b1285987df"` Oct 15 09:55:34.659 INFO kablam! usermod: no changes Oct 15 09:55:34.887 INFO kablam! Compiling rust-2048 v0.1.0 (/source) Oct 15 09:55:38.495 INFO kablam! warning: unused variable: `args` Oct 15 09:55:38.495 INFO kablam! --> src/main.rs:46:21 Oct 15 09:55:38.495 INFO kablam! | Oct 15 09:55:38.495 INFO kablam! 46 | if let Some(args) = e.render_args() { Oct 15 09:55:38.495 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 15 09:55:38.495 INFO kablam! | Oct 15 09:55:38.495 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 09:55:38.495 INFO kablam! Oct 15 09:55:38.495 INFO kablam! warning: unused variable: `size` Oct 15 09:55:38.495 INFO kablam! --> src/gameboard_view.rs:83:21 Oct 15 09:55:38.495 INFO kablam! | Oct 15 09:55:38.495 INFO kablam! 83 | let size = settings.size / gameboardsize as f64 - 8.0; Oct 15 09:55:38.495 INFO kablam! | ^^^^ help: consider using `_size` instead Oct 15 09:55:38.495 INFO kablam! Oct 15 09:55:38.511 INFO kablam! warning: comparison is useless due to type limits Oct 15 09:55:38.511 INFO kablam! --> src/gameboard.rs:67:9 Oct 15 09:55:38.511 INFO kablam! | Oct 15 09:55:38.511 INFO kablam! 67 | pos.0 >= 0 && (pos.0 as usize) < SIZE Oct 15 09:55:38.511 INFO kablam! | ^^^^^^^^^^ Oct 15 09:55:38.511 INFO kablam! | Oct 15 09:55:38.511 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 15 09:55:38.511 INFO kablam! Oct 15 09:55:38.511 INFO kablam! warning: comparison is useless due to type limits Oct 15 09:55:38.511 INFO kablam! --> src/gameboard.rs:68:16 Oct 15 09:55:38.511 INFO kablam! | Oct 15 09:55:38.511 INFO kablam! 68 | && pos.1 >= 0 && (pos.1 as usize) < SIZE Oct 15 09:55:38.511 INFO kablam! | ^^^^^^^^^^ Oct 15 09:55:38.511 INFO kablam! Oct 15 09:55:39.043 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.35s Oct 15 09:55:39.059 INFO kablam! su: No module specific data is present Oct 15 09:55:40.311 INFO running `"docker" "rm" "-f" "ea50e6461eff564096a05a62f15adff9e60b945a8fdb8403072044b1285987df"` Oct 15 09:55:40.527 INFO blam! ea50e6461eff564096a05a62f15adff9e60b945a8fdb8403072044b1285987df Oct 15 09:55:40.531 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 09:55:40.925 INFO blam! eafddc584501e73eb97d08a7be487906cf87e847a0a9909bfa8e72f98aaccff1 Oct 15 09:55:40.925 INFO running `"docker" "start" "-a" "eafddc584501e73eb97d08a7be487906cf87e847a0a9909bfa8e72f98aaccff1"` Oct 15 09:55:41.646 INFO kablam! usermod: no changes Oct 15 09:55:41.833 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.16s Oct 15 09:55:41.853 INFO kablam! Running /target/debug/deps/rust_2048-8578be966672154c Oct 15 09:55:41.861 INFO blam! Oct 15 09:55:41.861 INFO blam! running 0 tests Oct 15 09:55:41.861 INFO blam! Oct 15 09:55:41.861 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:55:41.861 INFO blam! Oct 15 09:55:41.864 INFO kablam! su: No module specific data is present Oct 15 09:55:42.371 INFO running `"docker" "rm" "-f" "eafddc584501e73eb97d08a7be487906cf87e847a0a9909bfa8e72f98aaccff1"` Oct 15 09:55:42.561 INFO blam! eafddc584501e73eb97d08a7be487906cf87e847a0a9909bfa8e72f98aaccff1