Sep 05 17:34:24.804 INFO checking rocurley/rectangle against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 05 17:34:24.804 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 05 17:34:24.804 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-2/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 17:34:25.225 INFO blam! f9a43097303bb046280eabeb67dc29af99c30ed9a70c0c663bf9a0c0f6a6155b Sep 05 17:34:25.227 INFO running `"docker" "start" "-a" "f9a43097303bb046280eabeb67dc29af99c30ed9a70c0c663bf9a0c0f6a6155b"` Sep 05 17:34:26.505 INFO kablam! usermod: no changes Sep 05 17:34:26.637 INFO kablam! Compiling matrixmultiply v0.1.13 Sep 05 17:34:26.637 INFO kablam! Compiling ndarray v0.10.5 Sep 05 17:34:26.637 INFO kablam! Checking either v1.1.0 Sep 05 17:34:26.645 INFO kablam! Checking unicode-segmentation v1.2.0 Sep 05 17:34:26.645 INFO kablam! Checking ansi_term v0.9.0 Sep 05 17:34:26.645 INFO kablam! Checking strsim v0.6.0 Sep 05 17:34:26.648 INFO kablam! Checking fnv v1.0.5 Sep 05 17:34:26.653 INFO kablam! Checking ascii v0.8.6 Sep 05 17:34:27.306 INFO kablam! Checking term_size v0.3.0 Sep 05 17:34:27.833 INFO kablam! Checking atty v0.2.2 Sep 05 17:34:28.289 INFO kablam! Checking num-complex v0.1.40 Sep 05 17:34:28.294 INFO kablam! Checking textwrap v0.7.0 Sep 05 17:34:28.298 INFO kablam! Checking itertools v0.6.2 Sep 05 17:34:28.383 INFO kablam! Checking pbr v1.0.0 Sep 05 17:34:28.738 INFO kablam! Checking backtrace v0.2.3 Sep 05 17:34:30.086 INFO kablam! Checking clap v2.26.0 Sep 05 17:34:30.302 INFO kablam! Checking error-chain v0.5.0 Sep 05 17:34:30.806 INFO kablam! Checking cpuprofiler v0.0.3 Sep 05 17:34:41.382 INFO kablam! Checking rectangle v0.1.0 (file:///source) Sep 05 17:34:41.802 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 05 17:34:41.802 INFO kablam! --> src/main.rs:7:5 Sep 05 17:34:41.802 INFO kablam! | Sep 05 17:34:41.802 INFO kablam! 7 | use std::ascii::AsciiExt; Sep 05 17:34:41.802 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 05 17:34:41.802 INFO kablam! | Sep 05 17:34:41.802 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 05 17:34:41.802 INFO kablam! Sep 05 17:34:41.810 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 05 17:34:41.810 INFO kablam! --> src/main.rs:7:5 Sep 05 17:34:41.810 INFO kablam! | Sep 05 17:34:41.810 INFO kablam! 7 | use std::ascii::AsciiExt; Sep 05 17:34:41.810 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 05 17:34:41.810 INFO kablam! | Sep 05 17:34:41.810 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 05 17:34:41.810 INFO kablam! Sep 05 17:34:41.830 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 05 17:34:41.830 INFO kablam! --> src/main.rs:7:5 Sep 05 17:34:41.830 INFO kablam! | Sep 05 17:34:41.830 INFO kablam! 7 | use std::ascii::AsciiExt; Sep 05 17:34:41.830 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 05 17:34:41.830 INFO kablam! | Sep 05 17:34:41.830 INFO kablam! = note: #[warn(deprecated)] on by default Sep 05 17:34:41.830 INFO kablam! Sep 05 17:34:41.837 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 05 17:34:41.837 INFO kablam! --> src/main.rs:7:5 Sep 05 17:34:41.837 INFO kablam! | Sep 05 17:34:41.837 INFO kablam! 7 | use std::ascii::AsciiExt; Sep 05 17:34:41.837 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 05 17:34:41.837 INFO kablam! | Sep 05 17:34:41.837 INFO kablam! = note: #[warn(deprecated)] on by default Sep 05 17:34:41.837 INFO kablam! Sep 05 17:34:42.006 INFO kablam! error[E0599]: no method named `is_ascii_lowercase` found for type `&std::string::String` in the current scope Sep 05 17:34:42.006 INFO kablam! --> src/main.rs:57:12 Sep 05 17:34:42.006 INFO kablam! | Sep 05 17:34:42.006 INFO kablam! 57 | word.is_ascii_lowercase() && Sep 05 17:34:42.006 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 05 17:34:42.006 INFO kablam! | Sep 05 17:34:42.006 INFO kablam! = help: did you mean `to_ascii_lowercase`? Sep 05 17:34:42.006 INFO kablam! Sep 05 17:34:42.031 INFO kablam! error[E0599]: no method named `is_ascii_lowercase` found for type `&std::string::String` in the current scope Sep 05 17:34:42.031 INFO kablam! --> src/main.rs:57:12 Sep 05 17:34:42.031 INFO kablam! | Sep 05 17:34:42.031 INFO kablam! 57 | word.is_ascii_lowercase() && Sep 05 17:34:42.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 05 17:34:42.031 INFO kablam! | Sep 05 17:34:42.031 INFO kablam! = help: did you mean `to_ascii_lowercase`? Sep 05 17:34:42.031 INFO kablam! Sep 05 17:34:42.198 INFO kablam! error: aborting due to previous error Sep 05 17:34:42.198 INFO kablam! Sep 05 17:34:42.198 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 05 17:34:42.218 INFO kablam! error: Could not compile `rectangle`. Sep 05 17:34:42.218 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 17:34:42.230 INFO kablam! error: aborting due to previous error Sep 05 17:34:42.230 INFO kablam! Sep 05 17:34:42.230 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 05 17:34:42.240 INFO kablam! error: Could not compile `rectangle`. Sep 05 17:34:42.240 INFO kablam! Sep 05 17:34:42.240 INFO kablam! To learn more, run the command again with --verbose. Sep 05 17:34:42.242 INFO kablam! su: No module specific data is present Sep 05 17:34:43.686 INFO running `"docker" "rm" "-f" "f9a43097303bb046280eabeb67dc29af99c30ed9a70c0c663bf9a0c0f6a6155b"` Sep 05 17:34:43.966 INFO blam! f9a43097303bb046280eabeb67dc29af99c30ed9a70c0c663bf9a0c0f6a6155b