Oct 12 11:40:34.432 INFO checking twissel/tickets-search against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 11:40:34.432 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-7/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 11:40:34.820 INFO blam! e48c96cdb9ff9cda6a0fbc321eff0a0a44c9301f05898935a0fa78fcb575e2fa Oct 12 11:40:34.829 INFO running `"docker" "start" "-a" "e48c96cdb9ff9cda6a0fbc321eff0a0a44c9301f05898935a0fa78fcb575e2fa"` Oct 12 11:40:35.636 INFO kablam! usermod: no changes Oct 12 11:40:36.128 INFO kablam! Compiling serde v1.0.69 Oct 12 11:40:36.132 INFO kablam! Compiling lazy_static v1.0.1 Oct 12 11:40:36.133 INFO kablam! Compiling rustc-demangle v0.1.8 Oct 12 11:40:36.168 INFO kablam! Compiling remove_dir_all v0.5.1 Oct 12 11:40:36.169 INFO kablam! Compiling same-file v1.0.2 Oct 12 11:40:36.169 INFO kablam! Compiling bytecount v0.3.1 Oct 12 11:40:36.169 INFO kablam! Checking smallvec v0.6.2 Oct 12 11:40:36.170 INFO kablam! Checking fixedbitset v0.1.9 Oct 12 11:40:37.056 INFO kablam! Checking ordermap v0.3.5 Oct 12 11:40:38.330 INFO kablam! Compiling crossbeam-utils v0.2.2 Oct 12 11:40:38.330 INFO kablam! Compiling actix-web v0.6.14 Oct 12 11:40:38.360 INFO kablam! Compiling num_cpus v1.8.0 Oct 12 11:40:38.371 INFO kablam! Checking mio v0.6.15 Oct 12 11:40:38.371 INFO kablam! Checking parking_lot_core v0.2.14 Oct 12 11:40:38.371 INFO kablam! Compiling walkdir v2.1.4 Oct 12 11:40:39.872 INFO kablam! Compiling tempdir v0.3.7 Oct 12 11:40:42.068 INFO kablam! Compiling rand v0.3.22 Oct 12 11:40:42.489 INFO kablam! Compiling backtrace-sys v0.1.23 Oct 12 11:40:42.501 INFO kablam! Checking tokio-io v0.1.7 Oct 12 11:40:42.518 INFO kablam! Checking http v0.1.7 Oct 12 11:40:42.569 INFO kablam! Compiling syn v0.14.4 Oct 12 11:40:42.740 INFO kablam! Compiling crossbeam-epoch v0.3.1 Oct 12 11:40:42.749 INFO kablam! Checking parking_lot v0.5.5 Oct 12 11:40:42.987 INFO kablam! Checking petgraph v0.4.12 Oct 12 11:40:43.140 INFO kablam! Checking tokio-threadpool v0.1.4 Oct 12 11:40:44.936 INFO kablam! Checking mime v0.3.8 Oct 12 11:40:46.169 INFO kablam! Compiling actix_derive v0.2.0 Oct 12 11:40:49.832 INFO kablam! Compiling backtrace v0.3.9 Oct 12 11:40:50.992 INFO kablam! Checking crossbeam-channel v0.1.3 Oct 12 11:40:53.508 INFO kablam! error[E0034]: multiple applicable items in scope Oct 12 11:40:53.508 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Oct 12 11:40:53.508 INFO kablam! | Oct 12 11:40:53.508 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Oct 12 11:40:53.508 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 12 11:40:53.508 INFO kablam! | Oct 12 11:40:53.508 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 12 11:40:53.508 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 12 11:40:53.508 INFO kablam! | Oct 12 11:40:53.508 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 12 11:40:53.509 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 12 11:40:53.509 INFO kablam! 7 | | { Oct 12 11:40:53.509 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 12 11:40:53.509 INFO kablam! ... | Oct 12 11:40:53.509 INFO kablam! 13 | | None Oct 12 11:40:53.509 INFO kablam! 14 | | } Oct 12 11:40:53.509 INFO kablam! | |_____^ Oct 12 11:40:53.509 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 12 11:40:53.509 INFO kablam! Oct 12 11:40:53.612 INFO kablam! error[E0034]: multiple applicable items in scope Oct 12 11:40:53.612 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Oct 12 11:40:53.612 INFO kablam! | Oct 12 11:40:53.612 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Oct 12 11:40:53.612 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 12 11:40:53.628 INFO kablam! | Oct 12 11:40:53.628 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 12 11:40:53.628 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 12 11:40:53.628 INFO kablam! | Oct 12 11:40:53.628 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 12 11:40:53.628 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 12 11:40:53.628 INFO kablam! 7 | | { Oct 12 11:40:53.628 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 12 11:40:53.628 INFO kablam! ... | Oct 12 11:40:53.628 INFO kablam! 13 | | None Oct 12 11:40:53.628 INFO kablam! 14 | | } Oct 12 11:40:53.628 INFO kablam! | |_____^ Oct 12 11:40:53.628 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 12 11:40:53.628 INFO kablam! Oct 12 11:40:53.677 INFO kablam! error[E0034]: multiple applicable items in scope Oct 12 11:40:53.677 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Oct 12 11:40:53.678 INFO kablam! | Oct 12 11:40:53.678 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Oct 12 11:40:53.678 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 12 11:40:53.678 INFO kablam! | Oct 12 11:40:53.697 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 12 11:40:53.697 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 12 11:40:53.698 INFO kablam! | Oct 12 11:40:53.698 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 12 11:40:53.698 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 12 11:40:53.698 INFO kablam! 7 | | { Oct 12 11:40:53.699 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 12 11:40:53.699 INFO kablam! ... | Oct 12 11:40:53.699 INFO kablam! 13 | | None Oct 12 11:40:53.699 INFO kablam! 14 | | } Oct 12 11:40:53.700 INFO kablam! | |_____^ Oct 12 11:40:53.700 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 12 11:40:53.700 INFO kablam! Oct 12 11:40:53.717 INFO kablam! error[E0034]: multiple applicable items in scope Oct 12 11:40:53.717 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Oct 12 11:40:53.717 INFO kablam! | Oct 12 11:40:53.718 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Oct 12 11:40:53.718 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 12 11:40:53.718 INFO kablam! | Oct 12 11:40:53.719 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 12 11:40:53.719 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 12 11:40:53.719 INFO kablam! | Oct 12 11:40:53.720 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 12 11:40:53.720 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 12 11:40:53.720 INFO kablam! 7 | | { Oct 12 11:40:53.721 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 12 11:40:53.721 INFO kablam! ... | Oct 12 11:40:53.721 INFO kablam! 13 | | None Oct 12 11:40:53.721 INFO kablam! 14 | | } Oct 12 11:40:53.722 INFO kablam! | |_____^ Oct 12 11:40:53.722 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 12 11:40:53.722 INFO kablam! Oct 12 11:40:56.124 INFO kablam! error: aborting due to 4 previous errors Oct 12 11:40:56.144 INFO kablam! Oct 12 11:40:56.144 INFO kablam! For more information about this error, try `rustc --explain E0034`. Oct 12 11:40:56.225 INFO kablam! error: Could not compile `petgraph`. Oct 12 11:40:56.225 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 12 11:41:21.720 INFO kablam! error: build failed Oct 12 11:41:21.732 INFO kablam! su: No module specific data is present Oct 12 11:41:22.794 INFO running `"docker" "rm" "-f" "e48c96cdb9ff9cda6a0fbc321eff0a0a44c9301f05898935a0fa78fcb575e2fa"` Oct 12 11:41:23.188 INFO blam! e48c96cdb9ff9cda6a0fbc321eff0a0a44c9301f05898935a0fa78fcb575e2fa