Oct 10 18:49:06.014 INFO testing matonix/TetrisAttackClone against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 18:49:06.015 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 18:49:06.015 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 18:49:06.277 INFO blam! af59474e56ae836f374750319bf2aa0088dc9c7418397ce439cc26ca8df5c56a Oct 10 18:49:06.281 INFO running `"docker" "start" "-a" "af59474e56ae836f374750319bf2aa0088dc9c7418397ce439cc26ca8df5c56a"` Oct 10 18:49:06.977 INFO kablam! usermod: no changes Oct 10 18:49:07.374 INFO kablam! Compiling piston-texture v0.4.0 Oct 10 18:49:07.374 INFO kablam! Compiling draw_state v0.4.0 Oct 10 18:49:07.374 INFO kablam! Compiling gif v0.8.0 Oct 10 18:49:07.374 INFO kablam! Compiling gl_generator v0.4.2 Oct 10 18:49:07.374 INFO kablam! Compiling pistoncore-input v0.10.0 Oct 10 18:49:07.388 INFO kablam! Compiling glutin v0.5.2 Oct 10 18:49:07.388 INFO kablam! Compiling pistoncore-window v0.23.0 Oct 10 18:49:07.388 INFO kablam! Compiling x11-dl v2.11.0 Oct 10 18:49:09.908 INFO kablam! Compiling rusttype v0.2.1 Oct 10 18:49:13.284 INFO kablam! Compiling piston2d-graphics v0.16.0 Oct 10 18:49:13.296 INFO kablam! Compiling gfx_core v0.2.1 Oct 10 18:49:13.312 INFO kablam! Compiling gl v0.5.2 Oct 10 18:49:13.411 INFO kablam! Compiling pistoncore-window v0.17.0 Oct 10 18:49:13.411 INFO kablam! Compiling gfx_gl v0.3.1 Oct 10 18:49:14.404 INFO kablam! Compiling pistoncore-event_loop v0.26.0 Oct 10 18:49:16.861 INFO kablam! Compiling pistoncore-event_loop v0.20.1 Oct 10 18:49:16.864 INFO kablam! Compiling piston v0.26.0 Oct 10 18:49:16.923 INFO kablam! Compiling image v0.9.1 Oct 10 18:49:17.022 INFO kablam! Compiling piston2d-opengl_graphics v0.36.1 Oct 10 18:49:17.042 INFO kablam! Compiling libloading v0.3.1 Oct 10 18:49:18.350 INFO kablam! Compiling piston v0.20.1 Oct 10 18:49:18.376 INFO kablam! Compiling dlib v0.3.1 Oct 10 18:49:19.190 INFO kablam! Compiling wayland-sys v0.5.11 Oct 10 18:49:20.946 INFO kablam! Compiling wayland-client v0.5.12 Oct 10 18:49:25.452 INFO kablam! Compiling wayland-kbd v0.3.6 Oct 10 18:49:25.452 INFO kablam! Compiling wayland-window v0.2.3 Oct 10 18:49:31.517 INFO kablam! Compiling glutin v0.6.2 Oct 10 18:49:36.935 INFO kablam! Compiling gfx v0.10.2 Oct 10 18:49:36.935 INFO kablam! Compiling gfx_device_gl v0.9.0 Oct 10 18:49:43.434 INFO kablam! Compiling pistoncore-glutin_window v0.31.0 Oct 10 18:49:44.261 INFO kablam! Compiling pistoncore-glutin_window v0.24.0 Oct 10 18:49:46.308 INFO kablam! Compiling piston-gfx_texture v0.14.0 Oct 10 18:49:49.929 INFO kablam! Compiling piston2d-gfx_graphics v0.27.0 Oct 10 18:49:56.661 INFO kablam! Compiling piston_window v0.44.0 Oct 10 18:50:00.912 INFO kablam! Compiling tetris_attack_clone v0.1.0 (/source) Oct 10 18:50:04.576 INFO kablam! warning: unused import: `OpenGL` Oct 10 18:50:04.576 INFO kablam! --> src/app.rs:2:24 Oct 10 18:50:04.576 INFO kablam! | Oct 10 18:50:04.576 INFO kablam! 2 | use opengl_graphics::{ OpenGL, GlGraphics }; Oct 10 18:50:04.576 INFO kablam! | ^^^^^^ Oct 10 18:50:04.576 INFO kablam! | Oct 10 18:50:04.576 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 18:50:04.576 INFO kablam! Oct 10 18:50:04.656 INFO kablam! warning: constant item is never used: `NPANELS_X` Oct 10 18:50:04.656 INFO kablam! --> src/app.rs:21:9 Oct 10 18:50:04.656 INFO kablam! | Oct 10 18:50:04.656 INFO kablam! 21 | const NPANELS_X: u32 = 6; Oct 10 18:50:04.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:50:04.656 INFO kablam! | Oct 10 18:50:04.656 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 18:50:04.656 INFO kablam! Oct 10 18:50:04.656 INFO kablam! warning: constant item is never used: `NPANELS_Y` Oct 10 18:50:04.656 INFO kablam! --> src/app.rs:22:9 Oct 10 18:50:04.656 INFO kablam! | Oct 10 18:50:04.656 INFO kablam! 22 | const NPANELS_Y: u32 = 20; Oct 10 18:50:04.656 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:50:04.656 INFO kablam! Oct 10 18:50:07.950 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 00s Oct 10 18:50:07.971 INFO kablam! su: No module specific data is present Oct 10 18:50:08.534 INFO running `"docker" "rm" "-f" "af59474e56ae836f374750319bf2aa0088dc9c7418397ce439cc26ca8df5c56a"` Oct 10 18:50:08.925 INFO blam! af59474e56ae836f374750319bf2aa0088dc9c7418397ce439cc26ca8df5c56a Oct 10 18:50:08.926 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 18:50:08.926 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 18:50:09.260 INFO blam! 12b7535399d5f0354fa4343803edeb76f95bb0ee9ec762083ae9af8362c8c251 Oct 10 18:50:09.266 INFO running `"docker" "start" "-a" "12b7535399d5f0354fa4343803edeb76f95bb0ee9ec762083ae9af8362c8c251"` Oct 10 18:50:10.532 INFO kablam! usermod: no changes Oct 10 18:50:10.769 INFO kablam! Compiling tetris_attack_clone v0.1.0 (/source) Oct 10 18:50:14.543 INFO kablam! warning: unused import: `OpenGL` Oct 10 18:50:14.543 INFO kablam! --> src/app.rs:2:24 Oct 10 18:50:14.543 INFO kablam! | Oct 10 18:50:14.543 INFO kablam! 2 | use opengl_graphics::{ OpenGL, GlGraphics }; Oct 10 18:50:14.543 INFO kablam! | ^^^^^^ Oct 10 18:50:14.543 INFO kablam! | Oct 10 18:50:14.543 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 18:50:14.543 INFO kablam! Oct 10 18:50:14.612 INFO kablam! warning: constant item is never used: `NPANELS_X` Oct 10 18:50:14.612 INFO kablam! --> src/app.rs:21:9 Oct 10 18:50:14.612 INFO kablam! | Oct 10 18:50:14.612 INFO kablam! 21 | const NPANELS_X: u32 = 6; Oct 10 18:50:14.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:50:14.612 INFO kablam! | Oct 10 18:50:14.612 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 18:50:14.612 INFO kablam! Oct 10 18:50:14.612 INFO kablam! warning: constant item is never used: `NPANELS_Y` Oct 10 18:50:14.612 INFO kablam! --> src/app.rs:22:9 Oct 10 18:50:14.612 INFO kablam! | Oct 10 18:50:14.612 INFO kablam! 22 | const NPANELS_Y: u32 = 20; Oct 10 18:50:14.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 18:50:14.612 INFO kablam! Oct 10 18:50:15.205 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.63s Oct 10 18:50:15.216 INFO kablam! su: No module specific data is present Oct 10 18:50:15.795 INFO running `"docker" "rm" "-f" "12b7535399d5f0354fa4343803edeb76f95bb0ee9ec762083ae9af8362c8c251"` Oct 10 18:50:16.164 INFO blam! 12b7535399d5f0354fa4343803edeb76f95bb0ee9ec762083ae9af8362c8c251 Oct 10 18:50:16.166 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 18:50:16.168 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 18:50:16.636 INFO blam! ec71284f6041eedee5a76d1ac649dca1de4d32e6e4d3fc9b550e94f60ce4aa51 Oct 10 18:50:16.640 INFO running `"docker" "start" "-a" "ec71284f6041eedee5a76d1ac649dca1de4d32e6e4d3fc9b550e94f60ce4aa51"` Oct 10 18:50:17.741 INFO kablam! usermod: no changes Oct 10 18:50:17.986 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.23s Oct 10 18:50:18.017 INFO kablam! Running /target/debug/deps/tetris_attack_clone-480de69923379563 Oct 10 18:50:18.017 INFO blam! Oct 10 18:50:18.017 INFO kablam! su: No module specific data is present Oct 10 18:50:18.018 INFO blam! running 0 tests Oct 10 18:50:18.018 INFO blam! Oct 10 18:50:18.019 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 18:50:18.019 INFO blam! Oct 10 18:50:18.773 INFO running `"docker" "rm" "-f" "ec71284f6041eedee5a76d1ac649dca1de4d32e6e4d3fc9b550e94f60ce4aa51"` Oct 10 18:50:19.132 INFO blam! ec71284f6041eedee5a76d1ac649dca1de4d32e6e4d3fc9b550e94f60ce4aa51