[INFO] cloning repository https://github.com/jblindsay/whitebox-tools [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jblindsay/whitebox-tools" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjblindsay%2Fwhitebox-tools", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjblindsay%2Fwhitebox-tools'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 31a909eae43e31ce8d6ffca6ae45ad2b0d30e99f [INFO] testing jblindsay/whitebox-tools against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjblindsay%2Fwhitebox-tools" "/workspace/builds/worker-79/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-79/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jblindsay/whitebox-tools on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jblindsay/whitebox-tools [INFO] finished tweaking git repo https://github.com/jblindsay/whitebox-tools [INFO] tweaked toml for git repo https://github.com/jblindsay/whitebox-tools written to /workspace/builds/worker-79/source/Cargo.toml [INFO] crate git repo https://github.com/jblindsay/whitebox-tools already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded kdtree v0.6.0 [INFO] [stderr] Downloaded kd-tree v0.4.1 [INFO] [stderr] Downloaded zip v0.3.3 [INFO] [stderr] Downloaded laz v0.5.2 [INFO] [stderr] Downloaded rstar v0.7.1 [INFO] [stderr] Downloaded tsp-rs v0.1.0 [INFO] [stderr] Downloaded las v0.7.4 [INFO] [stderr] Downloaded fasteval v0.2.4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-79/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-79/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bebbe460fbd5421fc5f477866e26a6d76e768efd5bd69f09a35cab5fbbfbfbb8 [INFO] running `Command { std: "docker" "start" "-a" "bebbe460fbd5421fc5f477866e26a6d76e768efd5bd69f09a35cab5fbbfbfbb8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bebbe460fbd5421fc5f477866e26a6d76e768efd5bd69f09a35cab5fbbfbfbb8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bebbe460fbd5421fc5f477866e26a6d76e768efd5bd69f09a35cab5fbbfbfbb8", kill_on_drop: false }` [INFO] [stdout] bebbe460fbd5421fc5f477866e26a6d76e768efd5bd69f09a35cab5fbbfbfbb8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-79/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-79/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 12c1093697082c3870b9973e8ef8ecb237e593dc25239f99595900480fdaca87 [INFO] running `Command { std: "docker" "start" "-a" "12c1093697082c3870b9973e8ef8ecb237e593dc25239f99595900480fdaca87", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling libc v0.2.86 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.60 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling serde_derive v1.0.123 [INFO] [stderr] Compiling serde v1.0.123 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling cc v1.0.66 [INFO] [stderr] Compiling pdqselect v0.1.0 [INFO] [stderr] Compiling byteorder v1.4.2 [INFO] [stderr] Compiling rawpointer v0.2.1 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling alloc-no-stdlib v2.0.1 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling adler v0.2.3 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling podio v0.1.7 [INFO] [stderr] Compiling lzw v0.10.0 [INFO] [stderr] Compiling fasteval v0.2.4 [INFO] [stderr] Compiling const_fn v0.4.5 [INFO] [stderr] Compiling rayon-core v1.9.0 [INFO] [stderr] Compiling paste v1.0.6 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling libm v0.2.1 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling miniz_oxide v0.3.7 [INFO] [stderr] Compiling matrixmultiply v0.2.4 [INFO] [stderr] Compiling pest v2.1.3 [INFO] [stderr] Compiling alloc-stdlib v0.2.1 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling num-bigint v0.3.2 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling miniz_oxide v0.4.3 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling crossbeam-utils v0.8.1 [INFO] [stderr] Compiling memoffset v0.6.1 [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Compiling brotli-decompressor v2.3.1 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Compiling bzip2-sys v0.1.10+1.0.8 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling generic-array v0.12.3 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling msdos_time v0.1.6 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling semver-parser v0.10.2 [INFO] [stderr] Compiling brotli v3.3.0 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling flate2 v1.0.20 [INFO] [stderr] Compiling statrs v0.9.0 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling rstar v0.7.1 [INFO] [stderr] Compiling num-complex v0.3.1 [INFO] [stderr] Compiling laz v0.5.2 [INFO] [stderr] Compiling ordered-float v2.10.0 [INFO] [stderr] Compiling kdtree v0.6.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.1 [INFO] [stderr] Compiling crossbeam-channel v0.5.0 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling kd-tree v0.4.1 [INFO] [stderr] Compiling semver v0.11.0 [INFO] [stderr] Compiling crossbeam-deque v0.8.0 [INFO] [stderr] Compiling rand_distr v0.2.2 [INFO] [stderr] Compiling alga v0.9.3 [INFO] [stderr] Compiling bzip2 v0.3.3 [INFO] [stderr] Compiling tsp-rs v0.1.0 [INFO] [stderr] Compiling rustc_version v0.3.3 [INFO] [stderr] Compiling zip v0.3.3 [INFO] [stderr] Compiling nalgebra v0.18.1 [INFO] [stderr] Compiling whitebox_common v2.0.0 (/opt/rustwide/workdir/whitebox-common) [INFO] [stderr] Compiling num v0.3.1 [INFO] [stderr] Compiling thiserror-impl v1.0.26 [INFO] [stderr] Compiling thiserror v1.0.26 [INFO] [stderr] Compiling las v0.7.4 [INFO] [stderr] Compiling whitebox_raster v2.0.0 (/opt/rustwide/workdir/whitebox-raster) [INFO] [stderr] Compiling whitebox_vector v1.5.0 (/opt/rustwide/workdir/whitebox-vector) [INFO] [stderr] Compiling whitebox_lidar v2.0.0 (/opt/rustwide/workdir/whitebox-lidar) [INFO] [stderr] Compiling whitebox_plugins v2.0.0 (/opt/rustwide/workdir/whitebox-plugins) [INFO] [stderr] Compiling whitebox_tools v2.1.0 (/opt/rustwide/workdir/whitebox-tools-app) [INFO] [stderr] error: could not compile `whitebox_tools` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name whitebox_tools --edition=2021 whitebox-tools-app/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=f1cc719fa3075293 -C extra-filename=-f1cc719fa3075293 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-91e6cb4a7cd81f8c.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-2d8a54168bd712dd.rlib --extern kd_tree=/opt/rustwide/target/debug/deps/libkd_tree-23f26d5cbaa26c49.rlib --extern kdtree=/opt/rustwide/target/debug/deps/libkdtree-e8be861939268456.rlib --extern miniz_oxide=/opt/rustwide/target/debug/deps/libminiz_oxide-d6377f5c1c04dcd7.rlib --extern nalgebra=/opt/rustwide/target/debug/deps/libnalgebra-90acf1dc7c121bcb.rlib --extern num_cpus=/opt/rustwide/target/debug/deps/libnum_cpus-286424bd77fb8be2.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-f7177eb08081409c.rlib --extern rand_distr=/opt/rustwide/target/debug/deps/librand_distr-5dee58a6302293de.rlib --extern rayon=/opt/rustwide/target/debug/deps/librayon-3e603caaf0070b69.rlib --extern rstar=/opt/rustwide/target/debug/deps/librstar-6bc7ab5bdea5234f.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-d3e4e6060ce58c84.rlib --extern serde_derive=/opt/rustwide/target/debug/deps/libserde_derive-23c31a4599b64ee5.so --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-cd04122ac95b4a1b.rlib --extern statrs=/opt/rustwide/target/debug/deps/libstatrs-dfee7af980543e8c.rlib --extern typenum=/opt/rustwide/target/debug/deps/libtypenum-7cce747769eb0ca2.rlib --extern whitebox_common=/opt/rustwide/target/debug/deps/libwhitebox_common-acf0fcd019b6e9eb.rlib --extern whitebox_lidar=/opt/rustwide/target/debug/deps/libwhitebox_lidar-9d14704dab2ef5dc.rlib --extern whitebox_raster=/opt/rustwide/target/debug/deps/libwhitebox_raster-cbd013430691ff72.rlib --extern whitebox_vector=/opt/rustwide/target/debug/deps/libwhitebox_vector-86e277cae035ee1a.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/bzip2-sys-2c2679a9b8b88755/out/lib` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/lidar_shift-0b5683257bac7bce.lidar_shift.946eeec8-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/lidar_shift-0b5683257bac7bce.lidar_shift.946eeec8-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/lidar_shift-0b5683257bac7bce.lidar_shift.946eeec8-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/lidar_shift-0b5683257bac7bce.lidar_shift.946eeec8-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/lidar_shift-0b5683257bac7bce.lidar_shift.946eeec8-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/lidar_shift-0b5683257bac7bce.lidar_shift.946eeec8-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/lidar_shift-0b5683257bac7bce.lidar_shift.946eeec8-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/lidar_shift-0b5683257bac7bce.lidar_shift.946eeec8-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/lidar_shift-0b5683257bac7bce.lidar_shift.946eeec8-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/lidar_shift-0b5683257bac7bce.lidar_shift.946eeec8-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/lidar_shift-0b5683257bac7bce.lidar_shift.946eeec8-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/lidar_shift-0b5683257bac7bce.lidar_shift.946eeec8-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/lidar_shift-0b5683257bac7bce.lidar_shift.946eeec8-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/lidar_shift-0b5683257bac7bce.lidar_shift.946eeec8-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/lidar_shift-0b5683257bac7bce.lidar_shift.946eeec8-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/lidar_shift-0b5683257bac7bce.lidar_shift.946eeec8-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/lidar_shift-0b5683257bac7bce.2z75ttlhp8khh44v.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/bzip2-sys-2c2679a9b8b88755/out/lib" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libwhitebox_lidar-9d14704dab2ef5dc.rlib" "/opt/rustwide/target/debug/deps/libzip-55c9cc8e1947f460.rlib" "/opt/rustwide/target/debug/deps/libpodio-6a87c989053423b4.rlib" "/opt/rustwide/target/debug/deps/libmsdos_time-edc6a08301711cf3.rlib" "/opt/rustwide/target/debug/deps/libflate2-a4a88e02022bdf46.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-6c609ddc6d074e32.rlib" "/opt/rustwide/target/debug/deps/libadler-9e52662b60a79489.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-66aff8fc04e18c28.rlib" "/opt/rustwide/target/debug/deps/libbzip2-3dea591add22098b.rlib" "/opt/rustwide/target/debug/deps/libbzip2_sys-835a40ee07beb213.rlib" "/opt/rustwide/target/debug/deps/libwhitebox_raster-cbd013430691ff72.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-286424bd77fb8be2.rlib" "/opt/rustwide/target/debug/deps/liblzw-b804f8f46b161279.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-d6377f5c1c04dcd7.rlib" "/opt/rustwide/target/debug/deps/libadler32-db47bf74eb7ba81c.rlib" "/opt/rustwide/target/debug/deps/libwhitebox_common-acf0fcd019b6e9eb.rlib" "/opt/rustwide/target/debug/deps/librstar-6bc7ab5bdea5234f.rlib" "/opt/rustwide/target/debug/deps/libpdqselect-6e8742567d1837e9.rlib" "/opt/rustwide/target/debug/deps/libnalgebra-90acf1dc7c121bcb.rlib" "/opt/rustwide/target/debug/deps/libalga-f28bced92323c1bd.rlib" "/opt/rustwide/target/debug/deps/librand-271ca5b1633d6a6a.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-0e1b41da8d68268e.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-04beb691bef1d141.rlib" "/opt/rustwide/target/debug/deps/librand_hc-863ed5af2eff5223.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-f31cc0e75afee975.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-59007569fa0dabf5.rlib" "/opt/rustwide/target/debug/deps/librand_core-2035e010cda6ad37.rlib" "/opt/rustwide/target/debug/deps/librand_os-f211da42fbcb390a.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-3a4a755403add799.rlib" "/opt/rustwide/target/debug/deps/librand_core-a742cc23d4224b17.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-20080e5e075c590b.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-611b8941ceb3ab73.rlib" "/opt/rustwide/target/debug/deps/libmatrixmultiply-932238b821afeee8.rlib" "/opt/rustwide/target/debug/deps/librawpointer-d20498b141ace7b0.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-3b1edbea7781d51e.rlib" "/opt/rustwide/target/debug/deps/libtypenum-7cce747769eb0ca2.rlib" "/opt/rustwide/target/debug/deps/libapprox-a72d6fd85a26e687.rlib" "/opt/rustwide/target/debug/deps/libserde_json-cd04122ac95b4a1b.rlib" "/opt/rustwide/target/debug/deps/libryu-b54e014f019506d7.rlib" "/opt/rustwide/target/debug/deps/libitoa-5407eb7e76df18b4.rlib" "/opt/rustwide/target/debug/deps/libserde-d3e4e6060ce58c84.rlib" "/opt/rustwide/target/debug/deps/librand-f7177eb08081409c.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-84472add0625dd82.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-99d0b3f72999505b.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-588d0e00b70994d5.rlib" "/opt/rustwide/target/debug/deps/librand_core-64b6e291c7ff5b03.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-3477027de06b971d.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-56df745b5175507b.rlib" "/opt/rustwide/target/debug/deps/liblas-5899242eb10874b6.rlib" "/opt/rustwide/target/debug/deps/liblaz-a192a013c2d561a3.rlib" "/opt/rustwide/target/debug/deps/libuuid-58a63633e07ab103.rlib" "/opt/rustwide/target/debug/deps/libthiserror-f1a981eb26066604.rlib" "/opt/rustwide/target/debug/deps/libnum-980b36ce38995e1e.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-3995171a97ab45c8.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-423cabd1ee7112c9.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-cad9e2a11e1f6ae2.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-3e80d80f90937f0c.rlib" "/opt/rustwide/target/debug/deps/libchrono-2d8a54168bd712dd.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-890ed7ac8270bb05.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-06e2835e6bd2349b.rlib" "/opt/rustwide/target/debug/deps/libtime-e926c1ce83f49c60.rlib" "/opt/rustwide/target/debug/deps/liblibc-394f246028b2f9fc.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-91e6cb4a7cd81f8c.rlib" "/opt/rustwide/target/debug/deps/libbrotli-8815254e787adaf4.rlib" "/opt/rustwide/target/debug/deps/libbrotli_decompressor-3789f73b23f37944.rlib" "/opt/rustwide/target/debug/deps/liballoc_stdlib-eb0829a1820669d6.rlib" "/opt/rustwide/target/debug/deps/liballoc_no_stdlib-3c1164bc37fdcec7.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8d61b92a0a02f53a.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-fc45202bb435016b.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-f2400674c7513725.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-605c3a7d1a5d300d.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-3d4fb4efa907e4e8.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-65207f030ab23308.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-76ca199cb0186109.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-1e3e01ed4f561dc1.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dd8dddcba7c13fee.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-00b13d31c3420656.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-e4c8460b81557bd5.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-600d46e5f0005455.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e4a08a2585b62d37.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fbc21ec567cb9dc7.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-10b3fa8e49bd978f.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-64625b73694ffce7.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-fb6b78ac543a58ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1d1f2d1bec6f51b8.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-acf5ff6e9595d982.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/lidar_shift-0b5683257bac7bce" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "12c1093697082c3870b9973e8ef8ecb237e593dc25239f99595900480fdaca87", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "12c1093697082c3870b9973e8ef8ecb237e593dc25239f99595900480fdaca87", kill_on_drop: false }` [INFO] [stdout] 12c1093697082c3870b9973e8ef8ecb237e593dc25239f99595900480fdaca87