[INFO] fetching crate target-lexicon 0.13.3... [INFO] testing target-lexicon-0.13.3 against try#2440211fe03bc45c89b6dc1a3df18382ce91e32b for pr-146098-1 [INFO] extracting crate target-lexicon 0.13.3 into /workspace/builds/worker-2-tc2/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-2-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate target-lexicon 0.13.3 on toolchain 2440211fe03bc45c89b6dc1a3df18382ce91e32b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b9e4bcfdb74f40b22c0dadd046b583557a68a2f82514bd3db2d2376487208669 [INFO] running `Command { std: "docker" "start" "-a" "b9e4bcfdb74f40b22c0dadd046b583557a68a2f82514bd3db2d2376487208669", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b9e4bcfdb74f40b22c0dadd046b583557a68a2f82514bd3db2d2376487208669", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b9e4bcfdb74f40b22c0dadd046b583557a68a2f82514bd3db2d2376487208669", kill_on_drop: false }` [INFO] [stdout] b9e4bcfdb74f40b22c0dadd046b583557a68a2f82514bd3db2d2376487208669 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 072865bcc414eab6ed213a42ca7b4cccd85a26a5b844ee357413811b3b179216 [INFO] running `Command { std: "docker" "start" "-a" "072865bcc414eab6ed213a42ca7b4cccd85a26a5b844ee357413811b3b179216", 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.04s [INFO] running `Command { std: "docker" "inspect" "072865bcc414eab6ed213a42ca7b4cccd85a26a5b844ee357413811b3b179216", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "072865bcc414eab6ed213a42ca7b4cccd85a26a5b844ee357413811b3b179216", kill_on_drop: false }` [INFO] [stdout] 072865bcc414eab6ed213a42ca7b4cccd85a26a5b844ee357413811b3b179216 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0d5c5fab988624117b76ccca8c1c3f9a73c10b44cf97ee2e7119e0125e8ee4fe [INFO] running `Command { std: "docker" "start" "-a" "0d5c5fab988624117b76ccca8c1c3f9a73c10b44cf97ee2e7119e0125e8ee4fe", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.219 [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 6.48s [INFO] running `Command { std: "docker" "inspect" "0d5c5fab988624117b76ccca8c1c3f9a73c10b44cf97ee2e7119e0125e8ee4fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0d5c5fab988624117b76ccca8c1c3f9a73c10b44cf97ee2e7119e0125e8ee4fe", kill_on_drop: false }` [INFO] [stdout] 0d5c5fab988624117b76ccca8c1c3f9a73c10b44cf97ee2e7119e0125e8ee4fe [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] d2f9736c5a180bc79b71f1fc67d8b9bd6ad9e23794e11b74a2bf42b3f2b6af58 [INFO] running `Command { std: "docker" "start" "-a" "d2f9736c5a180bc79b71f1fc67d8b9bd6ad9e23794e11b74a2bf42b3f2b6af58", 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] [stdout] [INFO] [stderr] = note: expected values for `feature` are: `arch_z80`, `arch_zkasm`, `default`, `serde`, `serde_support`, and `std` [INFO] [stdout] running 14 tests [INFO] [stderr] = help: consider adding `rust_1_40` as a feature in `Cargo.toml` [INFO] [stdout] test host::tests::host_object ... ok [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stdout] test host::tests::test_linux ... ok [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] test targets::tests::default_format_to_elf ... ok [INFO] [stderr] [INFO] [stdout] test targets::tests::deployment_version_parsing ... ok [INFO] [stderr] warning: unexpected `cfg` condition value: `rust_1_40` [INFO] [stdout] test targets::tests::fuchsia_rename ... ok [INFO] [stderr] --> src/triple.rs:55:12 [INFO] [stdout] test targets::tests::thumbv7em_none_eabihf ... ok [INFO] [stderr] | [INFO] [stdout] test triple::tests::apple_calling_convention ... ok [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] [stdout] test triple::tests::defaults ... ok [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stdout] test triple::tests::p32_abi ... ok [INFO] [stderr] [INFO] [stdout] test targets::tests::custom_vendors ... ok [INFO] [stderr] warning: unexpected `cfg` condition value: `rust_1_40` [INFO] [stdout] test triple::tests::unknown_properties ... ok [INFO] [stderr] --> src/targets.rs:519:12 [INFO] [stdout] test targets::tests::roundtrip_known_triples ... ok [INFO] [stderr] | [INFO] [stdout] test triple::tests::parse_errors ... ok [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.07s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/target_lexicon-2e4e4ca3834d8c7c) [INFO] [stdout] test host::tests::test_ptr64 ... ok [INFO] [stderr] Doc-tests target_lexicon [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" "d2f9736c5a180bc79b71f1fc67d8b9bd6ad9e23794e11b74a2bf42b3f2b6af58", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d2f9736c5a180bc79b71f1fc67d8b9bd6ad9e23794e11b74a2bf42b3f2b6af58", kill_on_drop: false }` [INFO] [stdout] d2f9736c5a180bc79b71f1fc67d8b9bd6ad9e23794e11b74a2bf42b3f2b6af58