Sep 06 00:50:37.599 INFO checking rust-version-0.4.0 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 00:50:37.599 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 00:50:37.599 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-7/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 00:50:37.776 INFO blam! bb1ebd08df0bc8f4ad49a0e170437426660a1b60344a538c4b4c59096994d6ea Sep 06 00:50:37.776 INFO running `"docker" "start" "-a" "bb1ebd08df0bc8f4ad49a0e170437426660a1b60344a538c4b4c59096994d6ea"` Sep 06 00:50:38.674 INFO kablam! usermod: no changes Sep 06 00:50:38.963 INFO kablam! Checking app_dirs v1.2.1 Sep 06 00:50:38.966 INFO kablam! Checking reqwest v0.7.3 Sep 06 00:50:40.802 INFO kablam! Checking rust-version v0.4.0 (file:///source) Sep 06 00:50:42.038 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 06 00:50:42.038 INFO kablam! --> src/commit.rs:1:5 Sep 06 00:50:42.038 INFO kablam! | Sep 06 00:50:42.038 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 06 00:50:42.038 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 06 00:50:42.038 INFO kablam! | Sep 06 00:50:42.038 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 00:50:42.038 INFO kablam! Sep 06 00:50:42.066 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 06 00:50:42.066 INFO kablam! --> src/commit.rs:1:5 Sep 06 00:50:42.066 INFO kablam! | Sep 06 00:50:42.066 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 06 00:50:42.066 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 06 00:50:42.066 INFO kablam! | Sep 06 00:50:42.066 INFO kablam! = note: #[warn(deprecated)] on by default Sep 06 00:50:42.066 INFO kablam! Sep 06 00:50:42.210 INFO kablam! error: unused import: `std::ascii::AsciiExt` Sep 06 00:50:42.210 INFO kablam! --> src/commit.rs:1:5 Sep 06 00:50:42.210 INFO kablam! | Sep 06 00:50:42.210 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 06 00:50:42.211 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 06 00:50:42.211 INFO kablam! | Sep 06 00:50:42.211 INFO kablam! note: lint level defined here Sep 06 00:50:42.211 INFO kablam! --> src/lib.rs:3:24 Sep 06 00:50:42.211 INFO kablam! | Sep 06 00:50:42.211 INFO kablam! 3 | #![cfg_attr(test, deny(warnings, missing_docs, missing_debug_implementations))] Sep 06 00:50:42.211 INFO kablam! | ^^^^^^^^ Sep 06 00:50:42.211 INFO kablam! = note: #[deny(unused_imports)] implied by #[deny(warnings)] Sep 06 00:50:42.211 INFO kablam! Sep 06 00:50:42.262 INFO kablam! error: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 06 00:50:42.262 INFO kablam! --> src/commit.rs:1:5 Sep 06 00:50:42.262 INFO kablam! | Sep 06 00:50:42.262 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 06 00:50:42.262 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 06 00:50:42.262 INFO kablam! | Sep 06 00:50:42.262 INFO kablam! note: lint level defined here Sep 06 00:50:42.262 INFO kablam! --> src/lib.rs:3:24 Sep 06 00:50:42.262 INFO kablam! | Sep 06 00:50:42.262 INFO kablam! 3 | #![cfg_attr(test, deny(warnings, missing_docs, missing_debug_implementations))] Sep 06 00:50:42.262 INFO kablam! | ^^^^^^^^ Sep 06 00:50:42.262 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 06 00:50:42.262 INFO kablam! Sep 06 00:50:42.792 INFO kablam! error[E0635]: unknown feature `ascii_ctype` Sep 06 00:50:42.792 INFO kablam! --> src/lib.rs:4:41 Sep 06 00:50:42.792 INFO kablam! | Sep 06 00:50:42.792 INFO kablam! 4 | #![cfg_attr(feature = "commit", feature(ascii_ctype))] Sep 06 00:50:42.792 INFO kablam! | ^^^^^^^^^^^ Sep 06 00:50:42.792 INFO kablam! Sep 06 00:50:42.792 INFO kablam! error[E0635]: unknown feature `catch_expr` Sep 06 00:50:42.792 INFO kablam! --> src/lib.rs:2:12 Sep 06 00:50:42.792 INFO kablam! | Sep 06 00:50:42.792 INFO kablam! 2 | #![feature(catch_expr, stmt_expr_attributes, try_from)] Sep 06 00:50:42.792 INFO kablam! | ^^^^^^^^^^ Sep 06 00:50:42.792 INFO kablam! Sep 06 00:50:42.825 INFO kablam! error: aborting due to 2 previous errors Sep 06 00:50:42.825 INFO kablam! Sep 06 00:50:42.825 INFO kablam! For more information about this error, try `rustc --explain E0635`. Sep 06 00:50:42.836 INFO kablam! error: Could not compile `rust-version`. Sep 06 00:50:42.836 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 00:50:42.985 INFO kablam! error: aborting due to 2 previous errors Sep 06 00:50:42.985 INFO kablam! Sep 06 00:50:43.006 INFO kablam! error: Could not compile `rust-version`. Sep 06 00:50:43.006 INFO kablam! Sep 06 00:50:43.006 INFO kablam! To learn more, run the command again with --verbose. Sep 06 00:50:43.008 INFO kablam! su: No module specific data is present Sep 06 00:50:43.548 INFO running `"docker" "rm" "-f" "bb1ebd08df0bc8f4ad49a0e170437426660a1b60344a538c4b4c59096994d6ea"` Sep 06 00:50:43.604 INFO blam! bb1ebd08df0bc8f4ad49a0e170437426660a1b60344a538c4b4c59096994d6ea