[INFO] cloning repository https://github.com/semilin/quadest [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/semilin/quadest" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsemilin%2Fquadest", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsemilin%2Fquadest'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5f83b9b4eda37eebd535232ca458e5007bee4bf2 [INFO] testing semilin/quadest against beta-2025-09-21 for beta-1.91-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsemilin%2Fquadest" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/semilin/quadest [INFO] finished tweaking git repo https://github.com/semilin/quadest [INFO] tweaked toml for git repo https://github.com/semilin/quadest written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/semilin/quadest on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/semilin/quadest 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 990bf554ce3e9d59ee1d2d09b20906458a97d772807add2430c5f1152d6911df [INFO] running `Command { std: "docker" "start" "-a" "990bf554ce3e9d59ee1d2d09b20906458a97d772807add2430c5f1152d6911df", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "990bf554ce3e9d59ee1d2d09b20906458a97d772807add2430c5f1152d6911df", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "990bf554ce3e9d59ee1d2d09b20906458a97d772807add2430c5f1152d6911df", kill_on_drop: false }` [INFO] [stdout] 990bf554ce3e9d59ee1d2d09b20906458a97d772807add2430c5f1152d6911df [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f68b29a80de4b8a97ad08caf8f4ef08ef63d38425b80775121457034922c4571 [INFO] running `Command { std: "docker" "start" "-a" "f68b29a80de4b8a97ad08caf8f4ef08ef63d38425b80775121457034922c4571", kill_on_drop: false }` [INFO] [stderr] Compiling bitvec v1.0.1 [INFO] [stderr] Compiling quadest v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0107]: associated function takes 0 generic arguments but 1 generic argument was supplied [INFO] [stdout] --> src/rotations.rs:27:31 [INFO] [stdout] | [INFO] [stdout] 27 | BitArray::new::([0b0000u8]), [INFO] [stdout] | ^^^-------------- help: remove the unnecessary generics [INFO] [stdout] | | [INFO] [stdout] | expected 0 generic arguments [INFO] [stdout] | [INFO] [stdout] note: associated function defined here, with 0 generic parameters [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bitvec-1.0.1/src/array.rs:59:9 [INFO] [stdout] | [INFO] [stdout] 59 | pub fn new(data: A) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/rotations.rs:27:21 [INFO] [stdout] | [INFO] [stdout] 27 | BitArray::new::([0b0000u8]), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `[BitArray<[u8; 1]>; 4]`, found `BitArray<[u8; 1], _>` [INFO] [stdout] | [INFO] [stdout] = note: expected array `[bitvec::array::BitArray<[u8; 1]>; 4]` [INFO] [stdout] found struct `bitvec::array::BitArray<[u8; 1], _>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/rotations.rs:28:21 [INFO] [stdout] | [INFO] [stdout] 28 | bitarr![1, 1, 1, 1], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ expected `[BitArray<[u8; 1]>; 4]`, found `BitArray` [INFO] [stdout] | [INFO] [stdout] = note: expected array `[bitvec::array::BitArray<[u8; 1]>; 4]` [INFO] [stdout] found struct `bitvec::array::BitArray` [INFO] [stdout] = note: this error originates in the macro `$crate::bitarr` which comes from the expansion of the macro `bitarr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/rotations.rs:29:21 [INFO] [stdout] | [INFO] [stdout] 29 | bitarr![0, 0, 0, 0], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ expected `[BitArray<[u8; 1]>; 4]`, found `BitArray` [INFO] [stdout] | [INFO] [stdout] = note: expected array `[bitvec::array::BitArray<[u8; 1]>; 4]` [INFO] [stdout] found struct `bitvec::array::BitArray` [INFO] [stdout] = note: this error originates in the macro `$crate::bitarr` which comes from the expansion of the macro `bitarr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/rotations.rs:30:21 [INFO] [stdout] | [INFO] [stdout] 30 | bitarr![0, 0, 0, 0], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ expected `[BitArray<[u8; 1]>; 4]`, found `BitArray` [INFO] [stdout] | [INFO] [stdout] = note: expected array `[bitvec::array::BitArray<[u8; 1]>; 4]` [INFO] [stdout] found struct `bitvec::array::BitArray` [INFO] [stdout] = note: this error originates in the macro `$crate::bitarr` which comes from the expansion of the macro `bitarr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0107, E0308. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0107`. [INFO] [stdout] [INFO] [stderr] error: could not compile `quadest` (bin "quadest") due to 5 previous errors [INFO] running `Command { std: "docker" "inspect" "f68b29a80de4b8a97ad08caf8f4ef08ef63d38425b80775121457034922c4571", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f68b29a80de4b8a97ad08caf8f4ef08ef63d38425b80775121457034922c4571", kill_on_drop: false }` [INFO] [stdout] f68b29a80de4b8a97ad08caf8f4ef08ef63d38425b80775121457034922c4571