[INFO] cloning repository https://github.com/qreilly00/terminal-squares [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/qreilly00/terminal-squares" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fqreilly00%2Fterminal-squares", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fqreilly00%2Fterminal-squares'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] deb68c96c852a845c817cbd203794589c5cb8af7 [INFO] testing qreilly00/terminal-squares against 1.84.0 for beta-1.85-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fqreilly00%2Fterminal-squares" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/qreilly00/terminal-squares on toolchain 1.84.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.84.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/qreilly00/terminal-squares [INFO] finished tweaking git repo https://github.com/qreilly00/terminal-squares [INFO] tweaked toml for git repo https://github.com/qreilly00/terminal-squares written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/qreilly00/terminal-squares 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" "+1.84.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded wayland-protocols-wlr v0.3.3 [INFO] [stderr] Downloaded wayland-protocols-plasma v0.3.3 [INFO] [stderr] Downloaded wayland-protocols v0.32.3 [INFO] [stderr] Downloaded libc v0.2.157 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+1.84.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f0c0770f2b2dba170dc6cec8c24db65c27025c5fcc1b2db74128b524fe9c2375 [INFO] running `Command { std: "docker" "start" "-a" "f0c0770f2b2dba170dc6cec8c24db65c27025c5fcc1b2db74128b524fe9c2375", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f0c0770f2b2dba170dc6cec8c24db65c27025c5fcc1b2db74128b524fe9c2375", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f0c0770f2b2dba170dc6cec8c24db65c27025c5fcc1b2db74128b524fe9c2375", kill_on_drop: false }` [INFO] [stdout] f0c0770f2b2dba170dc6cec8c24db65c27025c5fcc1b2db74128b524fe9c2375 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+1.84.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9cc0196b3534ba5d34d741b27e55d1dc59d1537f6d9131e770320333742c2979 [INFO] running `Command { std: "docker" "start" "-a" "9cc0196b3534ba5d34d741b27e55d1dc59d1537f6d9131e770320333742c2979", kill_on_drop: false }` [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling libc v0.2.157 [INFO] [stderr] Compiling libloading v0.8.5 [INFO] [stderr] Compiling pkg-config v0.3.30 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Compiling linux-raw-sys v0.4.14 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling dlib v0.5.2 [INFO] [stderr] Compiling cc v1.1.13 [INFO] [stderr] Compiling thiserror v1.0.63 [INFO] [stderr] Compiling scoped-tls v1.0.1 [INFO] [stderr] Compiling downcast-rs v1.2.1 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling wayland-client v0.31.5 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling wayland-sys v0.31.4 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling bytemuck v1.17.0 [INFO] [stderr] Compiling quick-xml v0.34.0 [INFO] [stderr] Compiling syn v2.0.75 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling pin-project-lite v0.2.14 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling libloading v0.7.4 [INFO] [stderr] Compiling wayland-backend v0.3.6 [INFO] [stderr] Compiling ash v0.37.3+1.3.251 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling khronos-egl v4.1.0 [INFO] [stderr] Compiling wayland-scanner v0.31.4 [INFO] [stderr] Compiling unicode-width v0.1.13 [INFO] [stderr] Compiling allocator-api2 v0.2.18 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling termcolor v1.4.1 [INFO] [stderr] Compiling spirv v0.2.0+1.5.4 [INFO] [stderr] Compiling bit-set v0.5.3 [INFO] [stderr] Compiling codespan-reporting v0.11.1 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling gpu-alloc-types v0.2.0 [INFO] [stderr] Compiling gpu-descriptor-types v0.1.2 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling raw-window-handle v0.5.2 [INFO] [stderr] Compiling hexf-parse v0.2.1 [INFO] [stderr] Compiling unicode-xid v0.2.4 [INFO] [stderr] Compiling gpu-descriptor v0.2.4 [INFO] [stderr] Compiling gpu-alloc v0.5.4 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling wgpu-types v0.16.1 [INFO] [stderr] Compiling xcursor v0.3.8 [INFO] [stderr] Compiling strict-num v0.1.1 [INFO] [stderr] Compiling smithay-client-toolkit v0.19.2 [INFO] [stderr] Compiling xkeysym v0.2.1 [INFO] [stderr] Compiling cursor-icon v1.1.0 [INFO] [stderr] Compiling profiling v1.0.15 [INFO] [stderr] Compiling arrayref v0.3.8 [INFO] [stderr] Compiling renderdoc-sys v1.1.0 [INFO] [stderr] Compiling ttf-parser v0.24.1 [INFO] [stderr] Compiling thiserror-impl v1.0.63 [INFO] [stderr] Compiling glow v0.12.3 [INFO] [stderr] Compiling tiny-skia-path v0.11.4 [INFO] [stderr] Compiling safe_arch v0.7.2 [INFO] [stderr] Compiling memmap2 v0.9.4 [INFO] [stderr] Compiling x11-dl v2.21.0 [INFO] [stderr] Compiling cfg_aliases v0.2.1 [INFO] [stderr] Compiling ab_glyph_rasterizer v0.1.8 [INFO] [stderr] Compiling winit v0.30.5 [INFO] [stderr] Compiling wide v0.7.28 [INFO] [stderr] Compiling tiny-skia v0.11.4 [INFO] [stderr] Compiling as-raw-xcb-connection v1.0.1 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling x11rb-protocol v0.13.1 [INFO] [stderr] Compiling naga v0.12.3 [INFO] [stderr] Compiling polling v3.7.3 [INFO] [stderr] Compiling calloop v0.13.0 [INFO] [stderr] Compiling owned_ttf_parser v0.24.0 [INFO] [stderr] Compiling ab_glyph v0.2.28 [INFO] [stderr] Compiling wayland-csd-frame v0.3.0 [INFO] [stderr] Compiling ultraviolet v0.9.2 [INFO] [stderr] Compiling xkbcommon-dl v0.4.2 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling smol_str v0.2.2 [INFO] [stderr] Compiling dpi v0.1.1 [INFO] [stderr] Compiling pollster v0.3.0 [INFO] [stderr] Compiling raw-window-handle v0.6.2 [INFO] [stderr] Compiling wayland-protocols v0.32.3 [INFO] [stderr] Compiling wayland-cursor v0.31.5 [INFO] [stderr] Compiling calloop-wayland-source v0.3.0 [INFO] [stderr] Compiling wayland-protocols-wlr v0.3.3 [INFO] [stderr] Compiling wayland-protocols-plasma v0.3.3 [INFO] [stderr] Compiling wgpu-hal v0.16.2 [INFO] [stderr] Compiling sctk-adwaita v0.10.1 [INFO] [stderr] Compiling wgpu-core v0.16.1 [INFO] [stderr] Compiling x11rb v0.13.1 [INFO] [stderr] Compiling wgpu v0.16.3 [INFO] [stderr] Compiling pixels v0.13.0 [INFO] [stderr] Compiling terminal-squares v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `wgpu::Color` [INFO] [stdout] --> src/main.rs:242:9 [INFO] [stdout] | [INFO] [stdout] 242 | wgpu::Color, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `WindowId` [INFO] [stdout] --> src/main.rs:354:13 [INFO] [stdout] | [INFO] [stdout] 354 | WindowId, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `event_loop` [INFO] [stdout] --> src/main.rs:340:37 [INFO] [stdout] | [INFO] [stdout] 340 | fn about_to_wait(&mut self, event_loop: &ActiveEventLoop) { [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_event_loop` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/main.rs:372:18 [INFO] [stdout] | [INFO] [stdout] 372 | for (i, pixel) in self.pixels.frame_mut().chunks_exact_mut(4).enumerate() { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/main.rs:379:13 [INFO] [stdout] | [INFO] [stdout] 379 | self.pixels.render(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 379 | let _ = self.pixels.render(); [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/1.84.0-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" "-m64" "/tmp/rustcmv3Urh/symbols.o" "/opt/rustwide/target/debug/deps/terminal_squares-cdaa131e968ae495.terminal_squares.fa314b2e430053c1-cgu.00.rcgu.o" "/opt/rustwide/target/debug/deps/terminal_squares-cdaa131e968ae495.terminal_squares.fa314b2e430053c1-cgu.01.rcgu.o" "/opt/rustwide/target/debug/deps/terminal_squares-cdaa131e968ae495.terminal_squares.fa314b2e430053c1-cgu.02.rcgu.o" "/opt/rustwide/target/debug/deps/terminal_squares-cdaa131e968ae495.terminal_squares.fa314b2e430053c1-cgu.03.rcgu.o" "/opt/rustwide/target/debug/deps/terminal_squares-cdaa131e968ae495.terminal_squares.fa314b2e430053c1-cgu.04.rcgu.o" "/opt/rustwide/target/debug/deps/terminal_squares-cdaa131e968ae495.terminal_squares.fa314b2e430053c1-cgu.05.rcgu.o" "/opt/rustwide/target/debug/deps/terminal_squares-cdaa131e968ae495.terminal_squares.fa314b2e430053c1-cgu.06.rcgu.o" "/opt/rustwide/target/debug/deps/terminal_squares-cdaa131e968ae495.terminal_squares.fa314b2e430053c1-cgu.07.rcgu.o" "/opt/rustwide/target/debug/deps/terminal_squares-cdaa131e968ae495.terminal_squares.fa314b2e430053c1-cgu.08.rcgu.o" "/opt/rustwide/target/debug/deps/terminal_squares-cdaa131e968ae495.terminal_squares.fa314b2e430053c1-cgu.09.rcgu.o" "/opt/rustwide/target/debug/deps/terminal_squares-cdaa131e968ae495.terminal_squares.fa314b2e430053c1-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/terminal_squares-cdaa131e968ae495.terminal_squares.fa314b2e430053c1-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/terminal_squares-cdaa131e968ae495.terminal_squares.fa314b2e430053c1-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/terminal_squares-cdaa131e968ae495.terminal_squares.fa314b2e430053c1-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/terminal_squares-cdaa131e968ae495.terminal_squares.fa314b2e430053c1-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/terminal_squares-cdaa131e968ae495.terminal_squares.fa314b2e430053c1-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/terminal_squares-cdaa131e968ae495.8cyklongtjyryhjl376kl3mpn.rcgu.o" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libpixels-bb81197325ca41fb.rlib" "/opt/rustwide/target/debug/deps/libpollster-8ca35c41bc2c5b57.rlib" "/opt/rustwide/target/debug/deps/libultraviolet-6da3af29a8c6a53e.rlib" "/opt/rustwide/target/debug/deps/libwide-785e082cd0adb592.rlib" "/opt/rustwide/target/debug/deps/libsafe_arch-8f9c0bd1ac0ddd60.rlib" "/opt/rustwide/target/debug/deps/libwgpu-ff2ae059dae0d5b4.rlib" "/opt/rustwide/target/debug/deps/libstatic_assertions-921f8f062edf5349.rlib" "/opt/rustwide/target/debug/deps/libwgpu_core-81bf31894a0f7380.rlib" "/opt/rustwide/target/debug/deps/libwgpu_hal-efc41b6ffcd6c291.rlib" "/opt/rustwide/target/debug/deps/librenderdoc_sys-528041d1258c4316.rlib" "/opt/rustwide/target/debug/deps/libgpu_descriptor-8071bbcc0d7b297f.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-b7069abdd62ce9a2.rlib" "/opt/rustwide/target/debug/deps/liballocator_api2-a6d15e3fe8924f6a.rlib" "/opt/rustwide/target/debug/deps/libgpu_descriptor_types-912768444a65bccc.rlib" "/opt/rustwide/target/debug/deps/libkhronos_egl-38b6aa29a9a5cea2.rlib" "/opt/rustwide/target/debug/deps/libprofiling-3f11755f2fdebd91.rlib" "/opt/rustwide/target/debug/deps/libgpu_alloc-871995cb2c167e5e.rlib" "/opt/rustwide/target/debug/deps/libgpu_alloc_types-91047cc1d57b5766.rlib" "/opt/rustwide/target/debug/deps/libash-0791b0014fc57825.rlib" "/opt/rustwide/target/debug/deps/liblibloading-11f88f93fa68ac60.rlib" "/opt/rustwide/target/debug/deps/libnaga-2623950a92181260.rlib" "/opt/rustwide/target/debug/deps/librustc_hash-7d57cddf9d03c6bf.rlib" "/opt/rustwide/target/debug/deps/libhexf_parse-609fd49c3a1da578.rlib" "/opt/rustwide/target/debug/deps/libunicode_xid-6277b751bfeefe70.rlib" "/opt/rustwide/target/debug/deps/libbit_set-0d7685fb9a834246.rlib" "/opt/rustwide/target/debug/deps/libbit_vec-2e72edbed9032bd6.rlib" "/opt/rustwide/target/debug/deps/libcodespan_reporting-10d38b72d9d436ad.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-855f87b9da1795db.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-4b96300489af5167.rlib" "/opt/rustwide/target/debug/deps/libspirv-9f93a41938631163.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-8dd910c47a9eab31.rlib" "/opt/rustwide/target/debug/deps/libbitflags-2169ba44ab025064.rlib" "/opt/rustwide/target/debug/deps/libindexmap-b279bef127677e0f.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-6d577cb9399ff1fb.rlib" "/opt/rustwide/target/debug/deps/libwgpu_types-af02e8dad2fca785.rlib" "/opt/rustwide/target/debug/deps/libglow-ce02dbeb96b5ee85.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-76527e0b16e4f676.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-1fa88653801f5d95.rlib" "/opt/rustwide/target/debug/deps/liblock_api-53ce7a78ed61f5b8.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-6ef86402e8b2b7f4.rlib" "/opt/rustwide/target/debug/deps/libwinit-f78af0757bc81a71.rlib" "/opt/rustwide/target/debug/deps/libsctk_adwaita-eefa14c7c124fb00.rlib" "/opt/rustwide/target/debug/deps/libab_glyph-62fe0cbdd8dac674.rlib" "/opt/rustwide/target/debug/deps/libowned_ttf_parser-2c20047b3130711a.rlib" "/opt/rustwide/target/debug/deps/libttf_parser-10a4fb56e405df6e.rlib" "/opt/rustwide/target/debug/deps/libab_glyph_rasterizer-989eebfb12acd6ed.rlib" "/opt/rustwide/target/debug/deps/libtiny_skia-8af2243be74f3ca4.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-10caf2f3d4cde927.rlib" "/opt/rustwide/target/debug/deps/libtiny_skia_path-2fb54d8b34473392.rlib" "/opt/rustwide/target/debug/deps/libstrict_num-3a60f2f5b01d644e.rlib" "/opt/rustwide/target/debug/deps/libarrayref-8bfba3f5acdb45c6.rlib" "/opt/rustwide/target/debug/deps/libbytemuck-ac3cd5c732c06b85.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-86d29f10e1255a90.rlib" "/opt/rustwide/target/debug/deps/libx11rb-2a533936c5b24bbc.rlib" "/opt/rustwide/target/debug/deps/libas_raw_xcb_connection-60ef5a7123a4e3a9.rlib" "/opt/rustwide/target/debug/deps/libx11rb_protocol-669e962e0329999f.rlib" "/opt/rustwide/target/debug/deps/libwayland_protocols_plasma-e3a3632e8993e034.rlib" "/opt/rustwide/target/debug/deps/libahash-0331f55d4cd36295.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-72a49363289d043c.rlib" "/opt/rustwide/target/debug/deps/libzerocopy-9edf2fd5d3dbf688.rlib" "/opt/rustwide/target/debug/deps/libsmithay_client_toolkit-4cb837f0db361b2e.rlib" "/opt/rustwide/target/debug/deps/libwayland_cursor-34dec85d5b6b622c.rlib" "/opt/rustwide/target/debug/deps/libxcursor-e02848bdcf98cc9d.rlib" "/opt/rustwide/target/debug/deps/libwayland_protocols_wlr-d3ab828b05a7625b.rlib" "/opt/rustwide/target/debug/deps/libwayland_protocols-97f5b4b7836398d5.rlib" "/opt/rustwide/target/debug/deps/libwayland_csd_frame-eefb4e52b992b854.rlib" "/opt/rustwide/target/debug/deps/libcalloop_wayland_source-dfa054c8b0bf6931.rlib" "/opt/rustwide/target/debug/deps/libwayland_client-83b153600cc883dc.rlib" "/opt/rustwide/target/debug/deps/libwayland_backend-1afe07b3a213ccf2.rlib" "/opt/rustwide/target/debug/deps/libdowncast_rs-c65243becebb9aa4.rlib" "/opt/rustwide/target/debug/deps/libscoped_tls-86db4e6c48e83f89.rlib" "/opt/rustwide/target/debug/deps/libwayland_sys-240b06ffb81f74ad.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-49d5b0f005b9511a.rlib" "/opt/rustwide/target/debug/deps/libcalloop-e82f43206d977d73.rlib" "/opt/rustwide/target/debug/deps/libthiserror-4953d97339235c1c.rlib" "/opt/rustwide/target/debug/deps/libpolling-56e94ffffea94862.rlib" "/opt/rustwide/target/debug/deps/librustix-a141a47dea59c31f.rlib" "/opt/rustwide/target/debug/deps/liblinux_raw_sys-cd2e2b18fcac5c6e.rlib" "/opt/rustwide/target/debug/deps/libmemmap2-fcabd3b05d21fd7d.rlib" "/opt/rustwide/target/debug/deps/libx11_dl-8597e0f0fea9a679.rlib" "/opt/rustwide/target/debug/deps/liblibc-5385085a471619ad.rlib" "/opt/rustwide/target/debug/deps/libxkbcommon_dl-1e87dd4a5de545f0.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-9cdd93fd5f7b8bc5.rlib" "/opt/rustwide/target/debug/deps/liblog-e38f11b895eb39e7.rlib" "/opt/rustwide/target/debug/deps/libxkeysym-ba1ccc26b6923f19.rlib" "/opt/rustwide/target/debug/deps/libdlib-478b2a22d960e340.rlib" "/opt/rustwide/target/debug/deps/liblibloading-6b5814f6e73edbc8.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-1caf228b3233c4a9.rlib" "/opt/rustwide/target/debug/deps/libtracing-744596f094f851e2.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-674bacce5f60e3bf.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-3138c33fbe2f67bb.rlib" "/opt/rustwide/target/debug/deps/libbitflags-07373584f7c10292.rlib" "/opt/rustwide/target/debug/deps/libsmol_str-0bd240f68691fed5.rlib" "/opt/rustwide/target/debug/deps/libcursor_icon-2f90f25a4a1491fe.rlib" "/opt/rustwide/target/debug/deps/libdpi-656617fa5bf10fc1.rlib" "/opt/rustwide/target/debug/deps/libraw_window_handle-20271d63742c0386.rlib" "/opt/rustwide/target/debug/deps/libraw_window_handle-805719746d1bc398.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-057643b1ee86c6e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-8e63f34add4b5f76.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8f13995dfe88b143.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-45742ba23c5ac84b.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-bea85df8985bb2f0.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-042a1cb2143833ef.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-092847c11df9843e.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-766a7f754c8a7b1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-9b015ab0e459320f.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5742b2ff1aee27a6.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-d03b432324732a0e.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-7edbe936f6124018.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-b3cefab73e1d8804.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a6ffb752c82ede63.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-c896c1f3ebd992a5.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-915fd1ebf7e3c376.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-0ca9d0e07c79bf1c.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1e6496089ac34c68.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-3d4809363f767eb8.rlib" "-Wl,-Bdynamic" "-ldl" "-ldl" "-ldl" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/terminal_squares-cdaa131e968ae495" "-Wl,--gc-sections" "-pie" "-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] [stderr] error: could not compile `terminal-squares` (bin "terminal-squares") due to 1 previous error; 5 warnings emitted [INFO] running `Command { std: "docker" "inspect" "9cc0196b3534ba5d34d741b27e55d1dc59d1537f6d9131e770320333742c2979", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9cc0196b3534ba5d34d741b27e55d1dc59d1537f6d9131e770320333742c2979", kill_on_drop: false }` [INFO] [stdout] 9cc0196b3534ba5d34d741b27e55d1dc59d1537f6d9131e770320333742c2979