Oct 28 00:07:47.983 INFO checking case-0.1.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 28 00:07:47.983 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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:48.310 INFO blam! 802b3bd9b1abd2e88fbd29261f0d63687057dcbb8f7c94a7fabcc0dae7f8fc1b Oct 28 00:07:48.312 INFO running `"docker" "start" "-a" "802b3bd9b1abd2e88fbd29261f0d63687057dcbb8f7c94a7fabcc0dae7f8fc1b"` Oct 28 00:07:49.779 INFO kablam! usermod: no changes Oct 28 00:07:49.847 INFO kablam! Checking case v0.1.0 (/source) Oct 28 00:07:50.522 INFO kablam! warning: unused import: `std::ascii` Oct 28 00:07:50.522 INFO kablam! --> src/lib.rs:1:5 Oct 28 00:07:50.522 INFO kablam! | Oct 28 00:07:50.522 INFO kablam! 1 | use std::ascii::*; Oct 28 00:07:50.522 INFO kablam! | ^^^^^^^^^^ Oct 28 00:07:50.522 INFO kablam! | Oct 28 00:07:50.522 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 28 00:07:50.522 INFO kablam! Oct 28 00:07:50.720 INFO kablam! warning: unused import: `std::ascii` Oct 28 00:07:50.720 INFO kablam! --> src/lib.rs:1:5 Oct 28 00:07:50.720 INFO kablam! | Oct 28 00:07:50.720 INFO kablam! 1 | use std::ascii::*; Oct 28 00:07:50.720 INFO kablam! | ^^^^^^^^^^ Oct 28 00:07:50.720 INFO kablam! | Oct 28 00:07:50.720 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 28 00:07:50.720 INFO kablam! Oct 28 00:07:51.323 INFO kablam! error[E0191]: the value of the associated type `Owned` (from the trait `case::CaseExt`) must be specified Oct 28 00:07:51.323 INFO kablam! --> benches/bench.rs:31:15 Oct 28 00:07:51.323 INFO kablam! | Oct 28 00:07:51.323 INFO kablam! 31 | b.iter(|| CaseExt::to_lowercase("MY favorite STRING")); Oct 28 00:07:51.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ missing associated type `Owned` value Oct 28 00:07:51.323 INFO kablam! Oct 28 00:07:51.351 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:51.351 INFO kablam! --> benches/bench.rs:31:15 Oct 28 00:07:51.351 INFO kablam! | Oct 28 00:07:51.351 INFO kablam! 31 | b.iter(|| CaseExt::to_lowercase("MY favorite STRING")); Oct 28 00:07:51.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `dyn case::CaseExt` Oct 28 00:07:51.351 INFO kablam! Oct 28 00:07:51.351 INFO kablam! error[E0191]: the value of the associated type `Owned` (from the trait `case::CaseExt`) must be specified Oct 28 00:07:51.351 INFO kablam! --> benches/bench.rs:36:15 Oct 28 00:07:51.351 INFO kablam! | Oct 28 00:07:51.351 INFO kablam! 36 | b.iter(|| CaseExt::to_uppercase("my_favorite_string")); Oct 28 00:07:51.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ missing associated type `Owned` value Oct 28 00:07:51.351 INFO kablam! Oct 28 00:07:51.363 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:51.363 INFO kablam! --> benches/bench.rs:36:15 Oct 28 00:07:51.363 INFO kablam! | Oct 28 00:07:51.363 INFO kablam! 36 | b.iter(|| CaseExt::to_uppercase("my_favorite_string")); Oct 28 00:07:51.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `dyn case::CaseExt` Oct 28 00:07:51.363 INFO kablam! Oct 28 00:07:51.363 INFO kablam! error: aborting due to 4 previous errors Oct 28 00:07:51.363 INFO kablam! Oct 28 00:07:51.363 INFO kablam! Some errors occurred: E0191, E0599. Oct 28 00:07:51.363 INFO kablam! For more information about an error, try `rustc --explain E0191`. Oct 28 00:07:51.363 INFO kablam! error: Could not compile `case`. Oct 28 00:07:51.363 INFO kablam! Oct 28 00:07:51.363 INFO kablam! To learn more, run the command again with --verbose. Oct 28 00:07:51.366 INFO kablam! su: No module specific data is present Oct 28 00:07:51.760 INFO running `"docker" "rm" "-f" "802b3bd9b1abd2e88fbd29261f0d63687057dcbb8f7c94a7fabcc0dae7f8fc1b"` Oct 28 00:07:51.928 INFO blam! 802b3bd9b1abd2e88fbd29261f0d63687057dcbb8f7c94a7fabcc0dae7f8fc1b