Oct 15 06:37:30.870 INFO testing Stipendi/tetris against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 06:37:30.876 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 06:37:31.492 INFO blam! 4b55d86ae086f59d39ad99d7ac600c303957c1ed6616b76b0e2f6b3100530b85 Oct 15 06:37:31.501 INFO running `"docker" "start" "-a" "4b55d86ae086f59d39ad99d7ac600c303957c1ed6616b76b0e2f6b3100530b85"` Oct 15 06:37:32.587 INFO kablam! usermod: no changes Oct 15 06:37:32.894 INFO kablam! Compiling crossbeam-epoch v0.3.1 Oct 15 06:37:32.896 INFO kablam! Compiling shared_library v0.1.9 Oct 15 06:37:32.896 INFO kablam! Compiling x11-dl v2.18.3 Oct 15 06:37:32.898 INFO kablam! Compiling ordered-float v0.5.2 Oct 15 06:37:32.907 INFO kablam! Compiling wayland-sys v0.12.5 Oct 15 06:37:32.907 INFO kablam! Compiling pistoncore-input v0.21.0 Oct 15 06:37:35.831 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 15 06:37:35.831 INFO kablam! Compiling crossbeam-deque v0.2.0 Oct 15 06:37:35.852 INFO kablam! Compiling rusttype v0.4.3 Oct 15 06:37:37.215 INFO kablam! Compiling wayland-client v0.12.5 Oct 15 06:37:39.503 INFO kablam! Compiling rayon-core v1.4.1 Oct 15 06:37:42.387 INFO kablam! Compiling piston2d-graphics v0.26.0 Oct 15 06:37:43.651 INFO kablam! Compiling pistoncore-window v0.32.0 Oct 15 06:37:45.783 INFO kablam! Compiling rayon v1.0.2 Oct 15 06:37:47.443 INFO kablam! Compiling pistoncore-event_loop v0.37.0 Oct 15 06:37:47.831 INFO kablam! Compiling wayland-protocols v0.12.5 Oct 15 06:37:47.831 INFO kablam! Compiling wayland-kbd v0.13.1 Oct 15 06:37:51.424 INFO kablam! Compiling piston v0.37.0 Oct 15 06:37:55.923 INFO kablam! Compiling jpeg-decoder v0.1.15 Oct 15 06:37:57.127 INFO kablam! Compiling wayland-window v0.13.3 Oct 15 06:37:58.629 INFO kablam! Compiling winit v0.12.0 Oct 15 06:38:00.740 INFO kablam! Compiling image v0.19.0 Oct 15 06:38:07.467 INFO kablam! Compiling glutin v0.14.0 Oct 15 06:38:11.475 INFO kablam! Compiling pistoncore-glutin_window v0.47.0 Oct 15 06:38:19.471 INFO kablam! Compiling piston-gfx_texture v0.32.0 Oct 15 06:38:21.716 INFO kablam! Compiling piston2d-gfx_graphics v0.51.0 Oct 15 06:38:25.623 INFO kablam! Compiling piston_window v0.80.0 Oct 15 06:38:28.343 INFO kablam! Compiling tetris v0.1.0 (/source) Oct 15 06:38:30.734 INFO kablam! warning: unused import: `clear` Oct 15 06:38:30.735 INFO kablam! --> src/main.rs:7:5 Oct 15 06:38:30.735 INFO kablam! | Oct 15 06:38:30.735 INFO kablam! 7 | clear, Oct 15 06:38:30.735 INFO kablam! | ^^^^^ Oct 15 06:38:30.736 INFO kablam! | Oct 15 06:38:30.736 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 06:38:30.736 INFO kablam! Oct 15 06:38:30.818 INFO kablam! warning: variable does not need to be mutable Oct 15 06:38:30.819 INFO kablam! --> src/main.rs:18:9 Oct 15 06:38:30.819 INFO kablam! | Oct 15 06:38:30.819 INFO kablam! 18 | let mut game = Game::new(window.window.size()); Oct 15 06:38:30.819 INFO kablam! | ----^^^^ Oct 15 06:38:30.819 INFO kablam! | | Oct 15 06:38:30.819 INFO kablam! | help: remove this `mut` Oct 15 06:38:30.819 INFO kablam! | Oct 15 06:38:30.819 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 06:38:30.819 INFO kablam! Oct 15 06:38:30.822 INFO kablam! warning: method is never used: `new` Oct 15 06:38:30.822 INFO kablam! --> src/game.rs:18:5 Oct 15 06:38:30.822 INFO kablam! | Oct 15 06:38:30.822 INFO kablam! 18 | fn new(size: [u32; 2], width: f64, color: [f32; 4]) -> Grid { Oct 15 06:38:30.823 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:38:30.823 INFO kablam! | Oct 15 06:38:30.823 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:38:30.823 INFO kablam! Oct 15 06:38:34.571 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 01s Oct 15 06:38:34.579 INFO kablam! su: No module specific data is present Oct 15 06:38:35.204 INFO running `"docker" "rm" "-f" "4b55d86ae086f59d39ad99d7ac600c303957c1ed6616b76b0e2f6b3100530b85"` Oct 15 06:38:35.505 INFO blam! 4b55d86ae086f59d39ad99d7ac600c303957c1ed6616b76b0e2f6b3100530b85 Oct 15 06:38:35.505 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 06:38:35.947 INFO blam! a795de4ca78224c34eccc8dfa84dcf847f86d17eed52f9b21c7488bec9347019 Oct 15 06:38:35.947 INFO running `"docker" "start" "-a" "a795de4ca78224c34eccc8dfa84dcf847f86d17eed52f9b21c7488bec9347019"` Oct 15 06:38:37.225 INFO kablam! usermod: no changes Oct 15 06:38:37.476 INFO kablam! Compiling tetris v0.1.0 (/source) Oct 15 06:38:40.342 INFO kablam! warning: unused import: `clear` Oct 15 06:38:40.342 INFO kablam! --> src/main.rs:7:5 Oct 15 06:38:40.342 INFO kablam! | Oct 15 06:38:40.342 INFO kablam! 7 | clear, Oct 15 06:38:40.342 INFO kablam! | ^^^^^ Oct 15 06:38:40.342 INFO kablam! | Oct 15 06:38:40.342 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 06:38:40.342 INFO kablam! Oct 15 06:38:40.435 INFO kablam! warning: variable does not need to be mutable Oct 15 06:38:40.435 INFO kablam! --> src/main.rs:18:9 Oct 15 06:38:40.435 INFO kablam! | Oct 15 06:38:40.435 INFO kablam! 18 | let mut game = Game::new(window.window.size()); Oct 15 06:38:40.435 INFO kablam! | ----^^^^ Oct 15 06:38:40.435 INFO kablam! | | Oct 15 06:38:40.435 INFO kablam! | help: remove this `mut` Oct 15 06:38:40.435 INFO kablam! | Oct 15 06:38:40.435 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 06:38:40.435 INFO kablam! Oct 15 06:38:40.438 INFO kablam! warning: method is never used: `new` Oct 15 06:38:40.438 INFO kablam! --> src/game.rs:18:5 Oct 15 06:38:40.438 INFO kablam! | Oct 15 06:38:40.438 INFO kablam! 18 | fn new(size: [u32; 2], width: f64, color: [f32; 4]) -> Grid { Oct 15 06:38:40.438 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:38:40.438 INFO kablam! | Oct 15 06:38:40.438 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:38:40.438 INFO kablam! Oct 15 06:38:40.815 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.57s Oct 15 06:38:40.828 INFO kablam! su: No module specific data is present Oct 15 06:38:41.132 INFO running `"docker" "rm" "-f" "a795de4ca78224c34eccc8dfa84dcf847f86d17eed52f9b21c7488bec9347019"` Oct 15 06:38:41.284 INFO blam! a795de4ca78224c34eccc8dfa84dcf847f86d17eed52f9b21c7488bec9347019 Oct 15 06:38:41.289 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 06:38:41.707 INFO blam! 8e1763ca629004b858ab175c8e7094c77129d24b67ed2a575384fcd70fcad38b Oct 15 06:38:41.710 INFO running `"docker" "start" "-a" "8e1763ca629004b858ab175c8e7094c77129d24b67ed2a575384fcd70fcad38b"` Oct 15 06:38:42.755 INFO kablam! usermod: no changes Oct 15 06:38:42.983 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.19s Oct 15 06:38:43.003 INFO kablam! Running /target/debug/deps/tetris-b88f3229724b00f8 Oct 15 06:38:43.003 INFO blam! Oct 15 06:38:43.003 INFO kablam! su: No module specific data is present Oct 15 06:38:43.003 INFO blam! running 0 tests Oct 15 06:38:43.003 INFO blam! Oct 15 06:38:43.003 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:38:43.003 INFO blam! Oct 15 06:38:43.621 INFO running `"docker" "rm" "-f" "8e1763ca629004b858ab175c8e7094c77129d24b67ed2a575384fcd70fcad38b"` Oct 15 06:38:43.981 INFO blam! 8e1763ca629004b858ab175c8e7094c77129d24b67ed2a575384fcd70fcad38b