Oct 13 07:13:09.036 INFO checking toml_edit-0.1.3 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 07:13:09.036 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-3/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 07:13:09.504 INFO blam! 0068b7fed826673ff52e2de4750508966b33d8f02ed2b06564a695a75ff80cde Oct 13 07:13:09.507 INFO running `"docker" "start" "-a" "0068b7fed826673ff52e2de4750508966b33d8f02ed2b06564a695a75ff80cde"` Oct 13 07:13:10.459 INFO kablam! usermod: no changes Oct 13 07:13:10.560 INFO kablam! Compiling version_check v0.1.5 Oct 13 07:13:10.560 INFO kablam! Compiling num-traits v0.2.6 Oct 13 07:13:10.560 INFO kablam! Compiling num-integer v0.1.39 Oct 13 07:13:10.572 INFO kablam! Compiling serde v1.0.79 Oct 13 07:13:10.576 INFO kablam! Checking libc v0.2.43 Oct 13 07:13:10.576 INFO kablam! Compiling ryu v0.2.6 Oct 13 07:13:10.576 INFO kablam! Checking cfg-if v0.1.5 Oct 13 07:13:10.577 INFO kablam! Checking ascii v0.7.1 Oct 13 07:13:10.968 INFO kablam! Checking byteorder v1.2.6 Oct 13 07:13:19.303 INFO kablam! Checking either v1.5.0 Oct 13 07:13:19.313 INFO kablam! Checking itoa v0.4.3 Oct 13 07:13:19.325 INFO kablam! Checking linked-hash-map v0.5.1 Oct 13 07:13:19.325 INFO kablam! Checking unreachable v1.0.0 Oct 13 07:13:19.640 INFO kablam! Checking time v0.1.40 Oct 13 07:13:20.145 INFO kablam! Compiling memchr v2.1.0 Oct 13 07:13:24.817 INFO kablam! Checking combine v3.6.0 Oct 13 07:13:26.934 INFO kablam! Checking chrono v0.4.6 Oct 13 07:13:37.112 INFO kablam! Checking serde_json v1.0.32 Oct 13 07:13:51.926 INFO kablam! Checking toml_edit v0.1.3 (/source) Oct 13 07:13:54.340 INFO kablam! error: unused `#[macro_use]` import Oct 13 07:13:54.341 INFO kablam! --> src/lib.rs:74:1 Oct 13 07:13:54.341 INFO kablam! | Oct 13 07:13:54.341 INFO kablam! 74 | #[macro_use] Oct 13 07:13:54.342 INFO kablam! | ^^^^^^^^^^^^ Oct 13 07:13:54.342 INFO kablam! | Oct 13 07:13:54.342 INFO kablam! note: lint level defined here Oct 13 07:13:54.343 INFO kablam! --> src/lib.rs:2:9 Oct 13 07:13:54.343 INFO kablam! | Oct 13 07:13:54.343 INFO kablam! 2 | #![deny(warnings)] Oct 13 07:13:54.344 INFO kablam! | ^^^^^^^^ Oct 13 07:13:54.344 INFO kablam! = note: #[deny(unused_imports)] implied by #[deny(warnings)] Oct 13 07:13:54.344 INFO kablam! Oct 13 07:13:54.472 INFO kablam! error: use of deprecated item 'combine::try': try is a reserved keyword in Rust 2018. Use attempt instead. Oct 13 07:13:54.473 INFO kablam! --> src/parser/array.rs:63:5 Oct 13 07:13:54.473 INFO kablam! | Oct 13 07:13:54.473 INFO kablam! 63 | try(( Oct 13 07:13:54.474 INFO kablam! | ^^^ Oct 13 07:13:54.474 INFO kablam! | Oct 13 07:13:54.474 INFO kablam! note: lint level defined here Oct 13 07:13:54.475 INFO kablam! --> src/lib.rs:2:9 Oct 13 07:13:54.475 INFO kablam! | Oct 13 07:13:54.475 INFO kablam! 2 | #![deny(warnings)] Oct 13 07:13:54.476 INFO kablam! | ^^^^^^^^ Oct 13 07:13:54.476 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Oct 13 07:13:54.476 INFO kablam! Oct 13 07:13:54.477 INFO kablam! error: use of deprecated item 'combine::try': try is a reserved keyword in Rust 2018. Use attempt instead. Oct 13 07:13:54.477 INFO kablam! --> src/parser/array.rs:63:5 Oct 13 07:13:54.477 INFO kablam! | Oct 13 07:13:54.478 INFO kablam! 63 | try(( Oct 13 07:13:54.478 INFO kablam! | ^^^ Oct 13 07:13:54.478 INFO kablam! Oct 13 07:13:54.479 INFO kablam! error: use of deprecated item 'combine::try': try is a reserved keyword in Rust 2018. Use attempt instead. Oct 13 07:13:54.479 INFO kablam! --> src/parser/datetime.rs:67:9 Oct 13 07:13:54.479 INFO kablam! | Oct 13 07:13:54.480 INFO kablam! 67 | try((repeat(4, digit()), char('-'))), Oct 13 07:13:54.480 INFO kablam! | ^^^ Oct 13 07:13:54.480 INFO kablam! Oct 13 07:13:54.481 INFO kablam! error: use of deprecated item 'combine::try': try is a reserved keyword in Rust 2018. Use attempt instead. Oct 13 07:13:54.481 INFO kablam! --> src/parser/datetime.rs:81:9 Oct 13 07:13:54.481 INFO kablam! | Oct 13 07:13:54.482 INFO kablam! 81 | try(( Oct 13 07:13:54.482 INFO kablam! | ^^^ Oct 13 07:13:54.482 INFO kablam! Oct 13 07:13:54.483 INFO kablam! error: use of deprecated item 'combine::try': try is a reserved keyword in Rust 2018. Use attempt instead. Oct 13 07:13:54.483 INFO kablam! --> src/parser/datetime.rs:88:18 Oct 13 07:13:54.483 INFO kablam! | Oct 13 07:13:54.484 INFO kablam! 88 | optional(try(char('.')).and(skip_many1(digit()))), Oct 13 07:13:54.484 INFO kablam! | ^^^ Oct 13 07:13:54.484 INFO kablam! Oct 13 07:13:54.485 INFO kablam! error: use of deprecated item 'combine::try': try is a reserved keyword in Rust 2018. Use attempt instead. Oct 13 07:13:54.485 INFO kablam! --> src/parser/datetime.rs:95:5 Oct 13 07:13:54.485 INFO kablam! | Oct 13 07:13:54.486 INFO kablam! 95 | try(char('Z')).map(|_| ()) Oct 13 07:13:54.486 INFO kablam! | ^^^ Oct 13 07:13:54.486 INFO kablam! Oct 13 07:13:54.487 INFO kablam! error: use of deprecated item 'combine::try': try is a reserved keyword in Rust 2018. Use attempt instead. Oct 13 07:13:54.487 INFO kablam! --> src/parser/datetime.rs:98:17 Oct 13 07:13:54.487 INFO kablam! | Oct 13 07:13:54.487 INFO kablam! 98 | try(choice([char('+'), char('-')])), Oct 13 07:13:54.487 INFO kablam! | ^^^ Oct 13 07:13:54.488 INFO kablam! Oct 13 07:13:54.488 INFO kablam! error: unused `#[macro_use]` import Oct 13 07:13:54.488 INFO kablam! --> src/lib.rs:74:1 Oct 13 07:13:54.488 INFO kablam! | Oct 13 07:13:54.488 INFO kablam! 74 | #[macro_use] Oct 13 07:13:54.488 INFO kablam! | ^^^^^^^^^^^^ Oct 13 07:13:54.488 INFO kablam! | Oct 13 07:13:54.488 INFO kablam! note: lint level defined here Oct 13 07:13:54.488 INFO kablam! --> src/lib.rs:2:9 Oct 13 07:13:54.488 INFO kablam! | Oct 13 07:13:54.488 INFO kablam! 2 | #![deny(warnings)] Oct 13 07:13:54.488 INFO kablam! | ^^^^^^^^ Oct 13 07:13:54.488 INFO kablam! = note: #[deny(unused_imports)] implied by #[deny(warnings)] Oct 13 07:13:54.488 INFO kablam! Oct 13 07:13:54.489 INFO kablam! error: use of deprecated item 'combine::try': try is a reserved keyword in Rust 2018. Use attempt instead. Oct 13 07:13:54.489 INFO kablam! --> src/parser/inline_table.rs:65:9 Oct 13 07:13:54.489 INFO kablam! | Oct 13 07:13:54.489 INFO kablam! 65 | try((ws(), key(), ws())), Oct 13 07:13:54.489 INFO kablam! | ^^^ Oct 13 07:13:54.489 INFO kablam! Oct 13 07:13:54.490 INFO kablam! error: use of deprecated item 'combine::try': try is a reserved keyword in Rust 2018. Use attempt instead. Oct 13 07:13:54.490 INFO kablam! --> src/parser/numbers.rs:71:9 Oct 13 07:13:54.490 INFO kablam! | Oct 13 07:13:54.490 INFO kablam! 71 | try((parse_integer(), look_ahead(one_of("eE.".chars())))), Oct 13 07:13:54.490 INFO kablam! | ^^^ Oct 13 07:13:54.490 INFO kablam! Oct 13 07:13:54.490 INFO kablam! error: use of deprecated item 'combine::try': try is a reserved keyword in Rust 2018. Use attempt instead. Oct 13 07:13:54.490 INFO kablam! --> src/parser/strings.rs:130:15 Oct 13 07:13:54.490 INFO kablam! | Oct 13 07:13:54.490 INFO kablam! 130 | skip_many(try(( Oct 13 07:13:54.490 INFO kablam! | ^^^ Oct 13 07:13:54.491 INFO kablam! Oct 13 07:13:54.491 INFO kablam! error: use of deprecated item 'combine::try': try is a reserved keyword in Rust 2018. Use attempt instead. Oct 13 07:13:54.491 INFO kablam! --> src/parser/trivia.rs:36:9 Oct 13 07:13:54.491 INFO kablam! | Oct 13 07:13:54.491 INFO kablam! 36 | try(char(COMMENT_START_SYMBOL)), Oct 13 07:13:54.491 INFO kablam! | ^^^ Oct 13 07:13:54.491 INFO kablam! Oct 13 07:13:54.648 INFO kablam! error: use of deprecated item 'combine::try': try is a reserved keyword in Rust 2018. Use attempt instead. Oct 13 07:13:54.648 INFO kablam! --> src/parser/array.rs:63:5 Oct 13 07:13:54.648 INFO kablam! | Oct 13 07:13:54.648 INFO kablam! 63 | try(( Oct 13 07:13:54.648 INFO kablam! | ^^^ Oct 13 07:13:54.648 INFO kablam! | Oct 13 07:13:54.648 INFO kablam! note: lint level defined here Oct 13 07:13:54.652 INFO kablam! --> src/lib.rs:2:9 Oct 13 07:13:54.652 INFO kablam! | Oct 13 07:13:54.652 INFO kablam! 2 | #![deny(warnings)] Oct 13 07:13:54.652 INFO kablam! | ^^^^^^^^ Oct 13 07:13:54.652 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Oct 13 07:13:54.652 INFO kablam! Oct 13 07:13:54.652 INFO kablam! error: use of deprecated item 'combine::try': try is a reserved keyword in Rust 2018. Use attempt instead. Oct 13 07:13:54.652 INFO kablam! --> src/parser/array.rs:63:5 Oct 13 07:13:54.652 INFO kablam! | Oct 13 07:13:54.652 INFO kablam! 63 | try(( Oct 13 07:13:54.652 INFO kablam! | ^^^ Oct 13 07:13:54.652 INFO kablam! Oct 13 07:13:54.652 INFO kablam! error: use of deprecated item 'combine::try': try is a reserved keyword in Rust 2018. Use attempt instead. Oct 13 07:13:54.652 INFO kablam! --> src/parser/datetime.rs:67:9 Oct 13 07:13:54.652 INFO kablam! | Oct 13 07:13:54.652 INFO kablam! 67 | try((repeat(4, digit()), char('-'))), Oct 13 07:13:54.652 INFO kablam! | ^^^ Oct 13 07:13:54.652 INFO kablam! Oct 13 07:13:54.653 INFO kablam! error: use of deprecated item 'combine::try': try is a reserved keyword in Rust 2018. Use attempt instead. Oct 13 07:13:54.653 INFO kablam! --> src/parser/datetime.rs:81:9 Oct 13 07:13:54.653 INFO kablam! | Oct 13 07:13:54.653 INFO kablam! 81 | try(( Oct 13 07:13:54.653 INFO kablam! | ^^^ Oct 13 07:13:54.653 INFO kablam! Oct 13 07:13:54.653 INFO kablam! error: use of deprecated item 'combine::try': try is a reserved keyword in Rust 2018. Use attempt instead. Oct 13 07:13:54.653 INFO kablam! --> src/parser/datetime.rs:88:18 Oct 13 07:13:54.653 INFO kablam! | Oct 13 07:13:54.653 INFO kablam! 88 | optional(try(char('.')).and(skip_many1(digit()))), Oct 13 07:13:54.653 INFO kablam! | ^^^ Oct 13 07:13:54.653 INFO kablam! Oct 13 07:13:54.653 INFO kablam! error: use of deprecated item 'combine::try': try is a reserved keyword in Rust 2018. Use attempt instead. Oct 13 07:13:54.653 INFO kablam! --> src/parser/datetime.rs:95:5 Oct 13 07:13:54.653 INFO kablam! | Oct 13 07:13:54.653 INFO kablam! 95 | try(char('Z')).map(|_| ()) Oct 13 07:13:54.653 INFO kablam! | ^^^ Oct 13 07:13:54.653 INFO kablam! Oct 13 07:13:54.653 INFO kablam! error: use of deprecated item 'combine::try': try is a reserved keyword in Rust 2018. Use attempt instead. Oct 13 07:13:54.653 INFO kablam! --> src/parser/datetime.rs:98:17 Oct 13 07:13:54.653 INFO kablam! | Oct 13 07:13:54.653 INFO kablam! 98 | try(choice([char('+'), char('-')])), Oct 13 07:13:54.653 INFO kablam! | ^^^ Oct 13 07:13:54.653 INFO kablam! Oct 13 07:13:54.653 INFO kablam! error: use of deprecated item 'combine::try': try is a reserved keyword in Rust 2018. Use attempt instead. Oct 13 07:13:54.653 INFO kablam! --> src/parser/inline_table.rs:65:9 Oct 13 07:13:54.653 INFO kablam! | Oct 13 07:13:54.653 INFO kablam! 65 | try((ws(), key(), ws())), Oct 13 07:13:54.653 INFO kablam! | ^^^ Oct 13 07:13:54.653 INFO kablam! Oct 13 07:13:54.653 INFO kablam! error: use of deprecated item 'combine::try': try is a reserved keyword in Rust 2018. Use attempt instead. Oct 13 07:13:54.653 INFO kablam! --> src/parser/numbers.rs:71:9 Oct 13 07:13:54.653 INFO kablam! | Oct 13 07:13:54.653 INFO kablam! 71 | try((parse_integer(), look_ahead(one_of("eE.".chars())))), Oct 13 07:13:54.653 INFO kablam! | ^^^ Oct 13 07:13:54.653 INFO kablam! Oct 13 07:13:54.653 INFO kablam! error: use of deprecated item 'combine::try': try is a reserved keyword in Rust 2018. Use attempt instead. Oct 13 07:13:54.653 INFO kablam! --> src/parser/strings.rs:130:15 Oct 13 07:13:54.653 INFO kablam! | Oct 13 07:13:54.653 INFO kablam! 130 | skip_many(try(( Oct 13 07:13:54.653 INFO kablam! | ^^^ Oct 13 07:13:54.653 INFO kablam! Oct 13 07:13:54.653 INFO kablam! error: use of deprecated item 'combine::try': try is a reserved keyword in Rust 2018. Use attempt instead. Oct 13 07:13:54.653 INFO kablam! --> src/parser/trivia.rs:36:9 Oct 13 07:13:54.653 INFO kablam! | Oct 13 07:13:54.653 INFO kablam! 36 | try(char(COMMENT_START_SYMBOL)), Oct 13 07:13:54.653 INFO kablam! | ^^^ Oct 13 07:13:54.653 INFO kablam! Oct 13 07:14:03.232 INFO kablam! error: aborting due to 12 previous errors Oct 13 07:14:03.232 INFO kablam! Oct 13 07:14:03.248 INFO kablam! error: Could not compile `toml_edit`. Oct 13 07:14:03.248 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 07:14:03.680 INFO kablam! error: aborting due to 12 previous errors Oct 13 07:14:03.680 INFO kablam! Oct 13 07:14:03.692 INFO kablam! error: Could not compile `toml_edit`. Oct 13 07:14:03.693 INFO kablam! Oct 13 07:14:03.693 INFO kablam! To learn more, run the command again with --verbose. Oct 13 07:14:03.694 INFO kablam! su: No module specific data is present Oct 13 07:14:04.360 INFO running `"docker" "rm" "-f" "0068b7fed826673ff52e2de4750508966b33d8f02ed2b06564a695a75ff80cde"` Oct 13 07:14:04.592 INFO blam! 0068b7fed826673ff52e2de4750508966b33d8f02ed2b06564a695a75ff80cde