[INFO] fetching crate firims 2.4.1... [INFO] testing firims-2.4.1 against 1.90.0 for beta-1.91-3 [INFO] extracting crate firims 2.4.1 into /workspace/builds/worker-6-tc1/source [INFO] started tweaking crates.io crate firims 2.4.1 [INFO] finished tweaking crates.io crate firims 2.4.1 [INFO] tweaked toml for crates.io crate firims 2.4.1 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate firims 2.4.1 on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate firims 2.4.1 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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded is-terminal v0.4.15 [INFO] [stderr] Downloaded either v1.14.0 [INFO] [stderr] Downloaded integer-hasher v0.1.1 [INFO] [stderr] Downloaded rand_core v0.9.2 [INFO] [stderr] Downloaded clap v4.5.31 [INFO] [stderr] Downloaded zerocopy-derive v0.8.21 [INFO] [stderr] Downloaded clap_builder v4.5.31 [INFO] [stderr] Downloaded zerocopy v0.8.21 [INFO] [stderr] Downloaded libc v0.2.170 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 879b528ee6df2d33d2fc5a0db110d4fe12ebd0b389e5f3c87578da7cf1718b7e [INFO] running `Command { std: "docker" "start" "-a" "879b528ee6df2d33d2fc5a0db110d4fe12ebd0b389e5f3c87578da7cf1718b7e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "879b528ee6df2d33d2fc5a0db110d4fe12ebd0b389e5f3c87578da7cf1718b7e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "879b528ee6df2d33d2fc5a0db110d4fe12ebd0b389e5f3c87578da7cf1718b7e", kill_on_drop: false }` [INFO] [stdout] 879b528ee6df2d33d2fc5a0db110d4fe12ebd0b389e5f3c87578da7cf1718b7e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f9219c02130ae15c45858f42fe60fd813874066a677fb538d94bda02708ebefa [INFO] running `Command { std: "docker" "start" "-a" "f9219c02130ae15c45858f42fe60fd813874066a677fb538d94bda02708ebefa", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling firims v2.4.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/vec_map.rs:296:17 [INFO] [stdout] | [INFO] [stdout] 296 | 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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 296 | pub fn keys(&self) -> Keys<'_, LOWER, UPPER, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/vec_map.rs:336:19 [INFO] [stdout] | [INFO] [stdout] 336 | 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] 336 | pub fn values(&self) -> Values<'_, LOWER, UPPER, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/vec_map.rs:357:23 [INFO] [stdout] | [INFO] [stdout] 357 | 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] 357 | pub fn values_mut(&mut self) -> ValuesMut<'_, LOWER, UPPER, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/vec_map.rs:397:17 [INFO] [stdout] | [INFO] [stdout] 397 | 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] 397 | pub fn iter(&self) -> Iter<'_, LOWER, UPPER, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/vec_map.rs:418:21 [INFO] [stdout] | [INFO] [stdout] 418 | 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] 418 | pub fn iter_mut(&mut self) -> IterMut<'_, LOWER, UPPER, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/vec_map.rs:442:18 [INFO] [stdout] | [INFO] [stdout] 442 | pub fn drain(&mut self) -> Drain { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 442 | pub fn drain(&mut self) -> Drain<'_, LOWER, UPPER, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s [INFO] running `Command { std: "docker" "inspect" "f9219c02130ae15c45858f42fe60fd813874066a677fb538d94bda02708ebefa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f9219c02130ae15c45858f42fe60fd813874066a677fb538d94bda02708ebefa", kill_on_drop: false }` [INFO] [stdout] f9219c02130ae15c45858f42fe60fd813874066a677fb538d94bda02708ebefa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7c8ae90958bba59e3566edc1fce89a2aba6cb582d268d02803a06407b20a8486 [INFO] running `Command { std: "docker" "start" "-a" "7c8ae90958bba59e3566edc1fce89a2aba6cb582d268d02803a06407b20a8486", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.93 [INFO] [stderr] Compiling unicode-ident v1.0.17 [INFO] [stderr] Compiling libc v0.2.170 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling serde v1.0.218 [INFO] [stderr] Compiling getrandom v0.3.1 [INFO] [stderr] Compiling zerocopy v0.8.21 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling either v1.14.0 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling ciborium-io v0.2.2 [INFO] [stderr] Compiling ryu v1.0.19 [INFO] [stderr] Compiling half v2.4.1 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling plotters-backend v0.3.7 [INFO] [stderr] Compiling clap_builder v4.5.31 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling oorandom v11.1.4 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling plotters-svg v0.3.7 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stderr] Compiling once_cell v1.20.3 [INFO] [stderr] Compiling integer-hasher v0.1.1 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/vec_map.rs:296:17 [INFO] [stdout] | [INFO] [stdout] 296 | 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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 296 | pub fn keys(&self) -> Keys<'_, LOWER, UPPER, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/vec_map.rs:336:19 [INFO] [stdout] | [INFO] [stdout] 336 | 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] 336 | pub fn values(&self) -> Values<'_, LOWER, UPPER, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/vec_map.rs:357:23 [INFO] [stdout] | [INFO] [stdout] 357 | 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] 357 | pub fn values_mut(&mut self) -> ValuesMut<'_, LOWER, UPPER, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/vec_map.rs:397:17 [INFO] [stdout] | [INFO] [stdout] 397 | 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] 397 | pub fn iter(&self) -> Iter<'_, LOWER, UPPER, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/vec_map.rs:418:21 [INFO] [stdout] | [INFO] [stdout] 418 | 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] 418 | pub fn iter_mut(&mut self) -> IterMut<'_, LOWER, UPPER, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/vec_map.rs:442:18 [INFO] [stdout] | [INFO] [stdout] 442 | pub fn drain(&mut self) -> Drain { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 442 | pub fn drain(&mut self) -> Drain<'_, LOWER, UPPER, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling syn v2.0.98 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling is-terminal v0.4.15 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling rand_core v0.9.2 [INFO] [stderr] Compiling clap v4.5.31 [INFO] [stderr] Compiling serde_derive v1.0.218 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.20 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling rand v0.9.0 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stderr] Compiling firims v2.4.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/vec_map.rs:296:17 [INFO] [stdout] | [INFO] [stdout] 296 | 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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 296 | pub fn keys(&self) -> Keys<'_, LOWER, UPPER, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/vec_map.rs:336:19 [INFO] [stdout] | [INFO] [stdout] 336 | 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] 336 | pub fn values(&self) -> Values<'_, LOWER, UPPER, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/vec_map.rs:357:23 [INFO] [stdout] | [INFO] [stdout] 357 | 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] 357 | pub fn values_mut(&mut self) -> ValuesMut<'_, LOWER, UPPER, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/vec_map.rs:397:17 [INFO] [stdout] | [INFO] [stdout] 397 | 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] 397 | pub fn iter(&self) -> Iter<'_, LOWER, UPPER, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/vec_map.rs:418:21 [INFO] [stdout] | [INFO] [stdout] 418 | 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] 418 | pub fn iter_mut(&mut self) -> IterMut<'_, LOWER, UPPER, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/vec_map.rs:442:18 [INFO] [stdout] | [INFO] [stdout] 442 | pub fn drain(&mut self) -> Drain { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 442 | pub fn drain(&mut self) -> Drain<'_, LOWER, UPPER, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 27.26s [INFO] running `Command { std: "docker" "inspect" "7c8ae90958bba59e3566edc1fce89a2aba6cb582d268d02803a06407b20a8486", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7c8ae90958bba59e3566edc1fce89a2aba6cb582d268d02803a06407b20a8486", kill_on_drop: false }` [INFO] [stdout] 7c8ae90958bba59e3566edc1fce89a2aba6cb582d268d02803a06407b20a8486 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b3bd063a75dec8e01843dbd81e1301a3ababee9e53335855ad9f403869f255d9 [INFO] running `Command { std: "docker" "start" "-a" "b3bd063a75dec8e01843dbd81e1301a3ababee9e53335855ad9f403869f255d9", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/vec_map.rs:296:17 [INFO] [stderr] | [INFO] [stderr] 296 | 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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 296 | pub fn keys(&self) -> Keys<'_, LOWER, UPPER, K, V> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/vec_map.rs:336:19 [INFO] [stderr] | [INFO] [stderr] 336 | 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] 336 | pub fn values(&self) -> Values<'_, LOWER, UPPER, K, V> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/vec_map.rs:357:23 [INFO] [stderr] | [INFO] [stderr] 357 | 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] 357 | pub fn values_mut(&mut self) -> ValuesMut<'_, LOWER, UPPER, K, V> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/vec_map.rs:397:17 [INFO] [stderr] | [INFO] [stderr] 397 | 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] 397 | pub fn iter(&self) -> Iter<'_, LOWER, UPPER, K, V> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/vec_map.rs:418:21 [INFO] [stderr] | [INFO] [stderr] 418 | 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] 418 | pub fn iter_mut(&mut self) -> IterMut<'_, LOWER, UPPER, K, V> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/vec_map.rs:442:18 [INFO] [stderr] | [INFO] [stderr] 442 | pub fn drain(&mut self) -> Drain { [INFO] [stderr] | ^^^^^^^^^ ------------------------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 442 | pub fn drain(&mut self) -> Drain<'_, LOWER, UPPER, K, V> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `firims` (lib) generated 6 warnings [INFO] [stderr] warning: `firims` (lib test) generated 6 warnings (6 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/firims-1ccabe86f03ae0e2) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test tests::test_u16 ... ok [INFO] [stdout] test tests::test_u8 ... ok [INFO] [stdout] test tests::test_u32 ... ok [INFO] [stdout] test tests::test_usize ... ok [INFO] [stderr] Doc-tests firims [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 13.15s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 58 tests [INFO] [stdout] test src/bitset.rs - bitset::BitSet::difference (line 341) ... ok [INFO] [stdout] test src/bitset.rs - bitset::&'_BitSet::bitor (line 520) ... ok [INFO] [stdout] test src/bitset.rs - bitset::BitSet::from_iter (line 654) ... ok [INFO] [stdout] test src/bitset.rs - bitset::BitSet::contains (line 159) ... ok [INFO] [stdout] test src/bitset.rs - bitset::BitSet::eq (line 722) ... ok [INFO] [stdout] test src/bitset.rs - bitset::BitSet::default (line 42) ... ok [INFO] [stdout] test src/bitset.rs - bitset::&'aBitSet::into_iter (line 700) ... ok [INFO] [stdout] test src/bitset.rs - bitset::BitSet::clear (line 134) ... ok [INFO] [stdout] test src/bitset.rs - bitset::BitSet::from_iter (line 633) ... ok [INFO] [stdout] test src/bitset.rs - bitset::BitSet::extend (line 573) ... ok [INFO] [stdout] test src/bitset.rs - bitset::&'_BitSet::bitxor (line 549) ... ok [INFO] [stdout] test src/bitset.rs - bitset::BitSet::extend (line 594) ... ok [INFO] [stdout] test src/bitset.rs - bitset::BitSet::is_empty (line 118) ... ok [INFO] [stdout] test src/bitset.rs - bitset::&'_BitSet::bitand (line 491) ... ok [INFO] [stdout] test src/bitset.rs - bitset::&'_BitSet::sub (line 747) ... ok [INFO] [stdout] test src/bitset.rs - bitset::BitSet::drain (line 319) ... ok [INFO] [stdout] test src/bitset.rs - bitset::BitSet::is_disjoint (line 419) ... ok [INFO] [stdout] test src/bitset.rs - bitset::BitSet::from (line 615) ... ok [INFO] [stdout] test src/bitset.rs - bitset::BitSet::iter (line 301) ... ok [INFO] [stdout] test src/bitset.rs - bitset::BitSet::insert (line 188) ... ok [INFO] [stdout] test src/bitset.rs - bitset::BitSet::into_iter (line 676) ... ok [INFO] [stdout] test src/bitset.rs - bitset::BitSet::len (line 99) ... ok [INFO] [stdout] test src/bitset.rs - bitset::BitSet::new (line 89) ... ok [INFO] [stdout] test src/vec_map.rs - vec_map::&'amutVecMap::into_iter (line 1009) ... ok [INFO] [stdout] test src/vec_map.rs - vec_map::VecMap::contains_key (line 182) ... ok [INFO] [stdout] test src/bitset.rs - bitset::BitSet::is_superset (line 463) ... ok [INFO] [stdout] test src/bitset.rs - bitset::BitSet::take (line 274) ... ok [INFO] [stdout] test src/vec_map.rs - vec_map::VecMap::clear (line 116) ... ok [INFO] [stdout] test src/vec_map.rs - vec_map::VecMap::drain (line 425) ... ok [INFO] [stdout] test src/vec_map.rs - vec_map::VecMap::default (line 58) ... ok [INFO] [stdout] test src/bitset.rs - bitset::BitSet::symmetric_difference (line 362) ... ok [INFO] [stdout] test src/bitset.rs - bitset::BitSet::retain (line 247) ... ok [INFO] [stdout] test src/bitset.rs - bitset::BitSet::intersection (line 389) ... ok [INFO] [stdout] test src/vec_map.rs - vec_map::VecMap::get_mut (line 520) ... ok [INFO] [stdout] test src/bitset.rs - bitset::BitSet::union (line 404) ... ok [INFO] [stdout] test src/vec_map.rs - vec_map::VecMap::from_iter (line 1061) ... ok [INFO] [stdout] test src/vec_map.rs - vec_map::VecMap::from_iter (line 1082) ... ok [INFO] [stdout] test src/vec_map.rs - vec_map::VecMap::from (line 1040) ... ok [INFO] [stdout] test src/bitset.rs - bitset::BitSet::is_subset (line 437) ... ok [INFO] [stdout] test src/vec_map.rs - vec_map::&'aVecMap::into_iter (line 977) ... ok [INFO] [stdout] test src/vec_map.rs - vec_map::VecMap::into_keys (line 302) ... ok [INFO] [stdout] test src/vec_map.rs - vec_map::VecMap::insert (line 219) ... ok [INFO] [stdout] test src/vec_map.rs - vec_map::VecMap::into_values (line 363) ... ok [INFO] [stdout] test src/bitset.rs - bitset::BitSet::remove (line 222) ... ok [INFO] [stdout] test src/vec_map.rs - vec_map::VecMap::into_iter (line 949) ... ok [INFO] [stdout] test src/vec_map.rs - vec_map::VecMap::new (line 106) ... ok [INFO] [stdout] test src/vec_map.rs - vec_map::VecMap::get_key_value (line 506) ... ok [INFO] [stdout] test src/vec_map.rs - vec_map::VecMap::iter_mut (line 404) ... ok [INFO] [stdout] test src/vec_map.rs - vec_map::VecMap::from_iter (line 1103) ... ok [INFO] [stdout] test src/vec_map.rs - vec_map::VecMap::get (line 482) ... ok [INFO] [stdout] test src/vec_map.rs - vec_map::VecMap::keys (line 282) ... ok [INFO] [stdout] test src/vec_map.rs - vec_map::VecMap::values (line 322) ... ok [INFO] [stdout] test src/vec_map.rs - vec_map::VecMap::from_iter (line 1124) ... ok [INFO] [stdout] test src/vec_map.rs - vec_map::VecMap::len (line 140) ... ok [INFO] [stdout] test src/vec_map.rs - vec_map::VecMap::retain (line 451) ... ok [INFO] [stdout] test src/vec_map.rs - vec_map::VecMap::iter (line 383) ... ok [INFO] [stdout] test src/vec_map.rs - vec_map::VecMap::values_mut (line 343) ... ok [INFO] [stdout] test src/vec_map.rs - vec_map::VecMap::is_empty (line 160) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 58 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.08s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b3bd063a75dec8e01843dbd81e1301a3ababee9e53335855ad9f403869f255d9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b3bd063a75dec8e01843dbd81e1301a3ababee9e53335855ad9f403869f255d9", kill_on_drop: false }` [INFO] [stdout] b3bd063a75dec8e01843dbd81e1301a3ababee9e53335855ad9f403869f255d9