[INFO] fetching crate indexset 0.15.0... [INFO] testing indexset-0.15.0 against try#dec9417b8611e34e787a3e4c37686b5131f9e5c5 for pr-154210-1 [INFO] extracting crate indexset 0.15.0 into /workspace/builds/worker-4-tc2/source [INFO] started tweaking crates.io crate indexset 0.15.0 [INFO] finished tweaking crates.io crate indexset 0.15.0 [INFO] tweaked toml for crates.io crate indexset 0.15.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate indexset 0.15.0 on toolchain dec9417b8611e34e787a3e4c37686b5131f9e5c5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate indexset 0.15.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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bbc28bb05bb5654557f6a7096f2be8f890bf6ddf32e5c9915b1675f63b421293 [INFO] running `Command { std: "docker" "start" "-a" "bbc28bb05bb5654557f6a7096f2be8f890bf6ddf32e5c9915b1675f63b421293", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bbc28bb05bb5654557f6a7096f2be8f890bf6ddf32e5c9915b1675f63b421293", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bbc28bb05bb5654557f6a7096f2be8f890bf6ddf32e5c9915b1675f63b421293", kill_on_drop: false }` [INFO] [stdout] bbc28bb05bb5654557f6a7096f2be8f890bf6ddf32e5c9915b1675f63b421293 [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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a061cb782cf992c923430f052c078592e741ec6f4dee1777cb4247ea1d0f19c5 [INFO] running `Command { std: "docker" "start" "-a" "a061cb782cf992c923430f052c078592e741ec6f4dee1777cb4247ea1d0f19c5", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.104 [INFO] [stderr] Compiling quote v1.0.42 [INFO] [stderr] Compiling syn v2.0.113 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling ftree v1.3.0 [INFO] [stderr] Compiling indexset v0.15.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:838:17 [INFO] [stdout] | [INFO] [stdout] 838 | 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] 838 | pub fn iter(&self) -> Iter<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:2372:17 [INFO] [stdout] | [INFO] [stdout] 2372 | pub fn iter(&self) -> IterMap { [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] 2372 | pub fn iter(&self) -> IterMap<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:2399:21 [INFO] [stdout] | [INFO] [stdout] 2399 | 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] 2399 | pub fn iter_mut(&mut self) -> IterMut<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:2464:17 [INFO] [stdout] | [INFO] [stdout] 2464 | pub fn keys(&self) -> Keys { [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] 2464 | pub fn keys(&self) -> Keys<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:2646:24 [INFO] [stdout] | [INFO] [stdout] 2646 | pub fn range(&self, range: R) -> RangeMap [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] 2646 | pub fn range(&self, range: R) -> RangeMap<'_, K, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:2658:25 [INFO] [stdout] | [INFO] [stdout] 2658 | pub fn range_idx(&self, range: R) -> RangeMap [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] 2658 | pub fn range_idx(&self, range: R) -> RangeMap<'_, K, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:2734:28 [INFO] [stdout] | [INFO] [stdout] 2734 | pub fn range_mut(&mut self, range: R) -> RangeMut [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] 2734 | pub fn range_mut(&mut self, range: R) -> RangeMut<'_, K, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:2744:29 [INFO] [stdout] | [INFO] [stdout] 2744 | pub fn range_mut_idx(&mut self, range: R) -> RangeMut [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] 2744 | pub fn range_mut_idx(&mut self, range: R) -> RangeMut<'_, K, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:2961:19 [INFO] [stdout] | [INFO] [stdout] 2961 | pub fn values(&self) -> Values { [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] 2961 | pub fn values(&self) -> Values<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:2987:23 [INFO] [stdout] | [INFO] [stdout] 2987 | pub fn values_mut(&mut self) -> ValuesMut { [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] 2987 | pub fn values_mut(&mut self) -> ValuesMut<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.82s [INFO] running `Command { std: "docker" "inspect" "a061cb782cf992c923430f052c078592e741ec6f4dee1777cb4247ea1d0f19c5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a061cb782cf992c923430f052c078592e741ec6f4dee1777cb4247ea1d0f19c5", kill_on_drop: false }` [INFO] [stdout] a061cb782cf992c923430f052c078592e741ec6f4dee1777cb4247ea1d0f19c5 [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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 638b6d355ba4b3ad6a0bde5731deebdd5ce1ce27667492d9a898e139f2917e00 [INFO] running `Command { std: "docker" "start" "-a" "638b6d355ba4b3ad6a0bde5731deebdd5ce1ce27667492d9a898e139f2917e00", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.104 [INFO] [stderr] Compiling libc v0.2.179 [INFO] [stderr] Compiling zerocopy v0.8.31 [INFO] [stderr] Compiling zmij v1.0.10 [INFO] [stderr] Compiling serde_json v1.0.148 [INFO] [stderr] Compiling memchr v2.7.6 [INFO] [stderr] Compiling getrandom v0.4.1 [INFO] [stderr] Compiling itoa v1.0.17 [INFO] [stderr] Compiling regex-syntax v0.8.8 [INFO] [stderr] Compiling clap_builder v4.5.54 [INFO] [stderr] Compiling sdd v3.0.10 [INFO] [stderr] Compiling scc v2.4.0 [INFO] [stderr] Compiling quote v1.0.42 [INFO] [stderr] Compiling syn v2.0.113 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling is-terminal v0.4.17 [INFO] [stderr] Compiling uuid v1.21.0 [INFO] [stderr] Compiling clap v4.5.54 [INFO] [stderr] Compiling regex v1.12.2 [INFO] [stderr] Compiling zerocopy-derive v0.8.31 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling ftree v1.3.0 [INFO] [stderr] Compiling indexset v0.15.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling half v2.7.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:838:17 [INFO] [stdout] | [INFO] [stdout] 838 | 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] 838 | pub fn iter(&self) -> Iter<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:2372:17 [INFO] [stdout] | [INFO] [stdout] 2372 | pub fn iter(&self) -> IterMap { [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] 2372 | pub fn iter(&self) -> IterMap<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:2399:21 [INFO] [stdout] | [INFO] [stdout] 2399 | 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] 2399 | pub fn iter_mut(&mut self) -> IterMut<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:2464:17 [INFO] [stdout] | [INFO] [stdout] 2464 | pub fn keys(&self) -> Keys { [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] 2464 | pub fn keys(&self) -> Keys<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:2646:24 [INFO] [stdout] | [INFO] [stdout] 2646 | pub fn range(&self, range: R) -> RangeMap [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] 2646 | pub fn range(&self, range: R) -> RangeMap<'_, K, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:2658:25 [INFO] [stdout] | [INFO] [stdout] 2658 | pub fn range_idx(&self, range: R) -> RangeMap [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] 2658 | pub fn range_idx(&self, range: R) -> RangeMap<'_, K, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:2734:28 [INFO] [stdout] | [INFO] [stdout] 2734 | pub fn range_mut(&mut self, range: R) -> RangeMut [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] 2734 | pub fn range_mut(&mut self, range: R) -> RangeMut<'_, K, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:2744:29 [INFO] [stdout] | [INFO] [stdout] 2744 | pub fn range_mut_idx(&mut self, range: R) -> RangeMut [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] 2744 | pub fn range_mut_idx(&mut self, range: R) -> RangeMut<'_, K, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:2961:19 [INFO] [stdout] | [INFO] [stdout] 2961 | pub fn values(&self) -> Values { [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] 2961 | pub fn values(&self) -> Values<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:2987:23 [INFO] [stdout] | [INFO] [stdout] 2987 | pub fn values_mut(&mut self) -> ValuesMut { [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] 2987 | pub fn values_mut(&mut self) -> ValuesMut<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:838:17 [INFO] [stdout] | [INFO] [stdout] 838 | 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] 838 | pub fn iter(&self) -> Iter<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:2372:17 [INFO] [stdout] | [INFO] [stdout] 2372 | pub fn iter(&self) -> IterMap { [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] 2372 | pub fn iter(&self) -> IterMap<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:2399:21 [INFO] [stdout] | [INFO] [stdout] 2399 | 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] 2399 | pub fn iter_mut(&mut self) -> IterMut<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:2464:17 [INFO] [stdout] | [INFO] [stdout] 2464 | pub fn keys(&self) -> Keys { [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] 2464 | pub fn keys(&self) -> Keys<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:2646:24 [INFO] [stdout] | [INFO] [stdout] 2646 | pub fn range(&self, range: R) -> RangeMap [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] 2646 | pub fn range(&self, range: R) -> RangeMap<'_, K, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:2658:25 [INFO] [stdout] | [INFO] [stdout] 2658 | pub fn range_idx(&self, range: R) -> RangeMap [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] 2658 | pub fn range_idx(&self, range: R) -> RangeMap<'_, K, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:2734:28 [INFO] [stdout] | [INFO] [stdout] 2734 | pub fn range_mut(&mut self, range: R) -> RangeMut [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] 2734 | pub fn range_mut(&mut self, range: R) -> RangeMut<'_, K, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:2744:29 [INFO] [stdout] | [INFO] [stdout] 2744 | pub fn range_mut_idx(&mut self, range: R) -> RangeMut [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] 2744 | pub fn range_mut_idx(&mut self, range: R) -> RangeMut<'_, K, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:2961:19 [INFO] [stdout] | [INFO] [stdout] 2961 | pub fn values(&self) -> Values { [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] 2961 | pub fn values(&self) -> Values<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:2987:23 [INFO] [stdout] | [INFO] [stdout] 2987 | pub fn values_mut(&mut self) -> ValuesMut { [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] 2987 | pub fn values_mut(&mut self) -> ValuesMut<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 39.50s [INFO] running `Command { std: "docker" "inspect" "638b6d355ba4b3ad6a0bde5731deebdd5ce1ce27667492d9a898e139f2917e00", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "638b6d355ba4b3ad6a0bde5731deebdd5ce1ce27667492d9a898e139f2917e00", kill_on_drop: false }` [INFO] [stdout] 638b6d355ba4b3ad6a0bde5731deebdd5ce1ce27667492d9a898e139f2917e00 [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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b61dc40c212cb6f488c02fb961795f79827ba5ccc2ba7b41969240c995e64480 [INFO] running `Command { std: "docker" "start" "-a" "b61dc40c212cb6f488c02fb961795f79827ba5ccc2ba7b41969240c995e64480", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:838:17 [INFO] [stderr] | [INFO] [stderr] 838 | 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] 838 | pub fn iter(&self) -> Iter<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:2372:17 [INFO] [stderr] | [INFO] [stderr] 2372 | pub fn iter(&self) -> IterMap { [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] 2372 | pub fn iter(&self) -> IterMap<'_, K, V> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:2399:21 [INFO] [stderr] | [INFO] [stderr] 2399 | 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] 2399 | pub fn iter_mut(&mut self) -> IterMut<'_, K, V> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:2464:17 [INFO] [stderr] | [INFO] [stderr] 2464 | pub fn keys(&self) -> Keys { [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] 2464 | pub fn keys(&self) -> Keys<'_, K, V> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:2646:24 [INFO] [stderr] | [INFO] [stderr] 2646 | pub fn range(&self, range: R) -> RangeMap [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] 2646 | pub fn range(&self, range: R) -> RangeMap<'_, K, V> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:2658:25 [INFO] [stderr] | [INFO] [stderr] 2658 | pub fn range_idx(&self, range: R) -> RangeMap [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] 2658 | pub fn range_idx(&self, range: R) -> RangeMap<'_, K, V> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:2734:28 [INFO] [stderr] | [INFO] [stderr] 2734 | pub fn range_mut(&mut self, range: R) -> RangeMut [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] 2734 | pub fn range_mut(&mut self, range: R) -> RangeMut<'_, K, V> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:2744:29 [INFO] [stderr] | [INFO] [stderr] 2744 | pub fn range_mut_idx(&mut self, range: R) -> RangeMut [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] 2744 | pub fn range_mut_idx(&mut self, range: R) -> RangeMut<'_, K, V> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:2961:19 [INFO] [stderr] | [INFO] [stderr] 2961 | pub fn values(&self) -> Values { [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] 2961 | pub fn values(&self) -> Values<'_, K, V> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:2987:23 [INFO] [stderr] | [INFO] [stderr] 2987 | pub fn values_mut(&mut self) -> ValuesMut { [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] 2987 | pub fn values_mut(&mut self) -> ValuesMut<'_, K, V> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `indexset` (lib) generated 10 warnings (run `cargo fix --lib -p indexset` to apply 10 suggestions) [INFO] [stderr] warning: `indexset` (lib test) generated 10 warnings (10 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.13s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/indexset-39c512622a1da249) [INFO] [stdout] [INFO] [stdout] running 27 tests [INFO] [stdout] test tests::test_boolean_set_operations ... ok [INFO] [stdout] test tests::test_empty_set ... ok [INFO] [stdout] test tests::test_first_last_with_pop ... ok [INFO] [stdout] test tests::test_halve ... ok [INFO] [stdout] test tests::test_get_contains_lower_bound ... ok [INFO] [stdout] test tests::test_indexset_btreemap_overflow_bug ... ok [INFO] [stdout] test tests::test_insert_duplicates ... ok [INFO] [stdout] test tests::test_iter_mut_rev ... ok [INFO] [stdout] test tests::test_insert ... ok [INFO] [stdout] test tests::test_insert_btree ... ok [INFO] [stdout] test tests::test_iterating_over_blocks ... ok [INFO] [stdout] test tests::test_map ... ok [INFO] [stdout] test tests::test_iter ... ok [INFO] [stdout] test tests::test_out_of_bounds_range ... ok [INFO] [stdout] test tests::test_range ... ok [INFO] [stdout] test tests::test_range_from_excluding_bug ... ok [INFO] [stdout] test tests::test_remove ... ok [INFO] [stdout] test tests::test_range_mut ... ok [INFO] [stdout] test tests::test_take ... ok [INFO] [stdout] test tests::test_non_boolean_set_operations ... ok [INFO] [stdout] test tests::uuid_key_test ... ok [INFO] [stdout] test tests::test_into_iter ... ok [INFO] [stdout] test tests::test_split_off ... ok [INFO] [stdout] test tests::test_iter_mut ... ok [INFO] [stdout] test tests::test_map_get ... ok [INFO] [stdout] test core::node::tests::test_search_bound ... ok [INFO] [stdout] test tests::test_many_fuzzy_duplicates ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 27 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s [INFO] [stdout] [INFO] [stderr] Doc-tests indexset [INFO] [stdout] [INFO] [stdout] running 72 tests [INFO] [stdout] test src/lib.rs - BTreeMap::append (line 2011) ... ok [INFO] [stdout] test src/lib.rs - BTreeMap::contains_key (line 2064) ... ok [INFO] [stdout] test src/lib.rs - BTreeMap (line 1956) ... ok [INFO] [stdout] test src/lib.rs - BTreeMap::first_key_value (line 2089) ... ok [INFO] [stdout] test src/lib.rs - BTreeMap::clear (line 2044) ... ok [INFO] [stdout] test src/lib.rs - BTreeMap::entry (line 2998) ... ok [INFO] [stdout] test src/lib.rs - BTreeMap::first_entry (line 3028) ... ok [INFO] [stdout] test src/lib.rs - BTreeMap::insert (line 2264) ... ok [INFO] [stdout] test src/lib.rs - BTreeMap (line 1914) ... ok [INFO] [stdout] test src/lib.rs - BTreeMap::get_key_value (line 2162) ... ok [INFO] [stdout] test src/lib.rs - BTreeMap::get_index (line 2139) ... ok [INFO] [stdout] test src/lib.rs - BTreeMap::get_mut_index (line 2232) ... ok [INFO] [stdout] test src/lib.rs - BTreeMap::into_values (line 2319) ... ok [INFO] [stdout] test src/lib.rs - BTreeMap::get_mut (line 2197) ... ok [INFO] [stdout] test src/lib.rs - BTreeMap::into_keys (line 2298) ... ok [INFO] [stdout] test src/lib.rs - BTreeMap::is_empty (line 2340) ... ok [INFO] [stdout] test src/lib.rs - BTreeMap::get (line 2115) ... ok [INFO] [stdout] test src/lib.rs - BTreeMap::lower_bound (line 3098) ... ok [INFO] [stdout] test src/lib.rs - BTreeMap::last_entry (line 3057) ... ok [INFO] [stdout] test src/lib.rs - BTreeMap::iter (line 2357) ... ok [INFO] [stdout] test src/lib.rs - BTreeMap::iter_mut (line 2383) ... ok [INFO] [stdout] test src/lib.rs - BTreeMap::keys (line 2454) ... ok [INFO] [stdout] test src/lib.rs - BTreeMap::len (line 2498) ... ok [INFO] [stdout] test src/lib.rs - BTreeMap::last_key_value (line 2476) ... ok [INFO] [stdout] test src/lib.rs - BTreeMap::new (line 2517) ... ok [INFO] [stdout] test src/lib.rs - BTreeMap::pop_index (line 2575) ... ok [INFO] [stdout] test src/lib.rs - BTreeMap::range_mut (line 2722) ... ok [INFO] [stdout] test src/lib.rs - BTreeMap::pop_first (line 2552) ... ok [INFO] [stdout] test src/lib.rs - BTreeMap::range (line 2633) ... ok [INFO] [stdout] test src/lib.rs - BTreeMap::pop_last (line 2598) ... ok [INFO] [stdout] test src/lib.rs - BTreeMap::remove_entry (line 2842) ... ok [INFO] [stdout] test src/lib.rs - BTreeMap::split_off (line 2912) ... ok [INFO] [stdout] test src/lib.rs - BTreeMap::values (line 2951) ... ok [INFO] [stdout] test src/lib.rs - BTreeMap::with_maximum_node_size (line 2535) ... ok [INFO] [stdout] test src/lib.rs - BTreeMap::remove (line 2808) ... ok [INFO] [stdout] test src/lib.rs - BTreeMap::retain (line 2874) ... ok [INFO] [stdout] test src/lib.rs - BTreeMap::rank (line 3143) ... ok [INFO] [stdout] test src/lib.rs - BTreeSet (line 75) ... ok [INFO] [stdout] test src/lib.rs - BTreeMap::values_mut (line 2972) ... ok [INFO] [stdout] test src/lib.rs - BTreeSet::append (line 1088) ... ok [INFO] [stdout] test src/lib.rs - BTreeSet::contains (line 431) ... ok [INFO] [stdout] test src/lib.rs - BTreeSet (line 45) ... ok [INFO] [stdout] test src/lib.rs - BTreeSet::clear (line 144) ... ok [INFO] [stdout] test src/lib.rs - BTreeSet::difference (line 876) ... ok [INFO] [stdout] test src/lib.rs - BTreeSet::first (line 602) ... ok [INFO] [stdout] test src/lib.rs - BTreeSet::get_index (line 248) ... ok [INFO] [stdout] test src/lib.rs - BTreeSet::intersection (line 938) ... ok [INFO] [stdout] test src/lib.rs - BTreeSet::is_disjoint (line 791) ... ok [INFO] [stdout] test src/lib.rs - BTreeSet::is_empty (line 724) ... ok [INFO] [stdout] test src/lib.rs - BTreeSet::insert (line 387) ... ok [INFO] [stdout] test src/lib.rs - BTreeSet::iter (line 815) ... ok [INFO] [stdout] test src/lib.rs - BTreeSet::get (line 281) ... ok [INFO] [stdout] test src/lib.rs - BTreeSet::is_subset (line 740) ... ok [INFO] [stdout] test src/lib.rs - BTreeSet::iter (line 828) ... ok [INFO] [stdout] test src/lib.rs - BTreeSet::last (line 626) ... ok [INFO] [stdout] test src/lib.rs - BTreeSet::len (line 332) ... ok [INFO] [stdout] test src/lib.rs - BTreeSet::is_superset (line 764) ... ok [INFO] [stdout] test src/lib.rs - BTreeSet::pop_first (line 650) ... ok [INFO] [stdout] test src/lib.rs - BTreeSet::new (line 112) ... ok [INFO] [stdout] test src/lib.rs - BTreeSet::pop_last (line 696) ... ok [INFO] [stdout] test src/lib.rs - BTreeSet::lower_bound (line 309) ... ok [INFO] [stdout] test src/lib.rs - BTreeSet::range (line 1170) ... ok [INFO] [stdout] test src/lib.rs - BTreeSet::pop_index (line 675) ... ok [INFO] [stdout] test src/lib.rs - BTreeSet::remove (line 556) ... ok [INFO] [stdout] test src/lib.rs - BTreeSet::retain (line 970) ... ok [INFO] [stdout] test src/lib.rs - BTreeSet::rank (line 1211) ... ok [INFO] [stdout] test src/lib.rs - BTreeSet::take (line 581) ... ok [INFO] [stdout] test src/lib.rs - BTreeSet::replace (line 406) ... ok [INFO] [stdout] test src/lib.rs - BTreeSet::split_off (line 1035) ... ok [INFO] [stdout] test src/lib.rs - BTreeSet::with_maximum_node_size (line 128) ... ok [INFO] [stdout] test src/lib.rs - BTreeSet::symmetric_difference (line 907) ... ok [INFO] [stdout] test src/lib.rs - BTreeSet::union (line 847) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 72 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.28s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b61dc40c212cb6f488c02fb961795f79827ba5ccc2ba7b41969240c995e64480", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b61dc40c212cb6f488c02fb961795f79827ba5ccc2ba7b41969240c995e64480", kill_on_drop: false }` [INFO] [stdout] b61dc40c212cb6f488c02fb961795f79827ba5ccc2ba7b41969240c995e64480