Sep 20 04:15:36.518 INFO checking dsp-chain-0.9.0 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 20 04:15:36.518 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 20 04:15:36.519 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-0/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 04:15:36.803 INFO blam! 4a4364a69eb9a0099170ada5d7b8d94bc8023f7ec5abda64c07daa312cd85d3b Sep 20 04:15:36.805 INFO running `"docker" "start" "-a" "4a4364a69eb9a0099170ada5d7b8d94bc8023f7ec5abda64c07daa312cd85d3b"` Sep 20 04:15:37.442 INFO kablam! usermod: no changes Sep 20 04:15:37.483 INFO kablam! Checking sample v0.2.0 Sep 20 04:15:37.483 INFO kablam! Compiling portaudio v0.5.1 Sep 20 04:15:37.483 INFO kablam! Checking petgraph v0.1.18 Sep 20 04:15:38.031 INFO kablam! error[E0034]: multiple applicable items in scope Sep 20 04:15:38.031 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:404:17 Sep 20 04:15:38.031 INFO kablam! | Sep 20 04:15:38.031 INFO kablam! 404 | assert!(Ix::max().index() == !0 || NodeIndex::end() != node_idx); Sep 20 04:15:38.031 INFO kablam! | ^^^^^^^ multiple `max` found Sep 20 04:15:38.031 INFO kablam! | Sep 20 04:15:38.031 INFO kablam! note: candidate #1 is defined in the trait `graph::IndexType` Sep 20 04:15:38.031 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:28:5 Sep 20 04:15:38.032 INFO kablam! | Sep 20 04:15:38.032 INFO kablam! 28 | fn max() -> Self; Sep 20 04:15:38.032 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 20 04:15:38.032 INFO kablam! = help: to disambiguate the method call, write `graph::IndexType::max(...)` instead Sep 20 04:15:38.032 INFO kablam! note: candidate #2 is defined in the trait `std::cmp::Ord` Sep 20 04:15:38.032 INFO kablam! = help: to disambiguate the method call, write `std::cmp::Ord::max(...)` instead Sep 20 04:15:38.032 INFO kablam! Sep 20 04:15:38.036 INFO kablam! error[E0034]: multiple applicable items in scope Sep 20 04:15:38.036 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:438:17 Sep 20 04:15:38.036 INFO kablam! | Sep 20 04:15:38.036 INFO kablam! 438 | assert!(Ix::max().index() == !0 || EdgeIndex::end() != edge_idx); Sep 20 04:15:38.036 INFO kablam! | ^^^^^^^ multiple `max` found Sep 20 04:15:38.036 INFO kablam! | Sep 20 04:15:38.036 INFO kablam! note: candidate #1 is defined in the trait `graph::IndexType` Sep 20 04:15:38.036 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.1.18/src/graph.rs:28:5 Sep 20 04:15:38.036 INFO kablam! | Sep 20 04:15:38.036 INFO kablam! 28 | fn max() -> Self; Sep 20 04:15:38.036 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 20 04:15:38.036 INFO kablam! = help: to disambiguate the method call, write `graph::IndexType::max(...)` instead Sep 20 04:15:38.036 INFO kablam! note: candidate #2 is defined in the trait `std::cmp::Ord` Sep 20 04:15:38.036 INFO kablam! = help: to disambiguate the method call, write `std::cmp::Ord::max(...)` instead Sep 20 04:15:38.036 INFO kablam! Sep 20 04:15:38.287 INFO kablam! error: aborting due to 2 previous errors Sep 20 04:15:38.287 INFO kablam! Sep 20 04:15:38.287 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 20 04:15:38.291 INFO kablam! error: failed to run custom build command for `portaudio v0.5.1` Sep 20 04:15:38.291 INFO kablam! process didn't exit successfully: `/target/debug/build/portaudio-36e63853fa5ea782/build-script-build` (exit code: 101) Sep 20 04:15:38.291 INFO kablam! --- stderr Sep 20 04:15:38.291 INFO kablam! thread 'main' panicked at 'No such file or directory (os error 2)', /cargo-home/registry/src/github.com-1ecc6299db9ec823/portaudio-0.5.1/build.rs:83:23 Sep 20 04:15:38.291 INFO kablam! stack backtrace: Sep 20 04:15:38.291 INFO kablam! 0: 0x55bfeb68198e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h060561e77e35d806 Sep 20 04:15:38.291 INFO kablam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Sep 20 04:15:38.291 INFO kablam! 1: 0x55bfeb673656 - std::sys_common::backtrace::print::haea7ed8a1bf250c8 Sep 20 04:15:38.291 INFO kablam! at libstd/sys_common/backtrace.rs:71 Sep 20 04:15:38.291 INFO kablam! at libstd/sys_common/backtrace.rs:59 Sep 20 04:15:38.291 INFO kablam! 2: 0x55bfeb671ffd - std::panicking::default_hook::{{closure}}::h1005c8854e58be8d Sep 20 04:15:38.291 INFO kablam! at libstd/panicking.rs:211 Sep 20 04:15:38.291 INFO kablam! 3: 0x55bfeb671d70 - std::panicking::default_hook::h79143d5863e2bd30 Sep 20 04:15:38.291 INFO kablam! at libstd/panicking.rs:227 Sep 20 04:15:38.291 INFO kablam! 4: 0x55bfeb6725bc - std::panicking::rust_panic_with_hook::hd9cae99f6e4776b8 Sep 20 04:15:38.291 INFO kablam! at libstd/panicking.rs:477 Sep 20 04:15:38.291 INFO kablam! 5: 0x55bfeb6721b9 - std::panicking::continue_panic_fmt::h446ccd7d316def28 Sep 20 04:15:38.291 INFO kablam! at libstd/panicking.rs:391 Sep 20 04:15:38.291 INFO kablam! 6: 0x55bfeb67211d - std::panicking::begin_panic_fmt::hb88cb158287c55b4 Sep 20 04:15:38.291 INFO kablam! at libstd/panicking.rs:346 Sep 20 04:15:38.291 INFO kablam! 7: 0x55bfeb631cd9 - build_script_build::unix_platform::build::hae76058d4b84bd09 Sep 20 04:15:38.291 INFO kablam! at /cargo-home/registry/src/github.com-1ecc6299db9ec823/portaudio-0.5.1/build.rs:83 Sep 20 04:15:38.291 INFO kablam! 8: 0x55bfeb63357c - build_script_build::platform::build::h59adeb5fab734502 Sep 20 04:15:38.291 INFO kablam! at /cargo-home/registry/src/github.com-1ecc6299db9ec823/portaudio-0.5.1/build.rs:140 Sep 20 04:15:38.291 INFO kablam! 9: 0x55bfeb633c3e - build_script_build::build::hdae1b306f53a09ad Sep 20 04:15:38.291 INFO kablam! at /cargo-home/registry/src/github.com-1ecc6299db9ec823/portaudio-0.5.1/build.rs:49 Sep 20 04:15:38.291 INFO kablam! 10: 0x55bfeb633af3 - build_script_build::main::h2cf7d7acc362f038 Sep 20 04:15:38.291 INFO kablam! at /cargo-home/registry/src/github.com-1ecc6299db9ec823/portaudio-0.5.1/build.rs:38 Sep 20 04:15:38.291 INFO kablam! 11: 0x55bfeb634bff - std::rt::lang_start::{{closure}}::h9a7a95072753082e Sep 20 04:15:38.291 INFO kablam! at libstd/rt.rs:74 Sep 20 04:15:38.291 INFO kablam! 12: 0x55bfeb6720a2 - std::panicking::try::do_call::had563038a207619d Sep 20 04:15:38.291 INFO kablam! at libstd/rt.rs:59 Sep 20 04:15:38.291 INFO kablam! at libstd/panicking.rs:310 Sep 20 04:15:38.291 INFO kablam! 13: 0x55bfeb692cd9 - __rust_maybe_catch_panic Sep 20 04:15:38.291 INFO kablam! at libpanic_unwind/lib.rs:102 Sep 20 04:15:38.291 INFO kablam! 14: 0x55bfeb67d415 - std::rt::lang_start_internal::hcd623b62ef9a6b5e Sep 20 04:15:38.291 INFO kablam! at libstd/panicking.rs:289 Sep 20 04:15:38.291 INFO kablam! at libstd/panic.rs:392 Sep 20 04:15:38.291 INFO kablam! at libstd/rt.rs:58 Sep 20 04:15:38.291 INFO kablam! 15: 0x55bfeb634bd7 - std::rt::lang_start::hbfc608c83e77f835 Sep 20 04:15:38.291 INFO kablam! at libstd/rt.rs:74 Sep 20 04:15:38.291 INFO kablam! 16: 0x55bfeb633cc9 - main Sep 20 04:15:38.291 INFO kablam! 17: 0x7f12c80c582f - __libc_start_main Sep 20 04:15:38.291 INFO kablam! 18: 0x55bfeb631868 - _start Sep 20 04:15:38.291 INFO kablam! 19: 0x0 - Sep 20 04:15:38.291 INFO kablam! Sep 20 04:15:38.291 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 04:15:38.294 INFO kablam! error: Could not compile `petgraph`. Sep 20 04:15:38.294 INFO kablam! Sep 20 04:15:38.294 INFO kablam! To learn more, run the command again with --verbose. Sep 20 04:15:38.295 INFO kablam! su: No module specific data is present Sep 20 04:15:38.928 INFO running `"docker" "rm" "-f" "4a4364a69eb9a0099170ada5d7b8d94bc8023f7ec5abda64c07daa312cd85d3b"` Sep 20 04:15:39.023 INFO blam! 4a4364a69eb9a0099170ada5d7b8d94bc8023f7ec5abda64c07daa312cd85d3b