Sep 01 07:15:35.435 INFO checking sel4-sys-0.0.26 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 07:15:35.435 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 07:15:35.435 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-3/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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=500" "-e" "CMD=cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 07:15:35.583 INFO blam! 21449cfe201378be8f0aad1dda7c06f01fa121085f4d5efec1b8b36e7273f80a Sep 01 07:15:35.585 INFO running `"docker" "start" "-a" "21449cfe201378be8f0aad1dda7c06f01fa121085f4d5efec1b8b36e7273f80a"` Sep 01 07:15:36.441 INFO kablam! Compiling sel4-sys v0.0.26 (file:///source) Sep 01 07:15:36.770 INFO kablam! warning: unused variable: `word_size` Sep 01 07:15:36.770 INFO kablam! --> build.rs:35:26 Sep 01 07:15:36.770 INFO kablam! | Sep 01 07:15:36.770 INFO kablam! 35 | for &(arch, archdir, word_size) in &arches { Sep 01 07:15:36.770 INFO kablam! | ^^^^^^^^^ help: consider using `_word_size` instead Sep 01 07:15:36.770 INFO kablam! | Sep 01 07:15:36.770 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 01 07:15:36.770 INFO kablam! Sep 01 07:15:37.511 INFO kablam! error: failed to run custom build command for `sel4-sys v0.0.26 (file:///source)` Sep 01 07:15:37.511 INFO kablam! process didn't exit successfully: `/target/debug/build/sel4-sys-127f521fcf2f8730/build-script-build` (exit code: 101) Sep 01 07:15:37.511 INFO kablam! --- stdout Sep 01 07:15:37.511 INFO kablam! Running: "/usr/bin/env" "python" "tools/syscall_stub_gen.py" "-a" "ia32" "-w" "32" "--buffer" "-o" "/target/debug/build/sel4-sys-8fc1713e9b20e123/out/ia32_syscall_stub.rs" "seL4/libsel4/include/interfaces/sel4.xml" "seL4/libsel4/arch_include/x86/interfaces/sel4arch.xml" "seL4/libsel4/sel4_arch_include/ia32/interfaces/sel4arch.xml" Sep 01 07:15:37.511 INFO kablam! Running: "/usr/bin/env" "python" "tools/syscall_stub_gen.py" "-a" "x86_64" "-w" "64" "--buffer" "-o" "/target/debug/build/sel4-sys-8fc1713e9b20e123/out/x86_64_syscall_stub.rs" "seL4/libsel4/include/interfaces/sel4.xml" "seL4/libsel4/arch_include/x86/interfaces/sel4arch.xml" "seL4/libsel4/sel4_arch_include/x86_64/interfaces/sel4arch.xml" Sep 01 07:15:37.511 INFO kablam! Running: "/usr/bin/env" "python" "tools/syscall_stub_gen.py" "-a" "aarch32" "-w" "32" "--buffer" "-o" "/target/debug/build/sel4-sys-8fc1713e9b20e123/out/aarch32_syscall_stub.rs" "seL4/libsel4/include/interfaces/sel4.xml" "seL4/libsel4/arch_include/arm/interfaces/sel4arch.xml" "seL4/libsel4/sel4_arch_include/aarch32/interfaces/sel4arch.xml" Sep 01 07:15:37.511 INFO kablam! Running "/usr/bin/env" "python" "tools/invocation_header_gen.py" "--dest" "/target/debug/build/sel4-sys-8fc1713e9b20e123/out/ia32_invocation.rs" "seL4/libsel4/include/interfaces/sel4.xml" "seL4/libsel4/arch_include/x86/interfaces/sel4arch.xml" "seL4/libsel4/sel4_arch_include/ia32/interfaces/sel4arch.xml" Sep 01 07:15:37.511 INFO kablam! Sep 01 07:15:37.511 INFO kablam! --- stderr Sep 01 07:15:37.511 INFO kablam! Traceback (most recent call last): Sep 01 07:15:37.511 INFO kablam! File "tools/invocation_header_gen.py", line 20, in Sep 01 07:15:37.511 INFO kablam! import tempita Sep 01 07:15:37.511 INFO kablam! ImportError: No module named tempita Sep 01 07:15:37.511 INFO kablam! thread 'main' panicked at 'assertion failed: cmd.status().unwrap().success()', build.rs:45:9 Sep 01 07:15:37.511 INFO kablam! stack backtrace: Sep 01 07:15:37.511 INFO kablam! 0: 0x556640aa2a9e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h9bce1f9a537b140d Sep 01 07:15:37.512 INFO kablam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Sep 01 07:15:37.512 INFO kablam! 1: 0x556640a95316 - std::sys_common::backtrace::print::h7cc2650c15d0dddd Sep 01 07:15:37.512 INFO kablam! at libstd/sys_common/backtrace.rs:71 Sep 01 07:15:37.512 INFO kablam! at libstd/sys_common/backtrace.rs:59 Sep 01 07:15:37.512 INFO kablam! 2: 0x556640a93c0d - std::panicking::default_hook::{{closure}}::hec52538d990412d0 Sep 01 07:15:37.512 INFO kablam! at libstd/panicking.rs:211 Sep 01 07:15:37.512 INFO kablam! 3: 0x556640a93980 - std::panicking::default_hook::h49c7c9d5f399092e Sep 01 07:15:37.512 INFO kablam! at libstd/panicking.rs:227 Sep 01 07:15:37.512 INFO kablam! 4: 0x556640a941cc - std::panicking::rust_panic_with_hook::h56b934afa6264269 Sep 01 07:15:37.512 INFO kablam! at libstd/panicking.rs:477 Sep 01 07:15:37.512 INFO kablam! 5: 0x556640a8d13f - std::panicking::begin_panic::h8e043692143a0ee4 Sep 01 07:15:37.512 INFO kablam! at /checkout/src/libstd/panicking.rs:411 Sep 01 07:15:37.512 INFO kablam! 6: 0x556640a882c9 - build_script_build::main::h17f505661094fbca Sep 01 07:15:37.512 INFO kablam! at /source/build.rs:45 Sep 01 07:15:37.512 INFO kablam! 7: 0x556640a8b35f - std::rt::lang_start::{{closure}}::h8234a7b73cc0308d Sep 01 07:15:37.512 INFO kablam! at /checkout/src/libstd/rt.rs:74 Sep 01 07:15:37.512 INFO kablam! 8: 0x556640a93cb2 - std::panicking::try::do_call::h09be9541d3992dd3 Sep 01 07:15:37.512 INFO kablam! at libstd/rt.rs:59 Sep 01 07:15:37.512 INFO kablam! at libstd/panicking.rs:310 Sep 01 07:15:37.512 INFO kablam! 9: 0x556640ab4a29 - __rust_maybe_catch_panic Sep 01 07:15:37.512 INFO kablam! at libpanic_unwind/lib.rs:103 Sep 01 07:15:37.512 INFO kablam! 10: 0x556640a9ee65 - std::rt::lang_start_internal::h395b9eb1beda0e43 Sep 01 07:15:37.512 INFO kablam! at libstd/panicking.rs:289 Sep 01 07:15:37.512 INFO kablam! at libstd/panic.rs:392 Sep 01 07:15:37.513 INFO kablam! at libstd/rt.rs:58 Sep 01 07:15:37.513 INFO kablam! 11: 0x556640a8b337 - std::rt::lang_start::h3f8cab00db151618 Sep 01 07:15:37.513 INFO kablam! at /checkout/src/libstd/rt.rs:74 Sep 01 07:15:37.513 INFO kablam! 12: 0x556640a89ae9 - main Sep 01 07:15:37.513 INFO kablam! 13: 0x7facc71c182f - __libc_start_main Sep 01 07:15:37.513 INFO kablam! 14: 0x556640a86f38 - _start Sep 01 07:15:37.513 INFO kablam! 15: 0x0 - Sep 01 07:15:37.513 INFO kablam! Sep 01 07:15:37.513 INFO kablam! su: No module specific data is present Sep 01 07:15:37.967 INFO running `"docker" "rm" "-f" "21449cfe201378be8f0aad1dda7c06f01fa121085f4d5efec1b8b36e7273f80a"` Sep 01 07:15:38.055 INFO blam! 21449cfe201378be8f0aad1dda7c06f01fa121085f4d5efec1b8b36e7273f80a