Oct 21 18:47:34.681 INFO checking coredump-ch/rpsrtsrs against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 18:47:34.683 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192/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 21 18:47:35.186 INFO blam! 959b85517ab31204e613dd8b80bbaeef0aacfd9edc34512a88345b07f250c85f Oct 21 18:47:35.189 INFO running `"docker" "start" "-a" "959b85517ab31204e613dd8b80bbaeef0aacfd9edc34512a88345b07f250c85f"` Oct 21 18:47:37.464 INFO kablam! usermod: no changes Oct 21 18:47:37.955 INFO kablam! Compiling log v0.4.0 Oct 21 18:47:37.968 INFO kablam! Checking arrayvec v0.4.6 Oct 21 18:47:37.977 INFO kablam! Checking num-bigint v0.1.41 Oct 21 18:47:37.977 INFO kablam! Checking rayon-core v1.3.0 Oct 21 18:47:37.977 INFO kablam! Checking png v0.10.0 Oct 21 18:47:37.978 INFO kablam! Checking serde v1.0.25 Oct 21 18:47:41.908 INFO kablam! Compiling log v0.3.9 Oct 21 18:47:43.565 INFO kablam! Checking rayon v0.8.2 Oct 21 18:47:44.557 INFO kablam! Checking rusttype v0.2.3 Oct 21 18:47:45.829 INFO kablam! Compiling gl_generator v0.6.1 Oct 21 18:47:49.522 INFO kablam! Checking num-rational v0.1.40 Oct 21 18:47:53.292 INFO kablam! Checking num v0.1.41 Oct 21 18:47:54.958 INFO kablam! Checking piston2d-graphics v0.22.0 Oct 21 18:47:55.019 INFO kablam! Checking glfw v0.18.0 Oct 21 18:47:57.917 INFO kablam! Compiling gl v0.6.5 Oct 21 18:47:57.961 INFO kablam! Checking jpeg-decoder v0.1.13 Oct 21 18:48:03.191 INFO kablam! Checking image v0.16.0 Oct 21 18:48:13.356 INFO kablam! Checking pistoncore-input v0.19.0 Oct 21 18:48:13.356 INFO kablam! Checking cgmath v0.15.0 Oct 21 18:48:13.356 INFO kablam! Checking bincode v0.8.0 Oct 21 18:48:13.356 INFO kablam! Checking docopt v0.8.1 Oct 21 18:48:22.444 INFO kablam! Checking pistoncore-window v0.29.0 Oct 21 18:48:22.990 INFO kablam! Checking piston2d-opengl_graphics v0.47.0 Oct 21 18:48:24.040 INFO kablam! Checking pistoncore-event_loop v0.34.0 Oct 21 18:48:24.044 INFO kablam! Checking pistoncore-glfw_window v0.37.0 Oct 21 18:48:26.465 INFO kablam! Checking piston v0.34.0 Oct 21 18:48:31.552 INFO kablam! Checking rpsrtsrs v0.1.0 (/source) Oct 21 18:48:36.165 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:48:36.166 INFO kablam! --> src/client/menu.rs:45:21 Oct 21 18:48:36.166 INFO kablam! | Oct 21 18:48:36.167 INFO kablam! 45 | text_selected.draw(&format!("{:?}", entry), cache, &c.draw_state, transform, gl); Oct 21 18:48:36.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:48:36.167 INFO kablam! | Oct 21 18:48:36.167 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 18:48:36.168 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:48:36.168 INFO kablam! Oct 21 18:48:36.168 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:48:36.169 INFO kablam! --> src/client/menu.rs:47:21 Oct 21 18:48:36.169 INFO kablam! | Oct 21 18:48:36.169 INFO kablam! 47 | text.draw(&format!("{:?}", entry), cache, &c.draw_state, transform, gl); Oct 21 18:48:36.169 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:48:36.170 INFO kablam! | Oct 21 18:48:36.170 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:48:36.170 INFO kablam! Oct 21 18:48:36.170 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:48:36.171 INFO kablam! --> src/client/error.rs:25:13 Oct 21 18:48:36.171 INFO kablam! | Oct 21 18:48:36.171 INFO kablam! 25 | text.draw(&self.message, cache, &c.draw_state, transform, gl); Oct 21 18:48:36.171 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:48:36.172 INFO kablam! | Oct 21 18:48:36.172 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:48:36.172 INFO kablam! Oct 21 18:48:36.632 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:48:36.632 INFO kablam! --> src/client/menu.rs:45:21 Oct 21 18:48:36.632 INFO kablam! | Oct 21 18:48:36.632 INFO kablam! 45 | text_selected.draw(&format!("{:?}", entry), cache, &c.draw_state, transform, gl); Oct 21 18:48:36.632 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:48:36.632 INFO kablam! | Oct 21 18:48:36.632 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 18:48:36.632 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:48:36.632 INFO kablam! Oct 21 18:48:36.632 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:48:36.632 INFO kablam! --> src/client/menu.rs:47:21 Oct 21 18:48:36.632 INFO kablam! | Oct 21 18:48:36.632 INFO kablam! 47 | text.draw(&format!("{:?}", entry), cache, &c.draw_state, transform, gl); Oct 21 18:48:36.632 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:48:36.632 INFO kablam! | Oct 21 18:48:36.632 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:48:36.632 INFO kablam! Oct 21 18:48:36.633 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 18:48:36.633 INFO kablam! --> src/client/error.rs:25:13 Oct 21 18:48:36.633 INFO kablam! | Oct 21 18:48:36.633 INFO kablam! 25 | text.draw(&self.message, cache, &c.draw_state, transform, gl); Oct 21 18:48:36.633 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 18:48:36.633 INFO kablam! | Oct 21 18:48:36.633 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 18:48:36.633 INFO kablam! Oct 21 18:48:49.809 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 12s Oct 21 18:48:49.844 INFO kablam! su: No module specific data is present Oct 21 18:48:50.753 INFO running `"docker" "rm" "-f" "959b85517ab31204e613dd8b80bbaeef0aacfd9edc34512a88345b07f250c85f"` Oct 21 18:48:51.080 INFO blam! 959b85517ab31204e613dd8b80bbaeef0aacfd9edc34512a88345b07f250c85f