Sep 10 21:32:10.684 INFO checking case-0.1.0 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 21:32:10.684 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 21:32:10.684 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-3/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 21:32:10.883 INFO blam! 38b52ee39f0c984a60b5afb493add2c19cf998aff6b6620da42b661d22aa4519 Sep 10 21:32:10.885 INFO running `"docker" "start" "-a" "38b52ee39f0c984a60b5afb493add2c19cf998aff6b6620da42b661d22aa4519"` Sep 10 21:32:11.402 INFO kablam! usermod: no changes Sep 10 21:32:11.431 INFO kablam! Checking case v0.1.0 (file:///source) Sep 10 21:32:11.814 INFO kablam! warning: unused import: `std::ascii` Sep 10 21:32:11.814 INFO kablam! --> src/lib.rs:1:5 Sep 10 21:32:11.814 INFO kablam! | Sep 10 21:32:11.814 INFO kablam! 1 | use std::ascii::*; Sep 10 21:32:11.814 INFO kablam! | ^^^^^^^^^^ Sep 10 21:32:11.814 INFO kablam! | Sep 10 21:32:11.814 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 21:32:11.814 INFO kablam! Sep 10 21:32:11.834 INFO kablam! warning: unused import: `std::ascii` Sep 10 21:32:11.834 INFO kablam! --> src/lib.rs:1:5 Sep 10 21:32:11.834 INFO kablam! | Sep 10 21:32:11.834 INFO kablam! 1 | use std::ascii::*; Sep 10 21:32:11.834 INFO kablam! | ^^^^^^^^^^ Sep 10 21:32:11.834 INFO kablam! | Sep 10 21:32:11.834 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 21:32:11.834 INFO kablam! Sep 10 21:32:12.254 INFO kablam! error[E0191]: the value of the associated type `Owned` (from the trait `case::CaseExt`) must be specified Sep 10 21:32:12.254 INFO kablam! --> benches/bench.rs:31:15 Sep 10 21:32:12.254 INFO kablam! | Sep 10 21:32:12.254 INFO kablam! 31 | b.iter(|| CaseExt::to_lowercase("MY favorite STRING")); Sep 10 21:32:12.254 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ missing associated type `Owned` value Sep 10 21:32:12.254 INFO kablam! Sep 10 21:32:12.278 INFO kablam! error[E0599]: no function or associated item named `to_lowercase` found for type `dyn case::CaseExt` in the current scope Sep 10 21:32:12.278 INFO kablam! --> benches/bench.rs:31:15 Sep 10 21:32:12.278 INFO kablam! | Sep 10 21:32:12.278 INFO kablam! 31 | b.iter(|| CaseExt::to_lowercase("MY favorite STRING")); Sep 10 21:32:12.278 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `dyn case::CaseExt` Sep 10 21:32:12.278 INFO kablam! Sep 10 21:32:12.282 INFO kablam! error[E0191]: the value of the associated type `Owned` (from the trait `case::CaseExt`) must be specified Sep 10 21:32:12.282 INFO kablam! --> benches/bench.rs:36:15 Sep 10 21:32:12.282 INFO kablam! | Sep 10 21:32:12.282 INFO kablam! 36 | b.iter(|| CaseExt::to_uppercase("my_favorite_string")); Sep 10 21:32:12.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ missing associated type `Owned` value Sep 10 21:32:12.282 INFO kablam! Sep 10 21:32:12.282 INFO kablam! error[E0599]: no function or associated item named `to_uppercase` found for type `dyn case::CaseExt` in the current scope Sep 10 21:32:12.282 INFO kablam! --> benches/bench.rs:36:15 Sep 10 21:32:12.282 INFO kablam! | Sep 10 21:32:12.282 INFO kablam! 36 | b.iter(|| CaseExt::to_uppercase("my_favorite_string")); Sep 10 21:32:12.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `dyn case::CaseExt` Sep 10 21:32:12.282 INFO kablam! Sep 10 21:32:12.286 INFO kablam! error: aborting due to 4 previous errors Sep 10 21:32:12.286 INFO kablam! Sep 10 21:32:12.286 INFO kablam! Some errors occurred: E0191, E0599. Sep 10 21:32:12.286 INFO kablam! For more information about an error, try `rustc --explain E0191`. Sep 10 21:32:12.291 INFO kablam! error: Could not compile `case`. Sep 10 21:32:12.291 INFO kablam! Sep 10 21:32:12.291 INFO kablam! To learn more, run the command again with --verbose. Sep 10 21:32:12.292 INFO kablam! su: No module specific data is present Sep 10 21:32:13.181 INFO running `"docker" "rm" "-f" "38b52ee39f0c984a60b5afb493add2c19cf998aff6b6620da42b661d22aa4519"` Sep 10 21:32:13.307 INFO blam! 38b52ee39f0c984a60b5afb493add2c19cf998aff6b6620da42b661d22aa4519