Oct 26 18:27:01.262 INFO checking vitvakatu/ruoscript against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 18:27:01.264 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 26 18:27:01.713 INFO blam! a14c019b953e83922483849c560d4a87120e6fc47fda0dd807d93cfef1df2341 Oct 26 18:27:01.715 INFO running `"docker" "start" "-a" "a14c019b953e83922483849c560d4a87120e6fc47fda0dd807d93cfef1df2341"` Oct 26 18:27:04.606 INFO kablam! usermod: no changes Oct 26 18:27:04.764 INFO kablam! Compiling utf8-ranges v1.0.1 Oct 26 18:27:04.766 INFO kablam! Compiling regex-syntax v0.6.2 Oct 26 18:27:04.767 INFO kablam! Compiling lazy_static v1.1.0 Oct 26 18:27:04.815 INFO kablam! Compiling memchr v2.1.0 Oct 26 18:27:05.483 INFO kablam! Compiling thread_local v0.3.6 Oct 26 18:27:08.479 INFO kablam! Compiling aho-corasick v0.6.8 Oct 26 18:27:18.853 INFO kablam! Compiling regex v1.0.5 Oct 26 18:27:30.321 INFO kablam! Compiling llvm-sys v70.0.0 Oct 26 18:27:32.799 INFO kablam! error: failed to run custom build command for `llvm-sys v70.0.0` Oct 26 18:27:32.799 INFO kablam! process didn't exit successfully: `/target/debug/build/llvm-sys-95276cf53390e0b9/build-script-build` (exit code: 101) Oct 26 18:27:32.799 INFO kablam! --- stdout Oct 26 18:27:32.799 INFO kablam! Didn't find usable system-wide LLVM. Oct 26 18:27:32.799 INFO kablam! No suitable version of LLVM was found system-wide or pointed Oct 26 18:27:32.799 INFO kablam! to by LLVM_SYS_70_PREFIX. Oct 26 18:27:32.799 INFO kablam! Oct 26 18:27:32.799 INFO kablam! Consider using `llvmenv` to compile an appropriate copy of LLVM, and Oct 26 18:27:32.799 INFO kablam! refer to the llvm-sys documentation for more information. Oct 26 18:27:32.799 INFO kablam! Oct 26 18:27:32.799 INFO kablam! llvm-sys: https://crates.io/crates/llvm-sys Oct 26 18:27:32.799 INFO kablam! llvmenv: https://crates.io/crates/llvmenv Oct 26 18:27:32.799 INFO kablam! Oct 26 18:27:32.799 INFO kablam! --- stderr Oct 26 18:27:32.799 INFO kablam! thread 'main' panicked at 'Could not find a compatible version of LLVM', /cargo-home/registry/src/github.com-1ecc6299db9ec823/llvm-sys-70.0.0/build.rs:73:9 Oct 26 18:27:32.799 INFO kablam! stack backtrace: Oct 26 18:27:32.799 INFO kablam! 0: 0x5646fd12ea7f - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::hc790a6047650a25c Oct 26 18:27:32.799 INFO kablam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 26 18:27:32.799 INFO kablam! 1: 0x5646fd13b7b7 - std::sys_common::backtrace::print::hef8e97456550ddc1 Oct 26 18:27:32.799 INFO kablam! at libstd/sys_common/backtrace.rs:71 Oct 26 18:27:32.799 INFO kablam! at libstd/sys_common/backtrace.rs:59 Oct 26 18:27:32.799 INFO kablam! 2: 0x5646fd1341ef - std::panicking::default_hook::{{closure}}::h0141030dd350a192 Oct 26 18:27:32.799 INFO kablam! at libstd/panicking.rs:211 Oct 26 18:27:32.799 INFO kablam! 3: 0x5646fd133f54 - std::panicking::default_hook::hff5fb27020d8e71b Oct 26 18:27:32.799 INFO kablam! at libstd/panicking.rs:227 Oct 26 18:27:32.799 INFO kablam! 4: 0x5646fd1348ce - std::panicking::rust_panic_with_hook::h91281e711b2e81db Oct 26 18:27:32.799 INFO kablam! at libstd/panicking.rs:476 Oct 26 18:27:32.799 INFO kablam! 5: 0x5646fd0ca2f7 - std::panicking::begin_panic::h2764319188e9571a Oct 26 18:27:32.799 INFO kablam! at libstd/panicking.rs:410 Oct 26 18:27:32.799 INFO kablam! 6: 0x5646fcefa4a8 - core::ops::function::FnOnce::call_once::h055538fcb81f8661 Oct 26 18:27:32.799 INFO kablam! at /cargo-home/registry/src/github.com-1ecc6299db9ec823/llvm-sys-70.0.0/build.rs:73 Oct 26 18:27:32.799 INFO kablam! at libcore/ops/function.rs:238 Oct 26 18:27:32.799 INFO kablam! 7: 0x5646fcefd552 - >::get::{{closure}}::hcb44d1d6b4bfa595 Oct 26 18:27:32.799 INFO kablam! at /cargo-home/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.1.0/src/inline_lazy.rs:28 Oct 26 18:27:32.799 INFO kablam! 8: 0x5646fcefd46a - std::sync::once::Once::call_once::{{closure}}::h95eb81b800a4fa1a Oct 26 18:27:32.799 INFO kablam! at libstd/sync/once.rs:230 Oct 26 18:27:32.799 INFO kablam! 9: 0x5646fd1257b5 - std::sync::once::Once::call_inner::hfeb2df5355e31897 Oct 26 18:27:32.800 INFO kablam! at libstd/sync/once.rs:397 Oct 26 18:27:32.800 INFO kablam! 10: 0x5646fcefd2f2 - std::sync::once::Once::call_once::h7c0c45d80f514d7b Oct 26 18:27:32.800 INFO kablam! at libstd/sync/once.rs:230 Oct 26 18:27:32.800 INFO kablam! 11: 0x5646fcef5b9b - ::deref::hd4ca31cbe2508c28 Oct 26 18:27:32.800 INFO kablam! at /cargo-home/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.1.0/src/inline_lazy.rs:27 Oct 26 18:27:32.800 INFO kablam! at /cargo-home/registry/src/github.com-1ecc6299db9ec823/llvm-sys-70.0.0/<::lazy_static::__lazy_static_internal macros>:13 Oct 26 18:27:32.800 INFO kablam! at /cargo-home/registry/src/github.com-1ecc6299db9ec823/llvm-sys-70.0.0/<::lazy_static::__lazy_static_internal macros>:14 Oct 26 18:27:32.800 INFO kablam! 12: 0x5646fcef3559 - build_script_build::llvm_config::h8f97641aea595b56 Oct 26 18:27:32.800 INFO kablam! at /cargo-home/registry/src/github.com-1ecc6299db9ec823/llvm-sys-70.0.0/build.rs:167 Oct 26 18:27:32.800 INFO kablam! 13: 0x5646fcef4de4 - build_script_build::main::h13fcc658d17bb6e2 Oct 26 18:27:32.800 INFO kablam! at /cargo-home/registry/src/github.com-1ecc6299db9ec823/llvm-sys-70.0.0/build.rs:300 Oct 26 18:27:32.800 INFO kablam! 14: 0x5646fcef826f - std::rt::lang_start::{{closure}}::h850aaf42abcd5651 Oct 26 18:27:32.800 INFO kablam! at libstd/rt.rs:74 Oct 26 18:27:32.800 INFO kablam! 15: 0x5646fd1342f2 - std::panicking::try::do_call::hb6cb84b90f739540 Oct 26 18:27:32.800 INFO kablam! at libstd/rt.rs:59 Oct 26 18:27:32.800 INFO kablam! at libstd/panicking.rs:310 Oct 26 18:27:32.800 INFO kablam! 16: 0x5646fd146769 - __rust_maybe_catch_panic Oct 26 18:27:32.800 INFO kablam! at libpanic_unwind/lib.rs:102 Oct 26 18:27:32.800 INFO kablam! 17: 0x5646fd12069a - std::rt::lang_start_internal::h5161ad4624811397 Oct 26 18:27:32.800 INFO kablam! at libstd/panicking.rs:289 Oct 26 18:27:32.800 INFO kablam! at libstd/panic.rs:392 Oct 26 18:27:32.800 INFO kablam! at libstd/rt.rs:58 Oct 26 18:27:32.800 INFO kablam! 18: 0x5646fcef8248 - std::rt::lang_start::hf2858e761e80c601 Oct 26 18:27:32.800 INFO kablam! at libstd/rt.rs:74 Oct 26 18:27:32.800 INFO kablam! 19: 0x5646fcef5c29 - main Oct 26 18:27:32.800 INFO kablam! 20: 0x7f4ff226882f - __libc_start_main Oct 26 18:27:32.800 INFO kablam! 21: 0x5646fcef1fd8 - _start Oct 26 18:27:32.800 INFO kablam! 22: 0x0 - Oct 26 18:27:32.800 INFO kablam! Oct 26 18:27:32.802 INFO kablam! su: No module specific data is present Oct 26 18:27:34.509 INFO running `"docker" "rm" "-f" "a14c019b953e83922483849c560d4a87120e6fc47fda0dd807d93cfef1df2341"` Oct 26 18:27:34.811 INFO blam! a14c019b953e83922483849c560d4a87120e6fc47fda0dd807d93cfef1df2341