Sep 06 06:13:37.609 INFO checking gmp-0.3.1 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 06:13:37.609 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 06:13:37.609 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-1/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 06:13:37.756 INFO blam! 4ef631f5dece0c0cbd0a57e2356062f2b6ffbc878fe7b9a10db1dd9a8839980d Sep 06 06:13:37.760 INFO running `"docker" "start" "-a" "4ef631f5dece0c0cbd0a57e2356062f2b6ffbc878fe7b9a10db1dd9a8839980d"` Sep 06 06:13:38.581 INFO kablam! usermod: no changes Sep 06 06:13:38.611 INFO kablam! Checking gmp v0.3.1 (file:///source) Sep 06 06:13:39.186 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 06 06:13:39.186 INFO kablam! --> src/test.rs:22:35 Sep 06 06:13:39.186 INFO kablam! | Sep 06 06:13:39.186 INFO kablam! 22 | use std::hash::{Hash, Hasher, SipHasher}; Sep 06 06:13:39.186 INFO kablam! | ^^^^^^^^^ Sep 06 06:13:39.186 INFO kablam! | Sep 06 06:13:39.186 INFO kablam! note: lint level defined here Sep 06 06:13:39.186 INFO kablam! --> src/lib.rs:3:9 Sep 06 06:13:39.186 INFO kablam! | Sep 06 06:13:39.186 INFO kablam! 3 | #![warn(deprecated)] Sep 06 06:13:39.186 INFO kablam! | ^^^^^^^^^^ Sep 06 06:13:39.186 INFO kablam! Sep 06 06:13:39.187 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 06 06:13:39.187 INFO kablam! --> src/test.rs:455:30 Sep 06 06:13:39.187 INFO kablam! | Sep 06 06:13:39.187 INFO kablam! 455 | let mut hasher = SipHasher::new(); Sep 06 06:13:39.187 INFO kablam! | ^^^^^^^^^^^^^^ Sep 06 06:13:39.187 INFO kablam! Sep 06 06:13:39.187 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 06 06:13:39.187 INFO kablam! --> src/test.rs:473:30 Sep 06 06:13:39.187 INFO kablam! | Sep 06 06:13:39.187 INFO kablam! 473 | let mut hasher = SipHasher::new(); Sep 06 06:13:39.187 INFO kablam! | ^^^^^^^^^^^^^^ Sep 06 06:13:39.187 INFO kablam! Sep 06 06:13:39.385 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Sep 06 06:13:39.385 INFO kablam! --> src/test.rs:455:30 Sep 06 06:13:39.385 INFO kablam! | Sep 06 06:13:39.385 INFO kablam! 455 | let mut hasher = SipHasher::new(); Sep 06 06:13:39.385 INFO kablam! | ^^^^^^^^^^^^^^ Sep 06 06:13:39.385 INFO kablam! Sep 06 06:13:39.389 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Sep 06 06:13:39.389 INFO kablam! --> src/test.rs:473:30 Sep 06 06:13:39.389 INFO kablam! | Sep 06 06:13:39.389 INFO kablam! 473 | let mut hasher = SipHasher::new(); Sep 06 06:13:39.389 INFO kablam! | ^^^^^^^^^^^^^^ Sep 06 06:13:39.390 INFO kablam! Sep 06 06:13:39.672 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Sep 06 06:13:39.672 INFO kablam! --> src/test.rs:13:54 Sep 06 06:13:39.672 INFO kablam! | Sep 06 06:13:39.672 INFO kablam! 13 | assert_eq!(std::mem::size_of::() * 8, __gmp_bits_per_limb as usize); Sep 06 06:13:39.672 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 06 06:13:39.672 INFO kablam! | Sep 06 06:13:39.672 INFO kablam! = note: #[deny(safe_extern_statics)] on by default Sep 06 06:13:39.672 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! Sep 06 06:13:39.672 INFO kablam! = note: for more information, see issue #36247 Sep 06 06:13:39.672 INFO kablam! = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior Sep 06 06:13:39.672 INFO kablam! Sep 06 06:13:39.687 INFO kablam! error: aborting due to previous error Sep 06 06:13:39.687 INFO kablam! Sep 06 06:13:39.694 INFO kablam! error: Could not compile `gmp`. Sep 06 06:13:39.694 INFO kablam! Sep 06 06:13:39.694 INFO kablam! To learn more, run the command again with --verbose. Sep 06 06:13:39.695 INFO kablam! su: No module specific data is present Sep 06 06:13:40.057 INFO running `"docker" "rm" "-f" "4ef631f5dece0c0cbd0a57e2356062f2b6ffbc878fe7b9a10db1dd9a8839980d"` Sep 06 06:13:40.136 INFO blam! 4ef631f5dece0c0cbd0a57e2356062f2b6ffbc878fe7b9a10db1dd9a8839980d