Oct 15 09:55:53.568 INFO testing Jengamon/Mister against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 09:55:53.568 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 15 09:55:54.053 INFO blam! 70b78b52a671ce402543e85babeb88c2d54c7720e5eaee06a7c1430d474dcd53 Oct 15 09:55:54.057 INFO running `"docker" "start" "-a" "70b78b52a671ce402543e85babeb88c2d54c7720e5eaee06a7c1430d474dcd53"` Oct 15 09:55:55.063 INFO kablam! usermod: no changes Oct 15 09:55:55.311 INFO kablam! Compiling either v1.4.0 Oct 15 09:55:55.319 INFO kablam! Compiling fixedbitset v0.1.8 Oct 15 09:55:55.319 INFO kablam! Compiling cassowary v0.2.1 Oct 15 09:55:55.320 INFO kablam! Compiling exoquant v0.2.0 Oct 15 09:55:55.320 INFO kablam! Compiling draw_state v0.8.0 Oct 15 09:55:55.324 INFO kablam! Compiling memmap v0.6.2 Oct 15 09:55:55.324 INFO kablam! Compiling isatty v0.1.3 Oct 15 09:55:55.324 INFO kablam! Compiling shared_library v0.1.7 Oct 15 09:55:55.999 INFO kablam! Compiling gl_generator v0.7.0 Oct 15 09:55:57.275 INFO kablam! Compiling gl_generator v0.8.0 Oct 15 09:55:59.167 INFO kablam! Compiling tempfile v2.2.0 Oct 15 09:55:59.347 INFO kablam! Compiling phf_generator v0.7.21 Oct 15 09:56:05.747 INFO kablam! Compiling num-bigint v0.1.40 Oct 15 09:56:05.760 INFO kablam! Compiling alga v0.5.2 Oct 15 09:56:05.804 INFO kablam! Compiling gfx_core v0.6.1 Oct 15 09:56:05.821 INFO kablam! Compiling itertools v0.5.10 Oct 15 09:56:05.867 INFO kablam! Compiling petgraph v0.4.9 Oct 15 09:56:06.379 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 15 09:56:06.471 INFO kablam! Compiling phf_codegen v0.7.21 Oct 15 09:56:12.319 INFO kablam! Compiling x11-dl v2.15.0 Oct 15 09:56:12.352 INFO kablam! Compiling gfx_gl v0.4.0 Oct 15 09:56:12.583 INFO kablam! Compiling palette v0.2.1 Oct 15 09:56:18.991 INFO kablam! error[E0034]: multiple applicable items in scope Oct 15 09:56:18.991 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1172:19 Oct 15 09:56:18.991 INFO kablam! | Oct 15 09:56:18.991 INFO kablam! 1172 | self.iter.find_map(|(i, node)| { Oct 15 09:56:18.991 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 15 09:56:18.991 INFO kablam! | Oct 15 09:56:18.991 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 15 09:56:18.991 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Oct 15 09:56:18.991 INFO kablam! | Oct 15 09:56:18.991 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 15 09:56:18.991 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 15 09:56:18.991 INFO kablam! 7 | | { Oct 15 09:56:18.991 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 15 09:56:18.991 INFO kablam! ... | Oct 15 09:56:18.991 INFO kablam! 13 | | None Oct 15 09:56:18.991 INFO kablam! 14 | | } Oct 15 09:56:18.991 INFO kablam! | |_____^ Oct 15 09:56:18.991 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 15 09:56:18.991 INFO kablam! Oct 15 09:56:19.064 INFO kablam! error[E0034]: multiple applicable items in scope Oct 15 09:56:19.064 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1355:19 Oct 15 09:56:19.064 INFO kablam! | Oct 15 09:56:19.064 INFO kablam! 1355 | self.iter.find_map(|(i, edge)| Oct 15 09:56:19.064 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 15 09:56:19.064 INFO kablam! | Oct 15 09:56:19.064 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 15 09:56:19.064 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Oct 15 09:56:19.064 INFO kablam! | Oct 15 09:56:19.064 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 15 09:56:19.064 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 15 09:56:19.064 INFO kablam! 7 | | { Oct 15 09:56:19.064 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 15 09:56:19.064 INFO kablam! ... | Oct 15 09:56:19.064 INFO kablam! 13 | | None Oct 15 09:56:19.064 INFO kablam! 14 | | } Oct 15 09:56:19.064 INFO kablam! | |_____^ Oct 15 09:56:19.064 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 15 09:56:19.064 INFO kablam! Oct 15 09:56:19.097 INFO kablam! error[E0034]: multiple applicable items in scope Oct 15 09:56:19.097 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1519:19 Oct 15 09:56:19.098 INFO kablam! | Oct 15 09:56:19.098 INFO kablam! 1519 | self.iter.find_map(|(i, node)| { Oct 15 09:56:19.101 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 15 09:56:19.106 INFO kablam! | Oct 15 09:56:19.106 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 15 09:56:19.107 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Oct 15 09:56:19.107 INFO kablam! | Oct 15 09:56:19.107 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 15 09:56:19.107 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 15 09:56:19.107 INFO kablam! 7 | | { Oct 15 09:56:19.107 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 15 09:56:19.108 INFO kablam! ... | Oct 15 09:56:19.108 INFO kablam! 13 | | None Oct 15 09:56:19.108 INFO kablam! 14 | | } Oct 15 09:56:19.108 INFO kablam! | |_____^ Oct 15 09:56:19.108 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 15 09:56:19.108 INFO kablam! Oct 15 09:56:19.111 INFO kablam! error[E0034]: multiple applicable items in scope Oct 15 09:56:19.111 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/graph_impl/stable_graph/mod.rs:1565:19 Oct 15 09:56:19.111 INFO kablam! | Oct 15 09:56:19.111 INFO kablam! 1565 | self.iter.find_map(|(i, node)| { Oct 15 09:56:19.112 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 15 09:56:19.123 INFO kablam! | Oct 15 09:56:19.123 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 15 09:56:19.123 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.9/src/iter_utils.rs:5:5 Oct 15 09:56:19.123 INFO kablam! | Oct 15 09:56:19.124 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 15 09:56:19.124 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 15 09:56:19.124 INFO kablam! 7 | | { Oct 15 09:56:19.124 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 15 09:56:19.124 INFO kablam! ... | Oct 15 09:56:19.124 INFO kablam! 13 | | None Oct 15 09:56:19.124 INFO kablam! 14 | | } Oct 15 09:56:19.125 INFO kablam! | |_____^ Oct 15 09:56:19.127 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 15 09:56:19.127 INFO kablam! Oct 15 09:56:20.623 INFO kablam! Compiling wayland-client v0.12.5 Oct 15 09:56:20.643 INFO kablam! Compiling glutin v0.12.2 Oct 15 09:56:21.307 INFO kablam! error: aborting due to 4 previous errors Oct 15 09:56:21.327 INFO kablam! Oct 15 09:56:21.328 INFO kablam! For more information about this error, try `rustc --explain E0034`. Oct 15 09:56:21.375 INFO kablam! error: Could not compile `petgraph`. Oct 15 09:56:21.375 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 15 09:56:52.067 INFO kablam! error: build failed Oct 15 09:56:52.071 INFO kablam! su: No module specific data is present Oct 15 09:56:53.071 INFO running `"docker" "rm" "-f" "70b78b52a671ce402543e85babeb88c2d54c7720e5eaee06a7c1430d474dcd53"` Oct 15 09:56:53.379 INFO blam! 70b78b52a671ce402543e85babeb88c2d54c7720e5eaee06a7c1430d474dcd53