Oct 21 13:12:06.244 INFO checking tarcieri/paradox against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 13:12:06.246 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 21 13:12:06.687 INFO blam! 7ba9dbe15229967a6294aa3512c819fac085f675d155b813d75d2499a66f82c7 Oct 21 13:12:06.689 INFO running `"docker" "start" "-a" "7ba9dbe15229967a6294aa3512c819fac085f675d155b813d75d2499a66f82c7"` Oct 21 13:12:08.631 INFO kablam! usermod: no changes Oct 21 13:12:08.848 INFO kablam! Compiling winapi v0.2.8 Oct 21 13:12:08.849 INFO kablam! Compiling lazy_static v1.0.0 Oct 21 13:12:08.856 INFO kablam! Compiling precomputed-hash v0.1.1 Oct 21 13:12:08.873 INFO kablam! Compiling ordermap v0.3.5 Oct 21 13:12:08.873 INFO kablam! Compiling term v0.4.6 Oct 21 13:12:08.880 INFO kablam! Compiling serde v1.0.45 Oct 21 13:12:08.881 INFO kablam! Compiling bit-vec v0.4.4 Oct 21 13:12:08.881 INFO kablam! Compiling fixedbitset v0.1.9 Oct 21 13:12:09.932 INFO kablam! Compiling regex-syntax v0.4.2 Oct 21 13:12:09.984 INFO kablam! Compiling lalrpop-util v0.15.2 Oct 21 13:12:13.040 INFO kablam! Compiling diff v0.1.11 Oct 21 13:12:13.040 INFO kablam! Compiling ena v0.5.0 Oct 21 13:12:20.266 INFO kablam! Checking crossbeam v0.3.2 Oct 21 13:12:24.160 INFO kablam! Compiling memchr v2.0.1 Oct 21 13:12:24.309 INFO kablam! Compiling phf_shared v0.7.22 Oct 21 13:12:24.614 INFO kablam! Compiling unreachable v0.1.1 Oct 21 13:12:25.071 INFO kablam! Compiling itertools v0.7.8 Oct 21 13:12:25.222 INFO kablam! Compiling bit-set v0.4.0 Oct 21 13:12:27.404 INFO kablam! Compiling petgraph v0.4.12 Oct 21 13:12:27.588 INFO kablam! Checking ascii-canvas v1.0.0 Oct 21 13:12:36.821 INFO kablam! Compiling thread_local v0.3.5 Oct 21 13:12:37.173 INFO kablam! Checking pairing v0.14.1 Oct 21 13:12:37.280 INFO kablam! Compiling debug_unreachable v0.1.1 Oct 21 13:12:37.889 INFO kablam! error[E0034]: multiple applicable items in scope Oct 21 13:12:37.890 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Oct 21 13:12:37.890 INFO kablam! | Oct 21 13:12:37.891 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Oct 21 13:12:37.892 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 21 13:12:37.892 INFO kablam! | Oct 21 13:12:37.893 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 21 13:12:37.893 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 21 13:12:37.893 INFO kablam! | Oct 21 13:12:37.893 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 21 13:12:37.894 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 21 13:12:37.894 INFO kablam! 7 | | { Oct 21 13:12:37.894 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 21 13:12:37.894 INFO kablam! ... | Oct 21 13:12:37.895 INFO kablam! 13 | | None Oct 21 13:12:37.895 INFO kablam! 14 | | } Oct 21 13:12:37.895 INFO kablam! | |_____^ Oct 21 13:12:37.896 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 21 13:12:37.896 INFO kablam! Oct 21 13:12:38.031 INFO kablam! error[E0034]: multiple applicable items in scope Oct 21 13:12:38.032 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Oct 21 13:12:38.033 INFO kablam! | Oct 21 13:12:38.033 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Oct 21 13:12:38.034 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 21 13:12:38.034 INFO kablam! | Oct 21 13:12:38.034 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 21 13:12:38.034 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 21 13:12:38.035 INFO kablam! | Oct 21 13:12:38.035 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 21 13:12:38.035 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 21 13:12:38.036 INFO kablam! 7 | | { Oct 21 13:12:38.036 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 21 13:12:38.036 INFO kablam! ... | Oct 21 13:12:38.036 INFO kablam! 13 | | None Oct 21 13:12:38.036 INFO kablam! 14 | | } Oct 21 13:12:38.036 INFO kablam! | |_____^ Oct 21 13:12:38.036 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 21 13:12:38.036 INFO kablam! Oct 21 13:12:38.101 INFO kablam! error[E0034]: multiple applicable items in scope Oct 21 13:12:38.102 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Oct 21 13:12:38.102 INFO kablam! | Oct 21 13:12:38.103 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Oct 21 13:12:38.104 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 21 13:12:38.133 INFO kablam! | Oct 21 13:12:38.133 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 21 13:12:38.134 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 21 13:12:38.135 INFO kablam! | Oct 21 13:12:38.136 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 21 13:12:38.136 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 21 13:12:38.136 INFO kablam! 7 | | { Oct 21 13:12:38.137 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 21 13:12:38.137 INFO kablam! ... | Oct 21 13:12:38.137 INFO kablam! 13 | | None Oct 21 13:12:38.137 INFO kablam! 14 | | } Oct 21 13:12:38.138 INFO kablam! | |_____^ Oct 21 13:12:38.138 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 21 13:12:38.138 INFO kablam! Oct 21 13:12:38.169 INFO kablam! error[E0034]: multiple applicable items in scope Oct 21 13:12:38.170 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Oct 21 13:12:38.170 INFO kablam! | Oct 21 13:12:38.170 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Oct 21 13:12:38.170 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 21 13:12:38.171 INFO kablam! | Oct 21 13:12:38.171 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 21 13:12:38.171 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 21 13:12:38.171 INFO kablam! | Oct 21 13:12:38.172 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 21 13:12:38.172 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 21 13:12:38.172 INFO kablam! 7 | | { Oct 21 13:12:38.173 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 21 13:12:38.173 INFO kablam! ... | Oct 21 13:12:38.173 INFO kablam! 13 | | None Oct 21 13:12:38.174 INFO kablam! 14 | | } Oct 21 13:12:38.174 INFO kablam! | |_____^ Oct 21 13:12:38.174 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 21 13:12:38.174 INFO kablam! Oct 21 13:12:39.274 INFO kablam! Compiling phf_generator v0.7.22 Oct 21 13:12:39.301 INFO kablam! Compiling aho-corasick v0.6.4 Oct 21 13:12:39.553 INFO kablam! error: aborting due to 4 previous errors Oct 21 13:12:39.553 INFO kablam! Oct 21 13:12:39.554 INFO kablam! For more information about this error, try `rustc --explain E0034`. Oct 21 13:12:39.617 INFO kablam! error: Could not compile `petgraph`. Oct 21 13:12:39.618 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 21 13:12:39.873 INFO kablam! error[E0034]: multiple applicable items in scope Oct 21 13:12:39.873 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Oct 21 13:12:39.874 INFO kablam! | Oct 21 13:12:39.874 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Oct 21 13:12:39.874 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 21 13:12:39.875 INFO kablam! | Oct 21 13:12:39.875 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 21 13:12:39.875 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 21 13:12:39.875 INFO kablam! | Oct 21 13:12:39.876 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 21 13:12:39.876 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 21 13:12:39.876 INFO kablam! 7 | | { Oct 21 13:12:39.877 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 21 13:12:39.877 INFO kablam! ... | Oct 21 13:12:39.877 INFO kablam! 13 | | None Oct 21 13:12:39.877 INFO kablam! 14 | | } Oct 21 13:12:39.878 INFO kablam! | |_____^ Oct 21 13:12:39.878 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 21 13:12:39.878 INFO kablam! Oct 21 13:12:40.000 INFO kablam! error[E0034]: multiple applicable items in scope Oct 21 13:12:40.001 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Oct 21 13:12:40.001 INFO kablam! | Oct 21 13:12:40.001 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Oct 21 13:12:40.001 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 21 13:12:40.002 INFO kablam! | Oct 21 13:12:40.002 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 21 13:12:40.002 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 21 13:12:40.002 INFO kablam! | Oct 21 13:12:40.002 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 21 13:12:40.003 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 21 13:12:40.003 INFO kablam! 7 | | { Oct 21 13:12:40.003 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 21 13:12:40.003 INFO kablam! ... | Oct 21 13:12:40.004 INFO kablam! 13 | | None Oct 21 13:12:40.004 INFO kablam! 14 | | } Oct 21 13:12:40.004 INFO kablam! | |_____^ Oct 21 13:12:40.004 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 21 13:12:40.004 INFO kablam! Oct 21 13:12:40.072 INFO kablam! error[E0034]: multiple applicable items in scope Oct 21 13:12:40.072 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Oct 21 13:12:40.072 INFO kablam! | Oct 21 13:12:40.072 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Oct 21 13:12:40.072 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 21 13:12:40.072 INFO kablam! | Oct 21 13:12:40.072 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 21 13:12:40.072 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 21 13:12:40.072 INFO kablam! | Oct 21 13:12:40.072 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 21 13:12:40.072 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 21 13:12:40.072 INFO kablam! 7 | | { Oct 21 13:12:40.072 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 21 13:12:40.072 INFO kablam! ... | Oct 21 13:12:40.072 INFO kablam! 13 | | None Oct 21 13:12:40.072 INFO kablam! 14 | | } Oct 21 13:12:40.072 INFO kablam! | |_____^ Oct 21 13:12:40.072 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 21 13:12:40.072 INFO kablam! Oct 21 13:12:40.116 INFO kablam! error[E0034]: multiple applicable items in scope Oct 21 13:12:40.116 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Oct 21 13:12:40.116 INFO kablam! | Oct 21 13:12:40.116 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Oct 21 13:12:40.116 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 21 13:12:40.116 INFO kablam! | Oct 21 13:12:40.116 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 21 13:12:40.116 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 21 13:12:40.116 INFO kablam! | Oct 21 13:12:40.116 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 21 13:12:40.116 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 21 13:12:40.116 INFO kablam! 7 | | { Oct 21 13:12:40.116 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 21 13:12:40.116 INFO kablam! ... | Oct 21 13:12:40.116 INFO kablam! 13 | | None Oct 21 13:12:40.116 INFO kablam! 14 | | } Oct 21 13:12:40.116 INFO kablam! | |_____^ Oct 21 13:12:40.116 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 21 13:12:40.116 INFO kablam! Oct 21 13:12:41.996 INFO kablam! error: aborting due to 4 previous errors Oct 21 13:12:41.996 INFO kablam! Oct 21 13:12:41.996 INFO kablam! For more information about this error, try `rustc --explain E0034`. Oct 21 13:12:42.032 INFO kablam! error: Could not compile `petgraph`. Oct 21 13:12:42.032 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 21 13:12:51.838 INFO kablam! error: build failed Oct 21 13:12:51.839 INFO kablam! su: No module specific data is present Oct 21 13:12:52.881 INFO running `"docker" "rm" "-f" "7ba9dbe15229967a6294aa3512c819fac085f675d155b813d75d2499a66f82c7"` Oct 21 13:12:53.197 INFO blam! 7ba9dbe15229967a6294aa3512c819fac085f675d155b813d75d2499a66f82c7