Oct 13 17:05:56.956 INFO checking case-0.1.0 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 17:05:56.958 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-4/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 13 17:05:57.293 INFO blam! 861c65fc98c783ab517d1ee4261a288eb201d1eece47049870a3dd74dc487a40 Oct 13 17:05:57.295 INFO running `"docker" "start" "-a" "861c65fc98c783ab517d1ee4261a288eb201d1eece47049870a3dd74dc487a40"` Oct 13 17:05:58.536 INFO kablam! usermod: no changes Oct 13 17:05:58.596 INFO kablam! Checking case v0.1.0 (/source) Oct 13 17:05:59.480 INFO kablam! warning: unused import: `std::ascii` Oct 13 17:05:59.480 INFO kablam! --> src/lib.rs:1:5 Oct 13 17:05:59.480 INFO kablam! | Oct 13 17:05:59.480 INFO kablam! 1 | use std::ascii::*; Oct 13 17:05:59.480 INFO kablam! | ^^^^^^^^^^ Oct 13 17:05:59.480 INFO kablam! | Oct 13 17:05:59.480 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 17:05:59.480 INFO kablam! Oct 13 17:05:59.589 INFO kablam! warning: unused import: `std::ascii` Oct 13 17:05:59.589 INFO kablam! --> src/lib.rs:1:5 Oct 13 17:05:59.589 INFO kablam! | Oct 13 17:05:59.589 INFO kablam! 1 | use std::ascii::*; Oct 13 17:05:59.589 INFO kablam! | ^^^^^^^^^^ Oct 13 17:05:59.589 INFO kablam! | Oct 13 17:05:59.589 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 17:05:59.589 INFO kablam! Oct 13 17:06:00.396 INFO kablam! error[E0191]: the value of the associated type `Owned` (from the trait `case::CaseExt`) must be specified Oct 13 17:06:00.396 INFO kablam! --> benches/bench.rs:31:15 Oct 13 17:06:00.397 INFO kablam! | Oct 13 17:06:00.397 INFO kablam! 31 | b.iter(|| CaseExt::to_lowercase("MY favorite STRING")); Oct 13 17:06:00.397 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ missing associated type `Owned` value Oct 13 17:06:00.397 INFO kablam! Oct 13 17:06:00.433 INFO kablam! error[E0599]: no function or associated item named `to_lowercase` found for type `dyn case::CaseExt` in the current scope Oct 13 17:06:00.434 INFO kablam! --> benches/bench.rs:31:15 Oct 13 17:06:00.434 INFO kablam! | Oct 13 17:06:00.434 INFO kablam! 31 | b.iter(|| CaseExt::to_lowercase("MY favorite STRING")); Oct 13 17:06:00.435 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `dyn case::CaseExt` Oct 13 17:06:00.435 INFO kablam! Oct 13 17:06:00.435 INFO kablam! error[E0191]: the value of the associated type `Owned` (from the trait `case::CaseExt`) must be specified Oct 13 17:06:00.436 INFO kablam! --> benches/bench.rs:36:15 Oct 13 17:06:00.436 INFO kablam! | Oct 13 17:06:00.436 INFO kablam! 36 | b.iter(|| CaseExt::to_uppercase("my_favorite_string")); Oct 13 17:06:00.437 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ missing associated type `Owned` value Oct 13 17:06:00.437 INFO kablam! Oct 13 17:06:00.441 INFO kablam! error[E0599]: no function or associated item named `to_uppercase` found for type `dyn case::CaseExt` in the current scope Oct 13 17:06:00.441 INFO kablam! --> benches/bench.rs:36:15 Oct 13 17:06:00.441 INFO kablam! | Oct 13 17:06:00.441 INFO kablam! 36 | b.iter(|| CaseExt::to_uppercase("my_favorite_string")); Oct 13 17:06:00.442 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `dyn case::CaseExt` Oct 13 17:06:00.442 INFO kablam! Oct 13 17:06:00.445 INFO kablam! error: aborting due to 4 previous errors Oct 13 17:06:00.445 INFO kablam! Oct 13 17:06:00.445 INFO kablam! Some errors occurred: E0191, E0599. Oct 13 17:06:00.446 INFO kablam! For more information about an error, try `rustc --explain E0191`. Oct 13 17:06:00.454 INFO kablam! error: Could not compile `case`. Oct 13 17:06:00.455 INFO kablam! Oct 13 17:06:00.455 INFO kablam! To learn more, run the command again with --verbose. Oct 13 17:06:00.455 INFO kablam! su: No module specific data is present Oct 13 17:06:01.353 INFO running `"docker" "rm" "-f" "861c65fc98c783ab517d1ee4261a288eb201d1eece47049870a3dd74dc487a40"` Oct 13 17:06:01.624 INFO blam! 861c65fc98c783ab517d1ee4261a288eb201d1eece47049870a3dd74dc487a40