Sep 04 16:24:36.499 INFO checking glm_color-0.1.2 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 16:24:36.499 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 16:24:36.500 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 16:24:36.707 INFO blam! b425bd24dad75760590bd223efd06b0190b8da90103b397fbc0384bbc68eb025 Sep 04 16:24:36.709 INFO running `"docker" "start" "-a" "b425bd24dad75760590bd223efd06b0190b8da90103b397fbc0384bbc68eb025"` Sep 04 16:24:37.465 INFO kablam! Checking glm v0.2.3 Sep 04 16:24:41.382 INFO kablam! Checking glm_color v0.1.2 (file:///source) Sep 04 16:24:43.117 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 04 16:24:43.117 INFO kablam! --> src/rgb.rs:28:13 Sep 04 16:24:43.117 INFO kablam! | Sep 04 16:24:43.117 INFO kablam! 28 | use rand::{ Rand, Rng, thread_rng }; Sep 04 16:24:43.117 INFO kablam! | ^^^^ Sep 04 16:24:43.117 INFO kablam! | Sep 04 16:24:43.117 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 16:24:43.117 INFO kablam! Sep 04 16:24:43.117 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 04 16:24:43.117 INFO kablam! --> src/rgb.rs:360:6 Sep 04 16:24:43.117 INFO kablam! | Sep 04 16:24:43.117 INFO kablam! 360 | impl Rand for Rgb { Sep 04 16:24:43.117 INFO kablam! | ^^^^ Sep 04 16:24:43.117 INFO kablam! Sep 04 16:24:43.117 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 04 16:24:43.118 INFO kablam! --> src/hsv.rs:29:13 Sep 04 16:24:43.118 INFO kablam! | Sep 04 16:24:43.118 INFO kablam! 29 | use rand::{ Rand, Rng, thread_rng }; Sep 04 16:24:43.118 INFO kablam! | ^^^^ Sep 04 16:24:43.118 INFO kablam! Sep 04 16:24:43.118 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 04 16:24:43.118 INFO kablam! --> src/hsv.rs:46:6 Sep 04 16:24:43.118 INFO kablam! | Sep 04 16:24:43.118 INFO kablam! 46 | impl Rand for Hsv { Sep 04 16:24:43.118 INFO kablam! | ^^^^ Sep 04 16:24:43.118 INFO kablam! Sep 04 16:24:43.118 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 04 16:24:43.118 INFO kablam! --> src/ycbcr.rs:28:13 Sep 04 16:24:43.118 INFO kablam! | Sep 04 16:24:43.118 INFO kablam! 28 | use rand::{ Rand, Rng }; Sep 04 16:24:43.118 INFO kablam! | ^^^^ Sep 04 16:24:43.118 INFO kablam! Sep 04 16:24:43.118 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 04 16:24:43.118 INFO kablam! --> src/ycbcr.rs:95:6 Sep 04 16:24:43.118 INFO kablam! | Sep 04 16:24:43.118 INFO kablam! 95 | impl Rand for YCbCr { Sep 04 16:24:43.118 INFO kablam! | ^^^^ Sep 04 16:24:43.118 INFO kablam! Sep 04 16:24:43.118 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 04 16:24:43.118 INFO kablam! --> src/srgb.rs:29:13 Sep 04 16:24:43.118 INFO kablam! | Sep 04 16:24:43.118 INFO kablam! 29 | use rand::{ Rand, Rng }; Sep 04 16:24:43.118 INFO kablam! | ^^^^ Sep 04 16:24:43.118 INFO kablam! Sep 04 16:24:43.118 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 04 16:24:43.119 INFO kablam! --> src/srgb.rs:77:6 Sep 04 16:24:43.119 INFO kablam! | Sep 04 16:24:43.119 INFO kablam! 77 | impl Rand for Srgb { Sep 04 16:24:43.119 INFO kablam! | ^^^^ Sep 04 16:24:43.119 INFO kablam! Sep 04 16:24:43.483 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 04 16:24:43.484 INFO kablam! --> src/rgb.rs:332:13 Sep 04 16:24:43.484 INFO kablam! | Sep 04 16:24:43.484 INFO kablam! 332 | rng.gen() Sep 04 16:24:43.484 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 04 16:24:43.484 INFO kablam! | Sep 04 16:24:43.484 INFO kablam! = help: the following implementations were found: Sep 04 16:24:43.484 INFO kablam! > Sep 04 16:24:43.484 INFO kablam! > Sep 04 16:24:43.484 INFO kablam! > Sep 04 16:24:43.484 INFO kablam! > Sep 04 16:24:43.484 INFO kablam! and 58 others Sep 04 16:24:43.484 INFO kablam! Sep 04 16:24:43.521 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 04 16:24:43.521 INFO kablam! --> src/hsv.rs:94:13 Sep 04 16:24:43.521 INFO kablam! | Sep 04 16:24:43.521 INFO kablam! 94 | rng.gen() Sep 04 16:24:43.521 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 04 16:24:43.521 INFO kablam! | Sep 04 16:24:43.521 INFO kablam! = help: the following implementations were found: Sep 04 16:24:43.521 INFO kablam! > Sep 04 16:24:43.521 INFO kablam! > Sep 04 16:24:43.521 INFO kablam! > Sep 04 16:24:43.521 INFO kablam! > Sep 04 16:24:43.521 INFO kablam! and 58 others Sep 04 16:24:43.521 INFO kablam! Sep 04 16:24:43.561 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 04 16:24:43.561 INFO kablam! --> src/ycbcr.rs:99:22 Sep 04 16:24:43.561 INFO kablam! | Sep 04 16:24:43.561 INFO kablam! 99 | let uv = rng.gen::() - 0.5; Sep 04 16:24:43.561 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 04 16:24:43.562 INFO kablam! | Sep 04 16:24:43.562 INFO kablam! = help: the following implementations were found: Sep 04 16:24:43.562 INFO kablam! > Sep 04 16:24:43.562 INFO kablam! > Sep 04 16:24:43.562 INFO kablam! > Sep 04 16:24:43.562 INFO kablam! > Sep 04 16:24:43.562 INFO kablam! and 58 others Sep 04 16:24:43.562 INFO kablam! Sep 04 16:24:43.570 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 04 16:24:43.570 INFO kablam! --> src/srgb.rs:80:23 Sep 04 16:24:43.570 INFO kablam! | Sep 04 16:24:43.571 INFO kablam! 80 | let rgb = rng.gen::(); Sep 04 16:24:43.571 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 04 16:24:43.571 INFO kablam! | Sep 04 16:24:43.571 INFO kablam! = help: the following implementations were found: Sep 04 16:24:43.571 INFO kablam! > Sep 04 16:24:43.571 INFO kablam! > Sep 04 16:24:43.571 INFO kablam! > Sep 04 16:24:43.571 INFO kablam! > Sep 04 16:24:43.571 INFO kablam! and 58 others Sep 04 16:24:43.571 INFO kablam! Sep 04 16:24:43.587 INFO kablam! error: aborting due to 4 previous errors Sep 04 16:24:43.587 INFO kablam! Sep 04 16:24:43.587 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 16:24:43.598 INFO kablam! error: Could not compile `glm_color`. Sep 04 16:24:43.598 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 16:24:43.720 INFO kablam! warning: unused import: `quickcheck::*` Sep 04 16:24:43.720 INFO kablam! --> src/rgb.rs:612:9 Sep 04 16:24:43.720 INFO kablam! | Sep 04 16:24:43.720 INFO kablam! 612 | use quickcheck::*; Sep 04 16:24:43.720 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 16:24:43.720 INFO kablam! | Sep 04 16:24:43.720 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 16:24:43.720 INFO kablam! Sep 04 16:24:43.720 INFO kablam! warning: unused import: `gray` Sep 04 16:24:43.720 INFO kablam! --> src/hsv.rs:464:21 Sep 04 16:24:43.721 INFO kablam! | Sep 04 16:24:43.721 INFO kablam! 464 | use rgb::{ Rgb, gray }; Sep 04 16:24:43.721 INFO kablam! | ^^^^ Sep 04 16:24:43.721 INFO kablam! Sep 04 16:24:43.739 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 04 16:24:43.739 INFO kablam! --> src/rgb.rs:28:13 Sep 04 16:24:43.739 INFO kablam! | Sep 04 16:24:43.739 INFO kablam! 28 | use rand::{ Rand, Rng, thread_rng }; Sep 04 16:24:43.739 INFO kablam! | ^^^^ Sep 04 16:24:43.739 INFO kablam! | Sep 04 16:24:43.739 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 16:24:43.739 INFO kablam! Sep 04 16:24:43.739 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 04 16:24:43.739 INFO kablam! --> src/rgb.rs:360:6 Sep 04 16:24:43.739 INFO kablam! | Sep 04 16:24:43.739 INFO kablam! 360 | impl Rand for Rgb { Sep 04 16:24:43.739 INFO kablam! | ^^^^ Sep 04 16:24:43.739 INFO kablam! Sep 04 16:24:43.739 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 04 16:24:43.739 INFO kablam! --> src/hsv.rs:29:13 Sep 04 16:24:43.739 INFO kablam! | Sep 04 16:24:43.739 INFO kablam! 29 | use rand::{ Rand, Rng, thread_rng }; Sep 04 16:24:43.740 INFO kablam! | ^^^^ Sep 04 16:24:43.740 INFO kablam! Sep 04 16:24:43.740 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 04 16:24:43.740 INFO kablam! --> src/hsv.rs:46:6 Sep 04 16:24:43.740 INFO kablam! | Sep 04 16:24:43.740 INFO kablam! 46 | impl Rand for Hsv { Sep 04 16:24:43.740 INFO kablam! | ^^^^ Sep 04 16:24:43.740 INFO kablam! Sep 04 16:24:43.740 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 04 16:24:43.740 INFO kablam! --> src/ycbcr.rs:28:13 Sep 04 16:24:43.740 INFO kablam! | Sep 04 16:24:43.740 INFO kablam! 28 | use rand::{ Rand, Rng }; Sep 04 16:24:43.740 INFO kablam! | ^^^^ Sep 04 16:24:43.740 INFO kablam! Sep 04 16:24:43.740 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 04 16:24:43.740 INFO kablam! --> src/ycbcr.rs:95:6 Sep 04 16:24:43.740 INFO kablam! | Sep 04 16:24:43.740 INFO kablam! 95 | impl Rand for YCbCr { Sep 04 16:24:43.740 INFO kablam! | ^^^^ Sep 04 16:24:43.740 INFO kablam! Sep 04 16:24:43.740 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 04 16:24:43.741 INFO kablam! --> src/srgb.rs:29:13 Sep 04 16:24:43.741 INFO kablam! | Sep 04 16:24:43.741 INFO kablam! 29 | use rand::{ Rand, Rng }; Sep 04 16:24:43.741 INFO kablam! | ^^^^ Sep 04 16:24:43.741 INFO kablam! Sep 04 16:24:43.741 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 04 16:24:43.741 INFO kablam! --> src/srgb.rs:77:6 Sep 04 16:24:43.741 INFO kablam! | Sep 04 16:24:43.741 INFO kablam! 77 | impl Rand for Srgb { Sep 04 16:24:43.741 INFO kablam! | ^^^^ Sep 04 16:24:43.741 INFO kablam! Sep 04 16:24:44.001 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 04 16:24:44.001 INFO kablam! --> src/rgb.rs:332:13 Sep 04 16:24:44.001 INFO kablam! | Sep 04 16:24:44.001 INFO kablam! 332 | rng.gen() Sep 04 16:24:44.001 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 04 16:24:44.001 INFO kablam! | Sep 04 16:24:44.001 INFO kablam! = help: the following implementations were found: Sep 04 16:24:44.001 INFO kablam! > Sep 04 16:24:44.001 INFO kablam! > Sep 04 16:24:44.001 INFO kablam! > Sep 04 16:24:44.001 INFO kablam! > Sep 04 16:24:44.001 INFO kablam! and 58 others Sep 04 16:24:44.001 INFO kablam! Sep 04 16:24:44.023 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 04 16:24:44.023 INFO kablam! --> src/rgb.rs:603:11 Sep 04 16:24:44.023 INFO kablam! | Sep 04 16:24:44.023 INFO kablam! 603 | g.gen() Sep 04 16:24:44.023 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 04 16:24:44.023 INFO kablam! | Sep 04 16:24:44.023 INFO kablam! = help: the following implementations were found: Sep 04 16:24:44.023 INFO kablam! > Sep 04 16:24:44.023 INFO kablam! > Sep 04 16:24:44.023 INFO kablam! > Sep 04 16:24:44.023 INFO kablam! > Sep 04 16:24:44.023 INFO kablam! and 58 others Sep 04 16:24:44.023 INFO kablam! Sep 04 16:24:44.054 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 04 16:24:44.054 INFO kablam! --> src/hsv.rs:94:13 Sep 04 16:24:44.054 INFO kablam! | Sep 04 16:24:44.054 INFO kablam! 94 | rng.gen() Sep 04 16:24:44.054 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 04 16:24:44.054 INFO kablam! | Sep 04 16:24:44.054 INFO kablam! = help: the following implementations were found: Sep 04 16:24:44.054 INFO kablam! > Sep 04 16:24:44.054 INFO kablam! > Sep 04 16:24:44.054 INFO kablam! > Sep 04 16:24:44.054 INFO kablam! > Sep 04 16:24:44.054 INFO kablam! and 58 others Sep 04 16:24:44.055 INFO kablam! Sep 04 16:24:44.095 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 04 16:24:44.095 INFO kablam! --> src/ycbcr.rs:99:22 Sep 04 16:24:44.095 INFO kablam! | Sep 04 16:24:44.095 INFO kablam! 99 | let uv = rng.gen::() - 0.5; Sep 04 16:24:44.095 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 04 16:24:44.096 INFO kablam! | Sep 04 16:24:44.096 INFO kablam! = help: the following implementations were found: Sep 04 16:24:44.096 INFO kablam! > Sep 04 16:24:44.096 INFO kablam! > Sep 04 16:24:44.096 INFO kablam! > Sep 04 16:24:44.096 INFO kablam! > Sep 04 16:24:44.096 INFO kablam! and 58 others Sep 04 16:24:44.096 INFO kablam! Sep 04 16:24:44.106 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 04 16:24:44.106 INFO kablam! --> src/srgb.rs:80:23 Sep 04 16:24:44.106 INFO kablam! | Sep 04 16:24:44.106 INFO kablam! 80 | let rgb = rng.gen::(); Sep 04 16:24:44.107 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 04 16:24:44.107 INFO kablam! | Sep 04 16:24:44.107 INFO kablam! = help: the following implementations were found: Sep 04 16:24:44.107 INFO kablam! > Sep 04 16:24:44.107 INFO kablam! > Sep 04 16:24:44.107 INFO kablam! > Sep 04 16:24:44.107 INFO kablam! > Sep 04 16:24:44.107 INFO kablam! and 58 others Sep 04 16:24:44.107 INFO kablam! Sep 04 16:24:44.125 INFO kablam! error: aborting due to 5 previous errors Sep 04 16:24:44.125 INFO kablam! Sep 04 16:24:44.125 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 16:24:44.141 INFO kablam! error: Could not compile `glm_color`. Sep 04 16:24:44.141 INFO kablam! Sep 04 16:24:44.141 INFO kablam! To learn more, run the command again with --verbose. Sep 04 16:24:44.142 INFO kablam! su: No module specific data is present Sep 04 16:24:44.566 INFO running `"docker" "rm" "-f" "b425bd24dad75760590bd223efd06b0190b8da90103b397fbc0384bbc68eb025"` Sep 04 16:24:44.671 INFO blam! b425bd24dad75760590bd223efd06b0190b8da90103b397fbc0384bbc68eb025