Sep 21 05:55:47.110 INFO checking parquet-0.3.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 05:55:47.110 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 05:55:47.110 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-5/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 05:55:47.382 INFO blam! b327eeec1251fb5188a6358c7c757699f9834bd46bd8396957a07591fb125fe1 Sep 21 05:55:47.384 INFO running `"docker" "start" "-a" "b327eeec1251fb5188a6358c7c757699f9834bd46bd8396957a07591fb125fe1"` Sep 21 05:55:48.771 INFO kablam! usermod: no changes Sep 21 05:55:48.948 INFO kablam! Checking alloc-no-stdlib v1.3.0 Sep 21 05:55:48.948 INFO kablam! Checking x86intrin v0.4.5 Sep 21 05:55:48.958 INFO kablam! Compiling lz4-sys v1.8.2 Sep 21 05:55:48.965 INFO kablam! Compiling base64 v0.5.2 Sep 21 05:55:48.971 INFO kablam! Checking thrift v0.0.4 Sep 21 05:55:48.995 INFO kablam! Checking num-bigint v0.1.44 Sep 21 05:55:48.996 INFO kablam! Checking snap v0.2.5 Sep 21 05:55:48.998 INFO kablam! Compiling lz4 v1.23.0 Sep 21 05:55:50.434 INFO kablam! Compiling blob v0.2.0 Sep 21 05:55:50.826 INFO kablam! Checking brotli-decompressor v1.3.1 Sep 21 05:55:53.426 INFO kablam! Compiling zstd-sys v1.4.4+zstd.1.3.5 Sep 21 05:55:56.680 INFO kablam! Checking parquet-format v2.4.0 Sep 21 05:56:01.082 INFO kablam! Checking brotli v2.5.0 Sep 21 05:56:44.048 INFO kablam! Checking zstd-safe v1.4.4+zstd.1.3.5 Sep 21 05:56:44.456 INFO kablam! Checking zstd v0.4.19+zstd.1.3.5 Sep 21 05:56:44.985 INFO kablam! Checking parquet v0.3.0 (/source) Sep 21 05:56:48.267 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 21 05:56:48.267 INFO kablam! --> src/data_type.rs:25:12 Sep 21 05:56:48.267 INFO kablam! | Sep 21 05:56:48.267 INFO kablam! 25 | use rand::{Rand, Rng}; Sep 21 05:56:48.267 INFO kablam! | ^^^^ Sep 21 05:56:48.267 INFO kablam! | Sep 21 05:56:48.267 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 05:56:48.267 INFO kablam! Sep 21 05:56:48.268 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 21 05:56:48.268 INFO kablam! --> src/data_type.rs:74:6 Sep 21 05:56:48.268 INFO kablam! | Sep 21 05:56:48.268 INFO kablam! 74 | impl Rand for Int96 { Sep 21 05:56:48.268 INFO kablam! | ^^^^ Sep 21 05:56:48.268 INFO kablam! Sep 21 05:56:48.268 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 21 05:56:48.268 INFO kablam! --> src/data_type.rs:157:6 Sep 21 05:56:48.268 INFO kablam! | Sep 21 05:56:48.268 INFO kablam! 157 | impl Rand for ByteArray { Sep 21 05:56:48.268 INFO kablam! | ^^^^ Sep 21 05:56:48.268 INFO kablam! Sep 21 05:56:48.270 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 21 05:56:48.270 INFO kablam! --> src/util/test_common.rs:18:29 Sep 21 05:56:48.271 INFO kablam! | Sep 21 05:56:48.271 INFO kablam! 18 | use rand::{thread_rng, Rng, Rand}; Sep 21 05:56:48.271 INFO kablam! | ^^^^ Sep 21 05:56:48.271 INFO kablam! Sep 21 05:56:48.271 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 21 05:56:48.271 INFO kablam! --> src/util/test_common.rs:78:26 Sep 21 05:56:48.271 INFO kablam! | Sep 21 05:56:48.271 INFO kablam! 78 | pub fn random_numbers(n: usize) -> Vec { Sep 21 05:56:48.271 INFO kablam! | ^^^^ Sep 21 05:56:48.271 INFO kablam! Sep 21 05:56:48.278 INFO kablam! warning: use of deprecated item 'rand::Rand': replaced by distributions::Standard Sep 21 05:56:48.278 INFO kablam! --> src/data_type.rs:318:29 Sep 21 05:56:48.278 INFO kablam! | Sep 21 05:56:48.278 INFO kablam! 318 | + ::std::clone::Clone + Rand + AsBytes; Sep 21 05:56:48.278 INFO kablam! | ^^^^ Sep 21 05:56:48.278 INFO kablam! Sep 21 05:56:48.931 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution<::T>` is not satisfied Sep 21 05:56:48.931 INFO kablam! --> src/util/test_common.rs:42:9 Sep 21 05:56:48.931 INFO kablam! | Sep 21 05:56:48.931 INFO kablam! 42 | rng.gen::() Sep 21 05:56:48.931 INFO kablam! | ^^^ the trait `rand::distributions::Distribution<::T>` is not implemented for `rand::distributions::Standard` Sep 21 05:56:48.931 INFO kablam! | Sep 21 05:56:48.931 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution<::T>` bound Sep 21 05:56:48.931 INFO kablam! Sep 21 05:56:48.938 INFO kablam! error[E0277]: the trait bound `rand::distributions::Standard: rand::distributions::Distribution` is not satisfied Sep 21 05:56:48.938 INFO kablam! --> src/util/test_common.rs:82:21 Sep 21 05:56:48.938 INFO kablam! | Sep 21 05:56:48.938 INFO kablam! 82 | result.push(rng.gen::()); Sep 21 05:56:48.938 INFO kablam! | ^^^ the trait `rand::distributions::Distribution` is not implemented for `rand::distributions::Standard` Sep 21 05:56:48.938 INFO kablam! | Sep 21 05:56:48.938 INFO kablam! = help: consider adding a `where rand::distributions::Standard: rand::distributions::Distribution` bound Sep 21 05:56:48.938 INFO kablam! Sep 21 05:56:50.541 INFO kablam! error: aborting due to 2 previous errors Sep 21 05:56:50.541 INFO kablam! Sep 21 05:56:50.541 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 21 05:56:50.554 INFO kablam! error: Could not compile `parquet`. Sep 21 05:56:50.554 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 05:56:54.960 INFO kablam! error: build failed Sep 21 05:56:54.962 INFO kablam! su: No module specific data is present Sep 21 05:56:55.843 INFO running `"docker" "rm" "-f" "b327eeec1251fb5188a6358c7c757699f9834bd46bd8396957a07591fb125fe1"` Sep 21 05:56:55.908 INFO blam! b327eeec1251fb5188a6358c7c757699f9834bd46bd8396957a07591fb125fe1