Sep 05 00:48:11.397 INFO checking case-0.1.0 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 05 00:48:11.397 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 05 00:48:11.398 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-2/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 00:48:11.578 INFO blam! 774b43bfe9b5d30a3d9585ab99d98457426f7bdf61e8c7d826f4d79f430635b0 Sep 05 00:48:11.580 INFO running `"docker" "start" "-a" "774b43bfe9b5d30a3d9585ab99d98457426f7bdf61e8c7d826f4d79f430635b0"` Sep 05 00:48:12.298 INFO kablam! Checking case v0.1.0 (file:///source) Sep 05 00:48:13.113 INFO kablam! warning: unused import: `std::ascii` Sep 05 00:48:13.113 INFO kablam! --> src/lib.rs:1:5 Sep 05 00:48:13.113 INFO kablam! | Sep 05 00:48:13.113 INFO kablam! 1 | use std::ascii::*; Sep 05 00:48:13.113 INFO kablam! | ^^^^^^^^^^ Sep 05 00:48:13.113 INFO kablam! | Sep 05 00:48:13.113 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 05 00:48:13.113 INFO kablam! Sep 05 00:48:13.318 INFO kablam! warning: unused import: `std::ascii` Sep 05 00:48:13.318 INFO kablam! --> src/lib.rs:1:5 Sep 05 00:48:13.318 INFO kablam! | Sep 05 00:48:13.318 INFO kablam! 1 | use std::ascii::*; Sep 05 00:48:13.318 INFO kablam! | ^^^^^^^^^^ Sep 05 00:48:13.318 INFO kablam! | Sep 05 00:48:13.318 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 05 00:48:13.318 INFO kablam! Sep 05 00:48:13.923 INFO kablam! error[E0191]: the value of the associated type `Owned` (from the trait `case::CaseExt`) must be specified Sep 05 00:48:13.923 INFO kablam! --> benches/bench.rs:31:15 Sep 05 00:48:13.923 INFO kablam! | Sep 05 00:48:13.923 INFO kablam! 31 | b.iter(|| CaseExt::to_lowercase("MY favorite STRING")); Sep 05 00:48:13.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ missing associated type `Owned` value Sep 05 00:48:13.923 INFO kablam! Sep 05 00:48:13.952 INFO kablam! error[E0599]: no function or associated item named `to_lowercase` found for type `dyn case::CaseExt` in the current scope Sep 05 00:48:13.953 INFO kablam! --> benches/bench.rs:31:15 Sep 05 00:48:13.953 INFO kablam! | Sep 05 00:48:13.953 INFO kablam! 31 | b.iter(|| CaseExt::to_lowercase("MY favorite STRING")); Sep 05 00:48:13.953 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `dyn case::CaseExt` Sep 05 00:48:13.953 INFO kablam! Sep 05 00:48:13.953 INFO kablam! error[E0191]: the value of the associated type `Owned` (from the trait `case::CaseExt`) must be specified Sep 05 00:48:13.953 INFO kablam! --> benches/bench.rs:36:15 Sep 05 00:48:13.953 INFO kablam! | Sep 05 00:48:13.953 INFO kablam! 36 | b.iter(|| CaseExt::to_uppercase("my_favorite_string")); Sep 05 00:48:13.953 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ missing associated type `Owned` value Sep 05 00:48:13.953 INFO kablam! Sep 05 00:48:13.954 INFO kablam! error[E0599]: no function or associated item named `to_uppercase` found for type `dyn case::CaseExt` in the current scope Sep 05 00:48:13.954 INFO kablam! --> benches/bench.rs:36:15 Sep 05 00:48:13.954 INFO kablam! | Sep 05 00:48:13.954 INFO kablam! 36 | b.iter(|| CaseExt::to_uppercase("my_favorite_string")); Sep 05 00:48:13.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `dyn case::CaseExt` Sep 05 00:48:13.954 INFO kablam! Sep 05 00:48:13.956 INFO kablam! error: aborting due to 4 previous errors Sep 05 00:48:13.956 INFO kablam! Sep 05 00:48:13.957 INFO kablam! Some errors occurred: E0191, E0599. Sep 05 00:48:13.957 INFO kablam! For more information about an error, try `rustc --explain E0191`. Sep 05 00:48:13.963 INFO kablam! error: Could not compile `case`. Sep 05 00:48:13.963 INFO kablam! Sep 05 00:48:13.963 INFO kablam! To learn more, run the command again with --verbose. Sep 05 00:48:13.964 INFO kablam! su: No module specific data is present Sep 05 00:48:14.401 INFO running `"docker" "rm" "-f" "774b43bfe9b5d30a3d9585ab99d98457426f7bdf61e8c7d826f4d79f430635b0"` Sep 05 00:48:14.496 INFO blam! 774b43bfe9b5d30a3d9585ab99d98457426f7bdf61e8c7d826f4d79f430635b0