Oct 11 05:32:00.798 INFO testing Mestake/lalrpop_fun against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 05:32:00.798 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 05:32:00.798 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 05:32:01.208 INFO blam! b4047c58c9d1c023d04205d03b608e0bc2f56f2ac410b4e4369a5d737aefbb16 Oct 11 05:32:01.213 INFO running `"docker" "start" "-a" "b4047c58c9d1c023d04205d03b608e0bc2f56f2ac410b4e4369a5d737aefbb16"` Oct 11 05:32:02.155 INFO kablam! usermod: no changes Oct 11 05:32:02.364 INFO kablam! Compiling serde v1.0.55 Oct 11 05:32:02.364 INFO kablam! Compiling fixedbitset v0.1.9 Oct 11 05:32:02.364 INFO kablam! Compiling precomputed-hash v0.1.1 Oct 11 05:32:02.376 INFO kablam! Compiling bit-vec v0.4.4 Oct 11 05:32:02.376 INFO kablam! Compiling ordermap v0.3.5 Oct 11 05:32:02.376 INFO kablam! Compiling lalrpop-util v0.15.2 Oct 11 05:32:02.376 INFO kablam! Compiling diff v0.1.11 Oct 11 05:32:02.385 INFO kablam! Compiling ena v0.5.0 Oct 11 05:32:03.873 INFO kablam! Compiling regex-syntax v0.4.2 Oct 11 05:32:05.124 INFO kablam! Compiling arrayref v0.3.4 Oct 11 05:32:05.717 INFO kablam! Compiling byte-tools v0.2.0 Oct 11 05:32:08.280 INFO kablam! Compiling fake-simd v0.1.2 Oct 11 05:32:08.280 INFO kablam! Compiling strsim v0.6.0 Oct 11 05:32:08.285 INFO kablam! Compiling phf_shared v0.7.22 Oct 11 05:32:08.308 INFO kablam! Compiling memchr v2.0.1 Oct 11 05:32:08.309 INFO kablam! Compiling regex-syntax v0.6.0 Oct 11 05:32:08.365 INFO kablam! Compiling itertools v0.7.8 Oct 11 05:32:09.236 INFO kablam! Compiling ascii-canvas v1.0.0 Oct 11 05:32:10.877 INFO kablam! Compiling block-buffer v0.3.3 Oct 11 05:32:10.877 INFO kablam! Compiling petgraph v0.4.12 Oct 11 05:32:14.684 INFO kablam! Compiling bit-set v0.4.0 Oct 11 05:32:14.699 INFO kablam! Compiling debug_unreachable v0.1.1 Oct 11 05:32:14.730 INFO kablam! Compiling thread_local v0.3.5 Oct 11 05:32:20.281 INFO kablam! Compiling typenum v1.10.0 Oct 11 05:32:20.410 INFO kablam! Compiling phf_generator v0.7.22 Oct 11 05:32:20.796 INFO kablam! Compiling aho-corasick v0.6.4 Oct 11 05:32:21.444 INFO kablam! Compiling atty v0.1.2 Oct 11 05:32:22.126 INFO kablam! error[E0034]: multiple applicable items in scope Oct 11 05:32:22.126 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Oct 11 05:32:22.127 INFO kablam! | Oct 11 05:32:22.127 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Oct 11 05:32:22.127 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 11 05:32:22.127 INFO kablam! | Oct 11 05:32:22.127 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 11 05:32:22.127 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 11 05:32:22.127 INFO kablam! | Oct 11 05:32:22.127 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 11 05:32:22.127 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 11 05:32:22.127 INFO kablam! 7 | | { Oct 11 05:32:22.127 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 11 05:32:22.127 INFO kablam! ... | Oct 11 05:32:22.127 INFO kablam! 13 | | None Oct 11 05:32:22.127 INFO kablam! 14 | | } Oct 11 05:32:22.127 INFO kablam! | |_____^ Oct 11 05:32:22.127 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 11 05:32:22.127 INFO kablam! Oct 11 05:32:22.212 INFO kablam! error[E0034]: multiple applicable items in scope Oct 11 05:32:22.212 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Oct 11 05:32:22.212 INFO kablam! | Oct 11 05:32:22.212 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Oct 11 05:32:22.212 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 11 05:32:22.212 INFO kablam! | Oct 11 05:32:22.212 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 11 05:32:22.212 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 11 05:32:22.212 INFO kablam! | Oct 11 05:32:22.212 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 11 05:32:22.212 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 11 05:32:22.212 INFO kablam! 7 | | { Oct 11 05:32:22.212 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 11 05:32:22.212 INFO kablam! ... | Oct 11 05:32:22.212 INFO kablam! 13 | | None Oct 11 05:32:22.212 INFO kablam! 14 | | } Oct 11 05:32:22.212 INFO kablam! | |_____^ Oct 11 05:32:22.212 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 11 05:32:22.212 INFO kablam! Oct 11 05:32:22.248 INFO kablam! error[E0034]: multiple applicable items in scope Oct 11 05:32:22.248 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Oct 11 05:32:22.248 INFO kablam! | Oct 11 05:32:22.248 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Oct 11 05:32:22.248 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 11 05:32:22.248 INFO kablam! | Oct 11 05:32:22.248 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 11 05:32:22.248 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 11 05:32:22.248 INFO kablam! | Oct 11 05:32:22.248 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 11 05:32:22.248 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 11 05:32:22.248 INFO kablam! 7 | | { Oct 11 05:32:22.248 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 11 05:32:22.248 INFO kablam! ... | Oct 11 05:32:22.248 INFO kablam! 13 | | None Oct 11 05:32:22.248 INFO kablam! 14 | | } Oct 11 05:32:22.248 INFO kablam! | |_____^ Oct 11 05:32:22.248 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 11 05:32:22.248 INFO kablam! Oct 11 05:32:22.264 INFO kablam! error[E0034]: multiple applicable items in scope Oct 11 05:32:22.264 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Oct 11 05:32:22.264 INFO kablam! | Oct 11 05:32:22.264 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Oct 11 05:32:22.264 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 11 05:32:22.264 INFO kablam! | Oct 11 05:32:22.268 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 11 05:32:22.268 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 11 05:32:22.268 INFO kablam! | Oct 11 05:32:22.268 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 11 05:32:22.268 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 11 05:32:22.268 INFO kablam! 7 | | { Oct 11 05:32:22.268 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 11 05:32:22.268 INFO kablam! ... | Oct 11 05:32:22.268 INFO kablam! 13 | | None Oct 11 05:32:22.268 INFO kablam! 14 | | } Oct 11 05:32:22.268 INFO kablam! | |_____^ Oct 11 05:32:22.269 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 11 05:32:22.269 INFO kablam! Oct 11 05:32:22.706 INFO kablam! Compiling string_cache_codegen v0.4.1 Oct 11 05:32:24.153 INFO kablam! error: aborting due to 4 previous errors Oct 11 05:32:24.153 INFO kablam! Oct 11 05:32:24.153 INFO kablam! For more information about this error, try `rustc --explain E0034`. Oct 11 05:32:24.157 INFO kablam! error: Could not compile `petgraph`. Oct 11 05:32:24.157 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 11 05:32:38.100 INFO kablam! error: build failed Oct 11 05:32:38.102 INFO kablam! su: No module specific data is present Oct 11 05:32:38.764 INFO running `"docker" "rm" "-f" "b4047c58c9d1c023d04205d03b608e0bc2f56f2ac410b4e4369a5d737aefbb16"` Oct 11 05:32:39.026 INFO blam! b4047c58c9d1c023d04205d03b608e0bc2f56f2ac410b4e4369a5d737aefbb16