Sep 01 08:11:23.703 INFO checking rust-version-0.4.0 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 08:11:23.703 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 08:11:23.703 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-3/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 08:11:23.883 INFO blam! 61ca80f6a0862f8b38df70b0a60609b0c46f649b1590797c3dfd84c8846be972 Sep 01 08:11:23.885 INFO running `"docker" "start" "-a" "61ca80f6a0862f8b38df70b0a60609b0c46f649b1590797c3dfd84c8846be972"` Sep 01 08:11:24.745 INFO kablam! Checking endian-type v0.1.2 Sep 01 08:11:24.746 INFO kablam! Checking nibble_vec v0.0.4 Sep 01 08:11:25.338 INFO kablam! Checking radix_trie v0.1.3 Sep 01 08:11:26.201 INFO kablam! Checking rust-version v0.4.0 (file:///source) Sep 01 08:11:29.438 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 01 08:11:29.438 INFO kablam! --> src/commit.rs:1:5 Sep 01 08:11:29.438 INFO kablam! | Sep 01 08:11:29.438 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 01 08:11:29.438 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 08:11:29.438 INFO kablam! | Sep 01 08:11:29.439 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 08:11:29.439 INFO kablam! Sep 01 08:11:29.473 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 01 08:11:29.473 INFO kablam! --> src/commit.rs:1:5 Sep 01 08:11:29.473 INFO kablam! | Sep 01 08:11:29.473 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 01 08:11:29.473 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 08:11:29.473 INFO kablam! | Sep 01 08:11:29.473 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 08:11:29.473 INFO kablam! Sep 01 08:11:29.577 INFO kablam! error: unused import: `std::ascii::AsciiExt` Sep 01 08:11:29.577 INFO kablam! --> src/commit.rs:1:5 Sep 01 08:11:29.577 INFO kablam! | Sep 01 08:11:29.577 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 01 08:11:29.577 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 08:11:29.577 INFO kablam! | Sep 01 08:11:29.577 INFO kablam! note: lint level defined here Sep 01 08:11:29.577 INFO kablam! --> src/lib.rs:3:24 Sep 01 08:11:29.577 INFO kablam! | Sep 01 08:11:29.577 INFO kablam! 3 | #![cfg_attr(test, deny(warnings, missing_docs, missing_debug_implementations))] Sep 01 08:11:29.577 INFO kablam! | ^^^^^^^^ Sep 01 08:11:29.577 INFO kablam! = note: #[deny(unused_imports)] implied by #[deny(warnings)] Sep 01 08:11:29.577 INFO kablam! Sep 01 08:11:29.629 INFO kablam! error: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 01 08:11:29.629 INFO kablam! --> src/commit.rs:1:5 Sep 01 08:11:29.629 INFO kablam! | Sep 01 08:11:29.629 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 01 08:11:29.629 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 08:11:29.629 INFO kablam! | Sep 01 08:11:29.629 INFO kablam! note: lint level defined here Sep 01 08:11:29.629 INFO kablam! --> src/lib.rs:3:24 Sep 01 08:11:29.629 INFO kablam! | Sep 01 08:11:29.629 INFO kablam! 3 | #![cfg_attr(test, deny(warnings, missing_docs, missing_debug_implementations))] Sep 01 08:11:29.629 INFO kablam! | ^^^^^^^^ Sep 01 08:11:29.629 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 01 08:11:29.629 INFO kablam! Sep 01 08:11:30.939 INFO kablam! error: aborting due to 2 previous errors Sep 01 08:11:30.939 INFO kablam! Sep 01 08:11:30.952 INFO kablam! error: Could not compile `rust-version`. Sep 01 08:11:30.952 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 08:11:31.217 INFO kablam! error[E0635]: unknown feature `ascii_ctype` Sep 01 08:11:31.217 INFO kablam! --> src/lib.rs:4:41 Sep 01 08:11:31.217 INFO kablam! | Sep 01 08:11:31.218 INFO kablam! 4 | #![cfg_attr(feature = "commit", feature(ascii_ctype))] Sep 01 08:11:31.218 INFO kablam! | ^^^^^^^^^^^ Sep 01 08:11:31.218 INFO kablam! Sep 01 08:11:31.218 INFO kablam! error[E0635]: unknown feature `catch_expr` Sep 01 08:11:31.218 INFO kablam! --> src/lib.rs:2:12 Sep 01 08:11:31.218 INFO kablam! | Sep 01 08:11:31.218 INFO kablam! 2 | #![feature(catch_expr, stmt_expr_attributes, try_from)] Sep 01 08:11:31.218 INFO kablam! | ^^^^^^^^^^ Sep 01 08:11:31.218 INFO kablam! Sep 01 08:11:31.258 INFO kablam! error: aborting due to 2 previous errors Sep 01 08:11:31.258 INFO kablam! Sep 01 08:11:31.258 INFO kablam! For more information about this error, try `rustc --explain E0635`. Sep 01 08:11:31.276 INFO kablam! error: Could not compile `rust-version`. Sep 01 08:11:31.276 INFO kablam! Sep 01 08:11:31.276 INFO kablam! To learn more, run the command again with --verbose. Sep 01 08:11:31.277 INFO kablam! su: No module specific data is present Sep 01 08:11:31.793 INFO running `"docker" "rm" "-f" "61ca80f6a0862f8b38df70b0a60609b0c46f649b1590797c3dfd84c8846be972"` Sep 01 08:11:31.885 INFO blam! 61ca80f6a0862f8b38df70b0a60609b0c46f649b1590797c3dfd84c8846be972