[INFO] cloning repository https://github.com/bakaq/rust-blackhole [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bakaq/rust-blackhole" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbakaq%2Frust-blackhole", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbakaq%2Frust-blackhole'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 53a2b81ae13e1a728d9328bdf60e9bd227fe5323 [INFO] testing bakaq/rust-blackhole against try#5bc97a20e5cc382ae6d19f727a9e73eeb2734548 for pr-99093 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbakaq%2Frust-blackhole" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/bakaq/rust-blackhole on toolchain 5bc97a20e5cc382ae6d19f727a9e73eeb2734548 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5bc97a20e5cc382ae6d19f727a9e73eeb2734548" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/bakaq/rust-blackhole [INFO] finished tweaking git repo https://github.com/bakaq/rust-blackhole [INFO] tweaked toml for git repo https://github.com/bakaq/rust-blackhole written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5bc97a20e5cc382ae6d19f727a9e73eeb2734548" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5bc97a20e5cc382ae6d19f727a9e73eeb2734548" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:5873ed620acfc3295992aedd9294443d62a478a48ba243bc5e6c4f5abaffa05f" "/opt/rustwide/cargo-home/bin/cargo" "+5bc97a20e5cc382ae6d19f727a9e73eeb2734548" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c4f3683ef91273faf535db06fb3773be8c559bf0eeb771920430192881ec40ff [INFO] running `Command { std: "docker" "start" "-a" "c4f3683ef91273faf535db06fb3773be8c559bf0eeb771920430192881ec40ff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c4f3683ef91273faf535db06fb3773be8c559bf0eeb771920430192881ec40ff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c4f3683ef91273faf535db06fb3773be8c559bf0eeb771920430192881ec40ff", kill_on_drop: false }` [INFO] [stdout] c4f3683ef91273faf535db06fb3773be8c559bf0eeb771920430192881ec40ff [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "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:5873ed620acfc3295992aedd9294443d62a478a48ba243bc5e6c4f5abaffa05f" "/opt/rustwide/cargo-home/bin/cargo" "+5bc97a20e5cc382ae6d19f727a9e73eeb2734548" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7a5b102e9593a397b36b73eeee9befc62d0019866516b84a8caa607d988b4790 [INFO] running `Command { std: "docker" "start" "-a" "7a5b102e9593a397b36b73eeee9befc62d0019866516b84a8caa607d988b4790", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.10 [INFO] [stderr] Compiling once_cell v1.13.0 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling rayon-core v1.9.3 [INFO] [stderr] Compiling pkg-config v0.3.25 [INFO] [stderr] Compiling version-compare v0.0.10 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling either v1.7.0 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling weezl v0.1.7 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling rawpointer v0.2.1 [INFO] [stderr] error: failed to write `/opt/rustwide/target/debug/.fingerprint/rawpointer-9b15b747fdb4e961/invoked.timestamp` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaJpiPPZ" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `typenum` [INFO] [stderr] error: could not compile `autocfg` due to 2 previous errors [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcRkgJ7B/symbols.o" "/opt/rustwide/target/debug/build/rayon-core-9544c501edb6947f/build_script_build-9544c501edb6947f.build_script_build.f4bd424f-cgu.0.rcgu.o" "/opt/rustwide/target/debug/build/rayon-core-9544c501edb6947f/build_script_build-9544c501edb6947f.build_script_build.f4bd424f-cgu.1.rcgu.o" "/opt/rustwide/target/debug/build/rayon-core-9544c501edb6947f/build_script_build-9544c501edb6947f.build_script_build.f4bd424f-cgu.2.rcgu.o" "/opt/rustwide/target/debug/build/rayon-core-9544c501edb6947f/build_script_build-9544c501edb6947f.build_script_build.f4bd424f-cgu.3.rcgu.o" "/opt/rustwide/target/debug/build/rayon-core-9544c501edb6947f/build_script_build-9544c501edb6947f.build_script_build.f4bd424f-cgu.4.rcgu.o" "/opt/rustwide/target/debug/build/rayon-core-9544c501edb6947f/build_script_build-9544c501edb6947f.build_script_build.f4bd424f-cgu.5.rcgu.o" "/opt/rustwide/target/debug/build/rayon-core-9544c501edb6947f/build_script_build-9544c501edb6947f.1vejtfxxpbt575an.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/5bc97a20e5cc382ae6d19f727a9e73eeb2734548/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,--start-group" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/5bc97a20e5cc382ae6d19f727a9e73eeb2734548/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1aab30bac2090a15.rlib" "/opt/rustwide/rustup-home/toolchains/5bc97a20e5cc382ae6d19f727a9e73eeb2734548/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-9cdaf64f7570f7ff.rlib" "/opt/rustwide/rustup-home/toolchains/5bc97a20e5cc382ae6d19f727a9e73eeb2734548/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-7d64cc870c011631.rlib" "/opt/rustwide/rustup-home/toolchains/5bc97a20e5cc382ae6d19f727a9e73eeb2734548/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-a0a88b78deed3a16.rlib" "/opt/rustwide/rustup-home/toolchains/5bc97a20e5cc382ae6d19f727a9e73eeb2734548/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-315eac6a3174b13c.rlib" "/opt/rustwide/rustup-home/toolchains/5bc97a20e5cc382ae6d19f727a9e73eeb2734548/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-778610d63efc39ce.rlib" "/opt/rustwide/rustup-home/toolchains/5bc97a20e5cc382ae6d19f727a9e73eeb2734548/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-11737b9eef3e285d.rlib" "/opt/rustwide/rustup-home/toolchains/5bc97a20e5cc382ae6d19f727a9e73eeb2734548/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-8165420a20fe4548.rlib" "/opt/rustwide/rustup-home/toolchains/5bc97a20e5cc382ae6d19f727a9e73eeb2734548/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-db4c499f2074199d.rlib" "/opt/rustwide/rustup-home/toolchains/5bc97a20e5cc382ae6d19f727a9e73eeb2734548/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-1a230f9a19aa3698.rlib" "/opt/rustwide/rustup-home/toolchains/5bc97a20e5cc382ae6d19f727a9e73eeb2734548/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-605ec4e87a2c9d10.rlib" "/opt/rustwide/rustup-home/toolchains/5bc97a20e5cc382ae6d19f727a9e73eeb2734548/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5f171797b6654b84.rlib" "/opt/rustwide/rustup-home/toolchains/5bc97a20e5cc382ae6d19f727a9e73eeb2734548/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-990f92fdff457c3a.rlib" "/opt/rustwide/rustup-home/toolchains/5bc97a20e5cc382ae6d19f727a9e73eeb2734548/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-66ccc5a2fa17d637.rlib" "/opt/rustwide/rustup-home/toolchains/5bc97a20e5cc382ae6d19f727a9e73eeb2734548/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9dba3f083c9eb142.rlib" "/opt/rustwide/rustup-home/toolchains/5bc97a20e5cc382ae6d19f727a9e73eeb2734548/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-dfc71beee59013ce.rlib" "/opt/rustwide/rustup-home/toolchains/5bc97a20e5cc382ae6d19f727a9e73eeb2734548/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-522518611024dce5.rlib" "/opt/rustwide/rustup-home/toolchains/5bc97a20e5cc382ae6d19f727a9e73eeb2734548/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-05898138a596088a.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/5bc97a20e5cc382ae6d19f727a9e73eeb2734548/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-6f7f4877ee9c613e.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/5bc97a20e5cc382ae6d19f727a9e73eeb2734548/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/build/rayon-core-9544c501edb6947f/build_script_build-9544c501edb6947f" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rayon-core` due to 2 previous errors [INFO] [stderr] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `adler` [INFO] [stderr] error: could not compile `libc` [INFO] [stderr] error: could not compile `once_cell` [INFO] [stderr] error: could not compile `color_quant` [INFO] [stderr] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `crossbeam-utils` [INFO] [stderr] LLVM ERROR: LLVM ERROR: LLVM ERROR: LLVM ERROR: LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] IO failure on output stream: No space left on device [INFO] [stderr] IO failure on output stream: No space left on device [INFO] [stderr] IO failure on output stream: No space left on device [INFO] [stderr] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] IO failure on output stream: No space left on device [INFO] [stderr] /opt/rustwide/rustup-home/toolchains/5bc97a20e5cc382ae6d19f727a9e73eeb2734548/bin/../lib/librustc_driver-8fd17062f1c0f9c7.so(+0x5448a3)[0x7f887a6008a3] [INFO] [stderr] /lib/x86_64-linux-gnu/libpthread.so.0(+0x14420)[0x7f8879cf4420] [INFO] [stderr] /opt/rustwide/rustup-home/toolchains/5bc97a20e5cc382ae6d19f727a9e73eeb2734548/bin/rustc(+0x5212f)[0x556de8c5212f] [INFO] [stderr] /opt/rustwide/rustup-home/toolchains/5bc97a20e5cc382ae6d19f727a9e73eeb2734548/bin/rustc(+0x171e3)[0x556de8c171e3] [INFO] [stderr] /lib/x86_64-linux-gnu/libc.so.6(+0x46953)[0x7f8879b32953] [INFO] [stderr] /lib/x86_64-linux-gnu/libc.so.6(on_exit+0x0)[0x7f8879b32a60] [INFO] [stderr] /opt/rustwide/rustup-home/toolchains/5bc97a20e5cc382ae6d19f727a9e73eeb2734548/bin/../lib/librustc_driver-8fd17062f1c0f9c7.so(+0x27a1429)[0x7f887c85d429] [INFO] [stderr] /opt/rustwide/rustup-home/toolchains/5bc97a20e5cc382ae6d19f727a9e73eeb2734548/bin/../lib/../lib/libLLVM-14-rust-1.64.0-nightly.so(_ZN4llvm18report_fatal_errorERKNS_5TwineEb+0x11d)[0x7f88780c910d] [INFO] [stderr] /opt/rustwide/rustup-home/toolchains/5bc97a20e5cc382ae6d19f727a9e73eeb2734548/bin/../lib/../lib/libLLVM-14-rust-1.64.0-nightly.so(_ZN4llvm14raw_fd_ostreamD1Ev+0xdc)[0x7f8876c3964c] [INFO] [stderr] /opt/rustwide/rustup-home/toolchains/5bc97a20e5cc382ae6d19f727a9e73eeb2734548/bin/../lib/librustc_driver-8fd17062f1c0f9c7.so(+0x27915e3)[0x7f887c84d5e3] [INFO] [stderr] /opt/rustwide/rustup-home/toolchains/5bc97a20e5cc382ae6d19f727a9e73eeb2734548/bin/../lib/librustc_driver-8fd17062f1c0f9c7.so(+0x2763b5e)[0x7f887c81fb5e] [INFO] [stderr] /opt/rustwide/rustup-home/toolchains/5bc97a20e5cc382ae6d19f727a9e73eeb2734548/bin/../lib/librustc_driver-8fd17062f1c0f9c7.so(+0x2766e16)[0x7f887c822e16] [INFO] [stderr] /opt/rustwide/rustup-home/toolchains/5bc97a20e5cc382ae6d19f727a9e73eeb2734548/bin/../lib/librustc_driver-8fd17062f1c0f9c7.so(+0x278c875)[0x7f887c848875] [INFO] [stderr] /opt/rustwide/rustup-home/toolchains/5bc97a20e5cc382ae6d19f727a9e73eeb2734548/bin/../lib/librustc_driver-8fd17062f1c0f9c7.so(+0x278659a)[0x7f887c84259a] [INFO] [stderr] /opt/rustwide/rustup-home/toolchains/5bc97a20e5cc382ae6d19f727a9e73eeb2734548/bin/../lib/librustc_driver-8fd17062f1c0f9c7.so(+0x277fa1f)[0x7f887c83ba1f] [INFO] [stderr] /opt/rustwide/rustup-home/toolchains/5bc97a20e5cc382ae6d19f727a9e73eeb2734548/bin/../lib/librustc_driver-8fd17062f1c0f9c7.so(+0x276aeb0)[0x7f887c826eb0] [INFO] [stderr] /opt/rustwide/rustup-home/toolchains/5bc97a20e5cc382ae6d19f727a9e73eeb2734548/bin/../lib/libstd-1aab30bac2090a15.so(rust_metadata_std_3e8d0d553edc7c5f+0xaea13)[0x7f8879de9a13] [INFO] [stderr] /lib/x86_64-linux-gnu/libpthread.so.0(+0x8609)[0x7f8879ce8609] [INFO] [stderr] /lib/x86_64-linux-gnu/libc.so.6(clone+0x43)[0x7f8879c0b133] [INFO] [stderr] error: could not compile `crc32fast` [INFO] [stderr] error: could not compile `weezl` [INFO] [stderr] error: could not compile `pkg-config` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name pkg_config /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.3.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=9675c841656f0817 -C extra-filename=-9675c841656f0817 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` (signal: 11, SIGSEGV: invalid memory reference) [INFO] running `Command { std: "docker" "inspect" "7a5b102e9593a397b36b73eeee9befc62d0019866516b84a8caa607d988b4790", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7a5b102e9593a397b36b73eeee9befc62d0019866516b84a8caa607d988b4790", kill_on_drop: false }` [INFO] [stdout] 7a5b102e9593a397b36b73eeee9befc62d0019866516b84a8caa607d988b4790