[INFO] cloning repository https://github.com/predomics/gpredomics
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/predomics/gpredomics" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpredomics%2Fgpredomics", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpredomics%2Fgpredomics'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] faff348892ca0047de560daf41ec89029861b4fe
[INFO] checking predomics/gpredomics against 416264364aa47959f5827723e1d7dabc95d0744b for pr-162242
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpredomics%2Fgpredomics" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-3-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/predomics/gpredomics
[INFO] finished tweaking git repo https://github.com/predomics/gpredomics
[INFO] tweaked toml for git repo https://github.com/predomics/gpredomics written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/predomics/gpredomics on toolchain 416264364aa47959f5827723e1d7dabc95d0744b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+416264364aa47959f5827723e1d7dabc95d0744b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/predomics/gpredomics 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" "+416264364aa47959f5827723e1d7dabc95d0744b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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] 1d19e1bd582840d676a976a976d27510846264a819aaccfb2842d91d759a0c7e
[INFO] running `Command { std: "docker" "start" "1d19e1bd582840d676a976a976d27510846264a819aaccfb2842d91d759a0c7e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1d19e1bd582840d676a976a976d27510846264a819aaccfb2842d91d759a0c7e", 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" "1d19e1bd582840d676a976a976d27510846264a819aaccfb2842d91d759a0c7e" "/opt/rustwide/cargo-home/bin/cargo" "+416264364aa47959f5827723e1d7dabc95d0744b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1d19e1bd582840d676a976a976d27510846264a819aaccfb2842d91d759a0c7e", 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" "1d19e1bd582840d676a976a976d27510846264a819aaccfb2842d91d759a0c7e" "/opt/rustwide/cargo-home/bin/cargo" "+416264364aa47959f5827723e1d7dabc95d0744b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling serde v1.0.216
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling rustversion v1.0.19
[INFO] [stderr]     Checking foldhash v0.1.4
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling thiserror v2.0.11
[INFO] [stderr]     Checking bit-vec v0.8.0
[INFO] [stderr]    Compiling khronos-egl v6.0.0
[INFO] [stderr]     Checking termcolor v1.4.1
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]     Checking unicode-width v0.1.14
[INFO] [stderr]    Compiling ash v0.38.0+1.3.281
[INFO] [stderr]    Compiling matrixmultiply v0.3.9
[INFO] [stderr]    Compiling naga v24.0.0
[INFO] [stderr]     Checking hashbrown v0.15.2
[INFO] [stderr]    Compiling wgpu-hal v24.0.0
[INFO] [stderr]    Compiling anyhow v1.0.98
[INFO] [stderr]     Checking once_cell v1.20.2
[INFO] [stderr]     Checking bit-set v0.8.0
[INFO] [stderr]     Checking codespan-reporting v0.11.1
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]     Checking unicode-xid v0.2.6
[INFO] [stderr]     Checking hexf-parse v0.2.1
[INFO] [stderr]    Compiling wgpu-core v24.0.0
[INFO] [stderr]     Checking anstyle v1.0.11
[INFO] [stderr]     Checking renderdoc-sys v1.1.0
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]     Checking profiling v1.0.16
[INFO] [stderr]    Compiling litrs v0.4.1
[INFO] [stderr]     Checking itoa v1.0.14
[INFO] [stderr]     Checking raw-window-handle v0.6.2
[INFO] [stderr]     Checking glow v0.16.0
[INFO] [stderr]     Checking rawpointer v0.2.1
[INFO] [stderr]     Checking anstream v0.6.19
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]    Compiling wgpu v24.0.1
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling serde_json v1.0.134
[INFO] [stderr]     Checking iana-time-zone v0.1.61
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking indexmap v2.7.0
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking ordered-float v4.6.0
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]    Compiling document-features v0.2.10
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]     Checking chrono v0.4.39
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking rmp v0.8.14
[INFO] [stderr]     Checking clap_builder v4.5.41
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking rand_xoshiro v0.6.0
[INFO] [stderr]    Compiling syn v2.0.92
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking is-terminal v0.4.13
[INFO] [stderr]     Checking csv-core v0.1.11
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]    Compiling gpredomics v1.0.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking glob v0.3.1
[INFO] [stderr]     Checking unsafe-libyaml v0.2.11
[INFO] [stderr]     Checking nu-ansi-term v0.49.0
[INFO] [stderr]     Checking pollster v0.4.0
[INFO] [stderr]     Checking fishers_exact v1.0.1
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking fast-float2 v0.2.3
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]    Compiling serde_derive v1.0.216
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling bytemuck_derive v1.8.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.11
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling clap_derive v4.5.41
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking flexi_logger v0.27.4
[INFO] [stderr]     Checking clap v4.5.41
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]     Checking bytemuck v1.21.0
[INFO] [stderr]     Checking safe_arch v0.7.4
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking wide v0.7.30
[INFO] [stderr]     Checking rand v0.8.6
[INFO] [stderr]     Checking rand_distr v0.4.3
[INFO] [stderr]     Checking argmin-math v0.4.0
[INFO] [stderr]     Checking argmin v0.10.0
[INFO] [stderr]     Checking simba v0.9.0
[INFO] [stderr]     Checking bitflags v2.8.0
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking toml v0.5.11
[INFO] [stderr]     Checking serde_yaml v0.9.34+deprecated
[INFO] [stderr]     Checking rmp-serde v1.3.0
[INFO] [stderr]     Checking csv v1.3.1
[INFO] [stderr]     Checking gpu-alloc-types v0.3.0
[INFO] [stderr]     Checking gpu-descriptor-types v0.2.0
[INFO] [stderr]     Checking spirv v0.3.0+sdk-1.3.268.0
[INFO] [stderr]     Checking wgpu-types v24.0.0
[INFO] [stderr]     Checking rustix v1.1.2
[INFO] [stderr]     Checking gpu-descriptor v0.3.1
[INFO] [stderr]     Checking gpu-alloc v0.6.0
[INFO] [stderr]     Checking nalgebra v0.33.2
[INFO] [stderr]     Checking tempfile v3.23.0
[INFO] [stderr]     Checking statrs v0.18.0
[INFO] [stdout] warning: use of deprecated constant `std::f64::MAX`: replaced by the `MAX` associated constant on `f64`
[INFO] [stdout]     --> src/population.rs:1853:14
[INFO] [stdout]      |
[INFO] [stdout] 1853 |         f64::MAX,
[INFO] [stdout]      |              ^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::MAX`: replaced by the `MAX` associated constant on `f64`
[INFO] [stdout]     --> src/population.rs:2024:32
[INFO] [stdout]      |
[INFO] [stdout] 2024 |         let mut previous_fit = MAX as f64;
[INFO] [stdout]      |                                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{closure@src/population.rs:495:23: 495:31}: Sync`
[INFO] [stdout]    --> src/population.rs:495:14
[INFO] [stdout]     |
[INFO] [stdout] 495 |             .for_each(|(n, i)| {
[INFO] [stdout]     |              ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: which requires `(&std::option::Option<GpuAssay>, &Vec<f64>, &data::Data, &Param, _): Sync`
[INFO] [stdout]     = note: which requires `&std::option::Option<GpuAssay>: Sync`
[INFO] [stdout]     = note: which requires `std::option::Option<GpuAssay>: Sync`
[INFO] [stdout]     = note: which requires `GpuAssay: Sync`
[INFO] [stdout]     = note: which requires `wgpu::Buffer: Sync`
[INFO] [stdout]     = note: which requires `wgpu::dispatch::DispatchBuffer: Sync`
[INFO] [stdout]     = note: which requires `Arc<wgpu::backend::wgpu_core::CoreBuffer>: Sync`
[INFO] [stdout]     = note: which requires `wgpu::backend::wgpu_core::CoreBuffer: Send`
[INFO] [stdout]     = note: which requires `wgpu::backend::wgpu_core::ContextWgpuCore: Send`
[INFO] [stdout]     = note: which requires `Arc<wgpu::wgpu_core::global::Global>: Send`
[INFO] [stdout]     = note: which requires `wgpu::wgpu_core::global::Global: Send`
[INFO] [stdout]     = note: which requires `Hub: Send`
[INFO] [stdout]     = note: which requires `registry::Registry<Arc<wgpu::wgpu_core::command::CommandBuffer>>: Send`
[INFO] [stdout]     = note: which requires `core::lock::vanilla::RwLock<storage::Storage<Arc<wgpu::wgpu_core::command::CommandBuffer>>>: Send`
[INFO] [stdout]     = note: which requires `lock_api::rwlock::RwLock<parking_lot::raw_rwlock::RawRwLock, storage::Storage<Arc<wgpu::wgpu_core::command::CommandBuffer>>>: Send`
[INFO] [stdout]     = note: and so on...
[INFO] [stdout]     = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`gpredomics`)
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{closure@src/population.rs:495:23: 495:31}: Sync`
[INFO] [stdout]    --> src/population.rs:495:14
[INFO] [stdout]     |
[INFO] [stdout] 495 |             .for_each(|(n, i)| {
[INFO] [stdout]     |              ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: which requires `(&std::option::Option<gpu::GpuAssay>, &Vec<f64>, &data::Data, &param::Param, _): Sync`
[INFO] [stdout]     = note: which requires `&std::option::Option<gpu::GpuAssay>: Sync`
[INFO] [stdout]     = note: which requires `std::option::Option<gpu::GpuAssay>: Sync`
[INFO] [stdout]     = note: which requires `gpu::GpuAssay: Sync`
[INFO] [stdout]     = note: which requires `wgpu::Buffer: Sync`
[INFO] [stdout]     = note: which requires `wgpu::dispatch::DispatchBuffer: Sync`
[INFO] [stdout]     = note: which requires `std::sync::Arc<wgpu::backend::wgpu_core::CoreBuffer>: Sync`
[INFO] [stdout]     = note: which requires `wgpu::backend::wgpu_core::CoreBuffer: Send`
[INFO] [stdout]     = note: which requires `wgpu::backend::wgpu_core::ContextWgpuCore: Send`
[INFO] [stdout]     = note: which requires `std::sync::Arc<wgpu::wgpu_core::global::Global>: Send`
[INFO] [stdout]     = note: which requires `wgpu::wgpu_core::global::Global: Send`
[INFO] [stdout]     = note: which requires `Hub: Send`
[INFO] [stdout]     = note: which requires `registry::Registry<std::sync::Arc<wgpu::wgpu_core::command::CommandBuffer>>: Send`
[INFO] [stdout]     = note: which requires `core::lock::vanilla::RwLock<storage::Storage<std::sync::Arc<wgpu::wgpu_core::command::CommandBuffer>>>: Send`
[INFO] [stdout]     = note: which requires `lock_api::rwlock::RwLock<parking_lot::raw_rwlock::RawRwLock, storage::Storage<std::sync::Arc<wgpu::wgpu_core::command::CommandBuffer>>>: Send`
[INFO] [stdout]     = note: and so on...
[INFO] [stdout]     = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`gpredomics`)
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: unused dependency `argmin`
[INFO] [stderr]  --> Cargo.toml:6:1
[INFO] [stderr]   |
[INFO] [stderr] 6 | argmin = "0.10.0"
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::unused_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the dependency on `argmin`
[INFO] [stderr] warning: unused dependency `csv`
[INFO] [stderr]  --> Cargo.toml:9:1
[INFO] [stderr]   |
[INFO] [stderr] 9 | csv = "1.1"
[INFO] [stderr]   | ^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: consider removing the dependency on `csv`
[INFO] [stderr] warning: unused dependency `toml`
[INFO] [stderr]   --> Cargo.toml:25:1
[INFO] [stderr]    |
[INFO] [stderr] 25 | toml = "0.5"
[INFO] [stderr]    | ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the dependency on `toml`
[INFO] [stderr] warning: `gpredomics` (manifest) generated 3 warnings
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.75s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: naga v24.0.0, wgpu v24.0.1, wgpu-core v24.0.0, wgpu-hal v24.0.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "1d19e1bd582840d676a976a976d27510846264a819aaccfb2842d91d759a0c7e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1d19e1bd582840d676a976a976d27510846264a819aaccfb2842d91d759a0c7e", kill_on_drop: false }`
[INFO] [stdout] 1d19e1bd582840d676a976a976d27510846264a819aaccfb2842d91d759a0c7e
