[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.38-1/sources/1.37.0/gh/djallen89/gremlin"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/djallen89/gremlin'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/djallen89/gremlin" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/djallen89/gremlin"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/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.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 djallen89/gremlin 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 djallen89/gremlin [INFO] finished frobbing djallen89/gremlin [INFO] frobbed toml for djallen89/gremlin written to work/ex/beta-1.38-1/sources/1.37.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.38-1/sources/beta-2019-08-13/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.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 djallen89/gremlin 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-0/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/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-08-13" "build" "--frozen"` [INFO] [stdout] daa5d9de875660ec5da96d864a9d097ae2ef8676c77e52f124dc18b4b298d280 [INFO] running `"docker" "start" "-a" "daa5d9de875660ec5da96d864a9d097ae2ef8676c77e52f124dc18b4b298d280"` [INFO] [stderr] Compiling openblas-src v0.6.1 [INFO] [stderr] Compiling num-complex v0.2.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 rayon v1.0.3 [INFO] [stderr] Compiling blas-src v0.2.1 [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-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/gremlin-6775ac8bc26e6630.gremlin.61rhd75u-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/gremlin-6775ac8bc26e6630.gremlin.61rhd75u-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/gremlin-6775ac8bc26e6630.gremlin.61rhd75u-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/gremlin-6775ac8bc26e6630.gremlin.61rhd75u-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/gremlin-6775ac8bc26e6630.gremlin.61rhd75u-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/gremlin-6775ac8bc26e6630.gremlin.61rhd75u-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/gremlin-6775ac8bc26e6630.gremlin.61rhd75u-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/gremlin-6775ac8bc26e6630.gremlin.61rhd75u-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/gremlin-6775ac8bc26e6630.gremlin.61rhd75u-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/gremlin-6775ac8bc26e6630.gremlin.61rhd75u-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/gremlin-6775ac8bc26e6630.gremlin.61rhd75u-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/gremlin-6775ac8bc26e6630.gremlin.61rhd75u-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/gremlin-6775ac8bc26e6630.gremlin.61rhd75u-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/gremlin-6775ac8bc26e6630.gremlin.61rhd75u-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/gremlin-6775ac8bc26e6630.gremlin.61rhd75u-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/gremlin-6775ac8bc26e6630.gremlin.61rhd75u-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/gremlin-6775ac8bc26e6630" "/opt/crater/target/debug/deps/gremlin-6775ac8bc26e6630.sbqiicvizmdiluh.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/librand-74437b429b0714b8.rlib" "/opt/crater/target/debug/deps/librand_xorshift-7b19cb00158fa6fb.rlib" "/opt/crater/target/debug/deps/librand_pcg-9681848802540463.rlib" "/opt/crater/target/debug/deps/librand_hc-0652ab44c5db9eb2.rlib" "/opt/crater/target/debug/deps/librand_chacha-11361bf4dfc3f2ea.rlib" "/opt/crater/target/debug/deps/librand_isaac-a4f79f4126c1f25d.rlib" "/opt/crater/target/debug/deps/librand_core-4dce960811a60b1d.rlib" "/opt/crater/target/debug/deps/librand_os-3b92267f6ff46ae2.rlib" "/opt/crater/target/debug/deps/librand_jitter-3f7e8a2892ed93ea.rlib" "/opt/crater/target/debug/deps/librand_core-948b7aad8fedc31f.rlib" "/opt/crater/target/debug/deps/librayon-a2d493696ca62392.rlib" "/opt/crater/target/debug/deps/librayon_core-9aceccc34167e543.rlib" "/opt/crater/target/debug/deps/libnum_cpus-a19bde7155346135.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-7f7a85fcd1ba2b77.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-bd96d6bc7a052697.rlib" "/opt/crater/target/debug/deps/libscopeguard-22a7afc64d55fe2c.rlib" "/opt/crater/target/debug/deps/libmemoffset-81f7e9a5af225363.rlib" "/opt/crater/target/debug/deps/liblazy_static-df8b3d370f96c908.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-2a01996e6cbc246e.rlib" "/opt/crater/target/debug/deps/libcfg_if-52f952e08f3290ba.rlib" "/opt/crater/target/debug/deps/libarrayvec-af01a0d346bcce40.rlib" "/opt/crater/target/debug/deps/libnodrop-7f98e5f8ec110eeb.rlib" "/opt/crater/target/debug/deps/libndarray-33fb4f2c27a2e26a.rlib" "/opt/crater/target/debug/deps/libnum_complex-1d823baab31b48fa.rlib" "/opt/crater/target/debug/deps/libnum_traits-b79693a5d7e93180.rlib" "/opt/crater/target/debug/deps/libitertools-a78cda070d3a860b.rlib" "/opt/crater/target/debug/deps/libeither-90c0ce8e46d0418a.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-1e1c81fc4e3e6b49.rlib" "/opt/crater/target/debug/deps/liblibc-c11b30bd1598d379.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 `gremlin`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "daa5d9de875660ec5da96d864a9d097ae2ef8676c77e52f124dc18b4b298d280"` [INFO] running `"docker" "rm" "-f" "daa5d9de875660ec5da96d864a9d097ae2ef8676c77e52f124dc18b4b298d280"` [INFO] [stdout] daa5d9de875660ec5da96d864a9d097ae2ef8676c77e52f124dc18b4b298d280