Oct 12 12:36:57.302 INFO checking tarcieri/paradox against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 12:36:57.304 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-5/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 12 12:36:57.749 INFO blam! 5bf85103facc2d88b9e299109881bf5146c3bf9514ae2a93c5c46461fc7e92ad Oct 12 12:36:57.751 INFO running `"docker" "start" "-a" "5bf85103facc2d88b9e299109881bf5146c3bf9514ae2a93c5c46461fc7e92ad"` Oct 12 12:37:00.081 INFO kablam! usermod: no changes Oct 12 12:37:00.321 INFO kablam! Compiling string_cache_shared v0.3.0 Oct 12 12:37:00.322 INFO kablam! Compiling precomputed-hash v0.1.1 Oct 12 12:37:00.328 INFO kablam! Compiling serde v1.0.45 Oct 12 12:37:00.333 INFO kablam! Compiling lalrpop-util v0.15.2 Oct 12 12:37:00.348 INFO kablam! Checking bit-vec v0.4.4 Oct 12 12:37:00.357 INFO kablam! Checking fixedbitset v0.1.9 Oct 12 12:37:01.721 INFO kablam! Checking ordermap v0.3.5 Oct 12 12:37:01.866 INFO kablam! Checking ena v0.5.0 Oct 12 12:37:03.341 INFO kablam! Checking unicode-xid v0.1.0 Oct 12 12:37:03.653 INFO kablam! Compiling phf_shared v0.7.22 Oct 12 12:37:04.418 INFO kablam! Compiling memchr v2.0.1 Oct 12 12:37:04.617 INFO kablam! Compiling unreachable v0.1.1 Oct 12 12:37:05.024 INFO kablam! Compiling regex-syntax v0.5.6 Oct 12 12:37:05.060 INFO kablam! Compiling petgraph v0.4.12 Oct 12 12:37:06.964 INFO kablam! Checking ascii-canvas v1.0.0 Oct 12 12:37:06.994 INFO kablam! Checking bit-set v0.4.0 Oct 12 12:37:07.466 INFO kablam! Compiling debug_unreachable v0.1.1 Oct 12 12:37:07.992 INFO kablam! Checking pairing v0.14.1 Oct 12 12:37:08.253 INFO kablam! Compiling phf_generator v0.7.22 Oct 12 12:37:08.944 INFO kablam! Compiling aho-corasick v0.6.4 Oct 12 12:37:09.296 INFO kablam! Compiling syn v0.13.7 Oct 12 12:37:10.656 INFO kablam! Compiling kernel32-sys v0.2.2 Oct 12 12:37:14.469 INFO kablam! error[E0034]: multiple applicable items in scope Oct 12 12:37:14.469 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Oct 12 12:37:14.469 INFO kablam! | Oct 12 12:37:14.469 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Oct 12 12:37:14.469 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 12 12:37:14.469 INFO kablam! | Oct 12 12:37:14.469 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 12 12:37:14.469 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 12 12:37:14.469 INFO kablam! | Oct 12 12:37:14.469 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 12 12:37:14.469 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 12 12:37:14.469 INFO kablam! 7 | | { Oct 12 12:37:14.469 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 12 12:37:14.469 INFO kablam! ... | Oct 12 12:37:14.469 INFO kablam! 13 | | None Oct 12 12:37:14.469 INFO kablam! 14 | | } Oct 12 12:37:14.469 INFO kablam! | |_____^ Oct 12 12:37:14.469 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 12 12:37:14.469 INFO kablam! Oct 12 12:37:14.592 INFO kablam! error[E0034]: multiple applicable items in scope Oct 12 12:37:14.592 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Oct 12 12:37:14.592 INFO kablam! | Oct 12 12:37:14.592 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Oct 12 12:37:14.592 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 12 12:37:14.592 INFO kablam! | Oct 12 12:37:14.592 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 12 12:37:14.592 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 12 12:37:14.592 INFO kablam! | Oct 12 12:37:14.592 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 12 12:37:14.592 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 12 12:37:14.592 INFO kablam! 7 | | { Oct 12 12:37:14.592 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 12 12:37:14.592 INFO kablam! ... | Oct 12 12:37:14.592 INFO kablam! 13 | | None Oct 12 12:37:14.592 INFO kablam! 14 | | } Oct 12 12:37:14.592 INFO kablam! | |_____^ Oct 12 12:37:14.592 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 12 12:37:14.592 INFO kablam! Oct 12 12:37:14.648 INFO kablam! error[E0034]: multiple applicable items in scope Oct 12 12:37:14.648 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Oct 12 12:37:14.648 INFO kablam! | Oct 12 12:37:14.648 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Oct 12 12:37:14.648 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 12 12:37:14.648 INFO kablam! | Oct 12 12:37:14.648 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 12 12:37:14.648 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 12 12:37:14.648 INFO kablam! | Oct 12 12:37:14.648 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 12 12:37:14.648 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 12 12:37:14.648 INFO kablam! 7 | | { Oct 12 12:37:14.648 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 12 12:37:14.648 INFO kablam! ... | Oct 12 12:37:14.648 INFO kablam! 13 | | None Oct 12 12:37:14.648 INFO kablam! 14 | | } Oct 12 12:37:14.648 INFO kablam! | |_____^ Oct 12 12:37:14.648 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 12 12:37:14.648 INFO kablam! Oct 12 12:37:14.660 INFO kablam! error[E0034]: multiple applicable items in scope Oct 12 12:37:14.661 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Oct 12 12:37:14.661 INFO kablam! | Oct 12 12:37:14.661 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Oct 12 12:37:14.662 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 12 12:37:14.662 INFO kablam! | Oct 12 12:37:14.662 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 12 12:37:14.662 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 12 12:37:14.663 INFO kablam! | Oct 12 12:37:14.663 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 12 12:37:14.663 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 12 12:37:14.663 INFO kablam! 7 | | { Oct 12 12:37:14.664 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 12 12:37:14.664 INFO kablam! ... | Oct 12 12:37:14.664 INFO kablam! 13 | | None Oct 12 12:37:14.664 INFO kablam! 14 | | } Oct 12 12:37:14.665 INFO kablam! | |_____^ Oct 12 12:37:14.665 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 12 12:37:14.665 INFO kablam! Oct 12 12:37:16.028 INFO kablam! Checking regex v0.2.11 Oct 12 12:37:16.524 INFO kablam! error: aborting due to 4 previous errors Oct 12 12:37:16.524 INFO kablam! Oct 12 12:37:16.524 INFO kablam! For more information about this error, try `rustc --explain E0034`. Oct 12 12:37:16.552 INFO kablam! error: Could not compile `petgraph`. Oct 12 12:37:16.552 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 12 12:37:22.808 INFO kablam! error[E0034]: multiple applicable items in scope Oct 12 12:37:22.808 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Oct 12 12:37:22.808 INFO kablam! | Oct 12 12:37:22.808 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Oct 12 12:37:22.808 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 12 12:37:22.808 INFO kablam! | Oct 12 12:37:22.808 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 12 12:37:22.808 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 12 12:37:22.808 INFO kablam! | Oct 12 12:37:22.808 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 12 12:37:22.808 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 12 12:37:22.808 INFO kablam! 7 | | { Oct 12 12:37:22.808 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 12 12:37:22.808 INFO kablam! ... | Oct 12 12:37:22.808 INFO kablam! 13 | | None Oct 12 12:37:22.808 INFO kablam! 14 | | } Oct 12 12:37:22.808 INFO kablam! | |_____^ Oct 12 12:37:22.808 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 12 12:37:22.808 INFO kablam! Oct 12 12:37:22.872 INFO kablam! error[E0034]: multiple applicable items in scope Oct 12 12:37:22.872 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Oct 12 12:37:22.872 INFO kablam! | Oct 12 12:37:22.872 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Oct 12 12:37:22.872 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 12 12:37:22.872 INFO kablam! | Oct 12 12:37:22.872 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 12 12:37:22.872 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 12 12:37:22.872 INFO kablam! | Oct 12 12:37:22.872 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 12 12:37:22.872 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 12 12:37:22.872 INFO kablam! 7 | | { Oct 12 12:37:22.872 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 12 12:37:22.872 INFO kablam! ... | Oct 12 12:37:22.872 INFO kablam! 13 | | None Oct 12 12:37:22.872 INFO kablam! 14 | | } Oct 12 12:37:22.872 INFO kablam! | |_____^ Oct 12 12:37:22.872 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 12 12:37:22.872 INFO kablam! Oct 12 12:37:22.904 INFO kablam! error[E0034]: multiple applicable items in scope Oct 12 12:37:22.904 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Oct 12 12:37:22.904 INFO kablam! | Oct 12 12:37:22.904 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Oct 12 12:37:22.904 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 12 12:37:22.904 INFO kablam! | Oct 12 12:37:22.904 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 12 12:37:22.904 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 12 12:37:22.904 INFO kablam! | Oct 12 12:37:22.904 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 12 12:37:22.904 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 12 12:37:22.904 INFO kablam! 7 | | { Oct 12 12:37:22.904 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 12 12:37:22.904 INFO kablam! ... | Oct 12 12:37:22.904 INFO kablam! 13 | | None Oct 12 12:37:22.904 INFO kablam! 14 | | } Oct 12 12:37:22.904 INFO kablam! | |_____^ Oct 12 12:37:22.904 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 12 12:37:22.904 INFO kablam! Oct 12 12:37:22.921 INFO kablam! error[E0034]: multiple applicable items in scope Oct 12 12:37:22.921 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Oct 12 12:37:22.921 INFO kablam! | Oct 12 12:37:22.921 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Oct 12 12:37:22.921 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 12 12:37:22.921 INFO kablam! | Oct 12 12:37:22.921 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 12 12:37:22.921 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 12 12:37:22.921 INFO kablam! | Oct 12 12:37:22.921 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 12 12:37:22.921 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 12 12:37:22.921 INFO kablam! 7 | | { Oct 12 12:37:22.921 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 12 12:37:22.921 INFO kablam! ... | Oct 12 12:37:22.921 INFO kablam! 13 | | None Oct 12 12:37:22.921 INFO kablam! 14 | | } Oct 12 12:37:22.921 INFO kablam! | |_____^ Oct 12 12:37:22.921 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 12 12:37:22.924 INFO kablam! Oct 12 12:37:24.465 INFO kablam! error: aborting due to 4 previous errors Oct 12 12:37:24.466 INFO kablam! Oct 12 12:37:24.466 INFO kablam! For more information about this error, try `rustc --explain E0034`. Oct 12 12:37:24.505 INFO kablam! error: Could not compile `petgraph`. Oct 12 12:37:24.505 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 12 12:37:43.489 INFO kablam! error: build failed Oct 12 12:37:43.489 INFO kablam! su: No module specific data is present Oct 12 12:37:44.673 INFO running `"docker" "rm" "-f" "5bf85103facc2d88b9e299109881bf5146c3bf9514ae2a93c5c46461fc7e92ad"` Oct 12 12:37:45.053 INFO blam! 5bf85103facc2d88b9e299109881bf5146c3bf9514ae2a93c5c46461fc7e92ad