Oct 27 01:28:42.824 INFO checking lluchs/sixpunch against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 01:28:42.824 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 01:28:43.418 INFO blam! 018eae225f08629ae799e6e0a04c63f167861aa40aeba5113e280ffa25927394 Oct 27 01:28:43.420 INFO running `"docker" "start" "-a" "018eae225f08629ae799e6e0a04c63f167861aa40aeba5113e280ffa25927394"` Oct 27 01:28:45.403 INFO kablam! usermod: no changes Oct 27 01:28:45.583 INFO kablam! Compiling quote v0.3.14 Oct 27 01:28:45.583 INFO kablam! Checking serde v0.9.10 Oct 27 01:28:47.285 INFO kablam! Compiling syn v0.11.8 Oct 27 01:28:54.060 INFO kablam! Compiling serde_codegen_internals v0.14.1 Oct 27 01:28:56.648 INFO kablam! Compiling serde_derive v0.9.10 Oct 27 01:29:00.541 INFO kablam! Checking bincode v1.0.0-alpha5 Oct 27 01:29:06.848 INFO kablam! Checking sixpunch v0.1.0 (/source) Oct 27 01:29:07.774 INFO kablam! warning: unused variable: `number_of_bytes` Oct 27 01:29:07.774 INFO kablam! --> src/udp/puncher.rs:60:18 Oct 27 01:29:07.774 INFO kablam! | Oct 27 01:29:07.774 INFO kablam! 60 | let (number_of_bytes, src_addr) Oct 27 01:29:07.774 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_number_of_bytes` instead Oct 27 01:29:07.791 INFO kablam! | Oct 27 01:29:07.792 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 01:29:07.792 INFO kablam! Oct 27 01:29:07.792 INFO kablam! warning: unused variable: `number_of_bytes` Oct 27 01:29:07.792 INFO kablam! --> src/udp/client.rs:27:14 Oct 27 01:29:07.792 INFO kablam! | Oct 27 01:29:07.792 INFO kablam! 27 | let (number_of_bytes, src_addr) Oct 27 01:29:07.792 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_number_of_bytes` instead Oct 27 01:29:07.792 INFO kablam! Oct 27 01:29:07.792 INFO kablam! warning: unused variable: `id` Oct 27 01:29:07.792 INFO kablam! --> src/udp/client.rs:111:31 Oct 27 01:29:07.794 INFO kablam! | Oct 27 01:29:07.794 INFO kablam! 111 | Message::NotFound(id) => return false, Oct 27 01:29:07.794 INFO kablam! | ^^ help: consider using `_id` instead Oct 27 01:29:07.794 INFO kablam! Oct 27 01:29:07.831 INFO kablam! warning: unused variable: `number_of_bytes` Oct 27 01:29:07.832 INFO kablam! --> src/udp/puncher.rs:60:18 Oct 27 01:29:07.832 INFO kablam! | Oct 27 01:29:07.832 INFO kablam! 60 | let (number_of_bytes, src_addr) Oct 27 01:29:07.832 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_number_of_bytes` instead Oct 27 01:29:07.832 INFO kablam! | Oct 27 01:29:07.832 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 01:29:07.832 INFO kablam! Oct 27 01:29:07.832 INFO kablam! warning: unused variable: `number_of_bytes` Oct 27 01:29:07.832 INFO kablam! --> src/udp/client.rs:27:14 Oct 27 01:29:07.832 INFO kablam! | Oct 27 01:29:07.832 INFO kablam! 27 | let (number_of_bytes, src_addr) Oct 27 01:29:07.832 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_number_of_bytes` instead Oct 27 01:29:07.832 INFO kablam! Oct 27 01:29:07.832 INFO kablam! warning: unused variable: `id` Oct 27 01:29:07.832 INFO kablam! --> src/udp/client.rs:111:31 Oct 27 01:29:07.832 INFO kablam! | Oct 27 01:29:07.832 INFO kablam! 111 | Message::NotFound(id) => return false, Oct 27 01:29:07.832 INFO kablam! | ^^ help: consider using `_id` instead Oct 27 01:29:07.832 INFO kablam! Oct 27 01:29:07.894 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:29:07.895 INFO kablam! --> src/udp/client.rs:120:13 Oct 27 01:29:07.895 INFO kablam! | Oct 27 01:29:07.895 INFO kablam! 120 | self.send_msg(msg.clone(), addr); Oct 27 01:29:07.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:29:07.895 INFO kablam! | Oct 27 01:29:07.895 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 01:29:07.895 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:29:07.895 INFO kablam! Oct 27 01:29:07.928 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:29:07.929 INFO kablam! --> src/udp/client.rs:120:13 Oct 27 01:29:07.929 INFO kablam! | Oct 27 01:29:07.929 INFO kablam! 120 | self.send_msg(msg.clone(), addr); Oct 27 01:29:07.929 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:29:07.929 INFO kablam! | Oct 27 01:29:07.929 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 01:29:07.929 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:29:07.929 INFO kablam! Oct 27 01:29:10.748 INFO kablam! warning: unused variable: `sub_m` Oct 27 01:29:10.749 INFO kablam! --> src/bin/client.rs:29:23 Oct 27 01:29:10.749 INFO kablam! | Oct 27 01:29:10.749 INFO kablam! 29 | ("host", Some(sub_m)) => { Oct 27 01:29:10.750 INFO kablam! | ^^^^^ help: consider using `_sub_m` instead Oct 27 01:29:10.751 INFO kablam! | Oct 27 01:29:10.751 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 01:29:10.752 INFO kablam! Oct 27 01:29:10.947 INFO kablam! warning: unused variable: `sub_m` Oct 27 01:29:10.948 INFO kablam! --> src/bin/client.rs:29:23 Oct 27 01:29:10.948 INFO kablam! | Oct 27 01:29:10.948 INFO kablam! 29 | ("host", Some(sub_m)) => { Oct 27 01:29:10.951 INFO kablam! | ^^^^^ help: consider using `_sub_m` instead Oct 27 01:29:10.951 INFO kablam! | Oct 27 01:29:10.951 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 01:29:10.952 INFO kablam! Oct 27 01:29:11.035 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 25.58s Oct 27 01:29:11.055 INFO kablam! su: No module specific data is present Oct 27 01:29:12.053 INFO running `"docker" "rm" "-f" "018eae225f08629ae799e6e0a04c63f167861aa40aeba5113e280ffa25927394"` Oct 27 01:29:12.319 INFO blam! 018eae225f08629ae799e6e0a04c63f167861aa40aeba5113e280ffa25927394