[INFO] cloning repository https://github.com/bedecarroll/llml
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bedecarroll/llml" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbedecarroll%2Fllml", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbedecarroll%2Fllml'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 89880ac8b90f5387d6545d04e43426f1d9498bc5
[INFO] testing bedecarroll/llml against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbedecarroll%2Fllml" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-6-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-6-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/bedecarroll/llml
[INFO] finished tweaking git repo https://github.com/bedecarroll/llml
[INFO] tweaked toml for git repo https://github.com/bedecarroll/llml written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/bedecarroll/llml on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/bedecarroll/llml 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" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 174c567f68e75c86c22d9a32bf6aa999f80bca49e2cf8b879c55c049142afc9a
[INFO] running `Command { std: "docker" "start" "174c567f68e75c86c22d9a32bf6aa999f80bca49e2cf8b879c55c049142afc9a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "174c567f68e75c86c22d9a32bf6aa999f80bca49e2cf8b879c55c049142afc9a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "174c567f68e75c86c22d9a32bf6aa999f80bca49e2cf8b879c55c049142afc9a" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "174c567f68e75c86c22d9a32bf6aa999f80bca49e2cf8b879c55c049142afc9a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "174c567f68e75c86c22d9a32bf6aa999f80bca49e2cf8b879c55c049142afc9a" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling bitflags v2.13.0
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling itoa v1.0.17
[INFO] [stderr]    Compiling cc v1.2.57
[INFO] [stderr]    Compiling hashbrown v0.17.0
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling simd-adler32 v0.3.8
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling winnow v1.0.0
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling castaway v0.2.4
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling num-conv v0.2.2
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling time-core v0.1.9
[INFO] [stderr]    Compiling compact_str v0.9.0
[INFO] [stderr]    Compiling time-macros v0.2.29
[INFO] [stderr]    Compiling unicode-truncate v2.0.1
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling lru v0.18.0
[INFO] [stderr]    Compiling num_threads v0.1.7
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling deranged v0.5.8
[INFO] [stderr]    Compiling zlib-rs v0.6.3
[INFO] [stderr]    Compiling rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling time v0.3.49
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling strum_macros v0.28.0
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling kasuari v0.4.12
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling onig_sys v69.9.1
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]    Compiling instability v0.3.12
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling rstest_macros v0.26.1
[INFO] [stderr]    Compiling strum v0.28.0
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling ratatui-core v0.1.2
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling quick-xml v0.38.4
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling owo-colors v4.3.0
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]    Compiling toml_edit v0.25.4+spec-1.1.0
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling indoc v2.0.7
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling litrs v1.0.0
[INFO] [stderr]    Compiling libsqlite3-sys v0.38.1
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling regex v1.12.4
[INFO] [stderr]    Compiling document-features v0.2.12
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling rustls-webpki v0.103.13
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling derive_more v2.1.1
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling relative-path v1.9.3
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]    Compiling color-spantrace v0.3.0
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling linked-hash-map v0.5.6
[INFO] [stderr]    Compiling pulldown-cmark v0.13.1
[INFO] [stderr]    Compiling bumpalo v3.20.2
[INFO] [stderr]    Compiling gimli v0.32.3
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling zopfli v0.8.3
[INFO] [stderr]    Compiling yaml-rust v0.4.5
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling socks v0.3.4
[INFO] [stderr]    Compiling onig v6.5.1
[INFO] [stderr]    Compiling tracing-error v0.2.1
[INFO] [stderr]    Compiling ureq-proto v0.6.0
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling plist v1.8.0
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling addr2line v0.25.1
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling webpki-roots v1.0.6
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling xattr v1.6.1
[INFO] [stderr]    Compiling blake3 v1.8.5
[INFO] [stderr]    Compiling sqlite-vec v0.1.7-alpha.10
[INFO] [stderr]    Compiling filetime v0.2.27
[INFO] [stderr]    Compiling console v0.16.3
[INFO] [stderr]    Compiling getopts v0.2.24
[INFO] [stderr]    Compiling line-clipping v0.3.5
[INFO] [stderr]    Compiling nom v8.0.0
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling unicase v2.9.0
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling self_update v0.44.0
[INFO] [stderr]    Compiling futures-timer v3.0.3
[INFO] [stderr]    Compiling pulldown-cmark-escape v0.11.0
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling indenter v0.3.4
[INFO] [stderr]    Compiling rustc-demangle v0.1.27
[INFO] [stderr]    Compiling utf8-zero v0.8.1
[INFO] [stderr]    Compiling simdutf8 v0.1.5
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling unit-prefix v0.5.2
[INFO] [stderr]    Compiling syntect v5.3.0
[INFO] [stderr]    Compiling indicatif v0.18.4
[INFO] [stderr]    Compiling ureq v3.3.0
[INFO] [stderr]    Compiling backtrace v0.3.76
[INFO] [stderr]    Compiling pretty_assertions v1.4.1
[INFO] [stderr]    Compiling rstest v0.26.1
[INFO] [stderr]    Compiling schemars_derive v1.2.1
[INFO] [stderr]    Compiling ansi-to-tui v8.0.1
[INFO] [stderr]    Compiling ratatui-widgets v0.3.2
[INFO] [stderr]    Compiling tar v0.4.45
[INFO] [stderr]    Compiling ratatui-crossterm v0.1.2
[INFO] [stderr]    Compiling zip v6.0.0
[INFO] [stderr]    Compiling self-replace v1.5.0
[INFO] [stderr]    Compiling dirs v6.0.0
[INFO] [stderr]    Compiling hashlink v0.12.0
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling cpufeatures v0.3.0
[INFO] [stderr]    Compiling roff v1.1.0
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling urlencoding v2.1.3
[INFO] [stderr]    Compiling fallible-streaming-iterator v0.1.9
[INFO] [stderr]    Compiling fallible-iterator v0.3.0
[INFO] [stderr]    Compiling constant_time_eq v0.4.2
[INFO] [stderr]    Compiling toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling schemars v1.2.1
[INFO] [stderr]    Compiling toml v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling clap_mangen v0.3.0
[INFO] [stderr]    Compiling ratatui v0.30.2
[INFO] [stderr]    Compiling shellexpand v3.1.2
[INFO] [stderr]    Compiling color-eyre v0.6.5
[INFO] [stderr]    Compiling tui-markdown v0.3.7
[INFO] [stderr]    Compiling clap_complete v4.6.5
[INFO] [stderr]    Compiling directories v6.0.0
[INFO] [stderr]    Compiling which v8.0.4
[INFO] [stderr]    Compiling itertools v0.15.0
[INFO] [stderr]    Compiling shlex v2.0.1
[INFO] [stderr]    Compiling bytemuck v1.25.0
[INFO] [stderr]    Compiling shell-escape v0.1.5
[INFO] [stderr]    Compiling humantime v2.3.0
[INFO] [stderr]    Compiling rusqlite v0.40.1
[INFO] [stderr]    Compiling tool-executor v0.10.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 40s
[INFO] running `Command { std: "docker" "inspect" "174c567f68e75c86c22d9a32bf6aa999f80bca49e2cf8b879c55c049142afc9a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "174c567f68e75c86c22d9a32bf6aa999f80bca49e2cf8b879c55c049142afc9a" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling zerocopy v0.8.42
[INFO] [stderr]    Compiling zerocopy-derive v0.8.42
[INFO] [stderr]    Compiling float-cmp v0.10.0
[INFO] [stderr]    Compiling alloca v0.4.0
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling vte v0.14.1
[INFO] [stderr]    Compiling assert_cmd v2.2.2
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling strip-ansi-escapes v0.2.1
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling page_size v0.6.0
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling criterion-plot v0.8.2
[INFO] [stderr]    Compiling regex v1.12.4
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling self_update v0.44.0
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling predicates v3.1.4
[INFO] [stderr]    Compiling ignore v0.4.25
[INFO] [stderr]    Compiling tracing-error v0.2.1
[INFO] [stderr]    Compiling rstest_macros v0.26.1
[INFO] [stderr]    Compiling color-spantrace v0.3.0
[INFO] [stderr]    Compiling color-eyre v0.6.5
[INFO] [stderr]    Compiling globwalk v0.9.1
[INFO] [stderr]    Compiling insta v1.48.0
[INFO] [stderr]    Compiling assert_fs v1.1.4
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling criterion v0.8.2
[INFO] [stderr]    Compiling rstest v0.26.1
[INFO] [stderr]    Compiling tui-markdown v0.3.7
[INFO] [stderr]    Compiling tool-executor v0.10.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: could not compile `tool-executor` (lib test)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.98.0-beta.1-x86_64-unknown-linux-gnu/bin/rustc --crate-name tool_executor --edition=2024 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::pedantic' '--allow=clippy::module_name_repetitions' --test --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("benchmarks", "default"))' -C metadata=8ff1acc19c665f64 -C extra-filename=-da1c5bfd10903daa --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern assert_cmd=/opt/rustwide/target/debug/deps/libassert_cmd-3f7f303b70fd20e5.rlib --extern assert_fs=/opt/rustwide/target/debug/deps/libassert_fs-56773c6255d9bcf8.rlib --extern blake3=/opt/rustwide/target/debug/deps/libblake3-60cc48c81ae5eb6a.rlib --extern bytemuck=/opt/rustwide/target/debug/deps/libbytemuck-6bf6ebae036d989e.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-d483a097fab7eac8.rlib --extern clap_complete=/opt/rustwide/target/debug/deps/libclap_complete-c9dc5845b3a2d14a.rlib --extern clap_mangen=/opt/rustwide/target/debug/deps/libclap_mangen-8806726ac846f1ec.rlib --extern color_eyre=/opt/rustwide/target/debug/deps/libcolor_eyre-56af9769b8e086cd.rlib --extern criterion=/opt/rustwide/target/debug/deps/libcriterion-5f19de83ff5e16ee.rlib --extern crossterm=/opt/rustwide/target/debug/deps/libcrossterm-7031232e7175c452.rlib --extern directories=/opt/rustwide/target/debug/deps/libdirectories-7d41d646edc4b4c8.rlib --extern humantime=/opt/rustwide/target/debug/deps/libhumantime-645db651aace3b61.rlib --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-86aa9631366b993c.rlib --extern insta=/opt/rustwide/target/debug/deps/libinsta-b78cfd6f25afb44d.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-d78bb869923ac911.rlib --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-b5bdc597ed9676b3.rlib --extern predicates=/opt/rustwide/target/debug/deps/libpredicates-5c8b9c809cbddd59.rlib --extern ratatui=/opt/rustwide/target/debug/deps/libratatui-72b57c327f8dd6ec.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-ee23c4f488b0e721.rlib --extern rusqlite=/opt/rustwide/target/debug/deps/librusqlite-d134a80bf815be76.rlib --extern schemars=/opt/rustwide/target/debug/deps/libschemars-0b37ee433c63dba7.rlib --extern self_update=/opt/rustwide/target/debug/deps/libself_update-b1ef3e300413ce16.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-4c861bcda50b6afc.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-b21ca26b4928adec.rlib --extern shell_escape=/opt/rustwide/target/debug/deps/libshell_escape-68815ecbb9955c0d.rlib --extern shellexpand=/opt/rustwide/target/debug/deps/libshellexpand-f91b57a76001a77f.rlib --extern shlex=/opt/rustwide/target/debug/deps/libshlex-496e5eb8e77c5055.rlib --extern sqlite_vec=/opt/rustwide/target/debug/deps/libsqlite_vec-8257be934e65dcf6.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-fe0a2ca07275761e.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-e042dbf84a564921.rlib --extern time=/opt/rustwide/target/debug/deps/libtime-539c9a3c59d201ab.rlib --extern toml=/opt/rustwide/target/debug/deps/libtoml-34453588b4d134d8.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-2824006d216e81da.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-a5e86e528d5298d2.rlib --extern tui_markdown=/opt/rustwide/target/debug/deps/libtui_markdown-c521e8ed5351dced.rlib --extern unicode_width=/opt/rustwide/target/debug/deps/libunicode_width-c0be3735b741df1b.rlib --extern ureq=/opt/rustwide/target/debug/deps/libureq-1fd2ef4026df3a1e.rlib --extern walkdir=/opt/rustwide/target/debug/deps/libwalkdir-7cc6f300a6f0bf06.rlib --extern which=/opt/rustwide/target/debug/deps/libwhich-0f784e98a8396d4a.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/blake3-6700f95c01f0878c/out -L native=/opt/rustwide/target/debug/build/blake3-6700f95c01f0878c/out -L native=/opt/rustwide/target/debug/build/alloca-8c02c53fef362182/out -L native=/opt/rustwide/target/debug/build/libsqlite3-sys-caf5ca7325b11111/out -L native=/opt/rustwide/target/debug/build/ring-5a039f55cb21dada/out -L native=/opt/rustwide/target/debug/build/sqlite-vec-6d4ebb2b943a6011/out -L native=/opt/rustwide/target/debug/build/onig_sys-ed2d609e96f54c0c/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "174c567f68e75c86c22d9a32bf6aa999f80bca49e2cf8b879c55c049142afc9a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "174c567f68e75c86c22d9a32bf6aa999f80bca49e2cf8b879c55c049142afc9a", kill_on_drop: false }`
[INFO] [stdout] 174c567f68e75c86c22d9a32bf6aa999f80bca49e2cf8b879c55c049142afc9a
