Sep 04 03:55:24.513 INFO checking time-sys-0.0.2 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 03:55:24.513 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 03:55:24.513 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-3/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 03:55:24.696 INFO blam! ddcac7abf19aa5986e6fece5240734d25ce69f6aa84b8dd628a07fb3a165d96a Sep 04 03:55:24.697 INFO running `"docker" "start" "-a" "ddcac7abf19aa5986e6fece5240734d25ce69f6aa84b8dd628a07fb3a165d96a"` Sep 04 03:55:25.239 INFO kablam! Checking linux-api v0.0.5 Sep 04 03:55:25.593 INFO kablam! Checking time-sys v0.0.2 (file:///source) Sep 04 03:55:25.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 Sep 04 03:55:25.924 INFO kablam! --> src/lib.rs:17:25 Sep 04 03:55:25.924 INFO kablam! | Sep 04 03:55:25.924 INFO kablam! 17 | pub fn time(t: *mut time_t) -> time_t; Sep 04 03:55:25.924 INFO kablam! | ^^^^^^ Sep 04 03:55:25.924 INFO kablam! | Sep 04 03:55:25.924 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 03:55:25.925 INFO kablam! Sep 04 03:55:25.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 Sep 04 03:55:25.925 INFO kablam! --> src/lib.rs:17:36 Sep 04 03:55:25.925 INFO kablam! | Sep 04 03:55:25.925 INFO kablam! 17 | pub fn time(t: *mut time_t) -> time_t; Sep 04 03:55:25.925 INFO kablam! | ^^^^^^ Sep 04 03:55:25.925 INFO kablam! Sep 04 03:55:25.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 Sep 04 03:55:25.925 INFO kablam! --> src/lib.rs:20:28 Sep 04 03:55:25.925 INFO kablam! | Sep 04 03:55:25.925 INFO kablam! 20 | pub fn difftime(time1: time_t, time0: time_t) -> c_double; Sep 04 03:55:25.925 INFO kablam! | ^^^^^^ Sep 04 03:55:25.925 INFO kablam! Sep 04 03:55:25.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 Sep 04 03:55:25.925 INFO kablam! --> src/lib.rs:20:43 Sep 04 03:55:25.925 INFO kablam! | Sep 04 03:55:25.925 INFO kablam! 20 | pub fn difftime(time1: time_t, time0: time_t) -> c_double; Sep 04 03:55:25.925 INFO kablam! | ^^^^^^ Sep 04 03:55:25.925 INFO kablam! Sep 04 03:55:25.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 Sep 04 03:55:25.925 INFO kablam! --> src/lib.rs:73:56 Sep 04 03:55:25.925 INFO kablam! | Sep 04 03:55:25.926 INFO kablam! 73 | pub fn set_normalized_timespec(ts: &mut timespec, sec: time_t, nsec: i64) { Sep 04 03:55:25.926 INFO kablam! | ^^^^^^ Sep 04 03:55:25.926 INFO kablam! Sep 04 03:55:25.958 INFO kablam! warning: unused import: `linux_api::*` Sep 04 03:55:25.958 INFO kablam! --> src/lib.rs:198:9 Sep 04 03:55:25.958 INFO kablam! | Sep 04 03:55:25.958 INFO kablam! 198 | use linux_api::*; Sep 04 03:55:25.958 INFO kablam! | ^^^^^^^^^^^^ Sep 04 03:55:25.958 INFO kablam! | Sep 04 03:55:25.958 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 03:55:25.958 INFO kablam! Sep 04 03:55:25.982 INFO kablam! warning: value assigned to `result` is never read Sep 04 03:55:25.982 INFO kablam! --> src/lib.rs:177:13 Sep 04 03:55:25.982 INFO kablam! | Sep 04 03:55:25.982 INFO kablam! 177 | let mut result: time64_t = 0; Sep 04 03:55:25.982 INFO kablam! | ^^^^^^ Sep 04 03:55:25.982 INFO kablam! | Sep 04 03:55:25.982 INFO kablam! = note: #[warn(unused_assignments)] on by default Sep 04 03:55:25.982 INFO kablam! Sep 04 03:55:25.983 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 04 03:55:25.983 INFO kablam! --> src/lib.rs:17:25 Sep 04 03:55:25.983 INFO kablam! | Sep 04 03:55:25.983 INFO kablam! 17 | pub fn time(t: *mut time_t) -> time_t; Sep 04 03:55:25.983 INFO kablam! | ^^^^^^ Sep 04 03:55:25.983 INFO kablam! | Sep 04 03:55:25.983 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 03:55:25.983 INFO kablam! Sep 04 03:55:25.983 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 04 03:55:25.983 INFO kablam! --> src/lib.rs:17:36 Sep 04 03:55:25.983 INFO kablam! | Sep 04 03:55:25.983 INFO kablam! 17 | pub fn time(t: *mut time_t) -> time_t; Sep 04 03:55:25.983 INFO kablam! | ^^^^^^ Sep 04 03:55:25.983 INFO kablam! Sep 04 03:55:25.983 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 04 03:55:25.983 INFO kablam! --> src/lib.rs:20:28 Sep 04 03:55:25.983 INFO kablam! | Sep 04 03:55:25.983 INFO kablam! 20 | pub fn difftime(time1: time_t, time0: time_t) -> c_double; Sep 04 03:55:25.983 INFO kablam! | ^^^^^^ Sep 04 03:55:25.983 INFO kablam! Sep 04 03:55:25.983 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 04 03:55:25.983 INFO kablam! --> src/lib.rs:20:43 Sep 04 03:55:25.983 INFO kablam! | Sep 04 03:55:25.983 INFO kablam! 20 | pub fn difftime(time1: time_t, time0: time_t) -> c_double; Sep 04 03:55:25.984 INFO kablam! | ^^^^^^ Sep 04 03:55:25.984 INFO kablam! Sep 04 03:55:25.984 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 04 03:55:25.984 INFO kablam! --> src/lib.rs:73:56 Sep 04 03:55:25.984 INFO kablam! | Sep 04 03:55:25.984 INFO kablam! 73 | pub fn set_normalized_timespec(ts: &mut timespec, sec: time_t, nsec: i64) { Sep 04 03:55:25.984 INFO kablam! | ^^^^^^ Sep 04 03:55:25.984 INFO kablam! Sep 04 03:55:25.984 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 04 03:55:25.984 INFO kablam! --> src/lib.rs:228:24 Sep 04 03:55:25.984 INFO kablam! | Sep 04 03:55:25.984 INFO kablam! 228 | let mut atime: time_t = 0; Sep 04 03:55:25.984 INFO kablam! | ^^^^^^ Sep 04 03:55:25.984 INFO kablam! Sep 04 03:55:25.984 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 04 03:55:25.984 INFO kablam! --> src/lib.rs:237:24 Sep 04 03:55:25.984 INFO kablam! | Sep 04 03:55:25.984 INFO kablam! 237 | let mut atime: time_t = 0; Sep 04 03:55:25.984 INFO kablam! | ^^^^^^ Sep 04 03:55:25.984 INFO kablam! Sep 04 03:55:25.984 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 04 03:55:25.984 INFO kablam! --> src/lib.rs:241:26 Sep 04 03:55:25.985 INFO kablam! | Sep 04 03:55:25.985 INFO kablam! 241 | let anothertime: time_t = atime - 100; Sep 04 03:55:25.985 INFO kablam! | ^^^^^^ Sep 04 03:55:25.985 INFO kablam! Sep 04 03:55:26.236 INFO kablam! warning: value assigned to `result` is never read Sep 04 03:55:26.236 INFO kablam! --> src/lib.rs:177:13 Sep 04 03:55:26.236 INFO kablam! | Sep 04 03:55:26.236 INFO kablam! 177 | let mut result: time64_t = 0; Sep 04 03:55:26.236 INFO kablam! | ^^^^^^ Sep 04 03:55:26.236 INFO kablam! | Sep 04 03:55:26.237 INFO kablam! = note: #[warn(unused_assignments)] on by default Sep 04 03:55:26.237 INFO kablam! Sep 04 03:55:26.237 INFO kablam! warning: value assigned to `atime` is never read Sep 04 03:55:26.237 INFO kablam! --> src/lib.rs:228:17 Sep 04 03:55:26.237 INFO kablam! | Sep 04 03:55:26.237 INFO kablam! 228 | let mut atime: time_t = 0; Sep 04 03:55:26.237 INFO kablam! | ^^^^^ Sep 04 03:55:26.237 INFO kablam! Sep 04 03:55:26.237 INFO kablam! warning: value assigned to `atime` is never read Sep 04 03:55:26.237 INFO kablam! --> src/lib.rs:237:17 Sep 04 03:55:26.237 INFO kablam! | Sep 04 03:55:26.237 INFO kablam! 237 | let mut atime: time_t = 0; Sep 04 03:55:26.237 INFO kablam! | ^^^^^ Sep 04 03:55:26.237 INFO kablam! Sep 04 03:55:26.237 INFO kablam! warning: value assigned to `result` is never read Sep 04 03:55:26.237 INFO kablam! --> src/lib.rs:243:17 Sep 04 03:55:26.237 INFO kablam! | Sep 04 03:55:26.237 INFO kablam! 243 | let mut result: c_double = 0f64; Sep 04 03:55:26.237 INFO kablam! | ^^^^^^ Sep 04 03:55:26.237 INFO kablam! Sep 04 03:55:26.321 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.09s Sep 04 03:55:26.324 INFO kablam! su: No module specific data is present Sep 04 03:55:26.736 INFO running `"docker" "rm" "-f" "ddcac7abf19aa5986e6fece5240734d25ce69f6aa84b8dd628a07fb3a165d96a"` Sep 04 03:55:26.817 INFO blam! ddcac7abf19aa5986e6fece5240734d25ce69f6aa84b8dd628a07fb3a165d96a