Oct 15 12:43:39.646 INFO testing AlisCode/AdventOfCode2017 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 12:43:39.646 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 15 12:43:40.091 INFO blam! 331076d0e8b89453f44ff5729a82f7ea99350f782ae6ba237d70afb91b3ee180 Oct 15 12:43:40.094 INFO running `"docker" "start" "-a" "331076d0e8b89453f44ff5729a82f7ea99350f782ae6ba237d70afb91b3ee180"` Oct 15 12:43:41.303 INFO kablam! usermod: no changes Oct 15 12:43:41.443 INFO kablam! Compiling ordermap v0.3.2 Oct 15 12:43:41.443 INFO kablam! Compiling itertools v0.7.4 Oct 15 12:43:41.447 INFO kablam! Compiling memchr v1.0.2 Oct 15 12:43:41.463 INFO kablam! Compiling rayon-core v1.3.0 Oct 15 12:43:42.787 INFO kablam! Compiling nom v3.2.1 Oct 15 12:43:46.319 INFO kablam! Compiling rayon v0.9.0 Oct 15 12:43:46.476 INFO kablam! Compiling petgraph v0.4.10 Oct 15 12:43:51.675 INFO kablam! Compiling day18_parser v1.0.0 (/source/day18_parser) Oct 15 12:43:51.675 INFO kablam! Compiling day9_parser v1.0.0 (/source/day9_parser) Oct 15 12:43:51.675 INFO kablam! Compiling day7_parser v1.0.0 (/source/day7_parser) Oct 15 12:43:51.675 INFO kablam! Compiling day12_parser v1.0.0 (/source/day12_parser) Oct 15 12:43:51.675 INFO kablam! Compiling day20_parser v1.0.0 (/source/day20_parser) Oct 15 12:43:51.675 INFO kablam! Compiling day16_parser v1.0.0 (/source/day16_parser) Oct 15 12:43:53.323 INFO kablam! error[E0034]: multiple applicable items in scope Oct 15 12:43:53.323 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/graph_impl/stable_graph/mod.rs:1173:19 Oct 15 12:43:53.323 INFO kablam! | Oct 15 12:43:53.323 INFO kablam! 1173 | self.iter.find_map(|(i, node)| { Oct 15 12:43:53.323 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 15 12:43:53.323 INFO kablam! | Oct 15 12:43:53.323 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 15 12:43:53.323 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/iter_utils.rs:5:5 Oct 15 12:43:53.323 INFO kablam! | Oct 15 12:43:53.323 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 15 12:43:53.323 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 15 12:43:53.323 INFO kablam! 7 | | { Oct 15 12:43:53.323 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 15 12:43:53.323 INFO kablam! ... | Oct 15 12:43:53.323 INFO kablam! 13 | | None Oct 15 12:43:53.323 INFO kablam! 14 | | } Oct 15 12:43:53.323 INFO kablam! | |_____^ Oct 15 12:43:53.323 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 15 12:43:53.323 INFO kablam! Oct 15 12:43:53.523 INFO kablam! error[E0034]: multiple applicable items in scope Oct 15 12:43:53.523 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/graph_impl/stable_graph/mod.rs:1365:19 Oct 15 12:43:53.523 INFO kablam! | Oct 15 12:43:53.523 INFO kablam! 1365 | self.iter.find_map(|(i, edge)| Oct 15 12:43:53.523 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 15 12:43:53.523 INFO kablam! | Oct 15 12:43:53.523 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 15 12:43:53.523 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/iter_utils.rs:5:5 Oct 15 12:43:53.523 INFO kablam! | Oct 15 12:43:53.523 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 15 12:43:53.523 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 15 12:43:53.523 INFO kablam! 7 | | { Oct 15 12:43:53.523 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 15 12:43:53.523 INFO kablam! ... | Oct 15 12:43:53.523 INFO kablam! 13 | | None Oct 15 12:43:53.523 INFO kablam! 14 | | } Oct 15 12:43:53.523 INFO kablam! | |_____^ Oct 15 12:43:53.523 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 15 12:43:53.523 INFO kablam! Oct 15 12:43:53.607 INFO kablam! error[E0034]: multiple applicable items in scope Oct 15 12:43:53.607 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/graph_impl/stable_graph/mod.rs:1529:19 Oct 15 12:43:53.608 INFO kablam! | Oct 15 12:43:53.608 INFO kablam! 1529 | self.iter.find_map(|(i, node)| { Oct 15 12:43:53.608 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 15 12:43:53.639 INFO kablam! | Oct 15 12:43:53.639 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 15 12:43:53.639 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/iter_utils.rs:5:5 Oct 15 12:43:53.640 INFO kablam! | Oct 15 12:43:53.640 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 15 12:43:53.640 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 15 12:43:53.640 INFO kablam! 7 | | { Oct 15 12:43:53.640 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 15 12:43:53.640 INFO kablam! ... | Oct 15 12:43:53.640 INFO kablam! 13 | | None Oct 15 12:43:53.640 INFO kablam! 14 | | } Oct 15 12:43:53.640 INFO kablam! | |_____^ Oct 15 12:43:53.640 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 15 12:43:53.640 INFO kablam! Oct 15 12:43:53.667 INFO kablam! error[E0034]: multiple applicable items in scope Oct 15 12:43:53.667 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/graph_impl/stable_graph/mod.rs:1575:19 Oct 15 12:43:53.667 INFO kablam! | Oct 15 12:43:53.667 INFO kablam! 1575 | self.iter.find_map(|(i, node)| { Oct 15 12:43:53.667 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 15 12:43:53.667 INFO kablam! | Oct 15 12:43:53.667 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 15 12:43:53.668 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/iter_utils.rs:5:5 Oct 15 12:43:53.668 INFO kablam! | Oct 15 12:43:53.668 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 15 12:43:53.668 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 15 12:43:53.668 INFO kablam! 7 | | { Oct 15 12:43:53.668 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 15 12:43:53.668 INFO kablam! ... | Oct 15 12:43:53.668 INFO kablam! 13 | | None Oct 15 12:43:53.668 INFO kablam! 14 | | } Oct 15 12:43:53.668 INFO kablam! | |_____^ Oct 15 12:43:53.668 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 15 12:43:53.668 INFO kablam! Oct 15 12:43:54.591 INFO kablam! warning: variable does not need to be mutable Oct 15 12:43:54.591 INFO kablam! --> day7_parser/src/lib.rs:86:13 Oct 15 12:43:54.591 INFO kablam! | Oct 15 12:43:54.591 INFO kablam! 86 | let mut groups = self.get_children_process(list).into_iter().group_by(|a| a.get_global_weight(list)); Oct 15 12:43:54.591 INFO kablam! | ----^^^^^^ Oct 15 12:43:54.591 INFO kablam! | | Oct 15 12:43:54.591 INFO kablam! | help: remove this `mut` Oct 15 12:43:54.606 INFO kablam! | Oct 15 12:43:54.606 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 12:43:54.606 INFO kablam! Oct 15 12:43:54.606 INFO kablam! warning: variable does not need to be mutable Oct 15 12:43:54.607 INFO kablam! --> day7_parser/src/lib.rs:89:13 Oct 15 12:43:54.607 INFO kablam! | Oct 15 12:43:54.607 INFO kablam! 89 | let mut groups = self.get_children_process(list).into_iter().group_by(|a| a.get_global_weight(list)); Oct 15 12:43:54.607 INFO kablam! | ----^^^^^^ Oct 15 12:43:54.607 INFO kablam! | | Oct 15 12:43:54.607 INFO kablam! | help: remove this `mut` Oct 15 12:43:54.607 INFO kablam! Oct 15 12:43:55.647 INFO kablam! error: aborting due to 4 previous errors Oct 15 12:43:55.647 INFO kablam! Oct 15 12:43:55.647 INFO kablam! For more information about this error, try `rustc --explain E0034`. Oct 15 12:43:55.691 INFO kablam! error: Could not compile `petgraph`. Oct 15 12:43:55.692 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 15 12:43:58.195 INFO kablam! error: build failed Oct 15 12:43:58.198 INFO kablam! su: No module specific data is present Oct 15 12:43:59.294 INFO running `"docker" "rm" "-f" "331076d0e8b89453f44ff5729a82f7ea99350f782ae6ba237d70afb91b3ee180"` Oct 15 12:43:59.587 INFO blam! 331076d0e8b89453f44ff5729a82f7ea99350f782ae6ba237d70afb91b3ee180