Oct 22 02:52:03.341 INFO checking gmp-0.3.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 02:52:03.342 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 22 02:52:03.567 INFO blam! bc22de4cedb1bd1ea56f82872cdfe531c274fdfa8b12050d2e86d10b270d3767 Oct 22 02:52:03.568 INFO running `"docker" "start" "-a" "bc22de4cedb1bd1ea56f82872cdfe531c274fdfa8b12050d2e86d10b270d3767"` Oct 22 02:52:04.199 INFO kablam! usermod: no changes Oct 22 02:52:04.227 INFO kablam! Checking gmp v0.3.1 (/source) Oct 22 02:52:04.831 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 22 02:52:04.831 INFO kablam! --> src/test.rs:22:35 Oct 22 02:52:04.831 INFO kablam! | Oct 22 02:52:04.831 INFO kablam! 22 | use std::hash::{Hash, Hasher, SipHasher}; Oct 22 02:52:04.831 INFO kablam! | ^^^^^^^^^ Oct 22 02:52:04.832 INFO kablam! | Oct 22 02:52:04.832 INFO kablam! note: lint level defined here Oct 22 02:52:04.832 INFO kablam! --> src/lib.rs:3:9 Oct 22 02:52:04.832 INFO kablam! | Oct 22 02:52:04.832 INFO kablam! 3 | #![warn(deprecated)] Oct 22 02:52:04.832 INFO kablam! | ^^^^^^^^^^ Oct 22 02:52:04.832 INFO kablam! Oct 22 02:52:04.832 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 22 02:52:04.832 INFO kablam! --> src/test.rs:455:30 Oct 22 02:52:04.832 INFO kablam! | Oct 22 02:52:04.832 INFO kablam! 455 | let mut hasher = SipHasher::new(); Oct 22 02:52:04.832 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:52:04.832 INFO kablam! Oct 22 02:52:04.832 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 22 02:52:04.832 INFO kablam! --> src/test.rs:473:30 Oct 22 02:52:04.832 INFO kablam! | Oct 22 02:52:04.832 INFO kablam! 473 | let mut hasher = SipHasher::new(); Oct 22 02:52:04.832 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:52:04.832 INFO kablam! Oct 22 02:52:05.063 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Oct 22 02:52:05.064 INFO kablam! --> src/test.rs:455:30 Oct 22 02:52:05.064 INFO kablam! | Oct 22 02:52:05.064 INFO kablam! 455 | let mut hasher = SipHasher::new(); Oct 22 02:52:05.065 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:52:05.065 INFO kablam! Oct 22 02:52:05.067 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Oct 22 02:52:05.067 INFO kablam! --> src/test.rs:473:30 Oct 22 02:52:05.067 INFO kablam! | Oct 22 02:52:05.068 INFO kablam! 473 | let mut hasher = SipHasher::new(); Oct 22 02:52:05.068 INFO kablam! | ^^^^^^^^^^^^^^ Oct 22 02:52:05.068 INFO kablam! Oct 22 02:52:05.296 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 22 02:52:05.296 INFO kablam! --> src/test.rs:13:54 Oct 22 02:52:05.296 INFO kablam! | Oct 22 02:52:05.296 INFO kablam! 13 | assert_eq!(std::mem::size_of::() * 8, __gmp_bits_per_limb as usize); Oct 22 02:52:05.296 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 22 02:52:05.296 INFO kablam! | Oct 22 02:52:05.296 INFO kablam! = note: #[deny(safe_extern_statics)] on by default Oct 22 02:52:05.296 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 22 02:52:05.296 INFO kablam! = note: for more information, see issue #36247 Oct 22 02:52:05.296 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 22 02:52:05.296 INFO kablam! Oct 22 02:52:05.304 INFO kablam! error: aborting due to previous error Oct 22 02:52:05.304 INFO kablam! Oct 22 02:52:05.312 INFO kablam! error: Could not compile `gmp`. Oct 22 02:52:05.312 INFO kablam! Oct 22 02:52:05.312 INFO kablam! To learn more, run the command again with --verbose. Oct 22 02:52:05.313 INFO kablam! su: No module specific data is present Oct 22 02:52:05.605 INFO running `"docker" "rm" "-f" "bc22de4cedb1bd1ea56f82872cdfe531c274fdfa8b12050d2e86d10b270d3767"` Oct 22 02:52:05.772 INFO blam! bc22de4cedb1bd1ea56f82872cdfe531c274fdfa8b12050d2e86d10b270d3767