Jul 12 02:28:08.485 INFO checking pcg_rand-0.8.0 against master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9 for pr-52234 Jul 12 02:28:08.485 INFO running: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 02:28:08.485 INFO creating container for: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 02:28:08.485 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-52234/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-6/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/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 +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 12 02:28:08.750 INFO blam! 6dddf765c4efe32e2c3231159d45595876024906c8e158b600794bb7608590fb Jul 12 02:28:08.753 INFO running `"docker" "start" "-a" "6dddf765c4efe32e2c3231159d45595876024906c8e158b600794bb7608590fb"` Jul 12 02:28:10.063 INFO kablam! Blocking waiting for file lock on the registry index Jul 12 02:28:10.312 INFO kablam! Compiling num-traits v0.2.5 Jul 12 02:28:10.313 INFO kablam! Checking rand v0.4.2 Jul 12 02:28:16.118 INFO kablam! Checking pcg_rand v0.8.0 (file:///source) Jul 12 02:28:20.911 INFO kablam! warning: unused import: `SeedableRng` Jul 12 02:28:20.911 INFO kablam! --> benches/pcg32l_bench.rs:9:16 Jul 12 02:28:20.911 INFO kablam! | Jul 12 02:28:20.911 INFO kablam! 9 | use rand::{Rng,SeedableRng}; Jul 12 02:28:20.911 INFO kablam! | ^^^^^^^^^^^ Jul 12 02:28:20.911 INFO kablam! | Jul 12 02:28:20.911 INFO kablam! = note: #[warn(unused_imports)] on by default Jul 12 02:28:20.911 INFO kablam! Jul 12 02:28:20.996 INFO kablam! warning: unused import: `SeedableRng` Jul 12 02:28:20.996 INFO kablam! --> benches/pcg64_bench.rs:9:16 Jul 12 02:28:20.996 INFO kablam! | Jul 12 02:28:20.996 INFO kablam! 9 | use rand::{Rng,SeedableRng}; Jul 12 02:28:20.996 INFO kablam! | ^^^^^^^^^^^ Jul 12 02:28:21.004 INFO kablam! error[E0277]: the trait bound `pcg_rand::PcgEngine, pcg_rand::multiplier::DefaultMultiplier, pcg_rand::outputmix::XshRrMixin>: rand::SeedableRng<[u64; 4]>` is not satisfied Jul 12 02:28:21.004 INFO kablam! --> tests/pcg64_tests.rs:21:30 Jul 12 02:28:21.004 INFO kablam! | Jul 12 02:28:21.004 INFO kablam! 21 | let mut ra : Pcg64 = SeedableRng::from_seed(s); Jul 12 02:28:21.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ the trait `rand::SeedableRng<[u64; 4]>` is not implemented for `pcg_rand::PcgEngine, pcg_rand::multiplier::DefaultMultiplier, pcg_rand::outputmix::XshRrMixin>` Jul 12 02:28:21.004 INFO kablam! | Jul 12 02:28:21.004 INFO kablam! = help: the following implementations were found: Jul 12 02:28:21.004 INFO kablam! , MulMix, OutMix> as rand::SeedableRng<[Itype; 2]>> Jul 12 02:28:21.004 INFO kablam! as rand::SeedableRng> Jul 12 02:28:21.004 INFO kablam! = note: required by `rand::SeedableRng::from_seed` Jul 12 02:28:21.004 INFO kablam! | Jul 12 02:28:21.004 INFO kablam! = note: #[warn(unused_imports)] on by default Jul 12 02:28:21.004 INFO kablam! Jul 12 02:28:21.005 INFO kablam! Jul 12 02:28:21.013 INFO kablam! error[E0277]: the trait bound `pcg_rand::PcgEngine, pcg_rand::multiplier::DefaultMultiplier, pcg_rand::outputmix::XshRrMixin>: rand::SeedableRng<[u64; 4]>` is not satisfied Jul 12 02:28:21.013 INFO kablam! --> tests/pcg64_tests.rs:22:30 Jul 12 02:28:21.013 INFO kablam! | Jul 12 02:28:21.013 INFO kablam! 22 | let mut rb : Pcg64 = SeedableRng::from_seed(s); Jul 12 02:28:21.013 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ the trait `rand::SeedableRng<[u64; 4]>` is not implemented for `pcg_rand::PcgEngine, pcg_rand::multiplier::DefaultMultiplier, pcg_rand::outputmix::XshRrMixin>` Jul 12 02:28:21.013 INFO kablam! | Jul 12 02:28:21.013 INFO kablam! = help: the following implementations were found: Jul 12 02:28:21.013 INFO kablam! , MulMix, OutMix> as rand::SeedableRng<[Itype; 2]>> Jul 12 02:28:21.013 INFO kablam! as rand::SeedableRng> Jul 12 02:28:21.013 INFO kablam! = note: required by `rand::SeedableRng::from_seed` Jul 12 02:28:21.018 INFO kablam! Jul 12 02:28:21.097 INFO kablam! error[E0277]: the trait bound `pcg_rand::PcgEngine, pcg_rand::multiplier::DefaultMultiplier, pcg_rand::outputmix::XshRrMixin>: rand::SeedableRng<[u64; 4]>` is not satisfied Jul 12 02:28:21.097 INFO kablam! --> tests/pcg64_tests.rs:35:30 Jul 12 02:28:21.097 INFO kablam! | Jul 12 02:28:21.097 INFO kablam! 35 | let mut ra : Pcg64 = SeedableRng::from_seed(s); Jul 12 02:28:21.097 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ the trait `rand::SeedableRng<[u64; 4]>` is not implemented for `pcg_rand::PcgEngine, pcg_rand::multiplier::DefaultMultiplier, pcg_rand::outputmix::XshRrMixin>` Jul 12 02:28:21.097 INFO kablam! | Jul 12 02:28:21.097 INFO kablam! = help: the following implementations were found: Jul 12 02:28:21.097 INFO kablam! , MulMix, OutMix> as rand::SeedableRng<[Itype; 2]>> Jul 12 02:28:21.097 INFO kablam! as rand::SeedableRng> Jul 12 02:28:21.097 INFO kablam! = note: required by `rand::SeedableRng::from_seed` Jul 12 02:28:21.097 INFO kablam! Jul 12 02:28:21.149 INFO kablam! error[E0277]: the trait bound `pcg_rand::PcgEngine, pcg_rand::multiplier::DefaultMultiplier, pcg_rand::outputmix::XshRrMixin>: rand::SeedableRng<[u64; 4]>` is not satisfied Jul 12 02:28:21.149 INFO kablam! --> tests/pcg64_tests.rs:37:30 Jul 12 02:28:21.149 INFO kablam! | Jul 12 02:28:21.149 INFO kablam! 37 | let mut rb : Pcg64 = SeedableRng::from_seed(s); Jul 12 02:28:21.149 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ the trait `rand::SeedableRng<[u64; 4]>` is not implemented for `pcg_rand::PcgEngine, pcg_rand::multiplier::DefaultMultiplier, pcg_rand::outputmix::XshRrMixin>` Jul 12 02:28:21.178 INFO kablam! | Jul 12 02:28:21.179 INFO kablam! = help: the following implementations were found: Jul 12 02:28:21.179 INFO kablam! , MulMix, OutMix> as rand::SeedableRng<[Itype; 2]>> Jul 12 02:28:21.179 INFO kablam! as rand::SeedableRng> Jul 12 02:28:21.179 INFO kablam! = note: required by `rand::SeedableRng::from_seed` Jul 12 02:28:21.179 INFO kablam! Jul 12 02:28:21.205 INFO kablam! error[E0277]: the trait bound `pcg_rand::PcgEngine, pcg_rand::multiplier::DefaultMultiplier, pcg_rand::outputmix::XshRrMixin>: rand::SeedableRng<[u64; 4]>` is not satisfied Jul 12 02:28:21.205 INFO kablam! --> tests/pcg64_tests.rs:49:30 Jul 12 02:28:21.205 INFO kablam! | Jul 12 02:28:21.205 INFO kablam! 49 | let mut ra : Pcg64 = SeedableRng::from_seed(s); Jul 12 02:28:21.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ the trait `rand::SeedableRng<[u64; 4]>` is not implemented for `pcg_rand::PcgEngine, pcg_rand::multiplier::DefaultMultiplier, pcg_rand::outputmix::XshRrMixin>` Jul 12 02:28:21.205 INFO kablam! | Jul 12 02:28:21.205 INFO kablam! = help: the following implementations were found: Jul 12 02:28:21.205 INFO kablam! , MulMix, OutMix> as rand::SeedableRng<[Itype; 2]>> Jul 12 02:28:21.205 INFO kablam! as rand::SeedableRng> Jul 12 02:28:21.205 INFO kablam! = note: required by `rand::SeedableRng::from_seed` Jul 12 02:28:21.205 INFO kablam! Jul 12 02:28:21.207 INFO kablam! error[E0277]: the trait bound `pcg_rand::PcgEngine, pcg_rand::multiplier::DefaultMultiplier, pcg_rand::outputmix::XshRrMixin>: rand::SeedableRng<[u64; 4]>` is not satisfied Jul 12 02:28:21.207 INFO kablam! --> tests/pcg64_tests.rs:51:30 Jul 12 02:28:21.207 INFO kablam! | Jul 12 02:28:21.207 INFO kablam! 51 | let mut rb : Pcg64 = SeedableRng::from_seed(s); Jul 12 02:28:21.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ the trait `rand::SeedableRng<[u64; 4]>` is not implemented for `pcg_rand::PcgEngine, pcg_rand::multiplier::DefaultMultiplier, pcg_rand::outputmix::XshRrMixin>` Jul 12 02:28:21.207 INFO kablam! | Jul 12 02:28:21.207 INFO kablam! = help: the following implementations were found: Jul 12 02:28:21.207 INFO kablam! , MulMix, OutMix> as rand::SeedableRng<[Itype; 2]>> Jul 12 02:28:21.207 INFO kablam! as rand::SeedableRng> Jul 12 02:28:21.207 INFO kablam! = note: required by `rand::SeedableRng::from_seed` Jul 12 02:28:21.207 INFO kablam! Jul 12 02:28:21.248 INFO kablam! error: aborting due to 6 previous errors Jul 12 02:28:21.255 INFO kablam! Jul 12 02:28:21.255 INFO kablam! For more information about this error, try `rustc --explain E0277`. Jul 12 02:28:21.315 INFO kablam! error: Could not compile `pcg_rand`. Jul 12 02:28:21.315 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 12 02:28:21.922 INFO kablam! error[E0277]: the trait bound `pcg_rand::PcgEngine, pcg_rand::multiplier::DefaultMultiplier, pcg_rand::outputmix::XshRrMixin>: rand::SeedableRng<[u64; 4]>` is not satisfied Jul 12 02:28:21.922 INFO kablam! --> tests/pcg32l_tests.rs:21:31 Jul 12 02:28:21.922 INFO kablam! | Jul 12 02:28:21.922 INFO kablam! 21 | let mut ra : Pcg32L = SeedableRng::from_seed(s); Jul 12 02:28:21.922 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ the trait `rand::SeedableRng<[u64; 4]>` is not implemented for `pcg_rand::PcgEngine, pcg_rand::multiplier::DefaultMultiplier, pcg_rand::outputmix::XshRrMixin>` Jul 12 02:28:21.922 INFO kablam! | Jul 12 02:28:21.922 INFO kablam! = help: the following implementations were found: Jul 12 02:28:21.922 INFO kablam! , MulMix, OutMix> as rand::SeedableRng<[Itype; 2]>> Jul 12 02:28:21.922 INFO kablam! as rand::SeedableRng> Jul 12 02:28:21.922 INFO kablam! = note: required by `rand::SeedableRng::from_seed` Jul 12 02:28:21.922 INFO kablam! Jul 12 02:28:21.923 INFO kablam! error[E0277]: the trait bound `pcg_rand::PcgEngine, pcg_rand::multiplier::DefaultMultiplier, pcg_rand::outputmix::XshRrMixin>: rand::SeedableRng<[u64; 4]>` is not satisfied Jul 12 02:28:21.923 INFO kablam! --> tests/pcg32l_tests.rs:22:31 Jul 12 02:28:21.923 INFO kablam! | Jul 12 02:28:21.924 INFO kablam! 22 | let mut rb : Pcg32L = SeedableRng::from_seed(s); Jul 12 02:28:21.924 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ the trait `rand::SeedableRng<[u64; 4]>` is not implemented for `pcg_rand::PcgEngine, pcg_rand::multiplier::DefaultMultiplier, pcg_rand::outputmix::XshRrMixin>` Jul 12 02:28:21.924 INFO kablam! | Jul 12 02:28:21.924 INFO kablam! = help: the following implementations were found: Jul 12 02:28:21.924 INFO kablam! , MulMix, OutMix> as rand::SeedableRng<[Itype; 2]>> Jul 12 02:28:21.924 INFO kablam! as rand::SeedableRng> Jul 12 02:28:21.924 INFO kablam! = note: required by `rand::SeedableRng::from_seed` Jul 12 02:28:21.924 INFO kablam! Jul 12 02:28:21.936 INFO kablam! error[E0277]: the trait bound `pcg_rand::PcgEngine, pcg_rand::multiplier::DefaultMultiplier, pcg_rand::outputmix::XshRrMixin>: rand::SeedableRng<[u64; 4]>` is not satisfied Jul 12 02:28:21.936 INFO kablam! --> tests/pcg32l_tests.rs:35:31 Jul 12 02:28:21.936 INFO kablam! | Jul 12 02:28:21.936 INFO kablam! 35 | let mut ra : Pcg32L = SeedableRng::from_seed(s); Jul 12 02:28:21.936 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ the trait `rand::SeedableRng<[u64; 4]>` is not implemented for `pcg_rand::PcgEngine, pcg_rand::multiplier::DefaultMultiplier, pcg_rand::outputmix::XshRrMixin>` Jul 12 02:28:21.939 INFO kablam! | Jul 12 02:28:21.939 INFO kablam! = help: the following implementations were found: Jul 12 02:28:21.939 INFO kablam! , MulMix, OutMix> as rand::SeedableRng<[Itype; 2]>> Jul 12 02:28:21.939 INFO kablam! as rand::SeedableRng> Jul 12 02:28:21.939 INFO kablam! = note: required by `rand::SeedableRng::from_seed` Jul 12 02:28:21.951 INFO kablam! Jul 12 02:28:21.956 INFO kablam! error[E0277]: the trait bound `pcg_rand::PcgEngine, pcg_rand::multiplier::DefaultMultiplier, pcg_rand::outputmix::XshRrMixin>: rand::SeedableRng<[u64; 4]>` is not satisfied Jul 12 02:28:21.956 INFO kablam! --> tests/pcg32l_tests.rs:37:31 Jul 12 02:28:21.956 INFO kablam! | Jul 12 02:28:21.956 INFO kablam! 37 | let mut rb : Pcg32L = SeedableRng::from_seed(s); Jul 12 02:28:21.956 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ the trait `rand::SeedableRng<[u64; 4]>` is not implemented for `pcg_rand::PcgEngine, pcg_rand::multiplier::DefaultMultiplier, pcg_rand::outputmix::XshRrMixin>` Jul 12 02:28:21.957 INFO kablam! | Jul 12 02:28:21.957 INFO kablam! = help: the following implementations were found: Jul 12 02:28:21.957 INFO kablam! , MulMix, OutMix> as rand::SeedableRng<[Itype; 2]>> Jul 12 02:28:21.958 INFO kablam! as rand::SeedableRng> Jul 12 02:28:21.958 INFO kablam! = note: required by `rand::SeedableRng::from_seed` Jul 12 02:28:21.959 INFO kablam! Jul 12 02:28:21.966 INFO kablam! error[E0277]: the trait bound `pcg_rand::PcgEngine, pcg_rand::multiplier::DefaultMultiplier, pcg_rand::outputmix::XshRrMixin>: rand::SeedableRng<[u64; 4]>` is not satisfied Jul 12 02:28:21.966 INFO kablam! --> tests/pcg32l_tests.rs:49:31 Jul 12 02:28:21.966 INFO kablam! | Jul 12 02:28:21.966 INFO kablam! 49 | let mut ra : Pcg32L = SeedableRng::from_seed(s); Jul 12 02:28:21.966 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ the trait `rand::SeedableRng<[u64; 4]>` is not implemented for `pcg_rand::PcgEngine, pcg_rand::multiplier::DefaultMultiplier, pcg_rand::outputmix::XshRrMixin>` Jul 12 02:28:21.967 INFO kablam! | Jul 12 02:28:21.967 INFO kablam! = help: the following implementations were found: Jul 12 02:28:21.967 INFO kablam! , MulMix, OutMix> as rand::SeedableRng<[Itype; 2]>> Jul 12 02:28:21.967 INFO kablam! as rand::SeedableRng> Jul 12 02:28:21.968 INFO kablam! = note: required by `rand::SeedableRng::from_seed` Jul 12 02:28:21.968 INFO kablam! Jul 12 02:28:21.970 INFO kablam! error[E0277]: the trait bound `pcg_rand::PcgEngine, pcg_rand::multiplier::DefaultMultiplier, pcg_rand::outputmix::XshRrMixin>: rand::SeedableRng<[u64; 4]>` is not satisfied Jul 12 02:28:21.970 INFO kablam! --> tests/pcg32l_tests.rs:51:31 Jul 12 02:28:21.970 INFO kablam! | Jul 12 02:28:21.970 INFO kablam! 51 | let mut rb : Pcg32L = SeedableRng::from_seed(s); Jul 12 02:28:21.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ the trait `rand::SeedableRng<[u64; 4]>` is not implemented for `pcg_rand::PcgEngine, pcg_rand::multiplier::DefaultMultiplier, pcg_rand::outputmix::XshRrMixin>` Jul 12 02:28:21.971 INFO kablam! | Jul 12 02:28:21.972 INFO kablam! = help: the following implementations were found: Jul 12 02:28:21.972 INFO kablam! , MulMix, OutMix> as rand::SeedableRng<[Itype; 2]>> Jul 12 02:28:21.972 INFO kablam! as rand::SeedableRng> Jul 12 02:28:21.972 INFO kablam! = note: required by `rand::SeedableRng::from_seed` Jul 12 02:28:21.973 INFO kablam! Jul 12 02:28:21.980 INFO kablam! error: aborting due to 6 previous errors Jul 12 02:28:21.986 INFO kablam! Jul 12 02:28:21.987 INFO kablam! For more information about this error, try `rustc --explain E0277`. Jul 12 02:28:21.999 INFO kablam! error: Could not compile `pcg_rand`. Jul 12 02:28:22.000 INFO kablam! Jul 12 02:28:22.000 INFO kablam! To learn more, run the command again with --verbose. Jul 12 02:28:22.002 INFO kablam! su: No module specific data is present Jul 12 02:28:22.514 INFO running `"docker" "rm" "-f" "6dddf765c4efe32e2c3231159d45595876024906c8e158b600794bb7608590fb"` Jul 12 02:28:22.701 INFO blam! 6dddf765c4efe32e2c3231159d45595876024906c8e158b600794bb7608590fb