Oct 26 19:50:34.216 INFO checking tarcieri/paradox against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 26 19:50:34.218 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 26 19:50:34.695 INFO blam! 67fc4db27163dcc4f1cec07bebf61a64fbe6b0be60bf73d980901ab914756b55 Oct 26 19:50:34.698 INFO running `"docker" "start" "-a" "67fc4db27163dcc4f1cec07bebf61a64fbe6b0be60bf73d980901ab914756b55"` Oct 26 19:50:36.989 INFO kablam! usermod: no changes Oct 26 19:50:37.225 INFO kablam! Compiling fixedbitset v0.1.9 Oct 26 19:50:37.235 INFO kablam! Compiling precomputed-hash v0.1.1 Oct 26 19:50:37.235 INFO kablam! Compiling lalrpop-util v0.15.2 Oct 26 19:50:37.236 INFO kablam! Checking ordermap v0.3.5 Oct 26 19:50:37.237 INFO kablam! Checking ena v0.5.0 Oct 26 19:50:37.237 INFO kablam! Checking diff v0.1.11 Oct 26 19:50:37.238 INFO kablam! Compiling unreachable v0.1.1 Oct 26 19:50:37.995 INFO kablam! Compiling itertools v0.7.8 Oct 26 19:50:38.680 INFO kablam! Checking phf_shared v0.7.22 Oct 26 19:50:39.513 INFO kablam! Checking ascii-canvas v1.0.0 Oct 26 19:50:40.415 INFO kablam! Compiling phf_generator v0.7.22 Oct 26 19:50:41.225 INFO kablam! Compiling debug_unreachable v0.1.1 Oct 26 19:50:41.245 INFO kablam! Checking pairing v0.14.1 Oct 26 19:50:41.300 INFO kablam! Compiling kernel32-sys v0.2.2 Oct 26 19:50:41.695 INFO kablam! Compiling petgraph v0.4.12 Oct 26 19:50:42.611 INFO kablam! Checking atty v0.1.2 Oct 26 19:50:42.612 INFO kablam! Checking digest v0.7.2 Oct 26 19:50:42.739 INFO kablam! Compiling string_cache_codegen v0.4.1 Oct 26 19:50:43.968 INFO kablam! Checking docopt v0.8.3 Oct 26 19:50:44.504 INFO kablam! Checking sha2 v0.7.1 Oct 26 19:50:52.471 INFO kablam! error[E0034]: multiple applicable items in scope Oct 26 19:50:52.471 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Oct 26 19:50:52.471 INFO kablam! | Oct 26 19:50:52.471 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Oct 26 19:50:52.471 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 26 19:50:52.471 INFO kablam! | Oct 26 19:50:52.471 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 26 19:50:52.471 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 26 19:50:52.471 INFO kablam! | Oct 26 19:50:52.471 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 26 19:50:52.471 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 26 19:50:52.471 INFO kablam! 7 | | { Oct 26 19:50:52.471 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 26 19:50:52.471 INFO kablam! ... | Oct 26 19:50:52.471 INFO kablam! 13 | | None Oct 26 19:50:52.471 INFO kablam! 14 | | } Oct 26 19:50:52.471 INFO kablam! | |_____^ Oct 26 19:50:52.471 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 26 19:50:52.471 INFO kablam! Oct 26 19:50:52.563 INFO kablam! error[E0034]: multiple applicable items in scope Oct 26 19:50:52.563 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Oct 26 19:50:52.563 INFO kablam! | Oct 26 19:50:52.563 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Oct 26 19:50:52.563 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 26 19:50:52.583 INFO kablam! | Oct 26 19:50:52.583 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 26 19:50:52.583 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 26 19:50:52.583 INFO kablam! | Oct 26 19:50:52.583 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 26 19:50:52.583 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 26 19:50:52.583 INFO kablam! 7 | | { Oct 26 19:50:52.583 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 26 19:50:52.583 INFO kablam! ... | Oct 26 19:50:52.583 INFO kablam! 13 | | None Oct 26 19:50:52.583 INFO kablam! 14 | | } Oct 26 19:50:52.583 INFO kablam! | |_____^ Oct 26 19:50:52.583 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 26 19:50:52.583 INFO kablam! Oct 26 19:50:52.639 INFO kablam! error[E0034]: multiple applicable items in scope Oct 26 19:50:52.639 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Oct 26 19:50:52.639 INFO kablam! | Oct 26 19:50:52.639 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Oct 26 19:50:52.639 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 26 19:50:52.639 INFO kablam! | Oct 26 19:50:52.639 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 26 19:50:52.639 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 26 19:50:52.639 INFO kablam! | Oct 26 19:50:52.639 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 26 19:50:52.639 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 26 19:50:52.639 INFO kablam! 7 | | { Oct 26 19:50:52.639 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 26 19:50:52.639 INFO kablam! ... | Oct 26 19:50:52.639 INFO kablam! 13 | | None Oct 26 19:50:52.639 INFO kablam! 14 | | } Oct 26 19:50:52.639 INFO kablam! | |_____^ Oct 26 19:50:52.639 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 26 19:50:52.639 INFO kablam! Oct 26 19:50:52.659 INFO kablam! error[E0034]: multiple applicable items in scope Oct 26 19:50:52.659 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Oct 26 19:50:52.659 INFO kablam! | Oct 26 19:50:52.659 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Oct 26 19:50:52.659 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 26 19:50:52.659 INFO kablam! | Oct 26 19:50:52.659 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 26 19:50:52.659 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 26 19:50:52.659 INFO kablam! | Oct 26 19:50:52.659 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 26 19:50:52.659 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 26 19:50:52.659 INFO kablam! 7 | | { Oct 26 19:50:52.659 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 26 19:50:52.659 INFO kablam! ... | Oct 26 19:50:52.659 INFO kablam! 13 | | None Oct 26 19:50:52.659 INFO kablam! 14 | | } Oct 26 19:50:52.659 INFO kablam! | |_____^ Oct 26 19:50:52.659 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 26 19:50:52.659 INFO kablam! Oct 26 19:50:52.843 INFO kablam! Compiling string_cache v0.7.2 Oct 26 19:50:53.458 INFO kablam! error: aborting due to 4 previous errors Oct 26 19:50:53.458 INFO kablam! Oct 26 19:50:53.458 INFO kablam! For more information about this error, try `rustc --explain E0034`. Oct 26 19:50:53.493 INFO kablam! error: Could not compile `petgraph`. Oct 26 19:50:53.493 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 26 19:50:53.784 INFO kablam! error[E0034]: multiple applicable items in scope Oct 26 19:50:53.784 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Oct 26 19:50:53.784 INFO kablam! | Oct 26 19:50:53.784 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Oct 26 19:50:53.784 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 26 19:50:53.784 INFO kablam! | Oct 26 19:50:53.784 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 26 19:50:53.784 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 26 19:50:53.785 INFO kablam! | Oct 26 19:50:53.785 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 26 19:50:53.785 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 26 19:50:53.785 INFO kablam! 7 | | { Oct 26 19:50:53.785 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 26 19:50:53.785 INFO kablam! ... | Oct 26 19:50:53.785 INFO kablam! 13 | | None Oct 26 19:50:53.785 INFO kablam! 14 | | } Oct 26 19:50:53.785 INFO kablam! | |_____^ Oct 26 19:50:53.785 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 26 19:50:53.785 INFO kablam! Oct 26 19:50:53.819 INFO kablam! error[E0034]: multiple applicable items in scope Oct 26 19:50:53.819 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Oct 26 19:50:53.819 INFO kablam! | Oct 26 19:50:53.819 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Oct 26 19:50:53.819 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 26 19:50:53.819 INFO kablam! | Oct 26 19:50:53.820 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 26 19:50:53.820 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 26 19:50:53.820 INFO kablam! | Oct 26 19:50:53.820 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 26 19:50:53.820 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 26 19:50:53.820 INFO kablam! 7 | | { Oct 26 19:50:53.820 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 26 19:50:53.820 INFO kablam! ... | Oct 26 19:50:53.820 INFO kablam! 13 | | None Oct 26 19:50:53.820 INFO kablam! 14 | | } Oct 26 19:50:53.820 INFO kablam! | |_____^ Oct 26 19:50:53.820 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 26 19:50:53.821 INFO kablam! Oct 26 19:50:53.835 INFO kablam! error[E0034]: multiple applicable items in scope Oct 26 19:50:53.835 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Oct 26 19:50:53.835 INFO kablam! | Oct 26 19:50:53.835 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Oct 26 19:50:53.835 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 26 19:50:53.835 INFO kablam! | Oct 26 19:50:53.836 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 26 19:50:53.836 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 26 19:50:53.836 INFO kablam! | Oct 26 19:50:53.836 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 26 19:50:53.836 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 26 19:50:53.836 INFO kablam! 7 | | { Oct 26 19:50:53.836 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 26 19:50:53.836 INFO kablam! ... | Oct 26 19:50:53.836 INFO kablam! 13 | | None Oct 26 19:50:53.836 INFO kablam! 14 | | } Oct 26 19:50:53.837 INFO kablam! | |_____^ Oct 26 19:50:53.837 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 26 19:50:53.837 INFO kablam! Oct 26 19:50:53.842 INFO kablam! error[E0034]: multiple applicable items in scope Oct 26 19:50:53.842 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Oct 26 19:50:53.842 INFO kablam! | Oct 26 19:50:53.842 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Oct 26 19:50:53.847 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 26 19:50:53.847 INFO kablam! | Oct 26 19:50:53.847 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 26 19:50:53.847 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 26 19:50:53.847 INFO kablam! | Oct 26 19:50:53.847 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 26 19:50:53.847 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 26 19:50:53.847 INFO kablam! 7 | | { Oct 26 19:50:53.848 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 26 19:50:53.848 INFO kablam! ... | Oct 26 19:50:53.848 INFO kablam! 13 | | None Oct 26 19:50:53.848 INFO kablam! 14 | | } Oct 26 19:50:53.848 INFO kablam! | |_____^ Oct 26 19:50:53.848 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 26 19:50:53.848 INFO kablam! Oct 26 19:50:54.819 INFO kablam! error: aborting due to 4 previous errors Oct 26 19:50:54.819 INFO kablam! Oct 26 19:50:54.827 INFO kablam! For more information about this error, try `rustc --explain E0034`. Oct 26 19:50:54.859 INFO kablam! error: Could not compile `petgraph`. Oct 26 19:50:54.859 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 26 19:50:56.439 INFO kablam! error: build failed Oct 26 19:50:56.451 INFO kablam! su: No module specific data is present Oct 26 19:50:57.063 INFO running `"docker" "rm" "-f" "67fc4db27163dcc4f1cec07bebf61a64fbe6b0be60bf73d980901ab914756b55"` Oct 26 19:50:57.463 INFO blam! 67fc4db27163dcc4f1cec07bebf61a64fbe6b0be60bf73d980901ab914756b55