[INFO] fetching crate gap_solver 0.2.0...
[INFO] testing gap_solver-0.2.0 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate gap_solver 0.2.0 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate gap_solver 0.2.0
[INFO] finished tweaking crates.io crate gap_solver 0.2.0
[INFO] tweaked toml for crates.io crate gap_solver 0.2.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate gap_solver 0.2.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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] Updating crates.io index
[INFO] [stderr] Blocking waiting for file lock on package cache
[INFO] [stderr] Locking 9 packages to latest compatible versions
[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-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 710d8d879067e69080f38eae155224e91e43f4ef51a9355c2a7179f12fb69ae7
[INFO] running `Command { std: "docker" "start" "-a" "710d8d879067e69080f38eae155224e91e43f4ef51a9355c2a7179f12fb69ae7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "710d8d879067e69080f38eae155224e91e43f4ef51a9355c2a7179f12fb69ae7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "710d8d879067e69080f38eae155224e91e43f4ef51a9355c2a7179f12fb69ae7", kill_on_drop: false }`
[INFO] [stdout] 710d8d879067e69080f38eae155224e91e43f4ef51a9355c2a7179f12fb69ae7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 2c6bd65d6b1871ea3b26da495d39a5ee25b14cc2f4535f1b7dc6e679bf14dc1d
[INFO] running `Command { std: "docker" "start" "-a" "2c6bd65d6b1871ea3b26da495d39a5ee25b14cc2f4535f1b7dc6e679bf14dc1d", kill_on_drop: false }`
[INFO] [stderr] Compiling num-traits v0.2.19
[INFO] [stderr] Compiling log v0.4.28
[INFO] [stderr] Compiling num-integer v0.1.46
[INFO] [stderr] Compiling num-complex v0.4.6
[INFO] [stderr] Compiling num-bigint v0.4.6
[INFO] [stderr] Compiling num-iter v0.1.45
[INFO] [stderr] Compiling num-rational v0.4.2
[INFO] [stderr] Compiling num v0.4.3
[INFO] [stderr] Compiling gap_solver v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/solver.rs:12:32
[INFO] [stdout] |
[INFO] [stdout] 12 | pub fn solve(spec: &GapSpec) -> HashSet>
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the 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: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 12 | pub fn solve(spec: &GapSpec) -> HashSet>
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/solver.rs:56:36
[INFO] [stdout] |
[INFO] [stdout] 56 | fn init_open_set(spec: &GapSpec) -> HashSet>
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 56 | fn init_open_set(spec: &GapSpec) -> HashSet>
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.32s
[INFO] running `Command { std: "docker" "inspect" "2c6bd65d6b1871ea3b26da495d39a5ee25b14cc2f4535f1b7dc6e679bf14dc1d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2c6bd65d6b1871ea3b26da495d39a5ee25b14cc2f4535f1b7dc6e679bf14dc1d", kill_on_drop: false }`
[INFO] [stdout] 2c6bd65d6b1871ea3b26da495d39a5ee25b14cc2f4535f1b7dc6e679bf14dc1d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 741a0da8222079bbc156ac3e9ef8032e956e3ebab1b6546ea3db202d0768a85e
[INFO] running `Command { std: "docker" "start" "-a" "741a0da8222079bbc156ac3e9ef8032e956e3ebab1b6546ea3db202d0768a85e", kill_on_drop: false }`
[INFO] [stderr] Compiling gap_solver v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/solver.rs:12:32
[INFO] [stdout] |
[INFO] [stdout] 12 | pub fn solve(spec: &GapSpec) -> HashSet>
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the 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: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 12 | pub fn solve(spec: &GapSpec) -> HashSet>
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/solver.rs:56:36
[INFO] [stdout] |
[INFO] [stdout] 56 | fn init_open_set(spec: &GapSpec) -> HashSet>
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 56 | fn init_open_set(spec: &GapSpec) -> HashSet>
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/solver.rs:12:32
[INFO] [stdout] |
[INFO] [stdout] 12 | pub fn solve(spec: &GapSpec) -> HashSet>
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the 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: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 12 | pub fn solve(spec: &GapSpec) -> HashSet>
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] --> src/solver.rs:56:36
[INFO] [stdout] |
[INFO] [stdout] 56 | fn init_open_set(spec: &GapSpec) -> HashSet>
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] | |
[INFO] [stdout] | the lifetime is elided here
[INFO] [stdout] |
[INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout] |
[INFO] [stdout] 56 | fn init_open_set(spec: &GapSpec) -> HashSet>
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.34s
[INFO] running `Command { std: "docker" "inspect" "741a0da8222079bbc156ac3e9ef8032e956e3ebab1b6546ea3db202d0768a85e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "741a0da8222079bbc156ac3e9ef8032e956e3ebab1b6546ea3db202d0768a85e", kill_on_drop: false }`
[INFO] [stdout] 741a0da8222079bbc156ac3e9ef8032e956e3ebab1b6546ea3db202d0768a85e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 14ff8bc322241f51ed9a274c18c06c2a6393155e75a882d71eecc41ff629ed46
[INFO] running `Command { std: "docker" "start" "-a" "14ff8bc322241f51ed9a274c18c06c2a6393155e75a882d71eecc41ff629ed46", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr] --> src/solver.rs:12:32
[INFO] [stderr] |
[INFO] [stderr] 12 | pub fn solve(spec: &GapSpec) -> HashSet>
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr] | |
[INFO] [stderr] | the 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: use `'_` for type paths
[INFO] [stderr] |
[INFO] [stderr] 12 | pub fn solve(spec: &GapSpec) -> HashSet>
[INFO] [stderr] | +++
[INFO] [stderr]
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr] --> src/solver.rs:56:36
[INFO] [stderr] |
[INFO] [stderr] 56 | fn init_open_set(spec: &GapSpec) -> HashSet>
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr] | |
[INFO] [stderr] | the lifetime is elided here
[INFO] [stderr] |
[INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr] |
[INFO] [stderr] 56 | fn init_open_set(spec: &GapSpec) -> HashSet>
[INFO] [stderr] | +++
[INFO] [stderr]
[INFO] [stderr] warning: `gap_solver` (lib) generated 2 warnings (run `cargo fix --lib -p gap_solver` to apply 2 suggestions)
[INFO] [stderr] warning: `gap_solver` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
[INFO] [stdout]
[INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/gap_solver-231366a3e936b210)
[INFO] [stdout] running 0 tests
[INFO] [stdout]
[INFO] [stderr] Doc-tests gap_solver
[INFO] [stdout] test result: ok. 0 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 src/lib.rs - (line 16) ... ok
[INFO] [stdout]
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.54s
[INFO] [stdout]
[INFO] running `Command { std: "docker" "inspect" "14ff8bc322241f51ed9a274c18c06c2a6393155e75a882d71eecc41ff629ed46", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "14ff8bc322241f51ed9a274c18c06c2a6393155e75a882d71eecc41ff629ed46", kill_on_drop: false }`
[INFO] [stdout] 14ff8bc322241f51ed9a274c18c06c2a6393155e75a882d71eecc41ff629ed46