[INFO] cloning repository https://github.com/9999years/git-prole
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/9999years/git-prole" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F9999years%2Fgit-prole", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F9999years%2Fgit-prole'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 68b4ba943a4bbb3d8452c67bbf50b0ba3f58956a
[INFO] testing 9999years/git-prole against master#733b47ea4b1b86216f14ef56e49440c33933f230+rustflags=-Copt-level=3 for pr-138759
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F9999years%2Fgit-prole" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/9999years/git-prole
[INFO] finished tweaking git repo https://github.com/9999years/git-prole
[INFO] tweaked toml for git repo https://github.com/9999years/git-prole written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/9999years/git-prole on toolchain 733b47ea4b1b86216f14ef56e49440c33933f230
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/9999years/git-prole 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" "+733b47ea4b1b86216f14ef56e49440c33933f230" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ddda723dfedbba786fa9250faa293899d37c77aeb3e1bc38e43e213734c92847
[INFO] running `Command { std: "docker" "start" "-a" "ddda723dfedbba786fa9250faa293899d37c77aeb3e1bc38e43e213734c92847", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ddda723dfedbba786fa9250faa293899d37c77aeb3e1bc38e43e213734c92847", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ddda723dfedbba786fa9250faa293899d37c77aeb3e1bc38e43e213734c92847", kill_on_drop: false }`
[INFO] [stdout] ddda723dfedbba786fa9250faa293899d37c77aeb3e1bc38e43e213734c92847
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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 -Copt-level=3" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 35ebeec8785df986b3b5a276f651e5812da22a091e36796b4ec279cd77ccd36a
[INFO] running `Command { std: "docker" "start" "-a" "35ebeec8785df986b3b5a276f651e5812da22a091e36796b4ec279cd77ccd36a", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.88
[INFO] [stderr]    Compiling unicode-ident v1.0.13
[INFO] [stderr]    Compiling libc v0.2.161
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling rustix v0.38.37
[INFO] [stderr]    Compiling once_cell v1.20.2
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]    Compiling io-lifetimes v1.0.11
[INFO] [stderr]    Compiling is_ci v1.2.0
[INFO] [stderr]    Compiling rustix v0.37.27
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling linux-raw-sys v0.3.8
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling hashbrown v0.15.0
[INFO] [stderr]    Compiling syn v2.0.80
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling cfg_aliases v0.1.1
[INFO] [stderr]    Compiling anstyle-parse v0.2.5
[INFO] [stderr]    Compiling indexmap v2.6.0
[INFO] [stderr]    Compiling nix v0.28.0
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.1
[INFO] [stderr]    Compiling anstyle-query v1.1.1
[INFO] [stderr]    Compiling anstyle v1.0.8
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling smawk v0.3.2
[INFO] [stderr]    Compiling is-terminal v0.4.13
[INFO] [stderr]    Compiling owo-colors v4.1.0
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling regex-syntax v0.6.29
[INFO] [stderr]    Compiling unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling thiserror v1.0.64
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling colorchoice v1.0.2
[INFO] [stderr]    Compiling anstream v0.6.15
[INFO] [stderr]    Compiling terminal_size v0.4.0
[INFO] [stderr]    Compiling supports-color v2.1.0
[INFO] [stderr]    Compiling terminal_size v0.2.6
[INFO] [stderr]    Compiling textwrap v0.16.1
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling supports-color v3.0.1
[INFO] [stderr]    Compiling clap_lex v0.7.2
[INFO] [stderr]    Compiling overload v0.1.1
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]    Compiling camino v1.1.9
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling regex-automata v0.4.8
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling matchers v0.1.0
[INFO] [stderr]    Compiling clap_builder v4.5.20
[INFO] [stderr]    Compiling nu-ansi-term v0.46.0
[INFO] [stderr]    Compiling regex v1.11.0
[INFO] [stderr]    Compiling supports-color v1.3.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling terminal_size v0.3.0
[INFO] [stderr]    Compiling fs-err v2.11.0
[INFO] [stderr]    Compiling thread_local v1.1.8
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling supports-unicode v3.0.0
[INFO] [stderr]    Compiling supports-hyperlinks v3.0.0
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling winnow v0.6.20
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling owo-colors v3.5.0
[INFO] [stderr]    Compiling itertools v0.11.0
[INFO] [stderr]    Compiling path-dedot v3.1.1
[INFO] [stderr]    Compiling fastrand v2.1.1
[INFO] [stderr]    Compiling utf8-command v1.0.1
[INFO] [stderr]    Compiling shell-words v1.1.0
[INFO] [stderr]    Compiling dyn-clone v1.0.17
[INFO] [stderr]    Compiling home v0.5.9
[INFO] [stderr]    Compiling which v6.0.3
[INFO] [stderr]    Compiling tempfile v3.13.0
[INFO] [stderr]    Compiling pathdiff v0.2.2
[INFO] [stderr]    Compiling path-absolutize v3.1.1
[INFO] [stderr]    Compiling dirs v5.0.1
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling rustc-hash v2.0.0
[INFO] [stderr]    Compiling tap v1.0.1
[INFO] [stderr]    Compiling xdg v2.5.2
[INFO] [stderr]    Compiling unindent v0.2.3
[INFO] [stderr]    Compiling serde_derive v1.0.210
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling thiserror-impl v1.0.64
[INFO] [stderr]    Compiling clap_derive v4.5.18
[INFO] [stderr]    Compiling derive_more-impl v1.0.0
[INFO] [stderr]    Compiling calmio_filters v0.1.0
[INFO] [stderr]    Compiling calm_io v0.1.1
[INFO] [stderr]    Compiling miette v7.2.0
[INFO] [stderr]    Compiling clap v4.5.20
[INFO] [stderr]    Compiling clap_complete v4.5.33
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling tracing-subscriber v0.3.18
[INFO] [stderr]    Compiling process-wrap v8.0.2
[INFO] [stderr]    Compiling command-error v0.6.0
[INFO] [stderr]    Compiling tracing-human-layer v0.1.3
[INFO] [stderr]    Compiling serde_spanned v0.6.8
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling toml_edit v0.22.22
[INFO] [stderr]    Compiling derive_more v1.0.0
[INFO] [stderr]    Compiling toml v0.8.19
[INFO] [stderr]    Compiling git-prole v0.5.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/utf8absolutize.rs:12:19
[INFO] [stdout]    |
[INFO] [stdout] 12 |     fn absolutize(&self) -> std::io::Result<Cow<Utf8Path>>;
[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] 12 |     fn absolutize(&self) -> std::io::Result<Cow<'_, Utf8Path>>;
[INFO] [stdout]    |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/utf8absolutize.rs:17:24
[INFO] [stdout]    |
[INFO] [stdout] 17 |     fn absolutize_from(&self, cwd: impl AsRef<Path>) -> std::io::Result<Cow<Utf8Path>>;
[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] 17 |     fn absolutize_from(&self, cwd: impl AsRef<Path>) -> std::io::Result<Cow<'_, Utf8Path>>;
[INFO] [stdout]    |                                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/utf8absolutize.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 |         &self,
[INFO] [stdout]    |         ^^^^^ this lifetime flows to the output
[INFO] [stdout] 23 |         virtual_root: impl AsRef<Path>,
[INFO] [stdout] 24 |     ) -> std::io::Result<Cow<Utf8Path>>;
[INFO] [stdout]    |                          ------------- 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] 24 |     ) -> std::io::Result<Cow<'_, Utf8Path>>;
[INFO] [stdout]    |                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/utf8absolutize.rs:41:19
[INFO] [stdout]    |
[INFO] [stdout] 41 |     fn absolutize(&self) -> std::io::Result<Cow<Utf8Path>> {
[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] 41 |     fn absolutize(&self) -> std::io::Result<Cow<'_, Utf8Path>> {
[INFO] [stdout]    |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/utf8absolutize.rs:45:24
[INFO] [stdout]    |
[INFO] [stdout] 45 |     fn absolutize_from(&self, cwd: impl AsRef<Path>) -> std::io::Result<Cow<Utf8Path>> {
[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] 45 |     fn absolutize_from(&self, cwd: impl AsRef<Path>) -> std::io::Result<Cow<'_, Utf8Path>> {
[INFO] [stdout]    |                                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/utf8absolutize.rs:50:9
[INFO] [stdout]    |
[INFO] [stdout] 50 |         &self,
[INFO] [stdout]    |         ^^^^^ this lifetime flows to the output
[INFO] [stdout] 51 |         virtual_root: impl AsRef<Path>,
[INFO] [stdout] 52 |     ) -> std::io::Result<Cow<Utf8Path>> {
[INFO] [stdout]    |                          ------------- 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] 52 |     ) -> std::io::Result<Cow<'_, Utf8Path>> {
[INFO] [stdout]    |                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/utf8absolutize.rs:59:19
[INFO] [stdout]    |
[INFO] [stdout] 59 |     fn absolutize(&self) -> std::io::Result<Cow<Utf8Path>> {
[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] 59 |     fn absolutize(&self) -> std::io::Result<Cow<'_, Utf8Path>> {
[INFO] [stdout]    |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/utf8absolutize.rs:63:24
[INFO] [stdout]    |
[INFO] [stdout] 63 |     fn absolutize_from(&self, cwd: impl AsRef<Path>) -> std::io::Result<Cow<Utf8Path>> {
[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] 63 |     fn absolutize_from(&self, cwd: impl AsRef<Path>) -> std::io::Result<Cow<'_, Utf8Path>> {
[INFO] [stdout]    |                                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/utf8absolutize.rs:68:9
[INFO] [stdout]    |
[INFO] [stdout] 68 |         &self,
[INFO] [stdout]    |         ^^^^^ this lifetime flows to the output
[INFO] [stdout] 69 |         virtual_root: impl AsRef<Path>,
[INFO] [stdout] 70 |     ) -> std::io::Result<Cow<Utf8Path>> {
[INFO] [stdout]    |                          ------------- 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] 70 |     ) -> std::io::Result<Cow<'_, Utf8Path>> {
[INFO] [stdout]    |                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 40s
[INFO] running `Command { std: "docker" "inspect" "35ebeec8785df986b3b5a276f651e5812da22a091e36796b4ec279cd77ccd36a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "35ebeec8785df986b3b5a276f651e5812da22a091e36796b4ec279cd77ccd36a", kill_on_drop: false }`
[INFO] [stdout] 35ebeec8785df986b3b5a276f651e5812da22a091e36796b4ec279cd77ccd36a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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 -Copt-level=3" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d813ce3999454c5a3511f085b93d0a52b7bcdfc828445cb0faa6c8f93469c0e0
[INFO] running `Command { std: "docker" "start" "-a" "d813ce3999454c5a3511f085b93d0a52b7bcdfc828445cb0faa6c8f93469c0e0", kill_on_drop: false }`
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling dissimilar v1.0.9
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling test_bin v0.4.0
[INFO] [stderr]    Compiling clonable-command v0.2.0
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/utf8absolutize.rs:12:19
[INFO] [stdout]    |
[INFO] [stdout] 12 |     fn absolutize(&self) -> std::io::Result<Cow<Utf8Path>>;
[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] 12 |     fn absolutize(&self) -> std::io::Result<Cow<'_, Utf8Path>>;
[INFO] [stdout]    |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/utf8absolutize.rs:17:24
[INFO] [stdout]    |
[INFO] [stdout] 17 |     fn absolutize_from(&self, cwd: impl AsRef<Path>) -> std::io::Result<Cow<Utf8Path>>;
[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] 17 |     fn absolutize_from(&self, cwd: impl AsRef<Path>) -> std::io::Result<Cow<'_, Utf8Path>>;
[INFO] [stdout]    |                                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/utf8absolutize.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 |         &self,
[INFO] [stdout]    |         ^^^^^ this lifetime flows to the output
[INFO] [stdout] 23 |         virtual_root: impl AsRef<Path>,
[INFO] [stdout] 24 |     ) -> std::io::Result<Cow<Utf8Path>>;
[INFO] [stdout]    |                          ------------- 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] 24 |     ) -> std::io::Result<Cow<'_, Utf8Path>>;
[INFO] [stdout]    |                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/utf8absolutize.rs:41:19
[INFO] [stdout]    |
[INFO] [stdout] 41 |     fn absolutize(&self) -> std::io::Result<Cow<Utf8Path>> {
[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] 41 |     fn absolutize(&self) -> std::io::Result<Cow<'_, Utf8Path>> {
[INFO] [stdout]    |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/utf8absolutize.rs:45:24
[INFO] [stdout]    |
[INFO] [stdout] 45 |     fn absolutize_from(&self, cwd: impl AsRef<Path>) -> std::io::Result<Cow<Utf8Path>> {
[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] 45 |     fn absolutize_from(&self, cwd: impl AsRef<Path>) -> std::io::Result<Cow<'_, Utf8Path>> {
[INFO] [stdout]    |                                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/utf8absolutize.rs:50:9
[INFO] [stdout]    |
[INFO] [stdout] 50 |         &self,
[INFO] [stdout]    |         ^^^^^ this lifetime flows to the output
[INFO] [stdout] 51 |         virtual_root: impl AsRef<Path>,
[INFO] [stdout] 52 |     ) -> std::io::Result<Cow<Utf8Path>> {
[INFO] [stdout]    |                          ------------- 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] 52 |     ) -> std::io::Result<Cow<'_, Utf8Path>> {
[INFO] [stdout]    |                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/utf8absolutize.rs:59:19
[INFO] [stdout]    |
[INFO] [stdout] 59 |     fn absolutize(&self) -> std::io::Result<Cow<Utf8Path>> {
[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] 59 |     fn absolutize(&self) -> std::io::Result<Cow<'_, Utf8Path>> {
[INFO] [stdout]    |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/utf8absolutize.rs:63:24
[INFO] [stdout]    |
[INFO] [stdout] 63 |     fn absolutize_from(&self, cwd: impl AsRef<Path>) -> std::io::Result<Cow<Utf8Path>> {
[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] 63 |     fn absolutize_from(&self, cwd: impl AsRef<Path>) -> std::io::Result<Cow<'_, Utf8Path>> {
[INFO] [stdout]    |                                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/utf8absolutize.rs:68:9
[INFO] [stdout]    |
[INFO] [stdout] 68 |         &self,
[INFO] [stdout]    |         ^^^^^ this lifetime flows to the output
[INFO] [stdout] 69 |         virtual_root: impl AsRef<Path>,
[INFO] [stdout] 70 |     ) -> std::io::Result<Cow<Utf8Path>> {
[INFO] [stdout]    |                          ------------- 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] 70 |     ) -> std::io::Result<Cow<'_, Utf8Path>> {
[INFO] [stdout]    |                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling indoc v2.0.5
[INFO] [stderr]    Compiling expect-test v1.5.0
[INFO] [stderr]    Compiling pretty_assertions v1.4.1
[INFO] [stderr]    Compiling test-harness v0.1.0 (/opt/rustwide/workdir/test-harness)
[INFO] [stderr]    Compiling git-prole v0.5.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/utf8absolutize.rs:12:19
[INFO] [stdout]    |
[INFO] [stdout] 12 |     fn absolutize(&self) -> std::io::Result<Cow<Utf8Path>>;
[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] 12 |     fn absolutize(&self) -> std::io::Result<Cow<'_, Utf8Path>>;
[INFO] [stdout]    |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/utf8absolutize.rs:17:24
[INFO] [stdout]    |
[INFO] [stdout] 17 |     fn absolutize_from(&self, cwd: impl AsRef<Path>) -> std::io::Result<Cow<Utf8Path>>;
[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] 17 |     fn absolutize_from(&self, cwd: impl AsRef<Path>) -> std::io::Result<Cow<'_, Utf8Path>>;
[INFO] [stdout]    |                                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/utf8absolutize.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 |         &self,
[INFO] [stdout]    |         ^^^^^ this lifetime flows to the output
[INFO] [stdout] 23 |         virtual_root: impl AsRef<Path>,
[INFO] [stdout] 24 |     ) -> std::io::Result<Cow<Utf8Path>>;
[INFO] [stdout]    |                          ------------- 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] 24 |     ) -> std::io::Result<Cow<'_, Utf8Path>>;
[INFO] [stdout]    |                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/utf8absolutize.rs:41:19
[INFO] [stdout]    |
[INFO] [stdout] 41 |     fn absolutize(&self) -> std::io::Result<Cow<Utf8Path>> {
[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] 41 |     fn absolutize(&self) -> std::io::Result<Cow<'_, Utf8Path>> {
[INFO] [stdout]    |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/utf8absolutize.rs:45:24
[INFO] [stdout]    |
[INFO] [stdout] 45 |     fn absolutize_from(&self, cwd: impl AsRef<Path>) -> std::io::Result<Cow<Utf8Path>> {
[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] 45 |     fn absolutize_from(&self, cwd: impl AsRef<Path>) -> std::io::Result<Cow<'_, Utf8Path>> {
[INFO] [stdout]    |                                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/utf8absolutize.rs:50:9
[INFO] [stdout]    |
[INFO] [stdout] 50 |         &self,
[INFO] [stdout]    |         ^^^^^ this lifetime flows to the output
[INFO] [stdout] 51 |         virtual_root: impl AsRef<Path>,
[INFO] [stdout] 52 |     ) -> std::io::Result<Cow<Utf8Path>> {
[INFO] [stdout]    |                          ------------- 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] 52 |     ) -> std::io::Result<Cow<'_, Utf8Path>> {
[INFO] [stdout]    |                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/utf8absolutize.rs:59:19
[INFO] [stdout]    |
[INFO] [stdout] 59 |     fn absolutize(&self) -> std::io::Result<Cow<Utf8Path>> {
[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] 59 |     fn absolutize(&self) -> std::io::Result<Cow<'_, Utf8Path>> {
[INFO] [stdout]    |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/utf8absolutize.rs:63:24
[INFO] [stdout]    |
[INFO] [stdout] 63 |     fn absolutize_from(&self, cwd: impl AsRef<Path>) -> std::io::Result<Cow<Utf8Path>> {
[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] 63 |     fn absolutize_from(&self, cwd: impl AsRef<Path>) -> std::io::Result<Cow<'_, Utf8Path>> {
[INFO] [stdout]    |                                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/utf8absolutize.rs:68:9
[INFO] [stdout]    |
[INFO] [stdout] 68 |         &self,
[INFO] [stdout]    |         ^^^^^ this lifetime flows to the output
[INFO] [stdout] 69 |         virtual_root: impl AsRef<Path>,
[INFO] [stdout] 70 |     ) -> std::io::Result<Cow<Utf8Path>> {
[INFO] [stdout]    |                          ------------- 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] 70 |     ) -> std::io::Result<Cow<'_, Utf8Path>> {
[INFO] [stdout]    |                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 58s
[INFO] running `Command { std: "docker" "inspect" "d813ce3999454c5a3511f085b93d0a52b7bcdfc828445cb0faa6c8f93469c0e0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d813ce3999454c5a3511f085b93d0a52b7bcdfc828445cb0faa6c8f93469c0e0", kill_on_drop: false }`
[INFO] [stdout] d813ce3999454c5a3511f085b93d0a52b7bcdfc828445cb0faa6c8f93469c0e0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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 -Copt-level=3" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 3d9a4fc3da78d86502609d04311c201ce15ac72388e1bdccb2bba6ef7c7015fd
[INFO] running `Command { std: "docker" "start" "-a" "3d9a4fc3da78d86502609d04311c201ce15ac72388e1bdccb2bba6ef7c7015fd", kill_on_drop: false }`
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]   --> src/utf8absolutize.rs:12:19
[INFO] [stderr]    |
[INFO] [stderr] 12 |     fn absolutize(&self) -> std::io::Result<Cow<Utf8Path>>;
[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] 12 |     fn absolutize(&self) -> std::io::Result<Cow<'_, Utf8Path>>;
[INFO] [stderr]    |                                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]   --> src/utf8absolutize.rs:17:24
[INFO] [stderr]    |
[INFO] [stderr] 17 |     fn absolutize_from(&self, cwd: impl AsRef<Path>) -> std::io::Result<Cow<Utf8Path>>;
[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] 17 |     fn absolutize_from(&self, cwd: impl AsRef<Path>) -> std::io::Result<Cow<'_, Utf8Path>>;
[INFO] [stderr]    |                                                                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]   --> src/utf8absolutize.rs:22:9
[INFO] [stderr]    |
[INFO] [stderr] 22 |         &self,
[INFO] [stderr]    |         ^^^^^ this lifetime flows to the output
[INFO] [stderr] 23 |         virtual_root: impl AsRef<Path>,
[INFO] [stderr] 24 |     ) -> std::io::Result<Cow<Utf8Path>>;
[INFO] [stderr]    |                          ------------- 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] 24 |     ) -> std::io::Result<Cow<'_, Utf8Path>>;
[INFO] [stderr]    |                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]   --> src/utf8absolutize.rs:41:19
[INFO] [stderr]    |
[INFO] [stderr] 41 |     fn absolutize(&self) -> std::io::Result<Cow<Utf8Path>> {
[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] 41 |     fn absolutize(&self) -> std::io::Result<Cow<'_, Utf8Path>> {
[INFO] [stderr]    |                                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]   --> src/utf8absolutize.rs:45:24
[INFO] [stderr]    |
[INFO] [stderr] 45 |     fn absolutize_from(&self, cwd: impl AsRef<Path>) -> std::io::Result<Cow<Utf8Path>> {
[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] 45 |     fn absolutize_from(&self, cwd: impl AsRef<Path>) -> std::io::Result<Cow<'_, Utf8Path>> {
[INFO] [stderr]    |                                                                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]   --> src/utf8absolutize.rs:50:9
[INFO] [stderr]    |
[INFO] [stderr] 50 |         &self,
[INFO] [stderr]    |         ^^^^^ this lifetime flows to the output
[INFO] [stderr] 51 |         virtual_root: impl AsRef<Path>,
[INFO] [stderr] 52 |     ) -> std::io::Result<Cow<Utf8Path>> {
[INFO] [stderr]    |                          ------------- 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] 52 |     ) -> std::io::Result<Cow<'_, Utf8Path>> {
[INFO] [stderr]    |                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]   --> src/utf8absolutize.rs:59:19
[INFO] [stderr]    |
[INFO] [stderr] 59 |     fn absolutize(&self) -> std::io::Result<Cow<Utf8Path>> {
[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] 59 |     fn absolutize(&self) -> std::io::Result<Cow<'_, Utf8Path>> {
[INFO] [stderr]    |                                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]   --> src/utf8absolutize.rs:63:24
[INFO] [stderr]    |
[INFO] [stderr] 63 |     fn absolutize_from(&self, cwd: impl AsRef<Path>) -> std::io::Result<Cow<Utf8Path>> {
[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] 63 |     fn absolutize_from(&self, cwd: impl AsRef<Path>) -> std::io::Result<Cow<'_, Utf8Path>> {
[INFO] [stderr]    |                                                                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]   --> src/utf8absolutize.rs:68:9
[INFO] [stderr]    |
[INFO] [stderr] 68 |         &self,
[INFO] [stderr]    |         ^^^^^ this lifetime flows to the output
[INFO] [stderr] 69 |         virtual_root: impl AsRef<Path>,
[INFO] [stderr] 70 |     ) -> std::io::Result<Cow<Utf8Path>> {
[INFO] [stderr]    |                          ------------- 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] 70 |     ) -> std::io::Result<Cow<'_, Utf8Path>> {
[INFO] [stderr]    |                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: `git-prole` (lib) generated 9 warnings
[INFO] [stderr] warning: `git-prole` (lib test) generated 9 warnings (9 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.30s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/git_prole-d862ff3de6476757)
[INFO] [stdout] 
[INFO] [stdout] running 50 tests
[INFO] [stdout] test config::tests::test_default_config_file_parse ... ok
[INFO] [stdout] test format_bulleted_list::tests::test_format_bulleted_list ... ok
[INFO] [stdout] test format_bulleted_list::tests::test_format_bulleted_list_multiline ... ok
[INFO] [stdout] test gh::tests::test_looks_like_gh_url ... ok
[INFO] [stdout] test git::commit_hash::tests::test_parse_commit_hash ... ok
[INFO] [stdout] test copy_dir::tests::attempt_copy_under_self ... ok
[INFO] [stdout] test git::refs::branch::tests::test_branch_branch_name ... ok
[INFO] [stdout] test git::refs::branch::tests::test_branch_qualified_branch_name ... ok
[INFO] [stdout] test git::refs::local_branch::tests::local_branch_ref_from_str ... ok
[INFO] [stdout] test copy_dir::tests::dir_maker_and_assert_dirs_same_baseline ... ok
[INFO] [stdout] test git::refs::local_branch::tests::local_branch_ref_try_from ... ok
[INFO] [stdout] test copy_dir::tests::source_does_not_exist ... ok
[INFO] [stdout] test git::refs::local_branch::tests::test_local_branch_branch_name ... ok
[INFO] [stdout] test git::refs::branch::tests::test_branch_ref_try_from ... ok
[INFO] [stdout] test copy_dir::tests::target_exists ... ok
[INFO] [stdout] test copy_dir::tests::directory_with_file ... ok
[INFO] [stdout] test copy_dir::tests::single_file ... ok
[INFO] [stdout] test git::refs::local_branch::tests::test_local_branch_new ... ok
[INFO] [stdout] test git::refs::local_branch::tests::test_local_branch_on_remote ... ok
[INFO] [stdout] test git::refs::name::tests::test_ref_parse_no_slash ... ok
[INFO] [stdout] test git::refs::name::tests::test_ref_parse_simple ... ok
[INFO] [stdout] test git::refs::remote_branch::tests::remote_branch_ref_try_from ... ok
[INFO] [stdout] test git::refs::remote_branch::tests::test_remote_branch_as_local ... ok
[INFO] [stdout] test git::refs::remote_branch::tests::test_remote_branch_display ... ok
[INFO] [stdout] test git::refs::remote_branch::tests::test_remote_branch_branch_name ... ok
[INFO] [stdout] test git::refs::remote_branch::tests::test_remote_branch_qualified_branch_name ... ok
[INFO] [stdout] test git::refs::remote_branch::tests::test_remote_branch_remote_and_branch ... ok
[INFO] [stdout] test git::status::tests::test_status_parse_complex ... ok
[INFO] [stdout] test git::remote::tests::test_parse_ls_remote_symref ... ok
[INFO] [stdout] test git::repository_url_destination::tests::test_repository_url_destination ... ok
[INFO] [stdout] test git::status::tests::test_status_parse_renamed ... ok
[INFO] [stdout] test git::status::tests::test_status_parse_empty ... ok
[INFO] [stdout] test git::worktree::resolve_unique_names::tests::test_resolve_unique_names_branch_full ... ok
[INFO] [stdout] test git::worktree::parse::tests::test_parse_worktrees_list ... ok
[INFO] [stdout] test git::worktree::resolve_unique_names::tests::test_resolve_unique_names_bare_git_dir ... ok
[INFO] [stdout] test git::worktree::resolve_unique_names::tests::test_resolve_unique_names_detached_work_numbers ... ok
[INFO] [stdout] test git::worktree::resolve_unique_names::tests::test_resolve_unique_names_directory_name ... ok
[INFO] [stdout] test git::worktree::resolve_unique_names::tests::test_resolve_unique_names_directory_name_numbers ... ok
[INFO] [stdout] test git::worktree::resolve_unique_names::tests::test_resolve_unique_names_directory_name_skips_directory_names ... ok
[INFO] [stdout] test topological_sort::tests::test_topological_sort_duplicate ... ok
[INFO] [stdout] test git::worktree::resolve_unique_names::tests::test_resolve_unique_names_many ... ok
[INFO] [stdout] test topological_sort::tests::test_topological_sort_deterministic ... ok
[INFO] [stdout] test topological_sort::tests::test_topological_sort_empty ... ok
[INFO] [stdout] test topological_sort::tests::test_topological_sort_mixed ... ok
[INFO] [stdout] test topological_sort::tests::test_topological_sort_unrelated ... ok
[INFO] [stdout] test git::refs::local_branch::tests::test_remote_branch_display ... ok
[INFO] [stdout] test git::refs::name::tests::test_ref_parse_multiple_slashes ... ok
[INFO] [stdout] test git::refs::remote_branch::tests::test_remote_branch_new ... ok
[INFO] [stdout] test git::worktree::resolve_unique_names::tests::test_resolve_unique_names_branch_last_component ... ok
[INFO] [stdout] test copy_dir::tests::assert_dirs_same_properly_fails - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 50 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.17s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/git_prole-b683e789dcf7899c)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/add_branch_and_name.rs (/opt/rustwide/target/debug/deps/add_branch_and_name-abc9b0f5354bc02e)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test add_branch_and_name ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- add_branch_and_name stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'add_branch_and_name' panicked at tests/add_branch_and_name.rs:8:33:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value:   × Read-only file system (os error 30) at path "/opt/rustwide/
[INFO] [stdout]   │ workdir/./.tmpeLMUDW"
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x62fb1cf35502 - std::backtrace_rs::backtrace::libunwind::trace::h73a647620bf1c49d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x62fb1cf35502 - std::backtrace_rs::backtrace::trace_unsynchronized::hd4d513ed96cb3cb1
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x62fb1cf35502 - std::sys::backtrace::_print_fmt::h61bb95f7476aafa5
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x62fb1cf35502 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::ha2e7e3a01df69042
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x62fb1cf5c7e3 - core::fmt::rt::Argument::fmt::hf14163372f0f9a76
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x62fb1cf5c7e3 - core::fmt::write::h7cb8f63788cd01d2
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/fmt/mod.rs:1465:25
[INFO] [stdout]    6:     0x62fb1cf31d23 - std::io::default_write_fmt::h9ed739ccee8a150c
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x62fb1cf31d23 - std::io::Write::write_fmt::h1c0a32da913b32f1
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x62fb1cf35352 - std::sys::backtrace::BacktraceLock::print::h3ec4d7883eb25e61
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x62fb1cf3725c - std::panicking::default_hook::{{closure}}::h29548987efd832cb
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x62fb1cf370b2 - std::panicking::default_hook::ha25170a15c643514
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x62fb1ce8a334 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h562adeecbf43c420
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x62fb1ce8a334 - test::test_main_with_exit_callback::{{closure}}::h97dd2a879d27e0e4
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x62fb1cf37d3b - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h7e85cbdbda26fdb7
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x62fb1cf37d3b - std::panicking::rust_panic_with_hook::h0d81afcd829aa24b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x62fb1cf37a0a - std::panicking::begin_panic_handler::{{closure}}::hc84a33f1202346cf
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x62fb1cf359f9 - std::sys::backtrace::__rust_end_short_backtrace::h373067a14f6c59aa
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout]   17:     0x62fb1cf3769d - __rustc[beb0385846a06d21]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x62fb1cf5b320 - core::panicking::panic_fmt::ha33fa2ae772efba9
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x62fb1cf5b6c6 - core::result::unwrap_failed::hfbbd3c78a73fea3d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/result.rs:1761:5
[INFO] [stdout]   20:     0x62fb1ce4edba - core::result::Result<T,E>::unwrap::h2edab5beb60d72cf
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x62fb1ce4edba - add_branch_and_name::add_branch_and_name::h34aedaea941495a7
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/add_branch_and_name.rs:8:33
[INFO] [stdout]   22:     0x62fb1ce4edba - add_branch_and_name::add_branch_and_name::{{closure}}::h70ee11a59ae22116
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/add_branch_and_name.rs:7:25
[INFO] [stdout]   23:     0x62fb1ce4edba - core::ops::function::FnOnce::call_once::h56eb5a2765851481
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x62fb1ce8fa6b - core::ops::function::FnOnce::call_once::hf84b9c3d864a6959
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x62fb1ce8fa6b - test::__rust_begin_short_backtrace::h5724e31441c16fcb
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x62fb1ce8ecae - test::run_test_in_process::{{closure}}::hbc28c9aa91793d7d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x62fb1ce8ecae - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc17b0e238c0f8f3e
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x62fb1ce8ecae - std::panicking::catch_unwind::do_call::hcdbce0d6dd6c83ce
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x62fb1ce8ecae - std::panicking::catch_unwind::h9477967ceea044e8
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x62fb1ce8ecae - std::panic::catch_unwind::h616a2e249da12e16
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x62fb1ce8ecae - test::run_test_in_process::h2758deb0f2e54430
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x62fb1ce8ecae - test::run_test::{{closure}}::habe5cd2564b18aaa
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x62fb1ce52854 - test::run_test::{{closure}}::h9a0a6928f1a15421
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x62fb1ce52854 - std::sys::backtrace::__rust_begin_short_backtrace::hd68b5332434a22ca
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout]   35:     0x62fb1ce561fa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h264ddcc3098eacae
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x62fb1ce561fa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h9fa39489749d6f3c
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x62fb1ce561fa - std::panicking::catch_unwind::do_call::hb9a1944b9f85100f
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x62fb1ce561fa - std::panicking::catch_unwind::h0c6f100786c0dad8
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x62fb1ce561fa - std::panic::catch_unwind::hf6084e2723385823
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x62fb1ce561fa - std::thread::Builder::spawn_unchecked_::{{closure}}::hf0af58ce658143ad
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x62fb1ce561fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::h88a14f9b2e79f9de
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x62fb1cf3ae27 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::hf31256ba38644b65
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x62fb1cf3ae27 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h100ad77f3448041b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   44:     0x62fb1cf3ae27 - std::sys::pal::unix::thread::Thread::new::thread_start::h1a22ded422ce395b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/pal/unix/thread.rs:97:17
[INFO] [stdout]   45:     0x765f62706aa4 - <unknown>
[INFO] [stdout]   46:     0x765f62793a34 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     add_branch_and_name
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.35s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test add_branch_and_name`
[INFO] running `Command { std: "docker" "inspect" "3d9a4fc3da78d86502609d04311c201ce15ac72388e1bdccb2bba6ef7c7015fd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3d9a4fc3da78d86502609d04311c201ce15ac72388e1bdccb2bba6ef7c7015fd", kill_on_drop: false }`
[INFO] [stdout] 3d9a4fc3da78d86502609d04311c201ce15ac72388e1bdccb2bba6ef7c7015fd
