[INFO] cloning repository https://github.com/wingyplus/crispy [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/wingyplus/crispy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwingyplus%2Fcrispy", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwingyplus%2Fcrispy'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 58fbdda6bdcd09c24ea8b9de38b06a972b3473e7 [INFO] checking wingyplus/crispy against master#1280928a99ad3ef2c5735b42dc8852456ae3b974 for pr-120798 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwingyplus%2Fcrispy" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/wingyplus/crispy on toolchain 1280928a99ad3ef2c5735b42dc8852456ae3b974 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1280928a99ad3ef2c5735b42dc8852456ae3b974" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/wingyplus/crispy [INFO] finished tweaking git repo https://github.com/wingyplus/crispy [INFO] tweaked toml for git repo https://github.com/wingyplus/crispy written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/wingyplus/crispy 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" "+1280928a99ad3ef2c5735b42dc8852456ae3b974" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1280928a99ad3ef2c5735b42dc8852456ae3b974" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a9ef501fc575099fb92d5435fdeae54d12e5f16323652dce3b136c5689ec3e57 [INFO] running `Command { std: "docker" "start" "-a" "a9ef501fc575099fb92d5435fdeae54d12e5f16323652dce3b136c5689ec3e57", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a9ef501fc575099fb92d5435fdeae54d12e5f16323652dce3b136c5689ec3e57", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a9ef501fc575099fb92d5435fdeae54d12e5f16323652dce3b136c5689ec3e57", kill_on_drop: false }` [INFO] [stdout] a9ef501fc575099fb92d5435fdeae54d12e5f16323652dce3b136c5689ec3e57 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1280928a99ad3ef2c5735b42dc8852456ae3b974" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 31a94b7426994a8d0364ebad16b416f0a3fa766f47d20ed6a4366a6ed894687c [INFO] running `Command { std: "docker" "start" "-a" "31a94b7426994a8d0364ebad16b416f0a3fa766f47d20ed6a4366a6ed894687c", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.97 [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling xml-rs v0.8.3 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Checking libloading v0.7.0 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Checking dlib v0.5.0 [INFO] [stderr] Checking smallvec v1.6.1 [INFO] [stderr] Checking once_cell v1.8.0 [INFO] [stderr] Compiling nom v6.2.1 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Checking scoped-tls v1.0.0 [INFO] [stderr] Checking downcast-rs v1.2.0 [INFO] [stderr] Compiling wayland-sys v0.28.6 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling wayland-scanner v0.28.6 [INFO] [stderr] Checking nix v0.20.0 [INFO] [stderr] Checking memmap2 v0.2.3 [INFO] [stderr] Compiling wayland-client v0.28.6 [INFO] [stderr] Compiling wayland-protocols v0.28.6 [INFO] [stderr] Compiling xcb v0.9.0 [INFO] [stderr] Checking xcursor v0.3.3 [INFO] [stderr] Checking wayland-commons v0.28.6 [INFO] [stderr] Checking wayland-cursor v0.28.6 [INFO] [stderr] Checking x11-clipboard v0.5.2 [INFO] [stderr] Checking smithay-client-toolkit v0.14.0 [INFO] [stderr] Checking smithay-clipboard v0.6.4 [INFO] [stderr] Checking copypasta v0.7.1 [INFO] [stderr] Checking crispp v0.1.0 (/opt/rustwide/workdir/crispp) [INFO] [stderr] Checking crispc v0.1.0 (/opt/rustwide/workdir/crispc) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.89s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v6.2.1 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "31a94b7426994a8d0364ebad16b416f0a3fa766f47d20ed6a4366a6ed894687c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "31a94b7426994a8d0364ebad16b416f0a3fa766f47d20ed6a4366a6ed894687c", kill_on_drop: false }` [INFO] [stdout] 31a94b7426994a8d0364ebad16b416f0a3fa766f47d20ed6a4366a6ed894687c [INFO] checking wingyplus/crispy against try#9b9e20bc79549d80ab413f49d990713851172cc1 for pr-120798 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwingyplus%2Fcrispy" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/wingyplus/crispy on toolchain 9b9e20bc79549d80ab413f49d990713851172cc1 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9b9e20bc79549d80ab413f49d990713851172cc1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/wingyplus/crispy [INFO] finished tweaking git repo https://github.com/wingyplus/crispy [INFO] tweaked toml for git repo https://github.com/wingyplus/crispy written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/wingyplus/crispy 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" "+9b9e20bc79549d80ab413f49d990713851172cc1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+9b9e20bc79549d80ab413f49d990713851172cc1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d71f9f4d1150bdcd7df6051e15728a7b219a4e0d3b49d9728f04be89caea0cdc [INFO] running `Command { std: "docker" "start" "-a" "d71f9f4d1150bdcd7df6051e15728a7b219a4e0d3b49d9728f04be89caea0cdc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d71f9f4d1150bdcd7df6051e15728a7b219a4e0d3b49d9728f04be89caea0cdc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d71f9f4d1150bdcd7df6051e15728a7b219a4e0d3b49d9728f04be89caea0cdc", kill_on_drop: false }` [INFO] [stdout] d71f9f4d1150bdcd7df6051e15728a7b219a4e0d3b49d9728f04be89caea0cdc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+9b9e20bc79549d80ab413f49d990713851172cc1" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 484b136ae5d7f9fe7c2e260af41ce95d0b3a11f9ff787c5307da418a904e04b6 [INFO] running `Command { std: "docker" "start" "-a" "484b136ae5d7f9fe7c2e260af41ce95d0b3a11f9ff787c5307da418a904e04b6", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.97 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling xml-rs v0.8.3 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Checking libloading v0.7.0 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Checking dlib v0.5.0 [INFO] [stderr] Checking smallvec v1.6.1 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Checking once_cell v1.8.0 [INFO] [stderr] Checking scoped-tls v1.0.0 [INFO] [stderr] Checking downcast-rs v1.2.0 [INFO] [stderr] Compiling nom v6.2.1 [INFO] [stderr] Compiling wayland-sys v0.28.6 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling wayland-scanner v0.28.6 [INFO] [stderr] Checking nix v0.20.0 [INFO] [stderr] Checking memmap2 v0.2.3 [INFO] [stderr] Compiling xcb v0.9.0 [INFO] [stderr] Compiling wayland-client v0.28.6 [INFO] [stderr] Compiling wayland-protocols v0.28.6 [INFO] [stderr] Checking xcursor 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 `xcb v0.9.0` [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/xcb-42435be5ff8af36e/build-script-build` (exit status: 101) [INFO] [stderr] --- stdout [INFO] [stderr] event ('xcb', 'Present', 'CompleteNotify') is packed [INFO] [stderr] event ('xcb', 'Present', 'RedirectNotify') is packed [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] error occured in handler: ('request: ', ('xcb', 'Composite', 'ReleaseOverlayWindow')) [INFO] [stderr] Traceback (most recent call last): [INFO] [stderr] File "/opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/xcb-0.9.0/rs_client.py", line 2455, in [INFO] [stderr] module.generate() [INFO] [stderr] File "/opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/xcb-0.9.0/xcbgen/state.py", line 108, in generate [INFO] [stderr] self.close() [INFO] [stderr] File "/opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/xcb-0.9.0/rs_client.py", line 293, in rs_close [INFO] [stderr] _f.writeout(os.path.join(module.rs_srcdir, "ffi", "%s.rs" % _module_name(_ns.ext_name))) [INFO] [stderr] File "/opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/xcb-0.9.0/rs_client.py", line 118, in writeout [INFO] [stderr] print(line.rstrip(), file=f) [INFO] [stderr] OSError: [Errno 28] No space left on device [INFO] [stderr] thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/xcb-0.9.0/build.rs:77:17: [INFO] [stderr] processing of /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/xcb-0.9.0/xml/composite.xml returned non-zero (1) [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x5581d67a3766 - std::backtrace_rs::backtrace::libunwind::trace::hdde23b9987639aa9 [INFO] [stderr] at /rustc/9b9e20bc79549d80ab413f49d990713851172cc1/library/std/src/../../backtrace/src/backtrace/libunwind.rs:104:5 [INFO] [stderr] 1: 0x5581d67a3766 - std::backtrace_rs::backtrace::trace_unsynchronized::h5314dbca0abd36e3 [INFO] [stderr] at /rustc/9b9e20bc79549d80ab413f49d990713851172cc1/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x5581d67a3766 - std::sys_common::backtrace::_print_fmt::h0869e797cf0ad9b8 [INFO] [stderr] at /rustc/9b9e20bc79549d80ab413f49d990713851172cc1/library/std/src/sys_common/backtrace.rs:68:5 [INFO] [stderr] 3: 0x5581d67a3766 - ::fmt::ha75eeae9b53eb870 [INFO] [stderr] at /rustc/9b9e20bc79549d80ab413f49d990713851172cc1/library/std/src/sys_common/backtrace.rs:44:22 [INFO] [stderr] 4: 0x5581d67c5ba0 - core::fmt::rt::Argument::fmt::h96c44a4939cd3962 [INFO] [stderr] at /rustc/9b9e20bc79549d80ab413f49d990713851172cc1/library/core/src/fmt/rt.rs:142:9 [INFO] [stderr] 5: 0x5581d67c5ba0 - core::fmt::write::h37c16d7c7458b59d [INFO] [stderr] at /rustc/9b9e20bc79549d80ab413f49d990713851172cc1/library/core/src/fmt/mod.rs:1120:17 [INFO] [stderr] 6: 0x5581d67a144f - std::io::Write::write_fmt::hb2c0c587a3a1e0ab [INFO] [stderr] at /rustc/9b9e20bc79549d80ab413f49d990713851172cc1/library/std/src/io/mod.rs:1854:15 [INFO] [stderr] 7: 0x5581d67a3544 - std::sys_common::backtrace::_print::h5e15c9603d68ed05 [INFO] [stderr] at /rustc/9b9e20bc79549d80ab413f49d990713851172cc1/library/std/src/sys_common/backtrace.rs:47:5 [INFO] [stderr] 8: 0x5581d67a3544 - std::sys_common::backtrace::print::h481458abb3873c7c [INFO] [stderr] at /rustc/9b9e20bc79549d80ab413f49d990713851172cc1/library/std/src/sys_common/backtrace.rs:34:9 [INFO] [stderr] 9: 0x5581d67a4c37 - std::panicking::default_hook::{{closure}}::hab6cfb4b0cd9f79f [INFO] [stderr] 10: 0x5581d67a4999 - std::panicking::default_hook::hc6fdae717e3ac78e [INFO] [stderr] at /rustc/9b9e20bc79549d80ab413f49d990713851172cc1/library/std/src/panicking.rs:292:9 [INFO] [stderr] 11: 0x5581d67a50c8 - std::panicking::rust_panic_with_hook::h9f8a6061ef6570b5 [INFO] [stderr] at /rustc/9b9e20bc79549d80ab413f49d990713851172cc1/library/std/src/panicking.rs:781:13 [INFO] [stderr] 12: 0x5581d67a4fa2 - std::panicking::begin_panic_handler::{{closure}}::h2583e585f8199970 [INFO] [stderr] at /rustc/9b9e20bc79549d80ab413f49d990713851172cc1/library/std/src/panicking.rs:659:13 [INFO] [stderr] 13: 0x5581d67a3c66 - std::sys_common::backtrace::__rust_end_short_backtrace::h632d90926151cc00 [INFO] [stderr] at /rustc/9b9e20bc79549d80ab413f49d990713851172cc1/library/std/src/sys_common/backtrace.rs:171:18 [INFO] [stderr] 14: 0x5581d67a4cf4 - rust_begin_unwind [INFO] [stderr] at /rustc/9b9e20bc79549d80ab413f49d990713851172cc1/library/std/src/panicking.rs:647:5 [INFO] [stderr] 15: 0x5581d677d285 - core::panicking::panic_fmt::he775963b85ee6e08 [INFO] [stderr] at /rustc/9b9e20bc79549d80ab413f49d990713851172cc1/library/core/src/panicking.rs:72:14 [INFO] [stderr] 16: 0x5581d678350d - build_script_build::main::{{closure}}::hda0bcde83e831bfb [INFO] [stderr] 17: 0x5581d6781f23 - build_script_build::visit_xml::h640c62c9e40e47c1 [INFO] [stderr] 18: 0x5581d678299c - build_script_build::main::h7465444034c61b3c [INFO] [stderr] 19: 0x5581d677eee3 - core::ops::function::FnOnce::call_once::h67e0d42300503be1 [INFO] [stderr] 20: 0x5581d677ddb6 - std::sys_common::backtrace::__rust_begin_short_backtrace::heef087b202835a46 [INFO] [stderr] 21: 0x5581d677e4e9 - std::rt::lang_start::{{closure}}::hefedfd49c8642b71 [INFO] [stderr] 22: 0x5581d679df91 - core::ops::function::impls:: for &F>::call_once::ha3049feb2f059100 [INFO] [stderr] at /rustc/9b9e20bc79549d80ab413f49d990713851172cc1/library/core/src/ops/function.rs:284:13 [INFO] [stderr] 23: 0x5581d679df91 - std::panicking::try::do_call::hba22be99660b7e74 [INFO] [stderr] at /rustc/9b9e20bc79549d80ab413f49d990713851172cc1/library/std/src/panicking.rs:554:40 [INFO] [stderr] 24: 0x5581d679df91 - std::panicking::try::hdfc8c0cd607c9302 [INFO] [stderr] at /rustc/9b9e20bc79549d80ab413f49d990713851172cc1/library/std/src/panicking.rs:518:19 [INFO] [stderr] 25: 0x5581d679df91 - std::panic::catch_unwind::h57948c1cec1807ed [INFO] [stderr] at /rustc/9b9e20bc79549d80ab413f49d990713851172cc1/library/std/src/panic.rs:142:14 [INFO] [stderr] 26: 0x5581d679df91 - std::rt::lang_start_internal::{{closure}}::he9ecb1c49df30220 [INFO] [stderr] at /rustc/9b9e20bc79549d80ab413f49d990713851172cc1/library/std/src/rt.rs:148:48 [INFO] [stderr] 27: 0x5581d679df91 - std::panicking::try::do_call::h272222ab12b6bc60 [INFO] [stderr] at /rustc/9b9e20bc79549d80ab413f49d990713851172cc1/library/std/src/panicking.rs:554:40 [INFO] [stderr] 28: 0x5581d679df91 - std::panicking::try::h5d6df8f9fd041b3a [INFO] [stderr] at /rustc/9b9e20bc79549d80ab413f49d990713851172cc1/library/std/src/panicking.rs:518:19 [INFO] [stderr] 29: 0x5581d679df91 - std::panic::catch_unwind::h934a064d2364c53f [INFO] [stderr] at /rustc/9b9e20bc79549d80ab413f49d990713851172cc1/library/std/src/panic.rs:142:14 [INFO] [stderr] 30: 0x5581d679df91 - std::rt::lang_start_internal::h0a7caddcbe3f55ba [INFO] [stderr] at /rustc/9b9e20bc79549d80ab413f49d990713851172cc1/library/std/src/rt.rs:148:20 [INFO] [stderr] 31: 0x5581d677e4c7 - std::rt::lang_start::h2097988153993560 [INFO] [stderr] 32: 0x5581d6783595 - main [INFO] [stderr] 33: 0x7f5f7b8bbd90 - [INFO] [stderr] 34: 0x7f5f7b8bbe40 - __libc_start_main [INFO] [stderr] 35: 0x5581d677d9b5 - _start [INFO] [stderr] 36: 0x0 - [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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-c5fb229363f3b528/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] [INFO] [stderr] --- stderr [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain '9b9e20bc79549d80ab413f49d990713851172cc1' [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 toolchain '9b9e20bc79549d80ab413f49d990713851172cc1' [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 toolchain '9b9e20bc79549d80ab413f49d990713851172cc1' [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 toolchain '9b9e20bc79549d80ab413f49d990713851172cc1' [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 toolchain '9b9e20bc79549d80ab413f49d990713851172cc1' [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 toolchain '9b9e20bc79549d80ab413f49d990713851172cc1' [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 toolchain '9b9e20bc79549d80ab413f49d990713851172cc1' [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 toolchain '9b9e20bc79549d80ab413f49d990713851172cc1' [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 toolchain '9b9e20bc79549d80ab413f49d990713851172cc1' [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 toolchain '9b9e20bc79549d80ab413f49d990713851172cc1' [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 toolchain '9b9e20bc79549d80ab413f49d990713851172cc1' [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 toolchain '9b9e20bc79549d80ab413f49d990713851172cc1' [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 toolchain '9b9e20bc79549d80ab413f49d990713851172cc1' [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 toolchain '9b9e20bc79549d80ab413f49d990713851172cc1' [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 toolchain '9b9e20bc79549d80ab413f49d990713851172cc1' [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 toolchain '9b9e20bc79549d80ab413f49d990713851172cc1' [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 toolchain '9b9e20bc79549d80ab413f49d990713851172cc1' [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 toolchain '9b9e20bc79549d80ab413f49d990713851172cc1' [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 toolchain '9b9e20bc79549d80ab413f49d990713851172cc1' [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 toolchain '9b9e20bc79549d80ab413f49d990713851172cc1' [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 toolchain '9b9e20bc79549d80ab413f49d990713851172cc1' [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 toolchain '9b9e20bc79549d80ab413f49d990713851172cc1' [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: 0x559da566e876 - std::backtrace_rs::backtrace::libunwind::trace::hdde23b9987639aa9 [INFO] [stderr] at /rustc/9b9e20bc79549d80ab413f49d990713851172cc1/library/std/src/../../backtrace/src/backtrace/libunwind.rs:104:5 [INFO] [stderr] 1: 0x559da566e876 - std::backtrace_rs::backtrace::trace_unsynchronized::h5314dbca0abd36e3 [INFO] [stderr] at /rustc/9b9e20bc79549d80ab413f49d990713851172cc1/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x559da566e876 - std::sys_common::backtrace::_print_fmt::h0869e797cf0ad9b8 [INFO] [stderr] at /rustc/9b9e20bc79549d80ab413f49d990713851172cc1/library/std/src/sys_common/backtrace.rs:68:5 [INFO] [stderr] 3: 0x559da566e876 - ::fmt::ha75eeae9b53eb870 [INFO] [stderr] at /rustc/9b9e20bc79549d80ab413f49d990713851172cc1/library/std/src/sys_common/backtrace.rs:44:22 [INFO] [stderr] 4: 0x559da56917a0 - core::fmt::rt::Argument::fmt::h96c44a4939cd3962 [INFO] [stderr] at /rustc/9b9e20bc79549d80ab413f49d990713851172cc1/library/core/src/fmt/rt.rs:142:9 [INFO] [stderr] 5: 0x559da56917a0 - core::fmt::write::h37c16d7c7458b59d [INFO] [stderr] at /rustc/9b9e20bc79549d80ab413f49d990713851172cc1/library/core/src/fmt/mod.rs:1120:17 [INFO] [stderr] 6: 0x559da566c7bf - std::io::Write::write_fmt::hb2c0c587a3a1e0ab [INFO] [stderr] at /rustc/9b9e20bc79549d80ab413f49d990713851172cc1/library/std/src/io/mod.rs:1854:15 [INFO] [stderr] 7: 0x559da566e654 - std::sys_common::backtrace::_print::h5e15c9603d68ed05 [INFO] [stderr] at /rustc/9b9e20bc79549d80ab413f49d990713851172cc1/library/std/src/sys_common/backtrace.rs:47:5 [INFO] [stderr] 8: 0x559da566e654 - std::sys_common::backtrace::print::h481458abb3873c7c [INFO] [stderr] at /rustc/9b9e20bc79549d80ab413f49d990713851172cc1/library/std/src/sys_common/backtrace.rs:34:9 [INFO] [stderr] 9: 0x559da566ff17 - std::panicking::default_hook::{{closure}}::hab6cfb4b0cd9f79f [INFO] [stderr] 10: 0x559da566fc79 - std::panicking::default_hook::hc6fdae717e3ac78e [INFO] [stderr] at /rustc/9b9e20bc79549d80ab413f49d990713851172cc1/library/std/src/panicking.rs:292:9 [INFO] [stderr] 11: 0x559da56703a8 - std::panicking::rust_panic_with_hook::h9f8a6061ef6570b5 [INFO] [stderr] at /rustc/9b9e20bc79549d80ab413f49d990713851172cc1/library/std/src/panicking.rs:781:13 [INFO] [stderr] 12: 0x559da5670282 - std::panicking::begin_panic_handler::{{closure}}::h2583e585f8199970 [INFO] [stderr] at /rustc/9b9e20bc79549d80ab413f49d990713851172cc1/library/std/src/panicking.rs:659:13 [INFO] [stderr] 13: 0x559da566ed76 - std::sys_common::backtrace::__rust_end_short_backtrace::h632d90926151cc00 [INFO] [stderr] at /rustc/9b9e20bc79549d80ab413f49d990713851172cc1/library/std/src/sys_common/backtrace.rs:171:18 [INFO] [stderr] 14: 0x559da566ffd4 - rust_begin_unwind [INFO] [stderr] at /rustc/9b9e20bc79549d80ab413f49d990713851172cc1/library/std/src/panicking.rs:647:5 [INFO] [stderr] 15: 0x559da559ff45 - core::panicking::panic_fmt::he775963b85ee6e08 [INFO] [stderr] at /rustc/9b9e20bc79549d80ab413f49d990713851172cc1/library/core/src/panicking.rs:72:14 [INFO] [stderr] 16: 0x559da55a04a3 - core::result::unwrap_failed::hd346bd79edb42f11 [INFO] [stderr] at /rustc/9b9e20bc79549d80ab413f49d990713851172cc1/library/core/src/result.rs:1649:5 [INFO] [stderr] 17: 0x559da55a148b - wayland_scanner::generate_code_with_destructor_events::h357577a66985ef51 [INFO] [stderr] 18: 0x559da55a4b5e - build_script_build::generate_protocol::hb668a76245d0dec3 [INFO] [stderr] 19: 0x559da55a6087 - build_script_build::main::h38629af93c950094 [INFO] [stderr] 20: 0x559da55b05f3 - core::ops::function::FnOnce::call_once::h359504f7eb9c507b [INFO] [stderr] 21: 0x559da55a1986 - std::sys_common::backtrace::__rust_begin_short_backtrace::h2499f4b3bb88b1e2 [INFO] [stderr] 22: 0x559da55b2859 - std::rt::lang_start::{{closure}}::h7fcbf92efabd8a66 [INFO] [stderr] 23: 0x559da5668fe1 - core::ops::function::impls:: for &F>::call_once::ha3049feb2f059100 [INFO] [stderr] at /rustc/9b9e20bc79549d80ab413f49d990713851172cc1/library/core/src/ops/function.rs:284:13 [INFO] [stderr] 24: 0x559da5668fe1 - std::panicking::try::do_call::hba22be99660b7e74 [INFO] [stderr] at /rustc/9b9e20bc79549d80ab413f49d990713851172cc1/library/std/src/panicking.rs:554:40 [INFO] [stderr] 25: 0x559da5668fe1 - std::panicking::try::hdfc8c0cd607c9302 [INFO] [stderr] at /rustc/9b9e20bc79549d80ab413f49d990713851172cc1/library/std/src/panicking.rs:518:19 [INFO] [stderr] 26: 0x559da5668fe1 - std::panic::catch_unwind::h57948c1cec1807ed [INFO] [stderr] at /rustc/9b9e20bc79549d80ab413f49d990713851172cc1/library/std/src/panic.rs:142:14 [INFO] [stderr] 27: 0x559da5668fe1 - std::rt::lang_start_internal::{{closure}}::he9ecb1c49df30220 [INFO] [stderr] at /rustc/9b9e20bc79549d80ab413f49d990713851172cc1/library/std/src/rt.rs:148:48 [INFO] [stderr] 28: 0x559da5668fe1 - std::panicking::try::do_call::h272222ab12b6bc60 [INFO] [stderr] at /rustc/9b9e20bc79549d80ab413f49d990713851172cc1/library/std/src/panicking.rs:554:40 [INFO] [stderr] 29: 0x559da5668fe1 - std::panicking::try::h5d6df8f9fd041b3a [INFO] [stderr] at /rustc/9b9e20bc79549d80ab413f49d990713851172cc1/library/std/src/panicking.rs:518:19 [INFO] [stderr] 30: 0x559da5668fe1 - std::panic::catch_unwind::h934a064d2364c53f [INFO] [stderr] at /rustc/9b9e20bc79549d80ab413f49d990713851172cc1/library/std/src/panic.rs:142:14 [INFO] [stderr] 31: 0x559da5668fe1 - std::rt::lang_start_internal::h0a7caddcbe3f55ba [INFO] [stderr] at /rustc/9b9e20bc79549d80ab413f49d990713851172cc1/library/std/src/rt.rs:148:20 [INFO] [stderr] 32: 0x559da55b2837 - std::rt::lang_start::h071133511541d28b [INFO] [stderr] 33: 0x559da55a6635 - main [INFO] [stderr] 34: 0x7fe55ea0dd90 - [INFO] [stderr] 35: 0x7fe55ea0de40 - __libc_start_main [INFO] [stderr] 36: 0x559da55a07a5 - _start [INFO] [stderr] 37: 0x0 - [INFO] running `Command { std: "docker" "inspect" "484b136ae5d7f9fe7c2e260af41ce95d0b3a11f9ff787c5307da418a904e04b6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "484b136ae5d7f9fe7c2e260af41ce95d0b3a11f9ff787c5307da418a904e04b6", kill_on_drop: false }` [INFO] [stdout] 484b136ae5d7f9fe7c2e260af41ce95d0b3a11f9ff787c5307da418a904e04b6