[INFO] cloning repository https://github.com/DukMastaaa/pps-hpc-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/DukMastaaa/pps-hpc-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDukMastaaa%2Fpps-hpc-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDukMastaaa%2Fpps-hpc-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 21091fb7eecb040116f24cc30c688871a844e3f8 [INFO] checking DukMastaaa/pps-hpc-rs against 98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3 for pr-160235-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDukMastaaa%2Fpps-hpc-rs" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/DukMastaaa/pps-hpc-rs [INFO] finished tweaking git repo https://github.com/DukMastaaa/pps-hpc-rs [INFO] tweaked toml for git repo https://github.com/DukMastaaa/pps-hpc-rs written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/DukMastaaa/pps-hpc-rs on toolchain 98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/DukMastaaa/pps-hpc-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" "+98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] 4a797ed10a2be451893800502d218a75ce845f104a45d1a55c017ea57dbbbf20 [INFO] running `Command { std: "docker" "start" "4a797ed10a2be451893800502d218a75ce845f104a45d1a55c017ea57dbbbf20", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4a797ed10a2be451893800502d218a75ce845f104a45d1a55c017ea57dbbbf20", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4a797ed10a2be451893800502d218a75ce845f104a45d1a55c017ea57dbbbf20" "/opt/rustwide/cargo-home/bin/cargo" "+98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4a797ed10a2be451893800502d218a75ce845f104a45d1a55c017ea57dbbbf20", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4a797ed10a2be451893800502d218a75ce845f104a45d1a55c017ea57dbbbf20" "/opt/rustwide/cargo-home/bin/cargo" "+98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.146 [INFO] [stderr] Checking ppv-lite86 v0.2.17 [INFO] [stderr] Checking getrandom v0.2.10 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking pps-hpc-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: struct `Particle` is never constructed [INFO] [stdout] --> src/simd.rs:17:8 [INFO] [stdout] | [INFO] [stdout] 17 | struct Particle { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `encode` is never used [INFO] [stdout] --> src/simd.rs:26:8 [INFO] [stdout] | [INFO] [stdout] 25 | impl Particle { [INFO] [stdout] | ------------- method in this implementation [INFO] [stdout] 26 | fn encode(&self) -> Vec { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `compress256` is never used [INFO] [stdout] --> src/simd.rs:55:11 [INFO] [stdout] | [INFO] [stdout] 55 | unsafe fn compress256(src: __m256, mask: u32) -> __m256 { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `wrap256` is never used [INFO] [stdout] --> src/simd.rs:81:11 [INFO] [stdout] | [INFO] [stdout] 81 | unsafe fn wrap256(x: __m256, max: __m256) -> __m256 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `SpecificParams` is never constructed [INFO] [stdout] --> src/simd.rs:96:12 [INFO] [stdout] | [INFO] [stdout] 96 | pub struct SpecificParams {} [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `VectorisedConstants` is never constructed [INFO] [stdout] --> src/simd.rs:99:8 [INFO] [stdout] | [INFO] [stdout] 99 | struct VectorisedConstants { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `SIMDSimulation` is never constructed [INFO] [stdout] --> src/simd.rs:108:12 [INFO] [stdout] | [INFO] [stdout] 108 | pub struct SIMDSimulation { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `SCALE` is never used [INFO] [stdout] --> src/simd.rs:116:7 [INFO] [stdout] | [INFO] [stdout] 116 | const SCALE: i32 = 4; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `CHUNK_SIZE` is never used [INFO] [stdout] --> src/simd.rs:117:7 [INFO] [stdout] | [INFO] [stdout] 117 | const CHUNK_SIZE: usize = std::mem::size_of::<__m256>() / std::mem::size_of::(); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new`, `filter_close_particles_in_chunk`, `filter_all_close_particles`, and `count_left_right_neighbours` are never used [INFO] [stdout] --> src/simd.rs:120:12 [INFO] [stdout] | [INFO] [stdout] 119 | impl SIMDSimulation { [INFO] [stdout] | ------------------- associated items in this implementation [INFO] [stdout] 120 | pub fn new( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 149 | unsafe fn filter_close_particles_in_chunk( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 220 | unsafe fn filter_all_close_particles( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 286 | unsafe fn count_left_right_neighbours( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Particle` is never constructed [INFO] [stdout] --> src/simd.rs:17:8 [INFO] [stdout] | [INFO] [stdout] 17 | struct Particle { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `encode` is never used [INFO] [stdout] --> src/simd.rs:26:8 [INFO] [stdout] | [INFO] [stdout] 25 | impl Particle { [INFO] [stdout] | ------------- method in this implementation [INFO] [stdout] 26 | fn encode(&self) -> Vec { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `compress256` is never used [INFO] [stdout] --> src/simd.rs:55:11 [INFO] [stdout] | [INFO] [stdout] 55 | unsafe fn compress256(src: __m256, mask: u32) -> __m256 { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `wrap256` is never used [INFO] [stdout] --> src/simd.rs:81:11 [INFO] [stdout] | [INFO] [stdout] 81 | unsafe fn wrap256(x: __m256, max: __m256) -> __m256 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `SpecificParams` is never constructed [INFO] [stdout] --> src/simd.rs:96:12 [INFO] [stdout] | [INFO] [stdout] 96 | pub struct SpecificParams {} [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `VectorisedConstants` is never constructed [INFO] [stdout] --> src/simd.rs:99:8 [INFO] [stdout] | [INFO] [stdout] 99 | struct VectorisedConstants { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `SIMDSimulation` is never constructed [INFO] [stdout] --> src/simd.rs:108:12 [INFO] [stdout] | [INFO] [stdout] 108 | pub struct SIMDSimulation { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `SCALE` is never used [INFO] [stdout] --> src/simd.rs:116:7 [INFO] [stdout] | [INFO] [stdout] 116 | const SCALE: i32 = 4; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `CHUNK_SIZE` is never used [INFO] [stdout] --> src/simd.rs:117:7 [INFO] [stdout] | [INFO] [stdout] 117 | const CHUNK_SIZE: usize = std::mem::size_of::<__m256>() / std::mem::size_of::(); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new`, `filter_close_particles_in_chunk`, `filter_all_close_particles`, and `count_left_right_neighbours` are never used [INFO] [stdout] --> src/simd.rs:120:12 [INFO] [stdout] | [INFO] [stdout] 119 | impl SIMDSimulation { [INFO] [stdout] | ------------------- associated items in this implementation [INFO] [stdout] 120 | pub fn new( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 149 | unsafe fn filter_close_particles_in_chunk( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 220 | unsafe fn filter_all_close_particles( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 286 | unsafe fn count_left_right_neighbours( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.34s [INFO] running `Command { std: "docker" "inspect" "4a797ed10a2be451893800502d218a75ce845f104a45d1a55c017ea57dbbbf20", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4a797ed10a2be451893800502d218a75ce845f104a45d1a55c017ea57dbbbf20", kill_on_drop: false }` [INFO] [stdout] 4a797ed10a2be451893800502d218a75ce845f104a45d1a55c017ea57dbbbf20