[INFO] cloning repository https://github.com/jfernand/space-filling [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jfernand/space-filling" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjfernand%2Fspace-filling", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjfernand%2Fspace-filling'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f8e5593f89bb29edffa271c2876c39ba3cfab906 [INFO] checking jfernand/space-filling against master#a932eb36f8adf6c8cdfc450f063943da3112d621 for pr-140209-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjfernand%2Fspace-filling" "/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/jfernand/space-filling on toolchain a932eb36f8adf6c8cdfc450f063943da3112d621 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a932eb36f8adf6c8cdfc450f063943da3112d621" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jfernand/space-filling [INFO] finished tweaking git repo https://github.com/jfernand/space-filling [INFO] tweaked toml for git repo https://github.com/jfernand/space-filling written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/jfernand/space-filling 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" "+a932eb36f8adf6c8cdfc450f063943da3112d621" "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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+a932eb36f8adf6c8cdfc450f063943da3112d621" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 98fd4c9c968c6ba7234cfc0701990de5c305c28a0a5e45035f9a9305cd5e17dd [INFO] running `Command { std: "docker" "start" "-a" "98fd4c9c968c6ba7234cfc0701990de5c305c28a0a5e45035f9a9305cd5e17dd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "98fd4c9c968c6ba7234cfc0701990de5c305c28a0a5e45035f9a9305cd5e17dd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "98fd4c9c968c6ba7234cfc0701990de5c305c28a0a5e45035f9a9305cd5e17dd", kill_on_drop: false }` [INFO] [stdout] 98fd4c9c968c6ba7234cfc0701990de5c305c28a0a5e45035f9a9305cd5e17dd [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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+a932eb36f8adf6c8cdfc450f063943da3112d621" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0cac6335c5dc02030a09057d2c299adc9e07252bc8c92fb967da590410f5557e [INFO] running `Command { std: "docker" "start" "-a" "0cac6335c5dc02030a09057d2c299adc9e07252bc8c92fb967da590410f5557e", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.94 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling libc v0.2.171 [INFO] [stderr] Compiling pkg-config v0.3.32 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Checking once_cell v1.21.1 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Compiling xml-rs v0.8.25 [INFO] [stderr] Checking simd-adler32 v0.3.7 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Checking libloading v0.8.6 [INFO] [stderr] Checking adler2 v2.0.0 [INFO] [stderr] Checking smallvec v1.14.0 [INFO] [stderr] Checking dlib v0.5.2 [INFO] [stderr] Checking miniz_oxide v0.8.5 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling wayland-sys v0.29.5 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Checking arrayvec v0.7.6 [INFO] [stderr] Compiling anyhow v1.0.97 [INFO] [stderr] Checking crossbeam-deque v0.8.6 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Checking lazy_static v1.5.0 [INFO] [stderr] Checking either v1.15.0 [INFO] [stderr] Compiling syn v2.0.100 [INFO] [stderr] Compiling wayland-scanner v0.29.5 [INFO] [stderr] Checking crc32fast v1.4.2 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Checking minimal-lexical v0.2.1 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Checking log v0.4.26 [INFO] [stderr] Checking aligned-vec v0.5.0 [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Compiling built v0.7.7 [INFO] [stderr] Checking rayon v1.10.0 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking v_frame v0.3.8 [INFO] [stderr] Checking num-bigint v0.4.6 [INFO] [stderr] Compiling rav1e v0.7.1 [INFO] [stderr] Checking flate2 v1.1.0 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Checking nix v0.24.3 [INFO] [stderr] Checking scoped-tls v1.0.1 [INFO] [stderr] Compiling getrandom v0.3.2 [INFO] [stderr] Checking bytemuck v1.22.0 [INFO] [stderr] Compiling wayland-client v0.29.5 [INFO] [stderr] Checking downcast-rs v1.2.1 [INFO] [stderr] Compiling rustix v1.0.3 [INFO] [stderr] Compiling wayland-protocols v0.29.5 [INFO] [stderr] Compiling cc v1.2.16 [INFO] [stderr] Checking num-rational v0.4.2 [INFO] [stderr] Checking itertools v0.12.1 [INFO] [stderr] Compiling simd_helpers v0.1.0 [INFO] [stderr] Compiling x11-dl v2.21.0 [INFO] [stderr] Checking fdeflate v0.3.7 [INFO] [stderr] Checking imgref v1.11.0 [INFO] [stderr] Checking wayland-commons v0.29.5 [INFO] [stderr] Checking av1-grain v0.2.3 [INFO] [stderr] Checking bitflags v2.9.0 [INFO] [stderr] Checking maybe-rayon v0.1.1 [INFO] [stderr] Checking new_debug_unreachable v1.0.6 [INFO] [stderr] Checking quick-error v2.0.1 [INFO] [stderr] Checking weezl v0.1.8 [INFO] [stderr] Compiling noop_proc_macro v0.3.0 [INFO] [stderr] Checking linux-raw-sys v0.9.3 [INFO] [stderr] Checking bitstream-io v2.6.0 [INFO] [stderr] Checking png v0.17.16 [INFO] [stderr] Checking loop9 v0.1.5 [INFO] [stderr] Checking avif-serialize v0.8.3 [INFO] [stderr] Checking zune-inflate v0.2.54 [INFO] [stderr] Compiling minifb v0.28.0 [INFO] [stderr] Checking half v2.5.0 [INFO] [stderr] Checking color_quant v1.1.0 [INFO] [stderr] Checking lebe v0.5.2 [INFO] [stderr] Checking zune-core v0.4.12 [INFO] [stderr] Checking fastrand v2.3.0 [INFO] [stderr] Checking strict-num v0.1.1 [INFO] [stderr] Checking rgb v0.8.50 [INFO] [stderr] Checking arrayref v0.3.9 [INFO] [stderr] Checking bit_field v0.10.2 [INFO] [stderr] Checking jpeg-decoder v0.3.1 [INFO] [stderr] Checking byteorder-lite v0.1.0 [INFO] [stderr] Checking xcursor v0.3.8 [INFO] [stderr] Checking exr v1.73.0 [INFO] [stderr] Checking wayland-cursor v0.29.5 [INFO] [stderr] Checking tiny-skia-path v0.11.4 [INFO] [stderr] Checking image-webp v0.2.1 [INFO] [stderr] Checking zune-jpeg v0.4.14 [INFO] [stderr] Checking tiff v0.9.1 [INFO] [stderr] Checking gif v0.13.1 [INFO] [stderr] Checking qoi v0.4.1 [INFO] [stderr] Checking raw-window-handle v0.6.2 [INFO] [stderr] Checking tiny-skia v0.11.4 [INFO] [stderr] Checking tempfile v3.19.1 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling profiling-procmacros v1.0.16 [INFO] [stderr] Compiling num-derive v0.4.2 [INFO] [stderr] Compiling arg_enum_proc_macro v0.3.4 [INFO] [stderr] Checking profiling v1.0.16 [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaFn6tqQ/full.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [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-7ebd0453b2939bdb/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=./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] 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] cargo:rerun-if-changed=./wlr-protocols/unstable/wlr-gamma-control-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./wlr-protocols/unstable/wlr-input-inhibitor-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./wlr-protocols/unstable/wlr-layer-shell-unstable-v1.xml [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain 'a932eb36f8adf6c8cdfc450f063943da3112d621'. [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 'a932eb36f8adf6c8cdfc450f063943da3112d621'. [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 'a932eb36f8adf6c8cdfc450f063943da3112d621'. [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 'a932eb36f8adf6c8cdfc450f063943da3112d621'. [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 'a932eb36f8adf6c8cdfc450f063943da3112d621'. [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 'a932eb36f8adf6c8cdfc450f063943da3112d621'. [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 'a932eb36f8adf6c8cdfc450f063943da3112d621'. [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 'a932eb36f8adf6c8cdfc450f063943da3112d621'. [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 'a932eb36f8adf6c8cdfc450f063943da3112d621'. [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 'a932eb36f8adf6c8cdfc450f063943da3112d621'. [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 'a932eb36f8adf6c8cdfc450f063943da3112d621'. [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 'a932eb36f8adf6c8cdfc450f063943da3112d621'. [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 'a932eb36f8adf6c8cdfc450f063943da3112d621'. [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 'a932eb36f8adf6c8cdfc450f063943da3112d621'. [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 'a932eb36f8adf6c8cdfc450f063943da3112d621'. [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 'a932eb36f8adf6c8cdfc450f063943da3112d621'. [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 'a932eb36f8adf6c8cdfc450f063943da3112d621'. [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 'a932eb36f8adf6c8cdfc450f063943da3112d621'. [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 'a932eb36f8adf6c8cdfc450f063943da3112d621'. [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 'a932eb36f8adf6c8cdfc450f063943da3112d621'. [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 'a932eb36f8adf6c8cdfc450f063943da3112d621'. [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 'a932eb36f8adf6c8cdfc450f063943da3112d621'. [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 'a932eb36f8adf6c8cdfc450f063943da3112d621'. [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 'a932eb36f8adf6c8cdfc450f063943da3112d621'. [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 'a932eb36f8adf6c8cdfc450f063943da3112d621'. [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 'a932eb36f8adf6c8cdfc450f063943da3112d621'. [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 'a932eb36f8adf6c8cdfc450f063943da3112d621'. [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 'a932eb36f8adf6c8cdfc450f063943da3112d621'. [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 'a932eb36f8adf6c8cdfc450f063943da3112d621'. [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 'a932eb36f8adf6c8cdfc450f063943da3112d621'. [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 'a932eb36f8adf6c8cdfc450f063943da3112d621'. [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 'a932eb36f8adf6c8cdfc450f063943da3112d621'. [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 'a932eb36f8adf6c8cdfc450f063943da3112d621'. [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.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: 0x5616a790f3f2 - std::backtrace_rs::backtrace::libunwind::trace::hfdc1f992a1808318 [INFO] [stderr] at /rustc/a932eb36f8adf6c8cdfc450f063943da3112d621/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stderr] 1: 0x5616a790f3f2 - std::backtrace_rs::backtrace::trace_unsynchronized::h4a035b5fe217e4be [INFO] [stderr] at /rustc/a932eb36f8adf6c8cdfc450f063943da3112d621/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stderr] 2: 0x5616a790f3f2 - std::sys::backtrace::_print_fmt::h4f8a6e06e58def08 [INFO] [stderr] at /rustc/a932eb36f8adf6c8cdfc450f063943da3112d621/library/std/src/sys/backtrace.rs:66:9 [INFO] [stderr] 3: 0x5616a790f3f2 - ::fmt::h0a2d10a85b30f5f3 [INFO] [stderr] at /rustc/a932eb36f8adf6c8cdfc450f063943da3112d621/library/std/src/sys/backtrace.rs:39:26 [INFO] [stderr] 4: 0x5616a792ee03 - core::fmt::rt::Argument::fmt::h44e209912c09c351 [INFO] [stderr] at /rustc/a932eb36f8adf6c8cdfc450f063943da3112d621/library/core/src/fmt/rt.rs:179:76 [INFO] [stderr] 5: 0x5616a792ee03 - core::fmt::write::h354b924382d9a944 [INFO] [stderr] at /rustc/a932eb36f8adf6c8cdfc450f063943da3112d621/library/core/src/fmt/mod.rs:1481:25 [INFO] [stderr] 6: 0x5616a790ca73 - std::io::default_write_fmt::hd202f51652bb8e35 [INFO] [stderr] at /rustc/a932eb36f8adf6c8cdfc450f063943da3112d621/library/std/src/io/mod.rs:639:11 [INFO] [stderr] 7: 0x5616a790ca73 - std::io::Write::write_fmt::h5d39c22ec701699f [INFO] [stderr] at /rustc/a932eb36f8adf6c8cdfc450f063943da3112d621/library/std/src/io/mod.rs:1914:13 [INFO] [stderr] 8: 0x5616a790f242 - std::sys::backtrace::BacktraceLock::print::h99d82af5b6990e14 [INFO] [stderr] at /rustc/a932eb36f8adf6c8cdfc450f063943da3112d621/library/std/src/sys/backtrace.rs:42:9 [INFO] [stderr] 9: 0x5616a79102c2 - std::panicking::default_hook::{{closure}}::hcb7bd60a6b9411e1 [INFO] [stderr] at /rustc/a932eb36f8adf6c8cdfc450f063943da3112d621/library/std/src/panicking.rs:300:22 [INFO] [stderr] 10: 0x5616a79100c5 - std::panicking::default_hook::h402d7ed2e1daf782 [INFO] [stderr] at /rustc/a932eb36f8adf6c8cdfc450f063943da3112d621/library/std/src/panicking.rs:327:9 [INFO] [stderr] 11: 0x5616a7910ce2 - std::panicking::rust_panic_with_hook::h593c17fd9948a82c [INFO] [stderr] at /rustc/a932eb36f8adf6c8cdfc450f063943da3112d621/library/std/src/panicking.rs:833:13 [INFO] [stderr] 12: 0x5616a7910a6a - std::panicking::begin_panic_handler::{{closure}}::habf9f857f02e7228 [INFO] [stderr] at /rustc/a932eb36f8adf6c8cdfc450f063943da3112d621/library/std/src/panicking.rs:706:13 [INFO] [stderr] 13: 0x5616a790f8f9 - std::sys::backtrace::__rust_end_short_backtrace::hd6133f9eb03239ca [INFO] [stderr] at /rustc/a932eb36f8adf6c8cdfc450f063943da3112d621/library/std/src/sys/backtrace.rs:168:18 [INFO] [stderr] 14: 0x5616a79106fd - __rustc[a2dabc3be816f9b3]::rust_begin_unwind [INFO] [stderr] at /rustc/a932eb36f8adf6c8cdfc450f063943da3112d621/library/std/src/panicking.rs:697:5 [INFO] [stderr] 15: 0x5616a792dde0 - core::panicking::panic_fmt::h4c7066c275bec5c1 [INFO] [stderr] at /rustc/a932eb36f8adf6c8cdfc450f063943da3112d621/library/core/src/panicking.rs:75:14 [INFO] [stderr] 16: 0x5616a792e176 - core::result::unwrap_failed::h14ab71c188312e70 [INFO] [stderr] at /rustc/a932eb36f8adf6c8cdfc450f063943da3112d621/library/core/src/result.rs:1732:5 [INFO] [stderr] 17: 0x5616a784f759 - wayland_scanner::generate_code_with_destructor_events::hecb7745f90c83e2c [INFO] [stderr] 18: 0x5616a784d5cd - build_script_build::generate_protocol::h3d6d3c5f527a6c13 [INFO] [stderr] 19: 0x5616a784e3a2 - build_script_build::main::h80ed63ec62326d1e [INFO] [stderr] 20: 0x5616a7846a83 - core::ops::function::FnOnce::call_once::h67f0aec35b236f23 [INFO] [stderr] 21: 0x5616a78497e6 - std::sys::backtrace::__rust_begin_short_backtrace::h08e9e838dc520851 [INFO] [stderr] 22: 0x5616a78468d9 - std::rt::lang_start::{{closure}}::h3dbd2aa7fc365c36 [INFO] [stderr] 23: 0x5616a79095d0 - core::ops::function::impls:: for &F>::call_once::h5d64591ac182ce65 [INFO] [stderr] at /rustc/a932eb36f8adf6c8cdfc450f063943da3112d621/library/core/src/ops/function.rs:284:13 [INFO] [stderr] 24: 0x5616a79095d0 - std::panicking::try::do_call::hd33dd264c2a4319c [INFO] [stderr] at /rustc/a932eb36f8adf6c8cdfc450f063943da3112d621/library/std/src/panicking.rs:589:40 [INFO] [stderr] 25: 0x5616a79095d0 - std::panicking::try::h4392214f491b4492 [INFO] [stderr] at /rustc/a932eb36f8adf6c8cdfc450f063943da3112d621/library/std/src/panicking.rs:552:19 [INFO] [stderr] 26: 0x5616a79095d0 - std::panic::catch_unwind::h95e702d19ac3690a [INFO] [stderr] at /rustc/a932eb36f8adf6c8cdfc450f063943da3112d621/library/std/src/panic.rs:359:14 [INFO] [stderr] 27: 0x5616a79095d0 - std::rt::lang_start_internal::{{closure}}::h38798e43b43e83bd [INFO] [stderr] at /rustc/a932eb36f8adf6c8cdfc450f063943da3112d621/library/std/src/rt.rs:168:24 [INFO] [stderr] 28: 0x5616a79095d0 - std::panicking::try::do_call::h4458130b78cd7092 [INFO] [stderr] at /rustc/a932eb36f8adf6c8cdfc450f063943da3112d621/library/std/src/panicking.rs:589:40 [INFO] [stderr] 29: 0x5616a79095d0 - std::panicking::try::h16cae1073a5f13ef [INFO] [stderr] at /rustc/a932eb36f8adf6c8cdfc450f063943da3112d621/library/std/src/panicking.rs:552:19 [INFO] [stderr] 30: 0x5616a79095d0 - std::panic::catch_unwind::hd6506dcb273e1c67 [INFO] [stderr] at /rustc/a932eb36f8adf6c8cdfc450f063943da3112d621/library/std/src/panic.rs:359:14 [INFO] [stderr] 31: 0x5616a79095d0 - std::rt::lang_start_internal::h8adf9adda065f0e3 [INFO] [stderr] at /rustc/a932eb36f8adf6c8cdfc450f063943da3112d621/library/std/src/rt.rs:164:5 [INFO] [stderr] 32: 0x5616a78468c1 - std::rt::lang_start::h20f9d2a03e3b20f6 [INFO] [stderr] 33: 0x5616a784f015 - main [INFO] [stderr] 34: 0x79d4102111ca - [INFO] [stderr] 35: 0x79d41021128b - __libc_start_main [INFO] [stderr] 36: 0x5616a783c475 - _start [INFO] [stderr] 37: 0x0 - [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `x11-dl` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "0cac6335c5dc02030a09057d2c299adc9e07252bc8c92fb967da590410f5557e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0cac6335c5dc02030a09057d2c299adc9e07252bc8c92fb967da590410f5557e", kill_on_drop: false }` [INFO] [stdout] 0cac6335c5dc02030a09057d2c299adc9e07252bc8c92fb967da590410f5557e