[INFO] cloning repository https://github.com/sealor/browser-chooser [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sealor/browser-chooser" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsealor%2Fbrowser-chooser", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsealor%2Fbrowser-chooser'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ff404169580d30f3d1553ef5867badeb3f36b7fc [INFO] checking sealor/browser-chooser against try#51000a35bc99aeffdc092bf2226ab562eedb9eff for pr-135899 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsealor%2Fbrowser-chooser" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sealor/browser-chooser on toolchain 51000a35bc99aeffdc092bf2226ab562eedb9eff [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+51000a35bc99aeffdc092bf2226ab562eedb9eff" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/sealor/browser-chooser [INFO] finished tweaking git repo https://github.com/sealor/browser-chooser [INFO] tweaked toml for git repo https://github.com/sealor/browser-chooser written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/sealor/browser-chooser 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" "+51000a35bc99aeffdc092bf2226ab562eedb9eff" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:6475c868a6d27846ca172efb246699580b64b57a5b3744ef73949e850a31b38a" "/opt/rustwide/cargo-home/bin/cargo" "+51000a35bc99aeffdc092bf2226ab562eedb9eff" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1729f38c77c329fa8ae99ebf5cf7e251a5d36fa7bfcec9b8cfd064a36bf94257 [INFO] running `Command { std: "docker" "start" "-a" "1729f38c77c329fa8ae99ebf5cf7e251a5d36fa7bfcec9b8cfd064a36bf94257", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1729f38c77c329fa8ae99ebf5cf7e251a5d36fa7bfcec9b8cfd064a36bf94257", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1729f38c77c329fa8ae99ebf5cf7e251a5d36fa7bfcec9b8cfd064a36bf94257", kill_on_drop: false }` [INFO] [stdout] 1729f38c77c329fa8ae99ebf5cf7e251a5d36fa7bfcec9b8cfd064a36bf94257 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:6475c868a6d27846ca172efb246699580b64b57a5b3744ef73949e850a31b38a" "/opt/rustwide/cargo-home/bin/cargo" "+51000a35bc99aeffdc092bf2226ab562eedb9eff" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] edfb17a1175841889a6aa5702363b6d3c675a0c2f5a67913d2cea9cb4a090aeb [INFO] running `Command { std: "docker" "start" "-a" "edfb17a1175841889a6aa5702363b6d3c675a0c2f5a67913d2cea9cb4a090aeb", kill_on_drop: false }` [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.78 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Checking log v0.4.20 [INFO] [stderr] Compiling pkg-config v0.3.29 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking once_cell v1.19.0 [INFO] [stderr] Checking libloading v0.8.1 [INFO] [stderr] Checking smallvec v1.13.1 [INFO] [stderr] Compiling thiserror v1.0.56 [INFO] [stderr] Checking dlib v0.5.2 [INFO] [stderr] Checking bitflags v2.4.2 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Checking downcast-rs v1.2.0 [INFO] [stderr] Checking scoped-tls v1.0.1 [INFO] [stderr] Compiling memchr v2.7.1 [INFO] [stderr] Compiling rustix v0.38.31 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Checking pin-project-lite v0.2.13 [INFO] [stderr] Checking linux-raw-sys v0.4.13 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling siphasher v0.3.11 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling syn v2.0.48 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling phf_shared v0.11.2 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Compiling wayland-sys v0.31.1 [INFO] [stderr] Compiling slotmap v1.0.7 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking arrayvec v0.7.4 [INFO] [stderr] Compiling xml-rs v0.8.19 [INFO] [stderr] Checking ppv-lite86 v0.2.17 [INFO] [stderr] Checking raw-window-handle v0.5.2 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Compiling phf_generator v0.11.2 [INFO] [stderr] Compiling ahash v0.8.7 [INFO] [stderr] Checking getrandom v0.2.12 [INFO] [stderr] Checking libloading v0.7.4 [INFO] [stderr] Compiling wayland-scanner v0.29.5 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Checking simd-adler32 v0.3.7 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Compiling palette v0.7.4 [INFO] [stderr] Checking nix v0.25.1 [INFO] [stderr] Compiling wayland-backend v0.3.3 [INFO] [stderr] Checking approx v0.5.1 [INFO] [stderr] Compiling quick-xml v0.31.0 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Checking zerocopy v0.7.32 [INFO] [stderr] Checking fast-srgb8 v1.0.0 [INFO] [stderr] Checking miniz_oxide v0.7.1 [INFO] [stderr] Compiling wayland-sys v0.29.5 [INFO] [stderr] Checking twox-hash v1.6.3 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Checking allocator-api2 v0.2.16 [INFO] [stderr] Checking futures-core v0.3.30 [INFO] [stderr] Checking xcursor v0.3.5 [INFO] [stderr] Compiling cfg_aliases v0.1.1 [INFO] [stderr] Checking arrayref v0.3.7 [INFO] [stderr] Checking futures-sink v0.3.30 [INFO] [stderr] Compiling wayland-scanner v0.31.1 [INFO] [stderr] Checking strict-num v0.1.1 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Checking futures-channel v0.3.30 [INFO] [stderr] Checking hashbrown v0.14.3 [INFO] [stderr] Checking flate2 v1.0.28 [INFO] [stderr] Checking fdeflate v0.3.4 [INFO] [stderr] Compiling memoffset v0.7.1 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Checking hashbrown v0.12.3 [INFO] [stderr] Checking rustc-hash v1.1.0 [INFO] [stderr] Checking unicode-width v0.1.11 [INFO] [stderr] Compiling khronos-egl v4.1.0 [INFO] [stderr] Compiling unicode-general-category v0.6.0 [INFO] [stderr] Compiling ash v0.37.3+1.3.251 [INFO] [stderr] Checking futures-task v0.3.30 [INFO] [stderr] Checking futures-io v0.3.30 [INFO] [stderr] Checking bit-vec v0.6.3 [INFO] [stderr] Compiling libm v0.2.8 [INFO] [stderr] Checking tracing-core v0.1.32 [INFO] [stderr] Checking termcolor v1.4.1 [INFO] [stderr] Checking bit-set v0.5.3 [INFO] [stderr] Checking codespan-reporting v0.11.1 [INFO] [stderr] Checking png v0.17.11 [INFO] [stderr] Checking tracing v0.1.40 [INFO] [stderr] Compiling wayland-client v0.29.5 [INFO] [stderr] Checking num_cpus v1.16.0 [INFO] [stderr] Checking nix v0.24.3 [INFO] [stderr] Checking spirv v0.2.0+1.5.4 [INFO] [stderr] Compiling x11-dl v2.21.0 [INFO] [stderr] Compiling wayland-sys v0.30.1 [INFO] [stderr] Checking gpu-descriptor-types v0.1.2 [INFO] [stderr] Checking gpu-alloc-types v0.2.0 [INFO] [stderr] Checking font-types v0.4.2 [INFO] [stderr] Checking ttf-parser v0.19.2 [INFO] [stderr] Checking tinyvec_macros v0.1.1 [INFO] [stderr] Checking unicode-xid v0.2.4 [INFO] [stderr] Checking hexf-parse v0.2.1 [INFO] [stderr] Compiling io-lifetimes v1.0.11 [INFO] [stderr] Checking read-fonts v0.15.2 [INFO] [stderr] Checking tinyvec v1.6.0 [INFO] [stderr] Compiling thiserror-impl v1.0.56 [INFO] [stderr] Compiling bytemuck_derive v1.5.0 [INFO] [stderr] Compiling phf_macros v0.11.2 [INFO] [stderr] Compiling palette_derive v0.7.4 [INFO] [stderr] Checking phf v0.11.2 [INFO] [stderr] Checking wayland-client v0.31.2 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Checking bytemuck v1.14.1 [INFO] [stderr] Checking wayland-commons v0.29.5 [INFO] [stderr] Checking polling v3.3.2 [INFO] [stderr] Checking gpu-descriptor v0.2.4 [INFO] [stderr] Checking naga v0.12.3 [INFO] [stderr] Checking gpu-alloc v0.5.4 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Checking futures-util v0.3.30 [INFO] [stderr] Compiling wayland-backend v0.1.2 [INFO] [stderr] Checking memmap2 v0.6.2 [INFO] [stderr] Checking wgpu-types v0.16.1 [INFO] [stderr] Checking yazi v0.1.6 [INFO] [stderr] Checking profiling v1.0.14 [INFO] [stderr] Checking unicode-ccc v0.1.2 [INFO] [stderr] Checking zeno v0.2.3 [INFO] [stderr] Checking unicode-bidi-mirroring v0.1.0 [INFO] [stderr] Checking glow v0.12.3 [INFO] [stderr] Checking renderdoc-sys v1.0.0 [INFO] [stderr] Checking unicode-script v0.5.5 [INFO] [stderr] Checking swash v0.1.12 [INFO] [stderr] Checking rustybuzz v0.8.0 [INFO] [stderr] Checking fontdb v0.14.1 [INFO] [stderr] Checking wayland-protocols v0.31.2 [INFO] [stderr] Checking futures-executor v0.3.30 [INFO] [stderr] Checking futures v0.3.30 [INFO] [stderr] Checking nix v0.26.4 [INFO] [stderr] Checking calloop v0.12.4 [INFO] [stderr] Checking iced_core v0.10.0 [INFO] [stderr] Compiling wayland-protocols v0.29.5 [INFO] [stderr] Checking euclid v0.22.9 [INFO] [stderr] Compiling quick-xml v0.28.2 [INFO] [stderr] Checking half v2.3.1 [INFO] [stderr] Checking sys-locale v0.3.1 [INFO] [stderr] Checking unicode-bidi v0.3.15 [INFO] [stderr] Checking unicode-linebreak v0.1.5 [INFO] [stderr] Checking cursor-icon v1.1.0 [INFO] [stderr] Checking svg_fmt v0.4.1 [INFO] [stderr] Compiling smithay-client-toolkit v0.18.0 [INFO] [stderr] Checking unicode-segmentation v1.10.1 [INFO] [stderr] Checking rangemap v1.4.0 [INFO] [stderr] Checking glam v0.24.2 [INFO] [stderr] Checking aliasable v0.1.3 [INFO] [stderr] Checking wayland-csd-frame v0.3.0 [INFO] [stderr] Compiling wayland-scanner v0.30.1 [INFO] [stderr] Checking wayland-protocols-wlr v0.2.0 [INFO] [stderr] Checking cosmic-text v0.9.0 [INFO] [stderr] Checking calloop-wayland-source v0.2.0 [INFO] [stderr] Checking wayland-cursor v0.31.1 [INFO] [stderr] Checking x11rb-protocol v0.11.1 [INFO] [stderr] Compiling softbuffer v0.2.1 [INFO] [stderr] Checking memmap2 v0.9.4 [INFO] [stderr] Checking gethostname v0.2.3 [INFO] [stderr] Compiling smithay-client-toolkit v0.16.1 [INFO] [stderr] Checking vec_map v0.8.2 [INFO] [stderr] Checking xkeysym v0.2.0 [INFO] [stderr] Checking ttf-parser v0.20.0 [INFO] [stderr] Checking calloop v0.10.6 [INFO] [stderr] Checking wayland-client v0.30.2 [INFO] [stderr] Checking iced_graphics v0.9.0 [INFO] [stderr] Checking etagere v0.2.10 [INFO] [stderr] Checking wayland-cursor v0.29.5 [INFO] [stderr] Checking tiny-skia-path v0.10.0 [INFO] [stderr] Checking tiny-skia-path v0.8.4 [INFO] [stderr] Checking lru v0.11.1 [INFO] [stderr] Checking memmap2 v0.5.10 [INFO] [stderr] Checking ab_glyph_rasterizer v0.1.8 [INFO] [stderr] Checking x11rb-protocol v0.13.0 [INFO] [stderr] Checking tiny-skia v0.8.4 [INFO] [stderr] Checking smithay-clipboard v0.7.0 [INFO] [stderr] Checking tiny-skia v0.10.0 [INFO] [stderr] Checking owned_ttf_parser v0.20.0 [INFO] [stderr] Checking guillotiere v0.6.2 [INFO] [stderr] Checking ab_glyph v0.2.23 [INFO] [stderr] Checking iced_futures v0.7.0 [INFO] [stderr] Compiling winit v0.28.7 [INFO] [stderr] Checking kurbo v0.9.5 [INFO] [stderr] Checking iced_runtime v0.1.1 [INFO] [stderr] Checking clipboard_wayland v0.2.1 [INFO] [stderr] Checking iced_style v0.9.0 [INFO] [stderr] Checking mio v0.8.10 [INFO] [stderr] Checking instant v0.1.12 [INFO] [stderr] Checking percent-encoding v2.3.1 [INFO] [stderr] error: could not parse/generate dep info at: /opt/rustwide/target/debug/deps/ash-698938b708fa1422.d [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to write `/opt/rustwide/target/debug/.fingerprint/ash-698938b708fa1422/dep-lib-ash` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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-87ead057c122d848/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] 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 '51000a35bc99aeffdc092bf2226ab562eedb9eff'. [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 '51000a35bc99aeffdc092bf2226ab562eedb9eff'. [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 '51000a35bc99aeffdc092bf2226ab562eedb9eff'. [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 '51000a35bc99aeffdc092bf2226ab562eedb9eff'. [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 '51000a35bc99aeffdc092bf2226ab562eedb9eff'. [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 '51000a35bc99aeffdc092bf2226ab562eedb9eff'. [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 '51000a35bc99aeffdc092bf2226ab562eedb9eff'. [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 '51000a35bc99aeffdc092bf2226ab562eedb9eff'. [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 '51000a35bc99aeffdc092bf2226ab562eedb9eff'. [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 '51000a35bc99aeffdc092bf2226ab562eedb9eff'. [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 '51000a35bc99aeffdc092bf2226ab562eedb9eff'. [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 '51000a35bc99aeffdc092bf2226ab562eedb9eff'. [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 '51000a35bc99aeffdc092bf2226ab562eedb9eff'. [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 '51000a35bc99aeffdc092bf2226ab562eedb9eff'. [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 '51000a35bc99aeffdc092bf2226ab562eedb9eff'. [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 '51000a35bc99aeffdc092bf2226ab562eedb9eff'. [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 '51000a35bc99aeffdc092bf2226ab562eedb9eff'. [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 '51000a35bc99aeffdc092bf2226ab562eedb9eff'. [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 '51000a35bc99aeffdc092bf2226ab562eedb9eff'. [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 '51000a35bc99aeffdc092bf2226ab562eedb9eff'. [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 '51000a35bc99aeffdc092bf2226ab562eedb9eff'. [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 '51000a35bc99aeffdc092bf2226ab562eedb9eff'. [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 '51000a35bc99aeffdc092bf2226ab562eedb9eff'. [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 '51000a35bc99aeffdc092bf2226ab562eedb9eff'. [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 '51000a35bc99aeffdc092bf2226ab562eedb9eff'. [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 '51000a35bc99aeffdc092bf2226ab562eedb9eff'. [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 '51000a35bc99aeffdc092bf2226ab562eedb9eff'. [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 '51000a35bc99aeffdc092bf2226ab562eedb9eff'. [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 '51000a35bc99aeffdc092bf2226ab562eedb9eff'. [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 '51000a35bc99aeffdc092bf2226ab562eedb9eff'. [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 '51000a35bc99aeffdc092bf2226ab562eedb9eff'. [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: 0x65424ab43202 - std::backtrace_rs::backtrace::libunwind::trace::ha589438cf9d3742b [INFO] [stderr] at /rustc/51000a35bc99aeffdc092bf2226ab562eedb9eff/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stderr] 1: 0x65424ab43202 - std::backtrace_rs::backtrace::trace_unsynchronized::h0353f25e0529d0ca [INFO] [stderr] at /rustc/51000a35bc99aeffdc092bf2226ab562eedb9eff/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stderr] 2: 0x65424ab43202 - std::sys::backtrace::_print_fmt::hf72eb6789361a7af [INFO] [stderr] at /rustc/51000a35bc99aeffdc092bf2226ab562eedb9eff/library/std/src/sys/backtrace.rs:66:9 [INFO] [stderr] 3: 0x65424ab43202 - ::fmt::h5f7f3d134ce78ca0 [INFO] [stderr] at /rustc/51000a35bc99aeffdc092bf2226ab562eedb9eff/library/std/src/sys/backtrace.rs:39:26 [INFO] [stderr] 4: 0x65424ab65083 - core::fmt::rt::Argument::fmt::h495a83581e15689b [INFO] [stderr] at /rustc/51000a35bc99aeffdc092bf2226ab562eedb9eff/library/core/src/fmt/rt.rs:185:76 [INFO] [stderr] 5: 0x65424ab65083 - core::fmt::write::h06f68f45af9d16b3 [INFO] [stderr] at /rustc/51000a35bc99aeffdc092bf2226ab562eedb9eff/library/core/src/fmt/mod.rs:1449:21 [INFO] [stderr] 6: 0x65424ab40643 - std::io::Write::write_fmt::h3e56d22447b21ebd [INFO] [stderr] at /rustc/51000a35bc99aeffdc092bf2226ab562eedb9eff/library/std/src/io/mod.rs:1890:15 [INFO] [stderr] 7: 0x65424ab43052 - std::sys::backtrace::BacktraceLock::print::hd8a8fadd85557a37 [INFO] [stderr] at /rustc/51000a35bc99aeffdc092bf2226ab562eedb9eff/library/std/src/sys/backtrace.rs:42:9 [INFO] [stderr] 8: 0x65424ab43f82 - std::panicking::default_hook::{{closure}}::h010c031927d19086 [INFO] [stderr] at /rustc/51000a35bc99aeffdc092bf2226ab562eedb9eff/library/std/src/panicking.rs:300:22 [INFO] [stderr] 9: 0x65424ab43d85 - std::panicking::default_hook::h1ea89663d5727653 [INFO] [stderr] at /rustc/51000a35bc99aeffdc092bf2226ab562eedb9eff/library/std/src/panicking.rs:327:9 [INFO] [stderr] 10: 0x65424ab449a2 - std::panicking::rust_panic_with_hook::h9328d1642470e0ef [INFO] [stderr] at /rustc/51000a35bc99aeffdc092bf2226ab562eedb9eff/library/std/src/panicking.rs:833:13 [INFO] [stderr] 11: 0x65424ab4472a - std::panicking::begin_panic_handler::{{closure}}::h6397a4298eff6b73 [INFO] [stderr] at /rustc/51000a35bc99aeffdc092bf2226ab562eedb9eff/library/std/src/panicking.rs:706:13 [INFO] [stderr] 12: 0x65424ab436f9 - std::sys::backtrace::__rust_end_short_backtrace::h7802b8296539eacc [INFO] [stderr] at /rustc/51000a35bc99aeffdc092bf2226ab562eedb9eff/library/std/src/sys/backtrace.rs:168:18 [INFO] [stderr] 13: 0x65424ab443bd - __rustc[20dda317529ef0da]::rust_begin_unwind [INFO] [stderr] at /rustc/51000a35bc99aeffdc092bf2226ab562eedb9eff/library/std/src/panicking.rs:697:5 [INFO] [stderr] 14: 0x65424ab64020 - core::panicking::panic_fmt::hf74784a95675d8cb [INFO] [stderr] at /rustc/51000a35bc99aeffdc092bf2226ab562eedb9eff/library/core/src/panicking.rs:75:14 [INFO] [stderr] 15: 0x65424ab643b6 - core::result::unwrap_failed::h3547aee70b6258ed [INFO] [stderr] at /rustc/51000a35bc99aeffdc092bf2226ab562eedb9eff/library/core/src/result.rs:1704:5 [INFO] [stderr] 16: 0x65424aa7ae3d - wayland_scanner::generate_code_with_destructor_events::had59293663665128 [INFO] [stderr] 17: 0x65424aa84b8d - build_script_build::generate_protocol::h2ad01bf4e1c98cf6 [INFO] [stderr] 18: 0x65424aa85966 - build_script_build::main::h5e73df9020add821 [INFO] [stderr] 19: 0x65424aa7ba93 - core::ops::function::FnOnce::call_once::h8b787aec6fff29b2 [INFO] [stderr] 20: 0x65424aa80b86 - std::sys::backtrace::__rust_begin_short_backtrace::h1141ab6d0b8b4af1 [INFO] [stderr] 21: 0x65424aa7e609 - std::rt::lang_start::{{closure}}::ha9050ae93cf0d4d5 [INFO] [stderr] 22: 0x65424ab3d410 - core::ops::function::impls:: for &F>::call_once::h5e1dbfa84636c7eb [INFO] [stderr] at /rustc/51000a35bc99aeffdc092bf2226ab562eedb9eff/library/core/src/ops/function.rs:284:13 [INFO] [stderr] 23: 0x65424ab3d410 - std::panicking::try::do_call::he42f9fd0abff1aaa [INFO] [stderr] at /rustc/51000a35bc99aeffdc092bf2226ab562eedb9eff/library/std/src/panicking.rs:589:40 [INFO] [stderr] 24: 0x65424ab3d410 - std::panicking::try::h983aa652baec3422 [INFO] [stderr] at /rustc/51000a35bc99aeffdc092bf2226ab562eedb9eff/library/std/src/panicking.rs:552:19 [INFO] [stderr] 25: 0x65424ab3d410 - std::panic::catch_unwind::h41d30a44dd52759c [INFO] [stderr] at /rustc/51000a35bc99aeffdc092bf2226ab562eedb9eff/library/std/src/panic.rs:359:14 [INFO] [stderr] 26: 0x65424ab3d410 - std::rt::lang_start_internal::{{closure}}::hc50345e12637b0b7 [INFO] [stderr] at /rustc/51000a35bc99aeffdc092bf2226ab562eedb9eff/library/std/src/rt.rs:168:24 [INFO] [stderr] 27: 0x65424ab3d410 - std::panicking::try::do_call::h415e9a3ccf6bfd6e [INFO] [stderr] at /rustc/51000a35bc99aeffdc092bf2226ab562eedb9eff/library/std/src/panicking.rs:589:40 [INFO] [stderr] 28: 0x65424ab3d410 - std::panicking::try::h35cfa36de7936f4f [INFO] [stderr] at /rustc/51000a35bc99aeffdc092bf2226ab562eedb9eff/library/std/src/panicking.rs:552:19 [INFO] [stderr] 29: 0x65424ab3d410 - std::panic::catch_unwind::h1e123fb52e031b0e [INFO] [stderr] at /rustc/51000a35bc99aeffdc092bf2226ab562eedb9eff/library/std/src/panic.rs:359:14 [INFO] [stderr] 30: 0x65424ab3d410 - std::rt::lang_start_internal::h2ea4e33daf228c5a [INFO] [stderr] at /rustc/51000a35bc99aeffdc092bf2226ab562eedb9eff/library/std/src/rt.rs:164:5 [INFO] [stderr] 31: 0x65424aa7e5f1 - std::rt::lang_start::h9b420ffda79133dc [INFO] [stderr] 32: 0x65424aa86aa5 - main [INFO] [stderr] 33: 0x7dd1fcb3b1ca - [INFO] [stderr] 34: 0x7dd1fcb3b28b - __libc_start_main [INFO] [stderr] 35: 0x65424aa70715 - _start [INFO] [stderr] 36: 0x0 - [INFO] running `Command { std: "docker" "inspect" "edfb17a1175841889a6aa5702363b6d3c675a0c2f5a67913d2cea9cb4a090aeb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "edfb17a1175841889a6aa5702363b6d3c675a0c2f5a67913d2cea9cb4a090aeb", kill_on_drop: false }` [INFO] [stdout] edfb17a1175841889a6aa5702363b6d3c675a0c2f5a67913d2cea9cb4a090aeb