Oct 10 13:01:25.347 INFO testing twissel/tickets-search against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 13:01:25.347 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 13:01:25.347 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 13:01:25.759 INFO blam! eb7847278d134044382761f72253d244e7bf3f82b23bcd7a977d466f849b2f58 Oct 10 13:01:25.776 INFO running `"docker" "start" "-a" "eb7847278d134044382761f72253d244e7bf3f82b23bcd7a977d466f849b2f58"` Oct 10 13:01:27.188 INFO kablam! usermod: no changes Oct 10 13:01:27.684 INFO kablam! Compiling log v0.4.3 Oct 10 13:01:27.684 INFO kablam! Compiling petgraph v0.4.12 Oct 10 13:01:27.684 INFO kablam! Compiling brotli-sys v0.3.2 Oct 10 13:01:27.684 INFO kablam! Compiling backtrace-sys v0.1.23 Oct 10 13:01:27.684 INFO kablam! Compiling miniz-sys v0.1.10 Oct 10 13:01:27.685 INFO kablam! Compiling crossbeam-deque v0.3.1 Oct 10 13:01:27.685 INFO kablam! Compiling http v0.1.7 Oct 10 13:01:27.685 INFO kablam! Compiling parking_lot v0.5.5 Oct 10 13:01:29.308 INFO kablam! Compiling serde_json v1.0.22 Oct 10 13:01:30.028 INFO kablam! Compiling semver v0.9.0 Oct 10 13:01:32.016 INFO kablam! Compiling actix_derive v0.2.0 Oct 10 13:01:32.036 INFO kablam! Compiling regex v1.0.1 Oct 10 13:01:35.604 INFO kablam! error[E0034]: multiple applicable items in scope Oct 10 13:01:35.604 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Oct 10 13:01:35.604 INFO kablam! | Oct 10 13:01:35.604 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Oct 10 13:01:35.604 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 10 13:01:35.616 INFO kablam! | Oct 10 13:01:35.616 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 10 13:01:35.616 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 10 13:01:35.616 INFO kablam! | Oct 10 13:01:35.616 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 10 13:01:35.616 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 10 13:01:35.616 INFO kablam! 7 | | { Oct 10 13:01:35.616 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 10 13:01:35.616 INFO kablam! ... | Oct 10 13:01:35.616 INFO kablam! 13 | | None Oct 10 13:01:35.616 INFO kablam! 14 | | } Oct 10 13:01:35.616 INFO kablam! | |_____^ Oct 10 13:01:35.616 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 10 13:01:35.616 INFO kablam! Oct 10 13:01:35.732 INFO kablam! error[E0034]: multiple applicable items in scope Oct 10 13:01:35.732 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Oct 10 13:01:35.732 INFO kablam! | Oct 10 13:01:35.732 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Oct 10 13:01:35.732 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 10 13:01:35.732 INFO kablam! | Oct 10 13:01:35.732 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 10 13:01:35.732 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 10 13:01:35.732 INFO kablam! | Oct 10 13:01:35.732 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 10 13:01:35.732 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 10 13:01:35.732 INFO kablam! 7 | | { Oct 10 13:01:35.732 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 10 13:01:35.732 INFO kablam! ... | Oct 10 13:01:35.732 INFO kablam! 13 | | None Oct 10 13:01:35.732 INFO kablam! 14 | | } Oct 10 13:01:35.733 INFO kablam! | |_____^ Oct 10 13:01:35.733 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 10 13:01:35.733 INFO kablam! Oct 10 13:01:35.768 INFO kablam! error[E0034]: multiple applicable items in scope Oct 10 13:01:35.768 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Oct 10 13:01:35.768 INFO kablam! | Oct 10 13:01:35.768 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Oct 10 13:01:35.768 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 10 13:01:35.784 INFO kablam! | Oct 10 13:01:35.784 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 10 13:01:35.784 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 10 13:01:35.784 INFO kablam! | Oct 10 13:01:35.784 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 10 13:01:35.784 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 10 13:01:35.784 INFO kablam! 7 | | { Oct 10 13:01:35.784 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 10 13:01:35.784 INFO kablam! ... | Oct 10 13:01:35.784 INFO kablam! 13 | | None Oct 10 13:01:35.784 INFO kablam! 14 | | } Oct 10 13:01:35.784 INFO kablam! | |_____^ Oct 10 13:01:35.784 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 10 13:01:35.784 INFO kablam! Oct 10 13:01:35.800 INFO kablam! error[E0034]: multiple applicable items in scope Oct 10 13:01:35.800 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Oct 10 13:01:35.800 INFO kablam! | Oct 10 13:01:35.800 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Oct 10 13:01:35.800 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 10 13:01:35.812 INFO kablam! | Oct 10 13:01:35.812 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 10 13:01:35.812 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 10 13:01:35.812 INFO kablam! | Oct 10 13:01:35.812 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 10 13:01:35.812 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 10 13:01:35.812 INFO kablam! 7 | | { Oct 10 13:01:35.812 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 10 13:01:35.812 INFO kablam! ... | Oct 10 13:01:35.812 INFO kablam! 13 | | None Oct 10 13:01:35.812 INFO kablam! 14 | | } Oct 10 13:01:35.812 INFO kablam! | |_____^ Oct 10 13:01:35.812 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 10 13:01:35.812 INFO kablam! Oct 10 13:01:37.860 INFO kablam! error: aborting due to 4 previous errors Oct 10 13:01:37.860 INFO kablam! Oct 10 13:01:37.860 INFO kablam! For more information about this error, try `rustc --explain E0034`. Oct 10 13:01:37.904 INFO kablam! error: Could not compile `petgraph`. Oct 10 13:01:37.904 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 10 13:01:59.728 INFO kablam! error: build failed Oct 10 13:01:59.730 INFO kablam! su: No module specific data is present Oct 10 13:02:01.404 INFO running `"docker" "rm" "-f" "eb7847278d134044382761f72253d244e7bf3f82b23bcd7a977d466f849b2f58"` Oct 10 13:02:01.704 INFO blam! eb7847278d134044382761f72253d244e7bf3f82b23bcd7a977d466f849b2f58