Nov 07 02:17:54.623 INFO checking Warry/gluon-html against master#24e66c28980442a48d9458f1a4f9b76cc722dc8a+rustflags=-Dduplicate_associated_type_bindings for pr-55687 Nov 07 02:17:54.625 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55687/worker-7/master#24e66c28980442a48d9458f1a4f9b76cc722dc8a+rustflags=-Dduplicate_associated_type_bindings:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-55687/master#24e66c28980442a48d9458f1a4f9b76cc722dc8a+rustflags=-Dduplicate_associated_type_bindings:/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 +24e66c28980442a48d9458f1a4f9b76cc722dc8a-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dduplicate_associated_type_bindings" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 07 02:17:55.243 INFO blam! e49d22a46ee042b54f7394f392a68a727b79d98ffca8cde948046091aeeabef3 Nov 07 02:17:55.244 INFO running `"docker" "start" "-a" "e49d22a46ee042b54f7394f392a68a727b79d98ffca8cde948046091aeeabef3"` Nov 07 02:17:58.075 INFO kablam! usermod: no changes Nov 07 02:17:58.517 INFO kablam! Compiling serde v1.0.66 Nov 07 02:17:58.527 INFO kablam! Compiling either v1.5.0 Nov 07 02:17:58.530 INFO kablam! Compiling byte-tools v0.2.0 Nov 07 02:17:58.530 INFO kablam! Compiling arrayref v0.3.4 Nov 07 02:17:58.545 INFO kablam! Compiling fake-simd v0.1.2 Nov 07 02:17:58.564 INFO kablam! Compiling strsim v0.6.0 Nov 07 02:17:58.565 INFO kablam! Checking typed-arena v1.4.0 Nov 07 02:17:58.567 INFO kablam! Checking collect-mac v0.1.0 Nov 07 02:17:59.124 INFO kablam! Checking anymap v0.12.1 Nov 07 02:17:59.215 INFO kablam! Checking rpds v0.5.0 Nov 07 02:17:59.861 INFO kablam! Compiling gluon_vm v0.8.0 Nov 07 02:18:00.617 INFO kablam! Checking union-find v0.3.2 Nov 07 02:18:01.038 INFO kablam! Compiling gluon v0.8.0 Nov 07 02:18:02.423 INFO kablam! Checking frunk_core v0.2.0 Nov 07 02:18:02.444 INFO kablam! Compiling petgraph v0.4.12 Nov 07 02:18:03.440 INFO kablam! Compiling block-buffer v0.3.3 Nov 07 02:18:06.164 INFO kablam! Checking pretty v0.3.3 Nov 07 02:18:06.172 INFO kablam! Compiling itertools v0.7.8 Nov 07 02:18:06.434 INFO kablam! Compiling new_debug_unreachable v1.0.1 Nov 07 02:18:06.756 INFO kablam! Compiling string_cache_codegen v0.4.1 Nov 07 02:18:07.097 INFO kablam! Compiling serde_derive_state_internals v0.4.3 Nov 07 02:18:07.162 INFO kablam! Compiling atty v0.1.2 Nov 07 02:18:08.247 INFO kablam! Compiling digest v0.7.4 Nov 07 02:18:11.933 INFO kablam! Compiling sha2 v0.7.1 Nov 07 02:18:15.258 INFO kablam! error[E0034]: multiple applicable items in scope Nov 07 02:18:15.258 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Nov 07 02:18:15.259 INFO kablam! | Nov 07 02:18:15.259 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Nov 07 02:18:15.261 INFO kablam! | ^^^^^^^^ multiple `find_map` found Nov 07 02:18:15.261 INFO kablam! | Nov 07 02:18:15.262 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Nov 07 02:18:15.262 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Nov 07 02:18:15.262 INFO kablam! | Nov 07 02:18:15.262 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Nov 07 02:18:15.263 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Nov 07 02:18:15.263 INFO kablam! 7 | | { Nov 07 02:18:15.263 INFO kablam! 8 | | while let Some(elt) = self.next() { Nov 07 02:18:15.264 INFO kablam! ... | Nov 07 02:18:15.264 INFO kablam! 13 | | None Nov 07 02:18:15.264 INFO kablam! 14 | | } Nov 07 02:18:15.264 INFO kablam! | |_____^ Nov 07 02:18:15.265 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Nov 07 02:18:15.265 INFO kablam! Nov 07 02:18:15.294 INFO kablam! error[E0034]: multiple applicable items in scope Nov 07 02:18:15.294 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Nov 07 02:18:15.295 INFO kablam! | Nov 07 02:18:15.295 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Nov 07 02:18:15.295 INFO kablam! | ^^^^^^^^ multiple `find_map` found Nov 07 02:18:15.325 INFO kablam! | Nov 07 02:18:15.325 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Nov 07 02:18:15.325 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Nov 07 02:18:15.326 INFO kablam! | Nov 07 02:18:15.326 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Nov 07 02:18:15.326 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Nov 07 02:18:15.327 INFO kablam! 7 | | { Nov 07 02:18:15.327 INFO kablam! 8 | | while let Some(elt) = self.next() { Nov 07 02:18:15.327 INFO kablam! ... | Nov 07 02:18:15.327 INFO kablam! 13 | | None Nov 07 02:18:15.328 INFO kablam! 14 | | } Nov 07 02:18:15.328 INFO kablam! | |_____^ Nov 07 02:18:15.328 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Nov 07 02:18:15.329 INFO kablam! Nov 07 02:18:15.337 INFO kablam! error[E0034]: multiple applicable items in scope Nov 07 02:18:15.337 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Nov 07 02:18:15.337 INFO kablam! | Nov 07 02:18:15.338 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Nov 07 02:18:15.338 INFO kablam! | ^^^^^^^^ multiple `find_map` found Nov 07 02:18:15.338 INFO kablam! | Nov 07 02:18:15.339 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Nov 07 02:18:15.339 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Nov 07 02:18:15.339 INFO kablam! | Nov 07 02:18:15.339 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Nov 07 02:18:15.340 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Nov 07 02:18:15.340 INFO kablam! 7 | | { Nov 07 02:18:15.340 INFO kablam! 8 | | while let Some(elt) = self.next() { Nov 07 02:18:15.341 INFO kablam! ... | Nov 07 02:18:15.341 INFO kablam! 13 | | None Nov 07 02:18:15.341 INFO kablam! 14 | | } Nov 07 02:18:15.342 INFO kablam! | |_____^ Nov 07 02:18:15.342 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Nov 07 02:18:15.342 INFO kablam! Nov 07 02:18:15.342 INFO kablam! error[E0034]: multiple applicable items in scope Nov 07 02:18:15.343 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Nov 07 02:18:15.343 INFO kablam! | Nov 07 02:18:15.343 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Nov 07 02:18:15.343 INFO kablam! | ^^^^^^^^ multiple `find_map` found Nov 07 02:18:15.344 INFO kablam! | Nov 07 02:18:15.344 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Nov 07 02:18:15.344 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Nov 07 02:18:15.345 INFO kablam! | Nov 07 02:18:15.345 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Nov 07 02:18:15.345 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Nov 07 02:18:15.345 INFO kablam! 7 | | { Nov 07 02:18:15.346 INFO kablam! 8 | | while let Some(elt) = self.next() { Nov 07 02:18:15.346 INFO kablam! ... | Nov 07 02:18:15.346 INFO kablam! 13 | | None Nov 07 02:18:15.347 INFO kablam! 14 | | } Nov 07 02:18:15.347 INFO kablam! | |_____^ Nov 07 02:18:15.347 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Nov 07 02:18:15.348 INFO kablam! Nov 07 02:18:16.352 INFO kablam! error: aborting due to 4 previous errors Nov 07 02:18:16.356 INFO kablam! Nov 07 02:18:16.357 INFO kablam! For more information about this error, try `rustc --explain E0034`. Nov 07 02:18:16.396 INFO kablam! error: Could not compile `petgraph`. Nov 07 02:18:16.396 INFO kablam! warning: build failed, waiting for other jobs to finish... Nov 07 02:18:44.865 INFO kablam! error: build failed Nov 07 02:18:44.869 INFO kablam! su: No module specific data is present Nov 07 02:18:45.483 INFO running `"docker" "rm" "-f" "e49d22a46ee042b54f7394f392a68a727b79d98ffca8cde948046091aeeabef3"` Nov 07 02:18:45.812 INFO blam! e49d22a46ee042b54f7394f392a68a727b79d98ffca8cde948046091aeeabef3