Oct 31 19:28:36.404 INFO checking tmzt/isymtope against try#d7816399d50d407bbce1efe9dbadf8faaaf568fc for pr-55538 Oct 31 19:28:36.406 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-7/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-55538/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/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 +d7816399d50d407bbce1efe9dbadf8faaaf568fc-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 19:28:36.914 INFO blam! 0b6d59f101b32141c644cc45e47c1d74cc9356dda925b35aaa06c069eb1253cf Oct 31 19:28:36.928 INFO running `"docker" "start" "-a" "0b6d59f101b32141c644cc45e47c1d74cc9356dda925b35aaa06c069eb1253cf"` Oct 31 19:28:38.012 INFO kablam! usermod: no changes Oct 31 19:28:38.434 INFO kablam! Compiling libc v0.2.36 Oct 31 19:28:38.440 INFO kablam! Compiling regex-syntax v0.4.2 Oct 31 19:28:38.460 INFO kablam! Compiling winapi v0.2.8 Oct 31 19:28:38.468 INFO kablam! Compiling utf8-ranges v1.0.0 Oct 31 19:28:38.472 INFO kablam! Compiling strsim v0.6.0 Oct 31 19:28:38.473 INFO kablam! Compiling term v0.4.6 Oct 31 19:28:38.473 INFO kablam! Compiling rustc-serialize v0.3.24 Oct 31 19:28:38.473 INFO kablam! Compiling ordermap v0.3.5 Oct 31 19:28:42.380 INFO kablam! Compiling fixedbitset v0.1.8 Oct 31 19:28:47.305 INFO kablam! Compiling either v1.4.0 Oct 31 19:28:47.333 INFO kablam! Compiling lalrpop-util v0.14.0 Oct 31 19:28:47.353 INFO kablam! Compiling lalrpop-intern v0.14.0 Oct 31 19:28:47.373 INFO kablam! Compiling ena v0.5.0 Oct 31 19:28:47.436 INFO kablam! Compiling cc v1.0.4 Oct 31 19:28:47.960 INFO kablam! Compiling diff v0.1.11 Oct 31 19:28:48.457 INFO kablam! Compiling byteorder v1.2.1 Oct 31 19:28:51.901 INFO kablam! Checking num-traits v0.2.0 Oct 31 19:28:52.948 INFO kablam! Compiling md5 v0.3.7 Oct 31 19:28:53.068 INFO kablam! Checking serde v1.0.27 Oct 31 19:29:04.032 INFO kablam! Checking termcolor v0.3.4 Oct 31 19:29:04.160 INFO kablam! Compiling isymtope-server v0.1.0 (/source/isymtope-server) Oct 31 19:29:04.332 INFO kablam! Checking isymtope v0.3.0 (/source) Oct 31 19:29:05.288 INFO kablam! Compiling petgraph v0.4.11 Oct 31 19:29:05.704 INFO kablam! Compiling memchr v2.0.1 Oct 31 19:29:06.152 INFO kablam! Compiling memchr v1.0.2 Oct 31 19:29:06.525 INFO kablam! Compiling ascii-canvas v1.0.0 Oct 31 19:29:07.435 INFO kablam! Compiling itertools v0.5.10 Oct 31 19:29:08.964 INFO kablam! Checking rand v0.4.2 Oct 31 19:29:10.060 INFO kablam! Checking atty v0.2.6 Oct 31 19:29:10.152 INFO kablam! Checking time v0.1.39 Oct 31 19:29:10.304 INFO kablam! Compiling base64 v0.9.0 Oct 31 19:29:16.544 INFO kablam! Checking tokio-service v0.1.0 Oct 31 19:29:16.580 INFO kablam! Checking relay v0.1.1 Oct 31 19:29:16.612 INFO kablam! Checking itertools v0.7.6 Oct 31 19:29:16.636 INFO kablam! Checking itertools v0.6.5 Oct 31 19:29:16.656 INFO kablam! error[E0034]: multiple applicable items in scope Oct 31 19:29:16.656 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/graph_impl/stable_graph/mod.rs:1173:19 Oct 31 19:29:16.656 INFO kablam! | Oct 31 19:29:16.656 INFO kablam! 1173 | self.iter.find_map(|(i, node)| { Oct 31 19:29:16.657 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 31 19:29:16.676 INFO kablam! | Oct 31 19:29:16.677 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 31 19:29:16.677 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/iter_utils.rs:5:5 Oct 31 19:29:16.677 INFO kablam! | Oct 31 19:29:16.677 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 31 19:29:16.677 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 31 19:29:16.677 INFO kablam! 7 | | { Oct 31 19:29:16.677 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 31 19:29:16.677 INFO kablam! ... | Oct 31 19:29:16.677 INFO kablam! 13 | | None Oct 31 19:29:16.677 INFO kablam! 14 | | } Oct 31 19:29:16.677 INFO kablam! | |_____^ Oct 31 19:29:16.677 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 31 19:29:16.677 INFO kablam! Oct 31 19:29:16.796 INFO kablam! error[E0034]: multiple applicable items in scope Oct 31 19:29:16.797 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/graph_impl/stable_graph/mod.rs:1365:19 Oct 31 19:29:16.797 INFO kablam! | Oct 31 19:29:16.797 INFO kablam! 1365 | self.iter.find_map(|(i, edge)| Oct 31 19:29:16.797 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 31 19:29:16.797 INFO kablam! | Oct 31 19:29:16.797 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 31 19:29:16.797 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/iter_utils.rs:5:5 Oct 31 19:29:16.797 INFO kablam! | Oct 31 19:29:16.797 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 31 19:29:16.797 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 31 19:29:16.797 INFO kablam! 7 | | { Oct 31 19:29:16.797 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 31 19:29:16.797 INFO kablam! ... | Oct 31 19:29:16.797 INFO kablam! 13 | | None Oct 31 19:29:16.797 INFO kablam! 14 | | } Oct 31 19:29:16.797 INFO kablam! | |_____^ Oct 31 19:29:16.797 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 31 19:29:16.797 INFO kablam! Oct 31 19:29:16.836 INFO kablam! error[E0034]: multiple applicable items in scope Oct 31 19:29:16.837 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/graph_impl/stable_graph/mod.rs:1529:19 Oct 31 19:29:16.837 INFO kablam! | Oct 31 19:29:16.837 INFO kablam! 1529 | self.iter.find_map(|(i, node)| { Oct 31 19:29:16.837 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 31 19:29:16.837 INFO kablam! | Oct 31 19:29:16.837 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 31 19:29:16.837 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/iter_utils.rs:5:5 Oct 31 19:29:16.837 INFO kablam! | Oct 31 19:29:16.837 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 31 19:29:16.837 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 31 19:29:16.837 INFO kablam! 7 | | { Oct 31 19:29:16.837 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 31 19:29:16.837 INFO kablam! ... | Oct 31 19:29:16.837 INFO kablam! 13 | | None Oct 31 19:29:16.837 INFO kablam! 14 | | } Oct 31 19:29:16.837 INFO kablam! | |_____^ Oct 31 19:29:16.844 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 31 19:29:16.844 INFO kablam! Oct 31 19:29:16.860 INFO kablam! error[E0034]: multiple applicable items in scope Oct 31 19:29:16.860 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/graph_impl/stable_graph/mod.rs:1575:19 Oct 31 19:29:16.860 INFO kablam! | Oct 31 19:29:16.860 INFO kablam! 1575 | self.iter.find_map(|(i, node)| { Oct 31 19:29:16.860 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 31 19:29:16.860 INFO kablam! | Oct 31 19:29:16.860 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 31 19:29:16.860 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/iter_utils.rs:5:5 Oct 31 19:29:16.860 INFO kablam! | Oct 31 19:29:16.860 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 31 19:29:16.860 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 31 19:29:16.860 INFO kablam! 7 | | { Oct 31 19:29:16.860 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 31 19:29:16.860 INFO kablam! ... | Oct 31 19:29:16.860 INFO kablam! 13 | | None Oct 31 19:29:16.860 INFO kablam! 14 | | } Oct 31 19:29:16.860 INFO kablam! | |_____^ Oct 31 19:29:16.860 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 31 19:29:16.860 INFO kablam! Oct 31 19:29:16.956 INFO kablam! Checking num-integer v0.1.36 Oct 31 19:29:17.800 INFO kablam! Compiling backtrace-sys v0.1.16 Oct 31 19:29:19.008 INFO kablam! Compiling thread_local v0.3.5 Oct 31 19:29:19.188 INFO kablam! error: aborting due to 4 previous errors Oct 31 19:29:19.188 INFO kablam! Oct 31 19:29:19.188 INFO kablam! For more information about this error, try `rustc --explain E0034`. Oct 31 19:29:19.200 INFO kablam! error: Could not compile `petgraph`. Oct 31 19:29:19.200 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 31 19:29:28.766 INFO kablam! error: build failed Oct 31 19:29:28.773 INFO kablam! su: No module specific data is present Oct 31 19:29:30.536 INFO running `"docker" "rm" "-f" "0b6d59f101b32141c644cc45e47c1d74cc9356dda925b35aaa06c069eb1253cf"` Oct 31 19:29:30.836 INFO blam! 0b6d59f101b32141c644cc45e47c1d74cc9356dda925b35aaa06c069eb1253cf