Sep 04 18:08:05.612 INFO checking faker-0.0.4 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 18:08:05.612 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 18:08:05.612 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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=500" "-e" "CMD=cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 18:08:05.831 INFO blam! 2abb89549741bbfd592b20cdb4be96952dc6c3f0a988d7c4287ae1c8e1884140 Sep 04 18:08:05.833 INFO running `"docker" "start" "-a" "2abb89549741bbfd592b20cdb4be96952dc6c3f0a988d7c4287ae1c8e1884140"` Sep 04 18:08:06.692 INFO kablam! Checking faker v0.0.4 (file:///source) Sep 04 18:08:08.213 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 04 18:08:08.213 INFO kablam! --> src/helpers.rs:1:29 Sep 04 18:08:08.213 INFO kablam! | Sep 04 18:08:08.214 INFO kablam! 1 | use rand::{thread_rng, Rng, Rand}; Sep 04 18:08:08.214 INFO kablam! | ^^^^ Sep 04 18:08:08.214 INFO kablam! | Sep 04 18:08:08.214 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 18:08:08.214 INFO kablam! Sep 04 18:08:08.214 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 04 18:08:08.214 INFO kablam! --> src/helpers.rs:28:22 Sep 04 18:08:08.214 INFO kablam! | Sep 04 18:08:08.214 INFO kablam! 28 | pub fn number(&self) -> T { Sep 04 18:08:08.214 INFO kablam! | ^^^^ Sep 04 18:08:08.214 INFO kablam! Sep 04 18:08:08.353 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 04 18:08:08.353 INFO kablam! --> src/helpers.rs:1:29 Sep 04 18:08:08.353 INFO kablam! | Sep 04 18:08:08.353 INFO kablam! 1 | use rand::{thread_rng, Rng, Rand}; Sep 04 18:08:08.353 INFO kablam! | ^^^^ Sep 04 18:08:08.353 INFO kablam! | Sep 04 18:08:08.353 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 18:08:08.353 INFO kablam! Sep 04 18:08:08.354 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 04 18:08:08.354 INFO kablam! --> src/helpers.rs:28:22 Sep 04 18:08:08.354 INFO kablam! | Sep 04 18:08:08.354 INFO kablam! 28 | pub fn number(&self) -> T { Sep 04 18:08:08.354 INFO kablam! | ^^^^ Sep 04 18:08:08.354 INFO kablam! Sep 04 18:08:08.594 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 04 18:08:08.594 INFO kablam! --> src/helpers.rs:29:22 Sep 04 18:08:08.594 INFO kablam! | Sep 04 18:08:08.594 INFO kablam! 29 | thread_rng().gen() Sep 04 18:08:08.594 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 04 18:08:08.594 INFO kablam! | Sep 04 18:08:08.594 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 04 18:08:08.595 INFO kablam! Sep 04 18:08:08.639 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 04 18:08:08.640 INFO kablam! --> src/helpers.rs:29:22 Sep 04 18:08:08.640 INFO kablam! | Sep 04 18:08:08.640 INFO kablam! 29 | thread_rng().gen() Sep 04 18:08:08.640 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 04 18:08:08.640 INFO kablam! | Sep 04 18:08:08.640 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 04 18:08:08.640 INFO kablam! Sep 04 18:08:08.702 INFO kablam! error: aborting due to previous error Sep 04 18:08:08.702 INFO kablam! Sep 04 18:08:08.702 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 18:08:08.713 INFO kablam! error: Could not compile `faker`. Sep 04 18:08:08.713 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 18:08:08.730 INFO kablam! error: aborting due to previous error Sep 04 18:08:08.730 INFO kablam! Sep 04 18:08:08.730 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 18:08:08.740 INFO kablam! error: Could not compile `faker`. Sep 04 18:08:08.740 INFO kablam! Sep 04 18:08:08.740 INFO kablam! To learn more, run the command again with --verbose. Sep 04 18:08:08.741 INFO kablam! su: No module specific data is present Sep 04 18:08:09.201 INFO running `"docker" "rm" "-f" "2abb89549741bbfd592b20cdb4be96952dc6c3f0a988d7c4287ae1c8e1884140"` Sep 04 18:08:09.309 INFO blam! 2abb89549741bbfd592b20cdb4be96952dc6c3f0a988d7c4287ae1c8e1884140