[INFO] fetching crate extrasafe-multiarch 0.4.0... [INFO] testing extrasafe-multiarch-0.4.0 against try#16fbf98f22730e073c09e7b03f0eafb87a295545 for pr-145628 [INFO] extracting crate extrasafe-multiarch 0.4.0 into /workspace/builds/worker-1-tc2/source [INFO] started tweaking crates.io crate extrasafe-multiarch 0.4.0 [INFO] finished tweaking crates.io crate extrasafe-multiarch 0.4.0 [INFO] tweaked toml for crates.io crate extrasafe-multiarch 0.4.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate extrasafe-multiarch 0.4.0 on toolchain 16fbf98f22730e073c09e7b03f0eafb87a295545 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+16fbf98f22730e073c09e7b03f0eafb87a295545" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate extrasafe-multiarch 0.4.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+16fbf98f22730e073c09e7b03f0eafb87a295545" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded syscalls v0.6.18 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+16fbf98f22730e073c09e7b03f0eafb87a295545" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d931a1a15a91818f96a05307323e6c507ffe04f962df4c35a8c58b8feb96bcd6 [INFO] running `Command { std: "docker" "start" "-a" "d931a1a15a91818f96a05307323e6c507ffe04f962df4c35a8c58b8feb96bcd6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d931a1a15a91818f96a05307323e6c507ffe04f962df4c35a8c58b8feb96bcd6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d931a1a15a91818f96a05307323e6c507ffe04f962df4c35a8c58b8feb96bcd6", kill_on_drop: false }` [INFO] [stdout] d931a1a15a91818f96a05307323e6c507ffe04f962df4c35a8c58b8feb96bcd6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+16fbf98f22730e073c09e7b03f0eafb87a295545" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dc6097ad6558ac393be33f56a3428b1e5016eded35c9ae9b2cce5050288f455a [INFO] running `Command { std: "docker" "start" "-a" "dc6097ad6558ac393be33f56a3428b1e5016eded35c9ae9b2cce5050288f455a", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Compiling syscalls v0.6.18 [INFO] [stderr] Compiling extrasafe-multiarch v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `__aarch64` [INFO] [stdout] --> build.rs:3:13 [INFO] [stdout] | [INFO] [stdout] 3 | if cfg!(feature = "__aarch64") || cfg!(target_arch = "aarch64") { [INFO] [stdout] | ^^^^^^^^^^----------- [INFO] [stdout] | | [INFO] [stdout] | help: there is a expected value with a similar name: `"aarch64"` [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `aarch64`, `landlock`, `riscv64`, and `x86_64` [INFO] [stdout] = help: consider adding `__aarch64` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `__riscv64` [INFO] [stdout] --> build.rs:5:20 [INFO] [stdout] | [INFO] [stdout] 5 | } else if cfg!(feature = "__riscv64") || cfg!(target_arch = "riscv64") { [INFO] [stdout] | ^^^^^^^^^^----------- [INFO] [stdout] | | [INFO] [stdout] | help: there is a expected value with a similar name: `"riscv64"` [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `aarch64`, `landlock`, `riscv64`, and `x86_64` [INFO] [stdout] = help: consider adding `__riscv64` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `__x86_64` [INFO] [stdout] --> build.rs:7:20 [INFO] [stdout] | [INFO] [stdout] 7 | } else if cfg!(feature = "__x86_64") || cfg!(target_arch = "x86_64") { [INFO] [stdout] | ^^^^^^^^^^---------- [INFO] [stdout] | | [INFO] [stdout] | help: there is a expected value with a similar name: `"x86_64"` [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `aarch64`, `landlock`, `riscv64`, and `x86_64` [INFO] [stdout] = help: consider adding `__x86_64` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling seccompiler v0.4.0 [INFO] [stdout] warning: unexpected `cfg` condition value: `__aarch64` [INFO] [stdout] --> src/syscalls.rs:4:31 [INFO] [stdout] | [INFO] [stdout] 4 | #[cfg(all(feature = "x86_64", feature = "__aarch64"))] [INFO] [stdout] | ^^^^^^^^^^----------- [INFO] [stdout] | | [INFO] [stdout] | help: there is a expected value with a similar name: `"aarch64"` [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `aarch64`, `landlock`, `riscv64`, and `x86_64` [INFO] [stdout] = help: consider adding `__aarch64` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `__riscv64` [INFO] [stdout] --> src/syscalls.rs:6:31 [INFO] [stdout] | [INFO] [stdout] 6 | #[cfg(all(feature = "x86_64", feature = "__riscv64"))] [INFO] [stdout] | ^^^^^^^^^^----------- [INFO] [stdout] | | [INFO] [stdout] | help: there is a expected value with a similar name: `"riscv64"` [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `aarch64`, `landlock`, `riscv64`, and `x86_64` [INFO] [stdout] = help: consider adding `__riscv64` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `__riscv64` [INFO] [stdout] --> src/syscalls.rs:8:11 [INFO] [stdout] | [INFO] [stdout] 8 | #[cfg(all(feature = "__riscv64", feature = "__aarch64"))] [INFO] [stdout] | ^^^^^^^^^^----------- [INFO] [stdout] | | [INFO] [stdout] | help: there is a expected value with a similar name: `"riscv64"` [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `aarch64`, `landlock`, `riscv64`, and `x86_64` [INFO] [stdout] = help: consider adding `__riscv64` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `__aarch64` [INFO] [stdout] --> src/syscalls.rs:8:34 [INFO] [stdout] | [INFO] [stdout] 8 | #[cfg(all(feature = "__riscv64", feature = "__aarch64"))] [INFO] [stdout] | ^^^^^^^^^^----------- [INFO] [stdout] | | [INFO] [stdout] | help: there is a expected value with a similar name: `"aarch64"` [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `aarch64`, `landlock`, `riscv64`, and `x86_64` [INFO] [stdout] = help: consider adding `__aarch64` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `macros::*` [INFO] [stdout] --> src/lib.rs:38:9 [INFO] [stdout] | [INFO] [stdout] 38 | pub use macros::*; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::collections::HashMap` [INFO] [stdout] --> src/builtins/basic.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use std::collections::HashMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `SeccompRule` [INFO] [stdout] --> src/builtins/basic.rs:6:13 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::{SeccompRule, RuleSet, syscalls::Sysno}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `enabled_arch` [INFO] [stdout] --> src/builtins/basic.rs:45:19 [INFO] [stdout] | [INFO] [stdout] 45 | #[cfg(enabled_arch = "x86_64")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(enabled_arch, values("x86_64"))'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(enabled_arch, values(\"x86_64\"))");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `enabled_arch` [INFO] [stdout] --> src/builtins/systemio.rs:39:11 [INFO] [stdout] | [INFO] [stdout] 39 | #[cfg(enabled_arch = "x86_64")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(enabled_arch, values("x86_64"))'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(enabled_arch, values(\"x86_64\"))");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `enabled_arch` [INFO] [stdout] --> src/builtins/systemio.rs:47:11 [INFO] [stdout] | [INFO] [stdout] 47 | #[cfg(enabled_arch = "x86_64")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(enabled_arch, values("x86_64"))'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(enabled_arch, values(\"x86_64\"))");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `enabled_arch` [INFO] [stdout] --> src/builtins/systemio.rs:50:11 [INFO] [stdout] | [INFO] [stdout] 50 | #[cfg(enabled_arch = "x86_64")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(enabled_arch, values("x86_64"))'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(enabled_arch, values(\"x86_64\"))");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `enabled_arch` [INFO] [stdout] --> src/builtins/systemio.rs:52:15 [INFO] [stdout] | [INFO] [stdout] 52 | #[cfg(any(enabled_arch = "aarch64", enabled_arch = "riscv64"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(enabled_arch, values("aarch64"))'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(enabled_arch, values(\"aarch64\"))");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `enabled_arch` [INFO] [stdout] --> src/builtins/systemio.rs:52:41 [INFO] [stdout] | [INFO] [stdout] 52 | #[cfg(any(enabled_arch = "aarch64", enabled_arch = "riscv64"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(enabled_arch, values("riscv64"))'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(enabled_arch, values(\"riscv64\"))");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `enabled_arch` [INFO] [stdout] --> src/builtins/systemio.rs:54:11 [INFO] [stdout] | [INFO] [stdout] 54 | #[cfg(enabled_arch = "x86_64")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(enabled_arch, values("x86_64"))'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(enabled_arch, values(\"x86_64\"))");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `enabled_arch` [INFO] [stdout] --> src/builtins/systemio.rs:57:11 [INFO] [stdout] | [INFO] [stdout] 57 | #[cfg(enabled_arch = "x86_64")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(enabled_arch, values("x86_64"))'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(enabled_arch, values(\"x86_64\"))");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `enabled_arch` [INFO] [stdout] --> src/builtins/systemio.rs:64:11 [INFO] [stdout] | [INFO] [stdout] 64 | #[cfg(enabled_arch = "x86_64")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(enabled_arch, values("x86_64"))'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(enabled_arch, values(\"x86_64\"))");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `enabled_arch` [INFO] [stdout] --> src/builtins/systemio.rs:164:15 [INFO] [stdout] | [INFO] [stdout] 164 | #[cfg(enabled_arch = "x86_64")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(enabled_arch, values("x86_64"))'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(enabled_arch, values(\"x86_64\"))");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `enabled_arch` [INFO] [stdout] --> src/builtins/network.rs:14:11 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg(enabled_arch = "x86_64")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(enabled_arch, values("x86_64"))'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(enabled_arch, values(\"x86_64\"))");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `enabled_arch` [INFO] [stdout] --> src/builtins/network.rs:17:11 [INFO] [stdout] | [INFO] [stdout] 17 | #[cfg(enabled_arch = "x86_64")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(enabled_arch, values("x86_64"))'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(enabled_arch, values(\"x86_64\"))");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `enabled_arch` [INFO] [stdout] --> src/builtins/network.rs:20:11 [INFO] [stdout] | [INFO] [stdout] 20 | #[cfg(enabled_arch = "x86_64")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(enabled_arch, values("x86_64"))'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(enabled_arch, values(\"x86_64\"))");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `enabled_arch` [INFO] [stdout] --> src/builtins/network.rs:23:11 [INFO] [stdout] | [INFO] [stdout] 23 | #[cfg(enabled_arch = "x86_64")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(enabled_arch, values("x86_64"))'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(enabled_arch, values(\"x86_64\"))");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `enabled_arch` [INFO] [stdout] --> src/builtins/network.rs:27:11 [INFO] [stdout] | [INFO] [stdout] 27 | #[cfg(enabled_arch = "x86_64")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(enabled_arch, values("x86_64"))'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(enabled_arch, values(\"x86_64\"))");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `HashMap` [INFO] [stdout] --> src/builtins/time.rs:4:24 [INFO] [stdout] | [INFO] [stdout] 4 | use std::collections::{HashMap, HashSet}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `SeccompRule` [INFO] [stdout] --> src/builtins/time.rs:8:13 [INFO] [stdout] | [INFO] [stdout] 8 | use crate::{SeccompRule, RuleSet}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `enabled_arch` [INFO] [stdout] --> src/builtins/danger_zone.rs:94:19 [INFO] [stdout] | [INFO] [stdout] 94 | #[cfg(enabled_arch = "x86_64")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(enabled_arch, values("x86_64"))'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(enabled_arch, values(\"x86_64\"))");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `enabled_arch` [INFO] [stdout] --> src/builtins/danger_zone.rs:96:19 [INFO] [stdout] | [INFO] [stdout] 96 | #[cfg(enabled_arch = "x86_64")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(enabled_arch, values("x86_64"))'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(enabled_arch, values(\"x86_64\"))");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `enabled_arch` [INFO] [stdout] --> src/builtins/danger_zone.rs:107:23 [INFO] [stdout] | [INFO] [stdout] 107 | #[cfg(enabled_arch = "x86_64")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(enabled_arch, values("x86_64"))'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(enabled_arch, values(\"x86_64\"))");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::collections::HashMap` [INFO] [stdout] --> src/builtins/pipes.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::collections::HashMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `SeccompRule` [INFO] [stdout] --> src/builtins/pipes.rs:4:13 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::{SeccompRule, RuleSet, syscalls::Sysno}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `enabled_arch` [INFO] [stdout] --> src/builtins/pipes.rs:12:19 [INFO] [stdout] | [INFO] [stdout] 12 | #[cfg(enabled_arch = "x86_64")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(enabled_arch, values("x86_64"))'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(enabled_arch, values(\"x86_64\"))");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s [INFO] running `Command { std: "docker" "inspect" "dc6097ad6558ac393be33f56a3428b1e5016eded35c9ae9b2cce5050288f455a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dc6097ad6558ac393be33f56a3428b1e5016eded35c9ae9b2cce5050288f455a", kill_on_drop: false }` [INFO] [stdout] dc6097ad6558ac393be33f56a3428b1e5016eded35c9ae9b2cce5050288f455a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+16fbf98f22730e073c09e7b03f0eafb87a295545" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cf60e570b0410b44a5e94fe4be89c3a9877fb441f12cd42dfde4bd2301fbec46 [INFO] running `Command { std: "docker" "start" "-a" "cf60e570b0410b44a5e94fe4be89c3a9877fb441f12cd42dfde4bd2301fbec46", kill_on_drop: false }` [INFO] [stderr] error: failed to download `encoding_rs v0.8.33` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] unable to get packages from source [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to unpack package `encoding_rs v0.8.33` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to create directory `/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.33` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] Read-only file system (os error 30) [INFO] running `Command { std: "docker" "inspect" "cf60e570b0410b44a5e94fe4be89c3a9877fb441f12cd42dfde4bd2301fbec46", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cf60e570b0410b44a5e94fe4be89c3a9877fb441f12cd42dfde4bd2301fbec46", kill_on_drop: false }` [INFO] [stdout] cf60e570b0410b44a5e94fe4be89c3a9877fb441f12cd42dfde4bd2301fbec46