Oct 12 20:29:13.582 INFO testing twissel/tickets-search against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 20:29:13.584 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 12 20:29:14.143 INFO blam! b67b3dc9f413bc37d7ec4a38d25844b6d46af45b9e7f50cb8deb2b6d59d429f5 Oct 12 20:29:14.149 INFO running `"docker" "start" "-a" "b67b3dc9f413bc37d7ec4a38d25844b6d46af45b9e7f50cb8deb2b6d59d429f5"` Oct 12 20:29:16.027 INFO kablam! usermod: no changes Oct 12 20:29:16.363 INFO kablam! Compiling serde v1.0.69 Oct 12 20:29:16.406 INFO kablam! Compiling fixedbitset v0.1.9 Oct 12 20:29:16.406 INFO kablam! Compiling ordermap v0.3.5 Oct 12 20:29:16.412 INFO kablam! Compiling actix-web v0.6.14 Oct 12 20:29:16.421 INFO kablam! Compiling futures-cpupool v0.1.8 Oct 12 20:29:16.429 INFO kablam! Compiling tokio-io v0.1.7 Oct 12 20:29:16.429 INFO kablam! Compiling http v0.1.7 Oct 12 20:29:16.429 INFO kablam! Compiling actix_derive v0.2.0 Oct 12 20:29:21.229 INFO kablam! Compiling tokio-threadpool v0.1.4 Oct 12 20:29:21.258 INFO kablam! Compiling serde_derive v1.0.69 Oct 12 20:29:21.347 INFO kablam! Compiling mime v0.3.8 Oct 12 20:29:23.986 INFO kablam! Compiling mime_guess v2.0.0-alpha.5 Oct 12 20:29:25.345 INFO kablam! Compiling petgraph v0.4.12 Oct 12 20:29:32.975 INFO kablam! Compiling tokio-reactor v0.1.2 Oct 12 20:29:36.491 INFO kablam! error[E0034]: multiple applicable items in scope Oct 12 20:29:36.491 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:36.491 INFO kablam! | Oct 12 20:29:36.491 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Oct 12 20:29:36.491 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 12 20:29:36.491 INFO kablam! | Oct 12 20:29:36.491 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 12 20:29:36.491 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 12 20:29:36.491 INFO kablam! | Oct 12 20:29:36.491 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 12 20:29:36.491 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 12 20:29:36.491 INFO kablam! 7 | | { Oct 12 20:29:36.491 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 12 20:29:36.491 INFO kablam! ... | Oct 12 20:29:36.491 INFO kablam! 13 | | None Oct 12 20:29:36.491 INFO kablam! 14 | | } Oct 12 20:29:36.491 INFO kablam! | |_____^ Oct 12 20:29:36.491 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:36.491 INFO kablam! Oct 12 20:29:36.575 INFO kablam! error[E0034]: multiple applicable items in scope Oct 12 20:29:36.575 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:36.575 INFO kablam! | Oct 12 20:29:36.575 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Oct 12 20:29:36.575 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 12 20:29:36.575 INFO kablam! | Oct 12 20:29:36.575 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 12 20:29:36.575 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 12 20:29:36.575 INFO kablam! | Oct 12 20:29:36.575 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 12 20:29:36.575 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 12 20:29:36.575 INFO kablam! 7 | | { Oct 12 20:29:36.575 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 12 20:29:36.575 INFO kablam! ... | Oct 12 20:29:36.575 INFO kablam! 13 | | None Oct 12 20:29:36.575 INFO kablam! 14 | | } Oct 12 20:29:36.575 INFO kablam! | |_____^ Oct 12 20:29:36.575 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:36.575 INFO kablam! Oct 12 20:29:36.623 INFO kablam! error[E0034]: multiple applicable items in scope Oct 12 20:29:36.623 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:36.623 INFO kablam! | Oct 12 20:29:36.623 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Oct 12 20:29:36.623 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 12 20:29:36.623 INFO kablam! | Oct 12 20:29:36.623 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 12 20:29:36.623 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 12 20:29:36.623 INFO kablam! | Oct 12 20:29:36.623 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 12 20:29:36.623 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 12 20:29:36.623 INFO kablam! 7 | | { Oct 12 20:29:36.623 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 12 20:29:36.623 INFO kablam! ... | Oct 12 20:29:36.623 INFO kablam! 13 | | None Oct 12 20:29:36.623 INFO kablam! 14 | | } Oct 12 20:29:36.623 INFO kablam! | |_____^ Oct 12 20:29:36.623 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:36.623 INFO kablam! Oct 12 20:29:36.659 INFO kablam! error[E0034]: multiple applicable items in scope Oct 12 20:29:36.659 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:36.659 INFO kablam! | Oct 12 20:29:36.659 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Oct 12 20:29:36.659 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 12 20:29:36.659 INFO kablam! | Oct 12 20:29:36.675 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 12 20:29:36.675 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 12 20:29:36.675 INFO kablam! | Oct 12 20:29:36.675 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 12 20:29:36.675 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 12 20:29:36.675 INFO kablam! 7 | | { Oct 12 20:29:36.675 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 12 20:29:36.675 INFO kablam! ... | Oct 12 20:29:36.675 INFO kablam! 13 | | None Oct 12 20:29:36.675 INFO kablam! 14 | | } Oct 12 20:29:36.675 INFO kablam! | |_____^ Oct 12 20:29:36.675 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:36.675 INFO kablam! Oct 12 20:29:37.995 INFO kablam! Compiling tokio-codec v0.1.0 Oct 12 20:29:38.059 INFO kablam! Compiling cookie v0.10.1 Oct 12 20:29:38.230 INFO kablam! Compiling tokio-fs v0.1.1 Oct 12 20:29:38.595 INFO kablam! error: aborting due to 4 previous errors Oct 12 20:29:38.619 INFO kablam! Oct 12 20:29:38.619 INFO kablam! For more information about this error, try `rustc --explain E0034`. Oct 12 20:29:38.667 INFO kablam! error: Could not compile `petgraph`. Oct 12 20:29:38.667 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 12 20:30:00.835 INFO kablam! error: build failed Oct 12 20:30:00.835 INFO kablam! su: No module specific data is present Oct 12 20:30:01.773 INFO running `"docker" "rm" "-f" "b67b3dc9f413bc37d7ec4a38d25844b6d46af45b9e7f50cb8deb2b6d59d429f5"` Oct 12 20:30:02.128 INFO blam! b67b3dc9f413bc37d7ec4a38d25844b6d46af45b9e7f50cb8deb2b6d59d429f5