[INFO] cloning repository https://github.com/hughescr/plinth-3d
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hughescr/plinth-3d" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhughescr%2Fplinth-3d", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhughescr%2Fplinth-3d'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5846a20b396b94cfd9d2fe16c99edb661185586d
[INFO] checking hughescr/plinth-3d against e3607d549209cc9fdfe7e907123b4185210e2c2b for pr-158915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhughescr%2Fplinth-3d" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-4-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/hughescr/plinth-3d
[INFO] finished tweaking git repo https://github.com/hughescr/plinth-3d
[INFO] tweaked toml for git repo https://github.com/hughescr/plinth-3d written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/hughescr/plinth-3d on toolchain e3607d549209cc9fdfe7e907123b4185210e2c2b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/hughescr/plinth-3d 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" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: unused field `edition` in `workspace.package`
[INFO] [stderr]   --> Cargo.toml:37:1
[INFO] [stderr]    |
[INFO] [stderr] 37 | edition = "2021"
[INFO] [stderr]    | ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_workspace_package_fields` is set to `warn` by default
[INFO] [stderr] help: consider removing the field `workspace.package.edition`
[INFO] [stderr] warning: workspace (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] bb1357505ab830983d14643e4c8b9e8696bf8264c9769511a5f084a34564694c
[INFO] running `Command { std: "docker" "start" "bb1357505ab830983d14643e4c8b9e8696bf8264c9769511a5f084a34564694c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bb1357505ab830983d14643e4c8b9e8696bf8264c9769511a5f084a34564694c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "bb1357505ab830983d14643e4c8b9e8696bf8264c9769511a5f084a34564694c" "/opt/rustwide/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bb1357505ab830983d14643e4c8b9e8696bf8264c9769511a5f084a34564694c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "bb1357505ab830983d14643e4c8b9e8696bf8264c9769511a5f084a34564694c" "/opt/rustwide/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: unused field `edition` in `workspace.package`
[INFO] [stderr]   --> Cargo.toml:37:1
[INFO] [stderr]    |
[INFO] [stderr] 37 | edition = "2021"
[INFO] [stderr]    | ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_workspace_package_fields` is set to `warn` by default
[INFO] [stderr] help: consider removing the field `workspace.package.edition`
[INFO] [stderr] warning: workspace (manifest) generated 1 warning
[INFO] [stderr]    Compiling proc-macro2 v1.0.107
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]    Compiling serde v1.0.229
[INFO] [stderr]     Checking typenum v1.20.1
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]     Checking memchr v2.8.3
[INFO] [stderr]     Checking zmij v1.0.23
[INFO] [stderr]    Compiling serde_json v1.0.151
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling cc v1.4.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.22
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.20
[INFO] [stderr]    Compiling crossbeam-deque v0.8.7
[INFO] [stderr]     Checking either v1.17.0
[INFO] [stderr]    Compiling rustversion v1.0.23
[INFO] [stderr]     Checking sorted-vec v0.8.11
[INFO] [stderr]     Checking divrem v1.0.0
[INFO] [stderr]    Compiling quote v1.0.47
[INFO] [stderr]     Checking rayon-core v1.13.0
[INFO] [stderr]    Compiling syn v3.0.3
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]     Checking array-init v2.1.0
[INFO] [stderr]     Checking az v1.3.0
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]     Checking ordered-float v5.3.0
[INFO] [stderr]    Compiling generator v0.8.9
[INFO] [stderr]    Compiling zerocopy v0.8.55
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking rand_core v0.10.1
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling thiserror v2.0.19
[INFO] [stderr]     Checking robust v1.2.0
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]    Compiling meshopt v0.6.2
[INFO] [stderr]     Checking bytemuck v1.25.2
[INFO] [stderr]     Checking float-cmp v0.10.0
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]    Compiling matrixmultiply v0.3.11
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]    Compiling link-cplusplus v1.0.12
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking foldhash v0.2.0
[INFO] [stderr]     Checking rawpointer v0.2.1
[INFO] [stderr]    Compiling scratch v1.0.9
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking safe_arch v0.7.4
[INFO] [stderr]    Compiling cxxbridge-flags v1.0.198
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling cxx v1.0.198
[INFO] [stderr]     Checking wide v0.7.33
[INFO] [stderr]    Compiling codespan-reporting v0.13.1
[INFO] [stderr]     Checking chacha20 v0.10.1
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking i_float v4.0.0
[INFO] [stderr]    Compiling cxx-build v1.0.198
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking smallvec v1.15.2
[INFO] [stderr]    Compiling oxifft-codegen-impl v0.4.1
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking regex-automata v0.4.16
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]    Compiling thiserror-impl v2.0.19
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling equator-macro v0.4.2
[INFO] [stderr]     Checking oxiarc-core v0.4.0
[INFO] [stderr]    Compiling oxicode_derive v0.2.5
[INFO] [stderr]     Checking equator v0.4.2
[INFO] [stderr]     Checking aligned-vec v0.6.4
[INFO] [stderr]     Checking kiddo v5.3.3
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]    Compiling plinth-solid v0.1.0 (/opt/rustwide/workdir/crates/plinth-solid)
[INFO] [stderr]     Checking chitubox_io v0.1.0 (/opt/rustwide/workdir/rust/chitubox_io)
[INFO] [stderr]    Compiling cxxbridge-macro v1.0.198
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking i_shape v4.0.0
[INFO] [stderr]     Checking rand v0.10.2
[INFO] [stderr]     Checking safe_arch v1.1.0
[INFO] [stderr]     Checking rand_chacha v0.10.0
[INFO] [stderr]     Checking geom_kernel v0.1.0 (/opt/rustwide/workdir/rust/geom_kernel)
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand v0.8.7
[INFO] [stderr]     Checking crossbeam-channel v0.5.16
[INFO] [stderr]     Checking rand v0.9.5
[INFO] [stderr]     Checking rand_distr v0.4.3
[INFO] [stderr]     Checking crossbeam-queue v0.3.13
[INFO] [stderr]    Compiling oxifft v0.4.1
[INFO] [stderr]     Checking i_key_sort v0.11.0
[INFO] [stderr]     Checking unty v0.0.5
[INFO] [stderr]     Checking fastrand v2.5.0
[INFO] [stderr]     Checking rand_distr v0.5.1
[INFO] [stderr]     Checking i_tree v0.19.0
[INFO] [stderr]    Compiling scirs2-core v0.6.5
[INFO] [stderr]     Checking hashbrown v0.17.1
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking crossbeam v0.8.4
[INFO] [stderr]     Checking rand_distr v0.6.0
[INFO] [stderr]     Checking i_overlay v8.0.0
[INFO] [stderr]     Checking wide v1.6.0
[INFO] [stderr]     Checking plinth-core v0.1.0 (/opt/rustwide/workdir/crates/plinth-core)
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking chrono v0.4.45
[INFO] [stderr]     Checking oxicode v0.2.5
[INFO] [stderr]     Checking simba v0.9.1
[INFO] [stderr]     Checking ndarray v0.17.2
[INFO] [stderr]     Checking oxiarc-lz4 v0.4.0
[INFO] [stderr]     Checking oxiarc-zstd v0.4.0
[INFO] [stderr]    Compiling oxifft-codegen v0.4.1
[INFO] [stderr]     Checking regex v1.13.1
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking uuid v1.24.0
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]     Checking memmap2 v0.9.11
[INFO] [stderr]     Checking plinth-mesh v0.1.0 (/opt/rustwide/workdir/crates/plinth-mesh)
[INFO] [stderr]     Checking spin v0.12.2
[INFO] [stderr]     Checking ndshape v0.3.0
[INFO] [stderr]     Checking plinth-layers v0.1.0 (/opt/rustwide/workdir/crates/plinth-layers)
[INFO] [stderr]     Checking glam v0.29.3
[INFO] [stderr]     Checking plinth-decimate v0.1.0 (/opt/rustwide/workdir/crates/plinth-decimate)
[INFO] [stderr]     Checking winnow v1.0.4
[INFO] [stderr]     Checking plinth-orient v0.1.0 (/opt/rustwide/workdir/crates/plinth-orient)
[INFO] [stderr]    Compiling target-triple v1.0.1
[INFO] [stderr]     Checking toml_parser v1.1.3+spec-1.1.0
[INFO] [stderr]     Checking serde_spanned v1.1.1
[INFO] [stderr]     Checking toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]     Checking toml_writer v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking glob v0.3.4
[INFO] [stderr]     Checking plinth-metrics v0.1.0 (/opt/rustwide/workdir/crates/plinth-metrics)
[INFO] [stderr]     Checking toml v1.1.4+spec-1.1.0
[INFO] [stderr]     Checking nalgebra v0.33.3
[INFO] [stderr]     Checking trybuild v1.0.118
[INFO] [stderr]     Checking ndarray-rand v0.16.0
[INFO] [stderr]     Checking fast-surface-nets v0.2.1
[INFO] [stderr]     Checking statrs v0.18.0
[INFO] [stderr] error: could not compile `scirs2-core` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/e3607d549209cc9fdfe7e907123b4185210e2c2b/bin/rustc --crate-name scirs2_core --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/scirs2-core-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="array"' --cfg 'feature="crossbeam"' --cfg 'feature="crossbeam-deque"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="gpu"' --cfg 'feature="memmap2"' --cfg 'feature="memory_efficient"' --cfg 'feature="ndarray-rand"' --cfg 'feature="num_cpus"' --cfg 'feature="oxicode"' --cfg 'feature="parallel"' --cfg 'feature="random"' --cfg 'feature="rayon"' --cfg 'feature="regex"' --cfg 'feature="serde"' --cfg 'feature="serde_json"' --cfg 'feature="serialization"' --cfg 'feature="simd"' --cfg 'feature="statrs"' --cfg 'feature="std"' --cfg 'feature="validation"' --cfg 'feature="wide"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "all_ints", "alloc", "arbitrary-precision", "array", "array_io", "array_protocol", "array_protocol_all", "array_protocol_distributed", "array_protocol_gpu", "array_protocol_jit", "array_protocol_metal", "array_protocol_opencl", "array_protocol_rocm", "array_protocol_wgpu", "array_stats", "arrow", "async", "async-trait", "benchmarking", "bytemuck", "c-opt", "cache", "cached", "cloud", "compression", "cross_platform", "crossbeam", "crossbeam-deque", "crossbeam-utils", "crypto", "data_validation", "database", "default", "embedded", "embedded-alloc", "ffi", "fixed-point", "float32", "float64", "gpu", "instrumentation", "int32", "int64", "jit", "leak_detection", "libc", "libm", "libnuma", "linalg", "log", "logging", "memmap2", "memory_call_stack", "memory_compression", "memory_efficient", "memory_efficient_all_types", "memory_management", "memory_metrics", "memory_visualization", "metal", "ml_pipeline", "mmap", "mpsgraph", "ndarray-rand", "ndarray-stats", "num-bigint", "num_cpus", "observability", "observability_http", "opencl", "opentelemetry", "opentelemetry-otlp", "opentelemetry_sdk", "oxiblas-blas", "oxiblas-lapack", "oxiblas-ndarray", "oxicode", "oxinum-complex", "oxinum-core", "oxinum-float", "oxinum-int", "oxinum-rational", "parallel", "perf-event", "production", "profiling", "profiling_advanced", "profiling_all", "profiling_chrome", "profiling_flame", "profiling_memory", "profiling_opentelemetry", "profiling_otlp", "profiling_perf", "profiling_prometheus", "prometheus", "python", "quickcheck", "random", "rayon", "regex", "reqwest", "rocm", "s3", "serde", "serde_json", "serialization", "sha2", "simd", "statrs", "std", "sysinfo", "testing", "tokio", "tracing", "tracing-appender", "tracing-subscriber", "tracy", "types", "ufuncs", "uint32", "uint64", "validation", "versioning", "wgpu", "wide"))' -C metadata=697a3e5f46a3eed8 -C extra-filename=-ae50648cc332ec7b --out-dir /opt/rustwide/target/debug/build/scirs2-core/ae50648cc332ec7b/out -L dependency=/opt/rustwide/target/debug/build/aho-corasick/c39031c9079e04d2/out -L dependency=/opt/rustwide/target/debug/build/approx/af828394db651bc1/out -L dependency=/opt/rustwide/target/debug/build/bitflags/12164dedcc9c97c0/out -L dependency=/opt/rustwide/target/debug/build/bytemuck/fa55db18b09ac341/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/190c9021fd162845/out -L dependency=/opt/rustwide/target/debug/build/chacha20/4a27445b83b53700/out -L dependency=/opt/rustwide/target/debug/build/cpufeatures/d73b58fdf77d9fc5/out -L dependency=/opt/rustwide/target/debug/build/crossbeam-channel/56c84f98617e12c3/out -L dependency=/opt/rustwide/target/debug/build/crossbeam-deque/8276e8ac1863dbd1/out -L dependency=/opt/rustwide/target/debug/build/crossbeam-epoch/8f4743d06fdd5f2e/out -L dependency=/opt/rustwide/target/debug/build/crossbeam-queue/68a50a58734ae454/out -L dependency=/opt/rustwide/target/debug/build/crossbeam-utils/438f252b9b1e5e6c/out -L dependency=/opt/rustwide/target/debug/build/either/9dc2f2248ecdba49/out -L dependency=/opt/rustwide/target/debug/build/fastrand/f97ae5f035b5782d/out -L dependency=/opt/rustwide/target/debug/build/getrandom/9e2f8a6c5eaf5e7f/out -L dependency=/opt/rustwide/target/debug/build/getrandom/d2aa5e8c4aab2c0f/out -L dependency=/opt/rustwide/target/debug/build/getrandom/d5a447d9b6fdb0d2/out -L dependency=/opt/rustwide/target/debug/build/iana-time-zone/4c741fc3ef3881f8/out -L dependency=/opt/rustwide/target/debug/build/itoa/488dcf4f13423b18/out -L dependency=/opt/rustwide/target/debug/build/libc/5b122225efee376b/out -L dependency=/opt/rustwide/target/debug/build/libm/89e5b3015da8f563/out -L dependency=/opt/rustwide/target/debug/build/linux-raw-sys/069649a5354d504b/out -L dependency=/opt/rustwide/target/debug/build/lock_api/b47e4fe57039b3cf/out -L dependency=/opt/rustwide/target/debug/build/matrixmultiply/e2ed1f7138107e3c/out -L dependency=/opt/rustwide/target/debug/build/memchr/1479ae024ac081f3/out -L dependency=/opt/rustwide/target/debug/build/nalgebra/0b6603a03d58da4e/out -L dependency=/opt/rustwide/target/debug/build/ndarray/2ffa5e1ad0f34e1c/out -L dependency=/opt/rustwide/target/debug/build/num-complex/9d885656701ed166/out -L dependency=/opt/rustwide/target/debug/build/num-integer/3be96c2f7ef241cd/out -L dependency=/opt/rustwide/target/debug/build/num-rational/3c16d0c4a0e85b2d/out -L dependency=/opt/rustwide/target/debug/build/num-traits/db5824db52a73596/out -L dependency=/opt/rustwide/target/debug/build/once_cell/6f8123b0c2eed634/out -L dependency=/opt/rustwide/target/debug/build/oxiarc-core/cc0a09a11428386c/out -L dependency=/opt/rustwide/target/debug/build/oxicode_derive/8d1fbafbff0e58cb/out -L dependency=/opt/rustwide/target/debug/build/parking_lot_core/b1bbbb1777217ef7/out -L dependency=/opt/rustwide/target/debug/build/paste/c5e5e8a2bd161c29/out -L dependency=/opt/rustwide/target/debug/build/ppv-lite86/2a0083823cad7845/out -L dependency=/opt/rustwide/target/debug/build/rand/0e68a0f5ffad1cfc/out -L dependency=/opt/rustwide/target/debug/build/rand/33bbcef168569edd/out -L dependency=/opt/rustwide/target/debug/build/rand/462af2004188ec61/out -L dependency=/opt/rustwide/target/debug/build/rand_chacha/1aab4e58e1c2b538/out -L dependency=/opt/rustwide/target/debug/build/rand_chacha/3a141e229b022811/out -L dependency=/opt/rustwide/target/debug/build/rand_core/9a5dc38792b219e1/out -L dependency=/opt/rustwide/target/debug/build/rand_core/9b17468d33d04c68/out -L dependency=/opt/rustwide/target/debug/build/rand_core/c4ce4aa3eb83456a/out -L dependency=/opt/rustwide/target/debug/build/rand_distr/67d3e5450535fa91/out -L dependency=/opt/rustwide/target/debug/build/rand_distr/cc9eeabf6ff1611a/out -L dependency=/opt/rustwide/target/debug/build/rawpointer/1161d966db9d7afd/out -L dependency=/opt/rustwide/target/debug/build/rayon-core/121f0037400e163a/out -L dependency=/opt/rustwide/target/debug/build/rayon/59143807dd3ece61/out -L dependency=/opt/rustwide/target/debug/build/regex-automata/91867aa0d75724c4/out -L dependency=/opt/rustwide/target/debug/build/regex-syntax/aa2c0ef21912879c/out -L dependency=/opt/rustwide/target/debug/build/rustix/a2dca479964c0a66/out -L dependency=/opt/rustwide/target/debug/build/safe_arch/a96b91f7efaaeb95/out -L dependency=/opt/rustwide/target/debug/build/safe_arch/c71093ce25013546/out -L dependency=/opt/rustwide/target/debug/build/scopeguard/e7d227cb308b3799/out -L dependency=/opt/rustwide/target/debug/build/serde/2348fe5d0872f43f/out -L dependency=/opt/rustwide/target/debug/build/serde_core/31ebf1ee06936497/out -L dependency=/opt/rustwide/target/debug/build/serde_derive/9794314b5b73a6fd/out -L dependency=/opt/rustwide/target/debug/build/simba/bd83e2f4f4b68d27/out -L dependency=/opt/rustwide/target/debug/build/smallvec/2906df499134f5f2/out -L dependency=/opt/rustwide/target/debug/build/thiserror-impl/546e4d870493089b/out -L dependency=/opt/rustwide/target/debug/build/thiserror/229ef021ea57eb67/out -L dependency=/opt/rustwide/target/debug/build/typenum/4c820b3e2b4e41c0/out -L dependency=/opt/rustwide/target/debug/build/unty/08096bd345574535/out -L dependency=/opt/rustwide/target/debug/build/wide/d41d8370106368e5/out -L dependency=/opt/rustwide/target/debug/build/zerocopy/1086b312cdd6db4c/out -L dependency=/opt/rustwide/target/debug/build/zmij/93cb3e10a525d438/out --extern chrono=/opt/rustwide/target/debug/build/chrono/98776b8df33060b8/out/libchrono-98776b8df33060b8.rmeta --extern crc32fast=/opt/rustwide/target/debug/build/crc32fast/31ecd786fe404797/out/libcrc32fast-31ecd786fe404797.rmeta --extern crossbeam=/opt/rustwide/target/debug/build/crossbeam/c5389b16838dd326/out/libcrossbeam-c5389b16838dd326.rmeta --extern crossbeam_deque=/opt/rustwide/target/debug/build/crossbeam-deque/8276e8ac1863dbd1/out/libcrossbeam_deque-8276e8ac1863dbd1.rmeta --extern crossbeam_utils=/opt/rustwide/target/debug/build/crossbeam-utils/438f252b9b1e5e6c/out/libcrossbeam_utils-438f252b9b1e5e6c.rmeta --extern libloading=/opt/rustwide/target/debug/build/libloading/f036b146d65ed362/out/liblibloading-f036b146d65ed362.rmeta --extern memmap2=/opt/rustwide/target/debug/build/memmap2/2a224007f359de1f/out/libmemmap2-2a224007f359de1f.rmeta --extern ndarray=/opt/rustwide/target/debug/build/ndarray/2ffa5e1ad0f34e1c/out/libndarray-2ffa5e1ad0f34e1c.rmeta --extern ndarray_rand=/opt/rustwide/target/debug/build/ndarray-rand/23a4c2da43aa7d6f/out/libndarray_rand-23a4c2da43aa7d6f.rmeta --extern num_complex=/opt/rustwide/target/debug/build/num-complex/9d885656701ed166/out/libnum_complex-9d885656701ed166.rmeta --extern num_integer=/opt/rustwide/target/debug/build/num-integer/3be96c2f7ef241cd/out/libnum_integer-3be96c2f7ef241cd.rmeta --extern num_traits=/opt/rustwide/target/debug/build/num-traits/db5824db52a73596/out/libnum_traits-db5824db52a73596.rmeta --extern num_cpus=/opt/rustwide/target/debug/build/num_cpus/bf5fa514b557217e/out/libnum_cpus-bf5fa514b557217e.rmeta --extern once_cell=/opt/rustwide/target/debug/build/once_cell/6f8123b0c2eed634/out/libonce_cell-6f8123b0c2eed634.rmeta --extern oxiarc_lz4=/opt/rustwide/target/debug/build/oxiarc-lz4/a5bbc9153bb0bfbb/out/liboxiarc_lz4-a5bbc9153bb0bfbb.rmeta --extern oxiarc_zstd=/opt/rustwide/target/debug/build/oxiarc-zstd/e4c0095ec25a77ae/out/liboxiarc_zstd-e4c0095ec25a77ae.rmeta --extern oxicode=/opt/rustwide/target/debug/build/oxicode/cb70ac377aca34b9/out/liboxicode-cb70ac377aca34b9.rmeta --extern parking_lot=/opt/rustwide/target/debug/build/parking_lot/64aa72344cdf9d5a/out/libparking_lot-64aa72344cdf9d5a.rmeta --extern rand=/opt/rustwide/target/debug/build/rand/462af2004188ec61/out/librand-462af2004188ec61.rmeta --extern rand_chacha=/opt/rustwide/target/debug/build/rand_chacha/1d71caa53db73d8d/out/librand_chacha-1d71caa53db73d8d.rmeta --extern rand_distr=/opt/rustwide/target/debug/build/rand_distr/9b9787a39218de61/out/librand_distr-9b9787a39218de61.rmeta --extern rayon=/opt/rustwide/target/debug/build/rayon/59143807dd3ece61/out/librayon-59143807dd3ece61.rmeta --extern regex=/opt/rustwide/target/debug/build/regex/53cc41655c9a6c51/out/libregex-53cc41655c9a6c51.rmeta --extern serde=/opt/rustwide/target/debug/build/serde/2348fe5d0872f43f/out/libserde-2348fe5d0872f43f.rmeta --extern serde_json=/opt/rustwide/target/debug/build/serde_json/6f064210f32eaa3b/out/libserde_json-6f064210f32eaa3b.rmeta --extern statrs=/opt/rustwide/target/debug/build/statrs/8ed81e4b7e2db72d/out/libstatrs-8ed81e4b7e2db72d.rmeta --extern tempfile=/opt/rustwide/target/debug/build/tempfile/0ebe3041ac08056a/out/libtempfile-0ebe3041ac08056a.rmeta --extern thiserror=/opt/rustwide/target/debug/build/thiserror/229ef021ea57eb67/out/libthiserror-229ef021ea57eb67.rmeta --extern uuid=/opt/rustwide/target/debug/build/uuid/568475f87a23340a/out/libuuid-568475f87a23340a.rmeta --extern wide=/opt/rustwide/target/debug/build/wide/71ece2d10d41118c/out/libwide-71ece2d10d41118c.rmeta --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] warning: plinth-solid@0.1.0: vendor/manifold/upstream/src/boolean_result.cpp: In member function 'manifold::Manifold::Impl manifold::Boolean3::Result(manifold::OpType) const':
[INFO] [stderr] warning: plinth-solid@0.1.0: vendor/manifold/upstream/src/boolean_result.cpp:945:55: warning: suggest braces around empty body in an 'if' statement [-Wempty-body]
[INFO] [stderr] warning: plinth-solid@0.1.0:   945 |                  "triangulated mesh is not manifold!");
[INFO] [stderr] warning: plinth-solid@0.1.0:       |                                                       ^
[INFO] [stderr] warning: plinth-solid@0.1.0: vendor/manifold/upstream/src/boolean_result.cpp:958:55: warning: suggest braces around empty body in an 'if' statement [-Wempty-body]
[INFO] [stderr] warning: plinth-solid@0.1.0:   958 |                  "simplified mesh is not 2-manifold!");
[INFO] [stderr] warning: plinth-solid@0.1.0:       |                                                       ^
[INFO] [stderr] warning: plinth-solid@0.1.0: At global scope:
[INFO] [stderr] warning: plinth-solid@0.1.0: cc1plus: note: unrecognized command-line option '-Wno-unused-lambda-capture' may have been intended to silence earlier diagnostics
[INFO] running `Command { std: "docker" "inspect" "bb1357505ab830983d14643e4c8b9e8696bf8264c9769511a5f084a34564694c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bb1357505ab830983d14643e4c8b9e8696bf8264c9769511a5f084a34564694c", kill_on_drop: false }`
[INFO] [stdout] bb1357505ab830983d14643e4c8b9e8696bf8264c9769511a5f084a34564694c
