[INFO] cloning repository https://github.com/cortesi/canopy
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cortesi/canopy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcortesi%2Fcanopy", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcortesi%2Fcanopy'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4837d42086d35aaaa7b3cdc72d1c583e083ec482
[INFO] testing cortesi/canopy against 1.90.0 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcortesi%2Fcanopy" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/cortesi/canopy
[INFO] finished tweaking git repo https://github.com/cortesi/canopy
[INFO] tweaked toml for git repo https://github.com/cortesi/canopy written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/cortesi/canopy on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/cortesi/canopy 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.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded pad v0.1.6
[INFO] [stderr]   Downloaded structmeta v0.3.0
[INFO] [stderr]   Downloaded thin-vec v0.2.14
[INFO] [stderr]   Downloaded oorandom v11.1.5
[INFO] [stderr]   Downloaded structmeta-derive v0.3.0
[INFO] [stderr]   Downloaded color-backtrace v0.7.0
[INFO] [stderr]   Downloaded convert_case v0.7.1
[INFO] [stderr]   Downloaded comfy-table v7.1.4
[INFO] [stderr]   Downloaded rhai_codegen v2.2.0
[INFO] [stderr]   Downloaded rusqlite v0.36.0
[INFO] [stderr]   Downloaded crossterm v0.29.0
[INFO] [stderr]   Downloaded criterion v0.6.0
[INFO] [stderr]   Downloaded rhai v1.22.2
[INFO] [stderr]   Downloaded libsqlite3-sys v0.34.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 698f691e3cfbea386e95bf840d82369787751182cf1e955ea43f8ccc66adf1f6
[INFO] running `Command { std: "docker" "start" "-a" "698f691e3cfbea386e95bf840d82369787751182cf1e955ea43f8ccc66adf1f6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "698f691e3cfbea386e95bf840d82369787751182cf1e955ea43f8ccc66adf1f6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "698f691e3cfbea386e95bf840d82369787751182cf1e955ea43f8ccc66adf1f6", kill_on_drop: false }`
[INFO] [stdout] 698f691e3cfbea386e95bf840d82369787751182cf1e955ea43f8ccc66adf1f6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 456d9d27d45bfc3f6f6c0502d371c6b6dded1c80bd6eb3a7d10c769c111b7dc1
[INFO] running `Command { std: "docker" "start" "-a" "456d9d27d45bfc3f6f6c0502d371c6b6dded1c80bd6eb3a7d10c769c111b7dc1", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]    Compiling cfg-if v1.0.1
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling portable-atomic v1.11.1
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling zerocopy v0.8.26
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling crunchy v0.2.4
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling convert_case v0.7.1
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling anyhow v1.0.98
[INFO] [stderr]    Compiling gimli v0.31.1
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling smartstring v1.0.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling unicode-width v0.2.1
[INFO] [stderr]    Compiling linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling tap v1.0.1
[INFO] [stderr]    Compiling rustc-demangle v0.1.25
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling litrs v0.4.1
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling signal-hook-registry v1.4.5
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling wyz v0.5.1
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling const-random v0.1.18
[INFO] [stderr]    Compiling document-features v0.2.11
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling signal-hook-mio v0.2.4
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling funty v2.0.0
[INFO] [stderr]    Compiling thin-vec v0.2.14
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling comfy-table v7.1.4
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling addr2line v0.24.2
[INFO] [stderr]    Compiling convert_case v0.8.0
[INFO] [stderr]    Compiling scoped-tls v1.0.1
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]    Compiling anstyle v1.0.11
[INFO] [stderr]    Compiling anstyle-query v1.1.3
[INFO] [stderr]    Compiling geom v0.1.0 (/opt/rustwide/workdir/crates/geom)
[INFO] [stderr]    Compiling bitvec v1.0.1
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling smawk v0.3.2
[INFO] [stderr]    Compiling unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling anstream v0.6.19
[INFO] [stderr]    Compiling tracing-subscriber v0.3.19
[INFO] [stderr]    Compiling pad v0.1.6
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling clap_lex v0.7.5
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling textwrap v0.16.2
[INFO] [stderr]    Compiling hashbrown v0.15.4
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling fallible-streaming-iterator v0.1.9
[INFO] [stderr]    Compiling fallible-iterator v0.3.0
[INFO] [stderr]    Compiling clap_builder v4.5.40
[INFO] [stderr]    Compiling libsqlite3-sys v0.34.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling rand v0.9.1
[INFO] [stderr]    Compiling rusqlite v0.36.0
[INFO] [stderr]    Compiling backtrace v0.3.75
[INFO] [stderr]    Compiling color-backtrace v0.7.0
[INFO] [stderr]    Compiling structmeta-derive v0.3.0
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling rhai_codegen v2.2.0
[INFO] [stderr]    Compiling clap_derive v4.5.40
[INFO] [stderr]    Compiling derive_more v2.0.1
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling structmeta v0.3.0
[INFO] [stderr]    Compiling canopy-derive v0.1.0 (/opt/rustwide/workdir/crates/canopy-derive)
[INFO] [stderr]    Compiling rhai v1.22.2
[INFO] [stderr]    Compiling clap v4.5.40
[INFO] [stderr]    Compiling canopy-core v0.0.1 (/opt/rustwide/workdir/crates/canopy-core)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/canopy-core/src/tutils/harness.rs:124:17
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn tbuf(&self) -> BufTest {
[INFO] [stdout]     |                 ^^^^^     ------- the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn tbuf(&self) -> BufTest<'_> {
[INFO] [stdout]     |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling canopy-widgets v0.0.1 (/opt/rustwide/workdir/crates/canopy-widgets)
[INFO] [stderr]    Compiling canopy v0.0.1 (/opt/rustwide/workdir/crates/canopy)
[INFO] [stderr]    Compiling todo v0.1.0 (/opt/rustwide/workdir/examples/todo)
[INFO] [stderr]    Compiling canopy-examples v0.1.0 (/opt/rustwide/workdir/crates/examples)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.56s
[INFO] running `Command { std: "docker" "inspect" "456d9d27d45bfc3f6f6c0502d371c6b6dded1c80bd6eb3a7d10c769c111b7dc1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "456d9d27d45bfc3f6f6c0502d371c6b6dded1c80bd6eb3a7d10c769c111b7dc1", kill_on_drop: false }`
[INFO] [stdout] 456d9d27d45bfc3f6f6c0502d371c6b6dded1c80bd6eb3a7d10c769c111b7dc1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d1d186ca35de6c718ed7e0510b9457503cfd0d238468d6248c0f0ca54124ef35
[INFO] running `Command { std: "docker" "start" "-a" "d1d186ca35de6c718ed7e0510b9457503cfd0d238468d6248c0f0ca54124ef35", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling half v2.6.0
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling geom v0.1.0 (/opt/rustwide/workdir/crates/geom)
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling pretty_assertions v1.4.1
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling const-random v0.1.18
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling litrs v0.4.1
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling document-features v0.2.11
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling structmeta-derive v0.3.0
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling rhai_codegen v2.2.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling clap_derive v4.5.40
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling derive_more v2.0.1
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling rhai v1.22.2
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling structmeta v0.3.0
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling canopy-derive v0.1.0 (/opt/rustwide/workdir/crates/canopy-derive)
[INFO] [stderr]    Compiling clap v4.5.40
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion v0.6.0
[INFO] [stderr]    Compiling canopy-core v0.0.1 (/opt/rustwide/workdir/crates/canopy-core)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/canopy-core/src/tutils/harness.rs:124:17
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn tbuf(&self) -> BufTest {
[INFO] [stdout]     |                 ^^^^^     ------- the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn tbuf(&self) -> BufTest<'_> {
[INFO] [stdout]     |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling canopy-widgets v0.0.1 (/opt/rustwide/workdir/crates/canopy-widgets)
[INFO] [stderr]    Compiling canopy v0.0.1 (/opt/rustwide/workdir/crates/canopy)
[INFO] [stderr]    Compiling canopy-examples v0.1.0 (/opt/rustwide/workdir/crates/examples)
[INFO] [stderr]    Compiling todo v0.1.0 (/opt/rustwide/workdir/examples/todo)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/canopy-core/src/tutils/harness.rs:124:17
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn tbuf(&self) -> BufTest {
[INFO] [stdout]     |                 ^^^^^     ------- the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn tbuf(&self) -> BufTest<'_> {
[INFO] [stdout]     |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `canopy-core` (lib test); 1 warning emitted
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.90.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name canopy_core --edition=2024 crates/canopy-core/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=da5dadcaa19d0c9b -C extra-filename=-92459ec9424529ab --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitvec=/opt/rustwide/target/debug/deps/libbitvec-8563d6e35b90002a.rlib --extern canopy_derive=/opt/rustwide/target/debug/deps/libcanopy_derive-4c2b88e05ee9f5b1.so --extern color_backtrace=/opt/rustwide/target/debug/deps/libcolor_backtrace-548c5c5bf451166a.rlib --extern comfy_table=/opt/rustwide/target/debug/deps/libcomfy_table-3bb380dc9eb231e3.rlib --extern convert_case=/opt/rustwide/target/debug/deps/libconvert_case-85730d1f22baeb89.rlib --extern crossterm=/opt/rustwide/target/debug/deps/libcrossterm-76ffb8c6b029f1b0.rlib --extern geom=/opt/rustwide/target/debug/deps/libgeom-94d466c3caee6192.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-dee580776a50e225.rlib --extern rhai=/opt/rustwide/target/debug/deps/librhai-64fe72865885cad8.rlib --extern scoped_tls=/opt/rustwide/target/debug/deps/libscoped_tls-656bfe00621ef515.rlib --extern scopeguard=/opt/rustwide/target/debug/deps/libscopeguard-0c32c3b65921654f.rlib --extern termcolor=/opt/rustwide/target/debug/deps/libtermcolor-8f179e788fdc4b43.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-73e2b3f26c35f844.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-e8f0ea0dd5ff09f1.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "d1d186ca35de6c718ed7e0510b9457503cfd0d238468d6248c0f0ca54124ef35", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d1d186ca35de6c718ed7e0510b9457503cfd0d238468d6248c0f0ca54124ef35", kill_on_drop: false }`
[INFO] [stdout] d1d186ca35de6c718ed7e0510b9457503cfd0d238468d6248c0f0ca54124ef35
