Sep 10 21:32:10.478 INFO checking case-0.1.0 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 21:32:10.478 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 21:32:10.478 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-1/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 21:32:10.623 INFO blam! 2549c6b16c95802883d44e8cf070c3e266d7dbc1b185b3e9f86088fab689ab91 Sep 10 21:32:10.624 INFO running `"docker" "start" "-a" "2549c6b16c95802883d44e8cf070c3e266d7dbc1b185b3e9f86088fab689ab91"` Sep 10 21:32:11.194 INFO kablam! usermod: no changes Sep 10 21:32:11.219 INFO kablam! Checking case v0.1.0 (file:///source) Sep 10 21:32:11.490 INFO kablam! warning: unused import: `std::ascii` Sep 10 21:32:11.490 INFO kablam! --> src/lib.rs:1:5 Sep 10 21:32:11.490 INFO kablam! | Sep 10 21:32:11.490 INFO kablam! 1 | use std::ascii::*; Sep 10 21:32:11.490 INFO kablam! | ^^^^^^^^^^ Sep 10 21:32:11.490 INFO kablam! | Sep 10 21:32:11.490 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 21:32:11.490 INFO kablam! Sep 10 21:32:11.566 INFO kablam! warning: unused import: `std::ascii` Sep 10 21:32:11.566 INFO kablam! --> src/lib.rs:1:5 Sep 10 21:32:11.566 INFO kablam! | Sep 10 21:32:11.566 INFO kablam! 1 | use std::ascii::*; Sep 10 21:32:11.566 INFO kablam! | ^^^^^^^^^^ Sep 10 21:32:11.566 INFO kablam! | Sep 10 21:32:11.566 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 21:32:11.566 INFO kablam! Sep 10 21:32:11.866 INFO kablam! error[E0191]: the value of the associated type `Owned` (from the trait `case::CaseExt`) must be specified Sep 10 21:32:11.866 INFO kablam! --> benches/bench.rs:31:15 Sep 10 21:32:11.866 INFO kablam! | Sep 10 21:32:11.866 INFO kablam! 31 | b.iter(|| CaseExt::to_lowercase("MY favorite STRING")); Sep 10 21:32:11.866 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ missing associated type `Owned` value Sep 10 21:32:11.866 INFO kablam! Sep 10 21:32:11.895 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:11.895 INFO kablam! --> benches/bench.rs:31:15 Sep 10 21:32:11.896 INFO kablam! | Sep 10 21:32:11.896 INFO kablam! 31 | b.iter(|| CaseExt::to_lowercase("MY favorite STRING")); Sep 10 21:32:11.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `dyn case::CaseExt` Sep 10 21:32:11.896 INFO kablam! Sep 10 21:32:11.896 INFO kablam! error[E0191]: the value of the associated type `Owned` (from the trait `case::CaseExt`) must be specified Sep 10 21:32:11.896 INFO kablam! --> benches/bench.rs:36:15 Sep 10 21:32:11.896 INFO kablam! | Sep 10 21:32:11.897 INFO kablam! 36 | b.iter(|| CaseExt::to_uppercase("my_favorite_string")); Sep 10 21:32:11.897 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ missing associated type `Owned` value Sep 10 21:32:11.897 INFO kablam! Sep 10 21:32:11.898 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:11.898 INFO kablam! --> benches/bench.rs:36:15 Sep 10 21:32:11.898 INFO kablam! | Sep 10 21:32:11.898 INFO kablam! 36 | b.iter(|| CaseExt::to_uppercase("my_favorite_string")); Sep 10 21:32:11.898 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `dyn case::CaseExt` Sep 10 21:32:11.898 INFO kablam! Sep 10 21:32:11.902 INFO kablam! error: aborting due to 4 previous errors Sep 10 21:32:11.902 INFO kablam! Sep 10 21:32:11.902 INFO kablam! Some errors occurred: E0191, E0599. Sep 10 21:32:11.902 INFO kablam! For more information about an error, try `rustc --explain E0191`. Sep 10 21:32:11.910 INFO kablam! error: Could not compile `case`. Sep 10 21:32:11.910 INFO kablam! Sep 10 21:32:11.910 INFO kablam! To learn more, run the command again with --verbose. Sep 10 21:32:11.912 INFO kablam! su: No module specific data is present Sep 10 21:32:13.088 INFO running `"docker" "rm" "-f" "2549c6b16c95802883d44e8cf070c3e266d7dbc1b185b3e9f86088fab689ab91"` Sep 10 21:32:13.226 INFO blam! 2549c6b16c95802883d44e8cf070c3e266d7dbc1b185b3e9f86088fab689ab91