Oct 13 04:29:48.094 INFO checking GyrosOfWar/game-name-generator against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 04:29:48.096 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-4/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 13 04:29:48.573 INFO blam! 790c89ee77ae9c35346f2ac5e1fa89b21b26405464409e0a8e246d99d6b7eb23 Oct 13 04:29:48.575 INFO running `"docker" "start" "-a" "790c89ee77ae9c35346f2ac5e1fa89b21b26405464409e0a8e246d99d6b7eb23"` Oct 13 04:29:50.384 INFO kablam! usermod: no changes Oct 13 04:29:50.795 INFO kablam! Checking petgraph v0.4.12 Oct 13 04:29:50.797 INFO kablam! Checking mio v0.6.14 Oct 13 04:29:50.804 INFO kablam! Checking serde_yaml v0.7.5 Oct 13 04:29:50.804 INFO kablam! Checking serde_urlencoded v0.5.2 Oct 13 04:29:54.403 INFO kablam! Checking tokio-reactor v0.1.2 Oct 13 04:29:54.849 INFO kablam! error[E0034]: multiple applicable items in scope Oct 13 04:29:54.850 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Oct 13 04:29:54.850 INFO kablam! | Oct 13 04:29:54.850 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Oct 13 04:29:54.850 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 13 04:29:54.851 INFO kablam! | Oct 13 04:29:54.851 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 13 04:29:54.851 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 13 04:29:54.852 INFO kablam! | Oct 13 04:29:54.852 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 13 04:29:54.852 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 13 04:29:54.853 INFO kablam! 7 | | { Oct 13 04:29:54.853 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 13 04:29:54.853 INFO kablam! ... | Oct 13 04:29:54.853 INFO kablam! 13 | | None Oct 13 04:29:54.854 INFO kablam! 14 | | } Oct 13 04:29:54.854 INFO kablam! | |_____^ Oct 13 04:29:54.854 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 13 04:29:54.855 INFO kablam! Oct 13 04:29:54.876 INFO kablam! error[E0034]: multiple applicable items in scope Oct 13 04:29:54.877 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Oct 13 04:29:54.877 INFO kablam! | Oct 13 04:29:54.877 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Oct 13 04:29:54.877 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 13 04:29:54.878 INFO kablam! | Oct 13 04:29:54.881 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 13 04:29:54.881 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 13 04:29:54.881 INFO kablam! | Oct 13 04:29:54.881 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 13 04:29:54.882 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 13 04:29:54.882 INFO kablam! 7 | | { Oct 13 04:29:54.882 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 13 04:29:54.883 INFO kablam! ... | Oct 13 04:29:54.883 INFO kablam! 13 | | None Oct 13 04:29:54.883 INFO kablam! 14 | | } Oct 13 04:29:54.884 INFO kablam! | |_____^ Oct 13 04:29:54.884 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 13 04:29:54.884 INFO kablam! Oct 13 04:29:54.909 INFO kablam! error[E0034]: multiple applicable items in scope Oct 13 04:29:54.909 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Oct 13 04:29:54.910 INFO kablam! | Oct 13 04:29:54.910 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Oct 13 04:29:54.910 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 13 04:29:54.910 INFO kablam! | Oct 13 04:29:54.911 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 13 04:29:54.911 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 13 04:29:54.911 INFO kablam! | Oct 13 04:29:54.912 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 13 04:29:54.912 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 13 04:29:54.912 INFO kablam! 7 | | { Oct 13 04:29:54.913 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 13 04:29:54.913 INFO kablam! ... | Oct 13 04:29:54.913 INFO kablam! 13 | | None Oct 13 04:29:54.914 INFO kablam! 14 | | } Oct 13 04:29:54.914 INFO kablam! | |_____^ Oct 13 04:29:54.914 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 13 04:29:54.914 INFO kablam! Oct 13 04:29:54.914 INFO kablam! error[E0034]: multiple applicable items in scope Oct 13 04:29:54.914 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Oct 13 04:29:54.914 INFO kablam! | Oct 13 04:29:54.914 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Oct 13 04:29:54.914 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 13 04:29:54.914 INFO kablam! | Oct 13 04:29:54.914 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 13 04:29:54.914 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 13 04:29:54.914 INFO kablam! | Oct 13 04:29:54.914 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 13 04:29:54.914 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 13 04:29:54.914 INFO kablam! 7 | | { Oct 13 04:29:54.914 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 13 04:29:54.914 INFO kablam! ... | Oct 13 04:29:54.914 INFO kablam! 13 | | None Oct 13 04:29:54.914 INFO kablam! 14 | | } Oct 13 04:29:54.914 INFO kablam! | |_____^ Oct 13 04:29:54.914 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 13 04:29:54.914 INFO kablam! Oct 13 04:29:55.249 INFO kablam! error: aborting due to 4 previous errors Oct 13 04:29:55.251 INFO kablam! Oct 13 04:29:55.252 INFO kablam! For more information about this error, try `rustc --explain E0034`. Oct 13 04:29:55.266 INFO kablam! error: Could not compile `petgraph`. Oct 13 04:29:55.268 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 04:29:56.012 INFO kablam! error: build failed Oct 13 04:29:56.014 INFO kablam! su: No module specific data is present Oct 13 04:29:57.440 INFO running `"docker" "rm" "-f" "790c89ee77ae9c35346f2ac5e1fa89b21b26405464409e0a8e246d99d6b7eb23"` Oct 13 04:29:57.692 INFO blam! 790c89ee77ae9c35346f2ac5e1fa89b21b26405464409e0a8e246d99d6b7eb23