Sep 01 04:04:43.630 INFO checking time-sys-0.0.2 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 04:04:43.630 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 04:04:43.630 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-1/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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=500" "-e" "CMD=cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 04:04:43.775 INFO blam! 33dc2755ad3e56dbe2612e84ddc790c618399c96f62ac75bd8cd744756a7c478 Sep 01 04:04:43.777 INFO running `"docker" "start" "-a" "33dc2755ad3e56dbe2612e84ddc790c618399c96f62ac75bd8cd744756a7c478"` Sep 01 04:04:44.410 INFO kablam! Checking linux-api v0.0.5 Sep 01 04:04:44.760 INFO kablam! Checking time-sys v0.0.2 (file:///source) Sep 01 04:04:45.057 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 01 04:04:45.057 INFO kablam! --> src/lib.rs:17:25 Sep 01 04:04:45.057 INFO kablam! | Sep 01 04:04:45.057 INFO kablam! 17 | pub fn time(t: *mut time_t) -> time_t; Sep 01 04:04:45.057 INFO kablam! | ^^^^^^ Sep 01 04:04:45.057 INFO kablam! | Sep 01 04:04:45.057 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 04:04:45.057 INFO kablam! Sep 01 04:04:45.058 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 01 04:04:45.058 INFO kablam! --> src/lib.rs:17:36 Sep 01 04:04:45.058 INFO kablam! | Sep 01 04:04:45.058 INFO kablam! 17 | pub fn time(t: *mut time_t) -> time_t; Sep 01 04:04:45.058 INFO kablam! | ^^^^^^ Sep 01 04:04:45.058 INFO kablam! Sep 01 04:04:45.058 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 01 04:04:45.058 INFO kablam! --> src/lib.rs:20:28 Sep 01 04:04:45.058 INFO kablam! | Sep 01 04:04:45.058 INFO kablam! 20 | pub fn difftime(time1: time_t, time0: time_t) -> c_double; Sep 01 04:04:45.058 INFO kablam! | ^^^^^^ Sep 01 04:04:45.058 INFO kablam! Sep 01 04:04:45.058 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 01 04:04:45.058 INFO kablam! --> src/lib.rs:20:43 Sep 01 04:04:45.058 INFO kablam! | Sep 01 04:04:45.058 INFO kablam! 20 | pub fn difftime(time1: time_t, time0: time_t) -> c_double; Sep 01 04:04:45.058 INFO kablam! | ^^^^^^ Sep 01 04:04:45.058 INFO kablam! Sep 01 04:04:45.058 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 01 04:04:45.058 INFO kablam! --> src/lib.rs:73:56 Sep 01 04:04:45.058 INFO kablam! | Sep 01 04:04:45.058 INFO kablam! 73 | pub fn set_normalized_timespec(ts: &mut timespec, sec: time_t, nsec: i64) { Sep 01 04:04:45.058 INFO kablam! | ^^^^^^ Sep 01 04:04:45.058 INFO kablam! Sep 01 04:04:45.095 INFO kablam! warning: value assigned to `result` is never read Sep 01 04:04:45.095 INFO kablam! --> src/lib.rs:177:13 Sep 01 04:04:45.095 INFO kablam! | Sep 01 04:04:45.095 INFO kablam! 177 | let mut result: time64_t = 0; Sep 01 04:04:45.095 INFO kablam! | ^^^^^^ Sep 01 04:04:45.095 INFO kablam! | Sep 01 04:04:45.095 INFO kablam! = note: #[warn(unused_assignments)] on by default Sep 01 04:04:45.095 INFO kablam! Sep 01 04:04:45.101 INFO kablam! warning: unused import: `linux_api::*` Sep 01 04:04:45.101 INFO kablam! --> src/lib.rs:198:9 Sep 01 04:04:45.101 INFO kablam! | Sep 01 04:04:45.101 INFO kablam! 198 | use linux_api::*; Sep 01 04:04:45.101 INFO kablam! | ^^^^^^^^^^^^ Sep 01 04:04:45.101 INFO kablam! | Sep 01 04:04:45.101 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 04:04:45.102 INFO kablam! Sep 01 04:04:45.116 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 01 04:04:45.116 INFO kablam! --> src/lib.rs:17:25 Sep 01 04:04:45.116 INFO kablam! | Sep 01 04:04:45.116 INFO kablam! 17 | pub fn time(t: *mut time_t) -> time_t; Sep 01 04:04:45.116 INFO kablam! | ^^^^^^ Sep 01 04:04:45.116 INFO kablam! | Sep 01 04:04:45.117 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 04:04:45.117 INFO kablam! Sep 01 04:04:45.117 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 01 04:04:45.117 INFO kablam! --> src/lib.rs:17:36 Sep 01 04:04:45.117 INFO kablam! | Sep 01 04:04:45.117 INFO kablam! 17 | pub fn time(t: *mut time_t) -> time_t; Sep 01 04:04:45.117 INFO kablam! | ^^^^^^ Sep 01 04:04:45.117 INFO kablam! Sep 01 04:04:45.118 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 01 04:04:45.118 INFO kablam! --> src/lib.rs:20:28 Sep 01 04:04:45.118 INFO kablam! | Sep 01 04:04:45.118 INFO kablam! 20 | pub fn difftime(time1: time_t, time0: time_t) -> c_double; Sep 01 04:04:45.118 INFO kablam! | ^^^^^^ Sep 01 04:04:45.118 INFO kablam! Sep 01 04:04:45.118 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 01 04:04:45.118 INFO kablam! --> src/lib.rs:20:43 Sep 01 04:04:45.118 INFO kablam! | Sep 01 04:04:45.118 INFO kablam! 20 | pub fn difftime(time1: time_t, time0: time_t) -> c_double; Sep 01 04:04:45.118 INFO kablam! | ^^^^^^ Sep 01 04:04:45.118 INFO kablam! Sep 01 04:04:45.118 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 01 04:04:45.118 INFO kablam! --> src/lib.rs:73:56 Sep 01 04:04:45.118 INFO kablam! | Sep 01 04:04:45.118 INFO kablam! 73 | pub fn set_normalized_timespec(ts: &mut timespec, sec: time_t, nsec: i64) { Sep 01 04:04:45.118 INFO kablam! | ^^^^^^ Sep 01 04:04:45.119 INFO kablam! Sep 01 04:04:45.119 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 01 04:04:45.119 INFO kablam! --> src/lib.rs:228:24 Sep 01 04:04:45.119 INFO kablam! | Sep 01 04:04:45.119 INFO kablam! 228 | let mut atime: time_t = 0; Sep 01 04:04:45.119 INFO kablam! | ^^^^^^ Sep 01 04:04:45.119 INFO kablam! Sep 01 04:04:45.119 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 01 04:04:45.119 INFO kablam! --> src/lib.rs:237:24 Sep 01 04:04:45.119 INFO kablam! | Sep 01 04:04:45.119 INFO kablam! 237 | let mut atime: time_t = 0; Sep 01 04:04:45.119 INFO kablam! | ^^^^^^ Sep 01 04:04:45.119 INFO kablam! Sep 01 04:04:45.119 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 01 04:04:45.119 INFO kablam! --> src/lib.rs:241:26 Sep 01 04:04:45.119 INFO kablam! | Sep 01 04:04:45.119 INFO kablam! 241 | let anothertime: time_t = atime - 100; Sep 01 04:04:45.119 INFO kablam! | ^^^^^^ Sep 01 04:04:45.119 INFO kablam! Sep 01 04:04:45.358 INFO kablam! warning: value assigned to `result` is never read Sep 01 04:04:45.358 INFO kablam! --> src/lib.rs:177:13 Sep 01 04:04:45.358 INFO kablam! | Sep 01 04:04:45.358 INFO kablam! 177 | let mut result: time64_t = 0; Sep 01 04:04:45.358 INFO kablam! | ^^^^^^ Sep 01 04:04:45.358 INFO kablam! | Sep 01 04:04:45.358 INFO kablam! = note: #[warn(unused_assignments)] on by default Sep 01 04:04:45.358 INFO kablam! Sep 01 04:04:45.358 INFO kablam! warning: value assigned to `atime` is never read Sep 01 04:04:45.358 INFO kablam! --> src/lib.rs:228:17 Sep 01 04:04:45.358 INFO kablam! | Sep 01 04:04:45.358 INFO kablam! 228 | let mut atime: time_t = 0; Sep 01 04:04:45.358 INFO kablam! | ^^^^^ Sep 01 04:04:45.358 INFO kablam! Sep 01 04:04:45.358 INFO kablam! warning: value assigned to `atime` is never read Sep 01 04:04:45.358 INFO kablam! --> src/lib.rs:237:17 Sep 01 04:04:45.358 INFO kablam! | Sep 01 04:04:45.358 INFO kablam! 237 | let mut atime: time_t = 0; Sep 01 04:04:45.358 INFO kablam! | ^^^^^ Sep 01 04:04:45.358 INFO kablam! Sep 01 04:04:45.358 INFO kablam! warning: value assigned to `result` is never read Sep 01 04:04:45.358 INFO kablam! --> src/lib.rs:243:17 Sep 01 04:04:45.358 INFO kablam! | Sep 01 04:04:45.358 INFO kablam! 243 | let mut result: c_double = 0f64; Sep 01 04:04:45.358 INFO kablam! | ^^^^^^ Sep 01 04:04:45.358 INFO kablam! Sep 01 04:04:45.431 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.04s Sep 01 04:04:45.432 INFO kablam! su: No module specific data is present Sep 01 04:04:45.829 INFO running `"docker" "rm" "-f" "33dc2755ad3e56dbe2612e84ddc790c618399c96f62ac75bd8cd744756a7c478"` Sep 01 04:04:45.909 INFO blam! 33dc2755ad3e56dbe2612e84ddc790c618399c96f62ac75bd8cd744756a7c478