Sep 21 03:58:33.704 INFO checking rust-version-0.4.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 03:58:33.704 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 03:58:33.704 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-0/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 03:58:33.902 INFO blam! 88978b0515d1d519d899c21a49f77ea5727d1b2c6e9846c331d602f987e82eaa Sep 21 03:58:33.904 INFO running `"docker" "start" "-a" "88978b0515d1d519d899c21a49f77ea5727d1b2c6e9846c331d602f987e82eaa"` Sep 21 03:58:34.600 INFO kablam! usermod: no changes Sep 21 03:58:35.070 INFO kablam! Checking reqwest v0.7.3 Sep 21 03:58:36.830 INFO kablam! Checking rust-version v0.4.0 (/source) Sep 21 03:58:38.067 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 21 03:58:38.067 INFO kablam! --> src/commit.rs:1:5 Sep 21 03:58:38.067 INFO kablam! | Sep 21 03:58:38.067 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 21 03:58:38.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 03:58:38.067 INFO kablam! | Sep 21 03:58:38.067 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 03:58:38.067 INFO kablam! Sep 21 03:58:38.109 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 21 03:58:38.109 INFO kablam! --> src/commit.rs:1:5 Sep 21 03:58:38.109 INFO kablam! | Sep 21 03:58:38.109 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 21 03:58:38.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 03:58:38.109 INFO kablam! | Sep 21 03:58:38.109 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 03:58:38.109 INFO kablam! Sep 21 03:58:38.147 INFO kablam! error: unused import: `std::ascii::AsciiExt` Sep 21 03:58:38.147 INFO kablam! --> src/commit.rs:1:5 Sep 21 03:58:38.147 INFO kablam! | Sep 21 03:58:38.147 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 21 03:58:38.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 03:58:38.147 INFO kablam! | Sep 21 03:58:38.147 INFO kablam! note: lint level defined here Sep 21 03:58:38.147 INFO kablam! --> src/lib.rs:3:24 Sep 21 03:58:38.147 INFO kablam! | Sep 21 03:58:38.147 INFO kablam! 3 | #![cfg_attr(test, deny(warnings, missing_docs, missing_debug_implementations))] Sep 21 03:58:38.147 INFO kablam! | ^^^^^^^^ Sep 21 03:58:38.147 INFO kablam! = note: #[deny(unused_imports)] implied by #[deny(warnings)] Sep 21 03:58:38.147 INFO kablam! Sep 21 03:58:38.198 INFO kablam! error: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 21 03:58:38.198 INFO kablam! --> src/commit.rs:1:5 Sep 21 03:58:38.198 INFO kablam! | Sep 21 03:58:38.198 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 21 03:58:38.198 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 03:58:38.198 INFO kablam! | Sep 21 03:58:38.198 INFO kablam! note: lint level defined here Sep 21 03:58:38.198 INFO kablam! --> src/lib.rs:3:24 Sep 21 03:58:38.198 INFO kablam! | Sep 21 03:58:38.198 INFO kablam! 3 | #![cfg_attr(test, deny(warnings, missing_docs, missing_debug_implementations))] Sep 21 03:58:38.198 INFO kablam! | ^^^^^^^^ Sep 21 03:58:38.198 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 21 03:58:38.198 INFO kablam! Sep 21 03:58:38.821 INFO kablam! error: aborting due to 2 previous errors Sep 21 03:58:38.821 INFO kablam! Sep 21 03:58:38.835 INFO kablam! error: Could not compile `rust-version`. Sep 21 03:58:38.835 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 03:58:38.866 INFO kablam! error[E0635]: unknown feature `ascii_ctype` Sep 21 03:58:38.866 INFO kablam! --> src/lib.rs:4:41 Sep 21 03:58:38.866 INFO kablam! | Sep 21 03:58:38.866 INFO kablam! 4 | #![cfg_attr(feature = "commit", feature(ascii_ctype))] Sep 21 03:58:38.866 INFO kablam! | ^^^^^^^^^^^ Sep 21 03:58:38.866 INFO kablam! Sep 21 03:58:38.866 INFO kablam! error[E0635]: unknown feature `catch_expr` Sep 21 03:58:38.866 INFO kablam! --> src/lib.rs:2:12 Sep 21 03:58:38.866 INFO kablam! | Sep 21 03:58:38.866 INFO kablam! 2 | #![feature(catch_expr, stmt_expr_attributes, try_from)] Sep 21 03:58:38.866 INFO kablam! | ^^^^^^^^^^ Sep 21 03:58:38.866 INFO kablam! Sep 21 03:58:38.910 INFO kablam! error: aborting due to 2 previous errors Sep 21 03:58:38.910 INFO kablam! Sep 21 03:58:38.910 INFO kablam! For more information about this error, try `rustc --explain E0635`. Sep 21 03:58:38.931 INFO kablam! error: Could not compile `rust-version`. Sep 21 03:58:38.931 INFO kablam! Sep 21 03:58:38.931 INFO kablam! To learn more, run the command again with --verbose. Sep 21 03:58:38.932 INFO kablam! su: No module specific data is present Sep 21 03:58:39.293 INFO running `"docker" "rm" "-f" "88978b0515d1d519d899c21a49f77ea5727d1b2c6e9846c331d602f987e82eaa"` Sep 21 03:58:39.383 INFO blam! 88978b0515d1d519d899c21a49f77ea5727d1b2c6e9846c331d602f987e82eaa