Sep 05 17:34:23.450 INFO checking rocurley/rectangle against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 05 17:34:23.453 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 05 17:34:23.454 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-7/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 17:34:23.808 INFO blam! f14fff6a6aaba6abd2ae6ee3dd3967bafe57a9225c090929b9613c8ced1812d7 Sep 05 17:34:23.809 INFO running `"docker" "start" "-a" "f14fff6a6aaba6abd2ae6ee3dd3967bafe57a9225c090929b9613c8ced1812d7"` Sep 05 17:34:25.508 INFO kablam! usermod: no changes Sep 05 17:34:25.645 INFO kablam! Compiling gcc v0.3.53 Sep 05 17:34:25.646 INFO kablam! Compiling backtrace v0.2.3 Sep 05 17:34:25.646 INFO kablam! Checking libc v0.2.30 Sep 05 17:34:25.646 INFO kablam! Compiling matrixmultiply v0.1.13 Sep 05 17:34:25.646 INFO kablam! Checking rustc-demangle v0.1.5 Sep 05 17:34:25.666 INFO kablam! Checking either v1.1.0 Sep 05 17:34:25.666 INFO kablam! Checking rawpointer v0.1.0 Sep 05 17:34:25.666 INFO kablam! Compiling ndarray v0.10.5 Sep 05 17:34:26.165 INFO kablam! Checking unicode-segmentation v1.2.0 Sep 05 17:34:26.201 INFO kablam! Checking lazy_static v0.2.8 Sep 05 17:34:26.905 INFO kablam! Checking ascii v0.8.6 Sep 05 17:34:26.913 INFO kablam! Compiling dbghelp-sys v0.2.0 Sep 05 17:34:26.931 INFO kablam! Checking num-complex v0.1.40 Sep 05 17:34:27.901 INFO kablam! Checking itertools v0.6.2 Sep 05 17:34:28.714 INFO kablam! Checking term_size v0.3.0 Sep 05 17:34:28.714 INFO kablam! Checking atty v0.2.2 Sep 05 17:34:28.714 INFO kablam! Checking time v0.1.38 Sep 05 17:34:29.954 INFO kablam! Checking textwrap v0.7.0 Sep 05 17:34:31.518 INFO kablam! Checking clap v2.26.0 Sep 05 17:34:31.826 INFO kablam! Compiling backtrace-sys v0.1.12 Sep 05 17:34:32.214 INFO kablam! Checking pbr v1.0.0 Sep 05 17:34:52.314 INFO kablam! Checking error-chain v0.5.0 Sep 05 17:34:52.564 INFO kablam! Checking cpuprofiler v0.0.3 Sep 05 17:34:52.921 INFO kablam! Checking rectangle v0.1.0 (file:///source) Sep 05 17:34:53.146 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 05 17:34:53.146 INFO kablam! --> src/main.rs:7:5 Sep 05 17:34:53.146 INFO kablam! | Sep 05 17:34:53.146 INFO kablam! 7 | use std::ascii::AsciiExt; Sep 05 17:34:53.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 05 17:34:53.146 INFO kablam! | Sep 05 17:34:53.146 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 05 17:34:53.146 INFO kablam! Sep 05 17:34:53.146 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 05 17:34:53.146 INFO kablam! --> src/main.rs:7:5 Sep 05 17:34:53.146 INFO kablam! | Sep 05 17:34:53.146 INFO kablam! 7 | use std::ascii::AsciiExt; Sep 05 17:34:53.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 05 17:34:53.150 INFO kablam! | Sep 05 17:34:53.150 INFO kablam! = note: #[warn(deprecated)] on by default Sep 05 17:34:53.150 INFO kablam! Sep 05 17:34:53.246 INFO kablam! error[E0599]: no method named `is_ascii_lowercase` found for type `&std::string::String` in the current scope Sep 05 17:34:53.246 INFO kablam! --> src/main.rs:57:12 Sep 05 17:34:53.246 INFO kablam! | Sep 05 17:34:53.246 INFO kablam! 57 | word.is_ascii_lowercase() && Sep 05 17:34:53.246 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 05 17:34:53.246 INFO kablam! | Sep 05 17:34:53.246 INFO kablam! = help: did you mean `to_ascii_lowercase`? Sep 05 17:34:53.246 INFO kablam! Sep 05 17:34:53.246 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 05 17:34:53.246 INFO kablam! --> src/main.rs:7:5 Sep 05 17:34:53.246 INFO kablam! | Sep 05 17:34:53.246 INFO kablam! 7 | use std::ascii::AsciiExt; Sep 05 17:34:53.246 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 05 17:34:53.246 INFO kablam! | Sep 05 17:34:53.246 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 05 17:34:53.246 INFO kablam! Sep 05 17:34:53.258 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 05 17:34:53.258 INFO kablam! --> src/main.rs:7:5 Sep 05 17:34:53.258 INFO kablam! | Sep 05 17:34:53.258 INFO kablam! 7 | use std::ascii::AsciiExt; Sep 05 17:34:53.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 05 17:34:53.258 INFO kablam! | Sep 05 17:34:53.258 INFO kablam! = note: #[warn(deprecated)] on by default Sep 05 17:34:53.258 INFO kablam! Sep 05 17:34:53.356 INFO kablam! error[E0599]: no method named `is_ascii_lowercase` found for type `&std::string::String` in the current scope Sep 05 17:34:53.356 INFO kablam! --> src/main.rs:57:12 Sep 05 17:34:53.356 INFO kablam! | Sep 05 17:34:53.356 INFO kablam! 57 | word.is_ascii_lowercase() && Sep 05 17:34:53.356 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 05 17:34:53.356 INFO kablam! | Sep 05 17:34:53.356 INFO kablam! = help: did you mean `to_ascii_lowercase`? Sep 05 17:34:53.356 INFO kablam! Sep 05 17:34:53.359 INFO kablam! error: aborting due to previous error Sep 05 17:34:53.359 INFO kablam! Sep 05 17:34:53.360 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 05 17:34:53.368 INFO kablam! error: Could not compile `rectangle`. Sep 05 17:34:53.369 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 17:34:53.450 INFO kablam! error: aborting due to previous error Sep 05 17:34:53.450 INFO kablam! Sep 05 17:34:53.450 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 05 17:34:53.462 INFO kablam! error: Could not compile `rectangle`. Sep 05 17:34:53.462 INFO kablam! Sep 05 17:34:53.462 INFO kablam! To learn more, run the command again with --verbose. Sep 05 17:34:53.462 INFO kablam! su: No module specific data is present Sep 05 17:34:54.043 INFO running `"docker" "rm" "-f" "f14fff6a6aaba6abd2ae6ee3dd3967bafe57a9225c090929b9613c8ced1812d7"` Sep 05 17:34:54.183 INFO blam! f14fff6a6aaba6abd2ae6ee3dd3967bafe57a9225c090929b9613c8ced1812d7