Sep 03 20:26:52.874 INFO checking rocurley/rectangle against try#5fe695a3844714c70e8f7731a553f7947987a68a for pr-53913 Sep 03 20:26:52.874 INFO running: cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets Sep 03 20:26:52.874 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53913/try#5fe695a3844714c70e8f7731a553f7947987a68a:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-2/try#5fe695a3844714c70e8f7731a553f7947987a68a:/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 +5fe695a3844714c70e8f7731a553f7947987a68a-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.022 INFO blam! db4456c0864f86c06fdb5e8973df60ba695d38c53d410f6f51f14335c43c6219 Sep 03 20:26:53.023 INFO running `"docker" "start" "-a" "db4456c0864f86c06fdb5e8973df60ba695d38c53d410f6f51f14335c43c6219"` Sep 03 20:26:53.621 INFO kablam! Compiling matrixmultiply v0.1.13 Sep 03 20:26:53.621 INFO kablam! Checking either v1.1.0 Sep 03 20:26:53.622 INFO kablam! Compiling ndarray v0.10.5 Sep 03 20:26:53.623 INFO kablam! Checking ascii v0.8.6 Sep 03 20:26:53.624 INFO kablam! Checking num-complex v0.1.40 Sep 03 20:26:53.625 INFO kablam! Checking textwrap v0.7.0 Sep 03 20:26:53.626 INFO kablam! Checking pbr v1.0.0 Sep 03 20:26:53.627 INFO kablam! Checking backtrace v0.2.3 Sep 03 20:26:54.150 INFO kablam! Checking itertools v0.6.2 Sep 03 20:26:55.182 INFO kablam! Checking error-chain v0.5.0 Sep 03 20:26:55.237 INFO kablam! Checking clap v2.26.0 Sep 03 20:26:55.787 INFO kablam! Checking cpuprofiler v0.0.3 Sep 03 20:27:12.793 INFO kablam! Checking rectangle v0.1.0 (file:///source) Sep 03 20:27:13.122 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 03 20:27:13.122 INFO kablam! --> src/main.rs:7:5 Sep 03 20:27:13.122 INFO kablam! | Sep 03 20:27:13.122 INFO kablam! 7 | use std::ascii::AsciiExt; Sep 03 20:27:13.122 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 03 20:27:13.122 INFO kablam! | Sep 03 20:27:13.122 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 03 20:27:13.122 INFO kablam! Sep 03 20:27:13.144 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 03 20:27:13.144 INFO kablam! --> src/main.rs:7:5 Sep 03 20:27:13.144 INFO kablam! | Sep 03 20:27:13.144 INFO kablam! 7 | use std::ascii::AsciiExt; Sep 03 20:27:13.144 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 03 20:27:13.144 INFO kablam! | Sep 03 20:27:13.144 INFO kablam! = note: #[warn(deprecated)] on by default Sep 03 20:27:13.144 INFO kablam! Sep 03 20:27:13.182 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 03 20:27:13.182 INFO kablam! --> src/main.rs:7:5 Sep 03 20:27:13.182 INFO kablam! | Sep 03 20:27:13.182 INFO kablam! 7 | use std::ascii::AsciiExt; Sep 03 20:27:13.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 03 20:27:13.182 INFO kablam! | Sep 03 20:27:13.182 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 03 20:27:13.182 INFO kablam! Sep 03 20:27:13.203 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 03 20:27:13.203 INFO kablam! --> src/main.rs:7:5 Sep 03 20:27:13.203 INFO kablam! | Sep 03 20:27:13.203 INFO kablam! 7 | use std::ascii::AsciiExt; Sep 03 20:27:13.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 03 20:27:13.203 INFO kablam! | Sep 03 20:27:13.203 INFO kablam! = note: #[warn(deprecated)] on by default Sep 03 20:27:13.203 INFO kablam! Sep 03 20:27:13.369 INFO kablam! error[E0599]: no method named `is_ascii_lowercase` found for type `&std::string::String` in the current scope Sep 03 20:27:13.369 INFO kablam! --> src/main.rs:57:12 Sep 03 20:27:13.369 INFO kablam! | Sep 03 20:27:13.369 INFO kablam! 57 | word.is_ascii_lowercase() && Sep 03 20:27:13.369 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 03 20:27:13.369 INFO kablam! | Sep 03 20:27:13.369 INFO kablam! = help: did you mean `to_ascii_lowercase`? Sep 03 20:27:13.369 INFO kablam! Sep 03 20:27:13.411 INFO kablam! error[E0599]: no method named `is_ascii_lowercase` found for type `&std::string::String` in the current scope Sep 03 20:27:13.411 INFO kablam! --> src/main.rs:57:12 Sep 03 20:27:13.411 INFO kablam! | Sep 03 20:27:13.411 INFO kablam! 57 | word.is_ascii_lowercase() && Sep 03 20:27:13.411 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 03 20:27:13.411 INFO kablam! | Sep 03 20:27:13.411 INFO kablam! = help: did you mean `to_ascii_lowercase`? Sep 03 20:27:13.411 INFO kablam! Sep 03 20:27:13.598 INFO kablam! error: aborting due to previous error Sep 03 20:27:13.598 INFO kablam! Sep 03 20:27:13.598 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 03 20:27:13.608 INFO kablam! error: Could not compile `rectangle`. Sep 03 20:27:13.608 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 03 20:27:13.660 INFO kablam! error: aborting due to previous error Sep 03 20:27:13.660 INFO kablam! Sep 03 20:27:13.660 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 03 20:27:13.670 INFO kablam! error: Could not compile `rectangle`. Sep 03 20:27:13.670 INFO kablam! Sep 03 20:27:13.670 INFO kablam! To learn more, run the command again with --verbose. Sep 03 20:27:13.671 INFO kablam! su: No module specific data is present Sep 03 20:27:14.182 INFO running `"docker" "rm" "-f" "db4456c0864f86c06fdb5e8973df60ba695d38c53d410f6f51f14335c43c6219"` Sep 03 20:27:14.322 INFO blam! db4456c0864f86c06fdb5e8973df60ba695d38c53d410f6f51f14335c43c6219