[INFO] fetching crate meiosis 0.1.0... [INFO] testing meiosis-0.1.0 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate meiosis 0.1.0 into /workspace/builds/worker-4-tc2/source [INFO] removed /workspace/builds/worker-4-tc2/source/rust-toolchain.toml [INFO] started tweaking crates.io crate meiosis 0.1.0 [INFO] finished tweaking crates.io crate meiosis 0.1.0 [INFO] tweaked toml for crates.io crate meiosis 0.1.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate meiosis 0.1.0 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 crates.io crate meiosis 0.1.0 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] d0fed01b218a0a964a47d1f7f2664aa5ca80c4665fc8a98d6f94259354886d78 [INFO] running `Command { std: "docker" "start" "-a" "d0fed01b218a0a964a47d1f7f2664aa5ca80c4665fc8a98d6f94259354886d78", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d0fed01b218a0a964a47d1f7f2664aa5ca80c4665fc8a98d6f94259354886d78", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d0fed01b218a0a964a47d1f7f2664aa5ca80c4665fc8a98d6f94259354886d78", kill_on_drop: false }` [INFO] [stdout] d0fed01b218a0a964a47d1f7f2664aa5ca80c4665fc8a98d6f94259354886d78 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] f288cf596c275274389183b4b6657e9c7d88ad7943e825cc70dbe8a7d54ad82a [INFO] running `Command { std: "docker" "start" "-a" "f288cf596c275274389183b4b6657e9c7d88ad7943e825cc70dbe8a7d54ad82a", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.135 [INFO] [stderr] Compiling getrandom v0.2.8 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling meiosis v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(generic_const_exprs)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `box_pointers` has been removed: it does not detect other kinds of allocations, and existed only for historical reasons [INFO] [stdout] --> src/operators/mutation/combination.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #![allow(box_pointers)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lint `box_pointers` has been removed: it does not detect other kinds of allocations, and existed only for historical reasons [INFO] [stdout] --> src/termination/combination.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | #![allow(box_pointers)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/operators/recombination/single_point.rs:35:13 [INFO] [stdout] | [INFO] [stdout] 35 | let [parent_one, parent_two] = parents; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ expected `2`, found `>>::PARENTS` [INFO] [stdout] | [INFO] [stdout] = note: expected constant `2` [INFO] [stdout] found constant `>>::PARENTS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/operators/recombination/single_point.rs:59:20 [INFO] [stdout] | [INFO] [stdout] 59 | return [offspring1, offspring2]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ expected `>>::OFFSPRING`, found `2` [INFO] [stdout] | [INFO] [stdout] = note: expected constant `>>::OFFSPRING` [INFO] [stdout] found constant `2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/operators/recombination/single_point.rs:84:9 [INFO] [stdout] | [INFO] [stdout] 84 | [offspring1, offspring2] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ expected `>>::OFFSPRING`, found `2` [INFO] [stdout] | [INFO] [stdout] = note: expected constant `>>::OFFSPRING` [INFO] [stdout] found constant `2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/operators/recombination/single_point.rs:107:13 [INFO] [stdout] | [INFO] [stdout] 107 | let [parent_one, parent_two] = parents; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ expected `2`, found `>::PARENTS` [INFO] [stdout] | [INFO] [stdout] = note: expected constant `2` [INFO] [stdout] found constant `>::PARENTS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/operators/recombination/single_point.rs:128:9 [INFO] [stdout] | [INFO] [stdout] 128 | [offspring1, offspring2] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ expected `>::OFFSPRING`, found `2` [INFO] [stdout] | [INFO] [stdout] = note: expected constant `>::OFFSPRING` [INFO] [stdout] found constant `2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0308, E0554. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `meiosis` (lib) due to 6 previous errors; 2 warnings emitted [INFO] running `Command { std: "docker" "inspect" "f288cf596c275274389183b4b6657e9c7d88ad7943e825cc70dbe8a7d54ad82a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f288cf596c275274389183b4b6657e9c7d88ad7943e825cc70dbe8a7d54ad82a", kill_on_drop: false }` [INFO] [stdout] f288cf596c275274389183b4b6657e9c7d88ad7943e825cc70dbe8a7d54ad82a