Sep 19 14:53:17.780 INFO checking Jengamon/Mister against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 19 14:53:17.781 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 19 14:53:17.781 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-1/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 14:53:18.229 INFO blam! 1ef9de18b034e813b8d3b55c8e6ca6cb012baf9eed88c6a440f58049875f3c5c Sep 19 14:53:18.231 INFO running `"docker" "start" "-a" "1ef9de18b034e813b8d3b55c8e6ca6cb012baf9eed88c6a440f58049875f3c5c"` Sep 19 14:53:20.251 INFO kablam! usermod: no changes Sep 19 14:53:20.525 INFO kablam! Compiling libloading v0.4.3 Sep 19 14:53:20.525 INFO kablam! Compiling libc v0.2.31 Sep 19 14:53:20.532 INFO kablam! Compiling khronos_api v2.1.0 Sep 19 14:53:20.544 INFO kablam! Compiling either v1.4.0 Sep 19 14:53:20.546 INFO kablam! Checking fixedbitset v0.1.8 Sep 19 14:53:20.548 INFO kablam! Checking exoquant v0.2.0 Sep 19 14:53:20.549 INFO kablam! Compiling xml-rs v0.7.0 Sep 19 14:53:23.080 INFO kablam! Checking draw_state v0.8.0 Sep 19 14:53:23.082 INFO kablam! Compiling x11-dl v2.15.0 Sep 19 14:53:23.091 INFO kablam! Compiling itertools v0.5.10 Sep 19 14:53:25.047 INFO kablam! Checking petgraph v0.4.9 Sep 19 14:53:25.724 INFO kablam! Checking alga v0.5.2 Sep 19 14:53:28.299 INFO kablam! Checking gfx_core v0.6.1 Sep 19 14:53:28.800 INFO kablam! Checking thread_local v0.3.4 Sep 19 14:53:29.915 INFO kablam! Checking generic-array v0.2.1 Sep 19 14:53:30.108 INFO kablam! Checking rand v0.3.16 Sep 19 14:53:31.551 INFO kablam! Checking memmap v0.6.2 Sep 19 14:53:32.295 INFO kablam! Checking shared_library v0.1.7 Sep 19 14:53:33.651 INFO kablam! Checking time v0.1.38 Sep 19 14:53:38.447 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 14:53:38.447 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1172:19 Sep 19 14:53:38.447 INFO kablam! | Sep 19 14:53:38.447 INFO kablam! 1172 | self.iter.find_map(|(i, node)| { Sep 19 14:53:38.447 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 14:53:38.447 INFO kablam! | Sep 19 14:53:38.447 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 14:53:38.447 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 19 14:53:38.447 INFO kablam! | Sep 19 14:53:38.447 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 14:53:38.447 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 14:53:38.447 INFO kablam! 7 | | { Sep 19 14:53:38.447 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 14:53:38.447 INFO kablam! ... | Sep 19 14:53:38.447 INFO kablam! 13 | | None Sep 19 14:53:38.447 INFO kablam! 14 | | } Sep 19 14:53:38.447 INFO kablam! | |_____^ Sep 19 14:53:38.447 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 14:53:38.447 INFO kablam! Sep 19 14:53:38.515 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 14:53:38.515 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1355:19 Sep 19 14:53:38.515 INFO kablam! | Sep 19 14:53:38.515 INFO kablam! 1355 | self.iter.find_map(|(i, edge)| Sep 19 14:53:38.515 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 14:53:38.515 INFO kablam! | Sep 19 14:53:38.515 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 14:53:38.515 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 19 14:53:38.515 INFO kablam! | Sep 19 14:53:38.515 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 14:53:38.515 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 14:53:38.515 INFO kablam! 7 | | { Sep 19 14:53:38.515 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 14:53:38.515 INFO kablam! ... | Sep 19 14:53:38.515 INFO kablam! 13 | | None Sep 19 14:53:38.515 INFO kablam! 14 | | } Sep 19 14:53:38.515 INFO kablam! | |_____^ Sep 19 14:53:38.515 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 14:53:38.515 INFO kablam! Sep 19 14:53:38.611 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 14:53:38.611 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1519:19 Sep 19 14:53:38.611 INFO kablam! | Sep 19 14:53:38.611 INFO kablam! 1519 | self.iter.find_map(|(i, node)| { Sep 19 14:53:38.611 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 14:53:38.619 INFO kablam! | Sep 19 14:53:38.619 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 14:53:38.619 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 19 14:53:38.619 INFO kablam! | Sep 19 14:53:38.619 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 14:53:38.619 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 14:53:38.619 INFO kablam! 7 | | { Sep 19 14:53:38.619 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 14:53:38.619 INFO kablam! ... | Sep 19 14:53:38.619 INFO kablam! 13 | | None Sep 19 14:53:38.619 INFO kablam! 14 | | } Sep 19 14:53:38.619 INFO kablam! | |_____^ Sep 19 14:53:38.619 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 14:53:38.619 INFO kablam! Sep 19 14:53:38.639 INFO kablam! error[E0034]: multiple applicable items in scope Sep 19 14:53:38.639 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1565:19 Sep 19 14:53:38.639 INFO kablam! | Sep 19 14:53:38.639 INFO kablam! 1565 | self.iter.find_map(|(i, node)| { Sep 19 14:53:38.639 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 19 14:53:38.639 INFO kablam! | Sep 19 14:53:38.639 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 19 14:53:38.639 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 19 14:53:38.639 INFO kablam! | Sep 19 14:53:38.639 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 19 14:53:38.639 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 19 14:53:38.639 INFO kablam! 7 | | { Sep 19 14:53:38.639 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 19 14:53:38.639 INFO kablam! ... | Sep 19 14:53:38.639 INFO kablam! 13 | | None Sep 19 14:53:38.639 INFO kablam! 14 | | } Sep 19 14:53:38.639 INFO kablam! | |_____^ Sep 19 14:53:38.639 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 19 14:53:38.639 INFO kablam! Sep 19 14:53:39.692 INFO kablam! Checking isatty v0.1.3 Sep 19 14:53:40.167 INFO kablam! Checking osmesa-sys v0.1.2 Sep 19 14:53:40.483 INFO kablam! error: aborting due to 4 previous errors Sep 19 14:53:40.530 INFO kablam! Sep 19 14:53:40.530 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 19 14:53:40.640 INFO kablam! error: Could not compile `petgraph`. Sep 19 14:53:40.640 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 14:54:10.935 INFO kablam! error: build failed Sep 19 14:54:10.937 INFO kablam! su: No module specific data is present Sep 19 14:54:12.679 INFO running `"docker" "rm" "-f" "1ef9de18b034e813b8d3b55c8e6ca6cb012baf9eed88c6a440f58049875f3c5c"` Sep 19 14:54:13.002 INFO blam! 1ef9de18b034e813b8d3b55c8e6ca6cb012baf9eed88c6a440f58049875f3c5c