[INFO] cloning repository https://github.com/KristinnVikarJ/nbody-simulation [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/KristinnVikarJ/nbody-simulation" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKristinnVikarJ%2Fnbody-simulation", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKristinnVikarJ%2Fnbody-simulation'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 165fe2e321fdf22e01916f722babcefdcfa37a1b [INFO] testing KristinnVikarJ/nbody-simulation/165fe2e321fdf22e01916f722babcefdcfa37a1b against beta-2024-12-08 for beta-1.84.0-4 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKristinnVikarJ%2Fnbody-simulation" "/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/KristinnVikarJ/nbody-simulation on toolchain beta-2024-12-08 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-12-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-1-tc2/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/KristinnVikarJ/nbody-simulation [INFO] finished tweaking git repo https://github.com/KristinnVikarJ/nbody-simulation [INFO] tweaked toml for git repo https://github.com/KristinnVikarJ/nbody-simulation written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/KristinnVikarJ/nbody-simulation 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-2024-12-08" "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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-12-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ab56d789f946aeeb249d6ab7aa7a1c9ebd2c3dec3a80d9429bdbc0dde2022bfa [INFO] running `Command { std: "docker" "start" "-a" "ab56d789f946aeeb249d6ab7aa7a1c9ebd2c3dec3a80d9429bdbc0dde2022bfa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ab56d789f946aeeb249d6ab7aa7a1c9ebd2c3dec3a80d9429bdbc0dde2022bfa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ab56d789f946aeeb249d6ab7aa7a1c9ebd2c3dec3a80d9429bdbc0dde2022bfa", kill_on_drop: false }` [INFO] [stdout] ab56d789f946aeeb249d6ab7aa7a1c9ebd2c3dec3a80d9429bdbc0dde2022bfa [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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-12-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 403361aad0bd139c169066f7536559b8dc9cc01a17dffa8c5b0d743ecb10a428 [INFO] running `Command { std: "docker" "start" "-a" "403361aad0bd139c169066f7536559b8dc9cc01a17dffa8c5b0d743ecb10a428", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Compiling proc-macro2 v1.0.81 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Compiling thiserror v1.0.59 [INFO] [stderr] Compiling memchr v2.7.2 [INFO] [stderr] Compiling wayland-sys v0.31.1 [INFO] [stderr] Compiling bytemuck v1.15.0 [INFO] [stderr] Compiling num-traits v0.2.18 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling arrayvec v0.7.4 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling semver v1.0.22 [INFO] [stderr] Compiling termcolor v1.4.1 [INFO] [stderr] Compiling libloading v0.7.4 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling unicode-width v0.1.11 [INFO] [stderr] Compiling crossbeam-utils v0.8.19 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling allocator-api2 v0.2.18 [INFO] [stderr] Compiling khronos-egl v4.1.0 [INFO] [stderr] Compiling ash v0.37.3+1.3.251 [INFO] [stderr] Compiling codespan-reporting v0.11.1 [INFO] [stderr] Compiling bit-set v0.5.3 [INFO] [stderr] Compiling gpu-alloc-types v0.2.0 [INFO] [stderr] Compiling gpu-descriptor-types v0.1.2 [INFO] [stderr] Compiling unicode-xid v0.2.4 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling hexf-parse v0.2.1 [INFO] [stderr] Compiling tiny-skia-path v0.11.4 [INFO] [stderr] Compiling gpu-alloc v0.5.4 [INFO] [stderr] Compiling wgpu-types v0.16.1 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling profiling v1.0.15 [INFO] [stderr] Compiling renderdoc-sys v1.1.0 [INFO] [stderr] Compiling quick-xml v0.31.0 [INFO] [stderr] Compiling glow v0.12.3 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling pathfinder_simd v0.5.3 [INFO] [stderr] Compiling jobserver v0.1.31 [INFO] [stderr] Compiling getrandom v0.2.14 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Compiling memmap2 v0.9.4 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling cc v1.0.95 [INFO] [stderr] Compiling syn v2.0.60 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling tiny-skia v0.11.4 [INFO] [stderr] Compiling ab_glyph v0.2.25 [INFO] [stderr] Compiling spirv v0.2.0+1.5.4 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling safe_arch v0.7.1 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling zstd-safe v7.1.0 [INFO] [stderr] Compiling wayland-scanner v0.31.1 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling regex-syntax v0.8.3 [INFO] [stderr] Compiling wide v0.7.16 [INFO] [stderr] Compiling x11-dl v2.21.0 [INFO] [stderr] Compiling crossbeam-deque v0.8.5 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling raw-window-handle v0.6.1 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling gpu-descriptor v0.2.4 [INFO] [stderr] Compiling nanorand v0.7.0 [INFO] [stderr] Compiling is-terminal v0.4.12 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling futures-core v0.3.30 [INFO] [stderr] Compiling web-time v1.1.0 [INFO] [stderr] Compiling futures-sink v0.3.30 [INFO] [stderr] Compiling either v1.11.0 [INFO] [stderr] Compiling pollster v0.3.0 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling flume v0.11.0 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling pathfinder_geometry v0.5.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling error-iter v0.4.1 [INFO] [stderr] Compiling wayland-backend v0.3.3 [INFO] [stderr] Compiling zstd-sys v2.0.10+zstd.1.5.6 [INFO] [stderr] Compiling jemalloc-sys v0.5.4+5.3.0-patched [INFO] [stderr] Compiling regex-automata v0.4.6 [INFO] [stderr] Compiling ultraviolet v0.9.2 [INFO] [stderr] Compiling thiserror-impl v1.0.59 [INFO] [stderr] Compiling naga v0.12.3 [INFO] [stderr] Compiling polling v3.7.0 [INFO] [stderr] Compiling x11rb v0.13.0 [INFO] [stderr] Compiling regex v1.10.4 [INFO] [stderr] Compiling calloop v0.12.4 [INFO] [stderr] Compiling env_logger v0.10.2 [INFO] [stderr] Compiling wayland-client v0.31.2 [INFO] [stderr] Compiling wayland-csd-frame v0.3.0 [INFO] [stderr] Compiling zstd v0.13.1 [INFO] [stderr] Compiling wayland-protocols v0.31.2 [INFO] [stderr] Compiling wayland-cursor v0.31.1 [INFO] [stderr] Compiling calloop-wayland-source v0.2.0 [INFO] [stderr] Compiling wgpu-hal v0.16.2 [INFO] [stderr] Compiling wayland-protocols-wlr v0.2.0 [INFO] [stderr] Compiling wayland-protocols-plasma v0.2.0 [INFO] [stderr] Compiling smithay-client-toolkit v0.18.1 [INFO] [stderr] Compiling wgpu-core v0.16.1 [INFO] [stderr] Compiling sctk-adwaita v0.8.1 [INFO] [stderr] Compiling winit v0.29.15 [INFO] [stderr] Compiling wgpu v0.16.3 [INFO] [stderr] Compiling winit_input_helper v0.16.0 [INFO] [stderr] Compiling pixels v0.13.0 [INFO] [stderr] Compiling jemallocator v0.5.4 [INFO] [stderr] Compiling nbody v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `ControlFlow` [INFO] [stdout] --> src/main.rs:23:25 [INFO] [stdout] | [INFO] [stdout] 23 | use winit::event_loop::{ControlFlow, EventLoop}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `window_id` [INFO] [stdout] --> src/main.rs:149:34 [INFO] [stdout] | [INFO] [stdout] 149 | Event::WindowEvent { window_id, event: inner_event } => { [INFO] [stdout] | ^^^^^^^^^ help: try ignoring the field: `window_id: _` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `make_plummer` is never used [INFO] [stdout] --> src/main.rs:260:4 [INFO] [stdout] | [INFO] [stdout] 260 | fn make_plummer(n: u32, _seed: u32, center_mass: u32) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `rotate_right` is never used [INFO] [stdout] --> src/main.rs:285:4 [INFO] [stdout] | [INFO] [stdout] 285 | fn rotate_right(vec: &Vec2) -> Vec2 { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 31s [INFO] running `Command { std: "docker" "inspect" "403361aad0bd139c169066f7536559b8dc9cc01a17dffa8c5b0d743ecb10a428", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "403361aad0bd139c169066f7536559b8dc9cc01a17dffa8c5b0d743ecb10a428", kill_on_drop: false }` [INFO] [stdout] 403361aad0bd139c169066f7536559b8dc9cc01a17dffa8c5b0d743ecb10a428 [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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-12-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1a2fe9bec371486362ba85904f5e96783c54837192c1af062942316e2352f25b [INFO] running `Command { std: "docker" "start" "-a" "1a2fe9bec371486362ba85904f5e96783c54837192c1af062942316e2352f25b", kill_on_drop: false }` [INFO] [stderr] Compiling nbody v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `ControlFlow` [INFO] [stdout] --> src/main.rs:23:25 [INFO] [stdout] | [INFO] [stdout] 23 | use winit::event_loop::{ControlFlow, EventLoop}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `window_id` [INFO] [stdout] --> src/main.rs:149:34 [INFO] [stdout] | [INFO] [stdout] 149 | Event::WindowEvent { window_id, event: inner_event } => { [INFO] [stdout] | ^^^^^^^^^ help: try ignoring the field: `window_id: _` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `make_plummer` is never used [INFO] [stdout] --> src/main.rs:260:4 [INFO] [stdout] | [INFO] [stdout] 260 | fn make_plummer(n: u32, _seed: u32, center_mass: u32) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `rotate_right` is never used [INFO] [stdout] --> src/main.rs:285:4 [INFO] [stdout] | [INFO] [stdout] 285 | fn rotate_right(vec: &Vec2) -> Vec2 { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 3.27s [INFO] running `Command { std: "docker" "inspect" "1a2fe9bec371486362ba85904f5e96783c54837192c1af062942316e2352f25b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1a2fe9bec371486362ba85904f5e96783c54837192c1af062942316e2352f25b", kill_on_drop: false }` [INFO] [stdout] 1a2fe9bec371486362ba85904f5e96783c54837192c1af062942316e2352f25b [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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-12-08" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b7f4d46b03d367f6d4c43e16fc707de1d864cc35e4cfc61535551d6154f90a68 [INFO] running `Command { std: "docker" "start" "-a" "b7f4d46b03d367f6d4c43e16fc707de1d864cc35e4cfc61535551d6154f90a68", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `ControlFlow` [INFO] [stderr] --> src/main.rs:23:25 [INFO] [stderr] | [INFO] [stderr] 23 | use winit::event_loop::{ControlFlow, EventLoop}; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `window_id` [INFO] [stderr] --> src/main.rs:149:34 [INFO] [stderr] | [INFO] [stderr] 149 | Event::WindowEvent { window_id, event: inner_event } => { [INFO] [stderr] | ^^^^^^^^^ help: try ignoring the field: `window_id: _` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function `make_plummer` is never used [INFO] [stderr] --> src/main.rs:260:4 [INFO] [stderr] | [INFO] [stderr] 260 | fn make_plummer(n: u32, _seed: u32, center_mass: u32) -> Vec { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function `rotate_right` is never used [INFO] [stderr] --> src/main.rs:285:4 [INFO] [stderr] | [INFO] [stderr] 285 | fn rotate_right(vec: &Vec2) -> Vec2 { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `nbody` (bin "nbody" test) generated 4 warnings (run `cargo fix --bin "nbody" --tests` to apply 1 suggestion) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.17s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/nbody-48883d366a158a7a) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b7f4d46b03d367f6d4c43e16fc707de1d864cc35e4cfc61535551d6154f90a68", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b7f4d46b03d367f6d4c43e16fc707de1d864cc35e4cfc61535551d6154f90a68", kill_on_drop: false }` [INFO] [stdout] b7f4d46b03d367f6d4c43e16fc707de1d864cc35e4cfc61535551d6154f90a68