Sep 04 04:56:40.503 INFO checking rust-gmp-0.2.10 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 04:56:40.503 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 04:56:40.503 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 04:56:40.710 INFO blam! 92e0ba96cd462d6c3687390259d57d9612f8dc5adc8525c1ef1dbb959e21971b Sep 04 04:56:40.712 INFO running `"docker" "start" "-a" "92e0ba96cd462d6c3687390259d57d9612f8dc5adc8525c1ef1dbb959e21971b"` Sep 04 04:56:41.307 INFO kablam! Checking rust-gmp v0.2.10 (file:///source) Sep 04 04:56:41.982 INFO kablam! error: type `rand::gmp_randstate_struct` is private Sep 04 04:56:41.982 INFO kablam! --> src/mpz.rs:90:45 Sep 04 04:56:41.982 INFO kablam! | Sep 04 04:56:41.982 INFO kablam! 90 | fn __gmpz_urandomb(rop: mpz_ptr, state: gmp_randstate_t, n: mp_bitcnt_t); Sep 04 04:56:41.982 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 04 04:56:41.982 INFO kablam! Sep 04 04:56:41.982 INFO kablam! error: type `rand::gmp_randstate_struct` is private Sep 04 04:56:41.982 INFO kablam! --> src/mpz.rs:91:45 Sep 04 04:56:41.982 INFO kablam! | Sep 04 04:56:41.982 INFO kablam! 91 | fn __gmpz_urandomm(rop: mpz_ptr, state: gmp_randstate_t, n: mpz_srcptr); Sep 04 04:56:41.982 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 04 04:56:41.982 INFO kablam! Sep 04 04:56:41.986 INFO kablam! warning: private type `rand::gmp_randstate_struct` in public interface (error E0446) Sep 04 04:56:41.986 INFO kablam! --> src/mpz.rs:90:5 Sep 04 04:56:41.986 INFO kablam! | Sep 04 04:56:41.986 INFO kablam! 90 | fn __gmpz_urandomb(rop: mpz_ptr, state: gmp_randstate_t, n: mp_bitcnt_t); Sep 04 04:56:41.986 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 04:56:41.986 INFO kablam! | Sep 04 04:56:41.986 INFO kablam! = note: #[warn(private_in_public)] on by default Sep 04 04:56:41.986 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 04:56:41.987 INFO kablam! = note: for more information, see issue #34537 Sep 04 04:56:41.987 INFO kablam! Sep 04 04:56:41.987 INFO kablam! warning: private type `rand::gmp_randstate_struct` in public interface (error E0446) Sep 04 04:56:41.987 INFO kablam! --> src/mpz.rs:91:5 Sep 04 04:56:41.987 INFO kablam! | Sep 04 04:56:41.987 INFO kablam! 91 | fn __gmpz_urandomm(rop: mpz_ptr, state: gmp_randstate_t, n: mpz_srcptr); Sep 04 04:56:41.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 04:56:41.987 INFO kablam! | Sep 04 04:56:41.987 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 04:56:41.987 INFO kablam! = note: for more information, see issue #34537 Sep 04 04:56:41.987 INFO kablam! Sep 04 04:56:41.987 INFO kablam! warning: private type `rand::gmp_randstate_struct` in public interface (error E0446) Sep 04 04:56:41.987 INFO kablam! --> src/rand.rs:12:1 Sep 04 04:56:41.987 INFO kablam! | Sep 04 04:56:41.987 INFO kablam! 12 | pub type gmp_randstate_t = *mut gmp_randstate_struct; Sep 04 04:56:41.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 04:56:41.987 INFO kablam! | Sep 04 04:56:41.987 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 04:56:41.987 INFO kablam! = note: for more information, see issue #34537 Sep 04 04:56:41.987 INFO kablam! Sep 04 04:56:41.997 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 04 04:56:41.997 INFO kablam! --> src/test.rs:22:35 Sep 04 04:56:41.997 INFO kablam! | Sep 04 04:56:41.997 INFO kablam! 22 | use std::hash::{Hash, Hasher, SipHasher}; Sep 04 04:56:41.997 INFO kablam! | ^^^^^^^^^ Sep 04 04:56:41.997 INFO kablam! | Sep 04 04:56:41.997 INFO kablam! note: lint level defined here Sep 04 04:56:41.997 INFO kablam! --> src/lib.rs:3:9 Sep 04 04:56:41.997 INFO kablam! | Sep 04 04:56:41.997 INFO kablam! 3 | #![warn(deprecated)] Sep 04 04:56:41.997 INFO kablam! | ^^^^^^^^^^ Sep 04 04:56:41.997 INFO kablam! Sep 04 04:56:41.998 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 04 04:56:41.998 INFO kablam! --> src/test.rs:448:30 Sep 04 04:56:41.998 INFO kablam! | Sep 04 04:56:41.998 INFO kablam! 448 | let mut hasher = SipHasher::new(); Sep 04 04:56:41.998 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 04:56:41.998 INFO kablam! Sep 04 04:56:41.998 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 04 04:56:41.998 INFO kablam! --> src/test.rs:466:30 Sep 04 04:56:41.998 INFO kablam! | Sep 04 04:56:41.998 INFO kablam! 466 | let mut hasher = SipHasher::new(); Sep 04 04:56:41.998 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 04:56:41.998 INFO kablam! Sep 04 04:56:41.999 INFO kablam! error: aborting due to 2 previous errors Sep 04 04:56:41.999 INFO kablam! Sep 04 04:56:42.006 INFO kablam! error: Could not compile `rust-gmp`. Sep 04 04:56:42.006 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 04:56:42.593 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Sep 04 04:56:42.593 INFO kablam! --> src/test.rs:448:30 Sep 04 04:56:42.593 INFO kablam! | Sep 04 04:56:42.593 INFO kablam! 448 | let mut hasher = SipHasher::new(); Sep 04 04:56:42.593 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 04:56:42.593 INFO kablam! Sep 04 04:56:42.599 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Sep 04 04:56:42.599 INFO kablam! --> src/test.rs:466:30 Sep 04 04:56:42.599 INFO kablam! | Sep 04 04:56:42.600 INFO kablam! 466 | let mut hasher = SipHasher::new(); Sep 04 04:56:42.600 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 04:56:42.600 INFO kablam! Sep 04 04:56:42.714 INFO kablam! error: type `rand::gmp_randstate_struct` is private Sep 04 04:56:42.714 INFO kablam! --> src/mpz.rs:90:45 Sep 04 04:56:42.714 INFO kablam! | Sep 04 04:56:42.714 INFO kablam! 90 | fn __gmpz_urandomb(rop: mpz_ptr, state: gmp_randstate_t, n: mp_bitcnt_t); Sep 04 04:56:42.714 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 04 04:56:42.714 INFO kablam! Sep 04 04:56:42.714 INFO kablam! error: type `rand::gmp_randstate_struct` is private Sep 04 04:56:42.714 INFO kablam! --> src/mpz.rs:91:45 Sep 04 04:56:42.714 INFO kablam! | Sep 04 04:56:42.714 INFO kablam! 91 | fn __gmpz_urandomm(rop: mpz_ptr, state: gmp_randstate_t, n: mpz_srcptr); Sep 04 04:56:42.715 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 04 04:56:42.715 INFO kablam! Sep 04 04:56:42.725 INFO kablam! warning: private type `rand::gmp_randstate_struct` in public interface (error E0446) Sep 04 04:56:42.725 INFO kablam! --> src/mpz.rs:90:5 Sep 04 04:56:42.725 INFO kablam! | Sep 04 04:56:42.725 INFO kablam! 90 | fn __gmpz_urandomb(rop: mpz_ptr, state: gmp_randstate_t, n: mp_bitcnt_t); Sep 04 04:56:42.725 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 04:56:42.725 INFO kablam! | Sep 04 04:56:42.725 INFO kablam! = note: #[warn(private_in_public)] on by default Sep 04 04:56:42.725 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 04:56:42.725 INFO kablam! = note: for more information, see issue #34537 Sep 04 04:56:42.725 INFO kablam! Sep 04 04:56:42.725 INFO kablam! warning: private type `rand::gmp_randstate_struct` in public interface (error E0446) Sep 04 04:56:42.725 INFO kablam! --> src/mpz.rs:91:5 Sep 04 04:56:42.725 INFO kablam! | Sep 04 04:56:42.725 INFO kablam! 91 | fn __gmpz_urandomm(rop: mpz_ptr, state: gmp_randstate_t, n: mpz_srcptr); Sep 04 04:56:42.725 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 04:56:42.725 INFO kablam! | Sep 04 04:56:42.726 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 04:56:42.726 INFO kablam! = note: for more information, see issue #34537 Sep 04 04:56:42.726 INFO kablam! Sep 04 04:56:42.726 INFO kablam! warning: private type `rand::gmp_randstate_struct` in public interface (error E0446) Sep 04 04:56:42.726 INFO kablam! --> src/rand.rs:12:1 Sep 04 04:56:42.726 INFO kablam! | Sep 04 04:56:42.726 INFO kablam! 12 | pub type gmp_randstate_t = *mut gmp_randstate_struct; Sep 04 04:56:42.726 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 04:56:42.726 INFO kablam! | Sep 04 04:56:42.726 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 04:56:42.726 INFO kablam! = note: for more information, see issue #34537 Sep 04 04:56:42.726 INFO kablam! Sep 04 04:56:42.742 INFO kablam! error: aborting due to 2 previous errors Sep 04 04:56:42.742 INFO kablam! Sep 04 04:56:42.750 INFO kablam! error: Could not compile `rust-gmp`. Sep 04 04:56:42.750 INFO kablam! Sep 04 04:56:42.750 INFO kablam! To learn more, run the command again with --verbose. Sep 04 04:56:42.751 INFO kablam! su: No module specific data is present Sep 04 04:56:43.134 INFO running `"docker" "rm" "-f" "92e0ba96cd462d6c3687390259d57d9612f8dc5adc8525c1ef1dbb959e21971b"` Sep 04 04:56:43.232 INFO blam! 92e0ba96cd462d6c3687390259d57d9612f8dc5adc8525c1ef1dbb959e21971b