Sep 05 21:55:48.656 INFO checking time-sys-0.0.2 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 05 21:55:48.656 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 05 21:55:48.656 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-5/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 21:55:48.807 INFO blam! f3c7367e8f48ad5347366e4e05ae031e583efb2ab4bc0b4e1b82e2356039415e Sep 05 21:55:48.808 INFO running `"docker" "start" "-a" "f3c7367e8f48ad5347366e4e05ae031e583efb2ab4bc0b4e1b82e2356039415e"` Sep 05 21:55:49.750 INFO kablam! usermod: no changes Sep 05 21:55:49.783 INFO kablam! Checking linux-api v0.0.5 Sep 05 21:55:50.053 INFO kablam! Checking time-sys v0.0.2 (file:///source) Sep 05 21:55:50.220 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 Sep 05 21:55:50.220 INFO kablam! --> src/lib.rs:17:25 Sep 05 21:55:50.220 INFO kablam! | Sep 05 21:55:50.220 INFO kablam! 17 | pub fn time(t: *mut time_t) -> time_t; Sep 05 21:55:50.220 INFO kablam! | ^^^^^^ Sep 05 21:55:50.220 INFO kablam! | Sep 05 21:55:50.220 INFO kablam! = note: #[warn(deprecated)] on by default Sep 05 21:55:50.220 INFO kablam! Sep 05 21:55:50.220 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 Sep 05 21:55:50.220 INFO kablam! --> src/lib.rs:17:36 Sep 05 21:55:50.220 INFO kablam! | Sep 05 21:55:50.220 INFO kablam! 17 | pub fn time(t: *mut time_t) -> time_t; Sep 05 21:55:50.220 INFO kablam! | ^^^^^^ Sep 05 21:55:50.220 INFO kablam! Sep 05 21:55:50.220 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 Sep 05 21:55:50.220 INFO kablam! --> src/lib.rs:20:28 Sep 05 21:55:50.220 INFO kablam! | Sep 05 21:55:50.220 INFO kablam! 20 | pub fn difftime(time1: time_t, time0: time_t) -> c_double; Sep 05 21:55:50.220 INFO kablam! | ^^^^^^ Sep 05 21:55:50.220 INFO kablam! Sep 05 21:55:50.220 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 Sep 05 21:55:50.220 INFO kablam! --> src/lib.rs:20:43 Sep 05 21:55:50.220 INFO kablam! | Sep 05 21:55:50.220 INFO kablam! 20 | pub fn difftime(time1: time_t, time0: time_t) -> c_double; Sep 05 21:55:50.220 INFO kablam! | ^^^^^^ Sep 05 21:55:50.220 INFO kablam! Sep 05 21:55:50.220 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 Sep 05 21:55:50.220 INFO kablam! --> src/lib.rs:73:56 Sep 05 21:55:50.221 INFO kablam! | Sep 05 21:55:50.221 INFO kablam! 73 | pub fn set_normalized_timespec(ts: &mut timespec, sec: time_t, nsec: i64) { Sep 05 21:55:50.221 INFO kablam! | ^^^^^^ Sep 05 21:55:50.221 INFO kablam! Sep 05 21:55:50.244 INFO kablam! warning: value assigned to `result` is never read Sep 05 21:55:50.244 INFO kablam! --> src/lib.rs:177:13 Sep 05 21:55:50.244 INFO kablam! | Sep 05 21:55:50.244 INFO kablam! 177 | let mut result: time64_t = 0; Sep 05 21:55:50.244 INFO kablam! | ^^^^^^ Sep 05 21:55:50.245 INFO kablam! | Sep 05 21:55:50.245 INFO kablam! = note: #[warn(unused_assignments)] on by default Sep 05 21:55:50.245 INFO kablam! Sep 05 21:55:50.248 INFO kablam! warning: unused import: `linux_api::*` Sep 05 21:55:50.248 INFO kablam! --> src/lib.rs:198:9 Sep 05 21:55:50.248 INFO kablam! | Sep 05 21:55:50.248 INFO kablam! 198 | use linux_api::*; Sep 05 21:55:50.248 INFO kablam! | ^^^^^^^^^^^^ Sep 05 21:55:50.248 INFO kablam! | Sep 05 21:55:50.248 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 05 21:55:50.249 INFO kablam! Sep 05 21:55:50.266 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 Sep 05 21:55:50.266 INFO kablam! --> src/lib.rs:17:25 Sep 05 21:55:50.266 INFO kablam! | Sep 05 21:55:50.266 INFO kablam! 17 | pub fn time(t: *mut time_t) -> time_t; Sep 05 21:55:50.266 INFO kablam! | ^^^^^^ Sep 05 21:55:50.266 INFO kablam! | Sep 05 21:55:50.266 INFO kablam! = note: #[warn(deprecated)] on by default Sep 05 21:55:50.266 INFO kablam! Sep 05 21:55:50.266 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 Sep 05 21:55:50.266 INFO kablam! --> src/lib.rs:17:36 Sep 05 21:55:50.266 INFO kablam! | Sep 05 21:55:50.266 INFO kablam! 17 | pub fn time(t: *mut time_t) -> time_t; Sep 05 21:55:50.266 INFO kablam! | ^^^^^^ Sep 05 21:55:50.266 INFO kablam! Sep 05 21:55:50.266 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 Sep 05 21:55:50.266 INFO kablam! --> src/lib.rs:20:28 Sep 05 21:55:50.266 INFO kablam! | Sep 05 21:55:50.266 INFO kablam! 20 | pub fn difftime(time1: time_t, time0: time_t) -> c_double; Sep 05 21:55:50.266 INFO kablam! | ^^^^^^ Sep 05 21:55:50.266 INFO kablam! Sep 05 21:55:50.266 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 Sep 05 21:55:50.266 INFO kablam! --> src/lib.rs:20:43 Sep 05 21:55:50.266 INFO kablam! | Sep 05 21:55:50.266 INFO kablam! 20 | pub fn difftime(time1: time_t, time0: time_t) -> c_double; Sep 05 21:55:50.266 INFO kablam! | ^^^^^^ Sep 05 21:55:50.267 INFO kablam! Sep 05 21:55:50.267 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 Sep 05 21:55:50.267 INFO kablam! --> src/lib.rs:73:56 Sep 05 21:55:50.267 INFO kablam! | Sep 05 21:55:50.267 INFO kablam! 73 | pub fn set_normalized_timespec(ts: &mut timespec, sec: time_t, nsec: i64) { Sep 05 21:55:50.267 INFO kablam! | ^^^^^^ Sep 05 21:55:50.267 INFO kablam! Sep 05 21:55:50.267 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 Sep 05 21:55:50.267 INFO kablam! --> src/lib.rs:228:24 Sep 05 21:55:50.267 INFO kablam! | Sep 05 21:55:50.267 INFO kablam! 228 | let mut atime: time_t = 0; Sep 05 21:55:50.267 INFO kablam! | ^^^^^^ Sep 05 21:55:50.267 INFO kablam! Sep 05 21:55:50.267 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 Sep 05 21:55:50.268 INFO kablam! --> src/lib.rs:237:24 Sep 05 21:55:50.268 INFO kablam! | Sep 05 21:55:50.268 INFO kablam! 237 | let mut atime: time_t = 0; Sep 05 21:55:50.268 INFO kablam! | ^^^^^^ Sep 05 21:55:50.268 INFO kablam! Sep 05 21:55:50.268 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 Sep 05 21:55:50.268 INFO kablam! --> src/lib.rs:241:26 Sep 05 21:55:50.268 INFO kablam! | Sep 05 21:55:50.268 INFO kablam! 241 | let anothertime: time_t = atime - 100; Sep 05 21:55:50.268 INFO kablam! | ^^^^^^ Sep 05 21:55:50.268 INFO kablam! Sep 05 21:55:50.381 INFO kablam! warning: value assigned to `result` is never read Sep 05 21:55:50.381 INFO kablam! --> src/lib.rs:177:13 Sep 05 21:55:50.381 INFO kablam! | Sep 05 21:55:50.381 INFO kablam! 177 | let mut result: time64_t = 0; Sep 05 21:55:50.381 INFO kablam! | ^^^^^^ Sep 05 21:55:50.381 INFO kablam! | Sep 05 21:55:50.381 INFO kablam! = note: #[warn(unused_assignments)] on by default Sep 05 21:55:50.381 INFO kablam! Sep 05 21:55:50.381 INFO kablam! warning: value assigned to `atime` is never read Sep 05 21:55:50.381 INFO kablam! --> src/lib.rs:228:17 Sep 05 21:55:50.381 INFO kablam! | Sep 05 21:55:50.381 INFO kablam! 228 | let mut atime: time_t = 0; Sep 05 21:55:50.381 INFO kablam! | ^^^^^ Sep 05 21:55:50.381 INFO kablam! Sep 05 21:55:50.381 INFO kablam! warning: value assigned to `atime` is never read Sep 05 21:55:50.381 INFO kablam! --> src/lib.rs:237:17 Sep 05 21:55:50.381 INFO kablam! | Sep 05 21:55:50.381 INFO kablam! 237 | let mut atime: time_t = 0; Sep 05 21:55:50.381 INFO kablam! | ^^^^^ Sep 05 21:55:50.381 INFO kablam! Sep 05 21:55:50.381 INFO kablam! warning: value assigned to `result` is never read Sep 05 21:55:50.381 INFO kablam! --> src/lib.rs:243:17 Sep 05 21:55:50.382 INFO kablam! | Sep 05 21:55:50.382 INFO kablam! 243 | let mut result: c_double = 0f64; Sep 05 21:55:50.382 INFO kablam! | ^^^^^^ Sep 05 21:55:50.382 INFO kablam! Sep 05 21:55:50.437 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.66s Sep 05 21:55:50.440 INFO kablam! su: No module specific data is present Sep 05 21:55:50.987 INFO running `"docker" "rm" "-f" "f3c7367e8f48ad5347366e4e05ae031e583efb2ab4bc0b4e1b82e2356039415e"` Sep 05 21:55:51.119 INFO blam! f3c7367e8f48ad5347366e4e05ae031e583efb2ab4bc0b4e1b82e2356039415e