Sep 20 21:21:43.340 INFO checking rocurley/rectangle against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 20 21:21:43.340 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 20 21:21:43.340 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-1/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 21:21:43.562 INFO blam! a967c10d205439aaaada35bbe462609557b83032046f838d7ad37f361cde92d4 Sep 20 21:21:43.565 INFO running `"docker" "start" "-a" "a967c10d205439aaaada35bbe462609557b83032046f838d7ad37f361cde92d4"` Sep 20 21:21:44.587 INFO kablam! usermod: no changes Sep 20 21:21:44.758 INFO kablam! Compiling gcc v0.3.53 Sep 20 21:21:44.758 INFO kablam! Compiling matrixmultiply v0.1.13 Sep 20 21:21:44.758 INFO kablam! Checking rustc-demangle v0.1.5 Sep 20 21:21:44.770 INFO kablam! Compiling ndarray v0.10.5 Sep 20 21:21:44.770 INFO kablam! Checking either v1.1.0 Sep 20 21:21:44.770 INFO kablam! Checking rawpointer v0.1.0 Sep 20 21:21:44.782 INFO kablam! Checking unicode-segmentation v1.2.0 Sep 20 21:21:44.782 INFO kablam! Checking ascii v0.8.6 Sep 20 21:21:45.230 INFO kablam! Checking fnv v1.0.5 Sep 20 21:21:45.906 INFO kablam! Checking term_size v0.3.0 Sep 20 21:21:46.042 INFO kablam! Checking atty v0.2.2 Sep 20 21:21:46.374 INFO kablam! Checking num-complex v0.1.40 Sep 20 21:21:46.796 INFO kablam! Checking itertools v0.6.2 Sep 20 21:21:47.195 INFO kablam! Checking textwrap v0.7.0 Sep 20 21:21:47.211 INFO kablam! Checking pbr v1.0.0 Sep 20 21:21:48.339 INFO kablam! Checking clap v2.26.0 Sep 20 21:21:51.472 INFO kablam! Compiling backtrace-sys v0.1.12 Sep 20 21:22:15.790 INFO kablam! Checking backtrace v0.2.3 Sep 20 21:22:16.330 INFO kablam! Checking error-chain v0.5.0 Sep 20 21:22:16.650 INFO kablam! Checking cpuprofiler v0.0.3 Sep 20 21:22:17.102 INFO kablam! Checking rectangle v0.1.0 (/source) Sep 20 21:22:17.490 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 20 21:22:17.490 INFO kablam! --> src/main.rs:7:5 Sep 20 21:22:17.491 INFO kablam! | Sep 20 21:22:17.491 INFO kablam! 7 | use std::ascii::AsciiExt; Sep 20 21:22:17.492 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 21:22:17.492 INFO kablam! | Sep 20 21:22:17.493 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 21:22:17.493 INFO kablam! Sep 20 21:22:17.518 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 20 21:22:17.519 INFO kablam! --> src/main.rs:7:5 Sep 20 21:22:17.519 INFO kablam! | Sep 20 21:22:17.519 INFO kablam! 7 | use std::ascii::AsciiExt; Sep 20 21:22:17.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 21:22:17.520 INFO kablam! | Sep 20 21:22:17.521 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 21:22:17.521 INFO kablam! Sep 20 21:22:17.597 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 20 21:22:17.598 INFO kablam! --> src/main.rs:7:5 Sep 20 21:22:17.599 INFO kablam! | Sep 20 21:22:17.599 INFO kablam! 7 | use std::ascii::AsciiExt; Sep 20 21:22:17.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 21:22:17.600 INFO kablam! | Sep 20 21:22:17.600 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 21:22:17.600 INFO kablam! Sep 20 21:22:17.625 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 20 21:22:17.625 INFO kablam! --> src/main.rs:7:5 Sep 20 21:22:17.626 INFO kablam! | Sep 20 21:22:17.626 INFO kablam! 7 | use std::ascii::AsciiExt; Sep 20 21:22:17.626 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 21:22:17.627 INFO kablam! | Sep 20 21:22:17.627 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 21:22:17.627 INFO kablam! Sep 20 21:22:17.701 INFO kablam! error[E0599]: no method named `is_ascii_lowercase` found for type `&std::string::String` in the current scope Sep 20 21:22:17.701 INFO kablam! --> src/main.rs:57:12 Sep 20 21:22:17.701 INFO kablam! | Sep 20 21:22:17.701 INFO kablam! 57 | word.is_ascii_lowercase() && Sep 20 21:22:17.701 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 20 21:22:17.703 INFO kablam! | Sep 20 21:22:17.703 INFO kablam! = help: did you mean `to_ascii_lowercase`? Sep 20 21:22:17.703 INFO kablam! Sep 20 21:22:17.834 INFO kablam! error: aborting due to previous error Sep 20 21:22:17.834 INFO kablam! Sep 20 21:22:17.835 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 20 21:22:17.850 INFO kablam! error: Could not compile `rectangle`. Sep 20 21:22:17.850 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 21:22:17.881 INFO kablam! error[E0599]: no method named `is_ascii_lowercase` found for type `&std::string::String` in the current scope Sep 20 21:22:17.881 INFO kablam! --> src/main.rs:57:12 Sep 20 21:22:17.881 INFO kablam! | Sep 20 21:22:17.881 INFO kablam! 57 | word.is_ascii_lowercase() && Sep 20 21:22:17.881 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 20 21:22:17.881 INFO kablam! | Sep 20 21:22:17.894 INFO kablam! = help: did you mean `to_ascii_lowercase`? Sep 20 21:22:17.894 INFO kablam! Sep 20 21:22:18.018 INFO kablam! error: aborting due to previous error Sep 20 21:22:18.019 INFO kablam! Sep 20 21:22:18.019 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 20 21:22:18.043 INFO kablam! error: Could not compile `rectangle`. Sep 20 21:22:18.043 INFO kablam! Sep 20 21:22:18.043 INFO kablam! To learn more, run the command again with --verbose. Sep 20 21:22:18.043 INFO kablam! su: No module specific data is present Sep 20 21:22:19.228 INFO running `"docker" "rm" "-f" "a967c10d205439aaaada35bbe462609557b83032046f838d7ad37f361cde92d4"` Sep 20 21:22:19.353 INFO blam! a967c10d205439aaaada35bbe462609557b83032046f838d7ad37f361cde92d4