Oct 12 12:02:55.015 INFO checking tmzt/isymtope against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 12:02:55.015 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-4/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 12 12:02:55.424 INFO blam! c598f5695d046db2af9959e519761a25c4f1e265cd5b8756c5520ffd24bd4fe8 Oct 12 12:02:55.436 INFO running `"docker" "start" "-a" "c598f5695d046db2af9959e519761a25c4f1e265cd5b8756c5520ffd24bd4fe8"` Oct 12 12:02:56.553 INFO kablam! usermod: no changes Oct 12 12:02:56.956 INFO kablam! Compiling lazy_static v1.0.0 Oct 12 12:02:56.957 INFO kablam! Compiling winapi v0.2.8 Oct 12 12:02:56.957 INFO kablam! Compiling regex-syntax v0.4.2 Oct 12 12:02:56.957 INFO kablam! Compiling rustc-serialize v0.3.24 Oct 12 12:02:56.961 INFO kablam! Compiling term v0.4.6 Oct 12 12:02:56.961 INFO kablam! Compiling fixedbitset v0.1.8 Oct 12 12:02:56.961 INFO kablam! Compiling strsim v0.6.0 Oct 12 12:02:56.961 INFO kablam! Compiling bit-vec v0.4.4 Oct 12 12:02:58.076 INFO kablam! Compiling ordermap v0.3.5 Oct 12 12:03:01.065 INFO kablam! Compiling lazy_static v0.2.11 Oct 12 12:03:02.696 INFO kablam! Compiling lalrpop-intern v0.14.0 Oct 12 12:03:02.698 INFO kablam! Compiling ena v0.5.0 Oct 12 12:03:02.772 INFO kablam! Compiling diff v0.1.11 Oct 12 12:03:08.120 INFO kablam! Compiling lalrpop-util v0.14.0 Oct 12 12:03:08.745 INFO kablam! Compiling byteorder v1.2.1 Oct 12 12:03:08.746 INFO kablam! Compiling safemem v0.2.0 Oct 12 12:03:08.755 INFO kablam! Compiling md5 v0.3.7 Oct 12 12:03:08.808 INFO kablam! Checking num-traits v0.2.0 Oct 12 12:03:09.860 INFO kablam! Checking num-traits v0.1.42 Oct 12 12:03:10.217 INFO kablam! Checking termcolor v0.3.4 Oct 12 12:03:11.320 INFO kablam! Compiling isymtope-server v0.1.0 (/source/isymtope-server) Oct 12 12:03:14.235 INFO kablam! Checking isymtope v0.3.0 (/source) Oct 12 12:03:17.544 INFO kablam! Compiling memchr v2.0.1 Oct 12 12:03:17.545 INFO kablam! Compiling memchr v1.0.2 Oct 12 12:03:17.735 INFO kablam! Compiling itertools v0.5.10 Oct 12 12:03:17.784 INFO kablam! Compiling bit-set v0.4.0 Oct 12 12:03:17.801 INFO kablam! Compiling petgraph v0.4.11 Oct 12 12:03:17.992 INFO kablam! Compiling ascii-canvas v1.0.0 Oct 12 12:03:20.666 INFO kablam! Checking iovec v0.1.2 Oct 12 12:03:20.686 INFO kablam! Checking rand v0.4.2 Oct 12 12:03:20.698 INFO kablam! Checking num_cpus v1.8.0 Oct 12 12:03:21.520 INFO kablam! Checking time v0.1.39 Oct 12 12:03:22.715 INFO kablam! Checking rand v0.3.20 Oct 12 12:03:22.736 INFO kablam! Checking net2 v0.2.31 Oct 12 12:03:23.392 INFO kablam! Checking tokio-service v0.1.0 Oct 12 12:03:23.724 INFO kablam! error[E0034]: multiple applicable items in scope Oct 12 12:03:23.724 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/graph_impl/stable_graph/mod.rs:1173:19 Oct 12 12:03:23.724 INFO kablam! | Oct 12 12:03:23.724 INFO kablam! 1173 | self.iter.find_map(|(i, node)| { Oct 12 12:03:23.724 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 12 12:03:23.724 INFO kablam! | Oct 12 12:03:23.724 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 12 12:03:23.724 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/iter_utils.rs:5:5 Oct 12 12:03:23.724 INFO kablam! | Oct 12 12:03:23.724 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 12 12:03:23.724 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 12 12:03:23.725 INFO kablam! 7 | | { Oct 12 12:03:23.725 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 12 12:03:23.725 INFO kablam! ... | Oct 12 12:03:23.725 INFO kablam! 13 | | None Oct 12 12:03:23.725 INFO kablam! 14 | | } Oct 12 12:03:23.725 INFO kablam! | |_____^ Oct 12 12:03:23.725 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 12 12:03:23.725 INFO kablam! Oct 12 12:03:23.772 INFO kablam! error[E0034]: multiple applicable items in scope Oct 12 12:03:23.772 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/graph_impl/stable_graph/mod.rs:1365:19 Oct 12 12:03:23.772 INFO kablam! | Oct 12 12:03:23.772 INFO kablam! 1365 | self.iter.find_map(|(i, edge)| Oct 12 12:03:23.772 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 12 12:03:23.772 INFO kablam! | Oct 12 12:03:23.772 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 12 12:03:23.772 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/iter_utils.rs:5:5 Oct 12 12:03:23.772 INFO kablam! | Oct 12 12:03:23.772 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 12 12:03:23.772 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 12 12:03:23.772 INFO kablam! 7 | | { Oct 12 12:03:23.772 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 12 12:03:23.772 INFO kablam! ... | Oct 12 12:03:23.772 INFO kablam! 13 | | None Oct 12 12:03:23.772 INFO kablam! 14 | | } Oct 12 12:03:23.772 INFO kablam! | |_____^ Oct 12 12:03:23.776 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 12 12:03:23.776 INFO kablam! Oct 12 12:03:23.786 INFO kablam! error[E0034]: multiple applicable items in scope Oct 12 12:03:23.786 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/graph_impl/stable_graph/mod.rs:1529:19 Oct 12 12:03:23.786 INFO kablam! | Oct 12 12:03:23.786 INFO kablam! 1529 | self.iter.find_map(|(i, node)| { Oct 12 12:03:23.786 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 12 12:03:23.786 INFO kablam! | Oct 12 12:03:23.788 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 12 12:03:23.788 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/iter_utils.rs:5:5 Oct 12 12:03:23.788 INFO kablam! | Oct 12 12:03:23.788 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 12 12:03:23.788 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 12 12:03:23.788 INFO kablam! 7 | | { Oct 12 12:03:23.788 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 12 12:03:23.788 INFO kablam! ... | Oct 12 12:03:23.788 INFO kablam! 13 | | None Oct 12 12:03:23.788 INFO kablam! 14 | | } Oct 12 12:03:23.788 INFO kablam! | |_____^ Oct 12 12:03:23.788 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 12 12:03:23.788 INFO kablam! Oct 12 12:03:23.795 INFO kablam! error[E0034]: multiple applicable items in scope Oct 12 12:03:23.796 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/graph_impl/stable_graph/mod.rs:1575:19 Oct 12 12:03:23.796 INFO kablam! | Oct 12 12:03:23.796 INFO kablam! 1575 | self.iter.find_map(|(i, node)| { Oct 12 12:03:23.796 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 12 12:03:23.796 INFO kablam! | Oct 12 12:03:23.796 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 12 12:03:23.796 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.11/src/iter_utils.rs:5:5 Oct 12 12:03:23.796 INFO kablam! | Oct 12 12:03:23.796 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 12 12:03:23.796 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 12 12:03:23.796 INFO kablam! 7 | | { Oct 12 12:03:23.796 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 12 12:03:23.796 INFO kablam! ... | Oct 12 12:03:23.796 INFO kablam! 13 | | None Oct 12 12:03:23.796 INFO kablam! 14 | | } Oct 12 12:03:23.796 INFO kablam! | |_____^ Oct 12 12:03:23.799 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 12 12:03:23.804 INFO kablam! Oct 12 12:03:24.264 INFO kablam! error: aborting due to 4 previous errors Oct 12 12:03:24.265 INFO kablam! Oct 12 12:03:24.266 INFO kablam! For more information about this error, try `rustc --explain E0034`. Oct 12 12:03:24.288 INFO kablam! error: Could not compile `petgraph`. Oct 12 12:03:24.288 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 12 12:03:29.864 INFO kablam! error: build failed Oct 12 12:03:29.870 INFO kablam! su: No module specific data is present Oct 12 12:03:30.727 INFO running `"docker" "rm" "-f" "c598f5695d046db2af9959e519761a25c4f1e265cd5b8756c5520ffd24bd4fe8"` Oct 12 12:03:30.992 INFO blam! c598f5695d046db2af9959e519761a25c4f1e265cd5b8756c5520ffd24bd4fe8