Oct 21 21:17:38.558 INFO checking Jengamon/Mister against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 21:17:38.558 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192/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 21 21:17:38.772 INFO blam! 50ecd73d58a63e9beaa7b87757cad3580720b006dca3a1729e99704a21a26d94 Oct 21 21:17:38.774 INFO running `"docker" "start" "-a" "50ecd73d58a63e9beaa7b87757cad3580720b006dca3a1729e99704a21a26d94"` Oct 21 21:17:39.268 INFO kablam! usermod: no changes Oct 21 21:17:39.528 INFO kablam! Checking cassowary v0.2.1 Oct 21 21:17:39.528 INFO kablam! Checking exoquant v0.2.0 Oct 21 21:17:39.536 INFO kablam! Checking memmap v0.6.2 Oct 21 21:17:39.536 INFO kablam! Checking isatty v0.1.3 Oct 21 21:17:39.536 INFO kablam! Checking shared_library v0.1.7 Oct 21 21:17:39.536 INFO kablam! Checking petgraph v0.4.9 Oct 21 21:17:39.536 INFO kablam! Compiling gl_generator v0.7.0 Oct 21 21:17:39.536 INFO kablam! Compiling gl_generator v0.8.0 Oct 21 21:17:41.249 INFO kablam! Checking tempfile v2.2.0 Oct 21 21:17:41.896 INFO kablam! Checking num-bigint v0.1.40 Oct 21 21:17:41.924 INFO kablam! Checking osmesa-sys v0.1.2 Oct 21 21:17:42.998 INFO kablam! Checking x11-dl v2.15.0 Oct 21 21:17:44.176 INFO kablam! Checking gfx_core v0.8.2 Oct 21 21:17:44.355 INFO kablam! Compiling palette v0.2.1 Oct 21 21:17:44.692 INFO kablam! Checking nalgebra v0.11.2 Oct 21 21:17:47.960 INFO kablam! error[E0034]: multiple applicable items in scope Oct 21 21:17:47.960 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1172:19 Oct 21 21:17:47.960 INFO kablam! | Oct 21 21:17:47.960 INFO kablam! 1172 | self.iter.find_map(|(i, node)| { Oct 21 21:17:47.960 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 21 21:17:47.960 INFO kablam! | Oct 21 21:17:47.960 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 21 21:17:47.960 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Oct 21 21:17:47.960 INFO kablam! | Oct 21 21:17:47.960 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 21 21:17:47.960 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 21 21:17:47.960 INFO kablam! 7 | | { Oct 21 21:17:47.960 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 21 21:17:47.960 INFO kablam! ... | Oct 21 21:17:47.960 INFO kablam! 13 | | None Oct 21 21:17:47.960 INFO kablam! 14 | | } Oct 21 21:17:47.960 INFO kablam! | |_____^ Oct 21 21:17:47.960 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 21 21:17:47.960 INFO kablam! Oct 21 21:17:47.982 INFO kablam! error[E0034]: multiple applicable items in scope Oct 21 21:17:47.983 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1355:19 Oct 21 21:17:47.983 INFO kablam! | Oct 21 21:17:47.983 INFO kablam! 1355 | self.iter.find_map(|(i, edge)| Oct 21 21:17:47.983 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 21 21:17:47.983 INFO kablam! | Oct 21 21:17:47.983 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 21 21:17:47.983 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Oct 21 21:17:47.983 INFO kablam! | Oct 21 21:17:47.983 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 21 21:17:47.983 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 21 21:17:47.983 INFO kablam! 7 | | { Oct 21 21:17:47.983 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 21 21:17:47.983 INFO kablam! ... | Oct 21 21:17:47.983 INFO kablam! 13 | | None Oct 21 21:17:47.983 INFO kablam! 14 | | } Oct 21 21:17:47.983 INFO kablam! | |_____^ Oct 21 21:17:47.988 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 21 21:17:47.988 INFO kablam! Oct 21 21:17:47.992 INFO kablam! error[E0034]: multiple applicable items in scope Oct 21 21:17:47.992 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1519:19 Oct 21 21:17:47.992 INFO kablam! | Oct 21 21:17:47.992 INFO kablam! 1519 | self.iter.find_map(|(i, node)| { Oct 21 21:17:47.992 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 21 21:17:47.992 INFO kablam! | Oct 21 21:17:47.993 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 21 21:17:47.993 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Oct 21 21:17:47.993 INFO kablam! | Oct 21 21:17:47.993 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 21 21:17:47.993 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 21 21:17:47.993 INFO kablam! 7 | | { Oct 21 21:17:47.993 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 21 21:17:47.993 INFO kablam! ... | Oct 21 21:17:47.993 INFO kablam! 13 | | None Oct 21 21:17:47.993 INFO kablam! 14 | | } Oct 21 21:17:47.993 INFO kablam! | |_____^ Oct 21 21:17:47.996 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 21 21:17:47.996 INFO kablam! Oct 21 21:17:47.998 INFO kablam! error[E0034]: multiple applicable items in scope Oct 21 21:17:47.998 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1565:19 Oct 21 21:17:47.998 INFO kablam! | Oct 21 21:17:47.998 INFO kablam! 1565 | self.iter.find_map(|(i, node)| { Oct 21 21:17:47.998 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 21 21:17:47.998 INFO kablam! | Oct 21 21:17:47.998 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 21 21:17:47.998 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Oct 21 21:17:47.998 INFO kablam! | Oct 21 21:17:47.998 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 21 21:17:47.998 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 21 21:17:47.998 INFO kablam! 7 | | { Oct 21 21:17:47.998 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 21 21:17:47.998 INFO kablam! ... | Oct 21 21:17:47.998 INFO kablam! 13 | | None Oct 21 21:17:47.998 INFO kablam! 14 | | } Oct 21 21:17:47.998 INFO kablam! | |_____^ Oct 21 21:17:48.000 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 21 21:17:48.000 INFO kablam! Oct 21 21:17:48.320 INFO kablam! error: aborting due to 4 previous errors Oct 21 21:17:48.320 INFO kablam! Oct 21 21:17:48.320 INFO kablam! For more information about this error, try `rustc --explain E0034`. Oct 21 21:17:48.332 INFO kablam! error: Could not compile `petgraph`. Oct 21 21:17:48.332 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 21 21:18:26.237 INFO kablam! error: build failed Oct 21 21:18:26.237 INFO kablam! su: No module specific data is present Oct 21 21:18:26.840 INFO running `"docker" "rm" "-f" "50ecd73d58a63e9beaa7b87757cad3580720b006dca3a1729e99704a21a26d94"` Oct 21 21:18:27.152 INFO blam! 50ecd73d58a63e9beaa7b87757cad3580720b006dca3a1729e99704a21a26d94