Oct 31 20:02:41.121 INFO checking tarcieri/paradox against master#05812fa8c588473f03e3fa7cf59cd84f4f37c715 for pr-55538 Oct 31 20:02:41.121 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-7/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-55538/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/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 +05812fa8c588473f03e3fa7cf59cd84f4f37c715-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 31 20:02:41.561 INFO blam! 85440abc154b583f00d3c388330385ba6a9b8d1a16799657853949dc243977b1 Oct 31 20:02:41.562 INFO running `"docker" "start" "-a" "85440abc154b583f00d3c388330385ba6a9b8d1a16799657853949dc243977b1"` Oct 31 20:02:44.115 INFO kablam! usermod: no changes Oct 31 20:02:44.377 INFO kablam! Compiling winapi v0.2.8 Oct 31 20:02:44.378 INFO kablam! Compiling serde v1.0.45 Oct 31 20:02:44.378 INFO kablam! Compiling bit-vec v0.4.4 Oct 31 20:02:44.380 INFO kablam! Compiling ena v0.5.0 Oct 31 20:02:44.381 INFO kablam! Compiling lalrpop-util v0.15.2 Oct 31 20:02:44.389 INFO kablam! Checking ordermap v0.3.5 Oct 31 20:02:44.421 INFO kablam! Checking fixedbitset v0.1.9 Oct 31 20:02:46.977 INFO kablam! Checking diff v0.1.11 Oct 31 20:02:47.677 INFO kablam! Checking regex-syntax v0.4.2 Oct 31 20:02:49.287 INFO kablam! Checking unicode-xid v0.1.0 Oct 31 20:02:51.271 INFO kablam! Compiling memchr v2.0.1 Oct 31 20:02:51.368 INFO kablam! Compiling phf_shared v0.7.22 Oct 31 20:02:51.949 INFO kablam! Compiling unreachable v0.1.1 Oct 31 20:02:52.653 INFO kablam! Compiling petgraph v0.4.12 Oct 31 20:02:54.690 INFO kablam! Checking ascii-canvas v1.0.0 Oct 31 20:02:54.828 INFO kablam! Compiling bit-set v0.4.0 Oct 31 20:02:56.123 INFO kablam! Compiling thread_local v0.3.5 Oct 31 20:02:57.857 INFO kablam! Compiling debug_unreachable v0.1.1 Oct 31 20:02:58.052 INFO kablam! Compiling phf_generator v0.7.22 Oct 31 20:02:59.072 INFO kablam! Checking pairing v0.14.1 Oct 31 20:03:00.712 INFO kablam! Compiling aho-corasick v0.6.4 Oct 31 20:03:01.013 INFO kablam! Compiling syn v0.13.7 Oct 31 20:03:03.908 INFO kablam! Compiling kernel32-sys v0.2.2 Oct 31 20:03:04.776 INFO kablam! error[E0034]: multiple applicable items in scope Oct 31 20:03:04.776 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Oct 31 20:03:04.776 INFO kablam! | Oct 31 20:03:04.776 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Oct 31 20:03:04.776 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 31 20:03:04.776 INFO kablam! | Oct 31 20:03:04.776 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 31 20:03:04.776 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 31 20:03:04.776 INFO kablam! | Oct 31 20:03:04.776 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 31 20:03:04.776 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 31 20:03:04.776 INFO kablam! 7 | | { Oct 31 20:03:04.776 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 31 20:03:04.776 INFO kablam! ... | Oct 31 20:03:04.776 INFO kablam! 13 | | None Oct 31 20:03:04.776 INFO kablam! 14 | | } Oct 31 20:03:04.776 INFO kablam! | |_____^ Oct 31 20:03:04.777 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 31 20:03:04.777 INFO kablam! Oct 31 20:03:04.800 INFO kablam! error[E0034]: multiple applicable items in scope Oct 31 20:03:04.800 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Oct 31 20:03:04.800 INFO kablam! | Oct 31 20:03:04.800 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Oct 31 20:03:04.800 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 31 20:03:04.800 INFO kablam! | Oct 31 20:03:04.800 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 31 20:03:04.800 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 31 20:03:04.800 INFO kablam! | Oct 31 20:03:04.800 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 31 20:03:04.800 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 31 20:03:04.800 INFO kablam! 7 | | { Oct 31 20:03:04.800 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 31 20:03:04.800 INFO kablam! ... | Oct 31 20:03:04.800 INFO kablam! 13 | | None Oct 31 20:03:04.800 INFO kablam! 14 | | } Oct 31 20:03:04.800 INFO kablam! | |_____^ Oct 31 20:03:04.800 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 31 20:03:04.800 INFO kablam! Oct 31 20:03:04.804 INFO kablam! error[E0034]: multiple applicable items in scope Oct 31 20:03:04.804 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Oct 31 20:03:04.804 INFO kablam! | Oct 31 20:03:04.804 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Oct 31 20:03:04.804 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 31 20:03:04.804 INFO kablam! | Oct 31 20:03:04.804 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 31 20:03:04.804 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 31 20:03:04.804 INFO kablam! | Oct 31 20:03:04.804 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 31 20:03:04.804 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 31 20:03:04.804 INFO kablam! 7 | | { Oct 31 20:03:04.804 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 31 20:03:04.804 INFO kablam! ... | Oct 31 20:03:04.804 INFO kablam! 13 | | None Oct 31 20:03:04.804 INFO kablam! 14 | | } Oct 31 20:03:04.804 INFO kablam! | |_____^ Oct 31 20:03:04.804 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 31 20:03:04.804 INFO kablam! Oct 31 20:03:04.808 INFO kablam! error[E0034]: multiple applicable items in scope Oct 31 20:03:04.808 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Oct 31 20:03:04.808 INFO kablam! | Oct 31 20:03:04.808 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Oct 31 20:03:04.808 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 31 20:03:04.808 INFO kablam! | Oct 31 20:03:04.808 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 31 20:03:04.808 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 31 20:03:04.808 INFO kablam! | Oct 31 20:03:04.808 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 31 20:03:04.808 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 31 20:03:04.808 INFO kablam! 7 | | { Oct 31 20:03:04.808 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 31 20:03:04.808 INFO kablam! ... | Oct 31 20:03:04.808 INFO kablam! 13 | | None Oct 31 20:03:04.808 INFO kablam! 14 | | } Oct 31 20:03:04.808 INFO kablam! | |_____^ Oct 31 20:03:04.808 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 31 20:03:04.808 INFO kablam! Oct 31 20:03:05.472 INFO kablam! Compiling string_cache_codegen v0.4.1 Oct 31 20:03:05.522 INFO kablam! Checking regex v0.2.11 Oct 31 20:03:05.764 INFO kablam! error: aborting due to 4 previous errors Oct 31 20:03:05.764 INFO kablam! Oct 31 20:03:05.764 INFO kablam! For more information about this error, try `rustc --explain E0034`. Oct 31 20:03:05.772 INFO kablam! error: Could not compile `petgraph`. Oct 31 20:03:05.772 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 31 20:03:06.147 INFO kablam! error[E0034]: multiple applicable items in scope Oct 31 20:03:06.147 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Oct 31 20:03:06.147 INFO kablam! | Oct 31 20:03:06.147 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Oct 31 20:03:06.147 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 31 20:03:06.147 INFO kablam! | Oct 31 20:03:06.147 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 31 20:03:06.147 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 31 20:03:06.147 INFO kablam! | Oct 31 20:03:06.148 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 31 20:03:06.148 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 31 20:03:06.148 INFO kablam! 7 | | { Oct 31 20:03:06.148 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 31 20:03:06.148 INFO kablam! ... | Oct 31 20:03:06.148 INFO kablam! 13 | | None Oct 31 20:03:06.148 INFO kablam! 14 | | } Oct 31 20:03:06.148 INFO kablam! | |_____^ Oct 31 20:03:06.148 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 31 20:03:06.148 INFO kablam! Oct 31 20:03:06.188 INFO kablam! error[E0034]: multiple applicable items in scope Oct 31 20:03:06.188 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Oct 31 20:03:06.188 INFO kablam! | Oct 31 20:03:06.188 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Oct 31 20:03:06.188 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 31 20:03:06.188 INFO kablam! | Oct 31 20:03:06.188 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 31 20:03:06.188 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 31 20:03:06.188 INFO kablam! | Oct 31 20:03:06.188 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 31 20:03:06.188 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 31 20:03:06.188 INFO kablam! 7 | | { Oct 31 20:03:06.188 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 31 20:03:06.188 INFO kablam! ... | Oct 31 20:03:06.188 INFO kablam! 13 | | None Oct 31 20:03:06.188 INFO kablam! 14 | | } Oct 31 20:03:06.188 INFO kablam! | |_____^ Oct 31 20:03:06.188 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 31 20:03:06.188 INFO kablam! Oct 31 20:03:06.248 INFO kablam! error[E0034]: multiple applicable items in scope Oct 31 20:03:06.248 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Oct 31 20:03:06.248 INFO kablam! | Oct 31 20:03:06.248 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Oct 31 20:03:06.248 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 31 20:03:06.248 INFO kablam! | Oct 31 20:03:06.248 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 31 20:03:06.248 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 31 20:03:06.248 INFO kablam! | Oct 31 20:03:06.248 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 31 20:03:06.248 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 31 20:03:06.248 INFO kablam! 7 | | { Oct 31 20:03:06.248 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 31 20:03:06.248 INFO kablam! ... | Oct 31 20:03:06.248 INFO kablam! 13 | | None Oct 31 20:03:06.248 INFO kablam! 14 | | } Oct 31 20:03:06.248 INFO kablam! | |_____^ Oct 31 20:03:06.248 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 31 20:03:06.248 INFO kablam! Oct 31 20:03:06.268 INFO kablam! error[E0034]: multiple applicable items in scope Oct 31 20:03:06.268 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Oct 31 20:03:06.268 INFO kablam! | Oct 31 20:03:06.268 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Oct 31 20:03:06.268 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 31 20:03:06.268 INFO kablam! | Oct 31 20:03:06.268 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 31 20:03:06.268 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 31 20:03:06.268 INFO kablam! | Oct 31 20:03:06.268 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 31 20:03:06.268 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 31 20:03:06.268 INFO kablam! 7 | | { Oct 31 20:03:06.268 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 31 20:03:06.268 INFO kablam! ... | Oct 31 20:03:06.268 INFO kablam! 13 | | None Oct 31 20:03:06.268 INFO kablam! 14 | | } Oct 31 20:03:06.268 INFO kablam! | |_____^ Oct 31 20:03:06.268 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 31 20:03:06.268 INFO kablam! Oct 31 20:03:06.831 INFO kablam! error: aborting due to 4 previous errors Oct 31 20:03:06.832 INFO kablam! Oct 31 20:03:06.836 INFO kablam! For more information about this error, try `rustc --explain E0034`. Oct 31 20:03:06.842 INFO kablam! error: Could not compile `petgraph`. Oct 31 20:03:06.843 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 31 20:03:27.528 INFO kablam! error: build failed Oct 31 20:03:27.540 INFO kablam! su: No module specific data is present Oct 31 20:03:28.392 INFO running `"docker" "rm" "-f" "85440abc154b583f00d3c388330385ba6a9b8d1a16799657853949dc243977b1"` Oct 31 20:03:28.753 INFO blam! 85440abc154b583f00d3c388330385ba6a9b8d1a16799657853949dc243977b1