Sep 01 15:29:28.083 INFO checking gluon-lang/gluon against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 01 15:29:28.083 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 01 15:29:28.084 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/try#952c7dbfa2628309f557b367929ffc17af20b332:/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=500" "-e" "CMD=cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 15:29:28.290 INFO blam! 27000c0711d7cac076fd1f00637ff9c69bbf7c388b682dc0cd372f6f01a47c32 Sep 01 15:29:28.292 INFO running `"docker" "start" "-a" "27000c0711d7cac076fd1f00637ff9c69bbf7c388b682dc0cd372f6f01a47c32"` Sep 01 15:29:29.872 INFO kablam! Compiling serde v1.0.70 Sep 01 15:29:29.874 INFO kablam! Compiling either v1.5.0 Sep 01 15:29:29.875 INFO kablam! Checking libc v0.2.42 Sep 01 15:29:29.875 INFO kablam! Checking cfg-if v0.1.4 Sep 01 15:29:29.877 INFO kablam! Checking void v1.0.2 Sep 01 15:29:29.878 INFO kablam! Checking lazy_static v1.0.2 Sep 01 15:29:29.910 INFO kablam! Compiling typed-arena v1.4.1 Sep 01 15:29:30.122 INFO kablam! Checking futures v0.1.23 Sep 01 15:29:30.280 INFO kablam! Checking termcolor v0.3.6 Sep 01 15:29:31.363 INFO kablam! Checking quick-error v1.2.2 Sep 01 15:29:32.072 INFO kablam! Compiling collect-mac v0.1.0 Sep 01 15:29:32.334 INFO kablam! Compiling anymap v0.12.1 Sep 01 15:29:32.628 INFO kablam! Checking fnv v1.0.6 Sep 01 15:29:33.082 INFO kablam! Checking stable_deref_trait v1.1.1 Sep 01 15:29:34.054 INFO kablam! Checking dtoa v0.4.3 Sep 01 15:29:34.226 INFO kablam! Compiling gluon_vm v0.8.1 (file:///source/vm) Sep 01 15:29:34.335 INFO kablam! Checking union-find v0.3.2 Sep 01 15:29:35.060 INFO kablam! Checking strsim v0.7.0 Sep 01 15:29:35.619 INFO kablam! Checking ucd-util v0.1.1 Sep 01 15:29:36.147 INFO kablam! Checking rpds v0.5.0 Sep 01 15:29:36.185 INFO kablam! Checking itoa v0.4.2 Sep 01 15:29:36.421 INFO kablam! Checking utf8-ranges v1.0.0 Sep 01 15:29:36.486 INFO kablam! Checking mopa v0.2.2 Sep 01 15:29:36.578 INFO kablam! Checking bitflags v1.0.3 Sep 01 15:29:36.883 INFO kablam! Checking frunk_core v0.2.0 Sep 01 15:29:37.070 INFO kablam! Checking lalrpop-util v0.15.2 Sep 01 15:29:37.439 INFO kablam! Compiling gluon_doc v0.8.1 (file:///source/doc) Sep 01 15:29:37.970 INFO kablam! Compiling gluon_repl v0.8.1 (file:///source/repl) Sep 01 15:29:37.976 INFO kablam! Checking bencher v0.1.5 Sep 01 15:29:40.554 INFO kablam! Compiling unreachable v0.1.1 Sep 01 15:29:40.557 INFO kablam! Compiling petgraph v0.4.12 Sep 01 15:29:41.576 INFO kablam! Checking crossbeam-utils v0.3.2 Sep 01 15:29:41.664 INFO kablam! Checking log v0.4.3 Sep 01 15:29:41.730 INFO kablam! Checking unreachable v1.0.0 Sep 01 15:29:42.891 INFO kablam! Compiling pretty v0.5.2 Sep 01 15:29:44.123 INFO kablam! Checking itertools v0.7.8 Sep 01 15:29:44.600 INFO kablam! Checking humantime v1.1.1 Sep 01 15:29:47.025 INFO kablam! Checking proc-macro2 v0.4.9 Sep 01 15:29:47.793 INFO kablam! Checking regex-syntax v0.6.2 Sep 01 15:29:47.992 INFO kablam! Checking regex-syntax v0.5.6 Sep 01 15:29:49.930 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 15:29:49.930 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Sep 01 15:29:49.930 INFO kablam! | Sep 01 15:29:49.930 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Sep 01 15:29:49.930 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 01 15:29:49.930 INFO kablam! | Sep 01 15:29:49.930 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 01 15:29:49.930 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 01 15:29:49.931 INFO kablam! | Sep 01 15:29:49.931 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 01 15:29:49.931 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 01 15:29:49.931 INFO kablam! 7 | | { Sep 01 15:29:49.931 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 01 15:29:49.931 INFO kablam! ... | Sep 01 15:29:49.931 INFO kablam! 13 | | None Sep 01 15:29:49.931 INFO kablam! 14 | | } Sep 01 15:29:49.931 INFO kablam! | |_____^ Sep 01 15:29:49.931 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 01 15:29:49.931 INFO kablam! Sep 01 15:29:50.106 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 15:29:50.107 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Sep 01 15:29:50.107 INFO kablam! | Sep 01 15:29:50.107 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Sep 01 15:29:50.107 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 01 15:29:50.107 INFO kablam! | Sep 01 15:29:50.107 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 01 15:29:50.107 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 01 15:29:50.107 INFO kablam! | Sep 01 15:29:50.107 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 01 15:29:50.107 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 01 15:29:50.107 INFO kablam! 7 | | { Sep 01 15:29:50.107 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 01 15:29:50.108 INFO kablam! ... | Sep 01 15:29:50.108 INFO kablam! 13 | | None Sep 01 15:29:50.108 INFO kablam! 14 | | } Sep 01 15:29:50.108 INFO kablam! | |_____^ Sep 01 15:29:50.108 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 01 15:29:50.108 INFO kablam! Sep 01 15:29:50.184 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 15:29:50.184 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Sep 01 15:29:50.184 INFO kablam! | Sep 01 15:29:50.184 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Sep 01 15:29:50.184 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 01 15:29:50.184 INFO kablam! | Sep 01 15:29:50.184 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 01 15:29:50.184 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 01 15:29:50.184 INFO kablam! | Sep 01 15:29:50.184 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 01 15:29:50.184 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 01 15:29:50.185 INFO kablam! 7 | | { Sep 01 15:29:50.185 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 01 15:29:50.185 INFO kablam! ... | Sep 01 15:29:50.185 INFO kablam! 13 | | None Sep 01 15:29:50.185 INFO kablam! 14 | | } Sep 01 15:29:50.185 INFO kablam! | |_____^ Sep 01 15:29:50.194 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 01 15:29:50.194 INFO kablam! Sep 01 15:29:50.228 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 15:29:50.228 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Sep 01 15:29:50.228 INFO kablam! | Sep 01 15:29:50.228 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Sep 01 15:29:50.228 INFO kablam! | ^^^^^^^^ multiple `find_map` found Sep 01 15:29:50.228 INFO kablam! | Sep 01 15:29:50.228 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Sep 01 15:29:50.228 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Sep 01 15:29:50.229 INFO kablam! | Sep 01 15:29:50.229 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Sep 01 15:29:50.229 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Sep 01 15:29:50.229 INFO kablam! 7 | | { Sep 01 15:29:50.229 INFO kablam! 8 | | while let Some(elt) = self.next() { Sep 01 15:29:50.229 INFO kablam! ... | Sep 01 15:29:50.229 INFO kablam! 13 | | None Sep 01 15:29:50.229 INFO kablam! 14 | | } Sep 01 15:29:50.229 INFO kablam! | |_____^ Sep 01 15:29:50.229 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Sep 01 15:29:50.229 INFO kablam! Sep 01 15:29:52.091 INFO kablam! error: aborting due to 4 previous errors Sep 01 15:29:52.092 INFO kablam! Sep 01 15:29:52.092 INFO kablam! For more information about this error, try `rustc --explain E0034`. Sep 01 15:29:52.128 INFO kablam! error: Could not compile `petgraph`. Sep 01 15:29:52.129 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 15:30:10.321 INFO kablam! error: build failed Sep 01 15:30:10.324 INFO kablam! su: No module specific data is present Sep 01 15:30:10.818 INFO running `"docker" "rm" "-f" "27000c0711d7cac076fd1f00637ff9c69bbf7c388b682dc0cd372f6f01a47c32"` Sep 01 15:30:10.947 INFO blam! 27000c0711d7cac076fd1f00637ff9c69bbf7c388b682dc0cd372f6f01a47c32