[INFO] fetching crate totsu_f64lapack 0.1.1... [INFO] testing totsu_f64lapack-0.1.1 against 1.91.0 for beta-1.92-2 [INFO] extracting crate totsu_f64lapack 0.1.1 into /workspace/builds/worker-1-tc1/source [INFO] started tweaking crates.io crate totsu_f64lapack 0.1.1 [INFO] finished tweaking crates.io crate totsu_f64lapack 0.1.1 [INFO] tweaked toml for crates.io crate totsu_f64lapack 0.1.1 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate totsu_f64lapack 0.1.1 on toolchain 1.91.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 193 packages to latest compatible versions [INFO] [stderr] Adding cblas v0.4.0 (available: v0.5.0) [INFO] [stderr] Adding env_logger v0.10.2 (available: v0.11.8) [INFO] [stderr] Adding once_cell v1.19.0 (available: v1.21.3) [INFO] [stderr] Adding regex v1.10.6 (available: v1.12.2) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded lapacke-sys v0.1.4 [INFO] [stderr] Downloaded totsu v0.10.2 [INFO] [stderr] Downloaded totsu_core v0.1.1 [INFO] [stderr] Downloaded intel-mkl-src v0.8.1 [INFO] [stderr] Downloaded cblas-sys v0.1.4 [INFO] [stderr] Downloaded float_eq v1.0.1 [INFO] [stderr] Downloaded ocipkg v0.2.9 [INFO] [stderr] Downloaded cblas v0.4.0 [INFO] [stderr] Downloaded lapacke v0.5.0 [INFO] [stderr] Downloaded oci-spec v0.6.8 [INFO] [stderr] Downloaded intel-mkl-tool v0.8.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 25aacb483a1b611cf06115c7e8212c606e0229af28acc5ff2d0a376312157640 [INFO] running `Command { std: "docker" "start" "-a" "25aacb483a1b611cf06115c7e8212c606e0229af28acc5ff2d0a376312157640", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "25aacb483a1b611cf06115c7e8212c606e0229af28acc5ff2d0a376312157640", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "25aacb483a1b611cf06115c7e8212c606e0229af28acc5ff2d0a376312157640", kill_on_drop: false }` [INFO] [stdout] 25aacb483a1b611cf06115c7e8212c606e0229af28acc5ff2d0a376312157640 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6a8e42947f4e773d0aba751eaf6b218ffd3c2c2d88e3bb489a5b87e6a9424a44 [INFO] running `Command { std: "docker" "start" "-a" "6a8e42947f4e773d0aba751eaf6b218ffd3c2c2d88e3bb489a5b87e6a9424a44", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling lapacke-sys v0.1.4 [INFO] [stderr] Compiling cblas-sys v0.1.4 [INFO] [stderr] Compiling num-complex v0.4.6 [INFO] [stderr] Compiling totsu_core v0.1.1 [INFO] [stderr] Compiling cblas v0.4.0 [INFO] [stderr] Compiling lapacke v0.5.0 [INFO] [stderr] Compiling totsu_f64lapack v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.23s [INFO] running `Command { std: "docker" "inspect" "6a8e42947f4e773d0aba751eaf6b218ffd3c2c2d88e3bb489a5b87e6a9424a44", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6a8e42947f4e773d0aba751eaf6b218ffd3c2c2d88e3bb489a5b87e6a9424a44", kill_on_drop: false }` [INFO] [stdout] 6a8e42947f4e773d0aba751eaf6b218ffd3c2c2d88e3bb489a5b87e6a9424a44 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 77a12d5be7f281ae99dbed1a01f90467c093404c67805edea0bae4ce52c84c10 [INFO] running `Command { std: "docker" "start" "-a" "77a12d5be7f281ae99dbed1a01f90467c093404c67805edea0bae4ce52c84c10", kill_on_drop: false }` [INFO] [stderr] Compiling stable_deref_trait v1.2.1 [INFO] [stderr] Compiling cfg-if v1.0.4 [INFO] [stderr] Compiling litemap v0.8.1 [INFO] [stderr] Compiling writeable v0.6.2 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling icu_normalizer_data v2.1.1 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling icu_properties_data v2.1.1 [INFO] [stderr] Compiling typenum v1.19.0 [INFO] [stderr] Compiling generic-array v0.14.9 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling untrusted v0.9.0 [INFO] [stderr] Compiling crc32fast v1.5.0 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling utf8_iter v1.0.4 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling equivalent v1.0.2 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling rustls v0.23.35 [INFO] [stderr] Compiling hashbrown v0.16.0 [INFO] [stderr] Compiling percent-encoding v2.3.2 [INFO] [stderr] Compiling itoa v1.0.15 [INFO] [stderr] Compiling ryu v1.0.20 [INFO] [stderr] Compiling yoke v0.8.1 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling regex v1.10.6 [INFO] [stderr] Compiling webpki-roots v1.0.4 [INFO] [stderr] Compiling form_urlencoded v1.2.2 [INFO] [stderr] Compiling toml_write v0.1.2 [INFO] [stderr] Compiling winnow v0.7.13 [INFO] [stderr] Compiling subtle v2.6.1 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Compiling zerovec v0.11.5 [INFO] [stderr] Compiling zerotrie v0.2.3 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling flate2 v1.1.5 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling dirs-sys v0.4.1 [INFO] [stderr] Compiling webpki-roots v0.26.11 [INFO] [stderr] Compiling getset v0.1.6 [INFO] [stderr] Compiling filetime v0.2.26 [INFO] [stderr] Compiling iana-time-zone v0.1.64 [INFO] [stderr] Compiling indexmap v2.12.0 [INFO] [stderr] Compiling cpufeatures v0.2.17 [INFO] [stderr] Compiling strum v0.26.3 [INFO] [stderr] Compiling chrono v0.4.42 [INFO] [stderr] Compiling uuid v1.18.1 [INFO] [stderr] Compiling tar v0.4.44 [INFO] [stderr] Compiling directories v5.0.1 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling base16ct v0.2.0 [INFO] [stderr] Compiling intel-mkl-tool v0.8.1 [INFO] [stderr] Compiling sha2 v0.10.9 [INFO] [stderr] Compiling is-terminal v0.4.17 [INFO] [stderr] Compiling humantime v2.3.0 [INFO] [stderr] Compiling totsu v0.10.2 [INFO] [stderr] Compiling float_eq v1.0.1 [INFO] [stderr] Compiling tinystr v0.8.2 [INFO] [stderr] Compiling potential_utf v0.1.4 [INFO] [stderr] Compiling icu_collections v2.1.1 [INFO] [stderr] Compiling env_logger v0.10.2 [INFO] [stderr] Compiling icu_locale_core v2.1.1 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Compiling derive_builder_core v0.20.2 [INFO] [stderr] Compiling icu_provider v2.1.1 [INFO] [stderr] Compiling icu_properties v2.1.1 [INFO] [stderr] Compiling icu_normalizer v2.1.1 [INFO] [stderr] Compiling derive_builder_macro v0.20.2 [INFO] [stderr] Compiling derive_builder v0.20.2 [INFO] [stderr] Compiling serde_spanned v0.6.9 [INFO] [stderr] Compiling toml_datetime v0.6.11 [INFO] [stderr] Compiling oci-spec v0.6.8 [INFO] [stderr] Compiling toml_edit v0.22.27 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling url v2.5.7 [INFO] [stderr] Compiling rustls-webpki v0.103.8 [INFO] [stderr] Compiling toml v0.8.23 [INFO] [stderr] Compiling ureq v2.12.1 [INFO] [stderr] Compiling ocipkg v0.2.9 [INFO] [stderr] Compiling intel-mkl-src v0.8.1 [INFO] [stderr] Compiling totsu_f64lapack v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcapytNg/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{liblapacke-a50f8a9b2f366e52,liblapacke_sys-b2b48c1da1a61128,libcblas-fda75cca5730d59d,libnum_complex-b6cadf5bd542c217,libcblas_sys-c2098b5ebd6af99a,liblibc-8e54dbb44c3a887e,libfloat_eq-6806f0b1b70016c4}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libintel_mkl_src-440149364c60daaa,libtotsu_core-f5e9f5d0c59b8a82,liblog-217f48e92360dc73,libnum_traits-586cc47e792695a9}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcapytNg/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/totsu_f64lapack-d3e691d57bb14f7d" "-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: cblas_dcopy [INFO] [stdout] >>> referenced by lib.rs:274 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cblas-0.4.0/src/lib.rs:274) [INFO] [stdout] >>> /opt/rustwide/target/debug/deps/totsu_f64lapack-d3e691d57bb14f7d.totsu_f64lapack.ea829de6d175491b-cgu.0.rcgu.o:(cblas::dcopy::h3232472e7f4aca8b) [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: cblas_dscal [INFO] [stdout] >>> referenced by lib.rs:409 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cblas-0.4.0/src/lib.rs:409) [INFO] [stdout] >>> /opt/rustwide/target/debug/deps/totsu_f64lapack-d3e691d57bb14f7d.totsu_f64lapack.ea829de6d175491b-cgu.0.rcgu.o:(cblas::dscal::h55e5f8bdddf76b69) [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `totsu_f64lapack` (lib test) due to 1 previous error [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" "/tmp/rustcDPJff3/symbols.o" "<3 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libenv_logger-886e8c77cb254dc5,libtermcolor-756c6a05c4db81e7,libis_terminal-6b7929d8884e8673,libhumantime-de59cafd50707f48,libregex-6e00c8e6964952a6,libregex_automata-b2e8851311dbc3f1,libaho_corasick-fda95e6d688ad73e,libmemchr-1746d9db21e5ba51,libregex_syntax-2fa091f58f28b60e}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libintel_mkl_src-440149364c60daaa,libtotsu_f64lapack-678b734283254cfe,liblapacke-a50f8a9b2f366e52,liblapacke_sys-b2b48c1da1a61128,libcblas-fda75cca5730d59d,libnum_complex-b6cadf5bd542c217,libcblas_sys-c2098b5ebd6af99a,liblibc-8e54dbb44c3a887e,libtotsu_core-f5e9f5d0c59b8a82,liblog-217f48e92360dc73,libnum_traits-586cc47e792695a9,libfloat_eq-6806f0b1b70016c4}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcDPJff3/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/solver-7de49c21b8741869" "-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: cblas_dsyr [INFO] [stdout] >>> referenced by lib.rs:1641 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cblas-0.4.0/src/lib.rs:1641) [INFO] [stdout] >>> /opt/rustwide/target/debug/deps/solver-7de49c21b8741869.solver.65e4e86891a0ee02-cgu.0.rcgu.o:(cblas::dsyr::h6e4f13091aa593f3) [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: LAPACKE_dsyevr [INFO] [stdout] >>> referenced by lapacke-sys.rs:21646 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lapacke-0.5.0/src/lapacke-sys.rs:21646) [INFO] [stdout] >>> /opt/rustwide/target/debug/deps/solver-7de49c21b8741869.solver.65e4e86891a0ee02-cgu.0.rcgu.o:(lapacke::dsyevr::hc1f441d194a7dfa6) [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: cblas_dasum [INFO] [stdout] >>> referenced by lib.rs:209 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cblas-0.4.0/src/lib.rs:209) [INFO] [stdout] >>> totsu_f64lapack-678b734283254cfe.totsu_f64lapack.44c8bce5540b90ab-cgu.0.rcgu.o:(cblas::dasum::h4ab0d105a360bdd2) in archive /opt/rustwide/target/debug/deps/libtotsu_f64lapack-678b734283254cfe.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: cblas_daxpy [INFO] [stdout] >>> referenced by lib.rs:279 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cblas-0.4.0/src/lib.rs:279) [INFO] [stdout] >>> totsu_f64lapack-678b734283254cfe.totsu_f64lapack.44c8bce5540b90ab-cgu.0.rcgu.o:(cblas::daxpy::h07d677a820c7be17) in archive /opt/rustwide/target/debug/deps/libtotsu_f64lapack-678b734283254cfe.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: cblas_dcopy [INFO] [stdout] >>> referenced by lib.rs:274 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cblas-0.4.0/src/lib.rs:274) [INFO] [stdout] >>> totsu_f64lapack-678b734283254cfe.totsu_f64lapack.44c8bce5540b90ab-cgu.0.rcgu.o:(cblas::dcopy::hf41d61cf4c612710) in archive /opt/rustwide/target/debug/deps/libtotsu_f64lapack-678b734283254cfe.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: cblas_dgemv [INFO] [stdout] >>> referenced by lib.rs:673 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cblas-0.4.0/src/lib.rs:673) [INFO] [stdout] >>> totsu_f64lapack-678b734283254cfe.totsu_f64lapack.44c8bce5540b90ab-cgu.0.rcgu.o:(cblas::dgemv::h361fdc2d86724268) in archive /opt/rustwide/target/debug/deps/libtotsu_f64lapack-678b734283254cfe.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: cblas_dnrm2 [INFO] [stdout] >>> referenced by lib.rs:204 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cblas-0.4.0/src/lib.rs:204) [INFO] [stdout] >>> totsu_f64lapack-678b734283254cfe.totsu_f64lapack.44c8bce5540b90ab-cgu.0.rcgu.o:(cblas::dnrm2::hf1ae3c65dca188ef) in archive /opt/rustwide/target/debug/deps/libtotsu_f64lapack-678b734283254cfe.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: cblas_dsbmv [INFO] [stdout] >>> referenced by lib.rs:1560 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cblas-0.4.0/src/lib.rs:1560) [INFO] [stdout] >>> totsu_f64lapack-678b734283254cfe.totsu_f64lapack.44c8bce5540b90ab-cgu.0.rcgu.o:(cblas::dsbmv::h7c525aaca083ec39) in archive /opt/rustwide/target/debug/deps/libtotsu_f64lapack-678b734283254cfe.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: cblas_dscal [INFO] [stdout] >>> referenced by lib.rs:409 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cblas-0.4.0/src/lib.rs:409) [INFO] [stdout] >>> totsu_f64lapack-678b734283254cfe.totsu_f64lapack.44c8bce5540b90ab-cgu.0.rcgu.o:(cblas::dscal::h87ba20d221605222) in archive /opt/rustwide/target/debug/deps/libtotsu_f64lapack-678b734283254cfe.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: cblas_dspmv [INFO] [stdout] >>> referenced by lib.rs:1589 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cblas-0.4.0/src/lib.rs:1589) [INFO] [stdout] >>> totsu_f64lapack-678b734283254cfe.totsu_f64lapack.44c8bce5540b90ab-cgu.0.rcgu.o:(cblas::dspmv::h36df307a3744daad) in archive /opt/rustwide/target/debug/deps/libtotsu_f64lapack-678b734283254cfe.rlib [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `totsu_f64lapack` (test "solver") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "77a12d5be7f281ae99dbed1a01f90467c093404c67805edea0bae4ce52c84c10", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "77a12d5be7f281ae99dbed1a01f90467c093404c67805edea0bae4ce52c84c10", kill_on_drop: false }` [INFO] [stdout] 77a12d5be7f281ae99dbed1a01f90467c093404c67805edea0bae4ce52c84c10