Sep 01 19:41:15.334 INFO checking git2-curl-0.8.1 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 19:41:15.334 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 19:41:15.334 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-2/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 19:41:15.490 INFO blam! ff4b49e9a7bf80cf420929d05b84d8bc5f806fb8c062b56a8d5f866d33a71181 Sep 01 19:41:15.492 INFO running `"docker" "start" "-a" "ff4b49e9a7bf80cf420929d05b84d8bc5f806fb8c062b56a8d5f866d33a71181"` Sep 01 19:41:16.208 INFO kablam! Compiling civet-sys v0.1.4 Sep 01 19:41:16.209 INFO kablam! Compiling libgit2-sys v0.7.7 Sep 01 19:41:16.209 INFO kablam! Checking conduit v0.7.4 Sep 01 19:41:17.287 INFO kablam! Checking conduit-git-http-backend v0.7.5 Sep 01 19:41:21.044 INFO kablam! error: failed to run custom build command for `civet-sys v0.1.4` Sep 01 19:41:21.044 INFO kablam! process didn't exit successfully: `/target/debug/build/civet-sys-aa973b925e22d0b3/build-script-build` (exit code: 101) Sep 01 19:41:21.044 INFO kablam! --- stdout Sep 01 19:41:21.044 INFO kablam! cc -c -W -Wall -O2 -DLINUX -Iinclude -fPIC -DNDEBUG src/civetweb.c -o /target/debug/build/civet-sys-b356f92732b32b08/out/src/civetweb.o Sep 01 19:41:21.044 INFO kablam! ar cq libcivetweb.a /target/debug/build/civet-sys-b356f92732b32b08/out/src/civetweb.o Sep 01 19:41:21.044 INFO kablam! Makefile:213: recipe for target 'libcivetweb.a' failed Sep 01 19:41:21.044 INFO kablam! Sep 01 19:41:21.044 INFO kablam! --- stderr Sep 01 19:41:21.044 INFO kablam! src/civetweb.c: In function 'authorize': Sep 01 19:41:21.044 INFO kablam! src/civetweb.c:3219:12: warning: missing initializer for field 'ah' of 'struct read_auth_file_struct' [-Wmissing-field-initializers] Sep 01 19:41:21.045 INFO kablam! struct read_auth_file_struct workdata = {conn}; Sep 01 19:41:21.045 INFO kablam! ^ Sep 01 19:41:21.045 INFO kablam! src/civetweb.c:3141:15: note: 'ah' declared here Sep 01 19:41:21.045 INFO kablam! struct ah ah; Sep 01 19:41:21.045 INFO kablam! ^ Sep 01 19:41:21.045 INFO kablam! ar: libcivetweb.a: Read-only file system Sep 01 19:41:21.045 INFO kablam! make: *** [libcivetweb.a] Error 1 Sep 01 19:41:21.045 INFO kablam! thread 'main' panicked at 'assertion failed: Command::new("make").current_dir("civetweb").arg("lib").arg(&format!("BUILD_DIR={}" Sep 01 19:41:21.045 INFO kablam! , Sep 01 19:41:21.045 INFO kablam! dst)).env("COPT", Sep 01 19:41:21.045 INFO kablam! "-fPIC").status().unwrap().success()', /cargo-home/registry/src/github.com-1ecc6299db9ec823/civet-sys-0.1.4/build.rs:9:5 Sep 01 19:41:21.045 INFO kablam! stack backtrace: Sep 01 19:41:21.045 INFO kablam! 0: 0x557af09976be - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h9bce1f9a537b140d Sep 01 19:41:21.045 INFO kablam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Sep 01 19:41:21.045 INFO kablam! 1: 0x557af0989b06 - std::sys_common::backtrace::print::h7cc2650c15d0dddd Sep 01 19:41:21.045 INFO kablam! at libstd/sys_common/backtrace.rs:71 Sep 01 19:41:21.045 INFO kablam! at libstd/sys_common/backtrace.rs:59 Sep 01 19:41:21.045 INFO kablam! 2: 0x557af098840d - std::panicking::default_hook::{{closure}}::hec52538d990412d0 Sep 01 19:41:21.045 INFO kablam! at libstd/panicking.rs:211 Sep 01 19:41:21.045 INFO kablam! 3: 0x557af0988180 - std::panicking::default_hook::h49c7c9d5f399092e Sep 01 19:41:21.045 INFO kablam! at libstd/panicking.rs:227 Sep 01 19:41:21.045 INFO kablam! 4: 0x557af09889cc - std::panicking::rust_panic_with_hook::h56b934afa6264269 Sep 01 19:41:21.045 INFO kablam! at libstd/panicking.rs:477 Sep 01 19:41:21.045 INFO kablam! 5: 0x557af097e4ef - std::panicking::begin_panic::h1c360af255074e2e Sep 01 19:41:21.045 INFO kablam! at /checkout/src/libstd/panicking.rs:411 Sep 01 19:41:21.046 INFO kablam! 6: 0x557af0980bcd - build_script_build::main::hb8ecddfdc35f4e81 Sep 01 19:41:21.046 INFO kablam! at /cargo-home/registry/src/github.com-1ecc6299db9ec823/civet-sys-0.1.4/build.rs:9 Sep 01 19:41:21.046 INFO kablam! 7: 0x557af09810cf - std::rt::lang_start::{{closure}}::hf4c3a9a22ce6b526 Sep 01 19:41:21.046 INFO kablam! at /checkout/src/libstd/rt.rs:74 Sep 01 19:41:21.046 INFO kablam! 8: 0x557af09884b2 - std::panicking::try::do_call::h09be9541d3992dd3 Sep 01 19:41:21.046 INFO kablam! at libstd/rt.rs:59 Sep 01 19:41:21.046 INFO kablam! at libstd/panicking.rs:310 Sep 01 19:41:21.046 INFO kablam! 9: 0x557af09aa0d9 - __rust_maybe_catch_panic Sep 01 19:41:21.046 INFO kablam! at libpanic_unwind/lib.rs:103 Sep 01 19:41:21.046 INFO kablam! 10: 0x557af0993a75 - std::rt::lang_start_internal::h395b9eb1beda0e43 Sep 01 19:41:21.046 INFO kablam! at libstd/panicking.rs:289 Sep 01 19:41:21.046 INFO kablam! at libstd/panic.rs:392 Sep 01 19:41:21.046 INFO kablam! at libstd/rt.rs:58 Sep 01 19:41:21.046 INFO kablam! 11: 0x557af09810a7 - std::rt::lang_start::h9b74fa92a5b811b9 Sep 01 19:41:21.046 INFO kablam! at /checkout/src/libstd/rt.rs:74 Sep 01 19:41:21.046 INFO kablam! 12: 0x557af0980e79 - main Sep 01 19:41:21.046 INFO kablam! 13: 0x7f5e3ec9c82f - __libc_start_main Sep 01 19:41:21.046 INFO kablam! 14: 0x557af0976e58 - _start Sep 01 19:41:21.046 INFO kablam! 15: 0x0 - Sep 01 19:41:21.046 INFO kablam! Sep 01 19:41:21.046 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 19:41:34.043 INFO kablam! error: build failed Sep 01 19:41:34.044 INFO kablam! su: No module specific data is present Sep 01 19:41:34.830 INFO running `"docker" "rm" "-f" "ff4b49e9a7bf80cf420929d05b84d8bc5f806fb8c062b56a8d5f866d33a71181"` Sep 01 19:41:34.977 INFO blam! ff4b49e9a7bf80cf420929d05b84d8bc5f806fb8c062b56a8d5f866d33a71181