Sep 04 19:16:49.139 INFO checking glm_color-0.1.2 against try#5fe695a3844714c70e8f7731a553f7947987a68a for pr-53913 Sep 04 19:16:49.140 INFO running: cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets Sep 04 19:16:49.140 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53913/try#5fe695a3844714c70e8f7731a553f7947987a68a:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-1/try#5fe695a3844714c70e8f7731a553f7947987a68a:/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 +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 19:16:49.366 INFO blam! dfa82cc6a2602c9fba40df866c2f4404bba4e1efc1441da25151d8ae8d372573 Sep 04 19:16:49.368 INFO running `"docker" "start" "-a" "dfa82cc6a2602c9fba40df866c2f4404bba4e1efc1441da25151d8ae8d372573"` Sep 04 19:16:49.994 INFO kablam! Checking glm v0.2.3 Sep 04 19:16:53.667 INFO kablam! Checking glm_color v0.1.2 (file:///source) Sep 04 19:16:55.887 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 04 19:16:55.887 INFO kablam! --> src/rgb.rs:28:13 Sep 04 19:16:55.887 INFO kablam! | Sep 04 19:16:55.887 INFO kablam! 28 | use rand::{ Rand, Rng, thread_rng }; Sep 04 19:16:55.887 INFO kablam! | ^^^^ Sep 04 19:16:55.887 INFO kablam! | Sep 04 19:16:55.887 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 19:16:55.887 INFO kablam! Sep 04 19:16:55.888 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 04 19:16:55.888 INFO kablam! --> src/rgb.rs:360:6 Sep 04 19:16:55.888 INFO kablam! | Sep 04 19:16:55.888 INFO kablam! 360 | impl Rand for Rgb { Sep 04 19:16:55.888 INFO kablam! | ^^^^ Sep 04 19:16:55.888 INFO kablam! Sep 04 19:16:55.888 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 04 19:16:55.888 INFO kablam! --> src/hsv.rs:29:13 Sep 04 19:16:55.888 INFO kablam! | Sep 04 19:16:55.888 INFO kablam! 29 | use rand::{ Rand, Rng, thread_rng }; Sep 04 19:16:55.888 INFO kablam! | ^^^^ Sep 04 19:16:55.889 INFO kablam! Sep 04 19:16:55.889 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 04 19:16:55.889 INFO kablam! --> src/hsv.rs:46:6 Sep 04 19:16:55.889 INFO kablam! | Sep 04 19:16:55.889 INFO kablam! 46 | impl Rand for Hsv { Sep 04 19:16:55.889 INFO kablam! | ^^^^ Sep 04 19:16:55.889 INFO kablam! Sep 04 19:16:55.889 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 04 19:16:55.889 INFO kablam! --> src/ycbcr.rs:28:13 Sep 04 19:16:55.889 INFO kablam! | Sep 04 19:16:55.889 INFO kablam! 28 | use rand::{ Rand, Rng }; Sep 04 19:16:55.889 INFO kablam! | ^^^^ Sep 04 19:16:55.889 INFO kablam! Sep 04 19:16:55.889 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 04 19:16:55.889 INFO kablam! --> src/ycbcr.rs:95:6 Sep 04 19:16:55.889 INFO kablam! | Sep 04 19:16:55.889 INFO kablam! 95 | impl Rand for YCbCr { Sep 04 19:16:55.889 INFO kablam! | ^^^^ Sep 04 19:16:55.889 INFO kablam! Sep 04 19:16:55.889 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 04 19:16:55.889 INFO kablam! --> src/srgb.rs:29:13 Sep 04 19:16:55.889 INFO kablam! | Sep 04 19:16:55.889 INFO kablam! 29 | use rand::{ Rand, Rng }; Sep 04 19:16:55.889 INFO kablam! | ^^^^ Sep 04 19:16:55.889 INFO kablam! Sep 04 19:16:55.889 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 04 19:16:55.889 INFO kablam! --> src/srgb.rs:77:6 Sep 04 19:16:55.889 INFO kablam! | Sep 04 19:16:55.890 INFO kablam! 77 | impl Rand for Srgb { Sep 04 19:16:55.890 INFO kablam! | ^^^^ Sep 04 19:16:55.890 INFO kablam! Sep 04 19:16:56.214 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 04 19:16:56.214 INFO kablam! --> src/rgb.rs:332:13 Sep 04 19:16:56.214 INFO kablam! | Sep 04 19:16:56.214 INFO kablam! 332 | rng.gen() Sep 04 19:16:56.214 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 04 19:16:56.214 INFO kablam! | Sep 04 19:16:56.214 INFO kablam! = help: the following implementations were found: Sep 04 19:16:56.214 INFO kablam! > Sep 04 19:16:56.214 INFO kablam! > Sep 04 19:16:56.214 INFO kablam! > Sep 04 19:16:56.214 INFO kablam! > Sep 04 19:16:56.214 INFO kablam! and 58 others Sep 04 19:16:56.214 INFO kablam! Sep 04 19:16:56.248 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 04 19:16:56.248 INFO kablam! --> src/hsv.rs:94:13 Sep 04 19:16:56.248 INFO kablam! | Sep 04 19:16:56.248 INFO kablam! 94 | rng.gen() Sep 04 19:16:56.248 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 04 19:16:56.248 INFO kablam! | Sep 04 19:16:56.248 INFO kablam! = help: the following implementations were found: Sep 04 19:16:56.249 INFO kablam! > Sep 04 19:16:56.249 INFO kablam! > Sep 04 19:16:56.249 INFO kablam! > Sep 04 19:16:56.249 INFO kablam! > Sep 04 19:16:56.249 INFO kablam! and 58 others Sep 04 19:16:56.249 INFO kablam! Sep 04 19:16:56.284 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 04 19:16:56.284 INFO kablam! --> src/ycbcr.rs:99:22 Sep 04 19:16:56.284 INFO kablam! | Sep 04 19:16:56.284 INFO kablam! 99 | let uv = rng.gen::() - 0.5; Sep 04 19:16:56.284 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 04 19:16:56.284 INFO kablam! | Sep 04 19:16:56.284 INFO kablam! = help: the following implementations were found: Sep 04 19:16:56.284 INFO kablam! > Sep 04 19:16:56.284 INFO kablam! > Sep 04 19:16:56.284 INFO kablam! > Sep 04 19:16:56.284 INFO kablam! > Sep 04 19:16:56.284 INFO kablam! and 58 others Sep 04 19:16:56.284 INFO kablam! Sep 04 19:16:56.293 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 04 19:16:56.293 INFO kablam! --> src/srgb.rs:80:23 Sep 04 19:16:56.293 INFO kablam! | Sep 04 19:16:56.293 INFO kablam! 80 | let rgb = rng.gen::(); Sep 04 19:16:56.293 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 04 19:16:56.293 INFO kablam! | Sep 04 19:16:56.293 INFO kablam! = help: the following implementations were found: Sep 04 19:16:56.293 INFO kablam! > Sep 04 19:16:56.293 INFO kablam! > Sep 04 19:16:56.293 INFO kablam! > Sep 04 19:16:56.293 INFO kablam! > Sep 04 19:16:56.293 INFO kablam! and 58 others Sep 04 19:16:56.293 INFO kablam! Sep 04 19:16:56.308 INFO kablam! error: aborting due to 4 previous errors Sep 04 19:16:56.308 INFO kablam! Sep 04 19:16:56.308 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 19:16:56.318 INFO kablam! error: Could not compile `glm_color`. Sep 04 19:16:56.318 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 19:16:56.625 INFO kablam! warning: unused import: `quickcheck::*` Sep 04 19:16:56.626 INFO kablam! --> src/rgb.rs:612:9 Sep 04 19:16:56.626 INFO kablam! | Sep 04 19:16:56.626 INFO kablam! 612 | use quickcheck::*; Sep 04 19:16:56.626 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 19:16:56.626 INFO kablam! | Sep 04 19:16:56.626 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 19:16:56.626 INFO kablam! Sep 04 19:16:56.626 INFO kablam! warning: unused import: `gray` Sep 04 19:16:56.626 INFO kablam! --> src/hsv.rs:464:21 Sep 04 19:16:56.626 INFO kablam! | Sep 04 19:16:56.626 INFO kablam! 464 | use rgb::{ Rgb, gray }; Sep 04 19:16:56.626 INFO kablam! | ^^^^ Sep 04 19:16:56.626 INFO kablam! Sep 04 19:16:56.643 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 04 19:16:56.643 INFO kablam! --> src/rgb.rs:28:13 Sep 04 19:16:56.644 INFO kablam! | Sep 04 19:16:56.644 INFO kablam! 28 | use rand::{ Rand, Rng, thread_rng }; Sep 04 19:16:56.644 INFO kablam! | ^^^^ Sep 04 19:16:56.644 INFO kablam! | Sep 04 19:16:56.644 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 19:16:56.644 INFO kablam! Sep 04 19:16:56.644 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 04 19:16:56.644 INFO kablam! --> src/rgb.rs:360:6 Sep 04 19:16:56.644 INFO kablam! | Sep 04 19:16:56.644 INFO kablam! 360 | impl Rand for Rgb { Sep 04 19:16:56.644 INFO kablam! | ^^^^ Sep 04 19:16:56.644 INFO kablam! Sep 04 19:16:56.644 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 04 19:16:56.645 INFO kablam! --> src/hsv.rs:29:13 Sep 04 19:16:56.645 INFO kablam! | Sep 04 19:16:56.645 INFO kablam! 29 | use rand::{ Rand, Rng, thread_rng }; Sep 04 19:16:56.645 INFO kablam! | ^^^^ Sep 04 19:16:56.645 INFO kablam! Sep 04 19:16:56.645 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 04 19:16:56.645 INFO kablam! --> src/hsv.rs:46:6 Sep 04 19:16:56.645 INFO kablam! | Sep 04 19:16:56.645 INFO kablam! 46 | impl Rand for Hsv { Sep 04 19:16:56.645 INFO kablam! | ^^^^ Sep 04 19:16:56.645 INFO kablam! Sep 04 19:16:56.645 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 04 19:16:56.645 INFO kablam! --> src/ycbcr.rs:28:13 Sep 04 19:16:56.645 INFO kablam! | Sep 04 19:16:56.645 INFO kablam! 28 | use rand::{ Rand, Rng }; Sep 04 19:16:56.645 INFO kablam! | ^^^^ Sep 04 19:16:56.645 INFO kablam! Sep 04 19:16:56.645 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 04 19:16:56.645 INFO kablam! --> src/ycbcr.rs:95:6 Sep 04 19:16:56.645 INFO kablam! | Sep 04 19:16:56.645 INFO kablam! 95 | impl Rand for YCbCr { Sep 04 19:16:56.645 INFO kablam! | ^^^^ Sep 04 19:16:56.645 INFO kablam! Sep 04 19:16:56.646 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 04 19:16:56.646 INFO kablam! --> src/srgb.rs:29:13 Sep 04 19:16:56.646 INFO kablam! | Sep 04 19:16:56.646 INFO kablam! 29 | use rand::{ Rand, Rng }; Sep 04 19:16:56.646 INFO kablam! | ^^^^ Sep 04 19:16:56.646 INFO kablam! Sep 04 19:16:56.646 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 04 19:16:56.646 INFO kablam! --> src/srgb.rs:77:6 Sep 04 19:16:56.646 INFO kablam! | Sep 04 19:16:56.646 INFO kablam! 77 | impl Rand for Srgb { Sep 04 19:16:56.646 INFO kablam! | ^^^^ Sep 04 19:16:56.646 INFO kablam! Sep 04 19:16:56.869 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 04 19:16:56.869 INFO kablam! --> src/rgb.rs:332:13 Sep 04 19:16:56.869 INFO kablam! | Sep 04 19:16:56.870 INFO kablam! 332 | rng.gen() Sep 04 19:16:56.870 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 04 19:16:56.870 INFO kablam! | Sep 04 19:16:56.870 INFO kablam! = help: the following implementations were found: Sep 04 19:16:56.870 INFO kablam! > Sep 04 19:16:56.870 INFO kablam! > Sep 04 19:16:56.870 INFO kablam! > Sep 04 19:16:56.870 INFO kablam! > Sep 04 19:16:56.870 INFO kablam! and 58 others Sep 04 19:16:56.870 INFO kablam! Sep 04 19:16:56.889 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 04 19:16:56.889 INFO kablam! --> src/rgb.rs:603:11 Sep 04 19:16:56.889 INFO kablam! | Sep 04 19:16:56.889 INFO kablam! 603 | g.gen() Sep 04 19:16:56.889 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 04 19:16:56.889 INFO kablam! | Sep 04 19:16:56.889 INFO kablam! = help: the following implementations were found: Sep 04 19:16:56.889 INFO kablam! > Sep 04 19:16:56.889 INFO kablam! > Sep 04 19:16:56.889 INFO kablam! > Sep 04 19:16:56.890 INFO kablam! > Sep 04 19:16:56.890 INFO kablam! and 58 others Sep 04 19:16:56.890 INFO kablam! Sep 04 19:16:56.908 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 04 19:16:56.908 INFO kablam! --> src/hsv.rs:94:13 Sep 04 19:16:56.908 INFO kablam! | Sep 04 19:16:56.908 INFO kablam! 94 | rng.gen() Sep 04 19:16:56.909 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 04 19:16:56.909 INFO kablam! | Sep 04 19:16:56.909 INFO kablam! = help: the following implementations were found: Sep 04 19:16:56.909 INFO kablam! > Sep 04 19:16:56.909 INFO kablam! > Sep 04 19:16:56.909 INFO kablam! > Sep 04 19:16:56.909 INFO kablam! > Sep 04 19:16:56.909 INFO kablam! and 58 others Sep 04 19:16:56.909 INFO kablam! Sep 04 19:16:56.935 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 04 19:16:56.935 INFO kablam! --> src/ycbcr.rs:99:22 Sep 04 19:16:56.935 INFO kablam! | Sep 04 19:16:56.935 INFO kablam! 99 | let uv = rng.gen::() - 0.5; Sep 04 19:16:56.935 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 04 19:16:56.935 INFO kablam! | Sep 04 19:16:56.935 INFO kablam! = help: the following implementations were found: Sep 04 19:16:56.935 INFO kablam! > Sep 04 19:16:56.935 INFO kablam! > Sep 04 19:16:56.935 INFO kablam! > Sep 04 19:16:56.935 INFO kablam! > Sep 04 19:16:56.935 INFO kablam! and 58 others Sep 04 19:16:56.935 INFO kablam! Sep 04 19:16:56.942 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 04 19:16:56.942 INFO kablam! --> src/srgb.rs:80:23 Sep 04 19:16:56.942 INFO kablam! | Sep 04 19:16:56.942 INFO kablam! 80 | let rgb = rng.gen::(); Sep 04 19:16:56.942 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 04 19:16:56.942 INFO kablam! | Sep 04 19:16:56.942 INFO kablam! = help: the following implementations were found: Sep 04 19:16:56.942 INFO kablam! > Sep 04 19:16:56.942 INFO kablam! > Sep 04 19:16:56.942 INFO kablam! > Sep 04 19:16:56.942 INFO kablam! > Sep 04 19:16:56.942 INFO kablam! and 58 others Sep 04 19:16:56.943 INFO kablam! Sep 04 19:16:56.954 INFO kablam! error: aborting due to 5 previous errors Sep 04 19:16:56.954 INFO kablam! Sep 04 19:16:56.954 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 19:16:56.964 INFO kablam! error: Could not compile `glm_color`. Sep 04 19:16:56.964 INFO kablam! Sep 04 19:16:56.964 INFO kablam! To learn more, run the command again with --verbose. Sep 04 19:16:56.966 INFO kablam! su: No module specific data is present Sep 04 19:16:57.419 INFO running `"docker" "rm" "-f" "dfa82cc6a2602c9fba40df866c2f4404bba4e1efc1441da25151d8ae8d372573"` Sep 04 19:16:57.506 INFO blam! dfa82cc6a2602c9fba40df866c2f4404bba4e1efc1441da25151d8ae8d372573