[INFO] cloning repository https://github.com/snltd/aur-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/snltd/aur-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsnltd%2Faur-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsnltd%2Faur-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7e20238244cecba95c1253a9895ea1ca6c4042bc [INFO] testing snltd/aur-rs against try#a7ce54db9b096bd1098d07c645b489195a667c9f for pr-137940 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsnltd%2Faur-rs" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/snltd/aur-rs 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/snltd/aur-rs [INFO] finished tweaking git repo https://github.com/snltd/aur-rs [INFO] tweaked toml for git repo https://github.com/snltd/aur-rs written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/snltd/aur-rs 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-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 3ac71238dcaa8cdfaed0c1bd2aaf5b56f123827b7296e9ca466c9fcaf95afac9 [INFO] running `Command { std: "docker" "start" "-a" "3ac71238dcaa8cdfaed0c1bd2aaf5b56f123827b7296e9ca466c9fcaf95afac9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3ac71238dcaa8cdfaed0c1bd2aaf5b56f123827b7296e9ca466c9fcaf95afac9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3ac71238dcaa8cdfaed0c1bd2aaf5b56f123827b7296e9ca466c9fcaf95afac9", kill_on_drop: false }` [INFO] [stdout] 3ac71238dcaa8cdfaed0c1bd2aaf5b56f123827b7296e9ca466c9fcaf95afac9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] a8c903697399a65e0a6afe4bd691ac9ebdbd10735cacece73a61f39080aee00c [INFO] running `Command { std: "docker" "start" "-a" "a8c903697399a65e0a6afe4bd691ac9ebdbd10735cacece73a61f39080aee00c", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.93 [INFO] [stderr] Compiling unicode-ident v1.0.16 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling simd-adler32 v0.3.7 [INFO] [stderr] Compiling libc v0.2.169 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling adler2 v2.0.0 [INFO] [stderr] Compiling serde v1.0.217 [INFO] [stderr] Compiling miniz_oxide v0.8.3 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling anyhow v1.0.95 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling once_cell v1.20.2 [INFO] [stderr] Compiling crc32fast v1.4.2 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling syn v2.0.98 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling built v0.7.5 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling aligned-vec v0.5.0 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling flate2 v1.0.35 [INFO] [stderr] Compiling rav1e v0.7.1 [INFO] [stderr] Compiling v_frame v0.3.8 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling bitflags v2.8.0 [INFO] [stderr] Compiling log v0.4.25 [INFO] [stderr] Compiling utf8parse v0.2.2 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling anstyle-parse v0.2.6 [INFO] [stderr] Compiling simd_helpers v0.1.0 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling quick-error v2.0.1 [INFO] [stderr] Compiling linux-raw-sys v0.4.15 [INFO] [stderr] Compiling hashbrown v0.15.2 [INFO] [stderr] Compiling noop_proc_macro v0.3.0 [INFO] [stderr] Compiling portable-atomic v1.10.0 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.1 [INFO] [stderr] Compiling getrandom v0.3.1 [INFO] [stderr] Compiling new_debug_unreachable v1.0.6 [INFO] [stderr] Compiling colorchoice v1.0.3 [INFO] [stderr] Compiling weezl v0.1.8 [INFO] [stderr] Compiling anstyle v1.0.10 [INFO] [stderr] Compiling imgref v1.11.0 [INFO] [stderr] Compiling num-rational v0.4.2 [INFO] [stderr] Compiling anstyle-query v1.1.2 [INFO] [stderr] Compiling bitstream-io v2.6.0 [INFO] [stderr] Compiling anstream v0.6.18 [INFO] [stderr] Compiling loop9 v0.1.5 [INFO] [stderr] Compiling indexmap v2.7.1 [INFO] [stderr] Compiling avif-serialize v0.8.2 [INFO] [stderr] Compiling av1-grain v0.2.3 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling fdeflate v0.3.7 [INFO] [stderr] Compiling zune-inflate v0.2.54 [INFO] [stderr] Compiling half v2.4.1 [INFO] [stderr] Compiling lebe v0.5.2 [INFO] [stderr] Compiling jpeg-decoder v0.3.1 [INFO] [stderr] Compiling maybe-rayon v0.1.1 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling byteorder-lite v0.1.0 [INFO] [stderr] Compiling unicode-width v0.2.0 [INFO] [stderr] Compiling bit_field v0.10.2 [INFO] [stderr] Compiling clap_lex v0.7.4 [INFO] [stderr] Compiling rgb v0.8.50 [INFO] [stderr] Compiling bytemuck v1.21.0 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling zune-core v0.4.12 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling winnow v0.7.1 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling zune-jpeg v0.4.14 [INFO] [stderr] Compiling clap_builder v4.5.27 [INFO] [stderr] Compiling tiff v0.9.1 [INFO] [stderr] Compiling gif v0.13.1 [INFO] [stderr] Compiling qoi v0.4.1 [INFO] [stderr] Compiling png v0.17.16 [INFO] [stderr] Compiling image-webp v0.2.1 [INFO] [stderr] Compiling serde_derive v1.0.217 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling profiling-procmacros v1.0.16 [INFO] [stderr] Compiling profiling v1.0.16 [INFO] [stderr] Compiling arg_enum_proc_macro v0.3.4 [INFO] [stderr] Compiling num-derive v0.4.2 [INFO] [stderr] Compiling clap_derive v4.5.28 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling console v0.15.10 [INFO] [stderr] Compiling exr v1.73.0 [INFO] [stderr] Compiling number_prefix v0.4.0 [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling indicatif v0.17.11 [INFO] [stderr] Compiling tempfile v3.16.0 [INFO] [stderr] Compiling metaflac v0.2.8 [INFO] [stderr] Compiling clap v4.5.28 [INFO] [stderr] Compiling terminal_size v0.4.1 [INFO] [stderr] Compiling id3 v1.16.1 [INFO] [stderr] Compiling unidecode v0.3.0 [INFO] [stderr] Compiling mp3-metadata v0.3.4 [INFO] [stderr] Compiling colored v3.0.0 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling ravif v0.11.11 [INFO] [stderr] Compiling image v0.25.5 [INFO] [stderr] Compiling toml_datetime v0.6.8 [INFO] [stderr] Compiling serde_spanned v0.6.8 [INFO] [stderr] Compiling toml_edit v0.22.23 [INFO] [stderr] Compiling toml v0.8.19 [INFO] [stderr] Compiling aur v2.3.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 51s [INFO] running `Command { std: "docker" "inspect" "a8c903697399a65e0a6afe4bd691ac9ebdbd10735cacece73a61f39080aee00c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a8c903697399a65e0a6afe4bd691ac9ebdbd10735cacece73a61f39080aee00c", kill_on_drop: false }` [INFO] [stdout] a8c903697399a65e0a6afe4bd691ac9ebdbd10735cacece73a61f39080aee00c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d24c943efb7523970f1877d9cadcb234828bb1ad0ad8034f9bc8b01cbed48424 [INFO] running `Command { std: "docker" "start" "-a" "d24c943efb7523970f1877d9cadcb234828bb1ad0ad8034f9bc8b01cbed48424", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling object v0.36.7 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling gimli v0.31.1 [INFO] [stderr] Compiling unicode-xid v0.2.6 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling rustc-demangle v0.1.24 [INFO] [stderr] Compiling serde_json v1.0.138 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling predicates-core v1.0.9 [INFO] [stderr] Compiling is-terminal v0.4.15 [INFO] [stderr] Compiling termtree v0.5.1 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling bstr v1.11.3 [INFO] [stderr] Compiling difflib v0.4.0 [INFO] [stderr] Compiling ryu v1.0.19 [INFO] [stderr] Compiling itoa v1.0.14 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling predicates v3.1.3 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling colored v1.9.4 [INFO] [stderr] Compiling predicates-tree v1.0.12 [INFO] [stderr] Compiling av1-grain v0.2.3 [INFO] [stderr] Compiling synstructure v0.12.6 [INFO] [stderr] Compiling difference v2.0.0 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling rav1e v0.7.1 [INFO] [stderr] Compiling addr2line v0.24.2 [INFO] [stderr] Compiling environment v0.1.1 [INFO] [stderr] Compiling assert_unordered v0.3.5 [INFO] [stderr] Compiling globset v0.4.15 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling backtrace v0.3.74 [INFO] [stderr] Compiling ignore v0.4.23 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling assert_cli v0.6.3 [INFO] [stderr] Compiling globwalk v0.9.1 [INFO] [stderr] Compiling assert_fs v1.1.2 [INFO] [stderr] Compiling ravif v0.11.11 [INFO] [stderr] Compiling image v0.25.5 [INFO] [stderr] Compiling aur v2.3.1 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcvdqvA6/symbols.o" "<17 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libtoml-29d5e767d3b6d318.rlib,libtoml_edit-27e5bf50e0997a0b.rlib,libserde_spanned-bf574e6a6b91b8d0.rlib,libindexmap-7a34578bd52a8484.rlib,libequivalent-fdc46004df91ad08.rlib,libhashbrown-19954401a582c725.rlib,libwinnow-65284e31a37f4877.rlib,libtoml_datetime-a7be5b8bc5d23333.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,libunicode_width-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libterminal_size-474b795f963869fa.rlib,libunidecode-7770763bcec0c77d.rlib,libmp3_metadata-3315340c64c44970.rlib,libmetaflac-49f022e19f1fddd8.rlib,libhex-28742b4ca144387c.rlib,libid3-654594aa4db5f124.rlib,libbyteorder-1efcbe4f07366651.rlib,libserde-a9281fb72d73e533.rlib,libassert_unordered-3d243ce1b10b0f7d.rlib,libansi_term-4ffce2d8d1f5d132.rlib,libaur-e33cff718d4d8d6c.rlib,libcolored-22b52eb551a6f756.rlib,libindicatif-05bbae4098782616.rlib,libportable_atomic-1048f2c99f23cf64.rlib,libnumber_prefix-8479f39d71e80d3e.rlib,libconsole-94b0c594e0eb2dde.rlib,libunicode_width-79cfce0a776a55d3.rlib,libimage-8f4356ed93532c8b.rlib,libimage_webp-730fdb3c37498fa5.rlib,libqoi-183aa8b3eecc25a5.rlib,libpng-64e8934099d1977b.rlib,libbitflags-e2b4db6c651223da.rlib,libfdeflate-4d6164a32860a2e0.rlib,libexr-c20c47f4c0987c79.rlib,libzune_inflate-249878d2816071b4.rlib,libbit_field-eda3227a244109cb.rlib,liblebe-dd40720b17de66d8.rlib,libhalf-8828d1a34d8bd812.rlib,libsmallvec-8045c56aeb050430.rlib,libzune_jpeg-9cdcf0f80e1625d2.rlib,libzune_core-e448b15fbf642cb4.rlib,libgif-d5ddca0d037621a1.rlib,libcolor_quant-fa7ff1de0e6ea74b.rlib,libbyteorder_lite-25e78048a27d33b8.rlib,libravif-2284bcb3ccf0a8d8.rlib,libloop9-4bb62f80164107ac.rlib,libavif_serialize-5a15141fbf181aca.rlib,libquick_error-8d402ad4d863a69d.rlib,librgb-1ed681b62996bb34.rlib,librav1e-cbe81207a89f0a4a.rlib,libprofiling-4248b2d63bb62548.rlib,libav1_grain-ff69fbacae102c87.rlib,libnom-2634eb9b7f5f7aae.rlib,libnum_rational-79ec3d714b963324.rlib,libnum_bigint-4285d731a650782d.rlib,libnum_integer-2c49419fe394dbf4.rlib,libdebug_unreachable-64be8850bfcabca1.rlib,libmaybe_rayon-39f27cd482278fb7.rlib,librayon-6db06dd112b1c582.rlib,librayon_core-b1e101548e9c00e5.rlib,libv_frame-a02b88762013d9ec.rlib,libaligned_vec-ab53b3b8648dcc44.rlib,libarrayvec-41dcfe80309d7422.rlib,libthiserror-39aeb71ed356c246.rlib,libbitstream_io-cf56b29ea9eb7b84.rlib,libitertools-97851b5a067112d9.rlib,libeither-38d43fea6173fdf6.rlib,libimgref-a0e1951dfb279f53.rlib,libbytemuck-3aaadcbd34f66593.rlib,libnum_traits-9c08140b505fd33f.rlib,libtiff-94e13ccd5ae076d7.rlib,libflate2-0941f8d4edec1f07.rlib,libminiz_oxide-e4265f44921538b0.rlib,libsimd_adler32-eda01a159841bab2.rlib,libcrc32fast-ec6b1847c42b19ed.rlib,libweezl-a28855e8054185c9.rlib,libjpeg_decoder-5020c691837dd46e.rlib,libassert_fs-1063cd25526bc68b.rlib,libglobwalk-9c85b9ab6ec9630c.rlib,libignore-dfb79c7a9740d38b.rlib,libwalkdir-1a00c768f8c7f3de.rlib,libsame_file-1ceb7b6153588b15.rlib,libcrossbeam_deque-01de7023bef04d73.rlib,libcrossbeam_epoch-830ad52e7d30f47e.rlib,libcrossbeam_utils-6947cd7c51cb69a0.rlib,libglobset-a14e059b19532f22.rlib,liblog-7d65fd516d3aa4e6.rlib,libbstr-95744e6da4c4f916.rlib,libtempfile-ebebcc8be07f2332.rlib,libgetrandom-21381ea351586e17.rlib,liblibc-60646f2741300933.rlib,libfastrand-503f12a96d791409.rlib,librustix-8b1e03ade614c713.rlib,libbitflags-0dbcd73e56b9cd85.rlib,liblinux_raw_sys-b3e0a6b3ac010104.rlib,libcfg_if-33ef6c02a07f9fec.rlib,libonce_cell-debe7c411cf97340.rlib,libpredicates_tree-b3298609c489becd.rlib,libtermtree-a075e54d067ee6cb.rlib,libpredicates-0b6fcc15cec94be2.rlib,libdifflib-b5c0d174341d4249.rlib,libpredicates_core-2b501300e88847fc.rlib,libdoc_comment-0c3ad965c8452075.rlib,libregex-559452b3305f3ffc.rlib,libregex_automata-d063da7641e754a9.rlib,libaho_corasick-f95a2d77404a73d2.rlib,libmemchr-3ffe5f7a52883367.rlib,libregex_syntax-13fc688ae7f36982.rlib,libanyhow-c985e57c0ac9efb6.rlib,libclap-dd881153d25ad0b9.rlib,libclap_builder-ecf15a13cc8ed789.rlib,libstrsim-24acdad2526b95b7.rlib,libanstream-3a5850ea78bcd0e3.rlib,libanstyle_query-f0be367a66cb0b02.rlib,libis_terminal_polyfill-c14c9d53c4f80a97.rlib,libcolorchoice-dfb6701820ae12a0.rlib,libanstyle_parse-80647c630cc5391e.rlib,libutf8parse-8828ddbb63eb8bad.rlib,libclap_lex-8f7e36dc12b04c16.rlib,libanstyle-df82d657645c4a5c.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/rustcvdqvA6/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" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/aur-f63bced95bd7f4d8" "-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 `aur` (bin "aur" test) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustclfjPVu/symbols.o" "<17 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libtoml-29d5e767d3b6d318.rlib,libtoml_edit-27e5bf50e0997a0b.rlib,libserde_spanned-bf574e6a6b91b8d0.rlib,libindexmap-7a34578bd52a8484.rlib,libequivalent-fdc46004df91ad08.rlib,libhashbrown-19954401a582c725.rlib,libwinnow-65284e31a37f4877.rlib,libtoml_datetime-a7be5b8bc5d23333.rlib,libterminal_size-474b795f963869fa.rlib,librustix-8b1e03ade614c713.rlib,liblinux_raw_sys-b3e0a6b3ac010104.rlib,libunidecode-7770763bcec0c77d.rlib,libmp3_metadata-3315340c64c44970.rlib,libmetaflac-49f022e19f1fddd8.rlib,libhex-28742b4ca144387c.rlib,libid3-654594aa4db5f124.rlib,libbitflags-0dbcd73e56b9cd85.rlib,libbyteorder-1efcbe4f07366651.rlib,libserde-a9281fb72d73e533.rlib,libcolored-22b52eb551a6f756.rlib,libindicatif-05bbae4098782616.rlib,libportable_atomic-1048f2c99f23cf64.rlib,libnumber_prefix-8479f39d71e80d3e.rlib,libconsole-94b0c594e0eb2dde.rlib,liblibc-60646f2741300933.rlib,libunicode_width-79cfce0a776a55d3.rlib,libonce_cell-debe7c411cf97340.rlib,libimage-8f4356ed93532c8b.rlib,libimage_webp-730fdb3c37498fa5.rlib,libqoi-183aa8b3eecc25a5.rlib,libpng-64e8934099d1977b.rlib,libbitflags-e2b4db6c651223da.rlib,libfdeflate-4d6164a32860a2e0.rlib,libexr-c20c47f4c0987c79.rlib,libzune_inflate-249878d2816071b4.rlib,libbit_field-eda3227a244109cb.rlib,liblebe-dd40720b17de66d8.rlib,libhalf-8828d1a34d8bd812.rlib,libsmallvec-8045c56aeb050430.rlib,libzune_jpeg-9cdcf0f80e1625d2.rlib,libzune_core-e448b15fbf642cb4.rlib,libgif-d5ddca0d037621a1.rlib,libcolor_quant-fa7ff1de0e6ea74b.rlib,libbyteorder_lite-25e78048a27d33b8.rlib,libravif-2284bcb3ccf0a8d8.rlib,libloop9-4bb62f80164107ac.rlib,libavif_serialize-5a15141fbf181aca.rlib,libquick_error-8d402ad4d863a69d.rlib,librgb-1ed681b62996bb34.rlib,librav1e-cbe81207a89f0a4a.rlib,libprofiling-4248b2d63bb62548.rlib,libav1_grain-ff69fbacae102c87.rlib,libnom-2634eb9b7f5f7aae.rlib,libnum_rational-79ec3d714b963324.rlib,libnum_bigint-4285d731a650782d.rlib,libnum_integer-2c49419fe394dbf4.rlib,libdebug_unreachable-64be8850bfcabca1.rlib,libmaybe_rayon-39f27cd482278fb7.rlib,librayon-6db06dd112b1c582.rlib,librayon_core-b1e101548e9c00e5.rlib,libcrossbeam_deque-01de7023bef04d73.rlib,libcrossbeam_epoch-830ad52e7d30f47e.rlib,libcrossbeam_utils-6947cd7c51cb69a0.rlib,libv_frame-a02b88762013d9ec.rlib,libaligned_vec-ab53b3b8648dcc44.rlib,libarrayvec-41dcfe80309d7422.rlib,libthiserror-39aeb71ed356c246.rlib,libbitstream_io-cf56b29ea9eb7b84.rlib,libitertools-97851b5a067112d9.rlib,libeither-38d43fea6173fdf6.rlib,liblog-7d65fd516d3aa4e6.rlib,libimgref-a0e1951dfb279f53.rlib,libbytemuck-3aaadcbd34f66593.rlib,libnum_traits-9c08140b505fd33f.rlib,libtiff-94e13ccd5ae076d7.rlib,libflate2-0941f8d4edec1f07.rlib,libminiz_oxide-e4265f44921538b0.rlib,libsimd_adler32-eda01a159841bab2.rlib,libcrc32fast-ec6b1847c42b19ed.rlib,libcfg_if-33ef6c02a07f9fec.rlib,libweezl-a28855e8054185c9.rlib,libjpeg_decoder-5020c691837dd46e.rlib,libregex-559452b3305f3ffc.rlib,libregex_automata-d063da7641e754a9.rlib,libaho_corasick-f95a2d77404a73d2.rlib,libmemchr-3ffe5f7a52883367.rlib,libregex_syntax-13fc688ae7f36982.rlib,libanyhow-c985e57c0ac9efb6.rlib,libclap-dd881153d25ad0b9.rlib,libclap_builder-ecf15a13cc8ed789.rlib,libstrsim-24acdad2526b95b7.rlib,libanstream-3a5850ea78bcd0e3.rlib,libanstyle_query-f0be367a66cb0b02.rlib,libis_terminal_polyfill-c14c9d53c4f80a97.rlib,libcolorchoice-dfb6701820ae12a0.rlib,libanstyle_parse-80647c630cc5391e.rlib,libutf8parse-8828ddbb63eb8bad.rlib,libclap_lex-8f7e36dc12b04c16.rlib,libanstyle-df82d657645c4a5c.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/rustclfjPVu/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" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/aur-8f15ef855ea335ef" "-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 `aur` (bin "aur") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "d24c943efb7523970f1877d9cadcb234828bb1ad0ad8034f9bc8b01cbed48424", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d24c943efb7523970f1877d9cadcb234828bb1ad0ad8034f9bc8b01cbed48424", kill_on_drop: false }` [INFO] [stdout] d24c943efb7523970f1877d9cadcb234828bb1ad0ad8034f9bc8b01cbed48424