Oct 27 10:55:54.959 INFO checking Lermex/rustysnek against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 10:55:54.960 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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:55:55.395 INFO blam! c5f4fe26f1dffd79e021ff45d4dff6bbfcbb3b9e5b814a38401bdff075b62138 Oct 27 10:55:55.397 INFO running `"docker" "start" "-a" "c5f4fe26f1dffd79e021ff45d4dff6bbfcbb3b9e5b814a38401bdff075b62138"` Oct 27 10:55:56.838 INFO kablam! usermod: no changes Oct 27 10:55:57.327 INFO kablam! Compiling miniz-sys v0.1.7 Oct 27 10:55:57.327 INFO kablam! Checking serde_json v0.9.9 Oct 27 10:55:57.339 INFO kablam! Checking deque v0.3.1 Oct 27 10:55:57.339 INFO kablam! Checking num-bigint v0.1.35 Oct 27 10:55:57.339 INFO kablam! Checking uuid v0.4.0 Oct 27 10:55:57.339 INFO kablam! Checking gfx_core v0.5.1 Oct 27 10:55:57.339 INFO kablam! Checking pistoncore-input v0.15.0 Oct 27 10:55:57.339 INFO kablam! Checking piston2d-graphics v0.19.0 Oct 27 10:56:01.096 INFO kablam! Compiling glutin v0.7.1 Oct 27 10:56:01.343 INFO kablam! Checking rayon v0.6.0 Oct 27 10:56:03.612 INFO kablam! Checking time v0.1.35 Oct 27 10:56:05.459 INFO kablam! Checking num-rational v0.1.35 Oct 27 10:56:06.210 INFO kablam! Checking wayland-kbd v0.6.2 Oct 27 10:56:06.995 INFO kablam! Checking jpeg-decoder v0.1.10 Oct 27 10:56:07.467 INFO kablam! Checking flate2 v0.2.14 Oct 27 10:56:07.739 INFO kablam! Checking pistoncore-window v0.24.0 Oct 27 10:56:10.735 INFO kablam! Checking pistoncore-event_loop v0.27.0 Oct 27 10:56:11.143 INFO kablam! Checking png v0.5.2 Oct 27 10:56:11.339 INFO kablam! Checking winit v0.5.6 Oct 27 10:56:13.169 INFO kablam! Checking piston v0.27.0 Oct 27 10:56:17.021 INFO kablam! Checking image v0.10.4 Oct 27 10:56:32.772 INFO kablam! Checking pistoncore-glutin_window v0.33.0 Oct 27 10:56:45.364 INFO kablam! Checking gfx v0.13.0 Oct 27 10:56:45.365 INFO kablam! Checking gfx_device_gl v0.12.0 Oct 27 10:56:51.859 INFO kablam! Checking piston-gfx_texture v0.19.0 Oct 27 10:56:54.231 INFO kablam! Checking piston2d-gfx_graphics v0.34.1 Oct 27 10:56:58.183 INFO kablam! Checking piston_window v0.60.0 Oct 27 10:57:01.883 INFO kablam! Checking rustysnek v0.1.0 (/source) Oct 27 10:57:07.056 INFO kablam! warning: unused import: `rand::Rng` Oct 27 10:57:07.057 INFO kablam! --> src/main.rs:3:5 Oct 27 10:57:07.057 INFO kablam! | Oct 27 10:57:07.058 INFO kablam! 3 | use rand::Rng; Oct 27 10:57:07.059 INFO kablam! | ^^^^^^^^^ Oct 27 10:57:07.059 INFO kablam! | Oct 27 10:57:07.060 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 10:57:07.061 INFO kablam! Oct 27 10:57:07.252 INFO kablam! warning: unused variable: `len_other` Oct 27 10:57:07.253 INFO kablam! --> src/main.rs:104:17 Oct 27 10:57:07.254 INFO kablam! | Oct 27 10:57:07.254 INFO kablam! 104 | let len_other = (&other_body).len() as f32; Oct 27 10:57:07.254 INFO kablam! | ^^^^^^^^^ help: consider using `_len_other` instead Oct 27 10:57:07.254 INFO kablam! | Oct 27 10:57:07.255 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 10:57:07.255 INFO kablam! Oct 27 10:57:07.257 INFO kablam! warning: unused variable: `x` Oct 27 10:57:07.257 INFO kablam! --> src/main.rs:185:9 Oct 27 10:57:07.257 INFO kablam! | Oct 27 10:57:07.257 INFO kablam! 185 | for x in 0..3 { Oct 27 10:57:07.257 INFO kablam! | ^ help: consider using `_x` instead Oct 27 10:57:07.257 INFO kablam! Oct 27 10:57:07.343 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 10:57:07.343 INFO kablam! --> src/main.rs:173:5 Oct 27 10:57:07.343 INFO kablam! | Oct 27 10:57:07.343 INFO kablam! 173 | socket.set_read_timeout(Some(Duration::new(0, 1000))); Oct 27 10:57:07.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:57:07.344 INFO kablam! | Oct 27 10:57:07.344 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 10:57:07.344 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 10:57:07.344 INFO kablam! Oct 27 10:57:07.344 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 10:57:07.344 INFO kablam! --> src/main.rs:174:5 Oct 27 10:57:07.344 INFO kablam! | Oct 27 10:57:07.344 INFO kablam! 174 | socket.set_broadcast(true); Oct 27 10:57:07.344 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:57:07.344 INFO kablam! | Oct 27 10:57:07.344 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 10:57:07.345 INFO kablam! Oct 27 10:57:07.738 INFO kablam! warning: unused import: `rand::Rng` Oct 27 10:57:07.738 INFO kablam! --> src/main.rs:3:5 Oct 27 10:57:07.738 INFO kablam! | Oct 27 10:57:07.738 INFO kablam! 3 | use rand::Rng; Oct 27 10:57:07.738 INFO kablam! | ^^^^^^^^^ Oct 27 10:57:07.738 INFO kablam! | Oct 27 10:57:07.738 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 10:57:07.738 INFO kablam! Oct 27 10:57:07.906 INFO kablam! warning: unused variable: `len_other` Oct 27 10:57:07.906 INFO kablam! --> src/main.rs:104:17 Oct 27 10:57:07.906 INFO kablam! | Oct 27 10:57:07.906 INFO kablam! 104 | let len_other = (&other_body).len() as f32; Oct 27 10:57:07.906 INFO kablam! | ^^^^^^^^^ help: consider using `_len_other` instead Oct 27 10:57:07.906 INFO kablam! | Oct 27 10:57:07.906 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 10:57:07.906 INFO kablam! Oct 27 10:57:07.906 INFO kablam! warning: unused variable: `x` Oct 27 10:57:07.906 INFO kablam! --> src/main.rs:185:9 Oct 27 10:57:07.906 INFO kablam! | Oct 27 10:57:07.906 INFO kablam! 185 | for x in 0..3 { Oct 27 10:57:07.906 INFO kablam! | ^ help: consider using `_x` instead Oct 27 10:57:07.906 INFO kablam! Oct 27 10:57:07.961 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 10:57:07.961 INFO kablam! --> src/main.rs:173:5 Oct 27 10:57:07.961 INFO kablam! | Oct 27 10:57:07.961 INFO kablam! 173 | socket.set_read_timeout(Some(Duration::new(0, 1000))); Oct 27 10:57:07.961 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:57:07.961 INFO kablam! | Oct 27 10:57:07.961 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 10:57:07.961 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 10:57:07.961 INFO kablam! Oct 27 10:57:07.961 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 10:57:07.961 INFO kablam! --> src/main.rs:174:5 Oct 27 10:57:07.961 INFO kablam! | Oct 27 10:57:07.961 INFO kablam! 174 | socket.set_broadcast(true); Oct 27 10:57:07.961 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:57:07.961 INFO kablam! | Oct 27 10:57:07.961 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 10:57:07.961 INFO kablam! Oct 27 10:57:08.036 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 11s Oct 27 10:57:08.067 INFO kablam! su: No module specific data is present Oct 27 10:57:08.955 INFO running `"docker" "rm" "-f" "c5f4fe26f1dffd79e021ff45d4dff6bbfcbb3b9e5b814a38401bdff075b62138"` Oct 27 10:57:09.059 INFO blam! c5f4fe26f1dffd79e021ff45d4dff6bbfcbb3b9e5b814a38401bdff075b62138