[INFO] fetching crate trie 0.2.1... [INFO] testing trie-0.2.1 against master#caccb4d0368bd918ef6668af8e13834d07040417 for pr-146098-1 [INFO] extracting crate trie 0.2.1 into /workspace/builds/worker-5-tc1/source [INFO] started tweaking crates.io crate trie 0.2.1 [INFO] finished tweaking crates.io crate trie 0.2.1 [INFO] tweaked toml for crates.io crate trie 0.2.1 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate trie 0.2.1 on toolchain caccb4d0368bd918ef6668af8e13834d07040417 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "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" "+caccb4d0368bd918ef6668af8e13834d07040417" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 13 packages to latest compatible versions [INFO] [stderr] Adding rand v0.4.6 (available: v0.9.2) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded ordered_iter v0.1.2 [INFO] [stderr] Downloaded rand v0.4.6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2c3ac643079fd78eb2a516007e52bd967d1d3b4cac01d3b2e7024231085a4de8 [INFO] running `Command { std: "docker" "start" "-a" "2c3ac643079fd78eb2a516007e52bd967d1d3b4cac01d3b2e7024231085a4de8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2c3ac643079fd78eb2a516007e52bd967d1d3b4cac01d3b2e7024231085a4de8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2c3ac643079fd78eb2a516007e52bd967d1d3b4cac01d3b2e7024231085a4de8", kill_on_drop: false }` [INFO] [stdout] 2c3ac643079fd78eb2a516007e52bd967d1d3b4cac01d3b2e7024231085a4de8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+caccb4d0368bd918ef6668af8e13834d07040417" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8910dd751f5b040529fb28575cb9d9e97de21e23dcb3b97bb33e69b6092f5416 [INFO] running `Command { std: "docker" "start" "-a" "8910dd751f5b040529fb28575cb9d9e97de21e23dcb3b97bb33e69b6092f5416", kill_on_drop: false }` [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling bit-set v0.5.3 [INFO] [stderr] Compiling ordered_iter v0.1.2 [INFO] [stderr] Compiling trie v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/map.rs:187:17 [INFO] [stdout] | [INFO] [stdout] 187 | pub fn keys(&self) -> Keys { Keys(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] 187 | pub fn keys(&self) -> Keys<'_, T> { Keys(self.iter()) } [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/map.rs:191:19 [INFO] [stdout] | [INFO] [stdout] 191 | pub fn values(&self) -> Values { Values(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] 191 | pub fn values(&self) -> Values<'_, T> { Values(self.iter()) } [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/map.rs:204:17 [INFO] [stdout] | [INFO] [stdout] 204 | 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] 204 | 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/map.rs:229:21 [INFO] [stdout] | [INFO] [stdout] 229 | 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] 229 | pub fn iter_mut(&mut self) -> IterMut<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/map.rs:474:14 [INFO] [stdout] | [INFO] [stdout] 474 | fn bound(&self, key: usize, upper: bool) -> Range { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^ the same lifetime is hidden 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] 474 | fn bound(&self, key: usize, upper: bool) -> Range<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/map.rs:493:24 [INFO] [stdout] | [INFO] [stdout] 493 | pub fn lower_bound(&self, key: usize) -> Range { [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] 493 | pub fn lower_bound(&self, key: usize) -> Range<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/map.rs:509:24 [INFO] [stdout] | [INFO] [stdout] 509 | pub fn upper_bound(&self, key: usize) -> Range { [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] 509 | pub fn upper_bound(&self, key: usize) -> Range<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/map.rs:514:18 [INFO] [stdout] | [INFO] [stdout] 514 | fn bound_mut(&mut self, key: usize, upper: bool) -> RangeMut { [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^^ the same lifetime is hidden 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] 514 | fn bound_mut(&mut self, key: usize, upper: bool) -> RangeMut<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/map.rs:541:28 [INFO] [stdout] | [INFO] [stdout] 541 | pub fn lower_bound_mut(&mut self, key: usize) -> 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] 541 | pub fn lower_bound_mut(&mut self, key: usize) -> RangeMut<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/map.rs:565:28 [INFO] [stdout] | [INFO] [stdout] 565 | pub fn upper_bound_mut(&mut self, key: usize) -> 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] 565 | pub fn upper_bound_mut(&mut self, key: usize) -> RangeMut<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/map.rs:861:18 [INFO] [stdout] | [INFO] [stdout] 861 | pub fn entry(&mut self, key: usize) -> Entry { [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] 861 | pub fn entry(&mut self, key: usize) -> Entry<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/set.rs:114:17 [INFO] [stdout] | [INFO] [stdout] 114 | 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] 114 | pub fn iter(&self) -> Iter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/set.rs:129:24 [INFO] [stdout] | [INFO] [stdout] 129 | pub fn lower_bound(&self, val: usize) -> Range { [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] 129 | pub fn lower_bound(&self, val: usize) -> Range<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/set.rs:144:24 [INFO] [stdout] | [INFO] [stdout] 144 | pub fn upper_bound(&self, val: usize) -> Range { [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] 144 | pub fn upper_bound(&self, val: usize) -> Range<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s [INFO] running `Command { std: "docker" "inspect" "8910dd751f5b040529fb28575cb9d9e97de21e23dcb3b97bb33e69b6092f5416", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8910dd751f5b040529fb28575cb9d9e97de21e23dcb3b97bb33e69b6092f5416", kill_on_drop: false }` [INFO] [stdout] 8910dd751f5b040529fb28575cb9d9e97de21e23dcb3b97bb33e69b6092f5416 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4ef6636188f53f4213cc05e8f431d3cd31b8da6208224cbeb1eea488d434116a [INFO] running `Command { std: "docker" "start" "-a" "4ef6636188f53f4213cc05e8f431d3cd31b8da6208224cbeb1eea488d434116a", kill_on_drop: false }` [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/map.rs:187:17 [INFO] [stdout] | [INFO] [stdout] 187 | pub fn keys(&self) -> Keys { Keys(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] 187 | pub fn keys(&self) -> Keys<'_, T> { Keys(self.iter()) } [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/map.rs:191:19 [INFO] [stdout] | [INFO] [stdout] 191 | pub fn values(&self) -> Values { Values(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] 191 | pub fn values(&self) -> Values<'_, T> { Values(self.iter()) } [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/map.rs:204:17 [INFO] [stdout] | [INFO] [stdout] 204 | 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] 204 | 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/map.rs:229:21 [INFO] [stdout] | [INFO] [stdout] 229 | 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] 229 | pub fn iter_mut(&mut self) -> IterMut<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/map.rs:474:14 [INFO] [stdout] | [INFO] [stdout] 474 | fn bound(&self, key: usize, upper: bool) -> Range { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^ the same lifetime is hidden 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] 474 | fn bound(&self, key: usize, upper: bool) -> Range<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/map.rs:493:24 [INFO] [stdout] | [INFO] [stdout] 493 | pub fn lower_bound(&self, key: usize) -> Range { [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] 493 | pub fn lower_bound(&self, key: usize) -> Range<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/map.rs:509:24 [INFO] [stdout] | [INFO] [stdout] 509 | pub fn upper_bound(&self, key: usize) -> Range { [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] 509 | pub fn upper_bound(&self, key: usize) -> Range<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/map.rs:514:18 [INFO] [stdout] | [INFO] [stdout] 514 | fn bound_mut(&mut self, key: usize, upper: bool) -> RangeMut { [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^^ the same lifetime is hidden 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] 514 | fn bound_mut(&mut self, key: usize, upper: bool) -> RangeMut<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/map.rs:541:28 [INFO] [stdout] | [INFO] [stdout] 541 | pub fn lower_bound_mut(&mut self, key: usize) -> 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] 541 | pub fn lower_bound_mut(&mut self, key: usize) -> RangeMut<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/map.rs:565:28 [INFO] [stdout] | [INFO] [stdout] 565 | pub fn upper_bound_mut(&mut self, key: usize) -> 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] 565 | pub fn upper_bound_mut(&mut self, key: usize) -> RangeMut<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/map.rs:861:18 [INFO] [stdout] | [INFO] [stdout] 861 | pub fn entry(&mut self, key: usize) -> Entry { [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] 861 | pub fn entry(&mut self, key: usize) -> Entry<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/set.rs:114:17 [INFO] [stdout] | [INFO] [stdout] 114 | 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] 114 | pub fn iter(&self) -> Iter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/set.rs:129:24 [INFO] [stdout] | [INFO] [stdout] 129 | pub fn lower_bound(&self, val: usize) -> Range { [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] 129 | pub fn lower_bound(&self, val: usize) -> Range<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/set.rs:144:24 [INFO] [stdout] | [INFO] [stdout] 144 | pub fn upper_bound(&self, val: usize) -> Range { [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] 144 | pub fn upper_bound(&self, val: usize) -> Range<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling trie v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/map.rs:187:17 [INFO] [stdout] | [INFO] [stdout] 187 | pub fn keys(&self) -> Keys { Keys(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] 187 | pub fn keys(&self) -> Keys<'_, T> { Keys(self.iter()) } [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/map.rs:191:19 [INFO] [stdout] | [INFO] [stdout] 191 | pub fn values(&self) -> Values { Values(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] 191 | pub fn values(&self) -> Values<'_, T> { Values(self.iter()) } [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/map.rs:204:17 [INFO] [stdout] | [INFO] [stdout] 204 | 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] 204 | 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/map.rs:229:21 [INFO] [stdout] | [INFO] [stdout] 229 | 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] 229 | pub fn iter_mut(&mut self) -> IterMut<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/map.rs:474:14 [INFO] [stdout] | [INFO] [stdout] 474 | fn bound(&self, key: usize, upper: bool) -> Range { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^ the same lifetime is hidden 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] 474 | fn bound(&self, key: usize, upper: bool) -> Range<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/map.rs:493:24 [INFO] [stdout] | [INFO] [stdout] 493 | pub fn lower_bound(&self, key: usize) -> Range { [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] 493 | pub fn lower_bound(&self, key: usize) -> Range<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/map.rs:509:24 [INFO] [stdout] | [INFO] [stdout] 509 | pub fn upper_bound(&self, key: usize) -> Range { [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] 509 | pub fn upper_bound(&self, key: usize) -> Range<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/map.rs:514:18 [INFO] [stdout] | [INFO] [stdout] 514 | fn bound_mut(&mut self, key: usize, upper: bool) -> RangeMut { [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^^ the same lifetime is hidden 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] 514 | fn bound_mut(&mut self, key: usize, upper: bool) -> RangeMut<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/map.rs:541:28 [INFO] [stdout] | [INFO] [stdout] 541 | pub fn lower_bound_mut(&mut self, key: usize) -> 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] 541 | pub fn lower_bound_mut(&mut self, key: usize) -> RangeMut<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/map.rs:565:28 [INFO] [stdout] | [INFO] [stdout] 565 | pub fn upper_bound_mut(&mut self, key: usize) -> 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] 565 | pub fn upper_bound_mut(&mut self, key: usize) -> RangeMut<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/map.rs:861:18 [INFO] [stdout] | [INFO] [stdout] 861 | pub fn entry(&mut self, key: usize) -> Entry { [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] 861 | pub fn entry(&mut self, key: usize) -> Entry<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/set.rs:114:17 [INFO] [stdout] | [INFO] [stdout] 114 | 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] 114 | pub fn iter(&self) -> Iter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/set.rs:129:24 [INFO] [stdout] | [INFO] [stdout] 129 | pub fn lower_bound(&self, val: usize) -> Range { [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] 129 | pub fn lower_bound(&self, val: usize) -> Range<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/set.rs:144:24 [INFO] [stdout] | [INFO] [stdout] 144 | pub fn upper_bound(&self, val: usize) -> Range { [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] 144 | pub fn upper_bound(&self, val: usize) -> Range<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 2.14s [INFO] running `Command { std: "docker" "inspect" "4ef6636188f53f4213cc05e8f431d3cd31b8da6208224cbeb1eea488d434116a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4ef6636188f53f4213cc05e8f431d3cd31b8da6208224cbeb1eea488d434116a", kill_on_drop: false }` [INFO] [stdout] 4ef6636188f53f4213cc05e8f431d3cd31b8da6208224cbeb1eea488d434116a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 9de4ee8c6b11957f4d289f784d779bddb5c17c126f52f7fcef4061588476032e [INFO] running `Command { std: "docker" "start" "-a" "9de4ee8c6b11957f4d289f784d779bddb5c17c126f52f7fcef4061588476032e", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/map.rs:187:17 [INFO] [stderr] | [INFO] [stderr] 187 | pub fn keys(&self) -> Keys { Keys(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] 187 | pub fn keys(&self) -> Keys<'_, T> { Keys(self.iter()) } [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/map.rs:191:19 [INFO] [stderr] | [INFO] [stderr] 191 | pub fn values(&self) -> Values { Values(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] 191 | pub fn values(&self) -> Values<'_, T> { Values(self.iter()) } [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/map.rs:204:17 [INFO] [stderr] | [INFO] [stderr] 204 | 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] 204 | 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/map.rs:229:21 [INFO] [stderr] | [INFO] [stderr] 229 | 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] 229 | pub fn iter_mut(&mut self) -> IterMut<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/map.rs:474:14 [INFO] [stderr] | [INFO] [stderr] 474 | fn bound(&self, key: usize, upper: bool) -> Range { [INFO] [stderr] | ^^^^^ the lifetime is elided here ^^^^^^^^ the same lifetime is hidden 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] 474 | fn bound(&self, key: usize, upper: bool) -> Range<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/map.rs:493:24 [INFO] [stderr] | [INFO] [stderr] 493 | pub fn lower_bound(&self, key: usize) -> Range { [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] 493 | pub fn lower_bound(&self, key: usize) -> Range<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/map.rs:509:24 [INFO] [stderr] | [INFO] [stderr] 509 | pub fn upper_bound(&self, key: usize) -> Range { [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] 509 | pub fn upper_bound(&self, key: usize) -> Range<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/map.rs:514:18 [INFO] [stderr] | [INFO] [stderr] 514 | fn bound_mut(&mut self, key: usize, upper: bool) -> RangeMut { [INFO] [stderr] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^^ the same lifetime is hidden 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] 514 | fn bound_mut(&mut self, key: usize, upper: bool) -> RangeMut<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/map.rs:541:28 [INFO] [stderr] | [INFO] [stderr] 541 | pub fn lower_bound_mut(&mut self, key: usize) -> 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] 541 | pub fn lower_bound_mut(&mut self, key: usize) -> RangeMut<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/map.rs:565:28 [INFO] [stderr] | [INFO] [stderr] 565 | pub fn upper_bound_mut(&mut self, key: usize) -> 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] 565 | pub fn upper_bound_mut(&mut self, key: usize) -> RangeMut<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/map.rs:861:18 [INFO] [stderr] | [INFO] [stderr] 861 | pub fn entry(&mut self, key: usize) -> Entry { [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] 861 | pub fn entry(&mut self, key: usize) -> Entry<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/set.rs:114:17 [INFO] [stderr] | [INFO] [stderr] 114 | 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] 114 | pub fn iter(&self) -> Iter<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/set.rs:129:24 [INFO] [stderr] | [INFO] [stderr] 129 | pub fn lower_bound(&self, val: usize) -> Range { [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] 129 | pub fn lower_bound(&self, val: usize) -> Range<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/set.rs:144:24 [INFO] [stderr] | [INFO] [stderr] 144 | pub fn upper_bound(&self, val: usize) -> Range { [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] 144 | pub fn upper_bound(&self, val: usize) -> Range<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `trie` (lib) generated 14 warnings (run `cargo fix --lib -p trie` to apply 14 suggestions) [INFO] [stderr] warning: `trie` (lib test) generated 14 warnings (14 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/trie-031f35e1eda8cad7) [INFO] [stdout] [INFO] [stdout] running 65 tests [INFO] [stdout] test map::bench::bench_get ... ok [INFO] [stdout] test map::bench::bench_insert_small ... ok [INFO] [stdout] test map::bench::bench_lower_bound ... ok [INFO] [stdout] test map::bench::bench_insert_small_low_bits ... ok [INFO] [stdout] test map::bench::bench_insert_large ... ok [INFO] [stdout] test map::bench::bench_remove ... ok [INFO] [stdout] test map::bench::bench_get_entry ... ok [INFO] [stdout] test map::bench::bench_insert_large_entry ... ok [INFO] [stdout] test map::bench::find_seq_100 ... ok [INFO] [stdout] test map::bench::insert_rand_100 ... ok [INFO] [stdout] test map::bench::bench_remove_entry ... ok [INFO] [stdout] test map::bench::find_rand_100 ... ok [INFO] [stdout] test map::bench::bench_upper_bound ... ok [INFO] [stdout] test map::test::test_each_reverse ... ok [INFO] [stdout] test map::test::test_entry_get_mut ... ok [INFO] [stdout] test map::test::test_entry_into_mut ... ok [INFO] [stdout] test map::bench::insert_seq_100 ... ok [INFO] [stdout] test map::test::test_debug ... ok [INFO] [stdout] test map::test::test_find_mut ... ok [INFO] [stdout] test map::test::test_find_mut_missing ... ok [INFO] [stdout] test map::test::test_bound ... ok [INFO] [stdout] test map::test::test_from_iter ... ok [INFO] [stdout] test map::bench::iter_1000 ... ok [INFO] [stdout] test map::test::test_hash ... ok [INFO] [stdout] test map::test::test_index ... ok [INFO] [stdout] test map::bench::find_seq_10_000 ... ok [INFO] [stdout] test map::bench::iter_20 ... ok [INFO] [stdout] test map::test::test_entry_take ... ok [INFO] [stdout] test map::test::test_insert ... ok [INFO] [stdout] test map::bench::find_rand_10_000 ... ok [INFO] [stdout] test map::bench::bench_insert_large_low_bits ... ok [INFO] [stdout] test map::test::test_mut_bound ... ok [INFO] [stdout] test map::test::test_clone ... ok [INFO] [stdout] test map::bench::insert_rand_10_000 ... ok [INFO] [stdout] test map::test::test_entry_get ... ok [INFO] [stdout] test map::test::test_eq ... ok [INFO] [stdout] test map::test::test_ord ... ok [INFO] [stdout] test map::test::test_occupied_entry_set ... ok [INFO] [stdout] test map::test::test_each_reverse_break ... ok [INFO] [stdout] test map::test::test_remove ... ok [INFO] [stdout] test map::bench::insert_seq_10_000 ... ok [INFO] [stdout] test map::test::test_vacant_entry_set ... ok [INFO] [stdout] test map::test::test_values ... ok [INFO] [stdout] test set::test::test_from_iter ... ok [INFO] [stdout] test set::test::test_bit_and ... ok [INFO] [stdout] test set::test::test_lt ... ok [INFO] [stdout] test set::test::test_ord ... ok [INFO] [stdout] test set::test::test_sane_chunk ... ok [INFO] [stdout] test set::test::test_sub ... ok [INFO] [stdout] test set::test::test_symmetric_difference ... ok [INFO] [stdout] test map::test::test_keys ... ok [INFO] [stdout] test set::test::test_bit_xor ... ok [INFO] [stdout] test set::test::test_bit_or ... ok [INFO] [stdout] test set::test::test_clone ... ok [INFO] [stdout] test set::test::test_debug ... ok [INFO] [stdout] test map::test::test_single_key ... ok [INFO] [stdout] test map::test::test_mut_iter ... ok [INFO] [stdout] test set::test::test_difference ... ok [INFO] [stdout] test set::test::test_union ... ok [INFO] [stdout] test map::test::test_iteration ... ok [INFO] [stdout] test map::test::test_lt ... ok [INFO] [stdout] test set::test::test_intersection ... ok [INFO] [stdout] test map::test::test_step ... ok [INFO] [stdout] test map::test::test_index_nonexistent - should panic ... ok [INFO] [stdout] test map::bench::iter_100000 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 65 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.18s [INFO] [stdout] [INFO] [stderr] Doc-tests trie [INFO] [stdout] [INFO] [stdout] running 40 tests [INFO] [stdout] test src/map.rs - map::Map::is_empty (line 255) ... ok [INFO] [stdout] test src/map.rs - map::Map::contains_key (line 314) ... ok [INFO] [stdout] test src/map.rs - map::Map::remove (line 370) ... ok [INFO] [stdout] test src/map.rs - map::Map (line 58) ... ok [INFO] [stdout] test src/map.rs - map::Map::new (line 154) ... ok [INFO] [stdout] test src/map.rs - map::Map::each_reverse (line 167) ... ok [INFO] [stdout] test src/map.rs - map::Map::iter_mut (line 218) ... ok [INFO] [stdout] test src/map.rs - map::Map::len (line 242) ... ok [INFO] [stdout] test src/map.rs - map::Map::upper_bound_mut (line 550) ... ok [INFO] [stdout] test src/map.rs - map::Map::get_mut (line 329) ... ok [INFO] [stdout] test src/map.rs - map::Map::iter (line 197) ... ok [INFO] [stdout] test src/map.rs - map::Map::get (line 284) ... ok [INFO] [stdout] test src/set.rs - set::&'aSet::bitor (line 407) ... ok [INFO] [stdout] test src/map.rs - map::Map::clear (line 268) ... ok [INFO] [stdout] test src/set.rs - set::Set (line 28) ... ok [INFO] [stdout] test src/map.rs - map::Map::upper_bound (line 502) ... ok [INFO] [stdout] test src/map.rs - map::Map::insert (line 348) ... ok [INFO] [stdout] test src/set.rs - set::Set::is_disjoint (line 293) ... ok [INFO] [stdout] test src/set.rs - set::&'aSet::bitxor (line 447) ... ok [INFO] [stdout] test src/map.rs - map::Map::lower_bound (line 486) ... ok [INFO] [stdout] test src/set.rs - set::Set::each_reverse (line 80) ... ok [INFO] [stdout] test src/set.rs - set::Set::clear (line 265) ... ok [INFO] [stdout] test src/set.rs - set::Set::is_empty (line 253) ... ok [INFO] [stdout] test src/set.rs - set::&'aSet::sub (line 467) ... ok [INFO] [stdout] test src/map.rs - map::Map::lower_bound_mut (line 526) ... ok [INFO] [stdout] test src/set.rs - set::Set::contains (line 278) ... ok [INFO] [stdout] test src/set.rs - set::&'aSet::bitand (line 427) ... ok [INFO] [stdout] test src/set.rs - set::Set::len (line 240) ... ok [INFO] [stdout] test src/set.rs - set::Set::difference (line 152) ... ok [INFO] [stdout] test src/set.rs - set::Set::is_superset (line 331) ... ok [INFO] [stdout] test src/set.rs - set::Set::insert (line 354) ... ok [INFO] [stdout] test src/set.rs - set::Set::iter (line 101) ... ok [INFO] [stdout] test src/set.rs - set::Set::is_subset (line 312) ... ok [INFO] [stdout] test src/set.rs - set::Set::intersection (line 200) ... ok [INFO] [stdout] test src/set.rs - set::Set::lower_bound (line 123) ... ok [INFO] [stdout] test src/set.rs - set::Set::new (line 67) ... ok [INFO] [stdout] test src/set.rs - set::Set::union (line 220) ... ok [INFO] [stdout] test src/set.rs - set::Set::symmetric_difference (line 177) ... ok [INFO] [stdout] test src/set.rs - set::Set::upper_bound (line 138) ... ok [INFO] [stdout] test src/set.rs - set::Set::remove (line 371) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 40 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.50s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "9de4ee8c6b11957f4d289f784d779bddb5c17c126f52f7fcef4061588476032e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9de4ee8c6b11957f4d289f784d779bddb5c17c126f52f7fcef4061588476032e", kill_on_drop: false }` [INFO] [stdout] 9de4ee8c6b11957f4d289f784d779bddb5c17c126f52f7fcef4061588476032e