Sep 04 05:54:35.280 INFO checking sortpar-0.1.0 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 05:54:35.280 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 05:54:35.280 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-1/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 05:54:35.522 INFO blam! 47f46b548dcc0827cfab588791776b8da50730a518baa42c7d91dfe61d4b2edc Sep 04 05:54:35.525 INFO running `"docker" "start" "-a" "47f46b548dcc0827cfab588791776b8da50730a518baa42c7d91dfe61d4b2edc"` Sep 04 05:54:36.652 INFO kablam! Compiling escargot v0.3.1 Sep 04 05:54:36.653 INFO kablam! Checking predicates-core v0.9.0 Sep 04 05:54:36.655 INFO kablam! Checking treeline v0.1.0 Sep 04 05:54:36.656 INFO kablam! Checking normalize-line-endings v0.2.2 Sep 04 05:54:36.657 INFO kablam! Checking slurp v1.0.1 Sep 04 05:54:36.657 INFO kablam! Checking natord v1.0.9 Sep 04 05:54:36.660 INFO kablam! Compiling caseless v0.2.1 Sep 04 05:54:36.662 INFO kablam! Checking serde_json v1.0.26 Sep 04 05:54:37.823 INFO kablam! Checking predicates-tree v0.9.0 Sep 04 05:54:37.825 INFO kablam! Checking predicates v0.9.0 Sep 04 05:54:40.276 INFO kablam! Checking sortpar v0.1.0 (file:///source) Sep 04 05:54:40.340 INFO kablam! warning[E0705]: the feature `rust_2018_preview` is included in the Rust 2018 edition Sep 04 05:54:40.340 INFO kablam! --> src/main.rs:1:12 Sep 04 05:54:40.340 INFO kablam! | Sep 04 05:54:40.340 INFO kablam! 1 | #![feature(rust_2018_preview)] Sep 04 05:54:40.340 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 05:54:40.340 INFO kablam! Sep 04 05:54:41.408 INFO kablam! error[E0261]: use of undeclared lifetime name `'s` Sep 04 05:54:41.408 INFO kablam! --> src/filter.rs:24:39 Sep 04 05:54:41.408 INFO kablam! | Sep 04 05:54:41.408 INFO kablam! 24 | pub(crate) fn filter_function(input: &'s str, filters: &[Filter]) -> Cow<'s, str> { Sep 04 05:54:41.408 INFO kablam! | ^^ undeclared lifetime Sep 04 05:54:41.409 INFO kablam! Sep 04 05:54:41.409 INFO kablam! error[E0261]: use of undeclared lifetime name `'s` Sep 04 05:54:41.409 INFO kablam! --> src/filter.rs:24:74 Sep 04 05:54:41.409 INFO kablam! | Sep 04 05:54:41.409 INFO kablam! 24 | pub(crate) fn filter_function(input: &'s str, filters: &[Filter]) -> Cow<'s, str> { Sep 04 05:54:41.409 INFO kablam! | ^^ undeclared lifetime Sep 04 05:54:41.409 INFO kablam! Sep 04 05:54:41.409 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 04 05:54:41.409 INFO kablam! --> src/main.rs:43:28 Sep 04 05:54:41.409 INFO kablam! | Sep 04 05:54:41.409 INFO kablam! 43 | fn get_sort_type(matches: &'a ArgMatches<'a>) -> SortType { Sep 04 05:54:41.409 INFO kablam! | ^^ undeclared lifetime Sep 04 05:54:41.409 INFO kablam! Sep 04 05:54:41.409 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 04 05:54:41.409 INFO kablam! --> src/main.rs:43:42 Sep 04 05:54:41.409 INFO kablam! | Sep 04 05:54:41.409 INFO kablam! 43 | fn get_sort_type(matches: &'a ArgMatches<'a>) -> SortType { Sep 04 05:54:41.409 INFO kablam! | ^^ undeclared lifetime Sep 04 05:54:41.409 INFO kablam! Sep 04 05:54:41.409 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 04 05:54:41.409 INFO kablam! --> src/main.rs:105:45 Sep 04 05:54:41.409 INFO kablam! | Sep 04 05:54:41.410 INFO kablam! 105 | fn write_result(lines: &[String], matches: &'a ArgMatches<'a>) -> io::Result<()> { Sep 04 05:54:41.410 INFO kablam! | ^^ undeclared lifetime Sep 04 05:54:41.410 INFO kablam! Sep 04 05:54:41.410 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 04 05:54:41.410 INFO kablam! --> src/main.rs:105:59 Sep 04 05:54:41.410 INFO kablam! | Sep 04 05:54:41.410 INFO kablam! 105 | fn write_result(lines: &[String], matches: &'a ArgMatches<'a>) -> io::Result<()> { Sep 04 05:54:41.410 INFO kablam! | ^^ undeclared lifetime Sep 04 05:54:41.410 INFO kablam! Sep 04 05:54:41.410 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 04 05:54:41.410 INFO kablam! --> src/main.rs:117:45 Sep 04 05:54:41.410 INFO kablam! | Sep 04 05:54:41.410 INFO kablam! 117 | fn sort_closure(a: &str, b: &str, matches: &'a ArgMatches<'a>, filters: &[Filter]) -> Ordering { Sep 04 05:54:41.410 INFO kablam! | ^^ undeclared lifetime Sep 04 05:54:41.410 INFO kablam! Sep 04 05:54:41.411 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 04 05:54:41.411 INFO kablam! --> src/main.rs:117:59 Sep 04 05:54:41.412 INFO kablam! | Sep 04 05:54:41.412 INFO kablam! 117 | fn sort_closure(a: &str, b: &str, matches: &'a ArgMatches<'a>, filters: &[Filter]) -> Ordering { Sep 04 05:54:41.412 INFO kablam! | ^^ undeclared lifetime Sep 04 05:54:41.412 INFO kablam! Sep 04 05:54:41.412 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 04 05:54:41.412 INFO kablam! --> src/main.rs:126:41 Sep 04 05:54:41.412 INFO kablam! | Sep 04 05:54:41.412 INFO kablam! 126 | fn sort(lines: &mut [String], matches: &'a ArgMatches<'a>) { Sep 04 05:54:41.412 INFO kablam! | ^^ undeclared lifetime Sep 04 05:54:41.412 INFO kablam! Sep 04 05:54:41.412 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 04 05:54:41.412 INFO kablam! --> src/main.rs:126:55 Sep 04 05:54:41.412 INFO kablam! | Sep 04 05:54:41.412 INFO kablam! 126 | fn sort(lines: &mut [String], matches: &'a ArgMatches<'a>) { Sep 04 05:54:41.412 INFO kablam! | ^^ undeclared lifetime Sep 04 05:54:41.412 INFO kablam! Sep 04 05:54:41.412 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 04 05:54:41.412 INFO kablam! --> src/main.rs:149:23 Sep 04 05:54:41.412 INFO kablam! | Sep 04 05:54:41.412 INFO kablam! 149 | fn run_sort(matches: &'a ArgMatches<'a>) -> io::Result<()> { Sep 04 05:54:41.412 INFO kablam! | ^^ undeclared lifetime Sep 04 05:54:41.412 INFO kablam! Sep 04 05:54:41.412 INFO kablam! error[E0261]: use of undeclared lifetime name `'a` Sep 04 05:54:41.412 INFO kablam! --> src/main.rs:149:37 Sep 04 05:54:41.412 INFO kablam! | Sep 04 05:54:41.412 INFO kablam! 149 | fn run_sort(matches: &'a ArgMatches<'a>) -> io::Result<()> { Sep 04 05:54:41.412 INFO kablam! | ^^ undeclared lifetime Sep 04 05:54:41.413 INFO kablam! Sep 04 05:54:41.415 INFO kablam! error: aborting due to 12 previous errors Sep 04 05:54:41.415 INFO kablam! Sep 04 05:54:41.415 INFO kablam! Some errors occurred: E0261, E0705. Sep 04 05:54:41.415 INFO kablam! For more information about an error, try `rustc --explain E0261`. Sep 04 05:54:41.422 INFO kablam! error: Could not compile `sortpar`. Sep 04 05:54:41.422 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 05:54:41.466 INFO kablam! error: build failed Sep 04 05:54:41.468 INFO kablam! su: No module specific data is present Sep 04 05:54:41.895 INFO running `"docker" "rm" "-f" "47f46b548dcc0827cfab588791776b8da50730a518baa42c7d91dfe61d4b2edc"` Sep 04 05:54:42.039 INFO blam! 47f46b548dcc0827cfab588791776b8da50730a518baa42c7d91dfe61d4b2edc