[INFO] crate rsrl 0.6.0 is already in cache [INFO] extracting crate rsrl 0.6.0 into work/ex/beta-1.37-6/sources/1.36.0/reg/rsrl/0.6.0 [INFO] extracting crate rsrl 0.6.0 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/rsrl/0.6.0 [INFO] validating manifest of rsrl-0.6.0 on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of rsrl-0.6.0 on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "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.37-6/sources/1.36.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.37-6/sources/beta-2019-07-23/reg/rsrl/0.6.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing rsrl-0.6.0 against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-7/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/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-07-23" "build" "--frozen"` [INFO] [stdout] bdd25cbee4b4afed9dcf60dddf88a0a523aebe87637007d4bb94c74f4c761259 [INFO] running `"docker" "start" "-a" "bdd25cbee4b4afed9dcf60dddf88a0a523aebe87637007d4bb94c74f4c761259"` [INFO] [stderr] Compiling openblas-src v0.6.1 [INFO] [stderr] Compiling serde v1.0.98 [INFO] [stderr] Compiling syn v0.15.42 [INFO] [stderr] Compiling ndarray v0.12.1 [INFO] [stderr] Compiling slog v2.5.2 [INFO] [stderr] Compiling take_mut v0.2.2 [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling itertools v0.8.0 [INFO] [stderr] Compiling cblas-sys v0.1.4 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling blas-src v0.2.1 [INFO] [stderr] Compiling term v0.5.2 [INFO] [stderr] Compiling slog-async v2.3.0 [INFO] [stderr] Compiling chrono v0.4.7 [INFO] [stderr] Compiling slog-term v2.4.1 [INFO] [stderr] Compiling serde_derive v1.0.98 [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 1m 00s [INFO] running `"docker" "inspect" "bdd25cbee4b4afed9dcf60dddf88a0a523aebe87637007d4bb94c74f4c761259"` [INFO] running `"docker" "rm" "-f" "bdd25cbee4b4afed9dcf60dddf88a0a523aebe87637007d4bb94c74f4c761259"` [INFO] [stdout] bdd25cbee4b4afed9dcf60dddf88a0a523aebe87637007d4bb94c74f4c761259 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-7/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/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-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] 3eafac3b7ee675bf7188fdb3895ef656f1eddfa66ad0fed32a57b81420ddb1ad [INFO] running `"docker" "start" "-a" "3eafac3b7ee675bf7188fdb3895ef656f1eddfa66ad0fed32a57b81420ddb1ad"` [INFO] [stderr] Compiling serde_test v1.0.98 [INFO] [stderr] Compiling rsrl v0.6.0 (/opt/crater/workdir) [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] 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] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [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: 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-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/polynomial-d831f8eb9c58bd02.polynomial.65lgzkh3-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/polynomial-d831f8eb9c58bd02.polynomial.65lgzkh3-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/polynomial-d831f8eb9c58bd02.polynomial.65lgzkh3-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/polynomial-d831f8eb9c58bd02.polynomial.65lgzkh3-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/polynomial-d831f8eb9c58bd02.polynomial.65lgzkh3-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/polynomial-d831f8eb9c58bd02.polynomial.65lgzkh3-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/polynomial-d831f8eb9c58bd02.polynomial.65lgzkh3-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/polynomial-d831f8eb9c58bd02.polynomial.65lgzkh3-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/polynomial-d831f8eb9c58bd02.polynomial.65lgzkh3-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/polynomial-d831f8eb9c58bd02.polynomial.65lgzkh3-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/polynomial-d831f8eb9c58bd02.polynomial.65lgzkh3-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/polynomial-d831f8eb9c58bd02.polynomial.65lgzkh3-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/polynomial-d831f8eb9c58bd02.polynomial.65lgzkh3-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/polynomial-d831f8eb9c58bd02.polynomial.65lgzkh3-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/polynomial-d831f8eb9c58bd02.polynomial.65lgzkh3-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/polynomial-d831f8eb9c58bd02.polynomial.65lgzkh3-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/polynomial-d831f8eb9c58bd02" "/opt/crater/target/debug/examples/polynomial-d831f8eb9c58bd02.1vfnwik7f6gky7h4.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-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/librsrl-5edc9e2f0e03fc15.rlib" "/opt/crater/target/debug/deps/liblfa-137259d7c10e0f0c.rlib" "/opt/crater/target/debug/deps/libspaces-8987af6cdff1b6b0.rlib" "/opt/crater/target/debug/deps/libitertools-0f3b2e1a480bd495.rlib" "/opt/crater/target/debug/deps/libslog_term-265b90d3be7d2661.rlib" "/opt/crater/target/debug/deps/libterm-7fe2166a77997baa.rlib" "/opt/crater/target/debug/deps/libdirs-24ccb66e8d5475af.rlib" "/opt/crater/target/debug/deps/libbyteorder-066131f17ea0c99b.rlib" "/opt/crater/target/debug/deps/libatty-03bfb70b48d44ab1.rlib" "/opt/crater/target/debug/deps/libchrono-418d4a1be100bec4.rlib" "/opt/crater/target/debug/deps/libnum_integer-4fb26309e043b0f2.rlib" "/opt/crater/target/debug/deps/libtime-edf45e35c919afdd.rlib" "/opt/crater/target/debug/deps/libslog_async-0cd911bba893ed44.rlib" "/opt/crater/target/debug/deps/libtake_mut-ffbd804d51aef314.rlib" "/opt/crater/target/debug/deps/libthread_local-1060038c0757fbc7.rlib" "/opt/crater/target/debug/deps/liblazy_static-6a4e8ea56a445919.rlib" "/opt/crater/target/debug/deps/libslog-20ea86fbedf3ea3a.rlib" "/opt/crater/target/debug/deps/librand-478ec8ce9fba553e.rlib" "/opt/crater/target/debug/deps/librand_xorshift-5e391b21601b8393.rlib" "/opt/crater/target/debug/deps/librand_pcg-05da2351d8811861.rlib" "/opt/crater/target/debug/deps/librand_hc-8d037a8bb74cc960.rlib" "/opt/crater/target/debug/deps/librand_chacha-1b8e39b253389048.rlib" "/opt/crater/target/debug/deps/librand_isaac-8a1220a5cdc55703.rlib" "/opt/crater/target/debug/deps/librand_core-5af554ddf81cd17c.rlib" "/opt/crater/target/debug/deps/librand_os-c26d9914b6da4d52.rlib" "/opt/crater/target/debug/deps/librand_jitter-162e89fc4f3652f5.rlib" "/opt/crater/target/debug/deps/librand_core-4c9a550ae16dbf0f.rlib" "/opt/crater/target/debug/deps/libndarray-e8565ad782783dc3.rlib" "/opt/crater/target/debug/deps/libnum_complex-cf92338cbd917405.rlib" "/opt/crater/target/debug/deps/libnum_traits-04277105b9bd2221.rlib" "/opt/crater/target/debug/deps/libitertools-ec3709ec2ec15838.rlib" "/opt/crater/target/debug/deps/libeither-09ec7c1188b8d0d0.rlib" "/opt/crater/target/debug/deps/libmatrixmultiply-add3c2ef4a6aa2e3.rlib" "/opt/crater/target/debug/deps/librawpointer-0c16108fbcdeefb9.rlib" "/opt/crater/target/debug/deps/libblas_src-dfc43ed0330539df.rlib" "/opt/crater/target/debug/deps/libopenblas_src-c17260588f8ee77f.rlib" "/opt/crater/target/debug/deps/libcblas_sys-a8ff2b6217078277.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "/opt/crater/target/debug/deps/libserde-c55174c1f02a9342.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.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-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/pal-6ef28e509eb1a502.pal.6tw0nwg0-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/pal-6ef28e509eb1a502.pal.6tw0nwg0-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/pal-6ef28e509eb1a502.pal.6tw0nwg0-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/pal-6ef28e509eb1a502.pal.6tw0nwg0-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/pal-6ef28e509eb1a502.pal.6tw0nwg0-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/pal-6ef28e509eb1a502.pal.6tw0nwg0-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/pal-6ef28e509eb1a502.pal.6tw0nwg0-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/pal-6ef28e509eb1a502.pal.6tw0nwg0-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/pal-6ef28e509eb1a502.pal.6tw0nwg0-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/pal-6ef28e509eb1a502.pal.6tw0nwg0-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/pal-6ef28e509eb1a502.pal.6tw0nwg0-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/pal-6ef28e509eb1a502.pal.6tw0nwg0-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/pal-6ef28e509eb1a502.pal.6tw0nwg0-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/pal-6ef28e509eb1a502.pal.6tw0nwg0-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/pal-6ef28e509eb1a502.pal.6tw0nwg0-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/pal-6ef28e509eb1a502.pal.6tw0nwg0-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/pal-6ef28e509eb1a502" "/opt/crater/target/debug/examples/pal-6ef28e509eb1a502.2tt6eghrrmlvbdv0.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-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/librsrl-5edc9e2f0e03fc15.rlib" "/opt/crater/target/debug/deps/liblfa-137259d7c10e0f0c.rlib" "/opt/crater/target/debug/deps/libspaces-8987af6cdff1b6b0.rlib" "/opt/crater/target/debug/deps/libitertools-0f3b2e1a480bd495.rlib" "/opt/crater/target/debug/deps/libslog_term-265b90d3be7d2661.rlib" "/opt/crater/target/debug/deps/libterm-7fe2166a77997baa.rlib" "/opt/crater/target/debug/deps/libdirs-24ccb66e8d5475af.rlib" "/opt/crater/target/debug/deps/libbyteorder-066131f17ea0c99b.rlib" "/opt/crater/target/debug/deps/libatty-03bfb70b48d44ab1.rlib" "/opt/crater/target/debug/deps/libchrono-418d4a1be100bec4.rlib" "/opt/crater/target/debug/deps/libnum_integer-4fb26309e043b0f2.rlib" "/opt/crater/target/debug/deps/libtime-edf45e35c919afdd.rlib" "/opt/crater/target/debug/deps/libslog_async-0cd911bba893ed44.rlib" "/opt/crater/target/debug/deps/libtake_mut-ffbd804d51aef314.rlib" "/opt/crater/target/debug/deps/libthread_local-1060038c0757fbc7.rlib" "/opt/crater/target/debug/deps/liblazy_static-6a4e8ea56a445919.rlib" "/opt/crater/target/debug/deps/libslog-20ea86fbedf3ea3a.rlib" "/opt/crater/target/debug/deps/librand-478ec8ce9fba553e.rlib" "/opt/crater/target/debug/deps/librand_xorshift-5e391b21601b8393.rlib" "/opt/crater/target/debug/deps/librand_pcg-05da2351d8811861.rlib" "/opt/crater/target/debug/deps/librand_hc-8d037a8bb74cc960.rlib" "/opt/crater/target/debug/deps/librand_chacha-1b8e39b253389048.rlib" "/opt/crater/target/debug/deps/librand_isaac-8a1220a5cdc55703.rlib" "/opt/crater/target/debug/deps/librand_core-5af554ddf81cd17c.rlib" "/opt/crater/target/debug/deps/librand_os-c26d9914b6da4d52.rlib" "/opt/crater/target/debug/deps/librand_jitter-162e89fc4f3652f5.rlib" "/opt/crater/target/debug/deps/librand_core-4c9a550ae16dbf0f.rlib" "/opt/crater/target/debug/deps/libndarray-e8565ad782783dc3.rlib" "/opt/crater/target/debug/deps/libnum_complex-cf92338cbd917405.rlib" "/opt/crater/target/debug/deps/libnum_traits-04277105b9bd2221.rlib" "/opt/crater/target/debug/deps/libitertools-ec3709ec2ec15838.rlib" "/opt/crater/target/debug/deps/libeither-09ec7c1188b8d0d0.rlib" "/opt/crater/target/debug/deps/libmatrixmultiply-add3c2ef4a6aa2e3.rlib" "/opt/crater/target/debug/deps/librawpointer-0c16108fbcdeefb9.rlib" "/opt/crater/target/debug/deps/libblas_src-dfc43ed0330539df.rlib" "/opt/crater/target/debug/deps/libopenblas_src-c17260588f8ee77f.rlib" "/opt/crater/target/debug/deps/libcblas_sys-a8ff2b6217078277.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "/opt/crater/target/debug/deps/libserde-c55174c1f02a9342.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.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-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/greedy_gq-1cf35868e15f3e09.greedy_gq.3d4j0yul-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/greedy_gq-1cf35868e15f3e09.greedy_gq.3d4j0yul-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/greedy_gq-1cf35868e15f3e09.greedy_gq.3d4j0yul-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/greedy_gq-1cf35868e15f3e09.greedy_gq.3d4j0yul-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/greedy_gq-1cf35868e15f3e09.greedy_gq.3d4j0yul-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/greedy_gq-1cf35868e15f3e09.greedy_gq.3d4j0yul-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/greedy_gq-1cf35868e15f3e09.greedy_gq.3d4j0yul-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/greedy_gq-1cf35868e15f3e09.greedy_gq.3d4j0yul-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/greedy_gq-1cf35868e15f3e09.greedy_gq.3d4j0yul-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/greedy_gq-1cf35868e15f3e09.greedy_gq.3d4j0yul-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/greedy_gq-1cf35868e15f3e09.greedy_gq.3d4j0yul-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/greedy_gq-1cf35868e15f3e09.greedy_gq.3d4j0yul-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/greedy_gq-1cf35868e15f3e09.greedy_gq.3d4j0yul-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/greedy_gq-1cf35868e15f3e09.greedy_gq.3d4j0yul-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/greedy_gq-1cf35868e15f3e09.greedy_gq.3d4j0yul-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/greedy_gq-1cf35868e15f3e09.greedy_gq.3d4j0yul-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/greedy_gq-1cf35868e15f3e09" "/opt/crater/target/debug/examples/greedy_gq-1cf35868e15f3e09.17dt0tsidmvmqkjb.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-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/librsrl-5edc9e2f0e03fc15.rlib" "/opt/crater/target/debug/deps/liblfa-137259d7c10e0f0c.rlib" "/opt/crater/target/debug/deps/libspaces-8987af6cdff1b6b0.rlib" "/opt/crater/target/debug/deps/libitertools-0f3b2e1a480bd495.rlib" "/opt/crater/target/debug/deps/libslog_term-265b90d3be7d2661.rlib" "/opt/crater/target/debug/deps/libterm-7fe2166a77997baa.rlib" "/opt/crater/target/debug/deps/libdirs-24ccb66e8d5475af.rlib" "/opt/crater/target/debug/deps/libbyteorder-066131f17ea0c99b.rlib" "/opt/crater/target/debug/deps/libatty-03bfb70b48d44ab1.rlib" "/opt/crater/target/debug/deps/libchrono-418d4a1be100bec4.rlib" "/opt/crater/target/debug/deps/libnum_integer-4fb26309e043b0f2.rlib" "/opt/crater/target/debug/deps/libtime-edf45e35c919afdd.rlib" "/opt/crater/target/debug/deps/libslog_async-0cd911bba893ed44.rlib" "/opt/crater/target/debug/deps/libtake_mut-ffbd804d51aef314.rlib" "/opt/crater/target/debug/deps/libthread_local-1060038c0757fbc7.rlib" "/opt/crater/target/debug/deps/liblazy_static-6a4e8ea56a445919.rlib" "/opt/crater/target/debug/deps/libslog-20ea86fbedf3ea3a.rlib" "/opt/crater/target/debug/deps/librand-478ec8ce9fba553e.rlib" "/opt/crater/target/debug/deps/librand_xorshift-5e391b21601b8393.rlib" "/opt/crater/target/debug/deps/librand_pcg-05da2351d8811861.rlib" "/opt/crater/target/debug/deps/librand_hc-8d037a8bb74cc960.rlib" "/opt/crater/target/debug/deps/librand_chacha-1b8e39b253389048.rlib" "/opt/crater/target/debug/deps/librand_isaac-8a1220a5cdc55703.rlib" "/opt/crater/target/debug/deps/librand_core-5af554ddf81cd17c.rlib" "/opt/crater/target/debug/deps/librand_os-c26d9914b6da4d52.rlib" "/opt/crater/target/debug/deps/librand_jitter-162e89fc4f3652f5.rlib" "/opt/crater/target/debug/deps/librand_core-4c9a550ae16dbf0f.rlib" "/opt/crater/target/debug/deps/libndarray-e8565ad782783dc3.rlib" "/opt/crater/target/debug/deps/libnum_complex-cf92338cbd917405.rlib" "/opt/crater/target/debug/deps/libnum_traits-04277105b9bd2221.rlib" "/opt/crater/target/debug/deps/libitertools-ec3709ec2ec15838.rlib" "/opt/crater/target/debug/deps/libeither-09ec7c1188b8d0d0.rlib" "/opt/crater/target/debug/deps/libmatrixmultiply-add3c2ef4a6aa2e3.rlib" "/opt/crater/target/debug/deps/librawpointer-0c16108fbcdeefb9.rlib" "/opt/crater/target/debug/deps/libblas_src-dfc43ed0330539df.rlib" "/opt/crater/target/debug/deps/libopenblas_src-c17260588f8ee77f.rlib" "/opt/crater/target/debug/deps/libcblas_sys-a8ff2b6217078277.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "/opt/crater/target/debug/deps/libserde-c55174c1f02a9342.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.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-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/sarsa_lambda-e32398b318f664f9.sarsa_lambda.1xgrockh-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/sarsa_lambda-e32398b318f664f9.sarsa_lambda.1xgrockh-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/sarsa_lambda-e32398b318f664f9.sarsa_lambda.1xgrockh-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/sarsa_lambda-e32398b318f664f9.sarsa_lambda.1xgrockh-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/sarsa_lambda-e32398b318f664f9.sarsa_lambda.1xgrockh-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/sarsa_lambda-e32398b318f664f9.sarsa_lambda.1xgrockh-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/sarsa_lambda-e32398b318f664f9.sarsa_lambda.1xgrockh-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/sarsa_lambda-e32398b318f664f9.sarsa_lambda.1xgrockh-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/sarsa_lambda-e32398b318f664f9.sarsa_lambda.1xgrockh-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/sarsa_lambda-e32398b318f664f9.sarsa_lambda.1xgrockh-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/sarsa_lambda-e32398b318f664f9.sarsa_lambda.1xgrockh-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/sarsa_lambda-e32398b318f664f9.sarsa_lambda.1xgrockh-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/sarsa_lambda-e32398b318f664f9.sarsa_lambda.1xgrockh-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/sarsa_lambda-e32398b318f664f9.sarsa_lambda.1xgrockh-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/sarsa_lambda-e32398b318f664f9.sarsa_lambda.1xgrockh-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/sarsa_lambda-e32398b318f664f9.sarsa_lambda.1xgrockh-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/sarsa_lambda-e32398b318f664f9" "/opt/crater/target/debug/examples/sarsa_lambda-e32398b318f664f9.1piz5ww0y653yhv4.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-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/librsrl-5edc9e2f0e03fc15.rlib" "/opt/crater/target/debug/deps/liblfa-137259d7c10e0f0c.rlib" "/opt/crater/target/debug/deps/libspaces-8987af6cdff1b6b0.rlib" "/opt/crater/target/debug/deps/libitertools-0f3b2e1a480bd495.rlib" "/opt/crater/target/debug/deps/libslog_term-265b90d3be7d2661.rlib" "/opt/crater/target/debug/deps/libterm-7fe2166a77997baa.rlib" "/opt/crater/target/debug/deps/libdirs-24ccb66e8d5475af.rlib" "/opt/crater/target/debug/deps/libbyteorder-066131f17ea0c99b.rlib" "/opt/crater/target/debug/deps/libatty-03bfb70b48d44ab1.rlib" "/opt/crater/target/debug/deps/libchrono-418d4a1be100bec4.rlib" "/opt/crater/target/debug/deps/libnum_integer-4fb26309e043b0f2.rlib" "/opt/crater/target/debug/deps/libtime-edf45e35c919afdd.rlib" "/opt/crater/target/debug/deps/libslog_async-0cd911bba893ed44.rlib" "/opt/crater/target/debug/deps/libtake_mut-ffbd804d51aef314.rlib" "/opt/crater/target/debug/deps/libthread_local-1060038c0757fbc7.rlib" "/opt/crater/target/debug/deps/liblazy_static-6a4e8ea56a445919.rlib" "/opt/crater/target/debug/deps/libslog-20ea86fbedf3ea3a.rlib" "/opt/crater/target/debug/deps/librand-478ec8ce9fba553e.rlib" "/opt/crater/target/debug/deps/librand_xorshift-5e391b21601b8393.rlib" "/opt/crater/target/debug/deps/librand_pcg-05da2351d8811861.rlib" "/opt/crater/target/debug/deps/librand_hc-8d037a8bb74cc960.rlib" "/opt/crater/target/debug/deps/librand_chacha-1b8e39b253389048.rlib" "/opt/crater/target/debug/deps/librand_isaac-8a1220a5cdc55703.rlib" "/opt/crater/target/debug/deps/librand_core-5af554ddf81cd17c.rlib" "/opt/crater/target/debug/deps/librand_os-c26d9914b6da4d52.rlib" "/opt/crater/target/debug/deps/librand_jitter-162e89fc4f3652f5.rlib" "/opt/crater/target/debug/deps/librand_core-4c9a550ae16dbf0f.rlib" "/opt/crater/target/debug/deps/libndarray-e8565ad782783dc3.rlib" "/opt/crater/target/debug/deps/libnum_complex-cf92338cbd917405.rlib" "/opt/crater/target/debug/deps/libnum_traits-04277105b9bd2221.rlib" "/opt/crater/target/debug/deps/libitertools-ec3709ec2ec15838.rlib" "/opt/crater/target/debug/deps/libeither-09ec7c1188b8d0d0.rlib" "/opt/crater/target/debug/deps/libmatrixmultiply-add3c2ef4a6aa2e3.rlib" "/opt/crater/target/debug/deps/librawpointer-0c16108fbcdeefb9.rlib" "/opt/crater/target/debug/deps/libblas_src-dfc43ed0330539df.rlib" "/opt/crater/target/debug/deps/libopenblas_src-c17260588f8ee77f.rlib" "/opt/crater/target/debug/deps/libcblas_sys-a8ff2b6217078277.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "/opt/crater/target/debug/deps/libserde-c55174c1f02a9342.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.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-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/reinforce-c4020824de4ab1e5.reinforce.r61cjcux-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/reinforce-c4020824de4ab1e5.reinforce.r61cjcux-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/reinforce-c4020824de4ab1e5.reinforce.r61cjcux-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/reinforce-c4020824de4ab1e5.reinforce.r61cjcux-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/reinforce-c4020824de4ab1e5.reinforce.r61cjcux-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/reinforce-c4020824de4ab1e5.reinforce.r61cjcux-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/reinforce-c4020824de4ab1e5.reinforce.r61cjcux-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/reinforce-c4020824de4ab1e5.reinforce.r61cjcux-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/reinforce-c4020824de4ab1e5.reinforce.r61cjcux-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/reinforce-c4020824de4ab1e5.reinforce.r61cjcux-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/reinforce-c4020824de4ab1e5.reinforce.r61cjcux-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/reinforce-c4020824de4ab1e5.reinforce.r61cjcux-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/reinforce-c4020824de4ab1e5.reinforce.r61cjcux-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/reinforce-c4020824de4ab1e5.reinforce.r61cjcux-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/reinforce-c4020824de4ab1e5.reinforce.r61cjcux-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/reinforce-c4020824de4ab1e5.reinforce.r61cjcux-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/reinforce-c4020824de4ab1e5" "/opt/crater/target/debug/examples/reinforce-c4020824de4ab1e5.4jttglm5ni32u7rk.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-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/librsrl-5edc9e2f0e03fc15.rlib" "/opt/crater/target/debug/deps/liblfa-137259d7c10e0f0c.rlib" "/opt/crater/target/debug/deps/libspaces-8987af6cdff1b6b0.rlib" "/opt/crater/target/debug/deps/libitertools-0f3b2e1a480bd495.rlib" "/opt/crater/target/debug/deps/libslog_term-265b90d3be7d2661.rlib" "/opt/crater/target/debug/deps/libterm-7fe2166a77997baa.rlib" "/opt/crater/target/debug/deps/libdirs-24ccb66e8d5475af.rlib" "/opt/crater/target/debug/deps/libbyteorder-066131f17ea0c99b.rlib" "/opt/crater/target/debug/deps/libatty-03bfb70b48d44ab1.rlib" "/opt/crater/target/debug/deps/libchrono-418d4a1be100bec4.rlib" "/opt/crater/target/debug/deps/libnum_integer-4fb26309e043b0f2.rlib" "/opt/crater/target/debug/deps/libtime-edf45e35c919afdd.rlib" "/opt/crater/target/debug/deps/libslog_async-0cd911bba893ed44.rlib" "/opt/crater/target/debug/deps/libtake_mut-ffbd804d51aef314.rlib" "/opt/crater/target/debug/deps/libthread_local-1060038c0757fbc7.rlib" "/opt/crater/target/debug/deps/liblazy_static-6a4e8ea56a445919.rlib" "/opt/crater/target/debug/deps/libslog-20ea86fbedf3ea3a.rlib" "/opt/crater/target/debug/deps/librand-478ec8ce9fba553e.rlib" "/opt/crater/target/debug/deps/librand_xorshift-5e391b21601b8393.rlib" "/opt/crater/target/debug/deps/librand_pcg-05da2351d8811861.rlib" "/opt/crater/target/debug/deps/librand_hc-8d037a8bb74cc960.rlib" "/opt/crater/target/debug/deps/librand_chacha-1b8e39b253389048.rlib" "/opt/crater/target/debug/deps/librand_isaac-8a1220a5cdc55703.rlib" "/opt/crater/target/debug/deps/librand_core-5af554ddf81cd17c.rlib" "/opt/crater/target/debug/deps/librand_os-c26d9914b6da4d52.rlib" "/opt/crater/target/debug/deps/librand_jitter-162e89fc4f3652f5.rlib" "/opt/crater/target/debug/deps/librand_core-4c9a550ae16dbf0f.rlib" "/opt/crater/target/debug/deps/libndarray-e8565ad782783dc3.rlib" "/opt/crater/target/debug/deps/libnum_complex-cf92338cbd917405.rlib" "/opt/crater/target/debug/deps/libnum_traits-04277105b9bd2221.rlib" "/opt/crater/target/debug/deps/libitertools-ec3709ec2ec15838.rlib" "/opt/crater/target/debug/deps/libeither-09ec7c1188b8d0d0.rlib" "/opt/crater/target/debug/deps/libmatrixmultiply-add3c2ef4a6aa2e3.rlib" "/opt/crater/target/debug/deps/librawpointer-0c16108fbcdeefb9.rlib" "/opt/crater/target/debug/deps/libblas_src-dfc43ed0330539df.rlib" "/opt/crater/target/debug/deps/libopenblas_src-c17260588f8ee77f.rlib" "/opt/crater/target/debug/deps/libcblas_sys-a8ff2b6217078277.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "/opt/crater/target/debug/deps/libserde-c55174c1f02a9342.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.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-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/nac-429f78f12db4b35c.nac.94bnsplq-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/nac-429f78f12db4b35c.nac.94bnsplq-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/nac-429f78f12db4b35c.nac.94bnsplq-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/nac-429f78f12db4b35c.nac.94bnsplq-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/nac-429f78f12db4b35c.nac.94bnsplq-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/nac-429f78f12db4b35c.nac.94bnsplq-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/nac-429f78f12db4b35c.nac.94bnsplq-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/nac-429f78f12db4b35c.nac.94bnsplq-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/nac-429f78f12db4b35c.nac.94bnsplq-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/nac-429f78f12db4b35c.nac.94bnsplq-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/nac-429f78f12db4b35c.nac.94bnsplq-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/nac-429f78f12db4b35c.nac.94bnsplq-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/nac-429f78f12db4b35c.nac.94bnsplq-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/nac-429f78f12db4b35c.nac.94bnsplq-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/nac-429f78f12db4b35c.nac.94bnsplq-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/nac-429f78f12db4b35c.nac.94bnsplq-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/nac-429f78f12db4b35c" "/opt/crater/target/debug/examples/nac-429f78f12db4b35c.2jpe09qljuzxx0px.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-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/librsrl-5edc9e2f0e03fc15.rlib" "/opt/crater/target/debug/deps/liblfa-137259d7c10e0f0c.rlib" "/opt/crater/target/debug/deps/libspaces-8987af6cdff1b6b0.rlib" "/opt/crater/target/debug/deps/libitertools-0f3b2e1a480bd495.rlib" "/opt/crater/target/debug/deps/libslog_term-265b90d3be7d2661.rlib" "/opt/crater/target/debug/deps/libterm-7fe2166a77997baa.rlib" "/opt/crater/target/debug/deps/libdirs-24ccb66e8d5475af.rlib" "/opt/crater/target/debug/deps/libbyteorder-066131f17ea0c99b.rlib" "/opt/crater/target/debug/deps/libatty-03bfb70b48d44ab1.rlib" "/opt/crater/target/debug/deps/libchrono-418d4a1be100bec4.rlib" "/opt/crater/target/debug/deps/libnum_integer-4fb26309e043b0f2.rlib" "/opt/crater/target/debug/deps/libtime-edf45e35c919afdd.rlib" "/opt/crater/target/debug/deps/libslog_async-0cd911bba893ed44.rlib" "/opt/crater/target/debug/deps/libtake_mut-ffbd804d51aef314.rlib" "/opt/crater/target/debug/deps/libthread_local-1060038c0757fbc7.rlib" "/opt/crater/target/debug/deps/liblazy_static-6a4e8ea56a445919.rlib" "/opt/crater/target/debug/deps/libslog-20ea86fbedf3ea3a.rlib" "/opt/crater/target/debug/deps/librand-478ec8ce9fba553e.rlib" "/opt/crater/target/debug/deps/librand_xorshift-5e391b21601b8393.rlib" "/opt/crater/target/debug/deps/librand_pcg-05da2351d8811861.rlib" "/opt/crater/target/debug/deps/librand_hc-8d037a8bb74cc960.rlib" "/opt/crater/target/debug/deps/librand_chacha-1b8e39b253389048.rlib" "/opt/crater/target/debug/deps/librand_isaac-8a1220a5cdc55703.rlib" "/opt/crater/target/debug/deps/librand_core-5af554ddf81cd17c.rlib" "/opt/crater/target/debug/deps/librand_os-c26d9914b6da4d52.rlib" "/opt/crater/target/debug/deps/librand_jitter-162e89fc4f3652f5.rlib" "/opt/crater/target/debug/deps/librand_core-4c9a550ae16dbf0f.rlib" "/opt/crater/target/debug/deps/libndarray-e8565ad782783dc3.rlib" "/opt/crater/target/debug/deps/libnum_complex-cf92338cbd917405.rlib" "/opt/crater/target/debug/deps/libnum_traits-04277105b9bd2221.rlib" "/opt/crater/target/debug/deps/libitertools-ec3709ec2ec15838.rlib" "/opt/crater/target/debug/deps/libeither-09ec7c1188b8d0d0.rlib" "/opt/crater/target/debug/deps/libmatrixmultiply-add3c2ef4a6aa2e3.rlib" "/opt/crater/target/debug/deps/librawpointer-0c16108fbcdeefb9.rlib" "/opt/crater/target/debug/deps/libblas_src-dfc43ed0330539df.rlib" "/opt/crater/target/debug/deps/libopenblas_src-c17260588f8ee77f.rlib" "/opt/crater/target/debug/deps/libcblas_sys-a8ff2b6217078277.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "/opt/crater/target/debug/deps/libserde-c55174c1f02a9342.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.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-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/a2c-278bb7704c5e9664.a2c.2spsn9u2-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/a2c-278bb7704c5e9664.a2c.2spsn9u2-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/a2c-278bb7704c5e9664.a2c.2spsn9u2-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/a2c-278bb7704c5e9664.a2c.2spsn9u2-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/a2c-278bb7704c5e9664.a2c.2spsn9u2-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/a2c-278bb7704c5e9664.a2c.2spsn9u2-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/a2c-278bb7704c5e9664.a2c.2spsn9u2-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/a2c-278bb7704c5e9664.a2c.2spsn9u2-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/a2c-278bb7704c5e9664.a2c.2spsn9u2-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/a2c-278bb7704c5e9664.a2c.2spsn9u2-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/a2c-278bb7704c5e9664.a2c.2spsn9u2-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/a2c-278bb7704c5e9664.a2c.2spsn9u2-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/a2c-278bb7704c5e9664.a2c.2spsn9u2-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/a2c-278bb7704c5e9664.a2c.2spsn9u2-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/a2c-278bb7704c5e9664.a2c.2spsn9u2-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/a2c-278bb7704c5e9664.a2c.2spsn9u2-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/a2c-278bb7704c5e9664" "/opt/crater/target/debug/examples/a2c-278bb7704c5e9664.33lxi1hwoatuzh3t.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-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/librsrl-5edc9e2f0e03fc15.rlib" "/opt/crater/target/debug/deps/liblfa-137259d7c10e0f0c.rlib" "/opt/crater/target/debug/deps/libspaces-8987af6cdff1b6b0.rlib" "/opt/crater/target/debug/deps/libitertools-0f3b2e1a480bd495.rlib" "/opt/crater/target/debug/deps/libslog_term-265b90d3be7d2661.rlib" "/opt/crater/target/debug/deps/libterm-7fe2166a77997baa.rlib" "/opt/crater/target/debug/deps/libdirs-24ccb66e8d5475af.rlib" "/opt/crater/target/debug/deps/libbyteorder-066131f17ea0c99b.rlib" "/opt/crater/target/debug/deps/libatty-03bfb70b48d44ab1.rlib" "/opt/crater/target/debug/deps/libchrono-418d4a1be100bec4.rlib" "/opt/crater/target/debug/deps/libnum_integer-4fb26309e043b0f2.rlib" "/opt/crater/target/debug/deps/libtime-edf45e35c919afdd.rlib" "/opt/crater/target/debug/deps/libslog_async-0cd911bba893ed44.rlib" "/opt/crater/target/debug/deps/libtake_mut-ffbd804d51aef314.rlib" "/opt/crater/target/debug/deps/libthread_local-1060038c0757fbc7.rlib" "/opt/crater/target/debug/deps/liblazy_static-6a4e8ea56a445919.rlib" "/opt/crater/target/debug/deps/libslog-20ea86fbedf3ea3a.rlib" "/opt/crater/target/debug/deps/librand-478ec8ce9fba553e.rlib" "/opt/crater/target/debug/deps/librand_xorshift-5e391b21601b8393.rlib" "/opt/crater/target/debug/deps/librand_pcg-05da2351d8811861.rlib" "/opt/crater/target/debug/deps/librand_hc-8d037a8bb74cc960.rlib" "/opt/crater/target/debug/deps/librand_chacha-1b8e39b253389048.rlib" "/opt/crater/target/debug/deps/librand_isaac-8a1220a5cdc55703.rlib" "/opt/crater/target/debug/deps/librand_core-5af554ddf81cd17c.rlib" "/opt/crater/target/debug/deps/librand_os-c26d9914b6da4d52.rlib" "/opt/crater/target/debug/deps/librand_jitter-162e89fc4f3652f5.rlib" "/opt/crater/target/debug/deps/librand_core-4c9a550ae16dbf0f.rlib" "/opt/crater/target/debug/deps/libndarray-e8565ad782783dc3.rlib" "/opt/crater/target/debug/deps/libnum_complex-cf92338cbd917405.rlib" "/opt/crater/target/debug/deps/libnum_traits-04277105b9bd2221.rlib" "/opt/crater/target/debug/deps/libitertools-ec3709ec2ec15838.rlib" "/opt/crater/target/debug/deps/libeither-09ec7c1188b8d0d0.rlib" "/opt/crater/target/debug/deps/libmatrixmultiply-add3c2ef4a6aa2e3.rlib" "/opt/crater/target/debug/deps/librawpointer-0c16108fbcdeefb9.rlib" "/opt/crater/target/debug/deps/libblas_src-dfc43ed0330539df.rlib" "/opt/crater/target/debug/deps/libopenblas_src-c17260588f8ee77f.rlib" "/opt/crater/target/debug/deps/libcblas_sys-a8ff2b6217078277.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "/opt/crater/target/debug/deps/libserde-c55174c1f02a9342.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.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-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/rsrl-e16b5657a315f2dc.rsrl.atk0xlcc-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/rsrl-e16b5657a315f2dc.rsrl.atk0xlcc-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/rsrl-e16b5657a315f2dc.rsrl.atk0xlcc-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/rsrl-e16b5657a315f2dc.rsrl.atk0xlcc-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/rsrl-e16b5657a315f2dc.rsrl.atk0xlcc-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/rsrl-e16b5657a315f2dc.rsrl.atk0xlcc-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/rsrl-e16b5657a315f2dc.rsrl.atk0xlcc-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/rsrl-e16b5657a315f2dc.rsrl.atk0xlcc-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/rsrl-e16b5657a315f2dc.rsrl.atk0xlcc-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/rsrl-e16b5657a315f2dc.rsrl.atk0xlcc-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/rsrl-e16b5657a315f2dc.rsrl.atk0xlcc-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/rsrl-e16b5657a315f2dc.rsrl.atk0xlcc-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/rsrl-e16b5657a315f2dc.rsrl.atk0xlcc-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/rsrl-e16b5657a315f2dc.rsrl.atk0xlcc-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/rsrl-e16b5657a315f2dc.rsrl.atk0xlcc-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/rsrl-e16b5657a315f2dc.rsrl.atk0xlcc-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/rsrl-e16b5657a315f2dc" "/opt/crater/target/debug/deps/rsrl-e16b5657a315f2dc.8r34ia1egk7lmig.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-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-7d9df032c0eb8a14.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-77300aa0d630d98f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-4d48ca12b265d456.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-8869eee15acf0f54.rlib" "/opt/crater/target/debug/deps/liblfa-137259d7c10e0f0c.rlib" "/opt/crater/target/debug/deps/libspaces-8987af6cdff1b6b0.rlib" "/opt/crater/target/debug/deps/libitertools-0f3b2e1a480bd495.rlib" "/opt/crater/target/debug/deps/libslog_term-265b90d3be7d2661.rlib" "/opt/crater/target/debug/deps/libterm-7fe2166a77997baa.rlib" "/opt/crater/target/debug/deps/libdirs-24ccb66e8d5475af.rlib" "/opt/crater/target/debug/deps/libbyteorder-066131f17ea0c99b.rlib" "/opt/crater/target/debug/deps/libatty-03bfb70b48d44ab1.rlib" "/opt/crater/target/debug/deps/libchrono-418d4a1be100bec4.rlib" "/opt/crater/target/debug/deps/libnum_integer-4fb26309e043b0f2.rlib" "/opt/crater/target/debug/deps/libtime-edf45e35c919afdd.rlib" "/opt/crater/target/debug/deps/libslog_async-0cd911bba893ed44.rlib" "/opt/crater/target/debug/deps/libtake_mut-ffbd804d51aef314.rlib" "/opt/crater/target/debug/deps/libthread_local-1060038c0757fbc7.rlib" "/opt/crater/target/debug/deps/liblazy_static-6a4e8ea56a445919.rlib" "/opt/crater/target/debug/deps/libslog-20ea86fbedf3ea3a.rlib" "/opt/crater/target/debug/deps/librand-478ec8ce9fba553e.rlib" "/opt/crater/target/debug/deps/librand_xorshift-5e391b21601b8393.rlib" "/opt/crater/target/debug/deps/librand_pcg-05da2351d8811861.rlib" "/opt/crater/target/debug/deps/librand_hc-8d037a8bb74cc960.rlib" "/opt/crater/target/debug/deps/librand_chacha-1b8e39b253389048.rlib" "/opt/crater/target/debug/deps/librand_isaac-8a1220a5cdc55703.rlib" "/opt/crater/target/debug/deps/librand_core-5af554ddf81cd17c.rlib" "/opt/crater/target/debug/deps/librand_os-c26d9914b6da4d52.rlib" "/opt/crater/target/debug/deps/librand_jitter-162e89fc4f3652f5.rlib" "/opt/crater/target/debug/deps/librand_core-4c9a550ae16dbf0f.rlib" "/opt/crater/target/debug/deps/libndarray-e8565ad782783dc3.rlib" "/opt/crater/target/debug/deps/libnum_complex-cf92338cbd917405.rlib" "/opt/crater/target/debug/deps/libnum_traits-04277105b9bd2221.rlib" "/opt/crater/target/debug/deps/libitertools-ec3709ec2ec15838.rlib" "/opt/crater/target/debug/deps/libeither-09ec7c1188b8d0d0.rlib" "/opt/crater/target/debug/deps/libmatrixmultiply-add3c2ef4a6aa2e3.rlib" "/opt/crater/target/debug/deps/librawpointer-0c16108fbcdeefb9.rlib" "/opt/crater/target/debug/deps/libblas_src-dfc43ed0330539df.rlib" "/opt/crater/target/debug/deps/libopenblas_src-c17260588f8ee77f.rlib" "/opt/crater/target/debug/deps/libcblas_sys-a8ff2b6217078277.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "/opt/crater/target/debug/deps/libserde-c55174c1f02a9342.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.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" "3eafac3b7ee675bf7188fdb3895ef656f1eddfa66ad0fed32a57b81420ddb1ad"` [INFO] running `"docker" "rm" "-f" "3eafac3b7ee675bf7188fdb3895ef656f1eddfa66ad0fed32a57b81420ddb1ad"` [INFO] [stdout] 3eafac3b7ee675bf7188fdb3895ef656f1eddfa66ad0fed32a57b81420ddb1ad