[INFO] cloning repository https://github.com/twe4ked/drawer [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/twe4ked/drawer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftwe4ked%2Fdrawer", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftwe4ked%2Fdrawer'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0c4b007da952c206e0d83d379b9cc51710a44efa [INFO] checking twe4ked/drawer against try#f3dc08d20a1589b87bde75bb82ee6423307f9bde for pr-135733 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftwe4ked%2Fdrawer" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/twe4ked/drawer on toolchain f3dc08d20a1589b87bde75bb82ee6423307f9bde [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f3dc08d20a1589b87bde75bb82ee6423307f9bde" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/twe4ked/drawer [INFO] finished tweaking git repo https://github.com/twe4ked/drawer [INFO] tweaked toml for git repo https://github.com/twe4ked/drawer written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/twe4ked/drawer 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" "+f3dc08d20a1589b87bde75bb82ee6423307f9bde" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+f3dc08d20a1589b87bde75bb82ee6423307f9bde" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1f28ddd92e69c00d18f34b3941f737a4ded855b3590e1b36274adff96af77e11 [INFO] running `Command { std: "docker" "start" "-a" "1f28ddd92e69c00d18f34b3941f737a4ded855b3590e1b36274adff96af77e11", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1f28ddd92e69c00d18f34b3941f737a4ded855b3590e1b36274adff96af77e11", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1f28ddd92e69c00d18f34b3941f737a4ded855b3590e1b36274adff96af77e11", kill_on_drop: false }` [INFO] [stdout] 1f28ddd92e69c00d18f34b3941f737a4ded855b3590e1b36274adff96af77e11 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+f3dc08d20a1589b87bde75bb82ee6423307f9bde" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9b155f24298defcb12cb1ec018fe0a57964f47da1dd2caecae6677311016a743 [INFO] running `Command { std: "docker" "start" "-a" "9b155f24298defcb12cb1ec018fe0a57964f47da1dd2caecae6677311016a743", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.98 [INFO] [stderr] Compiling proc-macro2 v1.0.28 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling xml-rs v0.8.3 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling aho-corasick v0.7.15 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling clang-sys v1.2.0 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling wayland-scanner v0.28.6 [INFO] [stderr] Compiling wayland-sys v0.28.6 [INFO] [stderr] Compiling libloading v0.7.0 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling bindgen v0.56.0 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling which v3.1.1 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling shlex v0.1.1 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Checking getrandom v0.2.3 [INFO] [stderr] Checking nix v0.20.0 [INFO] [stderr] Compiling nom v6.2.1 [INFO] [stderr] Checking smallvec v1.6.1 [INFO] [stderr] Checking once_cell v1.8.0 [INFO] [stderr] Checking rand_core v0.6.3 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling wayland-client v0.28.6 [INFO] [stderr] Checking ppv-lite86 v0.2.10 [INFO] [stderr] Compiling regex v1.4.6 [INFO] [stderr] Compiling cexpr v0.4.0 [INFO] [stderr] Checking downcast-rs v1.2.0 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Compiling wayland-protocols v0.28.6 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Compiling cc v1.0.69 [INFO] [stderr] Checking rand v0.8.4 [INFO] [stderr] Checking xcursor v0.3.3 [INFO] [stderr] Compiling minifb v0.19.3 [INFO] [stderr] Checking remove_dir_all v0.5.3 [INFO] [stderr] Compiling env_logger v0.8.4 [INFO] [stderr] Checking tempfile v3.2.0 [INFO] [stderr] Checking raw-window-handle v0.3.3 [INFO] [stderr] Checking wayland-commons v0.28.6 [INFO] [stderr] Checking wayland-cursor v0.28.6 [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-971103a1b60c7492/build-script-build` (exit status: 101) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rerun-if-changed-env=CARGO_FEATURE_CLIENT [INFO] [stderr] cargo:rerun-if-changed-env=CARGO_FEATURE_SERVER [INFO] [stderr] cargo:rerun-if-changed-env=CARGO_FEATURE_UNSTABLE_PROTOCOLS [INFO] [stderr] cargo:rerun-if-changed=./protocols/stable/presentation-time/presentation-time.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/stable/viewporter/viewporter.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/stable/xdg-shell/xdg-shell.xml [INFO] [stderr] cargo:rerun-if-changed=./misc/gtk-primary-selection.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/idle-inhibit/idle-inhibit-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/input-method/input-method-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/input-timestamps/input-timestamps-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/keyboard-shortcuts-inhibit/keyboard-shortcuts-inhibit-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/linux-explicit-synchronization/linux-explicit-synchronization-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/pointer-constraints/pointer-constraints-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/pointer-gestures/pointer-gestures-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/primary-selection/primary-selection-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/relative-pointer/relative-pointer-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/tablet/tablet-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/tablet/tablet-unstable-v2.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/text-input/text-input-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/text-input/text-input-unstable-v3.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/xdg-decoration/xdg-decoration-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/xdg-foreign/xdg-foreign-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/xdg-foreign/xdg-foreign-unstable-v2.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/xdg-output/xdg-output-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/xdg-shell/xdg-shell-unstable-v5.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/xdg-shell/xdg-shell-unstable-v6.xml [INFO] [stderr] cargo:rerun-if-changed=./protocols/unstable/xwayland-keyboard-grab/xwayland-keyboard-grab-unstable-v1.xml [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain 'f3dc08d20a1589b87bde75bb82ee6423307f9bde'. [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 'f3dc08d20a1589b87bde75bb82ee6423307f9bde'. [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 'f3dc08d20a1589b87bde75bb82ee6423307f9bde'. [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 'f3dc08d20a1589b87bde75bb82ee6423307f9bde'. [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 'f3dc08d20a1589b87bde75bb82ee6423307f9bde'. [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 'f3dc08d20a1589b87bde75bb82ee6423307f9bde'. [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 'f3dc08d20a1589b87bde75bb82ee6423307f9bde'. [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 'f3dc08d20a1589b87bde75bb82ee6423307f9bde'. [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 'f3dc08d20a1589b87bde75bb82ee6423307f9bde'. [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 'f3dc08d20a1589b87bde75bb82ee6423307f9bde'. [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 'f3dc08d20a1589b87bde75bb82ee6423307f9bde'. [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 'f3dc08d20a1589b87bde75bb82ee6423307f9bde'. [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 'f3dc08d20a1589b87bde75bb82ee6423307f9bde'. [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 'f3dc08d20a1589b87bde75bb82ee6423307f9bde'. [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 'f3dc08d20a1589b87bde75bb82ee6423307f9bde'. [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 'f3dc08d20a1589b87bde75bb82ee6423307f9bde'. [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 'f3dc08d20a1589b87bde75bb82ee6423307f9bde'. [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 'f3dc08d20a1589b87bde75bb82ee6423307f9bde'. [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 'f3dc08d20a1589b87bde75bb82ee6423307f9bde'. [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 'f3dc08d20a1589b87bde75bb82ee6423307f9bde'. [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 'f3dc08d20a1589b87bde75bb82ee6423307f9bde'. [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 'f3dc08d20a1589b87bde75bb82ee6423307f9bde'. [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 'f3dc08d20a1589b87bde75bb82ee6423307f9bde'. [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 'f3dc08d20a1589b87bde75bb82ee6423307f9bde'. [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 'f3dc08d20a1589b87bde75bb82ee6423307f9bde'. [INFO] [stderr] note: this is a custom toolchain, which cannot use `rustup component add` [INFO] [stderr] help: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py` [INFO] [stderr] [INFO] [stderr] thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-scanner-0.28.6/src/lib.rs:156:40: [INFO] [stderr] called `Result::unwrap()` on an `Err` value: Os { code: 28, kind: StorageFull, message: "No space left on device" } [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x5b3a6040d340 - std::backtrace_rs::backtrace::libunwind::trace::hf4abec8af41a0614 [INFO] [stderr] at /rustc/f3dc08d20a1589b87bde75bb82ee6423307f9bde/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stderr] 1: 0x5b3a6040d340 - std::backtrace_rs::backtrace::trace_unsynchronized::h94f96e6f2949b4d6 [INFO] [stderr] at /rustc/f3dc08d20a1589b87bde75bb82ee6423307f9bde/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stderr] 2: 0x5b3a6040d340 - std::sys::backtrace::_print_fmt::hc6492afae4d915da [INFO] [stderr] at /rustc/f3dc08d20a1589b87bde75bb82ee6423307f9bde/library/std/src/sys/backtrace.rs:66:9 [INFO] [stderr] 3: 0x5b3a6040d340 - ::fmt::hecad07c277b6e163 [INFO] [stderr] at /rustc/f3dc08d20a1589b87bde75bb82ee6423307f9bde/library/std/src/sys/backtrace.rs:39:26 [INFO] [stderr] 4: 0x5b3a6042f533 - core::fmt::rt::Argument::fmt::h01645e3827051fa0 [INFO] [stderr] at /rustc/f3dc08d20a1589b87bde75bb82ee6423307f9bde/library/core/src/fmt/rt.rs:177:76 [INFO] [stderr] 5: 0x5b3a6042f533 - core::fmt::write::h68eba66a75254875 [INFO] [stderr] at /rustc/f3dc08d20a1589b87bde75bb82ee6423307f9bde/library/core/src/fmt/mod.rs:1449:21 [INFO] [stderr] 6: 0x5b3a6040a5a3 - std::io::Write::write_fmt::h23909f5defc1e412 [INFO] [stderr] at /rustc/f3dc08d20a1589b87bde75bb82ee6423307f9bde/library/std/src/io/mod.rs:1890:15 [INFO] [stderr] 7: 0x5b3a6040d192 - std::sys::backtrace::BacktraceLock::print::h4a85cf0721c53c72 [INFO] [stderr] at /rustc/f3dc08d20a1589b87bde75bb82ee6423307f9bde/library/std/src/sys/backtrace.rs:42:9 [INFO] [stderr] 8: 0x5b3a6040e47f - std::panicking::default_hook::{{closure}}::hcb4825b81311c0f8 [INFO] [stderr] at /rustc/f3dc08d20a1589b87bde75bb82ee6423307f9bde/library/std/src/panicking.rs:298:22 [INFO] [stderr] 9: 0x5b3a6040e2ea - std::panicking::default_hook::hbc67dbc6ec051dfc [INFO] [stderr] at /rustc/f3dc08d20a1589b87bde75bb82ee6423307f9bde/library/std/src/panicking.rs:325:9 [INFO] [stderr] 10: 0x5b3a6040eea2 - std::panicking::rust_panic_with_hook::h0fb85c252c46a357 [INFO] [stderr] at /rustc/f3dc08d20a1589b87bde75bb82ee6423307f9bde/library/std/src/panicking.rs:831:13 [INFO] [stderr] 11: 0x5b3a6040ec2a - std::panicking::begin_panic_handler::{{closure}}::h28f78102a3792d57 [INFO] [stderr] at /rustc/f3dc08d20a1589b87bde75bb82ee6423307f9bde/library/std/src/panicking.rs:704:13 [INFO] [stderr] 12: 0x5b3a6040d859 - std::sys::backtrace::__rust_end_short_backtrace::h90c7f1f2d4188839 [INFO] [stderr] at /rustc/f3dc08d20a1589b87bde75bb82ee6423307f9bde/library/std/src/sys/backtrace.rs:168:18 [INFO] [stderr] 13: 0x5b3a6040e8bd - rust_begin_unwind [INFO] [stderr] at /rustc/f3dc08d20a1589b87bde75bb82ee6423307f9bde/library/std/src/panicking.rs:695:5 [INFO] [stderr] 14: 0x5b3a6042e380 - core::panicking::panic_fmt::h5f81f91910872e5a [INFO] [stderr] at /rustc/f3dc08d20a1589b87bde75bb82ee6423307f9bde/library/core/src/panicking.rs:75:14 [INFO] [stderr] 15: 0x5b3a6042e7f6 - core::result::unwrap_failed::h38681de89449c75b [INFO] [stderr] at /rustc/f3dc08d20a1589b87bde75bb82ee6423307f9bde/library/core/src/result.rs:1704:5 [INFO] [stderr] 16: 0x5b3a603489d0 - wayland_scanner::generate_code_with_destructor_events::h896c47c32c5e92c2 [INFO] [stderr] 17: 0x5b3a60357920 - build_script_build::generate_protocol::hbbbd0c608b88bdea [INFO] [stderr] 18: 0x5b3a60358bcf - build_script_build::main::h407a0e5b1b7bf8ce [INFO] [stderr] 19: 0x5b3a6034b343 - core::ops::function::FnOnce::call_once::hcf000e3f2e15f232 [INFO] [stderr] 20: 0x5b3a603496e6 - std::sys::backtrace::__rust_begin_short_backtrace::hc5a1ceb95fd2bc7e [INFO] [stderr] 21: 0x5b3a603495e9 - std::rt::lang_start::{{closure}}::had965b992669a65a [INFO] [stderr] 22: 0x5b3a60407150 - core::ops::function::impls:: for &F>::call_once::ha8b20cf2d19eb30d [INFO] [stderr] at /rustc/f3dc08d20a1589b87bde75bb82ee6423307f9bde/library/core/src/ops/function.rs:284:13 [INFO] [stderr] 23: 0x5b3a60407150 - std::panicking::try::do_call::h7daad9f2a6278a5a [INFO] [stderr] at /rustc/f3dc08d20a1589b87bde75bb82ee6423307f9bde/library/std/src/panicking.rs:587:40 [INFO] [stderr] 24: 0x5b3a60407150 - std::panicking::try::h38f4a1ad57fcfbec [INFO] [stderr] at /rustc/f3dc08d20a1589b87bde75bb82ee6423307f9bde/library/std/src/panicking.rs:550:19 [INFO] [stderr] 25: 0x5b3a60407150 - std::panic::catch_unwind::h70eb49bd33bb5981 [INFO] [stderr] at /rustc/f3dc08d20a1589b87bde75bb82ee6423307f9bde/library/std/src/panic.rs:358:14 [INFO] [stderr] 26: 0x5b3a60407150 - std::rt::lang_start_internal::{{closure}}::haedff79b2478354c [INFO] [stderr] at /rustc/f3dc08d20a1589b87bde75bb82ee6423307f9bde/library/std/src/rt.rs:168:24 [INFO] [stderr] 27: 0x5b3a60407150 - std::panicking::try::do_call::h7a7287aafd770d36 [INFO] [stderr] at /rustc/f3dc08d20a1589b87bde75bb82ee6423307f9bde/library/std/src/panicking.rs:587:40 [INFO] [stderr] 28: 0x5b3a60407150 - std::panicking::try::hb0a82a9fb3e7f0ba [INFO] [stderr] at /rustc/f3dc08d20a1589b87bde75bb82ee6423307f9bde/library/std/src/panicking.rs:550:19 [INFO] [stderr] 29: 0x5b3a60407150 - std::panic::catch_unwind::hf330c5a6521c9082 [INFO] [stderr] at /rustc/f3dc08d20a1589b87bde75bb82ee6423307f9bde/library/std/src/panic.rs:358:14 [INFO] [stderr] 30: 0x5b3a60407150 - std::rt::lang_start_internal::h1775cc468798d7f5 [INFO] [stderr] at /rustc/f3dc08d20a1589b87bde75bb82ee6423307f9bde/library/std/src/rt.rs:164:5 [INFO] [stderr] 31: 0x5b3a603495d1 - std::rt::lang_start::h27e72638290bf238 [INFO] [stderr] 32: 0x5b3a60359155 - main [INFO] [stderr] 33: 0x7e1656c2fd90 - [INFO] [stderr] 34: 0x7e1656c2fe40 - __libc_start_main [INFO] [stderr] 35: 0x5b3a60348165 - _start [INFO] [stderr] 36: 0x0 - [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `bindgen` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/bin/rustc --crate-name bindgen --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bindgen-0.56.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clap"' --cfg 'feature="default"' --cfg 'feature="env_logger"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="runtime"' --cfg 'feature="which"' --cfg 'feature="which-rustfmt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "default", "env_logger", "log", "logging", "runtime", "static", "testing_only_docs", "testing_only_extra_assertions", "testing_only_libclang_3_9", "testing_only_libclang_4", "testing_only_libclang_5", "testing_only_libclang_9", "which", "which-rustfmt"))' -C metadata=de024c8e702bc352 -C extra-filename=-aae983b831df63b4 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-75ccf408552d9bb0.rmeta --extern cexpr=/opt/rustwide/target/debug/deps/libcexpr-cfd0008e9d3f7c29.rmeta --extern clang_sys=/opt/rustwide/target/debug/deps/libclang_sys-02fe22c57367b6f7.rmeta --extern clap=/opt/rustwide/target/debug/deps/libclap-ad0520ca12031a40.rmeta --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-5619f6cba300a939.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-7bef99ab27b53866.rmeta --extern lazycell=/opt/rustwide/target/debug/deps/liblazycell-94413c5e4ac1eb3a.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-d59e46ed0e8b7df0.rmeta --extern peeking_take_while=/opt/rustwide/target/debug/deps/libpeeking_take_while-c8886dfbebe7e598.rmeta --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-c04f9a3250798f92.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-9d083ea772f8a688.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-09239f24f3d0fc8d.rmeta --extern rustc_hash=/opt/rustwide/target/debug/deps/librustc_hash-c94cda88a025c06c.rmeta --extern shlex=/opt/rustwide/target/debug/deps/libshlex-7d0ef16c59d97f5f.rmeta --extern which=/opt/rustwide/target/debug/deps/libwhich-0659c9bb8fd07e36.rmeta --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "9b155f24298defcb12cb1ec018fe0a57964f47da1dd2caecae6677311016a743", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9b155f24298defcb12cb1ec018fe0a57964f47da1dd2caecae6677311016a743", kill_on_drop: false }` [INFO] [stdout] 9b155f24298defcb12cb1ec018fe0a57964f47da1dd2caecae6677311016a743