[INFO] fetching crate generic_parameterize 0.3.0... [INFO] testing generic_parameterize-0.3.0 against 1.90.0 for beta-1.91-3 [INFO] extracting crate generic_parameterize 0.3.0 into /workspace/builds/worker-7-tc1/source [INFO] started tweaking crates.io crate generic_parameterize 0.3.0 [INFO] finished tweaking crates.io crate generic_parameterize 0.3.0 [INFO] tweaked toml for crates.io crate generic_parameterize 0.3.0 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate generic_parameterize 0.3.0 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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 10 packages to latest compatible versions [INFO] [stderr] Adding itertools v0.13.0 (available: v0.14.0) [INFO] [stderr] Adding strum v0.26.3 (available: v0.27.2) [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] 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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 98da0a8ab4a857b036938a83d05e6bc3d5356f66d6a05f7ae5fd5916755dae65 [INFO] running `Command { std: "docker" "start" "-a" "98da0a8ab4a857b036938a83d05e6bc3d5356f66d6a05f7ae5fd5916755dae65", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "98da0a8ab4a857b036938a83d05e6bc3d5356f66d6a05f7ae5fd5916755dae65", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "98da0a8ab4a857b036938a83d05e6bc3d5356f66d6a05f7ae5fd5916755dae65", kill_on_drop: false }` [INFO] [stdout] 98da0a8ab4a857b036938a83d05e6bc3d5356f66d6a05f7ae5fd5916755dae65 [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=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] 3815be8e32e8f9a25082205629cb4938b1ba0552726542774ce4f1e294886a7f [INFO] running `Command { std: "docker" "start" "-a" "3815be8e32e8f9a25082205629cb4938b1ba0552726542774ce4f1e294886a7f", kill_on_drop: false }` [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling strum v0.26.3 [INFO] [stderr] Compiling generic_parameterize v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/arguments.rs:149:47 [INFO] [stdout] | [INFO] [stdout] 149 | fn extract bool>(&mut self, f: F) -> ExtractIterator { [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] 149 | fn extract bool>(&mut self, f: F) -> ExtractIterator<'_, Self::Item, F> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/arguments.rs:154:9 [INFO] [stdout] | [INFO] [stdout] 154 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 155 | f: F, [INFO] [stdout] 156 | ) -> ExtractMap { [INFO] [stdout] | ---------------------------- 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] 156 | ) -> ExtractMap<'_, Self::Item, U, F> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/extract.rs:11:47 [INFO] [stdout] | [INFO] [stdout] 11 | fn extract bool>(&mut self, f: F) -> ExtractIterator; [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] 11 | fn extract bool>(&mut self, f: F) -> ExtractIterator<'_, Self::Item, F>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/extract.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 15 | f: F, [INFO] [stdout] 16 | ) -> ExtractMap; [INFO] [stdout] | ---------------------------- 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] 16 | ) -> ExtractMap<'_, Self::Item, U, F>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/extract.rs:21:47 [INFO] [stdout] | [INFO] [stdout] 21 | fn extract bool>(&mut self, f: F) -> ExtractIterator { [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] 21 | fn extract bool>(&mut self, f: F) -> ExtractIterator<'_, Self::Item, F> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/extract.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 31 | f: F, [INFO] [stdout] 32 | ) -> ExtractMap { [INFO] [stdout] | ---------------------------- 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] 32 | ) -> ExtractMap<'_, Self::Item, U, F> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.86s [INFO] running `Command { std: "docker" "inspect" "3815be8e32e8f9a25082205629cb4938b1ba0552726542774ce4f1e294886a7f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3815be8e32e8f9a25082205629cb4938b1ba0552726542774ce4f1e294886a7f", kill_on_drop: false }` [INFO] [stdout] 3815be8e32e8f9a25082205629cb4938b1ba0552726542774ce4f1e294886a7f [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=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] 95b2f925cbad0d26dafdddb3d7d71095cb09309816a97cc118d5073b2d895759 [INFO] running `Command { std: "docker" "start" "-a" "95b2f925cbad0d26dafdddb3d7d71095cb09309816a97cc118d5073b2d895759", kill_on_drop: false }` [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling strum v0.26.3 [INFO] [stderr] Compiling generic_parameterize v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/arguments.rs:149:47 [INFO] [stdout] | [INFO] [stdout] 149 | fn extract bool>(&mut self, f: F) -> ExtractIterator { [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] 149 | fn extract bool>(&mut self, f: F) -> ExtractIterator<'_, Self::Item, F> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/arguments.rs:154:9 [INFO] [stdout] | [INFO] [stdout] 154 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 155 | f: F, [INFO] [stdout] 156 | ) -> ExtractMap { [INFO] [stdout] | ---------------------------- 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] 156 | ) -> ExtractMap<'_, Self::Item, U, F> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/extract.rs:11:47 [INFO] [stdout] | [INFO] [stdout] 11 | fn extract bool>(&mut self, f: F) -> ExtractIterator; [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] 11 | fn extract bool>(&mut self, f: F) -> ExtractIterator<'_, Self::Item, F>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/extract.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 15 | f: F, [INFO] [stdout] 16 | ) -> ExtractMap; [INFO] [stdout] | ---------------------------- 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] 16 | ) -> ExtractMap<'_, Self::Item, U, F>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/extract.rs:21:47 [INFO] [stdout] | [INFO] [stdout] 21 | fn extract bool>(&mut self, f: F) -> ExtractIterator { [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] 21 | fn extract bool>(&mut self, f: F) -> ExtractIterator<'_, Self::Item, F> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/extract.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 31 | f: F, [INFO] [stdout] 32 | ) -> ExtractMap { [INFO] [stdout] | ---------------------------- 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] 32 | ) -> ExtractMap<'_, Self::Item, U, F> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/arguments.rs:149:47 [INFO] [stdout] | [INFO] [stdout] 149 | fn extract bool>(&mut self, f: F) -> ExtractIterator { [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] 149 | fn extract bool>(&mut self, f: F) -> ExtractIterator<'_, Self::Item, F> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/arguments.rs:154:9 [INFO] [stdout] | [INFO] [stdout] 154 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 155 | f: F, [INFO] [stdout] 156 | ) -> ExtractMap { [INFO] [stdout] | ---------------------------- 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] 156 | ) -> ExtractMap<'_, Self::Item, U, F> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/extract.rs:11:47 [INFO] [stdout] | [INFO] [stdout] 11 | fn extract bool>(&mut self, f: F) -> ExtractIterator; [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] 11 | fn extract bool>(&mut self, f: F) -> ExtractIterator<'_, Self::Item, F>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/extract.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 15 | f: F, [INFO] [stdout] 16 | ) -> ExtractMap; [INFO] [stdout] | ---------------------------- 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] 16 | ) -> ExtractMap<'_, Self::Item, U, F>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/extract.rs:21:47 [INFO] [stdout] | [INFO] [stdout] 21 | fn extract bool>(&mut self, f: F) -> ExtractIterator { [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] 21 | fn extract bool>(&mut self, f: F) -> ExtractIterator<'_, Self::Item, F> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/extract.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 31 | f: F, [INFO] [stdout] 32 | ) -> ExtractMap { [INFO] [stdout] | ---------------------------- 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] 32 | ) -> ExtractMap<'_, Self::Item, U, F> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 8.07s [INFO] running `Command { std: "docker" "inspect" "95b2f925cbad0d26dafdddb3d7d71095cb09309816a97cc118d5073b2d895759", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "95b2f925cbad0d26dafdddb3d7d71095cb09309816a97cc118d5073b2d895759", kill_on_drop: false }` [INFO] [stdout] 95b2f925cbad0d26dafdddb3d7d71095cb09309816a97cc118d5073b2d895759 [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=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] 10192e58424e18112c3c04791266e7aa31b5247c421b3e95b5a156d1fbfa94ab [INFO] running `Command { std: "docker" "start" "-a" "10192e58424e18112c3c04791266e7aa31b5247c421b3e95b5a156d1fbfa94ab", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/arguments.rs:149:47 [INFO] [stderr] | [INFO] [stderr] 149 | fn extract bool>(&mut self, f: F) -> ExtractIterator { [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] 149 | fn extract bool>(&mut self, f: F) -> ExtractIterator<'_, Self::Item, F> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/arguments.rs:154:9 [INFO] [stderr] | [INFO] [stderr] 154 | &mut self, [INFO] [stderr] | ^^^^^^^^^ the lifetime is elided here [INFO] [stderr] 155 | f: F, [INFO] [stderr] 156 | ) -> ExtractMap { [INFO] [stderr] | ---------------------------- 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] 156 | ) -> ExtractMap<'_, Self::Item, U, F> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/extract.rs:11:47 [INFO] [stderr] | [INFO] [stderr] 11 | fn extract bool>(&mut self, f: F) -> ExtractIterator; [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] 11 | fn extract bool>(&mut self, f: F) -> ExtractIterator<'_, Self::Item, F>; [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/extract.rs:14:9 [INFO] [stderr] | [INFO] [stderr] 14 | &mut self, [INFO] [stderr] | ^^^^^^^^^ the lifetime is elided here [INFO] [stderr] 15 | f: F, [INFO] [stderr] 16 | ) -> ExtractMap; [INFO] [stderr] | ---------------------------- 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] 16 | ) -> ExtractMap<'_, Self::Item, U, F>; [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/extract.rs:21:47 [INFO] [stderr] | [INFO] [stderr] 21 | fn extract bool>(&mut self, f: F) -> ExtractIterator { [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] 21 | fn extract bool>(&mut self, f: F) -> ExtractIterator<'_, Self::Item, F> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/extract.rs:30:9 [INFO] [stderr] | [INFO] [stderr] 30 | &mut self, [INFO] [stderr] | ^^^^^^^^^ the lifetime is elided here [INFO] [stderr] 31 | f: F, [INFO] [stderr] 32 | ) -> ExtractMap { [INFO] [stderr] | ---------------------------- 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] 32 | ) -> ExtractMap<'_, Self::Item, U, F> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `generic_parameterize` (lib) generated 6 warnings [INFO] [stderr] warning: `generic_parameterize` (lib test) generated 6 warnings (6 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/generic_parameterize-8b50987ba29efbba) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test extract::tests::extract ... ok [INFO] [stderr] Running tests/test_macros.rs (/opt/rustwide/target/debug/deps/test_macros-abfb9b580528cb91) [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 14 tests [INFO] [stdout] test metatest_generic_matrix ... ok [INFO] [stdout] test test_fn_matrix::test_fn_matrix_say_goodbye_2_times ... ok [INFO] [stdout] test metatest_fn_matrix ... ok [INFO] [stdout] test test_fn_matrix::test_fn_matrix_say_goodbye_expr3F46_times ... ok [INFO] [stdout] test test_fn_matrix::test_fn_matrix_say_goodbye_1_times ... ok [INFO] [stdout] test test_fn_matrix::test_fn_matrix_say_hello_1_times ... ok [INFO] [stdout] test test_fn_matrix::test_fn_matrix_say_hello_2_times ... ok [INFO] [stdout] test test_fn_matrix::test_fn_matrix_say_hello_expr3F46_times ... ok [INFO] [stdout] test test_generic_matrix::test_generic_matrix_5xf32 ... ok [INFO] [stdout] test test_generic_matrix::test_generic_matrix_5xi32 ... ok [INFO] [stdout] test test_generic_matrix::test_generic_matrix_6xi32 ... ok [INFO] [stdout] test test_generic_matrix::test_generic_matrix_6xf32 ... ok [INFO] [stdout] test test_generic_matrix::test_generic_matrix_7xi32 ... ok [INFO] [stdout] test test_generic_matrix::test_generic_matrix_7xf32 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests generic_parameterize [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/lib.rs - parameterize (line 183) ... ok [INFO] [stdout] test src/lib.rs - parameterize (line 201) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.17s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "10192e58424e18112c3c04791266e7aa31b5247c421b3e95b5a156d1fbfa94ab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "10192e58424e18112c3c04791266e7aa31b5247c421b3e95b5a156d1fbfa94ab", kill_on_drop: false }` [INFO] [stdout] 10192e58424e18112c3c04791266e7aa31b5247c421b3e95b5a156d1fbfa94ab