Oct 14 15:05:12.066 INFO testing kingoflolz/routing against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 15:05:12.072 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 14 15:05:12.488 INFO blam! d99af321b5b7d4c0cf6bf6c878402f1faeca8d11dae1dd2ab2ddbf8b0ede71a7 Oct 14 15:05:12.490 INFO running `"docker" "start" "-a" "d99af321b5b7d4c0cf6bf6c878402f1faeca8d11dae1dd2ab2ddbf8b0ede71a7"` Oct 14 15:05:14.163 INFO kablam! usermod: no changes Oct 14 15:05:14.381 INFO kablam! Compiling libc v0.2.33 Oct 14 15:05:14.387 INFO kablam! Compiling num-traits v0.1.40 Oct 14 15:05:14.388 INFO kablam! Compiling unicode-xid v0.0.4 Oct 14 15:05:14.389 INFO kablam! Compiling typenum v1.9.0 Oct 14 15:05:14.404 INFO kablam! Compiling serde v0.8.23 Oct 14 15:05:14.404 INFO kablam! Compiling rustc-serialize v0.3.24 Oct 14 15:05:14.405 INFO kablam! Compiling quote v0.3.15 Oct 14 15:05:14.405 INFO kablam! Compiling approx v0.1.1 Oct 14 15:05:15.612 INFO kablam! Compiling matrixmultiply v0.1.14 Oct 14 15:05:15.655 INFO kablam! Compiling rawpointer v0.1.0 Oct 14 15:05:16.123 INFO kablam! Compiling nodrop v0.1.12 Oct 14 15:05:16.585 INFO kablam! Compiling serde v1.0.19 Oct 14 15:05:22.970 INFO kablam! Compiling clamp v0.1.0 Oct 14 15:05:22.972 INFO kablam! Compiling dtoa v0.4.2 Oct 14 15:05:22.995 INFO kablam! Compiling fixedbitset v0.1.8 Oct 14 15:05:23.735 INFO kablam! Compiling itoa v0.3.4 Oct 14 15:05:24.165 INFO kablam! Compiling ordermap v0.3.0 Oct 14 15:05:28.899 INFO kablam! Compiling smallvec v0.3.3 Oct 14 15:05:29.692 INFO kablam! Compiling synom v0.11.3 Oct 14 15:05:31.568 INFO kablam! Compiling rand v0.3.18 Oct 14 15:05:31.575 INFO kablam! Compiling time v0.1.38 Oct 14 15:05:33.308 INFO kablam! Compiling num-integer v0.1.35 Oct 14 15:05:34.329 INFO kablam! Compiling syn v0.11.11 Oct 14 15:05:41.335 INFO kablam! Compiling num-iter v0.1.34 Oct 14 15:05:50.887 INFO kablam! Compiling generic-array v0.2.1 Oct 14 15:05:50.915 INFO kablam! Compiling generic-array v0.8.3 Oct 14 15:05:50.915 INFO kablam! Compiling cgmath v0.14.1 Oct 14 15:06:05.011 INFO kablam! Compiling num-bigint v0.1.40 Oct 14 15:06:05.703 INFO kablam! Compiling num-complex v0.1.40 Oct 14 15:06:05.764 INFO kablam! Compiling serde_json v1.0.6 Oct 14 15:06:06.815 INFO kablam! Compiling serde_derive_internals v0.17.0 Oct 14 15:06:08.131 INFO kablam! Compiling alga v0.5.2 Oct 14 15:06:15.111 INFO kablam! Compiling num-rational v0.1.40 Oct 14 15:06:15.703 INFO kablam! Compiling nalgebra v0.12.3 Oct 14 15:06:19.597 INFO kablam! Compiling serde_derive v1.0.19 Oct 14 15:06:22.312 INFO kablam! Compiling num v0.1.40 Oct 14 15:06:35.491 INFO kablam! Compiling nalgebra v0.13.1 Oct 14 15:06:35.491 INFO kablam! Compiling petgraph v0.4.10 Oct 14 15:06:38.091 INFO kablam! error[E0034]: multiple applicable items in scope Oct 14 15:06:38.091 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/graph_impl/stable_graph/mod.rs:1173:19 Oct 14 15:06:38.091 INFO kablam! | Oct 14 15:06:38.091 INFO kablam! 1173 | self.iter.find_map(|(i, node)| { Oct 14 15:06:38.091 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 14 15:06:38.091 INFO kablam! | Oct 14 15:06:38.091 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 14 15:06:38.091 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/iter_utils.rs:5:5 Oct 14 15:06:38.091 INFO kablam! | Oct 14 15:06:38.091 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 14 15:06:38.091 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 14 15:06:38.091 INFO kablam! 7 | | { Oct 14 15:06:38.091 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 14 15:06:38.091 INFO kablam! ... | Oct 14 15:06:38.091 INFO kablam! 13 | | None Oct 14 15:06:38.091 INFO kablam! 14 | | } Oct 14 15:06:38.091 INFO kablam! | |_____^ Oct 14 15:06:38.091 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 14 15:06:38.091 INFO kablam! Oct 14 15:06:38.107 INFO kablam! error[E0034]: multiple applicable items in scope Oct 14 15:06:38.107 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/graph_impl/stable_graph/mod.rs:1365:19 Oct 14 15:06:38.107 INFO kablam! | Oct 14 15:06:38.107 INFO kablam! 1365 | self.iter.find_map(|(i, edge)| Oct 14 15:06:38.107 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 14 15:06:38.107 INFO kablam! | Oct 14 15:06:38.107 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 14 15:06:38.107 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/iter_utils.rs:5:5 Oct 14 15:06:38.107 INFO kablam! | Oct 14 15:06:38.107 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 14 15:06:38.107 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 14 15:06:38.107 INFO kablam! 7 | | { Oct 14 15:06:38.107 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 14 15:06:38.107 INFO kablam! ... | Oct 14 15:06:38.107 INFO kablam! 13 | | None Oct 14 15:06:38.107 INFO kablam! 14 | | } Oct 14 15:06:38.107 INFO kablam! | |_____^ Oct 14 15:06:38.107 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 14 15:06:38.107 INFO kablam! Oct 14 15:06:38.115 INFO kablam! error[E0034]: multiple applicable items in scope Oct 14 15:06:38.115 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/graph_impl/stable_graph/mod.rs:1529:19 Oct 14 15:06:38.115 INFO kablam! | Oct 14 15:06:38.115 INFO kablam! 1529 | self.iter.find_map(|(i, node)| { Oct 14 15:06:38.115 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 14 15:06:38.115 INFO kablam! | Oct 14 15:06:38.115 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 14 15:06:38.115 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/iter_utils.rs:5:5 Oct 14 15:06:38.115 INFO kablam! | Oct 14 15:06:38.115 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 14 15:06:38.115 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 14 15:06:38.115 INFO kablam! 7 | | { Oct 14 15:06:38.115 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 14 15:06:38.115 INFO kablam! ... | Oct 14 15:06:38.115 INFO kablam! 13 | | None Oct 14 15:06:38.115 INFO kablam! 14 | | } Oct 14 15:06:38.115 INFO kablam! | |_____^ Oct 14 15:06:38.115 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 14 15:06:38.115 INFO kablam! Oct 14 15:06:38.123 INFO kablam! error[E0034]: multiple applicable items in scope Oct 14 15:06:38.123 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/graph_impl/stable_graph/mod.rs:1575:19 Oct 14 15:06:38.123 INFO kablam! | Oct 14 15:06:38.123 INFO kablam! 1575 | self.iter.find_map(|(i, node)| { Oct 14 15:06:38.123 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 14 15:06:38.123 INFO kablam! | Oct 14 15:06:38.123 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 14 15:06:38.123 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/iter_utils.rs:5:5 Oct 14 15:06:38.123 INFO kablam! | Oct 14 15:06:38.123 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 14 15:06:38.123 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 14 15:06:38.123 INFO kablam! 7 | | { Oct 14 15:06:38.123 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 14 15:06:38.123 INFO kablam! ... | Oct 14 15:06:38.123 INFO kablam! 13 | | None Oct 14 15:06:38.123 INFO kablam! 14 | | } Oct 14 15:06:38.123 INFO kablam! | |_____^ Oct 14 15:06:38.123 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 14 15:06:38.123 INFO kablam! Oct 14 15:06:38.593 INFO kablam! error: aborting due to 4 previous errors Oct 14 15:06:38.593 INFO kablam! Oct 14 15:06:38.593 INFO kablam! For more information about this error, try `rustc --explain E0034`. Oct 14 15:06:38.607 INFO kablam! error: Could not compile `petgraph`. Oct 14 15:06:38.607 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 14 15:07:19.832 INFO kablam! error: build failed Oct 14 15:07:19.835 INFO kablam! su: No module specific data is present Oct 14 15:07:20.157 INFO running `"docker" "rm" "-f" "d99af321b5b7d4c0cf6bf6c878402f1faeca8d11dae1dd2ab2ddbf8b0ede71a7"` Oct 14 15:07:20.258 INFO blam! d99af321b5b7d4c0cf6bf6c878402f1faeca8d11dae1dd2ab2ddbf8b0ede71a7