[INFO] cloning repository https://github.com/defund/mesquite
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/defund/mesquite" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdefund%2Fmesquite", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdefund%2Fmesquite'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a7cffd8ae5df48e44a3088acfb8b5b2dfbaa902d
[INFO] checking defund/mesquite against 4a9d5368df6450bbd2fc8dde4508c3e5d83bb19d for pr-159598
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdefund%2Fmesquite" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/defund/mesquite
[INFO] finished tweaking git repo https://github.com/defund/mesquite
[INFO] tweaked toml for git repo https://github.com/defund/mesquite written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/defund/mesquite on toolchain 4a9d5368df6450bbd2fc8dde4508c3e5d83bb19d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4a9d5368df6450bbd2fc8dde4508c3e5d83bb19d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/defund/mesquite 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" "+4a9d5368df6450bbd2fc8dde4508c3e5d83bb19d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded easy-cast v0.4.4
[INFO] [stderr]   Downloaded average v0.13.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 6393b30595497b65b0648d480b723cb4a1297a16cec76c8ea2eb460c8682d84d
[INFO] running `Command { std: "docker" "start" "6393b30595497b65b0648d480b723cb4a1297a16cec76c8ea2eb460c8682d84d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6393b30595497b65b0648d480b723cb4a1297a16cec76c8ea2eb460c8682d84d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6393b30595497b65b0648d480b723cb4a1297a16cec76c8ea2eb460c8682d84d" "/opt/rustwide/cargo-home/bin/cargo" "+4a9d5368df6450bbd2fc8dde4508c3e5d83bb19d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6393b30595497b65b0648d480b723cb4a1297a16cec76c8ea2eb460c8682d84d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6393b30595497b65b0648d480b723cb4a1297a16cec76c8ea2eb460c8682d84d" "/opt/rustwide/cargo-home/bin/cargo" "+4a9d5368df6450bbd2fc8dde4508c3e5d83bb19d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.119
[INFO] [stderr]    Compiling libm v0.2.2
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]     Checking easy-cast v0.4.4
[INFO] [stderr]     Checking getrandom v0.2.5
[INFO] [stderr]     Checking rand_core v0.6.3
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking average v0.13.1
[INFO] [stderr]     Checking mesquite v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved imports `std::simd::LaneCount`, `std::simd::SupportedLaneCount`
[INFO] [stdout]  --> src/f4/vector.rs:2:17
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::simd::{LaneCount, Simd, SupportedLaneCount};
[INFO] [stdout]   |                 ^^^^^^^^^        ^^^^^^^^^^^^^^^^^^ no `SupportedLaneCount` in `simd`
[INFO] [stdout]   |                 |
[INFO] [stdout]   |                 no `LaneCount` in `simd`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `std::simd::LaneCount`, `std::simd::SupportedLaneCount`
[INFO] [stdout]  --> src/f4/mq.rs:1:17
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::simd::{LaneCount, Simd, SupportedLaneCount};
[INFO] [stdout]   |                 ^^^^^^^^^        ^^^^^^^^^^^^^^^^^^ no `SupportedLaneCount` in `simd`
[INFO] [stdout]   |                 |
[INFO] [stdout]   |                 no `LaneCount` in `simd`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `std::simd::LaneCount`, `std::simd::SupportedLaneCount`
[INFO] [stdout]  --> src/scheme.rs:1:17
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::simd::{LaneCount, SupportedLaneCount};
[INFO] [stdout]   |                 ^^^^^^^^^  ^^^^^^^^^^^^^^^^^^ no `SupportedLaneCount` in `simd`
[INFO] [stdout]   |                 |
[INFO] [stdout]   |                 no `LaneCount` in `simd`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Polar`
[INFO] [stdout]  --> src/f4/mod.rs:4:18
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub use mq::{Mq, Polar};
[INFO] [stdout]   |                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `bytes`
[INFO] [stdout]  --> src/f4/mod.rs:5:18
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use vector::{bytes, lanes, Vector};
[INFO] [stdout]   |                  ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `generic_arg_infer` has been stable since 1.89.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(generic_arg_infer, generic_const_exprs)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `Level` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]   --> src/scheme.rs:8:20
[INFO] [stdout]    |
[INFO] [stdout]  8 | type Seed<const L: Level> = [u8; seed_len(L)];
[INFO] [stdout]    |                    ^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the enum
[INFO] [stdout]   --> src/lib.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 + #[derive(ConstParamTy)]
[INFO] [stdout] 16 | pub enum Level {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `Level` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]   --> src/scheme.rs:9:20
[INFO] [stdout]    |
[INFO] [stdout]  9 | type Hash<const L: Level> = [u8; hash_len(L)];
[INFO] [stdout]    |                    ^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the enum
[INFO] [stdout]   --> src/lib.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 + #[derive(ConstParamTy)]
[INFO] [stdout] 16 | pub enum Level {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0741.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mesquite` (lib) due to 5 previous errors; 3 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0432]: unresolved imports `std::simd::LaneCount`, `std::simd::SupportedLaneCount`
[INFO] [stdout]  --> src/f4/vector.rs:2:17
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::simd::{LaneCount, Simd, SupportedLaneCount};
[INFO] [stdout]   |                 ^^^^^^^^^        ^^^^^^^^^^^^^^^^^^ no `SupportedLaneCount` in `simd`
[INFO] [stdout]   |                 |
[INFO] [stdout]   |                 no `LaneCount` in `simd`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `std::simd::LaneCount`, `std::simd::SupportedLaneCount`
[INFO] [stdout]  --> src/f4/mq.rs:1:17
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::simd::{LaneCount, Simd, SupportedLaneCount};
[INFO] [stdout]   |                 ^^^^^^^^^        ^^^^^^^^^^^^^^^^^^ no `SupportedLaneCount` in `simd`
[INFO] [stdout]   |                 |
[INFO] [stdout]   |                 no `LaneCount` in `simd`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `std::simd::LaneCount`, `std::simd::SupportedLaneCount`
[INFO] [stdout]  --> src/scheme.rs:1:17
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::simd::{LaneCount, SupportedLaneCount};
[INFO] [stdout]   |                 ^^^^^^^^^  ^^^^^^^^^^^^^^^^^^ no `SupportedLaneCount` in `simd`
[INFO] [stdout]   |                 |
[INFO] [stdout]   |                 no `LaneCount` in `simd`
[INFO] [stdout]   |
[INFO] [stdout]   = note: unresolved item `crate::f4::mq::tests::LaneCount` exists but is inaccessible
[INFO] [stdout]   = note: unresolved item `crate::f4::mq::tests::SupportedLaneCount` exists but is inaccessible
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Polar`
[INFO] [stdout]  --> src/f4/mod.rs:4:18
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub use mq::{Mq, Polar};
[INFO] [stdout]   |                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `bytes`
[INFO] [stdout]  --> src/f4/mod.rs:5:18
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use vector::{bytes, lanes, Vector};
[INFO] [stdout]   |                  ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `generic_arg_infer` has been stable since 1.89.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(generic_arg_infer, generic_const_exprs)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `Level` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]   --> src/scheme.rs:8:20
[INFO] [stdout]    |
[INFO] [stdout]  8 | type Seed<const L: Level> = [u8; seed_len(L)];
[INFO] [stdout]    |                    ^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the enum
[INFO] [stdout]   --> src/lib.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 + #[derive(ConstParamTy)]
[INFO] [stdout] 16 | pub enum Level {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `Level` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]   --> src/scheme.rs:9:20
[INFO] [stdout]    |
[INFO] [stdout]  9 | type Hash<const L: Level> = [u8; hash_len(L)];
[INFO] [stdout]    |                    ^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the enum
[INFO] [stdout]   --> src/lib.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 + #[derive(ConstParamTy)]
[INFO] [stdout] 16 | pub enum Level {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0741.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mesquite` (lib test) due to 5 previous errors; 3 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "6393b30595497b65b0648d480b723cb4a1297a16cec76c8ea2eb460c8682d84d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6393b30595497b65b0648d480b723cb4a1297a16cec76c8ea2eb460c8682d84d", kill_on_drop: false }`
[INFO] [stdout] 6393b30595497b65b0648d480b723cb4a1297a16cec76c8ea2eb460c8682d84d
