[INFO] fetching crate rawzip 0.2.0... [INFO] testing rawzip-0.2.0 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate rawzip 0.2.0 into /workspace/builds/worker-3-tc1/source [INFO] started tweaking crates.io crate rawzip 0.2.0 [INFO] finished tweaking crates.io crate rawzip 0.2.0 [INFO] tweaked toml for crates.io crate rawzip 0.2.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate rawzip 0.2.0 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate rawzip 0.2.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ddcbca035af6c3dad647f77b270aec66d432035dd579fd8f79e7baa020e6d316 [INFO] running `Command { std: "docker" "start" "-a" "ddcbca035af6c3dad647f77b270aec66d432035dd579fd8f79e7baa020e6d316", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ddcbca035af6c3dad647f77b270aec66d432035dd579fd8f79e7baa020e6d316", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ddcbca035af6c3dad647f77b270aec66d432035dd579fd8f79e7baa020e6d316", kill_on_drop: false }` [INFO] [stdout] ddcbca035af6c3dad647f77b270aec66d432035dd579fd8f79e7baa020e6d316 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] d965beb876037188630ce458c8de774636985420456cf8d79fc2876dd1625ca1 [INFO] running `Command { std: "docker" "start" "-a" "d965beb876037188630ce458c8de774636985420456cf8d79fc2876dd1625ca1", kill_on_drop: false }` [INFO] [stderr] Compiling rawzip v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/archive.rs:52:20 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn entries(&self) -> ZipSliceEntries { [INFO] [stdout] | ^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 52 | pub fn entries(&self) -> ZipSliceEntries<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/archive.rs:84:20 [INFO] [stdout] | [INFO] [stdout] 84 | pub fn comment(&self) -> ZipStr { [INFO] [stdout] | ^^^^^ ------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 84 | pub fn comment(&self) -> ZipStr<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/archive.rs:113:22 [INFO] [stdout] | [INFO] [stdout] 113 | pub fn get_entry(&self, entry: ZipArchiveEntryWayfinder) -> Result { [INFO] [stdout] | ^^^^^ this lifetime flows to the output ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 113 | pub fn get_entry(&self, entry: ZipArchiveEntryWayfinder) -> Result, Error> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/archive.rs:388:20 [INFO] [stdout] | [INFO] [stdout] 388 | pub fn comment(&self) -> ZipStr { [INFO] [stdout] | ^^^^^ ------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 388 | pub fn comment(&self) -> ZipStr<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/archive.rs:730:23 [INFO] [stdout] | [INFO] [stdout] 730 | pub fn next_entry(&mut self) -> Result, Error> { [INFO] [stdout] | ^^^^^^^^^ ------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 730 | pub fn next_entry(&mut self) -> Result>, Error> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/archive.rs:1023:19 [INFO] [stdout] | [INFO] [stdout] 1023 | pub fn as_str(&self) -> ZipStr { [INFO] [stdout] | ^^^^^ ------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 1023 | pub fn as_str(&self) -> ZipStr<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/archive.rs:1170:22 [INFO] [stdout] | [INFO] [stdout] 1170 | pub fn normalize(&self) -> Result, Error> { [INFO] [stdout] | ^^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 1170 | pub fn normalize(&self) -> Result, Error> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/archive.rs:1387:27 [INFO] [stdout] | [INFO] [stdout] 1387 | pub fn file_safe_path(&self) -> Result, Error> { [INFO] [stdout] | ^^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 1387 | pub fn file_safe_path(&self) -> Result, Error> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.31s [INFO] running `Command { std: "docker" "inspect" "d965beb876037188630ce458c8de774636985420456cf8d79fc2876dd1625ca1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d965beb876037188630ce458c8de774636985420456cf8d79fc2876dd1625ca1", kill_on_drop: false }` [INFO] [stdout] d965beb876037188630ce458c8de774636985420456cf8d79fc2876dd1625ca1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] bc4777b2ffc43035dc735753bebf1fabb8937c79e579249ac55fc0667068007d [INFO] running `Command { std: "docker" "start" "-a" "bc4777b2ffc43035dc735753bebf1fabb8937c79e579249ac55fc0667068007d", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.93 [INFO] [stderr] Compiling unicode-ident v1.0.16 [INFO] [stderr] Compiling semver v1.0.25 [INFO] [stderr] Compiling libc v0.2.169 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling toml_datetime v0.6.9 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling toml_edit v0.22.26 [INFO] [stderr] Compiling log v0.4.25 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Compiling syn v2.0.96 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling futures-task v0.3.31 [INFO] [stderr] Compiling rstest_macros v0.24.0 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling futures-core v0.3.31 [INFO] [stderr] Compiling relative-path v1.9.3 [INFO] [stderr] Compiling adler2 v2.0.0 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling miniz_oxide v0.8.3 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling proc-macro-crate v3.3.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling futures-timer v3.0.3 [INFO] [stderr] Compiling flate2 v1.0.35 [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/archive.rs:52:20 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn entries(&self) -> ZipSliceEntries { [INFO] [stdout] | ^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 52 | pub fn entries(&self) -> ZipSliceEntries<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/archive.rs:84:20 [INFO] [stdout] | [INFO] [stdout] 84 | pub fn comment(&self) -> ZipStr { [INFO] [stdout] | ^^^^^ ------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 84 | pub fn comment(&self) -> ZipStr<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/archive.rs:113:22 [INFO] [stdout] | [INFO] [stdout] 113 | pub fn get_entry(&self, entry: ZipArchiveEntryWayfinder) -> Result { [INFO] [stdout] | ^^^^^ this lifetime flows to the output ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 113 | pub fn get_entry(&self, entry: ZipArchiveEntryWayfinder) -> Result, Error> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/archive.rs:388:20 [INFO] [stdout] | [INFO] [stdout] 388 | pub fn comment(&self) -> ZipStr { [INFO] [stdout] | ^^^^^ ------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 388 | pub fn comment(&self) -> ZipStr<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/archive.rs:730:23 [INFO] [stdout] | [INFO] [stdout] 730 | pub fn next_entry(&mut self) -> Result, Error> { [INFO] [stdout] | ^^^^^^^^^ ------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 730 | pub fn next_entry(&mut self) -> Result>, Error> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/archive.rs:1023:19 [INFO] [stdout] | [INFO] [stdout] 1023 | pub fn as_str(&self) -> ZipStr { [INFO] [stdout] | ^^^^^ ------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 1023 | pub fn as_str(&self) -> ZipStr<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/archive.rs:1170:22 [INFO] [stdout] | [INFO] [stdout] 1170 | pub fn normalize(&self) -> Result, Error> { [INFO] [stdout] | ^^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 1170 | pub fn normalize(&self) -> Result, Error> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/archive.rs:1387:27 [INFO] [stdout] | [INFO] [stdout] 1387 | pub fn file_safe_path(&self) -> Result, Error> { [INFO] [stdout] | ^^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 1387 | pub fn file_safe_path(&self) -> Result, Error> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling env_logger v0.8.4 [INFO] [stderr] Compiling quickcheck v1.0.3 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling quickcheck_macros v1.0.0 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling rstest v0.24.0 [INFO] [stderr] Compiling rawzip v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/archive.rs:52:20 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn entries(&self) -> ZipSliceEntries { [INFO] [stdout] | ^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 52 | pub fn entries(&self) -> ZipSliceEntries<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/archive.rs:84:20 [INFO] [stdout] | [INFO] [stdout] 84 | pub fn comment(&self) -> ZipStr { [INFO] [stdout] | ^^^^^ ------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 84 | pub fn comment(&self) -> ZipStr<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/archive.rs:113:22 [INFO] [stdout] | [INFO] [stdout] 113 | pub fn get_entry(&self, entry: ZipArchiveEntryWayfinder) -> Result { [INFO] [stdout] | ^^^^^ this lifetime flows to the output ------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 113 | pub fn get_entry(&self, entry: ZipArchiveEntryWayfinder) -> Result, Error> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/archive.rs:388:20 [INFO] [stdout] | [INFO] [stdout] 388 | pub fn comment(&self) -> ZipStr { [INFO] [stdout] | ^^^^^ ------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 388 | pub fn comment(&self) -> ZipStr<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/archive.rs:730:23 [INFO] [stdout] | [INFO] [stdout] 730 | pub fn next_entry(&mut self) -> Result, Error> { [INFO] [stdout] | ^^^^^^^^^ ------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 730 | pub fn next_entry(&mut self) -> Result>, Error> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/archive.rs:1023:19 [INFO] [stdout] | [INFO] [stdout] 1023 | pub fn as_str(&self) -> ZipStr { [INFO] [stdout] | ^^^^^ ------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 1023 | pub fn as_str(&self) -> ZipStr<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/archive.rs:1170:22 [INFO] [stdout] | [INFO] [stdout] 1170 | pub fn normalize(&self) -> Result, Error> { [INFO] [stdout] | ^^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 1170 | pub fn normalize(&self) -> Result, Error> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/archive.rs:1387:27 [INFO] [stdout] | [INFO] [stdout] 1387 | pub fn file_safe_path(&self) -> Result, Error> { [INFO] [stdout] | ^^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 1387 | pub fn file_safe_path(&self) -> Result, Error> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 8.34s [INFO] running `Command { std: "docker" "inspect" "bc4777b2ffc43035dc735753bebf1fabb8937c79e579249ac55fc0667068007d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bc4777b2ffc43035dc735753bebf1fabb8937c79e579249ac55fc0667068007d", kill_on_drop: false }` [INFO] [stdout] bc4777b2ffc43035dc735753bebf1fabb8937c79e579249ac55fc0667068007d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 9d85a23dd54a5d60d959ceb6845063b89910d92453f322515e3994022e90b3ac [INFO] running `Command { std: "docker" "start" "-a" "9d85a23dd54a5d60d959ceb6845063b89910d92453f322515e3994022e90b3ac", kill_on_drop: false }` [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/archive.rs:52:20 [INFO] [stderr] | [INFO] [stderr] 52 | pub fn entries(&self) -> ZipSliceEntries { [INFO] [stderr] | ^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 52 | pub fn entries(&self) -> ZipSliceEntries<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/archive.rs:84:20 [INFO] [stderr] | [INFO] [stderr] 84 | pub fn comment(&self) -> ZipStr { [INFO] [stderr] | ^^^^^ ------ the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 84 | pub fn comment(&self) -> ZipStr<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/archive.rs:113:22 [INFO] [stderr] | [INFO] [stderr] 113 | pub fn get_entry(&self, entry: ZipArchiveEntryWayfinder) -> Result { [INFO] [stderr] | ^^^^^ this lifetime flows to the output ------------- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 113 | pub fn get_entry(&self, entry: ZipArchiveEntryWayfinder) -> Result, Error> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/archive.rs:388:20 [INFO] [stderr] | [INFO] [stderr] 388 | pub fn comment(&self) -> ZipStr { [INFO] [stderr] | ^^^^^ ------ the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 388 | pub fn comment(&self) -> ZipStr<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/archive.rs:730:23 [INFO] [stderr] | [INFO] [stderr] 730 | pub fn next_entry(&mut self) -> Result, Error> { [INFO] [stderr] | ^^^^^^^^^ ------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 730 | pub fn next_entry(&mut self) -> Result>, Error> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/archive.rs:1023:19 [INFO] [stderr] | [INFO] [stderr] 1023 | pub fn as_str(&self) -> ZipStr { [INFO] [stderr] | ^^^^^ ------ the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 1023 | pub fn as_str(&self) -> ZipStr<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/archive.rs:1170:22 [INFO] [stderr] | [INFO] [stderr] 1170 | pub fn normalize(&self) -> Result, Error> { [INFO] [stderr] | ^^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 1170 | pub fn normalize(&self) -> Result, Error> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/archive.rs:1387:27 [INFO] [stderr] | [INFO] [stderr] 1387 | pub fn file_safe_path(&self) -> Result, Error> { [INFO] [stderr] | ^^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 1387 | pub fn file_safe_path(&self) -> Result, Error> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `rawzip` (lib) generated 8 warnings (run `cargo fix --lib -p rawzip` to apply 8 suggestions) [INFO] [stderr] warning: `rawzip` (lib test) generated 8 warnings (8 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/rawzip-31f332dd83cd2028) [INFO] [stdout] [INFO] [stdout] running 57 tests [INFO] [stdout] test archive::tests::test_zip_path_normalized::case_01 ... ok [INFO] [stdout] test archive::tests::blank_zip_archive ... ok [INFO] [stdout] test archive::tests::test_zip_path_normalized::case_02 ... ok [INFO] [stdout] test archive::tests::test_zip_path_normalized::case_03 ... ok [INFO] [stdout] test archive::tests::test_zip_path_normalized::case_04 ... ok [INFO] [stdout] test archive::tests::test_zip_path_normalized::case_05 ... ok [INFO] [stdout] test archive::tests::test_zip_path_normalized::case_06 ... ok [INFO] [stdout] test archive::tests::test_zip_path_normalized::case_07 ... ok [INFO] [stdout] test archive::tests::test_zip_path_normalized::case_08 ... ok [INFO] [stdout] test archive::tests::test_zip_path_normalized::case_09 ... ok [INFO] [stdout] test archive::tests::test_zip_path_normalized::case_10 ... ok [INFO] [stdout] test archive::tests::test_zip_path_normalized::case_11 ... ok [INFO] [stdout] test archive::tests::test_zip_path_normalized::case_12 ... ok [INFO] [stdout] test archive::tests::test_zip_path_normalized::case_13 ... ok [INFO] [stdout] test archive::tests::test_zip_path_normalized::case_14 ... ok [INFO] [stdout] test archive::tests::test_zip_path_normalized::case_15 ... ok [INFO] [stdout] test archive::tests::test_zip_path_normalized::case_16 ... ok [INFO] [stdout] test archive::tests::test_zip_path_normalized::case_17 ... ok [INFO] [stdout] test archive::tests::test_zip_path_normalized::case_18 ... ok [INFO] [stdout] test archive::tests::test_zip_path_normalized::case_19 ... ok [INFO] [stdout] test archive::tests::test_zip_path_normalized_invalid_utf8::case_1 ... ok [INFO] [stdout] test archive::tests::test_zip_path_normalized_invalid_utf8::case_2 ... ok [INFO] [stdout] test archive::tests::trunc_comment_zips ... ok [INFO] [stdout] test archive::tests::trunc_eocd64 ... ok [INFO] [stdout] test archive::tests::trunc_eocd_entry ... ok [INFO] [stdout] test crc::tests::test_crc ... ok [INFO] [stdout] test locator::tests::test_find_end_of_central_dir_signature_cases::case_01 ... ok [INFO] [stdout] test locator::tests::test_find_end_of_central_dir_signature_cases::case_02 ... ok [INFO] [stdout] test locator::tests::test_find_end_of_central_dir_signature_cases::case_03 ... ok [INFO] [stdout] test locator::tests::test_find_end_of_central_dir_signature_cases::case_04 ... ok [INFO] [stdout] test locator::tests::test_find_end_of_central_dir_signature_cases::case_05 ... ok [INFO] [stdout] test locator::tests::test_find_end_of_central_dir_signature_cases::case_06 ... ok [INFO] [stdout] test locator::tests::test_find_end_of_central_dir_signature_cases::case_07 ... ok [INFO] [stdout] test locator::tests::test_find_end_of_central_dir_signature_cases::case_08 ... ok [INFO] [stdout] test locator::tests::test_find_end_of_central_dir_signature_cases::case_09 ... ok [INFO] [stdout] test locator::tests::test_find_end_of_central_dir_signature_cases::case_10 ... ok [INFO] [stdout] test locator::tests::test_find_end_of_central_dir_signature_cases::case_11 ... ok [INFO] [stdout] test locator::tests::test_find_end_of_central_dir_signature_cases::case_12 ... ok [INFO] [stdout] test locator::tests::test_find_end_of_central_dir_signature_cases::case_13 ... ok [INFO] [stdout] test locator::tests::test_find_end_of_central_dir_signature_cases::case_14 ... ok [INFO] [stdout] test locator::tests::test_find_end_of_central_dir_signature_cases::case_15 ... ok [INFO] [stdout] test locator::tests::test_find_end_of_central_dir_signature_cases::case_16 ... ok [INFO] [stdout] test locator::tests::test_find_end_of_central_dir_signature_cases::case_17 ... ok [INFO] [stdout] test locator::tests::test_find_end_of_central_dir_signature_cases::case_18 ... ok [INFO] [stdout] test locator::tests::test_find_end_of_central_dir_signature_cases::case_19 ... ok [INFO] [stdout] test locator::tests::test_find_end_of_central_dir_signature_cases::case_20 ... ok [INFO] [stdout] test locator::tests::test_find_end_of_central_dir_signature_cases::case_21 ... ok [INFO] [stdout] test locator::tests::test_find_end_of_central_dir_signature_cases::case_22 ... ok [INFO] [stdout] test locator::tests::test_find_end_of_central_dir_signature_cases::case_23 ... ok [INFO] [stdout] test locator::tests::test_find_end_of_central_dir_signature_cases::case_24 ... ok [INFO] [stdout] test locator::tests::test_find_end_of_central_dir_signature_cases::case_25 ... ok [INFO] [stdout] test locator::tests::test_find_end_of_central_dir_signature_cases::case_26 ... ok [INFO] [stdout] test locator::tests::test_find_end_of_central_dir_signature_cases::case_27 ... ok [INFO] [stdout] test locator::tests::test_find_end_of_central_dir_signature_cases::case_28 ... ok [INFO] [stdout] test locator::tests::test_find_end_of_central_dir_signature_cases::case_29 ... ok [INFO] [stdout] test locator::tests::test_find_end_of_central_dir_signature ... ok [INFO] [stdout] test locator::tests::test_find_end_of_central_dir_signature_random ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 57 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "9d85a23dd54a5d60d959ceb6845063b89910d92453f322515e3994022e90b3ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9d85a23dd54a5d60d959ceb6845063b89910d92453f322515e3994022e90b3ac", kill_on_drop: false }` [INFO] [stdout] 9d85a23dd54a5d60d959ceb6845063b89910d92453f322515e3994022e90b3ac