Sep 10 02:41:59.849 INFO checking rocurley/rectangle against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 02:41:59.849 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 02:41:59.849 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-0/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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 +3a2610c2a16575649896925631bf8cec4f4b1961-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.056 INFO blam! 8e6b2edba582e81ad3e7a7fffd8716c944212a48cdaa9473dfef77e5d71f23f9 Sep 10 02:42:00.058 INFO running `"docker" "start" "-a" "8e6b2edba582e81ad3e7a7fffd8716c944212a48cdaa9473dfef77e5d71f23f9"` Sep 10 02:42:01.302 INFO kablam! usermod: no changes Sep 10 02:42:01.462 INFO kablam! Compiling matrixmultiply v0.1.13 Sep 10 02:42:01.466 INFO kablam! Compiling ndarray v0.10.5 Sep 10 02:42:01.466 INFO kablam! Checking either v1.1.0 Sep 10 02:42:01.468 INFO kablam! Checking rawpointer v0.1.0 Sep 10 02:42:01.469 INFO kablam! Checking fnv v1.0.5 Sep 10 02:42:01.469 INFO kablam! Checking ascii v0.8.6 Sep 10 02:42:01.469 INFO kablam! Checking num-complex v0.1.40 Sep 10 02:42:01.474 INFO kablam! Checking textwrap v0.7.0 Sep 10 02:42:02.078 INFO kablam! Checking backtrace v0.2.3 Sep 10 02:42:02.766 INFO kablam! Checking pbr v1.0.0 Sep 10 02:42:02.766 INFO kablam! Checking clap v2.26.0 Sep 10 02:42:02.990 INFO kablam! Checking itertools v0.6.2 Sep 10 02:42:03.878 INFO kablam! Checking error-chain v0.5.0 Sep 10 02:42:04.792 INFO kablam! Checking cpuprofiler v0.0.3 Sep 10 02:42:18.498 INFO kablam! Checking rectangle v0.1.0 (file:///source) Sep 10 02:42:18.823 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 10 02:42:18.823 INFO kablam! --> src/main.rs:7:5 Sep 10 02:42:18.823 INFO kablam! | Sep 10 02:42:18.823 INFO kablam! 7 | use std::ascii::AsciiExt; Sep 10 02:42:18.823 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 10 02:42:18.823 INFO kablam! | Sep 10 02:42:18.823 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 02:42:18.823 INFO kablam! Sep 10 02:42:18.846 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 10 02:42:18.846 INFO kablam! --> src/main.rs:7:5 Sep 10 02:42:18.846 INFO kablam! | Sep 10 02:42:18.846 INFO kablam! 7 | use std::ascii::AsciiExt; Sep 10 02:42:18.846 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 10 02:42:18.850 INFO kablam! | Sep 10 02:42:18.850 INFO kablam! = note: #[warn(deprecated)] on by default Sep 10 02:42:18.850 INFO kablam! Sep 10 02:42:18.908 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 10 02:42:18.908 INFO kablam! --> src/main.rs:7:5 Sep 10 02:42:18.908 INFO kablam! | Sep 10 02:42:18.909 INFO kablam! 7 | use std::ascii::AsciiExt; Sep 10 02:42:18.909 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 10 02:42:18.909 INFO kablam! | Sep 10 02:42:18.909 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 02:42:18.909 INFO kablam! Sep 10 02:42:18.944 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 10 02:42:18.944 INFO kablam! --> src/main.rs:7:5 Sep 10 02:42:18.944 INFO kablam! | Sep 10 02:42:18.944 INFO kablam! 7 | use std::ascii::AsciiExt; Sep 10 02:42:18.944 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 10 02:42:18.944 INFO kablam! | Sep 10 02:42:18.944 INFO kablam! = note: #[warn(deprecated)] on by default Sep 10 02:42:18.944 INFO kablam! Sep 10 02:42:18.977 INFO kablam! error[E0599]: no method named `is_ascii_lowercase` found for type `&std::string::String` in the current scope Sep 10 02:42:18.977 INFO kablam! --> src/main.rs:57:12 Sep 10 02:42:18.977 INFO kablam! | Sep 10 02:42:18.977 INFO kablam! 57 | word.is_ascii_lowercase() && Sep 10 02:42:18.977 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 10 02:42:18.977 INFO kablam! | Sep 10 02:42:18.977 INFO kablam! = help: did you mean `to_ascii_lowercase`? Sep 10 02:42:18.978 INFO kablam! Sep 10 02:42:19.108 INFO kablam! error: aborting due to previous error Sep 10 02:42:19.114 INFO kablam! Sep 10 02:42:19.114 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 10 02:42:19.128 INFO kablam! error: Could not compile `rectangle`. Sep 10 02:42:19.129 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 02:42:19.139 INFO kablam! error[E0599]: no method named `is_ascii_lowercase` found for type `&std::string::String` in the current scope Sep 10 02:42:19.139 INFO kablam! --> src/main.rs:57:12 Sep 10 02:42:19.139 INFO kablam! | Sep 10 02:42:19.139 INFO kablam! 57 | word.is_ascii_lowercase() && Sep 10 02:42:19.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 10 02:42:19.139 INFO kablam! | Sep 10 02:42:19.139 INFO kablam! = help: did you mean `to_ascii_lowercase`? Sep 10 02:42:19.139 INFO kablam! Sep 10 02:42:19.281 INFO kablam! error: aborting due to previous error Sep 10 02:42:19.281 INFO kablam! Sep 10 02:42:19.281 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 10 02:42:19.293 INFO kablam! error: Could not compile `rectangle`. Sep 10 02:42:19.293 INFO kablam! Sep 10 02:42:19.293 INFO kablam! To learn more, run the command again with --verbose. Sep 10 02:42:19.296 INFO kablam! su: No module specific data is present Sep 10 02:42:21.086 INFO running `"docker" "rm" "-f" "8e6b2edba582e81ad3e7a7fffd8716c944212a48cdaa9473dfef77e5d71f23f9"` Sep 10 02:42:21.196 INFO blam! 8e6b2edba582e81ad3e7a7fffd8716c944212a48cdaa9473dfef77e5d71f23f9