Oct 27 09:11:10.444 INFO checking Warry/gluon-html against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2
Oct 27 09:11:10.446 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 09:11:10.935 INFO blam! c22945e88ba5c30ff05d978dad3d61c2bfb6ce2c99662d2d6ca27df357a876f4
Oct 27 09:11:10.947 INFO running `"docker" "start" "-a" "c22945e88ba5c30ff05d978dad3d61c2bfb6ce2c99662d2d6ca27df357a876f4"`
Oct 27 09:11:13.292 INFO kablam! usermod: no changes
Oct 27 09:11:13.777 INFO kablam! Compiling serde v1.0.66
Oct 27 09:11:13.786 INFO kablam! Compiling either v1.5.0
Oct 27 09:11:13.809 INFO kablam! Compiling arrayref v0.3.4
Oct 27 09:11:13.810 INFO kablam! Compiling byte-tools v0.2.0
Oct 27 09:11:13.810 INFO kablam! Compiling fake-simd v0.1.2
Oct 27 09:11:13.810 INFO kablam! Checking typed-arena v1.4.0
Oct 27 09:11:13.812 INFO kablam! Checking collect-mac v0.1.0
Oct 27 09:11:13.812 INFO kablam! Checking anymap v0.12.1
Oct 27 09:11:14.447 INFO kablam! Checking union-find v0.3.2
Oct 27 09:11:14.623 INFO kablam! Compiling gluon_vm v0.8.0
Oct 27 09:11:15.171 INFO kablam! Checking rpds v0.5.0
Oct 27 09:11:16.728 INFO kablam! Compiling httparse v1.3.1
Oct 27 09:11:18.482 INFO kablam! Checking frunk_core v0.2.0
Oct 27 09:11:18.485 INFO kablam! Compiling gluon v0.8.0
Oct 27 09:11:18.518 INFO kablam! Compiling petgraph v0.4.12
Oct 27 09:11:18.576 INFO kablam! Checking itertools v0.7.8
Oct 27 09:11:18.755 INFO kablam! Compiling block-buffer v0.3.3
Oct 27 09:11:19.699 INFO kablam! Checking pretty v0.3.3
Oct 27 09:11:25.275 INFO kablam! Compiling aho-corasick v0.6.4
Oct 27 09:11:25.277 INFO kablam! Compiling thread_local v0.3.5
Oct 27 09:11:27.394 INFO kablam! Compiling new_debug_unreachable v1.0.1
Oct 27 09:11:27.544 INFO kablam! Compiling typenum v1.10.0
Oct 27 09:11:28.475 INFO kablam! Compiling string_cache_codegen v0.4.1
Oct 27 09:11:32.475 INFO kablam! error[E0034]: multiple applicable items in scope
Oct 27 09:11:32.475 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.475 INFO kablam! |
Oct 27 09:11:32.475 INFO kablam! 1171 | self.iter.find_map(|(i, node)| {
Oct 27 09:11:32.475 INFO kablam! | ^^^^^^^^ multiple `find_map` found
Oct 27 09:11:32.491 INFO kablam! |
Oct 27 09:11:32.491 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_`
Oct 27 09:11:32.491 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5
Oct 27 09:11:32.491 INFO kablam! |
Oct 27 09:11:32.491 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option
Oct 27 09:11:32.491 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option
Oct 27 09:11:32.491 INFO kablam! 7 | | {
Oct 27 09:11:32.491 INFO kablam! 8 | | while let Some(elt) = self.next() {
Oct 27 09:11:32.491 INFO kablam! ... |
Oct 27 09:11:32.491 INFO kablam! 13 | | None
Oct 27 09:11:32.491 INFO kablam! 14 | | }
Oct 27 09:11:32.491 INFO kablam! | |_____^
Oct 27 09:11:32.491 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.491 INFO kablam!
Oct 27 09:11:32.518 INFO kablam! Compiling serde_derive_state_internals v0.4.3
Oct 27 09:11:32.559 INFO kablam! error[E0034]: multiple applicable items in scope
Oct 27 09:11:32.559 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.559 INFO kablam! |
Oct 27 09:11:32.559 INFO kablam! 1363 | self.iter.find_map(|(i, edge)|
Oct 27 09:11:32.559 INFO kablam! | ^^^^^^^^ multiple `find_map` found
Oct 27 09:11:32.559 INFO kablam! |
Oct 27 09:11:32.559 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_`
Oct 27 09:11:32.559 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5
Oct 27 09:11:32.559 INFO kablam! |
Oct 27 09:11:32.559 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option
Oct 27 09:11:32.559 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option
Oct 27 09:11:32.559 INFO kablam! 7 | | {
Oct 27 09:11:32.559 INFO kablam! 8 | | while let Some(elt) = self.next() {
Oct 27 09:11:32.559 INFO kablam! ... |
Oct 27 09:11:32.559 INFO kablam! 13 | | None
Oct 27 09:11:32.559 INFO kablam! 14 | | }
Oct 27 09:11:32.559 INFO kablam! | |_____^
Oct 27 09:11:32.559 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.559 INFO kablam!
Oct 27 09:11:32.590 INFO kablam! Compiling atty v0.1.2
Oct 27 09:11:32.599 INFO kablam! error[E0034]: multiple applicable items in scope
Oct 27 09:11:32.599 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.599 INFO kablam! |
Oct 27 09:11:32.599 INFO kablam! 1527 | self.iter.find_map(|(i, node)| {
Oct 27 09:11:32.599 INFO kablam! | ^^^^^^^^ multiple `find_map` found
Oct 27 09:11:32.599 INFO kablam! |
Oct 27 09:11:32.599 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_`
Oct 27 09:11:32.599 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5
Oct 27 09:11:32.599 INFO kablam! |
Oct 27 09:11:32.599 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option
Oct 27 09:11:32.599 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option
Oct 27 09:11:32.599 INFO kablam! 7 | | {
Oct 27 09:11:32.599 INFO kablam! 8 | | while let Some(elt) = self.next() {
Oct 27 09:11:32.599 INFO kablam! ... |
Oct 27 09:11:32.599 INFO kablam! 13 | | None
Oct 27 09:11:32.599 INFO kablam! 14 | | }
Oct 27 09:11:32.599 INFO kablam! | |_____^
Oct 27 09:11:32.599 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.599 INFO kablam!
Oct 27 09:11:32.663 INFO kablam! error[E0034]: multiple applicable items in scope
Oct 27 09:11:32.663 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.663 INFO kablam! |
Oct 27 09:11:32.663 INFO kablam! 1573 | self.iter.find_map(|(i, node)| {
Oct 27 09:11:32.663 INFO kablam! | ^^^^^^^^ multiple `find_map` found
Oct 27 09:11:32.663 INFO kablam! |
Oct 27 09:11:32.663 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_`
Oct 27 09:11:32.663 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5
Oct 27 09:11:32.663 INFO kablam! |
Oct 27 09:11:32.663 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option
Oct 27 09:11:32.663 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option
Oct 27 09:11:32.663 INFO kablam! 7 | | {
Oct 27 09:11:32.663 INFO kablam! 8 | | while let Some(elt) = self.next() {
Oct 27 09:11:32.663 INFO kablam! ... |
Oct 27 09:11:32.663 INFO kablam! 13 | | None
Oct 27 09:11:32.663 INFO kablam! 14 | | }
Oct 27 09:11:32.663 INFO kablam! | |_____^
Oct 27 09:11:32.667 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.667 INFO kablam!
Oct 27 09:11:35.199 INFO kablam! error: aborting due to 4 previous errors
Oct 27 09:11:35.199 INFO kablam!
Oct 27 09:11:35.199 INFO kablam! For more information about this error, try `rustc --explain E0034`.
Oct 27 09:11:35.267 INFO kablam! error: Could not compile `petgraph`.
Oct 27 09:11:35.268 INFO kablam! warning: build failed, waiting for other jobs to finish...
Oct 27 09:11:51.391 INFO kablam! error: build failed
Oct 27 09:11:51.399 INFO kablam! su: No module specific data is present
Oct 27 09:11:52.609 INFO running `"docker" "rm" "-f" "c22945e88ba5c30ff05d978dad3d61c2bfb6ce2c99662d2d6ca27df357a876f4"`
Oct 27 09:11:52.920 INFO blam! c22945e88ba5c30ff05d978dad3d61c2bfb6ce2c99662d2d6ca27df357a876f4