[INFO] cloning repository https://github.com/phrazzld/ponder
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/phrazzld/ponder" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fphrazzld%2Fponder", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fphrazzld%2Fponder'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c55409a2bbe94809671176f3f6f784d60b82547b
[INFO] testing phrazzld/ponder against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fphrazzld%2Fponder" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-1-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/phrazzld/ponder
[INFO] finished tweaking git repo https://github.com/phrazzld/ponder
[INFO] tweaked toml for git repo https://github.com/phrazzld/ponder written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/phrazzld/ponder on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/phrazzld/ponder 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-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 806c6c5ea2ae9ebb961577b3572fb22a3263bca49473488634a1c8195e23e03e
[INFO] running `Command { std: "docker" "start" "-a" "806c6c5ea2ae9ebb961577b3572fb22a3263bca49473488634a1c8195e23e03e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "806c6c5ea2ae9ebb961577b3572fb22a3263bca49473488634a1c8195e23e03e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "806c6c5ea2ae9ebb961577b3572fb22a3263bca49473488634a1c8195e23e03e", kill_on_drop: false }`
[INFO] [stdout] 806c6c5ea2ae9ebb961577b3572fb22a3263bca49473488634a1c8195e23e03e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 16057b89b54e12571421eea6ab2061ee29cea3361ca287c3e898f6f628f8a1d7
[INFO] running `Command { std: "docker" "start" "-a" "16057b89b54e12571421eea6ab2061ee29cea3361ca287c3e898f6f628f8a1d7", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling cc v1.2.41
[INFO] [stderr]    Compiling zerocopy v0.8.25
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling bitflags v2.9.0
[INFO] [stderr]    Compiling socket2 v0.6.1
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling type-map v0.5.1
[INFO] [stderr]    Compiling self_cell v1.2.0
[INFO] [stderr]    Compiling http v1.3.1
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling litemap v0.8.0
[INFO] [stderr]    Compiling smallvec v1.15.0
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling self_cell v0.10.3
[INFO] [stderr]    Compiling writeable v0.6.1
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]    Compiling icu_properties_data v2.0.1
[INFO] [stderr]    Compiling icu_normalizer_data v2.0.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling openssl v0.10.74
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling rust-embed-utils v8.7.2
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling indexmap v2.11.4
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling syn v1.0.103
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling universal-hash v0.5.1
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling arc-swap v1.7.1
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling poly1305 v0.8.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling aead v0.5.2
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling anstyle-query v1.1.3
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling anstream v0.6.19
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling scheduled-thread-pool v0.2.7
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling pbkdf2 v0.12.2
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling io_tee v0.1.1
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling base64ct v1.8.0
[INFO] [stderr]    Compiling simd-adler32 v0.3.7
[INFO] [stderr]    Compiling iri-string v0.7.8
[INFO] [stderr]    Compiling fallible-iterator v0.3.0
[INFO] [stderr]    Compiling fallible-streaming-iterator v0.1.9
[INFO] [stderr]    Compiling clap_lex v0.7.5
[INFO] [stderr]    Compiling chrono v0.4.41
[INFO] [stderr]    Compiling dashmap v5.5.3
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling openssl-sys v0.9.110
[INFO] [stderr]    Compiling libsqlite3-sys v0.28.0
[INFO] [stderr]    Compiling blake3 v1.8.2
[INFO] [stderr]    Compiling clap_builder v4.5.40
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling password-hash v0.5.0
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling r2d2 v0.8.10
[INFO] [stderr]    Compiling dirs v6.0.0
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling blake2 v0.10.6
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling rtoolbox v0.0.3
[INFO] [stderr]    Compiling xattr v1.6.1
[INFO] [stderr]    Compiling filetime v0.2.26
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling tempfile v3.19.1
[INFO] [stderr]    Compiling tar v0.4.44
[INFO] [stderr]    Compiling rand v0.9.1
[INFO] [stderr]    Compiling hashlink v0.9.1
[INFO] [stderr]    Compiling argon2 v0.5.3
[INFO] [stderr]    Compiling rpassword v7.4.0
[INFO] [stderr]    Compiling flate2 v1.1.4
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling shellexpand v3.1.1
[INFO] [stderr]    Compiling fs2 v0.4.3
[INFO] [stderr]    Compiling bytemuck v1.24.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling rust-embed-impl v8.7.2
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling clap_derive v4.5.40
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling chacha20 v0.9.1
[INFO] [stderr]    Compiling salsa20 v0.10.2
[INFO] [stderr]    Compiling secrecy v0.8.0
[INFO] [stderr]    Compiling rust-embed v8.7.2
[INFO] [stderr]    Compiling scrypt v0.11.0
[INFO] [stderr]    Compiling pin-project v1.1.10
[INFO] [stderr]    Compiling chacha20poly1305 v0.10.1
[INFO] [stderr]    Compiling rustls-pki-types v1.13.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling fluent-syntax v0.11.1
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling clap v4.5.40
[INFO] [stderr]    Compiling zerovec v0.11.4
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling x25519-dalek v2.0.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling potential_utf v0.1.3
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling unic-langid-impl v0.9.6
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling unic-langid v0.9.6
[INFO] [stderr]    Compiling intl_pluralrules v7.0.2
[INFO] [stderr]    Compiling intl-memoizer v0.5.3
[INFO] [stderr]    Compiling fluent-langneg v0.13.0
[INFO] [stderr]    Compiling basic-toml v0.1.10
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling uuid v1.16.0
[INFO] [stderr]    Compiling tracing-serde v0.2.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.20
[INFO] [stderr]    Compiling fluent-bundle v0.15.3
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling cookie-factory v0.3.3
[INFO] [stderr]    Compiling i18n-config v0.4.8
[INFO] [stderr]    Compiling fluent v0.16.1
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling age-core v0.10.0
[INFO] [stderr]    Compiling find-crate v0.6.3
[INFO] [stderr]    Compiling i18n-embed-impl v0.8.4
[INFO] [stderr]    Compiling rusqlite v0.31.0
[INFO] [stderr]    Compiling i18n-embed v0.14.1
[INFO] [stderr]    Compiling tokio-util v0.7.16
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling i18n-embed-fl v0.7.0
[INFO] [stderr]    Compiling r2d2_sqlite v0.24.0
[INFO] [stderr]    Compiling h2 v0.4.12
[INFO] [stderr]    Compiling tower-http v0.6.6
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling age v0.10.1
[INFO] [stderr]    Compiling hyper v1.7.0
[INFO] [stderr]    Compiling hyper-util v0.1.17
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.12.24
[INFO] [stderr]    Compiling ponder v0.1.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
[INFO] running `Command { std: "docker" "inspect" "16057b89b54e12571421eea6ab2061ee29cea3361ca287c3e898f6f628f8a1d7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "16057b89b54e12571421eea6ab2061ee29cea3361ca287c3e898f6f628f8a1d7", kill_on_drop: false }`
[INFO] [stdout] 16057b89b54e12571421eea6ab2061ee29cea3361ca287c3e898f6f628f8a1d7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cab8941e4d4bd643d5b92d5549722894ec0415eb38d0930c6588a984961a8704
[INFO] running `Command { std: "docker" "start" "-a" "cab8941e4d4bd643d5b92d5549722894ec0415eb38d0930c6588a984961a8704", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling syn v1.0.103
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling dashmap v5.5.3
[INFO] [stderr]    Compiling predicates-core v1.0.9
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling half v2.6.0
[INFO] [stderr]    Compiling doc-comment v0.3.3
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling termtree v0.5.1
[INFO] [stderr]    Compiling assert_cmd v2.0.17
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling predicates-tree v1.0.12
[INFO] [stderr]    Compiling predicates v3.1.3
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling is-terminal v0.4.16
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling colored v3.0.0
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling uuid v1.16.0
[INFO] [stderr]    Compiling tracing-serde v0.2.0
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling assert-json-diff v2.0.2
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling chrono v0.4.41
[INFO] [stderr]    Compiling r2d2_sqlite v0.24.0
[INFO] [stderr]    Compiling float-cmp v0.9.0
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling serial_test_derive v1.0.0
[INFO] [stderr]    Compiling serial_test v1.0.0
[INFO] [stderr]    Compiling unic-langid-impl v0.9.6
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]    Compiling basic-toml v0.1.10
[INFO] [stderr]    Compiling unic-langid v0.9.6
[INFO] [stderr]    Compiling intl_pluralrules v7.0.2
[INFO] [stderr]    Compiling fluent-langneg v0.13.0
[INFO] [stderr]    Compiling intl-memoizer v0.5.3
[INFO] [stderr]    Compiling fluent-bundle v0.15.3
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling bstr v1.12.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.20
[INFO] [stderr]    Compiling i18n-config v0.4.8
[INFO] [stderr]    Compiling find-crate v0.6.3
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling predicates v2.1.5
[INFO] [stderr]    Compiling fluent v0.16.1
[INFO] [stderr]    Compiling i18n-embed-impl v0.8.4
[INFO] [stderr]    Compiling i18n-embed v0.14.1
[INFO] [stderr]    Compiling tokio-util v0.7.16
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling i18n-embed-fl v0.7.0
[INFO] [stderr]    Compiling h2 v0.4.12
[INFO] [stderr]    Compiling tower-http v0.6.6
[INFO] [stderr]    Compiling age v0.10.1
[INFO] [stderr]    Compiling hyper v1.7.0
[INFO] [stderr]    Compiling hyper-util v0.1.17
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling mockito v1.7.0
[INFO] [stderr]    Compiling reqwest v0.12.24
[INFO] [stderr]    Compiling ponder v0.1.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 14s
[INFO] running `Command { std: "docker" "inspect" "cab8941e4d4bd643d5b92d5549722894ec0415eb38d0930c6588a984961a8704", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cab8941e4d4bd643d5b92d5549722894ec0415eb38d0930c6588a984961a8704", kill_on_drop: false }`
[INFO] [stdout] cab8941e4d4bd643d5b92d5549722894ec0415eb38d0930c6588a984961a8704
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] a397b42b5332f1827bad3d05d077eac9dbc2a7ebe0bb4df459f429c06079ea05
[INFO] running `Command { std: "docker" "start" "-a" "a397b42b5332f1827bad3d05d077eac9dbc2a7ebe0bb4df459f429c06079ea05", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.55s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ponder-461996c50607fdba)
[INFO] [stdout] 
[INFO] [stdout] running 260 tests
[INFO] [stdout] test ai::chunking::tests::test_empty_text ... ok
[INFO] [stdout] test ai::chunking::tests::test_large_overlap_clamped ... ok
[INFO] [stdout] test ai::chunking::tests::test_multiple_chunks_with_overlap ... ok
[INFO] [stdout] test ai::chunking::tests::test_overlap_correctness ... ok
[INFO] [stdout] test ai::chunking::tests::test_realistic_journal_entry ... ok
[INFO] [stdout] test ai::chunking::tests::test_multiple_chunks_no_overlap ... ok
[INFO] [stdout] test ai::chunking::tests::test_text_smaller_than_chunk_size ... ok
[INFO] [stdout] test ai::ollama::tests::test_message_constructors ... ok
[INFO] [stdout] test ai::chunking::tests::test_whitespace_handling ... ok
[INFO] [stdout] test ai::prompts::tests::test_ask_prompt_includes_instructions ... ok
[INFO] [stdout] test ai::prompts::tests::test_daily_summary_prompt_structure ... ok
[INFO] [stdout] test ai::prompts::tests::test_ask_prompt_with_context ... ok
[INFO] [stdout] test ai::prompts::tests::test_reflect_prompt_structure ... ok
[INFO] [stdout] test ai::prompts::tests::test_ask_prompt_without_context ... ok
[INFO] [stdout] test ai::prompts::tests::test_sentiment_prompt_contains_text ... ok
[INFO] [stdout] test ai::prompts::tests::test_summary_prompts_include_content ... ok
[INFO] [stdout] test ai::prompts::tests::test_sentiment_prompt_structure ... ok
[INFO] [stdout] test ai::prompts::tests::test_system_prompt_not_empty ... ok
[INFO] [stdout] test ai::prompts::tests::test_reflect_prompt_includes_guidance ... ok
[INFO] [stdout] test ai::prompts::tests::test_monthly_summary_prompt_structure ... ok
[INFO] [stdout] test ai::prompts::tests::test_weekly_summary_prompt_structure ... ok
[INFO] [stdout] test cli::tests::test_backup_command ... ok
[INFO] [stdout] test ai::chunking::tests::test_single_word ... ok
[INFO] [stdout] test ai::prompts::tests::test_topic_extraction_prompt_structure ... ok
[INFO] [stdout] test cli::tests::test_cleanup_v1_command ... ok
[INFO] [stdout] test cli::tests::test_debug_impl_redacts_sensitive_info ... ok
[INFO] [stdout] test cli::tests::test_edit_reminisce ... ok
[INFO] [stdout] test cli::tests::test_edit_retro ... ok
[INFO] [stdout] test cli::tests::test_edit_today ... ok
[INFO] [stdout] test cli::tests::test_lock_command ... ok
[INFO] [stdout] test cli::tests::test_default_no_command ... ok
[INFO] [stdout] test cli::tests::test_reflect_command ... ok
[INFO] [stdout] test cli::tests::test_log_format_option ... ok
[INFO] [stdout] test cli::tests::test_search_command ... ok
[INFO] [stdout] test cli::tests::test_restore_command ... ok
[INFO] [stdout] test cli::tests::test_summarize_daily ... ok
[INFO] [stdout] test cli::tests::test_summaries_with_limit ... ok
[INFO] [stdout] test cli::tests::test_summaries_show_specific_date ... ok
[INFO] [stdout] test cli::tests::test_summarize_monthly ... ok
[INFO] [stdout] test cli::tests::test_summary_period_aliases ... ok
[INFO] [stdout] test cli::tests::test_verbose_flag ... ok
[INFO] [stdout] test config::tests::test_ai_models_clone ... ok
[INFO] [stdout] test config::tests::test_ai_models_debug ... ok
[INFO] [stdout] test config::tests::test_ai_models_default ... ok
[INFO] [stdout] test config::tests::test_ai_models_env_var_precedence ... ok
[INFO] [stdout] test config::tests::test_ai_models_from_env_vars ... ok
[INFO] [stdout] test config::tests::test_config_includes_ai_models ... ok
[INFO] [stdout] test config::tests::test_config_load_initializes_ai_models ... ok
[INFO] [stdout] test cli::tests::test_edit_migrate_flag ... ok
[INFO] [stdout] test config::tests::test_debug_impl_redacts_sensitive_info ... ok
[INFO] [stdout] test cli::tests::test_summaries_list_all ... ok
[INFO] [stdout] test config::tests::test_ensure_journal_dir ... ok
[INFO] [stdout] test config::tests::test_load_config_with_invalid_editor ... ok
[INFO] [stdout] test config::tests::test_load_with_custom_dir ... ok
[INFO] [stdout] test config::tests::test_load_with_default_editor ... ok
[INFO] [stdout] test config::tests::test_load_with_editor_env ... ok
[INFO] [stdout] test config::tests::test_validate_editor_command_empty ... ok
[INFO] [stdout] test config::tests::test_validate_editor_command_valid ... ok
[INFO] [stdout] test ai::chunking::tests::test_exact_chunk_size ... ok
[INFO] [stdout] test ai::prompts::tests::test_topic_extraction_prompt_contains_text ... ok
[INFO] [stdout] test cli::tests::test_ask_command ... ok
[INFO] [stdout] test cli::tests::test_edit_specific_date ... ok
[INFO] [stdout] test config::tests::test_validate_editor_command_with_metacharacters ... ok
[INFO] [stdout] test cli::tests::test_summaries_filter_by_period ... ok
[INFO] [stdout] test config::tests::test_validate_editor_command_with_spaces ... ok
[INFO] [stdout] test cli::tests::test_summarize_weekly ... ok
[INFO] [stdout] test config::tests::test_validate_empty_editor ... ok
[INFO] [stdout] test config::tests::test_validate_empty_journal_dir ... ok
[INFO] [stdout] test config::tests::test_new_config_defaults ... ok
[INFO] [stdout] test config::tests::test_validate_relative_journal_dir ... ok
[INFO] [stdout] test config::tests::test_validate_valid_config ... ok
[INFO] [stdout] test crypto::session::tests::test_passphrase_caching_within_timeout ... ok
[INFO] [stdout] test crypto::session::tests::test_drop_zeroizes ... ok
[INFO] [stdout] test crypto::session::tests::test_explicit_lock ... ok
[INFO] [stdout] test crypto::session::tests::test_session_unlock_and_cache ... ok
[INFO] [stdout] test crypto::temp::tests::test_get_secure_temp_dir ... ok
[INFO] [stdout] test crypto::temp::tests::test_secure_delete ... ok
[INFO] [stdout] test crypto::session::tests::test_session_initially_locked ... ok
[INFO] [stdout] test crypto::session::tests::test_session_uses_test_passphrase_env_var ... ok
[INFO] [stdout] test db::embeddings::tests::test_cosine_similarity_identical ... ok
[INFO] [stdout] test db::embeddings::tests::test_cosine_similarity_opposite ... ok
[INFO] [stdout] test db::embeddings::tests::test_cosine_similarity_orthogonal ... ok
[INFO] [stdout] test crypto::temp::tests::test_secure_delete_overwrites_without_truncation ... ok
[INFO] [stdout] test crypto::session::tests::test_touch_cannot_revive_timed_out_session ... ok
[INFO] [stdout] test db::embeddings::tests::test_get_entry_embeddings_empty ... ok
[INFO] [stdout] test db::embeddings::tests::test_get_entry_embeddings ... ok
[INFO] [stdout] test db::embeddings::tests::test_insert_embedding_wrong_dimensions ... ok
[INFO] [stdout] test db::embeddings::tests::test_insert_embedding ... ok
[INFO] [stdout] test db::embeddings::tests::test_insert_embedding_upsert ... ok
[INFO] [stdout] test db::embeddings::tests::test_search_similar_chunks ... ok
[INFO] [stdout] test db::embeddings::tests::test_search_similar_chunks_limit ... ok
[INFO] [stdout] test db::embeddings::tests::test_search_similar_chunks_wrong_dimensions ... ok
[INFO] [stdout] test db::entries::tests::test_get_entry_by_date_not_found ... ok
[INFO] [stdout] test db::entries::tests::test_get_entry_checksum ... ok
[INFO] [stdout] test db::entries::tests::test_get_entry_path ... ok
[INFO] [stdout] test db::entries::tests::test_get_entry_path_not_found ... ok
[INFO] [stdout] test db::entries::tests::test_mark_embedded_not_found ... ok
[INFO] [stdout] test db::entries::tests::test_mark_embedded ... ok
[INFO] [stdout] test crypto::session::tests::test_session_timeout ... ok
[INFO] [stdout] test db::entries::tests::test_needs_embedding_update_checksum_changed ... ok
[INFO] [stdout] test db::entries::tests::test_needs_embedding_update_never_embedded ... ok
[INFO] [stdout] test db::entries::tests::test_needs_embedding_update_no_change ... ok
[INFO] [stdout] test db::entries::tests::test_upsert_entry_insert ... ok
[INFO] [stdout] test db::entries::tests::test_upsert_entry_update ... ok
[INFO] [stdout] test db::patterns::tests::test_get_pattern_not_found ... ok
[INFO] [stdout] test db::patterns::tests::test_delete_pattern ... ok
[INFO] [stdout] test db::patterns::tests::test_insert_pattern ... ok
[INFO] [stdout] test db::patterns::tests::test_delete_nonexistent_pattern ... ok
[INFO] [stdout] test db::patterns::tests::test_pattern_type_conversion ... ok
[INFO] [stdout] test db::patterns::tests::test_list_patterns_by_type ... ok
[INFO] [stdout] test db::patterns::tests::test_pattern_with_json_metadata ... ok
[INFO] [stdout] test db::patterns::tests::test_update_nonexistent_pattern ... ok
[INFO] [stdout] test db::entries::tests::test_conflict_detection_scenario ... ok
[INFO] [stdout] test db::patterns::tests::test_update_pattern ... ok
[INFO] [stdout] test db::patterns::tests::test_list_all_patterns ... ok
[INFO] [stdout] test db::schema::tests::test_backup_state_singleton ... ok
[INFO] [stdout] test db::schema::tests::test_backup_type_constraint ... ok
[INFO] [stdout] test db::schema::tests::test_backup_tables_created ... ok
[INFO] [stdout] test db::schema::tests::test_foreign_keys_enabled ... ok
[INFO] [stdout] test db::schema::tests::test_create_tables ... ok
[INFO] [stdout] test db::schema::tests::test_create_tables_idempotent ... ok
[INFO] [stdout] test db::schema::tests::test_indexes_created ... ok
[INFO] [stdout] test db::schema::tests::test_migration_state_singleton ... ok
[INFO] [stdout] test db::schema::tests::test_migration_log_unique_paths ... ok
[INFO] [stdout] test db::schema::tests::test_migration_tables_created ... ok
[INFO] [stdout] test db::schema::tests::test_migration_status_constraint ... ok
[INFO] [stdout] test db::schema::tests::test_patterns_confidence_constraint ... ok
[INFO] [stdout] test db::schema::tests::test_patterns_with_metadata ... ok
[INFO] [stdout] test db::schema::tests::test_patterns_table_created ... ok
[INFO] [stdout] test db::schema::tests::test_patterns_type_constraint ... ok
[INFO] [stdout] test db::schema::tests::test_summaries_sentiment_constraint ... ok
[INFO] [stdout] test db::schema::tests::test_patterns_indexes_created ... ok
[INFO] [stdout] test db::schema::tests::test_summaries_indexes_created ... ok
[INFO] [stdout] test db::schema::tests::test_summaries_table_created ... ok
[INFO] [stdout] test db::schema::tests::test_summaries_level_constraint ... ok
[INFO] [stdout] test db::summaries::tests::test_get_summary_not_found ... ok
[INFO] [stdout] test db::schema::tests::test_summaries_unique_date_level ... ok
[INFO] [stdout] test db::summaries::tests::test_summary_level_conversion ... ok
[INFO] [stdout] test db::summaries::tests::test_upsert_summary ... ok
[INFO] [stdout] test db::summaries::tests::test_list_all_summaries ... ok
[INFO] [stdout] test db::summaries::tests::test_list_summaries_limit ... ok
[INFO] [stdout] test db::summaries::tests::test_upsert_summary_update ... ok
[INFO] [stdout] test db::summaries::tests::test_list_summaries_by_level ... ok
[INFO] [stdout] test ai::ollama::tests::test_ollama_client_creation ... ok
[INFO] [stdout] test ai::ollama::tests::test_chat_with_model_uses_default ... ok
[INFO] [stdout] test ai::ollama::tests::test_extract_topics_method_exists ... ok
[INFO] [stdout] test ai::ollama::tests::test_analyze_sentiment_method_exists ... ok
[INFO] [stdout] test db::tests::test_database_open_and_connect ... ok
[INFO] [stdout] test db::tests::test_get_migration_status ... ok
[INFO] [stdout] test db::tests::test_migration_state_lifecycle ... ok
[INFO] [stdout] test db::tests::test_record_backup ... ok
[INFO] [stdout] test db::tests::test_pooled_connections_enforce_foreign_keys ... ok
[INFO] [stdout] test errors::tests::test_app_error_display ... ok
[INFO] [stdout] test errors::tests::test_app_error_display_wrapping_behavior ... ok
[INFO] [stdout] test errors::tests::test_app_error_from_io_error ... ok
[INFO] [stdout] test errors::tests::test_app_error_source_chaining ... ok
[INFO] [stdout] test errors::tests::test_comprehensive_editor_error_display ... ok
[INFO] [stdout] test errors::tests::test_comprehensive_error_display_formatting ... ok
[INFO] [stdout] test errors::tests::test_comprehensive_lock_error_display ... ok
[INFO] [stdout] test errors::tests::test_editor_error_conversion_to_app_error ... ok
[INFO] [stdout] test errors::tests::test_editor_error_source_chaining ... ok
[INFO] [stdout] test errors::tests::test_editor_error_variants ... ok
[INFO] [stdout] test errors::tests::test_enhanced_app_error_display_clarity ... ok
[INFO] [stdout] test errors::tests::test_enhanced_editor_error_display_with_resolution_hints ... ok
[INFO] [stdout] test errors::tests::test_enhanced_lock_error_display_with_resolution_hints ... ok
[INFO] [stdout] test errors::tests::test_error_construction_context_preservation ... ok
[INFO] [stdout] test errors::tests::test_error_display_consistency_and_standards ... ok
[INFO] [stdout] test errors::tests::test_full_error_chain_traversal ... ok
[INFO] [stdout] test errors::tests::test_lock_error_conversion_to_app_error ... ok
[INFO] [stdout] test errors::tests::test_lock_error_source_chaining ... ok
[INFO] [stdout] test errors::tests::test_lock_error_variants ... ok
[INFO] [stdout] test errors::tests::test_result_combinators ... ok
[INFO] [stdout] test journal_core::tests::test_from_cli_args_invalid_date ... ok
[INFO] [stdout] test journal_core::tests::test_from_cli_args_reminisce ... ok
[INFO] [stdout] test journal_core::tests::test_from_cli_args_retro ... ok
[INFO] [stdout] test journal_core::tests::test_from_cli_args_specific_date ... ok
[INFO] [stdout] test journal_core::tests::test_from_cli_args_specific_date_compact ... ok
[INFO] [stdout] test journal_core::tests::test_from_cli_args_today ... ok
[INFO] [stdout] test journal_core::tests::test_resolve_dates_reminisce ... ok
[INFO] [stdout] test journal_core::tests::test_resolve_dates_retro ... ok
[INFO] [stdout] test journal_core::tests::test_resolve_dates_specific ... ok
[INFO] [stdout] test journal_core::tests::test_resolve_dates_today ... ok
[INFO] [stdout] test journal_io::tests::test_append_date_header_if_needed_empty_file ... ok
[INFO] [stdout] test journal_io::tests::test_append_date_header_if_needed_non_empty_file ... ok
[INFO] [stdout] test journal_io::tests::test_append_timestamp_header_empty_file ... ok
[INFO] [stdout] test journal_io::tests::test_append_timestamp_header_non_empty_file ... ok
[INFO] [stdout] test journal_io::tests::test_create_or_open_entry_file_permissions ... ok
[INFO] [stdout] test journal_io::tests::test_ensure_journal_directory_exists_already_exists ... ok
[INFO] [stdout] test journal_io::tests::test_ensure_journal_directory_exists_non_existent ... ok
[INFO] [stdout] test journal_io::tests::test_ensure_journal_directory_exists_rejects_relative_path ... ok
[INFO] [stdout] test journal_io::tests::test_initialize_journal_entry ... ok
[INFO] [stdout] test ops::backup::tests::test_backup_manifest_creation ... ok
[INFO] [stdout] test ops::backup::tests::test_backup_report_creation ... ok
[INFO] [stdout] test ops::backup::tests::test_create_backup_empty_journal ... ignored, integration
[INFO] [stdout] test ops::backup::tests::test_create_backup_missing_journal_dir ... ignored, integration
[INFO] [stdout] test ops::backup::tests::test_create_backup_with_entries ... ignored, integration
[INFO] [stdout] test ops::backup::tests::test_restore_backup_empty_journal ... ignored, integration
[INFO] [stdout] test ops::backup::tests::test_restore_backup_success ... ignored, integration
[INFO] [stdout] test ops::backup::tests::test_restore_backup_target_exists_no_force ... ignored, integration
[INFO] [stdout] test ops::backup::tests::test_restore_backup_with_force ... ignored, integration
[INFO] [stdout] test ops::backup::tests::test_verify_backup_empty_journal ... ignored, integration
[INFO] [stdout] test ops::backup::tests::test_verify_backup_missing_file ... ignored, integration
[INFO] [stdout] test ops::backup::tests::test_verify_backup_success ... ignored, integration
[INFO] [stdout] test ops::backup::tests::test_verify_backup_wrong_passphrase ... ignored, integration
[INFO] [stdout] test ops::converse::tests::test_assemble_context_decrypts ... ignored, requires Ollama
[INFO] [stdout] test ops::converse::tests::test_assemble_context_finds_relevant ... ignored, requires Ollama
[INFO] [stdout] test ops::converse::tests::test_assemble_context_limits_results ... ignored, requires Ollama
[INFO] [stdout] test ops::converse::tests::test_assemble_context_no_entries ... ignored, requires Ollama
[INFO] [stdout] test ops::converse::tests::test_assemble_context_respects_limit ... ignored, requires Ollama
[INFO] [stdout] test db::tests::test_get_last_backup ... ok
[INFO] [stdout] test crypto::temp::tests::test_temp_file_permissions_no_race_condition ... ok
[INFO] [stdout] test crypto::age::tests::test_wrong_passphrase_fails ... ok
[INFO] [stdout] test db::tests::test_initialize_schema_idempotent ... ok
[INFO] [stdout] test crypto::age::tests::test_file_streaming_roundtrip ... ok
[INFO] [stdout] test crypto::age::tests::test_encrypt_decrypt_roundtrip ... ok
[INFO] [stdout] test ops::detection::tests::test_detect_migration_state_all_pending ... ok
[INFO] [stdout] test db::tests::test_update_migration_status ... ok
[INFO] [stdout] test ops::detection::tests::test_scan_v1_entries_empty_dir ... ok
[INFO] [stdout] test ops::detection::tests::test_scan_v1_entries_finds_valid_entries ... ok
[INFO] [stdout] test ops::detection::tests::test_scan_v1_entries_no_journal_dir ... ok
[INFO] [stdout] test ops::detection::tests::test_scan_v1_entries_ignores_invalid_files ... ok
[INFO] [stdout] test ops::edit::tests::test_encrypted_entry_path_always_has_age_extension ... ok
[INFO] [stdout] test ops::edit::tests::test_encrypted_entry_path_structure ... ok
[INFO] [stdout] test ops::edit::tests::test_new_entry_temp_file_has_secure_permissions ... ok
[INFO] [stdout] test ops::edit::tests::test_encrypted_entry_path_directory_structure ... ok
[INFO] [stdout] test ops::migration::tests::test_get_v2_encrypted_path ... ok
[INFO] [stdout] test ops::migration::tests::test_get_v2_encrypted_path_padding ... ok
[INFO] [stdout] test db::tests::test_migration_state_singleton ... ok
[INFO] [stdout] test ops::detection::tests::test_detect_migration_state_mixed ... ok
[INFO] [stdout] test ops::detection::tests::test_is_migrated_completed_status ... ok
[INFO] [stdout] test ops::detection::tests::test_is_migrated_verified_status ... ok
[INFO] [stdout] test db::tests::test_record_migration ... ok
[INFO] [stdout] test db::tests::test_get_backup_history ... ok
[INFO] [stdout] test ops::query_analysis::tests::test_query_analysis_json_deserialization ... ok
[INFO] [stdout] test ops::query_analysis::tests::test_query_analysis_json_none_constraint ... ok
[INFO] [stdout] test ops::query_analysis::tests::test_temporal_constraint_absolute ... ok
[INFO] [stdout] test ops::query_analysis::tests::test_temporal_constraint_none ... ok
[INFO] [stdout] test ops::query_analysis::tests::test_temporal_constraint_relative ... ok
[INFO] [stdout] test ops::query_analysis::tests::test_today_returns_valid_date ... ok
[INFO] [stdout] test ops::reindex::tests::test_reindex_report_creation ... ok
[INFO] [stdout] test ops::detection::tests::test_is_migrated_not_in_database ... ok
[INFO] [stdout] test ops::detection::tests::test_detect_migration_state_no_entries ... ok
[INFO] [stdout] test db::tests::test_wrong_passphrase_fails ... ok
[INFO] [stdout] test setup::tests::test_prompt_yes_no_default_no ... ok
[INFO] [stdout] test setup::tests::test_prompt_yes_no_default_yes ... ok
[INFO] [stdout] test crypto::temp::tests::test_encrypt_from_temp_cleanup ... ok
[INFO] [stdout] test ops::patterns::tests::test_detect_temporal_patterns_calculates_gaps ... ok
[INFO] [stdout] test ops::detection::tests::test_is_migrated_pending_status ... ok
[INFO] [stdout] test ops::patterns::tests::test_detect_temporal_patterns_no_entries ... ok
[INFO] [stdout] test ops::patterns::tests::test_detect_temporal_patterns_with_entries ... ok
[INFO] [stdout] test ops::summarize::tests::test_generate_daily_summary_signature ... ok
[INFO] [stdout] test ops::summarize::tests::test_generate_weekly_summary_signature ... ok
[INFO] [stdout] test ops::summarize::tests::test_generate_monthly_summary_signature ... ok
[INFO] [stdout] test crypto::temp::tests::test_decrypt_to_temp_permissions ... ok
[INFO] [stdout] test ops::migration::tests::test_verify_migration_success ... ok
[INFO] [stdout] test crypto::temp::tests::test_decrypt_encrypt_roundtrip ... ok
[INFO] [stdout] test ops::migration::tests::test_verify_migration_mismatch ... ok
[INFO] [stdout] test ops::migration::tests::test_migrate_entry_success ... ok
[INFO] [stdout] test ops::migration::tests::test_migrate_all_entries ... ok
[INFO] [stdout] test crypto::session::tests::test_session_timeout_extends_on_access has been running for over 60 seconds
[INFO] [stdout] test crypto::session::tests::test_session_timeout_extends_on_access ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 244 passed; 0 failed; 16 ignored; 0 measured; 0 filtered out; finished in 60.05s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/ponder-a2628adbcf34522b)
[INFO] [stdout] running 0 tests
[INFO] [stderr]      Running tests/backup_tests.rs (/opt/rustwide/target/debug/deps/backup_tests-abd000f490ab505a)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test test_backup_empty_journal ... ok
[INFO] [stdout] test test_backup_wrong_passphrase ... ok
[INFO] [stdout] test test_create_full_backup ... ok
[INFO] [stdout] test test_verify_backup ... ok
[INFO] [stdout] test test_restore_force_overwrite ... ok
[INFO] [stdout] test test_restore_backup ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 15.78s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/cli_tests.rs (/opt/rustwide/target/debug/deps/cli_tests-b1fd23a0bfcd861c)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test test_cli_invalid_date ... ignored, integration
[INFO] [stdout] test test_cli_invalid_flags_combination ... ignored, integration
[INFO] [stdout] test test_cli_no_args ... ignored, integration
[INFO] [stdout] test test_cli_reminisce_flag ... ignored, integration
[INFO] [stdout] test test_cli_retro_flag ... ignored, integration
[INFO] [stdout] test test_cli_specific_date ... ignored, integration
[INFO] [stdout] test test_cli_verbose_flag ... ignored, integration
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/config_tests.rs (/opt/rustwide/target/debug/deps/config_tests-f6f3a1ceac72abd3)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test test_config_load_with_environment_vars ... ignored, integration
[INFO] [stdout] test test_config_load_with_fallbacks ... ignored, integration
[INFO] [stdout] test test_config_validation ... ignored, integration
[INFO] [stdout] test test_ensure_journal_directory_exists ... ignored, integration
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/crypto_tests.rs (/opt/rustwide/target/debug/deps/crypto_tests-50d4a6f837f5bac4)
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test test_secure_temp_dir_exists ... ok
[INFO] [stdout] test test_session_explicit_lock ... ok
[INFO] [stdout] test test_multiple_session_unlock_calls ... ok
[INFO] [stdout] test test_session_manager_timeout ... ok
[INFO] [stdout] test test_session_manager_within_timeout ... ok
[INFO] [stdout] test test_temp_file_permissions ... ok
[INFO] [stdout] test test_full_file_encryption_roundtrip ... ok
[INFO] [stdout] test test_wrong_passphrase_fails ... ok
[INFO] [stdout] test test_temp_file_cleanup_on_success ... ok
[INFO] [stdout] test test_decrypt_to_temp_unique_names ... ok
[INFO] [stdout] test test_streaming_large_file ... ok
[INFO] [stderr]      Running tests/editor_command_validation_integration_tests.rs (/opt/rustwide/target/debug/deps/editor_command_validation_integration_tests-535b1b7ceedce04a)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 12.25s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]      Running tests/editor_error_integration_tests.rs (/opt/rustwide/target/debug/deps/editor_error_integration_tests-0a9e562bb1c16fca)
[INFO] [stdout] running 7 tests
[INFO] [stdout] test test_accept_absolute_path_editor ... ignored, integration
[INFO] [stdout] test test_accept_simple_editor_command ... ignored, integration
[INFO] [stdout] test test_launch_valid_editor_successfully ... ignored, integration
[INFO] [stdout] test test_reject_editor_with_shell_invocation ... ignored, integration
[INFO] [stdout] test test_reject_editor_with_shell_metacharacters ... ignored, integration
[INFO] [stdout] test test_reject_editor_with_spaces ... ignored, integration
[INFO] [stdout] test test_reject_empty_editor_string ... ignored, integration
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test test_editor_command_not_found ... ignored, integration
[INFO] [stdout] test test_editor_non_zero_exit ... ignored, integration
[INFO] [stdout] test test_editor_permission_denied ... ignored, integration
[INFO] [stdout] test test_successful_editor ... ignored, integration
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/editor_security_tests.rs (/opt/rustwide/target/debug/deps/editor_security_tests-411527c99f6344f5)
[INFO] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stdout] test test_actual_process_has_no_shell ... ignored, integration
[INFO] [stdout] test test_editor_fallback_validation ... ignored, integration
[INFO] [stdout] test test_injection_attempts_dont_create_files ... ignored, integration
[INFO] [stdout] test test_ponder_editor_precedence ... ignored, integration
[INFO] [stdout] test test_reject_commands_with_spaces ... ignored, integration
[INFO] [stdout] test test_reject_empty_editor ... ignored, integration
[INFO] [stdout] test test_reject_shell_metacharacters ... ignored, integration
[INFO] [stdout] test test_unicode_characters_in_editor ... ignored, integration
[INFO] [stdout] test test_unicode_spaces_and_metacharacters ... ignored, integration
[INFO] [stdout] test test_valid_paths ... ignored, integration
[INFO] [stdout] test test_valid_single_command ... ignored, integration
[INFO] [stdout] test test_validated_editor_is_actually_used ... ignored, integration
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 12 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/first_run_integration_tests.rs (/opt/rustwide/target/debug/deps/first_run_integration_tests-646b4f067d4131a6)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test test_schema_version_recorded_on_first_run ... ok
[INFO] [stdout] test test_first_run_auto_initializes_schema ... ok
[INFO] [stdout] test test_opening_existing_database_works ... ok
[INFO] [stdout] test test_schema_validation_passes_on_first_run ... ok
[INFO] [stdout] test test_all_required_tables_created ... ok
[INFO] [stdout] test test_initialize_schema_idempotent ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.18s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/journal_integration_tests.rs (/opt/rustwide/target/debug/deps/journal_integration_tests-9855d6e0d25ec036)
[INFO] [stderr]      Running tests/logging_tests.rs (/opt/rustwide/target/debug/deps/logging_tests-c9429df518ed2527)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test test_journal_basic_flow ... ignored, integration
[INFO] [stdout] test test_journal_reminisce ... ignored, integration
[INFO] [stdout] test test_journal_retro ... ignored, integration
[INFO] [stdout] test test_journal_specific_date ... ignored, integration
[INFO] [stdout] test test_relative_journal_path_rejected ... ignored, integration
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test test_main_error_propagation ... ignored, integration
[INFO] [stdout] test test_single_error_logging_for_editor_failure ... ignored, integration
[INFO] [stdout] test test_single_error_logging_for_lock_failure ... ignored, integration
[INFO] [stdout] test test_structured_error_logging_boundary ... ignored, integration
[INFO] [stdout] test test_tracing_setup ... ignored, integration
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/migration_tests.rs (/opt/rustwide/target/debug/deps/migration_tests-e6fe297e1fd8b0d0)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test test_detect_v1_entries ... ok
[INFO] [stdout] test test_skip_embeddings_flag ... ok
[INFO] [stdout] test test_cleanup_v1_safety ... ok
[INFO] [stdout] test test_migration_error_handling ... ok
[INFO] [stdout] test test_migration_verification ... ok
[INFO] [stdout] test test_migrate_single_entry ... ok
[INFO] [stdout] test test_migration_resume ... ok
[INFO] [stdout] test test_migrate_all_entries ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 21.93s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/ops_integration_tests.rs (/opt/rustwide/target/debug/deps/ops_integration_tests-4a3232727a674f82)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test test_conversation_context_assembly_integration ... ignored, requires Ollama
[INFO] [stdout] test test_full_migration_workflow ... ignored, integration
[INFO] [stdout] test test_read_encrypted_string_cleans_up_temp ... ignored, integration
[INFO] [stdout] test test_reading_encrypted_as_utf8_fails ... ignored, integration
[INFO] [stdout] test test_word_count_uses_plaintext_not_encrypted ... ignored, integration
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/security_tests.rs (/opt/rustwide/target/debug/deps/security_tests-b1c5c22ae262812c)
[INFO] [stdout] 
[INFO] [stdout] running 15 tests
[INFO] [stdout] test test_database_contains_no_plaintext ... ignored, integration
[INFO] [stdout] test test_database_embeddings_are_numeric_not_plaintext ... ignored, integration
[INFO] [stdout] test test_encrypted_file_permissions_not_too_permissive ... ignored, integration
[INFO] [stdout] test test_encrypted_file_unreadable_without_passphrase ... ignored, integration
[INFO] [stdout] test test_encryption_strength_basic_check ... ignored, integration
[INFO] [stdout] test test_explicit_lock_clears_session ... ignored, integration
[INFO] [stdout] test test_full_security_workflow ... ignored, integration
[INFO] [stdout] test test_passphrase_zeroization_on_lock ... ignored, integration
[INFO] [stdout] test test_session_manager_drop_clears_passphrase ... ignored, integration
[INFO] [stdout] test test_session_timeout_enforced ... ignored, integration
[INFO] [stdout] test test_session_timeout_resets_on_access ... ignored, integration
[INFO] [stdout] test test_temp_file_cleanup_on_normal_completion ... ignored, integration
[INFO] [stdout] test test_temp_file_cleanup_on_scope_exit ... ignored, integration
[INFO] [stdout] test test_temp_file_permissions_are_secure ... ignored, integration
[INFO] [stdout] test test_wrong_passphrase_cannot_decrypt ... ignored, integration
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 15 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_helpers.rs (/opt/rustwide/target/debug/deps/test_helpers-f63f9404dd9b44bc)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests ponder
[INFO] [stdout] 
[INFO] [stdout] running 55 tests
[INFO] [stdout] test src/config/mod.rs - config::Config::load (line 274) - compile ... ok
[INFO] [stdout] test src/ai/ollama.rs - ai::ollama::OllamaClient::embed_with_retry (line 224) - compile ... ok
[INFO] [stdout] test src/ai/ollama.rs - ai::ollama::OllamaClient::analyze_sentiment (line 451) - compile ... ok
[INFO] [stdout] test src/config/mod.rs - config::Config (line 47) - compile ... ok
[INFO] [stdout] test src/crypto/age.rs - crypto::age::decrypt_file_streaming (line 104) - compile ... ok
[INFO] [stdout] test src/cli/mod.rs - cli::CliArgs (line 24) - compile ... ok
[INFO] [stdout] test src/ai/ollama.rs - ai::ollama::OllamaClient::chat_with_model (line 408) - compile ... ok
[INFO] [stdout] test src/ai/ollama.rs - ai::ollama::OllamaClient::chat_with_json_schema (line 506) - compile ... ok
[INFO] [stdout] test src/crypto/age.rs - crypto::age::decrypt_with_passphrase (line 39) - compile ... ok
[INFO] [stdout] test src/crypto/session.rs - crypto::session::SessionManager::touch (line 171) - compile ... ok
[INFO] [stdout] test src/ai/ollama.rs - ai::ollama::OllamaClient::chat_stream (line 680) - compile ... ok
[INFO] [stdout] test src/crypto/age.rs - crypto::age::encrypt_with_passphrase (line 15) - compile ... ok
[INFO] [stdout] test src/crypto/age.rs - crypto::age::encrypt_file_streaming (line 70) - compile ... ok
[INFO] [stdout] test src/crypto/session.rs - crypto::session::SessionManager (line 18) - compile ... ok
[INFO] [stdout] test src/crypto/session.rs - crypto::session::SessionManager::lock (line 147) - compile ... ok
[INFO] [stdout] test src/crypto/temp.rs - crypto::temp::get_secure_temp_dir (line 31) - compile ... ok
[INFO] [stdout] test src/crypto/session.rs - crypto::session::SessionManager::get_passphrase (line 92) - compile ... ok
[INFO] [stdout] test src/crypto/temp.rs - crypto::temp::decrypt_to_temp (line 77) - compile ... ok
[INFO] [stdout] test src/ai/ollama.rs - ai::ollama::OllamaClient::extract_topics (line 634) - compile ... ok
[INFO] [stdout] test src/crypto/session.rs - crypto::session::SessionManager::unlock (line 66) - compile ... ok
[INFO] [stdout] test src/crypto/temp.rs - crypto::temp::encrypt_from_temp (line 145) - compile ... ok
[INFO] [stdout] test src/crypto/temp.rs - crypto::temp::read_encrypted_string (line 199) - compile ... ok
[INFO] [stdout] test src/config/mod.rs - config::Config (line 36) ... ok
[INFO] [stdout] test src/crypto/session.rs - crypto::session::SessionManager::is_locked (line 126) ... ok
[INFO] [stdout] test src/crypto/session.rs - crypto::session::SessionManager::new (line 46) ... ok
[INFO] [stdout] test src/config/mod.rs - config::Config::validate (line 374) ... ok
[INFO] [stdout] test src/errors/mod.rs - errors::AppResult (line 400) ... ok
[INFO] [stdout] test src/ai/chunking.rs - ai::chunking::chunk_text (line 26) ... FAILED
[INFO] [stdout] test src/journal_io/mod.rs - journal_io::edit_journal_entries (line 231) - compile ... ok
[INFO] [stdout] test src/journal_io/mod.rs - journal_io::ensure_journal_directory_exists (line 45) - compile ... ok
[INFO] [stdout] test src/errors/mod.rs - errors::AIError (line 309) ... FAILED
[INFO] [stdout] test src/config/mod.rs - config::AIModels (line 108) ... ok
[INFO] [stdout] test src/journal_io/mod.rs - journal_io::open_journal_entries (line 379) - compile ... ok
[INFO] [stdout] test src/errors/mod.rs - errors::CryptoError (line 215) ... ok
[INFO] [stdout] test src/journal_io/mod.rs - journal_io::initialize_journal_entry (line 164) - compile ... ok
[INFO] [stdout] test src/journal_io/mod.rs - journal_io::initialize_journal_entry (line 139) - compile ... ok
[INFO] [stdout] test src/lib.rs - ai (line 72) - compile ... ok
[INFO] [stdout] test src/lib.rs - crypto (line 80) - compile ... ok
[INFO] [stdout] test src/lib.rs - (line 27) - compile ... ok
[INFO] [stdout] test src/errors/mod.rs - errors::EditorError (line 56) ... FAILED
[INFO] [stdout] test src/lib.rs - db (line 84) - compile ... ok
[INFO] [stdout] test src/ops/converse.rs - ops::converse::start_conversation (line 118) - compile ... ok
[INFO] [stdout] test src/ops/query_analysis.rs - ops::query_analysis::analyze_query (line 139) - compile ... ok
[INFO] [stdout] test src/errors/mod.rs - errors::DatabaseError (line 273) ... ok
[INFO] [stdout] test src/errors/mod.rs - errors::LockError (line 132) ... ok
[INFO] [stdout] test src/ops/edit.rs - ops::edit::get_encrypted_entry_path (line 207) ... ok
[INFO] [stdout] test src/errors/mod.rs - errors::LockError (line 140) ... ok
[INFO] [stdout] test src/journal_io/mod.rs - journal_io::ensure_journal_directory_exists (line 60) ... ok
[INFO] [stdout] test src/errors/mod.rs - errors::EditorError (line 21) ... ok
[INFO] [stdout] test src/errors/mod.rs - errors::LockError (line 161) ... ok
[INFO] [stdout] test src/journal_core/mod.rs - journal_core::DateSpecifier (line 28) ... ok
[INFO] [stdout] test src/errors/mod.rs - errors::EditorError (line 39) ... ok
[INFO] [stdout] test src/errors/mod.rs - errors::LockError (line 174) ... ok
[INFO] [stdout] test src/journal_core/mod.rs - journal_core::DateSpecifier::from_cli_args (line 96) ... ok
[INFO] [stdout] test src/journal_core/mod.rs - journal_core::DateSpecifier::resolve_dates (line 156) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/ai/chunking.rs - ai::chunking::chunk_text (line 26) stdout ----
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustdoctestt7eGG4/rustcTePUBn/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libponder-298689784a2e28a2,libtempfile-1421ab4a9aae25b3,libfastrand-751bcde24b8aa073,librpassword-5afe8cc9f7cdc981,librtoolbox-40af5075f634be7e,libshellexpand-67304838d47ceeeb,libdirs-ae4b8c78179305a6,libdirs_sys-a7f52632d0fb65c1,liboption_ext-61303ef911796993,libtar-c7a0c3dccf232af1,libxattr-f7eaa212efb09faa,librustix-82640e8ccb432dca,liblinux_raw_sys-d28fdc10158f862f,libfiletime-25664a7fa578f36b,libflate2-25b3fb0a57009d87,libminiz_oxide-29bada8b75492381,libsimd_adler32-e4e29dbd2b1c60c8,libcrc32fast-03418c62ee590b0f,libblake3-3c31fa3462b479aa,libconstant_time_eq-efbf8da8f259d1ea,libarrayvec-c7dde542da3995d2,libarrayref-81fde35c69841043,libfs2-6a3c3ad5020f7c4d,libr2d2_sqlite-a1e23efca4e0585e,libuuid-1263613b68b7dea4,librand-c7549f55991fea25,librand_chacha-263bd49cdf2b1f1f,librand_core-2ce4168eb8314385,libgetrandom-91c6e521d572c0b6,libr2d2-59df927baea46ada,libscheduled_thread_pool-32bd072ed11cc512,librusqlite-c459cbf5dbedbad7,libfallible_streaming_iterator-4b12442690f53239,libfallible_iterator-6e888fb96d72e3e0,libhashlink-368f9250bfc3b97e,libhashbrown-ad7c30917b8c3302,libahash-272824e6a096307e,liblibsqlite3_sys-03b792b3dd1abe2a,libchrono-af6f4eefe84fcdcd,libiana_time_zone-092ba8b05fc9b5b1,libnum_traits-7b0ccfe1b2dbfa42,libbytemuck-f81cce106d0ccc1e,libage-a8ab87f13176b821,libx25519_dalek-a77da9708d2188d8,libcurve25519_dalek-9d0132162f037b1a,libi18n_embed-f52d6ba899f7b633,librust_embed-3f7f7b1ee4caf18c,librust_embed_utils-f7ac8c29f03eda11,libwalkdir-7cc6f300a6f0bf06,libsame_file-ff49545450c0b63c,liblazy_static-3674be3f4245d19b,libfluent-c594ed3bd2a3d05e,libfluent_bundle-5d05a082071f2c04,libintl_pluralrules-3a3b1be886149407,libself_cell-767755776d898416,libself_cell-32fc0454313d1b40,libintl_memoizer-d2c3191d00efafbb,libtype_map-5c2c9cb800945174,librustc_hash-ca4219e344ea5da0,libfluent_syntax-659bfabe41ea220c,libthiserror-32be7c9e7829f4fc,librustc_hash-d7c4a66f98a2548f,libfluent_langneg-9256efa0e3cf39d8,libunic_langid-ef1ac6c1767d563e,libunic_langid_impl-ee9adcf7cd46735d,libarc_swap-fbe5a56bc5bc5547,libbech32-d8e855bfd5ea33ba,libpin_project-5cf7bfadb019d12f,libscrypt-c47a6bdc8dc38b0c,libsalsa20-4603eb7526a47a63,libpbkdf2-d24110fcf3b6b639,libage_core-d55001b71173e4a7,libsha2-453d9a4fe606419c,libhkdf-2593728f7612ce01,libhmac-e2337f0937f4b68d,libdigest-7f939b1faba69656,libblock_buffer-7988ecfa1de5c521,libchacha20poly1305-96241549c5fd4e3a,libchacha20-9da13411ca7eaacd,libpoly1305-3a9b9f7d7094d667,libopaque_debug-90e66d859d53ff28,libcpufeatures-e04321643d03190d,libuniversal_hash-bbdaa42f3f9f131d,libsubtle-9600f7efd1e82d97,libaead-dfd95c60d85aab06,libcipher-b6585671fdd3f4e0,libinout-cbabd16f5a0523c3,libcrypto_common-9d65e64b5074e294,libgeneric_array-1e3326d3c84f855e,libtypenum-973adb5204d6e560,libio_tee-d61ffba6c4de3290,libcookie_factory-706036a472db58bd,libnom-944c5c1cdb41e352,librand-e1edf9db348ef3b7,librand_chacha-f7a27efef7ff6b86,libppv_lite86-d626cad1568825a8,libzerocopy-12b53a8da3b97913,librand_core-e681935097940166,libgetrandom-89b14ebaa7b826b3,libbase64-13144a1f1e192158,libsecrecy-d0f732891daf5110,libclap-b7408cbb081adf69,libclap_builder-abaac9d06aa31161,libstrsim-4d1ed08a123238dc,libanstream-92f84b40a71b3b61,libanstyle_query-9b1b1ced330a242a,libis_terminal_polyfill-e39671344234c74d,libcolorchoice-8e2615b3451b028d,libanstyle_parse-2b179629a907e4e4,libutf8parse-92d0158219063202,libclap_lex-005b57ef74360062,libanstyle-e80e21c5036b9344,libfutures-27ab06c1404ea14f,libfutures_executor-e545b19624d43c08,libreqwest-da014f4cef2b1dc3,librustls_pki_types-dd5105217a9edd4a,libzeroize-a7a9f0b15df4fee2,libhyper_tls-5dc248cd625395bd,libtokio_native_tls-de20bbc8ad10219c,libserde_urlencoded-3fe187c3083e0bb8,libmime-0188e0814ca7ddbf,libencoding_rs-55bc2f0c3e70aa1b,libserde_json-a25e63f0b7e743bb,libryu-a7164637bc4900ee,libtower_http-1fbd080b397c8b92,libiri_string-f2231ba2cbe5b068,libtower-f8b6b16ea8dfc11c,libtower_layer-d908dd771b239ecd,libnative_tls-be0f636ac3f78685,libopenssl_probe-2c6d21a9709cae46,libopenssl-75c8894dd81e500c,libbitflags-1ec459e74ae68f4e,libforeign_types-4fe1886d5d9265b9,libforeign_types_shared-47b443a4583fd949,libopenssl_sys-6872537c0293b631,libhyper_util-8db5d04d629884b8,libbase64-32787b0325ea6df8,libipnet-a38805d99c19843f,libtower_service-3fb88d28c2218805,libhyper-15d9181059351403,libwant-7a6260b9c50f1479,libtry_lock-8fa2f6971035be84,libhttparse-8c9b827b8f345444,libh2-417a2b6947706ece,libindexmap-019c61cdf1cc96d2,libequivalent-6a754676e6af62ae,libhashbrown-ac2229ec4aecf871,libatomic_waker-06950c8c08d2b8fa,libhttpdate-331798cefc82cc7e,libtokio_util-0302127c493afc89,libtokio-430ccf74fc978dc6,libsocket2-e44c32a71e945e75,libmio-4461456c11172528,libparking_lot-9a9ec45fd9fab1d1,libparking_lot_core-11304153129d1112,liblibc-e97dc10e4d08f66c,liblock_api-767f997615f66fb4,libscopeguard-7ec2214574194454,libhttp_body_util-a2355bc8165098e8,libhttp_body-9540df40e34477e8,liblog-db64831fa30f0a98,libcfg_if-3e7fc4e38d4a72b5,libfutures_util-da3803ec6e463034,libmemchr-08f38e9718637002,libfutures_io-59d0071c9258d69f,libslab-1d6e3276f95c46da,libfutures_channel-3bb2db6cecc5bacb,libfutures_sink-ae1eb2d060de53a2,libfutures_task-e09ab7898221cb97,libpin_utils-3860774ad9b215b5,liburl-227b1c2166ca9885,libidna-ace6d56419d0774e,libutf8_iter-51566bbad89f3a68,libidna_adapter-5e86f524aae07b64,libicu_properties-e39ca9ce1e3f8978,libicu_properties_data-b53d225676b50701,libicu_normalizer-12ddcc3460c87e59,libsmallvec-a1468abc3d2c62db,libicu_normalizer_data-ff82f05aef08137e,libicu_collections-5a316270e6856c84,libpotential_utf-3a68d100c3460155,libicu_provider-74d8effeee5f8d4a,libicu_locale_core-6f961238dee8cde2,libtinystr-1c83f49acf6730ca,liblitemap-76c583890b84c465,libwriteable-240af3fb4837c678,libzerovec-db894b5fcb51db26,libzerotrie-c9f157908b6c42d4,libyoke-9420facb149db8f4,libstable_deref_trait-49463a691f385e1c,libzerofrom-2184114e06459787,libform_urlencoded-58b0f0edb59b40d2,libpercent_encoding-fa055ecaa1e57cfa,libserde-8423f6410f563656,libserde_core-21f22ac7b803fb0e,libhttp-dd541685e1cc3ce0,libitoa-ef40fa516293a9d3,libbytes-2ed9460101f17bbf,libfnv-79e2cbfbe03dcd16,libsync_wrapper-a254cb6192850e87,libfutures_core-3b920243fce8fec0,libtracing-a9e2f66dfd4ff850,libpin_project_lite-72bf04572caa1c84,libtracing_core-fc740c2d164c51ea,libonce_cell-e9252a7b5119f3eb}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lcrypto" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustdoctestt7eGG4/rustcTePUBn/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/blake3-2f866dd1a811cc80/out" "-L" "/opt/rustwide/target/debug/build/libsqlite3-sys-55f3873532041b65/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestt7eGG4/rust_out" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: collect2: fatal error: ld terminated with signal 9 [Killed]
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/errors/mod.rs - errors::AIError (line 309) stdout ----
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustdoctestau9KR8/rustcdx9Cn0/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libponder-298689784a2e28a2,libtempfile-1421ab4a9aae25b3,libfastrand-751bcde24b8aa073,librpassword-5afe8cc9f7cdc981,librtoolbox-40af5075f634be7e,libshellexpand-67304838d47ceeeb,libdirs-ae4b8c78179305a6,libdirs_sys-a7f52632d0fb65c1,liboption_ext-61303ef911796993,libtar-c7a0c3dccf232af1,libxattr-f7eaa212efb09faa,librustix-82640e8ccb432dca,liblinux_raw_sys-d28fdc10158f862f,libfiletime-25664a7fa578f36b,libflate2-25b3fb0a57009d87,libminiz_oxide-29bada8b75492381,libsimd_adler32-e4e29dbd2b1c60c8,libcrc32fast-03418c62ee590b0f,libblake3-3c31fa3462b479aa,libconstant_time_eq-efbf8da8f259d1ea,libarrayvec-c7dde542da3995d2,libarrayref-81fde35c69841043,libfs2-6a3c3ad5020f7c4d,libr2d2_sqlite-a1e23efca4e0585e,libuuid-1263613b68b7dea4,librand-c7549f55991fea25,librand_chacha-263bd49cdf2b1f1f,librand_core-2ce4168eb8314385,libgetrandom-91c6e521d572c0b6,libr2d2-59df927baea46ada,libscheduled_thread_pool-32bd072ed11cc512,librusqlite-c459cbf5dbedbad7,libfallible_streaming_iterator-4b12442690f53239,libfallible_iterator-6e888fb96d72e3e0,libhashlink-368f9250bfc3b97e,libhashbrown-ad7c30917b8c3302,libahash-272824e6a096307e,liblibsqlite3_sys-03b792b3dd1abe2a,libchrono-af6f4eefe84fcdcd,libiana_time_zone-092ba8b05fc9b5b1,libnum_traits-7b0ccfe1b2dbfa42,libbytemuck-f81cce106d0ccc1e,libage-a8ab87f13176b821,libx25519_dalek-a77da9708d2188d8,libcurve25519_dalek-9d0132162f037b1a,libi18n_embed-f52d6ba899f7b633,librust_embed-3f7f7b1ee4caf18c,librust_embed_utils-f7ac8c29f03eda11,libwalkdir-7cc6f300a6f0bf06,libsame_file-ff49545450c0b63c,liblazy_static-3674be3f4245d19b,libfluent-c594ed3bd2a3d05e,libfluent_bundle-5d05a082071f2c04,libintl_pluralrules-3a3b1be886149407,libself_cell-767755776d898416,libself_cell-32fc0454313d1b40,libintl_memoizer-d2c3191d00efafbb,libtype_map-5c2c9cb800945174,librustc_hash-ca4219e344ea5da0,libfluent_syntax-659bfabe41ea220c,libthiserror-32be7c9e7829f4fc,librustc_hash-d7c4a66f98a2548f,libfluent_langneg-9256efa0e3cf39d8,libunic_langid-ef1ac6c1767d563e,libunic_langid_impl-ee9adcf7cd46735d,libarc_swap-fbe5a56bc5bc5547,libbech32-d8e855bfd5ea33ba,libpin_project-5cf7bfadb019d12f,libscrypt-c47a6bdc8dc38b0c,libsalsa20-4603eb7526a47a63,libpbkdf2-d24110fcf3b6b639,libage_core-d55001b71173e4a7,libsha2-453d9a4fe606419c,libhkdf-2593728f7612ce01,libhmac-e2337f0937f4b68d,libdigest-7f939b1faba69656,libblock_buffer-7988ecfa1de5c521,libchacha20poly1305-96241549c5fd4e3a,libchacha20-9da13411ca7eaacd,libpoly1305-3a9b9f7d7094d667,libopaque_debug-90e66d859d53ff28,libcpufeatures-e04321643d03190d,libuniversal_hash-bbdaa42f3f9f131d,libsubtle-9600f7efd1e82d97,libaead-dfd95c60d85aab06,libcipher-b6585671fdd3f4e0,libinout-cbabd16f5a0523c3,libcrypto_common-9d65e64b5074e294,libgeneric_array-1e3326d3c84f855e,libtypenum-973adb5204d6e560,libio_tee-d61ffba6c4de3290,libcookie_factory-706036a472db58bd,libnom-944c5c1cdb41e352,librand-e1edf9db348ef3b7,librand_chacha-f7a27efef7ff6b86,libppv_lite86-d626cad1568825a8,libzerocopy-12b53a8da3b97913,librand_core-e681935097940166,libgetrandom-89b14ebaa7b826b3,libbase64-13144a1f1e192158,libsecrecy-d0f732891daf5110,libclap-b7408cbb081adf69,libclap_builder-abaac9d06aa31161,libstrsim-4d1ed08a123238dc,libanstream-92f84b40a71b3b61,libanstyle_query-9b1b1ced330a242a,libis_terminal_polyfill-e39671344234c74d,libcolorchoice-8e2615b3451b028d,libanstyle_parse-2b179629a907e4e4,libutf8parse-92d0158219063202,libclap_lex-005b57ef74360062,libanstyle-e80e21c5036b9344,libfutures-27ab06c1404ea14f,libfutures_executor-e545b19624d43c08,libreqwest-da014f4cef2b1dc3,librustls_pki_types-dd5105217a9edd4a,libzeroize-a7a9f0b15df4fee2,libhyper_tls-5dc248cd625395bd,libtokio_native_tls-de20bbc8ad10219c,libserde_urlencoded-3fe187c3083e0bb8,libmime-0188e0814ca7ddbf,libencoding_rs-55bc2f0c3e70aa1b,libserde_json-a25e63f0b7e743bb,libryu-a7164637bc4900ee,libtower_http-1fbd080b397c8b92,libiri_string-f2231ba2cbe5b068,libtower-f8b6b16ea8dfc11c,libtower_layer-d908dd771b239ecd,libnative_tls-be0f636ac3f78685,libopenssl_probe-2c6d21a9709cae46,libopenssl-75c8894dd81e500c,libbitflags-1ec459e74ae68f4e,libforeign_types-4fe1886d5d9265b9,libforeign_types_shared-47b443a4583fd949,libopenssl_sys-6872537c0293b631,libhyper_util-8db5d04d629884b8,libbase64-32787b0325ea6df8,libipnet-a38805d99c19843f,libtower_service-3fb88d28c2218805,libhyper-15d9181059351403,libwant-7a6260b9c50f1479,libtry_lock-8fa2f6971035be84,libhttparse-8c9b827b8f345444,libh2-417a2b6947706ece,libindexmap-019c61cdf1cc96d2,libequivalent-6a754676e6af62ae,libhashbrown-ac2229ec4aecf871,libatomic_waker-06950c8c08d2b8fa,libhttpdate-331798cefc82cc7e,libtokio_util-0302127c493afc89,libtokio-430ccf74fc978dc6,libsocket2-e44c32a71e945e75,libmio-4461456c11172528,libparking_lot-9a9ec45fd9fab1d1,libparking_lot_core-11304153129d1112,liblibc-e97dc10e4d08f66c,liblock_api-767f997615f66fb4,libscopeguard-7ec2214574194454,libhttp_body_util-a2355bc8165098e8,libhttp_body-9540df40e34477e8,liblog-db64831fa30f0a98,libcfg_if-3e7fc4e38d4a72b5,libfutures_util-da3803ec6e463034,libmemchr-08f38e9718637002,libfutures_io-59d0071c9258d69f,libslab-1d6e3276f95c46da,libfutures_channel-3bb2db6cecc5bacb,libfutures_sink-ae1eb2d060de53a2,libfutures_task-e09ab7898221cb97,libpin_utils-3860774ad9b215b5,liburl-227b1c2166ca9885,libidna-ace6d56419d0774e,libutf8_iter-51566bbad89f3a68,libidna_adapter-5e86f524aae07b64,libicu_properties-e39ca9ce1e3f8978,libicu_properties_data-b53d225676b50701,libicu_normalizer-12ddcc3460c87e59,libsmallvec-a1468abc3d2c62db,libicu_normalizer_data-ff82f05aef08137e,libicu_collections-5a316270e6856c84,libpotential_utf-3a68d100c3460155,libicu_provider-74d8effeee5f8d4a,libicu_locale_core-6f961238dee8cde2,libtinystr-1c83f49acf6730ca,liblitemap-76c583890b84c465,libwriteable-240af3fb4837c678,libzerovec-db894b5fcb51db26,libzerotrie-c9f157908b6c42d4,libyoke-9420facb149db8f4,libstable_deref_trait-49463a691f385e1c,libzerofrom-2184114e06459787,libform_urlencoded-58b0f0edb59b40d2,libpercent_encoding-fa055ecaa1e57cfa,libserde-8423f6410f563656,libserde_core-21f22ac7b803fb0e,libhttp-dd541685e1cc3ce0,libitoa-ef40fa516293a9d3,libbytes-2ed9460101f17bbf,libfnv-79e2cbfbe03dcd16,libsync_wrapper-a254cb6192850e87,libfutures_core-3b920243fce8fec0,libtracing-a9e2f66dfd4ff850,libpin_project_lite-72bf04572caa1c84,libtracing_core-fc740c2d164c51ea,libonce_cell-e9252a7b5119f3eb}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lcrypto" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustdoctestau9KR8/rustcdx9Cn0/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/blake3-2f866dd1a811cc80/out" "-L" "/opt/rustwide/target/debug/build/libsqlite3-sys-55f3873532041b65/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestau9KR8/rust_out" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: collect2: fatal error: ld terminated with signal 9 [Killed]
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/errors/mod.rs - errors::EditorError (line 56) stdout ----
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustdoctestBgBzF4/rustcNdmgov/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libponder-298689784a2e28a2,libtempfile-1421ab4a9aae25b3,libfastrand-751bcde24b8aa073,librpassword-5afe8cc9f7cdc981,librtoolbox-40af5075f634be7e,libshellexpand-67304838d47ceeeb,libdirs-ae4b8c78179305a6,libdirs_sys-a7f52632d0fb65c1,liboption_ext-61303ef911796993,libtar-c7a0c3dccf232af1,libxattr-f7eaa212efb09faa,librustix-82640e8ccb432dca,liblinux_raw_sys-d28fdc10158f862f,libfiletime-25664a7fa578f36b,libflate2-25b3fb0a57009d87,libminiz_oxide-29bada8b75492381,libsimd_adler32-e4e29dbd2b1c60c8,libcrc32fast-03418c62ee590b0f,libblake3-3c31fa3462b479aa,libconstant_time_eq-efbf8da8f259d1ea,libarrayvec-c7dde542da3995d2,libarrayref-81fde35c69841043,libfs2-6a3c3ad5020f7c4d,libr2d2_sqlite-a1e23efca4e0585e,libuuid-1263613b68b7dea4,librand-c7549f55991fea25,librand_chacha-263bd49cdf2b1f1f,librand_core-2ce4168eb8314385,libgetrandom-91c6e521d572c0b6,libr2d2-59df927baea46ada,libscheduled_thread_pool-32bd072ed11cc512,librusqlite-c459cbf5dbedbad7,libfallible_streaming_iterator-4b12442690f53239,libfallible_iterator-6e888fb96d72e3e0,libhashlink-368f9250bfc3b97e,libhashbrown-ad7c30917b8c3302,libahash-272824e6a096307e,liblibsqlite3_sys-03b792b3dd1abe2a,libchrono-af6f4eefe84fcdcd,libiana_time_zone-092ba8b05fc9b5b1,libnum_traits-7b0ccfe1b2dbfa42,libbytemuck-f81cce106d0ccc1e,libage-a8ab87f13176b821,libx25519_dalek-a77da9708d2188d8,libcurve25519_dalek-9d0132162f037b1a,libi18n_embed-f52d6ba899f7b633,librust_embed-3f7f7b1ee4caf18c,librust_embed_utils-f7ac8c29f03eda11,libwalkdir-7cc6f300a6f0bf06,libsame_file-ff49545450c0b63c,liblazy_static-3674be3f4245d19b,libfluent-c594ed3bd2a3d05e,libfluent_bundle-5d05a082071f2c04,libintl_pluralrules-3a3b1be886149407,libself_cell-767755776d898416,libself_cell-32fc0454313d1b40,libintl_memoizer-d2c3191d00efafbb,libtype_map-5c2c9cb800945174,librustc_hash-ca4219e344ea5da0,libfluent_syntax-659bfabe41ea220c,libthiserror-32be7c9e7829f4fc,librustc_hash-d7c4a66f98a2548f,libfluent_langneg-9256efa0e3cf39d8,libunic_langid-ef1ac6c1767d563e,libunic_langid_impl-ee9adcf7cd46735d,libarc_swap-fbe5a56bc5bc5547,libbech32-d8e855bfd5ea33ba,libpin_project-5cf7bfadb019d12f,libscrypt-c47a6bdc8dc38b0c,libsalsa20-4603eb7526a47a63,libpbkdf2-d24110fcf3b6b639,libage_core-d55001b71173e4a7,libsha2-453d9a4fe606419c,libhkdf-2593728f7612ce01,libhmac-e2337f0937f4b68d,libdigest-7f939b1faba69656,libblock_buffer-7988ecfa1de5c521,libchacha20poly1305-96241549c5fd4e3a,libchacha20-9da13411ca7eaacd,libpoly1305-3a9b9f7d7094d667,libopaque_debug-90e66d859d53ff28,libcpufeatures-e04321643d03190d,libuniversal_hash-bbdaa42f3f9f131d,libsubtle-9600f7efd1e82d97,libaead-dfd95c60d85aab06,libcipher-b6585671fdd3f4e0,libinout-cbabd16f5a0523c3,libcrypto_common-9d65e64b5074e294,libgeneric_array-1e3326d3c84f855e,libtypenum-973adb5204d6e560,libio_tee-d61ffba6c4de3290,libcookie_factory-706036a472db58bd,libnom-944c5c1cdb41e352,librand-e1edf9db348ef3b7,librand_chacha-f7a27efef7ff6b86,libppv_lite86-d626cad1568825a8,libzerocopy-12b53a8da3b97913,librand_core-e681935097940166,libgetrandom-89b14ebaa7b826b3,libbase64-13144a1f1e192158,libsecrecy-d0f732891daf5110,libclap-b7408cbb081adf69,libclap_builder-abaac9d06aa31161,libstrsim-4d1ed08a123238dc,libanstream-92f84b40a71b3b61,libanstyle_query-9b1b1ced330a242a,libis_terminal_polyfill-e39671344234c74d,libcolorchoice-8e2615b3451b028d,libanstyle_parse-2b179629a907e4e4,libutf8parse-92d0158219063202,libclap_lex-005b57ef74360062,libanstyle-e80e21c5036b9344,libfutures-27ab06c1404ea14f,libfutures_executor-e545b19624d43c08,libreqwest-da014f4cef2b1dc3,librustls_pki_types-dd5105217a9edd4a,libzeroize-a7a9f0b15df4fee2,libhyper_tls-5dc248cd625395bd,libtokio_native_tls-de20bbc8ad10219c,libserde_urlencoded-3fe187c3083e0bb8,libmime-0188e0814ca7ddbf,libencoding_rs-55bc2f0c3e70aa1b,libserde_json-a25e63f0b7e743bb,libryu-a7164637bc4900ee,libtower_http-1fbd080b397c8b92,libiri_string-f2231ba2cbe5b068,libtower-f8b6b16ea8dfc11c,libtower_layer-d908dd771b239ecd,libnative_tls-be0f636ac3f78685,libopenssl_probe-2c6d21a9709cae46,libopenssl-75c8894dd81e500c,libbitflags-1ec459e74ae68f4e,libforeign_types-4fe1886d5d9265b9,libforeign_types_shared-47b443a4583fd949,libopenssl_sys-6872537c0293b631,libhyper_util-8db5d04d629884b8,libbase64-32787b0325ea6df8,libipnet-a38805d99c19843f,libtower_service-3fb88d28c2218805,libhyper-15d9181059351403,libwant-7a6260b9c50f1479,libtry_lock-8fa2f6971035be84,libhttparse-8c9b827b8f345444,libh2-417a2b6947706ece,libindexmap-019c61cdf1cc96d2,libequivalent-6a754676e6af62ae,libhashbrown-ac2229ec4aecf871,libatomic_waker-06950c8c08d2b8fa,libhttpdate-331798cefc82cc7e,libtokio_util-0302127c493afc89,libtokio-430ccf74fc978dc6,libsocket2-e44c32a71e945e75,libmio-4461456c11172528,libparking_lot-9a9ec45fd9fab1d1,libparking_lot_core-11304153129d1112,liblibc-e97dc10e4d08f66c,liblock_api-767f997615f66fb4,libscopeguard-7ec2214574194454,libhttp_body_util-a2355bc8165098e8,libhttp_body-9540df40e34477e8,liblog-db64831fa30f0a98,libcfg_if-3e7fc4e38d4a72b5,libfutures_util-da3803ec6e463034,libmemchr-08f38e9718637002,libfutures_io-59d0071c9258d69f,libslab-1d6e3276f95c46da,libfutures_channel-3bb2db6cecc5bacb,libfutures_sink-ae1eb2d060de53a2,libfutures_task-e09ab7898221cb97,libpin_utils-3860774ad9b215b5,liburl-227b1c2166ca9885,libidna-ace6d56419d0774e,libutf8_iter-51566bbad89f3a68,libidna_adapter-5e86f524aae07b64,libicu_properties-e39ca9ce1e3f8978,libicu_properties_data-b53d225676b50701,libicu_normalizer-12ddcc3460c87e59,libsmallvec-a1468abc3d2c62db,libicu_normalizer_data-ff82f05aef08137e,libicu_collections-5a316270e6856c84,libpotential_utf-3a68d100c3460155,libicu_provider-74d8effeee5f8d4a,libicu_locale_core-6f961238dee8cde2,libtinystr-1c83f49acf6730ca,liblitemap-76c583890b84c465,libwriteable-240af3fb4837c678,libzerovec-db894b5fcb51db26,libzerotrie-c9f157908b6c42d4,libyoke-9420facb149db8f4,libstable_deref_trait-49463a691f385e1c,libzerofrom-2184114e06459787,libform_urlencoded-58b0f0edb59b40d2,libpercent_encoding-fa055ecaa1e57cfa,libserde-8423f6410f563656,libserde_core-21f22ac7b803fb0e,libhttp-dd541685e1cc3ce0,libitoa-ef40fa516293a9d3,libbytes-2ed9460101f17bbf,libfnv-79e2cbfbe03dcd16,libsync_wrapper-a254cb6192850e87,libfutures_core-3b920243fce8fec0,libtracing-a9e2f66dfd4ff850,libpin_project_lite-72bf04572caa1c84,libtracing_core-fc740c2d164c51ea,libonce_cell-e9252a7b5119f3eb}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lcrypto" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustdoctestBgBzF4/rustcNdmgov/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/blake3-2f866dd1a811cc80/out" "-L" "/opt/rustwide/target/debug/build/libsqlite3-sys-55f3873532041b65/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestBgBzF4/rust_out" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: collect2: fatal error: ld terminated with signal 9 [Killed]
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/ai/chunking.rs - ai::chunking::chunk_text (line 26)
[INFO] [stdout]     src/errors/mod.rs - errors::AIError (line 309)
[INFO] [stdout]     src/errors/mod.rs - errors::EditorError (line 56)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 52 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 15.50s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "a397b42b5332f1827bad3d05d077eac9dbc2a7ebe0bb4df459f429c06079ea05", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a397b42b5332f1827bad3d05d077eac9dbc2a7ebe0bb4df459f429c06079ea05", kill_on_drop: false }`
[INFO] [stdout] a397b42b5332f1827bad3d05d077eac9dbc2a7ebe0bb4df459f429c06079ea05
