Oct 26 20:04:21.864 INFO checking sunjay/lion against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 26 20:04:21.864 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 20:04:22.507 INFO blam! 145a36194712e621f9b6944f76648003fd7a775662d397ff3c3e6f17e89b5b86 Oct 26 20:04:22.509 INFO running `"docker" "start" "-a" "145a36194712e621f9b6944f76648003fd7a775662d397ff3c3e6f17e89b5b86"` Oct 26 20:04:25.030 INFO kablam! usermod: no changes Oct 26 20:04:25.216 INFO kablam! Compiling num-bigint v0.2.0 Oct 26 20:04:25.223 INFO kablam! Checking ordermap v0.3.5 Oct 26 20:04:25.231 INFO kablam! Checking fixedbitset v0.1.9 Oct 26 20:04:25.231 INFO kablam! Checking bytecount v0.3.2 Oct 26 20:04:25.231 INFO kablam! Compiling rand v0.4.3 Oct 26 20:04:25.239 INFO kablam! Compiling phf_shared v0.7.22 Oct 26 20:04:25.239 INFO kablam! Checking memchr v1.0.2 Oct 26 20:04:26.844 INFO kablam! Checking pretty_assertions v0.5.1 Oct 26 20:04:27.272 INFO kablam! Checking nom v4.0.0 Oct 26 20:04:28.284 INFO kablam! Checking smallvec v0.6.4 Oct 26 20:04:28.285 INFO kablam! Checking nom v3.2.1 Oct 26 20:04:28.286 INFO kablam! Checking phf v0.7.22 Oct 26 20:04:29.515 INFO kablam! Checking nix v0.7.0 Oct 26 20:04:32.847 INFO kablam! Checking petgraph v0.4.12 Oct 26 20:04:33.451 INFO kablam! Checking smallstr v0.1.0 Oct 26 20:04:37.479 INFO kablam! Checking nom_locate v0.3.1 Oct 26 20:04:39.541 INFO kablam! Compiling phf_generator v0.7.22 Oct 26 20:04:40.755 INFO kablam! Compiling phf_codegen v0.7.22 Oct 26 20:04:41.107 INFO kablam! Checking bigdecimal v0.0.14 Oct 26 20:04:41.474 INFO kablam! error[E0034]: multiple applicable items in scope Oct 26 20:04:41.474 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Oct 26 20:04:41.474 INFO kablam! | Oct 26 20:04:41.474 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Oct 26 20:04:41.474 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 26 20:04:41.474 INFO kablam! | Oct 26 20:04:41.475 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 26 20:04:41.475 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 26 20:04:41.475 INFO kablam! | Oct 26 20:04:41.475 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 26 20:04:41.475 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 26 20:04:41.475 INFO kablam! 7 | | { Oct 26 20:04:41.475 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 26 20:04:41.475 INFO kablam! ... | Oct 26 20:04:41.475 INFO kablam! 13 | | None Oct 26 20:04:41.475 INFO kablam! 14 | | } Oct 26 20:04:41.475 INFO kablam! | |_____^ Oct 26 20:04:41.475 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 26 20:04:41.476 INFO kablam! Oct 26 20:04:41.552 INFO kablam! error[E0034]: multiple applicable items in scope Oct 26 20:04:41.552 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Oct 26 20:04:41.552 INFO kablam! | Oct 26 20:04:41.552 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Oct 26 20:04:41.552 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 26 20:04:41.552 INFO kablam! | Oct 26 20:04:41.552 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 26 20:04:41.552 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 26 20:04:41.552 INFO kablam! | Oct 26 20:04:41.552 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 26 20:04:41.552 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 26 20:04:41.552 INFO kablam! 7 | | { Oct 26 20:04:41.552 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 26 20:04:41.552 INFO kablam! ... | Oct 26 20:04:41.552 INFO kablam! 13 | | None Oct 26 20:04:41.553 INFO kablam! 14 | | } Oct 26 20:04:41.553 INFO kablam! | |_____^ Oct 26 20:04:41.553 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 26 20:04:41.553 INFO kablam! Oct 26 20:04:41.599 INFO kablam! error[E0034]: multiple applicable items in scope Oct 26 20:04:41.599 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Oct 26 20:04:41.599 INFO kablam! | Oct 26 20:04:41.599 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Oct 26 20:04:41.599 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 26 20:04:41.599 INFO kablam! | Oct 26 20:04:41.607 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 26 20:04:41.607 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 26 20:04:41.607 INFO kablam! | Oct 26 20:04:41.607 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 26 20:04:41.607 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 26 20:04:41.607 INFO kablam! 7 | | { Oct 26 20:04:41.607 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 26 20:04:41.607 INFO kablam! ... | Oct 26 20:04:41.607 INFO kablam! 13 | | None Oct 26 20:04:41.607 INFO kablam! 14 | | } Oct 26 20:04:41.607 INFO kablam! | |_____^ Oct 26 20:04:41.607 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 26 20:04:41.607 INFO kablam! Oct 26 20:04:41.619 INFO kablam! error[E0034]: multiple applicable items in scope Oct 26 20:04:41.619 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Oct 26 20:04:41.619 INFO kablam! | Oct 26 20:04:41.619 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Oct 26 20:04:41.619 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 26 20:04:41.619 INFO kablam! | Oct 26 20:04:41.619 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 26 20:04:41.619 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 26 20:04:41.619 INFO kablam! | Oct 26 20:04:41.619 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 26 20:04:41.619 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 26 20:04:41.619 INFO kablam! 7 | | { Oct 26 20:04:41.619 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 26 20:04:41.619 INFO kablam! ... | Oct 26 20:04:41.619 INFO kablam! 13 | | None Oct 26 20:04:41.619 INFO kablam! 14 | | } Oct 26 20:04:41.619 INFO kablam! | |_____^ Oct 26 20:04:41.619 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 26 20:04:41.619 INFO kablam! Oct 26 20:04:42.124 INFO kablam! Compiling terminfo v0.6.0 Oct 26 20:04:42.798 INFO kablam! error: aborting due to 4 previous errors Oct 26 20:04:42.799 INFO kablam! Oct 26 20:04:42.800 INFO kablam! For more information about this error, try `rustc --explain E0034`. Oct 26 20:04:42.867 INFO kablam! error: Could not compile `petgraph`. Oct 26 20:04:42.867 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 26 20:04:45.998 INFO kablam! error: build failed Oct 26 20:04:46.003 INFO kablam! su: No module specific data is present Oct 26 20:04:47.007 INFO running `"docker" "rm" "-f" "145a36194712e621f9b6944f76648003fd7a775662d397ff3c3e6f17e89b5b86"` Oct 26 20:04:47.228 INFO blam! 145a36194712e621f9b6944f76648003fd7a775662d397ff3c3e6f17e89b5b86