[INFO] cloning repository https://github.com/ayatofrench/jot [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ayatofrench/jot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fayatofrench%2Fjot", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fayatofrench%2Fjot'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9de1a6e7df64aae4b59d75868e2c5c91548b2123 [INFO] testing ayatofrench/jot against beta-2026-04-21 for beta-1.96-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fayatofrench%2Fjot" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/ayatofrench/jot [INFO] finished tweaking git repo https://github.com/ayatofrench/jot [INFO] tweaked toml for git repo https://github.com/ayatofrench/jot written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/ayatofrench/jot on toolchain beta-2026-04-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/ayatofrench/jot 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" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e3bdb0bbf4291bad7b8fa9a46e4580e342940291fb2e4409f18c763cc95bff9a [INFO] running `Command { std: "docker" "start" "-a" "e3bdb0bbf4291bad7b8fa9a46e4580e342940291fb2e4409f18c763cc95bff9a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e3bdb0bbf4291bad7b8fa9a46e4580e342940291fb2e4409f18c763cc95bff9a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e3bdb0bbf4291bad7b8fa9a46e4580e342940291fb2e4409f18c763cc95bff9a", kill_on_drop: false }` [INFO] [stdout] e3bdb0bbf4291bad7b8fa9a46e4580e342940291fb2e4409f18c763cc95bff9a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0f72dda251486b3bc5df774c6d93f713635284486eda30ecfd1840b0211f1382 [INFO] running `Command { std: "docker" "start" "-a" "0f72dda251486b3bc5df774c6d93f713635284486eda30ecfd1840b0211f1382", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.103 [INFO] [stderr] Compiling unicode-ident v1.0.22 [INFO] [stderr] Compiling quote v1.0.42 [INFO] [stderr] Compiling libc v0.2.178 [INFO] [stderr] Compiling find-msvc-tools v0.1.9 [INFO] [stderr] Compiling memchr v2.7.6 [INFO] [stderr] Compiling bitflags v2.10.0 [INFO] [stderr] Compiling bytes v1.11.1 [INFO] [stderr] Compiling cc v1.2.56 [INFO] [stderr] Compiling log v0.4.29 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling tracing-core v0.1.36 [INFO] [stderr] Compiling zerocopy v0.8.31 [INFO] [stderr] Compiling semver v1.0.27 [INFO] [stderr] Compiling rustversion v1.0.22 [INFO] [stderr] Compiling syn v2.0.111 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Compiling iana-time-zone v0.1.64 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling aho-corasick v1.1.4 [INFO] [stderr] Compiling getrandom v0.2.17 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling regex-syntax v0.8.9 [INFO] [stderr] Compiling crypto-common v0.1.7 [INFO] [stderr] Compiling rustix v1.1.2 [INFO] [stderr] Compiling openssl-sys v0.9.111 [INFO] [stderr] Compiling inout v0.1.4 [INFO] [stderr] Compiling subtle v2.6.1 [INFO] [stderr] Compiling thiserror v2.0.17 [INFO] [stderr] Compiling linux-raw-sys v0.11.0 [INFO] [stderr] Compiling universal-hash v0.5.1 [INFO] [stderr] Compiling cipher v0.4.4 [INFO] [stderr] Compiling chrono v0.4.42 [INFO] [stderr] Compiling litemap v0.8.1 [INFO] [stderr] Compiling getrandom v0.4.1 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling writeable v0.6.2 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling indexmap v2.12.1 [INFO] [stderr] Compiling polyval v0.6.2 [INFO] [stderr] Compiling aegis v0.9.7 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling simsimd v6.5.13 [INFO] [stderr] Compiling socket2 v0.6.2 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling built v0.7.7 [INFO] [stderr] Compiling mio v1.1.1 [INFO] [stderr] Compiling regex-automata v0.4.14 [INFO] [stderr] Compiling crc32c v0.6.8 [INFO] [stderr] Compiling branches v0.4.4 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling thread_local v1.1.9 [INFO] [stderr] Compiling uncased v0.9.10 [INFO] [stderr] Compiling nu-ansi-term v0.50.3 [INFO] [stderr] Compiling icu_properties_data v2.1.2 [INFO] [stderr] Compiling icu_normalizer_data v2.1.1 [INFO] [stderr] Compiling futures-core v0.3.32 [INFO] [stderr] Compiling io-uring v0.7.11 [INFO] [stderr] Compiling turso_ext v0.5.0-pre.12 [INFO] [stderr] Compiling anyhow v1.0.101 [INFO] [stderr] Compiling lock_api v0.4.14 [INFO] [stderr] Compiling turso_core v0.5.0-pre.12 [INFO] [stderr] Compiling ghash v0.5.1 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling aes v0.8.4 [INFO] [stderr] Compiling ctr v0.9.2 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling aead v0.5.2 [INFO] [stderr] Compiling softaes v0.1.3 [INFO] [stderr] Compiling sha1_smol v1.0.1 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling siphasher v1.0.2 [INFO] [stderr] Compiling openssl v0.10.75 [INFO] [stderr] Compiling fastbloom v0.14.1 [INFO] [stderr] Compiling itertools v0.14.0 [INFO] [stderr] Compiling uuid v1.21.0 [INFO] [stderr] Compiling crossbeam-skiplist v0.1.3 [INFO] [stderr] Compiling deranged v0.5.6 [INFO] [stderr] Compiling http v0.2.12 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.1 [INFO] [stderr] Compiling zerovec-derive v0.11.2 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling yoke v0.8.1 [INFO] [stderr] Compiling zerovec v0.11.5 [INFO] [stderr] Compiling bytemuck_derive v1.10.2 [INFO] [stderr] Compiling tinystr v0.8.2 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Compiling icu_locale_core v2.1.1 [INFO] [stderr] Compiling bytemuck v1.25.0 [INFO] [stderr] Compiling potential_utf v0.1.4 [INFO] [stderr] Compiling zerotrie v0.2.3 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling miette-derive v7.6.0 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling turso_macros v0.5.0-pre.12 [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Compiling icu_provider v2.1.1 [INFO] [stderr] Compiling tracing-subscriber v0.3.22 [INFO] [stderr] Compiling icu_collections v2.1.1 [INFO] [stderr] Compiling miette v7.6.0 [INFO] [stderr] Compiling tokio v1.49.0 [INFO] [stderr] Compiling tempfile v3.23.0 [INFO] [stderr] Compiling pack1 v1.0.0 [INFO] [stderr] Compiling strum v0.26.3 [INFO] [stderr] Compiling roaring v0.11.3 [INFO] [stderr] Compiling polling v3.11.0 [INFO] [stderr] Compiling regex v1.12.3 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling turso_parser v0.5.0-pre.12 [INFO] [stderr] Compiling aes-gcm v0.10.3 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling intrusive-collections v0.9.7 [INFO] [stderr] Compiling twox-hash v2.1.2 [INFO] [stderr] Compiling arc-swap v1.8.2 [INFO] [stderr] Compiling rapidhash v4.4.0 [INFO] [stderr] Compiling libloading v0.8.9 [INFO] [stderr] Compiling native-tls v0.2.18 [INFO] [stderr] Compiling num-conv v0.2.0 [INFO] [stderr] Compiling futures-sink v0.3.32 [INFO] [stderr] Compiling futures-io v0.3.32 [INFO] [stderr] Compiling fallible-iterator v0.3.0 [INFO] [stderr] Compiling time-core v0.1.8 [INFO] [stderr] Compiling bumpalo v3.19.1 [INFO] [stderr] Compiling cfg_block v0.1.1 [INFO] [stderr] Compiling slab v0.4.12 [INFO] [stderr] Compiling futures-task v0.3.32 [INFO] [stderr] Compiling time v0.3.47 [INFO] [stderr] Compiling icu_normalizer v2.1.1 [INFO] [stderr] Compiling futures-util v0.3.32 [INFO] [stderr] Compiling tokio-util v0.7.18 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling icu_properties v2.1.2 [INFO] [stderr] Compiling prost-derive v0.14.3 [INFO] [stderr] Compiling crossbeam-channel v0.5.15 [INFO] [stderr] Compiling env_filter v1.0.0 [INFO] [stderr] Compiling genawaiter-macro v0.99.1 [INFO] [stderr] Compiling percent-encoding v2.3.2 [INFO] [stderr] Compiling openssl-probe v0.2.1 [INFO] [stderr] Compiling anstyle-parse v0.2.7 [INFO] [stderr] Compiling tracing-appender v0.2.4 [INFO] [stderr] Compiling env_logger v0.11.9 [INFO] [stderr] Compiling form_urlencoded v1.2.2 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling h2 v0.3.27 [INFO] [stderr] Compiling genawaiter v0.99.1 [INFO] [stderr] Compiling http-body v0.4.6 [INFO] [stderr] Compiling turso_sdk_kit_macros v0.5.0-pre.12 [INFO] [stderr] Compiling futures-channel v0.3.32 [INFO] [stderr] Compiling socket2 v0.5.10 [INFO] [stderr] Compiling prost v0.14.3 [INFO] [stderr] Compiling http v1.4.0 [INFO] [stderr] Compiling colorchoice v1.0.4 [INFO] [stderr] Compiling anstyle v1.0.13 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling anstream v0.6.21 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling toml_datetime v0.6.11 [INFO] [stderr] Compiling serde_spanned v0.6.9 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling blake3 v1.8.2 [INFO] [stderr] Compiling toml_write v0.1.2 [INFO] [stderr] Compiling clap_lex v0.7.6 [INFO] [stderr] Compiling winnow v0.7.14 [INFO] [stderr] Compiling unicode-width v0.2.2 [INFO] [stderr] Compiling clap_builder v4.5.53 [INFO] [stderr] Compiling console v0.15.11 [INFO] [stderr] Compiling url v2.5.8 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling clap_derive v4.5.49 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling zeroize v1.8.2 [INFO] [stderr] Compiling shell-words v1.1.1 [INFO] [stderr] Compiling dialoguer v0.11.0 [INFO] [stderr] Compiling hyper v0.14.32 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling serde_yaml v0.9.34+deprecated [INFO] [stderr] Compiling toml_edit v0.22.27 [INFO] [stderr] Compiling ulid v1.2.1 [INFO] [stderr] Compiling clap v4.5.53 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.27 [INFO] [stderr] Compiling toml v0.8.23 [INFO] [stderr] Compiling turso_sync_engine v0.5.0-pre.12 [INFO] [stderr] Compiling turso_sdk_kit v0.5.0-pre.12 [INFO] [stderr] Compiling turso_sync_sdk_kit v0.5.0-pre.12 [INFO] [stderr] Compiling turso v0.5.0-pre.12 [INFO] [stderr] Compiling jotter v0.1.0 (/opt/rustwide/workdir/packages/jotter) [INFO] [stdout] warning: associated items `open_in_memory`, `count_document_events`, `count`, and `get_embedding` are never used [INFO] [stdout] --> packages/jotter/src/db.rs:154:18 [INFO] [stdout] | [INFO] [stdout] 130 | impl Database { [INFO] [stdout] | ------------- associated items in this implementation [INFO] [stdout] ... [INFO] [stdout] 154 | pub async fn open_in_memory() -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1159 | pub async fn count_document_events(&self) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1236 | pub async fn count(&self) -> Result { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1281 | pub async fn get_embedding( [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `dimensions` is never used [INFO] [stdout] --> packages/jotter/src/embeddings/mod.rs:31:8 [INFO] [stdout] | [INFO] [stdout] 27 | pub trait Embedder: Send + Sync { [INFO] [stdout] | -------- method in this trait [INFO] [stdout] ... [INFO] [stdout] 31 | fn dimensions(&self) -> usize; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `model` is never read [INFO] [stdout] --> packages/jotter/src/embeddings/ollama.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 22 | struct EmbedResponse { [INFO] [stdout] | ------------- field in this struct [INFO] [stdout] 23 | embeddings: Vec>, [INFO] [stdout] 24 | model: String, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `OllamaError` is never constructed [INFO] [stdout] --> packages/jotter/src/embeddings/ollama.rs:28:8 [INFO] [stdout] | [INFO] [stdout] 28 | struct OllamaError { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `unique_slug_path` is never used [INFO] [stdout] --> packages/jotter/src/fragment.rs:116:8 [INFO] [stdout] | [INFO] [stdout] 116 | pub fn unique_slug_path(dir: &std::path::Path, title: &str) -> std::path::PathBuf { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variants `ParseError` and `DetachedHead` are never constructed [INFO] [stdout] --> packages/jotter/src/git.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 6 | pub enum GitError { [INFO] [stdout] | -------- variants in this enum [INFO] [stdout] ... [INFO] [stdout] 12 | ParseError(String), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 20 | DetachedHead, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `GitError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `short_hash`, `email`, and `parents` are never read [INFO] [stdout] --> packages/jotter/src/git.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 24 | pub struct GitCommit { [INFO] [stdout] | --------- fields in this struct [INFO] [stdout] 25 | pub hash: String, [INFO] [stdout] 26 | pub short_hash: String, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 27 | pub author: String, [INFO] [stdout] 28 | pub email: String, [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 31 | pub parents: Vec, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `GitCommit` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `GitFileRevision` is never constructed [INFO] [stdout] --> packages/jotter/src/git.rs:35:12 [INFO] [stdout] | [INFO] [stdout] 35 | pub struct GitFileRevision { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `is_detached_head`, `get_file_at_revision`, and `get_repo_root` are never used [INFO] [stdout] --> packages/jotter/src/git.rs:87:12 [INFO] [stdout] | [INFO] [stdout] 45 | impl Git { [INFO] [stdout] | -------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 87 | pub fn is_detached_head(&self) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 177 | pub fn get_file_at_revision( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 232 | pub fn get_repo_root(&self) -> &PathBuf { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `ensure_git_repo` is never used [INFO] [stdout] --> packages/jotter/src/git.rs:237:8 [INFO] [stdout] | [INFO] [stdout] 237 | pub fn ensure_git_repo(repo_root: &Path) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `open_in_memory` is never used [INFO] [stdout] --> packages/jotter/src/sql.rs:86:18 [INFO] [stdout] | [INFO] [stdout] 77 | impl Connection { [INFO] [stdout] | --------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 86 | pub async fn open_in_memory() -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 53s [INFO] running `Command { std: "docker" "inspect" "0f72dda251486b3bc5df774c6d93f713635284486eda30ecfd1840b0211f1382", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0f72dda251486b3bc5df774c6d93f713635284486eda30ecfd1840b0211f1382", kill_on_drop: false }` [INFO] [stdout] 0f72dda251486b3bc5df774c6d93f713635284486eda30ecfd1840b0211f1382 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cc51eef19e87c9122d23393cafe2c993c667405e950d149216fd12f7ea8d90a7 [INFO] running `Command { std: "docker" "start" "-a" "cc51eef19e87c9122d23393cafe2c993c667405e950d149216fd12f7ea8d90a7", kill_on_drop: false }` [INFO] [stderr] Compiling jotter v0.1.0 (/opt/rustwide/workdir/packages/jotter) [INFO] [stdout] warning: methods `count_document_events`, `count`, and `get_embedding` are never used [INFO] [stdout] --> packages/jotter/src/db.rs:1159:18 [INFO] [stdout] | [INFO] [stdout] 130 | impl Database { [INFO] [stdout] | ------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 1159 | pub async fn count_document_events(&self) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1236 | pub async fn count(&self) -> Result { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1281 | pub async fn get_embedding( [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 `model` is never read [INFO] [stdout] --> packages/jotter/src/embeddings/ollama.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 22 | struct EmbedResponse { [INFO] [stdout] | ------------- field in this struct [INFO] [stdout] 23 | embeddings: Vec>, [INFO] [stdout] 24 | model: String, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `OllamaError` is never constructed [INFO] [stdout] --> packages/jotter/src/embeddings/ollama.rs:28:8 [INFO] [stdout] | [INFO] [stdout] 28 | struct OllamaError { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `unique_slug_path` is never used [INFO] [stdout] --> packages/jotter/src/fragment.rs:116:8 [INFO] [stdout] | [INFO] [stdout] 116 | pub fn unique_slug_path(dir: &std::path::Path, title: &str) -> std::path::PathBuf { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variants `ParseError` and `DetachedHead` are never constructed [INFO] [stdout] --> packages/jotter/src/git.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 6 | pub enum GitError { [INFO] [stdout] | -------- variants in this enum [INFO] [stdout] ... [INFO] [stdout] 12 | ParseError(String), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 20 | DetachedHead, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `GitError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `short_hash`, `email`, and `parents` are never read [INFO] [stdout] --> packages/jotter/src/git.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 24 | pub struct GitCommit { [INFO] [stdout] | --------- fields in this struct [INFO] [stdout] 25 | pub hash: String, [INFO] [stdout] 26 | pub short_hash: String, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 27 | pub author: String, [INFO] [stdout] 28 | pub email: String, [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 31 | pub parents: Vec, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `GitCommit` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `GitFileRevision` is never constructed [INFO] [stdout] --> packages/jotter/src/git.rs:35:12 [INFO] [stdout] | [INFO] [stdout] 35 | pub struct GitFileRevision { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `is_detached_head`, `get_file_at_revision`, and `get_repo_root` are never used [INFO] [stdout] --> packages/jotter/src/git.rs:87:12 [INFO] [stdout] | [INFO] [stdout] 45 | impl Git { [INFO] [stdout] | -------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 87 | pub fn is_detached_head(&self) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 177 | pub fn get_file_at_revision( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 232 | pub fn get_repo_root(&self) -> &PathBuf { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `ensure_git_repo` is never used [INFO] [stdout] --> packages/jotter/src/git.rs:237:8 [INFO] [stdout] | [INFO] [stdout] 237 | pub fn ensure_git_repo(repo_root: &Path) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 10.68s [INFO] running `Command { std: "docker" "inspect" "cc51eef19e87c9122d23393cafe2c993c667405e950d149216fd12f7ea8d90a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cc51eef19e87c9122d23393cafe2c993c667405e950d149216fd12f7ea8d90a7", kill_on_drop: false }` [INFO] [stdout] cc51eef19e87c9122d23393cafe2c993c667405e950d149216fd12f7ea8d90a7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] a16e31cf3f755c3272dd5ded0afcb90ae6d63c9ddfb253ade0f77d0c0a84b173 [INFO] running `Command { std: "docker" "start" "-a" "a16e31cf3f755c3272dd5ded0afcb90ae6d63c9ddfb253ade0f77d0c0a84b173", kill_on_drop: false }` [INFO] [stderr] warning: methods `count_document_events`, `count`, and `get_embedding` are never used [INFO] [stderr] --> packages/jotter/src/db.rs:1159:18 [INFO] [stderr] | [INFO] [stderr] 130 | impl Database { [INFO] [stderr] | ------------- methods in this implementation [INFO] [stderr] ... [INFO] [stderr] 1159 | pub async fn count_document_events(&self) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1236 | pub async fn count(&self) -> Result { [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1281 | pub async fn get_embedding( [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: field `model` is never read [INFO] [stderr] --> packages/jotter/src/embeddings/ollama.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 22 | struct EmbedResponse { [INFO] [stderr] | ------------- field in this struct [INFO] [stderr] 23 | embeddings: Vec>, [INFO] [stderr] 24 | model: String, [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: struct `OllamaError` is never constructed [INFO] [stderr] --> packages/jotter/src/embeddings/ollama.rs:28:8 [INFO] [stderr] | [INFO] [stderr] 28 | struct OllamaError { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `unique_slug_path` is never used [INFO] [stderr] --> packages/jotter/src/fragment.rs:116:8 [INFO] [stderr] | [INFO] [stderr] 116 | pub fn unique_slug_path(dir: &std::path::Path, title: &str) -> std::path::PathBuf { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variants `ParseError` and `DetachedHead` are never constructed [INFO] [stderr] --> packages/jotter/src/git.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 6 | pub enum GitError { [INFO] [stderr] | -------- variants in this enum [INFO] [stderr] ... [INFO] [stderr] 12 | ParseError(String), [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 20 | DetachedHead, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `GitError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: fields `short_hash`, `email`, and `parents` are never read [INFO] [stderr] --> packages/jotter/src/git.rs:26:9 [INFO] [stderr] | [INFO] [stderr] 24 | pub struct GitCommit { [INFO] [stderr] | --------- fields in this struct [INFO] [stderr] 25 | pub hash: String, [INFO] [stderr] 26 | pub short_hash: String, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] 27 | pub author: String, [INFO] [stderr] 28 | pub email: String, [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 31 | pub parents: Vec, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `GitCommit` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: struct `GitFileRevision` is never constructed [INFO] [stderr] --> packages/jotter/src/git.rs:35:12 [INFO] [stderr] | [INFO] [stderr] 35 | pub struct GitFileRevision { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: methods `is_detached_head`, `get_file_at_revision`, and `get_repo_root` are never used [INFO] [stderr] --> packages/jotter/src/git.rs:87:12 [INFO] [stderr] | [INFO] [stderr] 45 | impl Git { [INFO] [stderr] | -------- methods in this implementation [INFO] [stderr] ... [INFO] [stderr] 87 | pub fn is_detached_head(&self) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 177 | pub fn get_file_at_revision( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 232 | pub fn get_repo_root(&self) -> &PathBuf { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `ensure_git_repo` is never used [INFO] [stderr] --> packages/jotter/src/git.rs:237:8 [INFO] [stderr] | [INFO] [stderr] 237 | pub fn ensure_git_repo(repo_root: &Path) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `jotter` (bin "jot" test) generated 9 warnings [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.38s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/jot-dc606335d198206b) [INFO] [stdout] [INFO] [stdout] running 35 tests [INFO] [stdout] test commands::hook::tests::hook_uninstall_removes_managed_hooks ... ok [INFO] [stdout] test commands::hook::tests::hook_install_is_idempotent ... ok [INFO] [stdout] test commands::index::tests::index_removes_stale_record_when_file_becomes_unparseable ... ok [INFO] [stdout] test commands::init::tests::determine_agents_non_interactive_defaults_to_amp ... ok [INFO] [stdout] test commands::mcp::tests::install_outputs_scaffold ... ok [INFO] [stdout] test commands::mcp::tests::install_writes_scaffold_file ... ok [INFO] [stdout] test commands::index::tests::index_includes_profile_preferences_directory ... ok [INFO] [stdout] test commands::index::tests::index_handles_rename_with_stable_id ... ok [INFO] [stdout] test commands::history::tests::history_includes_git_revisions ... ok [INFO] [stdout] test commands::delete::tests::delete_tombstones_record_removes_file_and_keeps_chain_valid ... ok [INFO] [stdout] test commands::forget::tests::forget_sets_status_and_excludes_from_default_recall ... ok [INFO] [stdout] test commands::history::tests::history_shows_db_events ... ok [INFO] [stdout] test commands::recall::tests::recall_matches_long_query_and_vcs_alias ... ok [INFO] [stdout] test commands::session_end::tests::promotion_score_prefers_corrections_for_fix_signals ... ok [INFO] [stdout] test commands::session_end::tests::session_end_json_includes_candidate_sections ... ok [INFO] [stdout] test commands::validate::tests::validate_reports_duplicate_shared_ids ... ok [INFO] [stdout] test commands::recall::tests::recall_telemetry_respects_feature_flag ... ok [INFO] [stdout] test commands::restore::tests::restore_fails_for_active ... ok [INFO] [stdout] test commands::restore::tests::restore_from_forgotten ... ok [INFO] [stdout] test db::tests::vector_search_joins_documents_and_filters_non_active ... ok [INFO] [stdout] test db::tests::migration_backfills_active_status_and_synthetic_create_event ... ok [INFO] [stdout] test db::tests::retrieval_event_outcome_update_api_sets_used_ignored ... ok [INFO] [stdout] test fragment::tests::sanitize_session_id_falls_back_when_empty ... ok [INFO] [stdout] test fragment::tests::sanitize_session_id_replaces_unsafe_chars ... ok [INFO] [stdout] test commands::restore::tests::restore_from_deleted_after_delete_commit_uses_latest_recoverable_revision ... ok [INFO] [stdout] test embeddings::ollama::tests::test_embedder_creation ... ok [INFO] [stdout] test git::tests::git_open_fails_for_non_repo ... ok [INFO] [stdout] test storage::tests::verify_turso_local_engine_initializes_local_db ... ok [INFO] [stdout] test commands::restore::tests::restore_from_deleted ... ok [INFO] [stdout] test db::tests::verify_event_chain_continuity_detects_tampering ... ok [INFO] [stdout] test embeddings::ollama::tests::test_embedder_unavailable_returns_false ... ok [INFO] [stdout] test git::tests::git_log_returns_commits ... ok [INFO] [stdout] test git::tests::git_show_retrieves_file_content ... ok [INFO] [stdout] test commands::recall::tests::recall_latency_stays_within_smoke_budget ... ok [INFO] [stdout] test commands::index::tests::index_update_time_stays_within_smoke_budget ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- commands::index::tests::index_update_time_stays_within_smoke_budget stdout ---- [INFO] [stdout] Warning: Embeddings enabled but embedder initialization failed. Falling back to lexical-only indexing. (service unavailable: failed to initialize ollama client: runtime panicked) [INFO] [stdout] [INFO] [stdout] thread 'commands::index::tests::index_update_time_stays_within_smoke_budget' (27) panicked at packages/jotter/src/commands/index.rs:489:9: [INFO] [stdout] index update exceeded smoke budget: 5144ms [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x609ea56a430a - std[128c3efe2914e152]::backtrace_rs::backtrace::libunwind::trace [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x609ea56a430a - std[128c3efe2914e152]::backtrace_rs::backtrace::trace_unsynchronized:: [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x609ea56a430a - std[128c3efe2914e152]::sys::backtrace::_print_fmt [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:74:9 [INFO] [stdout] 3: 0x609ea56a430a - <::print::DisplayBacktrace as core[6771d259883166e6]::fmt::Display>::fmt [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:44:26 [INFO] [stdout] 4: 0x609ea56be1ea - ::fmt [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/fmt/rt.rs:152:76 [INFO] [stdout] 5: 0x609ea56be1ea - core[6771d259883166e6]::fmt::write [INFO] [stdout] 6: 0x609ea56a98e2 - std[128c3efe2914e152]::io::default_write_fmt::> [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:621:11 [INFO] [stdout] 7: 0x609ea56a98e2 - as std[128c3efe2914e152]::io::Write>::write_fmt [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:1976:13 [INFO] [stdout] 8: 0x609ea567f5df - ::print [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:47:9 [INFO] [stdout] 9: 0x609ea567f5df - std[128c3efe2914e152]::panicking::default_hook::{closure#0} [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:292:27 [INFO] [stdout] 10: 0x609ea569ab79 - std[128c3efe2914e152]::panicking::default_hook [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:316:9 [INFO] [stdout] 11: 0x609ea431c0fc - core[6771d259883166e6]::ops::function::Fn<(&'a std[128c3efe2914e152]::panic::PanicHookInfo<'b>,), Output = ()> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::marker::Send> as core[6771d259883166e6]::ops::function::Fn<(&std[128c3efe2914e152]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/alloc/src/boxed.rs:2263:9 [INFO] [stdout] 12: 0x609ea431c0fc - test[b137923399915ecf]::test_main_with_exit_callback::::{closure#0} [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x609ea569adf2 - core[6771d259883166e6]::ops::function::Fn<(&'a std[128c3efe2914e152]::panic::PanicHookInfo<'b>,), Output = ()> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::marker::Send> as core[6771d259883166e6]::ops::function::Fn<(&std[128c3efe2914e152]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/alloc/src/boxed.rs:2263:9 [INFO] [stdout] 14: 0x609ea569adf2 - std[128c3efe2914e152]::panicking::panic_with_hook [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:833:13 [INFO] [stdout] 15: 0x609ea567f698 - std[128c3efe2914e152]::panicking::panic_handler::{closure#0} [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:698:13 [INFO] [stdout] 16: 0x609ea5674459 - std[128c3efe2914e152]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:182:18 [INFO] [stdout] 17: 0x609ea568073d - __rustc[752cc74e29381ccc]::rust_begin_unwind [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:689:5 [INFO] [stdout] 18: 0x609ea56bea5c - core[6771d259883166e6]::panicking::panic_fmt [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panicking.rs:80:14 [INFO] [stdout] 19: 0x609ea3e86ff7 - jot::commands::index::tests::index_update_time_stays_within_smoke_budget::{{closure}}::h714b3807aed29e0f [INFO] [stdout] at /opt/rustwide/workdir/packages/jotter/src/commands/index.rs:489:9 [INFO] [stdout] 20: 0x609ea3e941c2 - as core::future::future::Future>::poll::h972dd4ffaf8b46b3 [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/future/future.rs:133:9 [INFO] [stdout] 21: 0x609ea3e9413d - as core::future::future::Future>::poll::h352dce56821e3261 [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/future/future.rs:133:9 [INFO] [stdout] 22: 0x609ea3f34fad - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h05d50585d3b7b767 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70 [INFO] [stdout] 23: 0x609ea3f34d4b - tokio::task::coop::with_budget::h3251283e715f4745 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5 [INFO] [stdout] 24: 0x609ea3f34d4b - tokio::task::coop::budget::h584875d502701b1a [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5 [INFO] [stdout] 25: 0x609ea3f34d4b - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h161ef031aa2bc38e [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25 [INFO] [stdout] 26: 0x609ea3f32040 - tokio::runtime::scheduler::current_thread::Context::enter::ha757457727ede115 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19 [INFO] [stdout] 27: 0x609ea3f3396d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h1a497129f9ffc2c9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44 [INFO] [stdout] 28: 0x609ea3f335d4 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::hbef567587d48fa9c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68 [INFO] [stdout] 29: 0x609ea3e6ae4b - tokio::runtime::context::scoped::Scoped::set::hfe89677eabbb346d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9 [INFO] [stdout] 30: 0x609ea3f18fc9 - tokio::runtime::context::set_scheduler::{{closure}}::hda5c94907edb300f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38 [INFO] [stdout] 31: 0x609ea3ecbc02 - std::thread::local::LocalKey::try_with::h98488bc7e7d5fbb4 [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/thread/local.rs:462:12 [INFO] [stdout] 32: 0x609ea3ecb44e - std::thread::local::LocalKey::with::hb2155d54e6e67b03 [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/thread/local.rs:426:20 [INFO] [stdout] 33: 0x609ea3f18efd - tokio::runtime::context::set_scheduler::h1e208f2e1b889ea8 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17 [INFO] [stdout] 34: 0x609ea3f33380 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h48a84f922f170690 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27 [INFO] [stdout] 35: 0x609ea3f33637 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h365112ee7f5984f7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24 [INFO] [stdout] 36: 0x609ea3f315b6 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h0566e5e705125a44 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33 [INFO] [stdout] 37: 0x609ea3e6b105 - tokio::runtime::context::runtime::enter_runtime::he517a1d99db3b13f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16 [INFO] [stdout] 38: 0x609ea3f312e1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::hd6a9881b1528dd2d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9 [INFO] [stdout] 39: 0x609ea3f30efa - tokio::runtime::runtime::Runtime::block_on_inner::h8c19e43c995baaf3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52 [INFO] [stdout] 40: 0x609ea3f311af - tokio::runtime::runtime::Runtime::block_on::hd2c8f89d8ab858a1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:342:18 [INFO] [stdout] 41: 0x609ea3e864d6 - jot::commands::index::tests::index_update_time_stays_within_smoke_budget::h1dfde8ab9ca3648a [INFO] [stdout] at /opt/rustwide/workdir/packages/jotter/src/commands/index.rs:495:77 [INFO] [stdout] 42: 0x609ea3e870a7 - jot::commands::index::tests::index_update_time_stays_within_smoke_budget::{{closure}}::hef15a000dbb3d06e [INFO] [stdout] at /opt/rustwide/workdir/packages/jotter/src/commands/index.rs:472:59 [INFO] [stdout] 43: 0x609ea3e27756 - core::ops::function::FnOnce::call_once::hef2c2542e9843cf1 [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 44: 0x609ea43101fb - core[6771d259883166e6]::result::Result<(), alloc[fef50e8eecedd288]::string::String> as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 45: 0x609ea43101fb - test[b137923399915ecf]::__rust_begin_short_backtrace::, fn() -> core[6771d259883166e6]::result::Result<(), alloc[fef50e8eecedd288]::string::String>> [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/test/src/lib.rs:663:18 [INFO] [stdout] 46: 0x609ea431cbcb - test[b137923399915ecf]::run_test_in_process::{closure#0} [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/test/src/lib.rs:686:74 [INFO] [stdout] 47: 0x609ea431cbcb - as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 48: 0x609ea431cbcb - std[128c3efe2914e152]::panicking::catch_unwind::do_call::, core[6771d259883166e6]::result::Result<(), alloc[fef50e8eecedd288]::string::String>> [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40 [INFO] [stdout] 49: 0x609ea431cbcb - std[128c3efe2914e152]::panicking::catch_unwind::, core[6771d259883166e6]::panic::unwind_safe::AssertUnwindSafe> [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19 [INFO] [stdout] 50: 0x609ea431cbcb - std[128c3efe2914e152]::panic::catch_unwind::, core[6771d259883166e6]::result::Result<(), alloc[fef50e8eecedd288]::string::String>> [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14 [INFO] [stdout] 51: 0x609ea431cbcb - test[b137923399915ecf]::run_test_in_process [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/test/src/lib.rs:686:27 [INFO] [stdout] 52: 0x609ea431cbcb - test[b137923399915ecf]::run_test::{closure#0} [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/test/src/lib.rs:607:43 [INFO] [stdout] 53: 0x609ea4317024 - test[b137923399915ecf]::run_test::{closure#1} [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/test/src/lib.rs:637:41 [INFO] [stdout] 54: 0x609ea4317024 - std[128c3efe2914e152]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:166:18 [INFO] [stdout] 55: 0x609ea431f7d2 - std[128c3efe2914e152]::thread::lifecycle::spawn_unchecked::::{closure#1}::{closure#0} [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/thread/lifecycle.rs:91:13 [INFO] [stdout] 56: 0x609ea431f7d2 - ::{closure#1}::{closure#0}> as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 57: 0x609ea431f7d2 - std[128c3efe2914e152]::panicking::catch_unwind::do_call::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40 [INFO] [stdout] 58: 0x609ea431f7d2 - std[128c3efe2914e152]::panicking::catch_unwind::<(), core[6771d259883166e6]::panic::unwind_safe::AssertUnwindSafe::{closure#1}::{closure#0}>> [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19 [INFO] [stdout] 59: 0x609ea431f7d2 - std[128c3efe2914e152]::panic::catch_unwind::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14 [INFO] [stdout] 60: 0x609ea431f7d2 - std[128c3efe2914e152]::thread::lifecycle::spawn_unchecked::::{closure#1} [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/thread/lifecycle.rs:89:26 [INFO] [stdout] 61: 0x609ea431f7d2 - ::{closure#1} as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 62: 0x609ea56a31ff - + core[6771d259883166e6]::marker::Send> as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/alloc/src/boxed.rs:2249:9 [INFO] [stdout] 63: 0x609ea56a31ff - ::new::thread_start [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/thread/unix.rs:118:17 [INFO] [stdout] 64: 0x7d43a165faa4 - [INFO] [stdout] 65: 0x7d43a16eca64 - clone [INFO] [stdout] 66: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] commands::index::tests::index_update_time_stays_within_smoke_budget [INFO] [stdout] [INFO] [stdout] test result: FAILED. 34 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.43s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--bin jot` [INFO] running `Command { std: "docker" "inspect" "a16e31cf3f755c3272dd5ded0afcb90ae6d63c9ddfb253ade0f77d0c0a84b173", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a16e31cf3f755c3272dd5ded0afcb90ae6d63c9ddfb253ade0f77d0c0a84b173", kill_on_drop: false }` [INFO] [stdout] a16e31cf3f755c3272dd5ded0afcb90ae6d63c9ddfb253ade0f77d0c0a84b173