[INFO] cloning repository https://github.com/patrickelectric/raycaster
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/patrickelectric/raycaster" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpatrickelectric%2Fraycaster", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpatrickelectric%2Fraycaster'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 41e88da824ff0b287cf8c5342b6050f7bde6fa68
[INFO] checking patrickelectric/raycaster against master#36b21637e93b038453924d3c66821089e71d8baa for pr-143164
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpatrickelectric%2Fraycaster" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/patrickelectric/raycaster
[INFO] finished tweaking git repo https://github.com/patrickelectric/raycaster
[INFO] tweaked toml for git repo https://github.com/patrickelectric/raycaster written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/patrickelectric/raycaster on toolchain 36b21637e93b038453924d3c66821089e71d8baa
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36b21637e93b038453924d3c66821089e71d8baa" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/patrickelectric/raycaster 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" "+36b21637e93b038453924d3c66821089e71d8baa" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded piston-gfx_texture v0.38.0
[INFO] [stderr]   Downloaded gleam v0.6.20
[INFO] [stderr]   Downloaded piston-texture v0.7.0
[INFO] [stderr]   Downloaded rusttype v0.7.7
[INFO] [stderr]   Downloaded piston2d-graphics v0.34.0
[INFO] [stderr]   Downloaded piston2d-gfx_graphics v0.64.0
[INFO] [stderr]   Downloaded piston_window v0.103.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+36b21637e93b038453924d3c66821089e71d8baa" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ccdef2830b12051da6ac364198c91a3bdb4c379c747120be799d5db1459ae13c
[INFO] running `Command { std: "docker" "start" "-a" "ccdef2830b12051da6ac364198c91a3bdb4c379c747120be799d5db1459ae13c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ccdef2830b12051da6ac364198c91a3bdb4c379c747120be799d5db1459ae13c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ccdef2830b12051da6ac364198c91a3bdb4c379c747120be799d5db1459ae13c", kill_on_drop: false }`
[INFO] [stdout] ccdef2830b12051da6ac364198c91a3bdb4c379c747120be799d5db1459ae13c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+36b21637e93b038453924d3c66821089e71d8baa" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0122dffb6791511f5f777bbf1c32654a986d2999ec2b15d057f9199a0908af22
[INFO] running `Command { std: "docker" "start" "-a" "0122dffb6791511f5f777bbf1c32654a986d2999ec2b15d057f9199a0908af22", kill_on_drop: false }`
[INFO] [stderr]    Compiling bitflags v1.1.0
[INFO] [stderr]    Compiling log v0.4.8
[INFO] [stderr]    Compiling autocfg v0.1.6
[INFO] [stderr]     Checking cfg-if v0.1.9
[INFO] [stderr]    Compiling libc v0.2.62
[INFO] [stderr]    Compiling proc-macro2 v0.4.30
[INFO] [stderr]    Compiling unicode-xid v0.1.0
[INFO] [stderr]    Compiling semver-parser v0.7.0
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]    Compiling xml-rs v0.8.0
[INFO] [stderr]    Compiling arrayvec v0.4.11
[INFO] [stderr]    Compiling semver v0.9.0
[INFO] [stderr]    Compiling byteorder v1.3.2
[INFO] [stderr]    Compiling num-traits v0.2.8
[INFO] [stderr]     Checking nodrop v0.1.13
[INFO] [stderr]    Compiling khronos_api v3.1.0
[INFO] [stderr]    Compiling rustc_version v0.2.3
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]    Compiling quote v0.6.13
[INFO] [stderr]     Checking scopeguard v1.0.0
[INFO] [stderr]    Compiling cc v1.0.41
[INFO] [stderr]    Compiling memoffset v0.5.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.2
[INFO] [stderr]    Compiling wayland-scanner v0.21.13
[INFO] [stderr]     Checking crossbeam-utils v0.6.6
[INFO] [stderr]    Compiling unicode-xid v0.2.0
[INFO] [stderr]    Compiling nix v0.14.1
[INFO] [stderr]     Checking piston-float v1.0.0
[INFO] [stderr]    Compiling gl_generator v0.11.0
[INFO] [stderr]     Checking stb_truetype v0.2.6
[INFO] [stderr]     Checking ordered-float v1.0.2
[INFO] [stderr]     Checking approx v0.3.2
[INFO] [stderr]    Compiling syn v1.0.5
[INFO] [stderr]     Checking void v1.0.2
[INFO] [stderr]     Checking rusttype v0.7.7
[INFO] [stderr]    Compiling libloading v0.5.2
[INFO] [stderr]    Compiling quote v1.0.2
[INFO] [stderr]     Checking piston-viewport v1.0.0
[INFO] [stderr]     Checking crossbeam-epoch v0.7.2
[INFO] [stderr]     Checking dlib v0.4.1
[INFO] [stderr]    Compiling num-integer v0.1.41
[INFO] [stderr]     Checking wayland-sys v0.21.13
[INFO] [stderr]    Compiling maybe-uninit v2.0.0
[INFO] [stderr]    Compiling rayon-core v1.6.0
[INFO] [stderr] error: could not parse/generate dep info at: /opt/rustwide/target/debug/build/num-integer-ff02d1d7f8a8c64f/build_script_build-ff02d1d7f8a8c64f.d
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to write `/opt/rustwide/target/debug/.fingerprint/num-integer-ff02d1d7f8a8c64f/dep-build-script-build-script-build`
[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] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device
[INFO] [stderr] error: could not compile `maybe-uninit` (build script)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   No space left on device (os error 28)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to parse process output: `/opt/rustwide/rustup-home/toolchains/36b21637e93b038453924d3c66821089e71d8baa/bin/rustc --crate-name build_script_build --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/maybe-uninit-2.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=066507833f3bf00b -C extra-filename=-a47b3e9c5093be70 --out-dir /opt/rustwide/target/debug/build/maybe-uninit-a47b3e9c5093be70 -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` (exit status: 101)
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustcGjkONr/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/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-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcGjkONr/raw-dylibs" "-B<sysroot>/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" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/build/rayon-core-af9818215ab31a0a/build_script_build-af9818215ab31a0a" "-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-core` (build script) due to 1 previous error
[INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device
[INFO] [stderr] error: could not compile `wayland-scanner` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/36b21637e93b038453924d3c66821089e71d8baa/bin/rustc --crate-name wayland_scanner --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-scanner-0.21.13/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=520f2a57b098a69e -C extra-filename=-b40df0a03a2dcfdc --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-a31d07f6233458cb.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-ed4b39275464f609.rmeta --extern xml=/opt/rustwide/target/debug/deps/libxml-1935f2c60392c5a6.rmeta --cap-lints allow --cap-lints=forbid` (exit status: 101)
[INFO] [stderr] error: failed to write `/opt/rustwide/target/debug/.fingerprint/wayland-sys-81249eedf4523b89/lib-wayland_sys`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   No space left on device (os error 28)
[INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetasywwFn"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `syn` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "0122dffb6791511f5f777bbf1c32654a986d2999ec2b15d057f9199a0908af22", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0122dffb6791511f5f777bbf1c32654a986d2999ec2b15d057f9199a0908af22", kill_on_drop: false }`
[INFO] [stdout] 0122dffb6791511f5f777bbf1c32654a986d2999ec2b15d057f9199a0908af22
