Jul 12 08:48:01.814 INFO checking git-checks-3.5.1 against master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9 for pr-52234 Jul 12 08:48:01.814 INFO running: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 08:48:01.814 INFO creating container for: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 08:48:01.814 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-52234/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-1/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 12 08:48:02.062 INFO blam! 318c48988e6f0adaba846ff028040bc499d95d0ee0c864e8e1b54430cd8f6e95 Jul 12 08:48:02.063 INFO running `"docker" "start" "-a" "318c48988e6f0adaba846ff028040bc499d95d0ee0c864e8e1b54430cd8f6e95"` Jul 12 08:48:03.513 INFO kablam! Checking ttl_cache v0.3.0 Jul 12 08:48:03.513 INFO kablam! Checking rayon v0.8.2 Jul 12 08:48:03.513 INFO kablam! Checking git-workarea v3.1.2 Jul 12 08:48:10.630 INFO kablam! Checking git-checks v3.5.1 (file:///source) Jul 12 08:48:12.572 INFO kablam! warning: doc comment not used by rustdoc Jul 12 08:48:12.572 INFO kablam! --> src/error.rs:11:1 Jul 12 08:48:12.572 INFO kablam! | Jul 12 08:48:12.572 INFO kablam! 11 | / error_chain! { Jul 12 08:48:12.573 INFO kablam! 12 | | links { Jul 12 08:48:12.573 INFO kablam! 13 | | GitWorkarea(git_workarea::Error, git_workarea::ErrorKind) Jul 12 08:48:12.573 INFO kablam! 14 | | #[doc = "An error from the git-workarea crate."]; Jul 12 08:48:12.573 INFO kablam! ... | Jul 12 08:48:12.573 INFO kablam! 23 | | } Jul 12 08:48:12.573 INFO kablam! 24 | | } Jul 12 08:48:12.573 INFO kablam! | |_^ Jul 12 08:48:12.573 INFO kablam! | Jul 12 08:48:12.573 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Jul 12 08:48:12.573 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Jul 12 08:48:12.573 INFO kablam! Jul 12 08:48:12.662 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Jul 12 08:48:12.663 INFO kablam! --> src/checks/invalid_paths.rs:11:5 Jul 12 08:48:12.663 INFO kablam! | Jul 12 08:48:12.663 INFO kablam! 11 | use std::ascii::AsciiExt; Jul 12 08:48:12.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Jul 12 08:48:12.663 INFO kablam! | Jul 12 08:48:12.663 INFO kablam! = note: #[warn(deprecated)] on by default Jul 12 08:48:12.663 INFO kablam! Jul 12 08:48:13.136 INFO kablam! warning: doc comment not used by rustdoc Jul 12 08:48:13.136 INFO kablam! --> src/error.rs:11:1 Jul 12 08:48:13.136 INFO kablam! | Jul 12 08:48:13.136 INFO kablam! 11 | / error_chain! { Jul 12 08:48:13.136 INFO kablam! 12 | | links { Jul 12 08:48:13.136 INFO kablam! 13 | | GitWorkarea(git_workarea::Error, git_workarea::ErrorKind) Jul 12 08:48:13.136 INFO kablam! 14 | | #[doc = "An error from the git-workarea crate."]; Jul 12 08:48:13.136 INFO kablam! ... | Jul 12 08:48:13.136 INFO kablam! 23 | | } Jul 12 08:48:13.136 INFO kablam! 24 | | } Jul 12 08:48:13.136 INFO kablam! | |_^ Jul 12 08:48:13.136 INFO kablam! | Jul 12 08:48:13.136 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Jul 12 08:48:13.136 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Jul 12 08:48:13.136 INFO kablam! Jul 12 08:48:13.355 INFO kablam! error[E0034]: multiple applicable items in scope Jul 12 08:48:13.355 INFO kablam! --> src/commit.rs:619:10 Jul 12 08:48:13.355 INFO kablam! | Jul 12 08:48:13.355 INFO kablam! 619 | .flatten() Jul 12 08:48:13.355 INFO kablam! | ^^^^^^^ multiple `flatten` found Jul 12 08:48:13.355 INFO kablam! | Jul 12 08:48:13.355 INFO kablam! = note: candidate #1 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Map<_, _>` Jul 12 08:48:13.356 INFO kablam! = note: candidate #2 is defined in an impl of the trait `crates::itertools::Itertools` for the type `_` Jul 12 08:48:13.356 INFO kablam! Jul 12 08:48:13.357 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Jul 12 08:48:13.357 INFO kablam! --> src/checks/invalid_paths.rs:11:5 Jul 12 08:48:13.357 INFO kablam! | Jul 12 08:48:13.357 INFO kablam! 11 | use std::ascii::AsciiExt; Jul 12 08:48:13.358 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Jul 12 08:48:13.358 INFO kablam! | Jul 12 08:48:13.358 INFO kablam! = note: #[warn(deprecated)] on by default Jul 12 08:48:13.358 INFO kablam! Jul 12 08:48:14.286 INFO kablam! error[E0034]: multiple applicable items in scope Jul 12 08:48:14.286 INFO kablam! --> src/commit.rs:619:10 Jul 12 08:48:14.286 INFO kablam! | Jul 12 08:48:14.286 INFO kablam! 619 | .flatten() Jul 12 08:48:14.286 INFO kablam! | ^^^^^^^ multiple `flatten` found Jul 12 08:48:14.286 INFO kablam! | Jul 12 08:48:14.286 INFO kablam! = note: candidate #1 is defined in an impl of the trait `std::iter::Iterator` for the type `std::iter::Map<_, _>` Jul 12 08:48:14.286 INFO kablam! = note: candidate #2 is defined in an impl of the trait `crates::itertools::Itertools` for the type `_` Jul 12 08:48:14.286 INFO kablam! Jul 12 08:48:14.475 INFO kablam! error: aborting due to previous error Jul 12 08:48:14.475 INFO kablam! Jul 12 08:48:14.475 INFO kablam! For more information about this error, try `rustc --explain E0034`. Jul 12 08:48:14.488 INFO kablam! error: Could not compile `git-checks`. Jul 12 08:48:14.488 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 12 08:48:17.517 INFO kablam! error: aborting due to previous error Jul 12 08:48:17.517 INFO kablam! Jul 12 08:48:17.518 INFO kablam! For more information about this error, try `rustc --explain E0034`. Jul 12 08:48:17.533 INFO kablam! error: Could not compile `git-checks`. Jul 12 08:48:17.534 INFO kablam! Jul 12 08:48:17.534 INFO kablam! To learn more, run the command again with --verbose. Jul 12 08:48:17.535 INFO kablam! su: No module specific data is present Jul 12 08:48:18.058 INFO running `"docker" "rm" "-f" "318c48988e6f0adaba846ff028040bc499d95d0ee0c864e8e1b54430cd8f6e95"` Jul 12 08:48:18.251 INFO blam! 318c48988e6f0adaba846ff028040bc499d95d0ee0c864e8e1b54430cd8f6e95