[INFO] fetching crate simple_delaunay_lib 0.2.0... [INFO] testing simple_delaunay_lib-0.2.0 against try#dec9417b8611e34e787a3e4c37686b5131f9e5c5 for pr-154210-2 [INFO] extracting crate simple_delaunay_lib 0.2.0 into /workspace/builds/worker-0-tc2/source [INFO] started tweaking crates.io crate simple_delaunay_lib 0.2.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate simple_delaunay_lib 0.2.0 [INFO] tweaked toml for crates.io crate simple_delaunay_lib 0.2.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate simple_delaunay_lib 0.2.0 on toolchain dec9417b8611e34e787a3e4c37686b5131f9e5c5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate simple_delaunay_lib 0.2.0 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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 85917caea7f9b3f286b5aed548cb390f569cbe7853eb59609629c7acc87fcfc2 [INFO] running `Command { std: "docker" "start" "-a" "85917caea7f9b3f286b5aed548cb390f569cbe7853eb59609629c7acc87fcfc2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "85917caea7f9b3f286b5aed548cb390f569cbe7853eb59609629c7acc87fcfc2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "85917caea7f9b3f286b5aed548cb390f569cbe7853eb59609629c7acc87fcfc2", kill_on_drop: false }` [INFO] [stdout] 85917caea7f9b3f286b5aed548cb390f569cbe7853eb59609629c7acc87fcfc2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6b9a9f208ec818b242bd8c0ba4d9f2054da39e8cd2445b0166cd22e94e2e8417 [INFO] running `Command { std: "docker" "start" "-a" "6b9a9f208ec818b242bd8c0ba4d9f2054da39e8cd2445b0166cd22e94e2e8417", kill_on_drop: false }` [INFO] [stderr] Compiling anyhow v1.0.71 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling robust v1.1.0 [INFO] [stderr] Compiling simple_delaunay_lib v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/delaunay_2d/simplicial_struct_2d.rs:83:25 [INFO] [stdout] | [INFO] [stdout] 83 | pub fn get_halfedge(&self, ind_halfedge: usize) -> Result { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 83 | pub fn get_halfedge(&self, ind_halfedge: usize) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/delaunay_2d/simplicial_struct_2d.rs:95:25 [INFO] [stdout] | [INFO] [stdout] 95 | pub fn get_triangle(&self, ind_triangle: usize) -> Result { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 95 | pub fn get_triangle(&self, ind_triangle: usize) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/delaunay_2d/simplicial_struct_2d.rs:137:27 [INFO] [stdout] | [INFO] [stdout] 137 | pub fn first_triangle(&mut self, nodes: [usize; 3]) -> Result<[IterTriangle; 4]> { [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 137 | pub fn first_triangle(&mut self, nodes: [usize; 3]) -> Result<[IterTriangle<'_>; 4]> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/delaunay_2d/simplicial_struct_2d.rs:186:9 [INFO] [stdout] | [INFO] [stdout] 186 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 189 | ) -> Result<[IterTriangle; 3]> { [INFO] [stdout] | ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 189 | ) -> Result<[IterTriangle<'_>; 3]> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/delaunay_3d/simplicial_struct_3d.rs:125:21 [INFO] [stdout] | [INFO] [stdout] 125 | fn halftriangle(&self, ind_halftriangle: usize) -> IterHalfTriangle { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 125 | fn halftriangle(&self, ind_halftriangle: usize) -> IterHalfTriangle<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/delaunay_3d/simplicial_struct_3d.rs:133:29 [INFO] [stdout] | [INFO] [stdout] 133 | pub fn get_halftriangle(&self, ind_halftriangle: usize) -> Result { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 133 | pub fn get_halftriangle(&self, ind_halftriangle: usize) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/delaunay_3d/simplicial_struct_3d.rs:141:20 [INFO] [stdout] | [INFO] [stdout] 141 | fn tetrahedron(&self, ind_tetrahedron: usize) -> IterTetrahedron { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 141 | fn tetrahedron(&self, ind_tetrahedron: usize) -> IterTetrahedron<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/delaunay_3d/simplicial_struct_3d.rs:149:28 [INFO] [stdout] | [INFO] [stdout] 149 | pub fn get_tetrahedron(&self, ind_tetrahedron: usize) -> Result { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 149 | pub fn get_tetrahedron(&self, ind_tetrahedron: usize) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/delaunay_3d/simplicial_struct_3d.rs:163:36 [INFO] [stdout] | [INFO] [stdout] 163 | pub fn get_halfedge_containing(&self, node1: &Node, node2: &Node) -> Vec { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 163 | pub fn get_halfedge_containing(&self, node1: &Node, node2: &Node) -> Vec> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/delaunay_3d/simplicial_struct_3d.rs:199:9 [INFO] [stdout] | [INFO] [stdout] 199 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 203 | ) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 203 | ) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/delaunay_3d/simplicial_struct_3d.rs:241:38 [INFO] [stdout] | [INFO] [stdout] 241 | pub fn get_tetrahedra_containing(&self, node: &Node) -> Vec { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 241 | pub fn get_tetrahedra_containing(&self, node: &Node) -> Vec> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/delaunay_3d/simplicial_struct_3d.rs:550:30 [INFO] [stdout] | [INFO] [stdout] 550 | pub fn first_tetrahedron(&mut self, nodes: [usize; 4]) -> Result<[IterTetrahedron; 4]> { [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 550 | pub fn first_tetrahedron(&mut self, nodes: [usize; 4]) -> Result<[IterTetrahedron<'_>; 4]> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s [INFO] running `Command { std: "docker" "inspect" "6b9a9f208ec818b242bd8c0ba4d9f2054da39e8cd2445b0166cd22e94e2e8417", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6b9a9f208ec818b242bd8c0ba4d9f2054da39e8cd2445b0166cd22e94e2e8417", kill_on_drop: false }` [INFO] [stdout] 6b9a9f208ec818b242bd8c0ba4d9f2054da39e8cd2445b0166cd22e94e2e8417 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 858fb0a4a2c7e419b127a08194854589521de1b389a766899c9fb346b758861e [INFO] running `Command { std: "docker" "start" "-a" "858fb0a4a2c7e419b127a08194854589521de1b389a766899c9fb346b758861e", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling proc-macro2 v1.0.76 [INFO] [stderr] Compiling libc v0.2.151 [INFO] [stderr] Compiling bytemuck v1.14.0 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling rustix v0.38.28 [INFO] [stderr] Compiling memchr v2.7.1 [INFO] [stderr] Compiling paste v1.0.14 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Compiling linux-raw-sys v0.4.12 [INFO] [stderr] Compiling bitflags v2.4.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling termcolor v1.4.0 [INFO] [stderr] Compiling svg v0.13.1 [INFO] [stderr] Compiling simple_delaunay_lib v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling safe_arch v0.7.1 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling matrixmultiply v0.3.8 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] Compiling aho-corasick v1.1.2 [INFO] [stderr] Compiling wide v0.7.13 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/delaunay_2d/simplicial_struct_2d.rs:83:25 [INFO] [stdout] | [INFO] [stdout] 83 | pub fn get_halfedge(&self, ind_halfedge: usize) -> Result { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 83 | pub fn get_halfedge(&self, ind_halfedge: usize) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/delaunay_2d/simplicial_struct_2d.rs:95:25 [INFO] [stdout] | [INFO] [stdout] 95 | pub fn get_triangle(&self, ind_triangle: usize) -> Result { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 95 | pub fn get_triangle(&self, ind_triangle: usize) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/delaunay_2d/simplicial_struct_2d.rs:137:27 [INFO] [stdout] | [INFO] [stdout] 137 | pub fn first_triangle(&mut self, nodes: [usize; 3]) -> Result<[IterTriangle; 4]> { [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 137 | pub fn first_triangle(&mut self, nodes: [usize; 3]) -> Result<[IterTriangle<'_>; 4]> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/delaunay_2d/simplicial_struct_2d.rs:186:9 [INFO] [stdout] | [INFO] [stdout] 186 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 189 | ) -> Result<[IterTriangle; 3]> { [INFO] [stdout] | ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 189 | ) -> Result<[IterTriangle<'_>; 3]> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/delaunay_3d/simplicial_struct_3d.rs:125:21 [INFO] [stdout] | [INFO] [stdout] 125 | fn halftriangle(&self, ind_halftriangle: usize) -> IterHalfTriangle { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 125 | fn halftriangle(&self, ind_halftriangle: usize) -> IterHalfTriangle<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/delaunay_3d/simplicial_struct_3d.rs:133:29 [INFO] [stdout] | [INFO] [stdout] 133 | pub fn get_halftriangle(&self, ind_halftriangle: usize) -> Result { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 133 | pub fn get_halftriangle(&self, ind_halftriangle: usize) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/delaunay_3d/simplicial_struct_3d.rs:141:20 [INFO] [stdout] | [INFO] [stdout] 141 | fn tetrahedron(&self, ind_tetrahedron: usize) -> IterTetrahedron { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 141 | fn tetrahedron(&self, ind_tetrahedron: usize) -> IterTetrahedron<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/delaunay_3d/simplicial_struct_3d.rs:149:28 [INFO] [stdout] | [INFO] [stdout] 149 | pub fn get_tetrahedron(&self, ind_tetrahedron: usize) -> Result { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 149 | pub fn get_tetrahedron(&self, ind_tetrahedron: usize) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/delaunay_3d/simplicial_struct_3d.rs:163:36 [INFO] [stdout] | [INFO] [stdout] 163 | pub fn get_halfedge_containing(&self, node1: &Node, node2: &Node) -> Vec { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 163 | pub fn get_halfedge_containing(&self, node1: &Node, node2: &Node) -> Vec> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/delaunay_3d/simplicial_struct_3d.rs:199:9 [INFO] [stdout] | [INFO] [stdout] 199 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 203 | ) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 203 | ) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/delaunay_3d/simplicial_struct_3d.rs:241:38 [INFO] [stdout] | [INFO] [stdout] 241 | pub fn get_tetrahedra_containing(&self, node: &Node) -> Vec { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 241 | pub fn get_tetrahedra_containing(&self, node: &Node) -> Vec> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/delaunay_3d/simplicial_struct_3d.rs:550:30 [INFO] [stdout] | [INFO] [stdout] 550 | pub fn first_tetrahedron(&mut self, nodes: [usize; 4]) -> Result<[IterTetrahedron; 4]> { [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 550 | pub fn first_tetrahedron(&mut self, nodes: [usize; 4]) -> Result<[IterTetrahedron<'_>; 4]> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling getrandom v0.2.11 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling is-terminal v0.4.10 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling syn v2.0.48 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling approx v0.5.1 [INFO] [stderr] Compiling num-complex v0.4.4 [INFO] [stderr] Compiling regex-automata v0.4.3 [INFO] [stderr] Compiling simba v0.7.3 [INFO] [stderr] Compiling nalgebra-macros v0.1.0 [INFO] [stderr] Compiling ctor v0.2.6 [INFO] [stderr] Compiling regex v1.10.2 [INFO] [stderr] Compiling env_logger v0.10.1 [INFO] [stderr] Compiling nalgebra v0.31.4 [INFO] [stderr] [INFO] [stderr] thread 'rustc' (868) panicked at /rustc-dev/dec9417b8611e34e787a3e4c37686b5131f9e5c5/compiler/rustc_infer/src/infer/relate/generalize.rs:294:44: [INFO] [stderr] called `Result::unwrap_err()` on an `Ok` value: base::array_storage::ArrayStorage, base::dimension::Const<1_usize>, ?21t>, ?0c, 1_usize> [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x782ace39535b - <::print::DisplayBacktrace as core[6aaeda2c7ad07a48]::fmt::Display>::fmt [INFO] [stderr] 1: 0x782acea2f248 - core[6aaeda2c7ad07a48]::fmt::write [INFO] [stderr] 2: 0x782ace3ac366 - ::write_fmt [INFO] [stderr] 3: 0x782ace36b368 - std[e72de78501789eb0]::panicking::default_hook::{closure#0} [INFO] [stderr] 4: 0x782ace388763 - std[e72de78501789eb0]::panicking::default_hook [INFO] [stderr] 5: 0x782acd38566c - std[e72de78501789eb0]::panicking::update_hook::>::{closure#0} [INFO] [stderr] 6: 0x782ace388a42 - std[e72de78501789eb0]::panicking::panic_with_hook [INFO] [stderr] 7: 0x782ace36b428 - std[e72de78501789eb0]::panicking::panic_handler::{closure#0} [INFO] [stderr] 8: 0x782ace362159 - std[e72de78501789eb0]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stderr] 9: 0x782ace36ce8d - __rustc[78a4cf188af856fc]::rust_begin_unwind [INFO] [stderr] 10: 0x782acb426f9c - core[6aaeda2c7ad07a48]::panicking::panic_fmt [INFO] [stderr] 11: 0x782acab795e2 - core[6aaeda2c7ad07a48]::result::unwrap_failed [INFO] [stderr] 12: 0x782acf71af0a - ::instantiate_ty_var::> [INFO] [stderr] 13: 0x782acf71d009 - >::relate::> [INFO] [stderr] 14: 0x782acf71db6d - > as rustc_type_ir[20f22f7553888b21]::interner::CollectAndApply>>::collect_and_apply::>, core[6aaeda2c7ad07a48]::iter::adapters::copied::Copied>>, rustc_type_ir[20f22f7553888b21]::relate::relate_args_invariantly>::{closure#0}>, ::mk_args_from_iter>, core[6aaeda2c7ad07a48]::iter::adapters::copied::Copied>>, rustc_type_ir[20f22f7553888b21]::relate::relate_args_invariantly>::{closure#0}>, core[6aaeda2c7ad07a48]::result::Result>>::{closure#0}> [INFO] [stderr] 15: 0x782acf71e2ce - rustc_type_ir[20f22f7553888b21]::relate::structurally_relate_tys::> [INFO] [stderr] 16: 0x782acf71b2cb - as rustc_type_ir[20f22f7553888b21]::relate::TypeRelation>::tys [INFO] [stderr] 17: 0x782acf71ac7c - ::instantiate_ty_var::> [INFO] [stderr] 18: 0x782acf71b358 - as rustc_type_ir[20f22f7553888b21]::relate::TypeRelation>::tys [INFO] [stderr] 19: 0x782acf71e5d3 - rustc_type_ir[20f22f7553888b21]::relate::structurally_relate_tys::> [INFO] [stderr] 20: 0x782acf71b2cb - as rustc_type_ir[20f22f7553888b21]::relate::TypeRelation>::tys [INFO] [stderr] 21: 0x782acf71d877 - > as rustc_type_ir[20f22f7553888b21]::interner::CollectAndApply>>::collect_and_apply::>, core[6aaeda2c7ad07a48]::iter::adapters::copied::Copied>>, rustc_type_ir[20f22f7553888b21]::relate::relate_args_invariantly>::{closure#0}>, ::mk_args_from_iter>, core[6aaeda2c7ad07a48]::iter::adapters::copied::Copied>>, rustc_type_ir[20f22f7553888b21]::relate::relate_args_invariantly>::{closure#0}>, core[6aaeda2c7ad07a48]::result::Result>>::{closure#0}> [INFO] [stderr] 22: 0x782acea6d172 - ::eq_trace::> [INFO] [stderr] 23: 0x782acf43b754 - rustc_trait_selection[8cb020d34d4ddd]::traits::coherence::overlap [INFO] [stderr] 24: 0x782acaa64017 - ::insert [INFO] [stderr] 25: 0x782acf9a85b5 - ::insert [INFO] [stderr] 26: 0x782acea4b534 - rustc_trait_selection[8cb020d34d4ddd]::traits::specialize::specialization_graph_provider [INFO] [stderr] 27: 0x782acea4f04d - rustc_query_impl[187e90d83ba42732]::execution::try_execute_query::>, false> [INFO] [stderr] 28: 0x782aceb695a4 - rustc_query_impl[187e90d83ba42732]::query_impl::specialization_graph_of::execute_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 29: 0x782aceb6ccc7 - rustc_hir_analysis[9443468e5116f6d9]::coherence::coherent_trait [INFO] [stderr] 30: 0x782aceb6c9df - rustc_query_impl[187e90d83ba42732]::query_impl::coherent_trait::invoke_provider_fn::__rust_begin_short_backtrace [INFO] [stderr] 31: 0x782acee931ec - rustc_query_impl[187e90d83ba42732]::execution::try_execute_query::>, false> [INFO] [stderr] 32: 0x782acee92340 - rustc_query_impl[187e90d83ba42732]::query_impl::coherent_trait::execute_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 33: 0x782acf0a522e - rustc_hir_analysis[9443468e5116f6d9]::check::check::check_item_type [INFO] [stderr] 34: 0x782acf0a36e6 - rustc_hir_analysis[9443468e5116f6d9]::check::wfcheck::check_well_formed [INFO] [stderr] 35: 0x782acf0a36c7 - rustc_query_impl[187e90d83ba42732]::query_impl::check_well_formed::invoke_provider_fn::__rust_begin_short_backtrace [INFO] [stderr] 36: 0x782acf0a2ce4 - rustc_query_impl[187e90d83ba42732]::execution::try_execute_query::, rustc_middle[ff930705cf6dddea]::dep_graph::graph::DepNodeIndex>, false> [INFO] [stderr] 37: 0x782acf0a2a7b - rustc_query_impl[187e90d83ba42732]::query_impl::check_well_formed::execute_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 38: 0x782acf09f1f3 - rustc_hir_analysis[9443468e5116f6d9]::check::wfcheck::check_type_wf [INFO] [stderr] 39: 0x782acf09f0ef - rustc_query_impl[187e90d83ba42732]::query_impl::check_type_wf::invoke_provider_fn::__rust_begin_short_backtrace [INFO] [stderr] 40: 0x782acfc54850 - rustc_query_impl[187e90d83ba42732]::execution::try_execute_query::>, false> [INFO] [stderr] 41: 0x782acfc54629 - rustc_query_impl[187e90d83ba42732]::query_impl::check_type_wf::execute_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 42: 0x782acf2e1f55 - rustc_hir_analysis[9443468e5116f6d9]::check_crate [INFO] [stderr] 43: 0x782aceae46da - rustc_interface[8fb07a87386d2e99]::passes::analysis [INFO] [stderr] 44: 0x782acfc56fc9 - rustc_query_impl[187e90d83ba42732]::execution::try_execute_query::>, false> [INFO] [stderr] 45: 0x782acfc56c35 - rustc_query_impl[187e90d83ba42732]::query_impl::analysis::execute_query_non_incr::__rust_end_short_backtrace [INFO] [stderr] 46: 0x782acfd01414 - rustc_interface[8fb07a87386d2e99]::interface::run_compiler::<(), rustc_driver_impl[1568c1d64401f343]::run_compiler::{closure#0}>::{closure#1} [INFO] [stderr] 47: 0x782acfc1e87e - std[e72de78501789eb0]::sys::backtrace::__rust_begin_short_backtrace::::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()> [INFO] [stderr] 48: 0x782acfc1f120 - ::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stderr] 49: 0x782acfc1ffac - ::new::thread_start [INFO] [stderr] 50: 0x782ac968aaa4 - [INFO] [stderr] 51: 0x782ac9717a64 - clone [INFO] [stderr] 52: 0x0 - [INFO] [stderr] [INFO] [stderr] error: the compiler unexpectedly panicked. This is a bug [INFO] [stderr] [INFO] [stderr] note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md [INFO] [stderr] [INFO] [stderr] note: please make sure that you have updated to the latest nightly [INFO] [stderr] [INFO] [stderr] warning: the ICE couldn't be written to `/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nalgebra-0.31.4/rustc-ice-2026-04-20T00_00_52-866.txt`: Read-only file system (os error 30) [INFO] [stderr] [INFO] [stderr] note: rustc 1.96.0-nightly (dec9417b8 2026-03-22) running on x86_64-unknown-linux-gnu [INFO] [stderr] [INFO] [stderr] note: compiler flags: --crate-type lib -C embed-bitcode=no -C debuginfo=2 [INFO] [stderr] [INFO] [stderr] note: some of the compiler flags provided by cargo are hidden [INFO] [stderr] [INFO] [stderr] query stack during panic: [INFO] [stderr] #0 [specialization_graph_of] building specialization graph of trait `core::convert::From` [INFO] [stderr] #1 [coherent_trait] coherence checking all impls of trait `core::convert::From` [INFO] [stderr] #2 [check_well_formed] checking that `base::conversion::` is well-formed [INFO] [stderr] #3 [check_type_wf] checking that types are well-formed [INFO] [stderr] #4 [analysis] running analysis passes on crate `nalgebra` [INFO] [stderr] end of query stack [INFO] [stderr] error: could not compile `nalgebra` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/dec9417b8611e34e787a3e4c37686b5131f9e5c5/bin/rustc --crate-name nalgebra --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nalgebra-0.31.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="matrixmultiply"' --cfg 'feature="nalgebra-macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alga", "alloc", "arbitrary", "bytecheck", "bytemuck", "compare", "convert-bytemuck", "convert-glam014", "convert-glam015", "convert-glam016", "convert-glam017", "convert-glam018", "convert-glam019", "convert-glam020", "convert-glam021", "convert-glam022", "convert-mint", "cuda", "cust_core", "debug", "default", "glam014", "glam015", "glam016", "glam017", "glam018", "glam019", "glam020", "glam021", "glam022", "io", "libm", "libm-force", "macros", "matrixcompare-core", "matrixmultiply", "mint", "nalgebra-macros", "pest", "pest_derive", "proptest", "proptest-support", "quickcheck", "rand", "rand-no-std", "rand-package", "rand_distr", "rkyv", "rkyv-safe-deser", "rkyv-serialize", "rkyv-serialize-no-std", "serde", "serde-serialize", "serde-serialize-no-std", "slow-tests", "sparse", "std"))' -C metadata=c47c3f66168cb477 -C extra-filename=-34458dfc4947e7f2 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern approx=/opt/rustwide/target/debug/deps/libapprox-2fde6f7bd1aea824.rmeta --extern matrixmultiply=/opt/rustwide/target/debug/deps/libmatrixmultiply-7ec115ff1881e8ca.rmeta --extern nalgebra_macros=/opt/rustwide/target/debug/deps/libnalgebra_macros-ed0e2a43bdc7c188.so --extern num_complex=/opt/rustwide/target/debug/deps/libnum_complex-01bad9f43487b5e9.rmeta --extern num_rational=/opt/rustwide/target/debug/deps/libnum_rational-32e26485356c5e75.rmeta --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-cc0a9f38e2e5094d.rmeta --extern simba=/opt/rustwide/target/debug/deps/libsimba-ee53276fbc0f3d84.rmeta --extern typenum=/opt/rustwide/target/debug/deps/libtypenum-d9cba146b74f4906.rmeta --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "858fb0a4a2c7e419b127a08194854589521de1b389a766899c9fb346b758861e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "858fb0a4a2c7e419b127a08194854589521de1b389a766899c9fb346b758861e", kill_on_drop: false }` [INFO] [stdout] 858fb0a4a2c7e419b127a08194854589521de1b389a766899c9fb346b758861e