Sep 18 00:02:34.720 INFO checking glm_color-0.1.2 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 18 00:02:34.720 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 18 00:02:34.720 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-3/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-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:34.959 INFO blam! dc8aa13ec3ffdabc13a91a5836cc184e804da0dd752af5f00a446c34d41fb97f Sep 18 00:02:34.960 INFO running `"docker" "start" "-a" "dc8aa13ec3ffdabc13a91a5836cc184e804da0dd752af5f00a446c34d41fb97f"` Sep 18 00:02:35.447 INFO kablam! usermod: no changes Sep 18 00:02:35.616 INFO kablam! Checking glm v0.2.3 Sep 18 00:02:38.587 INFO kablam! Checking glm_color v0.1.2 (/source) Sep 18 00:02:39.691 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 18 00:02:39.691 INFO kablam! --> src/rgb.rs:28:13 Sep 18 00:02:39.691 INFO kablam! | Sep 18 00:02:39.691 INFO kablam! 28 | use rand::{ Rand, Rng, thread_rng }; Sep 18 00:02:39.691 INFO kablam! | ^^^^ Sep 18 00:02:39.691 INFO kablam! | Sep 18 00:02:39.691 INFO kablam! = note: #[warn(deprecated)] on by default Sep 18 00:02:39.691 INFO kablam! Sep 18 00:02:39.691 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 18 00:02:39.691 INFO kablam! --> src/rgb.rs:360:6 Sep 18 00:02:39.691 INFO kablam! | Sep 18 00:02:39.691 INFO kablam! 360 | impl Rand for Rgb { Sep 18 00:02:39.691 INFO kablam! | ^^^^ Sep 18 00:02:39.691 INFO kablam! Sep 18 00:02:39.691 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 18 00:02:39.691 INFO kablam! --> src/hsv.rs:29:13 Sep 18 00:02:39.691 INFO kablam! | Sep 18 00:02:39.691 INFO kablam! 29 | use rand::{ Rand, Rng, thread_rng }; Sep 18 00:02:39.691 INFO kablam! | ^^^^ Sep 18 00:02:39.691 INFO kablam! Sep 18 00:02:39.691 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 18 00:02:39.691 INFO kablam! --> src/hsv.rs:46:6 Sep 18 00:02:39.691 INFO kablam! | Sep 18 00:02:39.691 INFO kablam! 46 | impl Rand for Hsv { Sep 18 00:02:39.691 INFO kablam! | ^^^^ Sep 18 00:02:39.691 INFO kablam! Sep 18 00:02:39.691 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 18 00:02:39.691 INFO kablam! --> src/ycbcr.rs:28:13 Sep 18 00:02:39.691 INFO kablam! | Sep 18 00:02:39.691 INFO kablam! 28 | use rand::{ Rand, Rng }; Sep 18 00:02:39.691 INFO kablam! | ^^^^ Sep 18 00:02:39.691 INFO kablam! Sep 18 00:02:39.691 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 18 00:02:39.691 INFO kablam! --> src/ycbcr.rs:95:6 Sep 18 00:02:39.691 INFO kablam! | Sep 18 00:02:39.691 INFO kablam! 95 | impl Rand for YCbCr { Sep 18 00:02:39.691 INFO kablam! | ^^^^ Sep 18 00:02:39.691 INFO kablam! Sep 18 00:02:39.691 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 18 00:02:39.691 INFO kablam! --> src/srgb.rs:29:13 Sep 18 00:02:39.691 INFO kablam! | Sep 18 00:02:39.692 INFO kablam! 29 | use rand::{ Rand, Rng }; Sep 18 00:02:39.692 INFO kablam! | ^^^^ Sep 18 00:02:39.692 INFO kablam! Sep 18 00:02:39.692 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 18 00:02:39.692 INFO kablam! --> src/srgb.rs:77:6 Sep 18 00:02:39.692 INFO kablam! | Sep 18 00:02:39.692 INFO kablam! 77 | impl Rand for Srgb { Sep 18 00:02:39.692 INFO kablam! | ^^^^ Sep 18 00:02:39.692 INFO kablam! Sep 18 00:02:39.847 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 18 00:02:39.847 INFO kablam! --> src/rgb.rs:332:13 Sep 18 00:02:39.847 INFO kablam! | Sep 18 00:02:39.847 INFO kablam! 332 | rng.gen() Sep 18 00:02:39.847 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 18 00:02:39.847 INFO kablam! | Sep 18 00:02:39.847 INFO kablam! = help: the following implementations were found: Sep 18 00:02:39.847 INFO kablam! > Sep 18 00:02:39.847 INFO kablam! > Sep 18 00:02:39.847 INFO kablam! > Sep 18 00:02:39.847 INFO kablam! > Sep 18 00:02:39.847 INFO kablam! and 58 others Sep 18 00:02:39.847 INFO kablam! Sep 18 00:02:39.863 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 18 00:02:39.863 INFO kablam! --> src/hsv.rs:94:13 Sep 18 00:02:39.863 INFO kablam! | Sep 18 00:02:39.863 INFO kablam! 94 | rng.gen() Sep 18 00:02:39.863 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 18 00:02:39.863 INFO kablam! | Sep 18 00:02:39.863 INFO kablam! = help: the following implementations were found: Sep 18 00:02:39.863 INFO kablam! > Sep 18 00:02:39.863 INFO kablam! > Sep 18 00:02:39.863 INFO kablam! > Sep 18 00:02:39.863 INFO kablam! > Sep 18 00:02:39.863 INFO kablam! and 58 others Sep 18 00:02:39.863 INFO kablam! Sep 18 00:02:39.879 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 18 00:02:39.879 INFO kablam! --> src/ycbcr.rs:99:22 Sep 18 00:02:39.879 INFO kablam! | Sep 18 00:02:39.879 INFO kablam! 99 | let uv = rng.gen::() - 0.5; Sep 18 00:02:39.879 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 18 00:02:39.879 INFO kablam! | Sep 18 00:02:39.879 INFO kablam! = help: the following implementations were found: Sep 18 00:02:39.879 INFO kablam! > Sep 18 00:02:39.879 INFO kablam! > Sep 18 00:02:39.879 INFO kablam! > Sep 18 00:02:39.879 INFO kablam! > Sep 18 00:02:39.879 INFO kablam! and 58 others Sep 18 00:02:39.879 INFO kablam! Sep 18 00:02:39.887 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 18 00:02:39.887 INFO kablam! --> src/srgb.rs:80:23 Sep 18 00:02:39.887 INFO kablam! | Sep 18 00:02:39.887 INFO kablam! 80 | let rgb = rng.gen::(); Sep 18 00:02:39.887 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 18 00:02:39.887 INFO kablam! | Sep 18 00:02:39.887 INFO kablam! = help: the following implementations were found: Sep 18 00:02:39.887 INFO kablam! > Sep 18 00:02:39.887 INFO kablam! > Sep 18 00:02:39.887 INFO kablam! > Sep 18 00:02:39.887 INFO kablam! > Sep 18 00:02:39.887 INFO kablam! and 58 others Sep 18 00:02:39.887 INFO kablam! Sep 18 00:02:39.895 INFO kablam! error: aborting due to 4 previous errors Sep 18 00:02:39.895 INFO kablam! Sep 18 00:02:39.895 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 18 00:02:39.901 INFO kablam! error: Could not compile `glm_color`. Sep 18 00:02:39.901 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 00:02:40.099 INFO kablam! warning: unused import: `quickcheck::*` Sep 18 00:02:40.099 INFO kablam! --> src/rgb.rs:612:9 Sep 18 00:02:40.099 INFO kablam! | Sep 18 00:02:40.099 INFO kablam! 612 | use quickcheck::*; Sep 18 00:02:40.099 INFO kablam! | ^^^^^^^^^^^^^ Sep 18 00:02:40.099 INFO kablam! | Sep 18 00:02:40.099 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 18 00:02:40.099 INFO kablam! Sep 18 00:02:40.103 INFO kablam! warning: unused import: `gray` Sep 18 00:02:40.103 INFO kablam! --> src/hsv.rs:464:21 Sep 18 00:02:40.103 INFO kablam! | Sep 18 00:02:40.103 INFO kablam! 464 | use rgb::{ Rgb, gray }; Sep 18 00:02:40.103 INFO kablam! | ^^^^ Sep 18 00:02:40.103 INFO kablam! Sep 18 00:02:40.122 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 18 00:02:40.122 INFO kablam! --> src/rgb.rs:28:13 Sep 18 00:02:40.122 INFO kablam! | Sep 18 00:02:40.122 INFO kablam! 28 | use rand::{ Rand, Rng, thread_rng }; Sep 18 00:02:40.122 INFO kablam! | ^^^^ Sep 18 00:02:40.122 INFO kablam! | Sep 18 00:02:40.122 INFO kablam! = note: #[warn(deprecated)] on by default Sep 18 00:02:40.122 INFO kablam! Sep 18 00:02:40.122 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 18 00:02:40.122 INFO kablam! --> src/rgb.rs:360:6 Sep 18 00:02:40.122 INFO kablam! | Sep 18 00:02:40.122 INFO kablam! 360 | impl Rand for Rgb { Sep 18 00:02:40.122 INFO kablam! | ^^^^ Sep 18 00:02:40.122 INFO kablam! Sep 18 00:02:40.122 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 18 00:02:40.122 INFO kablam! --> src/hsv.rs:29:13 Sep 18 00:02:40.122 INFO kablam! | Sep 18 00:02:40.122 INFO kablam! 29 | use rand::{ Rand, Rng, thread_rng }; Sep 18 00:02:40.122 INFO kablam! | ^^^^ Sep 18 00:02:40.122 INFO kablam! Sep 18 00:02:40.122 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 18 00:02:40.123 INFO kablam! --> src/hsv.rs:46:6 Sep 18 00:02:40.123 INFO kablam! | Sep 18 00:02:40.123 INFO kablam! 46 | impl Rand for Hsv { Sep 18 00:02:40.123 INFO kablam! | ^^^^ Sep 18 00:02:40.123 INFO kablam! Sep 18 00:02:40.123 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 18 00:02:40.123 INFO kablam! --> src/ycbcr.rs:28:13 Sep 18 00:02:40.123 INFO kablam! | Sep 18 00:02:40.123 INFO kablam! 28 | use rand::{ Rand, Rng }; Sep 18 00:02:40.123 INFO kablam! | ^^^^ Sep 18 00:02:40.123 INFO kablam! Sep 18 00:02:40.125 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 18 00:02:40.125 INFO kablam! --> src/ycbcr.rs:95:6 Sep 18 00:02:40.125 INFO kablam! | Sep 18 00:02:40.125 INFO kablam! 95 | impl Rand for YCbCr { Sep 18 00:02:40.125 INFO kablam! | ^^^^ Sep 18 00:02:40.125 INFO kablam! Sep 18 00:02:40.125 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 18 00:02:40.125 INFO kablam! --> src/srgb.rs:29:13 Sep 18 00:02:40.125 INFO kablam! | Sep 18 00:02:40.125 INFO kablam! 29 | use rand::{ Rand, Rng }; Sep 18 00:02:40.125 INFO kablam! | ^^^^ Sep 18 00:02:40.125 INFO kablam! Sep 18 00:02:40.125 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 18 00:02:40.125 INFO kablam! --> src/srgb.rs:77:6 Sep 18 00:02:40.125 INFO kablam! | Sep 18 00:02:40.125 INFO kablam! 77 | impl Rand for Srgb { Sep 18 00:02:40.125 INFO kablam! | ^^^^ Sep 18 00:02:40.125 INFO kablam! Sep 18 00:02:40.265 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 18 00:02:40.265 INFO kablam! --> src/rgb.rs:332:13 Sep 18 00:02:40.265 INFO kablam! | Sep 18 00:02:40.265 INFO kablam! 332 | rng.gen() Sep 18 00:02:40.265 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 18 00:02:40.265 INFO kablam! | Sep 18 00:02:40.265 INFO kablam! = help: the following implementations were found: Sep 18 00:02:40.265 INFO kablam! > Sep 18 00:02:40.265 INFO kablam! > Sep 18 00:02:40.265 INFO kablam! > Sep 18 00:02:40.265 INFO kablam! > Sep 18 00:02:40.265 INFO kablam! and 58 others Sep 18 00:02:40.265 INFO kablam! Sep 18 00:02:40.279 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 18 00:02:40.279 INFO kablam! --> src/rgb.rs:603:11 Sep 18 00:02:40.279 INFO kablam! | Sep 18 00:02:40.279 INFO kablam! 603 | g.gen() Sep 18 00:02:40.279 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 18 00:02:40.279 INFO kablam! | Sep 18 00:02:40.279 INFO kablam! = help: the following implementations were found: Sep 18 00:02:40.279 INFO kablam! > Sep 18 00:02:40.279 INFO kablam! > Sep 18 00:02:40.279 INFO kablam! > Sep 18 00:02:40.279 INFO kablam! > Sep 18 00:02:40.279 INFO kablam! and 58 others Sep 18 00:02:40.279 INFO kablam! Sep 18 00:02:40.291 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 18 00:02:40.291 INFO kablam! --> src/hsv.rs:94:13 Sep 18 00:02:40.291 INFO kablam! | Sep 18 00:02:40.291 INFO kablam! 94 | rng.gen() Sep 18 00:02:40.291 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 18 00:02:40.291 INFO kablam! | Sep 18 00:02:40.291 INFO kablam! = help: the following implementations were found: Sep 18 00:02:40.291 INFO kablam! > Sep 18 00:02:40.291 INFO kablam! > Sep 18 00:02:40.291 INFO kablam! > Sep 18 00:02:40.291 INFO kablam! > Sep 18 00:02:40.291 INFO kablam! and 58 others Sep 18 00:02:40.291 INFO kablam! Sep 18 00:02:40.310 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 18 00:02:40.311 INFO kablam! --> src/ycbcr.rs:99:22 Sep 18 00:02:40.311 INFO kablam! | Sep 18 00:02:40.311 INFO kablam! 99 | let uv = rng.gen::() - 0.5; Sep 18 00:02:40.311 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 18 00:02:40.311 INFO kablam! | Sep 18 00:02:40.311 INFO kablam! = help: the following implementations were found: Sep 18 00:02:40.311 INFO kablam! > Sep 18 00:02:40.311 INFO kablam! > Sep 18 00:02:40.311 INFO kablam! > Sep 18 00:02:40.311 INFO kablam! > Sep 18 00:02:40.311 INFO kablam! and 58 others Sep 18 00:02:40.311 INFO kablam! Sep 18 00:02:40.318 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 18 00:02:40.319 INFO kablam! --> src/srgb.rs:80:23 Sep 18 00:02:40.319 INFO kablam! | Sep 18 00:02:40.319 INFO kablam! 80 | let rgb = rng.gen::(); Sep 18 00:02:40.319 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 18 00:02:40.319 INFO kablam! | Sep 18 00:02:40.319 INFO kablam! = help: the following implementations were found: Sep 18 00:02:40.319 INFO kablam! > Sep 18 00:02:40.319 INFO kablam! > Sep 18 00:02:40.319 INFO kablam! > Sep 18 00:02:40.319 INFO kablam! > Sep 18 00:02:40.319 INFO kablam! and 58 others Sep 18 00:02:40.319 INFO kablam! Sep 18 00:02:40.326 INFO kablam! error: aborting due to 5 previous errors Sep 18 00:02:40.327 INFO kablam! Sep 18 00:02:40.327 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 18 00:02:40.334 INFO kablam! error: Could not compile `glm_color`. Sep 18 00:02:40.335 INFO kablam! Sep 18 00:02:40.335 INFO kablam! To learn more, run the command again with --verbose. Sep 18 00:02:40.335 INFO kablam! su: No module specific data is present Sep 18 00:02:40.757 INFO running `"docker" "rm" "-f" "dc8aa13ec3ffdabc13a91a5836cc184e804da0dd752af5f00a446c34d41fb97f"` Sep 18 00:02:40.849 INFO blam! dc8aa13ec3ffdabc13a91a5836cc184e804da0dd752af5f00a446c34d41fb97f