[INFO] updating cached repository 0nkery/astero-client [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/0nkery/astero-client [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/0nkery/astero-client" "work/ex/beta-1.37-6/sources/1.36.0/gh/0nkery/astero-client"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/0nkery/astero-client'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/0nkery/astero-client" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/0nkery/astero-client"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/0nkery/astero-client'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 37a7118cbed8e0821d3545434223f5f4c714d414 [INFO] sha for GitHub repo 0nkery/astero-client: 37a7118cbed8e0821d3545434223f5f4c714d414 [INFO] validating manifest of 0nkery/astero-client on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of 0nkery/astero-client on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing 0nkery/astero-client [INFO] finished frobbing 0nkery/astero-client [INFO] frobbed toml for 0nkery/astero-client written to work/ex/beta-1.37-6/sources/1.36.0/gh/0nkery/astero-client/Cargo.toml [INFO] started frobbing 0nkery/astero-client [INFO] finished frobbing 0nkery/astero-client [INFO] frobbed toml for 0nkery/astero-client written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/0nkery/astero-client/Cargo.toml [INFO] crate 0nkery/astero-client already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing 0nkery/astero-client against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/0nkery/astero-client:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] db0862e50429d82354360dabd45087320107c3d997e95ebdc16336a4edb16bbe [INFO] running `"docker" "start" "-a" "db0862e50429d82354360dabd45087320107c3d997e95ebdc16336a4edb16bbe"` [INFO] [stderr] Compiling fixedbitset v0.1.8 [INFO] [stderr] Compiling multimap v0.4.0 [INFO] [stderr] Compiling sid v0.5.0 [INFO] [stderr] Compiling enum_primitive v0.1.1 [INFO] [stderr] Compiling itertools v0.7.6 [INFO] [stderr] Compiling itertools v0.5.10 [INFO] [stderr] Compiling itertools v0.6.5 [INFO] [stderr] Compiling heck v0.3.0 [INFO] [stderr] Compiling num-complex v0.1.41 [INFO] [stderr] Compiling cgmath v0.14.1 [INFO] [stderr] Compiling num-rational v0.1.41 [INFO] [stderr] Compiling ordered-float v0.5.0 [INFO] [stderr] Compiling rayon-core v1.3.0 [INFO] [stderr] Compiling petgraph v0.4.11 [INFO] [stderr] Compiling curl-sys v0.4.1 [INFO] [stderr] Compiling libz-sys v1.0.18 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling euclid v0.15.6 [INFO] [stderr] Compiling gl_generator v0.7.0 [INFO] [stderr] Compiling prost v0.2.3 [INFO] [stderr] Compiling specs-derive v0.1.0 [INFO] [stderr] error[E0034]: multiple applicable items in scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/graph_impl/stable_graph/mod.rs:1173:19 [INFO] [stderr] | [INFO] [stderr] 1173 | self.iter.find_map(|(i, node)| { [INFO] [stderr] | ^^^^^^^^ multiple `find_map` found [INFO] [stderr] | [INFO] [stderr] note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/iter_utils.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | / fn find_map(&mut self, mut f: F) -> Option [INFO] [stderr] 6 | | where F: FnMut(Self::Item) -> Option [INFO] [stderr] 7 | | { [INFO] [stderr] 8 | | while let Some(elt) = self.next() { [INFO] [stderr] ... | [INFO] [stderr] 13 | | None [INFO] [stderr] 14 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` [INFO] [stderr] [INFO] [stderr] error[E0034]: multiple applicable items in scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/graph_impl/stable_graph/mod.rs:1365:19 [INFO] [stderr] | [INFO] [stderr] 1365 | self.iter.find_map(|(i, edge)| [INFO] [stderr] | ^^^^^^^^ multiple `find_map` found [INFO] [stderr] | [INFO] [stderr] note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/iter_utils.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | / fn find_map(&mut self, mut f: F) -> Option [INFO] [stderr] 6 | | where F: FnMut(Self::Item) -> Option [INFO] [stderr] 7 | | { [INFO] [stderr] 8 | | while let Some(elt) = self.next() { [INFO] [stderr] ... | [INFO] [stderr] 13 | | None [INFO] [stderr] 14 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` [INFO] [stderr] [INFO] [stderr] error[E0034]: multiple applicable items in scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/graph_impl/stable_graph/mod.rs:1529:19 [INFO] [stderr] | [INFO] [stderr] 1529 | self.iter.find_map(|(i, node)| { [INFO] [stderr] | ^^^^^^^^ multiple `find_map` found [INFO] [stderr] | [INFO] [stderr] note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/iter_utils.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | / fn find_map(&mut self, mut f: F) -> Option [INFO] [stderr] 6 | | where F: FnMut(Self::Item) -> Option [INFO] [stderr] 7 | | { [INFO] [stderr] 8 | | while let Some(elt) = self.next() { [INFO] [stderr] ... | [INFO] [stderr] 13 | | None [INFO] [stderr] 14 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` [INFO] [stderr] [INFO] [stderr] error[E0034]: multiple applicable items in scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/graph_impl/stable_graph/mod.rs:1575:19 [INFO] [stderr] | [INFO] [stderr] 1575 | self.iter.find_map(|(i, node)| { [INFO] [stderr] | ^^^^^^^^ multiple `find_map` found [INFO] [stderr] | [INFO] [stderr] note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/iter_utils.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | / fn find_map(&mut self, mut f: F) -> Option [INFO] [stderr] 6 | | where F: FnMut(Self::Item) -> Option [INFO] [stderr] 7 | | { [INFO] [stderr] 8 | | while let Some(elt) = self.next() { [INFO] [stderr] ... | [INFO] [stderr] 13 | | None [INFO] [stderr] 14 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0034`. [INFO] [stderr] error: Could not compile `petgraph`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "db0862e50429d82354360dabd45087320107c3d997e95ebdc16336a4edb16bbe"` [INFO] running `"docker" "rm" "-f" "db0862e50429d82354360dabd45087320107c3d997e95ebdc16336a4edb16bbe"` [INFO] [stdout] db0862e50429d82354360dabd45087320107c3d997e95ebdc16336a4edb16bbe