[INFO] cloning repository https://github.com/jimmymills/airpcez
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jimmymills/airpcez" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjimmymills%2Fairpcez", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjimmymills%2Fairpcez'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2ccb43168c489ba22b511a20f84e3667299a7d09
[INFO] testing jimmymills/airpcez against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjimmymills%2Fairpcez" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jimmymills/airpcez
[INFO] finished tweaking git repo https://github.com/jimmymills/airpcez
[INFO] tweaked toml for git repo https://github.com/jimmymills/airpcez written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jimmymills/airpcez on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jimmymills/airpcez 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.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded data-encoding v2.11.0
[INFO] [stderr]   Downloaded tokio-tungstenite v0.23.1
[INFO] [stderr]   Downloaded wasm-bindgen-futures v0.4.76
[INFO] [stderr]   Downloaded sysinfo v0.31.4
[INFO] [stderr]   Downloaded tungstenite v0.23.0
[INFO] [stderr]   Downloaded web-sys v0.3.103
[INFO] [stderr]   Downloaded tokio-tungstenite v0.24.0
[INFO] [stderr]   Downloaded tungstenite v0.24.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 39d2143407136aa0b09804a58914813aeb3ef88d95b6ddcb2996891bd987d7fb
[INFO] running `Command { std: "docker" "start" "39d2143407136aa0b09804a58914813aeb3ef88d95b6ddcb2996891bd987d7fb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "39d2143407136aa0b09804a58914813aeb3ef88d95b6ddcb2996891bd987d7fb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "39d2143407136aa0b09804a58914813aeb3ef88d95b6ddcb2996891bd987d7fb" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "39d2143407136aa0b09804a58914813aeb3ef88d95b6ddcb2996891bd987d7fb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "39d2143407136aa0b09804a58914813aeb3ef88d95b6ddcb2996891bd987d7fb" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling quote v1.0.46
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling smallvec v1.15.2
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling bytes v1.12.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling log v0.4.33
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling shlex v2.0.1
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling pkg-config v0.3.33
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling writeable v0.6.3
[INFO] [stderr]    Compiling cc v1.2.65
[INFO] [stderr]    Compiling litemap v0.8.2
[INFO] [stderr]    Compiling icu_normalizer_data v2.2.0
[INFO] [stderr]    Compiling typenum v1.20.1
[INFO] [stderr]    Compiling icu_properties_data v2.2.0
[INFO] [stderr]    Compiling zerocopy v0.8.52
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling openssl v0.10.81
[INFO] [stderr]    Compiling bitflags v2.13.0
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling memchr v2.8.2
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling openssl-probe v0.2.1
[INFO] [stderr]    Compiling ipnet v2.12.0
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling data-encoding v2.11.0
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling http v1.4.2
[INFO] [stderr]    Compiling utf-8 v0.7.6
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling zeroize v1.9.0
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling rustls-pki-types v1.14.1
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling mio v1.2.1
[INFO] [stderr]    Compiling socket2 v0.6.4
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling openssl-sys v0.9.117
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling sysinfo v0.31.4
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling serde_derive v1.0.228
[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.3
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling zerofrom v0.1.8
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling tungstenite v0.24.0
[INFO] [stderr]    Compiling yoke v0.8.3
[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 icu_provider v2.2.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling axum-core v0.4.5
[INFO] [stderr]    Compiling idna_adapter v1.2.2
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling toml v0.8.23
[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-tungstenite v0.24.0
[INFO] [stderr]    Compiling airpcez-core v0.1.0 (/opt/rustwide/workdir/crates/airpcez-core)
[INFO] [stderr]    Compiling h2 v0.4.15
[INFO] [stderr]    Compiling tower-http v0.6.11
[INFO] [stderr]    Compiling hyper v1.10.1
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling axum v0.7.9
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling airpcez v0.1.0 (/opt/rustwide/workdir/crates/airpcez)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s
[INFO] running `Command { std: "docker" "inspect" "39d2143407136aa0b09804a58914813aeb3ef88d95b6ddcb2996891bd987d7fb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "39d2143407136aa0b09804a58914813aeb3ef88d95b6ddcb2996891bd987d7fb" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling tungstenite v0.23.0
[INFO] [stderr]    Compiling airpcez-core v0.1.0 (/opt/rustwide/workdir/crates/airpcez-core)
[INFO] [stderr]    Compiling tokio-tungstenite v0.23.1
[INFO] [stderr]    Compiling airpcez v0.1.0 (/opt/rustwide/workdir/crates/airpcez)
[INFO] [stderr] error: could not compile `airpcez` (lib test)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.97.0-beta.6-x86_64-unknown-linux-gnu/bin/rustc --crate-name airpcez --edition=2021 crates/airpcez/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=f05089134bcd8383 -C extra-filename=-8996001c30f49cba --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern airpcez_core=/opt/rustwide/target/debug/deps/libairpcez_core-1767f00d1495ef44.rlib --extern axum=/opt/rustwide/target/debug/deps/libaxum-d11493a4643c06c8.rlib --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-719f2e3fabfcab95.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-504d6d3cda6d3ac6.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-8555f6b1e762b064.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-99114fd1b17b0494.rlib --extern sysinfo=/opt/rustwide/target/debug/deps/libsysinfo-7a4687007cb204bb.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-365681e9af072cd8.rlib --extern tokio_tungstenite=/opt/rustwide/target/debug/deps/libtokio_tungstenite-2db726dbe3757d9a.rlib --extern toml=/opt/rustwide/target/debug/deps/libtoml-8c29db3dc52d45fd.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `airpcez-core` (lib test)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.97.0-beta.6-x86_64-unknown-linux-gnu/bin/rustc --crate-name airpcez_core --edition=2021 crates/airpcez-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=4b4008435249dcfc -C extra-filename=-2a1555fd748bf019 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern serde=/opt/rustwide/target/debug/deps/libserde-8555f6b1e762b064.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-99114fd1b17b0494.rlib --extern toml=/opt/rustwide/target/debug/deps/libtoml-8c29db3dc52d45fd.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/deps/rustcugEOnK/symbols.o" "<4 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libairpcez-60dbe06fac4075bf,libreqwest-504d6d3cda6d3ac6,librustls_pki_types-006bcc122d18cfc1,libzeroize-37b2a6e0a2742c6a,libhyper_tls-865268959ac5ecce,libtokio_native_tls-108957fc79fe5bb7,libencoding_rs-c7a67ac351c2b19f,libtower_http-b88b74872db69d99,libnative_tls-f86d1de5483d4fb9,libopenssl_probe-6b1b371432012237,libopenssl-f94b40ea6b3046ad,libbitflags-c11c4f5488569199,libforeign_types-4fe1886d5d9265b9,libforeign_types_shared-47b443a4583fd949,libopenssl_sys-168a0cdbbf8a180e,liburl-af4fd49db46f257a,libidna-bea5ef071bc07cd0,libidna_adapter-70350b72b4ad044b,libicu_properties-4ddc08a49a8e9d11,libicu_properties_data-e6cf238fc98dd59d,libicu_normalizer-6ea4c2d8b3ad9012,libicu_normalizer_data-8fea05bee0bb4e49,libicu_collections-d97ef5a36c81bc7c,libutf8_iter-51566bbad89f3a68,libpotential_utf-579c7637db1b1b1f,libicu_provider-337d0cfde5f21791,libicu_locale_core-b8bf0404759a40e5,libtinystr-2ffcd29900d38280,liblitemap-dc288f07f8f61193,libwriteable-48b3e52227924bb5,libzerovec-506e8a8f02a6d7c1,libzerotrie-3019fd812f81190c,libyoke-82d80b75b1bece8d,libstable_deref_trait-63cbf3f3d3f94e56,libzerofrom-45b0d4c4e399d17c,libsysinfo-7a4687007cb204bb,librayon-e450c92a5ef0b60a,librayon_core-e986c1d1845fe6c3,libcrossbeam_deque-e71c6317821167fb,libcrossbeam_epoch-5fdcd5978a9f0010,libcrossbeam_utils-f696a08ab1e94e7a,libeither-a2cfdb2fff2f34c0,libaxum-d11493a4643c06c8,libserde_path_to_error-ceb929358e62d172,libserde_json-99114fd1b17b0494,libmemchr-2857f5b45a031ab1,libzmij-ef63f1da73704b4c,libserde_urlencoded-dbdb27e09dc42f2d,libryu-1f4f40e4352371e5,libform_urlencoded-58b0f0edb59b40d2,libmatchit-616cb01453b9e7d4,libtokio_tungstenite-dd181238f17d5956,libtungstenite-bd23a58c8f033962,libdata_encoding-b17abe9da7ed756a,librand-e42e64dcb0ce16d2,librand_chacha-443fbb46f572c3b0,libppv_lite86-777369bdcdfa9d1d,libzerocopy-75aa8ee85b4f20a8,librand_core-86e43b95b9d88fa9,libgetrandom-f25a51f78d9871ba,libutf8-f4341c3c7568480d,libbyteorder-8f59b6d1bfdaa844,libthiserror-f19f667fe4a631eb,libsha1-a837d2ebb66287e1,libcpufeatures-e04321643d03190d,libdigest-1142e5998e571c5d,libblock_buffer-43b51fc1d06b3057,libcrypto_common-43b177a3b314e9dd,libgeneric_array-745cace30f1ed372,libtypenum-ed2b1c93b2a4333a,libhyper_util-f6f98f4cc0cc64eb,libbase64-32787b0325ea6df8,libpercent_encoding-fa055ecaa1e57cfa,libipnet-61ca7a5e1c2863d4,libhyper-209313be3d47c0da,libwant-7a6260b9c50f1479,libtry_lock-8fa2f6971035be84,libhttparse-8c9b827b8f345444,libh2-2aa7104a17a3f90c,libfnv-79e2cbfbe03dcd16,libtokio_util-de081774f3388534,libatomic_waker-06950c8c08d2b8fa,libhttpdate-331798cefc82cc7e,libfutures_channel-94289a78f74303ed,libaxum_core-9bd262f5f57ae36c,libmime-0188e0814ca7ddbf,libhttp_body_util-e36a9964dc5d0ba7,libhttp_body-eafc967753803508,libhttp-faa531d1f5c77dc0,libitoa-5de11b3b23bfe572,libtracing-63a30b664b4e96d2,liblog-64a74e931fbdff63,libtracing_core-89b602bc4a7d7f8a,libonce_cell-b5bdc597ed9676b3,libtower-b010fbe5ef7245d4,libsync_wrapper-6bdfbc29c4269203,libtower_layer-d908dd771b239ecd,libtower_service-3fb88d28c2218805,libtokio-365681e9af072cd8,libsignal_hook_registry-97fb91977beb15cc,liberrno-40a43d7c8a9b8122,libsocket2-73b9b85db3553b3d,libbytes-8d3fe75014eb498b,libmio-43415d66e2ceb9f1,libparking_lot-055e48606f9dbc88,libparking_lot_core-4b8ca3fd72428851,liblibc-612664c2206eec43,libcfg_if-83060ec5685761ae,libsmallvec-3e75e18e66140be0,liblock_api-16d46fed645f7bff,libscopeguard-7ec2214574194454,libfutures_util-719f2e3fabfcab95,libslab-0582d648e59ab406,libpin_project_lite-0a15d51c77964692,libfutures_sink-3971bde37bb30e19,libfutures_task-36f327cfab86eddc,libfutures_core-1121ff913ed87f93,libairpcez_core-1767f00d1495ef44,libtoml-8c29db3dc52d45fd,libtoml_edit-dcff4501b6eda9a9,libserde_spanned-ae1831800e63f1ab,libindexmap-b92bb9c25241b995,libequivalent-6a754676e6af62ae,libhashbrown-d7214d631586fd51,libwinnow-88e6acd6e2987984,libtoml_write-2c704ffd35684d73,libtoml_datetime-e54e807ebe6cb454,libserde-8555f6b1e762b064,libserde_core-21f22ac7b803fb0e}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustcugEOnK/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/worker_endpoint-a98f1744d582905c" "-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 `airpcez` (test "worker_endpoint") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "39d2143407136aa0b09804a58914813aeb3ef88d95b6ddcb2996891bd987d7fb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "39d2143407136aa0b09804a58914813aeb3ef88d95b6ddcb2996891bd987d7fb", kill_on_drop: false }`
[INFO] [stdout] 39d2143407136aa0b09804a58914813aeb3ef88d95b6ddcb2996891bd987d7fb
