Sep 10 18:18:46.681 INFO checking glm_color-0.1.2 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 18:18:46.682 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 18:18:46.682 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-2/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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 +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 18:18:46.901 INFO blam! c0b2acee5f89c77787211c43cf66c80d52a07c8d7f58ec974564f350d80d2990 Sep 10 18:18:46.904 INFO running `"docker" "start" "-a" "c0b2acee5f89c77787211c43cf66c80d52a07c8d7f58ec974564f350d80d2990"` Sep 10 18:18:47.495 INFO kablam! usermod: no changes Sep 10 18:18:47.588 INFO kablam! Checking rand_core v0.2.1 Sep 10 18:18:47.591 INFO kablam! Checking glm v0.2.3 Sep 10 18:18:48.177 INFO kablam! Checking rand v0.5.5 Sep 10 18:18:51.174 INFO kablam! Checking quickcheck v0.7.1 Sep 10 18:18:51.174 INFO kablam! Checking glm_color v0.1.2 (file:///source) Sep 10 18:18:52.496 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 10 18:18:52.496 INFO kablam! --> src/rgb.rs:28:13 Sep 10 18:18:52.496 INFO kablam! | Sep 10 18:18:52.496 INFO kablam! 28 | use rand::{ Rand, Rng, thread_rng }; Sep 10 18:18:52.496 INFO kablam! | ^^^^ Sep 10 18:18:52.496 INFO kablam! | Sep 10 18:18:52.497 INFO kablam! = note: #[warn(deprecated)] on by default Sep 10 18:18:52.497 INFO kablam! Sep 10 18:18:52.497 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 10 18:18:52.497 INFO kablam! --> src/rgb.rs:360:6 Sep 10 18:18:52.497 INFO kablam! | Sep 10 18:18:52.497 INFO kablam! 360 | impl Rand for Rgb { Sep 10 18:18:52.497 INFO kablam! | ^^^^ Sep 10 18:18:52.498 INFO kablam! Sep 10 18:18:52.499 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 10 18:18:52.499 INFO kablam! --> src/hsv.rs:29:13 Sep 10 18:18:52.499 INFO kablam! | Sep 10 18:18:52.499 INFO kablam! 29 | use rand::{ Rand, Rng, thread_rng }; Sep 10 18:18:52.499 INFO kablam! | ^^^^ Sep 10 18:18:52.500 INFO kablam! Sep 10 18:18:52.500 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 10 18:18:52.500 INFO kablam! --> src/hsv.rs:46:6 Sep 10 18:18:52.500 INFO kablam! | Sep 10 18:18:52.500 INFO kablam! 46 | impl Rand for Hsv { Sep 10 18:18:52.500 INFO kablam! | ^^^^ Sep 10 18:18:52.501 INFO kablam! Sep 10 18:18:52.501 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 10 18:18:52.501 INFO kablam! --> src/ycbcr.rs:28:13 Sep 10 18:18:52.501 INFO kablam! | Sep 10 18:18:52.501 INFO kablam! 28 | use rand::{ Rand, Rng }; Sep 10 18:18:52.501 INFO kablam! | ^^^^ Sep 10 18:18:52.501 INFO kablam! Sep 10 18:18:52.502 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 10 18:18:52.502 INFO kablam! --> src/ycbcr.rs:95:6 Sep 10 18:18:52.502 INFO kablam! | Sep 10 18:18:52.502 INFO kablam! 95 | impl Rand for YCbCr { Sep 10 18:18:52.502 INFO kablam! | ^^^^ Sep 10 18:18:52.502 INFO kablam! Sep 10 18:18:52.503 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 10 18:18:52.503 INFO kablam! --> src/srgb.rs:29:13 Sep 10 18:18:52.503 INFO kablam! | Sep 10 18:18:52.503 INFO kablam! 29 | use rand::{ Rand, Rng }; Sep 10 18:18:52.503 INFO kablam! | ^^^^ Sep 10 18:18:52.503 INFO kablam! Sep 10 18:18:52.503 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 10 18:18:52.503 INFO kablam! --> src/srgb.rs:77:6 Sep 10 18:18:52.503 INFO kablam! | Sep 10 18:18:52.503 INFO kablam! 77 | impl Rand for Srgb { Sep 10 18:18:52.503 INFO kablam! | ^^^^ Sep 10 18:18:52.504 INFO kablam! Sep 10 18:18:52.762 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 10 18:18:52.762 INFO kablam! --> src/rgb.rs:332:13 Sep 10 18:18:52.762 INFO kablam! | Sep 10 18:18:52.762 INFO kablam! 332 | rng.gen() Sep 10 18:18:52.762 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 10 18:18:52.769 INFO kablam! | Sep 10 18:18:52.769 INFO kablam! = help: the following implementations were found: Sep 10 18:18:52.769 INFO kablam! > Sep 10 18:18:52.769 INFO kablam! > Sep 10 18:18:52.769 INFO kablam! > Sep 10 18:18:52.769 INFO kablam! > Sep 10 18:18:52.769 INFO kablam! and 58 others Sep 10 18:18:52.770 INFO kablam! Sep 10 18:18:52.791 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 10 18:18:52.791 INFO kablam! --> src/hsv.rs:94:13 Sep 10 18:18:52.791 INFO kablam! | Sep 10 18:18:52.791 INFO kablam! 94 | rng.gen() Sep 10 18:18:52.791 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 10 18:18:52.794 INFO kablam! | Sep 10 18:18:52.794 INFO kablam! = help: the following implementations were found: Sep 10 18:18:52.794 INFO kablam! > Sep 10 18:18:52.794 INFO kablam! > Sep 10 18:18:52.794 INFO kablam! > Sep 10 18:18:52.794 INFO kablam! > Sep 10 18:18:52.794 INFO kablam! and 58 others Sep 10 18:18:52.795 INFO kablam! Sep 10 18:18:52.826 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution>` is not satisfied Sep 10 18:18:52.826 INFO kablam! --> src/ycbcr.rs:99:22 Sep 10 18:18:52.826 INFO kablam! | Sep 10 18:18:52.826 INFO kablam! 99 | let uv = rng.gen::() - 0.5; Sep 10 18:18:52.826 INFO kablam! | ^^^ the trait `rand::distributions::Distribution>` is not implemented for `rand::distributions::Standard` Sep 10 18:18:52.826 INFO kablam! | Sep 10 18:18:52.827 INFO kablam! = help: the following implementations were found: Sep 10 18:18:52.827 INFO kablam! > Sep 10 18:18:52.827 INFO kablam! > Sep 10 18:18:52.827 INFO kablam! > Sep 10 18:18:52.827 INFO kablam! > Sep 10 18:18:52.827 INFO kablam! and 58 others Sep 10 18:18:52.827 INFO kablam! Sep 10 18:18:52.832 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 10 18:18:52.832 INFO kablam! --> src/srgb.rs:80:23 Sep 10 18:18:52.832 INFO kablam! | Sep 10 18:18:52.832 INFO kablam! 80 | let rgb = rng.gen::(); Sep 10 18:18:52.832 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 10 18:18:52.842 INFO kablam! | Sep 10 18:18:52.842 INFO kablam! = help: the following implementations were found: Sep 10 18:18:52.843 INFO kablam! > Sep 10 18:18:52.843 INFO kablam! > Sep 10 18:18:52.843 INFO kablam! > Sep 10 18:18:52.843 INFO kablam! > Sep 10 18:18:52.843 INFO kablam! and 58 others Sep 10 18:18:52.843 INFO kablam! Sep 10 18:18:52.860 INFO kablam! error: aborting due to 4 previous errors Sep 10 18:18:52.861 INFO kablam! Sep 10 18:18:52.861 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 10 18:18:52.879 INFO kablam! error: Could not compile `glm_color`. Sep 10 18:18:52.880 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 18:18:53.645 INFO kablam! error: build failed Sep 10 18:18:53.647 INFO kablam! su: No module specific data is present Sep 10 18:18:54.357 INFO running `"docker" "rm" "-f" "c0b2acee5f89c77787211c43cf66c80d52a07c8d7f58ec974564f350d80d2990"` Sep 10 18:18:54.487 INFO blam! c0b2acee5f89c77787211c43cf66c80d52a07c8d7f58ec974564f350d80d2990