Sep 04 08:01:37.492 INFO checking rust-version-0.4.0 against try#5fe695a3844714c70e8f7731a553f7947987a68a for pr-53913 Sep 04 08:01:37.492 INFO running: cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets Sep 04 08:01:37.492 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53913/try#5fe695a3844714c70e8f7731a553f7947987a68a:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-3/try#5fe695a3844714c70e8f7731a553f7947987a68a:/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=500" "-e" "CMD=cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 08:01:37.642 INFO blam! 3114fdbcab214398e7e72618e18de4d9cbe71ce019b08caf69c93ff9ace3b3a3 Sep 04 08:01:37.643 INFO running `"docker" "start" "-a" "3114fdbcab214398e7e72618e18de4d9cbe71ce019b08caf69c93ff9ace3b3a3"` Sep 04 08:01:38.473 INFO kablam! Checking rust-version v0.4.0 (file:///source) Sep 04 08:01:41.893 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 04 08:01:41.893 INFO kablam! --> src/commit.rs:1:5 Sep 04 08:01:41.893 INFO kablam! | Sep 04 08:01:41.893 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 04 08:01:41.893 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 08:01:41.893 INFO kablam! | Sep 04 08:01:41.893 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 08:01:41.893 INFO kablam! Sep 04 08:01:41.933 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 04 08:01:41.933 INFO kablam! --> src/commit.rs:1:5 Sep 04 08:01:41.933 INFO kablam! | Sep 04 08:01:41.933 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 04 08:01:41.933 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 08:01:41.933 INFO kablam! | Sep 04 08:01:41.933 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 08:01:41.933 INFO kablam! Sep 04 08:01:42.056 INFO kablam! error: unused import: `std::ascii::AsciiExt` Sep 04 08:01:42.056 INFO kablam! --> src/commit.rs:1:5 Sep 04 08:01:42.056 INFO kablam! | Sep 04 08:01:42.056 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 04 08:01:42.056 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 08:01:42.056 INFO kablam! | Sep 04 08:01:42.056 INFO kablam! note: lint level defined here Sep 04 08:01:42.056 INFO kablam! --> src/lib.rs:3:24 Sep 04 08:01:42.056 INFO kablam! | Sep 04 08:01:42.057 INFO kablam! 3 | #![cfg_attr(test, deny(warnings, missing_docs, missing_debug_implementations))] Sep 04 08:01:42.057 INFO kablam! | ^^^^^^^^ Sep 04 08:01:42.057 INFO kablam! = note: #[deny(unused_imports)] implied by #[deny(warnings)] Sep 04 08:01:42.057 INFO kablam! Sep 04 08:01:42.163 INFO kablam! error: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 04 08:01:42.163 INFO kablam! --> src/commit.rs:1:5 Sep 04 08:01:42.163 INFO kablam! | Sep 04 08:01:42.163 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 04 08:01:42.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 08:01:42.163 INFO kablam! | Sep 04 08:01:42.163 INFO kablam! note: lint level defined here Sep 04 08:01:42.163 INFO kablam! --> src/lib.rs:3:24 Sep 04 08:01:42.163 INFO kablam! | Sep 04 08:01:42.163 INFO kablam! 3 | #![cfg_attr(test, deny(warnings, missing_docs, missing_debug_implementations))] Sep 04 08:01:42.163 INFO kablam! | ^^^^^^^^ Sep 04 08:01:42.163 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 04 08:01:42.163 INFO kablam! Sep 04 08:01:43.425 INFO kablam! error: aborting due to 2 previous errors Sep 04 08:01:43.425 INFO kablam! Sep 04 08:01:43.425 INFO kablam! error[E0635]: unknown feature `ascii_ctype` Sep 04 08:01:43.425 INFO kablam! --> src/lib.rs:4:41 Sep 04 08:01:43.426 INFO kablam! | Sep 04 08:01:43.426 INFO kablam! 4 | #![cfg_attr(feature = "commit", feature(ascii_ctype))] Sep 04 08:01:43.426 INFO kablam! | ^^^^^^^^^^^ Sep 04 08:01:43.426 INFO kablam! Sep 04 08:01:43.426 INFO kablam! error[E0635]: unknown feature `catch_expr` Sep 04 08:01:43.426 INFO kablam! --> src/lib.rs:2:12 Sep 04 08:01:43.426 INFO kablam! | Sep 04 08:01:43.426 INFO kablam! 2 | #![feature(catch_expr, stmt_expr_attributes, try_from)] Sep 04 08:01:43.426 INFO kablam! | ^^^^^^^^^^ Sep 04 08:01:43.426 INFO kablam! Sep 04 08:01:43.435 INFO kablam! error: Could not compile `rust-version`. Sep 04 08:01:43.436 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 08:01:43.466 INFO kablam! error: aborting due to 2 previous errors Sep 04 08:01:43.466 INFO kablam! Sep 04 08:01:43.466 INFO kablam! For more information about this error, try `rustc --explain E0635`. Sep 04 08:01:43.485 INFO kablam! error: Could not compile `rust-version`. Sep 04 08:01:43.485 INFO kablam! Sep 04 08:01:43.485 INFO kablam! To learn more, run the command again with --verbose. Sep 04 08:01:43.485 INFO kablam! su: No module specific data is present Sep 04 08:01:43.865 INFO running `"docker" "rm" "-f" "3114fdbcab214398e7e72618e18de4d9cbe71ce019b08caf69c93ff9ace3b3a3"` Sep 04 08:01:44.005 INFO blam! 3114fdbcab214398e7e72618e18de4d9cbe71ce019b08caf69c93ff9ace3b3a3