Oct 13 14:35:45.504 INFO checking gmp-0.3.1 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 14:35:45.504 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-0/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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.735 INFO blam! 27f5b69ab66411f37e2baeabfc4a06453d43b745978bb552427b4a98a9fbf98a Oct 13 14:35:45.736 INFO running `"docker" "start" "-a" "27f5b69ab66411f37e2baeabfc4a06453d43b745978bb552427b4a98a9fbf98a"` Oct 13 14:35:46.397 INFO kablam! usermod: no changes Oct 13 14:35:46.422 INFO kablam! Checking gmp v0.3.1 (/source) Oct 13 14:35:47.657 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 13 14:35:47.658 INFO kablam! --> src/test.rs:22:35 Oct 13 14:35:47.658 INFO kablam! | Oct 13 14:35:47.658 INFO kablam! 22 | use std::hash::{Hash, Hasher, SipHasher}; Oct 13 14:35:47.658 INFO kablam! | ^^^^^^^^^ Oct 13 14:35:47.658 INFO kablam! | Oct 13 14:35:47.659 INFO kablam! note: lint level defined here Oct 13 14:35:47.659 INFO kablam! --> src/lib.rs:3:9 Oct 13 14:35:47.659 INFO kablam! | Oct 13 14:35:47.660 INFO kablam! 3 | #![warn(deprecated)] Oct 13 14:35:47.660 INFO kablam! | ^^^^^^^^^^ Oct 13 14:35:47.660 INFO kablam! Oct 13 14:35:47.660 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 13 14:35:47.661 INFO kablam! --> src/test.rs:455:30 Oct 13 14:35:47.661 INFO kablam! | Oct 13 14:35:47.661 INFO kablam! 455 | let mut hasher = SipHasher::new(); Oct 13 14:35:47.661 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 14:35:47.662 INFO kablam! Oct 13 14:35:47.662 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 13 14:35:47.662 INFO kablam! --> src/test.rs:473:30 Oct 13 14:35:47.662 INFO kablam! | Oct 13 14:35:47.663 INFO kablam! 473 | let mut hasher = SipHasher::new(); Oct 13 14:35:47.663 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 14:35:47.663 INFO kablam! Oct 13 14:35:47.952 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Oct 13 14:35:47.952 INFO kablam! --> src/test.rs:455:30 Oct 13 14:35:47.952 INFO kablam! | Oct 13 14:35:47.952 INFO kablam! 455 | let mut hasher = SipHasher::new(); Oct 13 14:35:47.952 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 14:35:47.952 INFO kablam! Oct 13 14:35:47.960 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Oct 13 14:35:47.960 INFO kablam! --> src/test.rs:473:30 Oct 13 14:35:47.960 INFO kablam! | Oct 13 14:35:47.960 INFO kablam! 473 | let mut hasher = SipHasher::new(); Oct 13 14:35:47.960 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 14:35:47.960 INFO kablam! Oct 13 14:35:48.208 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 13 14:35:48.208 INFO kablam! --> src/test.rs:13:54 Oct 13 14:35:48.208 INFO kablam! | Oct 13 14:35:48.208 INFO kablam! 13 | assert_eq!(std::mem::size_of::() * 8, __gmp_bits_per_limb as usize); Oct 13 14:35:48.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 14:35:48.208 INFO kablam! | Oct 13 14:35:48.208 INFO kablam! = note: #[deny(safe_extern_statics)] on by default Oct 13 14:35:48.208 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.208 INFO kablam! = note: for more information, see issue #36247 Oct 13 14:35:48.208 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.208 INFO kablam! Oct 13 14:35:48.224 INFO kablam! error: aborting due to previous error Oct 13 14:35:48.224 INFO kablam! Oct 13 14:35:48.228 INFO kablam! error: Could not compile `gmp`. Oct 13 14:35:48.228 INFO kablam! Oct 13 14:35:48.229 INFO kablam! To learn more, run the command again with --verbose. Oct 13 14:35:48.234 INFO kablam! su: No module specific data is present Oct 13 14:35:48.702 INFO running `"docker" "rm" "-f" "27f5b69ab66411f37e2baeabfc4a06453d43b745978bb552427b4a98a9fbf98a"` Oct 13 14:35:48.987 INFO blam! 27f5b69ab66411f37e2baeabfc4a06453d43b745978bb552427b4a98a9fbf98a