Oct 26 19:50:49.195 INFO checking tarcieri/paradox against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 19:50:49.195 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 26 19:50:49.617 INFO blam! d6c51c914fe7a1189a0f9ff4b97d381c02bc4c67a9efd2c0a17062ec12b3a6f4 Oct 26 19:50:49.619 INFO running `"docker" "start" "-a" "d6c51c914fe7a1189a0f9ff4b97d381c02bc4c67a9efd2c0a17062ec12b3a6f4"` Oct 26 19:50:51.835 INFO kablam! usermod: no changes Oct 26 19:50:52.023 INFO kablam! Compiling winapi v0.2.8 Oct 26 19:50:52.023 INFO kablam! Compiling ordermap v0.3.5 Oct 26 19:50:52.031 INFO kablam! Compiling term v0.4.6 Oct 26 19:50:52.031 INFO kablam! Compiling bit-vec v0.4.4 Oct 26 19:50:52.031 INFO kablam! Compiling precomputed-hash v0.1.1 Oct 26 19:50:52.031 INFO kablam! Compiling serde v1.0.45 Oct 26 19:50:52.031 INFO kablam! Compiling diff v0.1.11 Oct 26 19:50:52.031 INFO kablam! Compiling lalrpop-util v0.15.2 Oct 26 19:50:53.223 INFO kablam! Compiling regex-syntax v0.4.2 Oct 26 19:50:54.572 INFO kablam! Compiling ena v0.5.0 Oct 26 19:50:59.263 INFO kablam! Compiling phf_shared v0.7.22 Oct 26 19:51:00.075 INFO kablam! Compiling memchr v2.0.1 Oct 26 19:51:00.497 INFO kablam! Compiling unreachable v0.1.1 Oct 26 19:51:00.519 INFO kablam! Compiling regex-syntax v0.5.6 Oct 26 19:51:00.816 INFO kablam! Compiling bit-set v0.4.0 Oct 26 19:51:02.247 INFO kablam! Compiling petgraph v0.4.12 Oct 26 19:51:02.424 INFO kablam! Checking ascii-canvas v1.0.0 Oct 26 19:51:03.846 INFO kablam! Compiling thread_local v0.3.5 Oct 26 19:51:04.047 INFO kablam! Compiling debug_unreachable v0.1.1 Oct 26 19:51:04.911 INFO kablam! Checking pairing v0.14.1 Oct 26 19:51:06.823 INFO kablam! error[E0034]: multiple applicable items in scope Oct 26 19:51:06.823 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Oct 26 19:51:06.823 INFO kablam! | Oct 26 19:51:06.823 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Oct 26 19:51:06.823 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 26 19:51:06.823 INFO kablam! | Oct 26 19:51:06.823 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 26 19:51:06.823 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 26 19:51:06.823 INFO kablam! | Oct 26 19:51:06.823 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 26 19:51:06.823 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 26 19:51:06.823 INFO kablam! 7 | | { Oct 26 19:51:06.823 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 26 19:51:06.823 INFO kablam! ... | Oct 26 19:51:06.823 INFO kablam! 13 | | None Oct 26 19:51:06.823 INFO kablam! 14 | | } Oct 26 19:51:06.823 INFO kablam! | |_____^ Oct 26 19:51:06.823 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 26 19:51:06.823 INFO kablam! Oct 26 19:51:06.879 INFO kablam! error[E0034]: multiple applicable items in scope Oct 26 19:51:06.879 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Oct 26 19:51:06.879 INFO kablam! | Oct 26 19:51:06.879 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Oct 26 19:51:06.879 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 26 19:51:06.879 INFO kablam! | Oct 26 19:51:06.879 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 26 19:51:06.879 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 26 19:51:06.879 INFO kablam! | Oct 26 19:51:06.879 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 26 19:51:06.879 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 26 19:51:06.879 INFO kablam! 7 | | { Oct 26 19:51:06.879 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 26 19:51:06.879 INFO kablam! ... | Oct 26 19:51:06.879 INFO kablam! 13 | | None Oct 26 19:51:06.879 INFO kablam! 14 | | } Oct 26 19:51:06.879 INFO kablam! | |_____^ Oct 26 19:51:06.879 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 26 19:51:06.879 INFO kablam! Oct 26 19:51:06.888 INFO kablam! error[E0034]: multiple applicable items in scope Oct 26 19:51:06.888 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Oct 26 19:51:06.888 INFO kablam! | Oct 26 19:51:06.888 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Oct 26 19:51:06.888 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 26 19:51:06.888 INFO kablam! | Oct 26 19:51:06.907 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 26 19:51:06.908 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 26 19:51:06.908 INFO kablam! | Oct 26 19:51:06.908 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 26 19:51:06.908 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 26 19:51:06.908 INFO kablam! 7 | | { Oct 26 19:51:06.908 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 26 19:51:06.908 INFO kablam! ... | Oct 26 19:51:06.908 INFO kablam! 13 | | None Oct 26 19:51:06.908 INFO kablam! 14 | | } Oct 26 19:51:06.908 INFO kablam! | |_____^ Oct 26 19:51:06.908 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 26 19:51:06.908 INFO kablam! Oct 26 19:51:06.923 INFO kablam! error[E0034]: multiple applicable items in scope Oct 26 19:51:06.923 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Oct 26 19:51:06.923 INFO kablam! | Oct 26 19:51:06.923 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Oct 26 19:51:06.923 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 26 19:51:06.923 INFO kablam! | Oct 26 19:51:06.930 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 26 19:51:06.930 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 26 19:51:06.931 INFO kablam! | Oct 26 19:51:06.931 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 26 19:51:06.931 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 26 19:51:06.932 INFO kablam! 7 | | { Oct 26 19:51:06.932 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 26 19:51:06.932 INFO kablam! ... | Oct 26 19:51:06.932 INFO kablam! 13 | | None Oct 26 19:51:06.933 INFO kablam! 14 | | } Oct 26 19:51:06.933 INFO kablam! | |_____^ Oct 26 19:51:06.933 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 26 19:51:06.934 INFO kablam! Oct 26 19:51:08.791 INFO kablam! error: aborting due to 4 previous errors Oct 26 19:51:08.791 INFO kablam! Oct 26 19:51:08.791 INFO kablam! For more information about this error, try `rustc --explain E0034`. Oct 26 19:51:08.919 INFO kablam! error: Could not compile `petgraph`. Oct 26 19:51:08.919 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 26 19:51:24.707 INFO kablam! error: build failed Oct 26 19:51:24.709 INFO kablam! su: No module specific data is present Oct 26 19:51:26.174 INFO running `"docker" "rm" "-f" "d6c51c914fe7a1189a0f9ff4b97d381c02bc4c67a9efd2c0a17062ec12b3a6f4"` Oct 26 19:51:26.551 INFO blam! d6c51c914fe7a1189a0f9ff4b97d381c02bc4c67a9efd2c0a17062ec12b3a6f4