[INFO] crate peroxide-cryptsetup 0.1.0 is already in cache [INFO] extracting crate peroxide-cryptsetup 0.1.0 into work/ex/pr-63247/sources/master#452087b4bf18cece2d52d7cd8c9147195e5404bf/reg/peroxide-cryptsetup/0.1.0 [INFO] extracting crate peroxide-cryptsetup 0.1.0 into work/ex/pr-63247/sources/try#757dacae0a9f1b46b3ab58a1f1232332e8fc7dab/reg/peroxide-cryptsetup/0.1.0 [INFO] validating manifest of peroxide-cryptsetup-0.1.0 on toolchain master#452087b4bf18cece2d52d7cd8c9147195e5404bf [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+452087b4bf18cece2d52d7cd8c9147195e5404bf-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of peroxide-cryptsetup-0.1.0 on toolchain try#757dacae0a9f1b46b3ab58a1f1232332e8fc7dab [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+757dacae0a9f1b46b3ab58a1f1232332e8fc7dab-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing peroxide-cryptsetup-0.1.0 [INFO] removed 1 missing tests [INFO] removed path dependency cryptsetup-rs from peroxide-cryptsetup-0.1.0 [INFO] removed path dependency ykpers-rs from peroxide-cryptsetup-0.1.0 [INFO] finished frobbing peroxide-cryptsetup-0.1.0 [INFO] frobbed toml for peroxide-cryptsetup-0.1.0 written to work/ex/pr-63247/sources/master#452087b4bf18cece2d52d7cd8c9147195e5404bf/reg/peroxide-cryptsetup/0.1.0/Cargo.toml [INFO] started frobbing peroxide-cryptsetup-0.1.0 [INFO] removed 1 missing tests [INFO] removed path dependency cryptsetup-rs from peroxide-cryptsetup-0.1.0 [INFO] removed path dependency ykpers-rs from peroxide-cryptsetup-0.1.0 [INFO] finished frobbing peroxide-cryptsetup-0.1.0 [INFO] frobbed toml for peroxide-cryptsetup-0.1.0 written to work/ex/pr-63247/sources/try#757dacae0a9f1b46b3ab58a1f1232332e8fc7dab/reg/peroxide-cryptsetup/0.1.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+452087b4bf18cece2d52d7cd8c9147195e5404bf-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+757dacae0a9f1b46b3ab58a1f1232332e8fc7dab-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+452087b4bf18cece2d52d7cd8c9147195e5404bf-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+757dacae0a9f1b46b3ab58a1f1232332e8fc7dab-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] checking peroxide-cryptsetup-0.1.0 against try#757dacae0a9f1b46b3ab58a1f1232332e8fc7dab for pr-63247 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63247/worker-5/try#757dacae0a9f1b46b3ab58a1f1232332e8fc7dab:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63247/sources/try#757dacae0a9f1b46b3ab58a1f1232332e8fc7dab/reg/peroxide-cryptsetup/0.1.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+757dacae0a9f1b46b3ab58a1f1232332e8fc7dab-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 18f30331912515293792d89ea08a430cceb955c89ab9d1f90819245fdc37c93f [INFO] running `"docker" "start" "-a" "18f30331912515293792d89ea08a430cceb955c89ab9d1f90819245fdc37c93f"` [INFO] [stderr] warning: An explicit [[test]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other test targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a test target: [INFO] [stderr] [INFO] [stderr] * /opt/crater/workdir/tests/test_enroll.rs [INFO] [stderr] * /opt/crater/workdir/tests/test_open.rs [INFO] [stderr] * /opt/crater/workdir/tests/test_yubikey.rs [INFO] [stderr] * /opt/crater/workdir/tests/tests.rs [INFO] [stderr] * /opt/crater/workdir/tests/support.rs [INFO] [stderr] * /opt/crater/workdir/tests/test_context.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a test target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autotests = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling cfg-if v0.1.9 [INFO] [stderr] Compiling libc v0.2.62 [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling term v0.4.6 [INFO] [stderr] Compiling bitflags v0.7.0 [INFO] [stderr] Compiling unicode-width v0.1.6 [INFO] [stderr] Compiling autocfg v0.1.6 [INFO] [stderr] Compiling unicode-xid v0.0.3 [INFO] [stderr] Compiling remove_dir_all v0.5.2 [INFO] [stderr] Compiling pkg-config v0.3.15 [INFO] [stderr] Checking serde v0.8.23 [INFO] [stderr] Compiling serde v1.0.99 [INFO] [stderr] Checking byteorder v0.5.3 [INFO] [stderr] Checking utf8-ranges v0.1.3 [INFO] [stderr] Checking regex-syntax v0.3.9 [INFO] [stderr] Checking strsim v0.5.2 [INFO] [stderr] Checking dtoa v0.2.2 [INFO] [stderr] Checking itoa v0.1.1 [INFO] [stderr] Checking lazy_static v0.2.11 [INFO] [stderr] Compiling syn v0.10.8 [INFO] [stderr] Compiling getopts v0.2.21 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling libcryptsetup-sys v0.1.0 [INFO] [stderr] Compiling libsodium-sys v0.0.16 [INFO] [stderr] Compiling libykpers-sys v0.1.0 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling pulldown-cmark v0.0.3 [INFO] [stderr] error: failed to run custom build command for `libcryptsetup-sys v0.1.0` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/crater/target/debug/build/libcryptsetup-sys-f4575cdafea31e39/build-script-build` (exit code: 101) [INFO] [stderr] --- stderr [INFO] [stderr] thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: "`\"pkg-config\" \"--static\" \"--libs\" \"--cflags\" \"libcryptsetup\"` did not exit successfully: exit code: 1\n--- stderr\nPackage libcryptsetup was not found in the pkg-config search path.\nPerhaps you should add the directory containing `libcryptsetup.pc\'\nto the PKG_CONFIG_PATH environment variable\nNo package \'libcryptsetup\' found\n"', src/libcore/result.rs:1084:5 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x559637b07cdb - backtrace::backtrace::libunwind::trace::h098b67cd5ecf24d4 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stderr] 1: 0x559637b07cdb - backtrace::backtrace::trace_unsynchronized::h41f8ecb0b6b75123 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stderr] 2: 0x559637b07cdb - std::sys_common::backtrace::_print::h6bdd5779472ab8c6 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stderr] 3: 0x559637b07cdb - std::sys_common::backtrace::print::h535418cbcfd3b064 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stderr] 4: 0x559637b07cdb - std::panicking::default_hook::{{closure}}::h8962ad5cd6daeea4 [INFO] [stderr] at src/libstd/panicking.rs:200 [INFO] [stderr] 5: 0x559637b079b6 - std::panicking::default_hook::h39b428958abf2606 [INFO] [stderr] at src/libstd/panicking.rs:214 [INFO] [stderr] 6: 0x559637b0839d - std::panicking::rust_panic_with_hook::hec5b145cd2b2dbe3 [INFO] [stderr] at src/libstd/panicking.rs:477 [INFO] [stderr] 7: 0x559637b07f22 - std::panicking::continue_panic_fmt::h499883e21d98c9ea [INFO] [stderr] at src/libstd/panicking.rs:384 [INFO] [stderr] 8: 0x559637b07e06 - rust_begin_unwind [INFO] [stderr] at src/libstd/panicking.rs:311 [INFO] [stderr] 9: 0x559637b2147d - core::panicking::panic_fmt::hf925eb7f761dd347 [INFO] [stderr] at src/libcore/panicking.rs:85 [INFO] [stderr] 10: 0x559637b21577 - core::result::unwrap_failed::hb295cb62d0c5f00c [INFO] [stderr] at src/libcore/result.rs:1084 [INFO] [stderr] 11: 0x559637aba2a0 - core::result::Result::unwrap::ha11a306c87d5aa88 [INFO] [stderr] at /rustc/757dacae0a9f1b46b3ab58a1f1232332e8fc7dab/src/libcore/result.rs:852 [INFO] [stderr] 12: 0x559637aba388 - build_script_build::main::hf5d082e4b5fdeb2d [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/libcryptsetup-sys-0.1.0/build.rs:4 [INFO] [stderr] 13: 0x559637aba190 - std::rt::lang_start::{{closure}}::h1991ea5c05af9eec [INFO] [stderr] at /rustc/757dacae0a9f1b46b3ab58a1f1232332e8fc7dab/src/libstd/rt.rs:64 [INFO] [stderr] 14: 0x559637b07df3 - std::rt::lang_start_internal::{{closure}}::h1d5b2f63d8aab9e2 [INFO] [stderr] at src/libstd/rt.rs:49 [INFO] [stderr] 15: 0x559637b07df3 - std::panicking::try::do_call::h23b1282500223f6a [INFO] [stderr] at src/libstd/panicking.rs:296 [INFO] [stderr] 16: 0x559637b0e50a - __rust_maybe_catch_panic [INFO] [stderr] at src/libpanic_unwind/lib.rs:80 [INFO] [stderr] 17: 0x559637b088ad - std::panicking::try::hf851d9cd2a46569f [INFO] [stderr] at src/libstd/panicking.rs:275 [INFO] [stderr] 18: 0x559637b088ad - std::panic::catch_unwind::h38ad47fd47b8a319 [INFO] [stderr] at src/libstd/panic.rs:394 [INFO] [stderr] 19: 0x559637b088ad - std::rt::lang_start_internal::h8489a7c3e11328c4 [INFO] [stderr] at src/libstd/rt.rs:48 [INFO] [stderr] 20: 0x559637aba169 - std::rt::lang_start::h9efaec591761af19 [INFO] [stderr] at /rustc/757dacae0a9f1b46b3ab58a1f1232332e8fc7dab/src/libstd/rt.rs:64 [INFO] [stderr] 21: 0x559637aba3ea - main [INFO] [stderr] 22: 0x7fef1a8782e1 - __libc_start_main [INFO] [stderr] 23: 0x559637ab99ea - _start [INFO] [stderr] 24: 0x0 - [INFO] [stderr] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "18f30331912515293792d89ea08a430cceb955c89ab9d1f90819245fdc37c93f"` [INFO] running `"docker" "rm" "-f" "18f30331912515293792d89ea08a430cceb955c89ab9d1f90819245fdc37c93f"` [INFO] [stdout] 18f30331912515293792d89ea08a430cceb955c89ab9d1f90819245fdc37c93f