Oct 14 13:31:37.828 INFO testing lkschubert8/sloth against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 13:31:37.828 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 13:31:38.291 INFO blam! b2c8e33d020c38b261c6c395cb166d964391837773a500ce65543d8b5ce8c6e4 Oct 14 13:31:38.301 INFO running `"docker" "start" "-a" "b2c8e33d020c38b261c6c395cb166d964391837773a500ce65543d8b5ce8c6e4"` Oct 14 13:31:39.767 INFO kablam! usermod: no changes Oct 14 13:31:40.043 INFO kablam! Compiling serde v1.0.66 Oct 14 13:31:40.047 INFO kablam! Compiling ucd-util v0.1.1 Oct 14 13:31:40.051 INFO kablam! Compiling lazy_static v1.0.1 Oct 14 13:31:40.051 INFO kablam! Compiling winapi v0.2.8 Oct 14 13:31:40.051 INFO kablam! Compiling ordermap v0.3.5 Oct 14 13:31:40.051 INFO kablam! Compiling precomputed-hash v0.1.1 Oct 14 13:31:40.051 INFO kablam! Compiling utf8-ranges v1.0.0 Oct 14 13:31:40.052 INFO kablam! Compiling term v0.4.6 Oct 14 13:31:40.944 INFO kablam! Compiling fixedbitset v0.1.9 Oct 14 13:31:41.340 INFO kablam! Compiling bit-vec v0.4.4 Oct 14 13:31:43.783 INFO kablam! Compiling diff v0.1.11 Oct 14 13:31:44.819 INFO kablam! Compiling ena v0.5.0 Oct 14 13:31:44.871 INFO kablam! Compiling lalrpop-util v0.15.2 Oct 14 13:31:45.339 INFO kablam! Compiling regex-syntax v0.4.2 Oct 14 13:31:45.423 INFO kablam! Compiling arrayref v0.3.4 Oct 14 13:31:46.103 INFO kablam! Compiling byte-tools v0.2.0 Oct 14 13:31:46.115 INFO kablam! Compiling fake-simd v0.1.2 Oct 14 13:31:48.059 INFO kablam! Compiling strsim v0.6.0 Oct 14 13:31:50.891 INFO kablam! Compiling memchr v2.0.1 Oct 14 13:31:50.952 INFO kablam! Compiling itertools v0.7.8 Oct 14 13:31:51.238 INFO kablam! Compiling regex-syntax v0.5.6 Oct 14 13:31:51.339 INFO kablam! Compiling bit-set v0.4.0 Oct 14 13:31:53.439 INFO kablam! Compiling petgraph v0.4.12 Oct 14 13:31:53.440 INFO kablam! Compiling block-buffer v0.3.3 Oct 14 13:31:53.531 INFO kablam! Compiling thread_local v0.3.5 Oct 14 13:31:53.635 INFO kablam! Compiling new_debug_unreachable v1.0.1 Oct 14 13:31:53.647 INFO kablam! Compiling typenum v1.10.0 Oct 14 13:31:54.344 INFO kablam! Compiling ascii-canvas v1.0.0 Oct 14 13:31:57.148 INFO kablam! Compiling aho-corasick v0.6.4 Oct 14 13:32:00.323 INFO kablam! Compiling string_cache_codegen v0.4.1 Oct 14 13:32:00.415 INFO kablam! Compiling kernel32-sys v0.2.2 Oct 14 13:32:04.459 INFO kablam! Compiling serde_derive v1.0.66 Oct 14 13:32:04.972 INFO kablam! Compiling atty v0.1.2 Oct 14 13:32:06.339 INFO kablam! Compiling generic-array v0.9.0 Oct 14 13:32:08.783 INFO kablam! error[E0034]: multiple applicable items in scope Oct 14 13:32:08.783 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Oct 14 13:32:08.783 INFO kablam! | Oct 14 13:32:08.783 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Oct 14 13:32:08.783 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 14 13:32:08.783 INFO kablam! | Oct 14 13:32:08.783 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 14 13:32:08.783 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 14 13:32:08.783 INFO kablam! | Oct 14 13:32:08.783 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 14 13:32:08.783 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 14 13:32:08.783 INFO kablam! 7 | | { Oct 14 13:32:08.783 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 14 13:32:08.783 INFO kablam! ... | Oct 14 13:32:08.783 INFO kablam! 13 | | None Oct 14 13:32:08.783 INFO kablam! 14 | | } Oct 14 13:32:08.783 INFO kablam! | |_____^ Oct 14 13:32:08.783 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 14 13:32:08.783 INFO kablam! Oct 14 13:32:08.941 INFO kablam! error[E0034]: multiple applicable items in scope Oct 14 13:32:08.941 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Oct 14 13:32:08.941 INFO kablam! | Oct 14 13:32:08.941 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Oct 14 13:32:08.941 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 14 13:32:08.955 INFO kablam! | Oct 14 13:32:08.955 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 14 13:32:08.955 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 14 13:32:08.955 INFO kablam! | Oct 14 13:32:08.955 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 14 13:32:08.955 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 14 13:32:08.955 INFO kablam! 7 | | { Oct 14 13:32:08.955 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 14 13:32:08.955 INFO kablam! ... | Oct 14 13:32:08.955 INFO kablam! 13 | | None Oct 14 13:32:08.955 INFO kablam! 14 | | } Oct 14 13:32:08.957 INFO kablam! | |_____^ Oct 14 13:32:08.957 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 14 13:32:08.957 INFO kablam! Oct 14 13:32:09.011 INFO kablam! error[E0034]: multiple applicable items in scope Oct 14 13:32:09.011 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Oct 14 13:32:09.011 INFO kablam! | Oct 14 13:32:09.011 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Oct 14 13:32:09.011 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 14 13:32:09.067 INFO kablam! | Oct 14 13:32:09.067 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 14 13:32:09.067 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 14 13:32:09.067 INFO kablam! | Oct 14 13:32:09.068 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 14 13:32:09.068 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 14 13:32:09.068 INFO kablam! 7 | | { Oct 14 13:32:09.068 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 14 13:32:09.068 INFO kablam! ... | Oct 14 13:32:09.068 INFO kablam! 13 | | None Oct 14 13:32:09.068 INFO kablam! 14 | | } Oct 14 13:32:09.068 INFO kablam! | |_____^ Oct 14 13:32:09.068 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 14 13:32:09.068 INFO kablam! Oct 14 13:32:09.095 INFO kablam! error[E0034]: multiple applicable items in scope Oct 14 13:32:09.095 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Oct 14 13:32:09.095 INFO kablam! | Oct 14 13:32:09.095 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Oct 14 13:32:09.095 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 14 13:32:09.095 INFO kablam! | Oct 14 13:32:09.095 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 14 13:32:09.095 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 14 13:32:09.095 INFO kablam! | Oct 14 13:32:09.095 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 14 13:32:09.095 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 14 13:32:09.095 INFO kablam! 7 | | { Oct 14 13:32:09.095 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 14 13:32:09.095 INFO kablam! ... | Oct 14 13:32:09.095 INFO kablam! 13 | | None Oct 14 13:32:09.095 INFO kablam! 14 | | } Oct 14 13:32:09.095 INFO kablam! | |_____^ Oct 14 13:32:09.095 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 14 13:32:09.095 INFO kablam! Oct 14 13:32:11.619 INFO kablam! error: aborting due to 4 previous errors Oct 14 13:32:11.637 INFO kablam! Oct 14 13:32:11.638 INFO kablam! For more information about this error, try `rustc --explain E0034`. Oct 14 13:32:11.695 INFO kablam! error: Could not compile `petgraph`. Oct 14 13:32:11.696 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 14 13:32:46.661 INFO kablam! error: build failed Oct 14 13:32:46.664 INFO kablam! su: No module specific data is present Oct 14 13:32:47.947 INFO running `"docker" "rm" "-f" "b2c8e33d020c38b261c6c395cb166d964391837773a500ce65543d8b5ce8c6e4"` Oct 14 13:32:48.268 INFO blam! b2c8e33d020c38b261c6c395cb166d964391837773a500ce65543d8b5ce8c6e4