[INFO] cloning repository https://github.com/vitorgripa/pong-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/vitorgripa/pong-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvitorgripa%2Fpong-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvitorgripa%2Fpong-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] dc87b299d9a11b450789bc4b37afc442651f19c8 [INFO] testing vitorgripa/pong-rust against beta-2023-10-04 for beta-1.74-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvitorgripa%2Fpong-rust" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/vitorgripa/pong-rust on toolchain beta-2023-10-04 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2023-10-04" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/vitorgripa/pong-rust [INFO] finished tweaking git repo https://github.com/vitorgripa/pong-rust [INFO] tweaked toml for git repo https://github.com/vitorgripa/pong-rust written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/vitorgripa/pong-rust 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" "+beta-2023-10-04" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4f8da3c744d2da974e54ce020a79f4ad54313e914ebeaab8fc086f07e8d8b066" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2023-10-04" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8b495da8e0e5e2886fdb6c20c83107afa0588511ac4629d89fec067ce1575fca [INFO] running `Command { std: "docker" "start" "-a" "8b495da8e0e5e2886fdb6c20c83107afa0588511ac4629d89fec067ce1575fca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8b495da8e0e5e2886fdb6c20c83107afa0588511ac4629d89fec067ce1575fca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8b495da8e0e5e2886fdb6c20c83107afa0588511ac4629d89fec067ce1575fca", kill_on_drop: false }` [INFO] [stdout] 8b495da8e0e5e2886fdb6c20c83107afa0588511ac4629d89fec067ce1575fca [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4f8da3c744d2da974e54ce020a79f4ad54313e914ebeaab8fc086f07e8d8b066" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2023-10-04" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2ad220b5b3595d2d3ad58bb73e25903dd59829f9bd65e91455ed65b1b3c70207 [INFO] running `Command { std: "docker" "start" "-a" "2ad220b5b3595d2d3ad58bb73e25903dd59829f9bd65e91455ed65b1b3c70207", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling libc v0.2.81 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling xml-rs v0.8.3 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling const_fn v0.4.4 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling rayon-core v1.9.0 [INFO] [stderr] Compiling syn v1.0.55 [INFO] [stderr] Compiling piston-float v1.0.0 [INFO] [stderr] Compiling libloading v0.6.6 [INFO] [stderr] Compiling serde_derive v1.0.118 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling dlib v0.4.2 [INFO] [stderr] Compiling piston-viewport v1.0.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling crossbeam-utils v0.8.1 [INFO] [stderr] Compiling memoffset v0.6.1 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling serde v1.0.118 [INFO] [stderr] Compiling wayland-sys v0.21.13 [INFO] [stderr] Compiling miniz_oxide v0.4.3 [INFO] [stderr] Compiling piston-graphics_api_version v1.0.0 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling stb_truetype v0.3.1 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling wayland-scanner v0.21.13 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling downcast-rs v1.2.0 [INFO] [stderr] Compiling adler v0.2.3 [INFO] [stderr] Compiling weezl v0.1.3 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling crossbeam-epoch v0.9.1 [INFO] [stderr] Compiling crossbeam-channel v0.5.0 [INFO] [stderr] Compiling walkdir v2.3.1 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Compiling miniz_oxide v0.3.7 [INFO] [stderr] Compiling crossbeam-deque v0.8.0 [INFO] [stderr] Compiling deflate v0.8.6 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling gl_generator v0.10.0 [INFO] [stderr] Compiling ordered-float v1.1.1 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling line_drawing v0.7.0 [INFO] [stderr] Compiling smallvec v0.6.13 [INFO] [stderr] Compiling draw_state v0.8.0 [INFO] [stderr] Compiling rusttype v0.8.3 [INFO] [stderr] Compiling cc v1.0.66 [INFO] [stderr] Compiling ttf-parser v0.6.2 [INFO] [stderr] Compiling xdg v2.2.0 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling gif v0.11.1 [INFO] [stderr] Compiling rusttype v0.7.9 [INFO] [stderr] Compiling andrew v0.2.1 [INFO] [stderr] Compiling gfx_core v0.9.2 [INFO] [stderr] Compiling png v0.16.8 [INFO] [stderr] Compiling gl v0.11.0 [INFO] [stderr] Compiling glutin_glx_sys v0.1.7 [INFO] [stderr] Compiling glutin_egl_sys v0.1.5 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling lock_api v0.3.4 [INFO] [stderr] Compiling wayland-client v0.21.13 [INFO] [stderr] Compiling wayland-protocols v0.21.13 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling owned_ttf_parser v0.6.0 [INFO] [stderr] Compiling scoped_threadpool v0.1.9 [INFO] [stderr] Compiling ab_glyph_rasterizer v0.1.4 [INFO] [stderr] Compiling piston-texture v0.8.0 [INFO] [stderr] Compiling getrandom v0.2.1 [INFO] [stderr] Compiling bytemuck v1.4.1 [INFO] [stderr] Compiling rusttype v0.9.2 [INFO] [stderr] Compiling gfx_gl v0.6.1 [INFO] [stderr] Compiling shared_library v0.1.9 [INFO] [stderr] Compiling raw-window-handle v0.3.3 [INFO] [stderr] Compiling shader_version v0.7.0 [INFO] [stderr] Compiling vecmath v1.0.0 [INFO] [stderr] Compiling interpolation v0.2.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling read_color v1.0.0 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling wayland-commons v0.21.13 [INFO] [stderr] Compiling gfx v0.18.2 [INFO] [stderr] Compiling piston2d-graphics v0.39.0 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling piston-shaders_graphics2d v0.4.0 [INFO] [stderr] Compiling rand_core v0.6.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling serde_json v1.0.61 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling jpeg-decoder v0.1.20 [INFO] [stderr] Compiling rand v0.8.1 [INFO] [stderr] Compiling tiff v0.6.1 [INFO] [stderr] Compiling image v0.23.12 [INFO] [stderr] Compiling gfx_device_gl v0.16.2 [INFO] [stderr] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `gfx_device_gl` (lib) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-Wl,--version-script=/tmp/rustc3mmC5f/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustc3mmC5f/symbols.o" "/opt/rustwide/target/debug/deps/serde_derive-611067769d23f76e.serde_derive.b56d875263276ccb-cgu.00.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-611067769d23f76e.serde_derive.b56d875263276ccb-cgu.01.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-611067769d23f76e.serde_derive.b56d875263276ccb-cgu.02.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-611067769d23f76e.serde_derive.b56d875263276ccb-cgu.03.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-611067769d23f76e.serde_derive.b56d875263276ccb-cgu.04.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-611067769d23f76e.serde_derive.b56d875263276ccb-cgu.05.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-611067769d23f76e.serde_derive.b56d875263276ccb-cgu.06.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-611067769d23f76e.serde_derive.b56d875263276ccb-cgu.07.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-611067769d23f76e.serde_derive.b56d875263276ccb-cgu.08.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-611067769d23f76e.serde_derive.b56d875263276ccb-cgu.09.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-611067769d23f76e.serde_derive.b56d875263276ccb-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-611067769d23f76e.serde_derive.b56d875263276ccb-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-611067769d23f76e.serde_derive.b56d875263276ccb-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-611067769d23f76e.serde_derive.b56d875263276ccb-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-611067769d23f76e.serde_derive.b56d875263276ccb-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-611067769d23f76e.serde_derive.b56d875263276ccb-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/serde_derive-611067769d23f76e.2pgi36xc9kgkmau2.rcgu.rmeta" "/opt/rustwide/target/debug/deps/serde_derive-611067769d23f76e.melzsylq74m8skl.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libsyn-6879a7af33178faf.rlib" "/opt/rustwide/target/debug/deps/libquote-a250c10806fff274.rlib" "/opt/rustwide/target/debug/deps/libproc_macro2-fd48260db1df037a.rlib" "/opt/rustwide/target/debug/deps/libunicode_xid-39ee35b227c7c77c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libproc_macro-c9299a72b747ebe7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-eca148d40c27828a.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-f79ce8642007e855.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-1fe9bd67498fbf18.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-3788e49522b852a5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-293157cb6c33dac0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-abbb9acf47228326.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-8eb538eb14475afc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-096c75e791c517e8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-70d829e242cc2600.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-0f72c91344bcfa94.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-1615daa34e109985.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-cd25f392b75bcc2b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-6927c286ef5bc991.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-c1e84b1d0c9e0ae0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-6e9717f33e8b3ab4.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-5f3ff2b3bef25937.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-bc0a01f2fc69c61c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-3bdfb762c845e8a5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-24e1c84d0c94c858.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2023-10-04-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/libserde_derive-611067769d23f76e.so" "-Wl,--gc-sections" "-shared" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `serde_derive` (lib) due to 2 previous errors [INFO] [stderr] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `image` (lib) [INFO] [stderr] error: failed to run custom build command for `wayland-protocols v0.21.13` [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-ac7fa84fd43930aa/build-script-build` (exit status: 101) [INFO] [stderr] --- stderr [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain 'beta-2023-10-04-x86_64-unknown-linux-gnu' [INFO] [stderr] To install, run `rustup component add rustfmt --toolchain beta-2023-10-04-x86_64-unknown-linux-gnu` [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain 'beta-2023-10-04-x86_64-unknown-linux-gnu' [INFO] [stderr] To install, run `rustup component add rustfmt --toolchain beta-2023-10-04-x86_64-unknown-linux-gnu` [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain 'beta-2023-10-04-x86_64-unknown-linux-gnu' [INFO] [stderr] To install, run `rustup component add rustfmt --toolchain beta-2023-10-04-x86_64-unknown-linux-gnu` [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain 'beta-2023-10-04-x86_64-unknown-linux-gnu' [INFO] [stderr] To install, run `rustup component add rustfmt --toolchain beta-2023-10-04-x86_64-unknown-linux-gnu` [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain 'beta-2023-10-04-x86_64-unknown-linux-gnu' [INFO] [stderr] To install, run `rustup component add rustfmt --toolchain beta-2023-10-04-x86_64-unknown-linux-gnu` [INFO] [stderr] error: 'rustfmt' is not installed for the toolchain 'beta-2023-10-04-x86_64-unknown-linux-gnu' [INFO] [stderr] To install, run `rustup component add rustfmt --toolchain beta-2023-10-04-x86_64-unknown-linux-gnu` [INFO] [stderr] thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/wayland-scanner-0.21.13/src/lib.rs:145:80: [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: 0x564a469abfdc - std::backtrace_rs::backtrace::libunwind::trace::h4defc72db73cd441 [INFO] [stderr] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stderr] 1: 0x564a469abfdc - std::backtrace_rs::backtrace::trace_unsynchronized::hb1d8a8b488fa82dc [INFO] [stderr] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x564a469abfdc - std::sys_common::backtrace::_print_fmt::h3adc87026f68ef7c [INFO] [stderr] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stderr] 3: 0x564a469abfdc - ::fmt::hae0f2018b67c9dd2 [INFO] [stderr] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/sys_common/backtrace.rs:44:22 [INFO] [stderr] 4: 0x564a469cfa8c - core::fmt::rt::Argument::fmt::h0aeca3e83668e143 [INFO] [stderr] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/core/src/fmt/rt.rs:138:9 [INFO] [stderr] 5: 0x564a469cfa8c - core::fmt::write::h96bf1b6ef709071f [INFO] [stderr] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/core/src/fmt/mod.rs:1114:21 [INFO] [stderr] 6: 0x564a469a9a5e - std::io::Write::write_fmt::h8cf5987c4cc04f0c [INFO] [stderr] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/io/mod.rs:1763:15 [INFO] [stderr] 7: 0x564a469abdc4 - std::sys_common::backtrace::_print::hd4ef7cdeb67d2ffe [INFO] [stderr] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/sys_common/backtrace.rs:47:5 [INFO] [stderr] 8: 0x564a469abdc4 - std::sys_common::backtrace::print::hf4a0f6d32c50b08e [INFO] [stderr] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/sys_common/backtrace.rs:34:9 [INFO] [stderr] 9: 0x564a469ad6b3 - std::panicking::default_hook::{{closure}}::hf64a6c095f9954ab [INFO] [stderr] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/panicking.rs:272:22 [INFO] [stderr] 10: 0x564a469ad3d4 - std::panicking::default_hook::h81f354a056ffc649 [INFO] [stderr] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/panicking.rs:292:9 [INFO] [stderr] 11: 0x564a469addb1 - as core::ops::function::Fn>::call::h2d4fa3dcc7099287 [INFO] [stderr] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/alloc/src/boxed.rs:2021:9 [INFO] [stderr] 12: 0x564a469addb1 - std::panicking::rust_panic_with_hook::h1387a687c5711a74 [INFO] [stderr] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/panicking.rs:735:13 [INFO] [stderr] 13: 0x564a469adb31 - std::panicking::begin_panic_handler::{{closure}}::hf2467c63b8ad7371 [INFO] [stderr] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/panicking.rs:609:13 [INFO] [stderr] 14: 0x564a469ac506 - std::sys_common::backtrace::__rust_end_short_backtrace::h0b678d0f70fbf3ba [INFO] [stderr] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/sys_common/backtrace.rs:170:18 [INFO] [stderr] 15: 0x564a469ad882 - rust_begin_unwind [INFO] [stderr] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/panicking.rs:597:5 [INFO] [stderr] 16: 0x564a468c3b25 - core::panicking::panic_fmt::h8398f9bd40a2efcd [INFO] [stderr] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/core/src/panicking.rs:72:14 [INFO] [stderr] 17: 0x564a468c4073 - core::result::unwrap_failed::heaac613e95fb85f7 [INFO] [stderr] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/core/src/result.rs:1652:5 [INFO] [stderr] 18: 0x564a468c795b - core::result::Result::unwrap::h11e953c79291a0e4 [INFO] [stderr] 19: 0x564a468ca693 - wayland_scanner::generate_c_interfaces::h363bbdbdff0bf31e [INFO] [stderr] 20: 0x564a468d2ddf - build_script_build::generate_protocol::h49bbb2311c22a9e7 [INFO] [stderr] 21: 0x564a468d4116 - build_script_build::main::h4971123b012eda14 [INFO] [stderr] 22: 0x564a468c6383 - core::ops::function::FnOnce::call_once::hf99df6192f67dc24 [INFO] [stderr] 23: 0x564a468d1cf6 - std::sys_common::backtrace::__rust_begin_short_backtrace::h75fe20c94cae968c [INFO] [stderr] 24: 0x564a468d45e9 - std::rt::lang_start::{{closure}}::hbd72eb44e01a6d6a [INFO] [stderr] 25: 0x564a469a6d9b - core::ops::function::impls:: for &F>::call_once::he69bbf8998ffac5e [INFO] [stderr] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/core/src/ops/function.rs:284:13 [INFO] [stderr] 26: 0x564a469a6d9b - std::panicking::try::do_call::hce3388e2c7db0954 [INFO] [stderr] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/panicking.rs:504:40 [INFO] [stderr] 27: 0x564a469a6d9b - std::panicking::try::h26549480de06d9c4 [INFO] [stderr] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/panicking.rs:468:19 [INFO] [stderr] 28: 0x564a469a6d9b - std::panic::catch_unwind::h9bf8d9791e3f2270 [INFO] [stderr] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/panic.rs:142:14 [INFO] [stderr] 29: 0x564a469a6d9b - std::rt::lang_start_internal::{{closure}}::hca24b5f1817611e1 [INFO] [stderr] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/rt.rs:148:48 [INFO] [stderr] 30: 0x564a469a6d9b - std::panicking::try::do_call::he92409fed84a0b20 [INFO] [stderr] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/panicking.rs:504:40 [INFO] [stderr] 31: 0x564a469a6d9b - std::panicking::try::h0f6856fb885bf872 [INFO] [stderr] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/panicking.rs:468:19 [INFO] [stderr] 32: 0x564a469a6d9b - std::panic::catch_unwind::h8ffaee8c9abb3a89 [INFO] [stderr] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/panic.rs:142:14 [INFO] [stderr] 33: 0x564a469a6d9b - std::rt::lang_start_internal::h55f97551151298c5 [INFO] [stderr] at /rustc/b5c050febf10c9bcc0459d41fe2a1e190ad30b8d/library/std/src/rt.rs:148:20 [INFO] [stderr] 34: 0x564a468d45c7 - std::rt::lang_start::h00a793c64b9c9c5d [INFO] [stderr] 35: 0x564a468d44b5 - main [INFO] [stderr] 36: 0x7fbf88520d90 - [INFO] [stderr] 37: 0x7fbf88520e40 - __libc_start_main [INFO] [stderr] 38: 0x564a468c4375 - _start [INFO] [stderr] 39: 0x0 - [INFO] running `Command { std: "docker" "inspect" "2ad220b5b3595d2d3ad58bb73e25903dd59829f9bd65e91455ed65b1b3c70207", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2ad220b5b3595d2d3ad58bb73e25903dd59829f9bd65e91455ed65b1b3c70207", kill_on_drop: false }` [INFO] [stdout] 2ad220b5b3595d2d3ad58bb73e25903dd59829f9bd65e91455ed65b1b3c70207