Oct 13 16:41:09.212 INFO checking combine-language-3.0.1 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 16:41:09.214 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-2/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +4021bd0b3c5815b087d6db10ce461e7e4854ade7-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 16:41:09.643 INFO blam! 473584e40aa49f30b72d227430a6661dcc5d6b3742bc189f8546604a60e25cdf Oct 13 16:41:09.645 INFO running `"docker" "start" "-a" "473584e40aa49f30b72d227430a6661dcc5d6b3742bc189f8546604a60e25cdf"` Oct 13 16:41:10.682 INFO kablam! usermod: no changes Oct 13 16:41:10.780 INFO kablam! Compiling combine-language v3.0.1 (/source) Oct 13 16:41:13.173 INFO kablam! warning: use of deprecated item 'combine::try': try is a reserved keyword in Rust 2018. Use attempt instead. Oct 13 16:41:13.173 INFO kablam! --> src/lib.rs:48:44 Oct 13 16:41:13.173 INFO kablam! | Oct 13 16:41:13.173 INFO kablam! 48 | satisfy, skip_many, skip_many1, token, try, unexpected, ConsumedResult, ParseError, Oct 13 16:41:13.173 INFO kablam! | ^^^ Oct 13 16:41:13.173 INFO kablam! | Oct 13 16:41:13.173 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 16:41:13.173 INFO kablam! Oct 13 16:41:13.173 INFO kablam! warning: use of deprecated item 'combine::try': try is a reserved keyword in Rust 2018. Use attempt instead. Oct 13 16:41:13.173 INFO kablam! --> src/lib.rs:143:14 Oct 13 16:41:13.173 INFO kablam! | Oct 13 16:41:13.173 INFO kablam! 143 | &mut try(comment_line) Oct 13 16:41:13.173 INFO kablam! | ^^^ Oct 13 16:41:13.173 INFO kablam! Oct 13 16:41:13.173 INFO kablam! warning: use of deprecated item 'combine::try': try is a reserved keyword in Rust 2018. Use attempt instead. Oct 13 16:41:13.173 INFO kablam! --> src/lib.rs:147:38 Oct 13 16:41:13.173 INFO kablam! | Oct 13 16:41:13.173 INFO kablam! 147 | let (_, mut consumed) = try!(try(&mut comment_start).parse_lazy(input).into()); Oct 13 16:41:13.173 INFO kablam! | ^^^ Oct 13 16:41:13.173 INFO kablam! Oct 13 16:41:13.173 INFO kablam! warning: use of deprecated item 'combine::try': try is a reserved keyword in Rust 2018. Use attempt instead. Oct 13 16:41:13.173 INFO kablam! --> src/lib.rs:149:40 Oct 13 16:41:13.173 INFO kablam! | Oct 13 16:41:13.173 INFO kablam! 149 | match consumed.combine(|_| try(&mut comment_end).parse_lazy(input).into()) { Oct 13 16:41:13.173 INFO kablam! | ^^^ Oct 13 16:41:13.173 INFO kablam! Oct 13 16:41:13.173 INFO kablam! warning: use of deprecated item 'combine::try': try is a reserved keyword in Rust 2018. Use attempt instead. Oct 13 16:41:13.173 INFO kablam! --> src/lib.rs:451:30 Oct 13 16:41:13.173 INFO kablam! | Oct 13 16:41:13.173 INFO kablam! 451 | parser: self.lex(try(string(name).skip(not_followed_by(ident_letter)))), Oct 13 16:41:13.173 INFO kablam! | ^^^ Oct 13 16:41:13.173 INFO kablam! Oct 13 16:41:13.173 INFO kablam! warning: use of deprecated item 'combine::try': try is a reserved keyword in Rust 2018. Use attempt instead. Oct 13 16:41:13.173 INFO kablam! --> src/lib.rs:544:30 Oct 13 16:41:13.173 INFO kablam! | Oct 13 16:41:13.173 INFO kablam! 544 | parser: self.lex(try(string(name).skip(not_followed_by(op_letter)))), Oct 13 16:41:13.173 INFO kablam! | ^^^ Oct 13 16:41:13.173 INFO kablam! Oct 13 16:41:13.396 INFO kablam! warning: use of deprecated item 'combine::try': try is a reserved keyword in Rust 2018. Use attempt instead. Oct 13 16:41:13.396 INFO kablam! --> src/lib.rs:48:44 Oct 13 16:41:13.396 INFO kablam! | Oct 13 16:41:13.396 INFO kablam! 48 | satisfy, skip_many, skip_many1, token, try, unexpected, ConsumedResult, ParseError, Oct 13 16:41:13.396 INFO kablam! | ^^^ Oct 13 16:41:13.396 INFO kablam! | Oct 13 16:41:13.396 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 16:41:13.396 INFO kablam! Oct 13 16:41:13.396 INFO kablam! warning: use of deprecated item 'combine::try': try is a reserved keyword in Rust 2018. Use attempt instead. Oct 13 16:41:13.396 INFO kablam! --> src/lib.rs:143:14 Oct 13 16:41:13.396 INFO kablam! | Oct 13 16:41:13.396 INFO kablam! 143 | &mut try(comment_line) Oct 13 16:41:13.396 INFO kablam! | ^^^ Oct 13 16:41:13.397 INFO kablam! Oct 13 16:41:13.397 INFO kablam! warning: use of deprecated item 'combine::try': try is a reserved keyword in Rust 2018. Use attempt instead. Oct 13 16:41:13.397 INFO kablam! --> src/lib.rs:147:38 Oct 13 16:41:13.397 INFO kablam! | Oct 13 16:41:13.397 INFO kablam! 147 | let (_, mut consumed) = try!(try(&mut comment_start).parse_lazy(input).into()); Oct 13 16:41:13.397 INFO kablam! | ^^^ Oct 13 16:41:13.397 INFO kablam! Oct 13 16:41:13.397 INFO kablam! warning: use of deprecated item 'combine::try': try is a reserved keyword in Rust 2018. Use attempt instead. Oct 13 16:41:13.397 INFO kablam! --> src/lib.rs:149:40 Oct 13 16:41:13.397 INFO kablam! | Oct 13 16:41:13.397 INFO kablam! 149 | match consumed.combine(|_| try(&mut comment_end).parse_lazy(input).into()) { Oct 13 16:41:13.397 INFO kablam! | ^^^ Oct 13 16:41:13.397 INFO kablam! Oct 13 16:41:13.397 INFO kablam! warning: use of deprecated item 'combine::try': try is a reserved keyword in Rust 2018. Use attempt instead. Oct 13 16:41:13.397 INFO kablam! --> src/lib.rs:451:30 Oct 13 16:41:13.397 INFO kablam! | Oct 13 16:41:13.397 INFO kablam! 451 | parser: self.lex(try(string(name).skip(not_followed_by(ident_letter)))), Oct 13 16:41:13.397 INFO kablam! | ^^^ Oct 13 16:41:13.397 INFO kablam! Oct 13 16:41:13.397 INFO kablam! warning: use of deprecated item 'combine::try': try is a reserved keyword in Rust 2018. Use attempt instead. Oct 13 16:41:13.397 INFO kablam! --> src/lib.rs:544:30 Oct 13 16:41:13.397 INFO kablam! | Oct 13 16:41:13.397 INFO kablam! 544 | parser: self.lex(try(string(name).skip(not_followed_by(op_letter)))), Oct 13 16:41:13.397 INFO kablam! | ^^^ Oct 13 16:41:13.397 INFO kablam! Oct 13 16:41:16.162 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.45s Oct 13 16:41:16.166 INFO kablam! su: No module specific data is present Oct 13 16:41:16.560 INFO running `"docker" "rm" "-f" "473584e40aa49f30b72d227430a6661dcc5d6b3742bc189f8546604a60e25cdf"` Oct 13 16:41:16.719 INFO blam! 473584e40aa49f30b72d227430a6661dcc5d6b3742bc189f8546604a60e25cdf