[INFO] cloning repository https://github.com/frederikpietzko/amethyst-pong [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/frederikpietzko/amethyst-pong" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffrederikpietzko%2Famethyst-pong", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffrederikpietzko%2Famethyst-pong'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 36f382619cbafa29735b08e335d7dcd2fd7052d8 [INFO] checking frederikpietzko/amethyst-pong against master#b3bd7058c139e71bae0862ef8f8ac936208873e9 for pr-123752 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffrederikpietzko%2Famethyst-pong" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/frederikpietzko/amethyst-pong on toolchain b3bd7058c139e71bae0862ef8f8ac936208873e9 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/frederikpietzko/amethyst-pong [INFO] finished tweaking git repo https://github.com/frederikpietzko/amethyst-pong [INFO] tweaked toml for git repo https://github.com/frederikpietzko/amethyst-pong written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/frederikpietzko/amethyst-pong 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" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded inventory-impl v0.1.6 [INFO] [stderr] Downloaded inventory v0.1.6 [INFO] [stderr] Downloaded gfx-backend-empty v0.3.1 [INFO] [stderr] Downloaded erased-serde v0.3.11 [INFO] [stderr] Downloaded paste-impl v0.1.16 [INFO] [stderr] Downloaded thiserror-impl v1.0.19 [INFO] [stderr] Downloaded thiserror v1.0.19 [INFO] [stderr] Downloaded metal v0.16.0 [INFO] [stderr] Downloaded paste v0.1.16 [INFO] [stderr] Downloaded gfx-backend-metal v0.3.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] de0c5c139a066f1deb4f92a9f637678a27d1fe672b3ff8e5996b6f26ae8c1ab4 [INFO] running `Command { std: "docker" "start" "-a" "de0c5c139a066f1deb4f92a9f637678a27d1fe672b3ff8e5996b6f26ae8c1ab4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "de0c5c139a066f1deb4f92a9f637678a27d1fe672b3ff8e5996b6f26ae8c1ab4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "de0c5c139a066f1deb4f92a9f637678a27d1fe672b3ff8e5996b6f26ae8c1ab4", kill_on_drop: false }` [INFO] [stdout] de0c5c139a066f1deb4f92a9f637678a27d1fe672b3ff8e5996b6f26ae8c1ab4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b3bd7058c139e71bae0862ef8f8ac936208873e9" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3773db7dd9b870c00c7d3da6636e4aee70129c25d5ec08413b41747947ab04d2 [INFO] running `Command { std: "docker" "start" "-a" "3773db7dd9b870c00c7d3da6636e4aee70129c25d5ec08413b41747947ab04d2", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.71 [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.31 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling libm v0.2.1 [INFO] [stderr] Compiling serde v1.0.112 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling memoffset v0.5.4 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Checking crossbeam-queue v0.2.3 [INFO] [stderr] Checking crossbeam-deque v0.7.3 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Checking either v1.5.3 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Checking gimli v0.21.0 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Checking rustc-demangle v0.1.16 [INFO] [stderr] Checking object v0.19.0 [INFO] [stderr] Checking adler32 v1.0.4 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Checking rayon v1.3.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling num-iter v0.1.41 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling xml-rs v0.8.3 [INFO] [stderr] Compiling libloading v0.6.2 [INFO] [stderr] Checking ordered-float v1.0.2 [INFO] [stderr] Checking stb_truetype v0.3.1 [INFO] [stderr] Compiling wayland-scanner v0.21.13 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Checking addr2line v0.12.1 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Checking linked-hash-map v0.5.3 [INFO] [stderr] Checking rustc-hash v1.1.0 [INFO] [stderr] Checking backtrace v0.3.48 [INFO] [stderr] Checking dlib v0.4.2 [INFO] [stderr] Checking fxhash v0.2.1 [INFO] [stderr] Checking rusttype v0.8.3 [INFO] [stderr] Checking lock_api v0.3.4 [INFO] [stderr] Checking atom v0.3.5 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Checking lzw v0.10.0 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Checking hibitset v0.6.3 [INFO] [stderr] Checking wayland-sys v0.21.13 [INFO] [stderr] Checking jpeg-decoder v0.1.19 [INFO] [stderr] Checking deflate v0.7.20 [INFO] [stderr] Checking inflate v0.4.5 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Checking walkdir v2.3.1 [INFO] [stderr] Compiling wayland-client v0.21.13 [INFO] [stderr] Compiling wayland-protocols v0.21.13 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Checking color_quant v1.0.1 [INFO] [stderr] Checking downcast-rs v1.1.1 [INFO] [stderr] Checking gif v0.10.3 [INFO] [stderr] Checking rusttype v0.7.9 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling synstructure v0.12.4 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Checking line_drawing v0.7.0 [INFO] [stderr] Checking xdg v2.2.0 [INFO] [stderr] Checking scoped_threadpool v0.1.9 [INFO] [stderr] Checking png v0.14.1 [INFO] [stderr] Checking andrew v0.2.1 [INFO] [stderr] Checking memmap v0.7.0 [INFO] [stderr] Checking crossbeam-utils v0.6.6 [INFO] [stderr] Compiling serde_json v1.0.55 [INFO] [stderr] Checking wayland-commons v0.21.13 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking raw-window-handle v0.3.3 [INFO] [stderr] Checking percent-encoding v2.1.0 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling cc v1.0.54 [INFO] [stderr] Checking itoa v0.4.5 [INFO] [stderr] Checking ppv-lite86 v0.2.8 [INFO] [stderr] Compiling derivative v1.0.4 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling x11 v2.18.2 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking tiff v0.2.2 [INFO] [stderr] Compiling serde_derive v1.0.112 [INFO] [stderr] Checking shared_library v0.1.9 [INFO] [stderr] Checking time v0.1.43 [INFO] [stderr] Compiling hashbrown v0.7.2 [INFO] [stderr] Checking image v0.21.3 [INFO] [stderr] Checking ash v0.29.0 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling aho-corasick v0.7.10 [INFO] [stderr] Checking failure v0.1.8 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Checking raw-window-handle v0.1.2 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Checking ahash v0.3.8 [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/b3bd7058c139e71bae0862ef8f8ac936208873e9/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/rustc6gzJvO/symbols.o" "/opt/rustwide/target/debug/build/num-complex-d29a1d3613985372/build_script_build-d29a1d3613985372.build_script_build.baaa3b1c40295766-cgu.0.rcgu.o" "/opt/rustwide/target/debug/build/num-complex-d29a1d3613985372/build_script_build-d29a1d3613985372.ucdrdcv25vdt2o9.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/b3bd7058c139e71bae0862ef8f8ac936208873e9/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libautocfg-e12b128418c2266a.rlib" "/opt/rustwide/rustup-home/toolchains/b3bd7058c139e71bae0862ef8f8ac936208873e9/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-6183181fa671dc5b.rlib" "/opt/rustwide/rustup-home/toolchains/b3bd7058c139e71bae0862ef8f8ac936208873e9/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-0717037f6b0eea2d.rlib" "/opt/rustwide/rustup-home/toolchains/b3bd7058c139e71bae0862ef8f8ac936208873e9/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-b30b1af07795b345.rlib" "/opt/rustwide/rustup-home/toolchains/b3bd7058c139e71bae0862ef8f8ac936208873e9/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-b4513439f9e2eff4.rlib" "/opt/rustwide/rustup-home/toolchains/b3bd7058c139e71bae0862ef8f8ac936208873e9/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-89c7daf7b6421ee6.rlib" "/opt/rustwide/rustup-home/toolchains/b3bd7058c139e71bae0862ef8f8ac936208873e9/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-ca929c3c4a8825b3.rlib" "/opt/rustwide/rustup-home/toolchains/b3bd7058c139e71bae0862ef8f8ac936208873e9/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-82a6207a4090808d.rlib" "/opt/rustwide/rustup-home/toolchains/b3bd7058c139e71bae0862ef8f8ac936208873e9/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-ae671f6743503b8e.rlib" "/opt/rustwide/rustup-home/toolchains/b3bd7058c139e71bae0862ef8f8ac936208873e9/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-081c0dc6465d213d.rlib" "/opt/rustwide/rustup-home/toolchains/b3bd7058c139e71bae0862ef8f8ac936208873e9/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-4e1666f139f12757.rlib" "/opt/rustwide/rustup-home/toolchains/b3bd7058c139e71bae0862ef8f8ac936208873e9/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-d6789b63313428be.rlib" "/opt/rustwide/rustup-home/toolchains/b3bd7058c139e71bae0862ef8f8ac936208873e9/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-eb6f9b960309e6b1.rlib" "/opt/rustwide/rustup-home/toolchains/b3bd7058c139e71bae0862ef8f8ac936208873e9/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-cda7cee373864ce1.rlib" "/opt/rustwide/rustup-home/toolchains/b3bd7058c139e71bae0862ef8f8ac936208873e9/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d84d0e58f34585a5.rlib" "/opt/rustwide/rustup-home/toolchains/b3bd7058c139e71bae0862ef8f8ac936208873e9/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-8c4c4e24ed6290fa.rlib" "/opt/rustwide/rustup-home/toolchains/b3bd7058c139e71bae0862ef8f8ac936208873e9/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e8a6a2df7983aa1a.rlib" "/opt/rustwide/rustup-home/toolchains/b3bd7058c139e71bae0862ef8f8ac936208873e9/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9686387289eaa322.rlib" "/opt/rustwide/rustup-home/toolchains/b3bd7058c139e71bae0862ef8f8ac936208873e9/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-632ae0f28c5e55ff.rlib" "/opt/rustwide/rustup-home/toolchains/b3bd7058c139e71bae0862ef8f8ac936208873e9/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-5b3e30276043b6e7.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/b3bd7058c139e71bae0862ef8f8ac936208873e9/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/build/num-complex-d29a1d3613985372/build_script_build-d29a1d3613985372" "-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] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `num-complex` (build script) due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `nom` (lib); 214 warnings emitted [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `typenum` (build script) [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: failed to run custom build command for `wayland-protocols v0.21.13` [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/wayland-protocols-c7c0987eedccaa53/build-script-build` (exit status: 101) [INFO] [stderr] --- stderr [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain 'b3bd7058c139e71bae0862ef8f8ac936208873e9'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain 'b3bd7058c139e71bae0862ef8f8ac936208873e9'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain 'b3bd7058c139e71bae0862ef8f8ac936208873e9'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain 'b3bd7058c139e71bae0862ef8f8ac936208873e9'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain 'b3bd7058c139e71bae0862ef8f8ac936208873e9'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain 'b3bd7058c139e71bae0862ef8f8ac936208873e9'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain 'b3bd7058c139e71bae0862ef8f8ac936208873e9'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain 'b3bd7058c139e71bae0862ef8f8ac936208873e9'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain 'b3bd7058c139e71bae0862ef8f8ac936208873e9'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain 'b3bd7058c139e71bae0862ef8f8ac936208873e9'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain 'b3bd7058c139e71bae0862ef8f8ac936208873e9'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain 'b3bd7058c139e71bae0862ef8f8ac936208873e9'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain 'b3bd7058c139e71bae0862ef8f8ac936208873e9'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain 'b3bd7058c139e71bae0862ef8f8ac936208873e9'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain 'b3bd7058c139e71bae0862ef8f8ac936208873e9'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain 'b3bd7058c139e71bae0862ef8f8ac936208873e9'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain 'b3bd7058c139e71bae0862ef8f8ac936208873e9'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain 'b3bd7058c139e71bae0862ef8f8ac936208873e9'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain 'b3bd7058c139e71bae0862ef8f8ac936208873e9'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain 'b3bd7058c139e71bae0862ef8f8ac936208873e9'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain 'b3bd7058c139e71bae0862ef8f8ac936208873e9'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain 'b3bd7058c139e71bae0862ef8f8ac936208873e9'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain 'b3bd7058c139e71bae0862ef8f8ac936208873e9'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain 'b3bd7058c139e71bae0862ef8f8ac936208873e9'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain 'b3bd7058c139e71bae0862ef8f8ac936208873e9'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain 'b3bd7058c139e71bae0862ef8f8ac936208873e9'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain 'b3bd7058c139e71bae0862ef8f8ac936208873e9'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wayland-scanner-0.21.13/src/lib.rs:208:40: [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: 0x55ad263ad7d5 - std::backtrace_rs::backtrace::libunwind::trace::hc0846b9d5d734da3 [INFO] [stderr] at /rustc/b3bd7058c139e71bae0862ef8f8ac936208873e9/library/std/src/../../backtrace/src/backtrace/libunwind.rs:105:5 [INFO] [stderr] 1: 0x55ad263ad7d5 - std::backtrace_rs::backtrace::trace_unsynchronized::haaeb5c07fc5f1c16 [INFO] [stderr] at /rustc/b3bd7058c139e71bae0862ef8f8ac936208873e9/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x55ad263ad7d5 - std::sys_common::backtrace::_print_fmt::hf422d8687c118c78 [INFO] [stderr] at /rustc/b3bd7058c139e71bae0862ef8f8ac936208873e9/library/std/src/sys_common/backtrace.rs:68:5 [INFO] [stderr] 3: 0x55ad263ad7d5 - ::fmt::h826b8e7caae31c92 [INFO] [stderr] at /rustc/b3bd7058c139e71bae0862ef8f8ac936208873e9/library/std/src/sys_common/backtrace.rs:44:22 [INFO] [stderr] 4: 0x55ad263cedab - core::fmt::rt::Argument::fmt::ha5794cc754ea58dc [INFO] [stderr] at /rustc/b3bd7058c139e71bae0862ef8f8ac936208873e9/library/core/src/fmt/rt.rs:142:9 [INFO] [stderr] 5: 0x55ad263cedab - core::fmt::write::h90bf88fced7d7a85 [INFO] [stderr] at /rustc/b3bd7058c139e71bae0862ef8f8ac936208873e9/library/core/src/fmt/mod.rs:1153:17 [INFO] [stderr] 6: 0x55ad263ab78f - std::io::Write::write_fmt::h0542e06a2975a65e [INFO] [stderr] at /rustc/b3bd7058c139e71bae0862ef8f8ac936208873e9/library/std/src/io/mod.rs:1850:15 [INFO] [stderr] 7: 0x55ad263ad5ae - std::sys_common::backtrace::_print::h6c5d0ea7000c081f [INFO] [stderr] at /rustc/b3bd7058c139e71bae0862ef8f8ac936208873e9/library/std/src/sys_common/backtrace.rs:47:5 [INFO] [stderr] 8: 0x55ad263ad5ae - std::sys_common::backtrace::print::h8cc61d3d9cfe4b43 [INFO] [stderr] at /rustc/b3bd7058c139e71bae0862ef8f8ac936208873e9/library/std/src/sys_common/backtrace.rs:34:9 [INFO] [stderr] 9: 0x55ad263aebe9 - std::panicking::default_hook::{{closure}}::ha840b187609a73dc [INFO] [stderr] 10: 0x55ad263ae905 - std::panicking::default_hook::h64931701a8dfbeb5 [INFO] [stderr] at /rustc/b3bd7058c139e71bae0862ef8f8ac936208873e9/library/std/src/panicking.rs:291:9 [INFO] [stderr] 11: 0x55ad263af1bc - as core::ops::function::Fn>::call::h3cb38c3144957928 [INFO] [stderr] at /rustc/b3bd7058c139e71bae0862ef8f8ac936208873e9/library/alloc/src/boxed.rs:2032:9 [INFO] [stderr] 12: 0x55ad263af1bc - std::panicking::rust_panic_with_hook::h0fc054ea3f5b1656 [INFO] [stderr] at /rustc/b3bd7058c139e71bae0862ef8f8ac936208873e9/library/std/src/panicking.rs:792:13 [INFO] [stderr] 13: 0x55ad263aef66 - std::panicking::begin_panic_handler::{{closure}}::hd39fcf318858b44e [INFO] [stderr] at /rustc/b3bd7058c139e71bae0862ef8f8ac936208873e9/library/std/src/panicking.rs:657:13 [INFO] [stderr] 14: 0x55ad263adc99 - std::sys_common::backtrace::__rust_end_short_backtrace::h41bac59379df1622 [INFO] [stderr] at /rustc/b3bd7058c139e71bae0862ef8f8ac936208873e9/library/std/src/sys_common/backtrace.rs:171:18 [INFO] [stderr] 15: 0x55ad263aec97 - rust_begin_unwind [INFO] [stderr] at /rustc/b3bd7058c139e71bae0862ef8f8ac936208873e9/library/std/src/panicking.rs:645:5 [INFO] [stderr] 16: 0x55ad262cc9b6 - core::panicking::panic_fmt::h7b8f1967fb403697 [INFO] [stderr] at /rustc/b3bd7058c139e71bae0862ef8f8ac936208873e9/library/core/src/panicking.rs:72:14 [INFO] [stderr] 17: 0x55ad262ccea6 - core::result::unwrap_failed::h98b5c5e024a177ec [INFO] [stderr] at /rustc/b3bd7058c139e71bae0862ef8f8ac936208873e9/library/core/src/result.rs:1654:5 [INFO] [stderr] 18: 0x55ad262cddeb - wayland_scanner::generate_c_code::h6dbc75ff6f811008 [INFO] [stderr] 19: 0x55ad262e0156 - build_script_build::generate_protocol::ha1ad13767c8a3748 [INFO] [stderr] 20: 0x55ad262e13e7 - build_script_build::main::h585e6a1559feafbe [INFO] [stderr] 21: 0x55ad262db913 - core::ops::function::FnOnce::call_once::h73feb65166465697 [INFO] [stderr] 22: 0x55ad262da6c6 - std::sys_common::backtrace::__rust_begin_short_backtrace::hc466d4a153c254b0 [INFO] [stderr] 23: 0x55ad262da8c9 - std::rt::lang_start::{{closure}}::hdb59a35cf15ce269 [INFO] [stderr] 24: 0x55ad263a8b96 - core::ops::function::impls:: for &F>::call_once::h49d0eb024581c58d [INFO] [stderr] at /rustc/b3bd7058c139e71bae0862ef8f8ac936208873e9/library/core/src/ops/function.rs:284:13 [INFO] [stderr] 25: 0x55ad263a8b96 - std::panicking::try::do_call::h216b6896714a987d [INFO] [stderr] at /rustc/b3bd7058c139e71bae0862ef8f8ac936208873e9/library/std/src/panicking.rs:552:40 [INFO] [stderr] 26: 0x55ad263a8b96 - std::panicking::try::h4bac5f28dc782f91 [INFO] [stderr] at /rustc/b3bd7058c139e71bae0862ef8f8ac936208873e9/library/std/src/panicking.rs:516:19 [INFO] [stderr] 27: 0x55ad263a8b96 - std::panic::catch_unwind::h2a45431533d7ee9c [INFO] [stderr] at /rustc/b3bd7058c139e71bae0862ef8f8ac936208873e9/library/std/src/panic.rs:149:14 [INFO] [stderr] 28: 0x55ad263a8b96 - std::rt::lang_start_internal::{{closure}}::h93ba00e1aef300e8 [INFO] [stderr] at /rustc/b3bd7058c139e71bae0862ef8f8ac936208873e9/library/std/src/rt.rs:141:48 [INFO] [stderr] 29: 0x55ad263a8b96 - std::panicking::try::do_call::hbeece6a5e5d1de22 [INFO] [stderr] at /rustc/b3bd7058c139e71bae0862ef8f8ac936208873e9/library/std/src/panicking.rs:552:40 [INFO] [stderr] 30: 0x55ad263a8b96 - std::panicking::try::h48d13e3c46df2cb2 [INFO] [stderr] at /rustc/b3bd7058c139e71bae0862ef8f8ac936208873e9/library/std/src/panicking.rs:516:19 [INFO] [stderr] 31: 0x55ad263a8b96 - std::panic::catch_unwind::he1a369a4d9ab7488 [INFO] [stderr] at /rustc/b3bd7058c139e71bae0862ef8f8ac936208873e9/library/std/src/panic.rs:149:14 [INFO] [stderr] 32: 0x55ad263a8b96 - std::rt::lang_start_internal::h5fddfc687b4198c5 [INFO] [stderr] at /rustc/b3bd7058c139e71bae0862ef8f8ac936208873e9/library/std/src/rt.rs:141:20 [INFO] [stderr] 33: 0x55ad262da8a7 - std::rt::lang_start::h9ef613858a0de52e [INFO] [stderr] 34: 0x55ad262e1795 - main [INFO] [stderr] 35: 0x7f46738bad90 - [INFO] [stderr] 36: 0x7f46738bae40 - __libc_start_main [INFO] [stderr] 37: 0x55ad262cd185 - _start [INFO] [stderr] 38: 0x0 - [INFO] [stderr] error: could not compile `serde_derive` (lib) [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaTxXtat" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `ppv-lite86` (lib) due to 1 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/rmetauXLmll" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `x11` (lib) due to 1 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/rmetaltjKtt" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `ash` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "3773db7dd9b870c00c7d3da6636e4aee70129c25d5ec08413b41747947ab04d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3773db7dd9b870c00c7d3da6636e4aee70129c25d5ec08413b41747947ab04d2", kill_on_drop: false }` [INFO] [stdout] 3773db7dd9b870c00c7d3da6636e4aee70129c25d5ec08413b41747947ab04d2