Sep 04 03:53:34.417 INFO checking sel4-sys-0.0.26 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 03:53:34.417 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 03:53:34.417 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 03:53:34.593 INFO blam! 0a9b758a7466655ff2a0917d292e9dd96ead3b3e59675403e08be78be76eba37 Sep 04 03:53:34.595 INFO running `"docker" "start" "-a" "0a9b758a7466655ff2a0917d292e9dd96ead3b3e59675403e08be78be76eba37"` Sep 04 03:53:35.185 INFO kablam! Compiling sel4-sys v0.0.26 (file:///source) Sep 04 03:53:35.600 INFO kablam! warning: unused variable: `word_size` Sep 04 03:53:35.600 INFO kablam! --> build.rs:35:26 Sep 04 03:53:35.600 INFO kablam! | Sep 04 03:53:35.600 INFO kablam! 35 | for &(arch, archdir, word_size) in &arches { Sep 04 03:53:35.600 INFO kablam! | ^^^^^^^^^ help: consider using `_word_size` instead Sep 04 03:53:35.601 INFO kablam! | Sep 04 03:53:35.601 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 04 03:53:35.601 INFO kablam! Sep 04 03:53:36.517 INFO kablam! error: failed to run custom build command for `sel4-sys v0.0.26 (file:///source)` Sep 04 03:53:36.517 INFO kablam! process didn't exit successfully: `/target/debug/build/sel4-sys-bb81e702436f3909/build-script-build` (exit code: 101) Sep 04 03:53:36.517 INFO kablam! --- stdout Sep 04 03:53:36.517 INFO kablam! Running: "/usr/bin/env" "python" "tools/syscall_stub_gen.py" "-a" "ia32" "-w" "32" "--buffer" "-o" "/target/debug/build/sel4-sys-4eb4c8b91b32ab33/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 04 03:53:36.517 INFO kablam! Running: "/usr/bin/env" "python" "tools/syscall_stub_gen.py" "-a" "x86_64" "-w" "64" "--buffer" "-o" "/target/debug/build/sel4-sys-4eb4c8b91b32ab33/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 04 03:53:36.517 INFO kablam! Running: "/usr/bin/env" "python" "tools/syscall_stub_gen.py" "-a" "aarch32" "-w" "32" "--buffer" "-o" "/target/debug/build/sel4-sys-4eb4c8b91b32ab33/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 04 03:53:36.517 INFO kablam! Running "/usr/bin/env" "python" "tools/invocation_header_gen.py" "--dest" "/target/debug/build/sel4-sys-4eb4c8b91b32ab33/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 04 03:53:36.518 INFO kablam! Sep 04 03:53:36.518 INFO kablam! --- stderr Sep 04 03:53:36.518 INFO kablam! Traceback (most recent call last): Sep 04 03:53:36.518 INFO kablam! File "tools/invocation_header_gen.py", line 20, in Sep 04 03:53:36.518 INFO kablam! import tempita Sep 04 03:53:36.518 INFO kablam! ImportError: No module named tempita Sep 04 03:53:36.518 INFO kablam! thread 'main' panicked at 'assertion failed: cmd.status().unwrap().success()', build.rs:45:9 Sep 04 03:53:36.518 INFO kablam! stack backtrace: Sep 04 03:53:36.518 INFO kablam! 0: 0x558dc821fa3e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h583ed2894c1db4e8 Sep 04 03:53:36.518 INFO kablam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Sep 04 03:53:36.518 INFO kablam! 1: 0x558dc8212226 - std::sys_common::backtrace::print::hb03c547ea490e9e5 Sep 04 03:53:36.518 INFO kablam! at libstd/sys_common/backtrace.rs:71 Sep 04 03:53:36.518 INFO kablam! at libstd/sys_common/backtrace.rs:59 Sep 04 03:53:36.518 INFO kablam! 2: 0x558dc8210b4d - std::panicking::default_hook::{{closure}}::h74db1dbb754bb61b Sep 04 03:53:36.518 INFO kablam! at libstd/panicking.rs:211 Sep 04 03:53:36.518 INFO kablam! 3: 0x558dc82108c0 - std::panicking::default_hook::h00b2b50b7c826057 Sep 04 03:53:36.518 INFO kablam! at libstd/panicking.rs:227 Sep 04 03:53:36.518 INFO kablam! 4: 0x558dc821110c - std::panicking::rust_panic_with_hook::h82a465b5cd0f7696 Sep 04 03:53:36.518 INFO kablam! at libstd/panicking.rs:477 Sep 04 03:53:36.519 INFO kablam! 5: 0x558dc820a46f - std::panicking::begin_panic::hc22118ea024d1e7e Sep 04 03:53:36.519 INFO kablam! at /checkout/src/libstd/panicking.rs:411 Sep 04 03:53:36.519 INFO kablam! 6: 0x558dc82052a4 - build_script_build::main::h83f82342b7dc7e3d Sep 04 03:53:36.519 INFO kablam! at /source/build.rs:45 Sep 04 03:53:36.519 INFO kablam! 7: 0x558dc82082df - std::rt::lang_start::{{closure}}::hac6743bd97f68f8b Sep 04 03:53:36.519 INFO kablam! at /checkout/src/libstd/rt.rs:74 Sep 04 03:53:36.519 INFO kablam! 8: 0x558dc8210bf2 - std::panicking::try::do_call::hd86a9acb4a664678 Sep 04 03:53:36.519 INFO kablam! at libstd/rt.rs:59 Sep 04 03:53:36.519 INFO kablam! at libstd/panicking.rs:310 Sep 04 03:53:36.519 INFO kablam! 9: 0x558dc8231de9 - __rust_maybe_catch_panic Sep 04 03:53:36.519 INFO kablam! at libpanic_unwind/lib.rs:103 Sep 04 03:53:36.519 INFO kablam! 10: 0x558dc821bdc5 - std::rt::lang_start_internal::h8264bc6ad8e6b565 Sep 04 03:53:36.519 INFO kablam! at libstd/panicking.rs:289 Sep 04 03:53:36.519 INFO kablam! at libstd/panic.rs:392 Sep 04 03:53:36.519 INFO kablam! at libstd/rt.rs:58 Sep 04 03:53:36.519 INFO kablam! 11: 0x558dc82082b7 - std::rt::lang_start::h00c55592702ba05c Sep 04 03:53:36.519 INFO kablam! at /checkout/src/libstd/rt.rs:74 Sep 04 03:53:36.519 INFO kablam! 12: 0x558dc8206a69 - main Sep 04 03:53:36.519 INFO kablam! 13: 0x7f3780bf982f - __libc_start_main Sep 04 03:53:36.519 INFO kablam! 14: 0x558dc8203f48 - _start Sep 04 03:53:36.519 INFO kablam! 15: 0x0 - Sep 04 03:53:36.519 INFO kablam! Sep 04 03:53:36.519 INFO kablam! su: No module specific data is present Sep 04 03:53:36.926 INFO running `"docker" "rm" "-f" "0a9b758a7466655ff2a0917d292e9dd96ead3b3e59675403e08be78be76eba37"` Sep 04 03:53:37.101 INFO blam! 0a9b758a7466655ff2a0917d292e9dd96ead3b3e59675403e08be78be76eba37