Sep 14 05:35:44.284 INFO checking Jengamon/Mister against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 05:35:44.284 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 05:35:44.284 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 05:35:44.760 INFO blam! 0705d59c994f7377f1f90ee06dc07b22d14460eafe7b38c84909677760760ba0 Sep 14 05:35:44.764 INFO running `"docker" "start" "-a" "0705d59c994f7377f1f90ee06dc07b22d14460eafe7b38c84909677760760ba0"` Sep 14 05:35:46.183 INFO kablam! usermod: no changes Sep 14 05:35:46.487 INFO kablam! Compiling libc v0.2.31 Sep 14 05:35:46.487 INFO kablam! Checking token_store v0.1.2 Sep 14 05:35:46.495 INFO kablam! Checking fixedbitset v0.1.8 Sep 14 05:35:46.495 INFO kablam! Checking cassowary v0.2.1 Sep 14 05:35:46.505 INFO kablam! Checking exoquant v0.2.0 Sep 14 05:35:46.505 INFO kablam! Checking memmap v0.6.2 Sep 14 05:35:46.507 INFO kablam! Checking isatty v0.1.3 Sep 14 05:35:46.507 INFO kablam! Compiling x11-dl v2.15.0 Sep 14 05:35:47.279 INFO kablam! Checking draw_state v0.8.0 Sep 14 05:35:48.295 INFO kablam! Checking num-complex v0.1.40 Sep 14 05:35:48.572 INFO kablam! Compiling itertools v0.5.10 Sep 14 05:35:49.065 INFO kablam! Checking shared_library v0.1.7 Sep 14 05:35:49.100 INFO kablam! Compiling wayland-scanner v0.12.5 Sep 14 05:35:51.160 INFO kablam! Compiling gl_generator v0.7.0 Sep 14 05:35:51.232 INFO kablam! Compiling gl_generator v0.8.0 Sep 14 05:35:51.613 INFO kablam! Checking libloading v0.4.3 Sep 14 05:35:52.078 INFO kablam! Checking num-bigint v0.1.40 Sep 14 05:35:53.563 INFO kablam! Checking tempfile v2.2.0 Sep 14 05:35:54.967 INFO kablam! Checking petgraph v0.4.9 Sep 14 05:35:55.023 INFO kablam! Checking gfx_core v0.6.1 Sep 14 05:35:55.916 INFO kablam! Checking osmesa-sys v0.1.2 Sep 14 05:36:02.491 INFO kablam! Checking dlib v0.4.0 Sep 14 05:36:02.535 INFO kablam! Checking alga v0.5.2 Sep 14 05:36:02.535 INFO kablam! Checking generic-array v0.2.1 Sep 14 05:36:02.707 INFO kablam! Compiling rand v0.3.16 Sep 14 05:36:02.903 INFO kablam! Compiling wayland-client v0.12.5 Sep 14 05:36:03.011 INFO kablam! error[E0034]: multiple applicable items in scope Sep 14 05:36:03.011 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1172:19 Sep 14 05:36:03.011 INFO kablam! | Sep 14 05:36:03.011 INFO kablam! 1172 | self.iter.find_map(|(i, node)| { Sep 14 05:36:03.011 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 14 05:36:03.011 INFO kablam! | Sep 14 05:36:03.011 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 14 05:36:03.011 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 14 05:36:03.011 INFO kablam! | Sep 14 05:36:03.011 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 14 05:36:03.011 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 14 05:36:03.011 INFO kablam! 7 | | { Sep 14 05:36:03.011 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 14 05:36:03.011 INFO kablam! ... | Sep 14 05:36:03.011 INFO kablam! 13 | | None Sep 14 05:36:03.011 INFO kablam! 14 | | } Sep 14 05:36:03.011 INFO kablam! | |_____^ Sep 14 05:36:03.011 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 14 05:36:03.011 INFO kablam! Sep 14 05:36:03.027 INFO kablam! error[E0034]: multiple applicable items in scope Sep 14 05:36:03.027 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1355:19 Sep 14 05:36:03.027 INFO kablam! | Sep 14 05:36:03.027 INFO kablam! 1355 | self.iter.find_map(|(i, edge)| Sep 14 05:36:03.027 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 14 05:36:03.027 INFO kablam! | Sep 14 05:36:03.027 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 14 05:36:03.027 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 14 05:36:03.027 INFO kablam! | Sep 14 05:36:03.027 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 14 05:36:03.027 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 14 05:36:03.027 INFO kablam! 7 | | { Sep 14 05:36:03.027 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 14 05:36:03.027 INFO kablam! ... | Sep 14 05:36:03.027 INFO kablam! 13 | | None Sep 14 05:36:03.027 INFO kablam! 14 | | } Sep 14 05:36:03.027 INFO kablam! | |_____^ Sep 14 05:36:03.027 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 14 05:36:03.027 INFO kablam! Sep 14 05:36:03.035 INFO kablam! error[E0034]: multiple applicable items in scope Sep 14 05:36:03.035 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1519:19 Sep 14 05:36:03.035 INFO kablam! | Sep 14 05:36:03.035 INFO kablam! 1519 | self.iter.find_map(|(i, node)| { Sep 14 05:36:03.035 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 14 05:36:03.035 INFO kablam! | Sep 14 05:36:03.039 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 14 05:36:03.039 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 14 05:36:03.039 INFO kablam! | Sep 14 05:36:03.039 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 14 05:36:03.039 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 14 05:36:03.039 INFO kablam! 7 | | { Sep 14 05:36:03.039 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 14 05:36:03.039 INFO kablam! ... | Sep 14 05:36:03.039 INFO kablam! 13 | | None Sep 14 05:36:03.039 INFO kablam! 14 | | } Sep 14 05:36:03.039 INFO kablam! | |_____^ Sep 14 05:36:03.039 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 14 05:36:03.039 INFO kablam! Sep 14 05:36:03.043 INFO kablam! error[E0034]: multiple applicable items in scope Sep 14 05:36:03.043 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1565:19 Sep 14 05:36:03.043 INFO kablam! | Sep 14 05:36:03.043 INFO kablam! 1565 | self.iter.find_map(|(i, node)| { Sep 14 05:36:03.043 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 14 05:36:03.043 INFO kablam! | Sep 14 05:36:03.043 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 14 05:36:03.043 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Sep 14 05:36:03.043 INFO kablam! | Sep 14 05:36:03.043 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 14 05:36:03.043 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 14 05:36:03.043 INFO kablam! 7 | | { Sep 14 05:36:03.043 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 14 05:36:03.043 INFO kablam! ... | Sep 14 05:36:03.043 INFO kablam! 13 | | None Sep 14 05:36:03.043 INFO kablam! 14 | | } Sep 14 05:36:03.043 INFO kablam! | |_____^ Sep 14 05:36:03.043 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 14 05:36:03.043 INFO kablam! Sep 14 05:36:03.199 INFO kablam! Compiling wayland-protocols v0.12.5 Sep 14 05:36:03.435 INFO kablam! Compiling derivative v1.0.0 Sep 14 05:36:03.722 INFO kablam! error: aborting due to 4 previous errors Sep 14 05:36:03.722 INFO kablam! Sep 14 05:36:03.722 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 14 05:36:03.727 INFO kablam! error: Could not compile `petgraph`. Sep 14 05:36:03.727 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 05:36:33.237 INFO kablam! error: build failed Sep 14 05:36:33.238 INFO kablam! su: No module specific data is present Sep 14 05:36:34.237 INFO running `"docker" "rm" "-f" "0705d59c994f7377f1f90ee06dc07b22d14460eafe7b38c84909677760760ba0"` Sep 14 05:36:34.496 INFO blam! 0705d59c994f7377f1f90ee06dc07b22d14460eafe7b38c84909677760760ba0