Sep 04 21:56:13.435 INFO checking case-0.1.0 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 21:56:13.435 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 21:56:13.435 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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=500" "-e" "CMD=cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 21:56:13.641 INFO blam! 866a3b5ecd8613c1f0d86f27b8c88f5c3462ea7ccd94422d45ac45d5e86f4e48 Sep 04 21:56:13.644 INFO running `"docker" "start" "-a" "866a3b5ecd8613c1f0d86f27b8c88f5c3462ea7ccd94422d45ac45d5e86f4e48"` Sep 04 21:56:14.438 INFO kablam! Checking case v0.1.0 (file:///source) Sep 04 21:56:15.030 INFO kablam! warning: unused import: `std::ascii` Sep 04 21:56:15.031 INFO kablam! --> src/lib.rs:1:5 Sep 04 21:56:15.031 INFO kablam! | Sep 04 21:56:15.031 INFO kablam! 1 | use std::ascii::*; Sep 04 21:56:15.031 INFO kablam! | ^^^^^^^^^^ Sep 04 21:56:15.031 INFO kablam! | Sep 04 21:56:15.031 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 21:56:15.031 INFO kablam! Sep 04 21:56:15.155 INFO kablam! warning: unused import: `std::ascii` Sep 04 21:56:15.155 INFO kablam! --> src/lib.rs:1:5 Sep 04 21:56:15.155 INFO kablam! | Sep 04 21:56:15.155 INFO kablam! 1 | use std::ascii::*; Sep 04 21:56:15.155 INFO kablam! | ^^^^^^^^^^ Sep 04 21:56:15.155 INFO kablam! | Sep 04 21:56:15.155 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 21:56:15.155 INFO kablam! Sep 04 21:56:15.758 INFO kablam! error[E0191]: the value of the associated type `Owned` (from the trait `case::CaseExt`) must be specified Sep 04 21:56:15.758 INFO kablam! --> benches/bench.rs:31:15 Sep 04 21:56:15.758 INFO kablam! | Sep 04 21:56:15.759 INFO kablam! 31 | b.iter(|| CaseExt::to_lowercase("MY favorite STRING")); Sep 04 21:56:15.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ missing associated type `Owned` value Sep 04 21:56:15.759 INFO kablam! Sep 04 21:56:15.803 INFO kablam! error[E0599]: no function or associated item named `to_lowercase` found for type `dyn case::CaseExt` in the current scope Sep 04 21:56:15.803 INFO kablam! --> benches/bench.rs:31:15 Sep 04 21:56:15.803 INFO kablam! | Sep 04 21:56:15.803 INFO kablam! 31 | b.iter(|| CaseExt::to_lowercase("MY favorite STRING")); Sep 04 21:56:15.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `dyn case::CaseExt` Sep 04 21:56:15.803 INFO kablam! Sep 04 21:56:15.806 INFO kablam! error[E0191]: the value of the associated type `Owned` (from the trait `case::CaseExt`) must be specified Sep 04 21:56:15.806 INFO kablam! --> benches/bench.rs:36:15 Sep 04 21:56:15.806 INFO kablam! | Sep 04 21:56:15.806 INFO kablam! 36 | b.iter(|| CaseExt::to_uppercase("my_favorite_string")); Sep 04 21:56:15.806 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ missing associated type `Owned` value Sep 04 21:56:15.806 INFO kablam! Sep 04 21:56:15.806 INFO kablam! error[E0599]: no function or associated item named `to_uppercase` found for type `dyn case::CaseExt` in the current scope Sep 04 21:56:15.806 INFO kablam! --> benches/bench.rs:36:15 Sep 04 21:56:15.806 INFO kablam! | Sep 04 21:56:15.806 INFO kablam! 36 | b.iter(|| CaseExt::to_uppercase("my_favorite_string")); Sep 04 21:56:15.806 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `dyn case::CaseExt` Sep 04 21:56:15.806 INFO kablam! Sep 04 21:56:15.808 INFO kablam! error: aborting due to 4 previous errors Sep 04 21:56:15.809 INFO kablam! Sep 04 21:56:15.809 INFO kablam! Some errors occurred: E0191, E0599. Sep 04 21:56:15.809 INFO kablam! For more information about an error, try `rustc --explain E0191`. Sep 04 21:56:15.817 INFO kablam! error: Could not compile `case`. Sep 04 21:56:15.817 INFO kablam! Sep 04 21:56:15.817 INFO kablam! To learn more, run the command again with --verbose. Sep 04 21:56:15.818 INFO kablam! su: No module specific data is present Sep 04 21:56:16.265 INFO running `"docker" "rm" "-f" "866a3b5ecd8613c1f0d86f27b8c88f5c3462ea7ccd94422d45ac45d5e86f4e48"` Sep 04 21:56:16.364 INFO blam! 866a3b5ecd8613c1f0d86f27b8c88f5c3462ea7ccd94422d45ac45d5e86f4e48