Oct 27 00:46:29.784 INFO checking mcpherrinm/roughtime.rs against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 00:46:29.784 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 00:46:30.206 INFO blam! 184d4ecc4f45149e8b1dea92af5e56a8997b3ad7f91765dc4fd51fccb294ed59 Oct 27 00:46:30.208 INFO running `"docker" "start" "-a" "184d4ecc4f45149e8b1dea92af5e56a8997b3ad7f91765dc4fd51fccb294ed59"` Oct 27 00:46:31.499 INFO kablam! usermod: no changes Oct 27 00:46:31.599 INFO kablam! Checking untrusted v0.3.1 Oct 27 00:46:31.955 INFO kablam! Checking roughtime v0.1.0 (/source) Oct 27 00:46:32.491 INFO kablam! warning: unused variable: `src` Oct 27 00:46:32.491 INFO kablam! --> src/main.rs:237:15 Oct 27 00:46:32.491 INFO kablam! | Oct 27 00:46:32.491 INFO kablam! 237 | let (amt, src) = socket.recv_from(&mut inb).unwrap(); Oct 27 00:46:32.491 INFO kablam! | ^^^ help: consider using `_src` instead Oct 27 00:46:32.491 INFO kablam! | Oct 27 00:46:32.491 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 00:46:32.491 INFO kablam! Oct 27 00:46:32.511 INFO kablam! warning: variable does not need to be mutable Oct 27 00:46:32.511 INFO kablam! --> src/main.rs:234:9 Oct 27 00:46:32.511 INFO kablam! | Oct 27 00:46:32.511 INFO kablam! 234 | let mut socket = UdpSocket::bind("0.0.0.0:0").unwrap(); Oct 27 00:46:32.511 INFO kablam! | ----^^^^^^ Oct 27 00:46:32.511 INFO kablam! | | Oct 27 00:46:32.511 INFO kablam! | help: remove this `mut` Oct 27 00:46:32.511 INFO kablam! | Oct 27 00:46:32.511 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 00:46:32.511 INFO kablam! Oct 27 00:46:32.511 INFO kablam! warning: constant item is never used: `DELE` Oct 27 00:46:32.511 INFO kablam! --> src/main.rs:157:5 Oct 27 00:46:32.511 INFO kablam! | Oct 27 00:46:32.511 INFO kablam! 157 | pub const DELE: u32 = 0x454c4544; Oct 27 00:46:32.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:46:32.512 INFO kablam! | Oct 27 00:46:32.512 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 00:46:32.512 INFO kablam! Oct 27 00:46:32.512 INFO kablam! warning: constant item is never used: `MINT` Oct 27 00:46:32.512 INFO kablam! --> src/main.rs:158:5 Oct 27 00:46:32.512 INFO kablam! | Oct 27 00:46:32.512 INFO kablam! 158 | pub const MINT: u32 = 0x544e494d; Oct 27 00:46:32.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:46:32.512 INFO kablam! Oct 27 00:46:32.512 INFO kablam! warning: constant item is never used: `MAXT` Oct 27 00:46:32.515 INFO kablam! --> src/main.rs:159:5 Oct 27 00:46:32.515 INFO kablam! | Oct 27 00:46:32.515 INFO kablam! 159 | pub const MAXT: u32 = 0x5458414d; Oct 27 00:46:32.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:46:32.515 INFO kablam! Oct 27 00:46:32.515 INFO kablam! warning: constant item is never used: `PUBK` Oct 27 00:46:32.515 INFO kablam! --> src/main.rs:160:5 Oct 27 00:46:32.515 INFO kablam! | Oct 27 00:46:32.515 INFO kablam! 160 | pub const PUBK: u32 = 0x4b425550; Oct 27 00:46:32.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:46:32.515 INFO kablam! Oct 27 00:46:32.516 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 00:46:32.516 INFO kablam! --> src/main.rs:235:5 Oct 27 00:46:32.516 INFO kablam! | Oct 27 00:46:32.516 INFO kablam! 235 | socket.send_to(&new_req(), "roughtime.sandbox.google.com:2002"); Oct 27 00:46:32.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:46:32.516 INFO kablam! | Oct 27 00:46:32.516 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 00:46:32.516 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 00:46:32.516 INFO kablam! Oct 27 00:46:32.516 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 00:46:32.516 INFO kablam! --> src/main.rs:238:5 Oct 27 00:46:32.516 INFO kablam! | Oct 27 00:46:32.516 INFO kablam! 238 | std::io::stderr().write(&inb[..amt]); Oct 27 00:46:32.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:46:32.516 INFO kablam! | Oct 27 00:46:32.516 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 00:46:32.516 INFO kablam! Oct 27 00:46:32.843 INFO kablam! warning: unused variable: `src` Oct 27 00:46:32.843 INFO kablam! --> src/main.rs:237:15 Oct 27 00:46:32.843 INFO kablam! | Oct 27 00:46:32.843 INFO kablam! 237 | let (amt, src) = socket.recv_from(&mut inb).unwrap(); Oct 27 00:46:32.843 INFO kablam! | ^^^ help: consider using `_src` instead Oct 27 00:46:32.843 INFO kablam! | Oct 27 00:46:32.843 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 00:46:32.843 INFO kablam! Oct 27 00:46:32.871 INFO kablam! warning: variable does not need to be mutable Oct 27 00:46:32.871 INFO kablam! --> src/main.rs:234:9 Oct 27 00:46:32.871 INFO kablam! | Oct 27 00:46:32.871 INFO kablam! 234 | let mut socket = UdpSocket::bind("0.0.0.0:0").unwrap(); Oct 27 00:46:32.871 INFO kablam! | ----^^^^^^ Oct 27 00:46:32.872 INFO kablam! | | Oct 27 00:46:32.872 INFO kablam! | help: remove this `mut` Oct 27 00:46:32.872 INFO kablam! | Oct 27 00:46:32.872 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 00:46:32.872 INFO kablam! Oct 27 00:46:32.883 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 00:46:32.883 INFO kablam! --> src/main.rs:235:5 Oct 27 00:46:32.883 INFO kablam! | Oct 27 00:46:32.883 INFO kablam! 235 | socket.send_to(&new_req(), "roughtime.sandbox.google.com:2002"); Oct 27 00:46:32.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:46:32.883 INFO kablam! | Oct 27 00:46:32.883 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 00:46:32.883 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 00:46:32.883 INFO kablam! Oct 27 00:46:32.883 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 00:46:32.883 INFO kablam! --> src/main.rs:238:5 Oct 27 00:46:32.884 INFO kablam! | Oct 27 00:46:32.884 INFO kablam! 238 | std::io::stderr().write(&inb[..amt]); Oct 27 00:46:32.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:46:32.884 INFO kablam! | Oct 27 00:46:32.884 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 00:46:32.884 INFO kablam! Oct 27 00:46:32.919 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.38s Oct 27 00:46:32.922 INFO kablam! su: No module specific data is present Oct 27 00:46:33.631 INFO running `"docker" "rm" "-f" "184d4ecc4f45149e8b1dea92af5e56a8997b3ad7f91765dc4fd51fccb294ed59"` Oct 27 00:46:33.992 INFO blam! 184d4ecc4f45149e8b1dea92af5e56a8997b3ad7f91765dc4fd51fccb294ed59