[INFO] crate linux-api 0.0.5 is already in cache
[INFO] checking linux-api-0.0.5 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate linux-api 0.0.5 into /workspace/builds/worker-10/source
[INFO] validating manifest of crates.io crate linux-api 0.0.5 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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-10/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stdout] f352b28fd8e0d026aa4641a8c1f1dfde1e131a697329a651d39b0302416c5c55
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `"docker" "start" "-a" "f352b28fd8e0d026aa4641a8c1f1dfde1e131a697329a651d39b0302416c5c55"`
[INFO] [stderr]     Checking linux-api v0.0.5 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking linux-api-exit v0.1.1
[INFO] [stderr]     Checking linux-api-sys v0.0.1
[INFO] [stderr]     Checking time-sys v0.0.2
[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 1.12s
[INFO] running `"docker" "inspect" "f352b28fd8e0d026aa4641a8c1f1dfde1e131a697329a651d39b0302416c5c55"`
[INFO] running `"docker" "rm" "-f" "f352b28fd8e0d026aa4641a8c1f1dfde1e131a697329a651d39b0302416c5c55"`
[INFO] [stdout] f352b28fd8e0d026aa4641a8c1f1dfde1e131a697329a651d39b0302416c5c55
