Oct 12 20:29:14.056 INFO testing twissel/tickets-search against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 20:29:14.057 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 12 20:29:14.565 INFO blam! 02c45ce1cbbfb66a484ad334f269d0cec3f60843e99e1de04e2c17bd9d19c72b Oct 12 20:29:14.583 INFO running `"docker" "start" "-a" "02c45ce1cbbfb66a484ad334f269d0cec3f60843e99e1de04e2c17bd9d19c72b"` Oct 12 20:29:16.503 INFO kablam! usermod: no changes Oct 12 20:29:17.016 INFO kablam! Compiling cfg-if v0.1.4 Oct 12 20:29:17.016 INFO kablam! Compiling serde v1.0.69 Oct 12 20:29:17.043 INFO kablam! Compiling smallvec v0.6.2 Oct 12 20:29:17.047 INFO kablam! Compiling num-traits v0.2.5 Oct 12 20:29:17.071 INFO kablam! Compiling fixedbitset v0.1.9 Oct 12 20:29:17.072 INFO kablam! Compiling ordermap v0.3.5 Oct 12 20:29:17.073 INFO kablam! Compiling num_cpus v1.8.0 Oct 12 20:29:17.073 INFO kablam! Compiling hostname v0.1.5 Oct 12 20:29:17.751 INFO kablam! Compiling actix-web v0.6.14 Oct 12 20:29:21.796 INFO kablam! Compiling tempdir v0.3.7 Oct 12 20:29:21.796 INFO kablam! Compiling rand v0.3.22 Oct 12 20:29:21.796 INFO kablam! Compiling crossbeam-utils v0.3.2 Oct 12 20:29:21.796 INFO kablam! Compiling net2 v0.2.33 Oct 12 20:29:21.796 INFO kablam! Compiling crossbeam-utils v0.2.2 Oct 12 20:29:21.796 INFO kablam! Compiling log v0.4.3 Oct 12 20:29:21.823 INFO kablam! Compiling uuid v0.6.5 Oct 12 20:29:21.987 INFO kablam! Compiling aho-corasick v0.6.5 Oct 12 20:29:22.747 INFO kablam! Compiling resolv-conf v0.6.1 Oct 12 20:29:25.833 INFO kablam! Compiling petgraph v0.4.12 Oct 12 20:29:25.985 INFO kablam! Compiling backtrace-sys v0.1.23 Oct 12 20:29:26.015 INFO kablam! Compiling brotli-sys v0.3.2 Oct 12 20:29:26.208 INFO kablam! Compiling miniz-sys v0.1.10 Oct 12 20:29:27.595 INFO kablam! Compiling http v0.1.7 Oct 12 20:29:27.665 INFO kablam! Compiling futures-cpupool v0.1.8 Oct 12 20:29:28.300 INFO kablam! Compiling parking_lot_core v0.2.14 Oct 12 20:29:28.893 INFO kablam! Compiling crossbeam-epoch v0.4.3 Oct 12 20:29:28.916 INFO kablam! Compiling crossbeam-epoch v0.3.1 Oct 12 20:29:28.934 INFO kablam! Compiling tokio-io v0.1.7 Oct 12 20:29:29.168 INFO kablam! Compiling syn v0.14.4 Oct 12 20:29:34.587 INFO kablam! error[E0034]: multiple applicable items in scope Oct 12 20:29:34.587 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Oct 12 20:29:34.588 INFO kablam! | Oct 12 20:29:34.588 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Oct 12 20:29:34.588 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 12 20:29:34.589 INFO kablam! | Oct 12 20:29:34.589 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 12 20:29:34.589 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 12 20:29:34.589 INFO kablam! | Oct 12 20:29:34.590 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 12 20:29:34.590 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 12 20:29:34.590 INFO kablam! 7 | | { Oct 12 20:29:34.591 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 12 20:29:34.591 INFO kablam! ... | Oct 12 20:29:34.591 INFO kablam! 13 | | None Oct 12 20:29:34.591 INFO kablam! 14 | | } Oct 12 20:29:34.592 INFO kablam! | |_____^ Oct 12 20:29:34.592 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 12 20:29:34.592 INFO kablam! Oct 12 20:29:34.651 INFO kablam! error[E0034]: multiple applicable items in scope Oct 12 20:29:34.652 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Oct 12 20:29:34.652 INFO kablam! | Oct 12 20:29:34.652 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Oct 12 20:29:34.652 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 12 20:29:34.653 INFO kablam! | Oct 12 20:29:34.653 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 12 20:29:34.653 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 12 20:29:34.654 INFO kablam! | Oct 12 20:29:34.654 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 12 20:29:34.654 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 12 20:29:34.655 INFO kablam! 7 | | { Oct 12 20:29:34.655 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 12 20:29:34.655 INFO kablam! ... | Oct 12 20:29:34.655 INFO kablam! 13 | | None Oct 12 20:29:34.656 INFO kablam! 14 | | } Oct 12 20:29:34.656 INFO kablam! | |_____^ Oct 12 20:29:34.656 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 12 20:29:34.656 INFO kablam! Oct 12 20:29:34.679 INFO kablam! error[E0034]: multiple applicable items in scope Oct 12 20:29:34.679 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Oct 12 20:29:34.680 INFO kablam! | Oct 12 20:29:34.680 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Oct 12 20:29:34.680 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 12 20:29:34.681 INFO kablam! | Oct 12 20:29:34.681 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 12 20:29:34.681 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 12 20:29:34.681 INFO kablam! | Oct 12 20:29:34.682 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 12 20:29:34.682 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 12 20:29:34.682 INFO kablam! 7 | | { Oct 12 20:29:34.683 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 12 20:29:34.683 INFO kablam! ... | Oct 12 20:29:34.683 INFO kablam! 13 | | None Oct 12 20:29:34.683 INFO kablam! 14 | | } Oct 12 20:29:34.684 INFO kablam! | |_____^ Oct 12 20:29:34.684 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 12 20:29:34.684 INFO kablam! Oct 12 20:29:34.687 INFO kablam! error[E0034]: multiple applicable items in scope Oct 12 20:29:34.687 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Oct 12 20:29:34.687 INFO kablam! | Oct 12 20:29:34.687 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Oct 12 20:29:34.687 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 12 20:29:34.687 INFO kablam! | Oct 12 20:29:34.687 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 12 20:29:34.687 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 12 20:29:34.687 INFO kablam! | Oct 12 20:29:34.687 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 12 20:29:34.687 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 12 20:29:34.687 INFO kablam! 7 | | { Oct 12 20:29:34.687 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 12 20:29:34.687 INFO kablam! ... | Oct 12 20:29:34.687 INFO kablam! 13 | | None Oct 12 20:29:34.687 INFO kablam! 14 | | } Oct 12 20:29:34.687 INFO kablam! | |_____^ Oct 12 20:29:34.687 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 12 20:29:34.687 INFO kablam! Oct 12 20:29:35.087 INFO kablam! error: aborting due to 4 previous errors Oct 12 20:29:35.087 INFO kablam! Oct 12 20:29:35.087 INFO kablam! For more information about this error, try `rustc --explain E0034`. Oct 12 20:29:35.099 INFO kablam! error: Could not compile `petgraph`. Oct 12 20:29:35.099 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 12 20:29:46.579 INFO kablam! error: build failed Oct 12 20:29:46.587 INFO kablam! su: No module specific data is present Oct 12 20:29:47.815 INFO running `"docker" "rm" "-f" "02c45ce1cbbfb66a484ad334f269d0cec3f60843e99e1de04e2c17bd9d19c72b"` Oct 12 20:29:48.163 INFO blam! 02c45ce1cbbfb66a484ad334f269d0cec3f60843e99e1de04e2c17bd9d19c72b