[INFO] cloning repository https://github.com/svenslaggare/gitnotes
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/svenslaggare/gitnotes" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsvenslaggare%2Fgitnotes", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsvenslaggare%2Fgitnotes'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6c150030ee44845620a0986d25d0a0cafb0f8a0e
[INFO] checking svenslaggare/gitnotes against master#642c19bfc3a5c1de985bf5d0cc8207ac9d22708a for pr-148577
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsvenslaggare%2Fgitnotes" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/svenslaggare/gitnotes
[INFO] finished tweaking git repo https://github.com/svenslaggare/gitnotes
[INFO] tweaked toml for git repo https://github.com/svenslaggare/gitnotes written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/svenslaggare/gitnotes on toolchain 642c19bfc3a5c1de985bf5d0cc8207ac9d22708a
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/svenslaggare/gitnotes 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" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded http-range-header v0.4.2
[INFO] [stderr]   Downloaded rustyline-derive v0.11.0
[INFO] [stderr]   Downloaded rake v0.3.3
[INFO] [stderr]   Downloaded shellwords v1.1.0
[INFO] [stderr]   Downloaded tempfile v3.7.0
[INFO] [stderr]   Downloaded line-wrap v0.1.1
[INFO] [stderr]   Downloaded askama v0.12.0
[INFO] [stderr]   Downloaded time-macros v0.2.19
[INFO] [stderr]   Downloaded basic-toml v0.1.4
[INFO] [stderr]   Downloaded prettyplease v0.2.27
[INFO] [stderr]   Downloaded bon-macros v3.3.2
[INFO] [stderr]   Downloaded bon v3.3.2
[INFO] [stderr]   Downloaded rustyline v15.0.0
[INFO] [stderr]   Downloaded hyper v1.5.2
[INFO] [stderr]   Downloaded quick-xml v0.29.0
[INFO] [stderr]   Downloaded comrak v0.35.0
[INFO] [stderr]   Downloaded plist v1.5.0
[INFO] [stderr]   Downloaded askama_derive v0.12.1
[INFO] [stderr]   Downloaded git2 v0.20.0
[INFO] [stderr]   Downloaded caseless v0.2.2
[INFO] [stderr]   Downloaded libssh2-sys v0.3.0
[INFO] [stderr]   Downloaded regex-automata v0.3.3
[INFO] [stderr]   Downloaded tokio v1.29.1
[INFO] [stderr]   Downloaded syntect v5.0.0
[INFO] [stderr]   Downloaded libgit2-sys v0.18.0+1.9.0
[INFO] [stderr]   Downloaded open v5.0.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3796576f2a1f25061f8db6f3844affb0a979802e6e35370d41f930278d562df5
[INFO] running `Command { std: "docker" "start" "-a" "3796576f2a1f25061f8db6f3844affb0a979802e6e35370d41f930278d562df5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3796576f2a1f25061f8db6f3844affb0a979802e6e35370d41f930278d562df5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3796576f2a1f25061f8db6f3844affb0a979802e6e35370d41f930278d562df5", kill_on_drop: false }`
[INFO] [stdout] 3796576f2a1f25061f8db6f3844affb0a979802e6e35370d41f930278d562df5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 256049f07405cea23cb2d0620e12b66f7ad83d858f9512816a81fa0b9f24400a
[INFO] running `Command { std: "docker" "start" "-a" "256049f07405cea23cb2d0620e12b66f7ad83d858f9512816a81fa0b9f24400a", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]     Checking bitflags v2.7.0
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]     Checking bytes v1.9.0
[INFO] [stderr]     Checking log v0.4.25
[INFO] [stderr]    Compiling futures-task v0.3.28
[INFO] [stderr]    Compiling rustix v0.38.43
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling tokio v1.29.1
[INFO] [stderr]    Compiling io-lifetimes v1.0.11
[INFO] [stderr]    Compiling rustix v0.37.23
[INFO] [stderr]     Checking aho-corasick v1.0.2
[INFO] [stderr]     Checking tracing-core v0.1.31
[INFO] [stderr]    Compiling prettyplease v0.2.27
[INFO] [stderr]    Compiling serde_json v1.0.104
[INFO] [stderr]     Checking regex-syntax v0.7.4
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking anstyle-parse v0.2.1
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]     Checking http v1.2.0
[INFO] [stderr]     Checking tracing v0.1.37
[INFO] [stderr]    Compiling num-traits v0.2.16
[INFO] [stderr]     Checking httpdate v1.0.2
[INFO] [stderr]    Compiling libm v0.2.7
[INFO] [stderr]    Compiling syn v2.0.96
[INFO] [stderr]     Checking anstyle v1.0.1
[INFO] [stderr]     Checking miniz_oxide v0.7.1
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling mime_guess v2.0.4
[INFO] [stderr]    Compiling multer v3.1.0
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking unicode-width v0.1.10
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling unicode-segmentation v1.10.1
[INFO] [stderr]     Checking unicode-bidi v0.3.13
[INFO] [stderr]    Compiling cc v1.2.10
[INFO] [stderr]     Checking flate2 v1.0.26
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]     Checking indexmap v2.7.1
[INFO] [stderr]     Checking walkdir v2.3.3
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]     Checking nibble_vec v0.1.0
[INFO] [stderr]     Checking regex-automata v0.3.3
[INFO] [stderr]    Compiling substring v1.4.5
[INFO] [stderr]     Checking is-docker v0.2.0
[INFO] [stderr]     Checking deunicode v0.4.3
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]     Checking parking_lot_core v0.9.8
[INFO] [stderr]     Checking socket2 v0.4.9
[INFO] [stderr]     Checking mio v0.8.8
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking getrandom v0.2.10
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking idna v0.4.0
[INFO] [stderr]     Checking signal-hook v0.3.17
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking endian-type v0.1.2
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking winnow v0.6.24
[INFO] [stderr]     Checking strsim v0.8.0
[INFO] [stderr]    Compiling thiserror v2.0.11
[INFO] [stderr]     Checking radix_trie v0.2.1
[INFO] [stderr]     Checking url v2.4.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking clap v2.34.0
[INFO] [stderr]     Checking http-body-util v0.1.2
[INFO] [stderr]     Checking humansize v2.1.3
[INFO] [stderr]     Checking signal-hook-mio v0.2.4
[INFO] [stderr]     Checking axum-core v0.5.0
[INFO] [stderr]     Checking is-wsl v0.4.0
[INFO] [stderr]     Checking slug v0.1.4
[INFO] [stderr]     Checking time v0.1.45
[INFO] [stderr]     Checking is-terminal v0.4.9
[INFO] [stderr]     Checking fd-lock v4.0.2
[INFO] [stderr]     Checking caseless v0.2.2
[INFO] [stderr]     Checking bstr v1.6.0
[INFO] [stderr]     Checking http-range-header v0.4.2
[INFO] [stderr]     Checking anstream v0.3.2
[INFO] [stderr]     Checking unicode-width v0.2.0
[INFO] [stderr]     Checking askama_escape v0.10.3
[INFO] [stderr]     Checking home v0.5.5
[INFO] [stderr]     Checking xdg v2.5.2
[INFO] [stderr]     Checking unicode_categories v0.1.1
[INFO] [stderr]     Checking terminal_size v0.2.6
[INFO] [stderr]     Checking pathdiff v0.2.1
[INFO] [stderr]     Checking fastrand v2.0.0
[INFO] [stderr]     Checking entities v1.0.1
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]     Checking clap_builder v4.3.19
[INFO] [stderr]     Checking open v5.0.0
[INFO] [stderr]     Checking tempfile v3.7.0
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking float-ord v0.3.2
[INFO] [stderr]    Compiling openssl-sys v0.9.104
[INFO] [stderr]    Compiling libz-sys v1.1.12
[INFO] [stderr]    Compiling libssh2-sys v0.3.0
[INFO] [stderr]    Compiling onig_sys v69.8.1
[INFO] [stderr]    Compiling libgit2-sys v0.18.0+1.9.0
[INFO] [stderr]     Checking rustyline v15.0.0
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking onig v6.4.0
[INFO] [stderr]     Checking regex v1.9.1
[INFO] [stderr]    Compiling structopt-derive v0.4.18
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]     Checking globset v0.4.13
[INFO] [stderr]     Checking shellwords v1.1.0
[INFO] [stderr]    Compiling serde_derive v1.0.217
[INFO] [stderr]    Compiling tokio-macros v2.1.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling clap_derive v4.3.12
[INFO] [stderr]    Compiling thiserror-impl v2.0.11
[INFO] [stderr]    Compiling rustyline-derive v0.11.0
[INFO] [stderr]     Checking structopt v0.3.26
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking clap v4.3.19
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]    Compiling bon-macros v3.3.2
[INFO] [stderr]     Checking serde v1.0.217
[INFO] [stderr]     Checking git2 v0.20.0
[INFO] [stderr]     Checking bon v3.3.2
[INFO] [stderr]     Checking hyper v1.5.2
[INFO] [stderr]     Checking tokio-util v0.7.8
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking tower-http v0.6.2
[INFO] [stderr]     Checking serde_spanned v0.6.8
[INFO] [stderr]     Checking toml_datetime v0.6.8
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking serde_path_to_error v0.1.14
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking chrono v0.4.26
[INFO] [stderr]     Checking rake v0.3.3
[INFO] [stderr]     Checking hyper-util v0.1.10
[INFO] [stderr]     Checking toml_edit v0.22.22
[INFO] [stderr]     Checking syntect v5.0.0
[INFO] [stderr]     Checking axum v0.8.1
[INFO] [stderr]    Compiling basic-toml v0.1.4
[INFO] [stderr]    Compiling askama_derive v0.12.1
[INFO] [stderr]     Checking toml v0.8.19
[INFO] [stderr]     Checking comrak v0.35.0
[INFO] [stderr]     Checking askama v0.12.0
[INFO] [stderr]     Checking gitnotes v1.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: methods `iter` and `len` are never used
[INFO] [stdout]   --> src/helpers.rs:65:12
[INFO] [stdout]    |
[INFO] [stdout] 57 | impl<T> OrderedSet<T> where T: Eq + Hash {
[INFO] [stdout]    | ---------------------------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 65 |     pub fn iter(&self) -> impl Iterator<Item=&T> {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 73 |     pub fn len(&self) -> usize {
[INFO] [stdout]    |            ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `is_first` is never read
[INFO] [stdout]    --> src/model.rs:476:9
[INFO] [stdout]     |
[INFO] [stdout] 475 | pub struct NoteFileTreeWalkStack<'a> {
[INFO] [stdout]     |            --------------------- field in this struct
[INFO] [stdout] 476 |     pub is_first: bool,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]    --> src/querying.rs:660:12
[INFO] [stdout]     |
[INFO] [stdout] 659 | impl RegexMatcher {
[INFO] [stdout]     | ----------------- associated function in this implementation
[INFO] [stdout] 660 |     pub fn new(str: &str) -> RegexMatcher {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `set_working_dir` is never used
[INFO] [stdout]    --> src/app.rs:691:12
[INFO] [stdout]     |
[INFO] [stdout]  37 | impl App {
[INFO] [stdout]     | -------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 691 |     pub fn set_working_dir(&mut self, working_dir: &Path) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/model.rs:388:17
[INFO] [stdout]     |
[INFO] [stdout] 388 |     pub fn find(&self, path: &Path) -> Option<&NoteFileTree> {
[INFO] [stdout]     |                 ^^^^^                         ^^^^^^^^^^^^^
[INFO] [stdout]     |                 |                             ||
[INFO] [stdout]     |                 |                             |the same lifetime is hidden here
[INFO] [stdout]     |                 |                             the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 388 |     pub fn find(&self, path: &Path) -> Option<&NoteFileTree<'_>> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/model.rs:452:21
[INFO] [stdout]     |
[INFO] [stdout] 452 |     pub fn children(&self) -> Option<&BTreeMap<OsString, NoteFileTree>> {
[INFO] [stdout]     |                     ^^^^^            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                     |                |                   |
[INFO] [stdout]     |                     |                |                   the same lifetime is hidden here
[INFO] [stdout]     |                     |                the same lifetime is elided here
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 452 |     pub fn children(&self) -> Option<&BTreeMap<OsString, NoteFileTree<'_>>> {
[INFO] [stdout]     |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/command.rs:558:33
[INFO] [stdout]     |
[INFO] [stdout] 558 |     fn get_git_head(repository: &git2::Repository) -> CommandResult<(git2::Commit, git2::Tree)> {
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^^^^                    ^^^^^^^^^^^^  ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                 |                                    |
[INFO] [stdout]     |                                 |                                    the same lifetime is hidden here
[INFO] [stdout]     |                                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 558 |     fn get_git_head(repository: &git2::Repository) -> CommandResult<(git2::Commit<'_>, git2::Tree<'_>)> {
[INFO] [stdout]     |                                                                                  ++++            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/interactive.rs:266:22
[INFO] [stdout]     |
[INFO] [stdout] 266 |     fn get_note_tree(&self, current_word: &str, path_segment_done: bool) -> Option<&'a NoteFileTree> {
[INFO] [stdout]     |                      ^^^^^ the lifetime is elided here                                 ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 266 |     fn get_note_tree(&self, current_word: &str, path_segment_done: bool) -> Option<&'a NoteFileTree<'_>> {
[INFO] [stdout]     |                                                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/interactive.rs:286:27
[INFO] [stdout]     |
[INFO] [stdout] 286 |     fn get_base_note_tree(&self) -> &'a NoteFileTree {
[INFO] [stdout]     |                           ^^^^^         ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 286 |     fn get_base_note_tree(&self) -> &'a NoteFileTree<'_> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `is_first` is never read
[INFO] [stdout]    --> src/model.rs:476:9
[INFO] [stdout]     |
[INFO] [stdout] 475 | pub struct NoteFileTreeWalkStack<'a> {
[INFO] [stdout]     |            --------------------- field in this struct
[INFO] [stdout] 476 |     pub is_first: bool,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]    --> src/querying.rs:660:12
[INFO] [stdout]     |
[INFO] [stdout] 659 | impl RegexMatcher {
[INFO] [stdout]     | ----------------- associated function in this implementation
[INFO] [stdout] 660 |     pub fn new(str: &str) -> RegexMatcher {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/model.rs:388:17
[INFO] [stdout]     |
[INFO] [stdout] 388 |     pub fn find(&self, path: &Path) -> Option<&NoteFileTree> {
[INFO] [stdout]     |                 ^^^^^                         ^^^^^^^^^^^^^
[INFO] [stdout]     |                 |                             ||
[INFO] [stdout]     |                 |                             |the same lifetime is hidden here
[INFO] [stdout]     |                 |                             the same lifetime is elided here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 388 |     pub fn find(&self, path: &Path) -> Option<&NoteFileTree<'_>> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/model.rs:452:21
[INFO] [stdout]     |
[INFO] [stdout] 452 |     pub fn children(&self) -> Option<&BTreeMap<OsString, NoteFileTree>> {
[INFO] [stdout]     |                     ^^^^^            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                     |                |                   |
[INFO] [stdout]     |                     |                |                   the same lifetime is hidden here
[INFO] [stdout]     |                     |                the same lifetime is elided here
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 452 |     pub fn children(&self) -> Option<&BTreeMap<OsString, NoteFileTree<'_>>> {
[INFO] [stdout]     |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/command.rs:558:33
[INFO] [stdout]     |
[INFO] [stdout] 558 |     fn get_git_head(repository: &git2::Repository) -> CommandResult<(git2::Commit, git2::Tree)> {
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^^^^                    ^^^^^^^^^^^^  ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                 |                                    |
[INFO] [stdout]     |                                 |                                    the same lifetime is hidden here
[INFO] [stdout]     |                                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 558 |     fn get_git_head(repository: &git2::Repository) -> CommandResult<(git2::Commit<'_>, git2::Tree<'_>)> {
[INFO] [stdout]     |                                                                                  ++++            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/interactive.rs:266:22
[INFO] [stdout]     |
[INFO] [stdout] 266 |     fn get_note_tree(&self, current_word: &str, path_segment_done: bool) -> Option<&'a NoteFileTree> {
[INFO] [stdout]     |                      ^^^^^ the lifetime is elided here                                 ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 266 |     fn get_note_tree(&self, current_word: &str, path_segment_done: bool) -> Option<&'a NoteFileTree<'_>> {
[INFO] [stdout]     |                                                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/interactive.rs:286:27
[INFO] [stdout]     |
[INFO] [stdout] 286 |     fn get_base_note_tree(&self) -> &'a NoteFileTree {
[INFO] [stdout]     |                           ^^^^^         ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 286 |     fn get_base_note_tree(&self) -> &'a NoteFileTree<'_> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.06s
[INFO] running `Command { std: "docker" "inspect" "256049f07405cea23cb2d0620e12b66f7ad83d858f9512816a81fa0b9f24400a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "256049f07405cea23cb2d0620e12b66f7ad83d858f9512816a81fa0b9f24400a", kill_on_drop: false }`
[INFO] [stdout] 256049f07405cea23cb2d0620e12b66f7ad83d858f9512816a81fa0b9f24400a
