Sep 10 02:42:00.707 INFO checking rocurley/rectangle against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 02:42:00.707 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 02:42:00.707 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-7/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 02:42:00.947 INFO blam! 318ce2a289891628c93c84bd09803eaf5221cf649d51d5163da4883def2ea373 Sep 10 02:42:00.948 INFO running `"docker" "start" "-a" "318ce2a289891628c93c84bd09803eaf5221cf649d51d5163da4883def2ea373"` Sep 10 02:42:02.086 INFO kablam! usermod: no changes Sep 10 02:42:02.266 INFO kablam! Compiling gcc v0.3.53 Sep 10 02:42:02.270 INFO kablam! Compiling matrixmultiply v0.1.13 Sep 10 02:42:02.270 INFO kablam! Checking rustc-demangle v0.1.5 Sep 10 02:42:02.270 INFO kablam! Checking rawpointer v0.1.0 Sep 10 02:42:02.270 INFO kablam! Checking either v1.1.0 Sep 10 02:42:02.270 INFO kablam! Compiling ndarray v0.10.5 Sep 10 02:42:02.274 INFO kablam! Checking ascii v0.8.6 Sep 10 02:42:02.274 INFO kablam! Checking fnv v1.0.5 Sep 10 02:42:02.594 INFO kablam! Checking time v0.1.38 Sep 10 02:42:02.918 INFO kablam! Checking num-complex v0.1.40 Sep 10 02:42:03.370 INFO kablam! Checking textwrap v0.7.0 Sep 10 02:42:03.554 INFO kablam! Checking itertools v0.6.2 Sep 10 02:42:04.995 INFO kablam! Checking clap v2.26.0 Sep 10 02:42:08.623 INFO kablam! Checking pbr v1.0.0 Sep 10 02:42:10.947 INFO kablam! Compiling backtrace-sys v0.1.12 Sep 10 02:42:32.750 INFO kablam! Checking backtrace v0.2.3 Sep 10 02:42:33.134 INFO kablam! Checking error-chain v0.5.0 Sep 10 02:42:33.334 INFO kablam! Checking cpuprofiler v0.0.3 Sep 10 02:42:33.770 INFO kablam! Checking rectangle v0.1.0 (file:///source) Sep 10 02:42:33.985 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 10 02:42:33.985 INFO kablam! --> src/main.rs:7:5 Sep 10 02:42:33.985 INFO kablam! | Sep 10 02:42:33.985 INFO kablam! 7 | use std::ascii::AsciiExt; Sep 10 02:42:33.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 10 02:42:33.985 INFO kablam! | Sep 10 02:42:33.986 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 02:42:33.986 INFO kablam! Sep 10 02:42:34.001 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 10 02:42:34.001 INFO kablam! --> src/main.rs:7:5 Sep 10 02:42:34.001 INFO kablam! | Sep 10 02:42:34.001 INFO kablam! 7 | use std::ascii::AsciiExt; Sep 10 02:42:34.001 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 10 02:42:34.002 INFO kablam! | Sep 10 02:42:34.002 INFO kablam! = note: #[warn(deprecated)] on by default Sep 10 02:42:34.002 INFO kablam! Sep 10 02:42:34.112 INFO kablam! error[E0599]: no method named `is_ascii_lowercase` found for type `&std::string::String` in the current scope Sep 10 02:42:34.112 INFO kablam! --> src/main.rs:57:12 Sep 10 02:42:34.112 INFO kablam! | Sep 10 02:42:34.112 INFO kablam! 57 | word.is_ascii_lowercase() && Sep 10 02:42:34.112 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 10 02:42:34.112 INFO kablam! | Sep 10 02:42:34.112 INFO kablam! = help: did you mean `to_ascii_lowercase`? Sep 10 02:42:34.112 INFO kablam! Sep 10 02:42:34.208 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 10 02:42:34.208 INFO kablam! --> src/main.rs:7:5 Sep 10 02:42:34.208 INFO kablam! | Sep 10 02:42:34.208 INFO kablam! 7 | use std::ascii::AsciiExt; Sep 10 02:42:34.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 10 02:42:34.208 INFO kablam! | Sep 10 02:42:34.208 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 02:42:34.208 INFO kablam! Sep 10 02:42:34.212 INFO kablam! error: aborting due to previous error Sep 10 02:42:34.213 INFO kablam! Sep 10 02:42:34.213 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 10 02:42:34.226 INFO kablam! error: Could not compile `rectangle`. Sep 10 02:42:34.226 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 02:42:34.235 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 10 02:42:34.235 INFO kablam! --> src/main.rs:7:5 Sep 10 02:42:34.235 INFO kablam! | Sep 10 02:42:34.235 INFO kablam! 7 | use std::ascii::AsciiExt; Sep 10 02:42:34.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 10 02:42:34.235 INFO kablam! | Sep 10 02:42:34.235 INFO kablam! = note: #[warn(deprecated)] on by default Sep 10 02:42:34.235 INFO kablam! Sep 10 02:42:34.422 INFO kablam! error[E0599]: no method named `is_ascii_lowercase` found for type `&std::string::String` in the current scope Sep 10 02:42:34.422 INFO kablam! --> src/main.rs:57:12 Sep 10 02:42:34.423 INFO kablam! | Sep 10 02:42:34.423 INFO kablam! 57 | word.is_ascii_lowercase() && Sep 10 02:42:34.423 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 10 02:42:34.423 INFO kablam! | Sep 10 02:42:34.423 INFO kablam! = help: did you mean `to_ascii_lowercase`? Sep 10 02:42:34.423 INFO kablam! Sep 10 02:42:34.597 INFO kablam! error: aborting due to previous error Sep 10 02:42:34.597 INFO kablam! Sep 10 02:42:34.597 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 10 02:42:34.610 INFO kablam! error: Could not compile `rectangle`. Sep 10 02:42:34.610 INFO kablam! Sep 10 02:42:34.610 INFO kablam! To learn more, run the command again with --verbose. Sep 10 02:42:34.614 INFO kablam! su: No module specific data is present Sep 10 02:42:36.053 INFO running `"docker" "rm" "-f" "318ce2a289891628c93c84bd09803eaf5221cf649d51d5163da4883def2ea373"` Sep 10 02:42:36.184 INFO blam! 318ce2a289891628c93c84bd09803eaf5221cf649d51d5163da4883def2ea373