Sep 19 12:20:29.563 INFO checking rocurley/rectangle against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 12:20:29.563 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 12:20:29.563 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-6/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 12:20:30.084 INFO blam! 6d0cacbf30cb7ede1d5ca7151e2c92703270c619a9b2b90edb0afbff6f71894c Sep 19 12:20:30.091 INFO running `"docker" "start" "-a" "6d0cacbf30cb7ede1d5ca7151e2c92703270c619a9b2b90edb0afbff6f71894c"` Sep 19 12:20:31.510 INFO kablam! usermod: no changes Sep 19 12:20:31.655 INFO kablam! Compiling matrixmultiply v0.1.13 Sep 19 12:20:31.662 INFO kablam! Checking rawpointer v0.1.0 Sep 19 12:20:31.663 INFO kablam! Checking either v1.1.0 Sep 19 12:20:31.663 INFO kablam! Compiling ndarray v0.10.5 Sep 19 12:20:31.682 INFO kablam! Checking unicode-segmentation v1.2.0 Sep 19 12:20:31.691 INFO kablam! Checking ascii v0.8.6 Sep 19 12:20:31.691 INFO kablam! Checking term_size v0.3.0 Sep 19 12:20:31.691 INFO kablam! Checking atty v0.2.2 Sep 19 12:20:32.145 INFO kablam! Checking num-complex v0.1.40 Sep 19 12:20:32.391 INFO kablam! Checking itertools v0.6.2 Sep 19 12:20:32.699 INFO kablam! Checking pbr v1.0.0 Sep 19 12:20:32.747 INFO kablam! Checking backtrace v0.2.3 Sep 19 12:20:33.911 INFO kablam! Checking textwrap v0.7.0 Sep 19 12:20:34.095 INFO kablam! Checking error-chain v0.5.0 Sep 19 12:20:35.372 INFO kablam! Checking cpuprofiler v0.0.3 Sep 19 12:20:35.777 INFO kablam! Checking clap v2.26.0 Sep 19 12:20:48.543 INFO kablam! Checking rectangle v0.1.0 (/source) Sep 19 12:20:48.999 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 19 12:20:49.003 INFO kablam! --> src/main.rs:7:5 Sep 19 12:20:49.003 INFO kablam! | Sep 19 12:20:49.004 INFO kablam! 7 | use std::ascii::AsciiExt; Sep 19 12:20:49.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 12:20:49.005 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 19 12:20:49.005 INFO kablam! --> src/main.rs:7:5 Sep 19 12:20:49.005 INFO kablam! | Sep 19 12:20:49.006 INFO kablam! 7 | use std::ascii::AsciiExt; Sep 19 12:20:49.006 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 12:20:49.007 INFO kablam! | Sep 19 12:20:49.007 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 12:20:49.007 INFO kablam! Sep 19 12:20:49.008 INFO kablam! | Sep 19 12:20:49.008 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 12:20:49.008 INFO kablam! Sep 19 12:20:49.039 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 19 12:20:49.039 INFO kablam! --> src/main.rs:7:5 Sep 19 12:20:49.039 INFO kablam! | Sep 19 12:20:49.039 INFO kablam! 7 | use std::ascii::AsciiExt; Sep 19 12:20:49.040 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 12:20:49.040 INFO kablam! | Sep 19 12:20:49.040 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 12:20:49.040 INFO kablam! Sep 19 12:20:49.041 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 19 12:20:49.041 INFO kablam! --> src/main.rs:7:5 Sep 19 12:20:49.041 INFO kablam! | Sep 19 12:20:49.041 INFO kablam! 7 | use std::ascii::AsciiExt; Sep 19 12:20:49.041 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 12:20:49.041 INFO kablam! | Sep 19 12:20:49.041 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 12:20:49.041 INFO kablam! Sep 19 12:20:49.212 INFO kablam! error[E0599]: no method named `is_ascii_lowercase` found for type `&std::string::String` in the current scope Sep 19 12:20:49.212 INFO kablam! --> src/main.rs:57:12 Sep 19 12:20:49.212 INFO kablam! | Sep 19 12:20:49.212 INFO kablam! 57 | word.is_ascii_lowercase() && Sep 19 12:20:49.212 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 19 12:20:49.212 INFO kablam! | Sep 19 12:20:49.212 INFO kablam! = help: did you mean `to_ascii_lowercase`? Sep 19 12:20:49.212 INFO kablam! Sep 19 12:20:49.241 INFO kablam! error[E0599]: no method named `is_ascii_lowercase` found for type `&std::string::String` in the current scope Sep 19 12:20:49.241 INFO kablam! --> src/main.rs:57:12 Sep 19 12:20:49.241 INFO kablam! | Sep 19 12:20:49.241 INFO kablam! 57 | word.is_ascii_lowercase() && Sep 19 12:20:49.241 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 19 12:20:49.241 INFO kablam! | Sep 19 12:20:49.241 INFO kablam! = help: did you mean `to_ascii_lowercase`? Sep 19 12:20:49.241 INFO kablam! Sep 19 12:20:49.411 INFO kablam! error: aborting due to previous error Sep 19 12:20:49.411 INFO kablam! Sep 19 12:20:49.411 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 19 12:20:49.418 INFO kablam! error: Could not compile `rectangle`. Sep 19 12:20:49.418 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 12:20:49.439 INFO kablam! error: aborting due to previous error Sep 19 12:20:49.439 INFO kablam! Sep 19 12:20:49.439 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 19 12:20:49.464 INFO kablam! error: Could not compile `rectangle`. Sep 19 12:20:49.464 INFO kablam! Sep 19 12:20:49.464 INFO kablam! To learn more, run the command again with --verbose. Sep 19 12:20:49.466 INFO kablam! su: No module specific data is present Sep 19 12:20:50.954 INFO running `"docker" "rm" "-f" "6d0cacbf30cb7ede1d5ca7151e2c92703270c619a9b2b90edb0afbff6f71894c"` Sep 19 12:20:51.223 INFO blam! 6d0cacbf30cb7ede1d5ca7151e2c92703270c619a9b2b90edb0afbff6f71894c