[INFO] cloning repository https://github.com/sklirg/cutter [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sklirg/cutter" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsklirg%2Fcutter", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsklirg%2Fcutter'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4c2e669baf4b3114148e62f2cf0378423fc864a6 [INFO] testing sklirg/cutter against try#a7ce54db9b096bd1098d07c645b489195a667c9f for pr-137940 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsklirg%2Fcutter" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sklirg/cutter on toolchain a7ce54db9b096bd1098d07c645b489195a667c9f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a7ce54db9b096bd1098d07c645b489195a667c9f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/sklirg/cutter [INFO] finished tweaking git repo https://github.com/sklirg/cutter [INFO] tweaked toml for git repo https://github.com/sklirg/cutter written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/sklirg/cutter 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" "+a7ce54db9b096bd1098d07c645b489195a667c9f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+a7ce54db9b096bd1098d07c645b489195a667c9f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9057e900800d8f648358a3bec83176a1cb7a6db4b699da5b6e154923ea54cb23 [INFO] running `Command { std: "docker" "start" "-a" "9057e900800d8f648358a3bec83176a1cb7a6db4b699da5b6e154923ea54cb23", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9057e900800d8f648358a3bec83176a1cb7a6db4b699da5b6e154923ea54cb23", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9057e900800d8f648358a3bec83176a1cb7a6db4b699da5b6e154923ea54cb23", kill_on_drop: false }` [INFO] [stdout] 9057e900800d8f648358a3bec83176a1cb7a6db4b699da5b6e154923ea54cb23 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+a7ce54db9b096bd1098d07c645b489195a667c9f" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 54ff29f3cf1064f7ed2e7f9f53d679cb6c97125bfcf07b1874c7ddbc34e7da98 [INFO] running `Command { std: "docker" "start" "-a" "54ff29f3cf1064f7ed2e7f9f53d679cb6c97125bfcf07b1874c7ddbc34e7da98", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling libc v0.2.125 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.38 [INFO] [stderr] Compiling unicode-xid v0.2.3 [INFO] [stderr] Compiling syn v1.0.94 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling once_cell v1.10.0 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling smallvec v1.8.0 [INFO] [stderr] Compiling bytes v1.1.0 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling pin-project-lite v0.2.9 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling itoa v1.0.2 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling futures-sink v0.3.21 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling parking_lot_core v0.8.2 [INFO] [stderr] Compiling mio v0.7.14 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling indexmap v1.8.1 [INFO] [stderr] Compiling tracing-core v0.1.26 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling fnv v1.0.6 [INFO] [stderr] Compiling num_threads v0.1.6 [INFO] [stderr] Compiling either v1.5.1 [INFO] [stderr] Compiling http v0.2.7 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling time v0.3.9 [INFO] [stderr] Compiling httparse v1.7.1 [INFO] [stderr] Compiling ryu v1.0.10 [INFO] [stderr] Compiling tower-service v0.3.1 [INFO] [stderr] Compiling try-lock v0.2.2 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling socket2 v0.4.4 [INFO] [stderr] Compiling httpdate v1.0.2 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling semver v1.0.9 [INFO] [stderr] Compiling bytes-utils v0.1.2 [INFO] [stderr] Compiling openssl-probe v0.1.2 [INFO] [stderr] Compiling http-body v0.4.4 [INFO] [stderr] Compiling tower-layer v0.3.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.8 [INFO] [stderr] Compiling aws-smithy-types v0.42.0 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling fastrand v1.7.0 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling crossbeam-epoch v0.9.8 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling aws-smithy-eventstream v0.42.0 [INFO] [stderr] Compiling aws-types v0.12.0 [INFO] [stderr] Compiling zeroize v1.5.5 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling rayon-core v1.9.3 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling proc-macro2 v0.4.27 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling crossbeam-channel v0.5.4 [INFO] [stderr] Compiling rayon v1.5.3 [INFO] [stderr] Compiling sct v0.6.1 [INFO] [stderr] Compiling webpki v0.21.4 [INFO] [stderr] Compiling ct-logs v0.8.0 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling miniz_oxide v0.5.1 [INFO] [stderr] Compiling rustls v0.19.1 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling getrandom v0.2.6 [INFO] [stderr] Compiling syn v0.15.30 [INFO] [stderr] Compiling xmlparser v0.13.3 [INFO] [stderr] Compiling nanorand v0.7.0 [INFO] [stderr] Compiling aws-smithy-xml v0.42.0 [INFO] [stderr] Compiling regex v1.5.5 [INFO] [stderr] Compiling quote v0.6.11 [INFO] [stderr] Compiling deflate v1.0.0 [INFO] [stderr] Compiling spin v0.9.3 [INFO] [stderr] Compiling num-rational v0.4.0 [INFO] [stderr] Compiling num-iter v0.1.37 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling weezl v0.1.6 [INFO] [stderr] Compiling urlencoding v2.1.0 [INFO] [stderr] Compiling aws-smithy-query v0.42.0 [INFO] [stderr] Compiling flate2 v1.0.23 [INFO] [stderr] Compiling rustls-native-certs v0.5.0 [INFO] [stderr] Compiling inflate v0.4.5 [INFO] [stderr] Compiling aws-smithy-json v0.42.0 [INFO] [stderr] Compiling threadpool v1.8.1 [INFO] [stderr] Compiling os_str_bytes v6.0.1 [INFO] [stderr] Compiling serde v1.0.89 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling tokio-macros v1.7.0 [INFO] [stderr] Compiling futures-macro v0.3.21 [INFO] [stderr] Compiling tracing-attributes v0.1.21 [INFO] [stderr] Compiling pin-project-internal v1.0.10 [INFO] [stderr] Compiling jpeg-decoder v0.2.6 [INFO] [stderr] Compiling tokio v1.16.1 [INFO] [stderr] Compiling bit_field v0.10.1 [INFO] [stderr] Compiling half v1.8.2 [INFO] [stderr] Compiling pin-project v1.0.10 [INFO] [stderr] Compiling lebe v0.5.1 [INFO] [stderr] Compiling flume v0.10.12 [INFO] [stderr] Compiling tracing v0.1.34 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling serde_derive v1.0.89 [INFO] [stderr] Compiling gif v0.11.3 [INFO] [stderr] Compiling tiff v0.7.2 [INFO] [stderr] Compiling exr v1.4.2 [INFO] [stderr] Compiling clap_derive v3.1.18 [INFO] [stderr] Compiling clap_lex v0.2.0 [INFO] [stderr] Compiling png v0.17.5 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling md5 v0.7.0 [INFO] [stderr] Compiling bytemuck v1.9.1 [INFO] [stderr] Compiling textwrap v0.15.0 [INFO] [stderr] Compiling termcolor v1.1.3 [INFO] [stderr] Compiling scoped_threadpool v0.1.9 [INFO] [stderr] Compiling clap v3.1.18 [INFO] [stderr] Compiling image v0.24.2 [INFO] [stderr] Compiling tokio-util v0.7.2 [INFO] [stderr] Compiling tower v0.4.12 [INFO] [stderr] Compiling tokio-rustls v0.22.0 [INFO] [stderr] Compiling tokio-stream v0.1.8 [INFO] [stderr] Compiling h2 v0.3.13 [INFO] [stderr] Compiling aws-smithy-async v0.42.0 [INFO] [stderr] Compiling hyper v0.14.18 [INFO] [stderr] Compiling aws-smithy-http v0.42.0 [INFO] [stderr] Compiling hyper-rustls v0.22.1 [INFO] [stderr] Compiling aws-smithy-http-tower v0.42.0 [INFO] [stderr] Compiling aws-sigv4 v0.12.0 [INFO] [stderr] Compiling aws-smithy-client v0.42.0 [INFO] [stderr] Compiling aws-sig-auth v0.12.0 [INFO] [stderr] Compiling aws-endpoint v0.12.0 [INFO] [stderr] Compiling aws-http v0.12.0 [INFO] [stderr] Compiling aws-sdk-sso v0.12.0 [INFO] [stderr] Compiling aws-sdk-sts v0.12.0 [INFO] [stderr] Compiling aws-sdk-s3 v0.12.0 [INFO] [stderr] Compiling aws-config v0.12.0 [INFO] [stderr] Compiling cutter v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> src/cutter/imageprocessing.rs:90:17 [INFO] [stdout] | [INFO] [stdout] 90 | RasterError(String), [INFO] [stdout] | ----------- ^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `TransformError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 90 - RasterError(String), [INFO] [stdout] 90 + RasterError(()), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcLsLD6J/symbols.o" "<17 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libaws_sdk_s3-ab212f3bde6b004f.rlib,libmd5-8b7359041afc81b3.rlib,libaws_config-e81572c402c1dc18.rlib,libaws_sdk_sso-ca62890c907748c2.rlib,libaws_smithy_json-f54d8438468532cd.rlib,libaws_sdk_sts-ba65583997fa6782.rlib,libaws_smithy_query-7c8a4367060f0a1c.rlib,liburlencoding-685ac8363793e892.rlib,libaws_smithy_xml-903beadf80ff6065.rlib,libxmlparser-f2943ca903ccc7a0.rlib,libaws_sig_auth-f38f7156c7657988.rlib,libaws_sigv4-15193df634818cf2.rlib,libform_urlencoded-689ec892f07ab226.rlib,libmatches-ae807cfe442355e3.rlib,libhex-28742b4ca144387c.rlib,libaws_http-a189a4d7a26b3a78.rlib,libaws_endpoint-89639ec7e51e3f01.rlib,libregex-67ae917a758b3bad.rlib,libaho_corasick-1f83a2fb3c683d84.rlib,libregex_syntax-a8b7a392e3a16251.rlib,libaws_types-1a507984853f6d6a.rlib,libaws_smithy_client-9799a3fdff9a8324.rlib,libhyper_rustls-3caa2e443f8bce4f.rlib,libct_logs-724b706bfc949c85.rlib,librustls_native_certs-001b62649bb8ccd6.rlib,libopenssl_probe-23c138501dcbbcd4.rlib,libtokio_rustls-0c570ee397a6738c.rlib,librustls-3288237cd865f22d.rlib,libbase64-beb813779272318b.rlib,libsct-f2857fc3c802ec8c.rlib,libwebpki-f5191eadba3dd008.rlib,libring-23bb3f5c55398b92.rlib,libspin-bd5c65b66a03de3f.rlib,libuntrusted-4c6cc551cc2c6e70.rlib,libfastrand-cd0e0f68b19f0b17.rlib,libaws_smithy_http_tower-9d49d8f4a1d8ea65.rlib,libtower-ff0227b19863247c.rlib,libtower_layer-ef285fdda87a29e6.rlib,libaws_smithy_http-3f6e3a31c15be93e.rlib,libhyper-4f6af19e0afb3bbe.rlib,libwant-a1098c6a651aae41.rlib,libtry_lock-f1ba073d20722912.rlib,libsocket2-30ae248a89312de2.rlib,libhttparse-f8c79c10c33e7561.rlib,libh2-7a126e5dd3565517.rlib,libtokio_util-da65e7e87314f037.rlib,libtower_service-2dc84133e3370862.rlib,libfutures_channel-dfba95b755bc174f.rlib,libbytes_utils-3955246a4552629b.rlib,libaws_smithy_eventstream-1dc4dcaaa4ce685c.rlib,libtracing-49bb9f23acac4431.rlib,libtracing_core-9128a04c454b56e5.rlib,libpercent_encoding-d8e5e041794fd24f.rlib,libhttp_body-b8a6fa68ded44782.rlib,libhttp-24c00959d3d89faf.rlib,libfnv-12606c81bfa8a024.rlib,libaws_smithy_async-258bdcd31cfc2ea2.rlib,libtokio_stream-9ce60e783b54df51.rlib,libfutures_util-48d9db1f53c8f998.rlib,libslab-ab64617c0d711aec.rlib,libfutures_task-afb9c1864d7183c6.rlib,libpin_utils-9a5791cba021167a.rlib,libzeroize-90aa3310bb27c2aa.rlib,libaws_smithy_types-23b272012051af2a.rlib,libryu-f19fc280bc21c12d.rlib,libitoa-664e30a1b3449410.rlib,libtime-6d4698af4e5b01e9.rlib,libtokio-d0c50bd2c00ec682.rlib,libsignal_hook_registry-c496c247f0a57a61.rlib,libmemchr-c03d851e398fde9c.rlib,libonce_cell-f2975474530e33fc.rlib,libbytes-8210432e63828fd8.rlib,libmio-14c906564d97e8a7.rlib,liblog-65ce858a5d32dc0e.rlib,libpin_project_lite-97c4b49af6812166.rlib,libparking_lot-56a2a0b9fad753e8.rlib,libparking_lot_core-6fab5f64d886e9de.rlib,libinstant-4d6645a170db77ef.rlib,libimage-f9b7949d5b34d047.rlib,libbytemuck-52298eac1294a570.rlib,libpng-f82e632c101c7b16.rlib,libnum_iter-62dd08499fded972.rlib,libscoped_threadpool-ea80625569c7ab31.rlib,libnum_rational-5f70f28b2bc7cb59.rlib,libnum_integer-a438382b342f9e1d.rlib,libgif-ac2bdd78336884f1.rlib,libcolor_quant-fa7ff1de0e6ea74b.rlib,libbyteorder-379f547b04d51d02.rlib,libnum_traits-e64c6d2d62895d2c.rlib,libtiff-d7d71528a617f1af.rlib,libflate2-065a862446b9ecc1.rlib,libminiz_oxide-dd076940a9acaf3a.rlib,libadler-f4caa73e14204bdd.rlib,libcrc32fast-56a2f8bd1095fa00.rlib,libweezl-7bf2a096968eefe0.rlib,libjpeg_decoder-703fa0893ab9f29c.rlib,librayon-b8149d485161cc1b.rlib,librayon_core-e8b5abf63ae2b811.rlib,libcrossbeam_deque-d74a1eee692d53a4.rlib,libcrossbeam_epoch-dc3f779fecea6420.rlib,libmemoffset-e3be71a08382b567.rlib,libcrossbeam_channel-9cceb0cf36f65b9c.rlib,libcrossbeam_utils-7d3008ac21fd10a0.rlib,libeither-0858b233934aaa25.rlib,libexr-18a6e2072ffeff50.rlib,libflume-cb1871a83e864937.rlib,libspin-d7890f9a6f52fefb.rlib,liblock_api-dccc8bceca04d50a.rlib,libscopeguard-43643e546252cd47.rlib,libpin_project-d5718978b17d2f8d.rlib,libfutures_sink-f201b7c6878a02c8.rlib,libfutures_core-c7ed43a6e707032f.rlib,libnanorand-c3b0d0ffb45a455b.rlib,libgetrandom-4b38b3a0161d3885.rlib,libcfg_if-33ef6c02a07f9fec.rlib,libthreadpool-d037a3e8a2779467.rlib,libnum_cpus-d60bf4f7f5e9c52c.rlib,libbit_field-3bd4094a19dba49f.rlib,libinflate-c69cb21a6df21e8b.rlib,libdeflate-118e9fe56c1dd4a0.rlib,libadler32-884c7c82211a01d9.rlib,liblebe-a78c21e1cdcddeef.rlib,libhalf-b57b44b63c8ec328.rlib,libsmallvec-8d41774e3decd5e4.rlib,libclap-b58c1de244fdec0c.rlib,libstrsim-d620f0ade87b0f1f.rlib,libatty-82cfc2e8253c9b2e.rlib,liblibc-774b411048d98fe2.rlib,libtermcolor-3421dff75a1a6c35.rlib,libtextwrap-d4e5dbd11df5deb0.rlib,libindexmap-22450027ab3c0c5f.rlib,libhashbrown-6be3a3b5258097e1.rlib,libclap_lex-1364021afe3b89da.rlib,libos_str_bytes-5445c272b7e106f7.rlib,libbitflags-e2b4db6c651223da.rlib,liblazy_static-2bb390fee0230a38.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" "-L" "/tmp/rustcLsLD6J/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,-znostart-stop-gc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/ring-ed8ccfdf83f09688/out" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/cutter-a75c9da200013c56" "-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: PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace. [INFO] [stdout] 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 `cutter` (bin "cutter") due to 1 previous error; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "54ff29f3cf1064f7ed2e7f9f53d679cb6c97125bfcf07b1874c7ddbc34e7da98", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "54ff29f3cf1064f7ed2e7f9f53d679cb6c97125bfcf07b1874c7ddbc34e7da98", kill_on_drop: false }` [INFO] [stdout] 54ff29f3cf1064f7ed2e7f9f53d679cb6c97125bfcf07b1874c7ddbc34e7da98