Sep 06 06:24:46.708 INFO checking glm_color-0.1.2 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 06:24:46.708 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 06:24:46.708 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-0/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 06:24:46.867 INFO blam! 49356cc37928ffafe17129881b809c306166a694279fe6d4c2fdf58a1c1fb533 Sep 06 06:24:46.868 INFO running `"docker" "start" "-a" "49356cc37928ffafe17129881b809c306166a694279fe6d4c2fdf58a1c1fb533"` Sep 06 06:24:47.586 INFO kablam! usermod: no changes Sep 06 06:24:47.826 INFO kablam! Checking glm v0.2.3 Sep 06 06:24:50.745 INFO kablam! Checking glm_color v0.1.2 (file:///source) Sep 06 06:24:51.543 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 06 06:24:51.543 INFO kablam! --> src/rgb.rs:28:13 Sep 06 06:24:51.543 INFO kablam! | Sep 06 06:24:51.543 INFO kablam! 28 | use rand::{ Rand, Rng, thread_rng }; Sep 06 06:24:51.543 INFO kablam! | ^^^^ Sep 06 06:24:51.543 INFO kablam! | Sep 06 06:24:51.543 INFO kablam! = note: #[warn(deprecated)] on by default Sep 06 06:24:51.543 INFO kablam! Sep 06 06:24:51.543 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 06 06:24:51.543 INFO kablam! --> src/rgb.rs:360:6 Sep 06 06:24:51.543 INFO kablam! | Sep 06 06:24:51.543 INFO kablam! 360 | impl Rand for Rgb { Sep 06 06:24:51.543 INFO kablam! | ^^^^ Sep 06 06:24:51.543 INFO kablam! Sep 06 06:24:51.543 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 06 06:24:51.543 INFO kablam! --> src/hsv.rs:29:13 Sep 06 06:24:51.543 INFO kablam! | Sep 06 06:24:51.543 INFO kablam! 29 | use rand::{ Rand, Rng, thread_rng }; Sep 06 06:24:51.543 INFO kablam! | ^^^^ Sep 06 06:24:51.543 INFO kablam! Sep 06 06:24:51.543 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 06 06:24:51.543 INFO kablam! --> src/hsv.rs:46:6 Sep 06 06:24:51.543 INFO kablam! | Sep 06 06:24:51.543 INFO kablam! 46 | impl Rand for Hsv { Sep 06 06:24:51.543 INFO kablam! | ^^^^ Sep 06 06:24:51.544 INFO kablam! Sep 06 06:24:51.544 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 06 06:24:51.544 INFO kablam! --> src/ycbcr.rs:28:13 Sep 06 06:24:51.544 INFO kablam! | Sep 06 06:24:51.544 INFO kablam! 28 | use rand::{ Rand, Rng }; Sep 06 06:24:51.544 INFO kablam! | ^^^^ Sep 06 06:24:51.544 INFO kablam! Sep 06 06:24:51.544 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 06 06:24:51.544 INFO kablam! --> src/ycbcr.rs:95:6 Sep 06 06:24:51.544 INFO kablam! | Sep 06 06:24:51.544 INFO kablam! 95 | impl Rand for YCbCr { Sep 06 06:24:51.544 INFO kablam! | ^^^^ Sep 06 06:24:51.544 INFO kablam! Sep 06 06:24:51.544 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 06 06:24:51.544 INFO kablam! --> src/srgb.rs:29:13 Sep 06 06:24:51.544 INFO kablam! | Sep 06 06:24:51.544 INFO kablam! 29 | use rand::{ Rand, Rng }; Sep 06 06:24:51.544 INFO kablam! | ^^^^ Sep 06 06:24:51.544 INFO kablam! Sep 06 06:24:51.544 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 06 06:24:51.544 INFO kablam! --> src/srgb.rs:77:6 Sep 06 06:24:51.544 INFO kablam! | Sep 06 06:24:51.544 INFO kablam! 77 | impl Rand for Srgb { Sep 06 06:24:51.544 INFO kablam! | ^^^^ Sep 06 06:24:51.544 INFO kablam! Sep 06 06:24:51.646 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 06 06:24:51.646 INFO kablam! --> src/rgb.rs:332:13 Sep 06 06:24:51.646 INFO kablam! | Sep 06 06:24:51.646 INFO kablam! 332 | rng.gen() Sep 06 06:24:51.646 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 06 06:24:51.646 INFO kablam! | Sep 06 06:24:51.646 INFO kablam! = help: the following implementations were found: Sep 06 06:24:51.646 INFO kablam! > Sep 06 06:24:51.646 INFO kablam! > Sep 06 06:24:51.646 INFO kablam! > Sep 06 06:24:51.646 INFO kablam! > Sep 06 06:24:51.646 INFO kablam! and 58 others Sep 06 06:24:51.646 INFO kablam! Sep 06 06:24:51.658 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 06 06:24:51.658 INFO kablam! --> src/hsv.rs:94:13 Sep 06 06:24:51.658 INFO kablam! | Sep 06 06:24:51.658 INFO kablam! 94 | rng.gen() Sep 06 06:24:51.658 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 06 06:24:51.658 INFO kablam! | Sep 06 06:24:51.658 INFO kablam! = help: the following implementations were found: Sep 06 06:24:51.658 INFO kablam! > Sep 06 06:24:51.658 INFO kablam! > Sep 06 06:24:51.658 INFO kablam! > Sep 06 06:24:51.658 INFO kablam! > Sep 06 06:24:51.658 INFO kablam! and 58 others Sep 06 06:24:51.658 INFO kablam! Sep 06 06:24:51.673 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 06 06:24:51.673 INFO kablam! --> src/ycbcr.rs:99:22 Sep 06 06:24:51.673 INFO kablam! | Sep 06 06:24:51.673 INFO kablam! 99 | let uv = rng.gen::() - 0.5; Sep 06 06:24:51.673 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 06 06:24:51.673 INFO kablam! | Sep 06 06:24:51.673 INFO kablam! = help: the following implementations were found: Sep 06 06:24:51.673 INFO kablam! > Sep 06 06:24:51.673 INFO kablam! > Sep 06 06:24:51.673 INFO kablam! > Sep 06 06:24:51.673 INFO kablam! > Sep 06 06:24:51.673 INFO kablam! and 58 others Sep 06 06:24:51.673 INFO kablam! Sep 06 06:24:51.677 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 06 06:24:51.677 INFO kablam! --> src/srgb.rs:80:23 Sep 06 06:24:51.677 INFO kablam! | Sep 06 06:24:51.677 INFO kablam! 80 | let rgb = rng.gen::(); Sep 06 06:24:51.677 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 06 06:24:51.677 INFO kablam! | Sep 06 06:24:51.677 INFO kablam! = help: the following implementations were found: Sep 06 06:24:51.677 INFO kablam! > Sep 06 06:24:51.677 INFO kablam! > Sep 06 06:24:51.677 INFO kablam! > Sep 06 06:24:51.677 INFO kablam! > Sep 06 06:24:51.677 INFO kablam! and 58 others Sep 06 06:24:51.677 INFO kablam! Sep 06 06:24:51.688 INFO kablam! error: aborting due to 4 previous errors Sep 06 06:24:51.688 INFO kablam! Sep 06 06:24:51.688 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 06 06:24:51.698 INFO kablam! error: Could not compile `glm_color`. Sep 06 06:24:51.698 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 06:24:51.874 INFO kablam! warning: unused import: `quickcheck::*` Sep 06 06:24:51.874 INFO kablam! --> src/rgb.rs:612:9 Sep 06 06:24:51.874 INFO kablam! | Sep 06 06:24:51.874 INFO kablam! 612 | use quickcheck::*; Sep 06 06:24:51.874 INFO kablam! | ^^^^^^^^^^^^^ Sep 06 06:24:51.874 INFO kablam! | Sep 06 06:24:51.874 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 06:24:51.874 INFO kablam! Sep 06 06:24:51.874 INFO kablam! warning: unused import: `gray` Sep 06 06:24:51.874 INFO kablam! --> src/hsv.rs:464:21 Sep 06 06:24:51.874 INFO kablam! | Sep 06 06:24:51.874 INFO kablam! 464 | use rgb::{ Rgb, gray }; Sep 06 06:24:51.874 INFO kablam! | ^^^^ Sep 06 06:24:51.874 INFO kablam! Sep 06 06:24:51.886 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 06 06:24:51.886 INFO kablam! --> src/rgb.rs:28:13 Sep 06 06:24:51.886 INFO kablam! | Sep 06 06:24:51.886 INFO kablam! 28 | use rand::{ Rand, Rng, thread_rng }; Sep 06 06:24:51.886 INFO kablam! | ^^^^ Sep 06 06:24:51.886 INFO kablam! | Sep 06 06:24:51.886 INFO kablam! = note: #[warn(deprecated)] on by default Sep 06 06:24:51.886 INFO kablam! Sep 06 06:24:51.886 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 06 06:24:51.886 INFO kablam! --> src/rgb.rs:360:6 Sep 06 06:24:51.886 INFO kablam! | Sep 06 06:24:51.886 INFO kablam! 360 | impl Rand for Rgb { Sep 06 06:24:51.886 INFO kablam! | ^^^^ Sep 06 06:24:51.886 INFO kablam! Sep 06 06:24:51.886 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 06 06:24:51.886 INFO kablam! --> src/hsv.rs:29:13 Sep 06 06:24:51.886 INFO kablam! | Sep 06 06:24:51.886 INFO kablam! 29 | use rand::{ Rand, Rng, thread_rng }; Sep 06 06:24:51.887 INFO kablam! | ^^^^ Sep 06 06:24:51.887 INFO kablam! Sep 06 06:24:51.887 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 06 06:24:51.887 INFO kablam! --> src/hsv.rs:46:6 Sep 06 06:24:51.887 INFO kablam! | Sep 06 06:24:51.887 INFO kablam! 46 | impl Rand for Hsv { Sep 06 06:24:51.887 INFO kablam! | ^^^^ Sep 06 06:24:51.887 INFO kablam! Sep 06 06:24:51.887 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 06 06:24:51.887 INFO kablam! --> src/ycbcr.rs:28:13 Sep 06 06:24:51.887 INFO kablam! | Sep 06 06:24:51.887 INFO kablam! 28 | use rand::{ Rand, Rng }; Sep 06 06:24:51.887 INFO kablam! | ^^^^ Sep 06 06:24:51.887 INFO kablam! Sep 06 06:24:51.887 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 06 06:24:51.887 INFO kablam! --> src/ycbcr.rs:95:6 Sep 06 06:24:51.887 INFO kablam! | Sep 06 06:24:51.887 INFO kablam! 95 | impl Rand for YCbCr { Sep 06 06:24:51.887 INFO kablam! | ^^^^ Sep 06 06:24:51.887 INFO kablam! Sep 06 06:24:51.887 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 06 06:24:51.887 INFO kablam! --> src/srgb.rs:29:13 Sep 06 06:24:51.887 INFO kablam! | Sep 06 06:24:51.887 INFO kablam! 29 | use rand::{ Rand, Rng }; Sep 06 06:24:51.887 INFO kablam! | ^^^^ Sep 06 06:24:51.887 INFO kablam! Sep 06 06:24:51.887 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 06 06:24:51.887 INFO kablam! --> src/srgb.rs:77:6 Sep 06 06:24:51.887 INFO kablam! | Sep 06 06:24:51.887 INFO kablam! 77 | impl Rand for Srgb { Sep 06 06:24:51.887 INFO kablam! | ^^^^ Sep 06 06:24:51.887 INFO kablam! Sep 06 06:24:52.023 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 06 06:24:52.023 INFO kablam! --> src/rgb.rs:332:13 Sep 06 06:24:52.023 INFO kablam! | Sep 06 06:24:52.023 INFO kablam! 332 | rng.gen() Sep 06 06:24:52.023 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 06 06:24:52.023 INFO kablam! | Sep 06 06:24:52.023 INFO kablam! = help: the following implementations were found: Sep 06 06:24:52.023 INFO kablam! > Sep 06 06:24:52.023 INFO kablam! > Sep 06 06:24:52.023 INFO kablam! > Sep 06 06:24:52.023 INFO kablam! > Sep 06 06:24:52.023 INFO kablam! and 58 others Sep 06 06:24:52.023 INFO kablam! Sep 06 06:24:52.042 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 06 06:24:52.042 INFO kablam! --> src/rgb.rs:603:11 Sep 06 06:24:52.042 INFO kablam! | Sep 06 06:24:52.042 INFO kablam! 603 | g.gen() Sep 06 06:24:52.042 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 06 06:24:52.042 INFO kablam! | Sep 06 06:24:52.042 INFO kablam! = help: the following implementations were found: Sep 06 06:24:52.042 INFO kablam! > Sep 06 06:24:52.042 INFO kablam! > Sep 06 06:24:52.042 INFO kablam! > Sep 06 06:24:52.042 INFO kablam! > Sep 06 06:24:52.042 INFO kablam! and 58 others Sep 06 06:24:52.042 INFO kablam! Sep 06 06:24:52.054 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 06 06:24:52.054 INFO kablam! --> src/hsv.rs:94:13 Sep 06 06:24:52.054 INFO kablam! | Sep 06 06:24:52.054 INFO kablam! 94 | rng.gen() Sep 06 06:24:52.054 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 06 06:24:52.054 INFO kablam! | Sep 06 06:24:52.054 INFO kablam! = help: the following implementations were found: Sep 06 06:24:52.054 INFO kablam! > Sep 06 06:24:52.054 INFO kablam! > Sep 06 06:24:52.054 INFO kablam! > Sep 06 06:24:52.054 INFO kablam! > Sep 06 06:24:52.054 INFO kablam! and 58 others Sep 06 06:24:52.054 INFO kablam! Sep 06 06:24:52.072 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 06 06:24:52.072 INFO kablam! --> src/ycbcr.rs:99:22 Sep 06 06:24:52.072 INFO kablam! | Sep 06 06:24:52.072 INFO kablam! 99 | let uv = rng.gen::() - 0.5; Sep 06 06:24:52.072 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 06 06:24:52.072 INFO kablam! | Sep 06 06:24:52.072 INFO kablam! = help: the following implementations were found: Sep 06 06:24:52.072 INFO kablam! > Sep 06 06:24:52.072 INFO kablam! > Sep 06 06:24:52.072 INFO kablam! > Sep 06 06:24:52.072 INFO kablam! > Sep 06 06:24:52.072 INFO kablam! and 58 others Sep 06 06:24:52.072 INFO kablam! Sep 06 06:24:52.080 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 06 06:24:52.080 INFO kablam! --> src/srgb.rs:80:23 Sep 06 06:24:52.080 INFO kablam! | Sep 06 06:24:52.081 INFO kablam! 80 | let rgb = rng.gen::(); Sep 06 06:24:52.081 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 06 06:24:52.081 INFO kablam! | Sep 06 06:24:52.081 INFO kablam! = help: the following implementations were found: Sep 06 06:24:52.081 INFO kablam! > Sep 06 06:24:52.081 INFO kablam! > Sep 06 06:24:52.081 INFO kablam! > Sep 06 06:24:52.081 INFO kablam! > Sep 06 06:24:52.081 INFO kablam! and 58 others Sep 06 06:24:52.081 INFO kablam! Sep 06 06:24:52.089 INFO kablam! error: aborting due to 5 previous errors Sep 06 06:24:52.089 INFO kablam! Sep 06 06:24:52.089 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 06 06:24:52.109 INFO kablam! error: Could not compile `glm_color`. Sep 06 06:24:52.109 INFO kablam! Sep 06 06:24:52.109 INFO kablam! To learn more, run the command again with --verbose. Sep 06 06:24:52.111 INFO kablam! su: No module specific data is present Sep 06 06:24:52.709 INFO running `"docker" "rm" "-f" "49356cc37928ffafe17129881b809c306166a694279fe6d4c2fdf58a1c1fb533"` Sep 06 06:24:52.838 INFO blam! 49356cc37928ffafe17129881b809c306166a694279fe6d4c2fdf58a1c1fb533