[INFO] updating cached repository djallen89/gremlin [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/djallen89/gremlin [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/djallen89/gremlin" "work/ex/beta-1.37-6/sources/1.36.0/gh/djallen89/gremlin"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/djallen89/gremlin'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/djallen89/gremlin" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/djallen89/gremlin"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/djallen89/gremlin'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 7ffdce53f71d0907ef2a78c1a063b368b3843b51 [INFO] sha for GitHub repo djallen89/gremlin: 7ffdce53f71d0907ef2a78c1a063b368b3843b51 [INFO] validating manifest of djallen89/gremlin 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 djallen89/gremlin 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 djallen89/gremlin [INFO] finished frobbing djallen89/gremlin [INFO] frobbed toml for djallen89/gremlin written to work/ex/beta-1.37-6/sources/1.36.0/gh/djallen89/gremlin/Cargo.toml [INFO] started frobbing djallen89/gremlin [INFO] finished frobbing djallen89/gremlin [INFO] frobbed toml for djallen89/gremlin written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/djallen89/gremlin/Cargo.toml [INFO] crate djallen89/gremlin already has a lockfile, it will not be regenerated [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 djallen89/gremlin 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/gh/djallen89/gremlin:/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] 7455912faf20458eba313facc47cc4c668fc992e882707eb1e3b5fe83b05121a [INFO] running `"docker" "start" "-a" "7455912faf20458eba313facc47cc4c668fc992e882707eb1e3b5fe83b05121a"` [INFO] [stderr] Compiling openblas-src v0.6.1 [INFO] [stderr] Compiling ndarray v0.12.1 [INFO] [stderr] Compiling itertools v0.7.11 [INFO] [stderr] Compiling cblas-sys v0.1.4 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling blas-src v0.2.1 [INFO] [stderr] Compiling rayon v1.0.3 [INFO] [stderr] Compiling gremlin v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib/matrix_math.rs:1033:37 [INFO] [stderr] | [INFO] [stderr] 1033 | block_fn: &Fn(usize, usize, usize, usize, usize, [INFO] [stderr] | _____________________________________^ [INFO] [stderr] 1034 | | *const f64, *const f64, *mut f64)) { [INFO] [stderr] | |________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 1033 | block_fn: &dyn Fn(usize, usize, usize, usize, usize, [INFO] [stderr] 1034 | *const f64, *const f64, *mut f64)) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib/matrix_math.rs:1045:29 [INFO] [stderr] | [INFO] [stderr] 1045 | block_fn: &Fn(usize, usize, usize, usize, usize, [INFO] [stderr] | _____________________________^ [INFO] [stderr] 1046 | | *const f64, *const f64, *mut f64)) { [INFO] [stderr] | |________________________________________________________________^ [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 1045 | block_fn: &dyn Fn(usize, usize, usize, usize, usize, [INFO] [stderr] 1046 | *const f64, *const f64, *mut f64)) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib/matrix_math.rs:1068:34 [INFO] [stderr] | [INFO] [stderr] 1068 | block_fn: &Fn(usize, usize, usize, usize, usize, [INFO] [stderr] | __________________________________^ [INFO] [stderr] 1069 | | *const f64, *const f64, *mut f64)) { [INFO] [stderr] | |_____________________________________________________________________^ [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 1068 | block_fn: &dyn Fn(usize, usize, usize, usize, usize, [INFO] [stderr] 1069 | *const f64, *const f64, *mut f64)) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib/matrix_math.rs:1033:37 [INFO] [stderr] | [INFO] [stderr] 1033 | block_fn: &Fn(usize, usize, usize, usize, usize, [INFO] [stderr] | _____________________________________^ [INFO] [stderr] 1034 | | *const f64, *const f64, *mut f64)) { [INFO] [stderr] | |________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 1033 | block_fn: &dyn Fn(usize, usize, usize, usize, usize, [INFO] [stderr] 1034 | *const f64, *const f64, *mut f64)) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib/matrix_math.rs:1045:29 [INFO] [stderr] | [INFO] [stderr] 1045 | block_fn: &Fn(usize, usize, usize, usize, usize, [INFO] [stderr] | _____________________________^ [INFO] [stderr] 1046 | | *const f64, *const f64, *mut f64)) { [INFO] [stderr] | |________________________________________________________________^ [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 1045 | block_fn: &dyn Fn(usize, usize, usize, usize, usize, [INFO] [stderr] 1046 | *const f64, *const f64, *mut f64)) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib/matrix_math.rs:1068:34 [INFO] [stderr] | [INFO] [stderr] 1068 | block_fn: &Fn(usize, usize, usize, usize, usize, [INFO] [stderr] | __________________________________^ [INFO] [stderr] 1069 | | *const f64, *const f64, *mut f64)) { [INFO] [stderr] | |_____________________________________________________________________^ [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 1068 | block_fn: &dyn Fn(usize, usize, usize, usize, usize, [INFO] [stderr] 1069 | *const f64, *const f64, *mut f64)) { [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-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/gremlin-7724ae1adaab171e.gremlin.53im37a9-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/gremlin-7724ae1adaab171e.gremlin.53im37a9-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/gremlin-7724ae1adaab171e.gremlin.53im37a9-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/gremlin-7724ae1adaab171e.gremlin.53im37a9-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/gremlin-7724ae1adaab171e.gremlin.53im37a9-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/gremlin-7724ae1adaab171e.gremlin.53im37a9-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/gremlin-7724ae1adaab171e.gremlin.53im37a9-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/gremlin-7724ae1adaab171e.gremlin.53im37a9-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/gremlin-7724ae1adaab171e.gremlin.53im37a9-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/gremlin-7724ae1adaab171e.gremlin.53im37a9-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/gremlin-7724ae1adaab171e.gremlin.53im37a9-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/gremlin-7724ae1adaab171e.gremlin.53im37a9-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/gremlin-7724ae1adaab171e.gremlin.53im37a9-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/gremlin-7724ae1adaab171e.gremlin.53im37a9-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/gremlin-7724ae1adaab171e.gremlin.53im37a9-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/gremlin-7724ae1adaab171e.gremlin.53im37a9-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/gremlin-7724ae1adaab171e" "/opt/crater/target/debug/deps/gremlin-7724ae1adaab171e.n1a4i275azb2e93.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/librand-2c2861c5067592ee.rlib" "/opt/crater/target/debug/deps/librand_xorshift-5e391b21601b8393.rlib" "/opt/crater/target/debug/deps/librand_pcg-0ade1f48a82d8658.rlib" "/opt/crater/target/debug/deps/librand_hc-8d037a8bb74cc960.rlib" "/opt/crater/target/debug/deps/librand_chacha-caac59cbe4bbf74d.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-aeb78957acf90479.rlib" "/opt/crater/target/debug/deps/librand_jitter-94868213c3989353.rlib" "/opt/crater/target/debug/deps/librand_core-4c9a550ae16dbf0f.rlib" "/opt/crater/target/debug/deps/librayon-5585fde699ac58a8.rlib" "/opt/crater/target/debug/deps/librayon_core-706c0ea2ffc714c6.rlib" "/opt/crater/target/debug/deps/libnum_cpus-4658cc55e8102f59.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-1f5f37494fab1e91.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-c51b91b3baaac507.rlib" "/opt/crater/target/debug/deps/libscopeguard-afc08b825b950866.rlib" "/opt/crater/target/debug/deps/libmemoffset-ef971ccc3957ca71.rlib" "/opt/crater/target/debug/deps/liblazy_static-6758b07bea2a83cb.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-2407f7c6dcf0a00e.rlib" "/opt/crater/target/debug/deps/libcfg_if-c1938f77dc3c8b6e.rlib" "/opt/crater/target/debug/deps/libarrayvec-940fecd1aefd4712.rlib" "/opt/crater/target/debug/deps/libnodrop-36ce0cdfb7359e6a.rlib" "/opt/crater/target/debug/deps/libndarray-b2780808c03c8826.rlib" "/opt/crater/target/debug/deps/libnum_complex-02e1a8d53ad0c3d9.rlib" "/opt/crater/target/debug/deps/libnum_traits-b0613bcbd790bfdc.rlib" "/opt/crater/target/debug/deps/libitertools-f13118b74f86cdb3.rlib" "/opt/crater/target/debug/deps/libeither-88c841192ea25aec.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-157fc615778c0fd1.rlib" "/opt/crater/target/debug/deps/liblibc-16c98f476d96e922.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 `gremlin`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "7455912faf20458eba313facc47cc4c668fc992e882707eb1e3b5fe83b05121a"` [INFO] running `"docker" "rm" "-f" "7455912faf20458eba313facc47cc4c668fc992e882707eb1e3b5fe83b05121a"` [INFO] [stdout] 7455912faf20458eba313facc47cc4c668fc992e882707eb1e3b5fe83b05121a