[INFO] cloning repository https://github.com/quininer/nosni-proxy [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/quininer/nosni-proxy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fquininer%2Fnosni-proxy", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fquininer%2Fnosni-proxy'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 37fb305cca251f29e9695c69fe90962b2392b07d [INFO] building quininer/nosni-proxy against try#334963c956d25708feab489a3816ae63f639355d for pr-135216 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fquininer%2Fnosni-proxy" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/quininer/nosni-proxy on toolchain 334963c956d25708feab489a3816ae63f639355d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/quininer/nosni-proxy [INFO] finished tweaking git repo https://github.com/quininer/nosni-proxy [INFO] tweaked toml for git repo https://github.com/quininer/nosni-proxy written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/quininer/nosni-proxy 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" "+334963c956d25708feab489a3816ae63f639355d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6d117734b563bebb739cc5cd0e4fcca49651d3cc2c7fc3e5c1b5846d9bbb009f [INFO] running `Command { std: "docker" "start" "-a" "6d117734b563bebb739cc5cd0e4fcca49651d3cc2c7fc3e5c1b5846d9bbb009f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6d117734b563bebb739cc5cd0e4fcca49651d3cc2c7fc3e5c1b5846d9bbb009f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6d117734b563bebb739cc5cd0e4fcca49651d3cc2c7fc3e5c1b5846d9bbb009f", kill_on_drop: false }` [INFO] [stdout] 6d117734b563bebb739cc5cd0e4fcca49651d3cc2c7fc3e5c1b5846d9bbb009f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f35b8672926e05dbfc72943ab9848c02fa7f5d1c4841127fb6143a90db8fb42b [INFO] running `Command { std: "docker" "start" "-a" "f35b8672926e05dbfc72943ab9848c02fa7f5d1c4841127fb6143a90db8fb42b", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling unicode-ident v1.0.13 [INFO] [stderr] Compiling libc v0.2.159 [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling itoa v1.0.11 [INFO] [stderr] Compiling pin-project-lite v0.2.14 [INFO] [stderr] Compiling bytes v1.7.2 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling futures-sink v0.3.30 [INFO] [stderr] Compiling cc v1.1.21 [INFO] [stderr] Compiling futures-core v0.3.30 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling untrusted v0.9.0 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling syn v2.0.77 [INFO] [stderr] Compiling signal-hook-registry v1.4.2 [INFO] [stderr] Compiling socket2 v0.5.7 [INFO] [stderr] Compiling mio v1.0.2 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling futures-io v0.3.30 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling futures-task v0.3.30 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling thiserror v1.0.64 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling num-conv v0.1.0 [INFO] [stderr] Compiling serde v1.0.210 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling powerfmt v0.2.0 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling time-core v0.1.2 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling time-macros v0.2.18 [INFO] [stderr] Compiling deranged v0.3.11 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling ring v0.17.8 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling indexmap v2.5.0 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling tinyvec v1.8.0 [INFO] [stderr] Compiling rustls-pki-types v1.8.0 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling http v1.1.0 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling oid-registry v0.7.1 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling time v0.3.36 [INFO] [stderr] Compiling rustls v0.21.12 [INFO] [stderr] Compiling unicode-bidi v0.3.15 [INFO] [stderr] Compiling data-encoding v2.6.0 [INFO] [stderr] Compiling unicode-normalization v0.1.24 [INFO] [stderr] Compiling rusticata-macros v4.1.0 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling pin-project-internal v0.4.30 [INFO] [stderr] Compiling linked-hash-map v0.5.6 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling httparse v1.9.4 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling rustls v0.23.13 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling http v0.2.12 [INFO] [stderr] Compiling synstructure v0.13.1 [INFO] [stderr] Compiling rustls-webpki v0.101.7 [INFO] [stderr] Compiling sct v0.7.1 [INFO] [stderr] Compiling rustls-webpki v0.102.8 [INFO] [stderr] Compiling match_cfg v0.1.0 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling atomic-waker v1.1.2 [INFO] [stderr] Compiling subtle v2.6.1 [INFO] [stderr] Compiling base64 v0.21.7 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling zeroize v1.8.1 [INFO] [stderr] Compiling try-lock v0.2.5 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling pem v3.0.4 [INFO] [stderr] Compiling rustls-pemfile v1.0.4 [INFO] [stderr] Compiling hostname v0.3.1 [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 thiserror-impl v1.0.64 [INFO] [stderr] Compiling tokio v1.40.0 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling serde_derive v1.0.210 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling asn1-rs-derive v0.5.1 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling asn1-rs-impl v0.2.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.20 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling asn1-rs v0.6.2 [INFO] [stderr] Compiling enum-as-inner v0.6.1 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling async-trait v0.1.83 [INFO] [stderr] Compiling yasna v0.5.2 [INFO] [stderr] Compiling idna v0.4.0 [INFO] [stderr] Compiling tower-service v0.3.3 [INFO] [stderr] Compiling der-parser v9.0.0 [INFO] [stderr] Compiling x509-parser v0.16.0 [INFO] [stderr] Compiling psl-types v2.0.11 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling option-ext v0.2.0 [INFO] [stderr] Compiling httpdate v1.0.3 [INFO] [stderr] Compiling winnow v0.6.19 [INFO] [stderr] Compiling ipnet v2.10.0 [INFO] [stderr] Compiling anyhow v1.0.89 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling twox-hash v1.6.3 [INFO] [stderr] Compiling resolv-conf v0.7.0 [INFO] [stderr] Compiling dirs-sys v0.4.1 [INFO] [stderr] Compiling psl v2.1.55 [INFO] [stderr] Compiling pin-project v0.4.30 [INFO] [stderr] Compiling futures-executor v0.3.30 [INFO] [stderr] Compiling tokio-util v0.7.12 [INFO] [stderr] Compiling tokio-rustls v0.24.1 [INFO] [stderr] Compiling h2 v0.3.26 [INFO] [stderr] Compiling h2 v0.4.6 [INFO] [stderr] Compiling rcgen v0.13.1 (https://github.com/quininer/rcgen?branch=signbyparams#264208ba) [INFO] [stderr] Compiling cache_2q v0.10.1 [INFO] [stderr] Compiling lru-cache v0.1.2 [INFO] [stderr] Compiling simd-adler32 v0.3.7 [INFO] [stderr] Compiling tower-layer v0.3.3 [INFO] [stderr] Compiling fdeflate v0.3.5 [INFO] [stderr] Compiling tower-happy-eyeballs v0.1.0 (https://github.com/quininer/tower-happy-eyeballs#0ab017d8) [INFO] [stderr] Compiling futures v0.3.30 [INFO] [stderr] Compiling tokio-rustls v0.26.0 [INFO] [stderr] Compiling tower-util v0.3.1 [INFO] [stderr] Compiling directories v5.0.1 [INFO] [stderr] Compiling ruzstd v0.7.2 [INFO] [stderr] Compiling http-body-util v0.1.2 [INFO] [stderr] Compiling webpki-roots v0.26.6 [INFO] [stderr] Compiling serde_spanned v0.6.7 [INFO] [stderr] Compiling toml_datetime v0.6.8 [INFO] [stderr] Compiling argh_shared v0.1.12 [INFO] [stderr] Compiling toml_edit v0.22.22 [INFO] [stderr] Compiling argh_derive v0.1.12 [INFO] [stderr] Compiling mitmca v0.1.0 (/opt/rustwide/workdir/mitmca) [INFO] [stderr] Compiling hyper v1.4.1 [INFO] [stderr] Compiling hickory-proto v0.24.1 [INFO] [stderr] Compiling argh v0.1.12 [INFO] [stderr] Compiling hyper-util v0.1.9 [INFO] [stderr] Compiling toml v0.8.19 [INFO] [stderr] Compiling hickory-resolver v0.24.1 [INFO] [stderr] Compiling nosni-proxy v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/334963c956d25708feab489a3816ae63f639355d/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/334963c956d25708feab489a3816ae63f639355d/lib/rustlib/x86_64-unknown-linux-gnu/bin/self-contained:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-m64" "/tmp/rustcpigRYv/symbols.o" "<17 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libtoml-508268962d04092e.rlib,libtoml_edit-7dce32c4eac9e718.rlib,libserde_spanned-d2f8a59532d6b5fa.rlib,libwinnow-547f1a319e8184d1.rlib,libtoml_datetime-868c9e858476cb43.rlib,libwebpki_roots-2b7e832fceb967fc.rlib,libruzstd-25a3aa04ca38f113.rlib,libtwox_hash-abd956d027f6f5f5.rlib,libstatic_assertions-d53a9977dc6e27e5.rlib,libfdeflate-b6b4d7abfd841840.rlib,libsimd_adler32-eda01a159841bab2.rlib,libhttp_body_util-58a0b28a2028e44a.rlib,libhyper_util-695528465b32f8d7.rlib,libhyper-6f5e6705c703072a.rlib,libwant-0f3c3ee377cad37f.rlib,libtry_lock-aabba5e3d97e6b57.rlib,libhttparse-9fd62e97bab6f1f1.rlib,libh2-a5a6bf02460ecc7d.rlib,libatomic_waker-001109810bdecbaa.rlib,libhttpdate-9f9d2502c6a38412.rlib,libhttp_body-1a901f2285d9cead.rlib,libhttp-f01a5b401dfb15e8.rlib,libdirectories-3d5e03a3c708ddfe.rlib,libdirs_sys-7311645a9824be4b.rlib,liboption_ext-23838f1959a6156b.rlib,libargh-55c510a2095bb358.rlib,libargh_shared-28779684ae3400c6.rlib,libhickory_resolver-3b58a85192b8ee08.rlib,libresolv_conf-ff06bb32536ab2bb.rlib,libhostname-c637836468dadccf.rlib,libmatch_cfg-f93ef260abd93f75.rlib,libquick_error-d40abd8d97f0f2e3.rlib,liblru_cache-c0d43ae809a50523.rlib,libhickory_proto-f50070901004e919.rlib,librustls_pemfile-c56e6940cc22dba4.rlib,libbase64-64299f9d815d057c.rlib,liburl-8722145e2cc37eb6.rlib,libidna-224272d01dfc9a95.rlib,libform_urlencoded-a5edb5174711de82.rlib,libpercent_encoding-9bee39bbc5bd523a.rlib,libipnet-997a95cc7514258e.rlib,libidna-aa408a864d85e7ce.rlib,libunicode_normalization-6e95056299e99db3.rlib,libunicode_bidi-625e08feb990b286.rlib,libtinyvec-319ff0b4394c279d.rlib,libtinyvec_macros-1c14e8980bff1229.rlib,libtokio_rustls-51310ccf81cced06.rlib,librustls-39fad5c60a7353be.rlib,libsct-d6cc29422bc888a1.rlib,libwebpki-d64ad4a703de79b4.rlib,liblog-5fb51f756c1191b0.rlib,libh2-ae966e43e65fa0ba.rlib,libtracing-c3c286d685ef55e6.rlib,libtracing_core-2e5058304bee1886.rlib,libindexmap-3e1330b84b3857ac.rlib,libequivalent-fdc46004df91ad08.rlib,libhashbrown-5d9404f16ad26a3c.rlib,libhttp-a5680a09d27e6e78.rlib,libfnv-2d77ec4f6f971b24.rlib,libtokio_util-6e89c732523fdd06.rlib,libring-46f8b8c1a2e63c9a.rlib,libspin-bd5c65b66a03de3f.rlib,libuntrusted-4c6cc551cc2c6e70.rlib,libmitmca-4d70fdd60e1415ee.rlib,librand-166c648913c8015a.rlib,librand_chacha-51fb9a867f2edb38.rlib,libppv_lite86-f81db7ef2cfabbde.rlib,libzerocopy-8be048dbb9946b5b.rlib,libbyteorder-7df9ab1ae37e1368.rlib,librand_core-0109c65c3dfff0dc.rlib,librcgen-a7052997e9fa74b5.rlib,libx509_parser-ff353a2896d8603f.rlib,libdata_encoding-02a524d0cb7bb851.rlib,liblazy_static-b3603208c0de2608.rlib,liboid_registry-b56226425ca85dd3.rlib,libder_parser-48ce576a2f0956da.rlib,libnum_bigint-d362aee2ea840600.rlib,libnum_integer-d60f93b0cff89f28.rlib,libasn1_rs-4e53dc4aea105e2d.rlib,librusticata_macros-368304c0735b297e.rlib,libnom-2634eb9b7f5f7aae.rlib,libnum_traits-969131c5a56d80c8.rlib,libpem-41cc7cef3cdcf307.rlib,libbase64-199b680f6a01647b.rlib,libyasna-98dc3405bf0f6d42.rlib,libcache_2q-a2ed803ccb36563f.rlib,liblinked_hash_map-40ad1551522f3eec.rlib,libpsl-639158e2061b2a3c.rlib,libpsl_types-fd0d8ee12106f23e.rlib,libtime-a1cc7c711a43f5c8.rlib,libitoa-4c6598116a867907.rlib,libtime_core-4e44e5dcd53c485d.rlib,libnum_conv-2c976fbf8b8f2899.rlib,libderanged-9df638cca9ea2119.rlib,libpowerfmt-a0c185df26c26a22.rlib,libthiserror-fa3d87d4a0118101.rlib,libtower_happy_eyeballs-5187a3b62e9be70b.rlib,libtower_util-dc013ea26bcda10f.rlib,libpin_project-c31cda7d9365e232.rlib,libtower_service-0d7df29686b13872.rlib,libtower_layer-d70c7e404336389b.rlib,libfutures-c12a598f694814e3.rlib,libfutures_executor-82a85f9283740cfa.rlib,libfutures_util-82a1a29199efb221.rlib,libmemchr-3ffe5f7a52883367.rlib,libfutures_io-1e8dd8eeffe2c5f5.rlib,libslab-073199f209252607.rlib,libfutures_channel-a814b7bed2279676.rlib,libfutures_sink-ba628c80fbee78b4.rlib,libfutures_task-a34acde6ee26d4ab.rlib,libpin_utils-9a5791cba021167a.rlib,libfutures_core-2da63d8c7891ede1.rlib,libanyhow-87f0d703eba785b6.rlib,libserde-2b44d446b3ee791e.rlib,libtokio_rustls-ab45388eda86acb9.rlib,libtokio-1025afd1b86acdee.rlib,libsignal_hook_registry-95291193597956df.rlib,libsocket2-c94dfeaac185faa7.rlib,libbytes-76f23c7bd2b8c31b.rlib,libmio-7e03a3ee041a7093.rlib,libparking_lot-835614f174094a68.rlib,libparking_lot_core-fdb77df60a2b1425.rlib,libsmallvec-e2fbd282c83e646d.rlib,liblock_api-37dd246897ecc0fc.rlib,libscopeguard-d52bd00767847e44.rlib,libpin_project_lite-e0c50e8704e39276.rlib,librustls-3742813133ed694b.rlib,libsubtle-ca7024fc66e4388f.rlib,libwebpki-ac37528135ad605b.rlib,libring-0e957f3cb0fddd36.rlib,libgetrandom-7822f1862da72964.rlib,liblibc-72df2d60425be7f7.rlib,libspin-b0f789aa2a8dd050.rlib,libuntrusted-3420b86308bec153.rlib,libcfg_if-33ef6c02a07f9fec.rlib,libonce_cell-24c5d665b6879050.rlib,libzeroize-ead98f074a37f829.rlib,librustls_pki_types-ccf8f8faa3f33558.rlib}" "/opt/rustwide/rustup-home/toolchains/334963c956d25708feab489a3816ae63f639355d/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-d6f1d924b2f4233e.rlib,libpanic_unwind-00eb06e39850f679.rlib,libobject-d0382f11baa011b6.rlib,libmemchr-b7e2e2c1a7e4643d.rlib,libaddr2line-30ced7f1999cfa29.rlib,libgimli-3ee7e14c58e31ebd.rlib,librustc_demangle-a4f649bba77ffcc5.rlib,libstd_detect-c89a3ce7ad7c3dbd.rlib,libhashbrown-e1ce1d3d110c6707.rlib,librustc_std_workspace_alloc-e0604fecbf0f39dc.rlib,libminiz_oxide-0a9c6172f04822cc.rlib,libadler2-14a33f7117abcee7.rlib,libunwind-24c16adbe5e57356.rlib,libcfg_if-d2688d4a5c8e415b.rlib,liblibc-8ff7ba6d97853f27.rlib,liballoc-5c001d095eb077ec.rlib,librustc_std_workspace_core-395a38b8e0851c9b.rlib,libcore-d453bab70303062c.rlib,libcompiler_builtins-dd545221bb4f4734.rlib}" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-B/opt/rustwide/rustup-home/toolchains/334963c956d25708feab489a3816ae63f639355d/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/ring-5c3c0b8860685be3/out" "-L" "/opt/rustwide/target/debug/build/ring-dc773d447688bfbe/out" "-L" "/opt/rustwide/rustup-home/toolchains/334963c956d25708feab489a3816ae63f639355d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/nosni_proxy-6073ad509fe8bbe8" "-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 7 [Bus error], core dumped [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `nosni-proxy` (bin "nosni-proxy") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "f35b8672926e05dbfc72943ab9848c02fa7f5d1c4841127fb6143a90db8fb42b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f35b8672926e05dbfc72943ab9848c02fa7f5d1c4841127fb6143a90db8fb42b", kill_on_drop: false }` [INFO] [stdout] f35b8672926e05dbfc72943ab9848c02fa7f5d1c4841127fb6143a90db8fb42b