[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] testing svenslaggare/gitnotes against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsvenslaggare%2Fgitnotes" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/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-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/svenslaggare/gitnotes on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 634b403284737b53564f62580239eb406c1f8a8d9797992d3fc6989ec35a758a [INFO] running `Command { std: "docker" "start" "-a" "634b403284737b53564f62580239eb406c1f8a8d9797992d3fc6989ec35a758a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "634b403284737b53564f62580239eb406c1f8a8d9797992d3fc6989ec35a758a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "634b403284737b53564f62580239eb406c1f8a8d9797992d3fc6989ec35a758a", kill_on_drop: false }` [INFO] [stdout] 634b403284737b53564f62580239eb406c1f8a8d9797992d3fc6989ec35a758a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5b0f662bf69e3d43a9aae5b1e7374e2c3f1e5bb1cc4de0e845751c2a6d678b29 [INFO] running `Command { std: "docker" "start" "-a" "5b0f662bf69e3d43a9aae5b1e7374e2c3f1e5bb1cc4de0e845751c2a6d678b29", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.93 [INFO] [stderr] Compiling unicode-ident v1.0.11 [INFO] [stderr] Compiling libc v0.2.169 [INFO] [stderr] Compiling serde v1.0.217 [INFO] [stderr] Compiling itoa v1.0.9 [INFO] [stderr] Compiling once_cell v1.20.2 [INFO] [stderr] Compiling futures-core v0.3.28 [INFO] [stderr] Compiling bitflags v2.7.0 [INFO] [stderr] Compiling bytes v1.9.0 [INFO] [stderr] Compiling lock_api v0.4.10 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling rustix v0.38.43 [INFO] [stderr] Compiling parking_lot_core v0.9.8 [INFO] [stderr] Compiling log v0.4.25 [INFO] [stderr] Compiling futures-task v0.3.28 [INFO] [stderr] Compiling linux-raw-sys v0.4.15 [INFO] [stderr] Compiling futures-util v0.3.28 [INFO] [stderr] Compiling http v1.2.0 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Compiling tokio v1.29.1 [INFO] [stderr] Compiling syn v2.0.96 [INFO] [stderr] Compiling jobserver v0.1.32 [INFO] [stderr] Compiling signal-hook-registry v1.4.1 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling socket2 v0.4.9 [INFO] [stderr] Compiling cc v1.2.10 [INFO] [stderr] Compiling mio v0.8.8 [INFO] [stderr] Compiling rustversion v1.0.14 [INFO] [stderr] Compiling io-lifetimes v1.0.11 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling rustix v0.37.23 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling utf8parse v0.2.1 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling aho-corasick v1.0.2 [INFO] [stderr] Compiling tracing-core v0.1.31 [INFO] [stderr] Compiling futures-channel v0.3.28 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling linux-raw-sys v0.3.8 [INFO] [stderr] Compiling regex-syntax v0.7.4 [INFO] [stderr] Compiling prettyplease v0.2.27 [INFO] [stderr] Compiling serde_json v1.0.104 [INFO] [stderr] Compiling ryu v1.0.15 [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 is-terminal v0.4.9 [INFO] [stderr] Compiling tracing v0.1.37 [INFO] [stderr] Compiling anstyle-parse v0.2.1 [INFO] [stderr] Compiling form_urlencoded v1.2.0 [INFO] [stderr] Compiling mime_guess v2.0.4 [INFO] [stderr] Compiling num-traits v0.2.16 [INFO] [stderr] Compiling signal-hook v0.3.17 [INFO] [stderr] Compiling anstyle-query v1.0.0 [INFO] [stderr] Compiling libm v0.2.7 [INFO] [stderr] Compiling httpdate v1.0.2 [INFO] [stderr] Compiling colorchoice v1.0.0 [INFO] [stderr] Compiling anstyle v1.0.1 [INFO] [stderr] Compiling terminal_size v0.2.6 [INFO] [stderr] Compiling anstream v0.3.2 [INFO] [stderr] Compiling miniz_oxide v0.7.1 [INFO] [stderr] Compiling nix v0.29.0 [INFO] [stderr] Compiling regex-automata v0.3.3 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling darling_core v0.20.10 [INFO] [stderr] Compiling libgit2-sys v0.18.0+1.9.0 [INFO] [stderr] Compiling http-body-util v0.1.2 [INFO] [stderr] Compiling getrandom v0.2.10 [INFO] [stderr] Compiling multer v3.1.0 [INFO] [stderr] Compiling clap_lex v0.5.0 [INFO] [stderr] Compiling unicode-bidi v0.3.13 [INFO] [stderr] Compiling regex v1.9.1 [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 darling_macro v0.20.10 [INFO] [stderr] Compiling darling v0.20.10 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling hashbrown v0.15.2 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling sync_wrapper v1.0.2 [INFO] [stderr] Compiling unicode-width v0.1.10 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling indexmap v2.7.1 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling onig v6.4.0 [INFO] [stderr] Compiling walkdir v2.3.3 [INFO] [stderr] Compiling clap_builder v4.3.19 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling bon-macros v3.3.2 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling clap_derive v4.3.12 [INFO] [stderr] Compiling idna v0.4.0 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling flate2 v1.0.26 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling mio v1.0.3 [INFO] [stderr] Compiling hyper v1.5.2 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling is-docker v0.2.0 [INFO] [stderr] Compiling nibble_vec v0.1.0 [INFO] [stderr] Compiling substring v1.4.5 [INFO] [stderr] Compiling encoding_rs v0.8.33 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling futures-sink v0.3.28 [INFO] [stderr] Compiling winnow v0.6.24 [INFO] [stderr] Compiling basic-toml v0.1.4 [INFO] [stderr] Compiling serde_spanned v0.6.8 [INFO] [stderr] Compiling toml_datetime v0.6.8 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling endian-type v0.1.2 [INFO] [stderr] Compiling deunicode v0.4.3 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling thiserror v2.0.11 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling regex-syntax v0.6.29 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling askama_derive v0.12.1 [INFO] [stderr] Compiling slug v0.1.4 [INFO] [stderr] Compiling radix_trie v0.2.1 [INFO] [stderr] Compiling toml_edit v0.22.22 [INFO] [stderr] Compiling bon v3.3.2 [INFO] [stderr] Compiling hyper-util v0.1.10 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling serde_path_to_error v0.1.14 [INFO] [stderr] Compiling tokio-util v0.7.8 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling is-wsl v0.4.0 [INFO] [stderr] Compiling humansize v2.1.3 [INFO] [stderr] Compiling signal-hook-mio v0.2.4 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling structopt-derive v0.4.18 [INFO] [stderr] Compiling clap v4.3.19 [INFO] [stderr] Compiling syntect v5.0.0 [INFO] [stderr] Compiling url v2.4.0 [INFO] [stderr] Compiling axum-core v0.5.0 [INFO] [stderr] Compiling thiserror-impl v2.0.11 [INFO] [stderr] Compiling fd-lock v4.0.2 [INFO] [stderr] Compiling caseless v0.2.2 [INFO] [stderr] Compiling time v0.1.45 [INFO] [stderr] Compiling bstr v1.6.0 [INFO] [stderr] Compiling home v0.5.5 [INFO] [stderr] Compiling pathdiff v0.2.1 [INFO] [stderr] Compiling iana-time-zone v0.1.57 [INFO] [stderr] Compiling entities v1.0.1 [INFO] [stderr] Compiling shell-words v1.1.0 [INFO] [stderr] Compiling typed-arena v2.0.2 [INFO] [stderr] Compiling unicode-width v0.2.0 [INFO] [stderr] Compiling http-range-header v0.4.2 [INFO] [stderr] Compiling xdg v2.5.2 [INFO] [stderr] Compiling fastrand v2.0.0 [INFO] [stderr] Compiling askama_escape v0.10.3 [INFO] [stderr] Compiling unicode_categories v0.1.1 [INFO] [stderr] Compiling matchit v0.8.4 [INFO] [stderr] Compiling tempfile v3.7.0 [INFO] [stderr] Compiling askama v0.12.0 [INFO] [stderr] Compiling rustyline v15.0.0 [INFO] [stderr] Compiling comrak v0.35.0 [INFO] [stderr] Compiling tower-http v0.6.2 [INFO] [stderr] Compiling globset v0.4.13 [INFO] [stderr] Compiling axum v0.8.1 [INFO] [stderr] Compiling chrono v0.4.26 [INFO] [stderr] Compiling open v5.0.0 [INFO] [stderr] Compiling toml v0.8.19 [INFO] [stderr] Compiling structopt v0.3.26 [INFO] [stderr] Compiling crossterm v0.28.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling rake v0.3.3 [INFO] [stderr] Compiling shellwords v1.1.0 [INFO] [stderr] Compiling rustyline-derive v0.11.0 [INFO] [stderr] Compiling float-ord v0.3.2 [INFO] [stderr] Compiling git2 v0.20.0 [INFO] [stderr] Compiling 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 OrderedSet where T: Eq + Hash { [INFO] [stdout] | ---------------------------------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 65 | pub fn iter(&self) -> impl Iterator { [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> { [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>> { [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 2m 57s [INFO] running `Command { std: "docker" "inspect" "5b0f662bf69e3d43a9aae5b1e7374e2c3f1e5bb1cc4de0e845751c2a6d678b29", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5b0f662bf69e3d43a9aae5b1e7374e2c3f1e5bb1cc4de0e845751c2a6d678b29", kill_on_drop: false }` [INFO] [stdout] 5b0f662bf69e3d43a9aae5b1e7374e2c3f1e5bb1cc4de0e845751c2a6d678b29 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f2b1d36f32015a2b9619ef45546f9a09477bac854ef340582c90abbc0268f67f [INFO] running `Command { std: "docker" "start" "-a" "f2b1d36f32015a2b9619ef45546f9a09477bac854ef340582c90abbc0268f67f", kill_on_drop: false }` [INFO] [stderr] Compiling gitnotes v1.0.0 (/opt/rustwide/workdir) [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> { [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>> { [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 `test` profile [unoptimized + debuginfo] target(s) in 10.15s [INFO] running `Command { std: "docker" "inspect" "f2b1d36f32015a2b9619ef45546f9a09477bac854ef340582c90abbc0268f67f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f2b1d36f32015a2b9619ef45546f9a09477bac854ef340582c90abbc0268f67f", kill_on_drop: false }` [INFO] [stdout] f2b1d36f32015a2b9619ef45546f9a09477bac854ef340582c90abbc0268f67f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 0e7407e64099ea9425aeaaaf473e3d4db3ece0d5ec86b401cfc09a62d0d014dd [INFO] running `Command { std: "docker" "start" "-a" "0e7407e64099ea9425aeaaaf473e3d4db3ece0d5ec86b401cfc09a62d0d014dd", kill_on_drop: false }` [INFO] [stderr] warning: field `is_first` is never read [INFO] [stderr] --> src/model.rs:476:9 [INFO] [stderr] | [INFO] [stderr] 475 | pub struct NoteFileTreeWalkStack<'a> { [INFO] [stderr] | --------------------- field in this struct [INFO] [stderr] 476 | pub is_first: bool, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: associated function `new` is never used [INFO] [stderr] --> src/querying.rs:660:12 [INFO] [stderr] | [INFO] [stderr] 659 | impl RegexMatcher { [INFO] [stderr] | ----------------- associated function in this implementation [INFO] [stderr] 660 | pub fn new(str: &str) -> RegexMatcher { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/model.rs:388:17 [INFO] [stderr] | [INFO] [stderr] 388 | pub fn find(&self, path: &Path) -> Option<&NoteFileTree> { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^ [INFO] [stderr] | | || [INFO] [stderr] | | |the same lifetime is hidden here [INFO] [stderr] | | the same lifetime is elided here [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 388 | pub fn find(&self, path: &Path) -> Option<&NoteFileTree<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/model.rs:452:21 [INFO] [stderr] | [INFO] [stderr] 452 | pub fn children(&self) -> Option<&BTreeMap> { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | | | [INFO] [stderr] | | | the same lifetime is hidden here [INFO] [stderr] | | the same lifetime is elided here [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 452 | pub fn children(&self) -> Option<&BTreeMap>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/command.rs:558:33 [INFO] [stderr] | [INFO] [stderr] 558 | fn get_git_head(repository: &git2::Repository) -> CommandResult<(git2::Commit, git2::Tree)> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is hidden here [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 558 | fn get_git_head(repository: &git2::Repository) -> CommandResult<(git2::Commit<'_>, git2::Tree<'_>)> { [INFO] [stderr] | ++++ ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/interactive.rs:266:22 [INFO] [stderr] | [INFO] [stderr] 266 | fn get_note_tree(&self, current_word: &str, path_segment_done: bool) -> Option<&'a NoteFileTree> { [INFO] [stderr] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 266 | fn get_note_tree(&self, current_word: &str, path_segment_done: bool) -> Option<&'a NoteFileTree<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/interactive.rs:286:27 [INFO] [stderr] | [INFO] [stderr] 286 | fn get_base_note_tree(&self) -> &'a NoteFileTree { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 286 | fn get_base_note_tree(&self) -> &'a NoteFileTree<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `gitnotes` (bin "gitnotes" test) generated 7 warnings (run `cargo fix --bin "gitnotes" -p gitnotes --tests` to apply 5 suggestions) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.42s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/gitnotes-4cc97fda11fefb8b) [INFO] [stdout] [INFO] [stdout] running 53 tests [INFO] [stdout] test app::test_change_working_dir2 ... ok [INFO] [stdout] test app::test_change_working_dir3 ... ok [INFO] [stdout] test app::test_change_working_dir4 ... ok [INFO] [stdout] test app::test_change_working_dir1 ... ok [INFO] [stdout] test app::test_change_working_dir5 ... ok [INFO] [stdout] test app::test_change_working_dir6 ... ok [INFO] [stdout] test app::test_change_working_dir9 ... ok [INFO] [stdout] test app::test_change_working_dir8 ... ok [INFO] [stdout] test app::test_change_working_dir7 ... ok [INFO] [stdout] test app_tests::test_add_resource ... ok [INFO] [stdout] test app_tests::test_change_tags ... ok [INFO] [stdout] test app_tests::test_add_with_working_dir ... ok [INFO] [stdout] test app_tests::test_edit_with_editor_and_history ... ok [INFO] [stdout] test app_tests::test_add ... ok [INFO] [stdout] test app_tests::test_add_with_editor ... ok [INFO] [stdout] test app_tests::test_edit ... ok [INFO] [stdout] test app_tests::test_edit_with_editor ... ok [INFO] [stdout] test app_tests::test_edit_note_id ... ok [INFO] [stdout] test app_tests::test_move_to_existing1 ... ok [INFO] [stdout] test app_tests::test_move_file_to_dir ... ok [INFO] [stdout] test app_tests::test_move_to_existing2 ... ok [INFO] [stdout] test app_tests::test_move_glob2 ... ok [INFO] [stdout] test app_tests::test_remove ... ok [INFO] [stdout] test app_tests::test_move_dir1 ... ok [INFO] [stdout] test app_tests::test_move ... ok [INFO] [stdout] test app_tests::test_move_dir_to_existing1 ... ok [INFO] [stdout] test app_tests::test_move_dir2 ... ok [INFO] [stdout] test helpers::test_ordered_set1 ... ok [INFO] [stdout] test app_tests::test_move_glob1 ... ok [INFO] [stdout] test helpers::test_ordered_set2 ... ok [INFO] [stdout] test model::test_create_tree1 ... ok [INFO] [stdout] test model::test_find_tree1 ... ok [INFO] [stdout] test app_tests::test_remove_resource ... ok [INFO] [stdout] test app_tests::test_remove_recursive ... ok [INFO] [stdout] test snippets::test_bash_success1 ... ok [INFO] [stdout] test app_tests::test_remove_glob1 ... ok [INFO] [stderr] /tmp/.tmpy4aF11.cpp: In function 'int main()': [INFO] [stderr] /tmp/.tmpy4aF11.cpp:3:10: error: 'cout' is not a member of 'std' [INFO] [stderr] 3 | std::cout << "Hello, World!" << std::endl; [INFO] [stderr] | ^~~~ [INFO] [stderr] /tmp/.tmpy4aF11.cpp:1:1: note: 'std::cout' is defined in header ''; did you forget to '#include '? [INFO] [stderr] +++ |+#include [INFO] [stderr] 1 | [INFO] [stderr] /tmp/.tmpy4aF11.cpp:3:42: error: 'endl' is not a member of 'std' [INFO] [stderr] 3 | std::cout << "Hello, World!" << std::endl; [INFO] [stderr] | ^~~~ [INFO] [stderr] /tmp/.tmpy4aF11.cpp:1:1: note: 'std::endl' is defined in header ''; did you forget to '#include '? [INFO] [stderr] +++ |+#include [INFO] [stderr] 1 | [INFO] [stdout] test snippets::test_cpp_fail1 ... ok [INFO] [stdout] test app_tests::test_undo ... ok [INFO] [stdout] test snippets::test_python_change_config1 ... ok [INFO] [stdout] test snippets::test_manager_success1 ... ok [INFO] [stdout] test app_tests::test_remove_glob2 ... ok [INFO] [stdout] test snippets::test_python_fail1 ... ok [INFO] [stdout] test snippets::test_python_success1 ... ok [INFO] [stdout] test app_tests::test_run_snippet ... ok [INFO] [stdout] test tags::test_automatic1 ... ok [INFO] [stdout] test tags::test_automatic2 ... ok [INFO] [stdout] test snippets::test_rust_success1 ... ok [INFO] [stdout] test snippets::test_manager_success3 ... ok [INFO] [stdout] test snippets::test_typescript_success ... FAILED [INFO] [stdout] test snippets::test_rust_success2 ... ok [INFO] [stdout] test snippets::test_javascript_success ... ok [INFO] [stdout] test snippets::test_manager_success2 ... ok [INFO] [stdout] test snippets::test_cpp_success1 ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- snippets::test_typescript_success stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'snippets::test_typescript_success' (116) panicked at src/snippets.rs:715:53: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: CompilerNotFound("tsc") [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x58361a0daa62 - std::backtrace_rs::backtrace::libunwind::trace::h9ea1e07ac77a25d7 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x58361a0daa62 - std::backtrace_rs::backtrace::trace_unsynchronized::h72b75eb83b53d15a [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x58361a0daa62 - std::sys::backtrace::_print_fmt::h255777b7ec902439 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x58361a0daa62 - ::fmt::h8a1ac49fcd7ee8ce [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x58361a0ee56f - core::fmt::rt::Argument::fmt::h635cbf3c6754cc90 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x58361a0ee56f - core::fmt::write::hbdcc0ec4f1bab1db [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/fmt/mod.rs:1469:25 [INFO] [stdout] 6: 0x58361a0a2623 - std::io::default_write_fmt::h2580ece0d4b58e51 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x58361a0a2623 - std::io::Write::write_fmt::hac9e42858f273b87 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x58361a0b05c2 - std::sys::backtrace::BacktraceLock::print::h052febbd86f7bf07 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x58361a0b5f7f - std::panicking::default_hook::{{closure}}::h66aeee20dd470abb [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x58361a0b5e11 - std::panicking::default_hook::h9d66b9642014ce48 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x5836198892ce - as core::ops::function::Fn>::call::h8c698701e444e564 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2099:9 [INFO] [stdout] 12: 0x5836198892ce - test::test_main_with_exit_callback::{{closure}}::ha1c98e7b69c4defb [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x58361a0b663f - as core::ops::function::Fn>::call::hc4f222a8a57c637a [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2099:9 [INFO] [stdout] 14: 0x58361a0b663f - std::panicking::panic_with_hook::h6d5921a1a1fa5a8e [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x58361a0b63ea - std::panicking::panic_handler::{{closure}}::hafeef6f707d43542 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x58361a0b06f9 - std::sys::backtrace::__rust_end_short_backtrace::h08cbc3319a3d0120 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x58361a09571d - __rustc[ce5c411ff86ab1b2]::rust_begin_unwind [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x58361a0f8f40 - core::panicking::panic_fmt::h774fb860369a0f7b [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panicking.rs:80:14 [INFO] [stdout] 19: 0x58361a0f7cc6 - core::result::unwrap_failed::h72ee8fcbf1bf8ff9 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/result.rs:1862:5 [INFO] [stdout] 20: 0x58361974e716 - core::result::Result::unwrap::hb9e8f0e99cda460a [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/result.rs:1233:23 [INFO] [stdout] 21: 0x58361974e716 - gitnotes::snippets::test_typescript_success::hda3fe8d7887cbd32 [INFO] [stdout] at /opt/rustwide/workdir/src/snippets.rs:715:53 [INFO] [stdout] 22: 0x58361974e8e7 - gitnotes::snippets::test_typescript_success::{{closure}}::h57254ee5863b2a42 [INFO] [stdout] at /opt/rustwide/workdir/src/snippets.rs:705:29 [INFO] [stdout] 23: 0x583619703296 - core::ops::function::FnOnce::call_once::h12c2e9bfaddacef0 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 24: 0x58361988911b - core::ops::function::FnOnce::call_once::h4f6eabe90cccb47d [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x58361988911b - test::__rust_begin_short_backtrace::h94208530f2b4c8c7 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:663:18 [INFO] [stdout] 26: 0x58361989d12d - test::run_test_in_process::{{closure}}::hbdc6a45a78c46404 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:686:74 [INFO] [stdout] 27: 0x58361989d12d - as core::ops::function::FnOnce<()>>::call_once::h7f9d8efc7eedd165 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 28: 0x58361989d12d - std::panicking::catch_unwind::do_call::he5edbaf126c13b99 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40 [INFO] [stdout] 29: 0x58361989d12d - std::panicking::catch_unwind::h3d6a8652eceeabce [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19 [INFO] [stdout] 30: 0x58361989d12d - std::panic::catch_unwind::hbef0c501dd7bb498 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x58361989d12d - test::run_test_in_process::h400008a46a5006a0 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:686:27 [INFO] [stdout] 32: 0x58361989d12d - test::run_test::{{closure}}::h9a131655b31d9427 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:607:43 [INFO] [stdout] 33: 0x583619876674 - test::run_test::{{closure}}::he4a7177c216308c0 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/test/src/lib.rs:637:41 [INFO] [stdout] 34: 0x583619876674 - std::sys::backtrace::__rust_begin_short_backtrace::hd3980e9c55d6c539 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 35: 0x583619879faa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h18552df67c7aa9b8 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs:562:17 [INFO] [stdout] 36: 0x583619879faa - as core::ops::function::FnOnce<()>>::call_once::h3d7b285234641a08 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 37: 0x583619879faa - std::panicking::catch_unwind::do_call::h5a2b5cf36528a5b2 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:590:40 [INFO] [stdout] 38: 0x583619879faa - std::panicking::catch_unwind::h7e8b531bbda77d20 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panicking.rs:553:19 [INFO] [stdout] 39: 0x583619879faa - std::panic::catch_unwind::hf9bbb2040b4f1e6c [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x583619879faa - std::thread::Builder::spawn_unchecked_::{{closure}}::h600f92cf68549574 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/thread/mod.rs:560:30 [INFO] [stdout] 41: 0x583619879faa - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb6607307df8a1847 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 42: 0x58361a0ab96f - as core::ops::function::FnOnce>::call_once::h6891ad53a5ed6f52 [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/alloc/src/boxed.rs:2085:9 [INFO] [stdout] 43: 0x58361a0ab96f - std::sys::thread::unix::Thread::new::thread_start::h7f3e77fa86df70af [INFO] [stdout] at /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/sys/thread/unix.rs:124:17 [INFO] [stdout] 44: 0x74a7cb315aa4 - [INFO] [stdout] 45: 0x74a7cb3a2a64 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] snippets::test_typescript_success [INFO] [stdout] [INFO] [stdout] test result: FAILED. 52 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.95s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--bin gitnotes` [INFO] running `Command { std: "docker" "inspect" "0e7407e64099ea9425aeaaaf473e3d4db3ece0d5ec86b401cfc09a62d0d014dd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0e7407e64099ea9425aeaaaf473e3d4db3ece0d5ec86b401cfc09a62d0d014dd", kill_on_drop: false }` [INFO] [stdout] 0e7407e64099ea9425aeaaaf473e3d4db3ece0d5ec86b401cfc09a62d0d014dd