Oct 21 18:10:32.296 INFO checking eignnx/lisp-for-cats against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 18:10:32.297 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 21 18:10:32.756 INFO blam! 476612b978fce425c7f48ef41e6b670d96abaccdbaba5af661227325cc93a12d Oct 21 18:10:32.758 INFO running `"docker" "start" "-a" "476612b978fce425c7f48ef41e6b670d96abaccdbaba5af661227325cc93a12d"` Oct 21 18:10:34.922 INFO kablam! usermod: no changes Oct 21 18:10:35.165 INFO kablam! Compiling fixedbitset v0.1.9 Oct 21 18:10:35.172 INFO kablam! Compiling bit-vec v0.4.4 Oct 21 18:10:35.180 INFO kablam! Compiling precomputed-hash v0.1.1 Oct 21 18:10:35.181 INFO kablam! Compiling ordermap v0.3.5 Oct 21 18:10:35.181 INFO kablam! Compiling lalrpop-util v0.15.2 Oct 21 18:10:35.181 INFO kablam! Compiling ena v0.5.0 Oct 21 18:10:35.181 INFO kablam! Compiling diff v0.1.11 Oct 21 18:10:35.196 INFO kablam! Compiling regex-syntax v0.4.2 Oct 21 18:10:37.444 INFO kablam! Compiling byte-tools v0.2.0 Oct 21 18:10:39.278 INFO kablam! Compiling arrayref v0.3.4 Oct 21 18:10:41.409 INFO kablam! Compiling fake-simd v0.1.2 Oct 21 18:10:41.409 INFO kablam! Compiling gmp-mpfr-sys v1.1.6 Oct 21 18:10:41.410 INFO kablam! Compiling rug v1.2.0 Oct 21 18:10:41.420 INFO kablam! Compiling memchr v2.0.1 Oct 21 18:10:41.469 INFO kablam! Compiling ascii-canvas v1.0.0 Oct 21 18:10:42.408 INFO kablam! Compiling itertools v0.7.8 Oct 21 18:10:43.088 INFO kablam! Compiling block-buffer v0.3.3 Oct 21 18:10:44.372 INFO kablam! Compiling bit-set v0.4.0 Oct 21 18:10:47.182 INFO kablam! Compiling new_debug_unreachable v1.0.1 Oct 21 18:10:47.202 INFO kablam! Compiling thread_local v0.3.5 Oct 21 18:10:47.241 INFO kablam! Compiling serde v1.0.68 Oct 21 18:10:47.277 INFO kablam! Compiling petgraph v0.4.12 Oct 21 18:10:47.416 INFO kablam! Compiling aho-corasick v0.6.5 Oct 21 18:10:47.960 INFO kablam! Compiling im v10.2.0 Oct 21 18:10:48.468 INFO kablam! Compiling string_cache v0.7.3 Oct 21 18:10:54.241 INFO kablam! Compiling atty v0.1.2 Oct 21 18:10:54.362 INFO kablam! Compiling digest v0.7.4 Oct 21 18:10:55.113 INFO kablam! Compiling regex v0.2.11 Oct 21 18:10:55.296 INFO kablam! error[E0034]: multiple applicable items in scope Oct 21 18:10:55.296 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1171:19 Oct 21 18:10:55.296 INFO kablam! | Oct 21 18:10:55.297 INFO kablam! 1171 | self.iter.find_map(|(i, node)| { Oct 21 18:10:55.297 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 21 18:10:55.297 INFO kablam! | Oct 21 18:10:55.297 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 21 18:10:55.298 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 21 18:10:55.298 INFO kablam! | Oct 21 18:10:55.298 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 21 18:10:55.299 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 21 18:10:55.299 INFO kablam! 7 | | { Oct 21 18:10:55.299 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 21 18:10:55.299 INFO kablam! ... | Oct 21 18:10:55.300 INFO kablam! 13 | | None Oct 21 18:10:55.300 INFO kablam! 14 | | } Oct 21 18:10:55.300 INFO kablam! | |_____^ Oct 21 18:10:55.300 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 21 18:10:55.301 INFO kablam! Oct 21 18:10:55.325 INFO kablam! error[E0034]: multiple applicable items in scope Oct 21 18:10:55.325 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1363:19 Oct 21 18:10:55.326 INFO kablam! | Oct 21 18:10:55.326 INFO kablam! 1363 | self.iter.find_map(|(i, edge)| Oct 21 18:10:55.326 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 21 18:10:55.327 INFO kablam! | Oct 21 18:10:55.327 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 21 18:10:55.327 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 21 18:10:55.328 INFO kablam! | Oct 21 18:10:55.328 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 21 18:10:55.328 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 21 18:10:55.329 INFO kablam! 7 | | { Oct 21 18:10:55.329 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 21 18:10:55.329 INFO kablam! ... | Oct 21 18:10:55.329 INFO kablam! 13 | | None Oct 21 18:10:55.330 INFO kablam! 14 | | } Oct 21 18:10:55.330 INFO kablam! | |_____^ Oct 21 18:10:55.330 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 21 18:10:55.330 INFO kablam! Oct 21 18:10:55.331 INFO kablam! error[E0034]: multiple applicable items in scope Oct 21 18:10:55.331 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1527:19 Oct 21 18:10:55.331 INFO kablam! | Oct 21 18:10:55.331 INFO kablam! 1527 | self.iter.find_map(|(i, node)| { Oct 21 18:10:55.332 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 21 18:10:55.332 INFO kablam! | Oct 21 18:10:55.332 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 21 18:10:55.332 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 21 18:10:55.333 INFO kablam! | Oct 21 18:10:55.333 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 21 18:10:55.333 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 21 18:10:55.334 INFO kablam! 7 | | { Oct 21 18:10:55.334 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 21 18:10:55.334 INFO kablam! ... | Oct 21 18:10:55.335 INFO kablam! 13 | | None Oct 21 18:10:55.335 INFO kablam! 14 | | } Oct 21 18:10:55.335 INFO kablam! | |_____^ Oct 21 18:10:55.335 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 21 18:10:55.336 INFO kablam! Oct 21 18:10:55.336 INFO kablam! error[E0034]: multiple applicable items in scope Oct 21 18:10:55.336 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/graph_impl/stable_graph/mod.rs:1573:19 Oct 21 18:10:55.337 INFO kablam! | Oct 21 18:10:55.337 INFO kablam! 1573 | self.iter.find_map(|(i, node)| { Oct 21 18:10:55.337 INFO kablam! | ^^^^^^^^ multiple `find_map` found Oct 21 18:10:55.338 INFO kablam! | Oct 21 18:10:55.338 INFO kablam! note: candidate #1 is defined in an impl of the trait `iter_utils::IterUtilsExt` for the type `_` Oct 21 18:10:55.338 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/petgraph-0.4.12/src/iter_utils.rs:5:5 Oct 21 18:10:55.338 INFO kablam! | Oct 21 18:10:55.339 INFO kablam! 5 | / fn find_map(&mut self, mut f: F) -> Option Oct 21 18:10:55.339 INFO kablam! 6 | | where F: FnMut(Self::Item) -> Option Oct 21 18:10:55.339 INFO kablam! 7 | | { Oct 21 18:10:55.339 INFO kablam! 8 | | while let Some(elt) = self.next() { Oct 21 18:10:55.339 INFO kablam! ... | Oct 21 18:10:55.339 INFO kablam! 13 | | None Oct 21 18:10:55.339 INFO kablam! 14 | | } Oct 21 18:10:55.339 INFO kablam! | |_____^ Oct 21 18:10:55.339 INFO kablam! = note: candidate #2 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Enumerate<_>` Oct 21 18:10:55.339 INFO kablam! Oct 21 18:10:55.700 INFO kablam! error: aborting due to 4 previous errors Oct 21 18:10:55.700 INFO kablam! Oct 21 18:10:55.700 INFO kablam! For more information about this error, try `rustc --explain E0034`. Oct 21 18:10:55.708 INFO kablam! error: Could not compile `petgraph`. Oct 21 18:10:55.708 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 21 18:14:35.700 INFO kablam! error: build failed Oct 21 18:14:35.700 INFO kablam! su: No module specific data is present Oct 21 18:14:35.970 INFO running `"docker" "rm" "-f" "476612b978fce425c7f48ef41e6b670d96abaccdbaba5af661227325cc93a12d"` Oct 21 18:14:36.090 INFO blam! 476612b978fce425c7f48ef41e6b670d96abaccdbaba5af661227325cc93a12d