[INFO] cloning repository https://github.com/huytd/chip-8-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/huytd/chip-8-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhuytd%2Fchip-8-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhuytd%2Fchip-8-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 28b95d83b2aaa2e1deb043aa8829cc34db471e5c [INFO] checking huytd/chip-8-rs against try#654bc80249a2b2ba8bd16392b5829d87ed96c92d for pr-136458 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhuytd%2Fchip-8-rs" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/huytd/chip-8-rs on toolchain 654bc80249a2b2ba8bd16392b5829d87ed96c92d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+654bc80249a2b2ba8bd16392b5829d87ed96c92d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/huytd/chip-8-rs [INFO] finished tweaking git repo https://github.com/huytd/chip-8-rs [INFO] tweaked toml for git repo https://github.com/huytd/chip-8-rs written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/huytd/chip-8-rs 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" "+654bc80249a2b2ba8bd16392b5829d87ed96c92d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:c80049f3b88b82089a44e0f06d0d6029d44b96b7257e55a1cd63dbc9f4c33334" "/opt/rustwide/cargo-home/bin/cargo" "+654bc80249a2b2ba8bd16392b5829d87ed96c92d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e4d64071c8228469294708de64efcfccccfe3e5c87753f1779895307dcfdcb5b [INFO] running `Command { std: "docker" "start" "-a" "e4d64071c8228469294708de64efcfccccfe3e5c87753f1779895307dcfdcb5b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e4d64071c8228469294708de64efcfccccfe3e5c87753f1779895307dcfdcb5b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e4d64071c8228469294708de64efcfccccfe3e5c87753f1779895307dcfdcb5b", kill_on_drop: false }` [INFO] [stdout] e4d64071c8228469294708de64efcfccccfe3e5c87753f1779895307dcfdcb5b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:c80049f3b88b82089a44e0f06d0d6029d44b96b7257e55a1cd63dbc9f4c33334" "/opt/rustwide/cargo-home/bin/cargo" "+654bc80249a2b2ba8bd16392b5829d87ed96c92d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9a0077d828767f9d6c5f848a684d04b7c762c3245e377ff40eec09c801edb1ba [INFO] running `Command { std: "docker" "start" "-a" "9a0077d828767f9d6c5f848a684d04b7c762c3245e377ff40eec09c801edb1ba", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.113 [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling pkg-config v0.3.24 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling xml-rs v0.8.4 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Compiling libloading v0.7.3 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling bindgen v0.56.0 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling shlex v0.1.1 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling nom v7.1.0 [INFO] [stderr] Checking smallvec v1.8.0 [INFO] [stderr] Checking once_cell v1.9.0 [INFO] [stderr] Checking minimal-lexical v0.2.1 [INFO] [stderr] Checking downcast-rs v1.2.0 [INFO] [stderr] Compiling clang-sys v1.3.0 [INFO] [stderr] Checking cty v0.2.2 [INFO] [stderr] Compiling cc v1.0.72 [INFO] [stderr] Compiling quote v1.0.15 [INFO] [stderr] Compiling wayland-sys v0.28.6 [INFO] [stderr] Compiling x11-dl v2.19.1 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Checking raw-window-handle v0.4.2 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling which v3.1.1 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Checking ppv-lite86 v0.2.16 [INFO] [stderr] Checking fastrand v1.7.0 [INFO] [stderr] Checking remove_dir_all v0.5.3 [INFO] [stderr] Compiling wayland-scanner v0.28.6 [INFO] [stderr] Compiling minifb v0.20.0 [INFO] [stderr] Checking nix v0.20.0 [INFO] [stderr] Checking getrandom v0.2.4 [INFO] [stderr] Checking raw-window-handle v0.3.4 [INFO] [stderr] Checking tempfile v3.3.0 [INFO] [stderr] Checking rand_core v0.6.3 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rand v0.8.4 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling cexpr v0.4.0 [INFO] [stderr] Compiling wayland-client v0.28.6 [INFO] [stderr] Compiling wayland-protocols v0.28.6 [INFO] [stderr] Checking xcursor v0.3.4 [INFO] [stderr] Compiling env_logger v0.8.4 [INFO] [stderr] Checking wayland-commons v0.28.6 [INFO] [stderr] Checking wayland-cursor v0.28.6 [INFO] [stderr] Compiling xkbcommon-sys v0.7.5 [INFO] [stderr] Checking xkb v0.2.1 [INFO] [stderr] error: failed to run custom build command for `wayland-protocols v0.28.6` [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-d2ad21d0dff58d8a/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=./misc/gtk-primary-selection.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] cargo:rerun-if-changed=./wlr-protocols/unstable/wlr-data-control-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./wlr-protocols/unstable/wlr-export-dmabuf-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./wlr-protocols/unstable/wlr-foreign-toplevel-management-unstable-v1.xml [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain '654bc80249a2b2ba8bd16392b5829d87ed96c92d'. [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 '654bc80249a2b2ba8bd16392b5829d87ed96c92d'. [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 '654bc80249a2b2ba8bd16392b5829d87ed96c92d'. [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 '654bc80249a2b2ba8bd16392b5829d87ed96c92d'. [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 '654bc80249a2b2ba8bd16392b5829d87ed96c92d'. [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 '654bc80249a2b2ba8bd16392b5829d87ed96c92d'. [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 '654bc80249a2b2ba8bd16392b5829d87ed96c92d'. [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 '654bc80249a2b2ba8bd16392b5829d87ed96c92d'. [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 '654bc80249a2b2ba8bd16392b5829d87ed96c92d'. [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 '654bc80249a2b2ba8bd16392b5829d87ed96c92d'. [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 '654bc80249a2b2ba8bd16392b5829d87ed96c92d'. [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 '654bc80249a2b2ba8bd16392b5829d87ed96c92d'. [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 '654bc80249a2b2ba8bd16392b5829d87ed96c92d'. [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 '654bc80249a2b2ba8bd16392b5829d87ed96c92d'. [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 '654bc80249a2b2ba8bd16392b5829d87ed96c92d'. [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 '654bc80249a2b2ba8bd16392b5829d87ed96c92d'. [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 '654bc80249a2b2ba8bd16392b5829d87ed96c92d'. [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 '654bc80249a2b2ba8bd16392b5829d87ed96c92d'. [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 '654bc80249a2b2ba8bd16392b5829d87ed96c92d'. [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 '654bc80249a2b2ba8bd16392b5829d87ed96c92d'. [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 '654bc80249a2b2ba8bd16392b5829d87ed96c92d'. [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 '654bc80249a2b2ba8bd16392b5829d87ed96c92d'. [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 '654bc80249a2b2ba8bd16392b5829d87ed96c92d'. [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 '654bc80249a2b2ba8bd16392b5829d87ed96c92d'. [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 '654bc80249a2b2ba8bd16392b5829d87ed96c92d'. [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 '654bc80249a2b2ba8bd16392b5829d87ed96c92d'. [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 '654bc80249a2b2ba8bd16392b5829d87ed96c92d'. [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 '654bc80249a2b2ba8bd16392b5829d87ed96c92d'. [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] [INFO] [stderr] thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-scanner-0.28.6/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: 0x63ce52ac0170 - std::backtrace_rs::backtrace::libunwind::trace::h4dfc8c63bdc9e110 [INFO] [stderr] at /rustc/654bc80249a2b2ba8bd16392b5829d87ed96c92d/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stderr] 1: 0x63ce52ac0170 - std::backtrace_rs::backtrace::trace_unsynchronized::hfd547d92c8b36f9f [INFO] [stderr] at /rustc/654bc80249a2b2ba8bd16392b5829d87ed96c92d/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x63ce52ac0170 - std::sys::backtrace::_print_fmt::h6a9165ed2fa4e47b [INFO] [stderr] at /rustc/654bc80249a2b2ba8bd16392b5829d87ed96c92d/library/std/src/sys/backtrace.rs:66:9 [INFO] [stderr] 3: 0x63ce52ac0170 - ::fmt::he931207cb843d08b [INFO] [stderr] at /rustc/654bc80249a2b2ba8bd16392b5829d87ed96c92d/library/std/src/sys/backtrace.rs:39:26 [INFO] [stderr] 4: 0x63ce52ae1e53 - core::fmt::rt::Argument::fmt::he47965e0e04fc308 [INFO] [stderr] at /rustc/654bc80249a2b2ba8bd16392b5829d87ed96c92d/library/core/src/fmt/rt.rs:177:76 [INFO] [stderr] 5: 0x63ce52ae1e53 - core::fmt::write::ha3bc55cf96ab310a [INFO] [stderr] at /rustc/654bc80249a2b2ba8bd16392b5829d87ed96c92d/library/core/src/fmt/mod.rs:1449:21 [INFO] [stderr] 6: 0x63ce52abd293 - std::io::Write::write_fmt::h35ddab657efd7f4e [INFO] [stderr] at /rustc/654bc80249a2b2ba8bd16392b5829d87ed96c92d/library/std/src/io/mod.rs:1890:15 [INFO] [stderr] 7: 0x63ce52abffc2 - std::sys::backtrace::BacktraceLock::print::hf23c9ca929f40e10 [INFO] [stderr] at /rustc/654bc80249a2b2ba8bd16392b5829d87ed96c92d/library/std/src/sys/backtrace.rs:42:9 [INFO] [stderr] 8: 0x63ce52ac0f1f - std::panicking::default_hook::{{closure}}::hba60e8663a01de79 [INFO] [stderr] at /rustc/654bc80249a2b2ba8bd16392b5829d87ed96c92d/library/std/src/panicking.rs:298:22 [INFO] [stderr] 9: 0x63ce52ac0d8a - std::panicking::default_hook::hce768f3e107e2051 [INFO] [stderr] at /rustc/654bc80249a2b2ba8bd16392b5829d87ed96c92d/library/std/src/panicking.rs:325:9 [INFO] [stderr] 10: 0x63ce52ac1942 - std::panicking::rust_panic_with_hook::hce8243b952eaf523 [INFO] [stderr] at /rustc/654bc80249a2b2ba8bd16392b5829d87ed96c92d/library/std/src/panicking.rs:831:13 [INFO] [stderr] 11: 0x63ce52ac16ca - std::panicking::begin_panic_handler::{{closure}}::h4a8936b2e1b16c51 [INFO] [stderr] at /rustc/654bc80249a2b2ba8bd16392b5829d87ed96c92d/library/std/src/panicking.rs:704:13 [INFO] [stderr] 12: 0x63ce52ac0689 - std::sys::backtrace::__rust_end_short_backtrace::h2591f0acba9619f0 [INFO] [stderr] at /rustc/654bc80249a2b2ba8bd16392b5829d87ed96c92d/library/std/src/sys/backtrace.rs:168:18 [INFO] [stderr] 13: 0x63ce52ac135d - rust_begin_unwind [INFO] [stderr] at /rustc/654bc80249a2b2ba8bd16392b5829d87ed96c92d/library/std/src/panicking.rs:695:5 [INFO] [stderr] 14: 0x63ce52ae0ca0 - core::panicking::panic_fmt::h2d21b4eb4bbd6ab4 [INFO] [stderr] at /rustc/654bc80249a2b2ba8bd16392b5829d87ed96c92d/library/core/src/panicking.rs:75:14 [INFO] [stderr] 15: 0x63ce52ae1116 - core::result::unwrap_failed::h600dd6fe5209b6c7 [INFO] [stderr] at /rustc/654bc80249a2b2ba8bd16392b5829d87ed96c92d/library/core/src/result.rs:1704:5 [INFO] [stderr] 16: 0x63ce529fc240 - wayland_scanner::generate_code_with_destructor_events::hcd7c614fdad70329 [INFO] [stderr] 17: 0x63ce52a0aa80 - build_script_build::generate_protocol::h005da498703e6698 [INFO] [stderr] 18: 0x63ce52a0b6c6 - build_script_build::main::h9457b22f5e3f9f19 [INFO] [stderr] 19: 0x63ce529fe4b3 - core::ops::function::FnOnce::call_once::h29d2cf54e9b579d5 [INFO] [stderr] 20: 0x63ce529fcc26 - std::sys::backtrace::__rust_begin_short_backtrace::ha8884274d0355956 [INFO] [stderr] 21: 0x63ce529fcab9 - std::rt::lang_start::{{closure}}::h4aecd5831f0a9d66 [INFO] [stderr] 22: 0x63ce52ab9e40 - core::ops::function::impls:: for &F>::call_once::hab300d4093760697 [INFO] [stderr] at /rustc/654bc80249a2b2ba8bd16392b5829d87ed96c92d/library/core/src/ops/function.rs:284:13 [INFO] [stderr] 23: 0x63ce52ab9e40 - std::panicking::try::do_call::he16185489fee9fba [INFO] [stderr] at /rustc/654bc80249a2b2ba8bd16392b5829d87ed96c92d/library/std/src/panicking.rs:587:40 [INFO] [stderr] 24: 0x63ce52ab9e40 - std::panicking::try::he039eace873b4336 [INFO] [stderr] at /rustc/654bc80249a2b2ba8bd16392b5829d87ed96c92d/library/std/src/panicking.rs:550:19 [INFO] [stderr] 25: 0x63ce52ab9e40 - std::panic::catch_unwind::h8166c9e76c51dbf7 [INFO] [stderr] at /rustc/654bc80249a2b2ba8bd16392b5829d87ed96c92d/library/std/src/panic.rs:358:14 [INFO] [stderr] 26: 0x63ce52ab9e40 - std::rt::lang_start_internal::{{closure}}::h49577415cf4c1b24 [INFO] [stderr] at /rustc/654bc80249a2b2ba8bd16392b5829d87ed96c92d/library/std/src/rt.rs:168:24 [INFO] [stderr] 27: 0x63ce52ab9e40 - std::panicking::try::do_call::h2d35bdb1cad4b988 [INFO] [stderr] at /rustc/654bc80249a2b2ba8bd16392b5829d87ed96c92d/library/std/src/panicking.rs:587:40 [INFO] [stderr] 28: 0x63ce52ab9e40 - std::panicking::try::hd45a5ee353f253dd [INFO] [stderr] at /rustc/654bc80249a2b2ba8bd16392b5829d87ed96c92d/library/std/src/panicking.rs:550:19 [INFO] [stderr] 29: 0x63ce52ab9e40 - std::panic::catch_unwind::h6a8974fabbbe6a83 [INFO] [stderr] at /rustc/654bc80249a2b2ba8bd16392b5829d87ed96c92d/library/std/src/panic.rs:358:14 [INFO] [stderr] 30: 0x63ce52ab9e40 - std::rt::lang_start_internal::hddbec8dec8d967a7 [INFO] [stderr] at /rustc/654bc80249a2b2ba8bd16392b5829d87ed96c92d/library/std/src/rt.rs:164:5 [INFO] [stderr] 31: 0x63ce529fcaa1 - std::rt::lang_start::h1bcc07ebea6da84b [INFO] [stderr] 32: 0x63ce52a0c2b5 - main [INFO] [stderr] 33: 0x7ddc8f8fbd90 - [INFO] [stderr] 34: 0x7ddc8f8fbe40 - __libc_start_main [INFO] [stderr] 35: 0x63ce529fb875 - _start [INFO] [stderr] 36: 0x0 - [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "9a0077d828767f9d6c5f848a684d04b7c762c3245e377ff40eec09c801edb1ba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9a0077d828767f9d6c5f848a684d04b7c762c3245e377ff40eec09c801edb1ba", kill_on_drop: false }` [INFO] [stdout] 9a0077d828767f9d6c5f848a684d04b7c762c3245e377ff40eec09c801edb1ba