Sep 21 12:24:34.641 INFO checking case-0.1.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 12:24:34.641 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 12:24:34.641 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-5/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 12:24:34.779 INFO blam! 70e45f3631c314f293c932431f5ad70cb900986b564c348737219213ede55cd1 Sep 21 12:24:34.780 INFO running `"docker" "start" "-a" "70e45f3631c314f293c932431f5ad70cb900986b564c348737219213ede55cd1"` Sep 21 12:24:35.325 INFO kablam! usermod: no changes Sep 21 12:24:35.343 INFO kablam! Checking case v0.1.0 (/source) Sep 21 12:24:35.567 INFO kablam! warning: unused import: `std::ascii` Sep 21 12:24:35.567 INFO kablam! --> src/lib.rs:1:5 Sep 21 12:24:35.567 INFO kablam! | Sep 21 12:24:35.567 INFO kablam! 1 | use std::ascii::*; Sep 21 12:24:35.567 INFO kablam! | ^^^^^^^^^^ Sep 21 12:24:35.567 INFO kablam! | Sep 21 12:24:35.567 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 12:24:35.567 INFO kablam! Sep 21 12:24:35.617 INFO kablam! warning: unused import: `std::ascii` Sep 21 12:24:35.617 INFO kablam! --> src/lib.rs:1:5 Sep 21 12:24:35.617 INFO kablam! | Sep 21 12:24:35.617 INFO kablam! 1 | use std::ascii::*; Sep 21 12:24:35.617 INFO kablam! | ^^^^^^^^^^ Sep 21 12:24:35.617 INFO kablam! | Sep 21 12:24:35.617 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 12:24:35.617 INFO kablam! Sep 21 12:24:35.896 INFO kablam! error[E0191]: the value of the associated type `Owned` (from the trait `case::CaseExt`) must be specified Sep 21 12:24:35.896 INFO kablam! --> benches/bench.rs:31:15 Sep 21 12:24:35.896 INFO kablam! | Sep 21 12:24:35.896 INFO kablam! 31 | b.iter(|| CaseExt::to_lowercase("MY favorite STRING")); Sep 21 12:24:35.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ missing associated type `Owned` value Sep 21 12:24:35.896 INFO kablam! Sep 21 12:24:35.925 INFO kablam! error[E0599]: no function or associated item named `to_lowercase` found for type `dyn case::CaseExt` in the current scope Sep 21 12:24:35.925 INFO kablam! --> benches/bench.rs:31:15 Sep 21 12:24:35.925 INFO kablam! | Sep 21 12:24:35.925 INFO kablam! 31 | b.iter(|| CaseExt::to_lowercase("MY favorite STRING")); Sep 21 12:24:35.925 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `dyn case::CaseExt` Sep 21 12:24:35.925 INFO kablam! Sep 21 12:24:35.925 INFO kablam! error[E0191]: the value of the associated type `Owned` (from the trait `case::CaseExt`) must be specified Sep 21 12:24:35.925 INFO kablam! --> benches/bench.rs:36:15 Sep 21 12:24:35.925 INFO kablam! | Sep 21 12:24:35.925 INFO kablam! 36 | b.iter(|| CaseExt::to_uppercase("my_favorite_string")); Sep 21 12:24:35.925 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ missing associated type `Owned` value Sep 21 12:24:35.925 INFO kablam! Sep 21 12:24:35.926 INFO kablam! error[E0599]: no function or associated item named `to_uppercase` found for type `dyn case::CaseExt` in the current scope Sep 21 12:24:35.926 INFO kablam! --> benches/bench.rs:36:15 Sep 21 12:24:35.926 INFO kablam! | Sep 21 12:24:35.926 INFO kablam! 36 | b.iter(|| CaseExt::to_uppercase("my_favorite_string")); Sep 21 12:24:35.926 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `dyn case::CaseExt` Sep 21 12:24:35.926 INFO kablam! Sep 21 12:24:35.929 INFO kablam! error: aborting due to 4 previous errors Sep 21 12:24:35.929 INFO kablam! Sep 21 12:24:35.929 INFO kablam! Some errors occurred: E0191, E0599. Sep 21 12:24:35.929 INFO kablam! For more information about an error, try `rustc --explain E0191`. Sep 21 12:24:35.935 INFO kablam! error: Could not compile `case`. Sep 21 12:24:35.935 INFO kablam! Sep 21 12:24:35.935 INFO kablam! To learn more, run the command again with --verbose. Sep 21 12:24:35.937 INFO kablam! su: No module specific data is present Sep 21 12:24:36.402 INFO running `"docker" "rm" "-f" "70e45f3631c314f293c932431f5ad70cb900986b564c348737219213ede55cd1"` Sep 21 12:24:36.493 INFO blam! 70e45f3631c314f293c932431f5ad70cb900986b564c348737219213ede55cd1