[INFO] cloning repository https://github.com/npatsakula/gorn [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/npatsakula/gorn" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnpatsakula%2Fgorn", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnpatsakula%2Fgorn'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] dde0fb7488c98028e620b968b5d5ed27ee971207 [INFO] checking npatsakula/gorn against master#9c67cecd12d79f1bbc00a74f70e7ef9fff086a5a for pr-138458 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnpatsakula%2Fgorn" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/npatsakula/gorn on toolchain 9c67cecd12d79f1bbc00a74f70e7ef9fff086a5a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c67cecd12d79f1bbc00a74f70e7ef9fff086a5a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/npatsakula/gorn [INFO] finished tweaking git repo https://github.com/npatsakula/gorn [INFO] tweaked toml for git repo https://github.com/npatsakula/gorn written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/npatsakula/gorn 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" "+9c67cecd12d79f1bbc00a74f70e7ef9fff086a5a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "+9c67cecd12d79f1bbc00a74f70e7ef9fff086a5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0a2d63b548f7caa516b30bd0b5d0918fdda94939934f416ae9380506049ecec8 [INFO] running `Command { std: "docker" "start" "-a" "0a2d63b548f7caa516b30bd0b5d0918fdda94939934f416ae9380506049ecec8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0a2d63b548f7caa516b30bd0b5d0918fdda94939934f416ae9380506049ecec8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0a2d63b548f7caa516b30bd0b5d0918fdda94939934f416ae9380506049ecec8", kill_on_drop: false }` [INFO] [stdout] 0a2d63b548f7caa516b30bd0b5d0918fdda94939934f416ae9380506049ecec8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "+9c67cecd12d79f1bbc00a74f70e7ef9fff086a5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2352b8b8abca8702173e14250af401fa9b605c80d1e87cfdf211eddf7cb90a09 [INFO] running `Command { std: "docker" "start" "-a" "2352b8b8abca8702173e14250af401fa9b605c80d1e87cfdf211eddf7cb90a09", kill_on_drop: false }` [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling proc-macro2 v1.0.32 [INFO] [stderr] Compiling libc v0.2.108 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling typenum v1.14.0 [INFO] [stderr] Compiling syn v1.0.82 [INFO] [stderr] Compiling crossbeam-epoch v0.9.5 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling unicode-segmentation v1.8.0 [INFO] [stderr] Checking unicode-width v0.1.9 [INFO] [stderr] Checking hashbrown v0.11.2 [INFO] [stderr] Checking subtle v2.4.1 [INFO] [stderr] Checking termcolor v1.1.2 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking textwrap v0.14.2 [INFO] [stderr] Checking strsim v0.10.0 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Checking opaque-debug v0.3.0 [INFO] [stderr] Checking hex v0.4.3 [INFO] [stderr] Checking walkdir v2.3.2 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling memoffset v0.6.4 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Checking crossbeam-channel v0.5.1 [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcu6Uatp/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libversion_check-7b4782a97d65a983.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/rustcu6Uatp/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/build/generic-array-f708a0cc84c716d3/build_script_build-f708a0cc84c716d3" "-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] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: failed to run custom build command for `typenum v1.14.0` [INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/typenum-5bbfc709be9c2458/build-script-main` (exit status: 101) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rustc-env=TYPENUM_BUILD_CONSTS=/opt/rustwide/target/debug/build/typenum-9e90a8468500c2a6/out/consts.rs [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] [INFO] [stderr] thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.14.0/build/main.rs:165:6: [INFO] [stderr] called `Result::unwrap()` on an `Err` value: Os { code: 28, kind: StorageFull, message: "No space left on device" } [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x61be9e0c7f02 - std::backtrace_rs::backtrace::libunwind::trace::hf70d580b2a99a37e [INFO] [stderr] at /rustc/9c67cecd12d79f1bbc00a74f70e7ef9fff086a5a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stderr] 1: 0x61be9e0c7f02 - std::backtrace_rs::backtrace::trace_unsynchronized::h0c80a9eedf6a15d7 [INFO] [stderr] at /rustc/9c67cecd12d79f1bbc00a74f70e7ef9fff086a5a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stderr] 2: 0x61be9e0c7f02 - std::sys::backtrace::_print_fmt::h33b0aa1b9a97f89a [INFO] [stderr] at /rustc/9c67cecd12d79f1bbc00a74f70e7ef9fff086a5a/library/std/src/sys/backtrace.rs:66:9 [INFO] [stderr] 3: 0x61be9e0c7f02 - ::fmt::hbe808539a0c6c552 [INFO] [stderr] at /rustc/9c67cecd12d79f1bbc00a74f70e7ef9fff086a5a/library/std/src/sys/backtrace.rs:39:26 [INFO] [stderr] 4: 0x61be9e0e5793 - core::fmt::rt::Argument::fmt::h0301c237682b810d [INFO] [stderr] at /rustc/9c67cecd12d79f1bbc00a74f70e7ef9fff086a5a/library/core/src/fmt/rt.rs:185:76 [INFO] [stderr] 5: 0x61be9e0e5793 - core::fmt::write::h3deb3f56e30a4deb [INFO] [stderr] at /rustc/9c67cecd12d79f1bbc00a74f70e7ef9fff086a5a/library/core/src/fmt/mod.rs:1449:21 [INFO] [stderr] 6: 0x61be9e0c56b3 - std::io::Write::write_fmt::h3949afd22851bec7 [INFO] [stderr] at /rustc/9c67cecd12d79f1bbc00a74f70e7ef9fff086a5a/library/std/src/io/mod.rs:1890:15 [INFO] [stderr] 7: 0x61be9e0c7d52 - std::sys::backtrace::BacktraceLock::print::he838ebcb0fe7a064 [INFO] [stderr] at /rustc/9c67cecd12d79f1bbc00a74f70e7ef9fff086a5a/library/std/src/sys/backtrace.rs:42:9 [INFO] [stderr] 8: 0x61be9e0c8c72 - std::panicking::default_hook::{{closure}}::h0b4c3c37e24e0e9b [INFO] [stderr] at /rustc/9c67cecd12d79f1bbc00a74f70e7ef9fff086a5a/library/std/src/panicking.rs:298:22 [INFO] [stderr] 9: 0x61be9e0c8a75 - std::panicking::default_hook::hcd368544e41b43b1 [INFO] [stderr] at /rustc/9c67cecd12d79f1bbc00a74f70e7ef9fff086a5a/library/std/src/panicking.rs:325:9 [INFO] [stderr] 10: 0x61be9e0c9542 - std::panicking::rust_panic_with_hook::h281cce7564af68d0 [INFO] [stderr] at /rustc/9c67cecd12d79f1bbc00a74f70e7ef9fff086a5a/library/std/src/panicking.rs:831:13 [INFO] [stderr] 11: 0x61be9e0c93da - std::panicking::begin_panic_handler::{{closure}}::hdc6ee5711e4dedad [INFO] [stderr] at /rustc/9c67cecd12d79f1bbc00a74f70e7ef9fff086a5a/library/std/src/panicking.rs:704:13 [INFO] [stderr] 12: 0x61be9e0c83f9 - std::sys::backtrace::__rust_end_short_backtrace::hfec789a6be8cd69b [INFO] [stderr] at /rustc/9c67cecd12d79f1bbc00a74f70e7ef9fff086a5a/library/std/src/sys/backtrace.rs:168:18 [INFO] [stderr] 13: 0x61be9e0c906d - rust_begin_unwind [INFO] [stderr] at /rustc/9c67cecd12d79f1bbc00a74f70e7ef9fff086a5a/library/std/src/panicking.rs:695:5 [INFO] [stderr] 14: 0x61be9e0e4a10 - core::panicking::panic_fmt::hf1866ee3f40ce8b5 [INFO] [stderr] at /rustc/9c67cecd12d79f1bbc00a74f70e7ef9fff086a5a/library/core/src/panicking.rs:75:14 [INFO] [stderr] 15: 0x61be9e0e4da6 - core::result::unwrap_failed::h1dc54602fdc66cda [INFO] [stderr] at /rustc/9c67cecd12d79f1bbc00a74f70e7ef9fff086a5a/library/core/src/result.rs:1704:5 [INFO] [stderr] 16: 0x61be9e0a4be0 - build_script_main::main::hbfb4d835f5a5ad6d [INFO] [stderr] 17: 0x61be9e0a5cf3 - core::ops::function::FnOnce::call_once::h6ebf400d11ed5584 [INFO] [stderr] 18: 0x61be9e0a5af6 - std::sys::backtrace::__rust_begin_short_backtrace::h0c2573b655082619 [INFO] [stderr] 19: 0x61be9e0a2719 - std::rt::lang_start::{{closure}}::h83dd9c2676329725 [INFO] [stderr] 20: 0x61be9e0c2800 - core::ops::function::impls:: for &F>::call_once::hcb79aadd3c28928d [INFO] [stderr] at /rustc/9c67cecd12d79f1bbc00a74f70e7ef9fff086a5a/library/core/src/ops/function.rs:284:13 [INFO] [stderr] 21: 0x61be9e0c2800 - std::panicking::try::do_call::h74bff789238e3cf8 [INFO] [stderr] at /rustc/9c67cecd12d79f1bbc00a74f70e7ef9fff086a5a/library/std/src/panicking.rs:587:40 [INFO] [stderr] 22: 0x61be9e0c2800 - std::panicking::try::h40d4a4d1ca32d919 [INFO] [stderr] at /rustc/9c67cecd12d79f1bbc00a74f70e7ef9fff086a5a/library/std/src/panicking.rs:550:19 [INFO] [stderr] 23: 0x61be9e0c2800 - std::panic::catch_unwind::hf5b7349abc9c1baa [INFO] [stderr] at /rustc/9c67cecd12d79f1bbc00a74f70e7ef9fff086a5a/library/std/src/panic.rs:359:14 [INFO] [stderr] 24: 0x61be9e0c2800 - std::rt::lang_start_internal::{{closure}}::hfab4ceb91928a58e [INFO] [stderr] at /rustc/9c67cecd12d79f1bbc00a74f70e7ef9fff086a5a/library/std/src/rt.rs:168:24 [INFO] [stderr] 25: 0x61be9e0c2800 - std::panicking::try::do_call::he6eab3ed564e2c6c [INFO] [stderr] at /rustc/9c67cecd12d79f1bbc00a74f70e7ef9fff086a5a/library/std/src/panicking.rs:587:40 [INFO] [stderr] 26: 0x61be9e0c2800 - std::panicking::try::h95fdecabed621cb7 [INFO] [stderr] at /rustc/9c67cecd12d79f1bbc00a74f70e7ef9fff086a5a/library/std/src/panicking.rs:550:19 [INFO] [stderr] 27: 0x61be9e0c2800 - std::panic::catch_unwind::hecfb57f8270302ca [INFO] [stderr] at /rustc/9c67cecd12d79f1bbc00a74f70e7ef9fff086a5a/library/std/src/panic.rs:359:14 [INFO] [stderr] 28: 0x61be9e0c2800 - std::rt::lang_start_internal::ha41f24cb7fbd7685 [INFO] [stderr] at /rustc/9c67cecd12d79f1bbc00a74f70e7ef9fff086a5a/library/std/src/rt.rs:164:5 [INFO] [stderr] 29: 0x61be9e0a2701 - std::rt::lang_start::h0dfc7177a09c604f [INFO] [stderr] 30: 0x61be9e0a5575 - main [INFO] [stderr] 31: 0x7871cd0abd90 - [INFO] [stderr] 32: 0x7871cd0abe40 - __libc_start_main [INFO] [stderr] 33: 0x61be9e092805 - _start [INFO] [stderr] 34: 0x0 - [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/rustcsnLod2/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libautocfg-25a993b23e246124.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/rustcsnLod2/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/build/memoffset-f39d1c9ff0e33565/build_script_build-f39d1c9ff0e33565" "-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] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `generic-array` (build script) due to 1 previous error [INFO] [stderr] error: could not compile `memoffset` (build script) due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcF1xB7U/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libversion_check-7b4782a97d65a983.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/rustcF1xB7U/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/build/proc-macro-error-attr-7d6ad8b830b2fdcc/build_script_build-7d6ad8b830b2fdcc" "-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 `proc-macro-error-attr` (build script) due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcEkhDbx/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libautocfg-25a993b23e246124.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/rustcEkhDbx/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/build/indexmap-ab98c1dc958ce17a/build_script_build-ab98c1dc958ce17a" "-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 `indexmap` (build script) due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcVJTvxS/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libautocfg-25a993b23e246124.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/rustcVJTvxS/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/build/rayon-ddfe9868577ae758/build_script_build-ddfe9868577ae758" "-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 `rayon` (build script) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "2352b8b8abca8702173e14250af401fa9b605c80d1e87cfdf211eddf7cb90a09", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2352b8b8abca8702173e14250af401fa9b605c80d1e87cfdf211eddf7cb90a09", kill_on_drop: false }` [INFO] [stdout] 2352b8b8abca8702173e14250af401fa9b605c80d1e87cfdf211eddf7cb90a09