Sep 10 22:07:15.465 INFO checking blas-0.15.5 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 22:07:15.465 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 22:07:15.465 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-7/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 22:07:15.721 INFO blam! 4fd2654d2a4cefd080d32c171b8ed767caf555b704acb6e81bf0cf9d02f08286 Sep 10 22:07:15.724 INFO running `"docker" "start" "-a" "4fd2654d2a4cefd080d32c171b8ed767caf555b704acb6e81bf0cf9d02f08286"` Sep 10 22:07:16.806 INFO kablam! usermod: no changes Sep 10 22:07:16.861 INFO kablam! warning: An explicit [[bench]] section is specified in Cargo.toml which currently Sep 10 22:07:16.861 INFO kablam! disables Cargo from automatically inferring other benchmark targets. Sep 10 22:07:16.861 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 10 22:07:16.861 INFO kablam! files will be included as a benchmark target: Sep 10 22:07:16.861 INFO kablam! Sep 10 22:07:16.861 INFO kablam! * /source/benches/c.rs Sep 10 22:07:16.861 INFO kablam! * /source/benches/fortran.rs Sep 10 22:07:16.861 INFO kablam! Sep 10 22:07:16.861 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 10 22:07:16.861 INFO kablam! ready to be compiled as a benchmark target today. You can future-proof yourself Sep 10 22:07:16.861 INFO kablam! and disable this warning by adding `autobenches = false` to your [package] Sep 10 22:07:16.861 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 10 22:07:16.861 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 10 22:07:16.861 INFO kablam! Sep 10 22:07:16.862 INFO kablam! For more information on this warning you can consult Sep 10 22:07:16.862 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 10 22:07:16.919 INFO kablam! Compiling openblas-src v0.5.6 Sep 10 22:07:16.919 INFO kablam! Checking num-complex v0.1.43 Sep 10 22:07:18.902 INFO kablam! error: failed to run custom build command for `openblas-src v0.5.6` Sep 10 22:07:18.902 INFO kablam! process didn't exit successfully: `/target/debug/build/openblas-src-4c15077d13a9a594/build-script-build` (exit code: 101) Sep 10 22:07:18.902 INFO kablam! --- stdout Sep 10 22:07:18.902 INFO kablam! Running: `"make" "libs" "netlib" "shared" "BINARY=64" "YES_CBLAS=1" "YES_LAPACKE=1" "-j8"` Sep 10 22:07:18.902 INFO kablam! Sep 10 22:07:18.902 INFO kablam! --- stderr Sep 10 22:07:18.902 INFO kablam! /usr/bin/ld: cannot open output file getarch: Read-only file system Sep 10 22:07:18.902 INFO kablam! collect2: error: ld returned 1 exit status Sep 10 22:07:18.902 INFO kablam! make: *** [getarch] Error 1 Sep 10 22:07:18.902 INFO kablam! Makefile.system:171: Makefile.conf: No such file or directory Sep 10 22:07:18.902 INFO kablam! Makefile.system:958: Makefile.: No such file or directory Sep 10 22:07:18.902 INFO kablam! make: *** No rule to make target 'Makefile.'. Stop. Sep 10 22:07:18.902 INFO kablam! thread 'main' panicked at 'Failed: `"make" "libs" "netlib" "shared" "BINARY=64" "YES_CBLAS=1" "YES_LAPACKE=1" "-j8"` (exit code: 2)', /cargo-home/registry/src/github.com-1ecc6299db9ec823/openblas-src-0.5.6/build.rs:50:13 Sep 10 22:07:18.902 INFO kablam! stack backtrace: Sep 10 22:07:18.902 INFO kablam! 0: 0x562efcff153e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::hd1ddf909c3007e6f Sep 10 22:07:18.902 INFO kablam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Sep 10 22:07:18.902 INFO kablam! 1: 0x562efcfe3ca6 - std::sys_common::backtrace::print::h8af87ee7033cea48 Sep 10 22:07:18.902 INFO kablam! at libstd/sys_common/backtrace.rs:71 Sep 10 22:07:18.902 INFO kablam! at libstd/sys_common/backtrace.rs:59 Sep 10 22:07:18.902 INFO kablam! 2: 0x562efcfe25fd - std::panicking::default_hook::{{closure}}::hb070ea60f8cf9536 Sep 10 22:07:18.902 INFO kablam! at libstd/panicking.rs:211 Sep 10 22:07:18.902 INFO kablam! 3: 0x562efcfe2370 - std::panicking::default_hook::h108b3d1da16fc0ff Sep 10 22:07:18.902 INFO kablam! at libstd/panicking.rs:227 Sep 10 22:07:18.902 INFO kablam! 4: 0x562efcfe2bbc - std::panicking::rust_panic_with_hook::he22c3c9d0a2321e8 Sep 10 22:07:18.902 INFO kablam! at libstd/panicking.rs:477 Sep 10 22:07:18.902 INFO kablam! 5: 0x562efcfe27b9 - std::panicking::continue_panic_fmt::h4cfdbf744ac7dbe3 Sep 10 22:07:18.902 INFO kablam! at libstd/panicking.rs:391 Sep 10 22:07:18.903 INFO kablam! 6: 0x562efcfe271d - std::panicking::begin_panic_fmt::h7fdbb213af5a8e37 Sep 10 22:07:18.903 INFO kablam! at libstd/panicking.rs:346 Sep 10 22:07:18.903 INFO kablam! 7: 0x562efcfda779 - build_script_build::run::hd74065259cb6cdaa Sep 10 22:07:18.903 INFO kablam! at /cargo-home/registry/src/github.com-1ecc6299db9ec823/openblas-src-0.5.6/build.rs:50 Sep 10 22:07:18.903 INFO kablam! 8: 0x562efcfd9efb - build_script_build::main::he7f29726237a0808 Sep 10 22:07:18.903 INFO kablam! at /cargo-home/registry/src/github.com-1ecc6299db9ec823/openblas-src-0.5.6/build.rs:22 Sep 10 22:07:18.903 INFO kablam! 9: 0x562efcfd607f - std::rt::lang_start::{{closure}}::hfdb8593388135be7 Sep 10 22:07:18.903 INFO kablam! at /checkout/src/libstd/rt.rs:74 Sep 10 22:07:18.903 INFO kablam! 10: 0x562efcfe26a2 - std::panicking::try::do_call::hd17f7bbbc80cfc74 Sep 10 22:07:18.903 INFO kablam! at libstd/rt.rs:59 Sep 10 22:07:18.903 INFO kablam! at libstd/panicking.rs:310 Sep 10 22:07:18.903 INFO kablam! 11: 0x562efd0026e9 - __rust_maybe_catch_panic Sep 10 22:07:18.903 INFO kablam! at libpanic_unwind/lib.rs:103 Sep 10 22:07:18.903 INFO kablam! 12: 0x562efcfed8c5 - std::rt::lang_start_internal::h8194e5e3064ac4bd Sep 10 22:07:18.903 INFO kablam! at libstd/panicking.rs:289 Sep 10 22:07:18.903 INFO kablam! at libstd/panic.rs:392 Sep 10 22:07:18.903 INFO kablam! at libstd/rt.rs:58 Sep 10 22:07:18.903 INFO kablam! 13: 0x562efcfd6057 - std::rt::lang_start::h6217fdb9cd8fb682 Sep 10 22:07:18.903 INFO kablam! at /checkout/src/libstd/rt.rs:74 Sep 10 22:07:18.903 INFO kablam! 14: 0x562efcfda8f9 - main Sep 10 22:07:18.903 INFO kablam! 15: 0x7fdde2bcc82f - __libc_start_main Sep 10 22:07:18.903 INFO kablam! 16: 0x562efcfd2058 - _start Sep 10 22:07:18.903 INFO kablam! 17: 0x0 - Sep 10 22:07:18.903 INFO kablam! Sep 10 22:07:18.903 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 22:07:19.474 INFO kablam! error: build failed Sep 10 22:07:19.478 INFO kablam! su: No module specific data is present Sep 10 22:07:20.977 INFO running `"docker" "rm" "-f" "4fd2654d2a4cefd080d32c171b8ed767caf555b704acb6e81bf0cf9d02f08286"` Sep 10 22:07:21.089 INFO blam! 4fd2654d2a4cefd080d32c171b8ed767caf555b704acb6e81bf0cf9d02f08286