[INFO] cloning repository https://github.com/joetsoi/ggez-tutorials [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/joetsoi/ggez-tutorials" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjoetsoi%2Fggez-tutorials", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjoetsoi%2Fggez-tutorials'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] edf914cba8699279179336aa1b9eec01e68564d3 [INFO] testing joetsoi/ggez-tutorials against master#1ddedbaa5919b7b3e70d984660e21e844c615c97 for pr-128400 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjoetsoi%2Fggez-tutorials" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/joetsoi/ggez-tutorials on toolchain 1ddedbaa5919b7b3e70d984660e21e844c615c97 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1ddedbaa5919b7b3e70d984660e21e844c615c97" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/joetsoi/ggez-tutorials [INFO] finished tweaking git repo https://github.com/joetsoi/ggez-tutorials [INFO] tweaked toml for git repo https://github.com/joetsoi/ggez-tutorials written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/joetsoi/ggez-tutorials 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" "+1ddedbaa5919b7b3e70d984660e21e844c615c97" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+1ddedbaa5919b7b3e70d984660e21e844c615c97" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3fd9122e9bb2604a957bfa8a1d8754dc25ad2ad0e81fcf37d2620e16ea5ea653 [INFO] running `Command { std: "docker" "start" "-a" "3fd9122e9bb2604a957bfa8a1d8754dc25ad2ad0e81fcf37d2620e16ea5ea653", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3fd9122e9bb2604a957bfa8a1d8754dc25ad2ad0e81fcf37d2620e16ea5ea653", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3fd9122e9bb2604a957bfa8a1d8754dc25ad2ad0e81fcf37d2620e16ea5ea653", kill_on_drop: false }` [INFO] [stdout] 3fd9122e9bb2604a957bfa8a1d8754dc25ad2ad0e81fcf37d2620e16ea5ea653 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+1ddedbaa5919b7b3e70d984660e21e844c615c97" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4dba928099f378a02121ee52d342b8657c0a12110db02899c4e516645485d013 [INFO] running `Command { std: "docker" "start" "-a" "4dba928099f378a02121ee52d342b8657c0a12110db02899c4e516645485d013", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling cc v1.0.50 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling xml-rs v0.8.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Compiling scopeguard v1.0.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling arrayvec v0.5.1 [INFO] [stderr] Compiling linked-hash-map v0.5.2 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling crossbeam-utils v0.7.0 [INFO] [stderr] Compiling crossbeam-epoch v0.8.0 [INFO] [stderr] Compiling proc-macro2 v1.0.7 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling walkdir v2.3.1 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling smallvec v0.6.13 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling gl_generator v0.11.0 [INFO] [stderr] Compiling rustc-hash v1.0.1 [INFO] [stderr] Compiling stb_truetype v0.3.1 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling ryu v1.0.2 [INFO] [stderr] Compiling syn v1.0.13 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling wayland-scanner v0.21.13 [INFO] [stderr] Compiling error-chain v0.12.1 [INFO] [stderr] Compiling x11-dl v2.18.4 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rustc-demangle v0.1.16 [INFO] [stderr] Compiling nodrop v0.1.14 [INFO] [stderr] Compiling downcast-rs v1.1.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.6 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling backtrace-sys v0.1.32 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling gl_generator v0.13.1 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling ordered-float v1.0.2 [INFO] [stderr] Compiling num_cpus v1.11.1 [INFO] [stderr] Compiling dlib v0.4.1 [INFO] [stderr] Compiling c2-chacha v0.2.3 [INFO] [stderr] Compiling line_drawing v0.7.0 [INFO] [stderr] Compiling wayland-sys v0.21.13 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling num-rational v0.2.3 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling itoa v0.4.4 [INFO] [stderr] Compiling pulldown-cmark v0.2.0 [INFO] [stderr] Compiling xdg v2.2.0 [INFO] [stderr] Compiling libm v0.1.4 [INFO] [stderr] Compiling typenum v1.11.2 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling glutin_glx_sys v0.1.5 [INFO] [stderr] Compiling gfx_gl v0.6.0 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling glutin_egl_sys v0.1.4 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling backtrace v0.3.40 [INFO] [stderr] Compiling minimp3-sys v0.3.1 [INFO] [stderr] Compiling bzip2-sys v0.1.7 [INFO] [stderr] Compiling alsa-sys v0.1.2 [INFO] [stderr] Compiling libudev-sys v0.1.4 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling draw_state v0.8.0 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling lock_api v0.3.3 [INFO] [stderr] Compiling wayland-client v0.21.13 [INFO] [stderr] Compiling wayland-protocols v0.21.13 [INFO] [stderr] Compiling remove_dir_all v0.5.2 [INFO] [stderr] Compiling nix v0.15.0 [INFO] [stderr] Compiling adler32 v1.0.4 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling gfx_core v0.9.2 [INFO] [stderr] Compiling sid v0.5.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling shared_library v0.1.9 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling serde_json v1.0.44 [INFO] [stderr] Compiling raw-window-handle v0.3.3 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling num-iter v0.1.40 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling lzw v0.10.0 [INFO] [stderr] Compiling wayland-commons v0.21.13 [INFO] [stderr] Compiling xi-unicode v0.2.0 [INFO] [stderr] Compiling glob v0.2.11 [INFO] [stderr] Compiling memoffset v0.5.3 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling rawpointer v0.2.1 [INFO] [stderr] Compiling bytecount v0.4.0 [INFO] [stderr] Compiling matrixmultiply v0.2.3 [INFO] [stderr] Compiling twox-hash v1.5.0 [INFO] [stderr] Compiling alga v0.9.2 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling generic-array v0.12.3 [INFO] [stderr] Compiling crossbeam-deque v0.7.2 [INFO] [stderr] Compiling inflate v0.4.5 [INFO] [stderr] Compiling deflate v0.7.20 [INFO] [stderr] Compiling slice-deque v0.2.4 [INFO] [stderr] Compiling rusttype v0.8.2 [INFO] [stderr] Compiling ogg v0.7.0 [INFO] [stderr] Compiling mint v0.5.4 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling uuid v0.8.1 [INFO] [stderr] Compiling color_quant v1.0.1 [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaoErmMC" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: failed to write /tmp/rustc2B33lb/lib.rmeta: No space left on device (os error 28) [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/rmetaeVcFNI" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `inflate` (lib) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `slice-deque` (lib) [INFO] [stderr] error: could not compile `color_quant` (lib) due to 2 previous errors [INFO] [stderr] error: could not compile `mint` (lib) due to 1 previous error [INFO] [stdout] error: failed to write /tmp/rustcgVKg2j/lib.rmeta: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetazyWzKh/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `syn` (lib) [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `nix` (lib) due to 1 previous error [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-470e80a140ea8a55/build-script-build` (exit status: 101) [INFO] [stderr] --- stderr [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '1ddedbaa5919b7b3e70d984660e21e844c615c97'. [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 '1ddedbaa5919b7b3e70d984660e21e844c615c97'. [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 '1ddedbaa5919b7b3e70d984660e21e844c615c97'. [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 '1ddedbaa5919b7b3e70d984660e21e844c615c97'. [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 '1ddedbaa5919b7b3e70d984660e21e844c615c97'. [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 '1ddedbaa5919b7b3e70d984660e21e844c615c97'. [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 '1ddedbaa5919b7b3e70d984660e21e844c615c97'. [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 '1ddedbaa5919b7b3e70d984660e21e844c615c97'. [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 '1ddedbaa5919b7b3e70d984660e21e844c615c97'. [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 '1ddedbaa5919b7b3e70d984660e21e844c615c97'. [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 '1ddedbaa5919b7b3e70d984660e21e844c615c97'. [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: 0x564a44e7d405 - std::backtrace_rs::backtrace::libunwind::trace::hdfc9607bf31dbc86 [INFO] [stderr] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stderr] 1: 0x564a44e7d405 - std::backtrace_rs::backtrace::trace_unsynchronized::h835e0ca3083fcb54 [INFO] [stderr] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x564a44e7d405 - std::sys::backtrace::_print_fmt::hf81d1bed8dde1f05 [INFO] [stderr] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/sys/backtrace.rs:66:9 [INFO] [stderr] 3: 0x564a44e7d405 - ::fmt::h0e21387e4dc195e8 [INFO] [stderr] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/sys/backtrace.rs:39:26 [INFO] [stderr] 4: 0x564a44e9ee5b - core::fmt::rt::Argument::fmt::hf0a2360aea19729b [INFO] [stderr] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/core/src/fmt/rt.rs:173:76 [INFO] [stderr] 5: 0x564a44e9ee5b - core::fmt::write::h76a391ed15942408 [INFO] [stderr] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/core/src/fmt/mod.rs:1178:21 [INFO] [stderr] 6: 0x564a44e7b12f - std::io::Write::write_fmt::h45949786831e4e35 [INFO] [stderr] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/io/mod.rs:1823:15 [INFO] [stderr] 7: 0x564a44e7e8d1 - std::sys::backtrace::BacktraceLock::print::hfbac027926ddf935 [INFO] [stderr] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/sys/backtrace.rs:42:9 [INFO] [stderr] 8: 0x564a44e7e8d1 - std::panicking::default_hook::{{closure}}::h901010a60b64ccc3 [INFO] [stderr] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/panicking.rs:266:22 [INFO] [stderr] 9: 0x564a44e7e5ac - std::panicking::default_hook::had7425277af071c7 [INFO] [stderr] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/panicking.rs:293:9 [INFO] [stderr] 10: 0x564a44e7f1df - as core::ops::function::Fn>::call::ha2e26086c015e62d [INFO] [stderr] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/alloc/src/boxed.rs:2162:9 [INFO] [stderr] 11: 0x564a44e7f1df - std::panicking::rust_panic_with_hook::hac0e92610e1e4d1b [INFO] [stderr] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/panicking.rs:805:13 [INFO] [stderr] 12: 0x564a44e7ee07 - std::panicking::begin_panic_handler::{{closure}}::h1fb6563ca25c0091 [INFO] [stderr] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/panicking.rs:671:13 [INFO] [stderr] 13: 0x564a44e7d8c9 - std::sys::backtrace::__rust_end_short_backtrace::he90d714ee124ec57 [INFO] [stderr] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/sys/backtrace.rs:170:18 [INFO] [stderr] 14: 0x564a44e7ea94 - rust_begin_unwind [INFO] [stderr] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/panicking.rs:662:5 [INFO] [stderr] 15: 0x564a44e9dc13 - core::panicking::panic_fmt::h2c076b2ed9eeb82c [INFO] [stderr] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/core/src/panicking.rs:74:14 [INFO] [stderr] 16: 0x564a44e9e0e6 - core::result::unwrap_failed::h0be6dd1a77884bef [INFO] [stderr] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/core/src/result.rs:1679:5 [INFO] [stderr] 17: 0x564a44d92abd - wayland_scanner::generate_c_code::h4df7a82642f03277 [INFO] [stderr] 18: 0x564a44d9d43a - build_script_build::generate_protocol::hb642a91aaeed36a3 [INFO] [stderr] 19: 0x564a44d9e616 - build_script_build::main::h2db9c846fd8b9319 [INFO] [stderr] 20: 0x564a44da4883 - core::ops::function::FnOnce::call_once::ha4754fdff4650cec [INFO] [stderr] 21: 0x564a44da4516 - std::sys::backtrace::__rust_begin_short_backtrace::hdf3bd17f63c605a7 [INFO] [stderr] 22: 0x564a44da43a9 - std::rt::lang_start::{{closure}}::h824f7e3ac386a290 [INFO] [stderr] 23: 0x564a44e78370 - core::ops::function::impls:: for &F>::call_once::h8ab306cc603774e7 [INFO] [stderr] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/core/src/ops/function.rs:284:13 [INFO] [stderr] 24: 0x564a44e78370 - std::panicking::try::do_call::hfab68544b168543f [INFO] [stderr] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/panicking.rs:554:40 [INFO] [stderr] 25: 0x564a44e78370 - std::panicking::try::he309c514c1f2d55b [INFO] [stderr] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/panicking.rs:518:19 [INFO] [stderr] 26: 0x564a44e78370 - std::panic::catch_unwind::h71495d5bf5c3b7b3 [INFO] [stderr] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/panic.rs:345:14 [INFO] [stderr] 27: 0x564a44e78370 - std::rt::lang_start_internal::{{closure}}::h0583eaa08d2d105f [INFO] [stderr] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/rt.rs:143:48 [INFO] [stderr] 28: 0x564a44e78370 - std::panicking::try::do_call::h2b0c8de3259564d9 [INFO] [stderr] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/panicking.rs:554:40 [INFO] [stderr] 29: 0x564a44e78370 - std::panicking::try::h9069e6b296898d94 [INFO] [stderr] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/panicking.rs:518:19 [INFO] [stderr] 30: 0x564a44e78370 - std::panic::catch_unwind::heeda54b5a6ad86aa [INFO] [stderr] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/panic.rs:345:14 [INFO] [stderr] 31: 0x564a44e78370 - std::rt::lang_start_internal::h6337a0745392e5db [INFO] [stderr] at /rustc/1ddedbaa5919b7b3e70d984660e21e844c615c97/library/std/src/rt.rs:143:20 [INFO] [stderr] 32: 0x564a44da4387 - std::rt::lang_start::h2591117ed028f7a1 [INFO] [stderr] 33: 0x564a44d9e9d5 - main [INFO] [stderr] 34: 0x7f786dbded90 - [INFO] [stderr] 35: 0x7f786dbdee40 - __libc_start_main [INFO] [stderr] 36: 0x564a44d92555 - _start [INFO] [stderr] 37: 0x0 - [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetahV7zAm/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `serde_json` (lib) due to 1 previous error [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmeta79ChhP/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `gfx_gl` (lib) due to 2 previous errors [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `deflate` (lib) due to 2 previous errors [INFO] [stderr] error: could not compile `rusttype` (lib) due to 2 previous errors [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaq9EZSX/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `syn` (lib) 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-client` (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/rmetaYswKBP" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `nix` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "4dba928099f378a02121ee52d342b8657c0a12110db02899c4e516645485d013", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4dba928099f378a02121ee52d342b8657c0a12110db02899c4e516645485d013", kill_on_drop: false }` [INFO] [stdout] 4dba928099f378a02121ee52d342b8657c0a12110db02899c4e516645485d013