Oct 27 21:40:31.752 INFO checking gmp-0.3.1 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 21:40:31.752 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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.012 INFO blam! f3dd6835f22a81515245bf8bd7bac231189f627956b1029c4e195e5ce3f43699 Oct 27 21:40:32.019 INFO running `"docker" "start" "-a" "f3dd6835f22a81515245bf8bd7bac231189f627956b1029c4e195e5ce3f43699"` Oct 27 21:40:33.060 INFO kablam! usermod: no changes Oct 27 21:40:33.095 INFO kablam! Checking gmp v0.3.1 (/source) Oct 27 21:40:33.907 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 27 21:40:33.907 INFO kablam! --> src/test.rs:22:35 Oct 27 21:40:33.907 INFO kablam! | Oct 27 21:40:33.907 INFO kablam! 22 | use std::hash::{Hash, Hasher, SipHasher}; Oct 27 21:40:33.907 INFO kablam! | ^^^^^^^^^ Oct 27 21:40:33.907 INFO kablam! | Oct 27 21:40:33.907 INFO kablam! note: lint level defined here Oct 27 21:40:33.907 INFO kablam! --> src/lib.rs:3:9 Oct 27 21:40:33.907 INFO kablam! | Oct 27 21:40:33.907 INFO kablam! 3 | #![warn(deprecated)] Oct 27 21:40:33.907 INFO kablam! | ^^^^^^^^^^ Oct 27 21:40:33.907 INFO kablam! Oct 27 21:40:33.907 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 27 21:40:33.907 INFO kablam! --> src/test.rs:455:30 Oct 27 21:40:33.907 INFO kablam! | Oct 27 21:40:33.907 INFO kablam! 455 | let mut hasher = SipHasher::new(); Oct 27 21:40:33.907 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 21:40:33.907 INFO kablam! Oct 27 21:40:33.907 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 27 21:40:33.907 INFO kablam! --> src/test.rs:473:30 Oct 27 21:40:33.907 INFO kablam! | Oct 27 21:40:33.907 INFO kablam! 473 | let mut hasher = SipHasher::new(); Oct 27 21:40:33.907 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 21:40:33.907 INFO kablam! Oct 27 21:40:34.181 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Oct 27 21:40:34.181 INFO kablam! --> src/test.rs:455:30 Oct 27 21:40:34.181 INFO kablam! | Oct 27 21:40:34.181 INFO kablam! 455 | let mut hasher = SipHasher::new(); Oct 27 21:40:34.181 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 21:40:34.181 INFO kablam! Oct 27 21:40:34.185 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Oct 27 21:40:34.185 INFO kablam! --> src/test.rs:473:30 Oct 27 21:40:34.185 INFO kablam! | Oct 27 21:40:34.185 INFO kablam! 473 | let mut hasher = SipHasher::new(); Oct 27 21:40:34.185 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 21:40:34.185 INFO kablam! Oct 27 21:40:34.425 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 27 21:40:34.425 INFO kablam! --> src/test.rs:13:54 Oct 27 21:40:34.425 INFO kablam! | Oct 27 21:40:34.425 INFO kablam! 13 | assert_eq!(std::mem::size_of::() * 8, __gmp_bits_per_limb as usize); Oct 27 21:40:34.425 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 21:40:34.425 INFO kablam! | Oct 27 21:40:34.425 INFO kablam! = note: #[deny(safe_extern_statics)] on by default Oct 27 21:40:34.425 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.425 INFO kablam! = note: for more information, see issue #36247 Oct 27 21:40:34.425 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.425 INFO kablam! Oct 27 21:40:34.447 INFO kablam! error: aborting due to previous error Oct 27 21:40:34.447 INFO kablam! Oct 27 21:40:34.467 INFO kablam! error: Could not compile `gmp`. Oct 27 21:40:34.467 INFO kablam! Oct 27 21:40:34.467 INFO kablam! To learn more, run the command again with --verbose. Oct 27 21:40:34.467 INFO kablam! su: No module specific data is present Oct 27 21:40:35.477 INFO running `"docker" "rm" "-f" "f3dd6835f22a81515245bf8bd7bac231189f627956b1029c4e195e5ce3f43699"` Oct 27 21:40:35.831 INFO blam! f3dd6835f22a81515245bf8bd7bac231189f627956b1029c4e195e5ce3f43699