Sep 02 00:34:09.031 INFO checking sel4-sys-0.0.26 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 00:34:09.031 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 00:34:09.032 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-0/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 00:34:09.188 INFO blam! d2c9938128d00b9ffeb671a64f9b34b97602b6aa702e1e468c5b0ef2b0300799 Sep 02 00:34:09.190 INFO running `"docker" "start" "-a" "d2c9938128d00b9ffeb671a64f9b34b97602b6aa702e1e468c5b0ef2b0300799"` Sep 02 00:34:10.035 INFO kablam! Compiling sel4-sys v0.0.26 (file:///source) Sep 02 00:34:10.035 INFO kablam! Checking rlibc v1.0.0 Sep 02 00:34:10.466 INFO kablam! warning: unused variable: `word_size` Sep 02 00:34:10.467 INFO kablam! --> build.rs:35:26 Sep 02 00:34:10.467 INFO kablam! | Sep 02 00:34:10.467 INFO kablam! 35 | for &(arch, archdir, word_size) in &arches { Sep 02 00:34:10.467 INFO kablam! | ^^^^^^^^^ help: consider using `_word_size` instead Sep 02 00:34:10.467 INFO kablam! | Sep 02 00:34:10.467 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 02 00:34:10.467 INFO kablam! Sep 02 00:34:11.322 INFO kablam! error: failed to run custom build command for `sel4-sys v0.0.26 (file:///source)` Sep 02 00:34:11.322 INFO kablam! process didn't exit successfully: `/target/debug/build/sel4-sys-31cc6379b3a9b213/build-script-build` (exit code: 101) Sep 02 00:34:11.322 INFO kablam! --- stdout Sep 02 00:34:11.322 INFO kablam! Running: "/usr/bin/env" "python" "tools/syscall_stub_gen.py" "-a" "ia32" "-w" "32" "--buffer" "-o" "/target/debug/build/sel4-sys-9962dce5b40bf3ce/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 02 00:34:11.322 INFO kablam! Running: "/usr/bin/env" "python" "tools/syscall_stub_gen.py" "-a" "x86_64" "-w" "64" "--buffer" "-o" "/target/debug/build/sel4-sys-9962dce5b40bf3ce/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 02 00:34:11.322 INFO kablam! Running: "/usr/bin/env" "python" "tools/syscall_stub_gen.py" "-a" "aarch32" "-w" "32" "--buffer" "-o" "/target/debug/build/sel4-sys-9962dce5b40bf3ce/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 02 00:34:11.322 INFO kablam! Running "/usr/bin/env" "python" "tools/invocation_header_gen.py" "--dest" "/target/debug/build/sel4-sys-9962dce5b40bf3ce/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 02 00:34:11.322 INFO kablam! Sep 02 00:34:11.322 INFO kablam! --- stderr Sep 02 00:34:11.322 INFO kablam! Traceback (most recent call last): Sep 02 00:34:11.322 INFO kablam! File "tools/invocation_header_gen.py", line 20, in Sep 02 00:34:11.322 INFO kablam! import tempita Sep 02 00:34:11.322 INFO kablam! ImportError: No module named tempita Sep 02 00:34:11.322 INFO kablam! thread 'main' panicked at 'assertion failed: cmd.status().unwrap().success()', build.rs:45:9 Sep 02 00:34:11.323 INFO kablam! stack backtrace: Sep 02 00:34:11.323 INFO kablam! 0: 0x560e5fcc6ace - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::ha200f2cd684ebd49 Sep 02 00:34:11.323 INFO kablam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Sep 02 00:34:11.323 INFO kablam! 1: 0x560e5fcb9316 - std::sys_common::backtrace::print::hfe3d4e47b4c8e48c Sep 02 00:34:11.323 INFO kablam! at libstd/sys_common/backtrace.rs:71 Sep 02 00:34:11.323 INFO kablam! at libstd/sys_common/backtrace.rs:59 Sep 02 00:34:11.323 INFO kablam! 2: 0x560e5fcb7c0d - std::panicking::default_hook::{{closure}}::hf56af31102a42941 Sep 02 00:34:11.323 INFO kablam! at libstd/panicking.rs:211 Sep 02 00:34:11.323 INFO kablam! 3: 0x560e5fcb7980 - std::panicking::default_hook::ha51b5d4eb7ec526d Sep 02 00:34:11.323 INFO kablam! at libstd/panicking.rs:227 Sep 02 00:34:11.323 INFO kablam! 4: 0x560e5fcb81cc - std::panicking::rust_panic_with_hook::hd585483f9daec810 Sep 02 00:34:11.323 INFO kablam! at libstd/panicking.rs:477 Sep 02 00:34:11.323 INFO kablam! 5: 0x560e5fcb14ef - std::panicking::begin_panic::h5f7d2820ed78767b Sep 02 00:34:11.323 INFO kablam! at /checkout/src/libstd/panicking.rs:411 Sep 02 00:34:11.323 INFO kablam! 6: 0x560e5fcac2c9 - build_script_build::main::h15cc5e82d0137d6b Sep 02 00:34:11.323 INFO kablam! at /source/build.rs:45 Sep 02 00:34:11.323 INFO kablam! 7: 0x560e5fcaf35f - std::rt::lang_start::{{closure}}::h243efc96a582b18c Sep 02 00:34:11.323 INFO kablam! at /checkout/src/libstd/rt.rs:74 Sep 02 00:34:11.323 INFO kablam! 8: 0x560e5fcb7cb2 - std::panicking::try::do_call::hea63f5620482e896 Sep 02 00:34:11.323 INFO kablam! at libstd/rt.rs:59 Sep 02 00:34:11.323 INFO kablam! at libstd/panicking.rs:310 Sep 02 00:34:11.323 INFO kablam! 9: 0x560e5fcd8c99 - __rust_maybe_catch_panic Sep 02 00:34:11.324 INFO kablam! at libpanic_unwind/lib.rs:103 Sep 02 00:34:11.324 INFO kablam! 10: 0x560e5fcc2e65 - std::rt::lang_start_internal::hfd6e69240f0360f8 Sep 02 00:34:11.324 INFO kablam! at libstd/panicking.rs:289 Sep 02 00:34:11.324 INFO kablam! at libstd/panic.rs:392 Sep 02 00:34:11.324 INFO kablam! at libstd/rt.rs:58 Sep 02 00:34:11.324 INFO kablam! 11: 0x560e5fcaf337 - std::rt::lang_start::ha61461d152520777 Sep 02 00:34:11.324 INFO kablam! at /checkout/src/libstd/rt.rs:74 Sep 02 00:34:11.324 INFO kablam! 12: 0x560e5fcadae9 - main Sep 02 00:34:11.324 INFO kablam! 13: 0x7f1c727bc82f - __libc_start_main Sep 02 00:34:11.324 INFO kablam! 14: 0x560e5fcaaf38 - _start Sep 02 00:34:11.324 INFO kablam! 15: 0x0 - Sep 02 00:34:11.324 INFO kablam! Sep 02 00:34:11.324 INFO kablam! su: No module specific data is present Sep 02 00:34:11.690 INFO running `"docker" "rm" "-f" "d2c9938128d00b9ffeb671a64f9b34b97602b6aa702e1e468c5b0ef2b0300799"` Sep 02 00:34:11.851 INFO blam! d2c9938128d00b9ffeb671a64f9b34b97602b6aa702e1e468c5b0ef2b0300799