[INFO] fetching crate genetic-algorithm-traits 0.1.0... [INFO] testing genetic-algorithm-traits-0.1.0 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7 [INFO] extracting crate genetic-algorithm-traits 0.1.0 into /workspace/builds/worker-1-tc1/source [INFO] started tweaking crates.io crate genetic-algorithm-traits 0.1.0 [INFO] finished tweaking crates.io crate genetic-algorithm-traits 0.1.0 [INFO] tweaked toml for crates.io crate genetic-algorithm-traits 0.1.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate genetic-algorithm-traits 0.1.0 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9bf820108c4e512887a32c5861830c40453d3b4a700ea6b245bd2f5b50d62a8b [INFO] running `Command { std: "docker" "start" "-a" "9bf820108c4e512887a32c5861830c40453d3b4a700ea6b245bd2f5b50d62a8b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9bf820108c4e512887a32c5861830c40453d3b4a700ea6b245bd2f5b50d62a8b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9bf820108c4e512887a32c5861830c40453d3b4a700ea6b245bd2f5b50d62a8b", kill_on_drop: false }` [INFO] [stdout] 9bf820108c4e512887a32c5861830c40453d3b4a700ea6b245bd2f5b50d62a8b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 85d2227106b60c1ef61f79ae8a9e6416d8410f8605f1d805c429ec96dddc1ec4 [INFO] running `Command { std: "docker" "start" "-a" "85d2227106b60c1ef61f79ae8a9e6416d8410f8605f1d805c429ec96dddc1ec4", kill_on_drop: false }` [INFO] [stderr] Compiling genetic-algorithm-traits v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/population.rs:21:20 [INFO] [stdout] | [INFO] [stdout] 19 | &'a self, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 20 | cost_data: &'a <>::Individual as Individual<'a>>::IndividualCost, [INFO] [stdout] | -- -- the lifetime is named here -- the lifetime is named here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] 21 | ) -> Vec<(f64, &Self::Individual)> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ the same lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 21 | ) -> Vec<(f64, &'a Self::Individual)> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [optimized + debuginfo] target(s) in 0.10s [INFO] running `Command { std: "docker" "inspect" "85d2227106b60c1ef61f79ae8a9e6416d8410f8605f1d805c429ec96dddc1ec4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "85d2227106b60c1ef61f79ae8a9e6416d8410f8605f1d805c429ec96dddc1ec4", kill_on_drop: false }` [INFO] [stdout] 85d2227106b60c1ef61f79ae8a9e6416d8410f8605f1d805c429ec96dddc1ec4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3ca4d6bea7adde5ce9c280dbd54be0553b1d7bdddcff735d5865ae0669ce7bb8 [INFO] running `Command { std: "docker" "start" "-a" "3ca4d6bea7adde5ce9c280dbd54be0553b1d7bdddcff735d5865ae0669ce7bb8", kill_on_drop: false }` [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/population.rs:21:20 [INFO] [stdout] | [INFO] [stdout] 19 | &'a self, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 20 | cost_data: &'a <>::Individual as Individual<'a>>::IndividualCost, [INFO] [stdout] | -- -- the lifetime is named here -- the lifetime is named here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] 21 | ) -> Vec<(f64, &Self::Individual)> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ the same lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 21 | ) -> Vec<(f64, &'a Self::Individual)> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling genetic-algorithm-traits v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/population.rs:21:20 [INFO] [stdout] | [INFO] [stdout] 19 | &'a self, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 20 | cost_data: &'a <>::Individual as Individual<'a>>::IndividualCost, [INFO] [stdout] | -- -- the lifetime is named here -- the lifetime is named here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] 21 | ) -> Vec<(f64, &Self::Individual)> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ the same lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 21 | ) -> Vec<(f64, &'a Self::Individual)> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [optimized + debuginfo] target(s) in 0.65s [INFO] running `Command { std: "docker" "inspect" "3ca4d6bea7adde5ce9c280dbd54be0553b1d7bdddcff735d5865ae0669ce7bb8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3ca4d6bea7adde5ce9c280dbd54be0553b1d7bdddcff735d5865ae0669ce7bb8", kill_on_drop: false }` [INFO] [stdout] 3ca4d6bea7adde5ce9c280dbd54be0553b1d7bdddcff735d5865ae0669ce7bb8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 0d2aeb04bce659b929f2493bb480c88de5b4107135b3c687f4244f99da56d493 [INFO] running `Command { std: "docker" "start" "-a" "0d2aeb04bce659b929f2493bb480c88de5b4107135b3c687f4244f99da56d493", kill_on_drop: false }` [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/population.rs:21:20 [INFO] [stderr] | [INFO] [stderr] 19 | &'a self, [INFO] [stderr] | -- the lifetime is named here [INFO] [stderr] 20 | cost_data: &'a <>::Individual as Individual<'a>>::IndividualCost, [INFO] [stderr] | -- -- the lifetime is named here -- the lifetime is named here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is named here [INFO] [stderr] 21 | ) -> Vec<(f64, &Self::Individual)> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ the same lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 21 | ) -> Vec<(f64, &'a Self::Individual)> { [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: `genetic-algorithm-traits` (lib) generated 1 warning (run `cargo fix --lib -p genetic-algorithm-traits` to apply 1 suggestion) [INFO] [stderr] warning: `genetic-algorithm-traits` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [optimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/genetic_algorithm_traits-17de451d9c7f584f) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test utils::tests::test_argsort::four_floats ... ok [INFO] [stdout] test utils::tests::test_reverse_ordering::equal_stays ... ok [INFO] [stdout] test utils::tests::test_argsort::thirteen_floats ... ok [INFO] [stdout] test utils::tests::test_argsort::five_isize ... ok [INFO] [stdout] test utils::tests::test_reverse_ordering::greater_to_less ... ok [INFO] [stderr] Running tests/test_import.rs (/opt/rustwide/target/debug/deps/test_import-6b115f39ed2f9ec9) [INFO] [stdout] test utils::tests::test_reverse_ordering::less_to_greater ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_imports_have_run ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests genetic_algorithm_traits [INFO] [stderr] warning: unknown lint: `rustdoc::missing_doc_code_examples` [INFO] [stderr] --> src/lib.rs:1:9 [INFO] [stderr] | [INFO] [stderr] 1 | #![deny(rustdoc::missing_doc_code_examples)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the `rustdoc::missing_doc_code_examples` lint is unstable [INFO] [stderr] = note: see issue #101730 for more information [INFO] [stderr] = help: add `#![feature(rustdoc_missing_doc_code_examples)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2025-11-06; consider upgrading it if it is out of date [INFO] [stderr] = note: `#[warn(unknown_lints)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "0d2aeb04bce659b929f2493bb480c88de5b4107135b3c687f4244f99da56d493", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0d2aeb04bce659b929f2493bb480c88de5b4107135b3c687f4244f99da56d493", kill_on_drop: false }` [INFO] [stdout] 0d2aeb04bce659b929f2493bb480c88de5b4107135b3c687f4244f99da56d493