Oct 13 04:29:50.330 INFO checking GyrosOfWar/game-name-generator against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 04:29:50.331 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-6/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 13 04:29:50.768 INFO blam! a58ea4a4c6bb2758743434a190c4884f6d78b05a6eddc10006e0be228435108c Oct 13 04:29:50.769 INFO running `"docker" "start" "-a" "a58ea4a4c6bb2758743434a190c4884f6d78b05a6eddc10006e0be228435108c"` Oct 13 04:29:52.437 INFO kablam! usermod: no changes Oct 13 04:29:52.905 INFO kablam! Checking petgraph v0.4.12 Oct 13 04:29:52.911 INFO kablam! Checking serde_yaml v0.7.5 Oct 13 04:29:52.911 INFO kablam! Checking mime v0.3.8 Oct 13 04:29:54.730 INFO kablam! Checking hyper v0.11.27 Oct 13 04:29:54.732 INFO kablam! Checking mime_guess v2.0.0-alpha.5 Oct 13 04:29:57.506 INFO kablam! error[E0034]: multiple applicable items in scope Oct 13 04:29:57.506 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:57.506 INFO kablam! | Oct 13 04:29:57.506 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Oct 13 04:29:57.506 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 13 04:29:57.507 INFO kablam! | Oct 13 04:29:57.507 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 13 04:29:57.507 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 13 04:29:57.507 INFO kablam! | Oct 13 04:29:57.508 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 13 04:29:57.508 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 13 04:29:57.508 INFO kablam! 7 | | { Oct 13 04:29:57.508 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 13 04:29:57.508 INFO kablam! ... | Oct 13 04:29:57.508 INFO kablam! 13 | | None Oct 13 04:29:57.509 INFO kablam! 14 | | } Oct 13 04:29:57.509 INFO kablam! | |_____^ Oct 13 04:29:57.509 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:57.509 INFO kablam! Oct 13 04:29:57.532 INFO kablam! error[E0034]: multiple applicable items in scope Oct 13 04:29:57.532 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:57.532 INFO kablam! | Oct 13 04:29:57.532 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Oct 13 04:29:57.533 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 13 04:29:57.533 INFO kablam! | Oct 13 04:29:57.533 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 13 04:29:57.533 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 13 04:29:57.533 INFO kablam! | Oct 13 04:29:57.534 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 13 04:29:57.534 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 13 04:29:57.534 INFO kablam! 7 | | { Oct 13 04:29:57.534 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 13 04:29:57.534 INFO kablam! ... | Oct 13 04:29:57.534 INFO kablam! 13 | | None Oct 13 04:29:57.535 INFO kablam! 14 | | } Oct 13 04:29:57.535 INFO kablam! | |_____^ Oct 13 04:29:57.535 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:57.535 INFO kablam! Oct 13 04:29:57.545 INFO kablam! error[E0034]: multiple applicable items in scope Oct 13 04:29:57.545 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:57.545 INFO kablam! | Oct 13 04:29:57.545 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Oct 13 04:29:57.545 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 13 04:29:57.546 INFO kablam! | Oct 13 04:29:57.546 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 13 04:29:57.546 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 13 04:29:57.546 INFO kablam! | Oct 13 04:29:57.546 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 13 04:29:57.547 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 13 04:29:57.547 INFO kablam! 7 | | { Oct 13 04:29:57.547 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 13 04:29:57.547 INFO kablam! ... | Oct 13 04:29:57.547 INFO kablam! 13 | | None Oct 13 04:29:57.547 INFO kablam! 14 | | } Oct 13 04:29:57.548 INFO kablam! | |_____^ Oct 13 04:29:57.548 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:57.548 INFO kablam! Oct 13 04:29:57.553 INFO kablam! error[E0034]: multiple applicable items in scope Oct 13 04:29:57.554 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:57.554 INFO kablam! | Oct 13 04:29:57.554 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Oct 13 04:29:57.554 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 13 04:29:57.554 INFO kablam! | Oct 13 04:29:57.555 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 13 04:29:57.555 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 13 04:29:57.555 INFO kablam! | Oct 13 04:29:57.555 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 13 04:29:57.555 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 13 04:29:57.555 INFO kablam! 7 | | { Oct 13 04:29:57.556 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 13 04:29:57.556 INFO kablam! ... | Oct 13 04:29:57.556 INFO kablam! 13 | | None Oct 13 04:29:57.556 INFO kablam! 14 | | } Oct 13 04:29:57.556 INFO kablam! | |_____^ Oct 13 04:29:57.556 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:57.557 INFO kablam! Oct 13 04:29:58.130 INFO kablam! error: aborting due to 4 previous errors Oct 13 04:29:58.131 INFO kablam! Oct 13 04:29:58.131 INFO kablam! For more information about this error, try `rustc --explain E0034`. Oct 13 04:29:58.139 INFO kablam! error: Could not compile `petgraph`. Oct 13 04:29:58.140 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 04:30:03.741 INFO kablam! error: build failed Oct 13 04:30:03.742 INFO kablam! su: No module specific data is present Oct 13 04:30:04.790 INFO running `"docker" "rm" "-f" "a58ea4a4c6bb2758743434a190c4884f6d78b05a6eddc10006e0be228435108c"` Oct 13 04:30:05.176 INFO blam! a58ea4a4c6bb2758743434a190c4884f6d78b05a6eddc10006e0be228435108c