Sep 14 18:39:20.410 INFO checking case-0.1.0 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 18:39:20.410 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 18:39:20.410 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 18:39:20.582 INFO blam! 4a00b3f55e2406f52dc68105fca683018826f001d3e6f0137753ee4acb3f5238 Sep 14 18:39:20.588 INFO running `"docker" "start" "-a" "4a00b3f55e2406f52dc68105fca683018826f001d3e6f0137753ee4acb3f5238"` Sep 14 18:39:21.278 INFO kablam! usermod: no changes Sep 14 18:39:21.302 INFO kablam! Checking case v0.1.0 (file:///source) Sep 14 18:39:21.619 INFO kablam! warning: unused import: `std::ascii` Sep 14 18:39:21.619 INFO kablam! --> src/lib.rs:1:5 Sep 14 18:39:21.619 INFO kablam! | Sep 14 18:39:21.619 INFO kablam! 1 | use std::ascii::*; Sep 14 18:39:21.619 INFO kablam! | ^^^^^^^^^^ Sep 14 18:39:21.619 INFO kablam! | Sep 14 18:39:21.619 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 18:39:21.619 INFO kablam! Sep 14 18:39:21.659 INFO kablam! warning: unused import: `std::ascii` Sep 14 18:39:21.659 INFO kablam! --> src/lib.rs:1:5 Sep 14 18:39:21.659 INFO kablam! | Sep 14 18:39:21.659 INFO kablam! 1 | use std::ascii::*; Sep 14 18:39:21.659 INFO kablam! | ^^^^^^^^^^ Sep 14 18:39:21.659 INFO kablam! | Sep 14 18:39:21.659 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 18:39:21.659 INFO kablam! Sep 14 18:39:21.923 INFO kablam! error[E0191]: the value of the associated type `Owned` (from the trait `case::CaseExt`) must be specified Sep 14 18:39:21.923 INFO kablam! --> benches/bench.rs:31:15 Sep 14 18:39:21.923 INFO kablam! | Sep 14 18:39:21.923 INFO kablam! 31 | b.iter(|| CaseExt::to_lowercase("MY favorite STRING")); Sep 14 18:39:21.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ missing associated type `Owned` value Sep 14 18:39:21.923 INFO kablam! Sep 14 18:39:21.941 INFO kablam! error[E0599]: no function or associated item named `to_lowercase` found for type `dyn case::CaseExt` in the current scope Sep 14 18:39:21.941 INFO kablam! --> benches/bench.rs:31:15 Sep 14 18:39:21.941 INFO kablam! | Sep 14 18:39:21.941 INFO kablam! 31 | b.iter(|| CaseExt::to_lowercase("MY favorite STRING")); Sep 14 18:39:21.941 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `dyn case::CaseExt` Sep 14 18:39:21.941 INFO kablam! Sep 14 18:39:21.941 INFO kablam! error[E0191]: the value of the associated type `Owned` (from the trait `case::CaseExt`) must be specified Sep 14 18:39:21.941 INFO kablam! --> benches/bench.rs:36:15 Sep 14 18:39:21.941 INFO kablam! | Sep 14 18:39:21.941 INFO kablam! 36 | b.iter(|| CaseExt::to_uppercase("my_favorite_string")); Sep 14 18:39:21.941 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ missing associated type `Owned` value Sep 14 18:39:21.941 INFO kablam! Sep 14 18:39:21.942 INFO kablam! error[E0599]: no function or associated item named `to_uppercase` found for type `dyn case::CaseExt` in the current scope Sep 14 18:39:21.942 INFO kablam! --> benches/bench.rs:36:15 Sep 14 18:39:21.942 INFO kablam! | Sep 14 18:39:21.942 INFO kablam! 36 | b.iter(|| CaseExt::to_uppercase("my_favorite_string")); Sep 14 18:39:21.942 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `dyn case::CaseExt` Sep 14 18:39:21.942 INFO kablam! Sep 14 18:39:21.944 INFO kablam! error: aborting due to 4 previous errors Sep 14 18:39:21.944 INFO kablam! Sep 14 18:39:21.944 INFO kablam! Some errors occurred: E0191, E0599. Sep 14 18:39:21.944 INFO kablam! For more information about an error, try `rustc --explain E0191`. Sep 14 18:39:21.954 INFO kablam! error: Could not compile `case`. Sep 14 18:39:21.954 INFO kablam! Sep 14 18:39:21.954 INFO kablam! To learn more, run the command again with --verbose. Sep 14 18:39:21.954 INFO kablam! su: No module specific data is present Sep 14 18:39:22.476 INFO running `"docker" "rm" "-f" "4a00b3f55e2406f52dc68105fca683018826f001d3e6f0137753ee4acb3f5238"` Sep 14 18:39:22.598 INFO blam! 4a00b3f55e2406f52dc68105fca683018826f001d3e6f0137753ee4acb3f5238