Oct 10 12:02:22.224 INFO testing yavrib/piston-trials against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 12:02:22.224 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 12:02:22.224 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 12:02:22.420 INFO blam! b9000ae2f6861705ec159e4fbcb27f1dbac508a41aa16415f66aa678fe8c6dcd Oct 10 12:02:22.426 INFO running `"docker" "start" "-a" "b9000ae2f6861705ec159e4fbcb27f1dbac508a41aa16415f66aa678fe8c6dcd"` Oct 10 12:02:22.833 INFO kablam! usermod: no changes Oct 10 12:02:23.130 INFO kablam! Compiling gfx_core v0.8.3 Oct 10 12:02:23.131 INFO kablam! Compiling syn v0.15.8 Oct 10 12:02:23.131 INFO kablam! Compiling num-rational v0.2.1 Oct 10 12:02:23.132 INFO kablam! Compiling ordered-float v0.5.2 Oct 10 12:02:23.132 INFO kablam! Compiling gfx_gl v0.5.0 Oct 10 12:02:23.140 INFO kablam! Compiling jpeg-decoder v0.1.15 Oct 10 12:02:23.140 INFO kablam! Compiling winit v0.17.2 Oct 10 12:02:24.096 INFO kablam! Compiling rusttype v0.4.3 Oct 10 12:02:28.530 INFO kablam! Compiling piston2d-graphics v0.26.0 Oct 10 12:02:36.192 INFO kablam! Compiling glutin v0.18.0 Oct 10 12:02:36.449 INFO kablam! Compiling serde_derive v1.0.79 Oct 10 12:02:36.450 INFO kablam! Compiling num-derive v0.2.3 Oct 10 12:02:44.609 INFO kablam! Compiling tiff v0.2.1 Oct 10 12:02:46.256 INFO kablam! Compiling image v0.20.0 Oct 10 12:02:52.820 INFO kablam! Compiling pistoncore-input v0.21.0 Oct 10 12:02:58.576 INFO kablam! Compiling pistoncore-window v0.32.0 Oct 10 12:03:02.613 INFO kablam! Compiling pistoncore-event_loop v0.37.0 Oct 10 12:03:02.614 INFO kablam! Compiling pistoncore-glutin_window v0.48.0 Oct 10 12:03:06.387 INFO kablam! Compiling piston v0.37.0 Oct 10 12:03:09.400 INFO kablam! Compiling gfx v0.17.1 Oct 10 12:03:09.401 INFO kablam! Compiling gfx_device_gl v0.15.3 Oct 10 12:03:23.680 INFO kablam! Compiling piston-gfx_texture v0.34.0 Oct 10 12:03:26.431 INFO kablam! Compiling piston2d-gfx_graphics v0.52.0 Oct 10 12:03:31.915 INFO kablam! Compiling piston_window v0.81.0 Oct 10 12:03:36.028 INFO kablam! Compiling shapes v0.1.0 (/source) Oct 10 12:03:40.236 INFO kablam! warning: variable does not need to be mutable Oct 10 12:03:40.236 INFO kablam! --> src/main.rs:28:9 Oct 10 12:03:40.236 INFO kablam! | Oct 10 12:03:40.236 INFO kablam! 28 | let mut distance_x = dest_x - x; Oct 10 12:03:40.236 INFO kablam! | ----^^^^^^^^^^ Oct 10 12:03:40.236 INFO kablam! | | Oct 10 12:03:40.236 INFO kablam! | help: remove this `mut` Oct 10 12:03:40.236 INFO kablam! | Oct 10 12:03:40.236 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 12:03:40.236 INFO kablam! Oct 10 12:03:40.237 INFO kablam! warning: variable does not need to be mutable Oct 10 12:03:40.237 INFO kablam! --> src/main.rs:29:9 Oct 10 12:03:40.237 INFO kablam! | Oct 10 12:03:40.237 INFO kablam! 29 | let mut distance_y = dest_y - y; Oct 10 12:03:40.237 INFO kablam! | ----^^^^^^^^^^ Oct 10 12:03:40.237 INFO kablam! | | Oct 10 12:03:40.237 INFO kablam! | help: remove this `mut` Oct 10 12:03:40.237 INFO kablam! Oct 10 12:03:40.248 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 12:03:40.248 INFO kablam! --> src/main.rs:114:13 Oct 10 12:03:40.248 INFO kablam! | Oct 10 12:03:40.248 INFO kablam! 114 | / text::Text::new_color([0.0, 0.0, 0.0, 1.0], 32).draw( Oct 10 12:03:40.248 INFO kablam! 115 | | &message, Oct 10 12:03:40.248 INFO kablam! 116 | | &mut glyphs, Oct 10 12:03:40.248 INFO kablam! 117 | | &c.draw_state, Oct 10 12:03:40.248 INFO kablam! 118 | | transform, g Oct 10 12:03:40.248 INFO kablam! 119 | | ); Oct 10 12:03:40.248 INFO kablam! | |______________^ Oct 10 12:03:40.248 INFO kablam! | Oct 10 12:03:40.248 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 12:03:40.248 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 12:03:40.248 INFO kablam! Oct 10 12:03:47.984 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 25s Oct 10 12:03:48.010 INFO kablam! su: No module specific data is present Oct 10 12:03:49.220 INFO running `"docker" "rm" "-f" "b9000ae2f6861705ec159e4fbcb27f1dbac508a41aa16415f66aa678fe8c6dcd"` Oct 10 12:03:49.553 INFO blam! b9000ae2f6861705ec159e4fbcb27f1dbac508a41aa16415f66aa678fe8c6dcd Oct 10 12:03:49.558 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 12:03:49.560 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 12:03:49.976 INFO blam! 3a2866ac8b214d9c6f300652410cb402a32286206395da164e6fd07dfcdbc85a Oct 10 12:03:49.981 INFO running `"docker" "start" "-a" "3a2866ac8b214d9c6f300652410cb402a32286206395da164e6fd07dfcdbc85a"` Oct 10 12:03:51.967 INFO kablam! usermod: no changes Oct 10 12:03:52.304 INFO kablam! Compiling shapes v0.1.0 (/source) Oct 10 12:03:56.584 INFO kablam! warning: variable does not need to be mutable Oct 10 12:03:56.584 INFO kablam! --> src/main.rs:28:9 Oct 10 12:03:56.584 INFO kablam! | Oct 10 12:03:56.584 INFO kablam! 28 | let mut distance_x = dest_x - x; Oct 10 12:03:56.584 INFO kablam! | ----^^^^^^^^^^ Oct 10 12:03:56.584 INFO kablam! | | Oct 10 12:03:56.584 INFO kablam! | help: remove this `mut` Oct 10 12:03:56.584 INFO kablam! | Oct 10 12:03:56.584 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 12:03:56.584 INFO kablam! Oct 10 12:03:56.584 INFO kablam! warning: variable does not need to be mutable Oct 10 12:03:56.584 INFO kablam! --> src/main.rs:29:9 Oct 10 12:03:56.584 INFO kablam! | Oct 10 12:03:56.584 INFO kablam! 29 | let mut distance_y = dest_y - y; Oct 10 12:03:56.584 INFO kablam! | ----^^^^^^^^^^ Oct 10 12:03:56.584 INFO kablam! | | Oct 10 12:03:56.584 INFO kablam! | help: remove this `mut` Oct 10 12:03:56.584 INFO kablam! Oct 10 12:03:56.596 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 12:03:56.596 INFO kablam! --> src/main.rs:114:13 Oct 10 12:03:56.596 INFO kablam! | Oct 10 12:03:56.596 INFO kablam! 114 | / text::Text::new_color([0.0, 0.0, 0.0, 1.0], 32).draw( Oct 10 12:03:56.596 INFO kablam! 115 | | &message, Oct 10 12:03:56.596 INFO kablam! 116 | | &mut glyphs, Oct 10 12:03:56.596 INFO kablam! 117 | | &c.draw_state, Oct 10 12:03:56.596 INFO kablam! 118 | | transform, g Oct 10 12:03:56.596 INFO kablam! 119 | | ); Oct 10 12:03:56.596 INFO kablam! | |______________^ Oct 10 12:03:56.596 INFO kablam! | Oct 10 12:03:56.596 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 12:03:56.596 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 12:03:56.596 INFO kablam! Oct 10 12:03:57.188 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.20s Oct 10 12:03:57.203 INFO kablam! su: No module specific data is present Oct 10 12:03:58.013 INFO running `"docker" "rm" "-f" "3a2866ac8b214d9c6f300652410cb402a32286206395da164e6fd07dfcdbc85a"` Oct 10 12:03:58.309 INFO blam! 3a2866ac8b214d9c6f300652410cb402a32286206395da164e6fd07dfcdbc85a Oct 10 12:03:58.317 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 12:03:58.318 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 12:03:58.741 INFO blam! ba577797008b866fff4cec15928a573aadf185c061f5018c8489a7b0f0008ca0 Oct 10 12:03:58.742 INFO running `"docker" "start" "-a" "ba577797008b866fff4cec15928a573aadf185c061f5018c8489a7b0f0008ca0"` Oct 10 12:04:00.816 INFO kablam! usermod: no changes Oct 10 12:04:01.144 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.29s Oct 10 12:04:01.148 INFO kablam! Running /target/debug/deps/shapes-a186c5163620ef5f Oct 10 12:04:01.156 INFO blam! Oct 10 12:04:01.156 INFO blam! running 0 tests Oct 10 12:04:01.157 INFO blam! Oct 10 12:04:01.157 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 12:04:01.157 INFO blam! Oct 10 12:04:01.164 INFO kablam! su: No module specific data is present Oct 10 12:04:02.032 INFO running `"docker" "rm" "-f" "ba577797008b866fff4cec15928a573aadf185c061f5018c8489a7b0f0008ca0"` Oct 10 12:04:02.452 INFO blam! ba577797008b866fff4cec15928a573aadf185c061f5018c8489a7b0f0008ca0