[INFO] fetching crate linux-api 0.0.5... [INFO] checking linux-api-0.0.5 against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] extracting crate linux-api 0.0.5 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate linux-api 0.0.5 on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate linux-api 0.0.5 [INFO] removed path dependency linux-api-exit from crates.io crate linux-api 0.0.5 [INFO] removed path dependency linux-api-sys from crates.io crate linux-api 0.0.5 [INFO] removed path dependency time-sys from crates.io crate linux-api 0.0.5 [INFO] finished tweaking crates.io crate linux-api 0.0.5 [INFO] tweaked toml for crates.io crate linux-api 0.0.5 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded linux-api-sys v0.0.1 [INFO] [stderr] Downloaded linux-api-exit v0.1.1 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ccd20cd2e4c67cfd74007180ab0d7eac478b94d980e6b2a0604bd78da3f78a5e [INFO] running `"docker" "start" "-a" "ccd20cd2e4c67cfd74007180ab0d7eac478b94d980e6b2a0604bd78da3f78a5e"` [INFO] [stderr] Checking linux-api v0.0.5 [INFO] [stderr] Checking linux-api v0.0.5 (/opt/rustwide/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] 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: 5 warnings emitted [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] warning: 8 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.65s [INFO] running `"docker" "inspect" "ccd20cd2e4c67cfd74007180ab0d7eac478b94d980e6b2a0604bd78da3f78a5e"` [INFO] running `"docker" "rm" "-f" "ccd20cd2e4c67cfd74007180ab0d7eac478b94d980e6b2a0604bd78da3f78a5e"` [INFO] [stdout] ccd20cd2e4c67cfd74007180ab0d7eac478b94d980e6b2a0604bd78da3f78a5e