[INFO] cloning repository https://github.com/Beamform/pacmap-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Beamform/pacmap-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBeamform%2Fpacmap-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBeamform%2Fpacmap-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f0dca5864eba712249078eeb1cd6a45c65528fdd
[INFO] building Beamform/pacmap-rs against try#334963c956d25708feab489a3816ae63f639355d for pr-135216
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBeamform%2Fpacmap-rs" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/Beamform/pacmap-rs on toolchain 334963c956d25708feab489a3816ae63f639355d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/Beamform/pacmap-rs
[INFO] finished tweaking git repo https://github.com/Beamform/pacmap-rs
[INFO] tweaked toml for git repo https://github.com/Beamform/pacmap-rs written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/Beamform/pacmap-rs 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" "+334963c956d25708feab489a3816ae63f639355d" "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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] bf8a75f66363b9036f42fcacab59f8e7b425d2dfd1bc1547b594227b92c4af97
[INFO] running `Command { std: "docker" "start" "-a" "bf8a75f66363b9036f42fcacab59f8e7b425d2dfd1bc1547b594227b92c4af97", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bf8a75f66363b9036f42fcacab59f8e7b425d2dfd1bc1547b594227b92c4af97", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bf8a75f66363b9036f42fcacab59f8e7b425d2dfd1bc1547b594227b92c4af97", kill_on_drop: false }`
[INFO] [stdout] bf8a75f66363b9036f42fcacab59f8e7b425d2dfd1bc1547b594227b92c4af97
[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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 88ee9fbdad22a20187cb558510ec09350043e64e35077ccd14737158d0222100
[INFO] running `Command { std: "docker" "start" "-a" "88ee9fbdad22a20187cb558510ec09350043e64e35077ccd14737158d0222100", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.89
[INFO] [stderr]    Compiling unicode-ident v1.0.13
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]    Compiling libc v0.2.164
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling libm v0.2.11
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling rustversion v1.0.18
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling scratch v1.0.7
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling cxxbridge-flags v1.0.130
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling rawpointer v0.2.1
[INFO] [stderr]    Compiling cc v1.2.1
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling prettyplease v0.2.25
[INFO] [stderr]    Compiling thiserror v2.0.3
[INFO] [stderr]    Compiling bytemuck v1.19.0
[INFO] [stderr]    Compiling petal-decomposition v0.8.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.15
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling codespan-reporting v0.11.1
[INFO] [stderr]    Compiling safe_arch v0.7.2
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling matrixmultiply v0.3.9
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling link-cplusplus v1.0.9
[INFO] [stderr]    Compiling cxx v1.0.130
[INFO] [stderr]    Compiling wide v0.7.28
[INFO] [stderr]    Compiling crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling lapack-sys v0.14.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling syn v2.0.87
[INFO] [stderr]    Compiling rand_pcg v0.3.1
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling lapack v0.19.0
[INFO] [stderr]    Compiling ndarray v0.16.1
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling cxx-build v1.0.130
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling cxxbridge-macro v1.0.130
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling thiserror-impl v2.0.3
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]    Compiling bon-macros v3.0.1
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling usearch v2.16.2
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling lair v0.7.0
[INFO] [stderr]    Compiling rand_distr v0.4.3
[INFO] [stderr]    Compiling ndarray-rand v0.15.0
[INFO] [stderr]    Compiling bon v3.0.1
[INFO] [stderr]    Compiling pacmap v0.2.6 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.50s
[INFO] running `Command { std: "docker" "inspect" "88ee9fbdad22a20187cb558510ec09350043e64e35077ccd14737158d0222100", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "88ee9fbdad22a20187cb558510ec09350043e64e35077ccd14737158d0222100", kill_on_drop: false }`
[INFO] [stdout] 88ee9fbdad22a20187cb558510ec09350043e64e35077ccd14737158d0222100
[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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 71162f8007f619be032221ae2de229bcd809ac3c7e9ee5a95789cc6c19607449
[INFO] running `Command { std: "docker" "start" "-a" "71162f8007f619be032221ae2de229bcd809ac3c7e9ee5a95789cc6c19607449", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling serde v1.0.215
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling serde_json v1.0.133
[INFO] [stderr]    Compiling libmimalloc-sys v0.1.39
[INFO] [stderr]    Compiling serde_derive v1.0.215
[INFO] [stderr]    Compiling half v2.4.1
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling itoa v1.0.11
[INFO] [stderr]    Compiling anstyle v1.0.10
[INFO] [stderr]    Compiling clap_lex v0.7.3
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling ryu v1.0.18
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling clap_builder v4.5.21
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling is-terminal v0.4.13
[INFO] [stderr]    Compiling oorandom v11.1.4
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling mimalloc v0.1.43
[INFO] [stderr]    Compiling clap v4.5.21
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling quickcheck_macros v1.0.0
[INFO] [stderr]    Compiling regex v1.10.6
[INFO] [stderr]    Compiling env_logger v0.8.4
[INFO] [stderr]    Compiling quickcheck v1.0.3
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling pacmap v0.2.6 (/opt/rustwide/workdir)
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/334963c956d25708feab489a3816ae63f639355d/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/334963c956d25708feab489a3816ae63f639355d/lib/rustlib/x86_64-unknown-linux-gnu/bin/self-contained:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-m64" "/tmp/rustc1tk4ds/symbols.o" "<17 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/334963c956d25708feab489a3816ae63f639355d/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-1af8ffea9e74232a.rlib,libgetopts-ffa5d4ded57a3fc3.rlib,libunicode_width-0e164d63496cbdb2.rlib,librustc_std_workspace_std-aef6a43b187ae7c5.rlib}" "/opt/rustwide/target/debug/deps/{libquickcheck-5a44d9ea98233858.rlib,libenv_logger-5bd2839a73bf8c5e.rlib,libregex-8954be1a448c3175.rlib,libregex_automata-8670fc997c8edd03.rlib,libaho_corasick-50150a17a2667fa6.rlib,libmemchr-4f0714dc45d95749.rlib,libregex_syntax-2f734124a51b36fa.rlib,liblog-669e9396cafcbb01.rlib,libpetal_decomposition-0d0adf1221a90926.rlib,liblapack-4422da1baac7a768.rlib,liblapack_sys-a848f417149da467.rlib,libitertools-81524015b6b5198d.rlib,librand_pcg-c66d0c6d67709923.rlib,liblair-5cc58b595a118eea.rlib,libthiserror-099aeca93c4a0906.rlib,libbon-b68bcb45573f8e1d.rlib,libndarray_rand-9551cad7c6f80a80.rlib,librand_distr-ec935e6292cfb357.rlib,librand-40b2df456225641d.rlib,librand_chacha-b4868cf8febd759f.rlib,libppv_lite86-671edb5a40f26faa.rlib,libzerocopy-ba5c172de21e4080.rlib,libbyteorder-7df9ab1ae37e1368.rlib,librand_core-01a81b7ab29419c4.rlib,libgetrandom-f05f5bab166c97b7.rlib,liblibc-62bf47382e34864d.rlib,libcfg_if-33ef6c02a07f9fec.rlib,libusearch-d4172eb8aeba88c1.rlib,libcxx-bc5779a7da02dfa9.rlib,liblink_cplusplus-233041a26fa4497e.rlib,libthiserror-501ee5d890e65ffb.rlib,libwide-688c5376fe7f338e.rlib,libsafe_arch-b8aa196fcdfe404c.rlib,libbytemuck-476c534cc6d054c3.rlib,libtracing-14e676ce360131e3.rlib,libpin_project_lite-1b69109c4d0b18c5.rlib,libtracing_core-2e5058304bee1886.rlib,libonce_cell-24c5d665b6879050.rlib,libapprox-616287bd6be1a1fb.rlib,libndarray-3e83cf466ec3ece0.rlib,libmatrixmultiply-3831b2fc29760149.rlib,libnum_complex-175076668e3a3216.rlib,librayon-f67f93ec3a198981.rlib,librayon_core-9a8f334f0de531d6.rlib,libcrossbeam_deque-337e201672f94d3a.rlib,libcrossbeam_epoch-6eaad7f981b0bedd.rlib,libcrossbeam_utils-d3f614f0e73f3455.rlib,libeither-38d43fea6173fdf6.rlib,libnum_integer-211909860edfa558.rlib,libnum_traits-d3a84d88437f8276.rlib,librawpointer-a726d041f28ef5ec.rlib}" "/opt/rustwide/rustup-home/toolchains/334963c956d25708feab489a3816ae63f639355d/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-d6f1d924b2f4233e.rlib,libpanic_unwind-00eb06e39850f679.rlib,libobject-d0382f11baa011b6.rlib,libmemchr-b7e2e2c1a7e4643d.rlib,libaddr2line-30ced7f1999cfa29.rlib,libgimli-3ee7e14c58e31ebd.rlib,librustc_demangle-a4f649bba77ffcc5.rlib,libstd_detect-c89a3ce7ad7c3dbd.rlib,libhashbrown-e1ce1d3d110c6707.rlib,librustc_std_workspace_alloc-e0604fecbf0f39dc.rlib,libminiz_oxide-0a9c6172f04822cc.rlib,libadler2-14a33f7117abcee7.rlib,libunwind-24c16adbe5e57356.rlib,libcfg_if-d2688d4a5c8e415b.rlib,liblibc-8ff7ba6d97853f27.rlib,liballoc-5c001d095eb077ec.rlib,librustc_std_workspace_core-395a38b8e0851c9b.rlib,libcore-d453bab70303062c.rlib,libcompiler_builtins-dd545221bb4f4734.rlib}" "-Wl,-Bdynamic" "-lstdc++" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-B/opt/rustwide/rustup-home/toolchains/334963c956d25708feab489a3816ae63f639355d/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/libmimalloc-sys-ef9309a5a567de72/out" "-L" "/opt/rustwide/target/debug/build/usearch-e421e72a8efee774/out" "-L" "/opt/rustwide/target/debug/build/cxx-dfeb2741e1896513/out" "-L" "/opt/rustwide/target/debug/build/link-cplusplus-a0777ed5ef82e6c6/out" "-L" "/opt/rustwide/rustup-home/toolchains/334963c956d25708feab489a3816ae63f639355d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/pacmap-db9601f157adc687" "-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: rust-lld: error: undefined symbol: sgelqf_
[INFO] [stdout]           >>> referenced by lapack-sys.rs:4176 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lapack-0.19.0/src/lapack-sys.rs:4176)
[INFO] [stdout]           >>>               petal_decomposition-0d0adf1221a90926.petal_decomposition.def2469cb0511d1a-cgu.0.rcgu.o:(lapack::sgelqf::h493c742a02d2a5fe) in archive /opt/rustwide/target/debug/deps/libpetal_decomposition-0d0adf1221a90926.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: sgesdd_
[INFO] [stdout]           >>> referenced by lapack-sys.rs:6802 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lapack-0.19.0/src/lapack-sys.rs:6802)
[INFO] [stdout]           >>>               petal_decomposition-0d0adf1221a90926.petal_decomposition.def2469cb0511d1a-cgu.0.rcgu.o:(lapack::sgesdd::hfd06ef5560a19094) in archive /opt/rustwide/target/debug/deps/libpetal_decomposition-0d0adf1221a90926.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: sgesvd_
[INFO] [stdout]           >>> referenced by lapack-sys.rs:7106 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lapack-0.19.0/src/lapack-sys.rs:7106)
[INFO] [stdout]           >>>               petal_decomposition-0d0adf1221a90926.petal_decomposition.def2469cb0511d1a-cgu.0.rcgu.o:(lapack::sgesvd::hb70a19fcd320a5ab) in archive /opt/rustwide/target/debug/deps/libpetal_decomposition-0d0adf1221a90926.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: sorglq_
[INFO] [stdout]           >>> referenced by lapack-sys.rs:20783 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lapack-0.19.0/src/lapack-sys.rs:20783)
[INFO] [stdout]           >>>               petal_decomposition-0d0adf1221a90926.petal_decomposition.def2469cb0511d1a-cgu.0.rcgu.o:(lapack::sorglq::hb2ed397bb750ab2a) in archive /opt/rustwide/target/debug/deps/libpetal_decomposition-0d0adf1221a90926.rlib
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `pacmap` (lib test) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "71162f8007f619be032221ae2de229bcd809ac3c7e9ee5a95789cc6c19607449", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "71162f8007f619be032221ae2de229bcd809ac3c7e9ee5a95789cc6c19607449", kill_on_drop: false }`
[INFO] [stdout] 71162f8007f619be032221ae2de229bcd809ac3c7e9ee5a95789cc6c19607449
