[INFO] cloning repository https://github.com/doy/rbw [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/doy/rbw" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdoy%2Frbw", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdoy%2Frbw'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 86ef6df0561c74b867aafc2961b6b1eac42c1cb4 [INFO] testing doy/rbw against try#c066bf6804adc55193b71afdff6a56922f4a8689+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_in_2025-retry-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdoy%2Frbw" "/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/doy/rbw [INFO] finished tweaking git repo https://github.com/doy/rbw [INFO] tweaked toml for git repo https://github.com/doy/rbw written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/doy/rbw on toolchain c066bf6804adc55193b71afdff6a56922f4a8689 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c066bf6804adc55193b71afdff6a56922f4a8689" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/doy/rbw 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" "+c066bf6804adc55193b71afdff6a56922f4a8689" "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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+c066bf6804adc55193b71afdff6a56922f4a8689" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] aad312bb64cdcbe94ef60d544432613ecf37b42f5c2ee54d4b4fe8981211dfcf [INFO] running `Command { std: "docker" "start" "-a" "aad312bb64cdcbe94ef60d544432613ecf37b42f5c2ee54d4b4fe8981211dfcf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "aad312bb64cdcbe94ef60d544432613ecf37b42f5c2ee54d4b4fe8981211dfcf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aad312bb64cdcbe94ef60d544432613ecf37b42f5c2ee54d4b4fe8981211dfcf", kill_on_drop: false }` [INFO] [stdout] aad312bb64cdcbe94ef60d544432613ecf37b42f5c2ee54d4b4fe8981211dfcf [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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+c066bf6804adc55193b71afdff6a56922f4a8689" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] ad07495de165d71baa64712fc61fc5b5b30d7512315998e90aab35652bf408e3 [INFO] running `Command { std: "docker" "start" "-a" "ad07495de165d71baa64712fc61fc5b5b30d7512315998e90aab35652bf408e3", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Compiling libc v0.2.172 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling itoa v1.0.15 [INFO] [stderr] Compiling smallvec v1.15.0 [INFO] [stderr] Compiling typenum v1.18.0 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling cc v1.2.22 [INFO] [stderr] Compiling subtle v2.6.1 [INFO] [stderr] Compiling const-oid v0.9.6 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling pin-project-lite v0.2.16 [INFO] [stderr] Compiling zeroize v1.8.1 [INFO] [stderr] Compiling bytes v1.10.1 [INFO] [stderr] Compiling futures-core v0.3.31 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling bitflags v2.9.0 [INFO] [stderr] Compiling linux-raw-sys v0.4.15 [INFO] [stderr] Compiling log v0.4.27 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling futures-sink v0.3.31 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling socket2 v0.5.9 [INFO] [stderr] Compiling signal-hook-registry v1.4.5 [INFO] [stderr] Compiling mio v1.0.3 [INFO] [stderr] Compiling http v1.3.1 [INFO] [stderr] Compiling futures-io v0.3.31 [INFO] [stderr] Compiling futures-task v0.3.31 [INFO] [stderr] Compiling writeable v0.6.1 [INFO] [stderr] Compiling litemap v0.8.0 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling rustls-pki-types v1.12.0 [INFO] [stderr] Compiling libm v0.2.15 [INFO] [stderr] Compiling httparse v1.10.1 [INFO] [stderr] Compiling icu_properties_data v2.0.0 [INFO] [stderr] Compiling icu_normalizer_data v2.0.0 [INFO] [stderr] Compiling pkg-config v0.3.32 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling zerocopy v0.8.25 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling base64ct v1.7.3 [INFO] [stderr] Compiling untrusted v0.9.0 [INFO] [stderr] Compiling wayland-backend v0.3.10 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling tracing-core v0.1.33 [INFO] [stderr] Compiling rustls v0.23.27 [INFO] [stderr] Compiling wayland-sys v0.31.6 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling cpufeatures v0.2.17 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling quick-xml v0.37.5 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling utf8parse v0.2.2 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling downcast-rs v1.2.1 [INFO] [stderr] Compiling tower-service v0.3.3 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling wayland-client v0.31.10 [INFO] [stderr] Compiling try-lock v0.2.5 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling wayland-scanner v0.31.6 [INFO] [stderr] Compiling anstyle-parse v0.2.6 [INFO] [stderr] Compiling pem-rfc7468 v0.7.0 [INFO] [stderr] Compiling utf8_iter v1.0.4 [INFO] [stderr] Compiling anstyle-query v1.1.2 [INFO] [stderr] Compiling colorchoice v1.0.3 [INFO] [stderr] Compiling httpdate v1.0.3 [INFO] [stderr] Compiling anstyle v1.0.10 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling equivalent v1.0.2 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.1 [INFO] [stderr] Compiling hashbrown v0.15.3 [INFO] [stderr] Compiling anstream v0.6.18 [INFO] [stderr] Compiling der v0.7.10 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling indexmap v2.9.0 [INFO] [stderr] Compiling block-padding v0.3.3 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling sync_wrapper v1.0.2 [INFO] [stderr] Compiling ryu v1.0.20 [INFO] [stderr] Compiling rustversion v1.0.20 [INFO] [stderr] Compiling rustls-webpki v0.103.3 [INFO] [stderr] Compiling fixedbitset v0.4.2 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling tower-layer v0.3.3 [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 displaydoc v0.2.5 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling tokio v1.45.0 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling yoke v0.8.0 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling openssl-probe v0.1.6 [INFO] [stderr] Compiling zerovec v0.11.2 [INFO] [stderr] Compiling zerotrie v0.2.2 [INFO] [stderr] Compiling rustls-native-certs v0.8.1 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling wayland-protocols v0.32.8 [INFO] [stderr] Compiling tinystr v0.8.1 [INFO] [stderr] Compiling potential_utf v0.1.2 [INFO] [stderr] Compiling icu_locale_core v2.0.0 [INFO] [stderr] Compiling icu_collections v2.0.0 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling icu_provider v2.0.0 [INFO] [stderr] Compiling petgraph v0.6.5 [INFO] [stderr] Compiling icu_normalizer v2.0.0 [INFO] [stderr] Compiling icu_properties v2.0.0 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling terminal_size v0.4.1 [INFO] [stderr] Compiling idna v1.0.3 [INFO] [stderr] Compiling spki v0.7.3 [INFO] [stderr] Compiling inout v0.1.4 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling url v2.5.4 [INFO] [stderr] Compiling http-body-util v0.1.3 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling hyper v1.6.0 [INFO] [stderr] Compiling tokio-rustls v0.26.2 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling clap_lex v0.7.4 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling num-bigint-dig v0.8.4 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stderr] Compiling clap_derive v4.5.32 [INFO] [stderr] Compiling tempfile v3.15.0 [INFO] [stderr] Compiling clap_builder v4.5.38 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling num-iter v0.1.45 [INFO] [stderr] Compiling hyper-util v0.1.11 [INFO] [stderr] Compiling tree_magic_mini v3.1.6 [INFO] [stderr] Compiling cipher v0.4.4 [INFO] [stderr] Compiling pkcs8 v0.10.2 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling wayland-protocols-wlr v0.3.8 [INFO] [stderr] Compiling os_pipe v1.2.1 [INFO] [stderr] Compiling is-docker v0.2.0 [INFO] [stderr] Compiling anyhow v1.0.98 [INFO] [stderr] Compiling x11rb-protocol v0.13.1 [INFO] [stderr] Compiling utf-8 v0.7.6 [INFO] [stderr] Compiling data-encoding v2.9.0 [INFO] [stderr] Compiling rmp v0.8.14 [INFO] [stderr] Compiling clap v4.5.38 [INFO] [stderr] Compiling is-wsl v0.4.0 [INFO] [stderr] Compiling hyper-rustls v0.27.5 [INFO] [stderr] Compiling tungstenite v0.24.0 [INFO] [stderr] Compiling axum-core v0.5.2 [INFO] [stderr] Compiling env_filter v0.1.3 [INFO] [stderr] Compiling wl-clipboard-rs v0.9.1 [INFO] [stderr] Compiling serde_path_to_error v0.1.17 [INFO] [stderr] Compiling pkcs1 v0.7.5 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling sha2 v0.10.9 [INFO] [stderr] Compiling password-hash v0.5.0 [INFO] [stderr] Compiling rustls-pemfile v2.2.0 [INFO] [stderr] Compiling signature v2.2.0 [INFO] [stderr] Compiling blake2 v0.10.6 [INFO] [stderr] Compiling dirs-sys v0.4.0 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling ipnet v2.11.0 [INFO] [stderr] Compiling pathdiff v0.2.3 [INFO] [stderr] Compiling jiff v0.2.13 [INFO] [stderr] Compiling matchit v0.8.4 [INFO] [stderr] Compiling smawk v0.3.2 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling constant_time_eq v0.3.1 [INFO] [stderr] Compiling unicode-linebreak v0.1.5 [INFO] [stderr] Compiling base32 v0.5.1 [INFO] [stderr] Compiling unicode-width v0.2.0 [INFO] [stderr] Compiling totp-rs v5.7.0 [INFO] [stderr] Compiling axum v0.8.4 [INFO] [stderr] Compiling reqwest v0.12.15 [INFO] [stderr] Compiling rsa v0.9.8 [INFO] [stderr] Compiling textwrap v0.16.2 [INFO] [stderr] Compiling open v5.3.2 [INFO] [stderr] Compiling region v3.0.2 [INFO] [stderr] Compiling directories v5.0.0 [INFO] [stderr] Compiling argon2 v0.5.3 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling tokio-tungstenite v0.24.0 [INFO] [stderr] Compiling rmpv v1.3.0 [INFO] [stderr] Compiling clap_complete v4.5.50 [INFO] [stderr] Compiling cbc v0.1.2 [INFO] [stderr] Compiling aes v0.8.4 [INFO] [stderr] Compiling tokio-stream v0.1.17 [INFO] [stderr] Compiling hkdf v0.12.4 [INFO] [stderr] Compiling pbkdf2 v0.12.2 [INFO] [stderr] Compiling x11rb v0.13.1 [INFO] [stderr] Compiling serde_repr v0.1.20 [INFO] [stderr] Compiling uuid v1.12.1 [INFO] [stderr] Compiling is-terminal v0.4.16 [INFO] [stderr] Compiling daemonize v0.5.0 [INFO] [stderr] Compiling arboard v3.5.0 [INFO] [stderr] Compiling urlencoding v2.1.3 [INFO] [stderr] Compiling humantime v2.2.0 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling env_logger v0.11.8 [INFO] [stderr] Compiling rbw v1.13.2 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/rcrt1.o" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crti.o" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtbeginS.o" "/tmp/rustcWh8mPX/symbols.o" "<17 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/{libenv_logger-455f2828434ddb2f.rlib,libanstream-527927351f6d80a2.rlib,libanstyle_query-ebe1135144359f1f.rlib,libis_terminal_polyfill-67333c1fd864e7ce.rlib,libcolorchoice-aaa33b9b4c6e047f.rlib,libanstyle_parse-5c3251d51efe2012.rlib,libutf8parse-566e819dd32c0a03.rlib,libjiff-33dd5cf2de3f9fa6.rlib,libenv_filter-20ba033396daf34c.rlib,libregex-4370d97c87129017.rlib,libregex_automata-a58dc85463c62b64.rlib,libaho_corasick-c063ac496b2e1cc2.rlib,libregex_syntax-68ebd4ae9920c658.rlib,libanstyle-b75f78861eab6f9d.rlib,librmpv-81353ada6800afc2.rlib,librmp-91b0d58da51fcc92.rlib,libtokio_tungstenite-4e905a912ed52c98.rlib,libtungstenite-9ab2c0cf32c66861.rlib,libdata_encoding-ad6b75e892f3cdf8.rlib,libutf8-f59a957f78b3215a.rlib,libbyteorder-1e24148c060ae1e7.rlib,libfutures-14b86f4350a13fb4.rlib,libfutures_executor-d1beb6564561131e.rlib,libdaemonize-751acd5d137116aa.rlib,libtokio_stream-386b3ff6e4461580.rlib,libarboard-92164919de1d195c.rlib,libwl_clipboard_rs-7e7a641d8bf972dd.rlib,libtree_magic_mini-9beb57ca8de94f52.rlib,libnom-502088ee58d14177.rlib,libpetgraph-52bc5c93da8594d5.rlib,libindexmap-24fc7e32692e23c2.rlib,libequivalent-c8ca4e154c540f6d.rlib,libhashbrown-937b32fc83f12055.rlib,libfixedbitset-1705868b844c01b6.rlib,libos_pipe-1dcf56eaad390745.rlib,libwayland_protocols_wlr-71be3194de5942c7.rlib,libwayland_protocols-45d4c9da3ed8b57a.rlib,libwayland_client-1bc8bc6b3890b281.rlib,libwayland_backend-b712a33a65473775.rlib,libdowncast_rs-cc091fe72c7d85c0.rlib,libwayland_sys-ff50a423307a6434.rlib,libx11rb-a7599be3cbd53142.rlib,libx11rb_protocol-9cd5b0f67f7996d5.rlib,librbw-ce9e0e609c2d6818.rlib,libregion-f6c054e14bb22cf5.rlib,libbitflags-e274cd04b58a060d.rlib,libarrayvec-03f6f77970b690f3.rlib,libhkdf-f868879f97f35793.rlib,libargon2-15a0aeda34fa27a1.rlib,libblake2-bfb80fd312196585.rlib,libpassword_hash-0ba0696f32a6a7d5.rlib,libpbkdf2-422199f723e12b19.rlib,libtempfile-6a74042abcb074c4.rlib,libfastrand-73632d5ce9fbbad9.rlib,librustix-6791651f49c74f32.rlib,libbitflags-52ed1d2aa5af5eb7.rlib,liblinux_raw_sys-4232a515bb9bd774.rlib,libdirectories-c5fef8644d0e9dba.rlib,libdirs_sys-404e827576602f95.rlib,libuuid-c226978fd39a0006.rlib,librsa-c9cef25fba96682c.rlib,libpkcs1-df9e4c43994f5e73.rlib,libsignature-db9c9224acb0c27a.rlib,libnum_bigint_dig-91924a78c3a2aabe.rlib,liblibm-c75a9b355d312f74.rlib,libnum_iter-8e5fc4ac2e378410.rlib,libnum_integer-2ae81d237b58d13a.rlib,libnum_traits-417c261333d10236.rlib,liblazy_static-fa6b926857f27d3b.rlib,libspin-d127a8181ccac972.rlib,libcbc-465d72decff59d9d.rlib,liburlencoding-89eeb15905ab28cc.rlib,libopen-afc5fb8e062b5e3e.rlib,libpathdiff-3a51844541a58a41.rlib,libis_wsl-e8a8967c004becb1.rlib,libis_docker-0b4cffa309ed2c4f.rlib,libaxum-72722bb899e136bc.rlib,libserde_path_to_error-7004a91890a35f64.rlib,libmatchit-a278c242cc708197.rlib,libaxum_core-eaf4bcd1b8453455.rlib,libmime-e6f732c53ac9de40.rlib,libreqwest-6d278d6a4a6efee1.rlib,librustls_pemfile-7510a19d4cceb81f.rlib,libipnet-b2a4d9c7d46183c3.rlib,libhyper_rustls-35f66905faae493c.rlib,librustls_native_certs-0ae3c80b684b4f3d.rlib,libopenssl_probe-2234e7db8eacda65.rlib,libtokio_rustls-d07d306a77d58134.rlib,librustls-6ba7561f65adfdeb.rlib,libwebpki-6137935dc0e153ab.rlib,libring-90cd656c7ae14531.rlib,libuntrusted-d5b84143af217070.rlib,librustls_pki_types-baeb14b1122ded2c.rlib,libserde_urlencoded-3f0de1bde2a86d6c.rlib,libserde_json-f25708a6defc5c79.rlib,libryu-0a228f54b75663b5.rlib,libtower-8331b230324eaa21.rlib,libsync_wrapper-5d5ccfb51a0b6f99.rlib,libtower_layer-36cd670e2261351e.rlib,libhyper_util-b30e4fe01ad4e43b.rlib,libtower_service-0c39472df5066488.rlib,libtracing-01c7aac84dd295a8.rlib,libtracing_core-abd22a7e4c0e2bc6.rlib,libonce_cell-9f23038a26dfc6d0.rlib,libhyper-5e002d9fcf69fd6c.rlib,libwant-afc2aa3e82cde7db.rlib,libtry_lock-bb60825742f22918.rlib,libhttparse-15bf9b6c0e0d4108.rlib,libhttpdate-a05a91876c090713.rlib,libhttp_body_util-7695369ba11e3d8f.rlib,libhttp_body-09f61d2fb9c7e66b.rlib,liburl-b82b1dd908d89a3b.rlib,libidna-120ececf34bac159.rlib,libutf8_iter-91f65759b740ff04.rlib,libidna_adapter-620622be4b84e850.rlib,libicu_properties-72a23509a6a9355d.rlib,libicu_properties_data-aac95d45a9e7c431.rlib,libicu_normalizer-708b14d043d00c75.rlib,libicu_normalizer_data-b99ba7cb6c32814c.rlib,libicu_collections-dea55d5919948f32.rlib,libpotential_utf-8a9aa3a10fe7d248.rlib,libicu_provider-05a145d0b58bd9e2.rlib,libicu_locale_core-ff72d11be9e5bc66.rlib,libtinystr-44c10b8fcf5a14a5.rlib,liblitemap-a16138ac2f47f789.rlib,libwriteable-16e2a66eaf9f0b4c.rlib,libzerovec-926a87f9b089555f.rlib,libzerotrie-540af2ebba8680fe.rlib,libyoke-9ead9339283d5a03.rlib,libstable_deref_trait-bd927906e69329b4.rlib,libzerofrom-9bda8288b428a7e7.rlib,libform_urlencoded-6808de56d72ebd61.rlib,libpercent_encoding-4808a78ba306dff8.rlib,libhttp-c24b69f7529b4b63.rlib,libitoa-ffb801c715a80a64.rlib,libfnv-81596130b397d5c3.rlib,libthiserror-729e45a1dabb7a77.rlib,libserde-3ecc9042e5424464.rlib,libsha1-55d5620bca61bf83.rlib,libis_terminal-b83d381b83db79b8.rlib,libpkcs8-75b4c822b39bd225.rlib,libspki-6b8879116bd2ec4e.rlib,libder-3dd8ffeab691be09.rlib,libzeroize-09c21d3143f2b564.rlib,libpem_rfc7468-08613092aae20fd5.rlib,libbase64ct-a29349b1e0a45647.rlib,libhmac-22a7a59d85985674.rlib,libaes-4c067e593c48d8b4.rlib,libcipher-3118acb6829d5d01.rlib,libinout-a472a86dd2b69313.rlib,libblock_padding-abb6afad68f27d04.rlib,libbase64-4cfc25a2fbceb95f.rlib,libsha2-2da2fc2a54d76fb2.rlib,libcpufeatures-2ee2f674f09dff3b.rlib,libdigest-970dea690a37c8fb.rlib,libsubtle-1fb68ce8837fb783.rlib,libconst_oid-44cf6d23b905cff7.rlib,libblock_buffer-28328e94ce0a514a.rlib,libcrypto_common-3870af0932069d76.rlib,libgeneric_array-6c999281ea8e9353.rlib,libtypenum-946f014670f06d4a.rlib,librand-2fb5285124fb34a1.rlib,librand_chacha-3960c9fad6729a84.rlib,libppv_lite86-0ce1f82c48e5d03a.rlib,libzerocopy-49e2188937f8ffe9.rlib,librand_core-9c54c70b6b433012.rlib,libgetrandom-8536ee63c112d274.rlib,liblog-7ed48074b9f3458e.rlib,libtokio-797522db7ad87eef.rlib,libsignal_hook_registry-d0730a5a386fac1f.rlib,libsocket2-df013279cfef7fc5.rlib,libbytes-0deeb68a8e6966b8.rlib,libmio-6728fb84f02aac80.rlib,libparking_lot-a7514057e4e9d3f8.rlib,libparking_lot_core-a1875a15e4750575.rlib,liblibc-8454428c84ca4d78.rlib,libcfg_if-66d55f6b302e88c8.rlib,libsmallvec-621b996ca9c93f84.rlib,liblock_api-98db4a9c1c082633.rlib,libscopeguard-339f7eb6e1fefd1f.rlib,libfutures_util-bf568bae5b18a578.rlib,libmemchr-8eb551391861f369.rlib,libfutures_io-48a223b618848720.rlib,libslab-14567880f3b21ac9.rlib,libfutures_channel-5cb0c696f80b399d.rlib,libpin_project_lite-0d5016e1f2870cc0.rlib,libfutures_sink-6a793c0b208125d7.rlib,libfutures_task-668b9442d038e652.rlib,libpin_utils-b08f1197f0cdae19.rlib,libfutures_core-aea49b3401aac6bb.rlib,libanyhow-ba8dd496d0f3cbcd.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-musl/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*}.rlib" "-lunwind" "/lib/rustlib/x86_64-unknown-linux-musl/lib/{libcfg_if-*,liblibc-*}.rlib" "-lc" "/lib/rustlib/x86_64-unknown-linux-musl/lib/{librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-L" "/tmp/rustcWh8mPX/raw-dylibs" "-Wl,-Bdynamic" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-nostartfiles" "-L" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/ring-bcd1cf590e6d7992/out" "-L" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained" "-L" "/lib/rustlib/x86_64-unknown-linux-musl/lib" "-o" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/rbw_agent-da3887cd7bfeeecb" "-Wl,--gc-sections" "-static-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtendS.o" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtn.o" [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] [INFO] [stderr] error: could not compile `rbw` (bin "rbw-agent") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "ad07495de165d71baa64712fc61fc5b5b30d7512315998e90aab35652bf408e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ad07495de165d71baa64712fc61fc5b5b30d7512315998e90aab35652bf408e3", kill_on_drop: false }` [INFO] [stdout] ad07495de165d71baa64712fc61fc5b5b30d7512315998e90aab35652bf408e3