Sep 01 23:20:38.210 INFO checking sortpar-0.1.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 01 23:20:38.210 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 23:20:38.210 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-0/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-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.365 INFO blam! b67fdf33f5618712ed40ac2a1528a6eee85a585d8f334228d54e007fc052b74f Sep 01 23:20:38.367 INFO running `"docker" "start" "-a" "b67fdf33f5618712ed40ac2a1528a6eee85a585d8f334228d54e007fc052b74f"` Sep 01 23:20:39.173 INFO kablam! Compiling serde v1.0.75 Sep 01 23:20:39.173 INFO kablam! Compiling escargot v0.3.1 Sep 01 23:20:39.174 INFO kablam! Checking normalize-line-endings v0.2.2 Sep 01 23:20:39.186 INFO kablam! Checking predicates-core v0.9.0 Sep 01 23:20:39.203 INFO kablam! Checking treeline v0.1.0 Sep 01 23:20:39.214 INFO kablam! Checking slurp v1.0.1 Sep 01 23:20:39.217 INFO kablam! Checking natord v1.0.9 Sep 01 23:20:39.222 INFO kablam! Checking version-compare v0.0.6 Sep 01 23:20:40.240 INFO kablam! Compiling caseless v0.2.1 Sep 01 23:20:41.049 INFO kablam! Checking predicates v0.9.0 Sep 01 23:20:41.053 INFO kablam! Checking predicates-tree v0.9.0 Sep 01 23:20:44.852 INFO kablam! Checking sortpar v0.1.0 (file:///source) Sep 01 23:20:44.916 INFO kablam! warning[E0705]: the feature `rust_2018_preview` is included in the Rust 2018 edition Sep 01 23:20:44.916 INFO kablam! --> src/main.rs:1:12 Sep 01 23:20:44.916 INFO kablam! | Sep 01 23:20:44.916 INFO kablam! 1 | #![feature(rust_2018_preview)] Sep 01 23:20:44.916 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 01 23:20:44.916 INFO kablam! Sep 01 23:20:45.907 INFO kablam! error[E0261]: use of undeclared lifetime name `'s` Sep 01 23:20:45.907 INFO kablam! --> src/filter.rs:24:39 Sep 01 23:20:45.907 INFO kablam! | Sep 01 23:20:45.907 INFO kablam! 24 | pub(crate) fn filter_function(input: &'s str, filters: &[Filter]) -> Cow<'s, str> { Sep 01 23:20:45.907 INFO kablam! | ^^ undeclared lifetime Sep 01 23:20:45.907 INFO kablam! Sep 01 23:20:45.907 INFO kablam! error[E0261]: use of undeclared lifetime name `'s` Sep 01 23:20:45.907 INFO kablam! --> src/filter.rs:24:74 Sep 01 23:20:45.907 INFO kablam! | Sep 01 23:20:45.908 INFO kablam! 24 | pub(crate) fn filter_function(input: &'s str, filters: &[Filter]) -> Cow<'s, str> { Sep 01 23:20:45.908 INFO kablam! | ^^ undeclared lifetime Sep 01 23:20:45.908 INFO kablam! Sep 01 23:20:45.908 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 01 23:20:45.908 INFO kablam! --> src/main.rs:43:28 Sep 01 23:20:45.908 INFO kablam! | Sep 01 23:20:45.908 INFO kablam! 43 | fn get_sort_type(matches: &'a ArgMatches<'a>) -> SortType { Sep 01 23:20:45.908 INFO kablam! | ^^ undeclared lifetime Sep 01 23:20:45.908 INFO kablam! Sep 01 23:20:45.908 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 01 23:20:45.908 INFO kablam! --> src/main.rs:43:42 Sep 01 23:20:45.908 INFO kablam! | Sep 01 23:20:45.908 INFO kablam! 43 | fn get_sort_type(matches: &'a ArgMatches<'a>) -> SortType { Sep 01 23:20:45.908 INFO kablam! | ^^ undeclared lifetime Sep 01 23:20:45.908 INFO kablam! Sep 01 23:20:45.908 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 01 23:20:45.908 INFO kablam! --> src/main.rs:105:45 Sep 01 23:20:45.908 INFO kablam! | Sep 01 23:20:45.908 INFO kablam! 105 | fn write_result(lines: &[String], matches: &'a ArgMatches<'a>) -> io::Result<()> { Sep 01 23:20:45.908 INFO kablam! | ^^ undeclared lifetime Sep 01 23:20:45.908 INFO kablam! Sep 01 23:20:45.908 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 01 23:20:45.908 INFO kablam! --> src/main.rs:105:59 Sep 01 23:20:45.908 INFO kablam! | Sep 01 23:20:45.909 INFO kablam! 105 | fn write_result(lines: &[String], matches: &'a ArgMatches<'a>) -> io::Result<()> { Sep 01 23:20:45.909 INFO kablam! | ^^ undeclared lifetime Sep 01 23:20:45.909 INFO kablam! Sep 01 23:20:45.909 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 01 23:20:45.909 INFO kablam! --> src/main.rs:117:45 Sep 01 23:20:45.909 INFO kablam! | Sep 01 23:20:45.909 INFO kablam! 117 | fn sort_closure(a: &str, b: &str, matches: &'a ArgMatches<'a>, filters: &[Filter]) -> Ordering { Sep 01 23:20:45.909 INFO kablam! | ^^ undeclared lifetime Sep 01 23:20:45.909 INFO kablam! Sep 01 23:20:45.909 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 01 23:20:45.909 INFO kablam! --> src/main.rs:117:59 Sep 01 23:20:45.909 INFO kablam! | Sep 01 23:20:45.909 INFO kablam! 117 | fn sort_closure(a: &str, b: &str, matches: &'a ArgMatches<'a>, filters: &[Filter]) -> Ordering { Sep 01 23:20:45.909 INFO kablam! | ^^ undeclared lifetime Sep 01 23:20:45.909 INFO kablam! Sep 01 23:20:45.909 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 01 23:20:45.909 INFO kablam! --> src/main.rs:126:41 Sep 01 23:20:45.909 INFO kablam! | Sep 01 23:20:45.909 INFO kablam! 126 | fn sort(lines: &mut [String], matches: &'a ArgMatches<'a>) { Sep 01 23:20:45.909 INFO kablam! | ^^ undeclared lifetime Sep 01 23:20:45.909 INFO kablam! Sep 01 23:20:45.909 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 01 23:20:45.909 INFO kablam! --> src/main.rs:126:55 Sep 01 23:20:45.909 INFO kablam! | Sep 01 23:20:45.909 INFO kablam! 126 | fn sort(lines: &mut [String], matches: &'a ArgMatches<'a>) { Sep 01 23:20:45.910 INFO kablam! | ^^ undeclared lifetime Sep 01 23:20:45.910 INFO kablam! Sep 01 23:20:45.910 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 01 23:20:45.910 INFO kablam! --> src/main.rs:149:23 Sep 01 23:20:45.910 INFO kablam! | Sep 01 23:20:45.910 INFO kablam! 149 | fn run_sort(matches: &'a ArgMatches<'a>) -> io::Result<()> { Sep 01 23:20:45.910 INFO kablam! | ^^ undeclared lifetime Sep 01 23:20:45.910 INFO kablam! Sep 01 23:20:45.910 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 01 23:20:45.910 INFO kablam! --> src/main.rs:149:37 Sep 01 23:20:45.910 INFO kablam! | Sep 01 23:20:45.910 INFO kablam! 149 | fn run_sort(matches: &'a ArgMatches<'a>) -> io::Result<()> { Sep 01 23:20:45.910 INFO kablam! | ^^ undeclared lifetime Sep 01 23:20:45.910 INFO kablam! Sep 01 23:20:45.914 INFO kablam! error: aborting due to 12 previous errors Sep 01 23:20:45.914 INFO kablam! Sep 01 23:20:45.914 INFO kablam! Some errors occurred: E0261, E0705. Sep 01 23:20:45.914 INFO kablam! For more information about an error, try `rustc --explain E0261`. Sep 01 23:20:45.922 INFO kablam! error: Could not compile `sortpar`. Sep 01 23:20:45.922 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 23:20:58.060 INFO kablam! error: build failed Sep 01 23:20:58.061 INFO kablam! su: No module specific data is present Sep 01 23:20:58.489 INFO running `"docker" "rm" "-f" "b67fdf33f5618712ed40ac2a1528a6eee85a585d8f334228d54e007fc052b74f"` Sep 01 23:20:58.574 INFO blam! b67fdf33f5618712ed40ac2a1528a6eee85a585d8f334228d54e007fc052b74f