Oct 13 12:44:08.160 INFO checking libchao-0.1.0 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 12:44:08.160 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-0/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 12:44:08.734 INFO blam! 1bc5ab5c3feea9a33809d72917d65ea43604ba1913ff7f8cb888ab5cb1a057d5 Oct 13 12:44:08.735 INFO running `"docker" "start" "-a" "1bc5ab5c3feea9a33809d72917d65ea43604ba1913ff7f8cb888ab5cb1a057d5"` Oct 13 12:44:10.736 INFO kablam! usermod: no changes Oct 13 12:44:10.837 INFO kablam! Checking combine v3.6.0 Oct 13 12:44:32.446 INFO kablam! Checking libchao v0.1.0 (/source) Oct 13 12:44:34.293 INFO kablam! warning: use of deprecated item 'combine::try': try is a reserved keyword in Rust 2018. Use attempt instead. Oct 13 12:44:34.293 INFO kablam! --> src/parser.rs:4:84 Oct 13 12:44:34.293 INFO kablam! | Oct 13 12:44:34.293 INFO kablam! 4 | use combine::{parser, satisfy_map, any, between, choice, eof, many, many1, one_of, try, ParseError, Parser, Stream, optional}; Oct 13 12:44:34.293 INFO kablam! | ^^^ Oct 13 12:44:34.293 INFO kablam! | Oct 13 12:44:34.293 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 12:44:34.293 INFO kablam! Oct 13 12:44:34.293 INFO kablam! warning: use of deprecated item 'combine::try': try is a reserved keyword in Rust 2018. Use attempt instead. Oct 13 12:44:34.293 INFO kablam! --> src/parser.rs:22:13 Oct 13 12:44:34.293 INFO kablam! | Oct 13 12:44:34.293 INFO kablam! 22 | choice((try(binary), try(hex), try(decimal))).skip(spaces()).map(Int) Oct 13 12:44:34.293 INFO kablam! | ^^^ Oct 13 12:44:34.293 INFO kablam! Oct 13 12:44:34.293 INFO kablam! warning: use of deprecated item 'combine::try': try is a reserved keyword in Rust 2018. Use attempt instead. Oct 13 12:44:34.293 INFO kablam! --> src/parser.rs:22:26 Oct 13 12:44:34.293 INFO kablam! | Oct 13 12:44:34.293 INFO kablam! 22 | choice((try(binary), try(hex), try(decimal))).skip(spaces()).map(Int) Oct 13 12:44:34.293 INFO kablam! | ^^^ Oct 13 12:44:34.293 INFO kablam! Oct 13 12:44:34.293 INFO kablam! warning: use of deprecated item 'combine::try': try is a reserved keyword in Rust 2018. Use attempt instead. Oct 13 12:44:34.294 INFO kablam! --> src/parser.rs:22:36 Oct 13 12:44:34.294 INFO kablam! | Oct 13 12:44:34.294 INFO kablam! 22 | choice((try(binary), try(hex), try(decimal))).skip(spaces()).map(Int) Oct 13 12:44:34.294 INFO kablam! | ^^^ Oct 13 12:44:34.294 INFO kablam! Oct 13 12:44:34.294 INFO kablam! warning: use of deprecated item 'combine::try': try is a reserved keyword in Rust 2018. Use attempt instead. Oct 13 12:44:34.294 INFO kablam! --> src/parser.rs:42:6 Oct 13 12:44:34.294 INFO kablam! | Oct 13 12:44:34.294 INFO kablam! 42 | (try(choice((t(), f()))), spaces()).map(|(b, _)| b) Oct 13 12:44:34.294 INFO kablam! | ^^^ Oct 13 12:44:34.294 INFO kablam! Oct 13 12:44:34.294 INFO kablam! warning: use of deprecated item 'combine::try': try is a reserved keyword in Rust 2018. Use attempt instead. Oct 13 12:44:34.294 INFO kablam! --> src/parser.rs:95:26 Oct 13 12:44:34.294 INFO kablam! | Oct 13 12:44:34.294 INFO kablam! 95 | let empty_list = try((c('('), spaces(), c(')'), spaces())).map(|_| Nil); Oct 13 12:44:34.294 INFO kablam! | ^^^ Oct 13 12:44:34.294 INFO kablam! Oct 13 12:44:34.524 INFO kablam! warning: use of deprecated item 'combine::try': try is a reserved keyword in Rust 2018. Use attempt instead. Oct 13 12:44:34.524 INFO kablam! --> src/parser.rs:4:84 Oct 13 12:44:34.525 INFO kablam! | Oct 13 12:44:34.525 INFO kablam! 4 | use combine::{parser, satisfy_map, any, between, choice, eof, many, many1, one_of, try, ParseError, Parser, Stream, optional}; Oct 13 12:44:34.526 INFO kablam! | ^^^ Oct 13 12:44:34.526 INFO kablam! | Oct 13 12:44:34.526 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 12:44:34.526 INFO kablam! Oct 13 12:44:34.533 INFO kablam! warning: use of deprecated item 'combine::try': try is a reserved keyword in Rust 2018. Use attempt instead. Oct 13 12:44:34.533 INFO kablam! --> src/parser.rs:22:13 Oct 13 12:44:34.533 INFO kablam! | Oct 13 12:44:34.533 INFO kablam! 22 | choice((try(binary), try(hex), try(decimal))).skip(spaces()).map(Int) Oct 13 12:44:34.534 INFO kablam! | ^^^ Oct 13 12:44:34.534 INFO kablam! Oct 13 12:44:34.534 INFO kablam! warning: use of deprecated item 'combine::try': try is a reserved keyword in Rust 2018. Use attempt instead. Oct 13 12:44:34.535 INFO kablam! --> src/parser.rs:22:26 Oct 13 12:44:34.535 INFO kablam! | Oct 13 12:44:34.535 INFO kablam! 22 | choice((try(binary), try(hex), try(decimal))).skip(spaces()).map(Int) Oct 13 12:44:34.535 INFO kablam! | ^^^ Oct 13 12:44:34.536 INFO kablam! Oct 13 12:44:34.536 INFO kablam! warning: use of deprecated item 'combine::try': try is a reserved keyword in Rust 2018. Use attempt instead. Oct 13 12:44:34.536 INFO kablam! --> src/parser.rs:22:36 Oct 13 12:44:34.536 INFO kablam! | Oct 13 12:44:34.537 INFO kablam! 22 | choice((try(binary), try(hex), try(decimal))).skip(spaces()).map(Int) Oct 13 12:44:34.537 INFO kablam! | ^^^ Oct 13 12:44:34.537 INFO kablam! Oct 13 12:44:34.538 INFO kablam! warning: use of deprecated item 'combine::try': try is a reserved keyword in Rust 2018. Use attempt instead. Oct 13 12:44:34.538 INFO kablam! --> src/parser.rs:42:6 Oct 13 12:44:34.538 INFO kablam! | Oct 13 12:44:34.538 INFO kablam! 42 | (try(choice((t(), f()))), spaces()).map(|(b, _)| b) Oct 13 12:44:34.539 INFO kablam! | ^^^ Oct 13 12:44:34.539 INFO kablam! Oct 13 12:44:34.539 INFO kablam! warning: use of deprecated item 'combine::try': try is a reserved keyword in Rust 2018. Use attempt instead. Oct 13 12:44:34.540 INFO kablam! --> src/parser.rs:95:26 Oct 13 12:44:34.540 INFO kablam! | Oct 13 12:44:34.540 INFO kablam! 95 | let empty_list = try((c('('), spaces(), c(')'), spaces())).map(|_| Nil); Oct 13 12:44:34.540 INFO kablam! | ^^^ Oct 13 12:44:34.541 INFO kablam! Oct 13 12:44:36.904 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 26.14s Oct 13 12:44:36.905 INFO kablam! su: No module specific data is present Oct 13 12:44:37.874 INFO running `"docker" "rm" "-f" "1bc5ab5c3feea9a33809d72917d65ea43604ba1913ff7f8cb888ab5cb1a057d5"` Oct 13 12:44:38.157 INFO blam! 1bc5ab5c3feea9a33809d72917d65ea43604ba1913ff7f8cb888ab5cb1a057d5