Oct 22 04:10:18.867 INFO checking case-0.1.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 04:10:18.867 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192/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 22 04:10:19.151 INFO blam! dfb2f611109f33ba445c500c637aa831a8c6ec3018a714b12e7b2792be586daa Oct 22 04:10:19.151 INFO running `"docker" "start" "-a" "dfb2f611109f33ba445c500c637aa831a8c6ec3018a714b12e7b2792be586daa"` Oct 22 04:10:20.199 INFO kablam! usermod: no changes Oct 22 04:10:20.276 INFO kablam! Checking case v0.1.0 (/source) Oct 22 04:10:21.284 INFO kablam! warning: unused import: `std::ascii` Oct 22 04:10:21.284 INFO kablam! --> src/lib.rs:1:5 Oct 22 04:10:21.284 INFO kablam! | Oct 22 04:10:21.284 INFO kablam! 1 | use std::ascii::*; Oct 22 04:10:21.284 INFO kablam! | ^^^^^^^^^^ Oct 22 04:10:21.284 INFO kablam! | Oct 22 04:10:21.284 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 22 04:10:21.284 INFO kablam! Oct 22 04:10:21.452 INFO kablam! warning: unused import: `std::ascii` Oct 22 04:10:21.452 INFO kablam! --> src/lib.rs:1:5 Oct 22 04:10:21.452 INFO kablam! | Oct 22 04:10:21.453 INFO kablam! 1 | use std::ascii::*; Oct 22 04:10:21.453 INFO kablam! | ^^^^^^^^^^ Oct 22 04:10:21.453 INFO kablam! | Oct 22 04:10:21.453 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 22 04:10:21.453 INFO kablam! Oct 22 04:10:22.156 INFO kablam! error[E0191]: the value of the associated type `Owned` (from the trait `case::CaseExt`) must be specified Oct 22 04:10:22.156 INFO kablam! --> benches/bench.rs:31:15 Oct 22 04:10:22.157 INFO kablam! | Oct 22 04:10:22.157 INFO kablam! 31 | b.iter(|| CaseExt::to_lowercase("MY favorite STRING")); Oct 22 04:10:22.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ missing associated type `Owned` value Oct 22 04:10:22.157 INFO kablam! Oct 22 04:10:22.184 INFO kablam! error[E0599]: no function or associated item named `to_lowercase` found for type `dyn case::CaseExt` in the current scope Oct 22 04:10:22.185 INFO kablam! --> benches/bench.rs:31:15 Oct 22 04:10:22.185 INFO kablam! | Oct 22 04:10:22.185 INFO kablam! 31 | b.iter(|| CaseExt::to_lowercase("MY favorite STRING")); Oct 22 04:10:22.185 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `dyn case::CaseExt` Oct 22 04:10:22.185 INFO kablam! Oct 22 04:10:22.185 INFO kablam! error[E0191]: the value of the associated type `Owned` (from the trait `case::CaseExt`) must be specified Oct 22 04:10:22.185 INFO kablam! --> benches/bench.rs:36:15 Oct 22 04:10:22.185 INFO kablam! | Oct 22 04:10:22.185 INFO kablam! 36 | b.iter(|| CaseExt::to_uppercase("my_favorite_string")); Oct 22 04:10:22.185 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ missing associated type `Owned` value Oct 22 04:10:22.185 INFO kablam! Oct 22 04:10:22.185 INFO kablam! error[E0599]: no function or associated item named `to_uppercase` found for type `dyn case::CaseExt` in the current scope Oct 22 04:10:22.185 INFO kablam! --> benches/bench.rs:36:15 Oct 22 04:10:22.185 INFO kablam! | Oct 22 04:10:22.185 INFO kablam! 36 | b.iter(|| CaseExt::to_uppercase("my_favorite_string")); Oct 22 04:10:22.185 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `dyn case::CaseExt` Oct 22 04:10:22.185 INFO kablam! Oct 22 04:10:22.192 INFO kablam! error: aborting due to 4 previous errors Oct 22 04:10:22.192 INFO kablam! Oct 22 04:10:22.192 INFO kablam! Some errors occurred: E0191, E0599. Oct 22 04:10:22.193 INFO kablam! For more information about an error, try `rustc --explain E0191`. Oct 22 04:10:22.196 INFO kablam! error: Could not compile `case`. Oct 22 04:10:22.196 INFO kablam! Oct 22 04:10:22.196 INFO kablam! To learn more, run the command again with --verbose. Oct 22 04:10:22.197 INFO kablam! su: No module specific data is present Oct 22 04:10:23.101 INFO running `"docker" "rm" "-f" "dfb2f611109f33ba445c500c637aa831a8c6ec3018a714b12e7b2792be586daa"` Oct 22 04:10:23.536 INFO blam! dfb2f611109f33ba445c500c637aa831a8c6ec3018a714b12e7b2792be586daa