Sep 18 00:02:33.408 INFO checking glm_color-0.1.2 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 18 00:02:33.408 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 18 00:02:33.408 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-0/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 18 00:02:33.595 INFO blam! e643642fcace6089523b42e8b366b54a71cd7ef1fad55a5f08164a29cd4818c0 Sep 18 00:02:33.601 INFO running `"docker" "start" "-a" "e643642fcace6089523b42e8b366b54a71cd7ef1fad55a5f08164a29cd4818c0"` Sep 18 00:02:34.571 INFO kablam! usermod: no changes Sep 18 00:02:34.757 INFO kablam! Checking glm v0.2.3 Sep 18 00:02:37.627 INFO kablam! Checking glm_color v0.1.2 (/source) Sep 18 00:02:39.011 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 18 00:02:39.011 INFO kablam! --> src/rgb.rs:28:13 Sep 18 00:02:39.011 INFO kablam! | Sep 18 00:02:39.011 INFO kablam! 28 | use rand::{ Rand, Rng, thread_rng }; Sep 18 00:02:39.011 INFO kablam! | ^^^^ Sep 18 00:02:39.011 INFO kablam! | Sep 18 00:02:39.011 INFO kablam! = note: #[warn(deprecated)] on by default Sep 18 00:02:39.011 INFO kablam! Sep 18 00:02:39.011 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 18 00:02:39.011 INFO kablam! --> src/rgb.rs:360:6 Sep 18 00:02:39.011 INFO kablam! | Sep 18 00:02:39.011 INFO kablam! 360 | impl Rand for Rgb { Sep 18 00:02:39.011 INFO kablam! | ^^^^ Sep 18 00:02:39.011 INFO kablam! Sep 18 00:02:39.011 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 18 00:02:39.011 INFO kablam! --> src/hsv.rs:29:13 Sep 18 00:02:39.011 INFO kablam! | Sep 18 00:02:39.011 INFO kablam! 29 | use rand::{ Rand, Rng, thread_rng }; Sep 18 00:02:39.011 INFO kablam! | ^^^^ Sep 18 00:02:39.011 INFO kablam! Sep 18 00:02:39.011 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 18 00:02:39.011 INFO kablam! --> src/hsv.rs:46:6 Sep 18 00:02:39.012 INFO kablam! | Sep 18 00:02:39.012 INFO kablam! 46 | impl Rand for Hsv { Sep 18 00:02:39.012 INFO kablam! | ^^^^ Sep 18 00:02:39.012 INFO kablam! Sep 18 00:02:39.012 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 18 00:02:39.012 INFO kablam! --> src/ycbcr.rs:28:13 Sep 18 00:02:39.012 INFO kablam! | Sep 18 00:02:39.012 INFO kablam! 28 | use rand::{ Rand, Rng }; Sep 18 00:02:39.012 INFO kablam! | ^^^^ Sep 18 00:02:39.012 INFO kablam! Sep 18 00:02:39.012 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 18 00:02:39.012 INFO kablam! --> src/ycbcr.rs:95:6 Sep 18 00:02:39.012 INFO kablam! | Sep 18 00:02:39.012 INFO kablam! 95 | impl Rand for YCbCr { Sep 18 00:02:39.012 INFO kablam! | ^^^^ Sep 18 00:02:39.012 INFO kablam! Sep 18 00:02:39.012 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 18 00:02:39.012 INFO kablam! --> src/srgb.rs:29:13 Sep 18 00:02:39.012 INFO kablam! | Sep 18 00:02:39.012 INFO kablam! 29 | use rand::{ Rand, Rng }; Sep 18 00:02:39.012 INFO kablam! | ^^^^ Sep 18 00:02:39.012 INFO kablam! Sep 18 00:02:39.012 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 18 00:02:39.012 INFO kablam! --> src/srgb.rs:77:6 Sep 18 00:02:39.012 INFO kablam! | Sep 18 00:02:39.012 INFO kablam! 77 | impl Rand for Srgb { Sep 18 00:02:39.012 INFO kablam! | ^^^^ Sep 18 00:02:39.012 INFO kablam! Sep 18 00:02:39.295 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 18 00:02:39.295 INFO kablam! --> src/rgb.rs:332:13 Sep 18 00:02:39.295 INFO kablam! | Sep 18 00:02:39.295 INFO kablam! 332 | rng.gen() Sep 18 00:02:39.295 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 18 00:02:39.295 INFO kablam! | Sep 18 00:02:39.295 INFO kablam! = help: the following implementations were found: Sep 18 00:02:39.295 INFO kablam! > Sep 18 00:02:39.295 INFO kablam! > Sep 18 00:02:39.295 INFO kablam! > Sep 18 00:02:39.295 INFO kablam! > Sep 18 00:02:39.295 INFO kablam! and 58 others Sep 18 00:02:39.295 INFO kablam! Sep 18 00:02:39.319 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 18 00:02:39.319 INFO kablam! --> src/hsv.rs:94:13 Sep 18 00:02:39.319 INFO kablam! | Sep 18 00:02:39.319 INFO kablam! 94 | rng.gen() Sep 18 00:02:39.319 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 18 00:02:39.343 INFO kablam! | Sep 18 00:02:39.343 INFO kablam! = help: the following implementations were found: Sep 18 00:02:39.343 INFO kablam! > Sep 18 00:02:39.343 INFO kablam! > Sep 18 00:02:39.343 INFO kablam! > Sep 18 00:02:39.343 INFO kablam! > Sep 18 00:02:39.343 INFO kablam! and 58 others Sep 18 00:02:39.343 INFO kablam! Sep 18 00:02:39.403 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 18 00:02:39.403 INFO kablam! --> src/ycbcr.rs:99:22 Sep 18 00:02:39.403 INFO kablam! | Sep 18 00:02:39.403 INFO kablam! 99 | let uv = rng.gen::() - 0.5; Sep 18 00:02:39.403 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 18 00:02:39.403 INFO kablam! | Sep 18 00:02:39.403 INFO kablam! = help: the following implementations were found: Sep 18 00:02:39.403 INFO kablam! > Sep 18 00:02:39.403 INFO kablam! > Sep 18 00:02:39.403 INFO kablam! > Sep 18 00:02:39.403 INFO kablam! > Sep 18 00:02:39.403 INFO kablam! and 58 others Sep 18 00:02:39.403 INFO kablam! Sep 18 00:02:39.411 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 18 00:02:39.411 INFO kablam! --> src/srgb.rs:80:23 Sep 18 00:02:39.411 INFO kablam! | Sep 18 00:02:39.411 INFO kablam! 80 | let rgb = rng.gen::(); Sep 18 00:02:39.411 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 18 00:02:39.411 INFO kablam! | Sep 18 00:02:39.411 INFO kablam! = help: the following implementations were found: Sep 18 00:02:39.411 INFO kablam! > Sep 18 00:02:39.411 INFO kablam! > Sep 18 00:02:39.411 INFO kablam! > Sep 18 00:02:39.411 INFO kablam! > Sep 18 00:02:39.411 INFO kablam! and 58 others Sep 18 00:02:39.411 INFO kablam! Sep 18 00:02:39.431 INFO kablam! error: aborting due to 4 previous errors Sep 18 00:02:39.439 INFO kablam! Sep 18 00:02:39.439 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 18 00:02:39.479 INFO kablam! error: Could not compile `glm_color`. Sep 18 00:02:39.479 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 00:02:39.727 INFO kablam! warning: unused import: `quickcheck::*` Sep 18 00:02:39.727 INFO kablam! --> src/rgb.rs:612:9 Sep 18 00:02:39.727 INFO kablam! | Sep 18 00:02:39.727 INFO kablam! 612 | use quickcheck::*; Sep 18 00:02:39.727 INFO kablam! | ^^^^^^^^^^^^^ Sep 18 00:02:39.727 INFO kablam! | Sep 18 00:02:39.727 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 18 00:02:39.727 INFO kablam! Sep 18 00:02:39.727 INFO kablam! warning: unused import: `gray` Sep 18 00:02:39.727 INFO kablam! --> src/hsv.rs:464:21 Sep 18 00:02:39.727 INFO kablam! | Sep 18 00:02:39.727 INFO kablam! 464 | use rgb::{ Rgb, gray }; Sep 18 00:02:39.727 INFO kablam! | ^^^^ Sep 18 00:02:39.727 INFO kablam! Sep 18 00:02:39.763 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 18 00:02:39.763 INFO kablam! --> src/rgb.rs:28:13 Sep 18 00:02:39.763 INFO kablam! | Sep 18 00:02:39.763 INFO kablam! 28 | use rand::{ Rand, Rng, thread_rng }; Sep 18 00:02:39.763 INFO kablam! | ^^^^ Sep 18 00:02:39.763 INFO kablam! | Sep 18 00:02:39.763 INFO kablam! = note: #[warn(deprecated)] on by default Sep 18 00:02:39.763 INFO kablam! Sep 18 00:02:39.763 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 18 00:02:39.763 INFO kablam! --> src/rgb.rs:360:6 Sep 18 00:02:39.763 INFO kablam! | Sep 18 00:02:39.763 INFO kablam! 360 | impl Rand for Rgb { Sep 18 00:02:39.763 INFO kablam! | ^^^^ Sep 18 00:02:39.763 INFO kablam! Sep 18 00:02:39.763 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 18 00:02:39.763 INFO kablam! --> src/hsv.rs:29:13 Sep 18 00:02:39.763 INFO kablam! | Sep 18 00:02:39.763 INFO kablam! 29 | use rand::{ Rand, Rng, thread_rng }; Sep 18 00:02:39.763 INFO kablam! | ^^^^ Sep 18 00:02:39.763 INFO kablam! Sep 18 00:02:39.763 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 18 00:02:39.763 INFO kablam! --> src/hsv.rs:46:6 Sep 18 00:02:39.763 INFO kablam! | Sep 18 00:02:39.763 INFO kablam! 46 | impl Rand for Hsv { Sep 18 00:02:39.763 INFO kablam! | ^^^^ Sep 18 00:02:39.763 INFO kablam! Sep 18 00:02:39.763 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 18 00:02:39.763 INFO kablam! --> src/ycbcr.rs:28:13 Sep 18 00:02:39.763 INFO kablam! | Sep 18 00:02:39.763 INFO kablam! 28 | use rand::{ Rand, Rng }; Sep 18 00:02:39.763 INFO kablam! | ^^^^ Sep 18 00:02:39.763 INFO kablam! Sep 18 00:02:39.763 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 18 00:02:39.763 INFO kablam! --> src/ycbcr.rs:95:6 Sep 18 00:02:39.763 INFO kablam! | Sep 18 00:02:39.763 INFO kablam! 95 | impl Rand for YCbCr { Sep 18 00:02:39.763 INFO kablam! | ^^^^ Sep 18 00:02:39.763 INFO kablam! Sep 18 00:02:39.763 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 18 00:02:39.764 INFO kablam! --> src/srgb.rs:29:13 Sep 18 00:02:39.764 INFO kablam! | Sep 18 00:02:39.764 INFO kablam! 29 | use rand::{ Rand, Rng }; Sep 18 00:02:39.764 INFO kablam! | ^^^^ Sep 18 00:02:39.764 INFO kablam! Sep 18 00:02:39.764 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 18 00:02:39.764 INFO kablam! --> src/srgb.rs:77:6 Sep 18 00:02:39.764 INFO kablam! | Sep 18 00:02:39.764 INFO kablam! 77 | impl Rand for Srgb { Sep 18 00:02:39.764 INFO kablam! | ^^^^ Sep 18 00:02:39.764 INFO kablam! Sep 18 00:02:40.015 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 18 00:02:40.015 INFO kablam! --> src/rgb.rs:332:13 Sep 18 00:02:40.015 INFO kablam! | Sep 18 00:02:40.015 INFO kablam! 332 | rng.gen() Sep 18 00:02:40.015 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 18 00:02:40.015 INFO kablam! | Sep 18 00:02:40.015 INFO kablam! = help: the following implementations were found: Sep 18 00:02:40.015 INFO kablam! > Sep 18 00:02:40.015 INFO kablam! > Sep 18 00:02:40.015 INFO kablam! > Sep 18 00:02:40.015 INFO kablam! > Sep 18 00:02:40.015 INFO kablam! and 58 others Sep 18 00:02:40.015 INFO kablam! Sep 18 00:02:40.039 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 18 00:02:40.039 INFO kablam! --> src/rgb.rs:603:11 Sep 18 00:02:40.039 INFO kablam! | Sep 18 00:02:40.039 INFO kablam! 603 | g.gen() Sep 18 00:02:40.039 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 18 00:02:40.039 INFO kablam! | Sep 18 00:02:40.039 INFO kablam! = help: the following implementations were found: Sep 18 00:02:40.039 INFO kablam! > Sep 18 00:02:40.039 INFO kablam! > Sep 18 00:02:40.039 INFO kablam! > Sep 18 00:02:40.039 INFO kablam! > Sep 18 00:02:40.039 INFO kablam! and 58 others Sep 18 00:02:40.039 INFO kablam! Sep 18 00:02:40.055 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 18 00:02:40.055 INFO kablam! --> src/hsv.rs:94:13 Sep 18 00:02:40.055 INFO kablam! | Sep 18 00:02:40.055 INFO kablam! 94 | rng.gen() Sep 18 00:02:40.055 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 18 00:02:40.055 INFO kablam! | Sep 18 00:02:40.055 INFO kablam! = help: the following implementations were found: Sep 18 00:02:40.055 INFO kablam! > Sep 18 00:02:40.055 INFO kablam! > Sep 18 00:02:40.055 INFO kablam! > Sep 18 00:02:40.055 INFO kablam! > Sep 18 00:02:40.055 INFO kablam! and 58 others Sep 18 00:02:40.055 INFO kablam! Sep 18 00:02:40.075 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 18 00:02:40.075 INFO kablam! --> src/ycbcr.rs:99:22 Sep 18 00:02:40.075 INFO kablam! | Sep 18 00:02:40.075 INFO kablam! 99 | let uv = rng.gen::() - 0.5; Sep 18 00:02:40.075 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 18 00:02:40.075 INFO kablam! | Sep 18 00:02:40.075 INFO kablam! = help: the following implementations were found: Sep 18 00:02:40.075 INFO kablam! > Sep 18 00:02:40.075 INFO kablam! > Sep 18 00:02:40.075 INFO kablam! > Sep 18 00:02:40.075 INFO kablam! > Sep 18 00:02:40.075 INFO kablam! and 58 others Sep 18 00:02:40.075 INFO kablam! Sep 18 00:02:40.075 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 18 00:02:40.075 INFO kablam! --> src/srgb.rs:80:23 Sep 18 00:02:40.075 INFO kablam! | Sep 18 00:02:40.075 INFO kablam! 80 | let rgb = rng.gen::(); Sep 18 00:02:40.075 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 18 00:02:40.075 INFO kablam! | Sep 18 00:02:40.083 INFO kablam! = help: the following implementations were found: Sep 18 00:02:40.083 INFO kablam! > Sep 18 00:02:40.083 INFO kablam! > Sep 18 00:02:40.083 INFO kablam! > Sep 18 00:02:40.083 INFO kablam! > Sep 18 00:02:40.083 INFO kablam! and 58 others Sep 18 00:02:40.083 INFO kablam! Sep 18 00:02:40.099 INFO kablam! error: aborting due to 5 previous errors Sep 18 00:02:40.099 INFO kablam! Sep 18 00:02:40.099 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 18 00:02:40.106 INFO kablam! error: Could not compile `glm_color`. Sep 18 00:02:40.106 INFO kablam! Sep 18 00:02:40.106 INFO kablam! To learn more, run the command again with --verbose. Sep 18 00:02:40.107 INFO kablam! su: No module specific data is present Sep 18 00:02:40.625 INFO running `"docker" "rm" "-f" "e643642fcace6089523b42e8b366b54a71cd7ef1fad55a5f08164a29cd4818c0"` Sep 18 00:02:40.724 INFO blam! e643642fcace6089523b42e8b366b54a71cd7ef1fad55a5f08164a29cd4818c0