Sep 20 03:54:27.861 INFO checking case-0.1.0 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 20 03:54:27.861 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 20 03:54:27.861 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-6/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 03:54:28.061 INFO blam! 1dcb27605b1b3335271b4ff50864f997e1a1910dd27440efa71e897b2b5dd1fa Sep 20 03:54:28.063 INFO running `"docker" "start" "-a" "1dcb27605b1b3335271b4ff50864f997e1a1910dd27440efa71e897b2b5dd1fa"` Sep 20 03:54:28.599 INFO kablam! usermod: no changes Sep 20 03:54:28.647 INFO kablam! Checking case v0.1.0 (/source) Sep 20 03:54:28.993 INFO kablam! warning: unused import: `std::ascii` Sep 20 03:54:28.994 INFO kablam! --> src/lib.rs:1:5 Sep 20 03:54:28.994 INFO kablam! | Sep 20 03:54:28.994 INFO kablam! 1 | use std::ascii::*; Sep 20 03:54:28.994 INFO kablam! | ^^^^^^^^^^ Sep 20 03:54:28.994 INFO kablam! | Sep 20 03:54:28.994 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 03:54:28.994 INFO kablam! Sep 20 03:54:29.081 INFO kablam! warning: unused import: `std::ascii` Sep 20 03:54:29.081 INFO kablam! --> src/lib.rs:1:5 Sep 20 03:54:29.081 INFO kablam! | Sep 20 03:54:29.081 INFO kablam! 1 | use std::ascii::*; Sep 20 03:54:29.081 INFO kablam! | ^^^^^^^^^^ Sep 20 03:54:29.081 INFO kablam! | Sep 20 03:54:29.081 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 03:54:29.081 INFO kablam! Sep 20 03:54:29.315 INFO kablam! error[E0191]: the value of the associated type `Owned` (from the trait `case::CaseExt`) must be specified Sep 20 03:54:29.315 INFO kablam! --> benches/bench.rs:31:15 Sep 20 03:54:29.315 INFO kablam! | Sep 20 03:54:29.315 INFO kablam! 31 | b.iter(|| CaseExt::to_lowercase("MY favorite STRING")); Sep 20 03:54:29.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ missing associated type `Owned` value Sep 20 03:54:29.315 INFO kablam! Sep 20 03:54:29.339 INFO kablam! error[E0599]: no function or associated item named `to_lowercase` found for type `dyn case::CaseExt` in the current scope Sep 20 03:54:29.339 INFO kablam! --> benches/bench.rs:31:15 Sep 20 03:54:29.339 INFO kablam! | Sep 20 03:54:29.339 INFO kablam! 31 | b.iter(|| CaseExt::to_lowercase("MY favorite STRING")); Sep 20 03:54:29.340 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `dyn case::CaseExt` Sep 20 03:54:29.340 INFO kablam! Sep 20 03:54:29.343 INFO kablam! error[E0191]: the value of the associated type `Owned` (from the trait `case::CaseExt`) must be specified Sep 20 03:54:29.343 INFO kablam! --> benches/bench.rs:36:15 Sep 20 03:54:29.343 INFO kablam! | Sep 20 03:54:29.343 INFO kablam! 36 | b.iter(|| CaseExt::to_uppercase("my_favorite_string")); Sep 20 03:54:29.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ missing associated type `Owned` value Sep 20 03:54:29.343 INFO kablam! Sep 20 03:54:29.343 INFO kablam! error[E0599]: no function or associated item named `to_uppercase` found for type `dyn case::CaseExt` in the current scope Sep 20 03:54:29.343 INFO kablam! --> benches/bench.rs:36:15 Sep 20 03:54:29.343 INFO kablam! | Sep 20 03:54:29.343 INFO kablam! 36 | b.iter(|| CaseExt::to_uppercase("my_favorite_string")); Sep 20 03:54:29.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `dyn case::CaseExt` Sep 20 03:54:29.343 INFO kablam! Sep 20 03:54:29.343 INFO kablam! error: aborting due to 4 previous errors Sep 20 03:54:29.343 INFO kablam! Sep 20 03:54:29.343 INFO kablam! Some errors occurred: E0191, E0599. Sep 20 03:54:29.343 INFO kablam! For more information about an error, try `rustc --explain E0191`. Sep 20 03:54:29.349 INFO kablam! error: Could not compile `case`. Sep 20 03:54:29.349 INFO kablam! Sep 20 03:54:29.349 INFO kablam! To learn more, run the command again with --verbose. Sep 20 03:54:29.350 INFO kablam! su: No module specific data is present Sep 20 03:54:29.826 INFO running `"docker" "rm" "-f" "1dcb27605b1b3335271b4ff50864f997e1a1910dd27440efa71e897b2b5dd1fa"` Sep 20 03:54:29.933 INFO blam! 1dcb27605b1b3335271b4ff50864f997e1a1910dd27440efa71e897b2b5dd1fa