[INFO] fetching crate firims 2.4.1... [INFO] testing firims-2.4.1 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate firims 2.4.1 into /workspace/builds/worker-7-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-7-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate firims 2.4.1 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded integer-hasher v0.1.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d030b35edcc42607b71d3c417a2a910cf4226a0ec755b62a487d057fce16b4d4 [INFO] running `Command { std: "docker" "start" "-a" "d030b35edcc42607b71d3c417a2a910cf4226a0ec755b62a487d057fce16b4d4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d030b35edcc42607b71d3c417a2a910cf4226a0ec755b62a487d057fce16b4d4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d030b35edcc42607b71d3c417a2a910cf4226a0ec755b62a487d057fce16b4d4", kill_on_drop: false }` [INFO] [stdout] d030b35edcc42607b71d3c417a2a910cf4226a0ec755b62a487d057fce16b4d4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 30bb97d9bba8719caa6c37105eb0e29a05b86ac020a4f390aa46e267ec828278 [INFO] running `Command { std: "docker" "start" "-a" "30bb97d9bba8719caa6c37105eb0e29a05b86ac020a4f390aa46e267ec828278", kill_on_drop: false }` [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 0.28s [INFO] running `Command { std: "docker" "inspect" "30bb97d9bba8719caa6c37105eb0e29a05b86ac020a4f390aa46e267ec828278", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "30bb97d9bba8719caa6c37105eb0e29a05b86ac020a4f390aa46e267ec828278", kill_on_drop: false }` [INFO] [stdout] 30bb97d9bba8719caa6c37105eb0e29a05b86ac020a4f390aa46e267ec828278 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2932dcaac706b84ec729424af20a5eba9d650cfa4c806ff5f239d4b93c87d2ff [INFO] running `Command { std: "docker" "start" "-a" "2932dcaac706b84ec729424af20a5eba9d650cfa4c806ff5f239d4b93c87d2ff", kill_on_drop: false }` [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 half v2.4.1 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling clap_builder v4.5.31 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling syn v2.0.98 [INFO] [stderr] Compiling is-terminal v0.4.15 [INFO] [stderr] Compiling oorandom v11.1.4 [INFO] [stderr] Compiling integer-hasher v0.1.1 [INFO] [stderr] Compiling plotters v0.3.7 [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 ciborium-ll v0.2.2 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling rand_core v0.9.2 [INFO] [stderr] Compiling regex v1.11.1 [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 ppv-lite86 v0.2.20 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling rand v0.9.0 [INFO] [stderr] Compiling serde_json v1.0.140 [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 13.83s [INFO] running `Command { std: "docker" "inspect" "2932dcaac706b84ec729424af20a5eba9d650cfa4c806ff5f239d4b93c87d2ff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2932dcaac706b84ec729424af20a5eba9d650cfa4c806ff5f239d4b93c87d2ff", kill_on_drop: false }` [INFO] [stdout] 2932dcaac706b84ec729424af20a5eba9d650cfa4c806ff5f239d4b93c87d2ff [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] ddb87b9ce67b37c194b3e6344427b122ca76d8c5410be30b941a582703e0fe57 [INFO] running `Command { std: "docker" "start" "-a" "ddb87b9ce67b37c194b3e6344427b122ca76d8c5410be30b941a582703e0fe57", 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 (run `cargo fix --lib -p firims` to apply 6 suggestions) [INFO] [stderr] warning: `firims` (lib test) generated 6 warnings (6 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/firims-37db223124e23ba9) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test tests::test_u8 ... ok [INFO] [stdout] test tests::test_u16 ... ok [INFO] [stdout] test tests::test_usize ... ok [INFO] [stdout] test tests::test_u32 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 8.55s [INFO] [stdout] [INFO] [stderr] Doc-tests firims [INFO] [stdout] [INFO] [stdout] running 58 tests [INFO] [stdout] test src/bitset.rs - bitset::&'_BitSet::bitand (line 491) ... ok [INFO] [stdout] test src/bitset.rs - bitset::BitSet::clear (line 134) ... ok [INFO] [stdout] test src/bitset.rs - bitset::&'_BitSet::sub (line 747) ... ok [INFO] [stdout] test src/bitset.rs - bitset::BitSet::from (line 615) ... ok [INFO] [stdout] test src/bitset.rs - bitset::&'aBitSet::into_iter (line 700) ... ok [INFO] [stdout] test src/bitset.rs - bitset::BitSet::contains (line 159) ... ok [INFO] [stdout] test src/bitset.rs - bitset::BitSet::difference (line 341) ... ok [INFO] [stdout] test src/bitset.rs - bitset::BitSet::default (line 42) ... ok [INFO] [stdout] test src/bitset.rs - bitset::BitSet::from_iter (line 633) ... ok [INFO] [stdout] test src/bitset.rs - bitset::BitSet::from_iter (line 654) ... ok [INFO] [stdout] test src/bitset.rs - bitset::BitSet::extend (line 594) ... ok [INFO] [stdout] test src/bitset.rs - bitset::BitSet::drain (line 319) ... ok [INFO] [stdout] test src/bitset.rs - bitset::BitSet::eq (line 722) ... ok [INFO] [stdout] test src/bitset.rs - bitset::BitSet::extend (line 573) ... ok [INFO] [stdout] test src/bitset.rs - bitset::&'_BitSet::bitor (line 520) ... ok [INFO] [stdout] test src/bitset.rs - bitset::BitSet::insert (line 188) ... ok [INFO] [stdout] test src/bitset.rs - bitset::BitSet::is_empty (line 118) ... ok [INFO] [stdout] test src/bitset.rs - bitset::&'_BitSet::bitxor (line 549) ... ok [INFO] [stdout] test src/bitset.rs - bitset::BitSet::intersection (line 389) ... ok [INFO] [stdout] test src/bitset.rs - bitset::BitSet::is_disjoint (line 419) ... ok [INFO] [stdout] test src/bitset.rs - bitset::BitSet::into_iter (line 676) ... ok [INFO] [stdout] test src/bitset.rs - bitset::BitSet::is_superset (line 463) ... ok [INFO] [stdout] test src/bitset.rs - bitset::BitSet::len (line 99) ... ok [INFO] [stdout] test src/vec_map.rs - vec_map::&'aVecMap::into_iter (line 977) ... ok [INFO] [stdout] test src/bitset.rs - bitset::BitSet::take (line 274) ... ok [INFO] [stdout] test src/bitset.rs - bitset::BitSet::remove (line 222) ... 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/vec_map.rs - vec_map::&'amutVecMap::into_iter (line 1009) ... ok [INFO] [stdout] test src/vec_map.rs - vec_map::VecMap::clear (line 116) ... ok [INFO] [stdout] test src/bitset.rs - bitset::BitSet::is_subset (line 437) ... ok [INFO] [stdout] test src/vec_map.rs - vec_map::VecMap::contains_key (line 182) ... ok [INFO] [stdout] test src/vec_map.rs - vec_map::VecMap::default (line 58) ... ok [INFO] [stdout] test src/bitset.rs - bitset::BitSet::new (line 89) ... ok [INFO] [stdout] test src/bitset.rs - bitset::BitSet::union (line 404) ... ok [INFO] [stdout] test src/bitset.rs - bitset::BitSet::iter (line 301) ... ok [INFO] [stdout] test src/vec_map.rs - vec_map::VecMap::from (line 1040) ... 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::from_iter (line 1103) ... 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::get_mut (line 520) ... 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::from_iter (line 1082) ... 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::into_values (line 363) ... 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::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::get_key_value (line 506) ... 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::iter_mut (line 404) ... ok [INFO] [stdout] test src/vec_map.rs - vec_map::VecMap::is_empty (line 160) ... 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::new (line 106) ... 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::values_mut (line 343) ... ok [INFO] [stdout] test src/vec_map.rs - vec_map::VecMap::retain (line 451) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 58 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.87s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "ddb87b9ce67b37c194b3e6344427b122ca76d8c5410be30b941a582703e0fe57", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ddb87b9ce67b37c194b3e6344427b122ca76d8c5410be30b941a582703e0fe57", kill_on_drop: false }` [INFO] [stdout] ddb87b9ce67b37c194b3e6344427b122ca76d8c5410be30b941a582703e0fe57