Oct 13 14:35:45.523 INFO checking gmp-0.3.1 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 14:35:45.523 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-7/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 14:35:45.752 INFO blam! b5d6abe7c74a0e0d78c48b894e9b345d745033d6b27230e2bd9919aac08978ba Oct 13 14:35:45.765 INFO running `"docker" "start" "-a" "b5d6abe7c74a0e0d78c48b894e9b345d745033d6b27230e2bd9919aac08978ba"` Oct 13 14:35:46.456 INFO kablam! usermod: no changes Oct 13 14:35:46.496 INFO kablam! Checking gmp v0.3.1 (/source) Oct 13 14:35:47.708 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 13 14:35:47.708 INFO kablam! --> src/test.rs:22:35 Oct 13 14:35:47.708 INFO kablam! | Oct 13 14:35:47.708 INFO kablam! 22 | use std::hash::{Hash, Hasher, SipHasher}; Oct 13 14:35:47.708 INFO kablam! | ^^^^^^^^^ Oct 13 14:35:47.708 INFO kablam! | Oct 13 14:35:47.708 INFO kablam! note: lint level defined here Oct 13 14:35:47.708 INFO kablam! --> src/lib.rs:3:9 Oct 13 14:35:47.708 INFO kablam! | Oct 13 14:35:47.708 INFO kablam! 3 | #![warn(deprecated)] Oct 13 14:35:47.708 INFO kablam! | ^^^^^^^^^^ Oct 13 14:35:47.708 INFO kablam! Oct 13 14:35:47.708 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 13 14:35:47.708 INFO kablam! --> src/test.rs:455:30 Oct 13 14:35:47.708 INFO kablam! | Oct 13 14:35:47.708 INFO kablam! 455 | let mut hasher = SipHasher::new(); Oct 13 14:35:47.708 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 14:35:47.708 INFO kablam! Oct 13 14:35:47.708 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 13 14:35:47.708 INFO kablam! --> src/test.rs:473:30 Oct 13 14:35:47.708 INFO kablam! | Oct 13 14:35:47.708 INFO kablam! 473 | let mut hasher = SipHasher::new(); Oct 13 14:35:47.708 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 14:35:47.708 INFO kablam! Oct 13 14:35:47.997 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Oct 13 14:35:47.997 INFO kablam! --> src/test.rs:455:30 Oct 13 14:35:47.997 INFO kablam! | Oct 13 14:35:47.997 INFO kablam! 455 | let mut hasher = SipHasher::new(); Oct 13 14:35:47.998 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 14:35:47.998 INFO kablam! Oct 13 14:35:47.998 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Oct 13 14:35:47.998 INFO kablam! --> src/test.rs:473:30 Oct 13 14:35:47.998 INFO kablam! | Oct 13 14:35:47.998 INFO kablam! 473 | let mut hasher = SipHasher::new(); Oct 13 14:35:47.998 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 14:35:47.999 INFO kablam! Oct 13 14:35:48.276 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 13 14:35:48.276 INFO kablam! --> src/test.rs:13:54 Oct 13 14:35:48.276 INFO kablam! | Oct 13 14:35:48.276 INFO kablam! 13 | assert_eq!(std::mem::size_of::() * 8, __gmp_bits_per_limb as usize); Oct 13 14:35:48.276 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 14:35:48.276 INFO kablam! | Oct 13 14:35:48.276 INFO kablam! = note: #[deny(safe_extern_statics)] on by default Oct 13 14:35:48.276 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! Oct 13 14:35:48.276 INFO kablam! = note: for more information, see issue #36247 Oct 13 14:35:48.276 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Oct 13 14:35:48.276 INFO kablam! Oct 13 14:35:48.292 INFO kablam! error: aborting due to previous error Oct 13 14:35:48.292 INFO kablam! Oct 13 14:35:48.305 INFO kablam! error: Could not compile `gmp`. Oct 13 14:35:48.305 INFO kablam! Oct 13 14:35:48.305 INFO kablam! To learn more, run the command again with --verbose. Oct 13 14:35:48.305 INFO kablam! su: No module specific data is present Oct 13 14:35:48.724 INFO running `"docker" "rm" "-f" "b5d6abe7c74a0e0d78c48b894e9b345d745033d6b27230e2bd9919aac08978ba"` Oct 13 14:35:49.016 INFO blam! b5d6abe7c74a0e0d78c48b894e9b345d745033d6b27230e2bd9919aac08978ba