Oct 14 21:53:40.745 INFO testing eignnx/lisp-for-cats against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 21:53:40.747 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 14 21:53:41.203 INFO blam! aee2af2015711cb49489346903e79b90283ff9ed06a76b9aaeaa7c79ad36739d Oct 14 21:53:41.219 INFO running `"docker" "start" "-a" "aee2af2015711cb49489346903e79b90283ff9ed06a76b9aaeaa7c79ad36739d"` Oct 14 21:53:43.491 INFO kablam! usermod: no changes Oct 14 21:53:43.720 INFO kablam! Compiling serde v1.0.68 Oct 14 21:53:43.727 INFO kablam! Compiling precomputed-hash v0.1.1 Oct 14 21:53:43.735 INFO kablam! Compiling bit-vec v0.4.4 Oct 14 21:53:43.736 INFO kablam! Compiling fixedbitset v0.1.9 Oct 14 21:53:43.736 INFO kablam! Compiling ordermap v0.3.5 Oct 14 21:53:43.737 INFO kablam! Compiling lalrpop-util v0.15.2 Oct 14 21:53:43.738 INFO kablam! Compiling diff v0.1.11 Oct 14 21:53:43.747 INFO kablam! Compiling regex-syntax v0.4.2 Oct 14 21:53:45.179 INFO kablam! Compiling ena v0.5.0 Oct 14 21:53:49.551 INFO kablam! Compiling arrayref v0.3.4 Oct 14 21:53:49.567 INFO kablam! Compiling byte-tools v0.2.0 Oct 14 21:53:49.591 INFO kablam! Compiling strsim v0.6.0 Oct 14 21:53:49.607 INFO kablam! Compiling fake-simd v0.1.2 Oct 14 21:53:49.831 INFO kablam! Compiling gmp-mpfr-sys v1.1.6 Oct 14 21:53:50.365 INFO kablam! Compiling rug v1.2.0 Oct 14 21:53:51.474 INFO kablam! Compiling phf_shared v0.7.22 Oct 14 21:53:51.477 INFO kablam! Compiling ascii-canvas v1.0.0 Oct 14 21:53:51.506 INFO kablam! Compiling itertools v0.7.8 Oct 14 21:53:52.696 INFO kablam! Compiling bit-set v0.4.0 Oct 14 21:53:58.139 INFO kablam! Compiling block-buffer v0.3.3 Oct 14 21:53:58.160 INFO kablam! Compiling aho-corasick v0.6.5 Oct 14 21:53:59.232 INFO kablam! Compiling thread_local v0.3.5 Oct 14 21:53:59.233 INFO kablam! Compiling new_debug_unreachable v1.0.1 Oct 14 21:53:59.242 INFO kablam! Compiling typenum v1.10.0 Oct 14 21:54:00.024 INFO kablam! Compiling petgraph v0.4.12 Oct 14 21:54:01.379 INFO kablam! Compiling phf_generator v0.7.22 Oct 14 21:54:04.475 INFO kablam! Compiling rustc_version v0.2.2 Oct 14 21:54:10.144 INFO kablam! error[E0034]: multiple applicable items in scope Oct 14 21:54:10.144 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Oct 14 21:54:10.144 INFO kablam! | Oct 14 21:54:10.144 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Oct 14 21:54:10.144 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 14 21:54:10.144 INFO kablam! | Oct 14 21:54:10.145 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 14 21:54:10.145 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 14 21:54:10.145 INFO kablam! | Oct 14 21:54:10.145 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 14 21:54:10.145 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 14 21:54:10.145 INFO kablam! 7 | | { Oct 14 21:54:10.146 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 14 21:54:10.146 INFO kablam! ... | Oct 14 21:54:10.146 INFO kablam! 13 | | None Oct 14 21:54:10.146 INFO kablam! 14 | | } Oct 14 21:54:10.146 INFO kablam! | |_____^ Oct 14 21:54:10.146 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 14 21:54:10.146 INFO kablam! Oct 14 21:54:10.215 INFO kablam! error[E0034]: multiple applicable items in scope Oct 14 21:54:10.215 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Oct 14 21:54:10.215 INFO kablam! | Oct 14 21:54:10.215 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Oct 14 21:54:10.215 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 14 21:54:10.215 INFO kablam! | Oct 14 21:54:10.235 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 14 21:54:10.235 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 14 21:54:10.236 INFO kablam! | Oct 14 21:54:10.236 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 14 21:54:10.236 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 14 21:54:10.236 INFO kablam! 7 | | { Oct 14 21:54:10.236 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 14 21:54:10.237 INFO kablam! ... | Oct 14 21:54:10.237 INFO kablam! 13 | | None Oct 14 21:54:10.237 INFO kablam! 14 | | } Oct 14 21:54:10.237 INFO kablam! | |_____^ Oct 14 21:54:10.237 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 14 21:54:10.238 INFO kablam! Oct 14 21:54:10.279 INFO kablam! error[E0034]: multiple applicable items in scope Oct 14 21:54:10.279 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Oct 14 21:54:10.279 INFO kablam! | Oct 14 21:54:10.279 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Oct 14 21:54:10.280 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 14 21:54:10.280 INFO kablam! | Oct 14 21:54:10.280 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 14 21:54:10.280 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 14 21:54:10.280 INFO kablam! | Oct 14 21:54:10.280 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 14 21:54:10.280 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 14 21:54:10.281 INFO kablam! 7 | | { Oct 14 21:54:10.281 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 14 21:54:10.281 INFO kablam! ... | Oct 14 21:54:10.281 INFO kablam! 13 | | None Oct 14 21:54:10.281 INFO kablam! 14 | | } Oct 14 21:54:10.281 INFO kablam! | |_____^ Oct 14 21:54:10.281 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 14 21:54:10.281 INFO kablam! Oct 14 21:54:10.295 INFO kablam! error[E0034]: multiple applicable items in scope Oct 14 21:54:10.295 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Oct 14 21:54:10.295 INFO kablam! | Oct 14 21:54:10.295 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Oct 14 21:54:10.295 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 14 21:54:10.295 INFO kablam! | Oct 14 21:54:10.295 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 14 21:54:10.295 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 14 21:54:10.295 INFO kablam! | Oct 14 21:54:10.295 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 14 21:54:10.295 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 14 21:54:10.295 INFO kablam! 7 | | { Oct 14 21:54:10.295 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 14 21:54:10.295 INFO kablam! ... | Oct 14 21:54:10.295 INFO kablam! 13 | | None Oct 14 21:54:10.295 INFO kablam! 14 | | } Oct 14 21:54:10.295 INFO kablam! | |_____^ Oct 14 21:54:10.295 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 14 21:54:10.295 INFO kablam! Oct 14 21:54:10.347 INFO kablam! Compiling string_cache_codegen v0.4.1 Oct 14 21:54:10.347 INFO kablam! Compiling serde_derive v1.0.68 Oct 14 21:54:10.368 INFO kablam! Compiling regex v0.2.11 Oct 14 21:54:10.408 INFO kablam! Compiling generic-array v0.9.0 Oct 14 21:54:10.859 INFO kablam! Compiling atty v0.1.2 Oct 14 21:54:12.035 INFO kablam! error: aborting due to 4 previous errors Oct 14 21:54:12.035 INFO kablam! Oct 14 21:54:12.035 INFO kablam! For more information about this error, try `rustc --explain E0034`. Oct 14 21:54:12.095 INFO kablam! error: Could not compile `petgraph`. Oct 14 21:54:12.095 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 14 21:58:27.743 INFO kablam! error: build failed Oct 14 21:58:27.743 INFO kablam! su: No module specific data is present Oct 14 21:58:28.137 INFO running `"docker" "rm" "-f" "aee2af2015711cb49489346903e79b90283ff9ed06a76b9aaeaa7c79ad36739d"` Oct 14 21:58:28.307 INFO blam! aee2af2015711cb49489346903e79b90283ff9ed06a76b9aaeaa7c79ad36739d