Oct 12 21:39:46.510 INFO checking feadoor/projecteuler-rs against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 21:39:46.510 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-1/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 21:39:46.928 INFO blam! d5e65645636780cfb3230ce4d6c600f7dbc95ce5c6bafa3d7f55c9e49067e06d Oct 12 21:39:46.931 INFO running `"docker" "start" "-a" "d5e65645636780cfb3230ce4d6c600f7dbc95ce5c6bafa3d7f55c9e49067e06d"` Oct 12 21:39:48.421 INFO kablam! usermod: no changes Oct 12 21:39:48.844 INFO kablam! Checking numeric_traits v0.1.0 (/source/libs/numeric_traits) Oct 12 21:39:48.852 INFO kablam! Checking permutohedron v0.2.4 Oct 12 21:39:48.852 INFO kablam! Checking search v0.1.0 (/source/libs/search) Oct 12 21:39:48.852 INFO kablam! Checking interleave v1.0.1 Oct 12 21:39:48.852 INFO kablam! Checking petgraph v0.4.12 Oct 12 21:39:50.528 INFO kablam! Checking number_theory v0.1.0 (/source/libs/number_theory) Oct 12 21:39:51.382 INFO kablam! Checking modular_arithmetic v0.1.0 (/source/libs/modular_arithmetic) Oct 12 21:39:51.382 INFO kablam! Checking continued_fractions v0.1.0 (/source/libs/continued_fractions) Oct 12 21:39:51.382 INFO kablam! Checking mertens_recurrence v0.1.0 (/source/libs/mertens_recurrence) Oct 12 21:39:52.604 INFO kablam! Checking primesieve v0.2.0 (/source/libs/primesieve) Oct 12 21:39:54.544 INFO kablam! error[E0034]: multiple applicable items in scope Oct 12 21:39:54.545 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:54.545 INFO kablam! | Oct 12 21:39:54.545 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Oct 12 21:39:54.546 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 12 21:39:54.546 INFO kablam! | Oct 12 21:39:54.546 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 12 21:39:54.547 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 12 21:39:54.547 INFO kablam! | Oct 12 21:39:54.547 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 12 21:39:54.548 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 12 21:39:54.548 INFO kablam! 7 | | { Oct 12 21:39:54.548 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 12 21:39:54.549 INFO kablam! ... | Oct 12 21:39:54.549 INFO kablam! 13 | | None Oct 12 21:39:54.549 INFO kablam! 14 | | } Oct 12 21:39:54.549 INFO kablam! | |_____^ Oct 12 21:39:54.550 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:54.550 INFO kablam! Oct 12 21:39:54.568 INFO kablam! warning: function is never used: `set_on` Oct 12 21:39:54.569 INFO kablam! --> libs/primesieve/src/segment.rs:107:1 Oct 12 21:39:54.569 INFO kablam! | Oct 12 21:39:54.569 INFO kablam! 107 | pub fn set_on(segment: &mut [u64], idx: u64) { Oct 12 21:39:54.570 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:39:54.570 INFO kablam! | Oct 12 21:39:54.570 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 21:39:54.570 INFO kablam! Oct 12 21:39:54.580 INFO kablam! error[E0034]: multiple applicable items in scope Oct 12 21:39:54.581 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:54.581 INFO kablam! | Oct 12 21:39:54.581 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Oct 12 21:39:54.581 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 12 21:39:54.582 INFO kablam! | Oct 12 21:39:54.582 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 12 21:39:54.582 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 12 21:39:54.583 INFO kablam! | Oct 12 21:39:54.583 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 12 21:39:54.583 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 12 21:39:54.583 INFO kablam! 7 | | { Oct 12 21:39:54.584 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 12 21:39:54.584 INFO kablam! ... | Oct 12 21:39:54.584 INFO kablam! 13 | | None Oct 12 21:39:54.584 INFO kablam! 14 | | } Oct 12 21:39:54.585 INFO kablam! | |_____^ Oct 12 21:39:54.585 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:54.585 INFO kablam! Oct 12 21:39:54.608 INFO kablam! error[E0034]: multiple applicable items in scope Oct 12 21:39:54.609 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:54.609 INFO kablam! | Oct 12 21:39:54.609 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Oct 12 21:39:54.610 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 12 21:39:54.610 INFO kablam! | Oct 12 21:39:54.610 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 12 21:39:54.611 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 12 21:39:54.611 INFO kablam! | Oct 12 21:39:54.611 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 12 21:39:54.612 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 12 21:39:54.612 INFO kablam! 7 | | { Oct 12 21:39:54.612 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 12 21:39:54.612 INFO kablam! ... | Oct 12 21:39:54.613 INFO kablam! 13 | | None Oct 12 21:39:54.613 INFO kablam! 14 | | } Oct 12 21:39:54.613 INFO kablam! | |_____^ Oct 12 21:39:54.614 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:54.614 INFO kablam! Oct 12 21:39:54.614 INFO kablam! error[E0034]: multiple applicable items in scope Oct 12 21:39:54.614 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:54.615 INFO kablam! | Oct 12 21:39:54.615 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Oct 12 21:39:54.615 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 12 21:39:54.616 INFO kablam! | Oct 12 21:39:54.616 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 12 21:39:54.616 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 12 21:39:54.617 INFO kablam! | Oct 12 21:39:54.617 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 12 21:39:54.617 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 12 21:39:54.618 INFO kablam! 7 | | { Oct 12 21:39:54.618 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 12 21:39:54.618 INFO kablam! ... | Oct 12 21:39:54.618 INFO kablam! 13 | | None Oct 12 21:39:54.619 INFO kablam! 14 | | } Oct 12 21:39:54.619 INFO kablam! | |_____^ Oct 12 21:39:54.619 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:54.620 INFO kablam! Oct 12 21:39:54.988 INFO kablam! error: aborting due to 4 previous errors Oct 12 21:39:54.988 INFO kablam! Oct 12 21:39:54.988 INFO kablam! For more information about this error, try `rustc --explain E0034`. Oct 12 21:39:55.001 INFO kablam! error: Could not compile `petgraph`. Oct 12 21:39:55.001 INFO kablam! Oct 12 21:39:55.001 INFO kablam! To learn more, run the command again with --verbose. Oct 12 21:39:55.003 INFO kablam! su: No module specific data is present Oct 12 21:39:55.657 INFO running `"docker" "rm" "-f" "d5e65645636780cfb3230ce4d6c600f7dbc95ce5c6bafa3d7f55c9e49067e06d"` Oct 12 21:39:56.032 INFO blam! d5e65645636780cfb3230ce4d6c600f7dbc95ce5c6bafa3d7f55c9e49067e06d