Sep 01 06:03:51.242 INFO checking sortpar-0.1.0 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 06:03:51.242 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 06:03:51.242 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-2/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 06:03:51.418 INFO blam! fcfe3e7349e95b7d6c10b1ff5f60ebf9accdd199060171b862120fa40d0dfe5d Sep 01 06:03:51.419 INFO running `"docker" "start" "-a" "fcfe3e7349e95b7d6c10b1ff5f60ebf9accdd199060171b862120fa40d0dfe5d"` Sep 01 06:03:52.488 INFO kablam! Compiling escargot v0.3.1 Sep 01 06:03:52.495 INFO kablam! Checking treeline v0.1.0 Sep 01 06:03:52.495 INFO kablam! Checking normalize-line-endings v0.2.2 Sep 01 06:03:52.495 INFO kablam! Checking predicates-core v0.9.0 Sep 01 06:03:52.501 INFO kablam! Checking slurp v1.0.1 Sep 01 06:03:52.503 INFO kablam! Checking version-compare v0.0.6 Sep 01 06:03:52.516 INFO kablam! Checking float-cmp v0.4.0 Sep 01 06:03:52.516 INFO kablam! Checking serde v1.0.75 Sep 01 06:03:53.644 INFO kablam! Compiling caseless v0.2.1 Sep 01 06:03:53.852 INFO kablam! Checking predicates v0.9.0 Sep 01 06:03:53.957 INFO kablam! Checking predicates-tree v0.9.0 Sep 01 06:03:57.478 INFO kablam! Checking sortpar v0.1.0 (file:///source) Sep 01 06:03:57.533 INFO kablam! warning[E0705]: the feature `rust_2018_preview` is included in the Rust 2018 edition Sep 01 06:03:57.533 INFO kablam! --> src/main.rs:1:12 Sep 01 06:03:57.533 INFO kablam! | Sep 01 06:03:57.533 INFO kablam! 1 | #![feature(rust_2018_preview)] Sep 01 06:03:57.533 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 01 06:03:57.533 INFO kablam! Sep 01 06:03:58.534 INFO kablam! error[E0261]: use of undeclared lifetime name `'s` Sep 01 06:03:58.534 INFO kablam! --> src/filter.rs:24:39 Sep 01 06:03:58.534 INFO kablam! | Sep 01 06:03:58.534 INFO kablam! 24 | pub(crate) fn filter_function(input: &'s str, filters: &[Filter]) -> Cow<'s, str> { Sep 01 06:03:58.534 INFO kablam! | ^^ undeclared lifetime Sep 01 06:03:58.535 INFO kablam! Sep 01 06:03:58.535 INFO kablam! error[E0261]: use of undeclared lifetime name `'s` Sep 01 06:03:58.535 INFO kablam! --> src/filter.rs:24:74 Sep 01 06:03:58.535 INFO kablam! | Sep 01 06:03:58.535 INFO kablam! 24 | pub(crate) fn filter_function(input: &'s str, filters: &[Filter]) -> Cow<'s, str> { Sep 01 06:03:58.535 INFO kablam! | ^^ undeclared lifetime Sep 01 06:03:58.535 INFO kablam! Sep 01 06:03:58.535 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 01 06:03:58.535 INFO kablam! --> src/main.rs:43:28 Sep 01 06:03:58.535 INFO kablam! | Sep 01 06:03:58.535 INFO kablam! 43 | fn get_sort_type(matches: &'a ArgMatches<'a>) -> SortType { Sep 01 06:03:58.535 INFO kablam! | ^^ undeclared lifetime Sep 01 06:03:58.535 INFO kablam! Sep 01 06:03:58.535 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 01 06:03:58.535 INFO kablam! --> src/main.rs:43:42 Sep 01 06:03:58.535 INFO kablam! | Sep 01 06:03:58.535 INFO kablam! 43 | fn get_sort_type(matches: &'a ArgMatches<'a>) -> SortType { Sep 01 06:03:58.536 INFO kablam! | ^^ undeclared lifetime Sep 01 06:03:58.536 INFO kablam! Sep 01 06:03:58.536 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 01 06:03:58.536 INFO kablam! --> src/main.rs:105:45 Sep 01 06:03:58.536 INFO kablam! | Sep 01 06:03:58.536 INFO kablam! 105 | fn write_result(lines: &[String], matches: &'a ArgMatches<'a>) -> io::Result<()> { Sep 01 06:03:58.536 INFO kablam! | ^^ undeclared lifetime Sep 01 06:03:58.536 INFO kablam! Sep 01 06:03:58.536 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 01 06:03:58.536 INFO kablam! --> src/main.rs:105:59 Sep 01 06:03:58.536 INFO kablam! | Sep 01 06:03:58.536 INFO kablam! 105 | fn write_result(lines: &[String], matches: &'a ArgMatches<'a>) -> io::Result<()> { Sep 01 06:03:58.536 INFO kablam! | ^^ undeclared lifetime Sep 01 06:03:58.536 INFO kablam! Sep 01 06:03:58.536 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 01 06:03:58.536 INFO kablam! --> src/main.rs:117:45 Sep 01 06:03:58.536 INFO kablam! | Sep 01 06:03:58.536 INFO kablam! 117 | fn sort_closure(a: &str, b: &str, matches: &'a ArgMatches<'a>, filters: &[Filter]) -> Ordering { Sep 01 06:03:58.536 INFO kablam! | ^^ undeclared lifetime Sep 01 06:03:58.536 INFO kablam! Sep 01 06:03:58.536 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 01 06:03:58.536 INFO kablam! --> src/main.rs:117:59 Sep 01 06:03:58.536 INFO kablam! | Sep 01 06:03:58.536 INFO kablam! 117 | fn sort_closure(a: &str, b: &str, matches: &'a ArgMatches<'a>, filters: &[Filter]) -> Ordering { Sep 01 06:03:58.536 INFO kablam! | ^^ undeclared lifetime Sep 01 06:03:58.536 INFO kablam! Sep 01 06:03:58.538 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 01 06:03:58.538 INFO kablam! --> src/main.rs:126:41 Sep 01 06:03:58.538 INFO kablam! | Sep 01 06:03:58.538 INFO kablam! 126 | fn sort(lines: &mut [String], matches: &'a ArgMatches<'a>) { Sep 01 06:03:58.538 INFO kablam! | ^^ undeclared lifetime Sep 01 06:03:58.538 INFO kablam! Sep 01 06:03:58.538 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 01 06:03:58.538 INFO kablam! --> src/main.rs:126:55 Sep 01 06:03:58.538 INFO kablam! | Sep 01 06:03:58.538 INFO kablam! 126 | fn sort(lines: &mut [String], matches: &'a ArgMatches<'a>) { Sep 01 06:03:58.538 INFO kablam! | ^^ undeclared lifetime Sep 01 06:03:58.538 INFO kablam! Sep 01 06:03:58.538 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 01 06:03:58.538 INFO kablam! --> src/main.rs:149:23 Sep 01 06:03:58.538 INFO kablam! | Sep 01 06:03:58.538 INFO kablam! 149 | fn run_sort(matches: &'a ArgMatches<'a>) -> io::Result<()> { Sep 01 06:03:58.538 INFO kablam! | ^^ undeclared lifetime Sep 01 06:03:58.538 INFO kablam! Sep 01 06:03:58.538 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 01 06:03:58.538 INFO kablam! --> src/main.rs:149:37 Sep 01 06:03:58.538 INFO kablam! | Sep 01 06:03:58.538 INFO kablam! 149 | fn run_sort(matches: &'a ArgMatches<'a>) -> io::Result<()> { Sep 01 06:03:58.538 INFO kablam! | ^^ undeclared lifetime Sep 01 06:03:58.538 INFO kablam! Sep 01 06:03:58.542 INFO kablam! error: aborting due to 12 previous errors Sep 01 06:03:58.542 INFO kablam! Sep 01 06:03:58.542 INFO kablam! Some errors occurred: E0261, E0705. Sep 01 06:03:58.542 INFO kablam! For more information about an error, try `rustc --explain E0261`. Sep 01 06:03:58.550 INFO kablam! error: Could not compile `sortpar`. Sep 01 06:03:58.550 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 06:04:08.429 INFO kablam! error: build failed Sep 01 06:04:08.430 INFO kablam! su: No module specific data is present Sep 01 06:04:08.914 INFO running `"docker" "rm" "-f" "fcfe3e7349e95b7d6c10b1ff5f60ebf9accdd199060171b862120fa40d0dfe5d"` Sep 01 06:04:09.011 INFO blam! fcfe3e7349e95b7d6c10b1ff5f60ebf9accdd199060171b862120fa40d0dfe5d