Sep 10 18:18:47.686 INFO checking glm_color-0.1.2 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 18:18:47.686 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 18:18:47.686 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-1/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 18:18:47.881 INFO blam! 69cf7819ed565dbe03c7542c55c87dc7ceefff0c806e2bafdd885a3e6835d15a Sep 10 18:18:47.883 INFO running `"docker" "start" "-a" "69cf7819ed565dbe03c7542c55c87dc7ceefff0c806e2bafdd885a3e6835d15a"` Sep 10 18:18:48.618 INFO kablam! usermod: no changes Sep 10 18:18:48.738 INFO kablam! Checking glm v0.2.3 Sep 10 18:18:51.742 INFO kablam! Checking glm_color v0.1.2 (file:///source) Sep 10 18:18:53.001 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 10 18:18:53.001 INFO kablam! --> src/rgb.rs:28:13 Sep 10 18:18:53.001 INFO kablam! | Sep 10 18:18:53.001 INFO kablam! 28 | use rand::{ Rand, Rng, thread_rng }; Sep 10 18:18:53.001 INFO kablam! | ^^^^ Sep 10 18:18:53.002 INFO kablam! | Sep 10 18:18:53.002 INFO kablam! = note: #[warn(deprecated)] on by default Sep 10 18:18:53.002 INFO kablam! Sep 10 18:18:53.003 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 10 18:18:53.003 INFO kablam! --> src/rgb.rs:360:6 Sep 10 18:18:53.003 INFO kablam! | Sep 10 18:18:53.003 INFO kablam! 360 | impl Rand for Rgb { Sep 10 18:18:53.003 INFO kablam! | ^^^^ Sep 10 18:18:53.003 INFO kablam! Sep 10 18:18:53.004 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 10 18:18:53.004 INFO kablam! --> src/hsv.rs:29:13 Sep 10 18:18:53.004 INFO kablam! | Sep 10 18:18:53.004 INFO kablam! 29 | use rand::{ Rand, Rng, thread_rng }; Sep 10 18:18:53.004 INFO kablam! | ^^^^ Sep 10 18:18:53.004 INFO kablam! Sep 10 18:18:53.005 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 10 18:18:53.005 INFO kablam! --> src/hsv.rs:46:6 Sep 10 18:18:53.005 INFO kablam! | Sep 10 18:18:53.005 INFO kablam! 46 | impl Rand for Hsv { Sep 10 18:18:53.005 INFO kablam! | ^^^^ Sep 10 18:18:53.005 INFO kablam! Sep 10 18:18:53.005 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 10 18:18:53.005 INFO kablam! --> src/ycbcr.rs:28:13 Sep 10 18:18:53.005 INFO kablam! | Sep 10 18:18:53.005 INFO kablam! 28 | use rand::{ Rand, Rng }; Sep 10 18:18:53.005 INFO kablam! | ^^^^ Sep 10 18:18:53.006 INFO kablam! Sep 10 18:18:53.006 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 10 18:18:53.006 INFO kablam! --> src/ycbcr.rs:95:6 Sep 10 18:18:53.006 INFO kablam! | Sep 10 18:18:53.006 INFO kablam! 95 | impl Rand for YCbCr { Sep 10 18:18:53.006 INFO kablam! | ^^^^ Sep 10 18:18:53.007 INFO kablam! Sep 10 18:18:53.007 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 10 18:18:53.007 INFO kablam! --> src/srgb.rs:29:13 Sep 10 18:18:53.007 INFO kablam! | Sep 10 18:18:53.007 INFO kablam! 29 | use rand::{ Rand, Rng }; Sep 10 18:18:53.007 INFO kablam! | ^^^^ Sep 10 18:18:53.007 INFO kablam! Sep 10 18:18:53.008 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 10 18:18:53.008 INFO kablam! --> src/srgb.rs:77:6 Sep 10 18:18:53.008 INFO kablam! | Sep 10 18:18:53.008 INFO kablam! 77 | impl Rand for Srgb { Sep 10 18:18:53.008 INFO kablam! | ^^^^ Sep 10 18:18:53.008 INFO kablam! Sep 10 18:18:53.244 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 10 18:18:53.244 INFO kablam! --> src/rgb.rs:332:13 Sep 10 18:18:53.244 INFO kablam! | Sep 10 18:18:53.244 INFO kablam! 332 | rng.gen() Sep 10 18:18:53.244 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 10 18:18:53.244 INFO kablam! | Sep 10 18:18:53.244 INFO kablam! = help: the following implementations were found: Sep 10 18:18:53.244 INFO kablam! > Sep 10 18:18:53.244 INFO kablam! > Sep 10 18:18:53.244 INFO kablam! > Sep 10 18:18:53.244 INFO kablam! > Sep 10 18:18:53.244 INFO kablam! and 58 others Sep 10 18:18:53.244 INFO kablam! Sep 10 18:18:53.266 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 10 18:18:53.266 INFO kablam! --> src/hsv.rs:94:13 Sep 10 18:18:53.266 INFO kablam! | Sep 10 18:18:53.266 INFO kablam! 94 | rng.gen() Sep 10 18:18:53.266 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 10 18:18:53.266 INFO kablam! | Sep 10 18:18:53.266 INFO kablam! = help: the following implementations were found: Sep 10 18:18:53.266 INFO kablam! > Sep 10 18:18:53.266 INFO kablam! > Sep 10 18:18:53.266 INFO kablam! > Sep 10 18:18:53.266 INFO kablam! > Sep 10 18:18:53.266 INFO kablam! and 58 others Sep 10 18:18:53.266 INFO kablam! Sep 10 18:18:53.285 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 10 18:18:53.285 INFO kablam! --> src/ycbcr.rs:99:22 Sep 10 18:18:53.285 INFO kablam! | Sep 10 18:18:53.285 INFO kablam! 99 | let uv = rng.gen::() - 0.5; Sep 10 18:18:53.285 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 10 18:18:53.285 INFO kablam! | Sep 10 18:18:53.285 INFO kablam! = help: the following implementations were found: Sep 10 18:18:53.285 INFO kablam! > Sep 10 18:18:53.285 INFO kablam! > Sep 10 18:18:53.285 INFO kablam! > Sep 10 18:18:53.285 INFO kablam! > Sep 10 18:18:53.285 INFO kablam! and 58 others Sep 10 18:18:53.285 INFO kablam! Sep 10 18:18:53.290 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 10 18:18:53.290 INFO kablam! --> src/srgb.rs:80:23 Sep 10 18:18:53.290 INFO kablam! | Sep 10 18:18:53.290 INFO kablam! 80 | let rgb = rng.gen::(); Sep 10 18:18:53.290 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 10 18:18:53.290 INFO kablam! | Sep 10 18:18:53.290 INFO kablam! = help: the following implementations were found: Sep 10 18:18:53.290 INFO kablam! > Sep 10 18:18:53.290 INFO kablam! > Sep 10 18:18:53.290 INFO kablam! > Sep 10 18:18:53.290 INFO kablam! > Sep 10 18:18:53.290 INFO kablam! and 58 others Sep 10 18:18:53.290 INFO kablam! Sep 10 18:18:53.310 INFO kablam! error: aborting due to 4 previous errors Sep 10 18:18:53.310 INFO kablam! Sep 10 18:18:53.310 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 10 18:18:53.314 INFO kablam! error: Could not compile `glm_color`. Sep 10 18:18:53.314 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 18:18:53.602 INFO kablam! warning: unused import: `quickcheck::*` Sep 10 18:18:53.602 INFO kablam! --> src/rgb.rs:612:9 Sep 10 18:18:53.602 INFO kablam! | Sep 10 18:18:53.602 INFO kablam! 612 | use quickcheck::*; Sep 10 18:18:53.602 INFO kablam! | ^^^^^^^^^^^^^ Sep 10 18:18:53.602 INFO kablam! | Sep 10 18:18:53.602 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 18:18:53.602 INFO kablam! Sep 10 18:18:53.602 INFO kablam! warning: unused import: `gray` Sep 10 18:18:53.602 INFO kablam! --> src/hsv.rs:464:21 Sep 10 18:18:53.602 INFO kablam! | Sep 10 18:18:53.602 INFO kablam! 464 | use rgb::{ Rgb, gray }; Sep 10 18:18:53.602 INFO kablam! | ^^^^ Sep 10 18:18:53.602 INFO kablam! Sep 10 18:18:53.623 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 10 18:18:53.623 INFO kablam! --> src/rgb.rs:28:13 Sep 10 18:18:53.623 INFO kablam! | Sep 10 18:18:53.623 INFO kablam! 28 | use rand::{ Rand, Rng, thread_rng }; Sep 10 18:18:53.623 INFO kablam! | ^^^^ Sep 10 18:18:53.623 INFO kablam! | Sep 10 18:18:53.623 INFO kablam! = note: #[warn(deprecated)] on by default Sep 10 18:18:53.623 INFO kablam! Sep 10 18:18:53.623 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 10 18:18:53.623 INFO kablam! --> src/rgb.rs:360:6 Sep 10 18:18:53.623 INFO kablam! | Sep 10 18:18:53.623 INFO kablam! 360 | impl Rand for Rgb { Sep 10 18:18:53.623 INFO kablam! | ^^^^ Sep 10 18:18:53.623 INFO kablam! Sep 10 18:18:53.624 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 10 18:18:53.624 INFO kablam! --> src/hsv.rs:29:13 Sep 10 18:18:53.624 INFO kablam! | Sep 10 18:18:53.624 INFO kablam! 29 | use rand::{ Rand, Rng, thread_rng }; Sep 10 18:18:53.624 INFO kablam! | ^^^^ Sep 10 18:18:53.624 INFO kablam! Sep 10 18:18:53.624 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 10 18:18:53.624 INFO kablam! --> src/hsv.rs:46:6 Sep 10 18:18:53.624 INFO kablam! | Sep 10 18:18:53.624 INFO kablam! 46 | impl Rand for Hsv { Sep 10 18:18:53.624 INFO kablam! | ^^^^ Sep 10 18:18:53.624 INFO kablam! Sep 10 18:18:53.624 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 10 18:18:53.624 INFO kablam! --> src/ycbcr.rs:28:13 Sep 10 18:18:53.624 INFO kablam! | Sep 10 18:18:53.624 INFO kablam! 28 | use rand::{ Rand, Rng }; Sep 10 18:18:53.624 INFO kablam! | ^^^^ Sep 10 18:18:53.624 INFO kablam! Sep 10 18:18:53.624 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 10 18:18:53.624 INFO kablam! --> src/ycbcr.rs:95:6 Sep 10 18:18:53.624 INFO kablam! | Sep 10 18:18:53.624 INFO kablam! 95 | impl Rand for YCbCr { Sep 10 18:18:53.624 INFO kablam! | ^^^^ Sep 10 18:18:53.624 INFO kablam! Sep 10 18:18:53.624 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 10 18:18:53.624 INFO kablam! --> src/srgb.rs:29:13 Sep 10 18:18:53.624 INFO kablam! | Sep 10 18:18:53.625 INFO kablam! 29 | use rand::{ Rand, Rng }; Sep 10 18:18:53.625 INFO kablam! | ^^^^ Sep 10 18:18:53.625 INFO kablam! Sep 10 18:18:53.625 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 10 18:18:53.625 INFO kablam! --> src/srgb.rs:77:6 Sep 10 18:18:53.625 INFO kablam! | Sep 10 18:18:53.625 INFO kablam! 77 | impl Rand for Srgb { Sep 10 18:18:53.625 INFO kablam! | ^^^^ Sep 10 18:18:53.625 INFO kablam! Sep 10 18:18:53.782 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 10 18:18:53.782 INFO kablam! --> src/rgb.rs:332:13 Sep 10 18:18:53.782 INFO kablam! | Sep 10 18:18:53.782 INFO kablam! 332 | rng.gen() Sep 10 18:18:53.782 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 10 18:18:53.782 INFO kablam! | Sep 10 18:18:53.782 INFO kablam! = help: the following implementations were found: Sep 10 18:18:53.782 INFO kablam! > Sep 10 18:18:53.782 INFO kablam! > Sep 10 18:18:53.782 INFO kablam! > Sep 10 18:18:53.782 INFO kablam! > Sep 10 18:18:53.782 INFO kablam! and 58 others Sep 10 18:18:53.782 INFO kablam! Sep 10 18:18:53.798 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 10 18:18:53.798 INFO kablam! --> src/rgb.rs:603:11 Sep 10 18:18:53.798 INFO kablam! | Sep 10 18:18:53.798 INFO kablam! 603 | g.gen() Sep 10 18:18:53.798 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 10 18:18:53.798 INFO kablam! | Sep 10 18:18:53.798 INFO kablam! = help: the following implementations were found: Sep 10 18:18:53.798 INFO kablam! > Sep 10 18:18:53.798 INFO kablam! > Sep 10 18:18:53.798 INFO kablam! > Sep 10 18:18:53.798 INFO kablam! > Sep 10 18:18:53.798 INFO kablam! and 58 others Sep 10 18:18:53.798 INFO kablam! Sep 10 18:18:53.812 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 10 18:18:53.812 INFO kablam! --> src/hsv.rs:94:13 Sep 10 18:18:53.812 INFO kablam! | Sep 10 18:18:53.812 INFO kablam! 94 | rng.gen() Sep 10 18:18:53.812 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 10 18:18:53.812 INFO kablam! | Sep 10 18:18:53.812 INFO kablam! = help: the following implementations were found: Sep 10 18:18:53.812 INFO kablam! > Sep 10 18:18:53.812 INFO kablam! > Sep 10 18:18:53.812 INFO kablam! > Sep 10 18:18:53.813 INFO kablam! > Sep 10 18:18:53.813 INFO kablam! and 58 others Sep 10 18:18:53.813 INFO kablam! Sep 10 18:18:53.834 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 10 18:18:53.834 INFO kablam! --> src/ycbcr.rs:99:22 Sep 10 18:18:53.834 INFO kablam! | Sep 10 18:18:53.834 INFO kablam! 99 | let uv = rng.gen::() - 0.5; Sep 10 18:18:53.834 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 10 18:18:53.834 INFO kablam! | Sep 10 18:18:53.834 INFO kablam! = help: the following implementations were found: Sep 10 18:18:53.834 INFO kablam! > Sep 10 18:18:53.834 INFO kablam! > Sep 10 18:18:53.834 INFO kablam! > Sep 10 18:18:53.834 INFO kablam! > Sep 10 18:18:53.834 INFO kablam! and 58 others Sep 10 18:18:53.834 INFO kablam! Sep 10 18:18:53.842 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 10 18:18:53.842 INFO kablam! --> src/srgb.rs:80:23 Sep 10 18:18:53.842 INFO kablam! | Sep 10 18:18:53.842 INFO kablam! 80 | let rgb = rng.gen::(); Sep 10 18:18:53.842 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 10 18:18:53.842 INFO kablam! | Sep 10 18:18:53.842 INFO kablam! = help: the following implementations were found: Sep 10 18:18:53.842 INFO kablam! > Sep 10 18:18:53.842 INFO kablam! > Sep 10 18:18:53.842 INFO kablam! > Sep 10 18:18:53.842 INFO kablam! > Sep 10 18:18:53.842 INFO kablam! and 58 others Sep 10 18:18:53.842 INFO kablam! Sep 10 18:18:53.854 INFO kablam! error: aborting due to 5 previous errors Sep 10 18:18:53.854 INFO kablam! Sep 10 18:18:53.854 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 10 18:18:53.869 INFO kablam! error: Could not compile `glm_color`. Sep 10 18:18:53.869 INFO kablam! Sep 10 18:18:53.869 INFO kablam! To learn more, run the command again with --verbose. Sep 10 18:18:53.871 INFO kablam! su: No module specific data is present Sep 10 18:18:54.409 INFO running `"docker" "rm" "-f" "69cf7819ed565dbe03c7542c55c87dc7ceefff0c806e2bafdd885a3e6835d15a"` Sep 10 18:18:54.539 INFO blam! 69cf7819ed565dbe03c7542c55c87dc7ceefff0c806e2bafdd885a3e6835d15a