[INFO] fetching crate nix 0.19.0... [INFO] testing nix-0.19.0 against try#eafdee2dfae8c2233b74f98b123308be7ccefcc6 for pr-79296 [INFO] extracting crate nix 0.19.0 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate nix 0.19.0 on toolchain eafdee2dfae8c2233b74f98b123308be7ccefcc6 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate nix 0.19.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate nix 0.19.0 [INFO] tweaked toml for crates.io crate nix 0.19.0 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded caps v0.3.4 [INFO] [stderr] Downloaded errno v0.2.7 [INFO] [stderr] Downloaded sysctl v0.1.4 [INFO] running `Command { std: "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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 006da384fd26a5cf68c2137566a83641234eb2dcac07d846be041bbdf455bf12 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "006da384fd26a5cf68c2137566a83641234eb2dcac07d846be041bbdf455bf12", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "006da384fd26a5cf68c2137566a83641234eb2dcac07d846be041bbdf455bf12", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "006da384fd26a5cf68c2137566a83641234eb2dcac07d846be041bbdf455bf12", kill_on_drop: false }` [INFO] [stdout] 006da384fd26a5cf68c2137566a83641234eb2dcac07d846be041bbdf455bf12 [INFO] running `Command { std: "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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d2aada3861427c8be56a6954c2c84a7c45a86924e55640d4926864564029e730 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "d2aada3861427c8be56a6954c2c84a7c45a86924e55640d4926864564029e730", kill_on_drop: false }` [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling nix v0.19.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated struct `libc::af_alg_iv`: this struct has unsafe trait implementations that will be removed in the future [INFO] [stdout] --> src/sys/socket/mod.rs:850:33 [INFO] [stdout] | [INFO] [stdout] 850 | let af_alg_iv = libc::af_alg_iv { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `libc::af_alg_iv`: this struct has unsafe trait implementations that will be removed in the future [INFO] [stdout] --> src/sys/socket/mod.rs:855:43 [INFO] [stdout] | [INFO] [stdout] 855 | let size = mem::size_of::(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `libc::af_alg_iv`: this struct has unsafe trait implementations that will be removed in the future [INFO] [stdout] --> src/sys/socket/mod.rs:918:32 [INFO] [stdout] | [INFO] [stdout] 918 | mem::size_of::() + iv.len() [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `libc::af_alg_iv::ivlen`: this struct has unsafe trait implementations that will be removed in the future [INFO] [stdout] --> src/sys/socket/mod.rs:851:21 [INFO] [stdout] | [INFO] [stdout] 851 | ivlen: iv.len() as u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `libc::af_alg_iv::iv`: this struct has unsafe trait implementations that will be removed in the future [INFO] [stdout] --> src/sys/socket/mod.rs:852:21 [INFO] [stdout] | [INFO] [stdout] 852 | iv: [0u8; 0], [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 10.45s [INFO] running `Command { std: "docker" "inspect" "d2aada3861427c8be56a6954c2c84a7c45a86924e55640d4926864564029e730", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d2aada3861427c8be56a6954c2c84a7c45a86924e55640d4926864564029e730", kill_on_drop: false }` [INFO] [stdout] d2aada3861427c8be56a6954c2c84a7c45a86924e55640d4926864564029e730 [INFO] running `Command { std: "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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ae97e9acb3f83669f390b84049355592f41aa2d842184c6ccf7972b669f29c36 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "ae97e9acb3f83669f390b84049355592f41aa2d842184c6ccf7972b669f29c36", kill_on_drop: false }` [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling error-chain v0.12.4 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stdout] warning: use of deprecated struct `libc::af_alg_iv`: this struct has unsafe trait implementations that will be removed in the future [INFO] [stdout] --> src/sys/socket/mod.rs:850:33 [INFO] [stdout] | [INFO] [stdout] 850 | let af_alg_iv = libc::af_alg_iv { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `libc::af_alg_iv`: this struct has unsafe trait implementations that will be removed in the future [INFO] [stdout] --> src/sys/socket/mod.rs:855:43 [INFO] [stdout] | [INFO] [stdout] 855 | let size = mem::size_of::(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated struct `libc::af_alg_iv`: this struct has unsafe trait implementations that will be removed in the future [INFO] [stdout] --> src/sys/socket/mod.rs:918:32 [INFO] [stdout] | [INFO] [stdout] 918 | mem::size_of::() + iv.len() [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `libc::af_alg_iv::ivlen`: this struct has unsafe trait implementations that will be removed in the future [INFO] [stdout] --> src/sys/socket/mod.rs:851:21 [INFO] [stdout] | [INFO] [stdout] 851 | ivlen: iv.len() as u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated field `libc::af_alg_iv::iv`: this struct has unsafe trait implementations that will be removed in the future [INFO] [stdout] --> src/sys/socket/mod.rs:852:21 [INFO] [stdout] | [INFO] [stdout] 852 | iv: [0u8; 0], [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling caps v0.3.4 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling nix v0.19.0 (/opt/rustwide/workdir) [INFO] [stdout] error: use of deprecated struct `libc::af_alg_iv`: this struct has unsafe trait implementations that will be removed in the future [INFO] [stdout] --> src/sys/socket/mod.rs:850:33 [INFO] [stdout] | [INFO] [stdout] 850 | let af_alg_iv = libc::af_alg_iv { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:11:24 [INFO] [stdout] | [INFO] [stdout] 11 | #![cfg_attr(test, deny(warnings))] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[deny(deprecated)]` implied by `#[deny(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated struct `libc::af_alg_iv`: this struct has unsafe trait implementations that will be removed in the future [INFO] [stdout] --> src/sys/socket/mod.rs:855:43 [INFO] [stdout] | [INFO] [stdout] 855 | let size = mem::size_of::(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated struct `libc::af_alg_iv`: this struct has unsafe trait implementations that will be removed in the future [INFO] [stdout] --> src/sys/socket/mod.rs:918:32 [INFO] [stdout] | [INFO] [stdout] 918 | mem::size_of::() + iv.len() [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `libc::af_alg_iv::ivlen`: this struct has unsafe trait implementations that will be removed in the future [INFO] [stdout] --> src/sys/socket/mod.rs:851:21 [INFO] [stdout] | [INFO] [stdout] 851 | ivlen: iv.len() as u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of deprecated field `libc::af_alg_iv::iv`: this struct has unsafe trait implementations that will be removed in the future [INFO] [stdout] --> src/sys/socket/mod.rs:852:21 [INFO] [stdout] | [INFO] [stdout] 852 | iv: [0u8; 0], [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `nix` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "ae97e9acb3f83669f390b84049355592f41aa2d842184c6ccf7972b669f29c36", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ae97e9acb3f83669f390b84049355592f41aa2d842184c6ccf7972b669f29c36", kill_on_drop: false }` [INFO] [stdout] ae97e9acb3f83669f390b84049355592f41aa2d842184c6ccf7972b669f29c36