Oct 11 07:44:24.016 INFO testing AlisCode/AdventOfCode2017 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 07:44:24.016 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 07:44:24.016 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 07:44:24.472 INFO blam! 838f734a1cf8b95d768b79974e83a199f096a7b46fdb47c05b08d3568ed8a297 Oct 11 07:44:24.474 INFO running `"docker" "start" "-a" "838f734a1cf8b95d768b79974e83a199f096a7b46fdb47c05b08d3568ed8a297"` Oct 11 07:44:25.397 INFO kablam! usermod: no changes Oct 11 07:44:25.556 INFO kablam! Compiling petgraph v0.4.10 Oct 11 07:44:25.557 INFO kablam! Compiling day12_parser v1.0.0 (/source/day12_parser) Oct 11 07:44:25.557 INFO kablam! Compiling day9_parser v1.0.0 (/source/day9_parser) Oct 11 07:44:25.557 INFO kablam! Compiling day7_parser v1.0.0 (/source/day7_parser) Oct 11 07:44:25.557 INFO kablam! Compiling day25_parser v1.0.0 (/source/day25_parser) Oct 11 07:44:25.558 INFO kablam! Compiling day20_parser v1.0.0 (/source/day20_parser) Oct 11 07:44:25.558 INFO kablam! Compiling day23_parser v1.0.0 (/source/day23_parser) Oct 11 07:44:25.558 INFO kablam! Compiling day16_parser v1.0.0 (/source/day16_parser) Oct 11 07:44:30.326 INFO kablam! Compiling day18_parser v1.0.0 (/source/day18_parser) Oct 11 07:44:30.384 INFO kablam! Compiling day8_parser v1.0.0 (/source/day8_parser) Oct 11 07:44:31.653 INFO kablam! warning: variable does not need to be mutable Oct 11 07:44:31.654 INFO kablam! --> day7_parser/src/lib.rs:86:13 Oct 11 07:44:31.654 INFO kablam! | Oct 11 07:44:31.654 INFO kablam! 86 | let mut groups = self.get_children_process(list).into_iter().group_by(|a| a.get_global_weight(list)); Oct 11 07:44:31.655 INFO kablam! | ----^^^^^^ Oct 11 07:44:31.655 INFO kablam! | | Oct 11 07:44:31.656 INFO kablam! | help: remove this `mut` Oct 11 07:44:31.656 INFO kablam! | Oct 11 07:44:31.656 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 07:44:31.656 INFO kablam! Oct 11 07:44:31.656 INFO kablam! warning: variable does not need to be mutable Oct 11 07:44:31.656 INFO kablam! --> day7_parser/src/lib.rs:89:13 Oct 11 07:44:31.656 INFO kablam! | Oct 11 07:44:31.656 INFO kablam! 89 | let mut groups = self.get_children_process(list).into_iter().group_by(|a| a.get_global_weight(list)); Oct 11 07:44:31.656 INFO kablam! | ----^^^^^^ Oct 11 07:44:31.656 INFO kablam! | | Oct 11 07:44:31.656 INFO kablam! | help: remove this `mut` Oct 11 07:44:31.656 INFO kablam! Oct 11 07:44:32.041 INFO kablam! error[E0034]: multiple applicable items in scope Oct 11 07:44:32.041 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/graph_impl/stable_graph/mod.rs:1173:19 Oct 11 07:44:32.041 INFO kablam! | Oct 11 07:44:32.042 INFO kablam! 1173 | self.iter.find_map(|(i, node)| { Oct 11 07:44:32.042 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 11 07:44:32.042 INFO kablam! | Oct 11 07:44:32.042 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 11 07:44:32.043 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/iter_utils.rs:5:5 Oct 11 07:44:32.043 INFO kablam! | Oct 11 07:44:32.044 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 11 07:44:32.044 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 11 07:44:32.044 INFO kablam! 7 | | { Oct 11 07:44:32.044 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 11 07:44:32.045 INFO kablam! ... | Oct 11 07:44:32.045 INFO kablam! 13 | | None Oct 11 07:44:32.045 INFO kablam! 14 | | } Oct 11 07:44:32.046 INFO kablam! | |_____^ Oct 11 07:44:32.046 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 11 07:44:32.046 INFO kablam! Oct 11 07:44:32.058 INFO kablam! error[E0034]: multiple applicable items in scope Oct 11 07:44:32.059 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/graph_impl/stable_graph/mod.rs:1365:19 Oct 11 07:44:32.059 INFO kablam! | Oct 11 07:44:32.060 INFO kablam! 1365 | self.iter.find_map(|(i, edge)| Oct 11 07:44:32.060 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 11 07:44:32.064 INFO kablam! | Oct 11 07:44:32.066 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 11 07:44:32.066 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/iter_utils.rs:5:5 Oct 11 07:44:32.066 INFO kablam! | Oct 11 07:44:32.066 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 11 07:44:32.066 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 11 07:44:32.066 INFO kablam! 7 | | { Oct 11 07:44:32.066 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 11 07:44:32.066 INFO kablam! ... | Oct 11 07:44:32.066 INFO kablam! 13 | | None Oct 11 07:44:32.066 INFO kablam! 14 | | } Oct 11 07:44:32.066 INFO kablam! | |_____^ Oct 11 07:44:32.066 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 11 07:44:32.066 INFO kablam! Oct 11 07:44:32.089 INFO kablam! error[E0034]: multiple applicable items in scope Oct 11 07:44:32.090 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/graph_impl/stable_graph/mod.rs:1529:19 Oct 11 07:44:32.090 INFO kablam! | Oct 11 07:44:32.090 INFO kablam! 1529 | self.iter.find_map(|(i, node)| { Oct 11 07:44:32.090 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 11 07:44:32.091 INFO kablam! | Oct 11 07:44:32.091 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 11 07:44:32.096 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/iter_utils.rs:5:5 Oct 11 07:44:32.097 INFO kablam! | Oct 11 07:44:32.097 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 11 07:44:32.097 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 11 07:44:32.097 INFO kablam! 7 | | { Oct 11 07:44:32.098 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 11 07:44:32.098 INFO kablam! ... | Oct 11 07:44:32.098 INFO kablam! 13 | | None Oct 11 07:44:32.098 INFO kablam! 14 | | } Oct 11 07:44:32.099 INFO kablam! | |_____^ Oct 11 07:44:32.099 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 11 07:44:32.099 INFO kablam! Oct 11 07:44:32.099 INFO kablam! error[E0034]: multiple applicable items in scope Oct 11 07:44:32.100 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/graph_impl/stable_graph/mod.rs:1575:19 Oct 11 07:44:32.100 INFO kablam! | Oct 11 07:44:32.100 INFO kablam! 1575 | self.iter.find_map(|(i, node)| { Oct 11 07:44:32.101 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 11 07:44:32.107 INFO kablam! | Oct 11 07:44:32.107 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 11 07:44:32.107 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/iter_utils.rs:5:5 Oct 11 07:44:32.107 INFO kablam! | Oct 11 07:44:32.107 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 11 07:44:32.107 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 11 07:44:32.107 INFO kablam! 7 | | { Oct 11 07:44:32.107 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 11 07:44:32.107 INFO kablam! ... | Oct 11 07:44:32.107 INFO kablam! 13 | | None Oct 11 07:44:32.107 INFO kablam! 14 | | } Oct 11 07:44:32.107 INFO kablam! | |_____^ Oct 11 07:44:32.107 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 11 07:44:32.107 INFO kablam! Oct 11 07:44:33.020 INFO kablam! error: aborting due to 4 previous errors Oct 11 07:44:33.020 INFO kablam! Oct 11 07:44:33.020 INFO kablam! For more information about this error, try `rustc --explain E0034`. Oct 11 07:44:33.032 INFO kablam! error: Could not compile `petgraph`. Oct 11 07:44:33.032 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 11 07:44:34.587 INFO kablam! error: build failed Oct 11 07:44:34.589 INFO kablam! su: No module specific data is present Oct 11 07:44:35.341 INFO running `"docker" "rm" "-f" "838f734a1cf8b95d768b79974e83a199f096a7b46fdb47c05b08d3568ed8a297"` Oct 11 07:44:35.576 INFO blam! 838f734a1cf8b95d768b79974e83a199f096a7b46fdb47c05b08d3568ed8a297