Sep 04 16:24:37.371 INFO checking glm_color-0.1.2 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 16:24:37.371 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 16:24:37.371 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-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:37.526 INFO blam! 939c0e0892dc6cec6eb86c79c7599fa20918a0f817a6825bbd166e388dfb9a93 Sep 04 16:24:37.528 INFO running `"docker" "start" "-a" "939c0e0892dc6cec6eb86c79c7599fa20918a0f817a6825bbd166e388dfb9a93"` Sep 04 16:24:38.147 INFO kablam! Checking glm v0.2.3 Sep 04 16:24:42.318 INFO kablam! Checking glm_color v0.1.2 (file:///source) Sep 04 16:24:44.233 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 04 16:24:44.233 INFO kablam! --> src/rgb.rs:28:13 Sep 04 16:24:44.233 INFO kablam! | Sep 04 16:24:44.233 INFO kablam! 28 | use rand::{ Rand, Rng, thread_rng }; Sep 04 16:24:44.233 INFO kablam! | ^^^^ Sep 04 16:24:44.233 INFO kablam! | Sep 04 16:24:44.233 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 16:24:44.233 INFO kablam! Sep 04 16:24:44.233 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 04 16:24:44.233 INFO kablam! --> src/rgb.rs:360:6 Sep 04 16:24:44.233 INFO kablam! | Sep 04 16:24:44.233 INFO kablam! 360 | impl Rand for Rgb { Sep 04 16:24:44.233 INFO kablam! | ^^^^ Sep 04 16:24:44.233 INFO kablam! Sep 04 16:24:44.234 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 04 16:24:44.234 INFO kablam! --> src/hsv.rs:29:13 Sep 04 16:24:44.234 INFO kablam! | Sep 04 16:24:44.234 INFO kablam! 29 | use rand::{ Rand, Rng, thread_rng }; Sep 04 16:24:44.234 INFO kablam! | ^^^^ Sep 04 16:24:44.234 INFO kablam! Sep 04 16:24:44.234 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 04 16:24:44.234 INFO kablam! --> src/hsv.rs:46:6 Sep 04 16:24:44.234 INFO kablam! | Sep 04 16:24:44.234 INFO kablam! 46 | impl Rand for Hsv { Sep 04 16:24:44.234 INFO kablam! | ^^^^ Sep 04 16:24:44.234 INFO kablam! Sep 04 16:24:44.235 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 04 16:24:44.235 INFO kablam! --> src/ycbcr.rs:28:13 Sep 04 16:24:44.235 INFO kablam! | Sep 04 16:24:44.235 INFO kablam! 28 | use rand::{ Rand, Rng }; Sep 04 16:24:44.235 INFO kablam! | ^^^^ Sep 04 16:24:44.235 INFO kablam! Sep 04 16:24:44.235 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 04 16:24:44.235 INFO kablam! --> src/ycbcr.rs:95:6 Sep 04 16:24:44.235 INFO kablam! | Sep 04 16:24:44.235 INFO kablam! 95 | impl Rand for YCbCr { Sep 04 16:24:44.235 INFO kablam! | ^^^^ Sep 04 16:24:44.235 INFO kablam! Sep 04 16:24:44.235 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 04 16:24:44.235 INFO kablam! --> src/srgb.rs:29:13 Sep 04 16:24:44.235 INFO kablam! | Sep 04 16:24:44.235 INFO kablam! 29 | use rand::{ Rand, Rng }; Sep 04 16:24:44.235 INFO kablam! | ^^^^ Sep 04 16:24:44.235 INFO kablam! Sep 04 16:24:44.235 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 04 16:24:44.236 INFO kablam! --> src/srgb.rs:77:6 Sep 04 16:24:44.236 INFO kablam! | Sep 04 16:24:44.236 INFO kablam! 77 | impl Rand for Srgb { Sep 04 16:24:44.236 INFO kablam! | ^^^^ Sep 04 16:24:44.236 INFO kablam! Sep 04 16:24:44.504 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 04 16:24:44.504 INFO kablam! --> src/rgb.rs:332:13 Sep 04 16:24:44.504 INFO kablam! | Sep 04 16:24:44.504 INFO kablam! 332 | rng.gen() Sep 04 16:24:44.504 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 04 16:24:44.504 INFO kablam! | Sep 04 16:24:44.504 INFO kablam! = help: the following implementations were found: Sep 04 16:24:44.504 INFO kablam! > Sep 04 16:24:44.504 INFO kablam! > Sep 04 16:24:44.504 INFO kablam! > Sep 04 16:24:44.504 INFO kablam! >> Sep 04 16:24:44.504 INFO kablam! and 58 others Sep 04 16:24:44.504 INFO kablam! Sep 04 16:24:44.529 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 04 16:24:44.529 INFO kablam! --> src/hsv.rs:94:13 Sep 04 16:24:44.529 INFO kablam! | Sep 04 16:24:44.529 INFO kablam! 94 | rng.gen() Sep 04 16:24:44.529 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 04 16:24:44.529 INFO kablam! | Sep 04 16:24:44.529 INFO kablam! = help: the following implementations were found: Sep 04 16:24:44.529 INFO kablam! > Sep 04 16:24:44.529 INFO kablam! > Sep 04 16:24:44.529 INFO kablam! > Sep 04 16:24:44.530 INFO kablam! >> Sep 04 16:24:44.530 INFO kablam! and 58 others Sep 04 16:24:44.530 INFO kablam! Sep 04 16:24:44.560 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 04 16:24:44.560 INFO kablam! --> src/ycbcr.rs:99:22 Sep 04 16:24:44.560 INFO kablam! | Sep 04 16:24:44.560 INFO kablam! 99 | let uv = rng.gen::() - 0.5; Sep 04 16:24:44.560 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 04 16:24:44.560 INFO kablam! | Sep 04 16:24:44.560 INFO kablam! = help: the following implementations were found: Sep 04 16:24:44.560 INFO kablam! > Sep 04 16:24:44.560 INFO kablam! > Sep 04 16:24:44.560 INFO kablam! > Sep 04 16:24:44.560 INFO kablam! >> Sep 04 16:24:44.560 INFO kablam! and 58 others Sep 04 16:24:44.560 INFO kablam! Sep 04 16:24:44.569 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 04 16:24:44.569 INFO kablam! --> src/srgb.rs:80:23 Sep 04 16:24:44.569 INFO kablam! | Sep 04 16:24:44.570 INFO kablam! 80 | let rgb = rng.gen::(); Sep 04 16:24:44.570 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 04 16:24:44.570 INFO kablam! | Sep 04 16:24:44.570 INFO kablam! = help: the following implementations were found: Sep 04 16:24:44.570 INFO kablam! > Sep 04 16:24:44.570 INFO kablam! > Sep 04 16:24:44.570 INFO kablam! > Sep 04 16:24:44.570 INFO kablam! >> Sep 04 16:24:44.570 INFO kablam! and 58 others Sep 04 16:24:44.570 INFO kablam! Sep 04 16:24:44.579 INFO kablam! error: aborting due to 4 previous errors Sep 04 16:24:44.579 INFO kablam! Sep 04 16:24:44.580 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 16:24:44.588 INFO kablam! error: Could not compile `glm_color`. Sep 04 16:24:44.588 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 16:24:45.240 INFO kablam! warning: unused import: `quickcheck::*` Sep 04 16:24:45.240 INFO kablam! --> src/rgb.rs:612:9 Sep 04 16:24:45.240 INFO kablam! | Sep 04 16:24:45.240 INFO kablam! 612 | use quickcheck::*; Sep 04 16:24:45.240 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 16:24:45.240 INFO kablam! | Sep 04 16:24:45.240 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 16:24:45.240 INFO kablam! Sep 04 16:24:45.241 INFO kablam! warning: unused import: `gray` Sep 04 16:24:45.241 INFO kablam! --> src/hsv.rs:464:21 Sep 04 16:24:45.241 INFO kablam! | Sep 04 16:24:45.241 INFO kablam! 464 | use rgb::{ Rgb, gray }; Sep 04 16:24:45.241 INFO kablam! | ^^^^ Sep 04 16:24:45.241 INFO kablam! Sep 04 16:24:45.260 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 04 16:24:45.260 INFO kablam! --> src/rgb.rs:28:13 Sep 04 16:24:45.260 INFO kablam! | Sep 04 16:24:45.260 INFO kablam! 28 | use rand::{ Rand, Rng, thread_rng }; Sep 04 16:24:45.261 INFO kablam! | ^^^^ Sep 04 16:24:45.261 INFO kablam! | Sep 04 16:24:45.261 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 16:24:45.261 INFO kablam! Sep 04 16:24:45.261 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 04 16:24:45.261 INFO kablam! --> src/rgb.rs:360:6 Sep 04 16:24:45.261 INFO kablam! | Sep 04 16:24:45.261 INFO kablam! 360 | impl Rand for Rgb { Sep 04 16:24:45.261 INFO kablam! | ^^^^ Sep 04 16:24:45.261 INFO kablam! Sep 04 16:24:45.261 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 04 16:24:45.261 INFO kablam! --> src/hsv.rs:29:13 Sep 04 16:24:45.261 INFO kablam! | Sep 04 16:24:45.261 INFO kablam! 29 | use rand::{ Rand, Rng, thread_rng }; Sep 04 16:24:45.261 INFO kablam! | ^^^^ Sep 04 16:24:45.261 INFO kablam! Sep 04 16:24:45.261 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 04 16:24:45.261 INFO kablam! --> src/hsv.rs:46:6 Sep 04 16:24:45.261 INFO kablam! | Sep 04 16:24:45.261 INFO kablam! 46 | impl Rand for Hsv { Sep 04 16:24:45.261 INFO kablam! | ^^^^ Sep 04 16:24:45.261 INFO kablam! Sep 04 16:24:45.262 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 04 16:24:45.262 INFO kablam! --> src/ycbcr.rs:28:13 Sep 04 16:24:45.262 INFO kablam! | Sep 04 16:24:45.262 INFO kablam! 28 | use rand::{ Rand, Rng }; Sep 04 16:24:45.262 INFO kablam! | ^^^^ Sep 04 16:24:45.262 INFO kablam! Sep 04 16:24:45.262 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 04 16:24:45.262 INFO kablam! --> src/ycbcr.rs:95:6 Sep 04 16:24:45.262 INFO kablam! | Sep 04 16:24:45.262 INFO kablam! 95 | impl Rand for YCbCr { Sep 04 16:24:45.262 INFO kablam! | ^^^^ Sep 04 16:24:45.262 INFO kablam! Sep 04 16:24:45.262 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 04 16:24:45.262 INFO kablam! --> src/srgb.rs:29:13 Sep 04 16:24:45.262 INFO kablam! | Sep 04 16:24:45.262 INFO kablam! 29 | use rand::{ Rand, Rng }; Sep 04 16:24:45.262 INFO kablam! | ^^^^ Sep 04 16:24:45.262 INFO kablam! Sep 04 16:24:45.262 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 04 16:24:45.263 INFO kablam! --> src/srgb.rs:77:6 Sep 04 16:24:45.263 INFO kablam! | Sep 04 16:24:45.263 INFO kablam! 77 | impl Rand for Srgb { Sep 04 16:24:45.263 INFO kablam! | ^^^^ Sep 04 16:24:45.263 INFO kablam! Sep 04 16:24:45.531 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 04 16:24:45.531 INFO kablam! --> src/rgb.rs:332:13 Sep 04 16:24:45.531 INFO kablam! | Sep 04 16:24:45.532 INFO kablam! 332 | rng.gen() Sep 04 16:24:45.532 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 04 16:24:45.532 INFO kablam! | Sep 04 16:24:45.532 INFO kablam! = help: the following implementations were found: Sep 04 16:24:45.532 INFO kablam! > Sep 04 16:24:45.532 INFO kablam! > Sep 04 16:24:45.532 INFO kablam! > Sep 04 16:24:45.532 INFO kablam! >> Sep 04 16:24:45.532 INFO kablam! and 58 others Sep 04 16:24:45.532 INFO kablam! Sep 04 16:24:45.553 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 04 16:24:45.553 INFO kablam! --> src/rgb.rs:603:11 Sep 04 16:24:45.553 INFO kablam! | Sep 04 16:24:45.553 INFO kablam! 603 | g.gen() Sep 04 16:24:45.553 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 04 16:24:45.553 INFO kablam! | Sep 04 16:24:45.554 INFO kablam! = help: the following implementations were found: Sep 04 16:24:45.554 INFO kablam! > Sep 04 16:24:45.554 INFO kablam! > Sep 04 16:24:45.554 INFO kablam! > Sep 04 16:24:45.554 INFO kablam! >> Sep 04 16:24:45.554 INFO kablam! and 58 others Sep 04 16:24:45.554 INFO kablam! Sep 04 16:24:45.574 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 04 16:24:45.574 INFO kablam! --> src/hsv.rs:94:13 Sep 04 16:24:45.574 INFO kablam! | Sep 04 16:24:45.574 INFO kablam! 94 | rng.gen() Sep 04 16:24:45.574 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 04 16:24:45.574 INFO kablam! | Sep 04 16:24:45.574 INFO kablam! = help: the following implementations were found: Sep 04 16:24:45.574 INFO kablam! > Sep 04 16:24:45.574 INFO kablam! > Sep 04 16:24:45.574 INFO kablam! > Sep 04 16:24:45.574 INFO kablam! >> Sep 04 16:24:45.575 INFO kablam! and 58 others Sep 04 16:24:45.575 INFO kablam! Sep 04 16:24:45.605 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 04 16:24:45.605 INFO kablam! --> src/ycbcr.rs:99:22 Sep 04 16:24:45.605 INFO kablam! | Sep 04 16:24:45.605 INFO kablam! 99 | let uv = rng.gen::() - 0.5; Sep 04 16:24:45.605 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 04 16:24:45.605 INFO kablam! | Sep 04 16:24:45.605 INFO kablam! = help: the following implementations were found: Sep 04 16:24:45.605 INFO kablam! > Sep 04 16:24:45.605 INFO kablam! > Sep 04 16:24:45.605 INFO kablam! > Sep 04 16:24:45.606 INFO kablam! >> Sep 04 16:24:45.606 INFO kablam! and 58 others Sep 04 16:24:45.606 INFO kablam! Sep 04 16:24:45.614 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 04 16:24:45.614 INFO kablam! --> src/srgb.rs:80:23 Sep 04 16:24:45.614 INFO kablam! | Sep 04 16:24:45.614 INFO kablam! 80 | let rgb = rng.gen::(); Sep 04 16:24:45.614 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 04 16:24:45.614 INFO kablam! | Sep 04 16:24:45.614 INFO kablam! = help: the following implementations were found: Sep 04 16:24:45.614 INFO kablam! > Sep 04 16:24:45.614 INFO kablam! > Sep 04 16:24:45.614 INFO kablam! > Sep 04 16:24:45.614 INFO kablam! >> Sep 04 16:24:45.614 INFO kablam! and 58 others Sep 04 16:24:45.614 INFO kablam! Sep 04 16:24:45.628 INFO kablam! error: aborting due to 5 previous errors Sep 04 16:24:45.628 INFO kablam! Sep 04 16:24:45.628 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 16:24:45.641 INFO kablam! error: Could not compile `glm_color`. Sep 04 16:24:45.641 INFO kablam! Sep 04 16:24:45.641 INFO kablam! To learn more, run the command again with --verbose. Sep 04 16:24:45.642 INFO kablam! su: No module specific data is present Sep 04 16:24:46.034 INFO running `"docker" "rm" "-f" "939c0e0892dc6cec6eb86c79c7599fa20918a0f817a6825bbd166e388dfb9a93"` Sep 04 16:24:46.145 INFO blam! 939c0e0892dc6cec6eb86c79c7599fa20918a0f817a6825bbd166e388dfb9a93