Sep 03 20:26:52.878 INFO checking rocurley/rectangle against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 03 20:26:52.878 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 03 20:26:52.878 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-0/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 03 20:26:53.043 INFO blam! e936c52a4bf4305036c08211120107ccabd45c4662b0541e4879f06fd0e0b266 Sep 03 20:26:53.045 INFO running `"docker" "start" "-a" "e936c52a4bf4305036c08211120107ccabd45c4662b0541e4879f06fd0e0b266"` Sep 03 20:26:53.891 INFO kablam! Compiling gcc v0.3.53 Sep 03 20:26:53.896 INFO kablam! Compiling matrixmultiply v0.1.13 Sep 03 20:26:53.898 INFO kablam! Checking either v1.1.0 Sep 03 20:26:53.898 INFO kablam! Checking rawpointer v0.1.0 Sep 03 20:26:53.898 INFO kablam! Compiling ndarray v0.10.5 Sep 03 20:26:53.899 INFO kablam! Checking ascii v0.8.6 Sep 03 20:26:53.900 INFO kablam! Checking num-complex v0.1.40 Sep 03 20:26:53.900 INFO kablam! Checking textwrap v0.7.0 Sep 03 20:26:54.272 INFO kablam! Checking pbr v1.0.0 Sep 03 20:26:55.137 INFO kablam! Checking itertools v0.6.2 Sep 03 20:26:55.143 INFO kablam! Checking clap v2.26.0 Sep 03 20:27:00.002 INFO kablam! Compiling backtrace-sys v0.1.12 Sep 03 20:27:14.584 INFO kablam! Checking backtrace v0.2.3 Sep 03 20:27:15.015 INFO kablam! Checking error-chain v0.5.0 Sep 03 20:27:15.218 INFO kablam! Checking cpuprofiler v0.0.3 Sep 03 20:27:16.677 INFO kablam! Checking rectangle v0.1.0 (file:///source) Sep 03 20:27:16.882 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 03 20:27:16.882 INFO kablam! --> src/main.rs:7:5 Sep 03 20:27:16.882 INFO kablam! | Sep 03 20:27:16.882 INFO kablam! 7 | use std::ascii::AsciiExt; Sep 03 20:27:16.882 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 03 20:27:16.882 INFO kablam! | Sep 03 20:27:16.882 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 03 20:27:16.883 INFO kablam! Sep 03 20:27:16.895 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 03 20:27:16.895 INFO kablam! --> src/main.rs:7:5 Sep 03 20:27:16.895 INFO kablam! | Sep 03 20:27:16.895 INFO kablam! 7 | use std::ascii::AsciiExt; Sep 03 20:27:16.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 03 20:27:16.895 INFO kablam! | Sep 03 20:27:16.895 INFO kablam! = note: #[warn(deprecated)] on by default Sep 03 20:27:16.895 INFO kablam! Sep 03 20:27:16.913 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 03 20:27:16.914 INFO kablam! --> src/main.rs:7:5 Sep 03 20:27:16.914 INFO kablam! | Sep 03 20:27:16.914 INFO kablam! 7 | use std::ascii::AsciiExt; Sep 03 20:27:16.914 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 03 20:27:16.914 INFO kablam! | Sep 03 20:27:16.914 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 03 20:27:16.914 INFO kablam! Sep 03 20:27:16.934 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 03 20:27:16.934 INFO kablam! --> src/main.rs:7:5 Sep 03 20:27:16.934 INFO kablam! | Sep 03 20:27:16.934 INFO kablam! 7 | use std::ascii::AsciiExt; Sep 03 20:27:16.934 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 03 20:27:16.934 INFO kablam! | Sep 03 20:27:16.934 INFO kablam! = note: #[warn(deprecated)] on by default Sep 03 20:27:16.934 INFO kablam! Sep 03 20:27:17.070 INFO kablam! error[E0599]: no method named `is_ascii_lowercase` found for type `&std::string::String` in the current scope Sep 03 20:27:17.071 INFO kablam! --> src/main.rs:57:12 Sep 03 20:27:17.071 INFO kablam! | Sep 03 20:27:17.071 INFO kablam! 57 | word.is_ascii_lowercase() && Sep 03 20:27:17.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 03 20:27:17.071 INFO kablam! | Sep 03 20:27:17.071 INFO kablam! = help: did you mean `to_ascii_lowercase`? Sep 03 20:27:17.071 INFO kablam! Sep 03 20:27:17.111 INFO kablam! error[E0599]: no method named `is_ascii_lowercase` found for type `&std::string::String` in the current scope Sep 03 20:27:17.111 INFO kablam! --> src/main.rs:57:12 Sep 03 20:27:17.111 INFO kablam! | Sep 03 20:27:17.111 INFO kablam! 57 | word.is_ascii_lowercase() && Sep 03 20:27:17.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 03 20:27:17.111 INFO kablam! | Sep 03 20:27:17.111 INFO kablam! = help: did you mean `to_ascii_lowercase`? Sep 03 20:27:17.111 INFO kablam! Sep 03 20:27:17.253 INFO kablam! error: aborting due to previous error Sep 03 20:27:17.253 INFO kablam! Sep 03 20:27:17.253 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 03 20:27:17.262 INFO kablam! error: Could not compile `rectangle`. Sep 03 20:27:17.262 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 03 20:27:17.304 INFO kablam! error: aborting due to previous error Sep 03 20:27:17.304 INFO kablam! Sep 03 20:27:17.304 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 03 20:27:17.314 INFO kablam! error: Could not compile `rectangle`. Sep 03 20:27:17.314 INFO kablam! Sep 03 20:27:17.314 INFO kablam! To learn more, run the command again with --verbose. Sep 03 20:27:17.316 INFO kablam! su: No module specific data is present Sep 03 20:27:17.839 INFO running `"docker" "rm" "-f" "e936c52a4bf4305036c08211120107ccabd45c4662b0541e4879f06fd0e0b266"` Sep 03 20:27:17.929 INFO blam! e936c52a4bf4305036c08211120107ccabd45c4662b0541e4879f06fd0e0b266