Sep 14 12:01:55.561 INFO checking parquet-0.3.0 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 12:01:55.561 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 12:01:55.561 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 12:01:56.024 INFO blam! 0d4b64394041f97cdb2bcfd30173b21c68346abc3f397a83ccecf30f9dfe71b6 Sep 14 12:01:56.026 INFO running `"docker" "start" "-a" "0d4b64394041f97cdb2bcfd30173b21c68346abc3f397a83ccecf30f9dfe71b6"` Sep 14 12:01:57.910 INFO kablam! usermod: no changes Sep 14 12:01:58.131 INFO kablam! Checking x86intrin v0.4.5 Sep 14 12:01:58.143 INFO kablam! Checking thrift v0.0.4 Sep 14 12:02:00.920 INFO kablam! Checking parquet-format v2.4.0 Sep 14 12:02:04.432 INFO kablam! Checking parquet v0.3.0 (file:///source) Sep 14 12:02:07.355 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 14 12:02:07.355 INFO kablam! --> src/data_type.rs:25:12 Sep 14 12:02:07.355 INFO kablam! | Sep 14 12:02:07.355 INFO kablam! 25 | use rand::{Rand, Rng}; Sep 14 12:02:07.355 INFO kablam! | ^^^^ Sep 14 12:02:07.355 INFO kablam! | Sep 14 12:02:07.355 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 12:02:07.355 INFO kablam! Sep 14 12:02:07.355 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 14 12:02:07.355 INFO kablam! --> src/data_type.rs:74:6 Sep 14 12:02:07.355 INFO kablam! | Sep 14 12:02:07.355 INFO kablam! 74 | impl Rand for Int96 { Sep 14 12:02:07.355 INFO kablam! | ^^^^ Sep 14 12:02:07.355 INFO kablam! Sep 14 12:02:07.355 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 14 12:02:07.355 INFO kablam! --> src/data_type.rs:157:6 Sep 14 12:02:07.355 INFO kablam! | Sep 14 12:02:07.355 INFO kablam! 157 | impl Rand for ByteArray { Sep 14 12:02:07.355 INFO kablam! | ^^^^ Sep 14 12:02:07.355 INFO kablam! Sep 14 12:02:07.355 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 14 12:02:07.355 INFO kablam! --> src/util/test_common.rs:18:29 Sep 14 12:02:07.355 INFO kablam! | Sep 14 12:02:07.355 INFO kablam! 18 | use rand::{thread_rng, Rng, Rand}; Sep 14 12:02:07.355 INFO kablam! | ^^^^ Sep 14 12:02:07.355 INFO kablam! Sep 14 12:02:07.355 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 14 12:02:07.355 INFO kablam! --> src/util/test_common.rs:78:26 Sep 14 12:02:07.355 INFO kablam! | Sep 14 12:02:07.355 INFO kablam! 78 | pub fn random_numbers(n: usize) -> Vec { Sep 14 12:02:07.355 INFO kablam! | ^^^^ Sep 14 12:02:07.355 INFO kablam! Sep 14 12:02:07.359 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 14 12:02:07.359 INFO kablam! --> src/data_type.rs:318:29 Sep 14 12:02:07.359 INFO kablam! | Sep 14 12:02:07.359 INFO kablam! 318 | + ::std::clone::Clone + Rand + AsBytes; Sep 14 12:02:07.359 INFO kablam! | ^^^^ Sep 14 12:02:07.359 INFO kablam! Sep 14 12:02:07.970 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution<::T>` is not satisfied Sep 14 12:02:07.970 INFO kablam! --> src/util/test_common.rs:42:9 Sep 14 12:02:07.970 INFO kablam! | Sep 14 12:02:07.970 INFO kablam! 42 | rng.gen::() Sep 14 12:02:07.970 INFO kablam! | ^^^ the trait `rand::distributions::Distribution<::T>` is not implemented for `rand::distributions::Standard` Sep 14 12:02:07.970 INFO kablam! | Sep 14 12:02:07.970 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution<::T>` bound Sep 14 12:02:07.970 INFO kablam! Sep 14 12:02:07.971 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 14 12:02:07.971 INFO kablam! --> src/util/test_common.rs:82:21 Sep 14 12:02:07.971 INFO kablam! | Sep 14 12:02:07.971 INFO kablam! 82 | result.push(rng.gen::()); Sep 14 12:02:07.971 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 14 12:02:07.971 INFO kablam! | Sep 14 12:02:07.971 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 14 12:02:07.971 INFO kablam! Sep 14 12:02:09.899 INFO kablam! error: aborting due to 2 previous errors Sep 14 12:02:09.900 INFO kablam! Sep 14 12:02:09.900 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 14 12:02:09.918 INFO kablam! error: Could not compile `parquet`. Sep 14 12:02:09.919 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 12:02:16.047 INFO kablam! error: build failed Sep 14 12:02:16.047 INFO kablam! su: No module specific data is present Sep 14 12:02:16.591 INFO running `"docker" "rm" "-f" "0d4b64394041f97cdb2bcfd30173b21c68346abc3f397a83ccecf30f9dfe71b6"` Sep 14 12:02:16.708 INFO blam! 0d4b64394041f97cdb2bcfd30173b21c68346abc3f397a83ccecf30f9dfe71b6