Oct 26 23:30:16.077 INFO checking nuew/fntpd against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 26 23:30:16.079 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 26 23:30:16.522 INFO blam! 6ae850e1823240616d579dcb973f82a00633ba005cc0d4edfc49fe7613d14bb8 Oct 26 23:30:16.525 INFO running `"docker" "start" "-a" "6ae850e1823240616d579dcb973f82a00633ba005cc0d4edfc49fe7613d14bb8"` Oct 26 23:30:18.910 INFO kablam! usermod: no changes Oct 26 23:30:19.098 INFO kablam! Checking nom v2.1.0 Oct 26 23:30:19.098 INFO kablam! Checking daemonize v0.2.3 Oct 26 23:30:19.098 INFO kablam! Checking fern v0.3.5 Oct 26 23:30:19.098 INFO kablam! Checking toml v0.3.0 Oct 26 23:30:19.098 INFO kablam! Compiling syn v0.11.6 Oct 26 23:30:29.971 INFO kablam! Compiling serde_codegen_internals v0.13.0 Oct 26 23:30:32.479 INFO kablam! Compiling serde_derive v0.9.7 Oct 26 23:30:39.625 INFO kablam! Checking fntpd v0.1.0 (/source) Oct 26 23:30:41.665 INFO kablam! warning: constant item is never used: `TOLERANCE` Oct 26 23:30:41.666 INFO kablam! --> src/ntp/mod.rs:13:1 Oct 26 23:30:41.666 INFO kablam! | Oct 26 23:30:41.667 INFO kablam! 13 | pub const TOLERANCE: f32 = 15e-6; Oct 26 23:30:41.667 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:30:41.668 INFO kablam! warning: constant item is never used: `TOLERANCE` Oct 26 23:30:41.669 INFO kablam! --> src/ntp/mod.rs:13:1 Oct 26 23:30:41.669 INFO kablam! | Oct 26 23:30:41.670 INFO kablam! 13 | pub const TOLERANCE: f32 = 15e-6; Oct 26 23:30:41.670 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:30:41.671 INFO kablam! | Oct 26 23:30:41.671 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 23:30:41.672 INFO kablam! Oct 26 23:30:41.672 INFO kablam! warning: constant item is never used: `MINPOLL` Oct 26 23:30:41.673 INFO kablam! --> src/ntp/mod.rs:16:1 Oct 26 23:30:41.674 INFO kablam! | Oct 26 23:30:41.674 INFO kablam! 16 | pub const MINPOLL: u8 = 4; Oct 26 23:30:41.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:30:41.675 INFO kablam! Oct 26 23:30:41.675 INFO kablam! warning: constant item is never used: `MAXPOLL` Oct 26 23:30:41.675 INFO kablam! --> src/ntp/mod.rs:19:1 Oct 26 23:30:41.675 INFO kablam! | Oct 26 23:30:41.675 INFO kablam! 19 | pub const MAXPOLL: u8 = 17; Oct 26 23:30:41.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:30:41.677 INFO kablam! Oct 26 23:30:41.677 INFO kablam! warning: constant item is never used: `MAXDISP` Oct 26 23:30:41.677 INFO kablam! --> src/ntp/mod.rs:22:1 Oct 26 23:30:41.677 INFO kablam! | Oct 26 23:30:41.677 INFO kablam! 22 | pub const MAXDISP: u8 = 16; Oct 26 23:30:41.677 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:30:41.677 INFO kablam! Oct 26 23:30:41.677 INFO kablam! warning: constant item is never used: `MINDISP` Oct 26 23:30:41.677 INFO kablam! --> src/ntp/mod.rs:25:1 Oct 26 23:30:41.677 INFO kablam! | Oct 26 23:30:41.677 INFO kablam! 25 | pub const MINDISP: f32 = 0.005; Oct 26 23:30:41.677 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:30:41.677 INFO kablam! Oct 26 23:30:41.677 INFO kablam! warning: constant item is never used: `MAXDIST` Oct 26 23:30:41.677 INFO kablam! --> src/ntp/mod.rs:28:1 Oct 26 23:30:41.677 INFO kablam! | Oct 26 23:30:41.677 INFO kablam! 28 | pub const MAXDIST: u8 = 1; Oct 26 23:30:41.677 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:30:41.677 INFO kablam! Oct 26 23:30:41.677 INFO kablam! | Oct 26 23:30:41.677 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 23:30:41.681 INFO kablam! Oct 26 23:30:41.681 INFO kablam! warning: constant item is never used: `MINPOLL` Oct 26 23:30:41.681 INFO kablam! --> src/ntp/mod.rs:16:1 Oct 26 23:30:41.681 INFO kablam! | Oct 26 23:30:41.681 INFO kablam! 16 | pub const MINPOLL: u8 = 4; Oct 26 23:30:41.681 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:30:41.681 INFO kablam! Oct 26 23:30:41.681 INFO kablam! warning: constant item is never used: `MAXPOLL` Oct 26 23:30:41.681 INFO kablam! --> src/ntp/mod.rs:19:1 Oct 26 23:30:41.681 INFO kablam! | Oct 26 23:30:41.681 INFO kablam! 19 | pub const MAXPOLL: u8 = 17; Oct 26 23:30:41.681 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:30:41.681 INFO kablam! Oct 26 23:30:41.681 INFO kablam! warning: constant item is never used: `MAXDISP` Oct 26 23:30:41.681 INFO kablam! --> src/ntp/mod.rs:22:1 Oct 26 23:30:41.681 INFO kablam! | Oct 26 23:30:41.681 INFO kablam! 22 | pub const MAXDISP: u8 = 16; Oct 26 23:30:41.681 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:30:41.681 INFO kablam! Oct 26 23:30:41.681 INFO kablam! warning: constant item is never used: `MINDISP` Oct 26 23:30:41.681 INFO kablam! --> src/ntp/mod.rs:25:1 Oct 26 23:30:41.682 INFO kablam! | Oct 26 23:30:41.682 INFO kablam! 25 | pub const MINDISP: f32 = 0.005; Oct 26 23:30:41.682 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:30:41.682 INFO kablam! Oct 26 23:30:41.682 INFO kablam! warning: constant item is never used: `MAXDIST` Oct 26 23:30:41.682 INFO kablam! --> src/ntp/mod.rs:28:1 Oct 26 23:30:41.682 INFO kablam! | Oct 26 23:30:41.682 INFO kablam! 28 | pub const MAXDIST: u8 = 1; Oct 26 23:30:41.682 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 23:30:41.691 INFO kablam! Oct 26 23:30:41.808 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 22.87s Oct 26 23:30:41.823 INFO kablam! su: No module specific data is present Oct 26 23:30:43.520 INFO running `"docker" "rm" "-f" "6ae850e1823240616d579dcb973f82a00633ba005cc0d4edfc49fe7613d14bb8"` Oct 26 23:30:43.875 INFO blam! 6ae850e1823240616d579dcb973f82a00633ba005cc0d4edfc49fe7613d14bb8