[INFO] fetching crate generic-tests 0.1.2... [INFO] checking generic-tests-0.1.2 against master#f609b7e0586f81fefb3523e3e17adf779ac416be for pr-129466-2 [INFO] extracting crate generic-tests 0.1.2 into /workspace/builds/worker-0-tc1/source [INFO] validating manifest of crates.io crate generic-tests 0.1.2 on toolchain f609b7e0586f81fefb3523e3e17adf779ac416be [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate generic-tests 0.1.2 [INFO] finished tweaking crates.io crate generic-tests 0.1.2 [INFO] tweaked toml for crates.io crate generic-tests 0.1.2 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 28 packages to latest compatible versions [INFO] [stderr] Adding syn v1.0.109 (available: v2.0.77) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1cc5e8eca60098f6877194cdef66441d451140d39794c50cedba2690fc9937f6 [INFO] running `Command { std: "docker" "start" "-a" "1cc5e8eca60098f6877194cdef66441d451140d39794c50cedba2690fc9937f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1cc5e8eca60098f6877194cdef66441d451140d39794c50cedba2690fc9937f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1cc5e8eca60098f6877194cdef66441d451140d39794c50cedba2690fc9937f6", kill_on_drop: false }` [INFO] [stdout] 1cc5e8eca60098f6877194cdef66441d451140d39794c50cedba2690fc9937f6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e2108e943c9027b58ae86331de8827bfd9b0f5e5271119f29393a77cc1366cbb [INFO] running `Command { std: "docker" "start" "-a" "e2108e943c9027b58ae86331de8827bfd9b0f5e5271119f29393a77cc1366cbb", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking unicode-ident v1.0.13 [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Checking tokio v1.40.0 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Checking generic-tests v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> benches/const_generics.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(const_generics)] [INFO] [stdout] | ^^^^^^^^^^^^^^ feature has been removed [INFO] [stdout] | [INFO] [stdout] = note: removed in favor of `#![feature(adt_const_params)]` and `#![feature(generic_const_exprs)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0557`. [INFO] [stdout] [INFO] [stderr] error: could not compile `generic-tests` (bench "const_generics") due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: unexpected `cfg` condition value: `no-such-feature` [INFO] [stdout] --> tests/tests.rs:194:11 [INFO] [stdout] | [INFO] [stdout] 194 | #[cfg(feature = "no-such-feature")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `test-tokio` [INFO] [stdout] = help: consider adding `no-such-feature` 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: `no-such-feature` [INFO] [stdout] --> tests/tests.rs:201:11 [INFO] [stdout] | [INFO] [stdout] 201 | #[cfg(feature = "no-such-feature")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `test-tokio` [INFO] [stdout] = help: consider adding `no-such-feature` 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: `no-such-feature` [INFO] [stdout] --> tests/tests.rs:305:15 [INFO] [stdout] | [INFO] [stdout] 305 | #[cfg(feature = "no-such-feature")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `test-tokio` [INFO] [stdout] = help: consider adding `no-such-feature` 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: `no-such-feature` [INFO] [stdout] --> tests/tests.rs:332:15 [INFO] [stdout] | [INFO] [stdout] 332 | #[cfg(feature = "no-such-feature")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `test-tokio` [INFO] [stdout] = help: consider adding `no-such-feature` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> tests/tests.rs:371:79 [INFO] [stdout] | [INFO] [stdout] 371 | fn explicit_in_input_placeholder_in_output<'a, T>(a: &'a str) -> Borrowed<'_> { [INFO] [stdout] | -- lifetime `'a` declared here ^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(elided_named_lifetimes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid `doc` attribute [INFO] [stdout] --> tests/tests.rs:267:26 [INFO] [stdout] | [INFO] [stdout] 267 | #[cfg_attr(test, doc("This should not be instantiated"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(invalid_doc_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error; 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `generic-tests` (test "tests") due to 2 previous errors; 5 warnings emitted [INFO] running `Command { std: "docker" "inspect" "e2108e943c9027b58ae86331de8827bfd9b0f5e5271119f29393a77cc1366cbb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e2108e943c9027b58ae86331de8827bfd9b0f5e5271119f29393a77cc1366cbb", kill_on_drop: false }` [INFO] [stdout] e2108e943c9027b58ae86331de8827bfd9b0f5e5271119f29393a77cc1366cbb