Sep 20 02:52:32.861 INFO checking glm_color-0.1.2 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 20 02:52:32.861 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 20 02:52:32.861 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-5/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 02:52:32.991 INFO blam! 86ee445b8f85e95da9b0f46475a50352c5d6e4651db39179f124e69756c03bd3 Sep 20 02:52:32.993 INFO running `"docker" "start" "-a" "86ee445b8f85e95da9b0f46475a50352c5d6e4651db39179f124e69756c03bd3"` Sep 20 02:52:33.872 INFO kablam! usermod: no changes Sep 20 02:52:33.998 INFO kablam! Checking glm v0.2.3 Sep 20 02:52:36.662 INFO kablam! Checking glm_color v0.1.2 (/source) Sep 20 02:52:37.822 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 20 02:52:37.822 INFO kablam! --> src/rgb.rs:28:13 Sep 20 02:52:37.822 INFO kablam! | Sep 20 02:52:37.822 INFO kablam! 28 | use rand::{ Rand, Rng, thread_rng }; Sep 20 02:52:37.822 INFO kablam! | ^^^^ Sep 20 02:52:37.822 INFO kablam! | Sep 20 02:52:37.822 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 02:52:37.822 INFO kablam! Sep 20 02:52:37.822 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 20 02:52:37.822 INFO kablam! --> src/rgb.rs:360:6 Sep 20 02:52:37.822 INFO kablam! | Sep 20 02:52:37.822 INFO kablam! 360 | impl Rand for Rgb { Sep 20 02:52:37.822 INFO kablam! | ^^^^ Sep 20 02:52:37.822 INFO kablam! Sep 20 02:52:37.822 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 20 02:52:37.822 INFO kablam! --> src/hsv.rs:29:13 Sep 20 02:52:37.822 INFO kablam! | Sep 20 02:52:37.822 INFO kablam! 29 | use rand::{ Rand, Rng, thread_rng }; Sep 20 02:52:37.822 INFO kablam! | ^^^^ Sep 20 02:52:37.822 INFO kablam! Sep 20 02:52:37.822 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 20 02:52:37.822 INFO kablam! --> src/hsv.rs:46:6 Sep 20 02:52:37.822 INFO kablam! | Sep 20 02:52:37.822 INFO kablam! 46 | impl Rand for Hsv { Sep 20 02:52:37.822 INFO kablam! | ^^^^ Sep 20 02:52:37.822 INFO kablam! Sep 20 02:52:37.826 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 20 02:52:37.826 INFO kablam! --> src/ycbcr.rs:28:13 Sep 20 02:52:37.826 INFO kablam! | Sep 20 02:52:37.826 INFO kablam! 28 | use rand::{ Rand, Rng }; Sep 20 02:52:37.826 INFO kablam! | ^^^^ Sep 20 02:52:37.826 INFO kablam! Sep 20 02:52:37.826 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 20 02:52:37.826 INFO kablam! --> src/ycbcr.rs:95:6 Sep 20 02:52:37.826 INFO kablam! | Sep 20 02:52:37.826 INFO kablam! 95 | impl Rand for YCbCr { Sep 20 02:52:37.826 INFO kablam! | ^^^^ Sep 20 02:52:37.826 INFO kablam! Sep 20 02:52:37.826 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 20 02:52:37.826 INFO kablam! --> src/srgb.rs:29:13 Sep 20 02:52:37.826 INFO kablam! | Sep 20 02:52:37.826 INFO kablam! 29 | use rand::{ Rand, Rng }; Sep 20 02:52:37.826 INFO kablam! | ^^^^ Sep 20 02:52:37.826 INFO kablam! Sep 20 02:52:37.826 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 20 02:52:37.826 INFO kablam! --> src/srgb.rs:77:6 Sep 20 02:52:37.826 INFO kablam! | Sep 20 02:52:37.826 INFO kablam! 77 | impl Rand for Srgb { Sep 20 02:52:37.826 INFO kablam! | ^^^^ Sep 20 02:52:37.826 INFO kablam! Sep 20 02:52:37.972 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 20 02:52:37.972 INFO kablam! --> src/rgb.rs:332:13 Sep 20 02:52:37.972 INFO kablam! | Sep 20 02:52:37.972 INFO kablam! 332 | rng.gen() Sep 20 02:52:37.972 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 20 02:52:37.972 INFO kablam! | Sep 20 02:52:37.972 INFO kablam! = help: the following implementations were found: Sep 20 02:52:37.972 INFO kablam! > Sep 20 02:52:37.972 INFO kablam! > Sep 20 02:52:37.972 INFO kablam! > Sep 20 02:52:37.972 INFO kablam! > Sep 20 02:52:37.972 INFO kablam! and 58 others Sep 20 02:52:37.972 INFO kablam! Sep 20 02:52:37.999 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 20 02:52:37.999 INFO kablam! --> src/hsv.rs:94:13 Sep 20 02:52:37.999 INFO kablam! | Sep 20 02:52:37.999 INFO kablam! 94 | rng.gen() Sep 20 02:52:37.999 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 20 02:52:37.999 INFO kablam! | Sep 20 02:52:37.999 INFO kablam! = help: the following implementations were found: Sep 20 02:52:37.999 INFO kablam! > Sep 20 02:52:37.999 INFO kablam! > Sep 20 02:52:37.999 INFO kablam! > Sep 20 02:52:37.999 INFO kablam! > Sep 20 02:52:37.999 INFO kablam! and 58 others Sep 20 02:52:37.999 INFO kablam! Sep 20 02:52:38.021 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 20 02:52:38.021 INFO kablam! --> src/ycbcr.rs:99:22 Sep 20 02:52:38.021 INFO kablam! | Sep 20 02:52:38.021 INFO kablam! 99 | let uv = rng.gen::() - 0.5; Sep 20 02:52:38.021 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 20 02:52:38.021 INFO kablam! | Sep 20 02:52:38.021 INFO kablam! = help: the following implementations were found: Sep 20 02:52:38.021 INFO kablam! > Sep 20 02:52:38.021 INFO kablam! > Sep 20 02:52:38.021 INFO kablam! > Sep 20 02:52:38.021 INFO kablam! > Sep 20 02:52:38.021 INFO kablam! and 58 others Sep 20 02:52:38.021 INFO kablam! Sep 20 02:52:38.027 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 20 02:52:38.027 INFO kablam! --> src/srgb.rs:80:23 Sep 20 02:52:38.027 INFO kablam! | Sep 20 02:52:38.027 INFO kablam! 80 | let rgb = rng.gen::(); Sep 20 02:52:38.027 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 20 02:52:38.027 INFO kablam! | Sep 20 02:52:38.027 INFO kablam! = help: the following implementations were found: Sep 20 02:52:38.027 INFO kablam! > Sep 20 02:52:38.027 INFO kablam! > Sep 20 02:52:38.027 INFO kablam! > Sep 20 02:52:38.028 INFO kablam! > Sep 20 02:52:38.028 INFO kablam! and 58 others Sep 20 02:52:38.028 INFO kablam! Sep 20 02:52:38.040 INFO kablam! error: aborting due to 4 previous errors Sep 20 02:52:38.040 INFO kablam! Sep 20 02:52:38.040 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 20 02:52:38.051 INFO kablam! error: Could not compile `glm_color`. Sep 20 02:52:38.051 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 02:52:38.058 INFO kablam! warning: unused import: `quickcheck::*` Sep 20 02:52:38.059 INFO kablam! --> src/rgb.rs:612:9 Sep 20 02:52:38.059 INFO kablam! | Sep 20 02:52:38.059 INFO kablam! 612 | use quickcheck::*; Sep 20 02:52:38.059 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 02:52:38.060 INFO kablam! | Sep 20 02:52:38.060 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 02:52:38.060 INFO kablam! Sep 20 02:52:38.060 INFO kablam! warning: unused import: `gray` Sep 20 02:52:38.060 INFO kablam! --> src/hsv.rs:464:21 Sep 20 02:52:38.060 INFO kablam! | Sep 20 02:52:38.060 INFO kablam! 464 | use rgb::{ Rgb, gray }; Sep 20 02:52:38.060 INFO kablam! | ^^^^ Sep 20 02:52:38.060 INFO kablam! Sep 20 02:52:38.094 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 20 02:52:38.094 INFO kablam! --> src/rgb.rs:28:13 Sep 20 02:52:38.094 INFO kablam! | Sep 20 02:52:38.094 INFO kablam! 28 | use rand::{ Rand, Rng, thread_rng }; Sep 20 02:52:38.094 INFO kablam! | ^^^^ Sep 20 02:52:38.094 INFO kablam! | Sep 20 02:52:38.094 INFO kablam! = note: #[warn(deprecated)] on by default Sep 20 02:52:38.094 INFO kablam! Sep 20 02:52:38.094 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 20 02:52:38.094 INFO kablam! --> src/rgb.rs:360:6 Sep 20 02:52:38.094 INFO kablam! | Sep 20 02:52:38.094 INFO kablam! 360 | impl Rand for Rgb { Sep 20 02:52:38.094 INFO kablam! | ^^^^ Sep 20 02:52:38.094 INFO kablam! Sep 20 02:52:38.094 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 20 02:52:38.094 INFO kablam! --> src/hsv.rs:29:13 Sep 20 02:52:38.094 INFO kablam! | Sep 20 02:52:38.094 INFO kablam! 29 | use rand::{ Rand, Rng, thread_rng }; Sep 20 02:52:38.094 INFO kablam! | ^^^^ Sep 20 02:52:38.094 INFO kablam! Sep 20 02:52:38.094 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 20 02:52:38.094 INFO kablam! --> src/hsv.rs:46:6 Sep 20 02:52:38.094 INFO kablam! | Sep 20 02:52:38.094 INFO kablam! 46 | impl Rand for Hsv { Sep 20 02:52:38.094 INFO kablam! | ^^^^ Sep 20 02:52:38.094 INFO kablam! Sep 20 02:52:38.094 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 20 02:52:38.094 INFO kablam! --> src/ycbcr.rs:28:13 Sep 20 02:52:38.094 INFO kablam! | Sep 20 02:52:38.094 INFO kablam! 28 | use rand::{ Rand, Rng }; Sep 20 02:52:38.094 INFO kablam! | ^^^^ Sep 20 02:52:38.094 INFO kablam! Sep 20 02:52:38.094 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 20 02:52:38.094 INFO kablam! --> src/ycbcr.rs:95:6 Sep 20 02:52:38.094 INFO kablam! | Sep 20 02:52:38.094 INFO kablam! 95 | impl Rand for YCbCr { Sep 20 02:52:38.094 INFO kablam! | ^^^^ Sep 20 02:52:38.094 INFO kablam! Sep 20 02:52:38.094 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 20 02:52:38.094 INFO kablam! --> src/srgb.rs:29:13 Sep 20 02:52:38.094 INFO kablam! | Sep 20 02:52:38.094 INFO kablam! 29 | use rand::{ Rand, Rng }; Sep 20 02:52:38.094 INFO kablam! | ^^^^ Sep 20 02:52:38.094 INFO kablam! Sep 20 02:52:38.094 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 20 02:52:38.094 INFO kablam! --> src/srgb.rs:77:6 Sep 20 02:52:38.094 INFO kablam! | Sep 20 02:52:38.095 INFO kablam! 77 | impl Rand for Srgb { Sep 20 02:52:38.095 INFO kablam! | ^^^^ Sep 20 02:52:38.095 INFO kablam! Sep 20 02:52:38.224 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 20 02:52:38.224 INFO kablam! --> src/rgb.rs:332:13 Sep 20 02:52:38.224 INFO kablam! | Sep 20 02:52:38.224 INFO kablam! 332 | rng.gen() Sep 20 02:52:38.224 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 20 02:52:38.224 INFO kablam! | Sep 20 02:52:38.224 INFO kablam! = help: the following implementations were found: Sep 20 02:52:38.224 INFO kablam! > Sep 20 02:52:38.224 INFO kablam! > Sep 20 02:52:38.224 INFO kablam! > Sep 20 02:52:38.224 INFO kablam! > Sep 20 02:52:38.224 INFO kablam! and 58 others Sep 20 02:52:38.224 INFO kablam! Sep 20 02:52:38.235 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 20 02:52:38.235 INFO kablam! --> src/rgb.rs:603:11 Sep 20 02:52:38.235 INFO kablam! | Sep 20 02:52:38.235 INFO kablam! 603 | g.gen() Sep 20 02:52:38.235 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 20 02:52:38.235 INFO kablam! | Sep 20 02:52:38.235 INFO kablam! = help: the following implementations were found: Sep 20 02:52:38.235 INFO kablam! > Sep 20 02:52:38.235 INFO kablam! > Sep 20 02:52:38.235 INFO kablam! > Sep 20 02:52:38.235 INFO kablam! > Sep 20 02:52:38.235 INFO kablam! and 58 others Sep 20 02:52:38.236 INFO kablam! Sep 20 02:52:38.247 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 20 02:52:38.247 INFO kablam! --> src/hsv.rs:94:13 Sep 20 02:52:38.247 INFO kablam! | Sep 20 02:52:38.247 INFO kablam! 94 | rng.gen() Sep 20 02:52:38.247 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 20 02:52:38.247 INFO kablam! | Sep 20 02:52:38.247 INFO kablam! = help: the following implementations were found: Sep 20 02:52:38.247 INFO kablam! > Sep 20 02:52:38.247 INFO kablam! > Sep 20 02:52:38.247 INFO kablam! > Sep 20 02:52:38.247 INFO kablam! > Sep 20 02:52:38.247 INFO kablam! and 58 others Sep 20 02:52:38.247 INFO kablam! Sep 20 02:52:38.263 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 20 02:52:38.263 INFO kablam! --> src/ycbcr.rs:99:22 Sep 20 02:52:38.263 INFO kablam! | Sep 20 02:52:38.263 INFO kablam! 99 | let uv = rng.gen::() - 0.5; Sep 20 02:52:38.263 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 20 02:52:38.263 INFO kablam! | Sep 20 02:52:38.263 INFO kablam! = help: the following implementations were found: Sep 20 02:52:38.263 INFO kablam! > Sep 20 02:52:38.263 INFO kablam! > Sep 20 02:52:38.263 INFO kablam! > Sep 20 02:52:38.263 INFO kablam! > Sep 20 02:52:38.263 INFO kablam! and 58 others Sep 20 02:52:38.263 INFO kablam! Sep 20 02:52:38.267 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 20 02:52:38.267 INFO kablam! --> src/srgb.rs:80:23 Sep 20 02:52:38.267 INFO kablam! | Sep 20 02:52:38.267 INFO kablam! 80 | let rgb = rng.gen::(); Sep 20 02:52:38.267 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 20 02:52:38.267 INFO kablam! | Sep 20 02:52:38.267 INFO kablam! = help: the following implementations were found: Sep 20 02:52:38.267 INFO kablam! > Sep 20 02:52:38.267 INFO kablam! > Sep 20 02:52:38.267 INFO kablam! > Sep 20 02:52:38.267 INFO kablam! > Sep 20 02:52:38.267 INFO kablam! and 58 others Sep 20 02:52:38.267 INFO kablam! Sep 20 02:52:38.278 INFO kablam! error: aborting due to 5 previous errors Sep 20 02:52:38.278 INFO kablam! Sep 20 02:52:38.278 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 20 02:52:38.291 INFO kablam! error: Could not compile `glm_color`. Sep 20 02:52:38.291 INFO kablam! Sep 20 02:52:38.292 INFO kablam! To learn more, run the command again with --verbose. Sep 20 02:52:38.292 INFO kablam! su: No module specific data is present Sep 20 02:52:38.936 INFO running `"docker" "rm" "-f" "86ee445b8f85e95da9b0f46475a50352c5d6e4651db39179f124e69756c03bd3"` Sep 20 02:52:39.016 INFO blam! 86ee445b8f85e95da9b0f46475a50352c5d6e4651db39179f124e69756c03bd3