Oct 27 14:37:32.799 INFO checking time-sys-0.0.2 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 14:37:32.799 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/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 27 14:37:33.012 INFO blam! a68d9582af749a188ad8bd71998ffdf320a3ef37058fbc4ed704aab1fae7647d Oct 27 14:37:33.017 INFO running `"docker" "start" "-a" "a68d9582af749a188ad8bd71998ffdf320a3ef37058fbc4ed704aab1fae7647d"` Oct 27 14:37:33.610 INFO kablam! usermod: no changes Oct 27 14:37:33.671 INFO kablam! Checking linux-api v0.0.5 Oct 27 14:37:34.183 INFO kablam! Checking time-sys v0.0.2 (/source) Oct 27 14:37:34.835 INFO kablam! warning: use of deprecated item 'linux_api::time_t': these type aliases are no longer supported by the standard library, the `libc` crate on crates.io should be used instead for the correct definitions Oct 27 14:37:34.835 INFO kablam! --> src/lib.rs:17:25 Oct 27 14:37:34.835 INFO kablam! | Oct 27 14:37:34.835 INFO kablam! 17 | pub fn time(t: *mut time_t) -> time_t; Oct 27 14:37:34.843 INFO kablam! | ^^^^^^ Oct 27 14:37:34.843 INFO kablam! | Oct 27 14:37:34.843 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 14:37:34.843 INFO kablam! Oct 27 14:37:34.844 INFO kablam! warning: use of deprecated item 'linux_api::time_t': these type aliases are no longer supported by the standard library, the `libc` crate on crates.io should be used instead for the correct definitions Oct 27 14:37:34.844 INFO kablam! --> src/lib.rs:17:36 Oct 27 14:37:34.844 INFO kablam! | Oct 27 14:37:34.844 INFO kablam! 17 | pub fn time(t: *mut time_t) -> time_t; Oct 27 14:37:34.844 INFO kablam! | ^^^^^^ Oct 27 14:37:34.845 INFO kablam! Oct 27 14:37:34.845 INFO kablam! warning: use of deprecated item 'linux_api::time_t': these type aliases are no longer supported by the standard library, the `libc` crate on crates.io should be used instead for the correct definitions Oct 27 14:37:34.845 INFO kablam! --> src/lib.rs:20:28 Oct 27 14:37:34.845 INFO kablam! | Oct 27 14:37:34.845 INFO kablam! 20 | pub fn difftime(time1: time_t, time0: time_t) -> c_double; Oct 27 14:37:34.846 INFO kablam! | ^^^^^^ Oct 27 14:37:34.846 INFO kablam! Oct 27 14:37:34.846 INFO kablam! warning: use of deprecated item 'linux_api::time_t': these type aliases are no longer supported by the standard library, the `libc` crate on crates.io should be used instead for the correct definitions Oct 27 14:37:34.846 INFO kablam! --> src/lib.rs:20:43 Oct 27 14:37:34.846 INFO kablam! | Oct 27 14:37:34.847 INFO kablam! 20 | pub fn difftime(time1: time_t, time0: time_t) -> c_double; Oct 27 14:37:34.847 INFO kablam! | ^^^^^^ Oct 27 14:37:34.847 INFO kablam! Oct 27 14:37:34.847 INFO kablam! warning: use of deprecated item 'linux_api::time_t': these type aliases are no longer supported by the standard library, the `libc` crate on crates.io should be used instead for the correct definitions Oct 27 14:37:34.847 INFO kablam! --> src/lib.rs:73:56 Oct 27 14:37:34.848 INFO kablam! | Oct 27 14:37:34.848 INFO kablam! 73 | pub fn set_normalized_timespec(ts: &mut timespec, sec: time_t, nsec: i64) { Oct 27 14:37:34.848 INFO kablam! | ^^^^^^ Oct 27 14:37:34.848 INFO kablam! Oct 27 14:37:34.899 INFO kablam! warning: unused import: `linux_api::*` Oct 27 14:37:34.899 INFO kablam! --> src/lib.rs:198:9 Oct 27 14:37:34.899 INFO kablam! | Oct 27 14:37:34.900 INFO kablam! 198 | use linux_api::*; Oct 27 14:37:34.900 INFO kablam! | ^^^^^^^^^^^^ Oct 27 14:37:34.900 INFO kablam! | Oct 27 14:37:34.900 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 14:37:34.900 INFO kablam! Oct 27 14:37:34.901 INFO kablam! warning: value assigned to `result` is never read Oct 27 14:37:34.901 INFO kablam! --> src/lib.rs:177:13 Oct 27 14:37:34.901 INFO kablam! | Oct 27 14:37:34.901 INFO kablam! 177 | let mut result: time64_t = 0; Oct 27 14:37:34.901 INFO kablam! | ^^^^^^ Oct 27 14:37:34.901 INFO kablam! | Oct 27 14:37:34.902 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 27 14:37:34.902 INFO kablam! Oct 27 14:37:34.919 INFO kablam! warning: use of deprecated item 'linux_api::time_t': these type aliases are no longer supported by the standard library, the `libc` crate on crates.io should be used instead for the correct definitions Oct 27 14:37:34.919 INFO kablam! --> src/lib.rs:17:25 Oct 27 14:37:34.919 INFO kablam! | Oct 27 14:37:34.919 INFO kablam! 17 | pub fn time(t: *mut time_t) -> time_t; Oct 27 14:37:34.920 INFO kablam! | ^^^^^^ Oct 27 14:37:34.920 INFO kablam! | Oct 27 14:37:34.920 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 14:37:34.920 INFO kablam! Oct 27 14:37:34.920 INFO kablam! warning: use of deprecated item 'linux_api::time_t': these type aliases are no longer supported by the standard library, the `libc` crate on crates.io should be used instead for the correct definitions Oct 27 14:37:34.921 INFO kablam! --> src/lib.rs:17:36 Oct 27 14:37:34.921 INFO kablam! | Oct 27 14:37:34.921 INFO kablam! 17 | pub fn time(t: *mut time_t) -> time_t; Oct 27 14:37:34.921 INFO kablam! | ^^^^^^ Oct 27 14:37:34.921 INFO kablam! Oct 27 14:37:34.922 INFO kablam! warning: use of deprecated item 'linux_api::time_t': these type aliases are no longer supported by the standard library, the `libc` crate on crates.io should be used instead for the correct definitions Oct 27 14:37:34.922 INFO kablam! --> src/lib.rs:20:28 Oct 27 14:37:34.922 INFO kablam! | Oct 27 14:37:34.922 INFO kablam! 20 | pub fn difftime(time1: time_t, time0: time_t) -> c_double; Oct 27 14:37:34.922 INFO kablam! | ^^^^^^ Oct 27 14:37:34.923 INFO kablam! Oct 27 14:37:34.923 INFO kablam! warning: use of deprecated item 'linux_api::time_t': these type aliases are no longer supported by the standard library, the `libc` crate on crates.io should be used instead for the correct definitions Oct 27 14:37:34.923 INFO kablam! --> src/lib.rs:20:43 Oct 27 14:37:34.923 INFO kablam! | Oct 27 14:37:34.923 INFO kablam! 20 | pub fn difftime(time1: time_t, time0: time_t) -> c_double; Oct 27 14:37:34.924 INFO kablam! | ^^^^^^ Oct 27 14:37:34.924 INFO kablam! Oct 27 14:37:34.924 INFO kablam! warning: use of deprecated item 'linux_api::time_t': these type aliases are no longer supported by the standard library, the `libc` crate on crates.io should be used instead for the correct definitions Oct 27 14:37:34.924 INFO kablam! --> src/lib.rs:73:56 Oct 27 14:37:34.924 INFO kablam! | Oct 27 14:37:34.925 INFO kablam! 73 | pub fn set_normalized_timespec(ts: &mut timespec, sec: time_t, nsec: i64) { Oct 27 14:37:34.925 INFO kablam! | ^^^^^^ Oct 27 14:37:34.925 INFO kablam! Oct 27 14:37:34.925 INFO kablam! warning: use of deprecated item 'linux_api::time_t': these type aliases are no longer supported by the standard library, the `libc` crate on crates.io should be used instead for the correct definitions Oct 27 14:37:34.925 INFO kablam! --> src/lib.rs:228:24 Oct 27 14:37:34.926 INFO kablam! | Oct 27 14:37:34.926 INFO kablam! 228 | let mut atime: time_t = 0; Oct 27 14:37:34.926 INFO kablam! | ^^^^^^ Oct 27 14:37:34.926 INFO kablam! Oct 27 14:37:34.926 INFO kablam! warning: use of deprecated item 'linux_api::time_t': these type aliases are no longer supported by the standard library, the `libc` crate on crates.io should be used instead for the correct definitions Oct 27 14:37:34.930 INFO kablam! --> src/lib.rs:237:24 Oct 27 14:37:34.931 INFO kablam! | Oct 27 14:37:34.931 INFO kablam! 237 | let mut atime: time_t = 0; Oct 27 14:37:34.931 INFO kablam! | ^^^^^^ Oct 27 14:37:34.931 INFO kablam! Oct 27 14:37:34.931 INFO kablam! warning: use of deprecated item 'linux_api::time_t': these type aliases are no longer supported by the standard library, the `libc` crate on crates.io should be used instead for the correct definitions Oct 27 14:37:34.931 INFO kablam! --> src/lib.rs:241:26 Oct 27 14:37:34.931 INFO kablam! | Oct 27 14:37:34.931 INFO kablam! 241 | let anothertime: time_t = atime - 100; Oct 27 14:37:34.931 INFO kablam! | ^^^^^^ Oct 27 14:37:34.931 INFO kablam! Oct 27 14:37:35.070 INFO kablam! warning: value assigned to `result` is never read Oct 27 14:37:35.071 INFO kablam! --> src/lib.rs:177:13 Oct 27 14:37:35.071 INFO kablam! | Oct 27 14:37:35.071 INFO kablam! 177 | let mut result: time64_t = 0; Oct 27 14:37:35.071 INFO kablam! | ^^^^^^ Oct 27 14:37:35.071 INFO kablam! | Oct 27 14:37:35.071 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 27 14:37:35.071 INFO kablam! Oct 27 14:37:35.071 INFO kablam! warning: value assigned to `atime` is never read Oct 27 14:37:35.071 INFO kablam! --> src/lib.rs:228:17 Oct 27 14:37:35.071 INFO kablam! | Oct 27 14:37:35.071 INFO kablam! 228 | let mut atime: time_t = 0; Oct 27 14:37:35.071 INFO kablam! | ^^^^^ Oct 27 14:37:35.071 INFO kablam! Oct 27 14:37:35.071 INFO kablam! warning: value assigned to `atime` is never read Oct 27 14:37:35.071 INFO kablam! --> src/lib.rs:237:17 Oct 27 14:37:35.073 INFO kablam! | Oct 27 14:37:35.074 INFO kablam! 237 | let mut atime: time_t = 0; Oct 27 14:37:35.074 INFO kablam! | ^^^^^ Oct 27 14:37:35.074 INFO kablam! Oct 27 14:37:35.074 INFO kablam! warning: value assigned to `result` is never read Oct 27 14:37:35.074 INFO kablam! --> src/lib.rs:243:17 Oct 27 14:37:35.074 INFO kablam! | Oct 27 14:37:35.075 INFO kablam! 243 | let mut result: c_double = 0f64; Oct 27 14:37:35.075 INFO kablam! | ^^^^^^ Oct 27 14:37:35.075 INFO kablam! Oct 27 14:37:35.163 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.51s Oct 27 14:37:35.165 INFO kablam! su: No module specific data is present Oct 27 14:37:35.616 INFO running `"docker" "rm" "-f" "a68d9582af749a188ad8bd71998ffdf320a3ef37058fbc4ed704aab1fae7647d"` Oct 27 14:37:35.741 INFO blam! a68d9582af749a188ad8bd71998ffdf320a3ef37058fbc4ed704aab1fae7647d