Sep 04 02:39:48.190 INFO checking sortpar-0.1.0 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 02:39:48.190 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 02:39:48.190 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 02:39:48.350 INFO blam! 59230b7c670ed27f5b2c71d6f7a654c4e715d4bd03d6b7d169f0c6ddf7d3fcc9 Sep 04 02:39:48.352 INFO running `"docker" "start" "-a" "59230b7c670ed27f5b2c71d6f7a654c4e715d4bd03d6b7d169f0c6ddf7d3fcc9"` Sep 04 02:39:49.238 INFO kablam! Compiling escargot v0.3.1 Sep 04 02:39:49.238 INFO kablam! Checking treeline v0.1.0 Sep 04 02:39:49.238 INFO kablam! Checking normalize-line-endings v0.2.2 Sep 04 02:39:49.280 INFO kablam! Checking predicates-core v0.9.0 Sep 04 02:39:49.290 INFO kablam! Checking slurp v1.0.1 Sep 04 02:39:49.305 INFO kablam! Checking version-compare v0.0.6 Sep 04 02:39:49.322 INFO kablam! Checking natord v1.0.9 Sep 04 02:39:49.399 INFO kablam! Compiling caseless v0.2.1 Sep 04 02:39:50.342 INFO kablam! Checking serde_json v1.0.26 Sep 04 02:39:50.496 INFO kablam! Checking predicates v0.9.0 Sep 04 02:39:50.499 INFO kablam! Checking predicates-tree v0.9.0 Sep 04 02:39:53.582 INFO kablam! Checking sortpar v0.1.0 (file:///source) Sep 04 02:39:53.644 INFO kablam! warning[E0705]: the feature `rust_2018_preview` is included in the Rust 2018 edition Sep 04 02:39:53.644 INFO kablam! --> src/main.rs:1:12 Sep 04 02:39:53.644 INFO kablam! | Sep 04 02:39:53.644 INFO kablam! 1 | #![feature(rust_2018_preview)] Sep 04 02:39:53.644 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 02:39:53.644 INFO kablam! Sep 04 02:39:54.696 INFO kablam! error[E0261]: use of undeclared lifetime name `'s` Sep 04 02:39:54.696 INFO kablam! --> src/filter.rs:24:39 Sep 04 02:39:54.696 INFO kablam! | Sep 04 02:39:54.696 INFO kablam! 24 | pub(crate) fn filter_function(input: &'s str, filters: &[Filter]) -> Cow<'s, str> { Sep 04 02:39:54.696 INFO kablam! | ^^ undeclared lifetime Sep 04 02:39:54.696 INFO kablam! Sep 04 02:39:54.696 INFO kablam! error[E0261]: use of undeclared lifetime name `'s` Sep 04 02:39:54.696 INFO kablam! --> src/filter.rs:24:74 Sep 04 02:39:54.696 INFO kablam! | Sep 04 02:39:54.696 INFO kablam! 24 | pub(crate) fn filter_function(input: &'s str, filters: &[Filter]) -> Cow<'s, str> { Sep 04 02:39:54.696 INFO kablam! | ^^ undeclared lifetime Sep 04 02:39:54.696 INFO kablam! Sep 04 02:39:54.696 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 04 02:39:54.696 INFO kablam! --> src/main.rs:43:28 Sep 04 02:39:54.696 INFO kablam! | Sep 04 02:39:54.696 INFO kablam! 43 | fn get_sort_type(matches: &'a ArgMatches<'a>) -> SortType { Sep 04 02:39:54.696 INFO kablam! | ^^ undeclared lifetime Sep 04 02:39:54.697 INFO kablam! Sep 04 02:39:54.697 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 04 02:39:54.697 INFO kablam! --> src/main.rs:43:42 Sep 04 02:39:54.697 INFO kablam! | Sep 04 02:39:54.697 INFO kablam! 43 | fn get_sort_type(matches: &'a ArgMatches<'a>) -> SortType { Sep 04 02:39:54.697 INFO kablam! | ^^ undeclared lifetime Sep 04 02:39:54.697 INFO kablam! Sep 04 02:39:54.697 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 04 02:39:54.697 INFO kablam! --> src/main.rs:105:45 Sep 04 02:39:54.697 INFO kablam! | Sep 04 02:39:54.697 INFO kablam! 105 | fn write_result(lines: &[String], matches: &'a ArgMatches<'a>) -> io::Result<()> { Sep 04 02:39:54.697 INFO kablam! | ^^ undeclared lifetime Sep 04 02:39:54.697 INFO kablam! Sep 04 02:39:54.697 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 04 02:39:54.697 INFO kablam! --> src/main.rs:105:59 Sep 04 02:39:54.697 INFO kablam! | Sep 04 02:39:54.697 INFO kablam! 105 | fn write_result(lines: &[String], matches: &'a ArgMatches<'a>) -> io::Result<()> { Sep 04 02:39:54.697 INFO kablam! | ^^ undeclared lifetime Sep 04 02:39:54.697 INFO kablam! Sep 04 02:39:54.697 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 04 02:39:54.698 INFO kablam! --> src/main.rs:117:45 Sep 04 02:39:54.698 INFO kablam! | Sep 04 02:39:54.698 INFO kablam! 117 | fn sort_closure(a: &str, b: &str, matches: &'a ArgMatches<'a>, filters: &[Filter]) -> Ordering { Sep 04 02:39:54.698 INFO kablam! | ^^ undeclared lifetime Sep 04 02:39:54.698 INFO kablam! Sep 04 02:39:54.698 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 04 02:39:54.698 INFO kablam! --> src/main.rs:117:59 Sep 04 02:39:54.698 INFO kablam! | Sep 04 02:39:54.698 INFO kablam! 117 | fn sort_closure(a: &str, b: &str, matches: &'a ArgMatches<'a>, filters: &[Filter]) -> Ordering { Sep 04 02:39:54.698 INFO kablam! | ^^ undeclared lifetime Sep 04 02:39:54.698 INFO kablam! Sep 04 02:39:54.698 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 04 02:39:54.698 INFO kablam! --> src/main.rs:126:41 Sep 04 02:39:54.698 INFO kablam! | Sep 04 02:39:54.698 INFO kablam! 126 | fn sort(lines: &mut [String], matches: &'a ArgMatches<'a>) { Sep 04 02:39:54.698 INFO kablam! | ^^ undeclared lifetime Sep 04 02:39:54.698 INFO kablam! Sep 04 02:39:54.698 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 04 02:39:54.698 INFO kablam! --> src/main.rs:126:55 Sep 04 02:39:54.699 INFO kablam! | Sep 04 02:39:54.699 INFO kablam! 126 | fn sort(lines: &mut [String], matches: &'a ArgMatches<'a>) { Sep 04 02:39:54.699 INFO kablam! | ^^ undeclared lifetime Sep 04 02:39:54.699 INFO kablam! Sep 04 02:39:54.699 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 04 02:39:54.699 INFO kablam! --> src/main.rs:149:23 Sep 04 02:39:54.699 INFO kablam! | Sep 04 02:39:54.699 INFO kablam! 149 | fn run_sort(matches: &'a ArgMatches<'a>) -> io::Result<()> { Sep 04 02:39:54.699 INFO kablam! | ^^ undeclared lifetime Sep 04 02:39:54.699 INFO kablam! Sep 04 02:39:54.699 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 04 02:39:54.699 INFO kablam! --> src/main.rs:149:37 Sep 04 02:39:54.699 INFO kablam! | Sep 04 02:39:54.699 INFO kablam! 149 | fn run_sort(matches: &'a ArgMatches<'a>) -> io::Result<()> { Sep 04 02:39:54.699 INFO kablam! | ^^ undeclared lifetime Sep 04 02:39:54.699 INFO kablam! Sep 04 02:39:54.702 INFO kablam! error: aborting due to 12 previous errors Sep 04 02:39:54.702 INFO kablam! Sep 04 02:39:54.702 INFO kablam! Some errors occurred: E0261, E0705. Sep 04 02:39:54.702 INFO kablam! For more information about an error, try `rustc --explain E0261`. Sep 04 02:39:54.709 INFO kablam! error: Could not compile `sortpar`. Sep 04 02:39:54.709 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 02:39:55.022 INFO kablam! error: build failed Sep 04 02:39:55.023 INFO kablam! su: No module specific data is present Sep 04 02:39:55.478 INFO running `"docker" "rm" "-f" "59230b7c670ed27f5b2c71d6f7a654c4e715d4bd03d6b7d169f0c6ddf7d3fcc9"` Sep 04 02:39:55.561 INFO blam! 59230b7c670ed27f5b2c71d6f7a654c4e715d4bd03d6b7d169f0c6ddf7d3fcc9