[INFO] fetching crate gap_solver 0.2.0...
[INFO] testing gap_solver-0.2.0 against 1.90.0 for beta-1.91-3
[INFO] extracting crate gap_solver 0.2.0 into /workspace/builds/worker-3-tc1/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-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate gap_solver 0.2.0 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "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" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] Updating crates.io index
[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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 30fa6324b90697fca98a19921c9ea416ae0b9d7debd0cb880bf1b41d6b739d0e
[INFO] running `Command { std: "docker" "start" "-a" "30fa6324b90697fca98a19921c9ea416ae0b9d7debd0cb880bf1b41d6b739d0e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "30fa6324b90697fca98a19921c9ea416ae0b9d7debd0cb880bf1b41d6b739d0e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "30fa6324b90697fca98a19921c9ea416ae0b9d7debd0cb880bf1b41d6b739d0e", kill_on_drop: false }`
[INFO] [stdout] 30fa6324b90697fca98a19921c9ea416ae0b9d7debd0cb880bf1b41d6b739d0e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=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" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 51aefb98684b0bcb9d1abc85404531ed938a9786fd78980aca2de9e5cf7c6cb5
[INFO] running `Command { std: "docker" "start" "-a" "51aefb98684b0bcb9d1abc85404531ed938a9786fd78980aca2de9e5cf7c6cb5", 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 3.92s
[INFO] running `Command { std: "docker" "inspect" "51aefb98684b0bcb9d1abc85404531ed938a9786fd78980aca2de9e5cf7c6cb5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "51aefb98684b0bcb9d1abc85404531ed938a9786fd78980aca2de9e5cf7c6cb5", kill_on_drop: false }`
[INFO] [stdout] 51aefb98684b0bcb9d1abc85404531ed938a9786fd78980aca2de9e5cf7c6cb5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=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" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 384f5bc108094138b8565cca4d62c6b853823f42a4955f97c79e4d88ff2bd472
[INFO] running `Command { std: "docker" "start" "-a" "384f5bc108094138b8565cca4d62c6b853823f42a4955f97c79e4d88ff2bd472", 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.42s
[INFO] running `Command { std: "docker" "inspect" "384f5bc108094138b8565cca4d62c6b853823f42a4955f97c79e4d88ff2bd472", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "384f5bc108094138b8565cca4d62c6b853823f42a4955f97c79e4d88ff2bd472", kill_on_drop: false }`
[INFO] [stdout] 384f5bc108094138b8565cca4d62c6b853823f42a4955f97c79e4d88ff2bd472
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=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" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 69278c2805defc9aacd6da9128b36f4477d5f45a7e74eb687e5ad9ba658b47d3
[INFO] running `Command { std: "docker" "start" "-a" "69278c2805defc9aacd6da9128b36f4477d5f45a7e74eb687e5ad9ba658b47d3", 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
[INFO] [stderr] warning: `gap_solver` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stdout]
[INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/gap_solver-37107d37970fa7d4)
[INFO] [stdout] running 0 tests
[INFO] [stderr] Doc-tests gap_solver
[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] [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.67s
[INFO] [stdout]
[INFO] running `Command { std: "docker" "inspect" "69278c2805defc9aacd6da9128b36f4477d5f45a7e74eb687e5ad9ba658b47d3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "69278c2805defc9aacd6da9128b36f4477d5f45a7e74eb687e5ad9ba658b47d3", kill_on_drop: false }`
[INFO] [stdout] 69278c2805defc9aacd6da9128b36f4477d5f45a7e74eb687e5ad9ba658b47d3