[INFO] crate rsrl 0.6.0 is already in cache [INFO] extracting crate rsrl 0.6.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/rsrl/0.6.0 [INFO] extracting crate rsrl 0.6.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/rsrl/0.6.0 [INFO] validating manifest of rsrl-0.6.0 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of rsrl-0.6.0 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing rsrl-0.6.0 [INFO] finished frobbing rsrl-0.6.0 [INFO] frobbed toml for rsrl-0.6.0 written to work/ex/beta-1.38-1/sources/1.37.0/reg/rsrl/0.6.0/Cargo.toml [INFO] started frobbing rsrl-0.6.0 [INFO] finished frobbing rsrl-0.6.0 [INFO] frobbed toml for rsrl-0.6.0 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/rsrl/0.6.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing rsrl-0.6.0 against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/rsrl/0.6.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 0a6aedcf301a38d4c49e63241efeeedbe526bd7489e1d99c11a479d02ec0d90f [INFO] running `"docker" "start" "-a" "0a6aedcf301a38d4c49e63241efeeedbe526bd7489e1d99c11a479d02ec0d90f"` [INFO] [stderr] Compiling openblas-src v0.6.1 [INFO] [stderr] Compiling ndarray v0.12.1 [INFO] [stderr] Compiling slog v2.5.2 [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] Compiling itertools v0.7.11 [INFO] [stderr] Compiling cblas-sys v0.1.4 [INFO] [stderr] Compiling term v0.5.2 [INFO] [stderr] Compiling chrono v0.4.7 [INFO] [stderr] Compiling blas-src v0.2.1 [INFO] [stderr] Compiling slog-async v2.3.0 [INFO] [stderr] Compiling slog-term v2.4.1 [INFO] [stderr] Compiling spaces v4.7.1 [INFO] [stderr] Compiling lfa v0.6.1 [INFO] [stderr] Compiling rsrl v0.6.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/core/experiment.rs:17:54 [INFO] [stderr] | [INFO] [stderr] 17 | fn serialize(&self, _: &Record, serializer: &mut Serializer) -> LogResult { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/core/experiment.rs:50:25 [INFO] [stderr] | [INFO] [stderr] 50 | domain_factory: Box D>, [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Fn() -> D` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/core/experiment.rs:58:54 [INFO] [stderr] | [INFO] [stderr] 58 | pub fn new(agent: &'a mut C, domain_factory: Box D>) -> Evaluation<'a, C, D> { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Fn() -> D` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/core/experiment.rs:104:25 [INFO] [stderr] | [INFO] [stderr] 104 | domain_factory: Box D>, [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Fn() -> D` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/core/experiment.rs:116:29 [INFO] [stderr] | [INFO] [stderr] 116 | domain_factory: Box D>, [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Fn() -> D` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/domains/ode.rs:3:33 [INFO] [stderr] | [INFO] [stderr] 3 | pub(crate) fn runge_kutta4(fx: &Fn(f64, Vector) -> Vector, x: f64, y: Vector, dx: f64) -> Vector { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(f64, Vector) -> Vector` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/fa/mod.rs:28:38 [INFO] [stderr] | [INFO] [stderr] 28 | pub type SharedVFunction = Shared>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn VFunction` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/fa/mod.rs:29:38 [INFO] [stderr] | [INFO] [stderr] 29 | pub type SharedQFunction = Shared>>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn QFunction>` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'rand::Rng::choose': use SliceRandom::choose instead [INFO] [stderr] --> src/policies/fixed/greedy.rs:24:18 [INFO] [stderr] | [INFO] [stderr] 24 | .choose(&maxima) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 28.65s [INFO] running `"docker" "inspect" "0a6aedcf301a38d4c49e63241efeeedbe526bd7489e1d99c11a479d02ec0d90f"` [INFO] running `"docker" "rm" "-f" "0a6aedcf301a38d4c49e63241efeeedbe526bd7489e1d99c11a479d02ec0d90f"` [INFO] [stdout] 0a6aedcf301a38d4c49e63241efeeedbe526bd7489e1d99c11a479d02ec0d90f [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/rsrl/0.6.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] bfda74e303594e7cc3ac98629e6c5da6847a4834cbaf48c027b9819447ad207a [INFO] running `"docker" "start" "-a" "bfda74e303594e7cc3ac98629e6c5da6847a4834cbaf48c027b9819447ad207a"` [INFO] [stderr] Compiling serde_test v1.0.99 [INFO] [stderr] Compiling rsrl v0.6.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused imports: `Parameter`, `Trace` [INFO] [stderr] --> examples/nac.rs:8:42 [INFO] [stderr] | [INFO] [stderr] 8 | core::{make_shared, run, Evaluation, Parameter, SerialExperiment, Trace}, [INFO] [stderr] | ^^^^^^^^^ ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `Trace` [INFO] [stderr] --> examples/greedy_gq.rs:7:71 [INFO] [stderr] | [INFO] [stderr] 7 | core::{make_shared, run, Evaluation, Parameter, SerialExperiment, Trace}, [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Parameter`, `Trace` [INFO] [stderr] --> examples/a2c.rs:8:42 [INFO] [stderr] | [INFO] [stderr] 8 | core::{make_shared, run, Evaluation, Parameter, SerialExperiment, Trace}, [INFO] [stderr] | ^^^^^^^^^ ^^^^^ [INFO] [stderr] warning: unused import: `Trace` [INFO] [stderr] --> examples/pal.rs:7:71 [INFO] [stderr] | [INFO] [stderr] 7 | core::{make_shared, run, Evaluation, Parameter, SerialExperiment, Trace}, [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/core/experiment.rs:17:54 [INFO] [stderr] | [INFO] [stderr] 17 | fn serialize(&self, _: &Record, serializer: &mut Serializer) -> LogResult { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Serializer` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/core/experiment.rs:50:25 [INFO] [stderr] | [INFO] [stderr] 50 | domain_factory: Box D>, [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Fn() -> D` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/core/experiment.rs:58:54 [INFO] [stderr] | [INFO] [stderr] 58 | pub fn new(agent: &'a mut C, domain_factory: Box D>) -> Evaluation<'a, C, D> { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Fn() -> D` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/core/experiment.rs:104:25 [INFO] [stderr] | [INFO] [stderr] 104 | domain_factory: Box D>, [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Fn() -> D` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/core/experiment.rs:116:29 [INFO] [stderr] | [INFO] [stderr] 116 | domain_factory: Box D>, [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn Fn() -> D` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/domains/ode.rs:3:33 [INFO] [stderr] | [INFO] [stderr] 3 | pub(crate) fn runge_kutta4(fx: &Fn(f64, Vector) -> Vector, x: f64, y: Vector, dx: f64) -> Vector { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(f64, Vector) -> Vector` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/fa/mod.rs:28:38 [INFO] [stderr] | [INFO] [stderr] 28 | pub type SharedVFunction = Shared>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn VFunction` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/fa/mod.rs:29:38 [INFO] [stderr] | [INFO] [stderr] 29 | pub type SharedQFunction = Shared>>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn QFunction>` [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/polynomial-7ae3235ff454462a.polynomial.cni1h299-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/polynomial-7ae3235ff454462a.polynomial.cni1h299-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/polynomial-7ae3235ff454462a.polynomial.cni1h299-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/polynomial-7ae3235ff454462a.polynomial.cni1h299-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/polynomial-7ae3235ff454462a.polynomial.cni1h299-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/polynomial-7ae3235ff454462a.polynomial.cni1h299-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/polynomial-7ae3235ff454462a.polynomial.cni1h299-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/polynomial-7ae3235ff454462a.polynomial.cni1h299-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/polynomial-7ae3235ff454462a.polynomial.cni1h299-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/polynomial-7ae3235ff454462a.polynomial.cni1h299-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/polynomial-7ae3235ff454462a.polynomial.cni1h299-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/polynomial-7ae3235ff454462a.polynomial.cni1h299-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/polynomial-7ae3235ff454462a.polynomial.cni1h299-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/polynomial-7ae3235ff454462a.polynomial.cni1h299-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/polynomial-7ae3235ff454462a.polynomial.cni1h299-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/polynomial-7ae3235ff454462a.polynomial.cni1h299-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/polynomial-7ae3235ff454462a" "/opt/crater/target/debug/examples/polynomial-7ae3235ff454462a.5gbjsvlnj1mdwfm3.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/librsrl-9b0b47d26d66c64f.rlib" "/opt/crater/target/debug/deps/liblfa-c9cbf4d7d452a58a.rlib" "/opt/crater/target/debug/deps/libspaces-c07ad23523616460.rlib" "/opt/crater/target/debug/deps/libitertools-e323d3d249ca43ce.rlib" "/opt/crater/target/debug/deps/libslog_term-bbf5b7361cd415f9.rlib" "/opt/crater/target/debug/deps/libterm-e668fc5799932b89.rlib" "/opt/crater/target/debug/deps/libdirs-5bede74871bfa962.rlib" "/opt/crater/target/debug/deps/libbyteorder-585fd2581aa01382.rlib" "/opt/crater/target/debug/deps/libatty-eb5da56e70a939cc.rlib" "/opt/crater/target/debug/deps/libchrono-2076eac5ab4c7ca0.rlib" "/opt/crater/target/debug/deps/libnum_integer-d8f0709d8b9fa165.rlib" "/opt/crater/target/debug/deps/libtime-29b9853d922d9d06.rlib" "/opt/crater/target/debug/deps/libslog_async-c273486e7395c405.rlib" "/opt/crater/target/debug/deps/libtake_mut-853d74b6056b8788.rlib" "/opt/crater/target/debug/deps/libthread_local-1801494cfc15e4c0.rlib" "/opt/crater/target/debug/deps/liblazy_static-eb33edc716f69401.rlib" "/opt/crater/target/debug/deps/libslog-563b48a789b94e7e.rlib" "/opt/crater/target/debug/deps/librand-4d2dd95f3d7aec75.rlib" "/opt/crater/target/debug/deps/librand_xorshift-4203f3157eb9a8e3.rlib" "/opt/crater/target/debug/deps/librand_pcg-8d4de0bb8369ce1b.rlib" "/opt/crater/target/debug/deps/librand_hc-bbd146a4b8bf6f4b.rlib" "/opt/crater/target/debug/deps/librand_chacha-e30594121fba25f8.rlib" "/opt/crater/target/debug/deps/librand_isaac-116c1a9914320278.rlib" "/opt/crater/target/debug/deps/librand_core-5fd440ec9008cce1.rlib" "/opt/crater/target/debug/deps/librand_os-df63c8a890c1e2e9.rlib" "/opt/crater/target/debug/deps/librand_jitter-06f1043e9c10514f.rlib" "/opt/crater/target/debug/deps/librand_core-fe4fc41bf9015dbc.rlib" "/opt/crater/target/debug/deps/libndarray-9dcec0151c3fdea8.rlib" "/opt/crater/target/debug/deps/libnum_complex-ec46009aecfaac81.rlib" "/opt/crater/target/debug/deps/libnum_traits-d11dcc7883adaecb.rlib" "/opt/crater/target/debug/deps/libitertools-3ae7559e255cf35e.rlib" "/opt/crater/target/debug/deps/libeither-dfa9c429720c7162.rlib" "/opt/crater/target/debug/deps/libmatrixmultiply-073e3445d983e7bf.rlib" "/opt/crater/target/debug/deps/librawpointer-21fcc3474eb85ebb.rlib" "/opt/crater/target/debug/deps/libblas_src-364869e2a918594c.rlib" "/opt/crater/target/debug/deps/libopenblas_src-d2ea9a5cd0f71b1e.rlib" "/opt/crater/target/debug/deps/libcblas_sys-251d837b61081663.rlib" "/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib" "/opt/crater/target/debug/deps/libserde-3a1343e806eb8450.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.rlib" "-Wl,-Bdynamic" "-lgfortran" "-lopenblas" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lopenblas [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'rand::Rng::choose': use SliceRandom::choose instead [INFO] [stderr] --> src/policies/fixed/greedy.rs:24:18 [INFO] [stderr] | [INFO] [stderr] 24 | .choose(&maxima) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] error: Could not compile `rsrl`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/sarsa_lambda-04f70b79afe2db4d.sarsa_lambda.2gy77jib-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/sarsa_lambda-04f70b79afe2db4d.sarsa_lambda.2gy77jib-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/sarsa_lambda-04f70b79afe2db4d.sarsa_lambda.2gy77jib-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/sarsa_lambda-04f70b79afe2db4d.sarsa_lambda.2gy77jib-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/sarsa_lambda-04f70b79afe2db4d.sarsa_lambda.2gy77jib-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/sarsa_lambda-04f70b79afe2db4d.sarsa_lambda.2gy77jib-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/sarsa_lambda-04f70b79afe2db4d.sarsa_lambda.2gy77jib-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/sarsa_lambda-04f70b79afe2db4d.sarsa_lambda.2gy77jib-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/sarsa_lambda-04f70b79afe2db4d.sarsa_lambda.2gy77jib-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/sarsa_lambda-04f70b79afe2db4d.sarsa_lambda.2gy77jib-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/sarsa_lambda-04f70b79afe2db4d.sarsa_lambda.2gy77jib-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/sarsa_lambda-04f70b79afe2db4d.sarsa_lambda.2gy77jib-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/sarsa_lambda-04f70b79afe2db4d.sarsa_lambda.2gy77jib-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/sarsa_lambda-04f70b79afe2db4d.sarsa_lambda.2gy77jib-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/sarsa_lambda-04f70b79afe2db4d.sarsa_lambda.2gy77jib-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/sarsa_lambda-04f70b79afe2db4d.sarsa_lambda.2gy77jib-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/sarsa_lambda-04f70b79afe2db4d" "/opt/crater/target/debug/examples/sarsa_lambda-04f70b79afe2db4d.27l939vi8e8tigr1.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/librsrl-9b0b47d26d66c64f.rlib" "/opt/crater/target/debug/deps/liblfa-c9cbf4d7d452a58a.rlib" "/opt/crater/target/debug/deps/libspaces-c07ad23523616460.rlib" "/opt/crater/target/debug/deps/libitertools-e323d3d249ca43ce.rlib" "/opt/crater/target/debug/deps/libslog_term-bbf5b7361cd415f9.rlib" "/opt/crater/target/debug/deps/libterm-e668fc5799932b89.rlib" "/opt/crater/target/debug/deps/libdirs-5bede74871bfa962.rlib" "/opt/crater/target/debug/deps/libbyteorder-585fd2581aa01382.rlib" "/opt/crater/target/debug/deps/libatty-eb5da56e70a939cc.rlib" "/opt/crater/target/debug/deps/libchrono-2076eac5ab4c7ca0.rlib" "/opt/crater/target/debug/deps/libnum_integer-d8f0709d8b9fa165.rlib" "/opt/crater/target/debug/deps/libtime-29b9853d922d9d06.rlib" "/opt/crater/target/debug/deps/libslog_async-c273486e7395c405.rlib" "/opt/crater/target/debug/deps/libtake_mut-853d74b6056b8788.rlib" "/opt/crater/target/debug/deps/libthread_local-1801494cfc15e4c0.rlib" "/opt/crater/target/debug/deps/liblazy_static-eb33edc716f69401.rlib" "/opt/crater/target/debug/deps/libslog-563b48a789b94e7e.rlib" "/opt/crater/target/debug/deps/librand-4d2dd95f3d7aec75.rlib" "/opt/crater/target/debug/deps/librand_xorshift-4203f3157eb9a8e3.rlib" "/opt/crater/target/debug/deps/librand_pcg-8d4de0bb8369ce1b.rlib" "/opt/crater/target/debug/deps/librand_hc-bbd146a4b8bf6f4b.rlib" "/opt/crater/target/debug/deps/librand_chacha-e30594121fba25f8.rlib" "/opt/crater/target/debug/deps/librand_isaac-116c1a9914320278.rlib" "/opt/crater/target/debug/deps/librand_core-5fd440ec9008cce1.rlib" "/opt/crater/target/debug/deps/librand_os-df63c8a890c1e2e9.rlib" "/opt/crater/target/debug/deps/librand_jitter-06f1043e9c10514f.rlib" "/opt/crater/target/debug/deps/librand_core-fe4fc41bf9015dbc.rlib" "/opt/crater/target/debug/deps/libndarray-9dcec0151c3fdea8.rlib" "/opt/crater/target/debug/deps/libnum_complex-ec46009aecfaac81.rlib" "/opt/crater/target/debug/deps/libnum_traits-d11dcc7883adaecb.rlib" "/opt/crater/target/debug/deps/libitertools-3ae7559e255cf35e.rlib" "/opt/crater/target/debug/deps/libeither-dfa9c429720c7162.rlib" "/opt/crater/target/debug/deps/libmatrixmultiply-073e3445d983e7bf.rlib" "/opt/crater/target/debug/deps/librawpointer-21fcc3474eb85ebb.rlib" "/opt/crater/target/debug/deps/libblas_src-364869e2a918594c.rlib" "/opt/crater/target/debug/deps/libopenblas_src-d2ea9a5cd0f71b1e.rlib" "/opt/crater/target/debug/deps/libcblas_sys-251d837b61081663.rlib" "/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib" "/opt/crater/target/debug/deps/libserde-3a1343e806eb8450.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.rlib" "-Wl,-Bdynamic" "-lgfortran" "-lopenblas" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lopenblas [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `rsrl`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/pal-34798f460e2b4f54.pal.d51viiuf-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/pal-34798f460e2b4f54.pal.d51viiuf-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/pal-34798f460e2b4f54.pal.d51viiuf-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/pal-34798f460e2b4f54.pal.d51viiuf-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/pal-34798f460e2b4f54.pal.d51viiuf-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/pal-34798f460e2b4f54.pal.d51viiuf-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/pal-34798f460e2b4f54.pal.d51viiuf-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/pal-34798f460e2b4f54.pal.d51viiuf-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/pal-34798f460e2b4f54.pal.d51viiuf-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/pal-34798f460e2b4f54.pal.d51viiuf-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/pal-34798f460e2b4f54.pal.d51viiuf-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/pal-34798f460e2b4f54.pal.d51viiuf-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/pal-34798f460e2b4f54.pal.d51viiuf-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/pal-34798f460e2b4f54.pal.d51viiuf-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/pal-34798f460e2b4f54.pal.d51viiuf-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/pal-34798f460e2b4f54.pal.d51viiuf-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/pal-34798f460e2b4f54" "/opt/crater/target/debug/examples/pal-34798f460e2b4f54.3261kif15kmvjd0n.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/librsrl-9b0b47d26d66c64f.rlib" "/opt/crater/target/debug/deps/liblfa-c9cbf4d7d452a58a.rlib" "/opt/crater/target/debug/deps/libspaces-c07ad23523616460.rlib" "/opt/crater/target/debug/deps/libitertools-e323d3d249ca43ce.rlib" "/opt/crater/target/debug/deps/libslog_term-bbf5b7361cd415f9.rlib" "/opt/crater/target/debug/deps/libterm-e668fc5799932b89.rlib" "/opt/crater/target/debug/deps/libdirs-5bede74871bfa962.rlib" "/opt/crater/target/debug/deps/libbyteorder-585fd2581aa01382.rlib" "/opt/crater/target/debug/deps/libatty-eb5da56e70a939cc.rlib" "/opt/crater/target/debug/deps/libchrono-2076eac5ab4c7ca0.rlib" "/opt/crater/target/debug/deps/libnum_integer-d8f0709d8b9fa165.rlib" "/opt/crater/target/debug/deps/libtime-29b9853d922d9d06.rlib" "/opt/crater/target/debug/deps/libslog_async-c273486e7395c405.rlib" "/opt/crater/target/debug/deps/libtake_mut-853d74b6056b8788.rlib" "/opt/crater/target/debug/deps/libthread_local-1801494cfc15e4c0.rlib" "/opt/crater/target/debug/deps/liblazy_static-eb33edc716f69401.rlib" "/opt/crater/target/debug/deps/libslog-563b48a789b94e7e.rlib" "/opt/crater/target/debug/deps/librand-4d2dd95f3d7aec75.rlib" "/opt/crater/target/debug/deps/librand_xorshift-4203f3157eb9a8e3.rlib" "/opt/crater/target/debug/deps/librand_pcg-8d4de0bb8369ce1b.rlib" "/opt/crater/target/debug/deps/librand_hc-bbd146a4b8bf6f4b.rlib" "/opt/crater/target/debug/deps/librand_chacha-e30594121fba25f8.rlib" "/opt/crater/target/debug/deps/librand_isaac-116c1a9914320278.rlib" "/opt/crater/target/debug/deps/librand_core-5fd440ec9008cce1.rlib" "/opt/crater/target/debug/deps/librand_os-df63c8a890c1e2e9.rlib" "/opt/crater/target/debug/deps/librand_jitter-06f1043e9c10514f.rlib" "/opt/crater/target/debug/deps/librand_core-fe4fc41bf9015dbc.rlib" "/opt/crater/target/debug/deps/libndarray-9dcec0151c3fdea8.rlib" "/opt/crater/target/debug/deps/libnum_complex-ec46009aecfaac81.rlib" "/opt/crater/target/debug/deps/libnum_traits-d11dcc7883adaecb.rlib" "/opt/crater/target/debug/deps/libitertools-3ae7559e255cf35e.rlib" "/opt/crater/target/debug/deps/libeither-dfa9c429720c7162.rlib" "/opt/crater/target/debug/deps/libmatrixmultiply-073e3445d983e7bf.rlib" "/opt/crater/target/debug/deps/librawpointer-21fcc3474eb85ebb.rlib" "/opt/crater/target/debug/deps/libblas_src-364869e2a918594c.rlib" "/opt/crater/target/debug/deps/libopenblas_src-d2ea9a5cd0f71b1e.rlib" "/opt/crater/target/debug/deps/libcblas_sys-251d837b61081663.rlib" "/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib" "/opt/crater/target/debug/deps/libserde-3a1343e806eb8450.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.rlib" "-Wl,-Bdynamic" "-lgfortran" "-lopenblas" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lopenblas [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `rsrl`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/greedy_gq-5724962d55b98dcc.greedy_gq.1bjp57kg-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/greedy_gq-5724962d55b98dcc.greedy_gq.1bjp57kg-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/greedy_gq-5724962d55b98dcc.greedy_gq.1bjp57kg-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/greedy_gq-5724962d55b98dcc.greedy_gq.1bjp57kg-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/greedy_gq-5724962d55b98dcc.greedy_gq.1bjp57kg-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/greedy_gq-5724962d55b98dcc.greedy_gq.1bjp57kg-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/greedy_gq-5724962d55b98dcc.greedy_gq.1bjp57kg-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/greedy_gq-5724962d55b98dcc.greedy_gq.1bjp57kg-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/greedy_gq-5724962d55b98dcc.greedy_gq.1bjp57kg-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/greedy_gq-5724962d55b98dcc.greedy_gq.1bjp57kg-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/greedy_gq-5724962d55b98dcc.greedy_gq.1bjp57kg-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/greedy_gq-5724962d55b98dcc.greedy_gq.1bjp57kg-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/greedy_gq-5724962d55b98dcc.greedy_gq.1bjp57kg-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/greedy_gq-5724962d55b98dcc.greedy_gq.1bjp57kg-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/greedy_gq-5724962d55b98dcc.greedy_gq.1bjp57kg-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/greedy_gq-5724962d55b98dcc.greedy_gq.1bjp57kg-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/greedy_gq-5724962d55b98dcc" "/opt/crater/target/debug/examples/greedy_gq-5724962d55b98dcc.2p4h40slizib1coc.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/librsrl-9b0b47d26d66c64f.rlib" "/opt/crater/target/debug/deps/liblfa-c9cbf4d7d452a58a.rlib" "/opt/crater/target/debug/deps/libspaces-c07ad23523616460.rlib" "/opt/crater/target/debug/deps/libitertools-e323d3d249ca43ce.rlib" "/opt/crater/target/debug/deps/libslog_term-bbf5b7361cd415f9.rlib" "/opt/crater/target/debug/deps/libterm-e668fc5799932b89.rlib" "/opt/crater/target/debug/deps/libdirs-5bede74871bfa962.rlib" "/opt/crater/target/debug/deps/libbyteorder-585fd2581aa01382.rlib" "/opt/crater/target/debug/deps/libatty-eb5da56e70a939cc.rlib" "/opt/crater/target/debug/deps/libchrono-2076eac5ab4c7ca0.rlib" "/opt/crater/target/debug/deps/libnum_integer-d8f0709d8b9fa165.rlib" "/opt/crater/target/debug/deps/libtime-29b9853d922d9d06.rlib" "/opt/crater/target/debug/deps/libslog_async-c273486e7395c405.rlib" "/opt/crater/target/debug/deps/libtake_mut-853d74b6056b8788.rlib" "/opt/crater/target/debug/deps/libthread_local-1801494cfc15e4c0.rlib" "/opt/crater/target/debug/deps/liblazy_static-eb33edc716f69401.rlib" "/opt/crater/target/debug/deps/libslog-563b48a789b94e7e.rlib" "/opt/crater/target/debug/deps/librand-4d2dd95f3d7aec75.rlib" "/opt/crater/target/debug/deps/librand_xorshift-4203f3157eb9a8e3.rlib" "/opt/crater/target/debug/deps/librand_pcg-8d4de0bb8369ce1b.rlib" "/opt/crater/target/debug/deps/librand_hc-bbd146a4b8bf6f4b.rlib" "/opt/crater/target/debug/deps/librand_chacha-e30594121fba25f8.rlib" "/opt/crater/target/debug/deps/librand_isaac-116c1a9914320278.rlib" "/opt/crater/target/debug/deps/librand_core-5fd440ec9008cce1.rlib" "/opt/crater/target/debug/deps/librand_os-df63c8a890c1e2e9.rlib" "/opt/crater/target/debug/deps/librand_jitter-06f1043e9c10514f.rlib" "/opt/crater/target/debug/deps/librand_core-fe4fc41bf9015dbc.rlib" "/opt/crater/target/debug/deps/libndarray-9dcec0151c3fdea8.rlib" "/opt/crater/target/debug/deps/libnum_complex-ec46009aecfaac81.rlib" "/opt/crater/target/debug/deps/libnum_traits-d11dcc7883adaecb.rlib" "/opt/crater/target/debug/deps/libitertools-3ae7559e255cf35e.rlib" "/opt/crater/target/debug/deps/libeither-dfa9c429720c7162.rlib" "/opt/crater/target/debug/deps/libmatrixmultiply-073e3445d983e7bf.rlib" "/opt/crater/target/debug/deps/librawpointer-21fcc3474eb85ebb.rlib" "/opt/crater/target/debug/deps/libblas_src-364869e2a918594c.rlib" "/opt/crater/target/debug/deps/libopenblas_src-d2ea9a5cd0f71b1e.rlib" "/opt/crater/target/debug/deps/libcblas_sys-251d837b61081663.rlib" "/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib" "/opt/crater/target/debug/deps/libserde-3a1343e806eb8450.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.rlib" "-Wl,-Bdynamic" "-lgfortran" "-lopenblas" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lopenblas [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `rsrl`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/a2c-53ce3c4351726421.a2c.34dvyvaj-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/a2c-53ce3c4351726421.a2c.34dvyvaj-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/a2c-53ce3c4351726421.a2c.34dvyvaj-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/a2c-53ce3c4351726421.a2c.34dvyvaj-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/a2c-53ce3c4351726421.a2c.34dvyvaj-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/a2c-53ce3c4351726421.a2c.34dvyvaj-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/a2c-53ce3c4351726421.a2c.34dvyvaj-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/a2c-53ce3c4351726421.a2c.34dvyvaj-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/a2c-53ce3c4351726421.a2c.34dvyvaj-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/a2c-53ce3c4351726421.a2c.34dvyvaj-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/a2c-53ce3c4351726421.a2c.34dvyvaj-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/a2c-53ce3c4351726421.a2c.34dvyvaj-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/a2c-53ce3c4351726421.a2c.34dvyvaj-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/a2c-53ce3c4351726421.a2c.34dvyvaj-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/a2c-53ce3c4351726421.a2c.34dvyvaj-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/a2c-53ce3c4351726421.a2c.34dvyvaj-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/a2c-53ce3c4351726421" "/opt/crater/target/debug/examples/a2c-53ce3c4351726421.q140tctqx3utlin.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/librsrl-9b0b47d26d66c64f.rlib" "/opt/crater/target/debug/deps/liblfa-c9cbf4d7d452a58a.rlib" "/opt/crater/target/debug/deps/libspaces-c07ad23523616460.rlib" "/opt/crater/target/debug/deps/libitertools-e323d3d249ca43ce.rlib" "/opt/crater/target/debug/deps/libslog_term-bbf5b7361cd415f9.rlib" "/opt/crater/target/debug/deps/libterm-e668fc5799932b89.rlib" "/opt/crater/target/debug/deps/libdirs-5bede74871bfa962.rlib" "/opt/crater/target/debug/deps/libbyteorder-585fd2581aa01382.rlib" "/opt/crater/target/debug/deps/libatty-eb5da56e70a939cc.rlib" "/opt/crater/target/debug/deps/libchrono-2076eac5ab4c7ca0.rlib" "/opt/crater/target/debug/deps/libnum_integer-d8f0709d8b9fa165.rlib" "/opt/crater/target/debug/deps/libtime-29b9853d922d9d06.rlib" "/opt/crater/target/debug/deps/libslog_async-c273486e7395c405.rlib" "/opt/crater/target/debug/deps/libtake_mut-853d74b6056b8788.rlib" "/opt/crater/target/debug/deps/libthread_local-1801494cfc15e4c0.rlib" "/opt/crater/target/debug/deps/liblazy_static-eb33edc716f69401.rlib" "/opt/crater/target/debug/deps/libslog-563b48a789b94e7e.rlib" "/opt/crater/target/debug/deps/librand-4d2dd95f3d7aec75.rlib" "/opt/crater/target/debug/deps/librand_xorshift-4203f3157eb9a8e3.rlib" "/opt/crater/target/debug/deps/librand_pcg-8d4de0bb8369ce1b.rlib" "/opt/crater/target/debug/deps/librand_hc-bbd146a4b8bf6f4b.rlib" "/opt/crater/target/debug/deps/librand_chacha-e30594121fba25f8.rlib" "/opt/crater/target/debug/deps/librand_isaac-116c1a9914320278.rlib" "/opt/crater/target/debug/deps/librand_core-5fd440ec9008cce1.rlib" "/opt/crater/target/debug/deps/librand_os-df63c8a890c1e2e9.rlib" "/opt/crater/target/debug/deps/librand_jitter-06f1043e9c10514f.rlib" "/opt/crater/target/debug/deps/librand_core-fe4fc41bf9015dbc.rlib" "/opt/crater/target/debug/deps/libndarray-9dcec0151c3fdea8.rlib" "/opt/crater/target/debug/deps/libnum_complex-ec46009aecfaac81.rlib" "/opt/crater/target/debug/deps/libnum_traits-d11dcc7883adaecb.rlib" "/opt/crater/target/debug/deps/libitertools-3ae7559e255cf35e.rlib" "/opt/crater/target/debug/deps/libeither-dfa9c429720c7162.rlib" "/opt/crater/target/debug/deps/libmatrixmultiply-073e3445d983e7bf.rlib" "/opt/crater/target/debug/deps/librawpointer-21fcc3474eb85ebb.rlib" "/opt/crater/target/debug/deps/libblas_src-364869e2a918594c.rlib" "/opt/crater/target/debug/deps/libopenblas_src-d2ea9a5cd0f71b1e.rlib" "/opt/crater/target/debug/deps/libcblas_sys-251d837b61081663.rlib" "/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib" "/opt/crater/target/debug/deps/libserde-3a1343e806eb8450.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.rlib" "-Wl,-Bdynamic" "-lgfortran" "-lopenblas" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lopenblas [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `rsrl`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/nac-84ce12df1caee723.nac.cyi2vfxm-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/nac-84ce12df1caee723.nac.cyi2vfxm-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/nac-84ce12df1caee723.nac.cyi2vfxm-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/nac-84ce12df1caee723.nac.cyi2vfxm-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/nac-84ce12df1caee723.nac.cyi2vfxm-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/nac-84ce12df1caee723.nac.cyi2vfxm-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/nac-84ce12df1caee723.nac.cyi2vfxm-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/nac-84ce12df1caee723.nac.cyi2vfxm-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/nac-84ce12df1caee723.nac.cyi2vfxm-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/nac-84ce12df1caee723.nac.cyi2vfxm-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/nac-84ce12df1caee723.nac.cyi2vfxm-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/nac-84ce12df1caee723.nac.cyi2vfxm-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/nac-84ce12df1caee723.nac.cyi2vfxm-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/nac-84ce12df1caee723.nac.cyi2vfxm-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/nac-84ce12df1caee723.nac.cyi2vfxm-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/nac-84ce12df1caee723.nac.cyi2vfxm-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/nac-84ce12df1caee723" "/opt/crater/target/debug/examples/nac-84ce12df1caee723.4rp8jz5y29pnk1bo.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/librsrl-9b0b47d26d66c64f.rlib" "/opt/crater/target/debug/deps/liblfa-c9cbf4d7d452a58a.rlib" "/opt/crater/target/debug/deps/libspaces-c07ad23523616460.rlib" "/opt/crater/target/debug/deps/libitertools-e323d3d249ca43ce.rlib" "/opt/crater/target/debug/deps/libslog_term-bbf5b7361cd415f9.rlib" "/opt/crater/target/debug/deps/libterm-e668fc5799932b89.rlib" "/opt/crater/target/debug/deps/libdirs-5bede74871bfa962.rlib" "/opt/crater/target/debug/deps/libbyteorder-585fd2581aa01382.rlib" "/opt/crater/target/debug/deps/libatty-eb5da56e70a939cc.rlib" "/opt/crater/target/debug/deps/libchrono-2076eac5ab4c7ca0.rlib" "/opt/crater/target/debug/deps/libnum_integer-d8f0709d8b9fa165.rlib" "/opt/crater/target/debug/deps/libtime-29b9853d922d9d06.rlib" "/opt/crater/target/debug/deps/libslog_async-c273486e7395c405.rlib" "/opt/crater/target/debug/deps/libtake_mut-853d74b6056b8788.rlib" "/opt/crater/target/debug/deps/libthread_local-1801494cfc15e4c0.rlib" "/opt/crater/target/debug/deps/liblazy_static-eb33edc716f69401.rlib" "/opt/crater/target/debug/deps/libslog-563b48a789b94e7e.rlib" "/opt/crater/target/debug/deps/librand-4d2dd95f3d7aec75.rlib" "/opt/crater/target/debug/deps/librand_xorshift-4203f3157eb9a8e3.rlib" "/opt/crater/target/debug/deps/librand_pcg-8d4de0bb8369ce1b.rlib" "/opt/crater/target/debug/deps/librand_hc-bbd146a4b8bf6f4b.rlib" "/opt/crater/target/debug/deps/librand_chacha-e30594121fba25f8.rlib" "/opt/crater/target/debug/deps/librand_isaac-116c1a9914320278.rlib" "/opt/crater/target/debug/deps/librand_core-5fd440ec9008cce1.rlib" "/opt/crater/target/debug/deps/librand_os-df63c8a890c1e2e9.rlib" "/opt/crater/target/debug/deps/librand_jitter-06f1043e9c10514f.rlib" "/opt/crater/target/debug/deps/librand_core-fe4fc41bf9015dbc.rlib" "/opt/crater/target/debug/deps/libndarray-9dcec0151c3fdea8.rlib" "/opt/crater/target/debug/deps/libnum_complex-ec46009aecfaac81.rlib" "/opt/crater/target/debug/deps/libnum_traits-d11dcc7883adaecb.rlib" "/opt/crater/target/debug/deps/libitertools-3ae7559e255cf35e.rlib" "/opt/crater/target/debug/deps/libeither-dfa9c429720c7162.rlib" "/opt/crater/target/debug/deps/libmatrixmultiply-073e3445d983e7bf.rlib" "/opt/crater/target/debug/deps/librawpointer-21fcc3474eb85ebb.rlib" "/opt/crater/target/debug/deps/libblas_src-364869e2a918594c.rlib" "/opt/crater/target/debug/deps/libopenblas_src-d2ea9a5cd0f71b1e.rlib" "/opt/crater/target/debug/deps/libcblas_sys-251d837b61081663.rlib" "/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib" "/opt/crater/target/debug/deps/libserde-3a1343e806eb8450.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.rlib" "-Wl,-Bdynamic" "-lgfortran" "-lopenblas" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lopenblas [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `rsrl`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/reinforce-f5bd9423efd54bef.reinforce.cq3h8dpi-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/reinforce-f5bd9423efd54bef.reinforce.cq3h8dpi-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/reinforce-f5bd9423efd54bef.reinforce.cq3h8dpi-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/reinforce-f5bd9423efd54bef.reinforce.cq3h8dpi-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/reinforce-f5bd9423efd54bef.reinforce.cq3h8dpi-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/reinforce-f5bd9423efd54bef.reinforce.cq3h8dpi-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/reinforce-f5bd9423efd54bef.reinforce.cq3h8dpi-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/reinforce-f5bd9423efd54bef.reinforce.cq3h8dpi-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/reinforce-f5bd9423efd54bef.reinforce.cq3h8dpi-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/reinforce-f5bd9423efd54bef.reinforce.cq3h8dpi-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/reinforce-f5bd9423efd54bef.reinforce.cq3h8dpi-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/reinforce-f5bd9423efd54bef.reinforce.cq3h8dpi-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/reinforce-f5bd9423efd54bef.reinforce.cq3h8dpi-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/reinforce-f5bd9423efd54bef.reinforce.cq3h8dpi-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/reinforce-f5bd9423efd54bef.reinforce.cq3h8dpi-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/reinforce-f5bd9423efd54bef.reinforce.cq3h8dpi-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/reinforce-f5bd9423efd54bef" "/opt/crater/target/debug/examples/reinforce-f5bd9423efd54bef.1pfdh93vmk3gfisz.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/librsrl-9b0b47d26d66c64f.rlib" "/opt/crater/target/debug/deps/liblfa-c9cbf4d7d452a58a.rlib" "/opt/crater/target/debug/deps/libspaces-c07ad23523616460.rlib" "/opt/crater/target/debug/deps/libitertools-e323d3d249ca43ce.rlib" "/opt/crater/target/debug/deps/libslog_term-bbf5b7361cd415f9.rlib" "/opt/crater/target/debug/deps/libterm-e668fc5799932b89.rlib" "/opt/crater/target/debug/deps/libdirs-5bede74871bfa962.rlib" "/opt/crater/target/debug/deps/libbyteorder-585fd2581aa01382.rlib" "/opt/crater/target/debug/deps/libatty-eb5da56e70a939cc.rlib" "/opt/crater/target/debug/deps/libchrono-2076eac5ab4c7ca0.rlib" "/opt/crater/target/debug/deps/libnum_integer-d8f0709d8b9fa165.rlib" "/opt/crater/target/debug/deps/libtime-29b9853d922d9d06.rlib" "/opt/crater/target/debug/deps/libslog_async-c273486e7395c405.rlib" "/opt/crater/target/debug/deps/libtake_mut-853d74b6056b8788.rlib" "/opt/crater/target/debug/deps/libthread_local-1801494cfc15e4c0.rlib" "/opt/crater/target/debug/deps/liblazy_static-eb33edc716f69401.rlib" "/opt/crater/target/debug/deps/libslog-563b48a789b94e7e.rlib" "/opt/crater/target/debug/deps/librand-4d2dd95f3d7aec75.rlib" "/opt/crater/target/debug/deps/librand_xorshift-4203f3157eb9a8e3.rlib" "/opt/crater/target/debug/deps/librand_pcg-8d4de0bb8369ce1b.rlib" "/opt/crater/target/debug/deps/librand_hc-bbd146a4b8bf6f4b.rlib" "/opt/crater/target/debug/deps/librand_chacha-e30594121fba25f8.rlib" "/opt/crater/target/debug/deps/librand_isaac-116c1a9914320278.rlib" "/opt/crater/target/debug/deps/librand_core-5fd440ec9008cce1.rlib" "/opt/crater/target/debug/deps/librand_os-df63c8a890c1e2e9.rlib" "/opt/crater/target/debug/deps/librand_jitter-06f1043e9c10514f.rlib" "/opt/crater/target/debug/deps/librand_core-fe4fc41bf9015dbc.rlib" "/opt/crater/target/debug/deps/libndarray-9dcec0151c3fdea8.rlib" "/opt/crater/target/debug/deps/libnum_complex-ec46009aecfaac81.rlib" "/opt/crater/target/debug/deps/libnum_traits-d11dcc7883adaecb.rlib" "/opt/crater/target/debug/deps/libitertools-3ae7559e255cf35e.rlib" "/opt/crater/target/debug/deps/libeither-dfa9c429720c7162.rlib" "/opt/crater/target/debug/deps/libmatrixmultiply-073e3445d983e7bf.rlib" "/opt/crater/target/debug/deps/librawpointer-21fcc3474eb85ebb.rlib" "/opt/crater/target/debug/deps/libblas_src-364869e2a918594c.rlib" "/opt/crater/target/debug/deps/libopenblas_src-d2ea9a5cd0f71b1e.rlib" "/opt/crater/target/debug/deps/libcblas_sys-251d837b61081663.rlib" "/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib" "/opt/crater/target/debug/deps/libserde-3a1343e806eb8450.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.rlib" "-Wl,-Bdynamic" "-lgfortran" "-lopenblas" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lopenblas [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `rsrl`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/rsrl-4883dc78773fd845.rsrl.6895i963-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/rsrl-4883dc78773fd845.rsrl.6895i963-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/rsrl-4883dc78773fd845.rsrl.6895i963-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/rsrl-4883dc78773fd845.rsrl.6895i963-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/rsrl-4883dc78773fd845.rsrl.6895i963-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/rsrl-4883dc78773fd845.rsrl.6895i963-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/rsrl-4883dc78773fd845.rsrl.6895i963-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/rsrl-4883dc78773fd845.rsrl.6895i963-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/rsrl-4883dc78773fd845.rsrl.6895i963-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/rsrl-4883dc78773fd845.rsrl.6895i963-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/rsrl-4883dc78773fd845.rsrl.6895i963-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/rsrl-4883dc78773fd845.rsrl.6895i963-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/rsrl-4883dc78773fd845.rsrl.6895i963-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/rsrl-4883dc78773fd845.rsrl.6895i963-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/rsrl-4883dc78773fd845.rsrl.6895i963-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/rsrl-4883dc78773fd845.rsrl.6895i963-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/rsrl-4883dc78773fd845" "/opt/crater/target/debug/deps/rsrl-4883dc78773fd845.3pkw0ox4ad249wcl.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-0127509d2e54a846.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-2651f8b4eed9e86e.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-c729851ce6e3efb2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-e8235f0d435d4737.rlib" "/opt/crater/target/debug/deps/liblfa-c9cbf4d7d452a58a.rlib" "/opt/crater/target/debug/deps/libspaces-c07ad23523616460.rlib" "/opt/crater/target/debug/deps/libitertools-e323d3d249ca43ce.rlib" "/opt/crater/target/debug/deps/libslog_term-bbf5b7361cd415f9.rlib" "/opt/crater/target/debug/deps/libterm-e668fc5799932b89.rlib" "/opt/crater/target/debug/deps/libdirs-5bede74871bfa962.rlib" "/opt/crater/target/debug/deps/libbyteorder-585fd2581aa01382.rlib" "/opt/crater/target/debug/deps/libatty-eb5da56e70a939cc.rlib" "/opt/crater/target/debug/deps/libchrono-2076eac5ab4c7ca0.rlib" "/opt/crater/target/debug/deps/libnum_integer-d8f0709d8b9fa165.rlib" "/opt/crater/target/debug/deps/libtime-29b9853d922d9d06.rlib" "/opt/crater/target/debug/deps/libslog_async-c273486e7395c405.rlib" "/opt/crater/target/debug/deps/libtake_mut-853d74b6056b8788.rlib" "/opt/crater/target/debug/deps/libthread_local-1801494cfc15e4c0.rlib" "/opt/crater/target/debug/deps/liblazy_static-eb33edc716f69401.rlib" "/opt/crater/target/debug/deps/libslog-563b48a789b94e7e.rlib" "/opt/crater/target/debug/deps/librand-4d2dd95f3d7aec75.rlib" "/opt/crater/target/debug/deps/librand_xorshift-4203f3157eb9a8e3.rlib" "/opt/crater/target/debug/deps/librand_pcg-8d4de0bb8369ce1b.rlib" "/opt/crater/target/debug/deps/librand_hc-bbd146a4b8bf6f4b.rlib" "/opt/crater/target/debug/deps/librand_chacha-e30594121fba25f8.rlib" "/opt/crater/target/debug/deps/librand_isaac-116c1a9914320278.rlib" "/opt/crater/target/debug/deps/librand_core-5fd440ec9008cce1.rlib" "/opt/crater/target/debug/deps/librand_os-df63c8a890c1e2e9.rlib" "/opt/crater/target/debug/deps/librand_jitter-06f1043e9c10514f.rlib" "/opt/crater/target/debug/deps/librand_core-fe4fc41bf9015dbc.rlib" "/opt/crater/target/debug/deps/libndarray-9dcec0151c3fdea8.rlib" "/opt/crater/target/debug/deps/libnum_complex-ec46009aecfaac81.rlib" "/opt/crater/target/debug/deps/libnum_traits-d11dcc7883adaecb.rlib" "/opt/crater/target/debug/deps/libitertools-3ae7559e255cf35e.rlib" "/opt/crater/target/debug/deps/libeither-dfa9c429720c7162.rlib" "/opt/crater/target/debug/deps/libmatrixmultiply-073e3445d983e7bf.rlib" "/opt/crater/target/debug/deps/librawpointer-21fcc3474eb85ebb.rlib" "/opt/crater/target/debug/deps/libblas_src-364869e2a918594c.rlib" "/opt/crater/target/debug/deps/libopenblas_src-d2ea9a5cd0f71b1e.rlib" "/opt/crater/target/debug/deps/libcblas_sys-251d837b61081663.rlib" "/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib" "/opt/crater/target/debug/deps/libserde-3a1343e806eb8450.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.rlib" "-Wl,-Bdynamic" "-lgfortran" "-lopenblas" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lopenblas [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `rsrl`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "bfda74e303594e7cc3ac98629e6c5da6847a4834cbaf48c027b9819447ad207a"` [INFO] running `"docker" "rm" "-f" "bfda74e303594e7cc3ac98629e6c5da6847a4834cbaf48c027b9819447ad207a"` [INFO] [stdout] bfda74e303594e7cc3ac98629e6c5da6847a4834cbaf48c027b9819447ad207a