Oct 27 06:32:20.221 INFO checking coredump-ch/rpsrtsrs against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 06:32:20.223 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 06:32:20.579 INFO blam! a46eecab30390ef0d0477a235723a37e3c3386c5279345f913878742b6c5fd7e Oct 27 06:32:20.581 INFO running `"docker" "start" "-a" "a46eecab30390ef0d0477a235723a37e3c3386c5279345f913878742b6c5fd7e"` Oct 27 06:32:22.942 INFO kablam! usermod: no changes Oct 27 06:32:23.291 INFO kablam! Compiling log v0.4.0 Oct 27 06:32:23.297 INFO kablam! Checking rayon-core v1.3.0 Oct 27 06:32:23.297 INFO kablam! Checking png v0.10.0 Oct 27 06:32:23.298 INFO kablam! Checking piston2d-graphics v0.22.0 Oct 27 06:32:23.298 INFO kablam! Checking serde v1.0.25 Oct 27 06:32:23.298 INFO kablam! Checking glfw v0.18.0 Oct 27 06:32:27.432 INFO kablam! Compiling log v0.3.9 Oct 27 06:32:29.180 INFO kablam! Checking rayon v0.8.2 Oct 27 06:32:31.119 INFO kablam! Compiling gl_generator v0.6.1 Oct 27 06:32:39.728 INFO kablam! Compiling gl v0.6.5 Oct 27 06:32:40.687 INFO kablam! Checking jpeg-decoder v0.1.13 Oct 27 06:32:45.203 INFO kablam! Checking image v0.16.0 Oct 27 06:32:55.815 INFO kablam! Checking pistoncore-input v0.19.0 Oct 27 06:32:55.815 INFO kablam! Checking cgmath v0.15.0 Oct 27 06:32:55.815 INFO kablam! Checking docopt v0.8.1 Oct 27 06:32:55.815 INFO kablam! Checking bincode v0.8.0 Oct 27 06:33:07.223 INFO kablam! Checking pistoncore-window v0.29.0 Oct 27 06:33:07.483 INFO kablam! Checking piston2d-opengl_graphics v0.47.0 Oct 27 06:33:09.443 INFO kablam! Checking pistoncore-event_loop v0.34.0 Oct 27 06:33:09.443 INFO kablam! Checking pistoncore-glfw_window v0.37.0 Oct 27 06:33:12.928 INFO kablam! Checking piston v0.34.0 Oct 27 06:33:17.343 INFO kablam! Checking rpsrtsrs v0.1.0 (/source) Oct 27 06:33:22.099 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 06:33:22.099 INFO kablam! --> src/client/menu.rs:45:21 Oct 27 06:33:22.099 INFO kablam! | Oct 27 06:33:22.099 INFO kablam! 45 | text_selected.draw(&format!("{:?}", entry), cache, &c.draw_state, transform, gl); Oct 27 06:33:22.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:33:22.119 INFO kablam! | Oct 27 06:33:22.119 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 06:33:22.119 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 06:33:22.119 INFO kablam! Oct 27 06:33:22.119 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 06:33:22.119 INFO kablam! --> src/client/menu.rs:47:21 Oct 27 06:33:22.119 INFO kablam! | Oct 27 06:33:22.119 INFO kablam! 47 | text.draw(&format!("{:?}", entry), cache, &c.draw_state, transform, gl); Oct 27 06:33:22.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:33:22.119 INFO kablam! | Oct 27 06:33:22.119 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 06:33:22.119 INFO kablam! Oct 27 06:33:22.119 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 06:33:22.119 INFO kablam! --> src/client/error.rs:25:13 Oct 27 06:33:22.119 INFO kablam! | Oct 27 06:33:22.119 INFO kablam! 25 | text.draw(&self.message, cache, &c.draw_state, transform, gl); Oct 27 06:33:22.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:33:22.119 INFO kablam! | Oct 27 06:33:22.119 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 06:33:22.119 INFO kablam! Oct 27 06:33:27.199 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 06:33:27.199 INFO kablam! --> src/client/menu.rs:45:21 Oct 27 06:33:27.199 INFO kablam! | Oct 27 06:33:27.199 INFO kablam! 45 | text_selected.draw(&format!("{:?}", entry), cache, &c.draw_state, transform, gl); Oct 27 06:33:27.199 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:33:27.199 INFO kablam! | Oct 27 06:33:27.199 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 06:33:27.199 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 06:33:27.199 INFO kablam! Oct 27 06:33:27.199 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 06:33:27.199 INFO kablam! --> src/client/menu.rs:47:21 Oct 27 06:33:27.199 INFO kablam! | Oct 27 06:33:27.199 INFO kablam! 47 | text.draw(&format!("{:?}", entry), cache, &c.draw_state, transform, gl); Oct 27 06:33:27.199 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:33:27.199 INFO kablam! | Oct 27 06:33:27.199 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 06:33:27.199 INFO kablam! Oct 27 06:33:27.199 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 06:33:27.199 INFO kablam! --> src/client/error.rs:25:13 Oct 27 06:33:27.199 INFO kablam! | Oct 27 06:33:27.199 INFO kablam! 25 | text.draw(&self.message, cache, &c.draw_state, transform, gl); Oct 27 06:33:27.199 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:33:27.199 INFO kablam! | Oct 27 06:33:27.199 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 06:33:27.199 INFO kablam! Oct 27 06:33:37.252 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 14s Oct 27 06:33:37.287 INFO kablam! su: No module specific data is present Oct 27 06:33:38.856 INFO running `"docker" "rm" "-f" "a46eecab30390ef0d0477a235723a37e3c3386c5279345f913878742b6c5fd7e"` Oct 27 06:33:39.159 INFO blam! a46eecab30390ef0d0477a235723a37e3c3386c5279345f913878742b6c5fd7e