[INFO] cloning repository https://github.com/fjqz177/snake2d-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/fjqz177/snake2d-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffjqz177%2Fsnake2d-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffjqz177%2Fsnake2d-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 114fe9fd00a443ecefc93deb15d9f458f354d17e [INFO] testing fjqz177/snake2d-rs against beta-2025-01-12 for beta-1.85-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffjqz177%2Fsnake2d-rs" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/fjqz177/snake2d-rs on toolchain beta-2025-01-12 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-01-12" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/fjqz177/snake2d-rs [INFO] finished tweaking git repo https://github.com/fjqz177/snake2d-rs [INFO] tweaked toml for git repo https://github.com/fjqz177/snake2d-rs written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/fjqz177/snake2d-rs 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-2025-01-12" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded piston2d-gfx_graphics v0.80.0 [INFO] [stderr] Downloaded piston-gfx_texture v0.44.0 [INFO] [stderr] Downloaded piston_window v0.131.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-01-12" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3dcefb5ca1c017ea253a534fd73e35e69652a45525557c50438893461d0b06a3 [INFO] running `Command { std: "docker" "start" "-a" "3dcefb5ca1c017ea253a534fd73e35e69652a45525557c50438893461d0b06a3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3dcefb5ca1c017ea253a534fd73e35e69652a45525557c50438893461d0b06a3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3dcefb5ca1c017ea253a534fd73e35e69652a45525557c50438893461d0b06a3", kill_on_drop: false }` [INFO] [stdout] 3dcefb5ca1c017ea253a534fd73e35e69652a45525557c50438893461d0b06a3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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" "+beta-2025-01-12" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6d7bd60cdba049a11e9f361a2312e5c7127c910e270670bf2eb8b9cf65eb78df [INFO] running `Command { std: "docker" "start" "-a" "6d7bd60cdba049a11e9f361a2312e5c7127c910e270670bf2eb8b9cf65eb78df", kill_on_drop: false }` [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling xml-rs v0.8.20 [INFO] [stderr] Compiling log v0.4.21 [INFO] [stderr] Compiling autocfg v1.2.0 [INFO] [stderr] Compiling proc-macro2 v1.0.79 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Compiling pkg-config v0.3.30 [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Compiling simd-adler32 v0.3.7 [INFO] [stderr] Compiling libloading v0.8.3 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling crc32fast v1.4.0 [INFO] [stderr] Compiling miniz_oxide v0.7.2 [INFO] [stderr] Compiling dlib v0.5.2 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.19 [INFO] [stderr] Compiling wayland-sys v0.29.5 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Compiling bytemuck v1.15.0 [INFO] [stderr] Compiling cfg_aliases v0.1.1 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling flate2 v1.0.28 [INFO] [stderr] Compiling fdeflate v0.3.4 [INFO] [stderr] Compiling piston-float v1.0.1 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling wayland-scanner v0.29.5 [INFO] [stderr] Compiling syn v2.0.58 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Compiling crossbeam-deque v0.8.5 [INFO] [stderr] Compiling slotmap v1.0.7 [INFO] [stderr] Compiling png v0.17.13 [INFO] [stderr] Compiling downcast-rs v1.2.1 [INFO] [stderr] Compiling scoped-tls v1.0.1 [INFO] [stderr] Compiling nix v0.24.3 [INFO] [stderr] Compiling thiserror v1.0.58 [INFO] [stderr] Compiling ab_glyph_rasterizer v0.1.8 [INFO] [stderr] Compiling piston-viewport v1.0.2 [INFO] [stderr] Compiling x11-dl v2.21.0 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling serde v1.0.197 [INFO] [stderr] Compiling nix v0.25.1 [INFO] [stderr] Compiling smithay-client-toolkit v0.16.1 [INFO] [stderr] Compiling piston-graphics_api_version v1.0.1 [INFO] [stderr] Compiling wayland-client v0.29.5 [INFO] [stderr] Compiling wayland-protocols v0.29.5 [INFO] [stderr] Compiling either v1.11.0 [INFO] [stderr] Compiling ttf-parser v0.20.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling xcursor v0.3.5 [INFO] [stderr] Compiling strict-num v0.1.1 [INFO] [stderr] Compiling arrayref v0.3.7 [INFO] [stderr] Compiling tiny-skia-path v0.8.4 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling wayland-commons v0.29.5 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling thiserror-impl v1.0.58 [INFO] [stderr] Compiling serde_derive v1.0.197 [INFO] [stderr] Compiling owned_ttf_parser v0.20.0 [INFO] [stderr] Compiling calloop v0.10.6 [INFO] [stderr] Compiling memmap2 v0.5.10 [INFO] [stderr] Compiling glutin_egl_sys v0.5.1 [INFO] [stderr] Compiling glutin_glx_sys v0.4.0 [INFO] [stderr] Compiling wayland-cursor v0.29.5 [INFO] [stderr] Compiling wayland-sys v0.30.1 [INFO] [stderr] Compiling num-traits v0.2.18 [INFO] [stderr] Compiling draw_state v0.8.0 [INFO] [stderr] Compiling arrayvec v0.7.4 [INFO] [stderr] Compiling weezl v0.1.8 [INFO] [stderr] Compiling tiny-skia v0.8.4 [INFO] [stderr] Compiling gfx_core v0.9.2 [INFO] [stderr] Compiling pistoncore-input v1.0.1 [INFO] [stderr] Compiling jpeg-decoder v0.3.1 [INFO] [stderr] Compiling ab_glyph v0.2.24 [INFO] [stderr] Compiling flume v0.11.0 [INFO] [stderr] Compiling winit v0.28.7 [INFO] [stderr] Compiling glutin v0.30.10 [INFO] [stderr] Compiling gl_generator v0.13.1 [INFO] [stderr] Compiling zune-inflate v0.2.54 [INFO] [stderr] Compiling half v2.4.1 [INFO] [stderr] Compiling raw-window-handle v0.5.2 [INFO] [stderr] Compiling lebe v0.5.2 [INFO] [stderr] Compiling ttf-parser v0.15.2 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling bit_field v0.10.2 [INFO] [stderr] Compiling gl v0.13.0 [INFO] [stderr] Compiling exr v1.72.0 [INFO] [stderr] Compiling gif v0.13.1 [INFO] [stderr] Compiling pistoncore-window v1.0.0 [INFO] [stderr] Compiling tiff v0.9.1 [INFO] [stderr] Compiling mio v0.8.11 [INFO] [stderr] Compiling gfx_gl v0.6.1 [INFO] [stderr] Compiling qoi v0.4.1 [INFO] [stderr] Compiling glutin-winit v0.3.0 [INFO] [stderr] Compiling libloading v0.7.4 [INFO] [stderr] Compiling owned_ttf_parser v0.15.2 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling piston-texture v0.9.0 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling rusttype v0.9.3 [INFO] [stderr] Compiling gfx v0.18.3 [INFO] [stderr] Compiling shader_version v0.7.0 [INFO] [stderr] Compiling image v0.24.9 [INFO] [stderr] Compiling getrandom v0.2.14 [INFO] [stderr] Compiling vecmath v1.0.0 [INFO] [stderr] Compiling read_color v1.0.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling interpolation v0.3.0 [INFO] [stderr] Compiling spin_sleep v1.2.0 [INFO] [stderr] Compiling piston2d-graphics v0.44.0 [INFO] [stderr] Compiling pistoncore-event_loop v0.55.0 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling piston-shaders_graphics2d v0.4.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling piston v0.55.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling gfx_device_gl v0.16.2 [INFO] [stderr] Compiling piston-gfx_texture v0.44.0 [INFO] [stderr] Compiling piston2d-gfx_graphics v0.80.0 [INFO] [stderr] Compiling sctk-adwaita v0.5.4 [INFO] [stderr] Compiling pistoncore-glutin_window v0.72.0 [INFO] [stderr] Compiling piston_window v0.131.0 [INFO] [stderr] Compiling snake v0.1.0 (/opt/rustwide/workdir) [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-2025-01-12-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/rustcwfOw2L/symbols.o" "<10 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{librand-829de011900f40c5.rlib,librand_chacha-9fe4373f8bba2848.rlib,libppv_lite86-74d192d5fb0d20a2.rlib,librand_core-f00429ea0a24b138.rlib,libgetrandom-1d16638c8d7b5b31.rlib,libpiston_window-266b1eecbf53d8eb.rlib,libglutin_window-888a409d5fab88b6.rlib,libglutin_winit-a05906c1cf563cf4.rlib,libwinit-d9522d0b4d2d6487.rlib,libsctk_adwaita-456655bd859e9602.rlib,libab_glyph-fefa8a941d84502b.rlib,libowned_ttf_parser-7cb7780099fd1a20.rlib,libttf_parser-1cdc3d4517808608.rlib,libtiny_skia-02bd82ce655470eb.rlib,libarrayvec-220afbb64ffc3a4d.rlib,libtiny_skia_path-5e0b15a7bdff0809.rlib,libstrict_num-ac3afaf382a52f97.rlib,libarrayref-d95fb43e6eda34e5.rlib,libmio-ed76bd559c36e752.rlib,libpercent_encoding-af9df9186596bd92.rlib,libsmithay_client_toolkit-13e671e0a976972e.rlib,libwayland_cursor-7ea5b6b68614d6d5.rlib,libxcursor-69140c5cb5d2988e.rlib,libmemmap2-efcd653c82cb9eab.rlib,libwayland_protocols-3dfc0d61e43ddaeb.rlib,libwayland_client-838bb9d7fe0db831.rlib,libscoped_tls-ddc34d439339bb5f.rlib,libwayland_commons-e5c26f1ec3e709fe.rlib,libnix-3655b78881a4361f.rlib,libwayland_sys-e9408167fd4656cd.rlib,libcalloop-aa4e5d92695ddd47.rlib,libthiserror-02cb0e3964403886.rlib,libslotmap-0fad5ad299a33fd8.rlib,libnix-15fa2ee749c3f19e.rlib,libmemoffset-0c90201dcf32f069.rlib,libvec_map-75126d96f8392bf4.rlib,libinstant-fd247ecb2ced47cd.rlib,libgl-ce3f9b4ba5679b1b.rlib,libglutin-e1bd2d32ee434234.rlib,libglutin_glx_sys-ab0d8a413647610d.rlib,libx11_dl-f882be0a37854bc5.rlib,liblibc-66e71665784d2971.rlib,libwayland_sys-3b01119c041044c5.rlib,liblazy_static-af860367908b8176.rlib,libdlib-3727c1f2a2875e86.rlib,liblibloading-c261de1dee01c3e9.rlib,libraw_window_handle-fa6b9cb7b8d4289b.rlib,libonce_cell-a1d7742f74efe1da.rlib,liblibloading-1d9d598bea47447c.rlib,libglutin_egl_sys-9b26ef8218359f31.rlib,libpiston-32b35b8027e374cb.rlib,libevent_loop-d2be7d4fbc27610a.rlib,libspin_sleep-2995c9d6846c8248.rlib,libwindow-569e367465594b2f.rlib,libinput-ebe4b63f7e379c53.rlib,libserde-ade6f5f78278290e.rlib,libgfx_graphics-ec32065169db3826.rlib,libshader_version-f747a3407d393772.rlib,libgraphics_api_version-f1bcb738a1ae289d.rlib,libshaders_graphics2d-13ff2bcd8c159f72.rlib,libgraphics-d2202fef8f8f7af1.rlib,libinterpolation-3d73321622ba98c7.rlib,libvecmath-ab056f7d06e24a36.rlib,librusttype-d5c980904984cb6f.rlib,libab_glyph_rasterizer-251d33ea7b24466b.rlib,libowned_ttf_parser-df2370fcfd6c7373.rlib,libttf_parser-539a86d8fd3d5f00.rlib,libfnv-79e2cbfbe03dcd16.rlib,libread_color-1c8ab579d4b34720.rlib,libviewport-eb8f54876663ef90.rlib,libfloat-5cd51d6f9110bbdf.rlib,libgfx_texture-a0873bd77abc0044.rlib,libimage-d42478324aadc612.rlib,libqoi-a612b90b8333b857.rlib,libbytemuck-485e36b43f6005c9.rlib,libpng-6316c851367b34fb.rlib,libfdeflate-a4fadcb38258be34.rlib,libexr-3ed5ab89b2ecac11.rlib,libflume-cc6a934e7747878c.rlib,libzune_inflate-830e3160eed64e83.rlib,libbit_field-fb70c6f816573082.rlib,liblebe-5694b67511a9813c.rlib,libhalf-69da55b60c671332.rlib,libsmallvec-5dc15f12cdebef01.rlib,libgif-a79f84abcc2f81df.rlib,libcolor_quant-72accfe2cafd1a2d.rlib,libbyteorder-8f59b6d1bfdaa844.rlib,libnum_traits-a4fa755aeb9fa7bd.rlib,libtiff-dfcdeeca843f40d7.rlib,libflate2-8df637f7a8ce69ad.rlib,libminiz_oxide-398ac37eedcdf328.rlib,libsimd_adler32-a85d6c6326d2f661.rlib,libcrc32fast-a5978711d05ac274.rlib,libcfg_if-3e7fc4e38d4a72b5.rlib,libweezl-81d61edd414eb5e8.rlib,libjpeg_decoder-a091fdeb0ac467a7.rlib,librayon-f65dea3b077e81f3.rlib,librayon_core-59cadf3eeefaeb71.rlib,libcrossbeam_deque-93b78ad9be0d31ec.rlib,libcrossbeam_epoch-396cc62bc111e411.rlib,libcrossbeam_utils-1d5a648c857aa8d3.rlib,libeither-b837728c76a57f9f.rlib,libtexture-55a23bfa4bc5fc5f.rlib,libgfx_device_gl-f1ee77a9d6acae3c.rlib,libgfx_gl-ef973e58b3ba08a8.rlib,libgfx-78d9116357849644.rlib,libgfx_core-377767c5cb8ec10a.rlib,libdraw_state-e7e33d86ca96debb.rlib,libbitflags-dde12b0d7d495b50.rlib,liblog-b5d4972b7add18e7.rlib}" "/opt/rustwide/rustup-home/toolchains/beta-2025-01-12-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-2e6eca6bf1681754.rlib,libpanic_unwind-6419b8734ab2f0cb.rlib,libobject-784ada497c5d935e.rlib,libmemchr-9267ffe866ca370f.rlib,libaddr2line-36f3ec5f8f15f213.rlib,libgimli-a0a71c3c5fe00164.rlib,librustc_demangle-95f237535246c825.rlib,libstd_detect-e0bd23c2b0917c59.rlib,libhashbrown-22a7802a8abbef9e.rlib,librustc_std_workspace_alloc-eb0228d54dd99343.rlib,libminiz_oxide-e6c6f516ce70276d.rlib,libadler-af73ed2b2e212982.rlib,libunwind-0000b4ce778574a2.rlib,libcfg_if-1a94dbdc43bc518f.rlib,liblibc-b957950176a614bc.rlib,liballoc-2b137d666ae9b5cb.rlib,librustc_std_workspace_core-4cf833632aafa84c.rlib,libcore-65c2c6d2d6ae570b.rlib,libcompiler_builtins-678c764df5f831e4.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/beta-2025-01-12-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/snake-7b4768f0d2fe9fbc" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [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 `snake` (bin "snake") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "6d7bd60cdba049a11e9f361a2312e5c7127c910e270670bf2eb8b9cf65eb78df", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6d7bd60cdba049a11e9f361a2312e5c7127c910e270670bf2eb8b9cf65eb78df", kill_on_drop: false }` [INFO] [stdout] 6d7bd60cdba049a11e9f361a2312e5c7127c910e270670bf2eb8b9cf65eb78df