Sep 14 09:26:07.529 INFO checking sel4-sys-0.0.26 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 09:26:07.530 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 09:26:07.530 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-5/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 09:26:08.050 INFO blam! 3c0c0cdb087818e13806c18015965c6cf625685eb183fc32afd18f6b22cde0a3 Sep 14 09:26:08.050 INFO running `"docker" "start" "-a" "3c0c0cdb087818e13806c18015965c6cf625685eb183fc32afd18f6b22cde0a3"` Sep 14 09:26:09.520 INFO kablam! usermod: no changes Sep 14 09:26:09.627 INFO kablam! Compiling sel4-sys v0.0.26 (file:///source) Sep 14 09:26:10.090 INFO kablam! warning: unused variable: `word_size` Sep 14 09:26:10.091 INFO kablam! --> build.rs:35:26 Sep 14 09:26:10.091 INFO kablam! | Sep 14 09:26:10.091 INFO kablam! 35 | for &(arch, archdir, word_size) in &arches { Sep 14 09:26:10.091 INFO kablam! | ^^^^^^^^^ help: consider using `_word_size` instead Sep 14 09:26:10.091 INFO kablam! | Sep 14 09:26:10.091 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 14 09:26:10.091 INFO kablam! Sep 14 09:26:11.256 INFO kablam! error: failed to run custom build command for `sel4-sys v0.0.26 (file:///source)` Sep 14 09:26:11.256 INFO kablam! process didn't exit successfully: `/target/debug/build/sel4-sys-5f4050b65fb26f66/build-script-build` (exit code: 101) Sep 14 09:26:11.256 INFO kablam! --- stdout Sep 14 09:26:11.256 INFO kablam! Running: "/usr/bin/env" "python" "tools/syscall_stub_gen.py" "-a" "ia32" "-w" "32" "--buffer" "-o" "/target/debug/build/sel4-sys-e04166cb174f85f7/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 14 09:26:11.256 INFO kablam! Running: "/usr/bin/env" "python" "tools/syscall_stub_gen.py" "-a" "x86_64" "-w" "64" "--buffer" "-o" "/target/debug/build/sel4-sys-e04166cb174f85f7/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 14 09:26:11.256 INFO kablam! Running: "/usr/bin/env" "python" "tools/syscall_stub_gen.py" "-a" "aarch32" "-w" "32" "--buffer" "-o" "/target/debug/build/sel4-sys-e04166cb174f85f7/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 14 09:26:11.256 INFO kablam! Running "/usr/bin/env" "python" "tools/invocation_header_gen.py" "--dest" "/target/debug/build/sel4-sys-e04166cb174f85f7/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 14 09:26:11.256 INFO kablam! Sep 14 09:26:11.256 INFO kablam! --- stderr Sep 14 09:26:11.256 INFO kablam! Traceback (most recent call last): Sep 14 09:26:11.256 INFO kablam! File "tools/invocation_header_gen.py", line 20, in Sep 14 09:26:11.256 INFO kablam! import tempita Sep 14 09:26:11.256 INFO kablam! ImportError: No module named tempita Sep 14 09:26:11.256 INFO kablam! thread 'main' panicked at 'assertion failed: cmd.status().unwrap().success()', build.rs:45:9 Sep 14 09:26:11.256 INFO kablam! stack backtrace: Sep 14 09:26:11.256 INFO kablam! 0: 0x557adc3d676e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h41c993454ce21d81 Sep 14 09:26:11.256 INFO kablam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Sep 14 09:26:11.256 INFO kablam! 1: 0x557adc3c9006 - std::sys_common::backtrace::print::h589927f912fef2ff Sep 14 09:26:11.256 INFO kablam! at libstd/sys_common/backtrace.rs:71 Sep 14 09:26:11.256 INFO kablam! at libstd/sys_common/backtrace.rs:59 Sep 14 09:26:11.256 INFO kablam! 2: 0x557adc3c794d - std::panicking::default_hook::{{closure}}::h9291452627a7ea3e Sep 14 09:26:11.256 INFO kablam! at libstd/panicking.rs:211 Sep 14 09:26:11.256 INFO kablam! 3: 0x557adc3c76c0 - std::panicking::default_hook::h6c8627623d33d292 Sep 14 09:26:11.256 INFO kablam! at libstd/panicking.rs:227 Sep 14 09:26:11.256 INFO kablam! 4: 0x557adc3c7f0c - std::panicking::rust_panic_with_hook::he648562e376b33df Sep 14 09:26:11.256 INFO kablam! at libstd/panicking.rs:477 Sep 14 09:26:11.256 INFO kablam! 5: 0x557adc3c008f - std::panicking::begin_panic::h560a31df3bbe9978 Sep 14 09:26:11.256 INFO kablam! at /checkout/src/libstd/panicking.rs:411 Sep 14 09:26:11.256 INFO kablam! 6: 0x557adc3bb274 - build_script_build::main::hcc40707cd42e1dc6 Sep 14 09:26:11.256 INFO kablam! at /source/build.rs:45 Sep 14 09:26:11.256 INFO kablam! 7: 0x557adc3be2af - std::rt::lang_start::{{closure}}::hce28f2ab66557801 Sep 14 09:26:11.256 INFO kablam! at /checkout/src/libstd/rt.rs:74 Sep 14 09:26:11.256 INFO kablam! 8: 0x557adc3c79f2 - std::panicking::try::do_call::h0a45ab634c47bf28 Sep 14 09:26:11.256 INFO kablam! at libstd/rt.rs:59 Sep 14 09:26:11.256 INFO kablam! at libstd/panicking.rs:310 Sep 14 09:26:11.256 INFO kablam! 9: 0x557adc3e7849 - __rust_maybe_catch_panic Sep 14 09:26:11.256 INFO kablam! at libpanic_unwind/lib.rs:102 Sep 14 09:26:11.256 INFO kablam! 10: 0x557adc3d2b05 - std::rt::lang_start_internal::he2cc69ced118af39 Sep 14 09:26:11.256 INFO kablam! at libstd/panicking.rs:289 Sep 14 09:26:11.256 INFO kablam! at libstd/panic.rs:392 Sep 14 09:26:11.256 INFO kablam! at libstd/rt.rs:58 Sep 14 09:26:11.256 INFO kablam! 11: 0x557adc3be287 - std::rt::lang_start::hb3df1b1d01829a70 Sep 14 09:26:11.256 INFO kablam! at /checkout/src/libstd/rt.rs:74 Sep 14 09:26:11.256 INFO kablam! 12: 0x557adc3bca39 - main Sep 14 09:26:11.256 INFO kablam! 13: 0x7f0ca6f5d82f - __libc_start_main Sep 14 09:26:11.256 INFO kablam! 14: 0x557adc3b9f18 - _start Sep 14 09:26:11.256 INFO kablam! 15: 0x0 - Sep 14 09:26:11.256 INFO kablam! Sep 14 09:26:11.256 INFO kablam! su: No module specific data is present Sep 14 09:26:11.923 INFO running `"docker" "rm" "-f" "3c0c0cdb087818e13806c18015965c6cf625685eb183fc32afd18f6b22cde0a3"` Sep 14 09:26:12.163 INFO blam! 3c0c0cdb087818e13806c18015965c6cf625685eb183fc32afd18f6b22cde0a3