Sep 02 14:49:09.691 INFO checking faker-0.0.4 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 14:49:09.691 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 14:49:09.691 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-3/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 14:49:09.849 INFO blam! 5e18167b1317afae0a0119e5e5323acf52069bb861c7b0a1596e46ef8cb2d78c Sep 02 14:49:09.851 INFO running `"docker" "start" "-a" "5e18167b1317afae0a0119e5e5323acf52069bb861c7b0a1596e46ef8cb2d78c"` Sep 02 14:49:10.512 INFO kablam! Checking faker v0.0.4 (file:///source) Sep 02 14:49:11.440 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 02 14:49:11.440 INFO kablam! --> src/helpers.rs:1:29 Sep 02 14:49:11.440 INFO kablam! | Sep 02 14:49:11.440 INFO kablam! 1 | use rand::{thread_rng, Rng, Rand}; Sep 02 14:49:11.440 INFO kablam! | ^^^^ Sep 02 14:49:11.441 INFO kablam! | Sep 02 14:49:11.441 INFO kablam! = note: #[warn(deprecated)] on by default Sep 02 14:49:11.441 INFO kablam! Sep 02 14:49:11.441 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 02 14:49:11.441 INFO kablam! --> src/helpers.rs:28:22 Sep 02 14:49:11.441 INFO kablam! | Sep 02 14:49:11.441 INFO kablam! 28 | pub fn number(&self) -> T { Sep 02 14:49:11.441 INFO kablam! | ^^^^ Sep 02 14:49:11.441 INFO kablam! Sep 02 14:49:11.596 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 02 14:49:11.596 INFO kablam! --> src/helpers.rs:1:29 Sep 02 14:49:11.596 INFO kablam! | Sep 02 14:49:11.596 INFO kablam! 1 | use rand::{thread_rng, Rng, Rand}; Sep 02 14:49:11.596 INFO kablam! | ^^^^ Sep 02 14:49:11.596 INFO kablam! | Sep 02 14:49:11.596 INFO kablam! = note: #[warn(deprecated)] on by default Sep 02 14:49:11.596 INFO kablam! Sep 02 14:49:11.596 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 02 14:49:11.596 INFO kablam! --> src/helpers.rs:28:22 Sep 02 14:49:11.597 INFO kablam! | Sep 02 14:49:11.597 INFO kablam! 28 | pub fn number(&self) -> T { Sep 02 14:49:11.597 INFO kablam! | ^^^^ Sep 02 14:49:11.597 INFO kablam! Sep 02 14:49:11.652 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 02 14:49:11.652 INFO kablam! --> src/helpers.rs:29:22 Sep 02 14:49:11.652 INFO kablam! | Sep 02 14:49:11.652 INFO kablam! 29 | thread_rng().gen() Sep 02 14:49:11.652 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 02 14:49:11.653 INFO kablam! | Sep 02 14:49:11.653 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 02 14:49:11.653 INFO kablam! Sep 02 14:49:11.755 INFO kablam! error: aborting due to previous error Sep 02 14:49:11.755 INFO kablam! Sep 02 14:49:11.755 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 02 14:49:11.766 INFO kablam! error: Could not compile `faker`. Sep 02 14:49:11.766 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 14:49:11.844 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 02 14:49:11.844 INFO kablam! --> src/helpers.rs:29:22 Sep 02 14:49:11.844 INFO kablam! | Sep 02 14:49:11.844 INFO kablam! 29 | thread_rng().gen() Sep 02 14:49:11.844 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 02 14:49:11.844 INFO kablam! | Sep 02 14:49:11.844 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 02 14:49:11.844 INFO kablam! Sep 02 14:49:11.918 INFO kablam! error: aborting due to previous error Sep 02 14:49:11.919 INFO kablam! Sep 02 14:49:11.919 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 02 14:49:11.929 INFO kablam! error: Could not compile `faker`. Sep 02 14:49:11.929 INFO kablam! Sep 02 14:49:11.929 INFO kablam! To learn more, run the command again with --verbose. Sep 02 14:49:11.931 INFO kablam! su: No module specific data is present Sep 02 14:49:12.343 INFO running `"docker" "rm" "-f" "5e18167b1317afae0a0119e5e5323acf52069bb861c7b0a1596e46ef8cb2d78c"` Sep 02 14:49:12.466 INFO blam! 5e18167b1317afae0a0119e5e5323acf52069bb861c7b0a1596e46ef8cb2d78c