Oct 12 21:39:46.262 INFO checking feadoor/projecteuler-rs against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 21:39:46.262 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-3/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 12 21:39:46.668 INFO blam! 534cf6055a4cc44c0b01eacea03ca39e86ab076a82a470b64390b370643fcbd4 Oct 12 21:39:46.669 INFO running `"docker" "start" "-a" "534cf6055a4cc44c0b01eacea03ca39e86ab076a82a470b64390b370643fcbd4"` Oct 12 21:39:48.000 INFO kablam! usermod: no changes Oct 12 21:39:48.364 INFO kablam! Checking numeric_traits v0.1.0 (/source/libs/numeric_traits) Oct 12 21:39:48.369 INFO kablam! Checking permutohedron v0.2.4 Oct 12 21:39:48.374 INFO kablam! Checking interleave v1.0.1 Oct 12 21:39:48.374 INFO kablam! Checking search v0.1.0 (/source/libs/search) Oct 12 21:39:48.380 INFO kablam! Checking petgraph v0.4.12 Oct 12 21:39:48.382 INFO kablam! Checking num-bigint v0.1.43 Oct 12 21:39:50.165 INFO kablam! Checking number_theory v0.1.0 (/source/libs/number_theory) Oct 12 21:39:52.161 INFO kablam! Checking modular_arithmetic v0.1.0 (/source/libs/modular_arithmetic) Oct 12 21:39:52.161 INFO kablam! Checking mertens_recurrence v0.1.0 (/source/libs/mertens_recurrence) Oct 12 21:39:53.124 INFO kablam! error[E0034]: multiple applicable items in scope Oct 12 21:39:53.125 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Oct 12 21:39:53.126 INFO kablam! | Oct 12 21:39:53.126 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Oct 12 21:39:53.127 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 12 21:39:53.128 INFO kablam! | Oct 12 21:39:53.129 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 12 21:39:53.129 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 12 21:39:53.130 INFO kablam! | Oct 12 21:39:53.130 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 12 21:39:53.131 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 12 21:39:53.131 INFO kablam! 7 | | { Oct 12 21:39:53.132 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 12 21:39:53.132 INFO kablam! ... | Oct 12 21:39:53.133 INFO kablam! 13 | | None Oct 12 21:39:53.133 INFO kablam! 14 | | } Oct 12 21:39:53.134 INFO kablam! | |_____^ Oct 12 21:39:53.135 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 12 21:39:53.135 INFO kablam! Oct 12 21:39:53.155 INFO kablam! error[E0034]: multiple applicable items in scope Oct 12 21:39:53.156 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Oct 12 21:39:53.157 INFO kablam! | Oct 12 21:39:53.158 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Oct 12 21:39:53.158 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 12 21:39:53.159 INFO kablam! | Oct 12 21:39:53.160 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 12 21:39:53.160 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 12 21:39:53.161 INFO kablam! | Oct 12 21:39:53.162 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 12 21:39:53.162 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 12 21:39:53.163 INFO kablam! 7 | | { Oct 12 21:39:53.164 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 12 21:39:53.164 INFO kablam! ... | Oct 12 21:39:53.165 INFO kablam! 13 | | None Oct 12 21:39:53.165 INFO kablam! 14 | | } Oct 12 21:39:53.166 INFO kablam! | |_____^ Oct 12 21:39:53.167 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 12 21:39:53.167 INFO kablam! Oct 12 21:39:53.184 INFO kablam! error[E0034]: multiple applicable items in scope Oct 12 21:39:53.185 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Oct 12 21:39:53.186 INFO kablam! | Oct 12 21:39:53.187 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Oct 12 21:39:53.188 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 12 21:39:53.188 INFO kablam! | Oct 12 21:39:53.189 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 12 21:39:53.189 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 12 21:39:53.190 INFO kablam! | Oct 12 21:39:53.191 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 12 21:39:53.191 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 12 21:39:53.192 INFO kablam! 7 | | { Oct 12 21:39:53.193 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 12 21:39:53.193 INFO kablam! ... | Oct 12 21:39:53.194 INFO kablam! 13 | | None Oct 12 21:39:53.195 INFO kablam! 14 | | } Oct 12 21:39:53.195 INFO kablam! | |_____^ Oct 12 21:39:53.196 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 12 21:39:53.196 INFO kablam! Oct 12 21:39:53.204 INFO kablam! error[E0034]: multiple applicable items in scope Oct 12 21:39:53.205 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Oct 12 21:39:53.206 INFO kablam! | Oct 12 21:39:53.207 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Oct 12 21:39:53.207 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 12 21:39:53.208 INFO kablam! | Oct 12 21:39:53.209 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 12 21:39:53.209 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 12 21:39:53.210 INFO kablam! | Oct 12 21:39:53.211 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 12 21:39:53.211 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 12 21:39:53.212 INFO kablam! 7 | | { Oct 12 21:39:53.213 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 12 21:39:53.213 INFO kablam! ... | Oct 12 21:39:53.214 INFO kablam! 13 | | None Oct 12 21:39:53.215 INFO kablam! 14 | | } Oct 12 21:39:53.215 INFO kablam! | |_____^ Oct 12 21:39:53.216 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 12 21:39:53.216 INFO kablam! Oct 12 21:39:53.880 INFO kablam! error: aborting due to 4 previous errors Oct 12 21:39:53.880 INFO kablam! Oct 12 21:39:53.880 INFO kablam! For more information about this error, try `rustc --explain E0034`. Oct 12 21:39:53.898 INFO kablam! error: Could not compile `petgraph`. Oct 12 21:39:53.898 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 12 21:39:54.592 INFO kablam! error: build failed Oct 12 21:39:54.598 INFO kablam! su: No module specific data is present Oct 12 21:39:55.348 INFO running `"docker" "rm" "-f" "534cf6055a4cc44c0b01eacea03ca39e86ab076a82a470b64390b370643fcbd4"` Oct 12 21:39:55.596 INFO blam! 534cf6055a4cc44c0b01eacea03ca39e86ab076a82a470b64390b370643fcbd4