Sep 01 06:03:51.427 INFO checking sortpar-0.1.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 06:03:51.427 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 06:03:51.427 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/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 06:03:51.610 INFO blam! 9a5b904e7f0b10573b0ea763cec2228f986d43c369c7a18f6488d5139f00ec7a Sep 01 06:03:51.612 INFO running `"docker" "start" "-a" "9a5b904e7f0b10573b0ea763cec2228f986d43c369c7a18f6488d5139f00ec7a"` Sep 01 06:03:52.463 INFO kablam! Checking normalize-line-endings v0.2.2 Sep 01 06:03:52.464 INFO kablam! Checking predicates-core v0.9.0 Sep 01 06:03:52.464 INFO kablam! Checking treeline v0.1.0 Sep 01 06:03:52.466 INFO kablam! Checking slurp v1.0.1 Sep 01 06:03:52.468 INFO kablam! Checking natord v1.0.9 Sep 01 06:03:52.469 INFO kablam! Checking version-compare v0.0.6 Sep 01 06:03:52.473 INFO kablam! Checking float-cmp v0.4.0 Sep 01 06:03:52.473 INFO kablam! Compiling caseless v0.2.1 Sep 01 06:03:53.517 INFO kablam! Checking serde_json v1.0.26 Sep 01 06:03:53.755 INFO kablam! Checking predicates v0.9.0 Sep 01 06:03:53.757 INFO kablam! Checking predicates-tree v0.9.0 Sep 01 06:03:56.548 INFO kablam! Checking sortpar v0.1.0 (file:///source) Sep 01 06:03:56.589 INFO kablam! warning[E0705]: the feature `rust_2018_preview` is included in the Rust 2018 edition Sep 01 06:03:56.589 INFO kablam! --> src/main.rs:1:12 Sep 01 06:03:56.589 INFO kablam! | Sep 01 06:03:56.589 INFO kablam! 1 | #![feature(rust_2018_preview)] Sep 01 06:03:56.590 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 01 06:03:56.590 INFO kablam! Sep 01 06:03:57.747 INFO kablam! error[E0261]: use of undeclared lifetime name `'s` Sep 01 06:03:57.747 INFO kablam! --> src/filter.rs:24:39 Sep 01 06:03:57.747 INFO kablam! | Sep 01 06:03:57.747 INFO kablam! 24 | pub(crate) fn filter_function(input: &'s str, filters: &[Filter]) -> Cow<'s, str> { Sep 01 06:03:57.747 INFO kablam! | ^^ undeclared lifetime Sep 01 06:03:57.747 INFO kablam! Sep 01 06:03:57.748 INFO kablam! error[E0261]: use of undeclared lifetime name `'s` Sep 01 06:03:57.748 INFO kablam! --> src/filter.rs:24:74 Sep 01 06:03:57.748 INFO kablam! | Sep 01 06:03:57.748 INFO kablam! 24 | pub(crate) fn filter_function(input: &'s str, filters: &[Filter]) -> Cow<'s, str> { Sep 01 06:03:57.748 INFO kablam! | ^^ undeclared lifetime Sep 01 06:03:57.748 INFO kablam! Sep 01 06:03:57.749 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 01 06:03:57.749 INFO kablam! --> src/main.rs:43:28 Sep 01 06:03:57.749 INFO kablam! | Sep 01 06:03:57.749 INFO kablam! 43 | fn get_sort_type(matches: &'a ArgMatches<'a>) -> SortType { Sep 01 06:03:57.749 INFO kablam! | ^^ undeclared lifetime Sep 01 06:03:57.749 INFO kablam! Sep 01 06:03:57.750 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 01 06:03:57.750 INFO kablam! --> src/main.rs:43:42 Sep 01 06:03:57.750 INFO kablam! | Sep 01 06:03:57.750 INFO kablam! 43 | fn get_sort_type(matches: &'a ArgMatches<'a>) -> SortType { Sep 01 06:03:57.750 INFO kablam! | ^^ undeclared lifetime Sep 01 06:03:57.750 INFO kablam! Sep 01 06:03:57.751 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 01 06:03:57.751 INFO kablam! --> src/main.rs:105:45 Sep 01 06:03:57.751 INFO kablam! | Sep 01 06:03:57.751 INFO kablam! 105 | fn write_result(lines: &[String], matches: &'a ArgMatches<'a>) -> io::Result<()> { Sep 01 06:03:57.751 INFO kablam! | ^^ undeclared lifetime Sep 01 06:03:57.751 INFO kablam! Sep 01 06:03:57.752 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 01 06:03:57.752 INFO kablam! --> src/main.rs:105:59 Sep 01 06:03:57.752 INFO kablam! | Sep 01 06:03:57.752 INFO kablam! 105 | fn write_result(lines: &[String], matches: &'a ArgMatches<'a>) -> io::Result<()> { Sep 01 06:03:57.752 INFO kablam! | ^^ undeclared lifetime Sep 01 06:03:57.752 INFO kablam! Sep 01 06:03:57.753 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 01 06:03:57.753 INFO kablam! --> src/main.rs:117:45 Sep 01 06:03:57.753 INFO kablam! | Sep 01 06:03:57.753 INFO kablam! 117 | fn sort_closure(a: &str, b: &str, matches: &'a ArgMatches<'a>, filters: &[Filter]) -> Ordering { Sep 01 06:03:57.753 INFO kablam! | ^^ undeclared lifetime Sep 01 06:03:57.753 INFO kablam! Sep 01 06:03:57.754 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 01 06:03:57.754 INFO kablam! --> src/main.rs:117:59 Sep 01 06:03:57.754 INFO kablam! | Sep 01 06:03:57.754 INFO kablam! 117 | fn sort_closure(a: &str, b: &str, matches: &'a ArgMatches<'a>, filters: &[Filter]) -> Ordering { Sep 01 06:03:57.754 INFO kablam! | ^^ undeclared lifetime Sep 01 06:03:57.754 INFO kablam! Sep 01 06:03:57.755 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 01 06:03:57.755 INFO kablam! --> src/main.rs:126:41 Sep 01 06:03:57.755 INFO kablam! | Sep 01 06:03:57.755 INFO kablam! 126 | fn sort(lines: &mut [String], matches: &'a ArgMatches<'a>) { Sep 01 06:03:57.755 INFO kablam! | ^^ undeclared lifetime Sep 01 06:03:57.755 INFO kablam! Sep 01 06:03:57.756 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 01 06:03:57.756 INFO kablam! --> src/main.rs:126:55 Sep 01 06:03:57.756 INFO kablam! | Sep 01 06:03:57.756 INFO kablam! 126 | fn sort(lines: &mut [String], matches: &'a ArgMatches<'a>) { Sep 01 06:03:57.756 INFO kablam! | ^^ undeclared lifetime Sep 01 06:03:57.756 INFO kablam! Sep 01 06:03:57.757 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 01 06:03:57.757 INFO kablam! --> src/main.rs:149:23 Sep 01 06:03:57.757 INFO kablam! | Sep 01 06:03:57.757 INFO kablam! 149 | fn run_sort(matches: &'a ArgMatches<'a>) -> io::Result<()> { Sep 01 06:03:57.757 INFO kablam! | ^^ undeclared lifetime Sep 01 06:03:57.757 INFO kablam! Sep 01 06:03:57.758 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 01 06:03:57.758 INFO kablam! --> src/main.rs:149:37 Sep 01 06:03:57.758 INFO kablam! | Sep 01 06:03:57.758 INFO kablam! 149 | fn run_sort(matches: &'a ArgMatches<'a>) -> io::Result<()> { Sep 01 06:03:57.758 INFO kablam! | ^^ undeclared lifetime Sep 01 06:03:57.758 INFO kablam! Sep 01 06:03:57.766 INFO kablam! error: aborting due to 12 previous errors Sep 01 06:03:57.766 INFO kablam! Sep 01 06:03:57.767 INFO kablam! Some errors occurred: E0261, E0705. Sep 01 06:03:57.767 INFO kablam! For more information about an error, try `rustc --explain E0261`. Sep 01 06:03:57.775 INFO kablam! error: Could not compile `sortpar`. Sep 01 06:03:57.775 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 06:03:58.127 INFO kablam! error: build failed Sep 01 06:03:58.129 INFO kablam! su: No module specific data is present Sep 01 06:03:58.599 INFO running `"docker" "rm" "-f" "9a5b904e7f0b10573b0ea763cec2228f986d43c369c7a18f6488d5139f00ec7a"` Sep 01 06:03:58.686 INFO blam! 9a5b904e7f0b10573b0ea763cec2228f986d43c369c7a18f6488d5139f00ec7a