Sep 17 18:14:23.891 INFO checking rust-version-0.4.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 18:14:23.891 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 18:14:23.892 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-3/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-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.049 INFO blam! 7b2427065be865b90aa00c133eb29fd3288506299ba0c0d1d3de8699d396eb68 Sep 17 18:14:24.055 INFO running `"docker" "start" "-a" "7b2427065be865b90aa00c133eb29fd3288506299ba0c0d1d3de8699d396eb68"` Sep 17 18:14:24.923 INFO kablam! usermod: no changes Sep 17 18:14:25.227 INFO kablam! Checking reqwest v0.7.3 Sep 17 18:14:26.936 INFO kablam! Checking rust-version v0.4.0 (/source) Sep 17 18:14:28.320 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 17 18:14:28.320 INFO kablam! --> src/commit.rs:1:5 Sep 17 18:14:28.320 INFO kablam! | Sep 17 18:14:28.320 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 17 18:14:28.320 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 17 18:14:28.320 INFO kablam! | Sep 17 18:14:28.320 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 17 18:14:28.320 INFO kablam! Sep 17 18:14:28.349 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 17 18:14:28.349 INFO kablam! --> src/commit.rs:1:5 Sep 17 18:14:28.349 INFO kablam! | Sep 17 18:14:28.349 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 17 18:14:28.349 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 17 18:14:28.349 INFO kablam! | Sep 17 18:14:28.349 INFO kablam! = note: #[warn(deprecated)] on by default Sep 17 18:14:28.349 INFO kablam! Sep 17 18:14:28.494 INFO kablam! error: unused import: `std::ascii::AsciiExt` Sep 17 18:14:28.494 INFO kablam! --> src/commit.rs:1:5 Sep 17 18:14:28.494 INFO kablam! | Sep 17 18:14:28.494 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 17 18:14:28.494 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 17 18:14:28.494 INFO kablam! | Sep 17 18:14:28.494 INFO kablam! note: lint level defined here Sep 17 18:14:28.494 INFO kablam! --> src/lib.rs:3:24 Sep 17 18:14:28.494 INFO kablam! | Sep 17 18:14:28.494 INFO kablam! 3 | #![cfg_attr(test, deny(warnings, missing_docs, missing_debug_implementations))] Sep 17 18:14:28.494 INFO kablam! | ^^^^^^^^ Sep 17 18:14:28.494 INFO kablam! = note: #[deny(unused_imports)] implied by #[deny(warnings)] Sep 17 18:14:28.494 INFO kablam! Sep 17 18:14:28.542 INFO kablam! error: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 17 18:14:28.542 INFO kablam! --> src/commit.rs:1:5 Sep 17 18:14:28.542 INFO kablam! | Sep 17 18:14:28.542 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 17 18:14:28.542 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 17 18:14:28.542 INFO kablam! | Sep 17 18:14:28.542 INFO kablam! note: lint level defined here Sep 17 18:14:28.542 INFO kablam! --> src/lib.rs:3:24 Sep 17 18:14:28.542 INFO kablam! | Sep 17 18:14:28.542 INFO kablam! 3 | #![cfg_attr(test, deny(warnings, missing_docs, missing_debug_implementations))] Sep 17 18:14:28.542 INFO kablam! | ^^^^^^^^ Sep 17 18:14:28.542 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 17 18:14:28.542 INFO kablam! Sep 17 18:14:29.215 INFO kablam! error[E0635]: unknown feature `ascii_ctype` Sep 17 18:14:29.215 INFO kablam! --> src/lib.rs:4:41 Sep 17 18:14:29.215 INFO kablam! | Sep 17 18:14:29.215 INFO kablam! 4 | #![cfg_attr(feature = "commit", feature(ascii_ctype))] Sep 17 18:14:29.215 INFO kablam! | ^^^^^^^^^^^ Sep 17 18:14:29.215 INFO kablam! Sep 17 18:14:29.215 INFO kablam! error[E0635]: unknown feature `catch_expr` Sep 17 18:14:29.215 INFO kablam! --> src/lib.rs:2:12 Sep 17 18:14:29.215 INFO kablam! | Sep 17 18:14:29.215 INFO kablam! 2 | #![feature(catch_expr, stmt_expr_attributes, try_from)] Sep 17 18:14:29.215 INFO kablam! | ^^^^^^^^^^ Sep 17 18:14:29.215 INFO kablam! Sep 17 18:14:29.259 INFO kablam! error: aborting due to 2 previous errors Sep 17 18:14:29.259 INFO kablam! Sep 17 18:14:29.259 INFO kablam! For more information about this error, try `rustc --explain E0635`. Sep 17 18:14:29.270 INFO kablam! error: Could not compile `rust-version`. Sep 17 18:14:29.270 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 18:14:29.359 INFO kablam! error: aborting due to 2 previous errors Sep 17 18:14:29.359 INFO kablam! Sep 17 18:14:29.387 INFO kablam! error: Could not compile `rust-version`. Sep 17 18:14:29.387 INFO kablam! Sep 17 18:14:29.387 INFO kablam! To learn more, run the command again with --verbose. Sep 17 18:14:29.387 INFO kablam! su: No module specific data is present Sep 17 18:14:30.358 INFO running `"docker" "rm" "-f" "7b2427065be865b90aa00c133eb29fd3288506299ba0c0d1d3de8699d396eb68"` Sep 17 18:14:30.438 INFO blam! 7b2427065be865b90aa00c133eb29fd3288506299ba0c0d1d3de8699d396eb68