Oct 26 18:54:37.096 INFO checking twissel/tickets-search against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 18:54:37.098 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 26 18:54:37.519 INFO blam! 66d3cca031b847d177ce6ec15e9d0da3c78876e449a8eba0f1efb11700b2118b Oct 26 18:54:37.521 INFO running `"docker" "start" "-a" "66d3cca031b847d177ce6ec15e9d0da3c78876e449a8eba0f1efb11700b2118b"` Oct 26 18:54:39.498 INFO kablam! usermod: no changes Oct 26 18:54:39.936 INFO kablam! Compiling serde v1.0.69 Oct 26 18:54:39.944 INFO kablam! Checking fixedbitset v0.1.9 Oct 26 18:54:39.959 INFO kablam! Checking ordermap v0.3.5 Oct 26 18:54:39.961 INFO kablam! Checking log v0.4.3 Oct 26 18:54:39.988 INFO kablam! Compiling actix-web v0.6.14 Oct 26 18:54:40.008 INFO kablam! Compiling crossbeam-utils v0.2.2 Oct 26 18:54:40.039 INFO kablam! Checking uuid v0.6.5 Oct 26 18:54:40.063 INFO kablam! Checking tokio-timer v0.2.4 Oct 26 18:54:42.867 INFO kablam! Checking http v0.1.7 Oct 26 18:54:42.908 INFO kablam! Checking tokio-io v0.1.7 Oct 26 18:54:43.171 INFO kablam! Checking mio v0.6.15 Oct 26 18:54:43.424 INFO kablam! Checking crossbeam-channel v0.1.3 Oct 26 18:54:43.551 INFO kablam! Checking petgraph v0.4.12 Oct 26 18:54:43.787 INFO kablam! Compiling backtrace v0.3.9 Oct 26 18:54:44.416 INFO kablam! Checking tokio-threadpool v0.1.4 Oct 26 18:54:45.906 INFO kablam! Compiling serde_derive v1.0.69 Oct 26 18:54:48.643 INFO kablam! Checking mime v0.3.8 Oct 26 18:54:48.808 INFO kablam! Checking backtrace v0.2.3 Oct 26 18:54:48.819 INFO kablam! Compiling crossbeam-epoch v0.3.1 Oct 26 18:54:49.427 INFO kablam! Checking mio-uds v0.6.6 Oct 26 18:54:49.609 INFO kablam! Compiling error-chain v0.11.0 Oct 26 18:54:50.512 INFO kablam! Checking failure v0.1.1 Oct 26 18:54:50.771 INFO kablam! Checking tokio-reactor v0.1.2 Oct 26 18:54:52.480 INFO kablam! Checking tokio-codec v0.1.0 Oct 26 18:54:53.519 INFO kablam! error[E0034]: multiple applicable items in scope Oct 26 18:54:53.520 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Oct 26 18:54:53.520 INFO kablam! | Oct 26 18:54:53.521 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Oct 26 18:54:53.522 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 26 18:54:53.522 INFO kablam! | Oct 26 18:54:53.531 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 26 18:54:53.531 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 26 18:54:53.532 INFO kablam! | Oct 26 18:54:53.533 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 26 18:54:53.534 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 26 18:54:53.534 INFO kablam! 7 | | { Oct 26 18:54:53.535 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 26 18:54:53.535 INFO kablam! ... | Oct 26 18:54:53.536 INFO kablam! 13 | | None Oct 26 18:54:53.537 INFO kablam! 14 | | } Oct 26 18:54:53.537 INFO kablam! | |_____^ Oct 26 18:54:53.538 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 26 18:54:53.539 INFO kablam! Oct 26 18:54:53.688 INFO kablam! error[E0034]: multiple applicable items in scope Oct 26 18:54:53.688 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Oct 26 18:54:53.688 INFO kablam! | Oct 26 18:54:53.689 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Oct 26 18:54:53.689 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 26 18:54:53.695 INFO kablam! | Oct 26 18:54:53.695 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 26 18:54:53.695 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 26 18:54:53.695 INFO kablam! | Oct 26 18:54:53.695 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 26 18:54:53.696 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 26 18:54:53.696 INFO kablam! 7 | | { Oct 26 18:54:53.696 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 26 18:54:53.696 INFO kablam! ... | Oct 26 18:54:53.696 INFO kablam! 13 | | None Oct 26 18:54:53.696 INFO kablam! 14 | | } Oct 26 18:54:53.696 INFO kablam! | |_____^ Oct 26 18:54:53.698 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 26 18:54:53.698 INFO kablam! Oct 26 18:54:53.769 INFO kablam! error[E0034]: multiple applicable items in scope Oct 26 18:54:53.769 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Oct 26 18:54:53.769 INFO kablam! | Oct 26 18:54:53.769 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Oct 26 18:54:53.775 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 26 18:54:53.791 INFO kablam! | Oct 26 18:54:53.791 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 26 18:54:53.791 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 26 18:54:53.791 INFO kablam! | Oct 26 18:54:53.791 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 26 18:54:53.793 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 26 18:54:53.793 INFO kablam! 7 | | { Oct 26 18:54:53.793 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 26 18:54:53.793 INFO kablam! ... | Oct 26 18:54:53.793 INFO kablam! 13 | | None Oct 26 18:54:53.793 INFO kablam! 14 | | } Oct 26 18:54:53.793 INFO kablam! | |_____^ Oct 26 18:54:53.793 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 26 18:54:53.793 INFO kablam! Oct 26 18:54:53.836 INFO kablam! error[E0034]: multiple applicable items in scope Oct 26 18:54:53.836 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Oct 26 18:54:53.836 INFO kablam! | Oct 26 18:54:53.836 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Oct 26 18:54:53.836 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 26 18:54:53.836 INFO kablam! | Oct 26 18:54:53.836 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 26 18:54:53.836 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 26 18:54:53.836 INFO kablam! | Oct 26 18:54:53.836 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 26 18:54:53.836 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 26 18:54:53.836 INFO kablam! 7 | | { Oct 26 18:54:53.836 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 26 18:54:53.836 INFO kablam! ... | Oct 26 18:54:53.836 INFO kablam! 13 | | None Oct 26 18:54:53.836 INFO kablam! 14 | | } Oct 26 18:54:53.836 INFO kablam! | |_____^ Oct 26 18:54:53.836 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 26 18:54:53.836 INFO kablam! Oct 26 18:54:55.373 INFO kablam! Checking tokio-fs v0.1.1 Oct 26 18:54:55.488 INFO kablam! Checking error-chain v0.1.12 Oct 26 18:54:56.027 INFO kablam! Compiling crossbeam-deque v0.2.0 Oct 26 18:54:56.440 INFO kablam! error: aborting due to 4 previous errors Oct 26 18:54:56.440 INFO kablam! Oct 26 18:54:56.441 INFO kablam! For more information about this error, try `rustc --explain E0034`. Oct 26 18:54:56.471 INFO kablam! error: Could not compile `petgraph`. Oct 26 18:54:56.471 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 26 18:55:25.779 INFO kablam! error: build failed Oct 26 18:55:25.781 INFO kablam! su: No module specific data is present Oct 26 18:55:27.243 INFO running `"docker" "rm" "-f" "66d3cca031b847d177ce6ec15e9d0da3c78876e449a8eba0f1efb11700b2118b"` Oct 26 18:55:27.491 INFO blam! 66d3cca031b847d177ce6ec15e9d0da3c78876e449a8eba0f1efb11700b2118b