[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 beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 57ee3bfe1501a2b1a9842f7779b655014ee0dac57d6f358af7ca96c400e74a42 [INFO] running `"docker" "start" "-a" "57ee3bfe1501a2b1a9842f7779b655014ee0dac57d6f358af7ca96c400e74a42"` [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 cblas-sys v0.1.4 [INFO] [stderr] Compiling num-integer v0.1.41 [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 24.37s [INFO] running `"docker" "inspect" "57ee3bfe1501a2b1a9842f7779b655014ee0dac57d6f358af7ca96c400e74a42"` [INFO] running `"docker" "rm" "-f" "57ee3bfe1501a2b1a9842f7779b655014ee0dac57d6f358af7ca96c400e74a42"` [INFO] [stdout] 57ee3bfe1501a2b1a9842f7779b655014ee0dac57d6f358af7ca96c400e74a42 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/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" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] f002674b8920d1ab68a8063865981ddbf662f2f74cf57439bf63201343cdb9b9 [INFO] running `"docker" "start" "-a" "f002674b8920d1ab68a8063865981ddbf662f2f74cf57439bf63201343cdb9b9"` [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 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] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [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] 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: 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] 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/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/reinforce-c4a50c9a4a95c682.reinforce.domrohym-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/reinforce-c4a50c9a4a95c682.reinforce.domrohym-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/reinforce-c4a50c9a4a95c682.reinforce.domrohym-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/reinforce-c4a50c9a4a95c682.reinforce.domrohym-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/reinforce-c4a50c9a4a95c682.reinforce.domrohym-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/reinforce-c4a50c9a4a95c682.reinforce.domrohym-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/reinforce-c4a50c9a4a95c682.reinforce.domrohym-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/reinforce-c4a50c9a4a95c682.reinforce.domrohym-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/reinforce-c4a50c9a4a95c682.reinforce.domrohym-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/reinforce-c4a50c9a4a95c682.reinforce.domrohym-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/reinforce-c4a50c9a4a95c682.reinforce.domrohym-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/reinforce-c4a50c9a4a95c682.reinforce.domrohym-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/reinforce-c4a50c9a4a95c682.reinforce.domrohym-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/reinforce-c4a50c9a4a95c682.reinforce.domrohym-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/reinforce-c4a50c9a4a95c682.reinforce.domrohym-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/reinforce-c4a50c9a4a95c682.reinforce.domrohym-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/reinforce-c4a50c9a4a95c682" "/opt/crater/target/debug/examples/reinforce-c4a50c9a4a95c682.4r8qxi1v61b756tc.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/librsrl-b6cc2565aa363867.rlib" "/opt/crater/target/debug/deps/liblfa-091694037a7c77dd.rlib" "/opt/crater/target/debug/deps/libspaces-7de48ea6f7560e1b.rlib" "/opt/crater/target/debug/deps/libitertools-7a59558413d02103.rlib" "/opt/crater/target/debug/deps/libslog_term-b70b141bfa9c2211.rlib" "/opt/crater/target/debug/deps/libterm-a286cca556a1267c.rlib" "/opt/crater/target/debug/deps/libdirs-3ac2212ac716b0d3.rlib" "/opt/crater/target/debug/deps/libbyteorder-98f71e4258b709b0.rlib" "/opt/crater/target/debug/deps/libatty-22eb3b2ac1d714c2.rlib" "/opt/crater/target/debug/deps/libchrono-3333a45eef5f5d84.rlib" "/opt/crater/target/debug/deps/libnum_integer-767d771ccd48986b.rlib" "/opt/crater/target/debug/deps/libtime-c375bf02baafb2fd.rlib" "/opt/crater/target/debug/deps/libslog_async-62226c8a85901c5e.rlib" "/opt/crater/target/debug/deps/libtake_mut-03045d87a019c193.rlib" "/opt/crater/target/debug/deps/libthread_local-2ae771cec36f83c2.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f7a4359e40a6da9.rlib" "/opt/crater/target/debug/deps/libslog-4ec755c87aa8f5ef.rlib" "/opt/crater/target/debug/deps/librand-0a4630b57dcc57b3.rlib" "/opt/crater/target/debug/deps/librand_xorshift-aba648178ccafa60.rlib" "/opt/crater/target/debug/deps/librand_pcg-ed671db4fe3757e2.rlib" "/opt/crater/target/debug/deps/librand_hc-9a65771b9d152351.rlib" "/opt/crater/target/debug/deps/librand_chacha-1b9e58560472e74b.rlib" "/opt/crater/target/debug/deps/librand_isaac-3807d01c3a327700.rlib" "/opt/crater/target/debug/deps/librand_core-4eee27b20de9a341.rlib" "/opt/crater/target/debug/deps/librand_os-4634e01c13ceff4d.rlib" "/opt/crater/target/debug/deps/librand_jitter-a13c2857ac7f2734.rlib" "/opt/crater/target/debug/deps/librand_core-a5a514f3409fd81c.rlib" "/opt/crater/target/debug/deps/libndarray-c2000c159477e1de.rlib" "/opt/crater/target/debug/deps/libnum_complex-2fa6bf14402c9fb0.rlib" "/opt/crater/target/debug/deps/libnum_traits-c28daeab5210b49d.rlib" "/opt/crater/target/debug/deps/libitertools-42e27b01991a8665.rlib" "/opt/crater/target/debug/deps/libeither-0991b1b51775eba9.rlib" "/opt/crater/target/debug/deps/libmatrixmultiply-b856c59a72f2ed38.rlib" "/opt/crater/target/debug/deps/librawpointer-65262f271f4611c8.rlib" "/opt/crater/target/debug/deps/libblas_src-1f94d3abf4abfb0c.rlib" "/opt/crater/target/debug/deps/libopenblas_src-7396fda900356970.rlib" "/opt/crater/target/debug/deps/libcblas_sys-8691710a694eff62.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/libserde-5125a48878b1da57.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.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: 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/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/polynomial-727e7fd18bde2428.polynomial.6nuckavy-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/polynomial-727e7fd18bde2428.polynomial.6nuckavy-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/polynomial-727e7fd18bde2428.polynomial.6nuckavy-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/polynomial-727e7fd18bde2428.polynomial.6nuckavy-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/polynomial-727e7fd18bde2428.polynomial.6nuckavy-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/polynomial-727e7fd18bde2428.polynomial.6nuckavy-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/polynomial-727e7fd18bde2428.polynomial.6nuckavy-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/polynomial-727e7fd18bde2428.polynomial.6nuckavy-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/polynomial-727e7fd18bde2428.polynomial.6nuckavy-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/polynomial-727e7fd18bde2428.polynomial.6nuckavy-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/polynomial-727e7fd18bde2428.polynomial.6nuckavy-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/polynomial-727e7fd18bde2428.polynomial.6nuckavy-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/polynomial-727e7fd18bde2428.polynomial.6nuckavy-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/polynomial-727e7fd18bde2428.polynomial.6nuckavy-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/polynomial-727e7fd18bde2428.polynomial.6nuckavy-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/polynomial-727e7fd18bde2428.polynomial.6nuckavy-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/polynomial-727e7fd18bde2428" "/opt/crater/target/debug/examples/polynomial-727e7fd18bde2428.50gsufn31qzv2jej.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/librsrl-b6cc2565aa363867.rlib" "/opt/crater/target/debug/deps/liblfa-091694037a7c77dd.rlib" "/opt/crater/target/debug/deps/libspaces-7de48ea6f7560e1b.rlib" "/opt/crater/target/debug/deps/libitertools-7a59558413d02103.rlib" "/opt/crater/target/debug/deps/libslog_term-b70b141bfa9c2211.rlib" "/opt/crater/target/debug/deps/libterm-a286cca556a1267c.rlib" "/opt/crater/target/debug/deps/libdirs-3ac2212ac716b0d3.rlib" "/opt/crater/target/debug/deps/libbyteorder-98f71e4258b709b0.rlib" "/opt/crater/target/debug/deps/libatty-22eb3b2ac1d714c2.rlib" "/opt/crater/target/debug/deps/libchrono-3333a45eef5f5d84.rlib" "/opt/crater/target/debug/deps/libnum_integer-767d771ccd48986b.rlib" "/opt/crater/target/debug/deps/libtime-c375bf02baafb2fd.rlib" "/opt/crater/target/debug/deps/libslog_async-62226c8a85901c5e.rlib" "/opt/crater/target/debug/deps/libtake_mut-03045d87a019c193.rlib" "/opt/crater/target/debug/deps/libthread_local-2ae771cec36f83c2.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f7a4359e40a6da9.rlib" "/opt/crater/target/debug/deps/libslog-4ec755c87aa8f5ef.rlib" "/opt/crater/target/debug/deps/librand-0a4630b57dcc57b3.rlib" "/opt/crater/target/debug/deps/librand_xorshift-aba648178ccafa60.rlib" "/opt/crater/target/debug/deps/librand_pcg-ed671db4fe3757e2.rlib" "/opt/crater/target/debug/deps/librand_hc-9a65771b9d152351.rlib" "/opt/crater/target/debug/deps/librand_chacha-1b9e58560472e74b.rlib" "/opt/crater/target/debug/deps/librand_isaac-3807d01c3a327700.rlib" "/opt/crater/target/debug/deps/librand_core-4eee27b20de9a341.rlib" "/opt/crater/target/debug/deps/librand_os-4634e01c13ceff4d.rlib" "/opt/crater/target/debug/deps/librand_jitter-a13c2857ac7f2734.rlib" "/opt/crater/target/debug/deps/librand_core-a5a514f3409fd81c.rlib" "/opt/crater/target/debug/deps/libndarray-c2000c159477e1de.rlib" "/opt/crater/target/debug/deps/libnum_complex-2fa6bf14402c9fb0.rlib" "/opt/crater/target/debug/deps/libnum_traits-c28daeab5210b49d.rlib" "/opt/crater/target/debug/deps/libitertools-42e27b01991a8665.rlib" "/opt/crater/target/debug/deps/libeither-0991b1b51775eba9.rlib" "/opt/crater/target/debug/deps/libmatrixmultiply-b856c59a72f2ed38.rlib" "/opt/crater/target/debug/deps/librawpointer-65262f271f4611c8.rlib" "/opt/crater/target/debug/deps/libblas_src-1f94d3abf4abfb0c.rlib" "/opt/crater/target/debug/deps/libopenblas_src-7396fda900356970.rlib" "/opt/crater/target/debug/deps/libcblas_sys-8691710a694eff62.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/libserde-5125a48878b1da57.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.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: 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: 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/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/a2c-4388eb91e1cb993d.a2c.5hvomn1e-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/a2c-4388eb91e1cb993d.a2c.5hvomn1e-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/a2c-4388eb91e1cb993d.a2c.5hvomn1e-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/a2c-4388eb91e1cb993d.a2c.5hvomn1e-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/a2c-4388eb91e1cb993d.a2c.5hvomn1e-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/a2c-4388eb91e1cb993d.a2c.5hvomn1e-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/a2c-4388eb91e1cb993d.a2c.5hvomn1e-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/a2c-4388eb91e1cb993d.a2c.5hvomn1e-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/a2c-4388eb91e1cb993d.a2c.5hvomn1e-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/a2c-4388eb91e1cb993d.a2c.5hvomn1e-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/a2c-4388eb91e1cb993d.a2c.5hvomn1e-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/a2c-4388eb91e1cb993d.a2c.5hvomn1e-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/a2c-4388eb91e1cb993d.a2c.5hvomn1e-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/a2c-4388eb91e1cb993d.a2c.5hvomn1e-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/a2c-4388eb91e1cb993d.a2c.5hvomn1e-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/a2c-4388eb91e1cb993d.a2c.5hvomn1e-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/a2c-4388eb91e1cb993d" "/opt/crater/target/debug/examples/a2c-4388eb91e1cb993d.1hh1cqa07jtuzuci.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/librsrl-b6cc2565aa363867.rlib" "/opt/crater/target/debug/deps/liblfa-091694037a7c77dd.rlib" "/opt/crater/target/debug/deps/libspaces-7de48ea6f7560e1b.rlib" "/opt/crater/target/debug/deps/libitertools-7a59558413d02103.rlib" "/opt/crater/target/debug/deps/libslog_term-b70b141bfa9c2211.rlib" "/opt/crater/target/debug/deps/libterm-a286cca556a1267c.rlib" "/opt/crater/target/debug/deps/libdirs-3ac2212ac716b0d3.rlib" "/opt/crater/target/debug/deps/libbyteorder-98f71e4258b709b0.rlib" "/opt/crater/target/debug/deps/libatty-22eb3b2ac1d714c2.rlib" "/opt/crater/target/debug/deps/libchrono-3333a45eef5f5d84.rlib" "/opt/crater/target/debug/deps/libnum_integer-767d771ccd48986b.rlib" "/opt/crater/target/debug/deps/libtime-c375bf02baafb2fd.rlib" "/opt/crater/target/debug/deps/libslog_async-62226c8a85901c5e.rlib" "/opt/crater/target/debug/deps/libtake_mut-03045d87a019c193.rlib" "/opt/crater/target/debug/deps/libthread_local-2ae771cec36f83c2.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f7a4359e40a6da9.rlib" "/opt/crater/target/debug/deps/libslog-4ec755c87aa8f5ef.rlib" "/opt/crater/target/debug/deps/librand-0a4630b57dcc57b3.rlib" "/opt/crater/target/debug/deps/librand_xorshift-aba648178ccafa60.rlib" "/opt/crater/target/debug/deps/librand_pcg-ed671db4fe3757e2.rlib" "/opt/crater/target/debug/deps/librand_hc-9a65771b9d152351.rlib" "/opt/crater/target/debug/deps/librand_chacha-1b9e58560472e74b.rlib" "/opt/crater/target/debug/deps/librand_isaac-3807d01c3a327700.rlib" "/opt/crater/target/debug/deps/librand_core-4eee27b20de9a341.rlib" "/opt/crater/target/debug/deps/librand_os-4634e01c13ceff4d.rlib" "/opt/crater/target/debug/deps/librand_jitter-a13c2857ac7f2734.rlib" "/opt/crater/target/debug/deps/librand_core-a5a514f3409fd81c.rlib" "/opt/crater/target/debug/deps/libndarray-c2000c159477e1de.rlib" "/opt/crater/target/debug/deps/libnum_complex-2fa6bf14402c9fb0.rlib" "/opt/crater/target/debug/deps/libnum_traits-c28daeab5210b49d.rlib" "/opt/crater/target/debug/deps/libitertools-42e27b01991a8665.rlib" "/opt/crater/target/debug/deps/libeither-0991b1b51775eba9.rlib" "/opt/crater/target/debug/deps/libmatrixmultiply-b856c59a72f2ed38.rlib" "/opt/crater/target/debug/deps/librawpointer-65262f271f4611c8.rlib" "/opt/crater/target/debug/deps/libblas_src-1f94d3abf4abfb0c.rlib" "/opt/crater/target/debug/deps/libopenblas_src-7396fda900356970.rlib" "/opt/crater/target/debug/deps/libcblas_sys-8691710a694eff62.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/libserde-5125a48878b1da57.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.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/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/nac-914a3a920a1b2ab5.nac.cqc984if-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/nac-914a3a920a1b2ab5.nac.cqc984if-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/nac-914a3a920a1b2ab5.nac.cqc984if-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/nac-914a3a920a1b2ab5.nac.cqc984if-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/nac-914a3a920a1b2ab5.nac.cqc984if-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/nac-914a3a920a1b2ab5.nac.cqc984if-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/nac-914a3a920a1b2ab5.nac.cqc984if-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/nac-914a3a920a1b2ab5.nac.cqc984if-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/nac-914a3a920a1b2ab5.nac.cqc984if-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/nac-914a3a920a1b2ab5.nac.cqc984if-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/nac-914a3a920a1b2ab5.nac.cqc984if-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/nac-914a3a920a1b2ab5.nac.cqc984if-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/nac-914a3a920a1b2ab5.nac.cqc984if-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/nac-914a3a920a1b2ab5.nac.cqc984if-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/nac-914a3a920a1b2ab5.nac.cqc984if-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/nac-914a3a920a1b2ab5.nac.cqc984if-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/nac-914a3a920a1b2ab5" "/opt/crater/target/debug/examples/nac-914a3a920a1b2ab5.1h0xyezreds2bxb6.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/librsrl-b6cc2565aa363867.rlib" "/opt/crater/target/debug/deps/liblfa-091694037a7c77dd.rlib" "/opt/crater/target/debug/deps/libspaces-7de48ea6f7560e1b.rlib" "/opt/crater/target/debug/deps/libitertools-7a59558413d02103.rlib" "/opt/crater/target/debug/deps/libslog_term-b70b141bfa9c2211.rlib" "/opt/crater/target/debug/deps/libterm-a286cca556a1267c.rlib" "/opt/crater/target/debug/deps/libdirs-3ac2212ac716b0d3.rlib" "/opt/crater/target/debug/deps/libbyteorder-98f71e4258b709b0.rlib" "/opt/crater/target/debug/deps/libatty-22eb3b2ac1d714c2.rlib" "/opt/crater/target/debug/deps/libchrono-3333a45eef5f5d84.rlib" "/opt/crater/target/debug/deps/libnum_integer-767d771ccd48986b.rlib" "/opt/crater/target/debug/deps/libtime-c375bf02baafb2fd.rlib" "/opt/crater/target/debug/deps/libslog_async-62226c8a85901c5e.rlib" "/opt/crater/target/debug/deps/libtake_mut-03045d87a019c193.rlib" "/opt/crater/target/debug/deps/libthread_local-2ae771cec36f83c2.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f7a4359e40a6da9.rlib" "/opt/crater/target/debug/deps/libslog-4ec755c87aa8f5ef.rlib" "/opt/crater/target/debug/deps/librand-0a4630b57dcc57b3.rlib" "/opt/crater/target/debug/deps/librand_xorshift-aba648178ccafa60.rlib" "/opt/crater/target/debug/deps/librand_pcg-ed671db4fe3757e2.rlib" "/opt/crater/target/debug/deps/librand_hc-9a65771b9d152351.rlib" "/opt/crater/target/debug/deps/librand_chacha-1b9e58560472e74b.rlib" "/opt/crater/target/debug/deps/librand_isaac-3807d01c3a327700.rlib" "/opt/crater/target/debug/deps/librand_core-4eee27b20de9a341.rlib" "/opt/crater/target/debug/deps/librand_os-4634e01c13ceff4d.rlib" "/opt/crater/target/debug/deps/librand_jitter-a13c2857ac7f2734.rlib" "/opt/crater/target/debug/deps/librand_core-a5a514f3409fd81c.rlib" "/opt/crater/target/debug/deps/libndarray-c2000c159477e1de.rlib" "/opt/crater/target/debug/deps/libnum_complex-2fa6bf14402c9fb0.rlib" "/opt/crater/target/debug/deps/libnum_traits-c28daeab5210b49d.rlib" "/opt/crater/target/debug/deps/libitertools-42e27b01991a8665.rlib" "/opt/crater/target/debug/deps/libeither-0991b1b51775eba9.rlib" "/opt/crater/target/debug/deps/libmatrixmultiply-b856c59a72f2ed38.rlib" "/opt/crater/target/debug/deps/librawpointer-65262f271f4611c8.rlib" "/opt/crater/target/debug/deps/libblas_src-1f94d3abf4abfb0c.rlib" "/opt/crater/target/debug/deps/libopenblas_src-7396fda900356970.rlib" "/opt/crater/target/debug/deps/libcblas_sys-8691710a694eff62.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/libserde-5125a48878b1da57.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.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/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/greedy_gq-ab72870e95654b7a.greedy_gq.73ggot6y-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/greedy_gq-ab72870e95654b7a.greedy_gq.73ggot6y-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/greedy_gq-ab72870e95654b7a.greedy_gq.73ggot6y-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/greedy_gq-ab72870e95654b7a.greedy_gq.73ggot6y-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/greedy_gq-ab72870e95654b7a.greedy_gq.73ggot6y-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/greedy_gq-ab72870e95654b7a.greedy_gq.73ggot6y-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/greedy_gq-ab72870e95654b7a.greedy_gq.73ggot6y-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/greedy_gq-ab72870e95654b7a.greedy_gq.73ggot6y-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/greedy_gq-ab72870e95654b7a.greedy_gq.73ggot6y-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/greedy_gq-ab72870e95654b7a.greedy_gq.73ggot6y-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/greedy_gq-ab72870e95654b7a.greedy_gq.73ggot6y-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/greedy_gq-ab72870e95654b7a.greedy_gq.73ggot6y-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/greedy_gq-ab72870e95654b7a.greedy_gq.73ggot6y-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/greedy_gq-ab72870e95654b7a.greedy_gq.73ggot6y-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/greedy_gq-ab72870e95654b7a.greedy_gq.73ggot6y-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/greedy_gq-ab72870e95654b7a.greedy_gq.73ggot6y-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/greedy_gq-ab72870e95654b7a" "/opt/crater/target/debug/examples/greedy_gq-ab72870e95654b7a.33lfyb0jpm2bbd6u.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/librsrl-b6cc2565aa363867.rlib" "/opt/crater/target/debug/deps/liblfa-091694037a7c77dd.rlib" "/opt/crater/target/debug/deps/libspaces-7de48ea6f7560e1b.rlib" "/opt/crater/target/debug/deps/libitertools-7a59558413d02103.rlib" "/opt/crater/target/debug/deps/libslog_term-b70b141bfa9c2211.rlib" "/opt/crater/target/debug/deps/libterm-a286cca556a1267c.rlib" "/opt/crater/target/debug/deps/libdirs-3ac2212ac716b0d3.rlib" "/opt/crater/target/debug/deps/libbyteorder-98f71e4258b709b0.rlib" "/opt/crater/target/debug/deps/libatty-22eb3b2ac1d714c2.rlib" "/opt/crater/target/debug/deps/libchrono-3333a45eef5f5d84.rlib" "/opt/crater/target/debug/deps/libnum_integer-767d771ccd48986b.rlib" "/opt/crater/target/debug/deps/libtime-c375bf02baafb2fd.rlib" "/opt/crater/target/debug/deps/libslog_async-62226c8a85901c5e.rlib" "/opt/crater/target/debug/deps/libtake_mut-03045d87a019c193.rlib" "/opt/crater/target/debug/deps/libthread_local-2ae771cec36f83c2.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f7a4359e40a6da9.rlib" "/opt/crater/target/debug/deps/libslog-4ec755c87aa8f5ef.rlib" "/opt/crater/target/debug/deps/librand-0a4630b57dcc57b3.rlib" "/opt/crater/target/debug/deps/librand_xorshift-aba648178ccafa60.rlib" "/opt/crater/target/debug/deps/librand_pcg-ed671db4fe3757e2.rlib" "/opt/crater/target/debug/deps/librand_hc-9a65771b9d152351.rlib" "/opt/crater/target/debug/deps/librand_chacha-1b9e58560472e74b.rlib" "/opt/crater/target/debug/deps/librand_isaac-3807d01c3a327700.rlib" "/opt/crater/target/debug/deps/librand_core-4eee27b20de9a341.rlib" "/opt/crater/target/debug/deps/librand_os-4634e01c13ceff4d.rlib" "/opt/crater/target/debug/deps/librand_jitter-a13c2857ac7f2734.rlib" "/opt/crater/target/debug/deps/librand_core-a5a514f3409fd81c.rlib" "/opt/crater/target/debug/deps/libndarray-c2000c159477e1de.rlib" "/opt/crater/target/debug/deps/libnum_complex-2fa6bf14402c9fb0.rlib" "/opt/crater/target/debug/deps/libnum_traits-c28daeab5210b49d.rlib" "/opt/crater/target/debug/deps/libitertools-42e27b01991a8665.rlib" "/opt/crater/target/debug/deps/libeither-0991b1b51775eba9.rlib" "/opt/crater/target/debug/deps/libmatrixmultiply-b856c59a72f2ed38.rlib" "/opt/crater/target/debug/deps/librawpointer-65262f271f4611c8.rlib" "/opt/crater/target/debug/deps/libblas_src-1f94d3abf4abfb0c.rlib" "/opt/crater/target/debug/deps/libopenblas_src-7396fda900356970.rlib" "/opt/crater/target/debug/deps/libcblas_sys-8691710a694eff62.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/libserde-5125a48878b1da57.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.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/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/pal-7b1004e5c22699f8.pal.3xkd034a-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/pal-7b1004e5c22699f8.pal.3xkd034a-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/pal-7b1004e5c22699f8.pal.3xkd034a-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/pal-7b1004e5c22699f8.pal.3xkd034a-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/pal-7b1004e5c22699f8.pal.3xkd034a-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/pal-7b1004e5c22699f8.pal.3xkd034a-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/pal-7b1004e5c22699f8.pal.3xkd034a-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/pal-7b1004e5c22699f8.pal.3xkd034a-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/pal-7b1004e5c22699f8.pal.3xkd034a-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/pal-7b1004e5c22699f8.pal.3xkd034a-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/pal-7b1004e5c22699f8.pal.3xkd034a-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/pal-7b1004e5c22699f8.pal.3xkd034a-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/pal-7b1004e5c22699f8.pal.3xkd034a-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/pal-7b1004e5c22699f8.pal.3xkd034a-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/pal-7b1004e5c22699f8.pal.3xkd034a-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/pal-7b1004e5c22699f8.pal.3xkd034a-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/pal-7b1004e5c22699f8" "/opt/crater/target/debug/examples/pal-7b1004e5c22699f8.1ymtt0jzbayrebvm.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/librsrl-b6cc2565aa363867.rlib" "/opt/crater/target/debug/deps/liblfa-091694037a7c77dd.rlib" "/opt/crater/target/debug/deps/libspaces-7de48ea6f7560e1b.rlib" "/opt/crater/target/debug/deps/libitertools-7a59558413d02103.rlib" "/opt/crater/target/debug/deps/libslog_term-b70b141bfa9c2211.rlib" "/opt/crater/target/debug/deps/libterm-a286cca556a1267c.rlib" "/opt/crater/target/debug/deps/libdirs-3ac2212ac716b0d3.rlib" "/opt/crater/target/debug/deps/libbyteorder-98f71e4258b709b0.rlib" "/opt/crater/target/debug/deps/libatty-22eb3b2ac1d714c2.rlib" "/opt/crater/target/debug/deps/libchrono-3333a45eef5f5d84.rlib" "/opt/crater/target/debug/deps/libnum_integer-767d771ccd48986b.rlib" "/opt/crater/target/debug/deps/libtime-c375bf02baafb2fd.rlib" "/opt/crater/target/debug/deps/libslog_async-62226c8a85901c5e.rlib" "/opt/crater/target/debug/deps/libtake_mut-03045d87a019c193.rlib" "/opt/crater/target/debug/deps/libthread_local-2ae771cec36f83c2.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f7a4359e40a6da9.rlib" "/opt/crater/target/debug/deps/libslog-4ec755c87aa8f5ef.rlib" "/opt/crater/target/debug/deps/librand-0a4630b57dcc57b3.rlib" "/opt/crater/target/debug/deps/librand_xorshift-aba648178ccafa60.rlib" "/opt/crater/target/debug/deps/librand_pcg-ed671db4fe3757e2.rlib" "/opt/crater/target/debug/deps/librand_hc-9a65771b9d152351.rlib" "/opt/crater/target/debug/deps/librand_chacha-1b9e58560472e74b.rlib" "/opt/crater/target/debug/deps/librand_isaac-3807d01c3a327700.rlib" "/opt/crater/target/debug/deps/librand_core-4eee27b20de9a341.rlib" "/opt/crater/target/debug/deps/librand_os-4634e01c13ceff4d.rlib" "/opt/crater/target/debug/deps/librand_jitter-a13c2857ac7f2734.rlib" "/opt/crater/target/debug/deps/librand_core-a5a514f3409fd81c.rlib" "/opt/crater/target/debug/deps/libndarray-c2000c159477e1de.rlib" "/opt/crater/target/debug/deps/libnum_complex-2fa6bf14402c9fb0.rlib" "/opt/crater/target/debug/deps/libnum_traits-c28daeab5210b49d.rlib" "/opt/crater/target/debug/deps/libitertools-42e27b01991a8665.rlib" "/opt/crater/target/debug/deps/libeither-0991b1b51775eba9.rlib" "/opt/crater/target/debug/deps/libmatrixmultiply-b856c59a72f2ed38.rlib" "/opt/crater/target/debug/deps/librawpointer-65262f271f4611c8.rlib" "/opt/crater/target/debug/deps/libblas_src-1f94d3abf4abfb0c.rlib" "/opt/crater/target/debug/deps/libopenblas_src-7396fda900356970.rlib" "/opt/crater/target/debug/deps/libcblas_sys-8691710a694eff62.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/libserde-5125a48878b1da57.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.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/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/sarsa_lambda-5ce7e48a5e3950bb.sarsa_lambda.dfuen160-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/sarsa_lambda-5ce7e48a5e3950bb.sarsa_lambda.dfuen160-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/sarsa_lambda-5ce7e48a5e3950bb.sarsa_lambda.dfuen160-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/sarsa_lambda-5ce7e48a5e3950bb.sarsa_lambda.dfuen160-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/sarsa_lambda-5ce7e48a5e3950bb.sarsa_lambda.dfuen160-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/sarsa_lambda-5ce7e48a5e3950bb.sarsa_lambda.dfuen160-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/sarsa_lambda-5ce7e48a5e3950bb.sarsa_lambda.dfuen160-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/sarsa_lambda-5ce7e48a5e3950bb.sarsa_lambda.dfuen160-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/sarsa_lambda-5ce7e48a5e3950bb.sarsa_lambda.dfuen160-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/sarsa_lambda-5ce7e48a5e3950bb.sarsa_lambda.dfuen160-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/sarsa_lambda-5ce7e48a5e3950bb.sarsa_lambda.dfuen160-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/sarsa_lambda-5ce7e48a5e3950bb.sarsa_lambda.dfuen160-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/sarsa_lambda-5ce7e48a5e3950bb.sarsa_lambda.dfuen160-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/sarsa_lambda-5ce7e48a5e3950bb.sarsa_lambda.dfuen160-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/sarsa_lambda-5ce7e48a5e3950bb.sarsa_lambda.dfuen160-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/sarsa_lambda-5ce7e48a5e3950bb.sarsa_lambda.dfuen160-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/sarsa_lambda-5ce7e48a5e3950bb" "/opt/crater/target/debug/examples/sarsa_lambda-5ce7e48a5e3950bb.21518mp4bueh0l9d.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/librsrl-b6cc2565aa363867.rlib" "/opt/crater/target/debug/deps/liblfa-091694037a7c77dd.rlib" "/opt/crater/target/debug/deps/libspaces-7de48ea6f7560e1b.rlib" "/opt/crater/target/debug/deps/libitertools-7a59558413d02103.rlib" "/opt/crater/target/debug/deps/libslog_term-b70b141bfa9c2211.rlib" "/opt/crater/target/debug/deps/libterm-a286cca556a1267c.rlib" "/opt/crater/target/debug/deps/libdirs-3ac2212ac716b0d3.rlib" "/opt/crater/target/debug/deps/libbyteorder-98f71e4258b709b0.rlib" "/opt/crater/target/debug/deps/libatty-22eb3b2ac1d714c2.rlib" "/opt/crater/target/debug/deps/libchrono-3333a45eef5f5d84.rlib" "/opt/crater/target/debug/deps/libnum_integer-767d771ccd48986b.rlib" "/opt/crater/target/debug/deps/libtime-c375bf02baafb2fd.rlib" "/opt/crater/target/debug/deps/libslog_async-62226c8a85901c5e.rlib" "/opt/crater/target/debug/deps/libtake_mut-03045d87a019c193.rlib" "/opt/crater/target/debug/deps/libthread_local-2ae771cec36f83c2.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f7a4359e40a6da9.rlib" "/opt/crater/target/debug/deps/libslog-4ec755c87aa8f5ef.rlib" "/opt/crater/target/debug/deps/librand-0a4630b57dcc57b3.rlib" "/opt/crater/target/debug/deps/librand_xorshift-aba648178ccafa60.rlib" "/opt/crater/target/debug/deps/librand_pcg-ed671db4fe3757e2.rlib" "/opt/crater/target/debug/deps/librand_hc-9a65771b9d152351.rlib" "/opt/crater/target/debug/deps/librand_chacha-1b9e58560472e74b.rlib" "/opt/crater/target/debug/deps/librand_isaac-3807d01c3a327700.rlib" "/opt/crater/target/debug/deps/librand_core-4eee27b20de9a341.rlib" "/opt/crater/target/debug/deps/librand_os-4634e01c13ceff4d.rlib" "/opt/crater/target/debug/deps/librand_jitter-a13c2857ac7f2734.rlib" "/opt/crater/target/debug/deps/librand_core-a5a514f3409fd81c.rlib" "/opt/crater/target/debug/deps/libndarray-c2000c159477e1de.rlib" "/opt/crater/target/debug/deps/libnum_complex-2fa6bf14402c9fb0.rlib" "/opt/crater/target/debug/deps/libnum_traits-c28daeab5210b49d.rlib" "/opt/crater/target/debug/deps/libitertools-42e27b01991a8665.rlib" "/opt/crater/target/debug/deps/libeither-0991b1b51775eba9.rlib" "/opt/crater/target/debug/deps/libmatrixmultiply-b856c59a72f2ed38.rlib" "/opt/crater/target/debug/deps/librawpointer-65262f271f4611c8.rlib" "/opt/crater/target/debug/deps/libblas_src-1f94d3abf4abfb0c.rlib" "/opt/crater/target/debug/deps/libopenblas_src-7396fda900356970.rlib" "/opt/crater/target/debug/deps/libcblas_sys-8691710a694eff62.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/libserde-5125a48878b1da57.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.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/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/rsrl-4f80e647464e3bcb.rsrl.az40muab-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/rsrl-4f80e647464e3bcb.rsrl.az40muab-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/rsrl-4f80e647464e3bcb.rsrl.az40muab-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/rsrl-4f80e647464e3bcb.rsrl.az40muab-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/rsrl-4f80e647464e3bcb.rsrl.az40muab-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/rsrl-4f80e647464e3bcb.rsrl.az40muab-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/rsrl-4f80e647464e3bcb.rsrl.az40muab-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/rsrl-4f80e647464e3bcb.rsrl.az40muab-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/rsrl-4f80e647464e3bcb.rsrl.az40muab-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/rsrl-4f80e647464e3bcb.rsrl.az40muab-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/rsrl-4f80e647464e3bcb.rsrl.az40muab-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/rsrl-4f80e647464e3bcb.rsrl.az40muab-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/rsrl-4f80e647464e3bcb.rsrl.az40muab-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/rsrl-4f80e647464e3bcb.rsrl.az40muab-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/rsrl-4f80e647464e3bcb.rsrl.az40muab-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/rsrl-4f80e647464e3bcb.rsrl.az40muab-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/rsrl-4f80e647464e3bcb" "/opt/crater/target/debug/deps/rsrl-4f80e647464e3bcb.jtrbqz0e2613pok.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-f0d86b2ef6410e4f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-28a84d78fba0104f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-625008d0a6744ece.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-b85c11af396739da.rlib" "/opt/crater/target/debug/deps/liblfa-091694037a7c77dd.rlib" "/opt/crater/target/debug/deps/libspaces-7de48ea6f7560e1b.rlib" "/opt/crater/target/debug/deps/libitertools-7a59558413d02103.rlib" "/opt/crater/target/debug/deps/libslog_term-b70b141bfa9c2211.rlib" "/opt/crater/target/debug/deps/libterm-a286cca556a1267c.rlib" "/opt/crater/target/debug/deps/libdirs-3ac2212ac716b0d3.rlib" "/opt/crater/target/debug/deps/libbyteorder-98f71e4258b709b0.rlib" "/opt/crater/target/debug/deps/libatty-22eb3b2ac1d714c2.rlib" "/opt/crater/target/debug/deps/libchrono-3333a45eef5f5d84.rlib" "/opt/crater/target/debug/deps/libnum_integer-767d771ccd48986b.rlib" "/opt/crater/target/debug/deps/libtime-c375bf02baafb2fd.rlib" "/opt/crater/target/debug/deps/libslog_async-62226c8a85901c5e.rlib" "/opt/crater/target/debug/deps/libtake_mut-03045d87a019c193.rlib" "/opt/crater/target/debug/deps/libthread_local-2ae771cec36f83c2.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f7a4359e40a6da9.rlib" "/opt/crater/target/debug/deps/libslog-4ec755c87aa8f5ef.rlib" "/opt/crater/target/debug/deps/librand-0a4630b57dcc57b3.rlib" "/opt/crater/target/debug/deps/librand_xorshift-aba648178ccafa60.rlib" "/opt/crater/target/debug/deps/librand_pcg-ed671db4fe3757e2.rlib" "/opt/crater/target/debug/deps/librand_hc-9a65771b9d152351.rlib" "/opt/crater/target/debug/deps/librand_chacha-1b9e58560472e74b.rlib" "/opt/crater/target/debug/deps/librand_isaac-3807d01c3a327700.rlib" "/opt/crater/target/debug/deps/librand_core-4eee27b20de9a341.rlib" "/opt/crater/target/debug/deps/librand_os-4634e01c13ceff4d.rlib" "/opt/crater/target/debug/deps/librand_jitter-a13c2857ac7f2734.rlib" "/opt/crater/target/debug/deps/librand_core-a5a514f3409fd81c.rlib" "/opt/crater/target/debug/deps/libndarray-c2000c159477e1de.rlib" "/opt/crater/target/debug/deps/libnum_complex-2fa6bf14402c9fb0.rlib" "/opt/crater/target/debug/deps/libnum_traits-c28daeab5210b49d.rlib" "/opt/crater/target/debug/deps/libitertools-42e27b01991a8665.rlib" "/opt/crater/target/debug/deps/libeither-0991b1b51775eba9.rlib" "/opt/crater/target/debug/deps/libmatrixmultiply-b856c59a72f2ed38.rlib" "/opt/crater/target/debug/deps/librawpointer-65262f271f4611c8.rlib" "/opt/crater/target/debug/deps/libblas_src-1f94d3abf4abfb0c.rlib" "/opt/crater/target/debug/deps/libopenblas_src-7396fda900356970.rlib" "/opt/crater/target/debug/deps/libcblas_sys-8691710a694eff62.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/libserde-5125a48878b1da57.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.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" "f002674b8920d1ab68a8063865981ddbf662f2f74cf57439bf63201343cdb9b9"` [INFO] running `"docker" "rm" "-f" "f002674b8920d1ab68a8063865981ddbf662f2f74cf57439bf63201343cdb9b9"` [INFO] [stdout] f002674b8920d1ab68a8063865981ddbf662f2f74cf57439bf63201343cdb9b9