[INFO] cloning repository https://github.com/def4alt/berow [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/def4alt/berow" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdef4alt%2Fberow", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdef4alt%2Fberow'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 50620b8ea5e310743421878db98983b3461ebd76 [INFO] testing def4alt/berow against master#9847c6406dc8182abb417b69000fcd0bc5f4a1b7 for pr-115315 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdef4alt%2Fberow" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/def4alt/berow on toolchain 9847c6406dc8182abb417b69000fcd0bc5f4a1b7 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9847c6406dc8182abb417b69000fcd0bc5f4a1b7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/def4alt/berow [INFO] finished tweaking git repo https://github.com/def4alt/berow [INFO] tweaked toml for git repo https://github.com/def4alt/berow written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/def4alt/berow 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" "+9847c6406dc8182abb417b69000fcd0bc5f4a1b7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:f5e78b491441a5b9644e276a59809eedfadf4ee1de96655588122b3a64cb522c" "/opt/rustwide/cargo-home/bin/cargo" "+9847c6406dc8182abb417b69000fcd0bc5f4a1b7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2be2b71577b98d2ed5a0ee5c3599af8057a162d0c158f20863142f5c2beea435 [INFO] running `Command { std: "docker" "start" "-a" "2be2b71577b98d2ed5a0ee5c3599af8057a162d0c158f20863142f5c2beea435", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2be2b71577b98d2ed5a0ee5c3599af8057a162d0c158f20863142f5c2beea435", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2be2b71577b98d2ed5a0ee5c3599af8057a162d0c158f20863142f5c2beea435", kill_on_drop: false }` [INFO] [stdout] 2be2b71577b98d2ed5a0ee5c3599af8057a162d0c158f20863142f5c2beea435 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:f5e78b491441a5b9644e276a59809eedfadf4ee1de96655588122b3a64cb522c" "/opt/rustwide/cargo-home/bin/cargo" "+9847c6406dc8182abb417b69000fcd0bc5f4a1b7" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ba9f4e02896e184deed26ffb8728dc1a327c9c277a32301a5797a41a5b7d95f8 [INFO] running `Command { std: "docker" "start" "-a" "ba9f4e02896e184deed26ffb8728dc1a327c9c277a32301a5797a41a5b7d95f8", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.43 [INFO] [stderr] Compiling unicode-ident v1.0.3 [INFO] [stderr] Compiling syn v1.0.99 [INFO] [stderr] Compiling libc v0.2.132 [INFO] [stderr] Compiling serde_derive v1.0.144 [INFO] [stderr] Compiling serde v1.0.144 [INFO] [stderr] Compiling once_cell v1.13.1 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling parking_lot_core v0.9.3 [INFO] [stderr] Compiling futures-core v0.3.23 [INFO] [stderr] Compiling fixedbitset v0.4.2 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling cache-padded v1.2.0 [INFO] [stderr] Compiling concurrent-queue v1.2.4 [INFO] [stderr] Compiling tracing-core v0.1.29 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling waker-fn v1.1.0 [INFO] [stderr] Compiling fastrand v1.8.0 [INFO] [stderr] Compiling futures-io v0.3.23 [INFO] [stderr] Compiling erased-serde v0.3.23 [INFO] [stderr] Compiling parking v2.0.0 [INFO] [stderr] Compiling slab v0.4.7 [INFO] [stderr] Compiling event-listener v2.5.3 [INFO] [stderr] Compiling async-task v4.3.0 [INFO] [stderr] Compiling thread_local v1.1.4 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling bevy_ptr v0.8.1 [INFO] [stderr] Compiling futures-lite v1.12.0 [INFO] [stderr] Compiling async-channel v1.7.1 [INFO] [stderr] Compiling downcast-rs v1.2.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling pkg-config v0.3.25 [INFO] [stderr] Compiling crossbeam-utils v0.8.11 [INFO] [stderr] Compiling regex-syntax v0.6.27 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling indexmap v1.9.1 [INFO] [stderr] Compiling cty v0.2.2 [INFO] [stderr] Compiling sharded-slab v0.1.4 [INFO] [stderr] Compiling tracing v0.1.36 [INFO] [stderr] Compiling tracing-log v0.1.3 [INFO] [stderr] Compiling raw-window-handle v0.4.3 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling libloading v0.7.3 [INFO] [stderr] Compiling getrandom v0.2.7 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling unicode-xid v0.2.3 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling ash v0.37.0+1.3.209 [INFO] [stderr] Compiling crossbeam-channel v0.5.6 [INFO] [stderr] Compiling anyhow v1.0.62 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling uuid v1.1.2 [INFO] [stderr] Compiling khronos-egl v4.1.0 [INFO] [stderr] Compiling async-executor v1.4.1 [INFO] [stderr] Compiling termcolor v1.1.3 [INFO] [stderr] Compiling bit-set v0.5.3 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling pp-rs v0.2.1 [INFO] [stderr] Compiling gpu-alloc-types v0.2.0 [INFO] [stderr] Compiling gpu-descriptor-types v0.1.1 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling codespan-reporting v0.11.1 [INFO] [stderr] thread 'rustc' panicked at compiler/rustc_metadata/src/rmeta/encoder.rs:449:9: [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/tmp/rustcJCkg7X" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaxov4h1" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `gpu-descriptor-types` (lib) due to previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: failed to write `/opt/rustwide/target/debug/build/anyhow-b5d3ed825872ea7f/root-output` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] thread 'rustc' panicked at compiler/rustc_metadata/src/rmeta/encoder.rs:468:9: [INFO] [stderr] error: could not compile `aho-corasick` (lib) [INFO] [stderr] error: could not compile `gpu-alloc-types` (lib) due to previous error [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 `walkdir` (lib) [INFO] [stderr] error: could not compile `termcolor` (lib) [INFO] [stderr] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `async-executor` (lib) [INFO] [stderr] error: could not compile `crossbeam-channel` (lib) [INFO] [stderr] error: could not compile `libc` (lib) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/9847c6406dc8182abb417b69000fcd0bc5f4a1b7/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-m64" "/tmp/rustcHvh1Zh/symbols.o" "/opt/rustwide/target/debug/build/num-integer-0b386feffe3d1299/build_script_build-0b386feffe3d1299.build_script_build.2412c3758dff3710-cgu.0.rcgu.o" "/opt/rustwide/target/debug/build/num-integer-0b386feffe3d1299/build_script_build-0b386feffe3d1299.5egucy1tm8a7ro9.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/9847c6406dc8182abb417b69000fcd0bc5f4a1b7/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libautocfg-5427750adef8bb82.rlib" "/opt/rustwide/rustup-home/toolchains/9847c6406dc8182abb417b69000fcd0bc5f4a1b7/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-19964a87984cce8a.rlib" "/opt/rustwide/rustup-home/toolchains/9847c6406dc8182abb417b69000fcd0bc5f4a1b7/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-0ad64a60ea2c4aaa.rlib" "/opt/rustwide/rustup-home/toolchains/9847c6406dc8182abb417b69000fcd0bc5f4a1b7/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-37a5cbc9c5c20c04.rlib" "/opt/rustwide/rustup-home/toolchains/9847c6406dc8182abb417b69000fcd0bc5f4a1b7/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-e8cedd2960ff146a.rlib" "/opt/rustwide/rustup-home/toolchains/9847c6406dc8182abb417b69000fcd0bc5f4a1b7/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-5deb081ad96d9130.rlib" "/opt/rustwide/rustup-home/toolchains/9847c6406dc8182abb417b69000fcd0bc5f4a1b7/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-22c964fd8f2dfaf9.rlib" "/opt/rustwide/rustup-home/toolchains/9847c6406dc8182abb417b69000fcd0bc5f4a1b7/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-6971442fd1c2cfbb.rlib" "/opt/rustwide/rustup-home/toolchains/9847c6406dc8182abb417b69000fcd0bc5f4a1b7/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-ec7906ee77b1d540.rlib" "/opt/rustwide/rustup-home/toolchains/9847c6406dc8182abb417b69000fcd0bc5f4a1b7/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4307a3ebc7f0bfcf.rlib" "/opt/rustwide/rustup-home/toolchains/9847c6406dc8182abb417b69000fcd0bc5f4a1b7/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-c2ab156d57b93da1.rlib" "/opt/rustwide/rustup-home/toolchains/9847c6406dc8182abb417b69000fcd0bc5f4a1b7/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-763bbb8717f828b7.rlib" "/opt/rustwide/rustup-home/toolchains/9847c6406dc8182abb417b69000fcd0bc5f4a1b7/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-eb9ba65f17380c5d.rlib" "/opt/rustwide/rustup-home/toolchains/9847c6406dc8182abb417b69000fcd0bc5f4a1b7/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-4286d0bf3addfc05.rlib" "/opt/rustwide/rustup-home/toolchains/9847c6406dc8182abb417b69000fcd0bc5f4a1b7/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fa17a4d002f91ad9.rlib" "/opt/rustwide/rustup-home/toolchains/9847c6406dc8182abb417b69000fcd0bc5f4a1b7/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ff4ae84067796be3.rlib" "/opt/rustwide/rustup-home/toolchains/9847c6406dc8182abb417b69000fcd0bc5f4a1b7/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-6f47c72c85a10103.rlib" "/opt/rustwide/rustup-home/toolchains/9847c6406dc8182abb417b69000fcd0bc5f4a1b7/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-cd2f2bc505f56f50.rlib" "/opt/rustwide/rustup-home/toolchains/9847c6406dc8182abb417b69000fcd0bc5f4a1b7/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-ec02dd343723da85.rlib" "/opt/rustwide/rustup-home/toolchains/9847c6406dc8182abb417b69000fcd0bc5f4a1b7/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-4df0073ab5846ddb.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/9847c6406dc8182abb417b69000fcd0bc5f4a1b7/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/build/num-integer-0b386feffe3d1299/build_script_build-0b386feffe3d1299" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-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] [stderr] error: could not compile `num-integer` (build script) due to previous error [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaizxfmA" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `num-traits` (lib) due to previous error [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetacNI09s" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `pp-rs` (lib) due to previous error [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaLcEbar" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `codespan-reporting` (lib) due to previous error [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetahrbaTQ" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `regex-syntax` (lib) due to previous error [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaUNNIZm" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `syn` (lib) due to previous error [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaAm0j0i" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `serde` (lib) due to previous error [INFO] running `Command { std: "docker" "inspect" "ba9f4e02896e184deed26ffb8728dc1a327c9c277a32301a5797a41a5b7d95f8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ba9f4e02896e184deed26ffb8728dc1a327c9c277a32301a5797a41a5b7d95f8", kill_on_drop: false }` [INFO] [stdout] ba9f4e02896e184deed26ffb8728dc1a327c9c277a32301a5797a41a5b7d95f8