Sep 14 09:26:07.127 INFO checking sel4-sys-0.0.28 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 09:26:07.127 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 09:26:07.128 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-3/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-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:07.619 INFO blam! a3d8ac12ade4b7c54f9df60f8d053b6e22f2bab3584995acedbf2da8544586f0 Sep 14 09:26:07.624 INFO running `"docker" "start" "-a" "a3d8ac12ade4b7c54f9df60f8d053b6e22f2bab3584995acedbf2da8544586f0"` Sep 14 09:26:08.943 INFO kablam! usermod: no changes Sep 14 09:26:09.027 INFO kablam! Compiling sel4-sys v0.0.28 (file:///source) Sep 14 09:26:09.027 INFO kablam! Checking rlibc v1.0.0 Sep 14 09:26:09.449 INFO kablam! warning: unused variable: `word_size` Sep 14 09:26:09.449 INFO kablam! --> build.rs:35:26 Sep 14 09:26:09.449 INFO kablam! | Sep 14 09:26:09.449 INFO kablam! 35 | for &(arch, archdir, word_size) in &arches { Sep 14 09:26:09.449 INFO kablam! | ^^^^^^^^^ help: consider using `_word_size` instead Sep 14 09:26:09.449 INFO kablam! | Sep 14 09:26:09.449 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 14 09:26:09.449 INFO kablam! Sep 14 09:26:10.540 INFO kablam! error: failed to run custom build command for `sel4-sys v0.0.28 (file:///source)` Sep 14 09:26:10.540 INFO kablam! process didn't exit successfully: `/target/debug/build/sel4-sys-a3054dc07d7ddddc/build-script-build` (exit code: 101) Sep 14 09:26:10.540 INFO kablam! --- stdout Sep 14 09:26:10.540 INFO kablam! Running: "/usr/bin/env" "python" "tools/syscall_stub_gen.py" "-a" "ia32" "-w" "32" "--buffer" "-o" "/target/debug/build/sel4-sys-93e6afb20770e6da/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:10.540 INFO kablam! Running: "/usr/bin/env" "python" "tools/syscall_stub_gen.py" "-a" "x86_64" "-w" "64" "--buffer" "-o" "/target/debug/build/sel4-sys-93e6afb20770e6da/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:10.540 INFO kablam! Running: "/usr/bin/env" "python" "tools/syscall_stub_gen.py" "-a" "aarch32" "-w" "32" "--buffer" "-o" "/target/debug/build/sel4-sys-93e6afb20770e6da/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:10.540 INFO kablam! Running "/usr/bin/env" "python" "tools/invocation_header_gen.py" "--dest" "/target/debug/build/sel4-sys-93e6afb20770e6da/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:10.540 INFO kablam! Sep 14 09:26:10.540 INFO kablam! --- stderr Sep 14 09:26:10.540 INFO kablam! Traceback (most recent call last): Sep 14 09:26:10.540 INFO kablam! File "tools/invocation_header_gen.py", line 20, in Sep 14 09:26:10.540 INFO kablam! import tempita Sep 14 09:26:10.540 INFO kablam! ImportError: No module named tempita Sep 14 09:26:10.540 INFO kablam! thread 'main' panicked at 'assertion failed: cmd.status().unwrap().success()', build.rs:45:9 Sep 14 09:26:10.540 INFO kablam! stack backtrace: Sep 14 09:26:10.540 INFO kablam! 0: 0x5575a746a7de - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::hf74b7486aef10c8d Sep 14 09:26:10.540 INFO kablam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Sep 14 09:26:10.540 INFO kablam! 1: 0x5575a745cfd6 - std::sys_common::backtrace::print::h975e2d3548a0dd13 Sep 14 09:26:10.540 INFO kablam! at libstd/sys_common/backtrace.rs:71 Sep 14 09:26:10.540 INFO kablam! at libstd/sys_common/backtrace.rs:59 Sep 14 09:26:10.540 INFO kablam! 2: 0x5575a745b96d - std::panicking::default_hook::{{closure}}::h3e9ae6698e7d3880 Sep 14 09:26:10.540 INFO kablam! at libstd/panicking.rs:211 Sep 14 09:26:10.540 INFO kablam! 3: 0x5575a745b6e0 - std::panicking::default_hook::h0f94f2ff4ea79253 Sep 14 09:26:10.540 INFO kablam! at libstd/panicking.rs:227 Sep 14 09:26:10.540 INFO kablam! 4: 0x5575a745bf2c - std::panicking::rust_panic_with_hook::h3122ef85eb8796fa Sep 14 09:26:10.541 INFO kablam! at libstd/panicking.rs:477 Sep 14 09:26:10.541 INFO kablam! 5: 0x5575a74544cf - std::panicking::begin_panic::h9a8cb28abed89c05 Sep 14 09:26:10.541 INFO kablam! at /checkout/src/libstd/panicking.rs:411 Sep 14 09:26:10.541 INFO kablam! 6: 0x5575a744f274 - build_script_build::main::h859387c3a29daeeb Sep 14 09:26:10.541 INFO kablam! at /source/build.rs:45 Sep 14 09:26:10.541 INFO kablam! 7: 0x5575a745233f - std::rt::lang_start::{{closure}}::h45c96dff6c874ed0 Sep 14 09:26:10.541 INFO kablam! at /checkout/src/libstd/rt.rs:74 Sep 14 09:26:10.541 INFO kablam! 8: 0x5575a745ba12 - std::panicking::try::do_call::h613cc8345e5e334f Sep 14 09:26:10.541 INFO kablam! at libstd/rt.rs:59 Sep 14 09:26:10.541 INFO kablam! at libstd/panicking.rs:310 Sep 14 09:26:10.541 INFO kablam! 9: 0x5575a747be89 - __rust_maybe_catch_panic Sep 14 09:26:10.541 INFO kablam! at libpanic_unwind/lib.rs:102 Sep 14 09:26:10.541 INFO kablam! 10: 0x5575a7466b75 - std::rt::lang_start_internal::h166c3316158aaef7 Sep 14 09:26:10.541 INFO kablam! at libstd/panicking.rs:289 Sep 14 09:26:10.541 INFO kablam! at libstd/panic.rs:392 Sep 14 09:26:10.541 INFO kablam! at libstd/rt.rs:58 Sep 14 09:26:10.541 INFO kablam! 11: 0x5575a7452317 - std::rt::lang_start::h477970ce51edc30f Sep 14 09:26:10.541 INFO kablam! at /checkout/src/libstd/rt.rs:74 Sep 14 09:26:10.541 INFO kablam! 12: 0x5575a7450ac9 - main Sep 14 09:26:10.541 INFO kablam! 13: 0x7f908001582f - __libc_start_main Sep 14 09:26:10.541 INFO kablam! 14: 0x5575a744df18 - _start Sep 14 09:26:10.541 INFO kablam! 15: 0x0 - Sep 14 09:26:10.541 INFO kablam! Sep 14 09:26:10.544 INFO kablam! su: No module specific data is present Sep 14 09:26:11.255 INFO running `"docker" "rm" "-f" "a3d8ac12ade4b7c54f9df60f8d053b6e22f2bab3584995acedbf2da8544586f0"` Sep 14 09:26:11.442 INFO blam! a3d8ac12ade4b7c54f9df60f8d053b6e22f2bab3584995acedbf2da8544586f0