Sep 02 01:31:01.359 INFO checking rust-version-0.4.0 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 01:31:01.359 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 01:31:01.359 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-2/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-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:01.571 INFO blam! ab87d6f7bda8200aa28e84d12f059855fc06f963e43aa054e5d748991e30a4d3 Sep 02 01:31:01.573 INFO running `"docker" "start" "-a" "ab87d6f7bda8200aa28e84d12f059855fc06f963e43aa054e5d748991e30a4d3"` Sep 02 01:31:02.639 INFO kablam! Checking reqwest v0.7.3 Sep 02 01:31:06.434 INFO kablam! Checking rust-version v0.4.0 (file:///source) Sep 02 01:31:09.945 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 02 01:31:09.945 INFO kablam! --> src/commit.rs:1:5 Sep 02 01:31:09.945 INFO kablam! | Sep 02 01:31:09.945 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 02 01:31:09.945 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 01:31:09.945 INFO kablam! | Sep 02 01:31:09.946 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 01:31:09.946 INFO kablam! Sep 02 01:31:09.991 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 02 01:31:09.991 INFO kablam! --> src/commit.rs:1:5 Sep 02 01:31:09.991 INFO kablam! | Sep 02 01:31:09.991 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 02 01:31:09.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 01:31:09.991 INFO kablam! | Sep 02 01:31:09.991 INFO kablam! = note: #[warn(deprecated)] on by default Sep 02 01:31:09.991 INFO kablam! Sep 02 01:31:10.106 INFO kablam! error: unused import: `std::ascii::AsciiExt` Sep 02 01:31:10.106 INFO kablam! --> src/commit.rs:1:5 Sep 02 01:31:10.106 INFO kablam! | Sep 02 01:31:10.106 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 02 01:31:10.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 01:31:10.106 INFO kablam! | Sep 02 01:31:10.106 INFO kablam! note: lint level defined here Sep 02 01:31:10.106 INFO kablam! --> src/lib.rs:3:24 Sep 02 01:31:10.106 INFO kablam! | Sep 02 01:31:10.106 INFO kablam! 3 | #![cfg_attr(test, deny(warnings, missing_docs, missing_debug_implementations))] Sep 02 01:31:10.106 INFO kablam! | ^^^^^^^^ Sep 02 01:31:10.107 INFO kablam! = note: #[deny(unused_imports)] implied by #[deny(warnings)] Sep 02 01:31:10.107 INFO kablam! Sep 02 01:31:10.174 INFO kablam! error: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 02 01:31:10.174 INFO kablam! --> src/commit.rs:1:5 Sep 02 01:31:10.174 INFO kablam! | Sep 02 01:31:10.174 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 02 01:31:10.174 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 01:31:10.174 INFO kablam! | Sep 02 01:31:10.174 INFO kablam! note: lint level defined here Sep 02 01:31:10.174 INFO kablam! --> src/lib.rs:3:24 Sep 02 01:31:10.174 INFO kablam! | Sep 02 01:31:10.174 INFO kablam! 3 | #![cfg_attr(test, deny(warnings, missing_docs, missing_debug_implementations))] Sep 02 01:31:10.174 INFO kablam! | ^^^^^^^^ Sep 02 01:31:10.174 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 02 01:31:10.174 INFO kablam! Sep 02 01:31:11.608 INFO kablam! error[E0635]: unknown feature `ascii_ctype` Sep 02 01:31:11.608 INFO kablam! --> src/lib.rs:4:41 Sep 02 01:31:11.608 INFO kablam! | Sep 02 01:31:11.610 INFO kablam! 4 | #![cfg_attr(feature = "commit", feature(ascii_ctype))] Sep 02 01:31:11.611 INFO kablam! | ^^^^^^^^^^^ Sep 02 01:31:11.611 INFO kablam! Sep 02 01:31:11.611 INFO kablam! error[E0635]: unknown feature `catch_expr` Sep 02 01:31:11.611 INFO kablam! --> src/lib.rs:2:12 Sep 02 01:31:11.611 INFO kablam! | Sep 02 01:31:11.611 INFO kablam! 2 | #![feature(catch_expr, stmt_expr_attributes, try_from)] Sep 02 01:31:11.611 INFO kablam! | ^^^^^^^^^^ Sep 02 01:31:11.611 INFO kablam! Sep 02 01:31:11.627 INFO kablam! error: aborting due to 2 previous errors Sep 02 01:31:11.627 INFO kablam! Sep 02 01:31:11.639 INFO kablam! error: Could not compile `rust-version`. Sep 02 01:31:11.639 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 01:31:11.666 INFO kablam! error: aborting due to 2 previous errors Sep 02 01:31:11.666 INFO kablam! Sep 02 01:31:11.666 INFO kablam! For more information about this error, try `rustc --explain E0635`. Sep 02 01:31:11.693 INFO kablam! error: Could not compile `rust-version`. Sep 02 01:31:11.693 INFO kablam! Sep 02 01:31:11.693 INFO kablam! To learn more, run the command again with --verbose. Sep 02 01:31:11.694 INFO kablam! su: No module specific data is present Sep 02 01:31:12.092 INFO running `"docker" "rm" "-f" "ab87d6f7bda8200aa28e84d12f059855fc06f963e43aa054e5d748991e30a4d3"` Sep 02 01:31:12.189 INFO blam! ab87d6f7bda8200aa28e84d12f059855fc06f963e43aa054e5d748991e30a4d3