Sep 17 16:02:29.448 INFO checking time-sys-0.0.2 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 16:02:29.448 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 16:02:29.448 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-7/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 16:02:29.750 INFO blam! de7e90af5e7fd21ac5c101c7bddcc54dd2bc08cb3a2601be68dc899d2b655ea2 Sep 17 16:02:29.758 INFO running `"docker" "start" "-a" "de7e90af5e7fd21ac5c101c7bddcc54dd2bc08cb3a2601be68dc899d2b655ea2"` Sep 17 16:02:30.531 INFO kablam! usermod: no changes Sep 17 16:02:30.572 INFO kablam! Checking linux-api v0.0.5 Sep 17 16:02:30.845 INFO kablam! Checking time-sys v0.0.2 (/source) Sep 17 16:02:31.002 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 17 16:02:31.002 INFO kablam! --> src/lib.rs:17:25 Sep 17 16:02:31.002 INFO kablam! | Sep 17 16:02:31.002 INFO kablam! 17 | pub fn time(t: *mut time_t) -> time_t; Sep 17 16:02:31.002 INFO kablam! | ^^^^^^ Sep 17 16:02:31.002 INFO kablam! | Sep 17 16:02:31.002 INFO kablam! = note: #[warn(deprecated)] on by default Sep 17 16:02:31.002 INFO kablam! Sep 17 16:02:31.002 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 17 16:02:31.003 INFO kablam! --> src/lib.rs:17:36 Sep 17 16:02:31.003 INFO kablam! | Sep 17 16:02:31.003 INFO kablam! 17 | pub fn time(t: *mut time_t) -> time_t; Sep 17 16:02:31.003 INFO kablam! | ^^^^^^ Sep 17 16:02:31.003 INFO kablam! Sep 17 16:02:31.003 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 17 16:02:31.003 INFO kablam! --> src/lib.rs:20:28 Sep 17 16:02:31.003 INFO kablam! | Sep 17 16:02:31.003 INFO kablam! 20 | pub fn difftime(time1: time_t, time0: time_t) -> c_double; Sep 17 16:02:31.003 INFO kablam! | ^^^^^^ Sep 17 16:02:31.003 INFO kablam! Sep 17 16:02:31.003 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 17 16:02:31.003 INFO kablam! --> src/lib.rs:20:43 Sep 17 16:02:31.003 INFO kablam! | Sep 17 16:02:31.003 INFO kablam! 20 | pub fn difftime(time1: time_t, time0: time_t) -> c_double; Sep 17 16:02:31.003 INFO kablam! | ^^^^^^ Sep 17 16:02:31.003 INFO kablam! Sep 17 16:02:31.003 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 17 16:02:31.004 INFO kablam! --> src/lib.rs:73:56 Sep 17 16:02:31.004 INFO kablam! | Sep 17 16:02:31.004 INFO kablam! 73 | pub fn set_normalized_timespec(ts: &mut timespec, sec: time_t, nsec: i64) { Sep 17 16:02:31.004 INFO kablam! | ^^^^^^ Sep 17 16:02:31.004 INFO kablam! Sep 17 16:02:31.027 INFO kablam! warning: value assigned to `result` is never read Sep 17 16:02:31.028 INFO kablam! --> src/lib.rs:177:13 Sep 17 16:02:31.028 INFO kablam! | Sep 17 16:02:31.028 INFO kablam! 177 | let mut result: time64_t = 0; Sep 17 16:02:31.028 INFO kablam! | ^^^^^^ Sep 17 16:02:31.028 INFO kablam! | Sep 17 16:02:31.028 INFO kablam! = note: #[warn(unused_assignments)] on by default Sep 17 16:02:31.028 INFO kablam! Sep 17 16:02:31.032 INFO kablam! warning: unused import: `linux_api::*` Sep 17 16:02:31.032 INFO kablam! --> src/lib.rs:198:9 Sep 17 16:02:31.032 INFO kablam! | Sep 17 16:02:31.032 INFO kablam! 198 | use linux_api::*; Sep 17 16:02:31.032 INFO kablam! | ^^^^^^^^^^^^ Sep 17 16:02:31.032 INFO kablam! | Sep 17 16:02:31.032 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 17 16:02:31.032 INFO kablam! Sep 17 16:02:31.049 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 17 16:02:31.049 INFO kablam! --> src/lib.rs:17:25 Sep 17 16:02:31.049 INFO kablam! | Sep 17 16:02:31.049 INFO kablam! 17 | pub fn time(t: *mut time_t) -> time_t; Sep 17 16:02:31.049 INFO kablam! | ^^^^^^ Sep 17 16:02:31.049 INFO kablam! | Sep 17 16:02:31.049 INFO kablam! = note: #[warn(deprecated)] on by default Sep 17 16:02:31.049 INFO kablam! Sep 17 16:02:31.049 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 17 16:02:31.049 INFO kablam! --> src/lib.rs:17:36 Sep 17 16:02:31.049 INFO kablam! | Sep 17 16:02:31.049 INFO kablam! 17 | pub fn time(t: *mut time_t) -> time_t; Sep 17 16:02:31.049 INFO kablam! | ^^^^^^ Sep 17 16:02:31.049 INFO kablam! Sep 17 16:02:31.049 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 17 16:02:31.049 INFO kablam! --> src/lib.rs:20:28 Sep 17 16:02:31.049 INFO kablam! | Sep 17 16:02:31.049 INFO kablam! 20 | pub fn difftime(time1: time_t, time0: time_t) -> c_double; Sep 17 16:02:31.049 INFO kablam! | ^^^^^^ Sep 17 16:02:31.049 INFO kablam! Sep 17 16:02:31.049 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 17 16:02:31.049 INFO kablam! --> src/lib.rs:20:43 Sep 17 16:02:31.049 INFO kablam! | Sep 17 16:02:31.049 INFO kablam! 20 | pub fn difftime(time1: time_t, time0: time_t) -> c_double; Sep 17 16:02:31.049 INFO kablam! | ^^^^^^ Sep 17 16:02:31.049 INFO kablam! Sep 17 16:02:31.049 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 17 16:02:31.049 INFO kablam! --> src/lib.rs:73:56 Sep 17 16:02:31.049 INFO kablam! | Sep 17 16:02:31.049 INFO kablam! 73 | pub fn set_normalized_timespec(ts: &mut timespec, sec: time_t, nsec: i64) { Sep 17 16:02:31.049 INFO kablam! | ^^^^^^ Sep 17 16:02:31.049 INFO kablam! Sep 17 16:02:31.049 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 17 16:02:31.049 INFO kablam! --> src/lib.rs:228:24 Sep 17 16:02:31.049 INFO kablam! | Sep 17 16:02:31.049 INFO kablam! 228 | let mut atime: time_t = 0; Sep 17 16:02:31.049 INFO kablam! | ^^^^^^ Sep 17 16:02:31.049 INFO kablam! Sep 17 16:02:31.049 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 17 16:02:31.049 INFO kablam! --> src/lib.rs:237:24 Sep 17 16:02:31.049 INFO kablam! | Sep 17 16:02:31.049 INFO kablam! 237 | let mut atime: time_t = 0; Sep 17 16:02:31.049 INFO kablam! | ^^^^^^ Sep 17 16:02:31.050 INFO kablam! Sep 17 16:02:31.055 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 17 16:02:31.055 INFO kablam! --> src/lib.rs:241:26 Sep 17 16:02:31.055 INFO kablam! | Sep 17 16:02:31.055 INFO kablam! 241 | let anothertime: time_t = atime - 100; Sep 17 16:02:31.055 INFO kablam! | ^^^^^^ Sep 17 16:02:31.055 INFO kablam! Sep 17 16:02:31.150 INFO kablam! warning: value assigned to `result` is never read Sep 17 16:02:31.151 INFO kablam! --> src/lib.rs:177:13 Sep 17 16:02:31.151 INFO kablam! | Sep 17 16:02:31.151 INFO kablam! 177 | let mut result: time64_t = 0; Sep 17 16:02:31.151 INFO kablam! | ^^^^^^ Sep 17 16:02:31.151 INFO kablam! | Sep 17 16:02:31.151 INFO kablam! = note: #[warn(unused_assignments)] on by default Sep 17 16:02:31.151 INFO kablam! Sep 17 16:02:31.151 INFO kablam! warning: value assigned to `atime` is never read Sep 17 16:02:31.151 INFO kablam! --> src/lib.rs:228:17 Sep 17 16:02:31.151 INFO kablam! | Sep 17 16:02:31.151 INFO kablam! 228 | let mut atime: time_t = 0; Sep 17 16:02:31.151 INFO kablam! | ^^^^^ Sep 17 16:02:31.151 INFO kablam! Sep 17 16:02:31.151 INFO kablam! warning: value assigned to `atime` is never read Sep 17 16:02:31.151 INFO kablam! --> src/lib.rs:237:17 Sep 17 16:02:31.151 INFO kablam! | Sep 17 16:02:31.151 INFO kablam! 237 | let mut atime: time_t = 0; Sep 17 16:02:31.151 INFO kablam! | ^^^^^ Sep 17 16:02:31.151 INFO kablam! Sep 17 16:02:31.151 INFO kablam! warning: value assigned to `result` is never read Sep 17 16:02:31.151 INFO kablam! --> src/lib.rs:243:17 Sep 17 16:02:31.151 INFO kablam! | Sep 17 16:02:31.151 INFO kablam! 243 | let mut result: c_double = 0f64; Sep 17 16:02:31.151 INFO kablam! | ^^^^^^ Sep 17 16:02:31.151 INFO kablam! Sep 17 16:02:31.215 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.66s Sep 17 16:02:31.218 INFO kablam! su: No module specific data is present Sep 17 16:02:31.734 INFO running `"docker" "rm" "-f" "de7e90af5e7fd21ac5c101c7bddcc54dd2bc08cb3a2601be68dc899d2b655ea2"` Sep 17 16:02:31.835 INFO blam! de7e90af5e7fd21ac5c101c7bddcc54dd2bc08cb3a2601be68dc899d2b655ea2