Oct 31 20:17:30.710 INFO checking sunjay/lion against try#d7816399d50d407bbce1efe9dbadf8faaaf568fc for pr-55538 Oct 31 20:17:30.710 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-6/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-55538/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/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 +d7816399d50d407bbce1efe9dbadf8faaaf568fc-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 31 20:17:31.234 INFO blam! 81968466c46e1c8acaf4a3d69ba7d047c0f4e5dc82dd9c9d2fd2276ce6f00e93 Oct 31 20:17:31.236 INFO running `"docker" "start" "-a" "81968466c46e1c8acaf4a3d69ba7d047c0f4e5dc82dd9c9d2fd2276ce6f00e93"` Oct 31 20:17:33.776 INFO kablam! usermod: no changes Oct 31 20:17:33.964 INFO kablam! Compiling num-bigint v0.2.0 Oct 31 20:17:33.964 INFO kablam! Checking ordermap v0.3.5 Oct 31 20:17:33.977 INFO kablam! Checking fixedbitset v0.1.9 Oct 31 20:17:33.977 INFO kablam! Checking bytecount v0.3.2 Oct 31 20:17:33.977 INFO kablam! Compiling rand v0.4.3 Oct 31 20:17:33.977 INFO kablam! Compiling phf_shared v0.7.22 Oct 31 20:17:34.004 INFO kablam! Checking memchr v1.0.2 Oct 31 20:17:35.468 INFO kablam! Checking smallvec v0.6.4 Oct 31 20:17:36.724 INFO kablam! Checking nom v4.0.0 Oct 31 20:17:36.791 INFO kablam! Checking nom v3.2.1 Oct 31 20:17:36.793 INFO kablam! Checking phf v0.7.22 Oct 31 20:17:36.814 INFO kablam! Checking nix v0.7.0 Oct 31 20:17:40.000 INFO kablam! Checking petgraph v0.4.12 Oct 31 20:17:40.801 INFO kablam! Checking smallstr v0.1.0 Oct 31 20:17:46.236 INFO kablam! Compiling phf_generator v0.7.22 Oct 31 20:17:46.904 INFO kablam! error[E0034]: multiple applicable items in scope Oct 31 20:17:46.905 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Oct 31 20:17:46.905 INFO kablam! | Oct 31 20:17:46.905 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Oct 31 20:17:46.906 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 31 20:17:46.906 INFO kablam! | Oct 31 20:17:46.906 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 31 20:17:46.906 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 31 20:17:46.907 INFO kablam! | Oct 31 20:17:46.907 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 31 20:17:46.907 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 31 20:17:46.907 INFO kablam! 7 | | { Oct 31 20:17:46.908 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 31 20:17:46.908 INFO kablam! ... | Oct 31 20:17:46.908 INFO kablam! 13 | | None Oct 31 20:17:46.908 INFO kablam! 14 | | } Oct 31 20:17:46.909 INFO kablam! | |_____^ Oct 31 20:17:46.909 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 31 20:17:46.909 INFO kablam! Oct 31 20:17:46.912 INFO kablam! error[E0034]: multiple applicable items in scope Oct 31 20:17:46.913 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Oct 31 20:17:46.913 INFO kablam! | Oct 31 20:17:46.913 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Oct 31 20:17:46.913 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 31 20:17:46.914 INFO kablam! | Oct 31 20:17:46.914 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 31 20:17:46.914 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 31 20:17:46.915 INFO kablam! | Oct 31 20:17:46.915 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 31 20:17:46.920 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 31 20:17:46.920 INFO kablam! 7 | | { Oct 31 20:17:46.921 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 31 20:17:46.921 INFO kablam! ... | Oct 31 20:17:46.921 INFO kablam! 13 | | None Oct 31 20:17:46.921 INFO kablam! 14 | | } Oct 31 20:17:46.922 INFO kablam! | |_____^ Oct 31 20:17:46.922 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 31 20:17:46.922 INFO kablam! Oct 31 20:17:46.922 INFO kablam! error[E0034]: multiple applicable items in scope Oct 31 20:17:46.923 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Oct 31 20:17:46.923 INFO kablam! | Oct 31 20:17:46.923 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Oct 31 20:17:46.923 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 31 20:17:46.924 INFO kablam! | Oct 31 20:17:46.928 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 31 20:17:46.928 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 31 20:17:46.929 INFO kablam! | Oct 31 20:17:46.929 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 31 20:17:46.929 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 31 20:17:46.930 INFO kablam! 7 | | { Oct 31 20:17:46.930 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 31 20:17:46.930 INFO kablam! ... | Oct 31 20:17:46.930 INFO kablam! 13 | | None Oct 31 20:17:46.931 INFO kablam! 14 | | } Oct 31 20:17:46.931 INFO kablam! | |_____^ Oct 31 20:17:46.931 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 31 20:17:46.931 INFO kablam! Oct 31 20:17:46.932 INFO kablam! error[E0034]: multiple applicable items in scope Oct 31 20:17:46.936 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Oct 31 20:17:46.937 INFO kablam! | Oct 31 20:17:46.937 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Oct 31 20:17:46.937 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 31 20:17:46.937 INFO kablam! | Oct 31 20:17:46.938 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 31 20:17:46.938 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 31 20:17:46.938 INFO kablam! | Oct 31 20:17:46.938 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 31 20:17:46.939 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 31 20:17:46.939 INFO kablam! 7 | | { Oct 31 20:17:46.939 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 31 20:17:46.939 INFO kablam! ... | Oct 31 20:17:46.949 INFO kablam! 13 | | None Oct 31 20:17:46.949 INFO kablam! 14 | | } Oct 31 20:17:46.949 INFO kablam! | |_____^ Oct 31 20:17:46.949 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 31 20:17:46.949 INFO kablam! Oct 31 20:17:47.136 INFO kablam! Checking nom_locate v0.3.1 Oct 31 20:17:47.360 INFO kablam! error: aborting due to 4 previous errors Oct 31 20:17:47.360 INFO kablam! Oct 31 20:17:47.360 INFO kablam! For more information about this error, try `rustc --explain E0034`. Oct 31 20:17:47.376 INFO kablam! error: Could not compile `petgraph`. Oct 31 20:17:47.376 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 31 20:17:49.425 INFO kablam! error: build failed Oct 31 20:17:49.425 INFO kablam! su: No module specific data is present Oct 31 20:17:50.230 INFO running `"docker" "rm" "-f" "81968466c46e1c8acaf4a3d69ba7d047c0f4e5dc82dd9c9d2fd2276ce6f00e93"` Oct 31 20:17:50.561 INFO blam! 81968466c46e1c8acaf4a3d69ba7d047c0f4e5dc82dd9c9d2fd2276ce6f00e93