[INFO] cloning repository https://github.com/dirigity/rusty_fire [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dirigity/rusty_fire" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdirigity%2Frusty_fire", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdirigity%2Frusty_fire'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c548c57ead9c89cd72726a94adcab0f5da4fffbe [INFO] testing dirigity/rusty_fire against beta-2025-04-13 for beta-1.87-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdirigity%2Frusty_fire" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dirigity/rusty_fire on toolchain beta-2025-04-13 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-04-13" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/dirigity/rusty_fire [INFO] finished tweaking git repo https://github.com/dirigity/rusty_fire [INFO] tweaked toml for git repo https://github.com/dirigity/rusty_fire written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/dirigity/rusty_fire 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-04-13" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-13" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 81b55934754f2fae381452c42e01713d1527107a3b0be7c71242646b1f152373 [INFO] running `Command { std: "docker" "start" "-a" "81b55934754f2fae381452c42e01713d1527107a3b0be7c71242646b1f152373", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "81b55934754f2fae381452c42e01713d1527107a3b0be7c71242646b1f152373", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "81b55934754f2fae381452c42e01713d1527107a3b0be7c71242646b1f152373", kill_on_drop: false }` [INFO] [stdout] 81b55934754f2fae381452c42e01713d1527107a3b0be7c71242646b1f152373 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-13" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2c01d307e6174f305f3f83dc1a85099208ea00ff9120f440d52b09947aac3572 [INFO] running `Command { std: "docker" "start" "-a" "2c01d307e6174f305f3f83dc1a85099208ea00ff9120f440d52b09947aac3572", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling libc v0.2.117 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.7 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.7 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling crc32fast v1.3.1 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling quad-alsa-sys v0.3.2 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling weezl v0.1.5 [INFO] [stderr] Compiling dasp_sample v0.11.0 [INFO] [stderr] Compiling miniz_oxide v0.3.7 [INFO] [stderr] Compiling sapp-linux v0.1.13 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling deflate v0.8.6 [INFO] [stderr] Compiling ogg v0.7.1 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling once_cell v1.9.0 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling smallvec v0.6.14 [INFO] [stderr] Compiling dasp_frame v0.11.0 [INFO] [stderr] Compiling gif v0.11.3 [INFO] [stderr] Compiling hound v3.4.0 [INFO] [stderr] Compiling quad-snd v0.2.3 [INFO] [stderr] Compiling bytemuck v1.7.3 [INFO] [stderr] Compiling lewton v0.9.4 [INFO] [stderr] Compiling smallvec v1.8.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling crossbeam-channel v0.5.2 [INFO] [stderr] Compiling png v0.16.8 [INFO] [stderr] Compiling scoped_threadpool v0.1.9 [INFO] [stderr] Compiling ahash v0.4.7 [INFO] [stderr] Compiling lock_api v0.4.6 [INFO] [stderr] Compiling ttf-parser v0.12.3 [INFO] [stderr] Compiling bumpalo v3.9.1 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling getrandom v0.2.4 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling glam v0.14.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling rand_xorshift v0.2.0 [INFO] [stderr] Compiling macroquad_macro v0.1.7 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling quad-rand v0.2.1 [INFO] [stderr] Compiling hashlink v0.7.0 [INFO] [stderr] Compiling fontdue v0.5.2 [INFO] [stderr] Compiling livemod v0.5.0 [INFO] [stderr] Compiling audrey v0.3.0 [INFO] [stderr] Compiling miniquad v0.3.0-alpha.42 [INFO] [stderr] Compiling jpeg-decoder v0.1.22 [INFO] [stderr] Compiling tiff v0.6.1 [INFO] [stderr] Compiling image v0.23.14 [INFO] [stderr] Compiling noise v0.7.0 [INFO] [stderr] Compiling macroquad v0.3.13 [INFO] [stderr] Compiling _rusty_fire v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `v` [INFO] [stdout] --> src/main.rs:373:13 [INFO] [stdout] | [INFO] [stdout] 373 | for v in &fire_vortexes { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_v` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `other` [INFO] [stdout] --> src/main.rs:374:17 [INFO] [stdout] | [INFO] [stdout] 374 | let other = fire_vortexes[rand::gen_range(0, fire_vortexes.len())]; [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_other` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Tri` is never constructed [INFO] [stdout] --> src/main.rs:26:8 [INFO] [stdout] | [INFO] [stdout] 26 | struct Tri { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple methods are never used [INFO] [stdout] --> src/main.rs:32:8 [INFO] [stdout] | [INFO] [stdout] 31 | impl Tri { [INFO] [stdout] | -------- methods in this implementation [INFO] [stdout] 32 | fn should_contain(&self, v: Vec2) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 36 | fn circ_center(&self) -> Vec2 { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 47 | fn circ_radius(&self) -> f32 { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | fn raster(&self, depth: u16) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 99 | fn divide(&self, v: Vec2, c: Color) -> Vec { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 129 | fn min_side(&self) -> f32 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 140 | fn perimeter(&self) -> f32 { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 150 | fn merge(&self, other: Tri) -> Tri { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `teselate` is never used [INFO] [stdout] --> src/main.rs:184:4 [INFO] [stdout] | [INFO] [stdout] 184 | fn teselate(sw: f32, sh: f32, positions: Vec, colors: Vec) -> Vec { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustc1vPEvt/symbols.o" "<3 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libnoise-73129ca778693205.rlib,librand_xorshift-82fdaed23fe0e67a.rlib,librand-9ae8a2ff82d35ed6.rlib,librand_chacha-ffacfa68179b4c4f.rlib,libppv_lite86-f1eaae57f9caf7a8.rlib,librand_core-77f9bc57dfb92e59.rlib,libgetrandom-7d0c67ca23486b10.rlib,libmacroquad-f85e83bade481e7b.rlib,libbumpalo-1420f18730d31b31.rlib,libfontdue-250bd24a700d712e.rlib,libttf_parser-5f2840617d2c2e2a.rlib,libhashbrown-95208d9a24266ca4.rlib,libahash-cec58926ac347d57.rlib,libimage-df940f04a3c99d7d.rlib,libbytemuck-a43560fbe4198481.rlib,libpng-e0b694c5ee541b17.rlib,libminiz_oxide-0e349b524b90f291.rlib,libcrc32fast-d618beb1cb68f9ed.rlib,libdeflate-1f79a8b019cb6060.rlib,libadler32-b015fcfcf4d4fee0.rlib,libbitflags-dde12b0d7d495b50.rlib,libnum_iter-b16f24da92a2ab4f.rlib,libscoped_threadpool-e27898fb7395e1ec.rlib,libnum_rational-87c69ea6a5ae1bc7.rlib,libnum_integer-189b14bc6c997e9b.rlib,libgif-7666562ea1cb7156.rlib,libcolor_quant-72accfe2cafd1a2d.rlib,libnum_traits-ee34f9e889e91564.rlib,libtiff-822f1b8675b93ec8.rlib,libweezl-24eb7453a0a9fa07.rlib,libminiz_oxide-e1aa8b6bc3c01478.rlib,libadler-8a8ce72c9fb247b6.rlib,libjpeg_decoder-cde836158bdc151a.rlib,librayon-33a43ebb972ab81c.rlib,librayon_core-22b97623d4086b20.rlib,libnum_cpus-437714ad91e07c9a.rlib,libcrossbeam_deque-9060bf1da180a480.rlib,libcrossbeam_epoch-a70aef1e96492e86.rlib,libmemoffset-c212966653745ffb.rlib,libcrossbeam_channel-c7cead764e1335a7.rlib,libcrossbeam_utils-cfbdd0a42fca8f18.rlib,liblazy_static-af860367908b8176.rlib,libeither-ab6c4cd91672d94a.rlib,libquad_rand-b2687f695a6b1d65.rlib,libglam-6bbec8273e17a2b3.rlib,libquad_snd-3d9be6aa06007f54.rlib,libaudrey-f821e22135637ced.rlib,liblewton-32752f2f2ac4ad52.rlib,libogg-59ed1112a1912d3d.rlib,libsmallvec-5d325f047b10765d.rlib,libmaybe_uninit-ece59c5d75f5f342.rlib,libbyteorder-fb36fe721788ce00.rlib,libhound-5bb63204c5156ba1.rlib,libdasp_frame-69f9c47592549366.rlib,libdasp_sample-36a8a9956058a9f1.rlib,libquad_alsa_sys-b5bfa3007d7267a5.rlib,libminiquad-9e012f7b9f0f6cab.rlib,libsapp_linux-6c66821fe4a8c87d.rlib,liblivemod-9177f35c02d45f60.rlib,libparking_lot-821084bb0ecf6f26.rlib,libparking_lot_core-8fa3910e9acb94c3.rlib,libsmallvec-4d273beb6a432798.rlib,liblock_api-8e3851d444160ecd.rlib,libscopeguard-e318caba69bf687f.rlib,libinstant-52a03de02aea7251.rlib,libhashlink-baa11d5ddc52a528.rlib,libhashbrown-a7d802db69788979.rlib,libahash-268ce09d2f9a4d79.rlib,libgetrandom-461bb23078ae09c9.rlib,liblibc-85b37184ebba83a7.rlib,libcfg_if-3e7fc4e38d4a72b5.rlib,libonce_cell-36bd2b860d0e392e.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lasound" "-lGL" "-lX11" "-lXi" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustc1vPEvt/raw-dylibs" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/_rusty_fire-0289335f3257a26f" "-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 `_rusty_fire` (bin "_rusty_fire") due to 1 previous error; 5 warnings emitted [INFO] running `Command { std: "docker" "inspect" "2c01d307e6174f305f3f83dc1a85099208ea00ff9120f440d52b09947aac3572", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2c01d307e6174f305f3f83dc1a85099208ea00ff9120f440d52b09947aac3572", kill_on_drop: false }` [INFO] [stdout] 2c01d307e6174f305f3f83dc1a85099208ea00ff9120f440d52b09947aac3572