Sep 19 16:56:35.300 INFO checking time-sys-0.0.2 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 16:56:35.300 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 16:56:35.300 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-7/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 16:56:35.530 INFO blam! 3f930903461ffc4fb23dd227e5781d88ea6debc0ea31543fdc64e56e709cd4e9 Sep 19 16:56:35.530 INFO running `"docker" "start" "-a" "3f930903461ffc4fb23dd227e5781d88ea6debc0ea31543fdc64e56e709cd4e9"` Sep 19 16:56:36.511 INFO kablam! usermod: no changes Sep 19 16:56:36.548 INFO kablam! Checking linux-api v0.0.5 Sep 19 16:56:36.812 INFO kablam! Checking time-sys v0.0.2 (/source) Sep 19 16:56:37.054 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 19 16:56:37.054 INFO kablam! --> src/lib.rs:17:25 Sep 19 16:56:37.054 INFO kablam! | Sep 19 16:56:37.054 INFO kablam! 17 | pub fn time(t: *mut time_t) -> time_t; Sep 19 16:56:37.054 INFO kablam! | ^^^^^^ Sep 19 16:56:37.054 INFO kablam! | Sep 19 16:56:37.054 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 16:56:37.054 INFO kablam! Sep 19 16:56:37.054 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 19 16:56:37.055 INFO kablam! --> src/lib.rs:17:36 Sep 19 16:56:37.055 INFO kablam! | Sep 19 16:56:37.055 INFO kablam! 17 | pub fn time(t: *mut time_t) -> time_t; Sep 19 16:56:37.055 INFO kablam! | ^^^^^^ Sep 19 16:56:37.055 INFO kablam! Sep 19 16:56:37.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 19 16:56:37.055 INFO kablam! --> src/lib.rs:20:28 Sep 19 16:56:37.055 INFO kablam! | Sep 19 16:56:37.055 INFO kablam! 20 | pub fn difftime(time1: time_t, time0: time_t) -> c_double; Sep 19 16:56:37.055 INFO kablam! | ^^^^^^ Sep 19 16:56:37.055 INFO kablam! Sep 19 16:56:37.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 19 16:56:37.055 INFO kablam! --> src/lib.rs:20:43 Sep 19 16:56:37.055 INFO kablam! | Sep 19 16:56:37.056 INFO kablam! 20 | pub fn difftime(time1: time_t, time0: time_t) -> c_double; Sep 19 16:56:37.056 INFO kablam! | ^^^^^^ Sep 19 16:56:37.056 INFO kablam! Sep 19 16:56:37.056 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 19 16:56:37.056 INFO kablam! --> src/lib.rs:73:56 Sep 19 16:56:37.056 INFO kablam! | Sep 19 16:56:37.056 INFO kablam! 73 | pub fn set_normalized_timespec(ts: &mut timespec, sec: time_t, nsec: i64) { Sep 19 16:56:37.056 INFO kablam! | ^^^^^^ Sep 19 16:56:37.057 INFO kablam! Sep 19 16:56:37.087 INFO kablam! warning: value assigned to `result` is never read Sep 19 16:56:37.087 INFO kablam! --> src/lib.rs:177:13 Sep 19 16:56:37.087 INFO kablam! | Sep 19 16:56:37.087 INFO kablam! 177 | let mut result: time64_t = 0; Sep 19 16:56:37.087 INFO kablam! | ^^^^^^ Sep 19 16:56:37.087 INFO kablam! | Sep 19 16:56:37.087 INFO kablam! = note: #[warn(unused_assignments)] on by default Sep 19 16:56:37.087 INFO kablam! Sep 19 16:56:37.092 INFO kablam! warning: unused import: `linux_api::*` Sep 19 16:56:37.092 INFO kablam! --> src/lib.rs:198:9 Sep 19 16:56:37.092 INFO kablam! | Sep 19 16:56:37.092 INFO kablam! 198 | use linux_api::*; Sep 19 16:56:37.092 INFO kablam! | ^^^^^^^^^^^^ Sep 19 16:56:37.092 INFO kablam! | Sep 19 16:56:37.092 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 16:56:37.092 INFO kablam! Sep 19 16:56:37.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 19 16:56:37.118 INFO kablam! --> src/lib.rs:17:25 Sep 19 16:56:37.118 INFO kablam! | Sep 19 16:56:37.118 INFO kablam! 17 | pub fn time(t: *mut time_t) -> time_t; Sep 19 16:56:37.118 INFO kablam! | ^^^^^^ Sep 19 16:56:37.119 INFO kablam! | Sep 19 16:56:37.119 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 16:56:37.120 INFO kablam! Sep 19 16:56:37.120 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 19 16:56:37.121 INFO kablam! --> src/lib.rs:17:36 Sep 19 16:56:37.121 INFO kablam! | Sep 19 16:56:37.121 INFO kablam! 17 | pub fn time(t: *mut time_t) -> time_t; Sep 19 16:56:37.121 INFO kablam! | ^^^^^^ Sep 19 16:56:37.135 INFO kablam! Sep 19 16:56:37.135 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 19 16:56:37.135 INFO kablam! --> src/lib.rs:20:28 Sep 19 16:56:37.135 INFO kablam! | Sep 19 16:56:37.135 INFO kablam! 20 | pub fn difftime(time1: time_t, time0: time_t) -> c_double; Sep 19 16:56:37.135 INFO kablam! | ^^^^^^ Sep 19 16:56:37.135 INFO kablam! Sep 19 16:56:37.135 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 19 16:56:37.135 INFO kablam! --> src/lib.rs:20:43 Sep 19 16:56:37.135 INFO kablam! | Sep 19 16:56:37.135 INFO kablam! 20 | pub fn difftime(time1: time_t, time0: time_t) -> c_double; Sep 19 16:56:37.135 INFO kablam! | ^^^^^^ Sep 19 16:56:37.135 INFO kablam! Sep 19 16:56:37.135 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 19 16:56:37.135 INFO kablam! --> src/lib.rs:73:56 Sep 19 16:56:37.135 INFO kablam! | Sep 19 16:56:37.135 INFO kablam! 73 | pub fn set_normalized_timespec(ts: &mut timespec, sec: time_t, nsec: i64) { Sep 19 16:56:37.135 INFO kablam! | ^^^^^^ Sep 19 16:56:37.135 INFO kablam! Sep 19 16:56:37.135 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 19 16:56:37.135 INFO kablam! --> src/lib.rs:228:24 Sep 19 16:56:37.135 INFO kablam! | Sep 19 16:56:37.135 INFO kablam! 228 | let mut atime: time_t = 0; Sep 19 16:56:37.135 INFO kablam! | ^^^^^^ Sep 19 16:56:37.135 INFO kablam! Sep 19 16:56:37.135 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 19 16:56:37.135 INFO kablam! --> src/lib.rs:237:24 Sep 19 16:56:37.135 INFO kablam! | Sep 19 16:56:37.135 INFO kablam! 237 | let mut atime: time_t = 0; Sep 19 16:56:37.135 INFO kablam! | ^^^^^^ Sep 19 16:56:37.135 INFO kablam! Sep 19 16:56:37.135 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 19 16:56:37.135 INFO kablam! --> src/lib.rs:241:26 Sep 19 16:56:37.135 INFO kablam! | Sep 19 16:56:37.135 INFO kablam! 241 | let anothertime: time_t = atime - 100; Sep 19 16:56:37.135 INFO kablam! | ^^^^^^ Sep 19 16:56:37.135 INFO kablam! Sep 19 16:56:37.265 INFO kablam! warning: value assigned to `result` is never read Sep 19 16:56:37.265 INFO kablam! --> src/lib.rs:177:13 Sep 19 16:56:37.265 INFO kablam! | Sep 19 16:56:37.265 INFO kablam! 177 | let mut result: time64_t = 0; Sep 19 16:56:37.265 INFO kablam! | ^^^^^^ Sep 19 16:56:37.265 INFO kablam! | Sep 19 16:56:37.265 INFO kablam! = note: #[warn(unused_assignments)] on by default Sep 19 16:56:37.265 INFO kablam! Sep 19 16:56:37.266 INFO kablam! warning: value assigned to `atime` is never read Sep 19 16:56:37.266 INFO kablam! --> src/lib.rs:228:17 Sep 19 16:56:37.266 INFO kablam! | Sep 19 16:56:37.266 INFO kablam! 228 | let mut atime: time_t = 0; Sep 19 16:56:37.266 INFO kablam! | ^^^^^ Sep 19 16:56:37.266 INFO kablam! Sep 19 16:56:37.266 INFO kablam! warning: value assigned to `atime` is never read Sep 19 16:56:37.266 INFO kablam! --> src/lib.rs:237:17 Sep 19 16:56:37.266 INFO kablam! | Sep 19 16:56:37.266 INFO kablam! 237 | let mut atime: time_t = 0; Sep 19 16:56:37.266 INFO kablam! | ^^^^^ Sep 19 16:56:37.266 INFO kablam! Sep 19 16:56:37.266 INFO kablam! warning: value assigned to `result` is never read Sep 19 16:56:37.266 INFO kablam! --> src/lib.rs:243:17 Sep 19 16:56:37.266 INFO kablam! | Sep 19 16:56:37.266 INFO kablam! 243 | let mut result: c_double = 0f64; Sep 19 16:56:37.266 INFO kablam! | ^^^^^^ Sep 19 16:56:37.266 INFO kablam! Sep 19 16:56:37.331 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.79s Sep 19 16:56:37.331 INFO kablam! su: No module specific data is present Sep 19 16:56:37.982 INFO running `"docker" "rm" "-f" "3f930903461ffc4fb23dd227e5781d88ea6debc0ea31543fdc64e56e709cd4e9"` Sep 19 16:56:38.086 INFO blam! 3f930903461ffc4fb23dd227e5781d88ea6debc0ea31543fdc64e56e709cd4e9