Sep 17 17:02:40.613 INFO checking sortpar-0.1.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 17:02:40.613 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 17:02:40.613 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-2/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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=1000" "-e" "CMD=cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 17:02:40.795 INFO blam! 7dbd77c7bf43325c3e3ea1b3f745c9fff2e5578f8a3c4fd0f363cb9b097f199a Sep 17 17:02:40.797 INFO running `"docker" "start" "-a" "7dbd77c7bf43325c3e3ea1b3f745c9fff2e5578f8a3c4fd0f363cb9b097f199a"` Sep 17 17:02:42.233 INFO kablam! usermod: no changes Sep 17 17:02:42.254 INFO kablam! warning: the cargo feature `edition` is now stable and is no longer necessary to be listed in the manifest Sep 17 17:02:42.363 INFO kablam! Checking treeline v0.1.0 Sep 17 17:02:42.363 INFO kablam! Checking normalize-line-endings v0.2.2 Sep 17 17:02:42.377 INFO kablam! Checking predicates-core v0.9.0 Sep 17 17:02:42.391 INFO kablam! Checking version-compare v0.0.6 Sep 17 17:02:42.404 INFO kablam! Checking slurp v1.0.1 Sep 17 17:02:42.412 INFO kablam! Checking float-cmp v0.4.0 Sep 17 17:02:42.412 INFO kablam! Compiling caseless v0.2.1 Sep 17 17:02:43.130 INFO kablam! Checking predicates-tree v0.9.0 Sep 17 17:02:43.186 INFO kablam! Checking predicates v0.9.0 Sep 17 17:02:44.247 INFO kablam! Checking assert_cmd v0.9.1 Sep 17 17:02:44.589 INFO kablam! Checking sortpar v0.1.0 (/source) Sep 17 17:02:44.644 INFO kablam! warning[E0705]: the feature `rust_2018_preview` is included in the Rust 2018 edition Sep 17 17:02:44.644 INFO kablam! --> src/main.rs:1:12 Sep 17 17:02:44.644 INFO kablam! | Sep 17 17:02:44.644 INFO kablam! 1 | #![feature(rust_2018_preview)] Sep 17 17:02:44.644 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 17 17:02:44.644 INFO kablam! Sep 17 17:02:45.050 INFO kablam! error[E0261]: use of undeclared lifetime name `'s` Sep 17 17:02:45.050 INFO kablam! --> src/filter.rs:24:39 Sep 17 17:02:45.050 INFO kablam! | Sep 17 17:02:45.050 INFO kablam! 24 | pub(crate) fn filter_function(input: &'s str, filters: &[Filter]) -> Cow<'s, str> { Sep 17 17:02:45.050 INFO kablam! | ^^ undeclared lifetime Sep 17 17:02:45.050 INFO kablam! Sep 17 17:02:45.050 INFO kablam! error[E0261]: use of undeclared lifetime name `'s` Sep 17 17:02:45.050 INFO kablam! --> src/filter.rs:24:74 Sep 17 17:02:45.050 INFO kablam! | Sep 17 17:02:45.050 INFO kablam! 24 | pub(crate) fn filter_function(input: &'s str, filters: &[Filter]) -> Cow<'s, str> { Sep 17 17:02:45.050 INFO kablam! | ^^ undeclared lifetime Sep 17 17:02:45.050 INFO kablam! Sep 17 17:02:45.050 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 17 17:02:45.050 INFO kablam! --> src/main.rs:43:28 Sep 17 17:02:45.050 INFO kablam! | Sep 17 17:02:45.050 INFO kablam! 43 | fn get_sort_type(matches: &'a ArgMatches<'a>) -> SortType { Sep 17 17:02:45.050 INFO kablam! | ^^ undeclared lifetime Sep 17 17:02:45.050 INFO kablam! Sep 17 17:02:45.050 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 17 17:02:45.050 INFO kablam! --> src/main.rs:43:42 Sep 17 17:02:45.050 INFO kablam! | Sep 17 17:02:45.050 INFO kablam! 43 | fn get_sort_type(matches: &'a ArgMatches<'a>) -> SortType { Sep 17 17:02:45.050 INFO kablam! | ^^ undeclared lifetime Sep 17 17:02:45.050 INFO kablam! Sep 17 17:02:45.050 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 17 17:02:45.050 INFO kablam! --> src/main.rs:105:45 Sep 17 17:02:45.050 INFO kablam! | Sep 17 17:02:45.050 INFO kablam! 105 | fn write_result(lines: &[String], matches: &'a ArgMatches<'a>) -> io::Result<()> { Sep 17 17:02:45.050 INFO kablam! | ^^ undeclared lifetime Sep 17 17:02:45.050 INFO kablam! Sep 17 17:02:45.050 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 17 17:02:45.050 INFO kablam! --> src/main.rs:105:59 Sep 17 17:02:45.050 INFO kablam! | Sep 17 17:02:45.050 INFO kablam! 105 | fn write_result(lines: &[String], matches: &'a ArgMatches<'a>) -> io::Result<()> { Sep 17 17:02:45.050 INFO kablam! | ^^ undeclared lifetime Sep 17 17:02:45.050 INFO kablam! Sep 17 17:02:45.050 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 17 17:02:45.050 INFO kablam! --> src/main.rs:117:45 Sep 17 17:02:45.050 INFO kablam! | Sep 17 17:02:45.050 INFO kablam! 117 | fn sort_closure(a: &str, b: &str, matches: &'a ArgMatches<'a>, filters: &[Filter]) -> Ordering { Sep 17 17:02:45.050 INFO kablam! | ^^ undeclared lifetime Sep 17 17:02:45.050 INFO kablam! Sep 17 17:02:45.050 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 17 17:02:45.050 INFO kablam! --> src/main.rs:117:59 Sep 17 17:02:45.050 INFO kablam! | Sep 17 17:02:45.050 INFO kablam! 117 | fn sort_closure(a: &str, b: &str, matches: &'a ArgMatches<'a>, filters: &[Filter]) -> Ordering { Sep 17 17:02:45.050 INFO kablam! | ^^ undeclared lifetime Sep 17 17:02:45.050 INFO kablam! Sep 17 17:02:45.050 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 17 17:02:45.050 INFO kablam! --> src/main.rs:126:41 Sep 17 17:02:45.050 INFO kablam! | Sep 17 17:02:45.051 INFO kablam! 126 | fn sort(lines: &mut [String], matches: &'a ArgMatches<'a>) { Sep 17 17:02:45.051 INFO kablam! | ^^ undeclared lifetime Sep 17 17:02:45.051 INFO kablam! Sep 17 17:02:45.051 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 17 17:02:45.051 INFO kablam! --> src/main.rs:126:55 Sep 17 17:02:45.051 INFO kablam! | Sep 17 17:02:45.051 INFO kablam! 126 | fn sort(lines: &mut [String], matches: &'a ArgMatches<'a>) { Sep 17 17:02:45.051 INFO kablam! | ^^ undeclared lifetime Sep 17 17:02:45.051 INFO kablam! Sep 17 17:02:45.051 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 17 17:02:45.051 INFO kablam! --> src/main.rs:149:23 Sep 17 17:02:45.051 INFO kablam! | Sep 17 17:02:45.051 INFO kablam! 149 | fn run_sort(matches: &'a ArgMatches<'a>) -> io::Result<()> { Sep 17 17:02:45.051 INFO kablam! | ^^ undeclared lifetime Sep 17 17:02:45.051 INFO kablam! Sep 17 17:02:45.051 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 17 17:02:45.051 INFO kablam! --> src/main.rs:149:37 Sep 17 17:02:45.051 INFO kablam! | Sep 17 17:02:45.051 INFO kablam! 149 | fn run_sort(matches: &'a ArgMatches<'a>) -> io::Result<()> { Sep 17 17:02:45.051 INFO kablam! | ^^ undeclared lifetime Sep 17 17:02:45.051 INFO kablam! Sep 17 17:02:45.052 INFO kablam! error: aborting due to 12 previous errors Sep 17 17:02:45.052 INFO kablam! Sep 17 17:02:45.052 INFO kablam! Some errors occurred: E0261, E0705. Sep 17 17:02:45.052 INFO kablam! For more information about an error, try `rustc --explain E0261`. Sep 17 17:02:45.059 INFO kablam! error: Could not compile `sortpar`. Sep 17 17:02:45.059 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 17:02:45.074 INFO kablam! error: build failed Sep 17 17:02:45.075 INFO kablam! su: No module specific data is present Sep 17 17:02:45.520 INFO running `"docker" "rm" "-f" "7dbd77c7bf43325c3e3ea1b3f745c9fff2e5578f8a3c4fd0f363cb9b097f199a"` Sep 17 17:02:45.664 INFO blam! 7dbd77c7bf43325c3e3ea1b3f745c9fff2e5578f8a3c4fd0f363cb9b097f199a