[INFO] cloning repository https://github.com/cincodenada/circularfft [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cincodenada/circularfft" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcincodenada%2Fcircularfft", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcincodenada%2Fcircularfft'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e654e0cffb3b244769d99268c14a9d5d73cd3dca [INFO] checking cincodenada/circularfft/e654e0cffb3b244769d99268c14a9d5d73cd3dca against master#d6c8169c186ab16a3404cd0d0866674018e8a19e for pr-129935 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcincodenada%2Fcircularfft" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/cincodenada/circularfft on toolchain d6c8169c186ab16a3404cd0d0866674018e8a19e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d6c8169c186ab16a3404cd0d0866674018e8a19e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/cincodenada/circularfft [INFO] finished tweaking git repo https://github.com/cincodenada/circularfft [INFO] tweaked toml for git repo https://github.com/cincodenada/circularfft written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/cincodenada/circularfft 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" "+d6c8169c186ab16a3404cd0d0866674018e8a19e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: Patch `druid v0.7.0 (https://github.com/linebender/druid#0a82b127)` was not used in the crate graph. [INFO] [stderr] Perhaps you misspelled the source URL being patched. [INFO] [stderr] Possible URLs for `[patch.]`: [INFO] [stderr] https://github.com/linebender/druid [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded tuple v0.5.1 [INFO] [stderr] Downloaded self_cell v0.10.1 [INFO] [stderr] Downloaded piston2d-graphics v0.40.0 [INFO] [stderr] Downloaded piston-viewport v1.0.1 [INFO] [stderr] Downloaded piston2d-gfx_graphics v0.73.0 [INFO] [stderr] Downloaded piston_window v0.120.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:96c0aa5895ecf336b730ef27bcdde6e21027415df19888aad3cf1448e5d65d90" "/opt/rustwide/cargo-home/bin/cargo" "+d6c8169c186ab16a3404cd0d0866674018e8a19e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 53d7e870abceb3983307818bec984fe6b24891774c65a602e4121bd64f63c0a2 [INFO] running `Command { std: "docker" "start" "-a" "53d7e870abceb3983307818bec984fe6b24891774c65a602e4121bd64f63c0a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "53d7e870abceb3983307818bec984fe6b24891774c65a602e4121bd64f63c0a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "53d7e870abceb3983307818bec984fe6b24891774c65a602e4121bd64f63c0a2", kill_on_drop: false }` [INFO] [stdout] 53d7e870abceb3983307818bec984fe6b24891774c65a602e4121bd64f63c0a2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:96c0aa5895ecf336b730ef27bcdde6e21027415df19888aad3cf1448e5d65d90" "/opt/rustwide/cargo-home/bin/cargo" "+d6c8169c186ab16a3404cd0d0866674018e8a19e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4151b516f45f1b95535b3c232478c8d6d59059816dfa3f98804555a716f19a00 [INFO] running `Command { std: "docker" "start" "-a" "4151b516f45f1b95535b3c232478c8d6d59059816dfa3f98804555a716f19a00", kill_on_drop: false }` [INFO] [stderr] warning: Patch `druid v0.7.0 (https://github.com/linebender/druid#0a82b127)` was not used in the crate graph. [INFO] [stderr] Perhaps you misspelled the source URL being patched. [INFO] [stderr] Possible URLs for `[patch.]`: [INFO] [stderr] https://github.com/linebender/druid [INFO] [stderr] Compiling proc-macro2 v1.0.32 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.81 [INFO] [stderr] Compiling pkg-config v0.3.22 [INFO] [stderr] Compiling libc v0.2.107 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling anyhow v1.0.47 [INFO] [stderr] Compiling unicode-segmentation v1.8.0 [INFO] [stderr] Compiling smallvec v1.7.0 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling cfg-expr v0.8.1 [INFO] [stderr] Compiling itertools v0.10.1 [INFO] [stderr] Compiling strum v0.21.0 [INFO] [stderr] Compiling version-compare v0.0.11 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling xml-rs v0.8.4 [INFO] [stderr] Checking once_cell v1.8.0 [INFO] [stderr] Checking slab v0.4.5 [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling futures-core v0.3.17 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling futures-task v0.3.17 [INFO] [stderr] Compiling memoffset v0.6.4 [INFO] [stderr] Compiling futures-util v0.3.17 [INFO] [stderr] Checking pin-project-lite v0.2.7 [INFO] [stderr] Compiling futures-channel v0.3.17 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Compiling wayland-scanner v0.28.6 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Checking libloading v0.7.2 [INFO] [stderr] Compiling wayland-sys v0.28.6 [INFO] [stderr] Checking dlib v0.5.0 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Compiling crossbeam-epoch v0.9.5 [INFO] [stderr] Compiling pest v2.1.3 [INFO] [stderr] Checking nix v0.20.0 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Checking ttf-parser v0.6.2 [INFO] [stderr] Checking piston-float v1.0.1 [INFO] [stderr] Compiling wayland-client v0.28.6 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling semver-parser v0.10.2 [INFO] [stderr] Compiling nom v7.1.0 [INFO] [stderr] Checking futures-executor v0.3.17 [INFO] [stderr] Checking instant v0.1.12 [INFO] [stderr] Checking ab_glyph_rasterizer v0.1.5 [INFO] [stderr] Checking unic-common v0.9.0 [INFO] [stderr] Checking scoped-tls v1.0.0 [INFO] [stderr] Checking downcast-rs v1.2.0 [INFO] [stderr] Checking owned_ttf_parser v0.6.0 [INFO] [stderr] Checking unic-char-range v0.9.0 [INFO] [stderr] Compiling semver v0.11.0 [INFO] [stderr] Checking rusttype v0.9.2 [INFO] [stderr] Checking unic-char-property v0.9.0 [INFO] [stderr] Checking unic-ucd-version v0.9.0 [INFO] [stderr] Checking crossbeam-deque v0.8.1 [INFO] [stderr] Checking piston-viewport v1.0.1 [INFO] [stderr] Checking crossbeam-channel v0.5.1 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking dirs-sys v0.3.6 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Checking tinystr v0.3.4 [INFO] [stderr] Compiling nix v0.18.0 [INFO] [stderr] Checking minimal-lexical v0.2.1 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling gio v0.14.8 [INFO] [stderr] Checking unic-langid-impl v0.9.0 [INFO] [stderr] Checking dirs v3.0.2 [INFO] [stderr] Checking unic-ucd-bidi v0.9.0 [INFO] [stderr] Compiling rustc_version v0.3.3 [INFO] [stderr] Compiling wayland-protocols v0.28.6 [INFO] [stderr] Compiling x11-dl v2.19.1 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling typenum v1.14.0 [INFO] [stderr] Checking futures-io v0.3.17 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Checking matches v0.1.9 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Checking adler32 v1.2.0 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Checking arrayvec v0.7.2 [INFO] [stderr] Checking piston-graphics_api_version v1.0.1 [INFO] [stderr] Checking walkdir v2.3.2 [INFO] [stderr] Checking wayland-commons v0.28.6 [INFO] [stderr] Checking kurbo v0.8.2 [INFO] [stderr] Checking unic-bidi v0.9.0 [INFO] [stderr] Compiling field-offset v0.3.4 [INFO] [stderr] Checking xdg v2.4.0 [INFO] [stderr] Checking unic-langid v0.9.0 [INFO] [stderr] Checking net2 v0.2.37 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking xcursor v0.3.4 [INFO] [stderr] Checking libloading v0.6.7 [INFO] [stderr] Checking draw_state v0.8.0 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Checking weezl v0.1.5 [INFO] [stderr] Checking deflate v0.8.6 [INFO] [stderr] Checking andrew v0.3.1 [INFO] [stderr] Checking wayland-cursor v0.28.6 [INFO] [stdout] error: failed to build archive at `/opt/rustwide/target/debug/deps/libsyn-b4071b07391197fa.rlib`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `syn` (lib) due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetacM808x/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `nix` (lib) due to 2 previous errors [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-21135bbed3059131/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] [INFO] [stderr] --- stderr [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain 'd6c8169c186ab16a3404cd0d0866674018e8a19e'. [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 'd6c8169c186ab16a3404cd0d0866674018e8a19e'. [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 'd6c8169c186ab16a3404cd0d0866674018e8a19e'. [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 'd6c8169c186ab16a3404cd0d0866674018e8a19e'. [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 'd6c8169c186ab16a3404cd0d0866674018e8a19e'. [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 'd6c8169c186ab16a3404cd0d0866674018e8a19e'. [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 'd6c8169c186ab16a3404cd0d0866674018e8a19e'. [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 'd6c8169c186ab16a3404cd0d0866674018e8a19e'. [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 'd6c8169c186ab16a3404cd0d0866674018e8a19e'. [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 'd6c8169c186ab16a3404cd0d0866674018e8a19e'. [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 'd6c8169c186ab16a3404cd0d0866674018e8a19e'. [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 'd6c8169c186ab16a3404cd0d0866674018e8a19e'. [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 'd6c8169c186ab16a3404cd0d0866674018e8a19e'. [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 'd6c8169c186ab16a3404cd0d0866674018e8a19e'. [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 'd6c8169c186ab16a3404cd0d0866674018e8a19e'. [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 'd6c8169c186ab16a3404cd0d0866674018e8a19e'. [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 'd6c8169c186ab16a3404cd0d0866674018e8a19e'. [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 'd6c8169c186ab16a3404cd0d0866674018e8a19e'. [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 'd6c8169c186ab16a3404cd0d0866674018e8a19e'. [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 'd6c8169c186ab16a3404cd0d0866674018e8a19e'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wayland-scanner-0.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: 0x5bf5e36f69ca - std::backtrace_rs::backtrace::libunwind::trace::hfa63685f134607d7 [INFO] [stderr] at /rustc/d6c8169c186ab16a3404cd0d0866674018e8a19e/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stderr] 1: 0x5bf5e36f69ca - std::backtrace_rs::backtrace::trace_unsynchronized::h17c572bf970af651 [INFO] [stderr] at /rustc/d6c8169c186ab16a3404cd0d0866674018e8a19e/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x5bf5e36f69ca - std::sys::backtrace::_print_fmt::h8a17508a24a7df6e [INFO] [stderr] at /rustc/d6c8169c186ab16a3404cd0d0866674018e8a19e/library/std/src/sys/backtrace.rs:66:9 [INFO] [stderr] 3: 0x5bf5e36f69ca - ::fmt::hc002032c745ec399 [INFO] [stderr] at /rustc/d6c8169c186ab16a3404cd0d0866674018e8a19e/library/std/src/sys/backtrace.rs:39:26 [INFO] [stderr] 4: 0x5bf5e37172eb - core::fmt::rt::Argument::fmt::h302f08e3cc148eb3 [INFO] [stderr] at /rustc/d6c8169c186ab16a3404cd0d0866674018e8a19e/library/core/src/fmt/rt.rs:177:76 [INFO] [stderr] 5: 0x5bf5e37172eb - core::fmt::write::h78425ec9962d4be7 [INFO] [stderr] at /rustc/d6c8169c186ab16a3404cd0d0866674018e8a19e/library/core/src/fmt/mod.rs:1178:21 [INFO] [stderr] 6: 0x5bf5e36f3d53 - std::io::Write::write_fmt::ha00b146e89c56092 [INFO] [stderr] at /rustc/d6c8169c186ab16a3404cd0d0866674018e8a19e/library/std/src/io/mod.rs:1823:15 [INFO] [stderr] 7: 0x5bf5e36f6812 - std::sys::backtrace::BacktraceLock::print::h59ceb186f016850e [INFO] [stderr] at /rustc/d6c8169c186ab16a3404cd0d0866674018e8a19e/library/std/src/sys/backtrace.rs:42:9 [INFO] [stderr] 8: 0x5bf5e36f7b95 - std::panicking::default_hook::{{closure}}::h9fcfa010b5ecd19c [INFO] [stderr] at /rustc/d6c8169c186ab16a3404cd0d0866674018e8a19e/library/std/src/panicking.rs:268:22 [INFO] [stderr] 9: 0x5bf5e36f79c4 - std::panicking::default_hook::hedfdb73cf398a40e [INFO] [stderr] at /rustc/d6c8169c186ab16a3404cd0d0866674018e8a19e/library/std/src/panicking.rs:295:9 [INFO] [stderr] 10: 0x5bf5e36f81d7 - std::panicking::rust_panic_with_hook::h0a4b940661a26423 [INFO] [stderr] at /rustc/d6c8169c186ab16a3404cd0d0866674018e8a19e/library/std/src/panicking.rs:801:13 [INFO] [stderr] 11: 0x5bf5e36f8077 - std::panicking::begin_panic_handler::{{closure}}::h72160a9fdca8fdc8 [INFO] [stderr] at /rustc/d6c8169c186ab16a3404cd0d0866674018e8a19e/library/std/src/panicking.rs:674:13 [INFO] [stderr] 12: 0x5bf5e36f6ea9 - std::sys::backtrace::__rust_end_short_backtrace::hb6826ea75cd9c94b [INFO] [stderr] at /rustc/d6c8169c186ab16a3404cd0d0866674018e8a19e/library/std/src/sys/backtrace.rs:170:18 [INFO] [stderr] 13: 0x5bf5e36f7d04 - rust_begin_unwind [INFO] [stderr] at /rustc/d6c8169c186ab16a3404cd0d0866674018e8a19e/library/std/src/panicking.rs:665:5 [INFO] [stderr] 14: 0x5bf5e3716163 - core::panicking::panic_fmt::h47b5abafd035aaaa [INFO] [stderr] at /rustc/d6c8169c186ab16a3404cd0d0866674018e8a19e/library/core/src/panicking.rs:74:14 [INFO] [stderr] 15: 0x5bf5e3716576 - core::result::unwrap_failed::h4a7011214ea67d11 [INFO] [stderr] at /rustc/d6c8169c186ab16a3404cd0d0866674018e8a19e/library/core/src/result.rs:1677:5 [INFO] [stderr] 16: 0x5bf5e363535a - wayland_scanner::generate_code_with_destructor_events::h886988637d1b0c1f [INFO] [stderr] 17: 0x5bf5e363ed90 - build_script_build::generate_protocol::h4d92e6280061b44b [INFO] [stderr] 18: 0x5bf5e36401e8 - build_script_build::main::hb2277708d4619b18 [INFO] [stderr] 19: 0x5bf5e363d333 - core::ops::function::FnOnce::call_once::h7309185a8228026e [INFO] [stderr] 20: 0x5bf5e363d116 - std::sys::backtrace::__rust_begin_short_backtrace::h95de3d7a1a11ad51 [INFO] [stderr] 21: 0x5bf5e36305e9 - std::rt::lang_start::{{closure}}::h6e9119c6b88df066 [INFO] [stderr] 22: 0x5bf5e36f0e10 - core::ops::function::impls:: for &F>::call_once::h10fde5f15b86dbf2 [INFO] [stderr] at /rustc/d6c8169c186ab16a3404cd0d0866674018e8a19e/library/core/src/ops/function.rs:284:13 [INFO] [stderr] 23: 0x5bf5e36f0e10 - std::panicking::try::do_call::h723632af7b6493e9 [INFO] [stderr] at /rustc/d6c8169c186ab16a3404cd0d0866674018e8a19e/library/std/src/panicking.rs:557:40 [INFO] [stderr] 24: 0x5bf5e36f0e10 - std::panicking::try::h0f1746c7ef9e1593 [INFO] [stderr] at /rustc/d6c8169c186ab16a3404cd0d0866674018e8a19e/library/std/src/panicking.rs:520:19 [INFO] [stderr] 25: 0x5bf5e36f0e10 - std::panic::catch_unwind::haa2206a096da850d [INFO] [stderr] at /rustc/d6c8169c186ab16a3404cd0d0866674018e8a19e/library/std/src/panic.rs:345:14 [INFO] [stderr] 26: 0x5bf5e36f0e10 - std::rt::lang_start_internal::{{closure}}::hf185b513371bc78d [INFO] [stderr] at /rustc/d6c8169c186ab16a3404cd0d0866674018e8a19e/library/std/src/rt.rs:143:48 [INFO] [stderr] 27: 0x5bf5e36f0e10 - std::panicking::try::do_call::hf0e8c5c1f3b2ac69 [INFO] [stderr] at /rustc/d6c8169c186ab16a3404cd0d0866674018e8a19e/library/std/src/panicking.rs:557:40 [INFO] [stderr] 28: 0x5bf5e36f0e10 - std::panicking::try::h39d6efd1eea246c0 [INFO] [stderr] at /rustc/d6c8169c186ab16a3404cd0d0866674018e8a19e/library/std/src/panicking.rs:520:19 [INFO] [stderr] 29: 0x5bf5e36f0e10 - std::panic::catch_unwind::h2931316f8878e555 [INFO] [stderr] at /rustc/d6c8169c186ab16a3404cd0d0866674018e8a19e/library/std/src/panic.rs:345:14 [INFO] [stderr] 30: 0x5bf5e36f0e10 - std::rt::lang_start_internal::h2db78bfc05bc1ef2 [INFO] [stderr] at /rustc/d6c8169c186ab16a3404cd0d0866674018e8a19e/library/std/src/rt.rs:143:20 [INFO] [stderr] 31: 0x5bf5e36305c7 - std::rt::lang_start::hb02512b86cfb562f [INFO] [stderr] 32: 0x5bf5e3640775 - main [INFO] [stderr] 33: 0x70033118dd90 - [INFO] [stderr] 34: 0x70033118de40 - __libc_start_main [INFO] [stderr] 35: 0x5bf5e362f745 - _start [INFO] [stderr] 36: 0x0 - [INFO] running `Command { std: "docker" "inspect" "4151b516f45f1b95535b3c232478c8d6d59059816dfa3f98804555a716f19a00", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4151b516f45f1b95535b3c232478c8d6d59059816dfa3f98804555a716f19a00", kill_on_drop: false }` [INFO] [stdout] 4151b516f45f1b95535b3c232478c8d6d59059816dfa3f98804555a716f19a00