Oct 12 12:36:52.506 INFO checking tarcieri/paradox against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 12:36:52.506 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-3/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 12 12:36:53.006 INFO blam! 940dcc2436f151b45f8018b7279ecb975b5492dacea2daf74ace18d0c964efe3 Oct 12 12:36:53.008 INFO running `"docker" "start" "-a" "940dcc2436f151b45f8018b7279ecb975b5492dacea2daf74ace18d0c964efe3"` Oct 12 12:36:55.204 INFO kablam! usermod: no changes Oct 12 12:36:55.524 INFO kablam! Compiling void v1.0.2 Oct 12 12:36:55.524 INFO kablam! Compiling winapi v0.2.8 Oct 12 12:36:55.528 INFO kablam! Compiling ucd-util v0.1.1 Oct 12 12:36:55.529 INFO kablam! Compiling term v0.4.6 Oct 12 12:36:55.542 INFO kablam! Compiling bit-vec v0.4.4 Oct 12 12:36:55.550 INFO kablam! Compiling fixedbitset v0.1.9 Oct 12 12:36:55.556 INFO kablam! Compiling ordermap v0.3.5 Oct 12 12:36:55.558 INFO kablam! Compiling utf8-ranges v1.0.0 Oct 12 12:36:56.220 INFO kablam! Compiling serde v1.0.45 Oct 12 12:36:59.500 INFO kablam! Compiling precomputed-hash v0.1.1 Oct 12 12:36:59.501 INFO kablam! Compiling lalrpop-util v0.15.2 Oct 12 12:36:59.545 INFO kablam! Compiling regex-syntax v0.4.2 Oct 12 12:36:59.548 INFO kablam! Compiling ena v0.5.0 Oct 12 12:37:00.792 INFO kablam! Compiling diff v0.1.11 Oct 12 12:37:08.733 INFO kablam! Checking unicode-xid v0.1.0 Oct 12 12:37:09.992 INFO kablam! Compiling memchr v2.0.1 Oct 12 12:37:10.056 INFO kablam! Compiling phf_shared v0.7.22 Oct 12 12:37:11.272 INFO kablam! Compiling itertools v0.7.8 Oct 12 12:37:11.308 INFO kablam! Compiling unreachable v0.1.1 Oct 12 12:37:11.315 INFO kablam! Compiling unreachable v1.0.0 Oct 12 12:37:11.992 INFO kablam! Compiling regex-syntax v0.5.6 Oct 12 12:37:12.057 INFO kablam! Compiling bit-set v0.4.0 Oct 12 12:37:13.145 INFO kablam! Compiling petgraph v0.4.12 Oct 12 12:37:15.925 INFO kablam! Checking ascii-canvas v1.0.0 Oct 12 12:37:21.160 INFO kablam! error[E0034]: multiple applicable items in scope Oct 12 12:37:21.161 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Oct 12 12:37:21.161 INFO kablam! | Oct 12 12:37:21.161 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Oct 12 12:37:21.161 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 12 12:37:21.161 INFO kablam! | Oct 12 12:37:21.161 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 12 12:37:21.161 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 12 12:37:21.161 INFO kablam! | Oct 12 12:37:21.161 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 12 12:37:21.161 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 12 12:37:21.161 INFO kablam! 7 | | { Oct 12 12:37:21.161 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 12 12:37:21.161 INFO kablam! ... | Oct 12 12:37:21.161 INFO kablam! 13 | | None Oct 12 12:37:21.161 INFO kablam! 14 | | } Oct 12 12:37:21.161 INFO kablam! | |_____^ Oct 12 12:37:21.161 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 12 12:37:21.161 INFO kablam! Oct 12 12:37:21.265 INFO kablam! error[E0034]: multiple applicable items in scope Oct 12 12:37:21.265 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Oct 12 12:37:21.265 INFO kablam! | Oct 12 12:37:21.266 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Oct 12 12:37:21.266 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 12 12:37:21.267 INFO kablam! | Oct 12 12:37:21.267 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 12 12:37:21.267 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 12 12:37:21.268 INFO kablam! | Oct 12 12:37:21.268 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 12 12:37:21.268 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 12 12:37:21.269 INFO kablam! 7 | | { Oct 12 12:37:21.269 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 12 12:37:21.269 INFO kablam! ... | Oct 12 12:37:21.270 INFO kablam! 13 | | None Oct 12 12:37:21.270 INFO kablam! 14 | | } Oct 12 12:37:21.271 INFO kablam! | |_____^ Oct 12 12:37:21.271 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 12 12:37:21.271 INFO kablam! Oct 12 12:37:21.317 INFO kablam! error[E0034]: multiple applicable items in scope Oct 12 12:37:21.317 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Oct 12 12:37:21.317 INFO kablam! | Oct 12 12:37:21.318 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Oct 12 12:37:21.318 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 12 12:37:21.319 INFO kablam! | Oct 12 12:37:21.319 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 12 12:37:21.319 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 12 12:37:21.320 INFO kablam! | Oct 12 12:37:21.320 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 12 12:37:21.320 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 12 12:37:21.321 INFO kablam! 7 | | { Oct 12 12:37:21.321 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 12 12:37:21.321 INFO kablam! ... | Oct 12 12:37:21.322 INFO kablam! 13 | | None Oct 12 12:37:21.322 INFO kablam! 14 | | } Oct 12 12:37:21.322 INFO kablam! | |_____^ Oct 12 12:37:21.323 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 12 12:37:21.323 INFO kablam! Oct 12 12:37:21.341 INFO kablam! error[E0034]: multiple applicable items in scope Oct 12 12:37:21.341 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Oct 12 12:37:21.341 INFO kablam! | Oct 12 12:37:21.342 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Oct 12 12:37:21.342 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 12 12:37:21.343 INFO kablam! | Oct 12 12:37:21.343 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 12 12:37:21.344 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 12 12:37:21.344 INFO kablam! | Oct 12 12:37:21.344 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 12 12:37:21.345 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 12 12:37:21.345 INFO kablam! 7 | | { Oct 12 12:37:21.346 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 12 12:37:21.346 INFO kablam! ... | Oct 12 12:37:21.347 INFO kablam! 13 | | None Oct 12 12:37:21.347 INFO kablam! 14 | | } Oct 12 12:37:21.347 INFO kablam! | |_____^ Oct 12 12:37:21.348 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 12 12:37:21.348 INFO kablam! Oct 12 12:37:23.661 INFO kablam! error: aborting due to 4 previous errors Oct 12 12:37:23.685 INFO kablam! Oct 12 12:37:23.685 INFO kablam! For more information about this error, try `rustc --explain E0034`. Oct 12 12:37:23.741 INFO kablam! error: Could not compile `petgraph`. Oct 12 12:37:23.742 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 12 12:37:24.340 INFO kablam! error[E0034]: multiple applicable items in scope Oct 12 12:37:24.341 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Oct 12 12:37:24.341 INFO kablam! | Oct 12 12:37:24.341 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Oct 12 12:37:24.342 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 12 12:37:24.342 INFO kablam! | Oct 12 12:37:24.342 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 12 12:37:24.342 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 12 12:37:24.343 INFO kablam! | Oct 12 12:37:24.343 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 12 12:37:24.343 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 12 12:37:24.343 INFO kablam! 7 | | { Oct 12 12:37:24.344 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 12 12:37:24.344 INFO kablam! ... | Oct 12 12:37:24.344 INFO kablam! 13 | | None Oct 12 12:37:24.344 INFO kablam! 14 | | } Oct 12 12:37:24.345 INFO kablam! | |_____^ Oct 12 12:37:24.345 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 12 12:37:24.345 INFO kablam! Oct 12 12:37:24.492 INFO kablam! error[E0034]: multiple applicable items in scope Oct 12 12:37:24.492 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Oct 12 12:37:24.492 INFO kablam! | Oct 12 12:37:24.492 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Oct 12 12:37:24.492 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 12 12:37:24.492 INFO kablam! | Oct 12 12:37:24.492 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 12 12:37:24.492 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 12 12:37:24.492 INFO kablam! | Oct 12 12:37:24.492 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 12 12:37:24.492 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 12 12:37:24.492 INFO kablam! 7 | | { Oct 12 12:37:24.492 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 12 12:37:24.492 INFO kablam! ... | Oct 12 12:37:24.492 INFO kablam! 13 | | None Oct 12 12:37:24.492 INFO kablam! 14 | | } Oct 12 12:37:24.493 INFO kablam! | |_____^ Oct 12 12:37:24.493 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 12 12:37:24.493 INFO kablam! Oct 12 12:37:24.516 INFO kablam! error[E0034]: multiple applicable items in scope Oct 12 12:37:24.516 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Oct 12 12:37:24.516 INFO kablam! | Oct 12 12:37:24.516 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Oct 12 12:37:24.516 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 12 12:37:24.536 INFO kablam! | Oct 12 12:37:24.536 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 12 12:37:24.536 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 12 12:37:24.536 INFO kablam! | Oct 12 12:37:24.536 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 12 12:37:24.536 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 12 12:37:24.536 INFO kablam! 7 | | { Oct 12 12:37:24.536 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 12 12:37:24.536 INFO kablam! ... | Oct 12 12:37:24.536 INFO kablam! 13 | | None Oct 12 12:37:24.536 INFO kablam! 14 | | } Oct 12 12:37:24.536 INFO kablam! | |_____^ Oct 12 12:37:24.536 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 12 12:37:24.536 INFO kablam! Oct 12 12:37:24.568 INFO kablam! error[E0034]: multiple applicable items in scope Oct 12 12:37:24.568 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Oct 12 12:37:24.568 INFO kablam! | Oct 12 12:37:24.568 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Oct 12 12:37:24.568 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 12 12:37:24.568 INFO kablam! | Oct 12 12:37:24.568 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 12 12:37:24.568 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 12 12:37:24.568 INFO kablam! | Oct 12 12:37:24.568 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 12 12:37:24.568 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 12 12:37:24.568 INFO kablam! 7 | | { Oct 12 12:37:24.568 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 12 12:37:24.568 INFO kablam! ... | Oct 12 12:37:24.568 INFO kablam! 13 | | None Oct 12 12:37:24.568 INFO kablam! 14 | | } Oct 12 12:37:24.568 INFO kablam! | |_____^ Oct 12 12:37:24.568 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 12 12:37:24.568 INFO kablam! Oct 12 12:37:26.016 INFO kablam! error: aborting due to 4 previous errors Oct 12 12:37:26.016 INFO kablam! Oct 12 12:37:26.016 INFO kablam! For more information about this error, try `rustc --explain E0034`. Oct 12 12:37:26.016 INFO kablam! error: Could not compile `petgraph`. Oct 12 12:37:26.016 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 12 12:37:41.012 INFO kablam! error: build failed Oct 12 12:37:41.016 INFO kablam! su: No module specific data is present Oct 12 12:37:41.889 INFO running `"docker" "rm" "-f" "940dcc2436f151b45f8018b7279ecb975b5492dacea2daf74ace18d0c964efe3"` Oct 12 12:37:42.386 INFO blam! 940dcc2436f151b45f8018b7279ecb975b5492dacea2daf74ace18d0c964efe3