[INFO] cloning repository https://github.com/Atif-Mahmud/starship [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Atif-Mahmud/starship" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAtif-Mahmud%2Fstarship", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAtif-Mahmud%2Fstarship'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b4c7cedba09f44481307115936adf25c009b2d62 [INFO] checking Atif-Mahmud/starship against try#e784c10fc2dd34bf2bb7b1e51117e35d3f9c5837 for pr-143619 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAtif-Mahmud%2Fstarship" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/Atif-Mahmud/starship [INFO] finished tweaking git repo https://github.com/Atif-Mahmud/starship [INFO] tweaked toml for git repo https://github.com/Atif-Mahmud/starship written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/Atif-Mahmud/starship on toolchain e784c10fc2dd34bf2bb7b1e51117e35d3f9c5837 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e784c10fc2dd34bf2bb7b1e51117e35d3f9c5837" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/Atif-Mahmud/starship 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" "+e784c10fc2dd34bf2bb7b1e51117e35d3f9c5837" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e8955075918b6d00525c617f7c34ee2595c70db70b3cf844dc875e4d3604499b" "/opt/rustwide/cargo-home/bin/cargo" "+e784c10fc2dd34bf2bb7b1e51117e35d3f9c5837" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c6e7341f840a910ab1b550550893255efa83290e33cf3eeb305a4718006b731f [INFO] running `Command { std: "docker" "start" "-a" "c6e7341f840a910ab1b550550893255efa83290e33cf3eeb305a4718006b731f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c6e7341f840a910ab1b550550893255efa83290e33cf3eeb305a4718006b731f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c6e7341f840a910ab1b550550893255efa83290e33cf3eeb305a4718006b731f", kill_on_drop: false }` [INFO] [stdout] c6e7341f840a910ab1b550550893255efa83290e33cf3eeb305a4718006b731f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "-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:e8955075918b6d00525c617f7c34ee2595c70db70b3cf844dc875e4d3604499b" "/opt/rustwide/cargo-home/bin/cargo" "+e784c10fc2dd34bf2bb7b1e51117e35d3f9c5837" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5aef3559c782959e631e7aeaac7d00a5c3d526c66d16fb252ef399b59ea9dfcd [INFO] running `Command { std: "docker" "start" "-a" "5aef3559c782959e631e7aeaac7d00a5c3d526c66d16fb252ef399b59ea9dfcd", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling libc v0.2.158 [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Compiling thiserror v1.0.63 [INFO] [stderr] Checking fastrand v2.1.1 [INFO] [stderr] Checking regex-syntax v0.8.4 [INFO] [stderr] Compiling cc v1.1.18 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Checking cpufeatures v0.2.14 [INFO] [stderr] Checking unicode-normalization v0.1.23 [INFO] [stderr] Checking faster-hex v0.9.0 [INFO] [stderr] Checking gix-trace v0.1.10 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking sha1_smol v1.0.1 [INFO] [stderr] Checking prodash v28.0.0 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling rustix v0.38.36 [INFO] [stderr] Checking allocator-api2 v0.2.18 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Checking linux-raw-sys v0.4.14 [INFO] [stderr] Checking winnow v0.6.18 [INFO] [stderr] Checking pin-project-lite v0.2.14 [INFO] [stderr] Checking jiff v0.1.13 [INFO] [stderr] Compiling serde v1.0.210 [INFO] [stderr] Checking parking v2.2.1 [INFO] [stderr] Checking concurrent-queue v2.5.0 [INFO] [stderr] Checking home v0.5.9 [INFO] [stderr] Checking futures-core v0.3.30 [INFO] [stderr] Checking futures-io v0.3.30 [INFO] [stderr] Checking gix-utils v0.1.12 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling toml_datetime v0.6.8 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Compiling unicode-xid v0.2.5 [INFO] [stderr] Checking event-listener v5.3.1 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Checking futures-lite v2.3.0 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Checking anstyle v1.0.8 [INFO] [stderr] Compiling cmake v0.1.51 [INFO] [stderr] Checking event-listener-strategy v0.5.2 [INFO] [stderr] Compiling syn v2.0.77 [INFO] [stderr] Compiling memoffset v0.9.1 [INFO] [stderr] Compiling const_format_proc_macros v0.2.33 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling indexmap v2.5.0 [INFO] [stderr] Checking tracing-core v0.1.32 [INFO] [stderr] Compiling unicase v2.7.0 [INFO] [stderr] Checking atomic-waker v1.1.2 [INFO] [stderr] Checking async-task v4.7.1 [INFO] [stderr] Checking regex-automata v0.4.7 [INFO] [stderr] Checking utf8parse v0.2.2 [INFO] [stderr] Compiling powerfmt v0.2.0 [INFO] [stderr] Compiling nix v0.29.0 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Checking anstyle-parse v0.2.5 [INFO] [stderr] Checking piper v0.2.4 [INFO] [stderr] Compiling deranged v0.3.11 [INFO] [stderr] Checking parking_lot_core v0.9.10 [INFO] [stderr] Checking memmap2 v0.9.4 [INFO] [stderr] Compiling const-random-macro v0.1.16 [INFO] [stderr] Checking parking_lot v0.12.3 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking async-lock v3.4.0 [INFO] [stderr] Checking async-channel v2.3.1 [INFO] [stderr] Compiling num_threads v0.1.7 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling sha1-asm v0.5.3 [INFO] [stderr] Compiling libz-ng-sys v1.1.16 [INFO] [stderr] Checking colorchoice v1.0.2 [INFO] [stderr] Checking unicode-bidi v0.3.15 [INFO] [stderr] Checking either v1.13.0 [INFO] [stderr] Compiling ucd-trie v0.1.6 [INFO] [stderr] Checking endi v1.1.0 [INFO] [stderr] Checking is_terminal_polyfill v1.70.1 [INFO] [stderr] Checking anstyle-query v1.1.1 [INFO] [stderr] Checking uluru v3.1.0 [INFO] [stderr] Checking anstream v0.6.15 [INFO] [stderr] Checking const-random v0.1.18 [INFO] [stderr] Checking blocking v1.6.1 [INFO] [stderr] Compiling const_format v0.2.33 [INFO] [stderr] Checking sha1 v0.10.6 [INFO] [stderr] Checking gix-sec v0.10.8 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling time v0.3.36 [INFO] [stderr] Compiling toml_edit v0.22.21 [INFO] [stderr] Checking idna v0.5.0 [INFO] [stderr] Checking unicode-width v0.1.13 [INFO] [stderr] Checking clap_lex v0.7.2 [INFO] [stderr] Checking futures-task v0.3.30 [INFO] [stderr] Checking clru v0.6.2 [INFO] [stderr] Checking futures-sink v0.3.30 [INFO] [stderr] Compiling is_debug v1.0.1 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Checking futures-util v0.3.30 [INFO] [stderr] Checking crossbeam-deque v0.8.5 [INFO] [stderr] Checking clap_builder v4.5.17 [INFO] [stderr] Checking async-fs v2.1.2 [INFO] [stderr] Checking url v2.5.2 [INFO] [stderr] Checking dlv-list v0.5.2 [INFO] [stderr] Checking filetime v0.2.25 [INFO] [stderr] Checking xdg-home v1.3.0 [INFO] [stderr] Checking async-executor v1.13.1 [INFO] [stderr] Checking async-broadcast v0.7.1 [INFO] [stderr] Checking ordered-stream v0.2.0 [INFO] [stderr] Checking is-docker v0.2.0 [INFO] [stderr] Compiling process_control v4.2.2 [INFO] [stderr] Compiling serde_json v1.0.128 [INFO] [stderr] Checking arc-swap v1.7.1 [INFO] [stderr] Compiling starship-battery v0.10.0 [INFO] [stderr] Compiling dunce v1.0.5 [INFO] [stderr] Checking option-ext v0.2.0 [INFO] [stderr] Checking unicode-bom v2.0.3 [INFO] [stderr] Checking dirs-sys v0.4.1 [INFO] [stderr] Checking uom v0.36.0 [INFO] [stderr] Checking is-wsl v0.4.0 [INFO] [stderr] Checking rayon-core v1.12.1 [INFO] [stderr] Checking itertools v0.13.0 [INFO] [stderr] Checking errno v0.2.8 [INFO] [stderr] Checking bstr v1.10.0 [INFO] [stderr] Checking encoding_rs v0.8.34 [INFO] [stderr] Compiling shadow-rs v0.35.0 [INFO] [stderr] Compiling mockall_derive v0.13.0 [INFO] [stderr] Checking trim-in-place v0.1.7 [INFO] [stderr] Checking arraydeque v0.5.1 [INFO] [stderr] Checking iana-time-zone v0.1.60 [INFO] [stderr] Checking pathdiff v0.2.1 [INFO] [stderr] Checking predicates-core v1.0.8 [INFO] [stderr] Compiling proc-macro-crate v3.2.0 [INFO] [stderr] Checking bytesize v1.3.0 [INFO] [stderr] Checking open v5.3.0 [INFO] [stderr] Checking systemstat v0.2.3 [INFO] [stderr] Checking chrono v0.4.38 [INFO] [stderr] Checking rayon v1.10.0 [INFO] [stderr] Checking guess_host_triple v0.1.4 [INFO] [stderr] Compiling zvariant_utils v2.1.0 [INFO] [stderr] Checking regex v1.10.6 [INFO] [stderr] Checking dirs v5.0.1 [INFO] [stderr] Checking quick-xml v0.36.1 [INFO] [stderr] Checking unicode-segmentation v1.11.0 [INFO] [stderr] Compiling starship v1.20.1 (/opt/rustwide/workdir) [INFO] [stderr] Checking tempfile v3.12.0 [INFO] [stderr] Checking terminal_size v0.3.0 [INFO] [stderr] Checking gethostname v0.5.0 [INFO] [stderr] Checking which v6.0.3 [INFO] [stderr] Checking urlencoding v2.1.3 [INFO] [stderr] Checking versions v6.3.2 [INFO] [stderr] Checking termtree v0.4.1 [INFO] [stderr] Checking path-slash v0.2.1 [INFO] [stderr] Checking shell-words v1.1.0 [INFO] [stderr] Checking nu-ansi-term v0.50.1 [INFO] [stderr] Checking predicates v3.1.2 [INFO] [stderr] Checking downcast v0.11.0 [INFO] [stderr] Checking fragile v2.0.0 [INFO] [stderr] Checking predicates-tree v1.0.11 [INFO] [stderr] Compiling thiserror-impl v1.0.63 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling serde_derive v1.0.210 [INFO] [stderr] Compiling enumflags2_derive v0.7.10 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling zvariant_derive v4.2.0 [INFO] [stderr] Compiling zbus_macros v4.4.0 [INFO] [stderr] Compiling serde_repr v0.1.19 [INFO] [stderr] Compiling clap_derive v4.5.13 [INFO] [stderr] Compiling async-trait v0.1.82 [INFO] [stderr] Checking tracing v0.1.40 [INFO] [stderr] Compiling pest v2.7.12 [INFO] [stderr] Checking gix-hash v0.14.2 [INFO] [stderr] Checking gix-date v0.9.0 [INFO] [stderr] Checking gix-validate v0.9.0 [INFO] [stderr] Checking gix-chunk v0.4.8 [INFO] [stderr] Checking gix-path v0.10.11 [INFO] [stderr] Checking gix-bitmap v0.2.11 [INFO] [stderr] Checking gix-quote v0.4.12 [INFO] [stderr] Checking polling v3.7.3 [INFO] [stderr] Checking zerocopy v0.7.35 [INFO] [stderr] Checking gix-config-value v0.14.8 [INFO] [stderr] Checking clap v4.5.17 [INFO] [stderr] Checking async-io v2.3.4 [INFO] [stderr] Checking clap_complete v4.5.26 [INFO] [stderr] Checking gix-actor v0.32.0 [INFO] [stderr] Checking ppv-lite86 v0.2.20 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking mockall v0.13.0 [INFO] [stderr] Compiling pest_meta v2.7.12 [INFO] [stderr] Checking gix-hashtable v0.5.2 [INFO] [stderr] Checking hashlink v0.8.4 [INFO] [stderr] Checking ordered-multimap v0.7.3 [INFO] [stderr] Checking yaml-rust2 v0.8.1 [INFO] [stderr] Checking rust-ini v0.21.1 [INFO] [stderr] Compiling pest_generator v2.7.12 [INFO] [stderr] Compiling pest_derive v2.7.12 [INFO] [stderr] Checking enumflags2 v0.7.10 [INFO] [stderr] Checking serde_spanned v0.6.7 [INFO] [stderr] Checking os_info v3.8.2 [INFO] [stderr] Checking zvariant v4.2.0 [INFO] [stderr] Checking flate2 v1.0.33 [INFO] [stderr] Checking gix-features v0.38.2 [INFO] [stderr] Checking gix-object v0.44.0 [INFO] [stderr] Checking gix-fs v0.11.3 [INFO] [stderr] Checking gix-commitgraph v0.24.3 [INFO] [stderr] Checking gix-glob v0.16.5 [INFO] [stderr] Checking gix-url v0.27.5 [INFO] [stderr] Checking gix-tempfile v14.0.2 [INFO] [stderr] Checking gix-lock v14.0.0 [INFO] [stderr] Checking zbus_names v3.0.0 [INFO] [stderr] Checking toml v0.8.19 [INFO] [stderr] Checking zbus v4.4.0 [INFO] [stderr] Checking gix-revwalk v0.15.0 [INFO] [stderr] Checking gix-ref v0.47.0 [INFO] [stderr] Checking gix-pack v0.53.0 [INFO] [stderr] Checking gix-diff v0.46.0 [INFO] [stderr] Checking gix-traverse v0.41.0 [INFO] [stderr] Checking gix-revision v0.29.0 [INFO] [stderr] Checking gix-index v0.35.0 [INFO] [stderr] Checking gix-refspec v0.25.0 [INFO] [stderr] Checking gix-discover v0.35.0 [INFO] [stderr] Checking gix-config v0.40.0 [INFO] [stderr] Checking gix-odb v0.63.0 [INFO] [stderr] Checking gix v0.66.0 [INFO] [stderr] Checking notify-rust v4.11.3 [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/context.rs:222:23 [INFO] [stdout] | [INFO] [stdout] 222 | pub fn new_module(&self, name: &str) -> Module { [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] 222 | pub fn new_module(&self, name: &str) -> Module<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/formatter/parser.rs:36:29 [INFO] [stdout] | [INFO] [stdout] 36 | fn parse_variable(variable: Pair) -> &str { [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] 36 | fn parse_variable(variable: Pair<'_, Rule>) -> &str { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/formatter/parser.rs:61:22 [INFO] [stdout] | [INFO] [stdout] 61 | pub fn parse(format: &str) -> Result, Box>> { [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] 61 | pub fn parse(format: &str) -> Result>, Box>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/module.rs:166:25 [INFO] [stdout] | [INFO] [stdout] 166 | pub fn ansi_strings(&self) -> Vec { [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] 166 | pub fn ansi_strings(&self) -> Vec> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/module.rs:170:35 [INFO] [stdout] | [INFO] [stdout] 170 | pub fn ansi_strings_for_width(&self, width: Option) -> Vec { [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] 170 | pub fn ansi_strings_for_width(&self, width: Option) -> Vec> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/segment.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | fn ansi_string(&self, prev: Option<&AnsiStyle>) -> AnsiString { [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] 20 | fn ansi_string(&self, prev: Option<&AnsiStyle>) -> AnsiString<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/segment.rs:40:24 [INFO] [stdout] | [INFO] [stdout] 40 | pub fn ansi_string(&self, width: Option, prev: Option<&AnsiStyle>) -> AnsiString { [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] 40 | pub fn ansi_string(&self, width: Option, prev: Option<&AnsiStyle>) -> AnsiString<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/segment.rs:164:24 [INFO] [stdout] | [INFO] [stdout] 164 | pub fn ansi_string(&self, prev: Option<&AnsiStyle>) -> AnsiString { [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] 164 | pub fn ansi_string(&self, prev: Option<&AnsiStyle>) -> AnsiString<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/configure.rs:651:14 [INFO] [stdout] | [INFO] [stdout] 651 | dir: &TempDir, [INFO] [stdout] | ^^^^^^^^ this lifetime flows to the output [INFO] [stdout] ... [INFO] [stdout] 654 | ) -> io::Result { [INFO] [stdout] | ------- the lifetime gets resolved as `'_` [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] 654 | ) -> io::Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/context.rs:222:23 [INFO] [stdout] | [INFO] [stdout] 222 | pub fn new_module(&self, name: &str) -> Module { [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] 222 | pub fn new_module(&self, name: &str) -> Module<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/formatter/parser.rs:36:29 [INFO] [stdout] | [INFO] [stdout] 36 | fn parse_variable(variable: Pair) -> &str { [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] 36 | fn parse_variable(variable: Pair<'_, Rule>) -> &str { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/formatter/parser.rs:61:22 [INFO] [stdout] | [INFO] [stdout] 61 | pub fn parse(format: &str) -> Result, Box>> { [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] 61 | pub fn parse(format: &str) -> Result>, Box>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/module.rs:166:25 [INFO] [stdout] | [INFO] [stdout] 166 | pub fn ansi_strings(&self) -> Vec { [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] 166 | pub fn ansi_strings(&self) -> Vec> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/module.rs:170:35 [INFO] [stdout] | [INFO] [stdout] 170 | pub fn ansi_strings_for_width(&self, width: Option) -> Vec { [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] 170 | pub fn ansi_strings_for_width(&self, width: Option) -> Vec> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/segment.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | fn ansi_string(&self, prev: Option<&AnsiStyle>) -> AnsiString { [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] 20 | fn ansi_string(&self, prev: Option<&AnsiStyle>) -> AnsiString<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/segment.rs:40:24 [INFO] [stdout] | [INFO] [stdout] 40 | pub fn ansi_string(&self, width: Option, prev: Option<&AnsiStyle>) -> AnsiString { [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] 40 | pub fn ansi_string(&self, width: Option, prev: Option<&AnsiStyle>) -> AnsiString<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/segment.rs:164:24 [INFO] [stdout] | [INFO] [stdout] 164 | pub fn ansi_string(&self, prev: Option<&AnsiStyle>) -> AnsiString { [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] 164 | pub fn ansi_string(&self, prev: Option<&AnsiStyle>) -> AnsiString<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s [INFO] running `Command { std: "docker" "inspect" "5aef3559c782959e631e7aeaac7d00a5c3d526c66d16fb252ef399b59ea9dfcd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5aef3559c782959e631e7aeaac7d00a5c3d526c66d16fb252ef399b59ea9dfcd", kill_on_drop: false }` [INFO] [stdout] 5aef3559c782959e631e7aeaac7d00a5c3d526c66d16fb252ef399b59ea9dfcd