[INFO] fetching crate target-lexicon 0.13.2... [INFO] testing target-lexicon-0.13.2 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate target-lexicon 0.13.2 into /workspace/builds/worker-3-tc1/source [INFO] started tweaking crates.io crate target-lexicon 0.13.2 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate target-lexicon 0.13.2 [INFO] tweaked toml for crates.io crate target-lexicon 0.13.2 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate target-lexicon 0.13.2 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate target-lexicon 0.13.2 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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 293c27a5ff30a836cab0f0408498da341ca2eee5823779c74c5e7e978c9fd8bb [INFO] running `Command { std: "docker" "start" "-a" "293c27a5ff30a836cab0f0408498da341ca2eee5823779c74c5e7e978c9fd8bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "293c27a5ff30a836cab0f0408498da341ca2eee5823779c74c5e7e978c9fd8bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "293c27a5ff30a836cab0f0408498da341ca2eee5823779c74c5e7e978c9fd8bb", kill_on_drop: false }` [INFO] [stdout] 293c27a5ff30a836cab0f0408498da341ca2eee5823779c74c5e7e978c9fd8bb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9e8f95f0c4eb797a0300ccda9823c159296d872f875fb66e044e27c7aafc37de [INFO] running `Command { std: "docker" "start" "-a" "9e8f95f0c4eb797a0300ccda9823c159296d872f875fb66e044e27c7aafc37de", kill_on_drop: false }` [INFO] [stderr] Compiling target-lexicon v0.13.2 (/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_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_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_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:61:12 [INFO] [stdout] | [INFO] [stdout] 61 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `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:111:12 [INFO] [stdout] | [INFO] [stdout] 111 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `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:390:12 [INFO] [stdout] | [INFO] [stdout] 390 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `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:411:12 [INFO] [stdout] | [INFO] [stdout] 411 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `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:444:12 [INFO] [stdout] | [INFO] [stdout] 444 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `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:467:12 [INFO] [stdout] | [INFO] [stdout] 467 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `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:490:12 [INFO] [stdout] | [INFO] [stdout] 490 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `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:515:12 [INFO] [stdout] | [INFO] [stdout] 515 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `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:574:12 [INFO] [stdout] | [INFO] [stdout] 574 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `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:649:12 [INFO] [stdout] | [INFO] [stdout] 649 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `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:793:12 [INFO] [stdout] | [INFO] [stdout] 793 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `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:881:12 [INFO] [stdout] | [INFO] [stdout] 881 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `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_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_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_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:61:12 [INFO] [stdout] | [INFO] [stdout] 61 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `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:111:12 [INFO] [stdout] | [INFO] [stdout] 111 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `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:390:12 [INFO] [stdout] | [INFO] [stdout] 390 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `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:411:12 [INFO] [stdout] | [INFO] [stdout] 411 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `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:444:12 [INFO] [stdout] | [INFO] [stdout] 444 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `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:467:12 [INFO] [stdout] | [INFO] [stdout] 467 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `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:490:12 [INFO] [stdout] | [INFO] [stdout] 490 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `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:515:12 [INFO] [stdout] | [INFO] [stdout] 515 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `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:574:12 [INFO] [stdout] | [INFO] [stdout] 574 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `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:649:12 [INFO] [stdout] | [INFO] [stdout] 649 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `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:793:12 [INFO] [stdout] | [INFO] [stdout] 793 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `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:881:12 [INFO] [stdout] | [INFO] [stdout] 881 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `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_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.12s [INFO] running `Command { std: "docker" "inspect" "9e8f95f0c4eb797a0300ccda9823c159296d872f875fb66e044e27c7aafc37de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9e8f95f0c4eb797a0300ccda9823c159296d872f875fb66e044e27c7aafc37de", kill_on_drop: false }` [INFO] [stdout] 9e8f95f0c4eb797a0300ccda9823c159296d872f875fb66e044e27c7aafc37de [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dc3a2a426f51cf5aa3348bc885a35f451ae394d0b02c5d74789b38ce5f009d2c [INFO] running `Command { std: "docker" "start" "-a" "dc3a2a426f51cf5aa3348bc885a35f451ae394d0b02c5d74789b38ce5f009d2c", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.217 [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_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_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_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:61:12 [INFO] [stdout] | [INFO] [stdout] 61 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `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:111:12 [INFO] [stdout] | [INFO] [stdout] 111 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `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:390:12 [INFO] [stdout] | [INFO] [stdout] 390 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `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:411:12 [INFO] [stdout] | [INFO] [stdout] 411 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `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:444:12 [INFO] [stdout] | [INFO] [stdout] 444 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `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:467:12 [INFO] [stdout] | [INFO] [stdout] 467 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `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.138 [INFO] [stdout] warning: unexpected `cfg` condition value: `rust_1_40` [INFO] [stdout] --> src/targets.rs:490:12 [INFO] [stdout] | [INFO] [stdout] 490 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `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.4 [INFO] [stdout] warning: unexpected `cfg` condition value: `rust_1_40` [INFO] [stdout] --> src/targets.rs:515:12 [INFO] [stdout] | [INFO] [stdout] 515 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `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 ryu v1.0.19 [INFO] [stdout] warning: unexpected `cfg` condition value: `rust_1_40` [INFO] [stdout] --> src/targets.rs:574:12 [INFO] [stdout] | [INFO] [stdout] 574 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `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:649:12 [INFO] [stdout] | [INFO] [stdout] 649 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `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:793:12 [INFO] [stdout] | [INFO] [stdout] 793 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `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:881:12 [INFO] [stdout] | [INFO] [stdout] 881 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `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_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_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_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:61:12 [INFO] [stdout] | [INFO] [stdout] 61 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `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:111:12 [INFO] [stdout] | [INFO] [stdout] 111 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `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:390:12 [INFO] [stdout] | [INFO] [stdout] 390 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `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:411:12 [INFO] [stdout] | [INFO] [stdout] 411 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `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:444:12 [INFO] [stdout] | [INFO] [stdout] 444 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `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:467:12 [INFO] [stdout] | [INFO] [stdout] 467 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `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:490:12 [INFO] [stdout] | [INFO] [stdout] 490 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `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:515:12 [INFO] [stdout] | [INFO] [stdout] 515 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `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:574:12 [INFO] [stdout] | [INFO] [stdout] 574 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `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:649:12 [INFO] [stdout] | [INFO] [stdout] 649 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `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:793:12 [INFO] [stdout] | [INFO] [stdout] 793 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `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:881:12 [INFO] [stdout] | [INFO] [stdout] 881 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `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_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.2 (/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_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_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_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:61:12 [INFO] [stdout] | [INFO] [stdout] 61 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `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:111:12 [INFO] [stdout] | [INFO] [stdout] 111 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `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:390:12 [INFO] [stdout] | [INFO] [stdout] 390 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `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:411:12 [INFO] [stdout] | [INFO] [stdout] 411 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `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:444:12 [INFO] [stdout] | [INFO] [stdout] 444 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `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:467:12 [INFO] [stdout] | [INFO] [stdout] 467 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `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:490:12 [INFO] [stdout] | [INFO] [stdout] 490 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `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:515:12 [INFO] [stdout] | [INFO] [stdout] 515 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `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:574:12 [INFO] [stdout] | [INFO] [stdout] 574 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `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:649:12 [INFO] [stdout] | [INFO] [stdout] 649 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `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:793:12 [INFO] [stdout] | [INFO] [stdout] 793 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `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:881:12 [INFO] [stdout] | [INFO] [stdout] 881 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `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_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.76s [INFO] running `Command { std: "docker" "inspect" "dc3a2a426f51cf5aa3348bc885a35f451ae394d0b02c5d74789b38ce5f009d2c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dc3a2a426f51cf5aa3348bc885a35f451ae394d0b02c5d74789b38ce5f009d2c", kill_on_drop: false }` [INFO] [stdout] dc3a2a426f51cf5aa3348bc885a35f451ae394d0b02c5d74789b38ce5f009d2c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 511ee15c0ac32d9f4c81c7c25cccdc785051c195b11c89e52466676ac807636a [INFO] running `Command { std: "docker" "start" "-a" "511ee15c0ac32d9f4c81c7c25cccdc785051c195b11c89e52466676ac807636a", 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_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_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_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:61:12 [INFO] [stderr] | [INFO] [stderr] 61 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `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:111:12 [INFO] [stderr] | [INFO] [stderr] 111 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `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:390:12 [INFO] [stderr] | [INFO] [stderr] 390 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `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:411:12 [INFO] [stderr] | [INFO] [stderr] 411 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `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:444:12 [INFO] [stderr] | [INFO] [stderr] 444 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `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:467:12 [INFO] [stderr] | [INFO] [stderr] 467 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `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:490:12 [INFO] [stderr] | [INFO] [stderr] 490 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `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:515:12 [INFO] [stderr] | [INFO] [stderr] 515 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `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:574:12 [INFO] [stderr] | [INFO] [stderr] 574 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `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:649:12 [INFO] [stderr] | [INFO] [stderr] 649 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `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:793:12 [INFO] [stderr] | [INFO] [stderr] 793 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `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:881:12 [INFO] [stderr] | [INFO] [stderr] 881 | #[cfg_attr(feature = "rust_1_40", non_exhaustive)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `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_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_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.36s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/target_lexicon-d5d866245901e3c9) [INFO] [stdout] [INFO] [stdout] running 14 tests [INFO] [stdout] test host::tests::test_linux ... ok [INFO] [stdout] test host::tests::test_ptr64 ... ok [INFO] [stdout] test host::tests::host_object ... ok [INFO] [stdout] test targets::tests::custom_vendors ... ok [INFO] [stdout] test targets::tests::deployment_version_parsing ... ok [INFO] [stdout] test targets::tests::fuchsia_rename ... ok [INFO] [stdout] test triple::tests::apple_calling_convention ... ok [INFO] [stdout] test triple::tests::defaults ... ok [INFO] [stdout] test triple::tests::p32_abi ... ok [INFO] [stdout] test targets::tests::thumbv7em_none_eabihf ... ok [INFO] [stdout] test targets::tests::roundtrip_known_triples ... ok [INFO] [stdout] test triple::tests::unknown_properties ... ok [INFO] [stdout] test triple::tests::parse_errors ... ok [INFO] [stdout] test targets::tests::default_format_to_elf ... 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] [stderr] Doc-tests target_lexicon [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" "511ee15c0ac32d9f4c81c7c25cccdc785051c195b11c89e52466676ac807636a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "511ee15c0ac32d9f4c81c7c25cccdc785051c195b11c89e52466676ac807636a", kill_on_drop: false }` [INFO] [stdout] 511ee15c0ac32d9f4c81c7c25cccdc785051c195b11c89e52466676ac807636a