Oct 13 07:13:07.508 INFO checking toml_edit-0.1.3 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 07:13:07.510 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-6/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 07:13:07.841 INFO blam! e98eabf5a79cdcf612f8885cc28cddc87023a34a01f342ad09e751dd0cf881e3 Oct 13 07:13:07.843 INFO running `"docker" "start" "-a" "e98eabf5a79cdcf612f8885cc28cddc87023a34a01f342ad09e751dd0cf881e3"` Oct 13 07:13:08.936 INFO kablam! usermod: no changes Oct 13 07:13:09.020 INFO kablam! Compiling num-traits v0.2.6 Oct 13 07:13:09.020 INFO kablam! Compiling version_check v0.1.5 Oct 13 07:13:09.020 INFO kablam! Compiling num-integer v0.1.39 Oct 13 07:13:09.024 INFO kablam! Compiling ryu v0.2.6 Oct 13 07:13:09.024 INFO kablam! Compiling serde v1.0.79 Oct 13 07:13:09.024 INFO kablam! Checking libc v0.2.43 Oct 13 07:13:09.024 INFO kablam! Checking cfg-if v0.1.5 Oct 13 07:13:09.024 INFO kablam! Checking void v1.0.2 Oct 13 07:13:09.474 INFO kablam! Checking ascii v0.7.1 Oct 13 07:13:09.564 INFO kablam! Checking byteorder v1.2.6 Oct 13 07:13:10.948 INFO kablam! Checking either v1.5.0 Oct 13 07:13:18.033 INFO kablam! Checking linked-hash-map v0.5.1 Oct 13 07:13:18.072 INFO kablam! Checking itoa v0.4.3 Oct 13 07:13:18.133 INFO kablam! Checking unreachable v1.0.0 Oct 13 07:13:18.133 INFO kablam! Checking time v0.1.40 Oct 13 07:13:18.256 INFO kablam! Compiling memchr v2.1.0 Oct 13 07:13:22.568 INFO kablam! Checking combine v3.6.0 Oct 13 07:13:23.260 INFO kablam! Checking chrono v0.4.6 Oct 13 07:13:34.063 INFO kablam! Checking serde_json v1.0.32 Oct 13 07:13:48.084 INFO kablam! Checking toml_edit v0.1.3 (/source) Oct 13 07:13:50.328 INFO kablam! error: unused `#[macro_use]` import Oct 13 07:13:50.329 INFO kablam! --> src/lib.rs:74:1 Oct 13 07:13:50.330 INFO kablam! | Oct 13 07:13:50.331 INFO kablam! 74 | #[macro_use] Oct 13 07:13:50.331 INFO kablam! | ^^^^^^^^^^^^ Oct 13 07:13:50.332 INFO kablam! | Oct 13 07:13:50.332 INFO kablam! note: lint level defined here Oct 13 07:13:50.333 INFO kablam! --> src/lib.rs:2:9 Oct 13 07:13:50.334 INFO kablam! | Oct 13 07:13:50.334 INFO kablam! 2 | #![deny(warnings)] Oct 13 07:13:50.335 INFO kablam! | ^^^^^^^^ Oct 13 07:13:50.336 INFO kablam! = note: #[deny(unused_imports)] implied by #[deny(warnings)] Oct 13 07:13:50.336 INFO kablam! Oct 13 07:13:50.471 INFO kablam! error: use of deprecated item 'combine::try': try is a reserved keyword in Rust 2018. Use attempt instead. Oct 13 07:13:50.472 INFO kablam! --> src/parser/array.rs:63:5 Oct 13 07:13:50.473 INFO kablam! | Oct 13 07:13:50.473 INFO kablam! 63 | try(( Oct 13 07:13:50.474 INFO kablam! | ^^^ Oct 13 07:13:50.475 INFO kablam! | Oct 13 07:13:50.475 INFO kablam! note: lint level defined here Oct 13 07:13:50.476 INFO kablam! --> src/lib.rs:2:9 Oct 13 07:13:50.477 INFO kablam! | Oct 13 07:13:50.477 INFO kablam! 2 | #![deny(warnings)] Oct 13 07:13:50.478 INFO kablam! | ^^^^^^^^ Oct 13 07:13:50.478 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Oct 13 07:13:50.479 INFO kablam! Oct 13 07:13:50.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:50.480 INFO kablam! --> src/parser/array.rs:63:5 Oct 13 07:13:50.481 INFO kablam! | Oct 13 07:13:50.481 INFO kablam! 63 | try(( Oct 13 07:13:50.482 INFO kablam! | ^^^ Oct 13 07:13:50.483 INFO kablam! Oct 13 07:13:50.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:50.483 INFO kablam! --> src/parser/datetime.rs:67:9 Oct 13 07:13:50.483 INFO kablam! | Oct 13 07:13:50.483 INFO kablam! 67 | try((repeat(4, digit()), char('-'))), Oct 13 07:13:50.483 INFO kablam! | ^^^ Oct 13 07:13:50.483 INFO kablam! Oct 13 07:13:50.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:50.483 INFO kablam! --> src/parser/datetime.rs:81:9 Oct 13 07:13:50.483 INFO kablam! | Oct 13 07:13:50.483 INFO kablam! 81 | try(( Oct 13 07:13:50.483 INFO kablam! | ^^^ Oct 13 07:13:50.483 INFO kablam! Oct 13 07:13:50.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:50.483 INFO kablam! --> src/parser/datetime.rs:88:18 Oct 13 07:13:50.483 INFO kablam! | Oct 13 07:13:50.487 INFO kablam! 88 | optional(try(char('.')).and(skip_many1(digit()))), Oct 13 07:13:50.487 INFO kablam! | ^^^ Oct 13 07:13:50.487 INFO kablam! Oct 13 07:13:50.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:50.487 INFO kablam! --> src/parser/datetime.rs:95:5 Oct 13 07:13:50.487 INFO kablam! | Oct 13 07:13:50.487 INFO kablam! 95 | try(char('Z')).map(|_| ()) Oct 13 07:13:50.487 INFO kablam! | ^^^ Oct 13 07:13:50.487 INFO kablam! Oct 13 07:13:50.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:50.487 INFO kablam! --> src/parser/datetime.rs:98:17 Oct 13 07:13:50.487 INFO kablam! | Oct 13 07:13:50.487 INFO kablam! 98 | try(choice([char('+'), char('-')])), Oct 13 07:13:50.487 INFO kablam! | ^^^ Oct 13 07:13:50.487 INFO kablam! Oct 13 07:13:50.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:50.487 INFO kablam! --> src/parser/inline_table.rs:65:9 Oct 13 07:13:50.487 INFO kablam! | Oct 13 07:13:50.487 INFO kablam! 65 | try((ws(), key(), ws())), Oct 13 07:13:50.487 INFO kablam! | ^^^ Oct 13 07:13:50.487 INFO kablam! Oct 13 07:13:50.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:50.487 INFO kablam! --> src/parser/numbers.rs:71:9 Oct 13 07:13:50.487 INFO kablam! | Oct 13 07:13:50.487 INFO kablam! 71 | try((parse_integer(), look_ahead(one_of("eE.".chars())))), Oct 13 07:13:50.487 INFO kablam! | ^^^ Oct 13 07:13:50.487 INFO kablam! Oct 13 07:13:50.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:50.488 INFO kablam! --> src/parser/strings.rs:130:15 Oct 13 07:13:50.488 INFO kablam! | Oct 13 07:13:50.488 INFO kablam! 130 | skip_many(try(( Oct 13 07:13:50.488 INFO kablam! | ^^^ Oct 13 07:13:50.488 INFO kablam! Oct 13 07:13:50.488 INFO kablam! error: use of deprecated item 'combine::try': try is a reserved keyword in Rust 2018. Use attempt instead. Oct 13 07:13:50.488 INFO kablam! --> src/parser/trivia.rs:36:9 Oct 13 07:13:50.488 INFO kablam! | Oct 13 07:13:50.488 INFO kablam! 36 | try(char(COMMENT_START_SYMBOL)), Oct 13 07:13:50.488 INFO kablam! | ^^^ Oct 13 07:13:50.488 INFO kablam! Oct 13 07:13:50.756 INFO kablam! error: unused `#[macro_use]` import Oct 13 07:13:50.756 INFO kablam! --> src/lib.rs:74:1 Oct 13 07:13:50.756 INFO kablam! | Oct 13 07:13:50.756 INFO kablam! 74 | #[macro_use] Oct 13 07:13:50.756 INFO kablam! | ^^^^^^^^^^^^ Oct 13 07:13:50.758 INFO kablam! | Oct 13 07:13:50.758 INFO kablam! note: lint level defined here Oct 13 07:13:50.758 INFO kablam! --> src/lib.rs:2:9 Oct 13 07:13:50.758 INFO kablam! | Oct 13 07:13:50.758 INFO kablam! 2 | #![deny(warnings)] Oct 13 07:13:50.758 INFO kablam! | ^^^^^^^^ Oct 13 07:13:50.758 INFO kablam! = note: #[deny(unused_imports)] implied by #[deny(warnings)] Oct 13 07:13:50.758 INFO kablam! Oct 13 07:13:50.912 INFO kablam! error: use of deprecated item 'combine::try': try is a reserved keyword in Rust 2018. Use attempt instead. Oct 13 07:13:50.913 INFO kablam! --> src/parser/array.rs:63:5 Oct 13 07:13:50.913 INFO kablam! | Oct 13 07:13:50.913 INFO kablam! 63 | try(( Oct 13 07:13:50.913 INFO kablam! | ^^^ Oct 13 07:13:50.913 INFO kablam! | Oct 13 07:13:50.913 INFO kablam! note: lint level defined here Oct 13 07:13:50.913 INFO kablam! --> src/lib.rs:2:9 Oct 13 07:13:50.913 INFO kablam! | Oct 13 07:13:50.913 INFO kablam! 2 | #![deny(warnings)] Oct 13 07:13:50.913 INFO kablam! | ^^^^^^^^ Oct 13 07:13:50.913 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Oct 13 07:13:50.916 INFO kablam! Oct 13 07:13:50.916 INFO kablam! error: use of deprecated item 'combine::try': try is a reserved keyword in Rust 2018. Use attempt instead. Oct 13 07:13:50.916 INFO kablam! --> src/parser/array.rs:63:5 Oct 13 07:13:50.916 INFO kablam! | Oct 13 07:13:50.916 INFO kablam! 63 | try(( Oct 13 07:13:50.916 INFO kablam! | ^^^ Oct 13 07:13:50.916 INFO kablam! Oct 13 07:13:50.916 INFO kablam! error: use of deprecated item 'combine::try': try is a reserved keyword in Rust 2018. Use attempt instead. Oct 13 07:13:50.916 INFO kablam! --> src/parser/datetime.rs:67:9 Oct 13 07:13:50.916 INFO kablam! | Oct 13 07:13:50.916 INFO kablam! 67 | try((repeat(4, digit()), char('-'))), Oct 13 07:13:50.916 INFO kablam! | ^^^ Oct 13 07:13:50.916 INFO kablam! Oct 13 07:13:50.916 INFO kablam! error: use of deprecated item 'combine::try': try is a reserved keyword in Rust 2018. Use attempt instead. Oct 13 07:13:50.916 INFO kablam! --> src/parser/datetime.rs:81:9 Oct 13 07:13:50.916 INFO kablam! | Oct 13 07:13:50.916 INFO kablam! 81 | try(( Oct 13 07:13:50.916 INFO kablam! | ^^^ Oct 13 07:13:50.916 INFO kablam! Oct 13 07:13:50.916 INFO kablam! error: use of deprecated item 'combine::try': try is a reserved keyword in Rust 2018. Use attempt instead. Oct 13 07:13:50.916 INFO kablam! --> src/parser/datetime.rs:88:18 Oct 13 07:13:50.916 INFO kablam! | Oct 13 07:13:50.916 INFO kablam! 88 | optional(try(char('.')).and(skip_many1(digit()))), Oct 13 07:13:50.919 INFO kablam! | ^^^ Oct 13 07:13:50.919 INFO kablam! Oct 13 07:13:50.919 INFO kablam! error: use of deprecated item 'combine::try': try is a reserved keyword in Rust 2018. Use attempt instead. Oct 13 07:13:50.919 INFO kablam! --> src/parser/datetime.rs:95:5 Oct 13 07:13:50.919 INFO kablam! | Oct 13 07:13:50.919 INFO kablam! 95 | try(char('Z')).map(|_| ()) Oct 13 07:13:50.919 INFO kablam! | ^^^ Oct 13 07:13:50.919 INFO kablam! Oct 13 07:13:50.919 INFO kablam! error: use of deprecated item 'combine::try': try is a reserved keyword in Rust 2018. Use attempt instead. Oct 13 07:13:50.919 INFO kablam! --> src/parser/datetime.rs:98:17 Oct 13 07:13:50.919 INFO kablam! | Oct 13 07:13:50.919 INFO kablam! 98 | try(choice([char('+'), char('-')])), Oct 13 07:13:50.919 INFO kablam! | ^^^ Oct 13 07:13:50.919 INFO kablam! Oct 13 07:13:50.919 INFO kablam! error: use of deprecated item 'combine::try': try is a reserved keyword in Rust 2018. Use attempt instead. Oct 13 07:13:50.919 INFO kablam! --> src/parser/inline_table.rs:65:9 Oct 13 07:13:50.919 INFO kablam! | Oct 13 07:13:50.919 INFO kablam! 65 | try((ws(), key(), ws())), Oct 13 07:13:50.919 INFO kablam! | ^^^ Oct 13 07:13:50.919 INFO kablam! Oct 13 07:13:50.919 INFO kablam! error: use of deprecated item 'combine::try': try is a reserved keyword in Rust 2018. Use attempt instead. Oct 13 07:13:50.919 INFO kablam! --> src/parser/numbers.rs:71:9 Oct 13 07:13:50.919 INFO kablam! | Oct 13 07:13:50.919 INFO kablam! 71 | try((parse_integer(), look_ahead(one_of("eE.".chars())))), Oct 13 07:13:50.919 INFO kablam! | ^^^ Oct 13 07:13:50.920 INFO kablam! Oct 13 07:13:50.920 INFO kablam! error: use of deprecated item 'combine::try': try is a reserved keyword in Rust 2018. Use attempt instead. Oct 13 07:13:50.921 INFO kablam! --> src/parser/strings.rs:130:15 Oct 13 07:13:50.921 INFO kablam! | Oct 13 07:13:50.921 INFO kablam! 130 | skip_many(try(( Oct 13 07:13:50.921 INFO kablam! | ^^^ Oct 13 07:13:50.921 INFO kablam! Oct 13 07:13:50.922 INFO kablam! error: use of deprecated item 'combine::try': try is a reserved keyword in Rust 2018. Use attempt instead. Oct 13 07:13:50.922 INFO kablam! --> src/parser/trivia.rs:36:9 Oct 13 07:13:50.922 INFO kablam! | Oct 13 07:13:50.922 INFO kablam! 36 | try(char(COMMENT_START_SYMBOL)), Oct 13 07:13:50.922 INFO kablam! | ^^^ Oct 13 07:13:50.922 INFO kablam! Oct 13 07:13:59.038 INFO kablam! error: aborting due to 12 previous errors Oct 13 07:13:59.039 INFO kablam! Oct 13 07:13:59.046 INFO kablam! error: Could not compile `toml_edit`. Oct 13 07:13:59.046 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 07:13:59.640 INFO kablam! error: aborting due to 12 previous errors Oct 13 07:13:59.640 INFO kablam! Oct 13 07:13:59.651 INFO kablam! error: Could not compile `toml_edit`. Oct 13 07:13:59.651 INFO kablam! Oct 13 07:13:59.651 INFO kablam! To learn more, run the command again with --verbose. Oct 13 07:13:59.653 INFO kablam! su: No module specific data is present Oct 13 07:14:00.983 INFO running `"docker" "rm" "-f" "e98eabf5a79cdcf612f8885cc28cddc87023a34a01f342ad09e751dd0cf881e3"` Oct 13 07:14:01.301 INFO blam! e98eabf5a79cdcf612f8885cc28cddc87023a34a01f342ad09e751dd0cf881e3