[INFO] cloning repository https://github.com/roushou/mesh [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/roushou/mesh" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Froushou%2Fmesh", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Froushou%2Fmesh'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 45e198943a3b982b562951381cf0c25b4138e3a0 [INFO] testing roushou/mesh against 1.84.0 for beta-1.85-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Froushou%2Fmesh" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/roushou/mesh on toolchain 1.84.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.84.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/roushou/mesh [INFO] finished tweaking git repo https://github.com/roushou/mesh [INFO] tweaked toml for git repo https://github.com/roushou/mesh written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/roushou/mesh 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.84.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rustls-pki-types v1.8.0 [INFO] [stderr] Downloaded cc v1.1.16 [INFO] [stderr] Downloaded security-framework-sys v2.11.1 [INFO] [stderr] Downloaded hyper-util v0.1.7 [INFO] [stderr] Downloaded serde v1.0.209 [INFO] [stderr] Downloaded serde_derive v1.0.209 [INFO] [stderr] Downloaded rustls-webpki v0.102.7 [INFO] [stderr] Downloaded rustls v0.23.12 [INFO] [stderr] Downloaded rustix v0.38.35 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+1.84.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 83ac0547260565d9591fbffcbb644445bb2056464866472898535d367712a9f8 [INFO] running `Command { std: "docker" "start" "-a" "83ac0547260565d9591fbffcbb644445bb2056464866472898535d367712a9f8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "83ac0547260565d9591fbffcbb644445bb2056464866472898535d367712a9f8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "83ac0547260565d9591fbffcbb644445bb2056464866472898535d367712a9f8", kill_on_drop: false }` [INFO] [stdout] 83ac0547260565d9591fbffcbb644445bb2056464866472898535d367712a9f8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+1.84.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 77ae2fb70b8c88f090fb15dafd2d384100f3e9bba2f14c4451ab6f9ca683a0be [INFO] running `Command { std: "docker" "start" "-a" "77ae2fb70b8c88f090fb15dafd2d384100f3e9bba2f14c4451ab6f9ca683a0be", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling libc v0.2.158 [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Compiling bytes v1.7.1 [INFO] [stderr] Compiling pin-project-lite v0.2.14 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling futures-core v0.3.30 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling itoa v1.0.11 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling pkg-config v0.3.30 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling futures-task v0.3.30 [INFO] [stderr] Compiling openssl v0.10.66 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling futures-sink v0.3.30 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling httparse v1.9.4 [INFO] [stderr] Compiling cc v1.1.16 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling try-lock v0.2.5 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling native-tls v0.2.12 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling atomic-waker v1.1.2 [INFO] [stderr] Compiling serde v1.0.209 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling tinyvec v1.8.0 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling tower-service v0.3.3 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling tower-layer v0.3.3 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling http v1.1.0 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling serde_json v1.0.128 [INFO] [stderr] Compiling unicode-bidi v0.3.15 [INFO] [stderr] Compiling ryu v1.0.18 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling thiserror v1.0.63 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling rustls-pki-types v1.8.0 [INFO] [stderr] Compiling sync_wrapper v1.0.1 [INFO] [stderr] Compiling indexmap v2.5.0 [INFO] [stderr] Compiling encoding_rs v0.8.34 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling ipnet v2.9.0 [INFO] [stderr] Compiling rustls-pemfile v2.1.3 [INFO] [stderr] Compiling unicode-normalization v0.1.23 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling syn v2.0.77 [INFO] [stderr] Compiling socket2 v0.5.7 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling signal-hook-registry v1.4.2 [INFO] [stderr] Compiling mio v1.0.2 [INFO] [stderr] Compiling openssl-sys v0.9.103 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling url v2.5.2 [INFO] [stderr] Compiling tokio-macros v2.4.0 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling pin-project-internal v1.1.5 [INFO] [stderr] Compiling serde_derive v1.0.209 [INFO] [stderr] Compiling thiserror-impl v1.0.63 [INFO] [stderr] Compiling tokio v1.40.0 [INFO] [stderr] Compiling pin-project v1.1.5 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling http-body-util v0.1.2 [INFO] [stderr] Compiling tokio-util v0.7.12 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling h2 v0.4.6 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling hyper v1.4.1 [INFO] [stderr] Compiling hyper-util v0.1.7 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling reqwest v0.12.7 [INFO] [stderr] Compiling anthropic-rs v0.1.7 (/opt/rustwide/workdir/anthropic) [INFO] [stderr] Compiling opai v0.3.2 (/opt/rustwide/workdir/openai) [INFO] [stderr] Compiling replic v0.1.3 (/opt/rustwide/workdir/replicate) [INFO] [stderr] Compiling perplexity v0.1.1 (/opt/rustwide/workdir/perplexity) [INFO] [stderr] Compiling gruq v0.1.1 (/opt/rustwide/workdir/groq) [INFO] [stderr] Compiling perplexity-chat v0.1.0 (/opt/rustwide/workdir/examples/perplexity-chat) [INFO] [stderr] Compiling groq-chat v0.1.0 (/opt/rustwide/workdir/examples/groq-chat) [INFO] [stderr] Compiling anthropic-stream v0.1.0 (/opt/rustwide/workdir/examples/anthropic-stream) [INFO] [stderr] Compiling openai-chat v0.1.0 (/opt/rustwide/workdir/examples/openai-chat) [INFO] [stderr] Compiling anthropic-basic v0.1.0 (/opt/rustwide/workdir/examples/anthropic-basic) [INFO] [stderr] Compiling mesh v0.5.2 (/opt/rustwide/workdir/mesh) [INFO] [stderr] Compiling replicate-basic v0.1.0 (/opt/rustwide/workdir/examples/replicate-basic) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-m64" "/tmp/rustcmql1EH/symbols.o" "/opt/rustwide/target/debug/deps/anthropic_stream-baa01b878994077b.anthropic_stream.49c1525804d2782a-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/anthropic_stream-baa01b878994077b.anthropic_stream.49c1525804d2782a-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/anthropic_stream-baa01b878994077b.anthropic_stream.49c1525804d2782a-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/anthropic_stream-baa01b878994077b.anthropic_stream.49c1525804d2782a-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/anthropic_stream-baa01b878994077b.anthropic_stream.49c1525804d2782a-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/anthropic_stream-baa01b878994077b.4yuct16c53m1jciit7opz46pw.rcgu.o" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libanthropic_rs-5bd1e3360591ddc1.rlib" "/opt/rustwide/target/debug/deps/libthiserror-fd0560e7cf2d8eda.rlib" "/opt/rustwide/target/debug/deps/libreqwest-495d2ebe3e4cdff6.rlib" "/opt/rustwide/target/debug/deps/librustls_pemfile-2ce0a906201fca46.rlib" "/opt/rustwide/target/debug/deps/librustls_pki_types-96535a4284a60d31.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-1ee9eb179069fdb2.rlib" "/opt/rustwide/target/debug/deps/libsync_wrapper-6d5dfe94482f7804.rlib" "/opt/rustwide/target/debug/deps/libbase64-249861bf3b8f68fd.rlib" "/opt/rustwide/target/debug/deps/libipnet-dc255bfaeb0fdfa3.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-69d3805fa46c75f6.rlib" "/opt/rustwide/target/debug/deps/libtokio_native_tls-bafb5d15a9f79f8f.rlib" "/opt/rustwide/target/debug/deps/libmime-df7c523715fc175c.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-d02ccbf10fe5bb46.rlib" "/opt/rustwide/target/debug/deps/libserde_json-6274ff30a72bf56d.rlib" "/opt/rustwide/target/debug/deps/libmemchr-5c1cc8809cb8e441.rlib" "/opt/rustwide/target/debug/deps/libryu-3638cb1c4def6320.rlib" "/opt/rustwide/target/debug/deps/libserde-f883d45170baf4e3.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-61302abf1d03f2b3.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-5083c9cb19a9c5f7.rlib" "/opt/rustwide/target/debug/deps/libopenssl-ebc91d11b2b5c322.rlib" "/opt/rustwide/target/debug/deps/libbitflags-9cf7c22bd660951b.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-796946f38217d6d0.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-d1c11edb6ae5485c.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-7dc35b046b255ee0.rlib" "/opt/rustwide/target/debug/deps/libhyper_util-aced93af516bc5a2.rlib" "/opt/rustwide/target/debug/deps/libtower-e31fe92400ce6621.rlib" "/opt/rustwide/target/debug/deps/libpin_project-eae366fbae616774.rlib" "/opt/rustwide/target/debug/deps/libtower_layer-db2f8dfd22f13fc7.rlib" "/opt/rustwide/target/debug/deps/libtower_service-89a47c39d08c30c0.rlib" "/opt/rustwide/target/debug/deps/libhyper-aed3c3593155bf6e.rlib" "/opt/rustwide/target/debug/deps/libwant-7f3724d47afc960a.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-a3819e581e1bd9e4.rlib" "/opt/rustwide/target/debug/deps/libhttparse-8a57ff1aaf4f8d3b.rlib" "/opt/rustwide/target/debug/deps/libh2-ffc4e8042a063329.rlib" "/opt/rustwide/target/debug/deps/libtracing-a5a46bf9231b5564.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-d4498fe8118d44e1.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-9cdd93fd5f7b8bc5.rlib" "/opt/rustwide/target/debug/deps/libindexmap-3ee8f2b9cd4dc402.rlib" "/opt/rustwide/target/debug/deps/libequivalent-a7d8883337d212bc.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-f1105031333990f5.rlib" "/opt/rustwide/target/debug/deps/libatomic_waker-934fa51e1342d946.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-e7e059338e859adf.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-1eab30267d6bf6f6.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-81f09bb69cfc04bc.rlib" "/opt/rustwide/target/debug/deps/libtokio-4982db588e9c7817.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-2cda91eb5021b82f.rlib" "/opt/rustwide/target/debug/deps/libsocket2-c7238608c4c4ec02.rlib" "/opt/rustwide/target/debug/deps/libmio-a62e9dd0d7a2c8f7.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-5d125bf5f686fabb.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-0f9e11ef8789d7c0.rlib" "/opt/rustwide/target/debug/deps/liblibc-c17d233e46b8d29c.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-1caf228b3233c4a9.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-6289fac1a47cd4b2.rlib" "/opt/rustwide/target/debug/deps/liblock_api-53ce7a78ed61f5b8.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-6ef86402e8b2b7f4.rlib" "/opt/rustwide/target/debug/deps/libhttp_body_util-b241c3feb1a2e4e6.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-c69962bc12aa2dbf.rlib" "/opt/rustwide/target/debug/deps/liblog-e38f11b895eb39e7.rlib" "/opt/rustwide/target/debug/deps/liburl-dc98f971f2d1a9f5.rlib" "/opt/rustwide/target/debug/deps/libidna-e41362381119e2ce.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-000efdfd72de25eb.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-56227ff32bd70d47.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-ec82751cd84b1476.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-31ac18ee4d5d2c1e.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-35d60b55af7f625a.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-86d29f10e1255a90.rlib" "/opt/rustwide/target/debug/deps/libhttp-3d38f105bc037df3.rlib" "/opt/rustwide/target/debug/deps/libitoa-c3ac731dca23932f.rlib" "/opt/rustwide/target/debug/deps/libbytes-9dcf20b325de0909.rlib" "/opt/rustwide/target/debug/deps/libfnv-dfe83f35af277293.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-dd4771e45ae43453.rlib" "/opt/rustwide/target/debug/deps/libslab-1f4e9130a5ec4673.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-674bacce5f60e3bf.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-ffceb6f3d04a8c32.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-cd7995bff5c53296.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-15a4e0332fe21926.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-057643b1ee86c6e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-8e63f34add4b5f76.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8f13995dfe88b143.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-45742ba23c5ac84b.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-bea85df8985bb2f0.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-042a1cb2143833ef.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-092847c11df9843e.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-766a7f754c8a7b1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-9b015ab0e459320f.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5742b2ff1aee27a6.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-d03b432324732a0e.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-7edbe936f6124018.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-b3cefab73e1d8804.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a6ffb752c82ede63.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-c896c1f3ebd992a5.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-915fd1ebf7e3c376.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-0ca9d0e07c79bf1c.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1e6496089ac34c68.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-3d4809363f767eb8.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/anthropic_stream-baa01b878994077b" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `anthropic-stream` (bin "anthropic-stream") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "77ae2fb70b8c88f090fb15dafd2d384100f3e9bba2f14c4451ab6f9ca683a0be", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "77ae2fb70b8c88f090fb15dafd2d384100f3e9bba2f14c4451ab6f9ca683a0be", kill_on_drop: false }` [INFO] [stdout] 77ae2fb70b8c88f090fb15dafd2d384100f3e9bba2f14c4451ab6f9ca683a0be