Oct 28 00:07:47.342 INFO checking case-0.1.0 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 28 00:07:47.344 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 28 00:07:47.549 INFO blam! c4d653fcaed6b0a076cdcf70e786d2348b660a76f5978573bbc57983295561b0 Oct 28 00:07:47.552 INFO running `"docker" "start" "-a" "c4d653fcaed6b0a076cdcf70e786d2348b660a76f5978573bbc57983295561b0"` Oct 28 00:07:48.279 INFO kablam! usermod: no changes Oct 28 00:07:48.335 INFO kablam! Checking case v0.1.0 (/source) Oct 28 00:07:49.370 INFO kablam! warning: unused import: `std::ascii` Oct 28 00:07:49.371 INFO kablam! --> src/lib.rs:1:5 Oct 28 00:07:49.371 INFO kablam! | Oct 28 00:07:49.371 INFO kablam! 1 | use std::ascii::*; Oct 28 00:07:49.371 INFO kablam! | ^^^^^^^^^^ Oct 28 00:07:49.371 INFO kablam! | Oct 28 00:07:49.371 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 28 00:07:49.371 INFO kablam! Oct 28 00:07:49.687 INFO kablam! warning: unused import: `std::ascii` Oct 28 00:07:49.687 INFO kablam! --> src/lib.rs:1:5 Oct 28 00:07:49.687 INFO kablam! | Oct 28 00:07:49.687 INFO kablam! 1 | use std::ascii::*; Oct 28 00:07:49.687 INFO kablam! | ^^^^^^^^^^ Oct 28 00:07:49.687 INFO kablam! | Oct 28 00:07:49.687 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 28 00:07:49.687 INFO kablam! Oct 28 00:07:50.307 INFO kablam! error[E0191]: the value of the associated type `Owned` (from the trait `case::CaseExt`) must be specified Oct 28 00:07:50.307 INFO kablam! --> benches/bench.rs:31:15 Oct 28 00:07:50.307 INFO kablam! | Oct 28 00:07:50.307 INFO kablam! 31 | b.iter(|| CaseExt::to_lowercase("MY favorite STRING")); Oct 28 00:07:50.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ missing associated type `Owned` value Oct 28 00:07:50.307 INFO kablam! Oct 28 00:07:50.327 INFO kablam! error[E0599]: no function or associated item named `to_lowercase` found for type `dyn case::CaseExt` in the current scope Oct 28 00:07:50.327 INFO kablam! --> benches/bench.rs:31:15 Oct 28 00:07:50.327 INFO kablam! | Oct 28 00:07:50.327 INFO kablam! 31 | b.iter(|| CaseExt::to_lowercase("MY favorite STRING")); Oct 28 00:07:50.327 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `dyn case::CaseExt` Oct 28 00:07:50.327 INFO kablam! Oct 28 00:07:50.327 INFO kablam! error[E0191]: the value of the associated type `Owned` (from the trait `case::CaseExt`) must be specified Oct 28 00:07:50.327 INFO kablam! --> benches/bench.rs:36:15 Oct 28 00:07:50.327 INFO kablam! | Oct 28 00:07:50.327 INFO kablam! 36 | b.iter(|| CaseExt::to_uppercase("my_favorite_string")); Oct 28 00:07:50.327 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ missing associated type `Owned` value Oct 28 00:07:50.327 INFO kablam! Oct 28 00:07:50.327 INFO kablam! error[E0599]: no function or associated item named `to_uppercase` found for type `dyn case::CaseExt` in the current scope Oct 28 00:07:50.327 INFO kablam! --> benches/bench.rs:36:15 Oct 28 00:07:50.327 INFO kablam! | Oct 28 00:07:50.327 INFO kablam! 36 | b.iter(|| CaseExt::to_uppercase("my_favorite_string")); Oct 28 00:07:50.327 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `dyn case::CaseExt` Oct 28 00:07:50.327 INFO kablam! Oct 28 00:07:50.331 INFO kablam! error: aborting due to 4 previous errors Oct 28 00:07:50.331 INFO kablam! Oct 28 00:07:50.331 INFO kablam! Some errors occurred: E0191, E0599. Oct 28 00:07:50.331 INFO kablam! For more information about an error, try `rustc --explain E0191`. Oct 28 00:07:50.339 INFO kablam! error: Could not compile `case`. Oct 28 00:07:50.339 INFO kablam! Oct 28 00:07:50.339 INFO kablam! To learn more, run the command again with --verbose. Oct 28 00:07:50.339 INFO kablam! su: No module specific data is present Oct 28 00:07:50.745 INFO running `"docker" "rm" "-f" "c4d653fcaed6b0a076cdcf70e786d2348b660a76f5978573bbc57983295561b0"` Oct 28 00:07:50.849 INFO blam! c4d653fcaed6b0a076cdcf70e786d2348b660a76f5978573bbc57983295561b0