[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 beta-2025-04-13 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-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/duvet86/dual-contouring on toolchain beta-2025-04-13 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-04-13" "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-tc2/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" "+beta-2025-04-13" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-13" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 193b0373f9d25f6b68bb7153eb4ed0dae8daef4500e24334d7e9a2a95616ac0f [INFO] running `Command { std: "docker" "start" "-a" "193b0373f9d25f6b68bb7153eb4ed0dae8daef4500e24334d7e9a2a95616ac0f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "193b0373f9d25f6b68bb7153eb4ed0dae8daef4500e24334d7e9a2a95616ac0f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "193b0373f9d25f6b68bb7153eb4ed0dae8daef4500e24334d7e9a2a95616ac0f", kill_on_drop: false }` [INFO] [stdout] 193b0373f9d25f6b68bb7153eb4ed0dae8daef4500e24334d7e9a2a95616ac0f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-13" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0df5fc73bb1dd19fd5823fd9b8356f7cbbd29c164161acc2f8d9e686d4e2ba17 [INFO] running `Command { std: "docker" "start" "-a" "0df5fc73bb1dd19fd5823fd9b8356f7cbbd29c164161acc2f8d9e686d4e2ba17", 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] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcIra7R1/symbols.o" "<3 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcIra7R1/raw-dylibs" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/dual_contouring-ea9b6f5f31405700" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `dual-contouring` (bin "dual-contouring") due to 1 previous error; 9 warnings emitted [INFO] running `Command { std: "docker" "inspect" "0df5fc73bb1dd19fd5823fd9b8356f7cbbd29c164161acc2f8d9e686d4e2ba17", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0df5fc73bb1dd19fd5823fd9b8356f7cbbd29c164161acc2f8d9e686d4e2ba17", kill_on_drop: false }` [INFO] [stdout] 0df5fc73bb1dd19fd5823fd9b8356f7cbbd29c164161acc2f8d9e686d4e2ba17