[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 beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 46144a6ff832aa37165ea9bdc612882e96d3fdb86a6d412f3765d90bb48daccd [INFO] running `"docker" "start" "-a" "46144a6ff832aa37165ea9bdc612882e96d3fdb86a6d412f3765d90bb48daccd"` [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 num-complex v0.2.3 [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 clap v2.33.0 (https://github.com/kbknapp/clap-rs#12ea4e63) [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Compiling env_logger v0.6.2 [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-be7564bde3270c4e/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:44-- 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: 0x55e7aaf6212b - backtrace::backtrace::libunwind::trace::h23ae608c8b906c69 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stderr] 1: 0x55e7aaf6212b - backtrace::backtrace::trace_unsynchronized::h65b3ea295a85fd48 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stderr] 2: 0x55e7aaf6212b - std::sys_common::backtrace::_print::h24f527b44b6cfc06 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stderr] 3: 0x55e7aaf6212b - std::sys_common::backtrace::print::h712608e4347fd64a [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stderr] 4: 0x55e7aaf6212b - std::panicking::default_hook::{{closure}}::h6c3d570c2b500048 [INFO] [stderr] at src/libstd/panicking.rs:200 [INFO] [stderr] 5: 0x55e7aaf61e06 - std::panicking::default_hook::hb29963fb4747e0dd [INFO] [stderr] at src/libstd/panicking.rs:214 [INFO] [stderr] 6: 0x55e7aaf627ed - std::panicking::rust_panic_with_hook::hd1236c3083de823a [INFO] [stderr] at src/libstd/panicking.rs:477 [INFO] [stderr] 7: 0x55e7aaf62372 - std::panicking::continue_panic_fmt::he38ad41d6304a12c [INFO] [stderr] at src/libstd/panicking.rs:384 [INFO] [stderr] 8: 0x55e7aaf622bf - std::panicking::begin_panic_fmt::h4b478f1ed53f4521 [INFO] [stderr] at src/libstd/panicking.rs:339 [INFO] [stderr] 9: 0x55e7aaf126e4 - build_script_build::run::h7d0f2ad8c19fbc3d [INFO] [stderr] at /opt/crater/cargo-home/git/checkouts/rust-portaudio-ae948abb441ff264/398dd3b/rust-portaudio-sys/build.rs:73 [INFO] [stderr] 10: 0x55e7aaf1345c - build_script_build::platform::download::h3e0bb8a06c1b9051 [INFO] [stderr] at /opt/crater/cargo-home/git/checkouts/rust-portaudio-ae948abb441ff264/398dd3b/rust-portaudio-sys/build.rs:137 [INFO] [stderr] 11: 0x55e7aaf12021 - build_script_build::build::h365c86610b4aa607 [INFO] [stderr] at /opt/crater/cargo-home/git/checkouts/rust-portaudio-ae948abb441ff264/398dd3b/rust-portaudio-sys/build.rs:53 [INFO] [stderr] 12: 0x55e7aaf11efb - build_script_build::main::hf027abc6f0f2ab6a [INFO] [stderr] at /opt/crater/cargo-home/git/checkouts/rust-portaudio-ae948abb441ff264/398dd3b/rust-portaudio-sys/build.rs:43 [INFO] [stderr] 13: 0x55e7aaf14600 - std::rt::lang_start::{{closure}}::ha97702124040146d [INFO] [stderr] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/rt.rs:64 [INFO] [stderr] 14: 0x55e7aaf62243 - std::rt::lang_start_internal::{{closure}}::hf367a5a6ae52b0ce [INFO] [stderr] at src/libstd/rt.rs:49 [INFO] [stderr] 15: 0x55e7aaf62243 - std::panicking::try::do_call::h9d779bc5e27e3284 [INFO] [stderr] at src/libstd/panicking.rs:296 [INFO] [stderr] 16: 0x55e7aaf68b6a - __rust_maybe_catch_panic [INFO] [stderr] at src/libpanic_unwind/lib.rs:80 [INFO] [stderr] 17: 0x55e7aaf62cfd - std::panicking::try::h4af22d9cb0afa351 [INFO] [stderr] at src/libstd/panicking.rs:275 [INFO] [stderr] 18: 0x55e7aaf62cfd - std::panic::catch_unwind::hbb68a9ada87bfb97 [INFO] [stderr] at src/libstd/panic.rs:394 [INFO] [stderr] 19: 0x55e7aaf62cfd - std::rt::lang_start_internal::hba9e09d74440ce4d [INFO] [stderr] at src/libstd/rt.rs:48 [INFO] [stderr] 20: 0x55e7aaf145d9 - std::rt::lang_start::hcb39c01e83a660c0 [INFO] [stderr] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/rt.rs:64 [INFO] [stderr] 21: 0x55e7aaf1273a - main [INFO] [stderr] 22: 0x7f3e9e34b2e1 - __libc_start_main [INFO] [stderr] 23: 0x55e7aaf11c6a - _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" "46144a6ff832aa37165ea9bdc612882e96d3fdb86a6d412f3765d90bb48daccd"` [INFO] running `"docker" "rm" "-f" "46144a6ff832aa37165ea9bdc612882e96d3fdb86a6d412f3765d90bb48daccd"` [INFO] [stdout] 46144a6ff832aa37165ea9bdc612882e96d3fdb86a6d412f3765d90bb48daccd