[INFO] cloning repository https://github.com/JanKaul/cpu-io-executor [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/JanKaul/cpu-io-executor" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJanKaul%2Fcpu-io-executor", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJanKaul%2Fcpu-io-executor'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] fe511dbf55364ef716539e5f55cbbe12028b1b5e [INFO] testing JanKaul/cpu-io-executor against beta-2025-02-18 for beta-1.86-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJanKaul%2Fcpu-io-executor" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/JanKaul/cpu-io-executor on toolchain beta-2025-02-18 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-02-18" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/JanKaul/cpu-io-executor [INFO] finished tweaking git repo https://github.com/JanKaul/cpu-io-executor [INFO] tweaked toml for git repo https://github.com/JanKaul/cpu-io-executor written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/JanKaul/cpu-io-executor 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" "+beta-2025-02-18" "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/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-02-18" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 66426aa0e524cf8be324f4ab34922a0cb750276417e40ec305d7c49541e551a4 [INFO] running `Command { std: "docker" "start" "-a" "66426aa0e524cf8be324f4ab34922a0cb750276417e40ec305d7c49541e551a4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "66426aa0e524cf8be324f4ab34922a0cb750276417e40ec305d7c49541e551a4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "66426aa0e524cf8be324f4ab34922a0cb750276417e40ec305d7c49541e551a4", kill_on_drop: false }` [INFO] [stdout] 66426aa0e524cf8be324f4ab34922a0cb750276417e40ec305d7c49541e551a4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-02-18" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a1b7454935d9882d5f57e2ca871feeb2e2e85bff21cad110468697ca98a4b754 [INFO] running `Command { std: "docker" "start" "-a" "a1b7454935d9882d5f57e2ca871feeb2e2e85bff21cad110468697ca98a4b754", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.93 [INFO] [stderr] Compiling unicode-ident v1.0.16 [INFO] [stderr] Compiling libc v0.2.169 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling pin-project-lite v0.2.16 [INFO] [stderr] Compiling futures-core v0.3.31 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling bytes v1.9.0 [INFO] [stderr] Compiling futures-sink v0.3.31 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling itoa v1.0.14 [INFO] [stderr] Compiling serde v1.0.217 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling futures-task v0.3.31 [INFO] [stderr] Compiling futures-io v0.3.31 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling cc v1.2.10 [INFO] [stderr] Compiling writeable v0.5.5 [INFO] [stderr] Compiling litemap v0.7.4 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling rustls-pki-types v1.11.0 [INFO] [stderr] Compiling tracing-core v0.1.33 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling httparse v1.10.0 [INFO] [stderr] Compiling icu_locid_transform_data v1.5.0 [INFO] [stderr] Compiling hashbrown v0.15.2 [INFO] [stderr] Compiling untrusted v0.9.0 [INFO] [stderr] Compiling atomic-waker v1.1.2 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling icu_properties_data v1.5.0 [INFO] [stderr] Compiling try-lock v0.2.5 [INFO] [stderr] Compiling utf16_iter v1.0.5 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling tower-service v0.3.3 [INFO] [stderr] Compiling utf8_iter v1.0.4 [INFO] [stderr] Compiling write16 v1.0.0 [INFO] [stderr] Compiling rustls v0.23.21 [INFO] [stderr] Compiling icu_normalizer_data v1.5.0 [INFO] [stderr] Compiling httpdate v1.0.3 [INFO] [stderr] Compiling http v1.2.0 [INFO] [stderr] Compiling subtle v2.6.1 [INFO] [stderr] Compiling openssl-probe v0.1.6 [INFO] [stderr] Compiling ryu v1.0.19 [INFO] [stderr] Compiling zeroize v1.8.1 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling serde_json v1.0.138 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Compiling rustls-native-certs v0.8.1 [INFO] [stderr] Compiling rustls-pemfile v2.2.0 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling indexmap v2.7.1 [INFO] [stderr] Compiling syn v2.0.96 [INFO] [stderr] Compiling log v0.4.25 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling linux-raw-sys v0.4.15 [INFO] [stderr] Compiling bitflags v2.8.0 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling home v0.5.11 [INFO] [stderr] Compiling mio v1.0.3 [INFO] [stderr] Compiling socket2 v0.5.8 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling filetime v0.2.25 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling rustls-native-certs v0.7.3 [INFO] [stderr] Compiling sync_wrapper v1.0.2 [INFO] [stderr] Compiling base64 v0.21.7 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling tower-layer v0.3.3 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling etcetera v0.8.0 [INFO] [stderr] Compiling ipnet v2.11.0 [INFO] [stderr] Compiling iana-time-zone v0.1.61 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling ring v0.17.8 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling md-5 v0.10.6 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling xattr v1.4.0 [INFO] [stderr] Compiling synstructure v0.13.1 [INFO] [stderr] Compiling darling_core v0.20.10 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling zerofrom-derive v0.1.5 [INFO] [stderr] Compiling yoke-derive v0.7.5 [INFO] [stderr] Compiling zerovec-derive v0.10.3 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling serde_derive v1.0.217 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling icu_provider_macros v1.5.0 [INFO] [stderr] Compiling tracing-attributes v0.1.28 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling structmeta-derive v0.3.0 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling rustls-webpki v0.102.8 [INFO] [stderr] Compiling serde_repr v0.1.19 [INFO] [stderr] Compiling tokio v1.43.0 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling async-trait v0.1.85 [INFO] [stderr] Compiling snafu-derive v0.8.5 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling ppv-lite86 v0.2.20 [INFO] [stderr] Compiling zerofrom v0.1.5 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling yoke v0.7.5 [INFO] [stderr] Compiling darling_macro v0.20.10 [INFO] [stderr] Compiling structmeta v0.3.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling parse-display-derive v0.9.1 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling zerovec v0.10.4 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling darling v0.20.10 [INFO] [stderr] Compiling serde_with_macros v3.12.0 [INFO] [stderr] Compiling tinystr v0.7.6 [INFO] [stderr] Compiling icu_collections v1.5.0 [INFO] [stderr] Compiling icu_locid v1.5.0 [INFO] [stderr] Compiling snafu v0.8.5 [INFO] [stderr] Compiling icu_provider v1.5.0 [INFO] [stderr] Compiling http-body-util v0.1.2 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling icu_locid_transform v1.5.0 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling parse-display v0.9.1 [INFO] [stderr] Compiling tokio-util v0.7.13 [INFO] [stderr] Compiling tokio-rustls v0.26.1 [INFO] [stderr] Compiling tokio-stream v0.1.17 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling tokio-tar v0.3.1 [INFO] [stderr] Compiling h2 v0.4.7 [INFO] [stderr] Compiling icu_properties v1.5.1 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling serde_with v3.12.0 [INFO] [stderr] Compiling chrono v0.4.39 [INFO] [stderr] Compiling quick-xml v0.37.2 [INFO] [stderr] Compiling icu_normalizer v1.5.0 [INFO] [stderr] Compiling docker_credential v1.3.1 [INFO] [stderr] Compiling hyper v1.6.0 [INFO] [stderr] Compiling idna_adapter v1.2.0 [INFO] [stderr] Compiling idna v1.0.3 [INFO] [stderr] Compiling bollard-stubs v1.45.0-rc.26.0.1 [INFO] [stderr] Compiling url v2.5.4 [INFO] [stderr] Compiling hyper-util v0.1.10 [INFO] [stderr] Compiling hyper-rustls v0.27.5 [INFO] [stderr] Compiling hyperlocal v0.9.1 [INFO] [stderr] Compiling reqwest v0.12.12 [INFO] [stderr] Compiling object_store v0.11.2 [INFO] [stderr] Compiling bollard v0.17.1 [INFO] [stderr] Compiling testcontainers v0.23.1 [INFO] [stderr] Compiling testcontainers-modules v0.11.6 [INFO] [stderr] Compiling cpu-io-executor v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcibXKBG/symbols.o" "<17 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libtestcontainers_modules-e30a971fc58285c2.rlib,libtestcontainers-63a943ac1580657e.rlib,libtokio_tar-38fd30571fe7f935.rlib,libxattr-5ed09b9ed2381287.rlib,librustix-57db8c2c7a85c772.rlib,libbitflags-fc1713b2f0086559.rlib,liblinux_raw_sys-bc5c27633ad5d98e.rlib,libfiletime-11033032b4e92906.rlib,libdocker_credential-2dbf459527560de2.rlib,libbase64-13144a1f1e192158.rlib,libparse_display-5edfecd7548fe048.rlib,libregex-c1f2f84bdfda4529.rlib,libregex_automata-536e6d7a88b98780.rlib,libaho_corasick-847080ddcc800a8c.rlib,libregex_syntax-cf9ef9729ec61e4c.rlib,libetcetera-2e5e9e270b9aff2b.rlib,libtokio_stream-b25244f1cf23f7d6.rlib,libbollard-4a3629b0bcc965e9.rlib,librustls_native_certs-cb9b8857bfc8e4a2.rlib,libhome-28ab713e87f116ce.rlib,libthiserror-4387acf43056d53c.rlib,libhyperlocal-637ef5c91fcb5d93.rlib,libhex-13e08b3b00984ab7.rlib,libbollard_stubs-18062493aedb1b8a.rlib,libserde_with-556bc504e188ec3c.rlib,libobject_store-f57d8d492af35c35.rlib,libhumantime-9f900d7885b5087e.rlib,librand-08058920f4e3c7f4.rlib,librand_chacha-01d1ce7c4a5ec070.rlib,libppv_lite86-5c4cbad345e304c2.rlib,libzerocopy-d1aede5c66a344f6.rlib,libbyteorder-9f6ac6743e38a88c.rlib,librand_core-38ffc94061015320.rlib,libwalkdir-125f7182d57317af.rlib,libsame_file-ff49545450c0b63c.rlib,libparking_lot-4e432edf14b8c799.rlib,libparking_lot_core-cca3270f64a2eb93.rlib,liblock_api-cec8690087847b60.rlib,libscopeguard-7ec2214574194454.rlib,libchrono-6c9cfb0abf4d3a35.rlib,libnum_traits-4a26028a0caf841b.rlib,libiana_time_zone-98f2ac8a8c5a9959.rlib,libquick_xml-859fa1991b80a2f8.rlib,libsnafu-5b03aadd48d85f35.rlib,libmd5-369f6d3350e960a2.rlib,libdigest-65091fc2f6d99dff.rlib,libblock_buffer-38c9df5ac7fcce0f.rlib,libcrypto_common-4a3b9d4f7dbb606d.rlib,libgeneric_array-1b50d99765d5dfd0.rlib,libtypenum-c2fff0d6cd29fbbc.rlib,libitertools-4d5490137477eaa7.rlib,libeither-f9c213979566fae6.rlib,libreqwest-7e123f52e4b633f5.rlib,libserde_urlencoded-635c32564fd5b43e.rlib,libbase64-32787b0325ea6df8.rlib,librustls_pemfile-37fc7deda89168e1.rlib,libipnet-a38805d99c19843f.rlib,libhyper_rustls-076ae9ef6dce58d5.rlib,librustls_native_certs-02667c61aa74c331.rlib,libopenssl_probe-2c6d21a9709cae46.rlib,libtokio_rustls-ac9852a0f2d3bb07.rlib,librustls-80dafa1cf7a00b16.rlib,libsubtle-2ae6a7038b9a0630.rlib,libwebpki-20663d8b97e2ca1d.rlib,libring-a7eaa7ab9107abcf.rlib,libgetrandom-b86a5ded14a1c0d1.rlib,libspin-77da57a1b47d23a3.rlib,libuntrusted-b2f816886faf2178.rlib,libcfg_if-3e7fc4e38d4a72b5.rlib,libzeroize-9d781f334751eb0e.rlib,librustls_pki_types-7013f2d5aa634e0b.rlib,libserde_json-51a484823d9fcae7.rlib,libryu-c61af0f0be00172a.rlib,libtower-d5b24e5259d34d65.rlib,libsync_wrapper-dec6d2c880d81363.rlib,libtower_layer-d908dd771b239ecd.rlib,libhyper_util-7dfb2fc3c6ef7e84.rlib,libtower_service-3fb88d28c2218805.rlib,libhyper-fa9fd543f89f7605.rlib,libwant-0b31e25494497eb5.rlib,libtry_lock-8fa2f6971035be84.rlib,libhttparse-9a4ee2a4f885fa66.rlib,libh2-5972e8fafc340fe3.rlib,libtracing-39ff8826be977ca9.rlib,libtracing_core-213f4de5b5702b27.rlib,libonce_cell-2642703f88b7c2f4.rlib,libindexmap-5e898b4f7fc9565e.rlib,libequivalent-487f93f8f6ab5e5b.rlib,libhashbrown-acdfbba63b345327.rlib,libatomic_waker-06950c8c08d2b8fa.rlib,libhttpdate-331798cefc82cc7e.rlib,libtokio_util-a6e29990b681ba09.rlib,libtokio-c52760af0319641b.rlib,libsocket2-803e450c0bfb6931.rlib,libmio-942036c1b2516c4b.rlib,liblibc-3fe9b2fe20e86c1d.rlib,libhttp_body_util-2ba06a3a5119b598.rlib,libhttp_body-07e9375f45a647e4.rlib,liblog-96ff3cebb935140a.rlib,liburl-d1c40bd586eee8ea.rlib,libidna-885b0fe9ff2836c1.rlib,libidna_adapter-9005330fa11b1a31.rlib,libicu_normalizer-5064d6c0812f9bb4.rlib,libicu_normalizer_data-5f7d7c19a0e21ea1.rlib,libwrite16-e996c39ad8ba5f0b.rlib,libutf8_iter-51566bbad89f3a68.rlib,libutf16_iter-7ca3c212f3ee1c68.rlib,libsmallvec-084045a3116dc58e.rlib,libicu_properties-8b94d856552b6406.rlib,libicu_properties_data-61b2e4b1f2e1f988.rlib,libicu_locid_transform-4a028e8cb9198c9f.rlib,libicu_locid_transform_data-94513cffde0b2fcb.rlib,libicu_collections-a6252268580c2fe2.rlib,libicu_provider-0850dd82f7bd7a2d.rlib,libicu_locid-3bea44e6851d99ad.rlib,liblitemap-77adb1e9469fbec5.rlib,libtinystr-12520a09c6f76ee8.rlib,libzerovec-c53248b66fdf5020.rlib,libwriteable-1e5dea0053e4c229.rlib,libyoke-7e4175c3a0f02e0a.rlib,libzerofrom-dec4823943deafca.rlib,libstable_deref_trait-14e4a70bda35dfe8.rlib,libform_urlencoded-35907277f0683ea4.rlib,libpercent_encoding-af9df9186596bd92.rlib,libserde-8b4b60be7b798eb8.rlib,libhttp-8ddb1eab856a2d71.rlib,libitoa-6e2430f2fa153711.rlib,libbytes-c922de7d27e480b6.rlib,libfnv-79e2cbfbe03dcd16.rlib,libfutures-afb48e93b11854ef.rlib,libfutures_executor-b013a1c4a55b1e12.rlib,libfutures_util-454935d653822bd8.rlib,libmemchr-08f38e9718637002.rlib,libfutures_io-59d0071c9258d69f.rlib,libslab-33a512f5e5040868.rlib,libfutures_channel-0c7632e5ed4dc230.rlib,libpin_project_lite-72bf04572caa1c84.rlib,libfutures_sink-ae1eb2d060de53a2.rlib,libfutures_task-e09ab7898221cb97.rlib,libpin_utils-3860774ad9b215b5.rlib,libfutures_core-3b920243fce8fec0.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/ring-1ee07b05bcbd1252/out" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/single_runtime-54e58547c5187ef8" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [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 `cpu-io-executor` (bin "single_runtime") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "a1b7454935d9882d5f57e2ca871feeb2e2e85bff21cad110468697ca98a4b754", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a1b7454935d9882d5f57e2ca871feeb2e2e85bff21cad110468697ca98a4b754", kill_on_drop: false }` [INFO] [stdout] a1b7454935d9882d5f57e2ca871feeb2e2e85bff21cad110468697ca98a4b754