Sep 02 01:31:02.129 INFO checking rust-version-0.4.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 01:31:02.129 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 01:31:02.129 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 01:31:02.297 INFO blam! 4f9fe610d962f813de61498e127f028c751e12d6605f84b79af57ffbabab65cd Sep 02 01:31:02.299 INFO running `"docker" "start" "-a" "4f9fe610d962f813de61498e127f028c751e12d6605f84b79af57ffbabab65cd"` Sep 02 01:31:03.303 INFO kablam! Checking endian-type v0.1.2 Sep 02 01:31:03.303 INFO kablam! Checking nibble_vec v0.0.4 Sep 02 01:31:03.871 INFO kablam! Checking radix_trie v0.1.3 Sep 02 01:31:04.842 INFO kablam! Checking rust-version v0.4.0 (file:///source) Sep 02 01:31:08.208 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 02 01:31:08.208 INFO kablam! --> src/commit.rs:1:5 Sep 02 01:31:08.208 INFO kablam! | Sep 02 01:31:08.208 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 02 01:31:08.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 01:31:08.208 INFO kablam! | Sep 02 01:31:08.208 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 01:31:08.208 INFO kablam! Sep 02 01:31:08.263 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 02 01:31:08.264 INFO kablam! --> src/commit.rs:1:5 Sep 02 01:31:08.264 INFO kablam! | Sep 02 01:31:08.264 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 02 01:31:08.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 01:31:08.264 INFO kablam! | Sep 02 01:31:08.264 INFO kablam! = note: #[warn(deprecated)] on by default Sep 02 01:31:08.264 INFO kablam! Sep 02 01:31:08.467 INFO kablam! error: unused import: `std::ascii::AsciiExt` Sep 02 01:31:08.467 INFO kablam! --> src/commit.rs:1:5 Sep 02 01:31:08.467 INFO kablam! | Sep 02 01:31:08.467 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 02 01:31:08.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 01:31:08.467 INFO kablam! | Sep 02 01:31:08.467 INFO kablam! note: lint level defined here Sep 02 01:31:08.468 INFO kablam! --> src/lib.rs:3:24 Sep 02 01:31:08.468 INFO kablam! | Sep 02 01:31:08.468 INFO kablam! 3 | #![cfg_attr(test, deny(warnings, missing_docs, missing_debug_implementations))] Sep 02 01:31:08.468 INFO kablam! | ^^^^^^^^ Sep 02 01:31:08.468 INFO kablam! = note: #[deny(unused_imports)] implied by #[deny(warnings)] Sep 02 01:31:08.468 INFO kablam! Sep 02 01:31:08.520 INFO kablam! error: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 02 01:31:08.520 INFO kablam! --> src/commit.rs:1:5 Sep 02 01:31:08.520 INFO kablam! | Sep 02 01:31:08.520 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 02 01:31:08.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 01:31:08.520 INFO kablam! | Sep 02 01:31:08.520 INFO kablam! note: lint level defined here Sep 02 01:31:08.520 INFO kablam! --> src/lib.rs:3:24 Sep 02 01:31:08.520 INFO kablam! | Sep 02 01:31:08.520 INFO kablam! 3 | #![cfg_attr(test, deny(warnings, missing_docs, missing_debug_implementations))] Sep 02 01:31:08.520 INFO kablam! | ^^^^^^^^ Sep 02 01:31:08.520 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 02 01:31:08.520 INFO kablam! Sep 02 01:31:10.066 INFO kablam! error[E0635]: unknown feature `ascii_ctype` Sep 02 01:31:10.066 INFO kablam! --> src/lib.rs:4:41 Sep 02 01:31:10.066 INFO kablam! | Sep 02 01:31:10.066 INFO kablam! 4 | #![cfg_attr(feature = "commit", feature(ascii_ctype))] Sep 02 01:31:10.066 INFO kablam! | ^^^^^^^^^^^ Sep 02 01:31:10.066 INFO kablam! Sep 02 01:31:10.067 INFO kablam! error[E0635]: unknown feature `catch_expr` Sep 02 01:31:10.067 INFO kablam! --> src/lib.rs:2:12 Sep 02 01:31:10.067 INFO kablam! | Sep 02 01:31:10.067 INFO kablam! 2 | #![feature(catch_expr, stmt_expr_attributes, try_from)] Sep 02 01:31:10.067 INFO kablam! | ^^^^^^^^^^ Sep 02 01:31:10.067 INFO kablam! Sep 02 01:31:10.132 INFO kablam! error: aborting due to 2 previous errors Sep 02 01:31:10.132 INFO kablam! Sep 02 01:31:10.133 INFO kablam! For more information about this error, try `rustc --explain E0635`. Sep 02 01:31:10.142 INFO kablam! error: aborting due to 2 previous errors Sep 02 01:31:10.142 INFO kablam! Sep 02 01:31:10.145 INFO kablam! error: Could not compile `rust-version`. Sep 02 01:31:10.145 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 01:31:10.163 INFO kablam! error: Could not compile `rust-version`. Sep 02 01:31:10.163 INFO kablam! Sep 02 01:31:10.163 INFO kablam! To learn more, run the command again with --verbose. Sep 02 01:31:10.165 INFO kablam! su: No module specific data is present Sep 02 01:31:10.584 INFO running `"docker" "rm" "-f" "4f9fe610d962f813de61498e127f028c751e12d6605f84b79af57ffbabab65cd"` Sep 02 01:31:10.686 INFO blam! 4f9fe610d962f813de61498e127f028c751e12d6605f84b79af57ffbabab65cd