Sep 01 23:20:37.929 INFO checking sortpar-0.1.0 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 01 23:20:37.929 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 01 23:20:37.929 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-3/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 23:20:38.077 INFO blam! 59017433fd0bd9ab237e057403bbeed27d6b622277e34d0caf7d86f8327aa400 Sep 01 23:20:38.080 INFO running `"docker" "start" "-a" "59017433fd0bd9ab237e057403bbeed27d6b622277e34d0caf7d86f8327aa400"` Sep 01 23:20:38.936 INFO kablam! Checking predicates-core v0.9.0 Sep 01 23:20:38.936 INFO kablam! Checking treeline v0.1.0 Sep 01 23:20:38.936 INFO kablam! Checking normalize-line-endings v0.2.2 Sep 01 23:20:38.940 INFO kablam! Checking version-compare v0.0.6 Sep 01 23:20:38.940 INFO kablam! Checking natord v1.0.9 Sep 01 23:20:38.946 INFO kablam! Checking serde v1.0.75 Sep 01 23:20:38.947 INFO kablam! Compiling caseless v0.2.1 Sep 01 23:20:40.071 INFO kablam! Checking predicates-tree v0.9.0 Sep 01 23:20:40.071 INFO kablam! Checking predicates v0.9.0 Sep 01 23:20:43.175 INFO kablam! Checking sortpar v0.1.0 (file:///source) Sep 01 23:20:43.237 INFO kablam! warning[E0705]: the feature `rust_2018_preview` is included in the Rust 2018 edition Sep 01 23:20:43.237 INFO kablam! --> src/main.rs:1:12 Sep 01 23:20:43.237 INFO kablam! | Sep 01 23:20:43.237 INFO kablam! 1 | #![feature(rust_2018_preview)] Sep 01 23:20:43.237 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 01 23:20:43.237 INFO kablam! Sep 01 23:20:44.695 INFO kablam! error[E0261]: use of undeclared lifetime name `'s` Sep 01 23:20:44.695 INFO kablam! --> src/filter.rs:24:39 Sep 01 23:20:44.695 INFO kablam! | Sep 01 23:20:44.695 INFO kablam! 24 | pub(crate) fn filter_function(input: &'s str, filters: &[Filter]) -> Cow<'s, str> { Sep 01 23:20:44.695 INFO kablam! | ^^ undeclared lifetime Sep 01 23:20:44.695 INFO kablam! Sep 01 23:20:44.695 INFO kablam! error[E0261]: use of undeclared lifetime name `'s` Sep 01 23:20:44.695 INFO kablam! --> src/filter.rs:24:74 Sep 01 23:20:44.695 INFO kablam! | Sep 01 23:20:44.695 INFO kablam! 24 | pub(crate) fn filter_function(input: &'s str, filters: &[Filter]) -> Cow<'s, str> { Sep 01 23:20:44.696 INFO kablam! | ^^ undeclared lifetime Sep 01 23:20:44.696 INFO kablam! Sep 01 23:20:44.696 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 01 23:20:44.696 INFO kablam! --> src/main.rs:43:28 Sep 01 23:20:44.696 INFO kablam! | Sep 01 23:20:44.696 INFO kablam! 43 | fn get_sort_type(matches: &'a ArgMatches<'a>) -> SortType { Sep 01 23:20:44.696 INFO kablam! | ^^ undeclared lifetime Sep 01 23:20:44.697 INFO kablam! Sep 01 23:20:44.697 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 01 23:20:44.697 INFO kablam! --> src/main.rs:43:42 Sep 01 23:20:44.697 INFO kablam! | Sep 01 23:20:44.697 INFO kablam! 43 | fn get_sort_type(matches: &'a ArgMatches<'a>) -> SortType { Sep 01 23:20:44.697 INFO kablam! | ^^ undeclared lifetime Sep 01 23:20:44.697 INFO kablam! Sep 01 23:20:44.697 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 01 23:20:44.697 INFO kablam! --> src/main.rs:105:45 Sep 01 23:20:44.697 INFO kablam! | Sep 01 23:20:44.697 INFO kablam! 105 | fn write_result(lines: &[String], matches: &'a ArgMatches<'a>) -> io::Result<()> { Sep 01 23:20:44.697 INFO kablam! | ^^ undeclared lifetime Sep 01 23:20:44.697 INFO kablam! Sep 01 23:20:44.697 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 01 23:20:44.697 INFO kablam! --> src/main.rs:105:59 Sep 01 23:20:44.697 INFO kablam! | Sep 01 23:20:44.697 INFO kablam! 105 | fn write_result(lines: &[String], matches: &'a ArgMatches<'a>) -> io::Result<()> { Sep 01 23:20:44.697 INFO kablam! | ^^ undeclared lifetime Sep 01 23:20:44.697 INFO kablam! Sep 01 23:20:44.697 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 01 23:20:44.697 INFO kablam! --> src/main.rs:117:45 Sep 01 23:20:44.697 INFO kablam! | Sep 01 23:20:44.697 INFO kablam! 117 | fn sort_closure(a: &str, b: &str, matches: &'a ArgMatches<'a>, filters: &[Filter]) -> Ordering { Sep 01 23:20:44.697 INFO kablam! | ^^ undeclared lifetime Sep 01 23:20:44.697 INFO kablam! Sep 01 23:20:44.698 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 01 23:20:44.698 INFO kablam! --> src/main.rs:117:59 Sep 01 23:20:44.698 INFO kablam! | Sep 01 23:20:44.698 INFO kablam! 117 | fn sort_closure(a: &str, b: &str, matches: &'a ArgMatches<'a>, filters: &[Filter]) -> Ordering { Sep 01 23:20:44.698 INFO kablam! | ^^ undeclared lifetime Sep 01 23:20:44.698 INFO kablam! Sep 01 23:20:44.698 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 01 23:20:44.698 INFO kablam! --> src/main.rs:126:41 Sep 01 23:20:44.698 INFO kablam! | Sep 01 23:20:44.698 INFO kablam! 126 | fn sort(lines: &mut [String], matches: &'a ArgMatches<'a>) { Sep 01 23:20:44.698 INFO kablam! | ^^ undeclared lifetime Sep 01 23:20:44.698 INFO kablam! Sep 01 23:20:44.698 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 01 23:20:44.698 INFO kablam! --> src/main.rs:126:55 Sep 01 23:20:44.698 INFO kablam! | Sep 01 23:20:44.698 INFO kablam! 126 | fn sort(lines: &mut [String], matches: &'a ArgMatches<'a>) { Sep 01 23:20:44.698 INFO kablam! | ^^ undeclared lifetime Sep 01 23:20:44.698 INFO kablam! Sep 01 23:20:44.698 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 01 23:20:44.698 INFO kablam! --> src/main.rs:149:23 Sep 01 23:20:44.698 INFO kablam! | Sep 01 23:20:44.698 INFO kablam! 149 | fn run_sort(matches: &'a ArgMatches<'a>) -> io::Result<()> { Sep 01 23:20:44.698 INFO kablam! | ^^ undeclared lifetime Sep 01 23:20:44.698 INFO kablam! Sep 01 23:20:44.699 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 01 23:20:44.699 INFO kablam! --> src/main.rs:149:37 Sep 01 23:20:44.699 INFO kablam! | Sep 01 23:20:44.699 INFO kablam! 149 | fn run_sort(matches: &'a ArgMatches<'a>) -> io::Result<()> { Sep 01 23:20:44.699 INFO kablam! | ^^ undeclared lifetime Sep 01 23:20:44.699 INFO kablam! Sep 01 23:20:44.704 INFO kablam! error: aborting due to 12 previous errors Sep 01 23:20:44.704 INFO kablam! Sep 01 23:20:44.704 INFO kablam! Some errors occurred: E0261, E0705. Sep 01 23:20:44.704 INFO kablam! For more information about an error, try `rustc --explain E0261`. Sep 01 23:20:44.713 INFO kablam! error: Could not compile `sortpar`. Sep 01 23:20:44.714 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 23:20:56.499 INFO kablam! error: build failed Sep 01 23:20:56.500 INFO kablam! su: No module specific data is present Sep 01 23:20:56.927 INFO running `"docker" "rm" "-f" "59017433fd0bd9ab237e057403bbeed27d6b622277e34d0caf7d86f8327aa400"` Sep 01 23:20:57.042 INFO blam! 59017433fd0bd9ab237e057403bbeed27d6b622277e34d0caf7d86f8327aa400