[INFO] cloning repository https://github.com/mikewim/hands-on-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mikewim/hands-on-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmikewim%2Fhands-on-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmikewim%2Fhands-on-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2b72dfdd842df78e0ae4e6071b514569d861d782 [INFO] checking mikewim/hands-on-rust against master#65cd843ae06ad00123c131a431ed5304e4cd577a for pr-122077 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmikewim%2Fhands-on-rust" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mikewim/hands-on-rust on toolchain 65cd843ae06ad00123c131a431ed5304e4cd577a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+65cd843ae06ad00123c131a431ed5304e4cd577a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mikewim/hands-on-rust [INFO] finished tweaking git repo https://github.com/mikewim/hands-on-rust [INFO] tweaked toml for git repo https://github.com/mikewim/hands-on-rust written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/mikewim/hands-on-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" "+65cd843ae06ad00123c131a431ed5304e4cd577a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+65cd843ae06ad00123c131a431ed5304e4cd577a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] df7383caeeffa457d3b2d046868ae45f51cf45ce2a3b784dc1c12ba01c952ec4 [INFO] running `Command { std: "docker" "start" "-a" "df7383caeeffa457d3b2d046868ae45f51cf45ce2a3b784dc1c12ba01c952ec4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "df7383caeeffa457d3b2d046868ae45f51cf45ce2a3b784dc1c12ba01c952ec4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "df7383caeeffa457d3b2d046868ae45f51cf45ce2a3b784dc1c12ba01c952ec4", kill_on_drop: false }` [INFO] [stdout] df7383caeeffa457d3b2d046868ae45f51cf45ce2a3b784dc1c12ba01c952ec4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+65cd843ae06ad00123c131a431ed5304e4cd577a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 047b04cf6dc583c6497d7488f24c7c8efeafe126223424e7379ec550a6eebc38 [INFO] running `Command { std: "docker" "start" "-a" "047b04cf6dc583c6497d7488f24c7c8efeafe126223424e7379ec550a6eebc38", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling proc-macro2 v1.0.39 [INFO] [stderr] Compiling unicode-ident v1.0.0 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling xml-rs v0.8.4 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Checking smallvec v1.8.0 [INFO] [stderr] Compiling pkg-config v0.3.25 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Compiling syn v1.0.95 [INFO] [stderr] Checking libloading v0.7.3 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Checking once_cell v1.12.0 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking downcast-rs v1.2.0 [INFO] [stderr] Checking instant v0.1.12 [INFO] [stderr] Checking bytemuck v1.9.1 [INFO] [stderr] Checking scoped-tls v1.0.0 [INFO] [stderr] Compiling nix v0.18.0 [INFO] [stderr] Checking dlib v0.5.0 [INFO] [stderr] Checking ttf-parser v0.6.2 [INFO] [stderr] Compiling crossbeam-utils v0.8.8 [INFO] [stderr] Checking minimal-lexical v0.2.1 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Checking safe_arch v0.5.2 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Checking ab_glyph_rasterizer v0.1.5 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling crossbeam-epoch v0.9.8 [INFO] [stderr] Checking walkdir v2.3.2 [INFO] [stderr] Checking libloading v0.6.7 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Compiling wayland-sys v0.28.6 [INFO] [stderr] Compiling x11-dl v2.19.1 [INFO] [stderr] Compiling serde_derive v1.0.137 [INFO] [stderr] Checking wide v0.6.5 [INFO] [stderr] Checking slab v0.4.6 [INFO] [stderr] Checking adler32 v1.2.0 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Checking nom v7.1.1 [INFO] [stderr] Checking cty v0.2.2 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Checking raw-window-handle v0.4.3 [INFO] [stderr] Checking dlib v0.4.2 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling num-iter v0.1.43 [INFO] [stderr] Checking lazycell v1.3.0 [INFO] [stderr] Checking ppv-lite86 v0.2.16 [INFO] [stderr] Compiling wayland-scanner v0.28.6 [INFO] [stderr] Compiling serde v1.0.137 [INFO] [stderr] Compiling rayon-core v1.9.3 [INFO] [stderr] Checking deflate v0.8.6 [INFO] [stderr] Checking miniz_oxide v0.3.7 [INFO] [stderr] Checking owned_ttf_parser v0.6.0 [INFO] [stderr] Checking rusttype v0.9.2 [INFO] [stderr] Checking aho-corasick v0.7.18 [INFO] [stderr] Checking regex-syntax v0.6.26 [INFO] [stderr] Checking percent-encoding v2.1.0 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Compiling anyhow v1.0.57 [INFO] [stderr] Compiling glutin_glx_sys v0.1.7 [INFO] [stderr] Compiling glutin_egl_sys v0.1.5 [INFO] [stderr] Checking miniz_oxide v0.5.1 [INFO] [stderr] Checking crossbeam-deque v0.8.1 [INFO] [stderr] Checking crossbeam-channel v0.5.4 [INFO] [stderr] Compiling rayon v1.5.3 [INFO] [stderr] Checking nix v0.20.0 [INFO] [stderr] Checking getrandom v0.2.6 [INFO] [stderr] Checking dirs-sys v0.3.7 [INFO] [stderr] Checking rand_core v0.6.3 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking dirs v4.0.0 [INFO] [stderr] Checking net2 v0.2.37 [INFO] [stderr] Checking parking_lot v0.11.2 [INFO] [stderr] Checking xdg v2.4.1 [INFO] [stderr] Checking memmap2 v0.1.0 [INFO] [stderr] Checking ultraviolet v0.8.1 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking raw-window-handle v0.3.4 [INFO] [stderr] Checking andrew v0.3.1 [INFO] [stderr] Checking mio v0.6.23 [INFO] [stderr] Checking shared_library v0.1.9 [INFO] [stderr] Checking rand_xorshift v0.3.0 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking osmesa-sys v0.1.2 [INFO] [stderr] Checking png v0.16.8 [INFO] [stderr] Checking num_cpus v1.13.1 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Compiling erased-serde v0.3.20 [INFO] [stderr] Compiling wayland-client v0.28.6 [INFO] [stderr] Compiling wayland-protocols v0.28.6 [INFO] [stderr] Checking xcursor v0.3.4 [INFO] [stderr] Checking jpeg-decoder v0.1.22 [INFO] [stderr] Checking color_quant v1.1.0 [INFO] [stderr] Checking mio-extras v2.0.6 [INFO] [stderr] Checking bracket-color v0.8.2 [INFO] [stderr] Checking object-pool v0.5.4 [INFO] [stderr] Checking flate2 v1.0.24 [INFO] [stderr] Checking glow v0.10.0 [INFO] [stderr] Checking bit-vec v0.6.3 [INFO] [stderr] Checking itertools v0.10.3 [INFO] [stderr] Checking image v0.23.14 [INFO] [stderr] Checking bracket-geometry v0.8.3 [INFO] [stderr] Checking bit-set v0.5.2 [INFO] [stderr] Compiling paste v1.0.7 [INFO] [stderr] Checking regex v1.5.6 [INFO] [stderr] Checking bracket-algorithm-traits v0.8.2 [INFO] [stderr] Checking scoped-tls-hkt v0.1.2 [INFO] [stderr] Checking atomic_refcell v0.1.8 [INFO] [stderr] Checking bracket-pathfinding v0.8.4 [INFO] [stderr] Checking bracket-random v0.8.2 [INFO] [stderr] Checking bracket-noise v0.8.2 [INFO] [stderr] Compiling thiserror-impl v1.0.31 [INFO] [stderr] Checking calloop v0.6.5 [INFO] [stderr] Checking wayland-commons v0.28.6 [INFO] [stderr] Compiling thiserror v1.0.31 [INFO] [stderr] Compiling legion_codegen v0.4.0 [INFO] [stderr] Checking wayland-cursor v0.28.6 [INFO] [stderr] Checking wayland-egl v0.28.6 [INFO] [stderr] Checking uuid v0.8.2 [INFO] [stderr] Checking legion v0.4.0 [INFO] [stderr] Checking smithay-client-toolkit v0.12.3 [INFO] [stderr] Checking winit v0.24.0 [INFO] [stderr] Checking glutin v0.26.0 [INFO] [stderr] Checking bracket-terminal v0.8.5 [INFO] [stderr] Checking bracket-lib v0.8.1 [INFO] [stderr] Checking rogue_not_java v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/systems/combat.rs:26:19 [INFO] [stdout] | [INFO] [stdout] 26 | if let Ok(mut health) = ecs [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/systems/combat.rs:26:19 [INFO] [stdout] | [INFO] [stdout] 26 | if let Ok(mut health) = ecs [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/systems/player_input.rs:65:17 [INFO] [stdout] | [INFO] [stdout] 65 | let mut player_health = <&mut Health>::query() [INFO] [stdout] | ----^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/systems/player_input.rs:65:17 [INFO] [stdout] | [INFO] [stdout] 65 | let mut player_health = <&mut Health>::query() [INFO] [stdout] | ----^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.24s [INFO] running `Command { std: "docker" "inspect" "047b04cf6dc583c6497d7488f24c7c8efeafe126223424e7379ec550a6eebc38", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "047b04cf6dc583c6497d7488f24c7c8efeafe126223424e7379ec550a6eebc38", kill_on_drop: false }` [INFO] [stdout] 047b04cf6dc583c6497d7488f24c7c8efeafe126223424e7379ec550a6eebc38 [INFO] checking mikewim/hands-on-rust against try#e34498b580c936a8f8a419616d9571f03b6c038e for pr-122077 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmikewim%2Fhands-on-rust" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mikewim/hands-on-rust on toolchain e34498b580c936a8f8a419616d9571f03b6c038e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e34498b580c936a8f8a419616d9571f03b6c038e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mikewim/hands-on-rust [INFO] finished tweaking git repo https://github.com/mikewim/hands-on-rust [INFO] tweaked toml for git repo https://github.com/mikewim/hands-on-rust written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/mikewim/hands-on-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" "+e34498b580c936a8f8a419616d9571f03b6c038e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+e34498b580c936a8f8a419616d9571f03b6c038e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 33b1c53acea3b18eb5d32d7d1395e208b9a4c0063cedb0ac25acd2161d516c8c [INFO] running `Command { std: "docker" "start" "-a" "33b1c53acea3b18eb5d32d7d1395e208b9a4c0063cedb0ac25acd2161d516c8c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "33b1c53acea3b18eb5d32d7d1395e208b9a4c0063cedb0ac25acd2161d516c8c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "33b1c53acea3b18eb5d32d7d1395e208b9a4c0063cedb0ac25acd2161d516c8c", kill_on_drop: false }` [INFO] [stdout] 33b1c53acea3b18eb5d32d7d1395e208b9a4c0063cedb0ac25acd2161d516c8c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+e34498b580c936a8f8a419616d9571f03b6c038e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f97d8e1f18479a46d69dc27268ed232e3d48ef4b92005ca628f4233124c790a3 [INFO] running `Command { std: "docker" "start" "-a" "f97d8e1f18479a46d69dc27268ed232e3d48ef4b92005ca628f4233124c790a3", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling proc-macro2 v1.0.39 [INFO] [stderr] Compiling unicode-ident v1.0.0 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling xml-rs v0.8.4 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling pkg-config v0.3.25 [INFO] [stderr] Checking smallvec v1.8.0 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Compiling syn v1.0.95 [INFO] [stderr] Checking libloading v0.7.3 [INFO] [stderr] Checking downcast-rs v1.2.0 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Checking once_cell v1.12.0 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking instant v0.1.12 [INFO] [stderr] Checking scoped-tls v1.0.0 [INFO] [stderr] Checking bytemuck v1.9.1 [INFO] [stderr] Compiling nix v0.18.0 [INFO] [stderr] Checking dlib v0.5.0 [INFO] [stderr] Checking minimal-lexical v0.2.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.8 [INFO] [stderr] Checking ttf-parser v0.6.2 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Checking safe_arch v0.5.2 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Checking ab_glyph_rasterizer v0.1.5 [INFO] [stderr] Checking walkdir v2.3.2 [INFO] [stderr] Compiling crossbeam-epoch v0.9.8 [INFO] [stderr] Checking wide v0.6.5 [INFO] [stderr] Checking libloading v0.6.7 [INFO] [stderr] Compiling wayland-sys v0.28.6 [INFO] [stderr] Compiling x11-dl v2.19.1 [INFO] [stderr] Checking adler32 v1.2.0 [INFO] [stderr] Checking cty v0.2.2 [INFO] [stderr] Compiling serde_derive v1.0.137 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Checking nom v7.1.1 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Checking slab v0.4.6 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Checking raw-window-handle v0.4.3 [INFO] [stderr] Checking dlib v0.4.2 [INFO] [stderr] Compiling num-iter v0.1.43 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling serde v1.0.137 [INFO] [stderr] Compiling rayon-core v1.9.3 [INFO] [stderr] Compiling wayland-scanner v0.28.6 [INFO] [stderr] Checking owned_ttf_parser v0.6.0 [INFO] [stderr] Checking rusttype v0.9.2 [INFO] [stderr] Checking ppv-lite86 v0.2.16 [INFO] [stderr] Checking lazycell v1.3.0 [INFO] [stderr] Checking deflate v0.8.6 [INFO] [stderr] Checking miniz_oxide v0.3.7 [INFO] [stderr] Checking aho-corasick v0.7.18 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Compiling anyhow v1.0.57 [INFO] [stderr] Checking nix v0.20.0 [INFO] [stderr] Checking getrandom v0.2.6 [INFO] [stderr] Checking dirs-sys v0.3.7 [INFO] [stderr] Checking rand_core v0.6.3 [INFO] [stderr] Checking net2 v0.2.37 [INFO] [stderr] Checking parking_lot v0.11.2 [INFO] [stderr] Checking dirs v4.0.0 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Compiling glutin_egl_sys v0.1.5 [INFO] [stderr] Checking xdg v2.4.1 [INFO] [stderr] Compiling glutin_glx_sys v0.1.7 [INFO] [stderr] Checking ultraviolet v0.8.1 [INFO] [stderr] Checking memmap2 v0.1.0 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking mio v0.6.23 [INFO] [stderr] Checking andrew v0.3.1 [INFO] [stderr] Checking shared_library v0.1.9 [INFO] [stderr] Checking raw-window-handle v0.3.4 [INFO] [stderr] Checking percent-encoding v2.1.0 [INFO] [stderr] Checking regex-syntax v0.6.26 [INFO] [stderr] Checking osmesa-sys v0.1.2 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking png v0.16.8 [INFO] [stderr] Checking rand_xorshift v0.3.0 [INFO] [stderr] Checking crossbeam-deque v0.8.1 [INFO] [stderr] Checking miniz_oxide v0.5.1 [INFO] [stderr] Checking mio-extras v2.0.6 [INFO] [stderr] Checking num_cpus v1.13.1 [INFO] [stderr] Compiling wayland-client v0.28.6 [INFO] [stderr] Compiling wayland-protocols v0.28.6 [INFO] [stderr] Checking crossbeam-channel v0.5.4 [INFO] [stderr] Checking xcursor v0.3.4 [INFO] [stderr] Compiling rayon v1.5.3 [INFO] [stderr] Checking color_quant v1.1.0 [INFO] [stderr] Compiling erased-serde v0.3.20 [INFO] [stderr] Checking jpeg-decoder v0.1.22 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Checking bracket-geometry v0.8.3 [INFO] [stderr] Checking flate2 v1.0.24 [INFO] [stderr] Checking bracket-algorithm-traits v0.8.2 [INFO] [stderr] Checking bracket-color v0.8.2 [INFO] [stderr] Checking object-pool v0.5.4 [INFO] [stderr] Checking bit-vec v0.6.3 [INFO] [stderr] Checking glow v0.10.0 [INFO] [stderr] Checking image v0.23.14 [INFO] [stderr] Checking bracket-pathfinding v0.8.4 [INFO] [stderr] Checking itertools v0.10.3 [INFO] [stderr] Checking scoped-tls-hkt v0.1.2 [INFO] [stderr] Compiling paste v1.0.7 [INFO] [stderr] Checking bit-set v0.5.2 [INFO] [stderr] Checking atomic_refcell v0.1.8 [INFO] [stderr] Checking regex v1.5.6 [INFO] [stderr] Checking wayland-commons v0.28.6 [INFO] [stderr] Checking calloop v0.6.5 [INFO] [stderr] Checking bracket-random v0.8.2 [INFO] [stderr] Checking bracket-noise v0.8.2 [INFO] [stderr] Compiling thiserror-impl v1.0.31 [INFO] [stderr] Checking wayland-cursor v0.28.6 [INFO] [stderr] Checking wayland-egl v0.28.6 [INFO] [stderr] Compiling thiserror v1.0.31 [INFO] [stderr] Compiling legion_codegen v0.4.0 [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `serde_derive` (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/e34498b580c936a8f8a419616d9571f03b6c038e/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/rustcCPi3Oy/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustcCPi3Oy/symbols.o" "/opt/rustwide/target/debug/deps/legion_codegen-66f109c47435e3dc.legion_codegen.74ad31efdf392050-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/legion_codegen-66f109c47435e3dc.legion_codegen.74ad31efdf392050-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/legion_codegen-66f109c47435e3dc.legion_codegen.74ad31efdf392050-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/legion_codegen-66f109c47435e3dc.legion_codegen.74ad31efdf392050-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/legion_codegen-66f109c47435e3dc.legion_codegen.74ad31efdf392050-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/legion_codegen-66f109c47435e3dc.2tx6vl732pgvxsba.rcgu.rmeta" "/opt/rustwide/target/debug/deps/legion_codegen-66f109c47435e3dc.3isvljg0847gkzu8.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/e34498b580c936a8f8a419616d9571f03b6c038e/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libthiserror-8a7fedacc24d83d9.rlib" "/opt/rustwide/target/debug/deps/libsyn-fcedf647e743ae90.rlib" "/opt/rustwide/target/debug/deps/libquote-92c4b756220d9b02.rlib" "/opt/rustwide/target/debug/deps/libproc_macro2-df94e9087ed6e497.rlib" "/opt/rustwide/target/debug/deps/libunicode_ident-938c85e558f6c8cf.rlib" "/opt/rustwide/rustup-home/toolchains/e34498b580c936a8f8a419616d9571f03b6c038e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libproc_macro-9ac7e7973ee1bdcf.rlib" "/opt/rustwide/rustup-home/toolchains/e34498b580c936a8f8a419616d9571f03b6c038e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-eb900a948ffb2e3b.rlib" "/opt/rustwide/rustup-home/toolchains/e34498b580c936a8f8a419616d9571f03b6c038e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-0717037f6b0eea2d.rlib" "/opt/rustwide/rustup-home/toolchains/e34498b580c936a8f8a419616d9571f03b6c038e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-b30b1af07795b345.rlib" "/opt/rustwide/rustup-home/toolchains/e34498b580c936a8f8a419616d9571f03b6c038e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-b4513439f9e2eff4.rlib" "/opt/rustwide/rustup-home/toolchains/e34498b580c936a8f8a419616d9571f03b6c038e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-89c7daf7b6421ee6.rlib" "/opt/rustwide/rustup-home/toolchains/e34498b580c936a8f8a419616d9571f03b6c038e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-ca929c3c4a8825b3.rlib" "/opt/rustwide/rustup-home/toolchains/e34498b580c936a8f8a419616d9571f03b6c038e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-a21ec804edbb6277.rlib" "/opt/rustwide/rustup-home/toolchains/e34498b580c936a8f8a419616d9571f03b6c038e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-ae671f6743503b8e.rlib" "/opt/rustwide/rustup-home/toolchains/e34498b580c936a8f8a419616d9571f03b6c038e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-081c0dc6465d213d.rlib" "/opt/rustwide/rustup-home/toolchains/e34498b580c936a8f8a419616d9571f03b6c038e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-4e1666f139f12757.rlib" "/opt/rustwide/rustup-home/toolchains/e34498b580c936a8f8a419616d9571f03b6c038e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-d6789b63313428be.rlib" "/opt/rustwide/rustup-home/toolchains/e34498b580c936a8f8a419616d9571f03b6c038e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-eb6f9b960309e6b1.rlib" "/opt/rustwide/rustup-home/toolchains/e34498b580c936a8f8a419616d9571f03b6c038e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-cda7cee373864ce1.rlib" "/opt/rustwide/rustup-home/toolchains/e34498b580c936a8f8a419616d9571f03b6c038e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d84d0e58f34585a5.rlib" "/opt/rustwide/rustup-home/toolchains/e34498b580c936a8f8a419616d9571f03b6c038e/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-8c4c4e24ed6290fa.rlib" "/opt/rustwide/rustup-home/toolchains/e34498b580c936a8f8a419616d9571f03b6c038e/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e8a6a2df7983aa1a.rlib" "/opt/rustwide/rustup-home/toolchains/e34498b580c936a8f8a419616d9571f03b6c038e/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9686387289eaa322.rlib" "/opt/rustwide/rustup-home/toolchains/e34498b580c936a8f8a419616d9571f03b6c038e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-632ae0f28c5e55ff.rlib" "/opt/rustwide/rustup-home/toolchains/e34498b580c936a8f8a419616d9571f03b6c038e/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-5b3e30276043b6e7.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/e34498b580c936a8f8a419616d9571f03b6c038e/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/liblegion_codegen-66f109c47435e3dc.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 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `legion_codegen` (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-c0f18bfe63e5c78d/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] cargo:rerun-if-changed=./wlr-protocols/unstable/wlr-data-control-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./wlr-protocols/unstable/wlr-export-dmabuf-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./wlr-protocols/unstable/wlr-foreign-toplevel-management-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./wlr-protocols/unstable/wlr-gamma-control-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./wlr-protocols/unstable/wlr-input-inhibitor-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./wlr-protocols/unstable/wlr-layer-shell-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./wlr-protocols/unstable/wlr-output-management-unstable-v1.xml [INFO] [stderr] cargo:rerun-if-changed=./wlr-protocols/unstable/wlr-output-power-management-unstable-v1.xml [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] error: 'rustfmt' is not installed for the custom toolchain 'e34498b580c936a8f8a419616d9571f03b6c038e'. [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 'e34498b580c936a8f8a419616d9571f03b6c038e'. [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 'e34498b580c936a8f8a419616d9571f03b6c038e'. [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 'e34498b580c936a8f8a419616d9571f03b6c038e'. [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 'e34498b580c936a8f8a419616d9571f03b6c038e'. [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 'e34498b580c936a8f8a419616d9571f03b6c038e'. [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 'e34498b580c936a8f8a419616d9571f03b6c038e'. [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 'e34498b580c936a8f8a419616d9571f03b6c038e'. [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 'e34498b580c936a8f8a419616d9571f03b6c038e'. [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 'e34498b580c936a8f8a419616d9571f03b6c038e'. [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 'e34498b580c936a8f8a419616d9571f03b6c038e'. [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 'e34498b580c936a8f8a419616d9571f03b6c038e'. [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 'e34498b580c936a8f8a419616d9571f03b6c038e'. [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 'e34498b580c936a8f8a419616d9571f03b6c038e'. [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 'e34498b580c936a8f8a419616d9571f03b6c038e'. [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 'e34498b580c936a8f8a419616d9571f03b6c038e'. [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 'e34498b580c936a8f8a419616d9571f03b6c038e'. [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 'e34498b580c936a8f8a419616d9571f03b6c038e'. [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 'e34498b580c936a8f8a419616d9571f03b6c038e'. [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 'e34498b580c936a8f8a419616d9571f03b6c038e'. [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 'e34498b580c936a8f8a419616d9571f03b6c038e'. [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 'e34498b580c936a8f8a419616d9571f03b6c038e'. [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 'e34498b580c936a8f8a419616d9571f03b6c038e'. [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 'e34498b580c936a8f8a419616d9571f03b6c038e'. [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 'e34498b580c936a8f8a419616d9571f03b6c038e'. [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 'e34498b580c936a8f8a419616d9571f03b6c038e'. [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 'e34498b580c936a8f8a419616d9571f03b6c038e'. [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 'e34498b580c936a8f8a419616d9571f03b6c038e'. [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 'e34498b580c936a8f8a419616d9571f03b6c038e'. [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 'e34498b580c936a8f8a419616d9571f03b6c038e'. [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 'e34498b580c936a8f8a419616d9571f03b6c038e'. [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 'e34498b580c936a8f8a419616d9571f03b6c038e'. [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 'e34498b580c936a8f8a419616d9571f03b6c038e'. [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: 0x563131e035b2 - std::backtrace_rs::backtrace::libunwind::trace::hb24658901ca5e944 [INFO] [stderr] at /rustc/e34498b580c936a8f8a419616d9571f03b6c038e/library/std/src/../../backtrace/src/backtrace/libunwind.rs:105:5 [INFO] [stderr] 1: 0x563131e035b2 - std::backtrace_rs::backtrace::trace_unsynchronized::hda82f0ef0caa9527 [INFO] [stderr] at /rustc/e34498b580c936a8f8a419616d9571f03b6c038e/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x563131e035b2 - std::sys_common::backtrace::_print_fmt::h0572d86a6965f8ab [INFO] [stderr] at /rustc/e34498b580c936a8f8a419616d9571f03b6c038e/library/std/src/sys_common/backtrace.rs:68:5 [INFO] [stderr] 3: 0x563131e035b2 - ::fmt::hbe567cd822d4e599 [INFO] [stderr] at /rustc/e34498b580c936a8f8a419616d9571f03b6c038e/library/std/src/sys_common/backtrace.rs:44:22 [INFO] [stderr] 4: 0x563131e2531c - core::fmt::rt::Argument::fmt::h0dfea5d41513690e [INFO] [stderr] at /rustc/e34498b580c936a8f8a419616d9571f03b6c038e/library/core/src/fmt/rt.rs:142:9 [INFO] [stderr] 5: 0x563131e2531c - core::fmt::write::hbb54f1510f604a9f [INFO] [stderr] at /rustc/e34498b580c936a8f8a419616d9571f03b6c038e/library/core/src/fmt/mod.rs:1153:17 [INFO] [stderr] 6: 0x563131e014cf - std::io::Write::write_fmt::h73c19b9a12adc20d [INFO] [stderr] at /rustc/e34498b580c936a8f8a419616d9571f03b6c038e/library/std/src/io/mod.rs:1843:15 [INFO] [stderr] 7: 0x563131e03384 - std::sys_common::backtrace::_print::ha6bbbdae178875c6 [INFO] [stderr] at /rustc/e34498b580c936a8f8a419616d9571f03b6c038e/library/std/src/sys_common/backtrace.rs:47:5 [INFO] [stderr] 8: 0x563131e03384 - std::sys_common::backtrace::print::h5cfc72de2450ddf8 [INFO] [stderr] at /rustc/e34498b580c936a8f8a419616d9571f03b6c038e/library/std/src/sys_common/backtrace.rs:34:9 [INFO] [stderr] 9: 0x563131e0484b - std::panicking::default_hook::{{closure}}::h10adf6e7fb842a82 [INFO] [stderr] 10: 0x563131e045a3 - std::panicking::default_hook::hac51a5b2482ef462 [INFO] [stderr] at /rustc/e34498b580c936a8f8a419616d9571f03b6c038e/library/std/src/panicking.rs:292:9 [INFO] [stderr] 11: 0x563131e04ced - std::panicking::rust_panic_with_hook::h1d99cee71ded1666 [INFO] [stderr] at /rustc/e34498b580c936a8f8a419616d9571f03b6c038e/library/std/src/panicking.rs:779:13 [INFO] [stderr] 12: 0x563131e04bc2 - std::panicking::begin_panic_handler::{{closure}}::h5a561b9b45bc9304 [INFO] [stderr] at /rustc/e34498b580c936a8f8a419616d9571f03b6c038e/library/std/src/panicking.rs:657:13 [INFO] [stderr] 13: 0x563131e03a86 - std::sys_common::backtrace::__rust_end_short_backtrace::he797eb297f9a7039 [INFO] [stderr] at /rustc/e34498b580c936a8f8a419616d9571f03b6c038e/library/std/src/sys_common/backtrace.rs:171:18 [INFO] [stderr] 14: 0x563131e048f4 - rust_begin_unwind [INFO] [stderr] at /rustc/e34498b580c936a8f8a419616d9571f03b6c038e/library/std/src/panicking.rs:645:5 [INFO] [stderr] 15: 0x563131d33bd5 - core::panicking::panic_fmt::hb8fb27c7ff3ae874 [INFO] [stderr] at /rustc/e34498b580c936a8f8a419616d9571f03b6c038e/library/core/src/panicking.rs:72:14 [INFO] [stderr] 16: 0x563131d34133 - core::result::unwrap_failed::hee3a96a1fff868b4 [INFO] [stderr] at /rustc/e34498b580c936a8f8a419616d9571f03b6c038e/library/core/src/result.rs:1654:5 [INFO] [stderr] 17: 0x563131d34f3b - wayland_scanner::generate_code_with_destructor_events::hc73d7e1659aa2e80 [INFO] [stderr] 18: 0x563131d4309e - build_script_build::generate_protocol::hfa1dfd4245835166 [INFO] [stderr] 19: 0x563131d43e62 - build_script_build::main::h2efa72a63d2fa74f [INFO] [stderr] 20: 0x563131d419f3 - core::ops::function::FnOnce::call_once::heed0b982e849c2af [INFO] [stderr] 21: 0x563131d411d6 - std::sys_common::backtrace::__rust_begin_short_backtrace::h26ee684bc48dfdce [INFO] [stderr] 22: 0x563131d35629 - std::rt::lang_start::{{closure}}::h8970960b7de9fd9b [INFO] [stderr] 23: 0x563131dfe203 - core::ops::function::impls:: for &F>::call_once::h52c21a4fd93476f9 [INFO] [stderr] at /rustc/e34498b580c936a8f8a419616d9571f03b6c038e/library/core/src/ops/function.rs:284:13 [INFO] [stderr] 24: 0x563131dfe203 - std::panicking::try::do_call::hc3ea055854025471 [INFO] [stderr] at /rustc/e34498b580c936a8f8a419616d9571f03b6c038e/library/std/src/panicking.rs:552:40 [INFO] [stderr] 25: 0x563131dfe203 - std::panicking::try::hf8fdf5cf4ffd6751 [INFO] [stderr] at /rustc/e34498b580c936a8f8a419616d9571f03b6c038e/library/std/src/panicking.rs:516:19 [INFO] [stderr] 26: 0x563131dfe203 - std::panic::catch_unwind::hb9f5811ec1bc08b3 [INFO] [stderr] at /rustc/e34498b580c936a8f8a419616d9571f03b6c038e/library/std/src/panic.rs:146:14 [INFO] [stderr] 27: 0x563131dfe203 - std::rt::lang_start_internal::{{closure}}::hfc4ebea1bff8a746 [INFO] [stderr] at /rustc/e34498b580c936a8f8a419616d9571f03b6c038e/library/std/src/rt.rs:148:48 [INFO] [stderr] 28: 0x563131dfe203 - std::panicking::try::do_call::h88be54aeb230d35f [INFO] [stderr] at /rustc/e34498b580c936a8f8a419616d9571f03b6c038e/library/std/src/panicking.rs:552:40 [INFO] [stderr] 29: 0x563131dfe203 - std::panicking::try::h6ab7794e5c4af0ac [INFO] [stderr] at /rustc/e34498b580c936a8f8a419616d9571f03b6c038e/library/std/src/panicking.rs:516:19 [INFO] [stderr] 30: 0x563131dfe203 - std::panic::catch_unwind::heafa1ead91e1afbc [INFO] [stderr] at /rustc/e34498b580c936a8f8a419616d9571f03b6c038e/library/std/src/panic.rs:146:14 [INFO] [stderr] 31: 0x563131dfe203 - std::rt::lang_start_internal::hd3f8f4f46c48cbda [INFO] [stderr] at /rustc/e34498b580c936a8f8a419616d9571f03b6c038e/library/std/src/rt.rs:148:20 [INFO] [stderr] 32: 0x563131d35607 - std::rt::lang_start::h209e45b577a3a64b [INFO] [stderr] 33: 0x563131d44b75 - main [INFO] [stderr] 34: 0x7f87f95a2d90 - [INFO] [stderr] 35: 0x7f87f95a2e40 - __libc_start_main [INFO] [stderr] 36: 0x563131d342e5 - _start [INFO] [stderr] 37: 0x0 - [INFO] running `Command { std: "docker" "inspect" "f97d8e1f18479a46d69dc27268ed232e3d48ef4b92005ca628f4233124c790a3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f97d8e1f18479a46d69dc27268ed232e3d48ef4b92005ca628f4233124c790a3", kill_on_drop: false }` [INFO] [stdout] f97d8e1f18479a46d69dc27268ed232e3d48ef4b92005ca628f4233124c790a3