Sep 17 11:34:54.771 INFO checking rocurley/rectangle against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 11:34:54.771 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 11:34:54.772 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-4/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 11:34:55.140 INFO blam! 74f97e0ea7e78b8a9aac1b19f04747c0afdb3ef0772ac6368908d53f709a484f Sep 17 11:34:55.142 INFO running `"docker" "start" "-a" "74f97e0ea7e78b8a9aac1b19f04747c0afdb3ef0772ac6368908d53f709a484f"` Sep 17 11:34:56.377 INFO kablam! usermod: no changes Sep 17 11:34:56.551 INFO kablam! Compiling gcc v0.3.53 Sep 17 11:34:56.558 INFO kablam! Checking libc v0.2.30 Sep 17 11:34:56.587 INFO kablam! Compiling matrixmultiply v0.1.13 Sep 17 11:34:56.594 INFO kablam! Checking rawpointer v0.1.0 Sep 17 11:34:56.595 INFO kablam! Checking either v1.1.0 Sep 17 11:34:56.595 INFO kablam! Compiling ndarray v0.10.5 Sep 17 11:34:56.595 INFO kablam! Checking ascii v0.8.6 Sep 17 11:34:56.595 INFO kablam! Checking num-complex v0.1.40 Sep 17 11:34:57.159 INFO kablam! Checking itertools v0.6.2 Sep 17 11:35:00.267 INFO kablam! Checking term_size v0.3.0 Sep 17 11:35:00.267 INFO kablam! Checking atty v0.2.2 Sep 17 11:35:00.267 INFO kablam! Checking time v0.1.38 Sep 17 11:35:00.715 INFO kablam! Checking textwrap v0.7.0 Sep 17 11:35:01.565 INFO kablam! Checking clap v2.26.0 Sep 17 11:35:02.686 INFO kablam! Compiling backtrace-sys v0.1.12 Sep 17 11:35:03.591 INFO kablam! Checking pbr v1.0.0 Sep 17 11:35:24.964 INFO kablam! Checking backtrace v0.2.3 Sep 17 11:35:25.419 INFO kablam! Checking error-chain v0.5.0 Sep 17 11:35:25.696 INFO kablam! Checking cpuprofiler v0.0.3 Sep 17 11:35:26.107 INFO kablam! Checking rectangle v0.1.0 (/source) Sep 17 11:35:26.375 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 17 11:35:26.375 INFO kablam! --> src/main.rs:7:5 Sep 17 11:35:26.375 INFO kablam! | Sep 17 11:35:26.375 INFO kablam! 7 | use std::ascii::AsciiExt; Sep 17 11:35:26.375 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 17 11:35:26.375 INFO kablam! | Sep 17 11:35:26.375 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 17 11:35:26.375 INFO kablam! Sep 17 11:35:26.383 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 17 11:35:26.383 INFO kablam! --> src/main.rs:7:5 Sep 17 11:35:26.383 INFO kablam! | Sep 17 11:35:26.383 INFO kablam! 7 | use std::ascii::AsciiExt; Sep 17 11:35:26.383 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 17 11:35:26.383 INFO kablam! | Sep 17 11:35:26.383 INFO kablam! = note: #[warn(deprecated)] on by default Sep 17 11:35:26.383 INFO kablam! Sep 17 11:35:26.566 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 17 11:35:26.567 INFO kablam! --> src/main.rs:7:5 Sep 17 11:35:26.567 INFO kablam! | Sep 17 11:35:26.567 INFO kablam! 7 | use std::ascii::AsciiExt; Sep 17 11:35:26.567 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 17 11:35:26.567 INFO kablam! | Sep 17 11:35:26.567 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 17 11:35:26.567 INFO kablam! Sep 17 11:35:26.574 INFO kablam! error[E0599]: no method named `is_ascii_lowercase` found for type `&std::string::String` in the current scope Sep 17 11:35:26.575 INFO kablam! --> src/main.rs:57:12 Sep 17 11:35:26.575 INFO kablam! | Sep 17 11:35:26.575 INFO kablam! 57 | word.is_ascii_lowercase() && Sep 17 11:35:26.575 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 17 11:35:26.575 INFO kablam! | Sep 17 11:35:26.575 INFO kablam! = help: did you mean `to_ascii_lowercase`? Sep 17 11:35:26.575 INFO kablam! Sep 17 11:35:26.579 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 17 11:35:26.579 INFO kablam! --> src/main.rs:7:5 Sep 17 11:35:26.579 INFO kablam! | Sep 17 11:35:26.579 INFO kablam! 7 | use std::ascii::AsciiExt; Sep 17 11:35:26.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 17 11:35:26.579 INFO kablam! | Sep 17 11:35:26.579 INFO kablam! = note: #[warn(deprecated)] on by default Sep 17 11:35:26.579 INFO kablam! Sep 17 11:35:26.686 INFO kablam! error[E0599]: no method named `is_ascii_lowercase` found for type `&std::string::String` in the current scope Sep 17 11:35:26.686 INFO kablam! --> src/main.rs:57:12 Sep 17 11:35:26.686 INFO kablam! | Sep 17 11:35:26.686 INFO kablam! 57 | word.is_ascii_lowercase() && Sep 17 11:35:26.686 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 17 11:35:26.686 INFO kablam! | Sep 17 11:35:26.686 INFO kablam! = help: did you mean `to_ascii_lowercase`? Sep 17 11:35:26.686 INFO kablam! Sep 17 11:35:26.803 INFO kablam! error: aborting due to previous error Sep 17 11:35:26.803 INFO kablam! Sep 17 11:35:26.803 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 17 11:35:26.803 INFO kablam! error: aborting due to previous error Sep 17 11:35:26.803 INFO kablam! Sep 17 11:35:26.803 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 17 11:35:26.807 INFO kablam! error: Could not compile `rectangle`. Sep 17 11:35:26.807 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 11:35:26.812 INFO kablam! error: Could not compile `rectangle`. Sep 17 11:35:26.812 INFO kablam! Sep 17 11:35:26.812 INFO kablam! To learn more, run the command again with --verbose. Sep 17 11:35:26.819 INFO kablam! su: No module specific data is present Sep 17 11:35:27.787 INFO running `"docker" "rm" "-f" "74f97e0ea7e78b8a9aac1b19f04747c0afdb3ef0772ac6368908d53f709a484f"` Sep 17 11:35:27.951 INFO blam! 74f97e0ea7e78b8a9aac1b19f04747c0afdb3ef0772ac6368908d53f709a484f