[INFO] fetching crate time-sys 0.0.2... [INFO] extracting crate time-sys 0.0.2 into work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/time-sys/0.0.2 [INFO] extracting crate time-sys 0.0.2 into work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/time-sys/0.0.2 [INFO] validating manifest of time-sys-0.0.2 on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of time-sys-0.0.2 on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing time-sys-0.0.2 [INFO] removed path dependency linux-api from time-sys-0.0.2 [INFO] finished frobbing time-sys-0.0.2 [INFO] frobbed toml for time-sys-0.0.2 written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/time-sys/0.0.2/Cargo.toml [INFO] started frobbing time-sys-0.0.2 [INFO] removed path dependency linux-api from time-sys-0.0.2 [INFO] finished frobbing time-sys-0.0.2 [INFO] frobbed toml for time-sys-0.0.2 written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/time-sys/0.0.2/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded linux-api v0.0.5 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing time-sys-0.0.2 against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/time-sys/0.0.2:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] 0694f82ea20602e978af7c7924451240bfe74f30c45624a2a8f55d8079c4901f [INFO] running `"docker" "start" "-a" "0694f82ea20602e978af7c7924451240bfe74f30c45624a2a8f55d8079c4901f"` [INFO] [stderr] Compiling linux-api v0.0.5 [INFO] [stderr] Compiling time-sys v0.0.2 (/opt/crater/workdir) [INFO] [stderr] 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 [INFO] [stderr] --> src/lib.rs:17:25 [INFO] [stderr] | [INFO] [stderr] 17 | pub fn time(t: *mut time_t) -> time_t; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] 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 [INFO] [stderr] --> src/lib.rs:17:36 [INFO] [stderr] | [INFO] [stderr] 17 | pub fn time(t: *mut time_t) -> time_t; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] 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 [INFO] [stderr] --> src/lib.rs:20:28 [INFO] [stderr] | [INFO] [stderr] 20 | pub fn difftime(time1: time_t, time0: time_t) -> c_double; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] 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 [INFO] [stderr] --> src/lib.rs:20:43 [INFO] [stderr] | [INFO] [stderr] 20 | pub fn difftime(time1: time_t, time0: time_t) -> c_double; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] 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 [INFO] [stderr] --> src/lib.rs:73:56 [INFO] [stderr] | [INFO] [stderr] 73 | pub fn set_normalized_timespec(ts: &mut timespec, sec: time_t, nsec: i64) { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: value assigned to `result` is never read [INFO] [stderr] --> src/lib.rs:177:13 [INFO] [stderr] | [INFO] [stderr] 177 | let mut result: time64_t = 0; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_assignments)] on by default [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.91s [INFO] running `"docker" "inspect" "0694f82ea20602e978af7c7924451240bfe74f30c45624a2a8f55d8079c4901f"` [INFO] running `"docker" "rm" "-f" "0694f82ea20602e978af7c7924451240bfe74f30c45624a2a8f55d8079c4901f"` [INFO] [stdout] 0694f82ea20602e978af7c7924451240bfe74f30c45624a2a8f55d8079c4901f [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/time-sys/0.0.2:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] c835d1f9778f28dfe72845ddccde34eb2e94a764b6a066fabb2306051d3ac6b9 [INFO] running `"docker" "start" "-a" "c835d1f9778f28dfe72845ddccde34eb2e94a764b6a066fabb2306051d3ac6b9"` [INFO] [stderr] Compiling time-sys v0.0.2 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `linux_api::*` [INFO] [stderr] --> src/lib.rs:198:9 [INFO] [stderr] | [INFO] [stderr] 198 | use linux_api::*; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] 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 [INFO] [stderr] --> src/lib.rs:17:25 [INFO] [stderr] | [INFO] [stderr] 17 | pub fn time(t: *mut time_t) -> time_t; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] 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 [INFO] [stderr] --> src/lib.rs:17:36 [INFO] [stderr] | [INFO] [stderr] 17 | pub fn time(t: *mut time_t) -> time_t; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] 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 [INFO] [stderr] --> src/lib.rs:20:28 [INFO] [stderr] | [INFO] [stderr] 20 | pub fn difftime(time1: time_t, time0: time_t) -> c_double; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] 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 [INFO] [stderr] --> src/lib.rs:20:43 [INFO] [stderr] | [INFO] [stderr] 20 | pub fn difftime(time1: time_t, time0: time_t) -> c_double; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] 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 [INFO] [stderr] --> src/lib.rs:73:56 [INFO] [stderr] | [INFO] [stderr] 73 | pub fn set_normalized_timespec(ts: &mut timespec, sec: time_t, nsec: i64) { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] 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 [INFO] [stderr] --> src/lib.rs:228:24 [INFO] [stderr] | [INFO] [stderr] 228 | let mut atime: time_t = 0; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] 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 [INFO] [stderr] --> src/lib.rs:237:24 [INFO] [stderr] | [INFO] [stderr] 237 | let mut atime: time_t = 0; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] 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 [INFO] [stderr] --> src/lib.rs:241:26 [INFO] [stderr] | [INFO] [stderr] 241 | let anothertime: time_t = atime - 100; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: value assigned to `result` is never read [INFO] [stderr] --> src/lib.rs:177:13 [INFO] [stderr] | [INFO] [stderr] 177 | let mut result: time64_t = 0; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_assignments)] on by default [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] warning: value assigned to `atime` is never read [INFO] [stderr] --> src/lib.rs:228:17 [INFO] [stderr] | [INFO] [stderr] 228 | let mut atime: time_t = 0; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] warning: value assigned to `atime` is never read [INFO] [stderr] --> src/lib.rs:237:17 [INFO] [stderr] | [INFO] [stderr] 237 | let mut atime: time_t = 0; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] warning: value assigned to `result` is never read [INFO] [stderr] --> src/lib.rs:243:17 [INFO] [stderr] | [INFO] [stderr] 243 | let mut result: c_double = 0f64; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.24s [INFO] running `"docker" "inspect" "c835d1f9778f28dfe72845ddccde34eb2e94a764b6a066fabb2306051d3ac6b9"` [INFO] running `"docker" "rm" "-f" "c835d1f9778f28dfe72845ddccde34eb2e94a764b6a066fabb2306051d3ac6b9"` [INFO] [stdout] c835d1f9778f28dfe72845ddccde34eb2e94a764b6a066fabb2306051d3ac6b9 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-2/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/time-sys/0.0.2:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen"` [INFO] [stdout] fd81b680655de40cf936cc493b96b0c3628bfeee3a4611ca0a45f5a3696f457b [INFO] running `"docker" "start" "-a" "fd81b680655de40cf936cc493b96b0c3628bfeee3a4611ca0a45f5a3696f457b"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/time_sys-6d25bfa3c1bfc045 [INFO] [stdout] [INFO] [stdout] running 27 tests [INFO] [stdout] test test::test_time_ffi ... ok [INFO] [stdout] test test::test_normalized_timespec_negative_nanos ... ok [INFO] [stdout] test test::test_normalized_timespec_many_nanos ... ok [INFO] [stdout] test test::test_mktime64_known_dates ... ok [INFO] [stdout] test test::test_gettimeofday_ffi ... ok [INFO] [stdout] test test::test_timespec_add_manynanos ... ok [INFO] [stdout] test test::test_timespec_add_simple ... ok [INFO] [stdout] test test::test_timespec_before_1970_invalid ... ok [INFO] [stdout] test test::test_clock_times ... ok [INFO] [stdout] test test::test_timespec_compare_larger ... ok [INFO] [stdout] test test::test_timespec_compare_same ... ok [INFO] [stdout] test test::test_clock_res ... ok [INFO] [stdout] test test::test_timespec_compare_smaller ... ok [INFO] [stdout] test test::test_timespec_equal_when_equal ... ok [INFO] [stdout] test test::test_timespec_equal_when_inequal ... ok [INFO] [stdout] test test::test_timespec_sub_bad ... ok [INFO] [stdout] test test::test_timespec_sub_simple ... ok [INFO] [stdout] test test::test_timespec_too_many_nanoseconds_invalid ... ok [INFO] [stdout] test test::test_timespec_too_many_seconds_valid ... ok [INFO] [stdout] test test::test_timespec_valid ... ok [INFO] [stdout] test test::test_timeval_before_1970_invalid ... ok [INFO] [stdout] test test::test_timeval_compare_larger ... ok [INFO] [stdout] test test::test_difftime_ffi ... ok [INFO] [stdout] test test::test_timeval_compare_same ... ok [INFO] [stdout] test test::test_timeval_valid ... ok [INFO] [stdout] test test::test_timeval_compare_smaller ... ok [INFO] [stdout] test test::test_timeval_too_many_nanoseconds_invalid ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 27 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests time-sys [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "fd81b680655de40cf936cc493b96b0c3628bfeee3a4611ca0a45f5a3696f457b"` [INFO] running `"docker" "rm" "-f" "fd81b680655de40cf936cc493b96b0c3628bfeee3a4611ca0a45f5a3696f457b"` [INFO] [stdout] fd81b680655de40cf936cc493b96b0c3628bfeee3a4611ca0a45f5a3696f457b