[INFO] cloning repository https://github.com/0harmonyl/particle-simulator
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/0harmonyl/particle-simulator" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0harmonyl%2Fparticle-simulator", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0harmonyl%2Fparticle-simulator'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e727fee9bcc824614638475c97b79a84114df848
[INFO] testing 0harmonyl/particle-simulator against beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0harmonyl%2Fparticle-simulator" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/0harmonyl/particle-simulator
[INFO] finished tweaking git repo https://github.com/0harmonyl/particle-simulator
[INFO] tweaked toml for git repo https://github.com/0harmonyl/particle-simulator written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/0harmonyl/particle-simulator on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/0harmonyl/particle-simulator 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-09-21" "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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 26b37d3a4e48a7274d35bcfec63cb8417aed31df7d7360d8548a1b23302f0092
[INFO] running `Command { std: "docker" "start" "-a" "26b37d3a4e48a7274d35bcfec63cb8417aed31df7d7360d8548a1b23302f0092", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "26b37d3a4e48a7274d35bcfec63cb8417aed31df7d7360d8548a1b23302f0092", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "26b37d3a4e48a7274d35bcfec63cb8417aed31df7d7360d8548a1b23302f0092", kill_on_drop: false }`
[INFO] [stdout] 26b37d3a4e48a7274d35bcfec63cb8417aed31df7d7360d8548a1b23302f0092
[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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 24d79d22e67bb03fadf64dd28fee495f2e4b77a236ea02d56a6f25959fbf5695
[INFO] running `Command { std: "docker" "start" "-a" "24d79d22e67bb03fadf64dd28fee495f2e4b77a236ea02d56a6f25959fbf5695", kill_on_drop: false }`
[INFO] [stderr]    Compiling simd-adler32 v0.3.7
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling cfg-if v1.0.3
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling miniquad v0.4.8
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling bytemuck v1.23.2
[INFO] [stderr]    Compiling color_quant v1.1.0
[INFO] [stderr]    Compiling ttf-parser v0.21.1
[INFO] [stderr]    Compiling glam v0.27.0
[INFO] [stderr]    Compiling macroquad_macro v0.1.8
[INFO] [stderr]    Compiling quad-rand v0.2.3
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling fdeflate v0.3.7
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling flate2 v1.1.2
[INFO] [stderr]    Compiling png v0.17.16
[INFO] [stderr]    Compiling fontdue v0.9.3
[INFO] [stderr]    Compiling image v0.24.9
[INFO] [stderr]    Compiling macroquad v0.4.14
[INFO] [stderr]    Compiling physics_sim v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `velocities`
[INFO] [stdout]    --> src/main.rs:104:43
[INFO] [stdout]     |
[INFO] [stdout] 104 | fn push_away(positions: &mut Vec::<Vec2>, velocities: &mut Vec::<Vec2>) {
[INFO] [stdout]     |                                           ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_velocities`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.30s
[INFO] running `Command { std: "docker" "inspect" "24d79d22e67bb03fadf64dd28fee495f2e4b77a236ea02d56a6f25959fbf5695", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "24d79d22e67bb03fadf64dd28fee495f2e4b77a236ea02d56a6f25959fbf5695", kill_on_drop: false }`
[INFO] [stdout] 24d79d22e67bb03fadf64dd28fee495f2e4b77a236ea02d56a6f25959fbf5695
[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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1db90c17c7362923e28156adb21ff68d511e3373530aa67599731ee484ce1be8
[INFO] running `Command { std: "docker" "start" "-a" "1db90c17c7362923e28156adb21ff68d511e3373530aa67599731ee484ce1be8", kill_on_drop: false }`
[INFO] [stderr]    Compiling physics_sim v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `velocities`
[INFO] [stdout]    --> src/main.rs:104:43
[INFO] [stdout]     |
[INFO] [stdout] 104 | fn push_away(positions: &mut Vec::<Vec2>, velocities: &mut Vec::<Vec2>) {
[INFO] [stdout]     |                                           ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_velocities`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.62s
[INFO] running `Command { std: "docker" "inspect" "1db90c17c7362923e28156adb21ff68d511e3373530aa67599731ee484ce1be8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1db90c17c7362923e28156adb21ff68d511e3373530aa67599731ee484ce1be8", kill_on_drop: false }`
[INFO] [stdout] 1db90c17c7362923e28156adb21ff68d511e3373530aa67599731ee484ce1be8
[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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 232ea50a8b271ed61a535269b85d6b12a393cdc834d6c5480c8f3d7cd71734f1
[INFO] running `Command { std: "docker" "start" "-a" "232ea50a8b271ed61a535269b85d6b12a393cdc834d6c5480c8f3d7cd71734f1", kill_on_drop: false }`
[INFO] [stderr] warning: unused variable: `velocities`
[INFO] [stdout] 
[INFO] [stderr]    --> src/main.rs:104:43
[INFO] [stdout] running 0 tests
[INFO] [stderr]     |
[INFO] [stdout] 
[INFO] [stderr] 104 | fn push_away(positions: &mut Vec::<Vec2>, velocities: &mut Vec::<Vec2>) {
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stderr]     |                                           ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_velocities`
[INFO] [stdout] 
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `physics_sim` (bin "physics_sim" test) generated 1 warning
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/physics_sim-2b77362bd9bad66b)
[INFO] running `Command { std: "docker" "inspect" "232ea50a8b271ed61a535269b85d6b12a393cdc834d6c5480c8f3d7cd71734f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "232ea50a8b271ed61a535269b85d6b12a393cdc834d6c5480c8f3d7cd71734f1", kill_on_drop: false }`
[INFO] [stdout] 232ea50a8b271ed61a535269b85d6b12a393cdc834d6c5480c8f3d7cd71734f1
