[INFO] cloning repository https://github.com/notCamelCaseName/cassiop [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/notCamelCaseName/cassiop" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FnotCamelCaseName%2Fcassiop", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FnotCamelCaseName%2Fcassiop'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0735d6bdf8cf4ab9f1098b03a70f237afe1a4c61 [INFO] checking notCamelCaseName/cassiop against master#e23ae72ac7a393961886ea62df065ebb6def7d51 for pr-126571 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FnotCamelCaseName%2Fcassiop" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/notCamelCaseName/cassiop on toolchain e23ae72ac7a393961886ea62df065ebb6def7d51 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e23ae72ac7a393961886ea62df065ebb6def7d51" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/notCamelCaseName/cassiop [INFO] finished tweaking git repo https://github.com/notCamelCaseName/cassiop [INFO] tweaked toml for git repo https://github.com/notCamelCaseName/cassiop written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/notCamelCaseName/cassiop 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" "+e23ae72ac7a393961886ea62df065ebb6def7d51" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+e23ae72ac7a393961886ea62df065ebb6def7d51" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6e3163b5e34070bb992f72d6765b10705d81606858ebe164909ae5bed69f37a6 [INFO] running `Command { std: "docker" "start" "-a" "6e3163b5e34070bb992f72d6765b10705d81606858ebe164909ae5bed69f37a6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6e3163b5e34070bb992f72d6765b10705d81606858ebe164909ae5bed69f37a6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6e3163b5e34070bb992f72d6765b10705d81606858ebe164909ae5bed69f37a6", kill_on_drop: false }` [INFO] [stdout] 6e3163b5e34070bb992f72d6765b10705d81606858ebe164909ae5bed69f37a6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+e23ae72ac7a393961886ea62df065ebb6def7d51" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6477a8a256387bdfc25281a7e88f1ce9d48e042e77ddd5fb821c8536dc18e08c [INFO] running `Command { std: "docker" "start" "-a" "6477a8a256387bdfc25281a7e88f1ce9d48e042e77ddd5fb821c8536dc18e08c", kill_on_drop: false }` [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.71 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling libc v0.2.151 [INFO] [stderr] Compiling pkg-config v0.3.28 [INFO] [stderr] Compiling xml-rs v0.8.19 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking libloading v0.8.1 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking once_cell v1.19.0 [INFO] [stderr] Checking simd-adler32 v0.3.7 [INFO] [stderr] Checking dlib v0.5.2 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Checking smallvec v1.11.2 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Checking downcast-rs v1.2.0 [INFO] [stderr] Checking scoped-tls v1.0.1 [INFO] [stderr] Compiling thiserror v1.0.52 [INFO] [stderr] Checking log v0.4.20 [INFO] [stderr] Compiling slotmap v1.0.7 [INFO] [stderr] Checking miniz_oxide v0.7.1 [INFO] [stderr] Compiling wayland-sys v0.29.5 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling smithay-client-toolkit v0.16.1 [INFO] [stderr] Compiling wayland-scanner v0.29.5 [INFO] [stderr] Compiling syn v2.0.43 [INFO] [stderr] Checking flate2 v1.0.28 [INFO] [stderr] Checking fdeflate v0.3.3 [INFO] [stderr] Checking arrayref v0.3.7 [INFO] [stderr] Checking ttf-parser v0.20.0 [INFO] [stderr] Compiling rustix v0.38.28 [INFO] [stderr] Checking vec_map v0.8.2 [INFO] [stderr] Checking bytemuck v1.14.0 [INFO] [stderr] Checking memchr v2.7.1 [INFO] [stderr] Checking strict-num v0.1.1 [INFO] [stderr] Checking xcursor v0.3.5 [INFO] [stderr] Checking tiny-skia-path v0.8.4 [INFO] [stderr] Checking png v0.17.10 [INFO] [stderr] Compiling x11-dl v2.21.0 [INFO] [stderr] Checking nix v0.24.3 [INFO] [stderr] Checking nix v0.25.1 [INFO] [stderr] Checking aho-corasick v1.1.2 [INFO] [stderr] Checking memmap2 v0.5.10 [INFO] [stderr] Checking bitflags v2.4.1 [INFO] [stderr] Compiling wayland-client v0.29.5 [INFO] [stderr] Compiling wayland-protocols v0.29.5 [INFO] [stderr] Checking arrayvec v0.7.4 [INFO] [stderr] Checking regex-syntax v0.8.2 [INFO] [stderr] Checking ab_glyph_rasterizer v0.1.8 [INFO] [stderr] Checking linux-raw-sys v0.4.12 [INFO] [stderr] Checking owned_ttf_parser v0.20.0 [INFO] [stderr] Compiling cfg_aliases v0.1.1 [INFO] [stderr] Checking wayland-commons v0.29.5 [INFO] [stderr] Compiling winit v0.28.7 [INFO] [stderr] Checking ab_glyph v0.2.23 [INFO] [stderr] Checking tiny-skia v0.8.4 [INFO] [stderr] Checking regex-automata v0.4.3 [INFO] [stderr] Compiling ash v0.37.3+1.3.251 [INFO] [stderr] Checking mio v0.8.10 [INFO] [stderr] Compiling thiserror-impl v1.0.52 [INFO] [stderr] Checking is-terminal v0.4.10 [INFO] [stderr] Checking instant v0.1.12 [INFO] [stderr] Checking libloading v0.7.4 [INFO] [stderr] Checking percent-encoding v2.3.1 [INFO] [stderr] Checking termcolor v1.4.1 [INFO] [stderr] Checking raw-window-handle v0.5.2 [INFO] [stderr] Checking humantime v2.1.0 [INFO] [stderr] Checking wayland-cursor v0.29.5 [INFO] [stderr] Checking calloop v0.10.6 [INFO] [stderr] Checking regex v1.10.2 [INFO] [stderr] Checking env_logger v0.10.1 [INFO] [stderr] error: failed to run custom build command for `wayland-protocols v0.29.5` [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-6ddf076c7e461615/build-script-build` (exit status: 101) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rerun-if-changed-env=CARGO_FEATURE_CLIENT [INFO] [stderr] cargo:rerun-if-changed-env=CARGO_FEATURE_SERVER [INFO] [stderr] cargo:rerun-if-changed-env=CARGO_FEATURE_UNSTABLE_PROTOCOLS [INFO] [stderr] cargo:rerun-if-changed=./protocols/stable/presentation-time/presentation-time.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/stable/viewporter/viewporter.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/stable/xdg-shell/xdg-shell.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/staging/xdg-activation/xdg-activation-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./misc/gtk-primary-selection.xml [INFO] [stderr] cargo:rerun-if-changed=./misc/input-method-unstable-v2.xml [INFO] [stderr] cargo:rerun-if-changed=./misc/server-decoration.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/idle-inhibit/idle-inhibit-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/input-method/input-method-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/input-timestamps/input-timestamps-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/keyboard-shortcuts-inhibit/keyboard-shortcuts-inhibit-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/linux-explicit-synchronization/linux-explicit-synchronization-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/pointer-constraints/pointer-constraints-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/pointer-gestures/pointer-gestures-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/primary-selection/primary-selection-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/relative-pointer/relative-pointer-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/tablet/tablet-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/tablet/tablet-unstable-v2.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/text-input/text-input-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/text-input/text-input-unstable-v3.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/xdg-decoration/xdg-decoration-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/xdg-foreign/xdg-foreign-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/xdg-foreign/xdg-foreign-unstable-v2.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/xdg-output/xdg-output-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/xdg-shell/xdg-shell-unstable-v5.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/xdg-shell/xdg-shell-unstable-v6.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/xwayland-keyboard-grab/xwayland-keyboard-grab-unstable-v1.xml [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain 'e23ae72ac7a393961886ea62df065ebb6def7d51'. [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 'e23ae72ac7a393961886ea62df065ebb6def7d51'. [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 'e23ae72ac7a393961886ea62df065ebb6def7d51'. [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 'e23ae72ac7a393961886ea62df065ebb6def7d51'. [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 'e23ae72ac7a393961886ea62df065ebb6def7d51'. [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 'e23ae72ac7a393961886ea62df065ebb6def7d51'. [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 'e23ae72ac7a393961886ea62df065ebb6def7d51'. [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 'e23ae72ac7a393961886ea62df065ebb6def7d51'. [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 'e23ae72ac7a393961886ea62df065ebb6def7d51'. [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 'e23ae72ac7a393961886ea62df065ebb6def7d51'. [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 'e23ae72ac7a393961886ea62df065ebb6def7d51'. [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 'e23ae72ac7a393961886ea62df065ebb6def7d51'. [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 'e23ae72ac7a393961886ea62df065ebb6def7d51'. [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 'e23ae72ac7a393961886ea62df065ebb6def7d51'. [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 'e23ae72ac7a393961886ea62df065ebb6def7d51'. [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 'e23ae72ac7a393961886ea62df065ebb6def7d51'. [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 'e23ae72ac7a393961886ea62df065ebb6def7d51'. [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 'e23ae72ac7a393961886ea62df065ebb6def7d51'. [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 'e23ae72ac7a393961886ea62df065ebb6def7d51'. [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 'e23ae72ac7a393961886ea62df065ebb6def7d51'. [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 'e23ae72ac7a393961886ea62df065ebb6def7d51'. [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 'e23ae72ac7a393961886ea62df065ebb6def7d51'. [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 'e23ae72ac7a393961886ea62df065ebb6def7d51'. [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 'e23ae72ac7a393961886ea62df065ebb6def7d51'. [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 'e23ae72ac7a393961886ea62df065ebb6def7d51'. [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 'e23ae72ac7a393961886ea62df065ebb6def7d51'. [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 'e23ae72ac7a393961886ea62df065ebb6def7d51'. [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 'e23ae72ac7a393961886ea62df065ebb6def7d51'. [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.29.5/src/lib.rs:156: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: 0x55f9afd8c8d5 - std::backtrace_rs::backtrace::libunwind::trace::h7b5c730e72bfd156 [INFO] [stderr] at /rustc/e23ae72ac7a393961886ea62df065ebb6def7d51/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stderr] 1: 0x55f9afd8c8d5 - std::backtrace_rs::backtrace::trace_unsynchronized::ha7b5322b42588b50 [INFO] [stderr] at /rustc/e23ae72ac7a393961886ea62df065ebb6def7d51/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x55f9afd8c8d5 - std::sys::backtrace::_print_fmt::h3201a0a2cd25b52c [INFO] [stderr] at /rustc/e23ae72ac7a393961886ea62df065ebb6def7d51/library/std/src/sys/backtrace.rs:68:5 [INFO] [stderr] 3: 0x55f9afd8c8d5 - ::fmt::h1e8669cc08f76513 [INFO] [stderr] at /rustc/e23ae72ac7a393961886ea62df065ebb6def7d51/library/std/src/sys/backtrace.rs:44:22 [INFO] [stderr] 4: 0x55f9afdaee1b - core::fmt::rt::Argument::fmt::h4a2733605ff550af [INFO] [stderr] at /rustc/e23ae72ac7a393961886ea62df065ebb6def7d51/library/core/src/fmt/rt.rs:165:63 [INFO] [stderr] 5: 0x55f9afdaee1b - core::fmt::write::h2ac8f1b169f2a3c4 [INFO] [stderr] at /rustc/e23ae72ac7a393961886ea62df065ebb6def7d51/library/core/src/fmt/mod.rs:1168:21 [INFO] [stderr] 6: 0x55f9afd8a40f - std::io::Write::write_fmt::hc3ddcac89d68c25a [INFO] [stderr] at /rustc/e23ae72ac7a393961886ea62df065ebb6def7d51/library/std/src/io/mod.rs:1835:15 [INFO] [stderr] 7: 0x55f9afd8c6ae - std::sys::backtrace::_print::h8496c9cd835d8f73 [INFO] [stderr] at /rustc/e23ae72ac7a393961886ea62df065ebb6def7d51/library/std/src/sys/backtrace.rs:47:5 [INFO] [stderr] 8: 0x55f9afd8c6ae - std::sys::backtrace::print::hc6c44ff02ed8c1bf [INFO] [stderr] at /rustc/e23ae72ac7a393961886ea62df065ebb6def7d51/library/std/src/sys/backtrace.rs:34:9 [INFO] [stderr] 9: 0x55f9afd8da49 - std::panicking::default_hook::{{closure}}::heab1ba005760773a [INFO] [stderr] 10: 0x55f9afd8d7ec - std::panicking::default_hook::h38dec5ad13df9449 [INFO] [stderr] at /rustc/e23ae72ac7a393961886ea62df065ebb6def7d51/library/std/src/panicking.rs:292:9 [INFO] [stderr] 11: 0x55f9afd8e051 - std::panicking::rust_panic_with_hook::h9ffa8863249174d7 [INFO] [stderr] at /rustc/e23ae72ac7a393961886ea62df065ebb6def7d51/library/std/src/panicking.rs:793:13 [INFO] [stderr] 12: 0x55f9afd8deb7 - std::panicking::begin_panic_handler::{{closure}}::h288f6850e0d925eb [INFO] [stderr] at /rustc/e23ae72ac7a393961886ea62df065ebb6def7d51/library/std/src/panicking.rs:667:13 [INFO] [stderr] 13: 0x55f9afd8cd99 - std::sys::backtrace::__rust_end_short_backtrace::hb4e0810d2632fc5a [INFO] [stderr] at /rustc/e23ae72ac7a393961886ea62df065ebb6def7d51/library/std/src/sys/backtrace.rs:171:18 [INFO] [stderr] 14: 0x55f9afd8db64 - rust_begin_unwind [INFO] [stderr] at /rustc/e23ae72ac7a393961886ea62df065ebb6def7d51/library/std/src/panicking.rs:658:5 [INFO] [stderr] 15: 0x55f9afdadcd3 - core::panicking::panic_fmt::h06a08c0825afcb69 [INFO] [stderr] at /rustc/e23ae72ac7a393961886ea62df065ebb6def7d51/library/core/src/panicking.rs:74:14 [INFO] [stderr] 16: 0x55f9afdae0c6 - core::result::unwrap_failed::hace3fc1011bdec2a [INFO] [stderr] at /rustc/e23ae72ac7a393961886ea62df065ebb6def7d51/library/core/src/result.rs:1679:5 [INFO] [stderr] 17: 0x55f9afcc3f9a - wayland_scanner::generate_code_with_destructor_events::hd81cbd30732efbdc [INFO] [stderr] 18: 0x55f9afcc1750 - build_script_build::generate_protocol::h3082120d44b14edf [INFO] [stderr] 19: 0x55f9afcc2d2d - build_script_build::main::h0a70525c037cd9d5 [INFO] [stderr] 20: 0x55f9afcbd693 - core::ops::function::FnOnce::call_once::h63519e52c8c17ee1 [INFO] [stderr] 21: 0x55f9afcbb2e6 - std::sys::backtrace::__rust_begin_short_backtrace::hea1a1faa7459714d [INFO] [stderr] 22: 0x55f9afcc4449 - std::rt::lang_start::{{closure}}::h81cc5023e7a318a8 [INFO] [stderr] 23: 0x55f9afd870f2 - core::ops::function::impls:: for &F>::call_once::h46bc6a89a0bbfe7b [INFO] [stderr] at /rustc/e23ae72ac7a393961886ea62df065ebb6def7d51/library/core/src/ops/function.rs:284:13 [INFO] [stderr] 24: 0x55f9afd870f2 - std::panicking::try::do_call::h0fd0ccea0e2c7014 [INFO] [stderr] at /rustc/e23ae72ac7a393961886ea62df065ebb6def7d51/library/std/src/panicking.rs:553:40 [INFO] [stderr] 25: 0x55f9afd870f2 - std::panicking::try::h4eb329141f3de7a5 [INFO] [stderr] at /rustc/e23ae72ac7a393961886ea62df065ebb6def7d51/library/std/src/panicking.rs:517:19 [INFO] [stderr] 26: 0x55f9afd870f2 - std::panic::catch_unwind::h21e28bb06c244528 [INFO] [stderr] at /rustc/e23ae72ac7a393961886ea62df065ebb6def7d51/library/std/src/panic.rs:350:14 [INFO] [stderr] 27: 0x55f9afd870f2 - std::rt::lang_start_internal::{{closure}}::h8be7cb14cccb2b25 [INFO] [stderr] at /rustc/e23ae72ac7a393961886ea62df065ebb6def7d51/library/std/src/rt.rs:141:48 [INFO] [stderr] 28: 0x55f9afd870f2 - std::panicking::try::do_call::haf939d91214fe405 [INFO] [stderr] at /rustc/e23ae72ac7a393961886ea62df065ebb6def7d51/library/std/src/panicking.rs:553:40 [INFO] [stderr] 29: 0x55f9afd870f2 - std::panicking::try::haaded7e88a72a108 [INFO] [stderr] at /rustc/e23ae72ac7a393961886ea62df065ebb6def7d51/library/std/src/panicking.rs:517:19 [INFO] [stderr] 30: 0x55f9afd870f2 - std::panic::catch_unwind::h3f979107f3aff71d [INFO] [stderr] at /rustc/e23ae72ac7a393961886ea62df065ebb6def7d51/library/std/src/panic.rs:350:14 [INFO] [stderr] 31: 0x55f9afd870f2 - std::rt::lang_start_internal::h568360dd4065094b [INFO] [stderr] at /rustc/e23ae72ac7a393961886ea62df065ebb6def7d51/library/std/src/rt.rs:141:20 [INFO] [stderr] 32: 0x55f9afcc4427 - std::rt::lang_start::h1845d0e68768fce5 [INFO] [stderr] 33: 0x55f9afcc3955 - main [INFO] [stderr] 34: 0x7f4f97f18d90 - [INFO] [stderr] 35: 0x7f4f97f18e40 - __libc_start_main [INFO] [stderr] 36: 0x55f9afcb3075 - _start [INFO] [stderr] 37: 0x0 - [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaHOY45b/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `ash` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "6477a8a256387bdfc25281a7e88f1ce9d48e042e77ddd5fb821c8536dc18e08c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6477a8a256387bdfc25281a7e88f1ce9d48e042e77ddd5fb821c8536dc18e08c", kill_on_drop: false }` [INFO] [stdout] 6477a8a256387bdfc25281a7e88f1ce9d48e042e77ddd5fb821c8536dc18e08c