Sep 14 03:04:29.969 INFO checking rocurley/rectangle against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 03:04:29.969 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 03:04:29.969 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-7/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 03:04:30.374 INFO blam! 2cb99a6ad0d5e54fe2ee6dc96379226811bce13e79bc1f6832c1bc50a18a9276 Sep 14 03:04:30.380 INFO running `"docker" "start" "-a" "2cb99a6ad0d5e54fe2ee6dc96379226811bce13e79bc1f6832c1bc50a18a9276"` Sep 14 03:04:31.407 INFO kablam! usermod: no changes Sep 14 03:04:31.534 INFO kablam! Compiling gcc v0.3.53 Sep 14 03:04:31.535 INFO kablam! Compiling matrixmultiply v0.1.13 Sep 14 03:04:31.554 INFO kablam! Checking rawpointer v0.1.0 Sep 14 03:04:31.555 INFO kablam! Checking either v1.1.0 Sep 14 03:04:31.555 INFO kablam! Compiling ndarray v0.10.5 Sep 14 03:04:31.576 INFO kablam! Checking ascii v0.8.6 Sep 14 03:04:31.587 INFO kablam! Checking term_size v0.3.0 Sep 14 03:04:31.587 INFO kablam! Checking time v0.1.38 Sep 14 03:04:31.841 INFO kablam! Checking atty v0.2.2 Sep 14 03:04:31.935 INFO kablam! Checking num-complex v0.1.40 Sep 14 03:04:32.340 INFO kablam! Checking textwrap v0.7.0 Sep 14 03:04:32.627 INFO kablam! Checking itertools v0.6.2 Sep 14 03:04:33.466 INFO kablam! Checking clap v2.26.0 Sep 14 03:04:33.475 INFO kablam! Checking pbr v1.0.0 Sep 14 03:04:36.054 INFO kablam! Compiling backtrace-sys v0.1.12 Sep 14 03:04:54.223 INFO kablam! Checking backtrace v0.2.3 Sep 14 03:04:54.444 INFO kablam! Checking error-chain v0.5.0 Sep 14 03:04:54.615 INFO kablam! Checking cpuprofiler v0.0.3 Sep 14 03:04:54.872 INFO kablam! Checking rectangle v0.1.0 (file:///source) Sep 14 03:04:54.999 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 14 03:04:54.999 INFO kablam! --> src/main.rs:7:5 Sep 14 03:04:54.999 INFO kablam! | Sep 14 03:04:54.999 INFO kablam! 7 | use std::ascii::AsciiExt; Sep 14 03:04:54.999 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 14 03:04:54.999 INFO kablam! | Sep 14 03:04:54.999 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 03:04:54.999 INFO kablam! Sep 14 03:04:55.008 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 14 03:04:55.008 INFO kablam! --> src/main.rs:7:5 Sep 14 03:04:55.008 INFO kablam! | Sep 14 03:04:55.008 INFO kablam! 7 | use std::ascii::AsciiExt; Sep 14 03:04:55.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 14 03:04:55.008 INFO kablam! | Sep 14 03:04:55.008 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 03:04:55.008 INFO kablam! Sep 14 03:04:55.020 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 14 03:04:55.020 INFO kablam! --> src/main.rs:7:5 Sep 14 03:04:55.020 INFO kablam! | Sep 14 03:04:55.020 INFO kablam! 7 | use std::ascii::AsciiExt; Sep 14 03:04:55.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 14 03:04:55.020 INFO kablam! | Sep 14 03:04:55.020 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 03:04:55.020 INFO kablam! Sep 14 03:04:55.030 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 14 03:04:55.030 INFO kablam! --> src/main.rs:7:5 Sep 14 03:04:55.030 INFO kablam! | Sep 14 03:04:55.030 INFO kablam! 7 | use std::ascii::AsciiExt; Sep 14 03:04:55.030 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 14 03:04:55.030 INFO kablam! | Sep 14 03:04:55.030 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 03:04:55.030 INFO kablam! Sep 14 03:04:55.100 INFO kablam! error[E0599]: no method named `is_ascii_lowercase` found for type `&std::string::String` in the current scope Sep 14 03:04:55.100 INFO kablam! --> src/main.rs:57:12 Sep 14 03:04:55.100 INFO kablam! | Sep 14 03:04:55.100 INFO kablam! 57 | word.is_ascii_lowercase() && Sep 14 03:04:55.100 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 14 03:04:55.100 INFO kablam! | Sep 14 03:04:55.100 INFO kablam! = help: did you mean `to_ascii_lowercase`? Sep 14 03:04:55.100 INFO kablam! Sep 14 03:04:55.114 INFO kablam! error[E0599]: no method named `is_ascii_lowercase` found for type `&std::string::String` in the current scope Sep 14 03:04:55.115 INFO kablam! --> src/main.rs:57:12 Sep 14 03:04:55.115 INFO kablam! | Sep 14 03:04:55.115 INFO kablam! 57 | word.is_ascii_lowercase() && Sep 14 03:04:55.115 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 14 03:04:55.115 INFO kablam! | Sep 14 03:04:55.115 INFO kablam! = help: did you mean `to_ascii_lowercase`? Sep 14 03:04:55.115 INFO kablam! Sep 14 03:04:55.210 INFO kablam! error: aborting due to previous error Sep 14 03:04:55.210 INFO kablam! Sep 14 03:04:55.210 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 14 03:04:55.210 INFO kablam! error: aborting due to previous error Sep 14 03:04:55.210 INFO kablam! Sep 14 03:04:55.210 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 14 03:04:55.215 INFO kablam! error: Could not compile `rectangle`. Sep 14 03:04:55.215 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 03:04:55.217 INFO kablam! error: Could not compile `rectangle`. Sep 14 03:04:55.217 INFO kablam! Sep 14 03:04:55.217 INFO kablam! To learn more, run the command again with --verbose. Sep 14 03:04:55.218 INFO kablam! su: No module specific data is present Sep 14 03:04:55.656 INFO running `"docker" "rm" "-f" "2cb99a6ad0d5e54fe2ee6dc96379226811bce13e79bc1f6832c1bc50a18a9276"` Sep 14 03:04:55.730 INFO blam! 2cb99a6ad0d5e54fe2ee6dc96379226811bce13e79bc1f6832c1bc50a18a9276