[INFO] updating cached repository HMPerson1/radeco-csmith-tester [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/HMPerson1/radeco-csmith-tester [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/HMPerson1/radeco-csmith-tester" "work/ex/beta-1.38-1/sources/1.37.0/gh/HMPerson1/radeco-csmith-tester"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/HMPerson1/radeco-csmith-tester'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/HMPerson1/radeco-csmith-tester" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/HMPerson1/radeco-csmith-tester"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/HMPerson1/radeco-csmith-tester'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] be28602ebf88ce153300dab6745b53d44b9658ad [INFO] sha for GitHub repo HMPerson1/radeco-csmith-tester: be28602ebf88ce153300dab6745b53d44b9658ad [INFO] validating manifest of HMPerson1/radeco-csmith-tester on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of HMPerson1/radeco-csmith-tester on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing HMPerson1/radeco-csmith-tester [INFO] finished frobbing HMPerson1/radeco-csmith-tester [INFO] frobbed toml for HMPerson1/radeco-csmith-tester written to work/ex/beta-1.38-1/sources/1.37.0/gh/HMPerson1/radeco-csmith-tester/Cargo.toml [INFO] started frobbing HMPerson1/radeco-csmith-tester [INFO] finished frobbing HMPerson1/radeco-csmith-tester [INFO] frobbed toml for HMPerson1/radeco-csmith-tester written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/HMPerson1/radeco-csmith-tester/Cargo.toml [INFO] crate HMPerson1/radeco-csmith-tester already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing HMPerson1/radeco-csmith-tester against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/HMPerson1/radeco-csmith-tester:/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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 4b0e536e692b04942d02dbf61255c167d18cf7b643beddaa66304c0df1f3cb3b [INFO] running `"docker" "start" "-a" "4b0e536e692b04942d02dbf61255c167d18cf7b643beddaa66304c0df1f3cb3b"` [INFO] [stderr] Compiling lalrpop-util v0.14.0 [INFO] [stderr] Compiling ena v0.5.0 [INFO] [stderr] Compiling lalrpop-intern v0.14.0 [INFO] [stderr] Compiling esil v0.1.0 (https://github.com/radare/esil-rs#3a8375f6) [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling which v1.0.5 [INFO] [stderr] Compiling petgraph v0.4.12 [INFO] [stderr] Compiling clang-sys v0.19.0 [INFO] [stderr] Compiling syntex_errors v0.58.1 [INFO] [stderr] Compiling nom v3.2.1 [INFO] [stderr] Compiling atty v0.1.2 [INFO] [stderr] Compiling docopt v0.7.0 [INFO] [stderr] Compiling env_logger v0.4.3 [INFO] [stderr] Compiling structopt-derive v0.2.8 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] error[E0034]: multiple applicable items in scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 [INFO] [stderr] | [INFO] [stderr] 1171 | 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.12/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.12/src/graph_impl/stable_graph/mod.rs:1363:19 [INFO] [stderr] | [INFO] [stderr] 1363 | 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.12/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.12/src/graph_impl/stable_graph/mod.rs:1527:19 [INFO] [stderr] | [INFO] [stderr] 1527 | 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.12/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.12/src/graph_impl/stable_graph/mod.rs:1573:19 [INFO] [stderr] | [INFO] [stderr] 1573 | 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.12/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" "4b0e536e692b04942d02dbf61255c167d18cf7b643beddaa66304c0df1f3cb3b"` [INFO] running `"docker" "rm" "-f" "4b0e536e692b04942d02dbf61255c167d18cf7b643beddaa66304c0df1f3cb3b"` [INFO] [stdout] 4b0e536e692b04942d02dbf61255c167d18cf7b643beddaa66304c0df1f3cb3b