Oct 14 20:52:01.486 INFO testing feadoor/projecteuler-rs against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 20:52:01.486 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 14 20:52:01.819 INFO blam! e4eead94cda0b328bdfa36cc75379ab4fd4307f063c9f24dc040c04a5359ed16 Oct 14 20:52:01.822 INFO running `"docker" "start" "-a" "e4eead94cda0b328bdfa36cc75379ab4fd4307f063c9f24dc040c04a5359ed16"` Oct 14 20:52:02.827 INFO kablam! usermod: no changes Oct 14 20:52:03.184 INFO kablam! Compiling numeric_traits v0.1.0 (/source/libs/numeric_traits) Oct 14 20:52:03.184 INFO kablam! Compiling search v0.1.0 (/source/libs/search) Oct 14 20:52:03.184 INFO kablam! Compiling permutohedron v0.2.4 Oct 14 20:52:03.185 INFO kablam! Compiling interleave v1.0.1 Oct 14 20:52:03.185 INFO kablam! Compiling num-integer v0.1.36 Oct 14 20:52:03.185 INFO kablam! Compiling num-complex v0.1.43 Oct 14 20:52:03.186 INFO kablam! Compiling petgraph v0.4.12 Oct 14 20:52:04.043 INFO kablam! Compiling number_theory v0.1.0 (/source/libs/number_theory) Oct 14 20:52:04.829 INFO kablam! Compiling num-bigint v0.1.43 Oct 14 20:52:04.831 INFO kablam! Compiling num-iter v0.1.35 Oct 14 20:52:05.777 INFO kablam! Compiling modular_arithmetic v0.1.0 (/source/libs/modular_arithmetic) Oct 14 20:52:05.777 INFO kablam! Compiling mertens_recurrence v0.1.0 (/source/libs/mertens_recurrence) Oct 14 20:52:06.961 INFO kablam! Compiling primesieve v0.2.0 (/source/libs/primesieve) Oct 14 20:52:07.411 INFO kablam! error[E0034]: multiple applicable items in scope Oct 14 20:52:07.412 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Oct 14 20:52:07.412 INFO kablam! | Oct 14 20:52:07.412 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Oct 14 20:52:07.412 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 14 20:52:07.413 INFO kablam! | Oct 14 20:52:07.413 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 14 20:52:07.413 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 14 20:52:07.414 INFO kablam! | Oct 14 20:52:07.414 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 14 20:52:07.414 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 14 20:52:07.415 INFO kablam! 7 | | { Oct 14 20:52:07.415 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 14 20:52:07.415 INFO kablam! ... | Oct 14 20:52:07.416 INFO kablam! 13 | | None Oct 14 20:52:07.416 INFO kablam! 14 | | } Oct 14 20:52:07.416 INFO kablam! | |_____^ Oct 14 20:52:07.416 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 14 20:52:07.417 INFO kablam! Oct 14 20:52:07.436 INFO kablam! error[E0034]: multiple applicable items in scope Oct 14 20:52:07.436 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Oct 14 20:52:07.436 INFO kablam! | Oct 14 20:52:07.436 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Oct 14 20:52:07.437 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 14 20:52:07.437 INFO kablam! | Oct 14 20:52:07.437 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 14 20:52:07.437 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 14 20:52:07.438 INFO kablam! | Oct 14 20:52:07.438 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 14 20:52:07.438 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 14 20:52:07.438 INFO kablam! 7 | | { Oct 14 20:52:07.439 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 14 20:52:07.439 INFO kablam! ... | Oct 14 20:52:07.439 INFO kablam! 13 | | None Oct 14 20:52:07.440 INFO kablam! 14 | | } Oct 14 20:52:07.440 INFO kablam! | |_____^ Oct 14 20:52:07.440 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 14 20:52:07.440 INFO kablam! Oct 14 20:52:07.441 INFO kablam! error[E0034]: multiple applicable items in scope Oct 14 20:52:07.441 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Oct 14 20:52:07.441 INFO kablam! | Oct 14 20:52:07.442 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Oct 14 20:52:07.442 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 14 20:52:07.442 INFO kablam! | Oct 14 20:52:07.443 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 14 20:52:07.443 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 14 20:52:07.443 INFO kablam! | Oct 14 20:52:07.443 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 14 20:52:07.444 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 14 20:52:07.444 INFO kablam! 7 | | { Oct 14 20:52:07.444 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 14 20:52:07.444 INFO kablam! ... | Oct 14 20:52:07.445 INFO kablam! 13 | | None Oct 14 20:52:07.445 INFO kablam! 14 | | } Oct 14 20:52:07.445 INFO kablam! | |_____^ Oct 14 20:52:07.445 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 14 20:52:07.446 INFO kablam! Oct 14 20:52:07.446 INFO kablam! error[E0034]: multiple applicable items in scope Oct 14 20:52:07.446 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Oct 14 20:52:07.446 INFO kablam! | Oct 14 20:52:07.447 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Oct 14 20:52:07.447 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 14 20:52:07.447 INFO kablam! | Oct 14 20:52:07.447 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 14 20:52:07.448 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 14 20:52:07.448 INFO kablam! | Oct 14 20:52:07.448 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 14 20:52:07.448 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 14 20:52:07.449 INFO kablam! 7 | | { Oct 14 20:52:07.449 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 14 20:52:07.449 INFO kablam! ... | Oct 14 20:52:07.449 INFO kablam! 13 | | None Oct 14 20:52:07.450 INFO kablam! 14 | | } Oct 14 20:52:07.450 INFO kablam! | |_____^ Oct 14 20:52:07.450 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 14 20:52:07.450 INFO kablam! Oct 14 20:52:07.871 INFO kablam! error: aborting due to 4 previous errors Oct 14 20:52:07.872 INFO kablam! Oct 14 20:52:07.872 INFO kablam! For more information about this error, try `rustc --explain E0034`. Oct 14 20:52:07.880 INFO kablam! error: Could not compile `petgraph`. Oct 14 20:52:07.880 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 14 20:52:07.942 INFO kablam! warning: function is never used: `set_on` Oct 14 20:52:07.942 INFO kablam! --> libs/primesieve/src/segment.rs:107:1 Oct 14 20:52:07.943 INFO kablam! | Oct 14 20:52:07.943 INFO kablam! 107 | pub fn set_on(segment: &mut [u64], idx: u64) { Oct 14 20:52:07.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 20:52:07.943 INFO kablam! | Oct 14 20:52:07.943 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 20:52:07.943 INFO kablam! Oct 14 20:52:08.935 INFO kablam! error: build failed Oct 14 20:52:08.935 INFO kablam! su: No module specific data is present Oct 14 20:52:09.238 INFO running `"docker" "rm" "-f" "e4eead94cda0b328bdfa36cc75379ab4fd4307f063c9f24dc040c04a5359ed16"` Oct 14 20:52:09.357 INFO blam! e4eead94cda0b328bdfa36cc75379ab4fd4307f063c9f24dc040c04a5359ed16