Sep 01 21:17:00.747 INFO checking time-sys-0.0.2 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 01 21:17:00.747 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 21:17:00.748 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-2/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 21:17:00.929 INFO blam! f0addfad4b204197e6029c4a466df524af41e6065873234e534074ad24179b02 Sep 01 21:17:00.931 INFO running `"docker" "start" "-a" "f0addfad4b204197e6029c4a466df524af41e6065873234e534074ad24179b02"` Sep 01 21:17:01.646 INFO kablam! Checking linux-api v0.0.5 Sep 01 21:17:02.216 INFO kablam! Checking time-sys v0.0.2 (file:///source) Sep 01 21:17:02.574 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 21:17:02.574 INFO kablam! --> src/lib.rs:17:25 Sep 01 21:17:02.574 INFO kablam! | Sep 01 21:17:02.574 INFO kablam! 17 | pub fn time(t: *mut time_t) -> time_t; Sep 01 21:17:02.574 INFO kablam! | ^^^^^^ Sep 01 21:17:02.574 INFO kablam! | Sep 01 21:17:02.574 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 21:17:02.574 INFO kablam! Sep 01 21:17:02.574 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 21:17:02.574 INFO kablam! --> src/lib.rs:17:36 Sep 01 21:17:02.574 INFO kablam! | Sep 01 21:17:02.575 INFO kablam! 17 | pub fn time(t: *mut time_t) -> time_t; Sep 01 21:17:02.575 INFO kablam! | ^^^^^^ Sep 01 21:17:02.575 INFO kablam! Sep 01 21:17:02.575 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 21:17:02.575 INFO kablam! --> src/lib.rs:20:28 Sep 01 21:17:02.575 INFO kablam! | Sep 01 21:17:02.575 INFO kablam! 20 | pub fn difftime(time1: time_t, time0: time_t) -> c_double; Sep 01 21:17:02.575 INFO kablam! | ^^^^^^ Sep 01 21:17:02.575 INFO kablam! Sep 01 21:17:02.575 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 21:17:02.575 INFO kablam! --> src/lib.rs:20:43 Sep 01 21:17:02.575 INFO kablam! | Sep 01 21:17:02.575 INFO kablam! 20 | pub fn difftime(time1: time_t, time0: time_t) -> c_double; Sep 01 21:17:02.575 INFO kablam! | ^^^^^^ Sep 01 21:17:02.575 INFO kablam! Sep 01 21:17:02.575 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 21:17:02.575 INFO kablam! --> src/lib.rs:73:56 Sep 01 21:17:02.575 INFO kablam! | Sep 01 21:17:02.575 INFO kablam! 73 | pub fn set_normalized_timespec(ts: &mut timespec, sec: time_t, nsec: i64) { Sep 01 21:17:02.575 INFO kablam! | ^^^^^^ Sep 01 21:17:02.575 INFO kablam! Sep 01 21:17:02.637 INFO kablam! warning: value assigned to `result` is never read Sep 01 21:17:02.637 INFO kablam! --> src/lib.rs:177:13 Sep 01 21:17:02.637 INFO kablam! | Sep 01 21:17:02.637 INFO kablam! 177 | let mut result: time64_t = 0; Sep 01 21:17:02.637 INFO kablam! | ^^^^^^ Sep 01 21:17:02.637 INFO kablam! | Sep 01 21:17:02.637 INFO kablam! = note: #[warn(unused_assignments)] on by default Sep 01 21:17:02.637 INFO kablam! Sep 01 21:17:02.651 INFO kablam! warning: unused import: `linux_api::*` Sep 01 21:17:02.651 INFO kablam! --> src/lib.rs:198:9 Sep 01 21:17:02.651 INFO kablam! | Sep 01 21:17:02.651 INFO kablam! 198 | use linux_api::*; Sep 01 21:17:02.652 INFO kablam! | ^^^^^^^^^^^^ Sep 01 21:17:02.652 INFO kablam! | Sep 01 21:17:02.652 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 21:17:02.652 INFO kablam! Sep 01 21:17:02.678 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 21:17:02.678 INFO kablam! --> src/lib.rs:17:25 Sep 01 21:17:02.678 INFO kablam! | Sep 01 21:17:02.678 INFO kablam! 17 | pub fn time(t: *mut time_t) -> time_t; Sep 01 21:17:02.678 INFO kablam! | ^^^^^^ Sep 01 21:17:02.678 INFO kablam! | Sep 01 21:17:02.678 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 21:17:02.678 INFO kablam! Sep 01 21:17:02.678 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 21:17:02.679 INFO kablam! --> src/lib.rs:17:36 Sep 01 21:17:02.679 INFO kablam! | Sep 01 21:17:02.679 INFO kablam! 17 | pub fn time(t: *mut time_t) -> time_t; Sep 01 21:17:02.679 INFO kablam! | ^^^^^^ Sep 01 21:17:02.679 INFO kablam! Sep 01 21:17:02.679 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 21:17:02.679 INFO kablam! --> src/lib.rs:20:28 Sep 01 21:17:02.679 INFO kablam! | Sep 01 21:17:02.679 INFO kablam! 20 | pub fn difftime(time1: time_t, time0: time_t) -> c_double; Sep 01 21:17:02.679 INFO kablam! | ^^^^^^ Sep 01 21:17:02.679 INFO kablam! Sep 01 21:17:02.679 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 21:17:02.679 INFO kablam! --> src/lib.rs:20:43 Sep 01 21:17:02.679 INFO kablam! | Sep 01 21:17:02.679 INFO kablam! 20 | pub fn difftime(time1: time_t, time0: time_t) -> c_double; Sep 01 21:17:02.679 INFO kablam! | ^^^^^^ Sep 01 21:17:02.679 INFO kablam! Sep 01 21:17:02.679 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 21:17:02.679 INFO kablam! --> src/lib.rs:73:56 Sep 01 21:17:02.679 INFO kablam! | Sep 01 21:17:02.679 INFO kablam! 73 | pub fn set_normalized_timespec(ts: &mut timespec, sec: time_t, nsec: i64) { Sep 01 21:17:02.679 INFO kablam! | ^^^^^^ Sep 01 21:17:02.679 INFO kablam! Sep 01 21:17:02.680 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 21:17:02.680 INFO kablam! --> src/lib.rs:228:24 Sep 01 21:17:02.680 INFO kablam! | Sep 01 21:17:02.680 INFO kablam! 228 | let mut atime: time_t = 0; Sep 01 21:17:02.680 INFO kablam! | ^^^^^^ Sep 01 21:17:02.680 INFO kablam! Sep 01 21:17:02.680 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 21:17:02.680 INFO kablam! --> src/lib.rs:237:24 Sep 01 21:17:02.680 INFO kablam! | Sep 01 21:17:02.680 INFO kablam! 237 | let mut atime: time_t = 0; Sep 01 21:17:02.680 INFO kablam! | ^^^^^^ Sep 01 21:17:02.680 INFO kablam! Sep 01 21:17:02.680 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 21:17:02.680 INFO kablam! --> src/lib.rs:241:26 Sep 01 21:17:02.680 INFO kablam! | Sep 01 21:17:02.680 INFO kablam! 241 | let anothertime: time_t = atime - 100; Sep 01 21:17:02.680 INFO kablam! | ^^^^^^ Sep 01 21:17:02.680 INFO kablam! Sep 01 21:17:03.016 INFO kablam! warning: value assigned to `result` is never read Sep 01 21:17:03.016 INFO kablam! --> src/lib.rs:177:13 Sep 01 21:17:03.016 INFO kablam! | Sep 01 21:17:03.016 INFO kablam! 177 | let mut result: time64_t = 0; Sep 01 21:17:03.016 INFO kablam! | ^^^^^^ Sep 01 21:17:03.017 INFO kablam! | Sep 01 21:17:03.017 INFO kablam! = note: #[warn(unused_assignments)] on by default Sep 01 21:17:03.017 INFO kablam! Sep 01 21:17:03.017 INFO kablam! warning: value assigned to `atime` is never read Sep 01 21:17:03.017 INFO kablam! --> src/lib.rs:228:17 Sep 01 21:17:03.017 INFO kablam! | Sep 01 21:17:03.017 INFO kablam! 228 | let mut atime: time_t = 0; Sep 01 21:17:03.017 INFO kablam! | ^^^^^ Sep 01 21:17:03.017 INFO kablam! Sep 01 21:17:03.017 INFO kablam! warning: value assigned to `atime` is never read Sep 01 21:17:03.017 INFO kablam! --> src/lib.rs:237:17 Sep 01 21:17:03.017 INFO kablam! | Sep 01 21:17:03.018 INFO kablam! 237 | let mut atime: time_t = 0; Sep 01 21:17:03.018 INFO kablam! | ^^^^^ Sep 01 21:17:03.018 INFO kablam! Sep 01 21:17:03.018 INFO kablam! warning: value assigned to `result` is never read Sep 01 21:17:03.018 INFO kablam! --> src/lib.rs:243:17 Sep 01 21:17:03.018 INFO kablam! | Sep 01 21:17:03.018 INFO kablam! 243 | let mut result: c_double = 0f64; Sep 01 21:17:03.018 INFO kablam! | ^^^^^^ Sep 01 21:17:03.018 INFO kablam! Sep 01 21:17:03.132 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.50s Sep 01 21:17:03.135 INFO kablam! su: No module specific data is present Sep 01 21:17:03.510 INFO running `"docker" "rm" "-f" "f0addfad4b204197e6029c4a466df524af41e6065873234e534074ad24179b02"` Sep 01 21:17:03.651 INFO blam! f0addfad4b204197e6029c4a466df524af41e6065873234e534074ad24179b02