Oct 27 10:40:24.909 INFO checking Menschenkindlein/jump-n-shoot against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 10:40:24.911 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-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 27 10:40:25.380 INFO blam! c63479cf8510335bba038db944d6f5ffe5430120fe8f7e69c3c5b38368783a61 Oct 27 10:40:25.382 INFO running `"docker" "start" "-a" "c63479cf8510335bba038db944d6f5ffe5430120fe8f7e69c3c5b38368783a61"` Oct 27 10:40:27.343 INFO kablam! usermod: no changes Oct 27 10:40:27.737 INFO kablam! Checking gfx_core v0.8.2 Oct 27 10:40:27.751 INFO kablam! Compiling glutin v0.14.0 Oct 27 10:40:27.752 INFO kablam! Compiling gl v0.10.0 Oct 27 10:40:27.752 INFO kablam! Compiling gfx_gl v0.5.0 Oct 27 10:40:27.752 INFO kablam! Checking wayland-sys v0.12.5 Oct 27 10:40:27.783 INFO kablam! Compiling num-derive v0.2.2 Oct 27 10:40:27.797 INFO kablam! Checking rusttype v0.4.3 Oct 27 10:40:27.798 INFO kablam! Checking pistoncore-input v0.21.0 Oct 27 10:40:32.219 INFO kablam! Checking wayland-client v0.12.5 Oct 27 10:40:41.415 INFO kablam! Checking jpeg-decoder v0.1.15 Oct 27 10:40:41.784 INFO kablam! Checking piston2d-graphics v0.26.0 Oct 27 10:40:51.098 INFO kablam! Checking wayland-protocols v0.12.5 Oct 27 10:40:52.237 INFO kablam! Checking wayland-kbd v0.13.1 Oct 27 10:40:55.791 INFO kablam! Checking pistoncore-window v0.32.0 Oct 27 10:40:55.989 INFO kablam! Checking image v0.19.0 Oct 27 10:41:03.963 INFO kablam! Checking pistoncore-event_loop v0.37.0 Oct 27 10:41:11.569 INFO kablam! Checking piston v0.37.0 Oct 27 10:41:18.273 INFO kablam! Checking wayland-window v0.13.3 Oct 27 10:41:24.121 INFO kablam! Checking winit v0.12.0 Oct 27 10:41:31.791 INFO kablam! Checking pistoncore-glutin_window v0.47.0 Oct 27 10:41:47.754 INFO kablam! Checking gfx v0.17.1 Oct 27 10:41:47.754 INFO kablam! Checking gfx_device_gl v0.15.3 Oct 27 10:41:54.575 INFO kablam! Checking piston-gfx_texture v0.32.0 Oct 27 10:41:57.716 INFO kablam! Checking piston2d-gfx_graphics v0.51.0 Oct 27 10:42:02.459 INFO kablam! Checking piston_window v0.80.0 Oct 27 10:42:07.111 INFO kablam! Checking jump-n-shoot v0.1.0 (/source) Oct 27 10:42:20.568 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 10:42:20.568 INFO kablam! --> src/main.rs:18:5 Oct 27 10:42:20.569 INFO kablam! | Oct 27 10:42:20.569 INFO kablam! 18 | stream.set_read_timeout(Some(Duration::from_millis(5))); Oct 27 10:42:20.569 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:42:20.570 INFO kablam! | Oct 27 10:42:20.570 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 10:42:20.570 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 10:42:20.571 INFO kablam! Oct 27 10:42:20.571 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 10:42:20.571 INFO kablam! --> src/main.rs:40:5 Oct 27 10:42:20.571 INFO kablam! | Oct 27 10:42:20.572 INFO kablam! 40 | stream.set_read_timeout(Some(Duration::from_millis(5))); Oct 27 10:42:20.572 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:42:20.572 INFO kablam! | Oct 27 10:42:20.573 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 10:42:20.573 INFO kablam! Oct 27 10:42:21.083 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 10:42:21.083 INFO kablam! --> src/main.rs:18:5 Oct 27 10:42:21.083 INFO kablam! | Oct 27 10:42:21.083 INFO kablam! 18 | stream.set_read_timeout(Some(Duration::from_millis(5))); Oct 27 10:42:21.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:42:21.083 INFO kablam! | Oct 27 10:42:21.083 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 10:42:21.083 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 10:42:21.083 INFO kablam! Oct 27 10:42:21.083 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 10:42:21.083 INFO kablam! --> src/main.rs:40:5 Oct 27 10:42:21.083 INFO kablam! | Oct 27 10:42:21.083 INFO kablam! 40 | stream.set_read_timeout(Some(Duration::from_millis(5))); Oct 27 10:42:21.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:42:21.083 INFO kablam! | Oct 27 10:42:21.083 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 10:42:21.083 INFO kablam! Oct 27 10:42:21.104 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 53s Oct 27 10:42:21.120 INFO kablam! su: No module specific data is present Oct 27 10:42:21.760 INFO running `"docker" "rm" "-f" "c63479cf8510335bba038db944d6f5ffe5430120fe8f7e69c3c5b38368783a61"` Oct 27 10:42:22.079 INFO blam! c63479cf8510335bba038db944d6f5ffe5430120fe8f7e69c3c5b38368783a61