[INFO] fetching crate tuple_length 0.2.0... [INFO] checking tuple_length-0.2.0 against master#03eb45452305f2d52348279d0caa5fc1f12c438d for pr-138176 [INFO] extracting crate tuple_length 0.2.0 into /workspace/builds/worker-3-tc1/source [INFO] validating manifest of crates.io crate tuple_length 0.2.0 on toolchain 03eb45452305f2d52348279d0caa5fc1f12c438d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+03eb45452305f2d52348279d0caa5fc1f12c438d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate tuple_length 0.2.0 [INFO] finished tweaking crates.io crate tuple_length 0.2.0 [INFO] tweaked toml for crates.io crate tuple_length 0.2.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+03eb45452305f2d52348279d0caa5fc1f12c438d" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 1 package to latest compatible version [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+03eb45452305f2d52348279d0caa5fc1f12c438d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded tuple_macro v0.2.2 [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:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+03eb45452305f2d52348279d0caa5fc1f12c438d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 492cd866e05e7202066599982d7a5d74983242594ddb479653d6127770aadaa4 [INFO] running `Command { std: "docker" "start" "-a" "492cd866e05e7202066599982d7a5d74983242594ddb479653d6127770aadaa4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "492cd866e05e7202066599982d7a5d74983242594ddb479653d6127770aadaa4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "492cd866e05e7202066599982d7a5d74983242594ddb479653d6127770aadaa4", kill_on_drop: false }` [INFO] [stdout] 492cd866e05e7202066599982d7a5d74983242594ddb479653d6127770aadaa4 [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:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+03eb45452305f2d52348279d0caa5fc1f12c438d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1a502b00c2f1ebc3a031b91a2800eec8894603222f172ca2b8437b0b034d8315 [INFO] running `Command { std: "docker" "start" "-a" "1a502b00c2f1ebc3a031b91a2800eec8894603222f172ca2b8437b0b034d8315", kill_on_drop: false }` [INFO] [stderr] Compiling tuple_macro v0.2.2 [INFO] [stderr] Checking tuple_length v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `16` [INFO] [stdout] --> src/lib.rs:57:19 [INFO] [stdout] | [INFO] [stdout] 57 | #[cfg(all(not(feature = "16"), not(feature = "32"), not(feature = "64")))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `tup_len_16`, `tup_len_32`, and `tup_len_64` [INFO] [stdout] = help: consider adding `16` 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: `32` [INFO] [stdout] --> src/lib.rs:57:40 [INFO] [stdout] | [INFO] [stdout] 57 | #[cfg(all(not(feature = "16"), not(feature = "32"), not(feature = "64")))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `tup_len_16`, `tup_len_32`, and `tup_len_64` [INFO] [stdout] = help: consider adding `32` 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: `64` [INFO] [stdout] --> src/lib.rs:57:61 [INFO] [stdout] | [INFO] [stdout] 57 | #[cfg(all(not(feature = "16"), not(feature = "32"), not(feature = "64")))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `tup_len_16`, `tup_len_32`, and `tup_len_64` [INFO] [stdout] = help: consider adding `64` 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: `32` [INFO] [stdout] --> src/lib.rs:63:19 [INFO] [stdout] | [INFO] [stdout] 63 | #[cfg(all(not(feature = "32"), not(feature = "64"), feature = "16"))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `tup_len_16`, `tup_len_32`, and `tup_len_64` [INFO] [stdout] = help: consider adding `32` 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: `64` [INFO] [stdout] --> src/lib.rs:63:40 [INFO] [stdout] | [INFO] [stdout] 63 | #[cfg(all(not(feature = "32"), not(feature = "64"), feature = "16"))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `tup_len_16`, `tup_len_32`, and `tup_len_64` [INFO] [stdout] = help: consider adding `64` 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: `16` [INFO] [stdout] --> src/lib.rs:63:57 [INFO] [stdout] | [INFO] [stdout] 63 | #[cfg(all(not(feature = "32"), not(feature = "64"), feature = "16"))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `tup_len_16`, `tup_len_32`, and `tup_len_64` [INFO] [stdout] = help: consider adding `16` 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: `16` [INFO] [stdout] --> src/lib.rs:76:19 [INFO] [stdout] | [INFO] [stdout] 76 | #[cfg(all(not(feature = "16"), not(feature = "64"), feature = "32"))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `tup_len_16`, `tup_len_32`, and `tup_len_64` [INFO] [stdout] = help: consider adding `16` 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: `64` [INFO] [stdout] --> src/lib.rs:76:40 [INFO] [stdout] | [INFO] [stdout] 76 | #[cfg(all(not(feature = "16"), not(feature = "64"), feature = "32"))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `tup_len_16`, `tup_len_32`, and `tup_len_64` [INFO] [stdout] = help: consider adding `64` 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: `32` [INFO] [stdout] --> src/lib.rs:76:57 [INFO] [stdout] | [INFO] [stdout] 76 | #[cfg(all(not(feature = "16"), not(feature = "64"), feature = "32"))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `tup_len_16`, `tup_len_32`, and `tup_len_64` [INFO] [stdout] = help: consider adding `32` 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: `16` [INFO] [stdout] --> src/lib.rs:90:19 [INFO] [stdout] | [INFO] [stdout] 90 | #[cfg(all(not(feature = "16"), not(feature = "32"), feature = "64"))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `tup_len_16`, `tup_len_32`, and `tup_len_64` [INFO] [stdout] = help: consider adding `16` 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: `32` [INFO] [stdout] --> src/lib.rs:90:40 [INFO] [stdout] | [INFO] [stdout] 90 | #[cfg(all(not(feature = "16"), not(feature = "32"), feature = "64"))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `tup_len_16`, `tup_len_32`, and `tup_len_64` [INFO] [stdout] = help: consider adding `32` 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: `64` [INFO] [stdout] --> src/lib.rs:90:57 [INFO] [stdout] | [INFO] [stdout] 90 | #[cfg(all(not(feature = "16"), not(feature = "32"), feature = "64"))] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `tup_len_16`, `tup_len_32`, and `tup_len_64` [INFO] [stdout] = help: consider adding `64` 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 0.30s [INFO] running `Command { std: "docker" "inspect" "1a502b00c2f1ebc3a031b91a2800eec8894603222f172ca2b8437b0b034d8315", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1a502b00c2f1ebc3a031b91a2800eec8894603222f172ca2b8437b0b034d8315", kill_on_drop: false }` [INFO] [stdout] 1a502b00c2f1ebc3a031b91a2800eec8894603222f172ca2b8437b0b034d8315