Sep 19 19:11:26.670 INFO checking rust-version-0.4.0 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 19:11:26.670 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 19:11:26.670 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-5/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 19:11:26.891 INFO blam! 1c0dc31c4efd5dc11784180b8d5180ca07164e30d3f97faeda1cfa1a91d34c0f Sep 19 19:11:26.892 INFO running `"docker" "start" "-a" "1c0dc31c4efd5dc11784180b8d5180ca07164e30d3f97faeda1cfa1a91d34c0f"` Sep 19 19:11:28.157 INFO kablam! usermod: no changes Sep 19 19:11:28.389 INFO kablam! Checking endian-type v0.1.2 Sep 19 19:11:28.389 INFO kablam! Checking nibble_vec v0.0.4 Sep 19 19:11:28.392 INFO kablam! Checking app_dirs v1.2.1 Sep 19 19:11:28.741 INFO kablam! Checking radix_trie v0.1.3 Sep 19 19:11:29.332 INFO kablam! Checking rust-version v0.4.0 (/source) Sep 19 19:11:30.939 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 19 19:11:30.939 INFO kablam! --> src/commit.rs:1:5 Sep 19 19:11:30.939 INFO kablam! | Sep 19 19:11:30.939 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 19 19:11:30.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 19:11:30.939 INFO kablam! | Sep 19 19:11:30.939 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 19:11:30.939 INFO kablam! Sep 19 19:11:30.977 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 19 19:11:30.977 INFO kablam! --> src/commit.rs:1:5 Sep 19 19:11:30.977 INFO kablam! | Sep 19 19:11:30.977 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 19 19:11:30.977 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 19:11:30.977 INFO kablam! | Sep 19 19:11:30.977 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 19:11:30.977 INFO kablam! Sep 19 19:11:31.056 INFO kablam! error: unused import: `std::ascii::AsciiExt` Sep 19 19:11:31.056 INFO kablam! --> src/commit.rs:1:5 Sep 19 19:11:31.056 INFO kablam! | Sep 19 19:11:31.056 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 19 19:11:31.056 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 19:11:31.056 INFO kablam! | Sep 19 19:11:31.056 INFO kablam! note: lint level defined here Sep 19 19:11:31.056 INFO kablam! --> src/lib.rs:3:24 Sep 19 19:11:31.056 INFO kablam! | Sep 19 19:11:31.056 INFO kablam! 3 | #![cfg_attr(test, deny(warnings, missing_docs, missing_debug_implementations))] Sep 19 19:11:31.056 INFO kablam! | ^^^^^^^^ Sep 19 19:11:31.056 INFO kablam! = note: #[deny(unused_imports)] implied by #[deny(warnings)] Sep 19 19:11:31.056 INFO kablam! Sep 19 19:11:31.099 INFO kablam! error: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 19 19:11:31.099 INFO kablam! --> src/commit.rs:1:5 Sep 19 19:11:31.100 INFO kablam! | Sep 19 19:11:31.100 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 19 19:11:31.100 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 19:11:31.100 INFO kablam! | Sep 19 19:11:31.100 INFO kablam! note: lint level defined here Sep 19 19:11:31.100 INFO kablam! --> src/lib.rs:3:24 Sep 19 19:11:31.100 INFO kablam! | Sep 19 19:11:31.100 INFO kablam! 3 | #![cfg_attr(test, deny(warnings, missing_docs, missing_debug_implementations))] Sep 19 19:11:31.100 INFO kablam! | ^^^^^^^^ Sep 19 19:11:31.100 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 19 19:11:31.100 INFO kablam! Sep 19 19:11:31.887 INFO kablam! error: aborting due to 2 previous errors Sep 19 19:11:31.887 INFO kablam! Sep 19 19:11:31.893 INFO kablam! error[E0635]: unknown feature `ascii_ctype` Sep 19 19:11:31.893 INFO kablam! --> src/lib.rs:4:41 Sep 19 19:11:31.893 INFO kablam! | Sep 19 19:11:31.893 INFO kablam! 4 | #![cfg_attr(feature = "commit", feature(ascii_ctype))] Sep 19 19:11:31.893 INFO kablam! | ^^^^^^^^^^^ Sep 19 19:11:31.893 INFO kablam! Sep 19 19:11:31.893 INFO kablam! error[E0635]: unknown feature `catch_expr` Sep 19 19:11:31.893 INFO kablam! --> src/lib.rs:2:12 Sep 19 19:11:31.893 INFO kablam! | Sep 19 19:11:31.893 INFO kablam! 2 | #![feature(catch_expr, stmt_expr_attributes, try_from)] Sep 19 19:11:31.893 INFO kablam! | ^^^^^^^^^^ Sep 19 19:11:31.894 INFO kablam! Sep 19 19:11:31.899 INFO kablam! error: Could not compile `rust-version`. Sep 19 19:11:31.899 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 19:11:31.942 INFO kablam! error: aborting due to 2 previous errors Sep 19 19:11:31.943 INFO kablam! Sep 19 19:11:31.943 INFO kablam! For more information about this error, try `rustc --explain E0635`. Sep 19 19:11:31.969 INFO kablam! error: Could not compile `rust-version`. Sep 19 19:11:31.969 INFO kablam! Sep 19 19:11:31.969 INFO kablam! To learn more, run the command again with --verbose. Sep 19 19:11:31.969 INFO kablam! su: No module specific data is present Sep 19 19:11:32.683 INFO running `"docker" "rm" "-f" "1c0dc31c4efd5dc11784180b8d5180ca07164e30d3f97faeda1cfa1a91d34c0f"` Sep 19 19:11:32.859 INFO blam! 1c0dc31c4efd5dc11784180b8d5180ca07164e30d3f97faeda1cfa1a91d34c0f