Oct 15 08:49:23.922 INFO testing MaxWiens/rust_pong against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 08:49:23.924 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 08:49:24.383 INFO blam! 0bd86ec8df8330096c55a23bd874065c98048f7aac89a9a3fb954bc3ecdb2a9f Oct 15 08:49:24.385 INFO running `"docker" "start" "-a" "0bd86ec8df8330096c55a23bd874065c98048f7aac89a9a3fb954bc3ecdb2a9f"` Oct 15 08:49:26.819 INFO kablam! usermod: no changes Oct 15 08:49:27.411 INFO kablam! Compiling serde v1.0.79 Oct 15 08:49:27.425 INFO kablam! Compiling cgmath v0.16.1 Oct 15 08:49:27.426 INFO kablam! Compiling mint v0.5.1 Oct 15 08:49:27.427 INFO kablam! Compiling num-iter v0.1.37 Oct 15 08:49:27.427 INFO kablam! Compiling num-complex v0.2.1 Oct 15 08:49:27.443 INFO kablam! Compiling wavefront_obj v5.1.0 Oct 15 08:49:27.444 INFO kablam! Compiling claxon v0.3.2 Oct 15 08:49:27.444 INFO kablam! Compiling hetseq v0.1.5 Oct 15 08:49:32.063 INFO kablam! Compiling xi-unicode v0.1.0 Oct 15 08:49:32.519 INFO kablam! Compiling fluent-locale v0.3.2 Oct 15 08:49:32.615 INFO kablam! Compiling minimp3-sys v0.3.0 Oct 15 08:49:37.444 INFO kablam! Compiling memmap v0.6.2 Oct 15 08:49:37.517 INFO kablam! Compiling xcb v0.8.2 Oct 15 08:49:37.532 INFO kablam! Compiling slice-deque v0.1.13 Oct 15 08:49:37.669 INFO kablam! Compiling itertools v0.7.8 Oct 15 08:49:37.797 INFO kablam! Compiling ogg v0.6.0 Oct 15 08:49:45.559 INFO kablam! Compiling rustc-hash v1.0.1 Oct 15 08:49:45.667 INFO kablam! Compiling wayland-scanner v0.20.12 Oct 15 08:49:45.775 INFO kablam! Compiling vergen v0.1.1 Oct 15 08:49:46.295 INFO kablam! Compiling rand v0.5.5 Oct 15 08:49:46.473 INFO kablam! Compiling alsa-sys v0.1.2 Oct 15 08:49:46.835 INFO kablam! error: failed to run custom build command for `alsa-sys v0.1.2` Oct 15 08:49:46.835 INFO kablam! process didn't exit successfully: `/target/debug/build/alsa-sys-09f572952f1907dc/build-script-build` (exit code: 101) Oct 15 08:49:46.835 INFO kablam! --- stderr Oct 15 08:49:46.835 INFO kablam! thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: "`\"pkg-config\" \"--libs\" \"--cflags\" \"alsa\"` did not exit successfully: exit code: 1\n--- stderr\nPackage alsa was not found in the pkg-config search path.\nPerhaps you should add the directory containing `alsa.pc\'\nto the PKG_CONFIG_PATH environment variable\nNo package \'alsa\' found\n"', libcore/result.rs:1009:5 Oct 15 08:49:46.835 INFO kablam! stack backtrace: Oct 15 08:49:46.835 INFO kablam! 0: 0x55698078731e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 15 08:49:46.835 INFO kablam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 15 08:49:46.835 INFO kablam! 1: 0x556980793086 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 15 08:49:46.835 INFO kablam! at libstd/sys_common/backtrace.rs:71 Oct 15 08:49:46.835 INFO kablam! at libstd/sys_common/backtrace.rs:59 Oct 15 08:49:46.835 INFO kablam! 2: 0x55698078c08d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 15 08:49:46.835 INFO kablam! at libstd/panicking.rs:211 Oct 15 08:49:46.835 INFO kablam! 3: 0x55698078be00 - std::panicking::default_hook::h1ef46fa7cd894809 Oct 15 08:49:46.835 INFO kablam! at libstd/panicking.rs:227 Oct 15 08:49:46.835 INFO kablam! 4: 0x55698078c68c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 15 08:49:46.835 INFO kablam! at libstd/panicking.rs:476 Oct 15 08:49:46.835 INFO kablam! 5: 0x55698078c249 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 15 08:49:46.836 INFO kablam! at libstd/panicking.rs:390 Oct 15 08:49:46.836 INFO kablam! 6: 0x55698078c145 - rust_begin_unwind Oct 15 08:49:46.836 INFO kablam! at libstd/panicking.rs:325 Oct 15 08:49:46.836 INFO kablam! 7: 0x5569807cdc7b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 15 08:49:46.836 INFO kablam! at libcore/panicking.rs:77 Oct 15 08:49:46.836 INFO kablam! 8: 0x556980740d53 - core::result::unwrap_failed::h40af993e7c313c10 Oct 15 08:49:46.836 INFO kablam! at libcore/macros.rs:26 Oct 15 08:49:46.836 INFO kablam! 9: 0x556980740bb9 - >::unwrap::h2e4e89b6bb0adf43 Oct 15 08:49:46.836 INFO kablam! at libcore/result.rs:808 Oct 15 08:49:46.836 INFO kablam! 10: 0x556980740da4 - build_script_build::main::hfb0541f2f3cbe92b Oct 15 08:49:46.836 INFO kablam! at /cargo-home/registry/src/github.com-1ecc6299db9ec823/alsa-sys-0.1.2/build.rs:4 Oct 15 08:49:46.836 INFO kablam! 11: 0x556980740a7f - std::rt::lang_start::{{closure}}::h9c44aebded0e3994 Oct 15 08:49:46.836 INFO kablam! at libstd/rt.rs:74 Oct 15 08:49:46.836 INFO kablam! 12: 0x55698078c132 - std::panicking::try::do_call::h12551105aa669869 Oct 15 08:49:46.836 INFO kablam! at libstd/rt.rs:59 Oct 15 08:49:46.836 INFO kablam! at libstd/panicking.rs:310 Oct 15 08:49:46.836 INFO kablam! 13: 0x55698079e259 - __rust_maybe_catch_panic Oct 15 08:49:46.836 INFO kablam! at libpanic_unwind/lib.rs:102 Oct 15 08:49:46.836 INFO kablam! 14: 0x55698077fff5 - std::rt::lang_start_internal::h10c9f3c0b8607f1f Oct 15 08:49:46.836 INFO kablam! at libstd/panicking.rs:289 Oct 15 08:49:46.836 INFO kablam! at libstd/panic.rs:392 Oct 15 08:49:46.836 INFO kablam! at libstd/rt.rs:58 Oct 15 08:49:46.836 INFO kablam! 15: 0x556980740a57 - std::rt::lang_start::h3f593c3b01953b09 Oct 15 08:49:46.836 INFO kablam! at libstd/rt.rs:74 Oct 15 08:49:46.836 INFO kablam! 16: 0x556980740de9 - main Oct 15 08:49:46.836 INFO kablam! 17: 0x7f822857f82f - __libc_start_main Oct 15 08:49:46.836 INFO kablam! 18: 0x556980740798 - _start Oct 15 08:49:46.836 INFO kablam! 19: 0x0 - Oct 15 08:49:46.836 INFO kablam! Oct 15 08:49:46.836 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 15 08:49:55.102 INFO kablam! error: build failed Oct 15 08:49:55.104 INFO kablam! su: No module specific data is present Oct 15 08:49:56.531 INFO running `"docker" "rm" "-f" "0bd86ec8df8330096c55a23bd874065c98048f7aac89a9a3fb954bc3ecdb2a9f"` Oct 15 08:49:56.885 INFO blam! 0bd86ec8df8330096c55a23bd874065c98048f7aac89a9a3fb954bc3ecdb2a9f