[INFO] fetching crate priority-queue 2.6.0... [INFO] testing priority-queue-2.6.0 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145330-1 [INFO] extracting crate priority-queue 2.6.0 into /workspace/builds/worker-1-tc1/source [INFO] started tweaking crates.io crate priority-queue 2.6.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate priority-queue 2.6.0 [INFO] tweaked toml for crates.io crate priority-queue 2.6.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate priority-queue 2.6.0 on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate priority-queue 2.6.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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6aac1cbaaab8639aefb77eb0a44bab3cd90c89a78cfa9f1d65be69c1baed1f2d [INFO] running `Command { std: "docker" "start" "-a" "6aac1cbaaab8639aefb77eb0a44bab3cd90c89a78cfa9f1d65be69c1baed1f2d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6aac1cbaaab8639aefb77eb0a44bab3cd90c89a78cfa9f1d65be69c1baed1f2d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6aac1cbaaab8639aefb77eb0a44bab3cd90c89a78cfa9f1d65be69c1baed1f2d", kill_on_drop: false }` [INFO] [stdout] 6aac1cbaaab8639aefb77eb0a44bab3cd90c89a78cfa9f1d65be69c1baed1f2d [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6d69900452725fa210eea1d08f2e7e6fbd1709810f826d9eca781fa9cd790e94 [INFO] running `Command { std: "docker" "start" "-a" "6d69900452725fa210eea1d08f2e7e6fbd1709810f826d9eca781fa9cd790e94", kill_on_drop: false }` [INFO] [stderr] Compiling indexmap v2.8.0 [INFO] [stderr] Compiling priority-queue v2.6.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/double_priority_queue/mod.rs:195:17 [INFO] [stdout] | [INFO] [stdout] 195 | pub fn iter(&self) -> Iter { [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] 195 | pub fn iter(&self) -> Iter<'_, I, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/double_priority_queue/mod.rs:201:18 [INFO] [stdout] | [INFO] [stdout] 201 | pub fn drain(&mut self) -> Drain { [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] 201 | pub fn drain(&mut self) -> Drain<'_, I, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/double_priority_queue/mod.rs:292:21 [INFO] [stdout] | [INFO] [stdout] 292 | pub fn iter_mut(&mut self) -> IterMut { [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] 292 | pub fn iter_mut(&mut self) -> IterMut<'_, I, P, H> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/double_priority_queue/mod.rs:490:26 [INFO] [stdout] | [INFO] [stdout] 490 | pub fn extract_if(&mut self, predicate: F) -> ExtractIf [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] 490 | pub fn extract_if(&mut self, predicate: F) -> ExtractIf<'_, I, P, F, H> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/priority_queue/mod.rs:177:17 [INFO] [stdout] | [INFO] [stdout] 177 | pub fn iter(&self) -> Iter { [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] 177 | pub fn iter(&self) -> Iter<'_, I, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/priority_queue/mod.rs:189:18 [INFO] [stdout] | [INFO] [stdout] 189 | pub fn drain(&mut self) -> Drain { [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] 189 | pub fn drain(&mut self) -> Drain<'_, I, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/priority_queue/mod.rs:294:21 [INFO] [stdout] | [INFO] [stdout] 294 | pub fn iter_mut(&mut self) -> IterMut { [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] 294 | pub fn iter_mut(&mut self) -> IterMut<'_, I, P, H> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/priority_queue/mod.rs:400:26 [INFO] [stdout] | [INFO] [stdout] 400 | pub fn extract_if(&mut self, predicate: F) -> ExtractIf [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] 400 | pub fn extract_if(&mut self, predicate: F) -> ExtractIf<'_, I, P, F, H> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/store.rs:164:17 [INFO] [stdout] | [INFO] [stdout] 164 | pub fn iter(&self) -> Iter { [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] 164 | pub fn iter(&self) -> Iter<'_, I, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s [INFO] running `Command { std: "docker" "inspect" "6d69900452725fa210eea1d08f2e7e6fbd1709810f826d9eca781fa9cd790e94", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6d69900452725fa210eea1d08f2e7e6fbd1709810f826d9eca781fa9cd790e94", kill_on_drop: false }` [INFO] [stdout] 6d69900452725fa210eea1d08f2e7e6fbd1709810f826d9eca781fa9cd790e94 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5a90c8c4bbdafeb9d7366f2611d69bdbd0a50330a783fff9cccc5f1768e5c2ff [INFO] running `Command { std: "docker" "start" "-a" "5a90c8c4bbdafeb9d7366f2611d69bdbd0a50330a783fff9cccc5f1768e5c2ff", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.94 [INFO] [stderr] Compiling libc v0.2.171 [INFO] [stderr] Compiling getrandom v0.3.2 [INFO] [stderr] Compiling once_cell v1.21.1 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/double_priority_queue/mod.rs:195:17 [INFO] [stdout] | [INFO] [stdout] 195 | pub fn iter(&self) -> Iter { [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] 195 | pub fn iter(&self) -> Iter<'_, I, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/double_priority_queue/mod.rs:201:18 [INFO] [stdout] | [INFO] [stdout] 201 | pub fn drain(&mut self) -> Drain { [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] 201 | pub fn drain(&mut self) -> Drain<'_, I, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/double_priority_queue/mod.rs:292:21 [INFO] [stdout] | [INFO] [stdout] 292 | pub fn iter_mut(&mut self) -> IterMut { [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] 292 | pub fn iter_mut(&mut self) -> IterMut<'_, I, P, H> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/double_priority_queue/mod.rs:490:26 [INFO] [stdout] | [INFO] [stdout] 490 | pub fn extract_if(&mut self, predicate: F) -> ExtractIf [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] 490 | pub fn extract_if(&mut self, predicate: F) -> ExtractIf<'_, I, P, F, H> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/priority_queue/mod.rs:177:17 [INFO] [stdout] | [INFO] [stdout] 177 | pub fn iter(&self) -> Iter { [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] 177 | pub fn iter(&self) -> Iter<'_, I, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/priority_queue/mod.rs:189:18 [INFO] [stdout] | [INFO] [stdout] 189 | pub fn drain(&mut self) -> Drain { [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] 189 | pub fn drain(&mut self) -> Drain<'_, I, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/priority_queue/mod.rs:294:21 [INFO] [stdout] | [INFO] [stdout] 294 | pub fn iter_mut(&mut self) -> IterMut { [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] 294 | pub fn iter_mut(&mut self) -> IterMut<'_, I, P, H> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/priority_queue/mod.rs:400:26 [INFO] [stdout] | [INFO] [stdout] 400 | pub fn extract_if(&mut self, predicate: F) -> ExtractIf [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] 400 | pub fn extract_if(&mut self, predicate: F) -> ExtractIf<'_, I, P, F, H> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/store.rs:164:17 [INFO] [stdout] | [INFO] [stdout] 164 | pub fn iter(&self) -> Iter { [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] 164 | pub fn iter(&self) -> Iter<'_, I, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling syn v2.0.100 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling uuid v1.16.0 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling serde_test v1.0.177 [INFO] [stderr] Compiling priority-queue v2.6.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/double_priority_queue/mod.rs:195:17 [INFO] [stdout] | [INFO] [stdout] 195 | pub fn iter(&self) -> Iter { [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] 195 | pub fn iter(&self) -> Iter<'_, I, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/double_priority_queue/mod.rs:201:18 [INFO] [stdout] | [INFO] [stdout] 201 | pub fn drain(&mut self) -> Drain { [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] 201 | pub fn drain(&mut self) -> Drain<'_, I, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/double_priority_queue/mod.rs:292:21 [INFO] [stdout] | [INFO] [stdout] 292 | pub fn iter_mut(&mut self) -> IterMut { [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] 292 | pub fn iter_mut(&mut self) -> IterMut<'_, I, P, H> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/double_priority_queue/mod.rs:490:26 [INFO] [stdout] | [INFO] [stdout] 490 | pub fn extract_if(&mut self, predicate: F) -> ExtractIf [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] 490 | pub fn extract_if(&mut self, predicate: F) -> ExtractIf<'_, I, P, F, H> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/priority_queue/mod.rs:177:17 [INFO] [stdout] | [INFO] [stdout] 177 | pub fn iter(&self) -> Iter { [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] 177 | pub fn iter(&self) -> Iter<'_, I, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/priority_queue/mod.rs:189:18 [INFO] [stdout] | [INFO] [stdout] 189 | pub fn drain(&mut self) -> Drain { [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] 189 | pub fn drain(&mut self) -> Drain<'_, I, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/priority_queue/mod.rs:294:21 [INFO] [stdout] | [INFO] [stdout] 294 | pub fn iter_mut(&mut self) -> IterMut { [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] 294 | pub fn iter_mut(&mut self) -> IterMut<'_, I, P, H> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/priority_queue/mod.rs:400:26 [INFO] [stdout] | [INFO] [stdout] 400 | pub fn extract_if(&mut self, predicate: F) -> ExtractIf [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] 400 | pub fn extract_if(&mut self, predicate: F) -> ExtractIf<'_, I, P, F, H> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/store.rs:164:17 [INFO] [stdout] | [INFO] [stdout] 164 | pub fn iter(&self) -> Iter { [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] 164 | pub fn iter(&self) -> Iter<'_, I, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 13.07s [INFO] running `Command { std: "docker" "inspect" "5a90c8c4bbdafeb9d7366f2611d69bdbd0a50330a783fff9cccc5f1768e5c2ff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5a90c8c4bbdafeb9d7366f2611d69bdbd0a50330a783fff9cccc5f1768e5c2ff", kill_on_drop: false }` [INFO] [stdout] 5a90c8c4bbdafeb9d7366f2611d69bdbd0a50330a783fff9cccc5f1768e5c2ff [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b76de94e5e6bc66f6f0df916d4efb4302ef51d80bdfc2bbe16161e5dc05fb876 [INFO] running `Command { std: "docker" "start" "-a" "b76de94e5e6bc66f6f0df916d4efb4302ef51d80bdfc2bbe16161e5dc05fb876", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/double_priority_queue/mod.rs:195:17 [INFO] [stderr] | [INFO] [stderr] 195 | pub fn iter(&self) -> Iter { [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] 195 | pub fn iter(&self) -> Iter<'_, I, P> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/double_priority_queue/mod.rs:201:18 [INFO] [stderr] | [INFO] [stderr] 201 | pub fn drain(&mut self) -> Drain { [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] 201 | pub fn drain(&mut self) -> Drain<'_, I, P> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/double_priority_queue/mod.rs:292:21 [INFO] [stderr] | [INFO] [stderr] 292 | pub fn iter_mut(&mut self) -> IterMut { [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] 292 | pub fn iter_mut(&mut self) -> IterMut<'_, I, P, H> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/double_priority_queue/mod.rs:490:26 [INFO] [stderr] | [INFO] [stderr] 490 | pub fn extract_if(&mut self, predicate: F) -> ExtractIf [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] 490 | pub fn extract_if(&mut self, predicate: F) -> ExtractIf<'_, I, P, F, H> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/priority_queue/mod.rs:177:17 [INFO] [stderr] | [INFO] [stderr] 177 | pub fn iter(&self) -> Iter { [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] 177 | pub fn iter(&self) -> Iter<'_, I, P> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/priority_queue/mod.rs:189:18 [INFO] [stderr] | [INFO] [stderr] 189 | pub fn drain(&mut self) -> Drain { [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] 189 | pub fn drain(&mut self) -> Drain<'_, I, P> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/priority_queue/mod.rs:294:21 [INFO] [stderr] | [INFO] [stderr] 294 | pub fn iter_mut(&mut self) -> IterMut { [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] 294 | pub fn iter_mut(&mut self) -> IterMut<'_, I, P, H> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/priority_queue/mod.rs:400:26 [INFO] [stderr] | [INFO] [stderr] 400 | pub fn extract_if(&mut self, predicate: F) -> ExtractIf [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] 400 | pub fn extract_if(&mut self, predicate: F) -> ExtractIf<'_, I, P, F, H> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/store.rs:164:17 [INFO] [stderr] | [INFO] [stderr] 164 | pub fn iter(&self) -> Iter { [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] 164 | pub fn iter(&self) -> Iter<'_, I, P> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `priority-queue` (lib) generated 9 warnings (run `cargo fix --lib -p priority-queue` to apply 9 suggestions) [INFO] [stderr] warning: `priority-queue` (lib test) generated 9 warnings (9 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/priority_queue-c89c5d9703656420) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stderr] Running tests/double_priority_queue.rs (/opt/rustwide/target/debug/deps/double_priority_queue-ff9d0fea3310636c) [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 46 tests [INFO] [stdout] test doublepq_tests::change_priority_by ... ok [INFO] [stdout] test doublepq_tests::change_priority_does_not_change_contents ... ok [INFO] [stdout] test doublepq_tests::change_priority1 ... ok [INFO] [stdout] test doublepq_tests::clear ... ok [INFO] [stdout] test doublepq_tests::contains ... ok [INFO] [stdout] test doublepq_tests::conversion ... ok [INFO] [stdout] test doublepq_tests::eq ... ok [INFO] [stdout] test doublepq_tests::drain ... ok [INFO] [stdout] test doublepq_tests::equivalent_blanket_implementation ... ok [INFO] [stdout] test doublepq_tests::extend ... ok [INFO] [stdout] test doublepq_tests::extend_empty ... ok [INFO] [stdout] test doublepq_tests::extract_if ... ok [INFO] [stdout] test doublepq_tests::from_iter ... ok [INFO] [stdout] test doublepq_tests::from_vec ... ok [INFO] [stdout] test doublepq_tests::from_vec_with_repeated ... ok [INFO] [stdout] test doublepq_tests::get_mut ... ok [INFO] [stdout] test doublepq_tests::heap_sort ... ok [INFO] [stdout] test doublepq_tests::heap_sort_asc ... ok [INFO] [stdout] test doublepq_tests::init ... ok [INFO] [stdout] test doublepq_tests::into_sorted_iter ... ok [INFO] [stdout] test doublepq_tests::iter ... ok [INFO] [stdout] test doublepq_tests::iter_mut ... ok [INFO] [stdout] test doublepq_tests::iter_mut_empty ... ok [INFO] [stdout] test doublepq_tests::non_default_key ... ok [INFO] [stdout] test doublepq_tests::push_decrease ... ok [INFO] [stdout] test doublepq_tests::push_increase ... ok [INFO] [stdout] test doublepq_tests::push_len ... ok [INFO] [stdout] test doublepq_tests::push_update ... ok [INFO] [stdout] test doublepq_tests::push_pop ... ok [INFO] [stdout] test doublepq_tests::remove_one ... ok [INFO] [stdout] test doublepq_tests::remove_empty ... ok [INFO] [stdout] test doublepq_tests::retain ... ok [INFO] [stdout] test doublepq_tests::peek_mut ... ok [INFO] [stdout] test doublepq_tests::reserve ... ok [INFO] [stdout] test doublepq_tests::remove ... ok [INFO] [stdout] test doublepq_tests::pop_if ... ok [INFO] [stdout] test doublepq_tests::remove2 ... ok [INFO] [stdout] test doublepq_tests::into_sorted_iter_reverse ... ok [INFO] [stdout] test doublepq_tests::reversed_order ... ok [INFO] [stdout] test doublepq_tests::retain_mut ... ok [INFO] [stdout] test doublepq_tests::iter_mut1 ... ok [INFO] [stdout] test doublepq_tests::try_reserve_exact ... ok [INFO] [stdout] test doublepq_tests::reserve_exact ... ok [INFO] [stdout] test doublepq_tests::user_test ... ok [INFO] [stdout] test doublepq_tests::try_reserve ... ok [INFO] [stdout] test doublepq_tests::equivalent_custom_implementation ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 46 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] [stderr] Running tests/priority_queue.rs (/opt/rustwide/target/debug/deps/priority_queue-7d7ee08a36bb4a9d) [INFO] [stdout] [INFO] [stdout] running 43 tests [INFO] [stdout] test pqueue_tests::change_priority ... ok [INFO] [stdout] test pqueue_tests::append ... ok [INFO] [stdout] test pqueue_tests::change_priority_does_not_change_contents ... ok [INFO] [stdout] test pqueue_tests::contains ... ok [INFO] [stdout] test pqueue_tests::conversion ... ok [INFO] [stdout] test pqueue_tests::change_priority_by ... ok [INFO] [stdout] test pqueue_tests::drain ... ok [INFO] [stdout] test pqueue_tests::equivalent_blanket_implementation ... ok [INFO] [stdout] test pqueue_tests::extend ... ok [INFO] [stdout] test pqueue_tests::equivalent_custom_implementation ... ok [INFO] [stdout] test pqueue_tests::extend_empty ... ok [INFO] [stdout] test pqueue_tests::extract_if ... ok [INFO] [stdout] test pqueue_tests::eq ... ok [INFO] [stdout] test pqueue_tests::from_iter ... ok [INFO] [stdout] test pqueue_tests::from_vec ... ok [INFO] [stdout] test pqueue_tests::from_vec_with_repeated ... ok [INFO] [stdout] test pqueue_tests::heap_sort ... ok [INFO] [stdout] test pqueue_tests::into_sorted_iter ... ok [INFO] [stdout] test pqueue_tests::into_vec ... ok [INFO] [stdout] test pqueue_tests::iter_mut1 ... ok [INFO] [stdout] test pqueue_tests::non_default_key ... ok [INFO] [stdout] test pqueue_tests::iter_mut_empty ... ok [INFO] [stdout] test pqueue_tests::iter ... ok [INFO] [stdout] test pqueue_tests::push_decrease ... ok [INFO] [stdout] test pqueue_tests::peek_get_mut ... ok [INFO] [stdout] test pqueue_tests::push_len_clear ... ok [INFO] [stdout] test pqueue_tests::push_increase ... ok [INFO] [stdout] test pqueue_tests::remove_one ... ok [INFO] [stdout] test pqueue_tests::reserve_exact ... ok [INFO] [stdout] test pqueue_tests::remove_empty ... ok [INFO] [stdout] test pqueue_tests::reserve ... ok [INFO] [stdout] test pqueue_tests::reversed_order ... ok [INFO] [stdout] test pqueue_tests::retain_mut ... ok [INFO] [stdout] test pqueue_tests::remove2 ... ok [INFO] [stdout] test pqueue_tests::try_reserve ... ok [INFO] [stdout] test pqueue_tests::remove ... ok [INFO] [stdout] test pqueue_tests::init ... ok [INFO] [stdout] test pqueue_tests::iter_mut ... ok [INFO] [stdout] test pqueue_tests::push_pop ... ok [INFO] [stdout] test pqueue_tests::push_pop_if ... ok [INFO] [stdout] test pqueue_tests::retain ... ok [INFO] [stdout] test pqueue_tests::try_reserve_exact ... ok [INFO] [stdout] test pqueue_tests::push_update ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 43 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests priority_queue [INFO] [stdout] [INFO] [stdout] running 17 tests [INFO] [stdout] test src/priority_queue/mod.rs - priority_queue::PriorityQueue::push_decrease (line 555) ... ok [INFO] [stdout] test src/lib.rs - (line 77) ... ok [INFO] [stdout] test src/priority_queue/mod.rs - priority_queue::PriorityQueue::pop_if (line 424) ... ok [INFO] [stdout] test src/double_priority_queue/mod.rs - double_priority_queue::DoublePriorityQueue::change_priority (line 710) ... ok [INFO] [stdout] test src/double_priority_queue/mod.rs - double_priority_queue::DoublePriorityQueue::pop_min_if (line 514) ... ok [INFO] [stdout] test src/priority_queue/mod.rs - priority_queue::PriorityQueue::push (line 460) ... ok [INFO] [stdout] test src/double_priority_queue/mod.rs - double_priority_queue::DoublePriorityQueue::push_increase (line 643) ... ok [INFO] [stdout] test src/double_priority_queue/mod.rs - double_priority_queue::DoublePriorityQueue::push_decrease (line 681) ... ok [INFO] [stdout] test src/double_priority_queue/mod.rs - double_priority_queue::DoublePriorityQueue::extract_if (line 475) ... ok [INFO] [stdout] test src/priority_queue/mod.rs - priority_queue::PriorityQueue::change_priority (line 584) ... ok [INFO] [stdout] test src/priority_queue/mod.rs - priority_queue::PriorityQueue (line 64) ... ok [INFO] [stdout] test src/priority_queue/mod.rs - priority_queue::PriorityQueue::extract_if (line 385) ... ok [INFO] [stdout] test src/double_priority_queue/mod.rs - double_priority_queue::DoublePriorityQueue::pop_max_if (line 556) ... ok [INFO] [stdout] test src/double_priority_queue/mod.rs - double_priority_queue::DoublePriorityQueue (line 72) ... ok [INFO] [stdout] test src/priority_queue/mod.rs - priority_queue::PriorityQueue::push_increase (line 517) ... ok [INFO] [stdout] test src/double_priority_queue/mod.rs - double_priority_queue::DoublePriorityQueue::push (line 585) ... ok [INFO] [stdout] test src/lib.rs - (line 56) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.21s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b76de94e5e6bc66f6f0df916d4efb4302ef51d80bdfc2bbe16161e5dc05fb876", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b76de94e5e6bc66f6f0df916d4efb4302ef51d80bdfc2bbe16161e5dc05fb876", kill_on_drop: false }` [INFO] [stdout] b76de94e5e6bc66f6f0df916d4efb4302ef51d80bdfc2bbe16161e5dc05fb876