[INFO] crate linux-api 0.0.5 is already in cache [INFO] extracting crate linux-api 0.0.5 into work/ex/beta-1.38-1/sources/1.37.0/reg/linux-api/0.0.5 [INFO] extracting crate linux-api 0.0.5 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/linux-api/0.0.5 [INFO] validating manifest of linux-api-0.0.5 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of linux-api-0.0.5 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing linux-api-0.0.5 [INFO] removed path dependency linux-api-exit from linux-api-0.0.5 [INFO] removed path dependency linux-api-sys from linux-api-0.0.5 [INFO] removed path dependency time-sys from linux-api-0.0.5 [INFO] finished frobbing linux-api-0.0.5 [INFO] frobbed toml for linux-api-0.0.5 written to work/ex/beta-1.38-1/sources/1.37.0/reg/linux-api/0.0.5/Cargo.toml [INFO] started frobbing linux-api-0.0.5 [INFO] removed path dependency linux-api-exit from linux-api-0.0.5 [INFO] removed path dependency linux-api-sys from linux-api-0.0.5 [INFO] removed path dependency time-sys from linux-api-0.0.5 [INFO] finished frobbing linux-api-0.0.5 [INFO] frobbed toml for linux-api-0.0.5 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/linux-api/0.0.5/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing linux-api-0.0.5 against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/linux-api/0.0.5:/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=warn" "-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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] d4339b36899ab936552d70fabd80a7cb82932edcd300d5a3e25b21daed642356 [INFO] running `"docker" "start" "-a" "d4339b36899ab936552d70fabd80a7cb82932edcd300d5a3e25b21daed642356"` [INFO] [stderr] Compiling linux-api v0.0.5 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::os::linux::raw': 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:9 [INFO] [stderr] | [INFO] [stderr] 17 | pub use std::os::linux::raw::*; //Needed for time_t, dev_t, etc [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::os::linux::raw::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/time.rs:237:23 [INFO] [stderr] | [INFO] [stderr] 237 | pub const TIME_T_MAX: ::time_t = 0b0111111111111111111111111111111111111111111111111111111111111111; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::os::linux::raw::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/time.rs:12:17 [INFO] [stderr] | [INFO] [stderr] 12 | pub tv_sec: ::time_t, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::os::linux::raw::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/time.rs:55:17 [INFO] [stderr] | [INFO] [stderr] 55 | pub tv_sec: ::time_t, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::os::linux::raw::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/time.rs:69:34 [INFO] [stderr] | [INFO] [stderr] 69 | pub fn from_seconds(seconds: ::time_t) -> timeval { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.26s [INFO] running `"docker" "inspect" "d4339b36899ab936552d70fabd80a7cb82932edcd300d5a3e25b21daed642356"` [INFO] running `"docker" "rm" "-f" "d4339b36899ab936552d70fabd80a7cb82932edcd300d5a3e25b21daed642356"` [INFO] [stdout] d4339b36899ab936552d70fabd80a7cb82932edcd300d5a3e25b21daed642356 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/linux-api/0.0.5:/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=warn" "-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" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 2d6c6d846730a1fd1b550bd9f92b6750c834a21dcb78690c3ecea74a9eef57eb [INFO] running `"docker" "start" "-a" "2d6c6d846730a1fd1b550bd9f92b6750c834a21dcb78690c3ecea74a9eef57eb"` [INFO] [stderr] Compiling linux-api v0.0.5 [INFO] [stderr] Compiling linux-api-exit v0.1.1 [INFO] [stderr] Compiling time-sys v0.0.2 [INFO] [stderr] Compiling linux-api-sys v0.0.1 [INFO] [stderr] Compiling linux-api v0.0.5 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::os::linux::raw': 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:9 [INFO] [stderr] | [INFO] [stderr] 17 | pub use std::os::linux::raw::*; //Needed for time_t, dev_t, etc [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::os::linux::raw::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/time.rs:237:23 [INFO] [stderr] | [INFO] [stderr] 237 | pub const TIME_T_MAX: ::time_t = 0b0111111111111111111111111111111111111111111111111111111111111111; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::os::linux::raw::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/time.rs:12:17 [INFO] [stderr] | [INFO] [stderr] 12 | pub tv_sec: ::time_t, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::os::linux::raw::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/time.rs:55:17 [INFO] [stderr] | [INFO] [stderr] 55 | pub tv_sec: ::time_t, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::os::linux::raw::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/time.rs:69:34 [INFO] [stderr] | [INFO] [stderr] 69 | pub fn from_seconds(seconds: ::time_t) -> timeval { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::os::linux::raw::dev_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:72:18 [INFO] [stderr] | [INFO] [stderr] 72 | let dev: ::dev_t = 12467; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::os::linux::raw::mode_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:19 [INFO] [stderr] | [INFO] [stderr] 73 | let mode: ::mode_t = 1365236; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::os::linux::raw::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:74:19 [INFO] [stderr] | [INFO] [stderr] 74 | let time: ::time_t = 134062; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.98s [INFO] running `"docker" "inspect" "2d6c6d846730a1fd1b550bd9f92b6750c834a21dcb78690c3ecea74a9eef57eb"` [INFO] running `"docker" "rm" "-f" "2d6c6d846730a1fd1b550bd9f92b6750c834a21dcb78690c3ecea74a9eef57eb"` [INFO] [stdout] 2d6c6d846730a1fd1b550bd9f92b6750c834a21dcb78690c3ecea74a9eef57eb [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/linux-api/0.0.5:/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=warn" "-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" "+1.37.0" "test" "--frozen"` [INFO] [stdout] 10c857515ddad165ab5f89f97b1425ede66382e20eaadad44aa750ac9e632341 [INFO] running `"docker" "start" "-a" "10c857515ddad165ab5f89f97b1425ede66382e20eaadad44aa750ac9e632341"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/linux_api-59a06b6aa54fa900 [INFO] [stderr] Doc-tests linux-api [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test tests::ensure_types_exist ... ok [INFO] [stdout] test time::tests::test_per_sec_accuracy ... ok [INFO] [stdout] test tests::no_errors_means_no_stupid_error ... ok [INFO] [stdout] test time::tests::test_time64_max ... ok [INFO] [stdout] test time::tests::test_timespec_to_msec_sec ... ok [INFO] [stdout] test time::tests::test_timespec_utility_functions ... ok [INFO] [stdout] test time::tests::test_timeval_to_msec_sec ... ok [INFO] [stdout] test time::tests::test_timeval_utility_functions ... ok [INFO] [stdout] test time::tests::test_time_t_max_64 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [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" "10c857515ddad165ab5f89f97b1425ede66382e20eaadad44aa750ac9e632341"` [INFO] running `"docker" "rm" "-f" "10c857515ddad165ab5f89f97b1425ede66382e20eaadad44aa750ac9e632341"` [INFO] [stdout] 10c857515ddad165ab5f89f97b1425ede66382e20eaadad44aa750ac9e632341