[INFO] updating cached repository bfops/rust-pitch-detect [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/bfops/rust-pitch-detect [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/bfops/rust-pitch-detect" "work/ex/beta-1.38-1/sources/1.37.0/gh/bfops/rust-pitch-detect"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/bfops/rust-pitch-detect'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/bfops/rust-pitch-detect" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/bfops/rust-pitch-detect"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/bfops/rust-pitch-detect'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 11d5796059d174a6e4fcd3efb2c5229a4b9afb67 [INFO] sha for GitHub repo bfops/rust-pitch-detect: 11d5796059d174a6e4fcd3efb2c5229a4b9afb67 [INFO] validating manifest of bfops/rust-pitch-detect on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of bfops/rust-pitch-detect on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing bfops/rust-pitch-detect [INFO] finished frobbing bfops/rust-pitch-detect [INFO] frobbed toml for bfops/rust-pitch-detect written to work/ex/beta-1.38-1/sources/1.37.0/gh/bfops/rust-pitch-detect/Cargo.toml [INFO] started frobbing bfops/rust-pitch-detect [INFO] finished frobbing bfops/rust-pitch-detect [INFO] frobbed toml for bfops/rust-pitch-detect written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/bfops/rust-pitch-detect/Cargo.toml [INFO] crate bfops/rust-pitch-detect already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/bfops/rust-pitch-detect/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Updating git repository `https://github.com/kbknapp/clap-rs` [INFO] [stderr] Updating git repository `https://github.com/jeremyletang/rust-portaudio` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Updating git repository `https://github.com/kbknapp/clap-rs` [INFO] [stderr] Updating git repository `https://github.com/jeremyletang/rust-portaudio` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "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" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing bfops/rust-pitch-detect against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/bfops/rust-pitch-detect:/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=warn" "-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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 7019f48ab4e106aa7104c8f2f9571070e8f5934ae87a82fcadb40c80deeb7714 [INFO] running `"docker" "start" "-a" "7019f48ab4e106aa7104c8f2f9571070e8f5934ae87a82fcadb40c80deeb7714"` [INFO] [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other binary targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a binary target: [INFO] [stderr] [INFO] [stderr] * /opt/crater/workdir/src/main.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 binary target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autobins = 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 thread-scoped v1.0.2 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling portaudio_sys v0.1.0 (https://github.com/jeremyletang/rust-portaudio#398dd3bd) [INFO] [stderr] Compiling GSL v1.1.0 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Compiling clap v2.33.0 (https://github.com/kbknapp/clap-rs#12ea4e63) [INFO] [stderr] error: failed to run custom build command for `portaudio_sys v0.1.0 (https://github.com/jeremyletang/rust-portaudio#398dd3bd)` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/crater/target/debug/build/portaudio_sys-a8b508effb0ce46e/build-script-build` (exit code: 101) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rerun-if-changed=build.rs [INFO] [stderr] cargo:rerun-if-env-changed=PORTAUDIO_ONLY_STATIC [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] --2019-08-21 08:37:45-- http://www.portaudio.com/archives/pa_stable_v19_20140130.tgz [INFO] [stderr] Resolving www.portaudio.com (www.portaudio.com)... failed: Temporary failure in name resolution. [INFO] [stderr] wget: unable to resolve host address 'www.portaudio.com' [INFO] [stderr] thread 'main' panicked at '`"wget" "http://www.portaudio.com/archives/pa_stable_v19_20140130.tgz"` did not execute successfully', /opt/crater/cargo-home/git/checkouts/rust-portaudio-ae948abb441ff264/398dd3b/rust-portaudio-sys/build.rs:73:9 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x55f6b3e3cfbb - backtrace::backtrace::libunwind::trace::hfe5db90796807973 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stderr] 1: 0x55f6b3e3cfbb - backtrace::backtrace::trace_unsynchronized::h34b865a835594335 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stderr] 2: 0x55f6b3e3cfbb - std::sys_common::backtrace::_print::h527254ae44989167 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stderr] 3: 0x55f6b3e3cfbb - std::sys_common::backtrace::print::he85dd5ddddf46503 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stderr] 4: 0x55f6b3e3cfbb - std::panicking::default_hook::{{closure}}::h847a2eb38b396f14 [INFO] [stderr] at src/libstd/panicking.rs:200 [INFO] [stderr] 5: 0x55f6b3e3cc97 - std::panicking::default_hook::h2ca0f9a30a0e206b [INFO] [stderr] at src/libstd/panicking.rs:214 [INFO] [stderr] 6: 0x55f6b3e3d680 - std::panicking::rust_panic_with_hook::hffcefc09751839d1 [INFO] [stderr] at src/libstd/panicking.rs:477 [INFO] [stderr] 7: 0x55f6b3e3d202 - std::panicking::continue_panic_fmt::hc0f142c930c846fc [INFO] [stderr] at src/libstd/panicking.rs:384 [INFO] [stderr] 8: 0x55f6b3e3d14f - std::panicking::begin_panic_fmt::ha6acf0ffd6d7f80d [INFO] [stderr] at src/libstd/panicking.rs:339 [INFO] [stderr] 9: 0x55f6b3ded404 - build_script_build::run::h591bc8a23483b38d [INFO] [stderr] at /opt/crater/cargo-home/git/checkouts/rust-portaudio-ae948abb441ff264/398dd3b/rust-portaudio-sys/build.rs:73 [INFO] [stderr] 10: 0x55f6b3dee33c - build_script_build::platform::download::hcd428c40117d9e0e [INFO] [stderr] at /opt/crater/cargo-home/git/checkouts/rust-portaudio-ae948abb441ff264/398dd3b/rust-portaudio-sys/build.rs:137 [INFO] [stderr] 11: 0x55f6b3decd01 - build_script_build::build::hc5228b1ecb7c6d90 [INFO] [stderr] at /opt/crater/cargo-home/git/checkouts/rust-portaudio-ae948abb441ff264/398dd3b/rust-portaudio-sys/build.rs:53 [INFO] [stderr] 12: 0x55f6b3decbdb - build_script_build::main::hfac8f86d2e9f4be8 [INFO] [stderr] at /opt/crater/cargo-home/git/checkouts/rust-portaudio-ae948abb441ff264/398dd3b/rust-portaudio-sys/build.rs:43 [INFO] [stderr] 13: 0x55f6b3def550 - std::rt::lang_start::{{closure}}::hb66d5e855b3280c3 [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/rt.rs:64 [INFO] [stderr] 14: 0x55f6b3e3d0d3 - std::rt::lang_start_internal::{{closure}}::h447d8812e3ee306d [INFO] [stderr] at src/libstd/rt.rs:49 [INFO] [stderr] 15: 0x55f6b3e3d0d3 - std::panicking::try::do_call::h4a61cb372364c745 [INFO] [stderr] at src/libstd/panicking.rs:296 [INFO] [stderr] 16: 0x55f6b3e437da - __rust_maybe_catch_panic [INFO] [stderr] at src/libpanic_unwind/lib.rs:82 [INFO] [stderr] 17: 0x55f6b3e3db8d - std::panicking::try::hdf71f938885bca42 [INFO] [stderr] at src/libstd/panicking.rs:275 [INFO] [stderr] 18: 0x55f6b3e3db8d - std::panic::catch_unwind::h7e85dbf162b1611a [INFO] [stderr] at src/libstd/panic.rs:394 [INFO] [stderr] 19: 0x55f6b3e3db8d - std::rt::lang_start_internal::h1e06cc26b9fc25ea [INFO] [stderr] at src/libstd/rt.rs:48 [INFO] [stderr] 20: 0x55f6b3def529 - std::rt::lang_start::h9f8ec78106f2e3c1 [INFO] [stderr] at /rustc/eae3437dfe991621e8afdc82734f4a172d7ddf9b/src/libstd/rt.rs:64 [INFO] [stderr] 21: 0x55f6b3ded45a - main [INFO] [stderr] 22: 0x7f699f1172e1 - __libc_start_main [INFO] [stderr] 23: 0x55f6b3dec94a - _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" "7019f48ab4e106aa7104c8f2f9571070e8f5934ae87a82fcadb40c80deeb7714"` [INFO] running `"docker" "rm" "-f" "7019f48ab4e106aa7104c8f2f9571070e8f5934ae87a82fcadb40c80deeb7714"` [INFO] [stdout] 7019f48ab4e106aa7104c8f2f9571070e8f5934ae87a82fcadb40c80deeb7714