[INFO] updating cached repository plietar/python-librespot [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/plietar/python-librespot [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/plietar/python-librespot" "work/ex/beta-1.37-6/sources/1.36.0/gh/plietar/python-librespot"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/plietar/python-librespot'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/plietar/python-librespot" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/plietar/python-librespot"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/plietar/python-librespot'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] dd78b07446423cb6ecad836c913cdc93d1965c4b [INFO] sha for GitHub repo plietar/python-librespot: dd78b07446423cb6ecad836c913cdc93d1965c4b [INFO] validating manifest of plietar/python-librespot on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of plietar/python-librespot on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing plietar/python-librespot [INFO] finished frobbing plietar/python-librespot [INFO] frobbed toml for plietar/python-librespot written to work/ex/beta-1.37-6/sources/1.36.0/gh/plietar/python-librespot/Cargo.toml [INFO] started frobbing plietar/python-librespot [INFO] finished frobbing plietar/python-librespot [INFO] frobbed toml for plietar/python-librespot written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/plietar/python-librespot/Cargo.toml [INFO] crate plietar/python-librespot already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing plietar/python-librespot against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/plietar/python-librespot:/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.36.0" "build" "--frozen"` [INFO] [stdout] 3b432bbdfee7623499ecfe7b19a712b3359a598d9458ed6712df990c969f28ec [INFO] running `"docker" "start" "-a" "3b432bbdfee7623499ecfe7b19a712b3359a598d9458ed6712df990c969f28ec"` [INFO] [stderr] Compiling term v0.4.5 [INFO] [stderr] Compiling lazycell v0.4.0 [INFO] [stderr] Compiling matches v0.1.4 [INFO] [stderr] Compiling futures v0.1.13 [INFO] [stderr] Compiling unicode-normalization v0.1.4 [INFO] [stderr] Compiling librespot-protocol v0.1.0 (https://github.com/plietar/librespot#28232b5a) [INFO] [stderr] Compiling regex-syntax v0.4.0 [INFO] [stderr] Compiling quick-error v1.2.0 [INFO] [stderr] Compiling protobuf v1.2.2 [INFO] [stderr] Compiling bit-vec v0.4.3 [INFO] [stderr] Compiling multimap v0.3.0 [INFO] [stderr] Compiling httparse v1.2.2 [INFO] [stderr] Compiling cpython v0.1.0 (https://github.com/dgrunwald/rust-cpython.git#4773d2e3) [INFO] [stderr] Compiling itoa v0.3.1 [INFO] [stderr] Compiling bitflags v0.3.3 [INFO] [stderr] Compiling dtoa v0.4.1 [INFO] [stderr] Compiling getopts v0.2.14 [INFO] [stderr] Compiling linear-map v1.1.0 [INFO] [stderr] Compiling error-chain v0.9.0 [INFO] [stderr] Compiling syntex_pos v0.58.1 [INFO] [stderr] Compiling ogg-sys v0.0.9 [INFO] [stderr] warning[E0503]: cannot use `state` because it was mutably borrowed [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/getopts-0.2.14/src/lib.rs:1008:33 [INFO] [stderr] | [INFO] [stderr] 955 | let mut machine = |cont: &mut bool, (i, c): (usize, char)| { [INFO] [stderr] | ---------------------------------------- borrow of `state` occurs here [INFO] [stderr] ... [INFO] [stderr] 959 | state = match (state, whitespace, limit) { [INFO] [stderr] | ----- borrow occurs due to use of `state` in closure [INFO] [stderr] ... [INFO] [stderr] 1008 | while cont && match state { B | C => true, A => false } { [INFO] [stderr] | ^ use of borrowed `state` [INFO] [stderr] 1009 | machine(&mut cont, (fake_i, ' ')); [INFO] [stderr] | ------- borrow later used here [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] [INFO] [stderr] Compiling iovec v0.1.0 [INFO] [stderr] Compiling vorbis-sys v0.0.8 [INFO] [stderr] Compiling portaudio-sys v0.1.1 [INFO] [stderr] Compiling vorbis-encoder v0.1.4 [INFO] [stderr] Compiling thread-id v3.0.0 [INFO] [stderr] Compiling vorbisfile-sys v0.0.8 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Compiling base64 v0.4.2 [INFO] [stderr] Compiling termios v0.2.2 [INFO] [stderr] Compiling shannon v0.2.0 [INFO] [stderr] Compiling base64 v0.5.2 [INFO] [stderr] Compiling net2 v0.2.29 [INFO] [stderr] Compiling mime v0.2.3 [INFO] [stderr] Compiling unreachable v0.1.1 [INFO] [stderr] Compiling nix v0.8.1 [INFO] [stderr] Compiling unicode-bidi v0.2.5 [INFO] [stderr] Compiling dns-parser v0.3.2 (https://github.com/plietar/dns-parser#1d3e5a55) [INFO] [stderr] Compiling bit-set v0.4.0 [INFO] [stderr] Compiling serde_json v0.9.10 [INFO] [stderr] Compiling bytes v0.4.3 [INFO] [stderr] error: failed to run custom build command for `portaudio-sys v0.1.1` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/crater/target/debug/build/portaudio-sys-95ae9c9069eaae1f/build-script-build` (exit code: 101) [INFO] [stderr] --- stderr [INFO] [stderr] thread 'main' panicked at '`"pkg-config" "--libs" "--cflags" "portaudio-2.0"` did not exit successfully: exit code: 1 [INFO] [stderr] --- stderr [INFO] [stderr] Package portaudio-2.0 was not found in the pkg-config search path. [INFO] [stderr] Perhaps you should add the directory containing `portaudio-2.0.pc' [INFO] [stderr] to the PKG_CONFIG_PATH environment variable [INFO] [stderr] No package 'portaudio-2.0' found [INFO] [stderr] ', /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/portaudio-sys-0.1.1/build.rs:8:19 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x55720adf5743 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h6485381528590a55 [INFO] [stderr] at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:39 [INFO] [stderr] 1: 0x55720adf134b - std::sys_common::backtrace::_print::h49a82ae9552e35c7 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:71 [INFO] [stderr] 2: 0x55720adf45d6 - std::panicking::default_hook::{{closure}}::he20974adbefcc046 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stderr] at src/libstd/panicking.rs:197 [INFO] [stderr] 3: 0x55720adf4369 - std::panicking::default_hook::he4af6af4ac7fef7b [INFO] [stderr] at src/libstd/panicking.rs:211 [INFO] [stderr] 4: 0x55720adf4c2f - std::panicking::rust_panic_with_hook::h057ff03eb4c8000f [INFO] [stderr] at src/libstd/panicking.rs:474 [INFO] [stderr] 5: 0x55720adf47b1 - std::panicking::continue_panic_fmt::ha6d6ae144369025b [INFO] [stderr] at src/libstd/panicking.rs:381 [INFO] [stderr] 6: 0x55720adf46fe - std::panicking::begin_panic_fmt::he54eae869ed71eb1 [INFO] [stderr] at src/libstd/panicking.rs:336 [INFO] [stderr] 7: 0x55720adbc6dd - build_script_build::main::h670bf18e841bc84b [INFO] [stderr] at /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/portaudio-sys-0.1.1/build.rs:8 [INFO] [stderr] 8: 0x55720adbc85f - std::rt::lang_start::{{closure}}::hc6f38eb8ae28363e [INFO] [stderr] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/rt.rs:64 [INFO] [stderr] 9: 0x55720adf4682 - std::panicking::try::do_call::hc3d8373a0b215f51 [INFO] [stderr] at src/libstd/rt.rs:49 [INFO] [stderr] at src/libstd/panicking.rs:293 [INFO] [stderr] 10: 0x55720adfadd9 - __rust_maybe_catch_panic [INFO] [stderr] at src/libpanic_unwind/lib.rs:85 [INFO] [stderr] 11: 0x55720adf513c - std::rt::lang_start_internal::he5218c8b95d395f2 [INFO] [stderr] at src/libstd/panicking.rs:272 [INFO] [stderr] at src/libstd/panic.rs:394 [INFO] [stderr] at src/libstd/rt.rs:48 [INFO] [stderr] 12: 0x55720adbc838 - std::rt::lang_start::h7b74969074cad691 [INFO] [stderr] at /rustc/a53f9df32fbb0b5f4382caaad8f1a46f36ea887c/src/libstd/rt.rs:64 [INFO] [stderr] 13: 0x55720adbc739 - main [INFO] [stderr] 14: 0x7fbe0e3df2e0 - __libc_start_main [INFO] [stderr] 15: 0x55720adbc499 - _start [INFO] [stderr] 16: 0x0 - [INFO] [stderr] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "3b432bbdfee7623499ecfe7b19a712b3359a598d9458ed6712df990c969f28ec"` [INFO] running `"docker" "rm" "-f" "3b432bbdfee7623499ecfe7b19a712b3359a598d9458ed6712df990c969f28ec"` [INFO] [stdout] 3b432bbdfee7623499ecfe7b19a712b3359a598d9458ed6712df990c969f28ec