[INFO] fetching crate target-lexicon 0.13.3... [INFO] testing target-lexicon-0.13.3 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145330-1 [INFO] extracting crate target-lexicon 0.13.3 into /workspace/builds/worker-7-tc1/source [INFO] started tweaking crates.io crate target-lexicon 0.13.3 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate target-lexicon 0.13.3 [INFO] tweaked toml for crates.io crate target-lexicon 0.13.3 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate target-lexicon 0.13.3 on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate target-lexicon 0.13.3 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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c04ea516e0ee2f7901d7f6722dd1c7271ad521387d33e9cba48c4fce4f4121d0 [INFO] running `Command { std: "docker" "start" "-a" "c04ea516e0ee2f7901d7f6722dd1c7271ad521387d33e9cba48c4fce4f4121d0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c04ea516e0ee2f7901d7f6722dd1c7271ad521387d33e9cba48c4fce4f4121d0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c04ea516e0ee2f7901d7f6722dd1c7271ad521387d33e9cba48c4fce4f4121d0", kill_on_drop: false }` [INFO] [stdout] c04ea516e0ee2f7901d7f6722dd1c7271ad521387d33e9cba48c4fce4f4121d0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5b22ea7beafff019b4ddeba8ef3c11a81409963facb6df53006bbad6c2487904 [INFO] running `Command { std: "docker" "start" "-a" "5b22ea7beafff019b4ddeba8ef3c11a81409963facb6df53006bbad6c2487904", kill_on_drop: false }` [INFO] [stderr] Compiling target-lexicon v0.13.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `rust_1_40` [INFO] [stdout] --> src/data_model.rs:43:12 [INFO] [stdout] | [INFO] [stdout] 43 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/triple.rs:55:12 [INFO] [stdout] | [INFO] [stdout] 55 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/targets.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/targets.rs:63:12 [INFO] [stdout] | [INFO] [stdout] 63 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/targets.rs:113:12 [INFO] [stdout] | [INFO] [stdout] 113 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/targets.rs:392:12 [INFO] [stdout] | [INFO] [stdout] 392 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/targets.rs:413:12 [INFO] [stdout] | [INFO] [stdout] 413 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/targets.rs:446:12 [INFO] [stdout] | [INFO] [stdout] 446 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/targets.rs:471:12 [INFO] [stdout] | [INFO] [stdout] 471 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/targets.rs:494:12 [INFO] [stdout] | [INFO] [stdout] 494 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/targets.rs:519:12 [INFO] [stdout] | [INFO] [stdout] 519 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/targets.rs:615:12 [INFO] [stdout] | [INFO] [stdout] 615 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/targets.rs:690:12 [INFO] [stdout] | [INFO] [stdout] 690 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/targets.rs:836:12 [INFO] [stdout] | [INFO] [stdout] 836 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/targets.rs:924:12 [INFO] [stdout] | [INFO] [stdout] 924 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `cargo-clippy` [INFO] [stdout] --> src/lib.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | feature = "cargo-clippy", [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `cargo-clippy` 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: `rust_1_40` [INFO] [stdout] --> src/data_model.rs:43:12 [INFO] [stdout] | [INFO] [stdout] 43 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/targets.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/targets.rs:63:12 [INFO] [stdout] | [INFO] [stdout] 63 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/targets.rs:113:12 [INFO] [stdout] | [INFO] [stdout] 113 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/targets.rs:392:12 [INFO] [stdout] | [INFO] [stdout] 392 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/targets.rs:413:12 [INFO] [stdout] | [INFO] [stdout] 413 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/targets.rs:446:12 [INFO] [stdout] | [INFO] [stdout] 446 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/targets.rs:471:12 [INFO] [stdout] | [INFO] [stdout] 471 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/targets.rs:494:12 [INFO] [stdout] | [INFO] [stdout] 494 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/targets.rs:519:12 [INFO] [stdout] | [INFO] [stdout] 519 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/targets.rs:615:12 [INFO] [stdout] | [INFO] [stdout] 615 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/targets.rs:690:12 [INFO] [stdout] | [INFO] [stdout] 690 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/targets.rs:836:12 [INFO] [stdout] | [INFO] [stdout] 836 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/targets.rs:924:12 [INFO] [stdout] | [INFO] [stdout] 924 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/triple.rs:55:12 [INFO] [stdout] | [INFO] [stdout] 55 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` as a feature in `Cargo.toml` [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.08s [INFO] running `Command { std: "docker" "inspect" "5b22ea7beafff019b4ddeba8ef3c11a81409963facb6df53006bbad6c2487904", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5b22ea7beafff019b4ddeba8ef3c11a81409963facb6df53006bbad6c2487904", kill_on_drop: false }` [INFO] [stdout] 5b22ea7beafff019b4ddeba8ef3c11a81409963facb6df53006bbad6c2487904 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 629ec13f2de2839af926388da89bd151b4a1c3c7ae41d02fdd26806b4d585367 [INFO] running `Command { std: "docker" "start" "-a" "629ec13f2de2839af926388da89bd151b4a1c3c7ae41d02fdd26806b4d585367", kill_on_drop: false }` [INFO] [stdout] warning: unexpected `cfg` condition value: `rust_1_40` [INFO] [stdout] --> src/data_model.rs:43:12 [INFO] [stdout] | [INFO] [stdout] 43 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/triple.rs:55:12 [INFO] [stdout] | [INFO] [stdout] 55 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/targets.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/targets.rs:63:12 [INFO] [stdout] | [INFO] [stdout] 63 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/targets.rs:113:12 [INFO] [stdout] | [INFO] [stdout] 113 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/targets.rs:392:12 [INFO] [stdout] | [INFO] [stdout] 392 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/targets.rs:413:12 [INFO] [stdout] | [INFO] [stdout] 413 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/targets.rs:446:12 [INFO] [stdout] | [INFO] [stdout] 446 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/targets.rs:471:12 [INFO] [stdout] | [INFO] [stdout] 471 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/targets.rs:494:12 [INFO] [stdout] | [INFO] [stdout] 494 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/targets.rs:519:12 [INFO] [stdout] | [INFO] [stdout] 519 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/targets.rs:615:12 [INFO] [stdout] | [INFO] [stdout] 615 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/targets.rs:690:12 [INFO] [stdout] | [INFO] [stdout] 690 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/targets.rs:836:12 [INFO] [stdout] | [INFO] [stdout] 836 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling serde_json v1.0.143 [INFO] [stdout] warning: unexpected `cfg` condition value: `rust_1_40` [INFO] [stdout] --> src/targets.rs:924:12 [INFO] [stdout] | [INFO] [stdout] 924 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling memchr v2.7.5 [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/lib.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | feature = "cargo-clippy", [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `cargo-clippy` 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: `rust_1_40` [INFO] [stdout] --> src/data_model.rs:43:12 [INFO] [stdout] | [INFO] [stdout] 43 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/targets.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/targets.rs:63:12 [INFO] [stdout] | [INFO] [stdout] 63 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/targets.rs:113:12 [INFO] [stdout] | [INFO] [stdout] 113 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/targets.rs:392:12 [INFO] [stdout] | [INFO] [stdout] 392 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/targets.rs:413:12 [INFO] [stdout] | [INFO] [stdout] 413 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/targets.rs:446:12 [INFO] [stdout] | [INFO] [stdout] 446 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/targets.rs:471:12 [INFO] [stdout] | [INFO] [stdout] 471 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/targets.rs:494:12 [INFO] [stdout] | [INFO] [stdout] 494 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/targets.rs:519:12 [INFO] [stdout] | [INFO] [stdout] 519 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/targets.rs:615:12 [INFO] [stdout] | [INFO] [stdout] 615 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/targets.rs:690:12 [INFO] [stdout] | [INFO] [stdout] 690 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/targets.rs:836:12 [INFO] [stdout] | [INFO] [stdout] 836 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/targets.rs:924:12 [INFO] [stdout] | [INFO] [stdout] 924 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/triple.rs:55:12 [INFO] [stdout] | [INFO] [stdout] 55 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling target-lexicon v0.13.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/lib.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | feature = "cargo-clippy", [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `cargo-clippy` 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: `rust_1_40` [INFO] [stdout] --> src/data_model.rs:43:12 [INFO] [stdout] | [INFO] [stdout] 43 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/targets.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 14 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/targets.rs:63:12 [INFO] [stdout] | [INFO] [stdout] 63 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/targets.rs:113:12 [INFO] [stdout] | [INFO] [stdout] 113 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/targets.rs:392:12 [INFO] [stdout] | [INFO] [stdout] 392 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/targets.rs:413:12 [INFO] [stdout] | [INFO] [stdout] 413 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/targets.rs:446:12 [INFO] [stdout] | [INFO] [stdout] 446 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/targets.rs:471:12 [INFO] [stdout] | [INFO] [stdout] 471 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/targets.rs:494:12 [INFO] [stdout] | [INFO] [stdout] 494 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/targets.rs:519:12 [INFO] [stdout] | [INFO] [stdout] 519 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/targets.rs:615:12 [INFO] [stdout] | [INFO] [stdout] 615 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/targets.rs:690:12 [INFO] [stdout] | [INFO] [stdout] 690 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/targets.rs:836:12 [INFO] [stdout] | [INFO] [stdout] 836 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/targets.rs:924:12 [INFO] [stdout] | [INFO] [stdout] 924 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` 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: `rust_1_40` [INFO] [stdout] --> src/triple.rs:55:12 [INFO] [stdout] | [INFO] [stdout] 55 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] = help: consider adding `rust_1_40` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 3.34s [INFO] running `Command { std: "docker" "inspect" "629ec13f2de2839af926388da89bd151b4a1c3c7ae41d02fdd26806b4d585367", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "629ec13f2de2839af926388da89bd151b4a1c3c7ae41d02fdd26806b4d585367", kill_on_drop: false }` [INFO] [stdout] 629ec13f2de2839af926388da89bd151b4a1c3c7ae41d02fdd26806b4d585367 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 1a1f7c2b9f73cea4a93bfcec679e0d832877e48b67553600511e73de8b0e30cf [INFO] running `Command { std: "docker" "start" "-a" "1a1f7c2b9f73cea4a93bfcec679e0d832877e48b67553600511e73de8b0e30cf", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition value: `rust_1_40` [INFO] [stderr] --> src/data_model.rs:43:12 [INFO] [stderr] | [INFO] [stderr] 43 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stderr] = help: consider adding `rust_1_40` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `rust_1_40` [INFO] [stderr] --> src/triple.rs:55:12 [INFO] [stderr] | [INFO] [stderr] 55 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stderr] = help: consider adding `rust_1_40` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `rust_1_40` [INFO] [stderr] --> src/targets.rs:14:12 [INFO] [stderr] | [INFO] [stderr] 14 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stderr] = help: consider adding `rust_1_40` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `rust_1_40` [INFO] [stderr] --> src/targets.rs:63:12 [INFO] [stderr] | [INFO] [stderr] 63 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stderr] = help: consider adding `rust_1_40` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `rust_1_40` [INFO] [stderr] --> src/targets.rs:113:12 [INFO] [stderr] | [INFO] [stderr] 113 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stderr] = help: consider adding `rust_1_40` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `rust_1_40` [INFO] [stderr] --> src/targets.rs:392:12 [INFO] [stderr] | [INFO] [stderr] 392 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stderr] = help: consider adding `rust_1_40` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `rust_1_40` [INFO] [stderr] --> src/targets.rs:413:12 [INFO] [stderr] | [INFO] [stderr] 413 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stderr] = help: consider adding `rust_1_40` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `rust_1_40` [INFO] [stderr] --> src/targets.rs:446:12 [INFO] [stderr] | [INFO] [stderr] 446 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stderr] = help: consider adding `rust_1_40` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `rust_1_40` [INFO] [stderr] --> src/targets.rs:471:12 [INFO] [stderr] | [INFO] [stderr] 471 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stderr] = help: consider adding `rust_1_40` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `rust_1_40` [INFO] [stderr] --> src/targets.rs:494:12 [INFO] [stderr] | [INFO] [stderr] 494 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stderr] = help: consider adding `rust_1_40` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `rust_1_40` [INFO] [stderr] --> src/targets.rs:519:12 [INFO] [stderr] | [INFO] [stderr] 519 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stderr] = help: consider adding `rust_1_40` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `rust_1_40` [INFO] [stderr] --> src/targets.rs:615:12 [INFO] [stderr] | [INFO] [stderr] 615 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stderr] = help: consider adding `rust_1_40` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `rust_1_40` [INFO] [stderr] --> src/targets.rs:690:12 [INFO] [stderr] | [INFO] [stderr] 690 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stderr] = help: consider adding `rust_1_40` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `rust_1_40` [INFO] [stderr] --> src/targets.rs:836:12 [INFO] [stderr] | [INFO] [stderr] 836 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stderr] = help: consider adding `rust_1_40` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `rust_1_40` [INFO] [stderr] --> src/targets.rs:924:12 [INFO] [stderr] | [INFO] [stderr] 924 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stderr] = help: consider adding `rust_1_40` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: `target-lexicon` (build script) generated 15 warnings [INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stderr] --> src/lib.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | feature = "cargo-clippy", [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stderr] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `rust_1_40` [INFO] [stderr] --> src/data_model.rs:43:12 [INFO] [stderr] | [INFO] [stderr] 43 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stderr] = help: consider adding `rust_1_40` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: `target-lexicon` (lib) generated 16 warnings (14 duplicates) [INFO] [stderr] warning: `target-lexicon` (lib test) generated 16 warnings (16 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/target_lexicon-2e4e4ca3834d8c7c) [INFO] [stdout] [INFO] [stdout] running 14 tests [INFO] [stdout] test host::tests::host_object ... ok [INFO] [stdout] test host::tests::test_linux ... ok [INFO] [stdout] test host::tests::test_ptr64 ... ok [INFO] [stdout] test targets::tests::default_format_to_elf ... ok [INFO] [stdout] test targets::tests::fuchsia_rename ... ok [INFO] [stdout] test targets::tests::custom_vendors ... ok [INFO] [stdout] test targets::tests::thumbv7em_none_eabihf ... ok [INFO] [stdout] test targets::tests::roundtrip_known_triples ... ok [INFO] [stdout] test targets::tests::deployment_version_parsing ... ok [INFO] [stdout] test triple::tests::defaults ... ok [INFO] [stdout] test triple::tests::p32_abi ... ok [INFO] [stdout] test triple::tests::unknown_properties ... ok [INFO] [stdout] test triple::tests::parse_errors ... ok [INFO] [stderr] Doc-tests target_lexicon [INFO] [stdout] test triple::tests::apple_calling_convention ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "1a1f7c2b9f73cea4a93bfcec679e0d832877e48b67553600511e73de8b0e30cf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1a1f7c2b9f73cea4a93bfcec679e0d832877e48b67553600511e73de8b0e30cf", kill_on_drop: false }` [INFO] [stdout] 1a1f7c2b9f73cea4a93bfcec679e0d832877e48b67553600511e73de8b0e30cf