Oct 27 12:49:10.640 INFO checking AlisCode/AdventOfCode2017 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 12:49:10.640 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 12:49:11.178 INFO blam! 2231dfea0f23ae4a6652612ecd5883739a8e4a4922878eea4c99963e3fd84e00 Oct 27 12:49:11.181 INFO running `"docker" "start" "-a" "2231dfea0f23ae4a6652612ecd5883739a8e4a4922878eea4c99963e3fd84e00"` Oct 27 12:49:12.842 INFO kablam! usermod: no changes Oct 27 12:49:13.035 INFO kablam! Checking ordermap v0.3.2 Oct 27 12:49:13.043 INFO kablam! Checking day9_parser v1.0.0 (/source/day9_parser) Oct 27 12:49:13.043 INFO kablam! Checking day25_parser v1.0.0 (/source/day25_parser) Oct 27 12:49:13.043 INFO kablam! Checking day23_parser v1.0.0 (/source/day23_parser) Oct 27 12:49:13.043 INFO kablam! Checking day7_parser v1.0.0 (/source/day7_parser) Oct 27 12:49:13.043 INFO kablam! Checking day12_parser v1.0.0 (/source/day12_parser) Oct 27 12:49:13.043 INFO kablam! Checking day16_parser v1.0.0 (/source/day16_parser) Oct 27 12:49:13.043 INFO kablam! Checking day18_parser v1.0.0 (/source/day18_parser) Oct 27 12:49:15.972 INFO kablam! Checking day8_parser v1.0.0 (/source/day8_parser) Oct 27 12:49:16.246 INFO kablam! Checking day20_parser v1.0.0 (/source/day20_parser) Oct 27 12:49:16.535 INFO kablam! warning: variable does not need to be mutable Oct 27 12:49:16.536 INFO kablam! --> day7_parser/src/lib.rs:86:13 Oct 27 12:49:16.537 INFO kablam! | Oct 27 12:49:16.537 INFO kablam! 86 | let mut groups = self.get_children_process(list).into_iter().group_by(|a| a.get_global_weight(list)); Oct 27 12:49:16.538 INFO kablam! | ----^^^^^^ Oct 27 12:49:16.538 INFO kablam! | | Oct 27 12:49:16.539 INFO kablam! | help: remove this `mut` Oct 27 12:49:16.540 INFO kablam! | Oct 27 12:49:16.540 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 12:49:16.541 INFO kablam! Oct 27 12:49:16.541 INFO kablam! warning: variable does not need to be mutable Oct 27 12:49:16.542 INFO kablam! --> day7_parser/src/lib.rs:89:13 Oct 27 12:49:16.543 INFO kablam! | Oct 27 12:49:16.543 INFO kablam! 89 | let mut groups = self.get_children_process(list).into_iter().group_by(|a| a.get_global_weight(list)); Oct 27 12:49:16.544 INFO kablam! | ----^^^^^^ Oct 27 12:49:16.544 INFO kablam! | | Oct 27 12:49:16.544 INFO kablam! | help: remove this `mut` Oct 27 12:49:16.545 INFO kablam! Oct 27 12:49:23.651 INFO kablam! warning: variable does not need to be mutable Oct 27 12:49:23.651 INFO kablam! --> day7_parser/src/lib.rs:86:13 Oct 27 12:49:23.651 INFO kablam! | Oct 27 12:49:23.651 INFO kablam! 86 | let mut groups = self.get_children_process(list).into_iter().group_by(|a| a.get_global_weight(list)); Oct 27 12:49:23.651 INFO kablam! | ----^^^^^^ Oct 27 12:49:23.651 INFO kablam! | | Oct 27 12:49:23.651 INFO kablam! | help: remove this `mut` Oct 27 12:49:23.699 INFO kablam! | Oct 27 12:49:23.699 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 12:49:23.699 INFO kablam! Oct 27 12:49:23.699 INFO kablam! warning: variable does not need to be mutable Oct 27 12:49:23.699 INFO kablam! --> day7_parser/src/lib.rs:89:13 Oct 27 12:49:23.699 INFO kablam! | Oct 27 12:49:23.699 INFO kablam! 89 | let mut groups = self.get_children_process(list).into_iter().group_by(|a| a.get_global_weight(list)); Oct 27 12:49:23.699 INFO kablam! | ----^^^^^^ Oct 27 12:49:23.699 INFO kablam! | | Oct 27 12:49:23.699 INFO kablam! | help: remove this `mut` Oct 27 12:49:23.699 INFO kablam! Oct 27 12:49:24.327 INFO kablam! Checking petgraph v0.4.10 Oct 27 12:49:29.199 INFO kablam! error[E0034]: multiple applicable items in scope Oct 27 12:49:29.199 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/graph_impl/stable_graph/mod.rs:1173:19 Oct 27 12:49:29.199 INFO kablam! | Oct 27 12:49:29.199 INFO kablam! 1173 | self.iter.find_map(|(i, node)| { Oct 27 12:49:29.199 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 27 12:49:29.199 INFO kablam! | Oct 27 12:49:29.199 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 27 12:49:29.199 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/iter_utils.rs:5:5 Oct 27 12:49:29.199 INFO kablam! | Oct 27 12:49:29.199 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 27 12:49:29.199 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 27 12:49:29.199 INFO kablam! 7 | | { Oct 27 12:49:29.199 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 27 12:49:29.199 INFO kablam! ... | Oct 27 12:49:29.199 INFO kablam! 13 | | None Oct 27 12:49:29.199 INFO kablam! 14 | | } Oct 27 12:49:29.199 INFO kablam! | |_____^ Oct 27 12:49:29.199 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 27 12:49:29.199 INFO kablam! Oct 27 12:49:29.215 INFO kablam! error[E0034]: multiple applicable items in scope Oct 27 12:49:29.215 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/graph_impl/stable_graph/mod.rs:1365:19 Oct 27 12:49:29.215 INFO kablam! | Oct 27 12:49:29.215 INFO kablam! 1365 | self.iter.find_map(|(i, edge)| Oct 27 12:49:29.215 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 27 12:49:29.215 INFO kablam! | Oct 27 12:49:29.215 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 27 12:49:29.215 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/iter_utils.rs:5:5 Oct 27 12:49:29.215 INFO kablam! | Oct 27 12:49:29.215 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 27 12:49:29.215 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 27 12:49:29.215 INFO kablam! 7 | | { Oct 27 12:49:29.215 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 27 12:49:29.215 INFO kablam! ... | Oct 27 12:49:29.215 INFO kablam! 13 | | None Oct 27 12:49:29.215 INFO kablam! 14 | | } Oct 27 12:49:29.215 INFO kablam! | |_____^ Oct 27 12:49:29.215 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 27 12:49:29.215 INFO kablam! Oct 27 12:49:29.222 INFO kablam! error[E0034]: multiple applicable items in scope Oct 27 12:49:29.222 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/graph_impl/stable_graph/mod.rs:1529:19 Oct 27 12:49:29.222 INFO kablam! | Oct 27 12:49:29.222 INFO kablam! 1529 | self.iter.find_map(|(i, node)| { Oct 27 12:49:29.222 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 27 12:49:29.222 INFO kablam! | Oct 27 12:49:29.222 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 27 12:49:29.222 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/iter_utils.rs:5:5 Oct 27 12:49:29.222 INFO kablam! | Oct 27 12:49:29.222 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 27 12:49:29.222 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 27 12:49:29.222 INFO kablam! 7 | | { Oct 27 12:49:29.222 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 27 12:49:29.222 INFO kablam! ... | Oct 27 12:49:29.222 INFO kablam! 13 | | None Oct 27 12:49:29.222 INFO kablam! 14 | | } Oct 27 12:49:29.222 INFO kablam! | |_____^ Oct 27 12:49:29.222 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 27 12:49:29.222 INFO kablam! Oct 27 12:49:29.231 INFO kablam! error[E0034]: multiple applicable items in scope Oct 27 12:49:29.231 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/graph_impl/stable_graph/mod.rs:1575:19 Oct 27 12:49:29.231 INFO kablam! | Oct 27 12:49:29.231 INFO kablam! 1575 | self.iter.find_map(|(i, node)| { Oct 27 12:49:29.231 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 27 12:49:29.231 INFO kablam! | Oct 27 12:49:29.231 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 27 12:49:29.231 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.10/src/iter_utils.rs:5:5 Oct 27 12:49:29.231 INFO kablam! | Oct 27 12:49:29.231 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 27 12:49:29.231 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 27 12:49:29.231 INFO kablam! 7 | | { Oct 27 12:49:29.231 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 27 12:49:29.231 INFO kablam! ... | Oct 27 12:49:29.231 INFO kablam! 13 | | None Oct 27 12:49:29.231 INFO kablam! 14 | | } Oct 27 12:49:29.231 INFO kablam! | |_____^ Oct 27 12:49:29.231 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 27 12:49:29.231 INFO kablam! Oct 27 12:49:29.567 INFO kablam! error: aborting due to 4 previous errors Oct 27 12:49:29.567 INFO kablam! Oct 27 12:49:29.567 INFO kablam! For more information about this error, try `rustc --explain E0034`. Oct 27 12:49:29.567 INFO kablam! error: Could not compile `petgraph`. Oct 27 12:49:29.567 INFO kablam! Oct 27 12:49:29.567 INFO kablam! To learn more, run the command again with --verbose. Oct 27 12:49:29.567 INFO kablam! su: No module specific data is present Oct 27 12:49:30.118 INFO running `"docker" "rm" "-f" "2231dfea0f23ae4a6652612ecd5883739a8e4a4922878eea4c99963e3fd84e00"` Oct 27 12:49:30.391 INFO blam! 2231dfea0f23ae4a6652612ecd5883739a8e4a4922878eea4c99963e3fd84e00