[INFO] cloning repository https://github.com/duvet86/dual-contouring [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/duvet86/dual-contouring" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fduvet86%2Fdual-contouring", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fduvet86%2Fdual-contouring'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3b8bdbc199c84b4bde8b608683cea634b2060db9 [INFO] testing duvet86/dual-contouring against 1.86.0 for beta-1.87-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fduvet86%2Fdual-contouring" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/duvet86/dual-contouring on toolchain 1.86.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.86.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/duvet86/dual-contouring [INFO] finished tweaking git repo https://github.com/duvet86/dual-contouring [INFO] tweaked toml for git repo https://github.com/duvet86/dual-contouring written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/duvet86/dual-contouring 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" "+1.86.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1.86.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5b036d1ffaf8fbbe3d9fa79ce7cace8b3cc81c414bb0270f1b63227fcb75885d [INFO] running `Command { std: "docker" "start" "-a" "5b036d1ffaf8fbbe3d9fa79ce7cace8b3cc81c414bb0270f1b63227fcb75885d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5b036d1ffaf8fbbe3d9fa79ce7cace8b3cc81c414bb0270f1b63227fcb75885d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5b036d1ffaf8fbbe3d9fa79ce7cace8b3cc81c414bb0270f1b63227fcb75885d", kill_on_drop: false }` [INFO] [stdout] 5b036d1ffaf8fbbe3d9fa79ce7cace8b3cc81c414bb0270f1b63227fcb75885d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1.86.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9291993d4409846cb762dd34ad18b2b5115753348e4f2ca22e5fa6d51d635756 [INFO] running `Command { std: "docker" "start" "-a" "9291993d4409846cb762dd34ad18b2b5115753348e4f2ca22e5fa6d51d635756", kill_on_drop: false }` [INFO] [stderr] Compiling dual-contouring v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: fields `coords` and `size` are never read [INFO] [stdout] --> src/octree_container.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct NodeParameters { [INFO] [stdout] | -------------- fields in this struct [INFO] [stdout] 6 | pub coords: Vec3, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 7 | pub size: f32, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/octree_node.rs:29:12 [INFO] [stdout] | [INFO] [stdout] 16 | impl OctreeNode { [INFO] [stdout] | --------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 29 | pub fn new(position: Vec3, size: f32, node_idx: usize) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `SMat3` is never constructed [INFO] [stdout] --> src/svd.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | pub struct SMat3 { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple associated items are never used [INFO] [stdout] --> src/svd.rs:11:12 [INFO] [stdout] | [INFO] [stdout] 10 | impl SMat3 { [INFO] [stdout] | ---------- associated items in this implementation [INFO] [stdout] 11 | pub fn new(m00: f32, m01: f32, m02: f32, m11: f32, m12: f32, m22: f32) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 15 | pub fn new_empty() -> Self { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 19 | pub fn clear() -> Self { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 30 | pub fn set_symmetric(m00: f32, m01: f32, m02: f32, m11: f32, m12: f32, m22: f32) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 41 | pub fn set_symmetric_from_rhs(rhs: &SMat3) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 52 | pub fn fnorm(self) -> f32 { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 65 | pub fn off(&self) -> f32 { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 69 | pub fn rot01(&self, c: f32, s: f32) -> Self { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 84 | pub fn rot02(&self) -> Self { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 101 | pub fn rot12(&self) -> Self { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Mat3` is never constructed [INFO] [stdout] --> src/svd.rs:120:12 [INFO] [stdout] | [INFO] [stdout] 120 | pub struct Mat3 { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Mat3` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple associated items are never used [INFO] [stdout] --> src/svd.rs:133:12 [INFO] [stdout] | [INFO] [stdout] 132 | impl Mat3 { [INFO] [stdout] | --------- associated items in this implementation [INFO] [stdout] 133 | pub fn new( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 157 | pub fn set( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 181 | pub fn clear() -> Self { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 185 | pub fn set_from_rhs(rhs: &Mat3) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 191 | pub fn set_symmetric(a00: f32, a01: f32, a02: f32, a11: f32, a12: f32, a22: f32) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 195 | pub fn set_symmetric_from_rhs(rhs: &SMat3) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 199 | pub fn fnorm(&self) -> f32 { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 212 | pub fn off(&self) -> f32 { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 222 | pub fn mmul(&self, b: &Mat3) -> Self { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 236 | pub fn mmul_ata(&self) -> SMat3 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 247 | pub fn transpose(&self) -> Self { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 254 | pub fn rot01_post(&self, c: f32, s: f32) -> Self { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 268 | pub fn rot02_post(&self, c: f32, s: f32) -> Self { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 282 | pub fn rot12_post(&self, c: f32, s: f32) -> Self { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 296 | pub fn rotate01(&self, vtav: &SMat3) -> Self { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple associated items are never used [INFO] [stdout] --> src/svd.rs:333:12 [INFO] [stdout] | [INFO] [stdout] 316 | impl Vec3 { [INFO] [stdout] | --------- associated items in this implementation [INFO] [stdout] ... [INFO] [stdout] 333 | pub fn set_from_rhs(rhs: &Vec3) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 337 | pub fn add_scaled(&self, s: f32, rhs: &Vec3) -> Self { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 341 | pub fn dot(&self, b: &Vec3) -> f32 { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 345 | pub fn scale(&self, s: f32) -> Self { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 349 | pub fn normalize(&self) -> Self { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 359 | pub fn sub(&self, b: &Vec3) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 363 | pub fn vmul(&self, a: &Mat3) -> Self { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 371 | pub fn vmul_symmetric(&self, a: &SMat3) -> Vec3 { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `calc_symmetric_givens_coefficients` is never used [INFO] [stdout] --> src/svd.rs:380:8 [INFO] [stdout] | [INFO] [stdout] 380 | pub fn calc_symmetric_givens_coefficients(a_pp: f32, a_pq: f32, a_qq: f32) -> (f32, f32) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `idx` is never read [INFO] [stdout] --> src/vertex.rs:12:9 [INFO] [stdout] | [INFO] [stdout] 10 | pub struct Vertex { [INFO] [stdout] | ------ field in this struct [INFO] [stdout] 11 | pub coords: Vec3, [INFO] [stdout] 12 | pub idx: i32, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Vertex` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s [INFO] running `Command { std: "docker" "inspect" "9291993d4409846cb762dd34ad18b2b5115753348e4f2ca22e5fa6d51d635756", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9291993d4409846cb762dd34ad18b2b5115753348e4f2ca22e5fa6d51d635756", kill_on_drop: false }` [INFO] [stdout] 9291993d4409846cb762dd34ad18b2b5115753348e4f2ca22e5fa6d51d635756 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1.86.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cd9265a526c598724cd4c29509cc0b36cd44c8f2e3296b4ee07ee6e380988588 [INFO] running `Command { std: "docker" "start" "-a" "cd9265a526c598724cd4c29509cc0b36cd44c8f2e3296b4ee07ee6e380988588", kill_on_drop: false }` [INFO] [stderr] Compiling dual-contouring v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: fields `coords` and `size` are never read [INFO] [stdout] --> src/octree_container.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct NodeParameters { [INFO] [stdout] | -------------- fields in this struct [INFO] [stdout] 6 | pub coords: Vec3, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 7 | pub size: f32, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/octree_node.rs:29:12 [INFO] [stdout] | [INFO] [stdout] 16 | impl OctreeNode { [INFO] [stdout] | --------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 29 | pub fn new(position: Vec3, size: f32, node_idx: usize) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `SMat3` is never constructed [INFO] [stdout] --> src/svd.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | pub struct SMat3 { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple associated items are never used [INFO] [stdout] --> src/svd.rs:11:12 [INFO] [stdout] | [INFO] [stdout] 10 | impl SMat3 { [INFO] [stdout] | ---------- associated items in this implementation [INFO] [stdout] 11 | pub fn new(m00: f32, m01: f32, m02: f32, m11: f32, m12: f32, m22: f32) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 15 | pub fn new_empty() -> Self { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 19 | pub fn clear() -> Self { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 30 | pub fn set_symmetric(m00: f32, m01: f32, m02: f32, m11: f32, m12: f32, m22: f32) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 41 | pub fn set_symmetric_from_rhs(rhs: &SMat3) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 52 | pub fn fnorm(self) -> f32 { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 65 | pub fn off(&self) -> f32 { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 69 | pub fn rot01(&self, c: f32, s: f32) -> Self { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 84 | pub fn rot02(&self) -> Self { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 101 | pub fn rot12(&self) -> Self { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Mat3` is never constructed [INFO] [stdout] --> src/svd.rs:120:12 [INFO] [stdout] | [INFO] [stdout] 120 | pub struct Mat3 { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Mat3` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple associated items are never used [INFO] [stdout] --> src/svd.rs:133:12 [INFO] [stdout] | [INFO] [stdout] 132 | impl Mat3 { [INFO] [stdout] | --------- associated items in this implementation [INFO] [stdout] 133 | pub fn new( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 157 | pub fn set( [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 181 | pub fn clear() -> Self { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 185 | pub fn set_from_rhs(rhs: &Mat3) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 191 | pub fn set_symmetric(a00: f32, a01: f32, a02: f32, a11: f32, a12: f32, a22: f32) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 195 | pub fn set_symmetric_from_rhs(rhs: &SMat3) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 199 | pub fn fnorm(&self) -> f32 { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 212 | pub fn off(&self) -> f32 { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 222 | pub fn mmul(&self, b: &Mat3) -> Self { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 236 | pub fn mmul_ata(&self) -> SMat3 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 247 | pub fn transpose(&self) -> Self { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 254 | pub fn rot01_post(&self, c: f32, s: f32) -> Self { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 268 | pub fn rot02_post(&self, c: f32, s: f32) -> Self { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 282 | pub fn rot12_post(&self, c: f32, s: f32) -> Self { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 296 | pub fn rotate01(&self, vtav: &SMat3) -> Self { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple associated items are never used [INFO] [stdout] --> src/svd.rs:333:12 [INFO] [stdout] | [INFO] [stdout] 316 | impl Vec3 { [INFO] [stdout] | --------- associated items in this implementation [INFO] [stdout] ... [INFO] [stdout] 333 | pub fn set_from_rhs(rhs: &Vec3) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 337 | pub fn add_scaled(&self, s: f32, rhs: &Vec3) -> Self { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 341 | pub fn dot(&self, b: &Vec3) -> f32 { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 345 | pub fn scale(&self, s: f32) -> Self { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 349 | pub fn normalize(&self) -> Self { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 359 | pub fn sub(&self, b: &Vec3) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 363 | pub fn vmul(&self, a: &Mat3) -> Self { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 371 | pub fn vmul_symmetric(&self, a: &SMat3) -> Vec3 { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `calc_symmetric_givens_coefficients` is never used [INFO] [stdout] --> src/svd.rs:380:8 [INFO] [stdout] | [INFO] [stdout] 380 | pub fn calc_symmetric_givens_coefficients(a_pp: f32, a_pq: f32, a_qq: f32) -> (f32, f32) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `idx` is never read [INFO] [stdout] --> src/vertex.rs:12:9 [INFO] [stdout] | [INFO] [stdout] 10 | pub struct Vertex { [INFO] [stdout] | ------ field in this struct [INFO] [stdout] 11 | pub coords: Vec3, [INFO] [stdout] 12 | pub idx: i32, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Vertex` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.51s [INFO] running `Command { std: "docker" "inspect" "cd9265a526c598724cd4c29509cc0b36cd44c8f2e3296b4ee07ee6e380988588", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cd9265a526c598724cd4c29509cc0b36cd44c8f2e3296b4ee07ee6e380988588", kill_on_drop: false }` [INFO] [stdout] cd9265a526c598724cd4c29509cc0b36cd44c8f2e3296b4ee07ee6e380988588 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1.86.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] faae1a3ba10f387266396473339cba5bc473780dc11c7bdf3d464d4c1ed6597b [INFO] running `Command { std: "docker" "start" "-a" "faae1a3ba10f387266396473339cba5bc473780dc11c7bdf3d464d4c1ed6597b", kill_on_drop: false }` [INFO] [stderr] warning: fields `coords` and `size` are never read [INFO] [stderr] --> src/octree_container.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 5 | pub struct NodeParameters { [INFO] [stderr] | -------------- fields in this struct [INFO] [stderr] 6 | pub coords: Vec3, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 7 | pub size: f32, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function `new` is never used [INFO] [stderr] --> src/octree_node.rs:29:12 [INFO] [stderr] | [INFO] [stderr] 16 | impl OctreeNode { [INFO] [stderr] | --------------- associated function in this implementation [INFO] [stderr] ... [INFO] [stderr] 29 | pub fn new(position: Vec3, size: f32, node_idx: usize) -> Self { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: struct `SMat3` is never constructed [INFO] [stderr] --> src/svd.rs:1:12 [INFO] [stderr] | [INFO] [stderr] 1 | pub struct SMat3 { [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: multiple associated items are never used [INFO] [stderr] --> src/svd.rs:11:12 [INFO] [stderr] | [INFO] [stderr] 10 | impl SMat3 { [INFO] [stderr] | ---------- associated items in this implementation [INFO] [stderr] 11 | pub fn new(m00: f32, m01: f32, m02: f32, m11: f32, m12: f32, m22: f32) -> Self { [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 15 | pub fn new_empty() -> Self { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 19 | pub fn clear() -> Self { [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 30 | pub fn set_symmetric(m00: f32, m01: f32, m02: f32, m11: f32, m12: f32, m22: f32) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 41 | pub fn set_symmetric_from_rhs(rhs: &SMat3) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 52 | pub fn fnorm(self) -> f32 { [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 65 | pub fn off(&self) -> f32 { [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 69 | pub fn rot01(&self, c: f32, s: f32) -> Self { [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 84 | pub fn rot02(&self) -> Self { [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 101 | pub fn rot12(&self) -> Self { [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: struct `Mat3` is never constructed [INFO] [stderr] --> src/svd.rs:120:12 [INFO] [stderr] | [INFO] [stderr] 120 | pub struct Mat3 { [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `Mat3` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: multiple associated items are never used [INFO] [stderr] --> src/svd.rs:133:12 [INFO] [stderr] | [INFO] [stderr] 132 | impl Mat3 { [INFO] [stderr] | --------- associated items in this implementation [INFO] [stderr] 133 | pub fn new( [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 157 | pub fn set( [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 181 | pub fn clear() -> Self { [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 185 | pub fn set_from_rhs(rhs: &Mat3) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 191 | pub fn set_symmetric(a00: f32, a01: f32, a02: f32, a11: f32, a12: f32, a22: f32) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 195 | pub fn set_symmetric_from_rhs(rhs: &SMat3) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 199 | pub fn fnorm(&self) -> f32 { [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 212 | pub fn off(&self) -> f32 { [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 222 | pub fn mmul(&self, b: &Mat3) -> Self { [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 236 | pub fn mmul_ata(&self) -> SMat3 { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 247 | pub fn transpose(&self) -> Self { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 254 | pub fn rot01_post(&self, c: f32, s: f32) -> Self { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 268 | pub fn rot02_post(&self, c: f32, s: f32) -> Self { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 282 | pub fn rot12_post(&self, c: f32, s: f32) -> Self { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 296 | pub fn rotate01(&self, vtav: &SMat3) -> Self { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: multiple associated items are never used [INFO] [stderr] --> src/svd.rs:333:12 [INFO] [stderr] | [INFO] [stderr] 316 | impl Vec3 { [INFO] [stderr] | --------- associated items in this implementation [INFO] [stderr] ... [INFO] [stderr] 333 | pub fn set_from_rhs(rhs: &Vec3) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 337 | pub fn add_scaled(&self, s: f32, rhs: &Vec3) -> Self { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 341 | pub fn dot(&self, b: &Vec3) -> f32 { [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 345 | pub fn scale(&self, s: f32) -> Self { [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 349 | pub fn normalize(&self) -> Self { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 359 | pub fn sub(&self, b: &Vec3) -> Self { [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 363 | pub fn vmul(&self, a: &Mat3) -> Self { [INFO] [stderr] | ^^^^ [INFO] [stderr] ... [INFO] [stderr] 371 | pub fn vmul_symmetric(&self, a: &SMat3) -> Vec3 { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `calc_symmetric_givens_coefficients` is never used [INFO] [stderr] --> src/svd.rs:380:8 [INFO] [stderr] | [INFO] [stderr] 380 | pub fn calc_symmetric_givens_coefficients(a_pp: f32, a_pq: f32, a_qq: f32) -> (f32, f32) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field `idx` is never read [INFO] [stderr] --> src/vertex.rs:12:9 [INFO] [stderr] | [INFO] [stderr] 10 | pub struct Vertex { [INFO] [stderr] | ------ field in this struct [INFO] [stderr] 11 | pub coords: Vec3, [INFO] [stderr] 12 | pub idx: i32, [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `Vertex` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: `dual-contouring` (bin "dual-contouring" test) generated 9 warnings [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/dual_contouring-341539aa0d0a2ccf) [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" "faae1a3ba10f387266396473339cba5bc473780dc11c7bdf3d464d4c1ed6597b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "faae1a3ba10f387266396473339cba5bc473780dc11c7bdf3d464d4c1ed6597b", kill_on_drop: false }` [INFO] [stdout] faae1a3ba10f387266396473339cba5bc473780dc11c7bdf3d464d4c1ed6597b