[INFO] cloning repository https://github.com/WalrusQuant/launchpad-agent [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/WalrusQuant/launchpad-agent" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWalrusQuant%2Flaunchpad-agent", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWalrusQuant%2Flaunchpad-agent'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e42838f9bcdd8389157bc2364f6c62f2dc2a6bb5 [INFO] testing WalrusQuant/launchpad-agent against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWalrusQuant%2Flaunchpad-agent" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/WalrusQuant/launchpad-agent [INFO] finished tweaking git repo https://github.com/WalrusQuant/launchpad-agent [INFO] tweaked toml for git repo https://github.com/WalrusQuant/launchpad-agent written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/WalrusQuant/launchpad-agent on toolchain 33835004928d3bf65db4d4712e1330766263b0bd [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/WalrusQuant/launchpad-agent 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" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 74b21e5291f64372afbc6b05d564b27e4891eccc6e7e861547bafdc6d39a53bf [INFO] running `Command { std: "docker" "start" "-a" "74b21e5291f64372afbc6b05d564b27e4891eccc6e7e861547bafdc6d39a53bf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "74b21e5291f64372afbc6b05d564b27e4891eccc6e7e861547bafdc6d39a53bf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "74b21e5291f64372afbc6b05d564b27e4891eccc6e7e861547bafdc6d39a53bf", kill_on_drop: false }` [INFO] [stdout] 74b21e5291f64372afbc6b05d564b27e4891eccc6e7e861547bafdc6d39a53bf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7e5b42a7f41d995bc69c6d60df93f58e190612d878491b8b60ea3417462d307d [INFO] running `Command { std: "docker" "start" "-a" "7e5b42a7f41d995bc69c6d60df93f58e190612d878491b8b60ea3417462d307d", kill_on_drop: false }` [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Compiling mio v1.2.0 [INFO] [stderr] Compiling futures-channel v0.3.32 [INFO] [stderr] Compiling openssl-sys v0.9.113 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling regex-syntax v0.8.10 [INFO] [stderr] Compiling openssl v0.10.77 [INFO] [stderr] Compiling try-lock v0.2.5 [INFO] [stderr] Compiling native-tls v0.2.18 [INFO] [stderr] Compiling tower-service v0.3.3 [INFO] [stderr] Compiling aho-corasick v1.1.4 [INFO] [stderr] Compiling iana-time-zone v0.1.65 [INFO] [stderr] Compiling uuid v1.23.1 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling form_urlencoded v1.2.2 [INFO] [stderr] Compiling smol_str v0.3.6 [INFO] [stderr] Compiling sync_wrapper v1.0.2 [INFO] [stderr] Compiling tower-layer v0.3.3 [INFO] [stderr] Compiling ipnet v2.12.0 [INFO] [stderr] Compiling http-body-util v0.1.3 [INFO] [stderr] Compiling iri-string v0.7.12 [INFO] [stderr] Compiling time v0.3.47 [INFO] [stderr] Compiling nix v0.28.0 [INFO] [stderr] Compiling encoding_rs v0.8.35 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling rustix v1.1.4 [INFO] [stderr] Compiling strum v0.27.2 [INFO] [stderr] Compiling eventsource-stream v0.2.3 [INFO] [stderr] Compiling linux-raw-sys v0.12.1 [INFO] [stderr] Compiling futures-timer v3.0.3 [INFO] [stderr] Compiling serial2 v0.2.36 [INFO] [stderr] Compiling onig_sys v69.9.1 [INFO] [stderr] Compiling shell-words v1.1.1 [INFO] [stderr] Compiling toml_write v0.1.2 [INFO] [stderr] Compiling signal-hook v0.3.18 [INFO] [stderr] Compiling winnow v0.7.15 [INFO] [stderr] Compiling crossbeam-channel v0.5.15 [INFO] [stderr] Compiling glob v0.3.3 [INFO] [stderr] Compiling symlink v0.1.0 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling unicode-width v0.2.0 [INFO] [stderr] Compiling simd-adler32 v0.3.9 [INFO] [stderr] Compiling miniz_oxide v0.8.9 [INFO] [stderr] Compiling quick-xml v0.38.4 [INFO] [stderr] Compiling linked-hash-map v0.5.6 [INFO] [stderr] Compiling foldhash v0.1.5 [INFO] [stderr] Compiling instability v0.3.12 [INFO] [stderr] Compiling linux-raw-sys v0.4.15 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling hashbrown v0.15.5 [INFO] [stderr] Compiling signal-hook-mio v0.2.5 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling regex-automata v0.4.14 [INFO] [stderr] Compiling tempfile v3.27.0 [INFO] [stderr] Compiling flate2 v1.1.9 [INFO] [stderr] Compiling castaway v0.2.4 [INFO] [stderr] Compiling unicode-width v0.1.14 [INFO] [stderr] Compiling indoc v2.0.7 [INFO] [stderr] Compiling pulldown-cmark v0.13.3 [INFO] [stderr] Compiling compact_str v0.8.1 [INFO] [stderr] Compiling lru v0.12.5 [INFO] [stderr] Compiling getopts v0.2.24 [INFO] [stderr] Compiling smawk v0.3.2 [INFO] [stderr] Compiling unicase v2.9.0 [INFO] [stderr] Compiling unicode-linebreak v0.1.5 [INFO] [stderr] Compiling pulldown-cmark-escape v0.11.0 [INFO] [stderr] Compiling cassowary v0.3.0 [INFO] [stderr] Compiling colored v2.2.0 [INFO] [stderr] Compiling textwrap v0.16.2 [INFO] [stderr] Compiling crossterm v0.28.1 [INFO] [stderr] Compiling unicode-truncate v1.1.0 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling serde_derive_internals v0.29.1 [INFO] [stderr] Compiling darling_core v0.23.0 [INFO] [stderr] Compiling onig v6.5.1 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling tokio-macros v2.7.0 [INFO] [stderr] Compiling zerovec-derive v0.11.3 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Compiling futures-macro v0.3.32 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling zerofrom-derive v0.1.7 [INFO] [stderr] Compiling yoke-derive v0.8.2 [INFO] [stderr] Compiling tokio v1.52.1 [INFO] [stderr] Compiling strum_macros v0.28.0 [INFO] [stderr] Compiling futures-util v0.3.32 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Compiling schemars_derive v0.8.22 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling filedescriptor v0.8.3 [INFO] [stderr] Compiling async-stream v0.3.6 [INFO] [stderr] Compiling thiserror v2.0.18 [INFO] [stderr] Compiling regex v1.12.3 [INFO] [stderr] Compiling clap_derive v4.6.1 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling tungstenite v0.28.0 [INFO] [stderr] Compiling portable-pty v0.9.0 [INFO] [stderr] Compiling zerofrom v0.1.7 [INFO] [stderr] Compiling yoke v0.8.2 [INFO] [stderr] Compiling zerovec v0.11.6 [INFO] [stderr] Compiling zerotrie v0.2.4 [INFO] [stderr] Compiling tinystr v0.8.3 [INFO] [stderr] Compiling potential_utf v0.1.5 [INFO] [stderr] Compiling icu_collections v2.2.0 [INFO] [stderr] Compiling icu_locale_core v2.2.0 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling darling_macro v0.23.0 [INFO] [stderr] Compiling strum v0.26.3 [INFO] [stderr] Compiling clap v4.6.1 [INFO] [stderr] Compiling futures-executor v0.3.32 [INFO] [stderr] Compiling futures v0.3.32 [INFO] [stderr] Compiling darling v0.23.0 [INFO] [stderr] Compiling chrono v0.4.44 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling schemars v0.8.22 [INFO] [stderr] Compiling toml_datetime v0.6.11 [INFO] [stderr] Compiling tracing-serde v0.2.0 [INFO] [stderr] Compiling serde_spanned v0.6.9 [INFO] [stderr] Compiling lpa-safety v0.1.0 (/opt/rustwide/workdir/crates/safety) [INFO] [stderr] Compiling lpa-utils v0.1.0 (/opt/rustwide/workdir/crates/utils) [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling plist v1.8.0 [INFO] [stderr] Compiling icu_provider v2.2.0 [INFO] [stderr] Compiling ratatui v0.29.0 [INFO] [stderr] Compiling tracing-subscriber v0.3.23 [INFO] [stderr] Compiling toml_edit v0.22.27 [INFO] [stderr] Compiling icu_properties v2.2.0 [INFO] [stderr] Compiling icu_normalizer v2.2.0 [INFO] [stderr] Compiling tokio-util v0.7.18 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling tower v0.5.3 [INFO] [stderr] Compiling tokio-stream v0.1.18 [INFO] [stderr] Compiling tokio-tungstenite v0.28.0 [INFO] [stderr] Compiling syntect v5.3.0 [INFO] [stderr] Compiling h2 v0.4.13 [INFO] [stderr] Compiling tower-http v0.6.8 [INFO] [stderr] Compiling tracing-appender v0.2.5 [INFO] [stderr] Compiling lpa-protocol v0.1.0 (/opt/rustwide/workdir/crates/protocol) [INFO] [stderr] Compiling lpa-mcp v0.1.0 (/opt/rustwide/workdir/crates/mcp) [INFO] [stderr] Compiling lpa-tasks v0.1.0 (/opt/rustwide/workdir/crates/tasks) [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling url v2.5.8 [INFO] [stderr] Compiling toml v0.8.23 [INFO] [stderr] Compiling two-face v0.5.1 [INFO] [stderr] Compiling hyper v1.9.0 [INFO] [stderr] Compiling lpa-client v0.1.0 (/opt/rustwide/workdir/crates/client) [INFO] [stderr] Compiling hyper-util v0.1.20 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling reqwest v0.12.28 [INFO] [stderr] Compiling reqwest-eventsource v0.6.0 [INFO] [stderr] Compiling lpa-provider v0.1.0 (/opt/rustwide/workdir/crates/provider) [INFO] [stderr] Compiling lpa-tools v0.1.0 (/opt/rustwide/workdir/crates/tools) [INFO] [stderr] Compiling lpa-core v0.1.0 (/opt/rustwide/workdir/crates/core) [INFO] [stderr] Compiling lpa-server v0.1.0 (/opt/rustwide/workdir/crates/server) [INFO] [stderr] Compiling lpa-tui v0.1.0 (/opt/rustwide/workdir/crates/tui) [INFO] [stderr] Compiling lpa-cli v0.1.0 (/opt/rustwide/workdir/crates/cli) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 59s [INFO] running `Command { std: "docker" "inspect" "7e5b42a7f41d995bc69c6d60df93f58e190612d878491b8b60ea3417462d307d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7e5b42a7f41d995bc69c6d60df93f58e190612d878491b8b60ea3417462d307d", kill_on_drop: false }` [INFO] [stdout] 7e5b42a7f41d995bc69c6d60df93f58e190612d878491b8b60ea3417462d307d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f6abee72a360067f68339c4628cea9a42a23320efc756d47d0db653ea6e4f3b3 [INFO] running `Command { std: "docker" "start" "-a" "f6abee72a360067f68339c4628cea9a42a23320efc756d47d0db653ea6e4f3b3", kill_on_drop: false }` [INFO] [stderr] Compiling tokio v1.52.1 [INFO] [stderr] Compiling yansi v1.0.1 [INFO] [stderr] Compiling diff v0.1.13 [INFO] [stderr] Compiling lpa-utils v0.1.0 (/opt/rustwide/workdir/crates/utils) [INFO] [stderr] Compiling pretty_assertions v1.4.1 [INFO] [stderr] Compiling lpa-protocol v0.1.0 (/opt/rustwide/workdir/crates/protocol) [INFO] [stderr] Compiling tokio-util v0.7.18 [INFO] [stderr] Compiling tower v0.5.3 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling tokio-stream v0.1.18 [INFO] [stderr] Compiling lpa-client v0.1.0 (/opt/rustwide/workdir/crates/client) [INFO] [stderr] Compiling tokio-tungstenite v0.28.0 [INFO] [stderr] Compiling lpa-tasks v0.1.0 (/opt/rustwide/workdir/crates/tasks) [INFO] [stderr] Compiling h2 v0.4.13 [INFO] [stderr] Compiling lpa-mcp v0.1.0 (/opt/rustwide/workdir/crates/mcp) [INFO] [stderr] Compiling tower-http v0.6.8 [INFO] [stderr] Compiling lpa-safety v0.1.0 (/opt/rustwide/workdir/crates/safety) [INFO] [stderr] Compiling hyper v1.9.0 [INFO] [stderr] Compiling hyper-util v0.1.20 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling reqwest v0.12.28 [INFO] [stderr] Compiling reqwest-eventsource v0.6.0 [INFO] [stderr] Compiling lpa-provider v0.1.0 (/opt/rustwide/workdir/crates/provider) [INFO] [stderr] Compiling lpa-tools v0.1.0 (/opt/rustwide/workdir/crates/tools) [INFO] [stderr] Compiling lpa-core v0.1.0 (/opt/rustwide/workdir/crates/core) [INFO] [stderr] Compiling lpa-server v0.1.0 (/opt/rustwide/workdir/crates/server) [INFO] [stderr] Compiling lpa-tui v0.1.0 (/opt/rustwide/workdir/crates/tui) [INFO] [stderr] error: could not compile `lpa-server` (lib test) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/33835004928d3bf65db4d4712e1330766263b0bd/bin/rustc --crate-name lpa_server --edition=2024 crates/server/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=b3073db8613193ea -C extra-filename=-ad39b6caf61e221f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-bb5f243237f5f99b.rlib --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-825ea678cfada989.so --extern chrono=/opt/rustwide/target/debug/deps/libchrono-fce5e51a7b8646a6.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-69ebe4505ea94354.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-d26fd7aef9817031.rlib --extern lpa_client=/opt/rustwide/target/debug/deps/liblpa_client-fad0c724253d3ee5.rlib --extern lpa_core=/opt/rustwide/target/debug/deps/liblpa_core-c5dcb6905633976f.rlib --extern lpa_mcp=/opt/rustwide/target/debug/deps/liblpa_mcp-5195d46fad560046.rlib --extern lpa_protocol=/opt/rustwide/target/debug/deps/liblpa_protocol-b433ed91792d804b.rlib --extern lpa_provider=/opt/rustwide/target/debug/deps/liblpa_provider-ded49dda5e9e73b0.rlib --extern lpa_safety=/opt/rustwide/target/debug/deps/liblpa_safety-64822f8f91d136a0.rlib --extern lpa_tools=/opt/rustwide/target/debug/deps/liblpa_tools-f8e80bd561387734.rlib --extern lpa_utils=/opt/rustwide/target/debug/deps/liblpa_utils-fe819c71a355136e.rlib --extern pretty_assertions=/opt/rustwide/target/debug/deps/libpretty_assertions-f5fb04012bf5df2d.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-6c0b690ae8bc04ee.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-3cf9b178911961b9.rlib --extern smol_str=/opt/rustwide/target/debug/deps/libsmol_str-6811d64148a88ff9.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-61a64a600c81cd73.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-b705a45025fdf89b.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-50f255f70608fc0a.rlib --extern tokio_tungstenite=/opt/rustwide/target/debug/deps/libtokio_tungstenite-61ac449b1b85f2fa.rlib --extern toml=/opt/rustwide/target/debug/deps/libtoml-46585471a1d042f0.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-cdd04d661b1e46d2.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-6ffc9d9eebfda7ff.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `lpa-tui` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/33835004928d3bf65db4d4712e1330766263b0bd/bin/rustc --crate-name lpa_tui --edition=2024 crates/tui/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8bef7fefcd226ed6 -C extra-filename=-0cf648b295f86e8d --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-bb5f243237f5f99b.rmeta --extern crossterm=/opt/rustwide/target/debug/deps/libcrossterm-13f7ae5145950483.rmeta --extern dirs=/opt/rustwide/target/debug/deps/libdirs-b27f0dce6fd6e7d2.rmeta --extern futures=/opt/rustwide/target/debug/deps/libfutures-d26fd7aef9817031.rmeta --extern lpa_core=/opt/rustwide/target/debug/deps/liblpa_core-c5dcb6905633976f.rmeta --extern lpa_protocol=/opt/rustwide/target/debug/deps/liblpa_protocol-b433ed91792d804b.rmeta --extern lpa_provider=/opt/rustwide/target/debug/deps/liblpa_provider-ded49dda5e9e73b0.rmeta --extern lpa_server=/opt/rustwide/target/debug/deps/liblpa_server-1d9528a2a991bb43.rmeta --extern lpa_utils=/opt/rustwide/target/debug/deps/liblpa_utils-fe819c71a355136e.rmeta --extern pulldown_cmark=/opt/rustwide/target/debug/deps/libpulldown_cmark-262853ac40c9088a.rmeta --extern ratatui=/opt/rustwide/target/debug/deps/libratatui-a176f2cb8f68e5e3.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-021e519fc88cd809.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-3cf9b178911961b9.rmeta --extern smol_str=/opt/rustwide/target/debug/deps/libsmol_str-6811d64148a88ff9.rmeta --extern syntect=/opt/rustwide/target/debug/deps/libsyntect-3c8f2f1684e7a375.rmeta --extern textwrap=/opt/rustwide/target/debug/deps/libtextwrap-7b72ac39680bb1b9.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-50f255f70608fc0a.rmeta --extern tokio_stream=/opt/rustwide/target/debug/deps/libtokio_stream-a0944ff753456601.rmeta --extern toml=/opt/rustwide/target/debug/deps/libtoml-46585471a1d042f0.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-cdd04d661b1e46d2.rmeta --extern two_face=/opt/rustwide/target/debug/deps/libtwo_face-a9a13c5c72105011.rmeta --extern unicode_width=/opt/rustwide/target/debug/deps/libunicode_width-bc270aad86d5ab5d.rmeta --extern url=/opt/rustwide/target/debug/deps/liburl-b7c250580fdc85f9.rmeta --extern urlencoding=/opt/rustwide/target/debug/deps/liburlencoding-261db3bc6355947a.rmeta --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/onig_sys-7fae5471adbf5e87/out` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "f6abee72a360067f68339c4628cea9a42a23320efc756d47d0db653ea6e4f3b3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f6abee72a360067f68339c4628cea9a42a23320efc756d47d0db653ea6e4f3b3", kill_on_drop: false }` [INFO] [stdout] f6abee72a360067f68339c4628cea9a42a23320efc756d47d0db653ea6e4f3b3