Sep 19 21:11:39.166 INFO checking parquet-0.3.0 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 19 21:11:39.166 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 19 21:11:39.166 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-6/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 21:11:39.573 INFO blam! f35486c9632126bd69fa7639a54e218b3d25867b5f0d666c27d12f8f41ae82c7 Sep 19 21:11:39.583 INFO running `"docker" "start" "-a" "f35486c9632126bd69fa7639a54e218b3d25867b5f0d666c27d12f8f41ae82c7"` Sep 19 21:11:41.002 INFO kablam! usermod: no changes Sep 19 21:11:41.247 INFO kablam! Checking alloc-no-stdlib v1.3.0 Sep 19 21:11:41.247 INFO kablam! Checking x86intrin v0.4.5 Sep 19 21:11:41.250 INFO kablam! Compiling base64 v0.5.2 Sep 19 21:11:41.252 INFO kablam! Checking thrift v0.0.4 Sep 19 21:11:41.252 INFO kablam! Checking num-bigint v0.1.44 Sep 19 21:11:42.060 INFO kablam! Checking brotli-decompressor v1.3.1 Sep 19 21:11:43.851 INFO kablam! Compiling blob v0.2.0 Sep 19 21:11:46.018 INFO kablam! Compiling zstd-sys v1.4.4+zstd.1.3.5 Sep 19 21:11:46.443 INFO kablam! Checking parquet-format v2.4.0 Sep 19 21:11:49.633 INFO kablam! Checking brotli v2.5.0 Sep 19 21:12:33.141 INFO kablam! Checking zstd-safe v1.4.4+zstd.1.3.5 Sep 19 21:12:33.483 INFO kablam! Checking zstd v0.4.19+zstd.1.3.5 Sep 19 21:12:33.979 INFO kablam! Checking parquet v0.3.0 (/source) Sep 19 21:12:36.443 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 19 21:12:36.443 INFO kablam! --> src/data_type.rs:25:12 Sep 19 21:12:36.443 INFO kablam! | Sep 19 21:12:36.443 INFO kablam! 25 | use rand::{Rand, Rng}; Sep 19 21:12:36.443 INFO kablam! | ^^^^ Sep 19 21:12:36.443 INFO kablam! | Sep 19 21:12:36.443 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 21:12:36.443 INFO kablam! Sep 19 21:12:36.443 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 19 21:12:36.443 INFO kablam! --> src/data_type.rs:74:6 Sep 19 21:12:36.443 INFO kablam! | Sep 19 21:12:36.443 INFO kablam! 74 | impl Rand for Int96 { Sep 19 21:12:36.443 INFO kablam! | ^^^^ Sep 19 21:12:36.443 INFO kablam! Sep 19 21:12:36.450 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 19 21:12:36.451 INFO kablam! --> src/data_type.rs:157:6 Sep 19 21:12:36.451 INFO kablam! | Sep 19 21:12:36.451 INFO kablam! 157 | impl Rand for ByteArray { Sep 19 21:12:36.451 INFO kablam! | ^^^^ Sep 19 21:12:36.451 INFO kablam! Sep 19 21:12:36.451 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 19 21:12:36.451 INFO kablam! --> src/util/test_common.rs:18:29 Sep 19 21:12:36.451 INFO kablam! | Sep 19 21:12:36.451 INFO kablam! 18 | use rand::{thread_rng, Rng, Rand}; Sep 19 21:12:36.451 INFO kablam! | ^^^^ Sep 19 21:12:36.451 INFO kablam! Sep 19 21:12:36.451 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 19 21:12:36.451 INFO kablam! --> src/util/test_common.rs:78:26 Sep 19 21:12:36.451 INFO kablam! | Sep 19 21:12:36.451 INFO kablam! 78 | pub fn random_numbers(n: usize) -> Vec { Sep 19 21:12:36.451 INFO kablam! | ^^^^ Sep 19 21:12:36.451 INFO kablam! Sep 19 21:12:36.451 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 19 21:12:36.451 INFO kablam! --> src/data_type.rs:318:29 Sep 19 21:12:36.451 INFO kablam! | Sep 19 21:12:36.451 INFO kablam! 318 | + ::std::clone::Clone + Rand + AsBytes; Sep 19 21:12:36.451 INFO kablam! | ^^^^ Sep 19 21:12:36.451 INFO kablam! Sep 19 21:12:37.203 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution<::T>` is not satisfied Sep 19 21:12:37.203 INFO kablam! --> src/util/test_common.rs:42:9 Sep 19 21:12:37.203 INFO kablam! | Sep 19 21:12:37.203 INFO kablam! 42 | rng.gen::() Sep 19 21:12:37.203 INFO kablam! | ^^^ the trait `rand::distributions::Distribution<::T>` is not implemented for `rand::distributions::Standard` Sep 19 21:12:37.203 INFO kablam! | Sep 19 21:12:37.203 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution<::T>` bound Sep 19 21:12:37.203 INFO kablam! Sep 19 21:12:37.222 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 19 21:12:37.222 INFO kablam! --> src/util/test_common.rs:82:21 Sep 19 21:12:37.222 INFO kablam! | Sep 19 21:12:37.222 INFO kablam! 82 | result.push(rng.gen::()); Sep 19 21:12:37.222 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 19 21:12:37.222 INFO kablam! | Sep 19 21:12:37.222 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 19 21:12:37.222 INFO kablam! Sep 19 21:12:38.903 INFO kablam! error: aborting due to 2 previous errors Sep 19 21:12:38.903 INFO kablam! Sep 19 21:12:38.903 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 19 21:12:38.915 INFO kablam! error: Could not compile `parquet`. Sep 19 21:12:38.915 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 21:12:43.792 INFO kablam! error: build failed Sep 19 21:12:43.793 INFO kablam! su: No module specific data is present Sep 19 21:12:44.640 INFO running `"docker" "rm" "-f" "f35486c9632126bd69fa7639a54e218b3d25867b5f0d666c27d12f8f41ae82c7"` Sep 19 21:12:44.829 INFO blam! f35486c9632126bd69fa7639a54e218b3d25867b5f0d666c27d12f8f41ae82c7