Oct 27 21:40:31.820 INFO checking gmp-0.3.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 21:40:31.820 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/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 27 21:40:32.043 INFO blam! dd9d7874186ef3ca5e390898aafa828bdd19e45f138b9c43791b64b2672a12f9 Oct 27 21:40:32.051 INFO running `"docker" "start" "-a" "dd9d7874186ef3ca5e390898aafa828bdd19e45f138b9c43791b64b2672a12f9"` Oct 27 21:40:33.019 INFO kablam! usermod: no changes Oct 27 21:40:33.044 INFO kablam! Checking gmp v0.3.1 (/source) Oct 27 21:40:33.782 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 27 21:40:33.782 INFO kablam! --> src/test.rs:22:35 Oct 27 21:40:33.783 INFO kablam! | Oct 27 21:40:33.783 INFO kablam! 22 | use std::hash::{Hash, Hasher, SipHasher}; Oct 27 21:40:33.783 INFO kablam! | ^^^^^^^^^ Oct 27 21:40:33.783 INFO kablam! | Oct 27 21:40:33.783 INFO kablam! note: lint level defined here Oct 27 21:40:33.783 INFO kablam! --> src/lib.rs:3:9 Oct 27 21:40:33.783 INFO kablam! | Oct 27 21:40:33.783 INFO kablam! 3 | #![warn(deprecated)] Oct 27 21:40:33.783 INFO kablam! | ^^^^^^^^^^ Oct 27 21:40:33.783 INFO kablam! Oct 27 21:40:33.783 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 27 21:40:33.783 INFO kablam! --> src/test.rs:455:30 Oct 27 21:40:33.783 INFO kablam! | Oct 27 21:40:33.783 INFO kablam! 455 | let mut hasher = SipHasher::new(); Oct 27 21:40:33.783 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 21:40:33.783 INFO kablam! Oct 27 21:40:33.783 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 27 21:40:33.783 INFO kablam! --> src/test.rs:473:30 Oct 27 21:40:33.783 INFO kablam! | Oct 27 21:40:33.783 INFO kablam! 473 | let mut hasher = SipHasher::new(); Oct 27 21:40:33.783 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 21:40:33.783 INFO kablam! Oct 27 21:40:34.012 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Oct 27 21:40:34.012 INFO kablam! --> src/test.rs:455:30 Oct 27 21:40:34.012 INFO kablam! | Oct 27 21:40:34.012 INFO kablam! 455 | let mut hasher = SipHasher::new(); Oct 27 21:40:34.012 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 21:40:34.012 INFO kablam! Oct 27 21:40:34.016 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Oct 27 21:40:34.016 INFO kablam! --> src/test.rs:473:30 Oct 27 21:40:34.016 INFO kablam! | Oct 27 21:40:34.016 INFO kablam! 473 | let mut hasher = SipHasher::new(); Oct 27 21:40:34.016 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 21:40:34.016 INFO kablam! Oct 27 21:40:34.283 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 21:40:34.283 INFO kablam! --> src/test.rs:13:54 Oct 27 21:40:34.283 INFO kablam! | Oct 27 21:40:34.283 INFO kablam! 13 | assert_eq!(std::mem::size_of::() * 8, __gmp_bits_per_limb as usize); Oct 27 21:40:34.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 21:40:34.283 INFO kablam! | Oct 27 21:40:34.283 INFO kablam! = note: #[deny(safe_extern_statics)] on by default Oct 27 21:40:34.283 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 27 21:40:34.283 INFO kablam! = note: for more information, see issue #36247 Oct 27 21:40:34.283 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 27 21:40:34.283 INFO kablam! Oct 27 21:40:34.299 INFO kablam! error: aborting due to previous error Oct 27 21:40:34.299 INFO kablam! Oct 27 21:40:34.307 INFO kablam! error: Could not compile `gmp`. Oct 27 21:40:34.307 INFO kablam! Oct 27 21:40:34.307 INFO kablam! To learn more, run the command again with --verbose. Oct 27 21:40:34.308 INFO kablam! su: No module specific data is present Oct 27 21:40:35.195 INFO running `"docker" "rm" "-f" "dd9d7874186ef3ca5e390898aafa828bdd19e45f138b9c43791b64b2672a12f9"` Oct 27 21:40:35.447 INFO blam! dd9d7874186ef3ca5e390898aafa828bdd19e45f138b9c43791b64b2672a12f9