[INFO] cloning repository https://github.com/nathanlesage/visualizrs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nathanlesage/visualizrs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnathanlesage%2Fvisualizrs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnathanlesage%2Fvisualizrs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4002d584f36e6c2594f2db06a10a47d62e4f64ef [INFO] checking nathanlesage/visualizrs against master#f5f33ec0e0455eefa72fc5567eb1280a4d5ee206 for pr-83312 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnathanlesage%2Fvisualizrs" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nathanlesage/visualizrs on toolchain f5f33ec0e0455eefa72fc5567eb1280a4d5ee206 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f5f33ec0e0455eefa72fc5567eb1280a4d5ee206" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/nathanlesage/visualizrs [INFO] finished tweaking git repo https://github.com/nathanlesage/visualizrs [INFO] tweaked toml for git repo https://github.com/nathanlesage/visualizrs written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/nathanlesage/visualizrs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f5f33ec0e0455eefa72fc5567eb1280a4d5ee206" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+f5f33ec0e0455eefa72fc5567eb1280a4d5ee206" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 31d7c15356dedeb383b0496ac99cd73a5b3de5ccbac1dcbfa35b67e76ed94b24 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "31d7c15356dedeb383b0496ac99cd73a5b3de5ccbac1dcbfa35b67e76ed94b24", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "31d7c15356dedeb383b0496ac99cd73a5b3de5ccbac1dcbfa35b67e76ed94b24", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "31d7c15356dedeb383b0496ac99cd73a5b3de5ccbac1dcbfa35b67e76ed94b24", kill_on_drop: false }` [INFO] [stdout] 31d7c15356dedeb383b0496ac99cd73a5b3de5ccbac1dcbfa35b67e76ed94b24 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+f5f33ec0e0455eefa72fc5567eb1280a4d5ee206" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9ef3b4ed37aebb7c43931302c96fb811049f1589cd76baf6542ebd2b395bb5d2 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "9ef3b4ed37aebb7c43931302c96fb811049f1589cd76baf6542ebd2b395bb5d2", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling libc v0.2.71 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling xml-rs v0.8.3 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Compiling libloading v0.6.2 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Checking piston-float v1.0.0 [INFO] [stderr] Compiling rayon-core v1.7.1 [INFO] [stderr] Compiling serde v1.0.114 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Checking downcast-rs v1.2.0 [INFO] [stderr] Checking piston-graphics_api_version v0.2.0 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling cc v1.0.57 [INFO] [stderr] Checking xdg v2.2.0 [INFO] [stderr] Compiling nix v0.15.0 [INFO] [stderr] Checking either v1.5.3 [INFO] [stderr] Checking percent-encoding v2.1.0 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Compiling cpal v0.12.1 [INFO] [stderr] Checking interpolation v0.2.0 [INFO] [stderr] Checking scoped_threadpool v0.1.9 [INFO] [stderr] Checking transpose v0.1.0 [INFO] [stderr] Checking lock_api v0.3.4 [INFO] [stderr] Checking piston-viewport v1.0.0 [INFO] [stderr] Checking vecmath v1.0.0 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Checking walkdir v2.3.1 [INFO] [stderr] Checking gif v0.10.3 [INFO] [stderr] Checking shader_version v0.6.0 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.5 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling rayon v1.3.1 [INFO] [stderr] Compiling num-iter v0.1.41 [INFO] [stderr] Compiling num-rational v0.3.0 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Compiling alsa-sys v0.3.0 [INFO] [stderr] Compiling portaudio-sys v0.1.1 [INFO] [stderr] Checking smallvec v0.6.13 [INFO] [stderr] Compiling gl_generator v0.13.1 [INFO] [stderr] Compiling gl_generator v0.10.0 [INFO] [stderr] Checking dlib v0.4.2 [INFO] [stderr] Checking stb_truetype v0.3.1 [INFO] [stderr] Checking deflate v0.8.5 [INFO] [stderr] Checking tiff v0.5.0 [INFO] [stderr] Compiling quote v0.6.13 [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/rustwide/target/debug/build/portaudio-sys-85b9b66c97152d0c/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/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/portaudio-sys-0.1.1/build.rs:8:19 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x55ef6ff67fb0 - std::backtrace_rs::backtrace::libunwind::trace::h4dee703919bfd40a [INFO] [stderr] at /rustc/f5f33ec0e0455eefa72fc5567eb1280a4d5ee206/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stderr] 1: 0x55ef6ff67fb0 - std::backtrace_rs::backtrace::trace_unsynchronized::h457e839f1a563e20 [INFO] [stderr] at /rustc/f5f33ec0e0455eefa72fc5567eb1280a4d5ee206/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x55ef6ff67fb0 - std::sys_common::backtrace::_print_fmt::h86a55fb30f8393c8 [INFO] [stderr] at /rustc/f5f33ec0e0455eefa72fc5567eb1280a4d5ee206/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stderr] 3: 0x55ef6ff67fb0 - ::fmt::h7b3d6cac46d277e1 [INFO] [stderr] at /rustc/f5f33ec0e0455eefa72fc5567eb1280a4d5ee206/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stderr] 4: 0x55ef6ff829df - core::fmt::write::h127419eb46f2ecc9 [INFO] [stderr] at /rustc/f5f33ec0e0455eefa72fc5567eb1280a4d5ee206/library/core/src/fmt/mod.rs:1092:17 [INFO] [stderr] 5: 0x55ef6ff65882 - std::io::Write::write_fmt::h6010cfbb4726588b [INFO] [stderr] at /rustc/f5f33ec0e0455eefa72fc5567eb1280a4d5ee206/library/std/src/io/mod.rs:1572:15 [INFO] [stderr] 6: 0x55ef6ff69cd5 - std::sys_common::backtrace::_print::h79b4f9652330cc9d [INFO] [stderr] at /rustc/f5f33ec0e0455eefa72fc5567eb1280a4d5ee206/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stderr] 7: 0x55ef6ff69cd5 - std::sys_common::backtrace::print::h330bb326a76af8cf [INFO] [stderr] at /rustc/f5f33ec0e0455eefa72fc5567eb1280a4d5ee206/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stderr] 8: 0x55ef6ff69cd5 - std::panicking::default_hook::{{closure}}::heb6a42a7d50a472e [INFO] [stderr] at /rustc/f5f33ec0e0455eefa72fc5567eb1280a4d5ee206/library/std/src/panicking.rs:208:50 [INFO] [stderr] 9: 0x55ef6ff69783 - std::panicking::default_hook::h17e521ba6d68d6e1 [INFO] [stderr] at /rustc/f5f33ec0e0455eefa72fc5567eb1280a4d5ee206/library/std/src/panicking.rs:225:9 [INFO] [stderr] 10: 0x55ef6ff6a2dd - std::panicking::rust_panic_with_hook::h70db735e3a6e70cb [INFO] [stderr] at /rustc/f5f33ec0e0455eefa72fc5567eb1280a4d5ee206/library/std/src/panicking.rs:591:17 [INFO] [stderr] 11: 0x55ef6ff69e77 - std::panicking::begin_panic_handler::{{closure}}::h777c71c8e5a7e25c [INFO] [stderr] at /rustc/f5f33ec0e0455eefa72fc5567eb1280a4d5ee206/library/std/src/panicking.rs:497:13 [INFO] [stderr] 12: 0x55ef6ff6846c - std::sys_common::backtrace::__rust_end_short_backtrace::h3e9bf30168899554 [INFO] [stderr] at /rustc/f5f33ec0e0455eefa72fc5567eb1280a4d5ee206/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stderr] 13: 0x55ef6ff69dd9 - rust_begin_unwind [INFO] [stderr] at /rustc/f5f33ec0e0455eefa72fc5567eb1280a4d5ee206/library/std/src/panicking.rs:493:5 [INFO] [stderr] 14: 0x55ef6ff21ebb - std::panicking::begin_panic_fmt::h0b6b6d9d830486ef [INFO] [stderr] at /rustc/f5f33ec0e0455eefa72fc5567eb1280a4d5ee206/library/std/src/panicking.rs:435:5 [INFO] [stderr] 15: 0x55ef6ff22bbe - build_script_build::main::h18ffec352779f3a9 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/portaudio-sys-0.1.1/build.rs:8:19 [INFO] [stderr] 16: 0x55ef6ff22c7b - core::ops::function::FnOnce::call_once::haee7401fd593c0f0 [INFO] [stderr] at /rustc/f5f33ec0e0455eefa72fc5567eb1280a4d5ee206/library/core/src/ops/function.rs:227:5 [INFO] [stderr] 17: 0x55ef6ff22e4e - std::sys_common::backtrace::__rust_begin_short_backtrace::h4d58e58a5bbd57e5 [INFO] [stderr] at /rustc/f5f33ec0e0455eefa72fc5567eb1280a4d5ee206/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stderr] 18: 0x55ef6ff22ab1 - std::rt::lang_start::{{closure}}::h7b4410c1bb4f5795 [INFO] [stderr] at /rustc/f5f33ec0e0455eefa72fc5567eb1280a4d5ee206/library/std/src/rt.rs:66:18 [INFO] [stderr] 19: 0x55ef6ff6a6da - core::ops::function::impls:: for &F>::call_once::hbcc915e668c7ca11 [INFO] [stderr] at /rustc/f5f33ec0e0455eefa72fc5567eb1280a4d5ee206/library/core/src/ops/function.rs:259:13 [INFO] [stderr] 20: 0x55ef6ff6a6da - std::panicking::try::do_call::h6b0f430d48122ddf [INFO] [stderr] at /rustc/f5f33ec0e0455eefa72fc5567eb1280a4d5ee206/library/std/src/panicking.rs:379:40 [INFO] [stderr] 21: 0x55ef6ff6a6da - std::panicking::try::h6ba420e2e21b5afa [INFO] [stderr] at /rustc/f5f33ec0e0455eefa72fc5567eb1280a4d5ee206/library/std/src/panicking.rs:343:19 [INFO] [stderr] 22: 0x55ef6ff6a6da - std::panic::catch_unwind::h8366719d1f615eee [INFO] [stderr] at /rustc/f5f33ec0e0455eefa72fc5567eb1280a4d5ee206/library/std/src/panic.rs:431:14 [INFO] [stderr] 23: 0x55ef6ff6a6da - std::rt::lang_start_internal::h965c28c9ce06ee73 [INFO] [stderr] at /rustc/f5f33ec0e0455eefa72fc5567eb1280a4d5ee206/library/std/src/rt.rs:51:25 [INFO] [stderr] 24: 0x55ef6ff22a90 - std::rt::lang_start::h4404a7e7cda5feb5 [INFO] [stderr] at /rustc/f5f33ec0e0455eefa72fc5567eb1280a4d5ee206/library/std/src/rt.rs:65:5 [INFO] [stderr] 25: 0x55ef6ff22c4c - main [INFO] [stderr] 26: 0x7fc2c56ae0b3 - __libc_start_main [INFO] [stderr] 27: 0x55ef6ff2298e - _start [INFO] [stderr] 28: 0x0 - [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "9ef3b4ed37aebb7c43931302c96fb811049f1589cd76baf6542ebd2b395bb5d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9ef3b4ed37aebb7c43931302c96fb811049f1589cd76baf6542ebd2b395bb5d2", kill_on_drop: false }` [INFO] [stdout] 9ef3b4ed37aebb7c43931302c96fb811049f1589cd76baf6542ebd2b395bb5d2