Oct 21 16:29:05.170 INFO checking kingoflolz/routing against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 16:29:05.172 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 21 16:29:05.522 INFO blam! 2a78a46cb24502dc74e3659ff8aa33ac37f373e74bb3e3a9dd3c53fbafcc6842 Oct 21 16:29:05.523 INFO running `"docker" "start" "-a" "2a78a46cb24502dc74e3659ff8aa33ac37f373e74bb3e3a9dd3c53fbafcc6842"` Oct 21 16:29:06.140 INFO kablam! usermod: no changes Oct 21 16:29:06.253 INFO kablam! Compiling typenum v1.9.0 Oct 21 16:29:06.276 INFO kablam! Checking libc v0.2.33 Oct 21 16:29:06.277 INFO kablam! Checking num-traits v0.1.40 Oct 21 16:29:06.277 INFO kablam! Compiling unicode-xid v0.0.4 Oct 21 16:29:06.277 INFO kablam! Checking rustc-serialize v0.3.24 Oct 21 16:29:06.278 INFO kablam! Checking serde v0.8.23 Oct 21 16:29:06.278 INFO kablam! Compiling quote v0.3.15 Oct 21 16:29:06.278 INFO kablam! Compiling matrixmultiply v0.1.14 Oct 21 16:29:08.440 INFO kablam! Checking approx v0.1.1 Oct 21 16:29:08.582 INFO kablam! Checking rawpointer v0.1.0 Oct 21 16:29:09.576 INFO kablam! Checking nodrop v0.1.12 Oct 21 16:29:10.184 INFO kablam! Checking smallvec v0.3.3 Oct 21 16:29:10.515 INFO kablam! Checking dtoa v0.4.2 Oct 21 16:29:10.516 INFO kablam! Checking itoa v0.3.4 Oct 21 16:29:11.148 INFO kablam! Checking clamp v0.1.0 Oct 21 16:29:11.797 INFO kablam! Checking ordermap v0.3.0 Oct 21 16:29:11.881 INFO kablam! Checking fixedbitset v0.1.8 Oct 21 16:29:11.928 INFO kablam! Checking serde v1.0.19 Oct 21 16:29:12.092 INFO kablam! Compiling synom v0.11.3 Oct 21 16:29:12.272 INFO kablam! Checking num-integer v0.1.35 Oct 21 16:29:13.140 INFO kablam! Checking rand v0.3.18 Oct 21 16:29:13.884 INFO kablam! Checking time v0.1.38 Oct 21 16:29:14.349 INFO kablam! Checking num-iter v0.1.34 Oct 21 16:29:15.176 INFO kablam! Compiling syn v0.11.11 Oct 21 16:29:16.128 INFO kablam! Checking num-complex v0.1.40 Oct 21 16:29:16.401 INFO kablam! Checking num-bigint v0.1.40 Oct 21 16:29:16.402 INFO kablam! Checking cgmath v0.14.1 Oct 21 16:29:18.365 INFO kablam! Checking alga v0.5.2 Oct 21 16:29:19.488 INFO kablam! Checking generic-array v0.2.1 Oct 21 16:29:19.488 INFO kablam! Checking generic-array v0.8.3 Oct 21 16:29:19.744 INFO kablam! Checking num-rational v0.1.40 Oct 21 16:29:23.837 INFO kablam! Checking num v0.1.40 Oct 21 16:29:27.688 INFO kablam! Checking nalgebra v0.12.3 Oct 21 16:29:28.008 INFO kablam! Checking serde_json v1.0.6 Oct 21 16:29:30.928 INFO kablam! Compiling serde_derive_internals v0.17.0 Oct 21 16:29:38.556 INFO kablam! Compiling serde_derive v1.0.19 Oct 21 16:29:55.114 INFO kablam! Checking petgraph v0.4.10 Oct 21 16:29:55.115 INFO kablam! Checking nalgebra v0.13.1 Oct 21 16:30:00.080 INFO kablam! error[E0034]: multiple applicable items in scope Oct 21 16:30:00.080 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/graph_impl/stable_graph/mod.rs:1173:19 Oct 21 16:30:00.080 INFO kablam! | Oct 21 16:30:00.080 INFO kablam! 1173 | self.iter.find_map(|(i, node)| { Oct 21 16:30:00.080 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 21 16:30:00.080 INFO kablam! | Oct 21 16:30:00.081 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 21 16:30:00.081 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/iter_utils.rs:5:5 Oct 21 16:30:00.081 INFO kablam! | Oct 21 16:30:00.081 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 21 16:30:00.081 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 21 16:30:00.081 INFO kablam! 7 | | { Oct 21 16:30:00.081 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 21 16:30:00.081 INFO kablam! ... | Oct 21 16:30:00.081 INFO kablam! 13 | | None Oct 21 16:30:00.081 INFO kablam! 14 | | } Oct 21 16:30:00.081 INFO kablam! | |_____^ Oct 21 16:30:00.081 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 21 16:30:00.081 INFO kablam! Oct 21 16:30:00.112 INFO kablam! error[E0034]: multiple applicable items in scope Oct 21 16:30:00.112 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/graph_impl/stable_graph/mod.rs:1365:19 Oct 21 16:30:00.113 INFO kablam! | Oct 21 16:30:00.113 INFO kablam! 1365 | self.iter.find_map(|(i, edge)| Oct 21 16:30:00.113 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 21 16:30:00.113 INFO kablam! | Oct 21 16:30:00.113 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 21 16:30:00.113 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/iter_utils.rs:5:5 Oct 21 16:30:00.113 INFO kablam! | Oct 21 16:30:00.113 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 21 16:30:00.113 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 21 16:30:00.113 INFO kablam! 7 | | { Oct 21 16:30:00.113 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 21 16:30:00.113 INFO kablam! ... | Oct 21 16:30:00.113 INFO kablam! 13 | | None Oct 21 16:30:00.113 INFO kablam! 14 | | } Oct 21 16:30:00.113 INFO kablam! | |_____^ Oct 21 16:30:00.113 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 21 16:30:00.113 INFO kablam! Oct 21 16:30:00.128 INFO kablam! error[E0034]: multiple applicable items in scope Oct 21 16:30:00.128 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/graph_impl/stable_graph/mod.rs:1529:19 Oct 21 16:30:00.128 INFO kablam! | Oct 21 16:30:00.128 INFO kablam! 1529 | self.iter.find_map(|(i, node)| { Oct 21 16:30:00.128 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 21 16:30:00.128 INFO kablam! | Oct 21 16:30:00.128 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 21 16:30:00.128 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/iter_utils.rs:5:5 Oct 21 16:30:00.128 INFO kablam! | Oct 21 16:30:00.128 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 21 16:30:00.128 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 21 16:30:00.128 INFO kablam! 7 | | { Oct 21 16:30:00.128 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 21 16:30:00.128 INFO kablam! ... | Oct 21 16:30:00.128 INFO kablam! 13 | | None Oct 21 16:30:00.128 INFO kablam! 14 | | } Oct 21 16:30:00.128 INFO kablam! | |_____^ Oct 21 16:30:00.128 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 21 16:30:00.128 INFO kablam! Oct 21 16:30:00.136 INFO kablam! error[E0034]: multiple applicable items in scope Oct 21 16:30:00.136 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/graph_impl/stable_graph/mod.rs:1575:19 Oct 21 16:30:00.136 INFO kablam! | Oct 21 16:30:00.136 INFO kablam! 1575 | self.iter.find_map(|(i, node)| { Oct 21 16:30:00.136 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 21 16:30:00.136 INFO kablam! | Oct 21 16:30:00.136 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 21 16:30:00.136 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/iter_utils.rs:5:5 Oct 21 16:30:00.136 INFO kablam! | Oct 21 16:30:00.136 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 21 16:30:00.136 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 21 16:30:00.136 INFO kablam! 7 | | { Oct 21 16:30:00.136 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 21 16:30:00.136 INFO kablam! ... | Oct 21 16:30:00.136 INFO kablam! 13 | | None Oct 21 16:30:00.136 INFO kablam! 14 | | } Oct 21 16:30:00.136 INFO kablam! | |_____^ Oct 21 16:30:00.137 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 21 16:30:00.137 INFO kablam! Oct 21 16:30:00.920 INFO kablam! error: aborting due to 4 previous errors Oct 21 16:30:00.920 INFO kablam! Oct 21 16:30:00.920 INFO kablam! For more information about this error, try `rustc --explain E0034`. Oct 21 16:30:00.921 INFO kablam! error: Could not compile `petgraph`. Oct 21 16:30:00.921 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 21 16:30:38.551 INFO kablam! error: build failed Oct 21 16:30:38.551 INFO kablam! su: No module specific data is present Oct 21 16:30:38.859 INFO running `"docker" "rm" "-f" "2a78a46cb24502dc74e3659ff8aa33ac37f373e74bb3e3a9dd3c53fbafcc6842"` Oct 21 16:30:39.064 INFO blam! 2a78a46cb24502dc74e3659ff8aa33ac37f373e74bb3e3a9dd3c53fbafcc6842