Sep 17 18:14:24.370 INFO checking rust-version-0.4.0 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 18:14:24.370 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 18:14:24.370 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-0/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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=1000" "-e" "CMD=cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 18:14:24.635 INFO blam! 5d2f418db4b2ba82d5fcde7f1072638a959304a20be1b46b824e5b856f7fee3c Sep 17 18:14:24.636 INFO running `"docker" "start" "-a" "5d2f418db4b2ba82d5fcde7f1072638a959304a20be1b46b824e5b856f7fee3c"` Sep 17 18:14:26.035 INFO kablam! usermod: no changes Sep 17 18:14:26.384 INFO kablam! Checking endian-type v0.1.2 Sep 17 18:14:26.384 INFO kablam! Checking nibble_vec v0.0.4 Sep 17 18:14:26.388 INFO kablam! Checking app_dirs v1.2.1 Sep 17 18:14:26.399 INFO kablam! Checking reqwest v0.7.3 Sep 17 18:14:26.784 INFO kablam! Checking radix_trie v0.1.3 Sep 17 18:14:28.386 INFO kablam! Checking rust-version v0.4.0 (/source) Sep 17 18:14:29.800 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 17 18:14:29.800 INFO kablam! --> src/commit.rs:1:5 Sep 17 18:14:29.800 INFO kablam! | Sep 17 18:14:29.800 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 17 18:14:29.800 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 17 18:14:29.800 INFO kablam! | Sep 17 18:14:29.800 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 17 18:14:29.800 INFO kablam! Sep 17 18:14:29.830 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 17 18:14:29.830 INFO kablam! --> src/commit.rs:1:5 Sep 17 18:14:29.830 INFO kablam! | Sep 17 18:14:29.830 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 17 18:14:29.830 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 17 18:14:29.830 INFO kablam! | Sep 17 18:14:29.830 INFO kablam! = note: #[warn(deprecated)] on by default Sep 17 18:14:29.831 INFO kablam! Sep 17 18:14:29.936 INFO kablam! error: unused import: `std::ascii::AsciiExt` Sep 17 18:14:29.936 INFO kablam! --> src/commit.rs:1:5 Sep 17 18:14:29.936 INFO kablam! | Sep 17 18:14:29.936 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 17 18:14:29.936 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 17 18:14:29.936 INFO kablam! | Sep 17 18:14:29.936 INFO kablam! note: lint level defined here Sep 17 18:14:29.936 INFO kablam! --> src/lib.rs:3:24 Sep 17 18:14:29.936 INFO kablam! | Sep 17 18:14:29.936 INFO kablam! 3 | #![cfg_attr(test, deny(warnings, missing_docs, missing_debug_implementations))] Sep 17 18:14:29.936 INFO kablam! | ^^^^^^^^ Sep 17 18:14:29.936 INFO kablam! = note: #[deny(unused_imports)] implied by #[deny(warnings)] Sep 17 18:14:29.936 INFO kablam! Sep 17 18:14:29.973 INFO kablam! error: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 17 18:14:29.973 INFO kablam! --> src/commit.rs:1:5 Sep 17 18:14:29.973 INFO kablam! | Sep 17 18:14:29.973 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 17 18:14:29.973 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 17 18:14:29.973 INFO kablam! | Sep 17 18:14:29.973 INFO kablam! note: lint level defined here Sep 17 18:14:29.973 INFO kablam! --> src/lib.rs:3:24 Sep 17 18:14:29.973 INFO kablam! | Sep 17 18:14:29.973 INFO kablam! 3 | #![cfg_attr(test, deny(warnings, missing_docs, missing_debug_implementations))] Sep 17 18:14:29.973 INFO kablam! | ^^^^^^^^ Sep 17 18:14:29.973 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 17 18:14:29.973 INFO kablam! Sep 17 18:14:30.477 INFO kablam! error[E0635]: unknown feature `ascii_ctype` Sep 17 18:14:30.478 INFO kablam! --> src/lib.rs:4:41 Sep 17 18:14:30.478 INFO kablam! | Sep 17 18:14:30.478 INFO kablam! 4 | #![cfg_attr(feature = "commit", feature(ascii_ctype))] Sep 17 18:14:30.478 INFO kablam! | ^^^^^^^^^^^ Sep 17 18:14:30.478 INFO kablam! Sep 17 18:14:30.478 INFO kablam! error[E0635]: unknown feature `catch_expr` Sep 17 18:14:30.478 INFO kablam! --> src/lib.rs:2:12 Sep 17 18:14:30.478 INFO kablam! | Sep 17 18:14:30.478 INFO kablam! 2 | #![feature(catch_expr, stmt_expr_attributes, try_from)] Sep 17 18:14:30.478 INFO kablam! | ^^^^^^^^^^ Sep 17 18:14:30.478 INFO kablam! Sep 17 18:14:30.513 INFO kablam! error: aborting due to 2 previous errors Sep 17 18:14:30.513 INFO kablam! Sep 17 18:14:30.513 INFO kablam! For more information about this error, try `rustc --explain E0635`. Sep 17 18:14:30.526 INFO kablam! error: Could not compile `rust-version`. Sep 17 18:14:30.526 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 18:14:30.566 INFO kablam! error: aborting due to 2 previous errors Sep 17 18:14:30.566 INFO kablam! Sep 17 18:14:30.587 INFO kablam! error: Could not compile `rust-version`. Sep 17 18:14:30.587 INFO kablam! Sep 17 18:14:30.587 INFO kablam! To learn more, run the command again with --verbose. Sep 17 18:14:30.589 INFO kablam! su: No module specific data is present Sep 17 18:14:31.191 INFO running `"docker" "rm" "-f" "5d2f418db4b2ba82d5fcde7f1072638a959304a20be1b46b824e5b856f7fee3c"` Sep 17 18:14:31.248 INFO blam! 5d2f418db4b2ba82d5fcde7f1072638a959304a20be1b46b824e5b856f7fee3c