Oct 11 07:22:34.674 INFO testing CTJeffries/Fives against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 07:22:34.675 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 07:22:34.676 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 11 07:22:35.017 INFO blam! d39ab1c749cac0f6d45b2f998e810378a38e3d5b5b8ad8a14e71250bdc742767 Oct 11 07:22:35.019 INFO running `"docker" "start" "-a" "d39ab1c749cac0f6d45b2f998e810378a38e3d5b5b8ad8a14e71250bdc742767"` Oct 11 07:22:35.444 INFO kablam! usermod: no changes Oct 11 07:22:35.728 INFO kablam! Compiling x11-dl v2.18.1 Oct 11 07:22:35.733 INFO kablam! Compiling crossbeam-epoch v0.3.1 Oct 11 07:22:35.734 INFO kablam! Compiling tempfile v3.0.3 Oct 11 07:22:35.734 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 11 07:22:35.765 INFO kablam! Compiling num-derive v0.2.2 Oct 11 07:22:35.765 INFO kablam! Compiling wayland-sys v0.12.5 Oct 11 07:22:35.765 INFO kablam! Compiling pistoncore-input v0.21.0 Oct 11 07:22:39.412 INFO kablam! Compiling crossbeam-deque v0.2.0 Oct 11 07:22:39.544 INFO kablam! Compiling wayland-client v0.12.5 Oct 11 07:22:40.636 INFO kablam! Compiling rayon-core v1.4.1 Oct 11 07:22:43.688 INFO kablam! Compiling wayland-protocols v0.12.5 Oct 11 07:22:43.688 INFO kablam! Compiling wayland-kbd v0.13.1 Oct 11 07:22:45.769 INFO kablam! Compiling rayon v1.0.2 Oct 11 07:22:45.846 INFO kablam! Compiling pistoncore-window v0.32.0 Oct 11 07:22:49.124 INFO kablam! Compiling pistoncore-event_loop v0.37.0 Oct 11 07:22:52.838 INFO kablam! Compiling piston v0.37.0 Oct 11 07:22:56.721 INFO kablam! Compiling wayland-window v0.13.3 Oct 11 07:22:57.955 INFO kablam! Compiling jpeg-decoder v0.1.15 Oct 11 07:22:58.854 INFO kablam! Compiling winit v0.12.0 Oct 11 07:23:02.188 INFO kablam! Compiling image v0.19.0 Oct 11 07:23:07.812 INFO kablam! Compiling glutin v0.14.0 Oct 11 07:23:11.308 INFO kablam! Compiling pistoncore-glutin_window v0.47.0 Oct 11 07:23:20.659 INFO kablam! Compiling piston2d-opengl_graphics v0.53.0 Oct 11 07:23:23.298 INFO kablam! Compiling fives v0.1.0 (/source) Oct 11 07:23:25.748 INFO kablam! warning: unused variable: `unused` Oct 11 07:23:25.748 INFO kablam! --> src/gameboard_graphics.rs:144:13 Oct 11 07:23:25.748 INFO kablam! | Oct 11 07:23:25.748 INFO kablam! 144 | for unused in 0..((val as f64 / 5.0).log2() as usize / 6) { Oct 11 07:23:25.748 INFO kablam! | ^^^^^^ help: consider using `_unused` instead Oct 11 07:23:25.748 INFO kablam! | Oct 11 07:23:25.748 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 07:23:25.748 INFO kablam! Oct 11 07:23:25.764 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 07:23:25.764 INFO kablam! --> src/gameboard_graphics.rs:111:21 Oct 11 07:23:25.764 INFO kablam! | Oct 11 07:23:25.764 INFO kablam! 111 | / text::Text::new_color(settings.text_color, 40) Oct 11 07:23:25.764 INFO kablam! 112 | | .draw(&number, glyphs, &c.draw_state, Oct 11 07:23:25.764 INFO kablam! 113 | | c.transform.trans(pos[0], pos[1]), g); Oct 11 07:23:25.764 INFO kablam! | |____________________________________________________________________^ Oct 11 07:23:25.764 INFO kablam! | Oct 11 07:23:25.764 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 07:23:25.764 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 07:23:25.764 INFO kablam! Oct 11 07:23:25.764 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 07:23:25.764 INFO kablam! --> src/gameboard_graphics.rs:119:9 Oct 11 07:23:25.764 INFO kablam! | Oct 11 07:23:25.764 INFO kablam! 119 | / text::Text::new(50).draw(&board.get_score(), glyphs, &c.draw_state, Oct 11 07:23:25.765 INFO kablam! 120 | | c.transform.trans(20.0, settings.length + 50.0), g); Oct 11 07:23:25.765 INFO kablam! | |__________________________________________________________________________________^ Oct 11 07:23:25.765 INFO kablam! | Oct 11 07:23:25.765 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 07:23:25.765 INFO kablam! Oct 11 07:23:30.024 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 54.56s Oct 11 07:23:30.041 INFO kablam! su: No module specific data is present Oct 11 07:23:31.052 INFO running `"docker" "rm" "-f" "d39ab1c749cac0f6d45b2f998e810378a38e3d5b5b8ad8a14e71250bdc742767"` Oct 11 07:23:31.336 INFO blam! d39ab1c749cac0f6d45b2f998e810378a38e3d5b5b8ad8a14e71250bdc742767 Oct 11 07:23:31.341 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 07:23:31.342 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 11 07:23:31.771 INFO blam! 7556c9bdfd157e1f2c1f97f556a2007c77682f9e161db7abb5e3d8dc4dab9e65 Oct 11 07:23:31.773 INFO running `"docker" "start" "-a" "7556c9bdfd157e1f2c1f97f556a2007c77682f9e161db7abb5e3d8dc4dab9e65"` Oct 11 07:23:32.923 INFO kablam! usermod: no changes Oct 11 07:23:33.098 INFO kablam! Compiling fives v0.1.0 (/source) Oct 11 07:23:35.867 INFO kablam! warning: unused variable: `unused` Oct 11 07:23:35.867 INFO kablam! --> src/gameboard_graphics.rs:144:13 Oct 11 07:23:35.867 INFO kablam! | Oct 11 07:23:35.867 INFO kablam! 144 | for unused in 0..((val as f64 / 5.0).log2() as usize / 6) { Oct 11 07:23:35.867 INFO kablam! | ^^^^^^ help: consider using `_unused` instead Oct 11 07:23:35.867 INFO kablam! | Oct 11 07:23:35.867 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 07:23:35.867 INFO kablam! Oct 11 07:23:35.898 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 07:23:35.898 INFO kablam! --> src/gameboard_graphics.rs:111:21 Oct 11 07:23:35.898 INFO kablam! | Oct 11 07:23:35.898 INFO kablam! 111 | / text::Text::new_color(settings.text_color, 40) Oct 11 07:23:35.898 INFO kablam! 112 | | .draw(&number, glyphs, &c.draw_state, Oct 11 07:23:35.898 INFO kablam! 113 | | c.transform.trans(pos[0], pos[1]), g); Oct 11 07:23:35.898 INFO kablam! | |____________________________________________________________________^ Oct 11 07:23:35.899 INFO kablam! | Oct 11 07:23:35.900 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 07:23:35.900 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 07:23:35.900 INFO kablam! Oct 11 07:23:35.900 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 07:23:35.900 INFO kablam! --> src/gameboard_graphics.rs:119:9 Oct 11 07:23:35.900 INFO kablam! | Oct 11 07:23:35.900 INFO kablam! 119 | / text::Text::new(50).draw(&board.get_score(), glyphs, &c.draw_state, Oct 11 07:23:35.900 INFO kablam! 120 | | c.transform.trans(20.0, settings.length + 50.0), g); Oct 11 07:23:35.900 INFO kablam! | |__________________________________________________________________________________^ Oct 11 07:23:35.900 INFO kablam! | Oct 11 07:23:35.900 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 07:23:35.900 INFO kablam! Oct 11 07:23:36.437 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.49s Oct 11 07:23:36.450 INFO kablam! su: No module specific data is present Oct 11 07:23:37.963 INFO running `"docker" "rm" "-f" "7556c9bdfd157e1f2c1f97f556a2007c77682f9e161db7abb5e3d8dc4dab9e65"` Oct 11 07:23:38.280 INFO blam! 7556c9bdfd157e1f2c1f97f556a2007c77682f9e161db7abb5e3d8dc4dab9e65 Oct 11 07:23:38.284 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 07:23:38.286 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 11 07:23:38.700 INFO blam! a0537dfc0771684feb65b350107d41a20a93b4145034764d5c3d8f8ed4b0a91e Oct 11 07:23:38.713 INFO running `"docker" "start" "-a" "a0537dfc0771684feb65b350107d41a20a93b4145034764d5c3d8f8ed4b0a91e"` Oct 11 07:23:39.884 INFO kablam! usermod: no changes Oct 11 07:23:40.128 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.22s Oct 11 07:23:40.146 INFO kablam! Running /target/debug/deps/fives-35514f7728444da8 Oct 11 07:23:40.153 INFO blam! Oct 11 07:23:40.153 INFO blam! running 0 tests Oct 11 07:23:40.153 INFO blam! Oct 11 07:23:40.153 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 07:23:40.153 INFO blam! Oct 11 07:23:40.156 INFO kablam! su: No module specific data is present Oct 11 07:23:40.988 INFO running `"docker" "rm" "-f" "a0537dfc0771684feb65b350107d41a20a93b4145034764d5c3d8f8ed4b0a91e"` Oct 11 07:23:41.272 INFO blam! a0537dfc0771684feb65b350107d41a20a93b4145034764d5c3d8f8ed4b0a91e