[INFO] cloning repository https://github.com/hlinander/3dgs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hlinander/3dgs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhlinander%2F3dgs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhlinander%2F3dgs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9e7cf44e531983f656cefb4e09783dedebb74984 [INFO] testing hlinander/3dgs against try#bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b for pr-154756 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhlinander%2F3dgs" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/hlinander/3dgs [INFO] finished tweaking git repo https://github.com/hlinander/3dgs [INFO] tweaked toml for git repo https://github.com/hlinander/3dgs written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/hlinander/3dgs on toolchain bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/hlinander/3dgs 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" "+bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b4a8fbe8a3718767c917cd3344ef8671d27f5e89a5e932a2c2e563bb910f12f4 [INFO] running `Command { std: "docker" "start" "-a" "b4a8fbe8a3718767c917cd3344ef8671d27f5e89a5e932a2c2e563bb910f12f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b4a8fbe8a3718767c917cd3344ef8671d27f5e89a5e932a2c2e563bb910f12f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b4a8fbe8a3718767c917cd3344ef8671d27f5e89a5e932a2c2e563bb910f12f4", kill_on_drop: false }` [INFO] [stdout] b4a8fbe8a3718767c917cd3344ef8671d27f5e89a5e932a2c2e563bb910f12f4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e293c1e13cd3d50f1aa032204d3b874d1de375adfa086345c0bc889b8ceda396 [INFO] running `Command { std: "docker" "start" "-a" "e293c1e13cd3d50f1aa032204d3b874d1de375adfa086345c0bc889b8ceda396", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.85 [INFO] [stderr] Compiling serde v1.0.203 [INFO] [stderr] Compiling either v1.12.0 [INFO] [stderr] Compiling reborrow v0.5.5 [INFO] [stderr] Compiling seq-macro v0.3.5 [INFO] [stderr] Compiling raw-cpuid v10.7.0 [INFO] [stderr] Compiling toml_edit v0.21.1 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling aligned-vec v0.5.0 [INFO] [stderr] Compiling miniz_oxide v0.7.3 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling num-bigint v0.4.5 [INFO] [stderr] Compiling built v0.7.3 [INFO] [stderr] Compiling arrayvec v0.7.4 [INFO] [stderr] Compiling rand_distr v0.4.3 [INFO] [stderr] Compiling matrixmultiply v0.3.8 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling zip v1.1.4 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling noop_proc_macro v0.3.0 [INFO] [stderr] Compiling imgref v1.10.1 [INFO] [stderr] Compiling weezl v0.1.8 [INFO] [stderr] Compiling v_frame v0.3.8 [INFO] [stderr] Compiling bitstream-io v2.3.0 [INFO] [stderr] Compiling rav1e v0.7.1 [INFO] [stderr] Compiling rawpointer v0.2.1 [INFO] [stderr] Compiling new_debug_unreachable v1.0.6 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling anstream v0.6.14 [INFO] [stderr] Compiling loop9 v0.1.5 [INFO] [stderr] Compiling flume v0.11.0 [INFO] [stderr] Compiling avif-serialize v0.8.1 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling flate2 v1.0.30 [INFO] [stderr] Compiling memmap2 v0.9.4 [INFO] [stderr] Compiling approx v0.4.0 [INFO] [stderr] Compiling syn v2.0.66 [INFO] [stderr] Compiling lapack-sys v0.14.0 [INFO] [stderr] Compiling cblas-sys v0.1.4 [INFO] [stderr] Compiling fdeflate v0.3.4 [INFO] [stderr] Compiling simd_helpers v0.1.0 [INFO] [stderr] Compiling zune-inflate v0.2.54 [INFO] [stderr] Compiling jpeg-decoder v0.3.1 [INFO] [stderr] Compiling quick-error v2.0.1 [INFO] [stderr] Compiling clap_lex v0.7.1 [INFO] [stderr] Compiling zune-core v0.4.12 [INFO] [stderr] Compiling bit_field v0.10.2 [INFO] [stderr] Compiling lebe v0.5.2 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling byteorder-lite v0.1.0 [INFO] [stderr] Compiling zune-jpeg v0.4.11 [INFO] [stderr] Compiling num-rational v0.4.2 [INFO] [stderr] Compiling png v0.17.13 [INFO] [stderr] Compiling gif v0.13.1 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling clap_builder v4.5.7 [INFO] [stderr] Compiling tiff v0.9.1 [INFO] [stderr] Compiling proc-macro-crate v3.1.0 [INFO] [stderr] Compiling av1-grain v0.2.3 [INFO] [stderr] Compiling maybe-rayon v0.1.1 [INFO] [stderr] Compiling clap v4.5.7 [INFO] [stderr] Compiling synstructure v0.13.1 [INFO] [stderr] Compiling katexit v0.1.4 [INFO] [stderr] Compiling bytemuck_derive v1.7.0 [INFO] [stderr] Compiling serde_derive v1.0.203 [INFO] [stderr] Compiling thiserror-impl v1.0.61 [INFO] [stderr] Compiling profiling-procmacros v1.0.15 [INFO] [stderr] Compiling num_enum_derive v0.7.2 [INFO] [stderr] Compiling arg_enum_proc_macro v0.3.4 [INFO] [stderr] Compiling num-derive v0.4.2 [INFO] [stderr] Compiling displaydoc v0.2.4 [INFO] [stderr] Compiling zerofrom-derive v0.1.4 [INFO] [stderr] Compiling yoke-derive v0.7.4 [INFO] [stderr] Compiling profiling v1.0.15 [INFO] [stderr] Compiling num_enum v0.7.2 [INFO] [stderr] Compiling zerofrom v0.1.4 [INFO] [stderr] Compiling yoke v0.7.4 [INFO] [stderr] Compiling thiserror v1.0.61 [INFO] [stderr] Compiling image-webp v0.1.2 [INFO] [stderr] Compiling bytemuck v1.16.0 [INFO] [stderr] Compiling half v2.4.1 [INFO] [stderr] Compiling dyn-stack v0.10.0 [INFO] [stderr] Compiling rgb v0.8.37 [INFO] [stderr] Compiling qoi v0.4.1 [INFO] [stderr] Compiling exr v1.72.0 [INFO] [stderr] Compiling num-complex v0.4.6 [INFO] [stderr] Compiling serde_json v1.0.117 [INFO] [stderr] Compiling pulp v0.18.21 [INFO] [stderr] Compiling cauchy v0.4.0 [INFO] [stderr] Compiling ndarray v0.15.6 [INFO] [stderr] Compiling lax v0.16.0 [INFO] [stderr] Compiling ravif v0.11.5 [INFO] [stderr] Compiling safetensors v0.4.3 [INFO] [stderr] Compiling image v0.25.1 [INFO] [stderr] Compiling gemm-common v0.17.1 [INFO] [stderr] Compiling gemm-f32 v0.17.1 [INFO] [stderr] Compiling gemm-f64 v0.17.1 [INFO] [stderr] Compiling gemm-c64 v0.17.1 [INFO] [stderr] Compiling gemm-c32 v0.17.1 [INFO] [stderr] Compiling gemm-f16 v0.17.1 [INFO] [stderr] Compiling gemm v0.17.1 [INFO] [stderr] Compiling candle-core v0.5.1 [INFO] [stderr] Compiling ndarray-linalg v0.16.0 [INFO] [stderr] Compiling candle-nn v0.5.1 [INFO] [stderr] Compiling bitnet v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0463]: can't find crate for `accelerate_src` [INFO] [stdout] --> src/gauss.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | extern crate accelerate_src; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `accelerate_src` [INFO] [stdout] --> src/gauss.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | extern crate accelerate_src; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ndarray_linalg::cholesky::*` [INFO] [stdout] --> src/gauss_full.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use ndarray_linalg::cholesky::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rand::Rng` [INFO] [stdout] --> src/gauss_full.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use rand::Rng; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `io::Cursor` and `process::exit` [INFO] [stdout] --> src/gauss_full.rs:14:11 [INFO] [stdout] | [INFO] [stdout] 14 | use std::{io::Cursor, process::exit}; [INFO] [stdout] | ^^^^^^^^^^ ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stderr] error: could not compile `bitnet` (bin "gauss") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `bitnet` (bin "bitnet") due to 1 previous error [INFO] [stdout] warning: unused import: `ndarray::prelude` [INFO] [stdout] --> src/gauss_full.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use ndarray::prelude::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `epoch` [INFO] [stdout] --> src/gauss_full.rs:427:9 [INFO] [stdout] | [INFO] [stdout] 427 | for epoch in 0..config.epochs { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_epoch` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `device` [INFO] [stdout] --> src/gauss_full.rs:528:9 [INFO] [stdout] | [INFO] [stdout] 528 | let device = match candle_core::Device::new_cuda(0) { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_device` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `trained_splats` [INFO] [stdout] --> src/gauss_full.rs:541:9 [INFO] [stdout] | [INFO] [stdout] 541 | let trained_splats = train_splats( [INFO] [stdout] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_trained_splats` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `create_J` is never used [INFO] [stdout] --> src/gauss_full.rs:310:8 [INFO] [stdout] | [INFO] [stdout] 30 | impl FastSplats { [INFO] [stdout] | --------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 310 | fn create_J( [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `generate_target_from_splats` is never used [INFO] [stdout] --> src/gauss_full.rs:517:4 [INFO] [stdout] | [INFO] [stdout] 517 | fn generate_target_from_splats(device: &Device) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `M` should have a snake case name [INFO] [stdout] --> src/gauss_full.rs:51:13 [INFO] [stdout] | [INFO] [stdout] 51 | let M = candle_core::Tensor::new( [INFO] [stdout] | ^ help: convert the identifier to snake case: `m` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Mqq` should have a snake case name [INFO] [stdout] --> src/gauss_full.rs:181:13 [INFO] [stdout] | [INFO] [stdout] 181 | let Mqq = self [INFO] [stdout] | ^^^ help: convert the identifier to snake case: `mqq` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Mqqmat` should have a snake case name [INFO] [stdout] --> src/gauss_full.rs:186:13 [INFO] [stdout] | [INFO] [stdout] 186 | let Mqqmat = Mqq.matmul(&bquat)?; [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `mqqmat` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Mqqmat2` should have a snake case name [INFO] [stdout] --> src/gauss_full.rs:187:13 [INFO] [stdout] | [INFO] [stdout] 187 | let Mqqmat2 = Mqqmat [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `mqqmat2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `two_s_M` should have a snake case name [INFO] [stdout] --> src/gauss_full.rs:198:13 [INFO] [stdout] | [INFO] [stdout] 198 | let two_s_M = (two_s * Mqqmat2)?; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `two_s_m` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `R` should have a snake case name [INFO] [stdout] --> src/gauss_full.rs:213:13 [INFO] [stdout] | [INFO] [stdout] 213 | let R = self.rot(device)?; [INFO] [stdout] | ^ help: convert the identifier to snake case: `r` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `W` should have a snake case name [INFO] [stdout] --> src/gauss_full.rs:235:13 [INFO] [stdout] | [INFO] [stdout] 235 | let W = candle_core::Tensor::new( [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `w` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `W_expanded` should have a snake case name [INFO] [stdout] --> src/gauss_full.rs:247:13 [INFO] [stdout] | [INFO] [stdout] 247 | let W_expanded = W [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `w_expanded` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `J` should have a snake case name [INFO] [stdout] --> src/gauss_full.rs:266:13 [INFO] [stdout] | [INFO] [stdout] 266 | let J = self.create_Jinv(&u, device)?; [INFO] [stdout] | ^ help: convert the identifier to snake case: `j` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `C` should have a snake case name [INFO] [stdout] --> src/gauss_full.rs:279:13 [INFO] [stdout] | [INFO] [stdout] 279 | let C = cov_transformed [INFO] [stdout] | ^ help: convert the identifier to snake case (notice the capitalization): `c` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `create_J` should have a snake case name [INFO] [stdout] --> src/gauss_full.rs:310:8 [INFO] [stdout] | [INFO] [stdout] 310 | fn create_J( [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `create_j` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `J` should have a snake case name [INFO] [stdout] --> src/gauss_full.rs:322:13 [INFO] [stdout] | [INFO] [stdout] 322 | let J = candle_core::Tensor::zeros((self.n_splats, 3, 3), DType::F32, device)?; [INFO] [stdout] | ^ help: convert the identifier to snake case: `j` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `J` should have a snake case name [INFO] [stdout] --> src/gauss_full.rs:323:13 [INFO] [stdout] | [INFO] [stdout] 323 | let J = J.slice_assign(&[0..self.n_splats, 0..1, 0..1], &one_over_u2)?; [INFO] [stdout] | ^ help: convert the identifier to snake case: `j` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `J` should have a snake case name [INFO] [stdout] --> src/gauss_full.rs:324:13 [INFO] [stdout] | [INFO] [stdout] 324 | let J = J.slice_assign(&[0..self.n_splats, 1..2, 1..2], &one_over_u2)?; [INFO] [stdout] | ^ help: convert the identifier to snake case: `j` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `J` should have a snake case name [INFO] [stdout] --> src/gauss_full.rs:325:13 [INFO] [stdout] | [INFO] [stdout] 325 | let J = J.slice_assign( [INFO] [stdout] | ^ help: convert the identifier to snake case: `j` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `J` should have a snake case name [INFO] [stdout] --> src/gauss_full.rs:329:13 [INFO] [stdout] | [INFO] [stdout] 329 | let J = J.slice_assign( [INFO] [stdout] | ^ help: convert the identifier to snake case: `j` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `J` should have a snake case name [INFO] [stdout] --> src/gauss_full.rs:333:13 [INFO] [stdout] | [INFO] [stdout] 333 | let J = J.slice_assign(&[0..self.n_splats, 2..3, 0..1], &(&u0 * &one_over_u_norm)?)?; [INFO] [stdout] | ^ help: convert the identifier to snake case: `j` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `J` should have a snake case name [INFO] [stdout] --> src/gauss_full.rs:334:13 [INFO] [stdout] | [INFO] [stdout] 334 | let J = J.slice_assign(&[0..self.n_splats, 2..3, 1..2], &(&u1 * &one_over_u_norm)?)?; [INFO] [stdout] | ^ help: convert the identifier to snake case: `j` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `J` should have a snake case name [INFO] [stdout] --> src/gauss_full.rs:335:13 [INFO] [stdout] | [INFO] [stdout] 335 | let J = J.slice_assign(&[0..self.n_splats, 2..3, 2..3], &(&u2 * &one_over_u_norm)?)?; [INFO] [stdout] | ^ help: convert the identifier to snake case: `j` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `J` should have a snake case name [INFO] [stdout] --> src/gauss_full.rs:336:13 [INFO] [stdout] | [INFO] [stdout] 336 | let J = J.contiguous()?; [INFO] [stdout] | ^ help: convert the identifier to snake case: `j` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `create_Jinv` should have a snake case name [INFO] [stdout] --> src/gauss_full.rs:339:8 [INFO] [stdout] | [INFO] [stdout] 339 | fn create_Jinv( [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `create_jinv` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `J` should have a snake case name [INFO] [stdout] --> src/gauss_full.rs:353:13 [INFO] [stdout] | [INFO] [stdout] 353 | let J = candle_core::Tensor::zeros((self.n_splats, 3, 3), DType::F32, device)?; [INFO] [stdout] | ^ help: convert the identifier to snake case: `j` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `J` should have a snake case name [INFO] [stdout] --> src/gauss_full.rs:354:13 [INFO] [stdout] | [INFO] [stdout] 354 | let J = J.slice_assign( [INFO] [stdout] | ^ help: convert the identifier to snake case: `j` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `J` should have a snake case name [INFO] [stdout] --> src/gauss_full.rs:358:13 [INFO] [stdout] | [INFO] [stdout] 358 | let J = J.slice_assign( [INFO] [stdout] | ^ help: convert the identifier to snake case: `j` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `J` should have a snake case name [INFO] [stdout] --> src/gauss_full.rs:362:13 [INFO] [stdout] | [INFO] [stdout] 362 | let J = J.slice_assign( [INFO] [stdout] | ^ help: convert the identifier to snake case: `j` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `J` should have a snake case name [INFO] [stdout] --> src/gauss_full.rs:366:13 [INFO] [stdout] | [INFO] [stdout] 366 | let J = J.slice_assign( [INFO] [stdout] | ^ help: convert the identifier to snake case: `j` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `J` should have a snake case name [INFO] [stdout] --> src/gauss_full.rs:370:13 [INFO] [stdout] | [INFO] [stdout] 370 | let J = J.slice_assign( [INFO] [stdout] | ^ help: convert the identifier to snake case: `j` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `J` should have a snake case name [INFO] [stdout] --> src/gauss_full.rs:374:13 [INFO] [stdout] | [INFO] [stdout] 374 | let J = J.slice_assign( [INFO] [stdout] | ^ help: convert the identifier to snake case: `j` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `J` should have a snake case name [INFO] [stdout] --> src/gauss_full.rs:379:13 [INFO] [stdout] | [INFO] [stdout] 379 | let J = J.slice_assign(&[0..self.n_splats, 0..1, 2..3], &(u0 / &one_over_u_norm)?)?; [INFO] [stdout] | ^ help: convert the identifier to snake case: `j` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `J` should have a snake case name [INFO] [stdout] --> src/gauss_full.rs:380:13 [INFO] [stdout] | [INFO] [stdout] 380 | let J = J.slice_assign(&[0..self.n_splats, 1..2, 2..3], &(u1 / &one_over_u_norm)?)?; [INFO] [stdout] | ^ help: convert the identifier to snake case: `j` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `J` should have a snake case name [INFO] [stdout] --> src/gauss_full.rs:381:13 [INFO] [stdout] | [INFO] [stdout] 381 | let J = J.slice_assign(&[0..self.n_splats, 2..3, 2..3], &(u2 / &one_over_u_norm)?)?; [INFO] [stdout] | ^ help: convert the identifier to snake case: `j` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `J` should have a snake case name [INFO] [stdout] --> src/gauss_full.rs:382:13 [INFO] [stdout] | [INFO] [stdout] 382 | let J = J.contiguous()?; [INFO] [stdout] | ^ help: convert the identifier to snake case: `j` [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "e293c1e13cd3d50f1aa032204d3b874d1de375adfa086345c0bc889b8ceda396", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e293c1e13cd3d50f1aa032204d3b874d1de375adfa086345c0bc889b8ceda396", kill_on_drop: false }` [INFO] [stdout] e293c1e13cd3d50f1aa032204d3b874d1de375adfa086345c0bc889b8ceda396