[INFO] crate linux-api 0.0.5 is already in cache [INFO] extracting crate linux-api 0.0.5 into work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/linux-api/0.0.5 [INFO] extracting crate linux-api 0.0.5 into work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/linux-api/0.0.5 [INFO] validating manifest of linux-api-0.0.5 on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of linux-api-0.0.5 on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "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/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/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/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/linux-api/0.0.5/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking linux-api-0.0.5 against master#60960a260f7b5c695fd0717311d72ce62dd4eb43 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-2/master#60960a260f7b5c695fd0717311d72ce62dd4eb43:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/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=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" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 584f89570f64854791201702bdfa4812f87cbe99670dce2802aa3ca7c196efba [INFO] running `"docker" "start" "-a" "584f89570f64854791201702bdfa4812f87cbe99670dce2802aa3ca7c196efba"` [INFO] [stderr] Checking linux-api v0.0.5 (/opt/crater/workdir) [INFO] [stderr] Checking linux-api-exit v0.1.1 [INFO] [stderr] Checking time-sys v0.0.2 [INFO] [stderr] Checking linux-api-sys v0.0.1 [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': 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.65s [INFO] running `"docker" "inspect" "584f89570f64854791201702bdfa4812f87cbe99670dce2802aa3ca7c196efba"` [INFO] running `"docker" "rm" "-f" "584f89570f64854791201702bdfa4812f87cbe99670dce2802aa3ca7c196efba"` [INFO] [stdout] 584f89570f64854791201702bdfa4812f87cbe99670dce2802aa3ca7c196efba