Oct 27 09:11:10.465 INFO checking Warry/gluon-html against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 09:11:10.467 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/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 27 09:11:10.893 INFO blam! 54d3bfb0f470bb6baa07fe115f8f2a4c3b1fc82ab5d6a68b27d3e0371680b487 Oct 27 09:11:10.895 INFO running `"docker" "start" "-a" "54d3bfb0f470bb6baa07fe115f8f2a4c3b1fc82ab5d6a68b27d3e0371680b487"` Oct 27 09:11:13.134 INFO kablam! usermod: no changes Oct 27 09:11:13.661 INFO kablam! Compiling serde v1.0.66 Oct 27 09:11:13.675 INFO kablam! Compiling either v1.5.0 Oct 27 09:11:13.695 INFO kablam! Compiling arrayref v0.3.4 Oct 27 09:11:13.699 INFO kablam! Compiling byte-tools v0.2.0 Oct 27 09:11:13.703 INFO kablam! Compiling fake-simd v0.1.2 Oct 27 09:11:13.703 INFO kablam! Compiling strsim v0.6.0 Oct 27 09:11:13.704 INFO kablam! Checking typed-arena v1.4.0 Oct 27 09:11:13.704 INFO kablam! Checking collect-mac v0.1.0 Oct 27 09:11:14.269 INFO kablam! Checking anymap v0.12.1 Oct 27 09:11:14.551 INFO kablam! Checking rpds v0.5.0 Oct 27 09:11:15.215 INFO kablam! Checking union-find v0.3.2 Oct 27 09:11:16.323 INFO kablam! Compiling gluon_vm v0.8.0 Oct 27 09:11:16.604 INFO kablam! Compiling gluon v0.8.0 Oct 27 09:11:19.639 INFO kablam! Checking frunk_core v0.2.0 Oct 27 09:11:19.707 INFO kablam! Compiling petgraph v0.4.12 Oct 27 09:11:19.707 INFO kablam! Checking itertools v0.7.8 Oct 27 09:11:19.715 INFO kablam! Compiling block-buffer v0.3.3 Oct 27 09:11:20.906 INFO kablam! Checking pretty v0.3.3 Oct 27 09:11:21.189 INFO kablam! Compiling aho-corasick v0.6.4 Oct 27 09:11:23.337 INFO kablam! Compiling new_debug_unreachable v1.0.1 Oct 27 09:11:23.465 INFO kablam! Compiling serde_derive_state_internals v0.4.3 Oct 27 09:11:24.204 INFO kablam! Compiling atty v0.1.2 Oct 27 09:11:26.696 INFO kablam! Compiling digest v0.7.4 Oct 27 09:11:27.298 INFO kablam! Checking tokio-threadpool v0.1.4 Oct 27 09:11:32.043 INFO kablam! error[E0034]: multiple applicable items in scope Oct 27 09:11:32.044 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Oct 27 09:11:32.044 INFO kablam! | Oct 27 09:11:32.045 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Oct 27 09:11:32.045 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 27 09:11:32.045 INFO kablam! | Oct 27 09:11:32.045 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 27 09:11:32.046 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 27 09:11:32.046 INFO kablam! | Oct 27 09:11:32.046 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 27 09:11:32.047 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 27 09:11:32.047 INFO kablam! 7 | | { Oct 27 09:11:32.047 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 27 09:11:32.048 INFO kablam! ... | Oct 27 09:11:32.048 INFO kablam! 13 | | None Oct 27 09:11:32.048 INFO kablam! 14 | | } Oct 27 09:11:32.048 INFO kablam! | |_____^ Oct 27 09:11:32.049 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 27 09:11:32.049 INFO kablam! Oct 27 09:11:32.171 INFO kablam! error[E0034]: multiple applicable items in scope Oct 27 09:11:32.172 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Oct 27 09:11:32.172 INFO kablam! | Oct 27 09:11:32.173 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Oct 27 09:11:32.173 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 27 09:11:32.199 INFO kablam! | Oct 27 09:11:32.199 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 27 09:11:32.199 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 27 09:11:32.199 INFO kablam! | Oct 27 09:11:32.199 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 27 09:11:32.199 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 27 09:11:32.199 INFO kablam! 7 | | { Oct 27 09:11:32.199 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 27 09:11:32.199 INFO kablam! ... | Oct 27 09:11:32.199 INFO kablam! 13 | | None Oct 27 09:11:32.199 INFO kablam! 14 | | } Oct 27 09:11:32.199 INFO kablam! | |_____^ Oct 27 09:11:32.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 09:11:32.199 INFO kablam! Oct 27 09:11:32.202 INFO kablam! error[E0034]: multiple applicable items in scope Oct 27 09:11:32.202 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Oct 27 09:11:32.202 INFO kablam! | Oct 27 09:11:32.202 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Oct 27 09:11:32.202 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 27 09:11:32.202 INFO kablam! | Oct 27 09:11:32.204 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 27 09:11:32.204 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 27 09:11:32.204 INFO kablam! | Oct 27 09:11:32.204 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 27 09:11:32.204 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 27 09:11:32.204 INFO kablam! 7 | | { Oct 27 09:11:32.204 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 27 09:11:32.204 INFO kablam! ... | Oct 27 09:11:32.204 INFO kablam! 13 | | None Oct 27 09:11:32.204 INFO kablam! 14 | | } Oct 27 09:11:32.204 INFO kablam! | |_____^ Oct 27 09:11:32.204 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 27 09:11:32.204 INFO kablam! Oct 27 09:11:32.211 INFO kablam! error[E0034]: multiple applicable items in scope Oct 27 09:11:32.211 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Oct 27 09:11:32.211 INFO kablam! | Oct 27 09:11:32.211 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Oct 27 09:11:32.211 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 27 09:11:32.211 INFO kablam! | Oct 27 09:11:32.211 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 27 09:11:32.211 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 27 09:11:32.211 INFO kablam! | Oct 27 09:11:32.211 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 27 09:11:32.211 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 27 09:11:32.211 INFO kablam! 7 | | { Oct 27 09:11:32.211 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 27 09:11:32.211 INFO kablam! ... | Oct 27 09:11:32.211 INFO kablam! 13 | | None Oct 27 09:11:32.211 INFO kablam! 14 | | } Oct 27 09:11:32.211 INFO kablam! | |_____^ Oct 27 09:11:32.211 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 27 09:11:32.211 INFO kablam! Oct 27 09:11:34.079 INFO kablam! error: aborting due to 4 previous errors Oct 27 09:11:34.105 INFO kablam! Oct 27 09:11:34.106 INFO kablam! For more information about this error, try `rustc --explain E0034`. Oct 27 09:11:34.163 INFO kablam! error: Could not compile `petgraph`. Oct 27 09:11:34.164 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 09:12:02.100 INFO kablam! error: build failed Oct 27 09:12:02.102 INFO kablam! su: No module specific data is present Oct 27 09:12:02.908 INFO running `"docker" "rm" "-f" "54d3bfb0f470bb6baa07fe115f8f2a4c3b1fc82ab5d6a68b27d3e0371680b487"` Oct 27 09:12:03.287 INFO blam! 54d3bfb0f470bb6baa07fe115f8f2a4c3b1fc82ab5d6a68b27d3e0371680b487