[INFO] cloning repository https://github.com/AlephTX/aleph-tx [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AlephTX/aleph-tx" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAlephTX%2Faleph-tx", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAlephTX%2Faleph-tx'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7e9ba429725dd807292296f4b4d993dbd70532a0 [INFO] testing AlephTX/aleph-tx against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAlephTX%2Faleph-tx" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/AlephTX/aleph-tx [INFO] finished tweaking git repo https://github.com/AlephTX/aleph-tx [INFO] tweaked toml for git repo https://github.com/AlephTX/aleph-tx written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/AlephTX/aleph-tx 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/AlephTX/aleph-tx 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-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 72900f666be85fc93e54f5fe1c964f949a498992b56687353e2b260ed6e3ee21 [INFO] running `Command { std: "docker" "start" "-a" "72900f666be85fc93e54f5fe1c964f949a498992b56687353e2b260ed6e3ee21", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "72900f666be85fc93e54f5fe1c964f949a498992b56687353e2b260ed6e3ee21", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "72900f666be85fc93e54f5fe1c964f949a498992b56687353e2b260ed6e3ee21", kill_on_drop: false }` [INFO] [stdout] 72900f666be85fc93e54f5fe1c964f949a498992b56687353e2b260ed6e3ee21 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 7ed3e20a7be9b81a015da7a4498d17e6481626d941d8762a3e3e0b840c5dd09e [INFO] running `Command { std: "docker" "start" "-a" "7ed3e20a7be9b81a015da7a4498d17e6481626d941d8762a3e3e0b840c5dd09e", kill_on_drop: false }` [INFO] [stderr] Compiling quote v1.0.44 [INFO] [stderr] Compiling unicode-ident v1.0.23 [INFO] [stderr] Compiling libc v0.2.182 [INFO] [stderr] Compiling typenum v1.19.0 [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 cc v1.2.56 [INFO] [stderr] Compiling tracing-core v0.1.36 [INFO] [stderr] Compiling http v1.4.0 [INFO] [stderr] Compiling writeable v0.6.2 [INFO] [stderr] Compiling hashbrown v0.16.1 [INFO] [stderr] Compiling litemap v0.8.1 [INFO] [stderr] Compiling zerocopy v0.8.39 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling icu_normalizer_data v2.1.1 [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Compiling icu_properties_data v2.1.2 [INFO] [stderr] Compiling der v0.7.10 [INFO] [stderr] Compiling bitflags v2.10.0 [INFO] [stderr] Compiling openssl v0.10.75 [INFO] [stderr] Compiling native-tls v0.2.15 [INFO] [stderr] Compiling semver v1.0.27 [INFO] [stderr] Compiling keccak v0.1.6 [INFO] [stderr] Compiling unicase v2.9.0 [INFO] [stderr] Compiling indexmap v2.13.0 [INFO] [stderr] Compiling base16ct v0.2.0 [INFO] [stderr] Compiling openssl-probe v0.1.6 [INFO] [stderr] Compiling mime_guess v2.0.5 [INFO] [stderr] Compiling syn v2.0.115 [INFO] [stderr] Compiling rand_core v0.10.0 [INFO] [stderr] Compiling getrandom v0.4.1 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling toml_write v0.1.2 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Compiling spki v0.7.3 [INFO] [stderr] Compiling anyhow v1.0.101 [INFO] [stderr] Compiling cpufeatures v0.3.0 [INFO] [stderr] Compiling iri-string v0.7.10 [INFO] [stderr] Compiling pkcs8 v0.10.2 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling rust_decimal v1.40.0 [INFO] [stderr] Compiling winnow v0.7.14 [INFO] [stderr] Compiling curve25519-dalek v4.1.3 [INFO] [stderr] Compiling crossbeam-queue v0.3.12 [INFO] [stderr] Compiling crossbeam-channel v0.5.15 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling http-body-util v0.1.3 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling chacha20 v0.10.0 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling encoding_rs v0.8.35 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling dotenv v0.15.0 [INFO] [stderr] Compiling crossbeam v0.8.4 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling sec1 v0.7.3 [INFO] [stderr] Compiling getrandom v0.2.17 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling errno v0.3.14 [INFO] [stderr] Compiling mio v1.1.1 [INFO] [stderr] Compiling socket2 v0.6.2 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling signal-hook-registry v1.4.8 [INFO] [stderr] Compiling num_cpus v1.17.0 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling sha2 v0.10.9 [INFO] [stderr] Compiling sha3 v0.10.8 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling blake2 v0.10.6 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling ff v0.13.1 [INFO] [stderr] Compiling crypto-bigint v0.5.5 [INFO] [stderr] Compiling signature v2.2.0 [INFO] [stderr] Compiling group v0.13.0 [INFO] [stderr] Compiling rfc6979 v0.4.0 [INFO] [stderr] Compiling nanorand v0.7.0 [INFO] [stderr] Compiling ed25519 v2.2.3 [INFO] [stderr] Compiling core_affinity v0.8.3 [INFO] [stderr] Compiling rand v0.10.0 [INFO] [stderr] Compiling uuid v1.20.0 [INFO] [stderr] Compiling memmap2 v0.9.10 [INFO] [stderr] Compiling openssl-sys v0.9.111 [INFO] [stderr] Compiling aleph-tx v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling flume v0.11.1 [INFO] [stderr] Compiling lambdaworks-math v0.13.0 [INFO] [stderr] Compiling elliptic-curve v0.13.8 [INFO] [stderr] Compiling ecdsa v0.16.9 [INFO] [stderr] Compiling k256 v0.13.4 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.1 [INFO] [stderr] Compiling zerovec-derive v0.11.2 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling futures-macro v0.3.32 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling curve25519-dalek-derive v0.1.1 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling tokio v1.49.0 [INFO] [stderr] Compiling futures-util v0.3.32 [INFO] [stderr] Compiling lambdaworks-crypto v0.13.0 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling thiserror v2.0.18 [INFO] [stderr] Compiling yoke v0.8.1 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling tracing-subscriber v0.3.22 [INFO] [stderr] Compiling zerovec v0.11.5 [INFO] [stderr] Compiling zerotrie v0.2.3 [INFO] [stderr] Compiling starknet-types-core v0.2.4 [INFO] [stderr] Compiling ed25519-dalek v2.2.0 [INFO] [stderr] Compiling tinystr v0.8.2 [INFO] [stderr] Compiling potential_utf v0.1.4 [INFO] [stderr] Compiling icu_collections v2.1.1 [INFO] [stderr] Compiling icu_locale_core v2.1.1 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling icu_provider v2.1.1 [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 chrono v0.4.43 [INFO] [stderr] Compiling icu_normalizer v2.1.1 [INFO] [stderr] Compiling icu_properties v2.1.2 [INFO] [stderr] Compiling toml_edit v0.22.27 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling futures-executor v0.3.32 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling futures v0.3.32 [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 tokio-native-tls v0.3.1 [INFO] [stderr] Compiling tower v0.5.3 [INFO] [stderr] Compiling tower-http v0.6.8 [INFO] [stderr] Compiling h2 v0.4.13 [INFO] [stderr] Compiling starknet-curve v0.6.0 [INFO] [stderr] Compiling starknet-crypto v0.8.1 [INFO] [stderr] Compiling hyper v1.8.1 [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] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s [INFO] running `Command { std: "docker" "inspect" "7ed3e20a7be9b81a015da7a4498d17e6481626d941d8762a3e3e0b840c5dd09e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7ed3e20a7be9b81a015da7a4498d17e6481626d941d8762a3e3e0b840c5dd09e", kill_on_drop: false }` [INFO] [stdout] 7ed3e20a7be9b81a015da7a4498d17e6481626d941d8762a3e3e0b840c5dd09e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 33b0bea21b48e62bef11615f1621b5f1b2d77b10c7557b3d295fc49f25e1a77e [INFO] running `Command { std: "docker" "start" "-a" "33b0bea21b48e62bef11615f1621b5f1b2d77b10c7557b3d295fc49f25e1a77e", kill_on_drop: false }` [INFO] [stderr] Compiling aleph-tx v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/examples/rustciS4SNI/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libaleph_tx-eccceea85a79c89a,librand-335f3a652dd08ac0,libgetrandom-481faf630955bd78,libchacha20-022d483873d6b73f,libcpufeatures-d1b6d7e2abe28c60,librand_core-0060b50ee9f0b688,libchrono-e069372f8c61e554,libiana_time_zone-fc58c626b0bdfc25,libfutures-fa78212ec3350911,libfutures_executor-129cefa9854d162a,libcore_affinity-ef7bb9a903af423a,libnum_cpus-5bbfa2e441e8eed2,libtoml-afd01f847db6392e,libtoml_edit-6bf815258c446f63,libserde_spanned-f275ad87227c58f7,libwinnow-d62ac2e12e2c39e2,libtoml_write-2f6b5c773e85447e,libtoml_datetime-d6567275731d0893,librust_decimal-b653e00ade05b71e,libarrayvec-31fe32bc47030bae,libcrossbeam-4835a0fe97e7118b,libcrossbeam_deque-b21c7eb492a5eddc,libcrossbeam_channel-403679085a5752d4,libcrossbeam_queue-384d6d0acb705f10,libcrossbeam_epoch-6cc4f4d92ad3f8a0,libcrossbeam_utils-f0662ad78ea30c65,libstarknet_crypto-907d54afbffd3325,librfc6979-89737025459f0c46,libhex-ce2ce186edf8450e,libhmac-2a766b8fed2bb118,libcrypto_bigint-f30e96b625552ae5,libstarknet_curve-6d26e328c7abcbd2,libstarknet_types_core-0ae2cf54bac9227f,liblambdaworks_crypto-044025c304623dee,libsha3-454666748943f8a4,libkeccak-c0b215619c5ecde0,librand_chacha-6ea900a627001506,libppv_lite86-589beb1f005e0a70,libzerocopy-cc5e3dd93263ea75,libblake2-c30d698731f91bf9,liblambdaworks_math-c2a1efcb2ea0957d,librand-0aef7ccdf5626792,libnum_bigint-eac750cda6255915,libnum_integer-87bbf78974b93dd0,libnum_traits-efae0973d6a22ee7,libuuid-16a900a82062a67a,libgetrandom-f95d5aeaf2e7b3af,libreqwest-c680dcd7cb80d691,libserde_urlencoded-fe58facb98f9a212,libryu-96e4827cb8e74ef1,librustls_pki_types-d9016c657ae33e66,libhyper_tls-0b5811c4b5c1d5dc,libtokio_native_tls-239a758b8d122d19,libencoding_rs-e36cbb4cff8cacd8,libserde_json-9ae909d4b36762db,libzmij-d2f562b84b927b2e,libmime_guess-b3034bb6da3c56f7,libunicase-39c350669888fd67,libmime-7cbfcc84299bf52b,libtower_http-2c46b9595541c204,libiri_string-f1c5413b54c99d2e,libtower-e5d3b65925bf679d,libtower_layer-5699d784b4449e00,libnative_tls-b4d48987186157ea,libopenssl_probe-d74274d8b7245f2e,libopenssl-90d861a5bed9ae7f,libbitflags-abdfa04ff16136ba,libforeign_types-5f537df59e969067,libforeign_types_shared-eb5f1cae025af37f,libopenssl_sys-049b43d239840b53,libhyper_util-00a89ad9ba1ef3b6,libipnet-7f24c5b85fa70b77,libtower_service-222788e4f5219726,libhyper-99b9f469e403547b,libwant-4a0be0a267c8825f,libtry_lock-b2ba3b7879656042,libhttparse-2dcf90c780aed9d3,libh2-37034904430a5c92,libindexmap-b32e6afe26051abc,libequivalent-9631f206a02b9f54,libhashbrown-d0fb47154dd694bf,libfnv-2a26f5d3b9cd4973,libtokio_util-fa93d3e7cfd1b987,libpin_utils-edd6e294c1e21a4f,libatomic_waker-f98c2fb1596910db,libfutures_util-a40988d83e0b897b,libmemchr-d8218b780a78fe0a,libfutures_io-e1af3a1b997b1c01,libslab-6f51d9019150979e,libfutures_channel-fa74799ac390873e,libfutures_task-02cf0fb977266c2e,libtokio-08cba4798603c163,libsignal_hook_registry-2756cfcce0011620,liberrno-d9c69987c87e1467,libsocket2-b4690ac25538134d,libmio-c5a9cb1e5744aa20,libparking_lot-745da6643f91b65d,libparking_lot_core-0fcbac7f789b0f80,libhttp_body_util-51ac6181adb5452a,libhttp_body-112e6cca9463065d,liblog-753a0cb3f11b08fe,liburl-1e004e749a9be0e1,libidna-fe7fa508c619ede2,libutf8_iter-efb3984ee203d151,libidna_adapter-ea9c0edcc08f1055,libicu_properties-b04513694d212ce2,libicu_properties_data-7e155758dd6ea0a4,libicu_normalizer-4a1ca22af8e2e3b7,libsmallvec-128704011005142e,libicu_normalizer_data-e4349eb9146e5fe1,libicu_collections-52d512b9e4303355,libpotential_utf-40bb1a57821f7681,libicu_provider-a3b003c4cfc36199,libicu_locale_core-d003d5c09beb97ba,libtinystr-1c0e54ab2b3c383e,liblitemap-d0ce52a8e9251912,libwriteable-9b3c58e63c9ae012,libzerovec-f21bdda71196f987,libzerotrie-513c62933a2627b8,libyoke-1022893aeefe0ed3,libstable_deref_trait-646f6b28b9520b3d,libzerofrom-b9e8365a3cb5828c,libform_urlencoded-e63e84c134db7b31,libpercent_encoding-99cdb00cefa02ca0,libhttp-db17fbb5ab25270d,libitoa-d7c2333f8dedd037,libbytes-a6415339708e1154,libsync_wrapper-096429d0b7f46333,libed25519_dalek-3d7c5139de2fd42c,libsha2-f14132cc5e25c994,libcurve25519_dalek-076edcdef2d6b649,libcpufeatures-bb85f9e0eaf4b5a3,libed25519-40a3b305d1f21a19,libsignature-2899431d773e48bc,librand_core-0b9453346f000632,libdigest-2e66c430bfc9e075,libsubtle-736966d7972c96b8,libconst_oid-31bf52a9edb7c9ff,libblock_buffer-66163b3a4ec2b599,libcrypto_common-5d710f935280051c,libgeneric_array-405d378116b53a9b,libtypenum-8388f334d4574afe,libzeroize-e5ba3babb6b7003b,libbase64-fff42f7554bbeb90,libanyhow-6d4397a04fb0f153,libthiserror-5918b536006ff8c6,libtracing-ff952079aa490353,libpin_project_lite-5ffafa3f2ed0bb57,libtracing_core-5bf54009919d6314,libonce_cell-db8f3eed2a1f3f7b,libflume-02c75808a309d5ad,libfutures_sink-59b73d2c5a0fb80d,libfutures_core-3e8ff8c6a8ead7f1,libnanorand-2320a657e73d38ef,libgetrandom-79901163d972db76,libcfg_if-cad248e7066eec15,libspin-41051cad427a38c8,liblock_api-ff2db0b8acf8234a,libscopeguard-88d64e99d3001c2a,libserde-dc0244b96078c540,libserde_core-1651d161ca9c90ea,libmemmap2-0ec7a0f15b4c9044,liblibc-0e890954913dc77e}.rlib" "/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" "-llighter-signer-linux-amd64" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/examples/rustciS4SNI/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/workdir/src/native" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/test_l2_signature-e6bd2451b6152402" "-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 `aleph-tx` (example "test_l2_signature") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "33b0bea21b48e62bef11615f1621b5f1b2d77b10c7557b3d295fc49f25e1a77e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "33b0bea21b48e62bef11615f1621b5f1b2d77b10c7557b3d295fc49f25e1a77e", kill_on_drop: false }` [INFO] [stdout] 33b0bea21b48e62bef11615f1621b5f1b2d77b10c7557b3d295fc49f25e1a77e