Sep 21 09:34:13.147 INFO checking gmp-0.3.1 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 09:34:13.147 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 09:34:13.147 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-4/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 09:34:13.387 INFO blam! a8e04069ee7ab6ab943f4305a167f916803d9f828231be3cb59570d26aafb58b Sep 21 09:34:13.389 INFO running `"docker" "start" "-a" "a8e04069ee7ab6ab943f4305a167f916803d9f828231be3cb59570d26aafb58b"` Sep 21 09:34:14.204 INFO kablam! usermod: no changes Sep 21 09:34:14.247 INFO kablam! Checking gmp v0.3.1 (/source) Sep 21 09:34:14.721 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 21 09:34:14.721 INFO kablam! --> src/test.rs:22:35 Sep 21 09:34:14.721 INFO kablam! | Sep 21 09:34:14.721 INFO kablam! 22 | use std::hash::{Hash, Hasher, SipHasher}; Sep 21 09:34:14.721 INFO kablam! | ^^^^^^^^^ Sep 21 09:34:14.721 INFO kablam! | Sep 21 09:34:14.721 INFO kablam! note: lint level defined here Sep 21 09:34:14.721 INFO kablam! --> src/lib.rs:3:9 Sep 21 09:34:14.721 INFO kablam! | Sep 21 09:34:14.721 INFO kablam! 3 | #![warn(deprecated)] Sep 21 09:34:14.721 INFO kablam! | ^^^^^^^^^^ Sep 21 09:34:14.721 INFO kablam! Sep 21 09:34:14.722 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 21 09:34:14.722 INFO kablam! --> src/test.rs:455:30 Sep 21 09:34:14.722 INFO kablam! | Sep 21 09:34:14.722 INFO kablam! 455 | let mut hasher = SipHasher::new(); Sep 21 09:34:14.722 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 09:34:14.722 INFO kablam! Sep 21 09:34:14.722 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 21 09:34:14.722 INFO kablam! --> src/test.rs:473:30 Sep 21 09:34:14.722 INFO kablam! | Sep 21 09:34:14.722 INFO kablam! 473 | let mut hasher = SipHasher::new(); Sep 21 09:34:14.722 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 09:34:14.722 INFO kablam! Sep 21 09:34:15.000 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Sep 21 09:34:15.000 INFO kablam! --> src/test.rs:455:30 Sep 21 09:34:15.000 INFO kablam! | Sep 21 09:34:15.000 INFO kablam! 455 | let mut hasher = SipHasher::new(); Sep 21 09:34:15.001 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 09:34:15.001 INFO kablam! Sep 21 09:34:15.004 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Sep 21 09:34:15.004 INFO kablam! --> src/test.rs:473:30 Sep 21 09:34:15.004 INFO kablam! | Sep 21 09:34:15.005 INFO kablam! 473 | let mut hasher = SipHasher::new(); Sep 21 09:34:15.005 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 09:34:15.005 INFO kablam! Sep 21 09:34:15.261 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Sep 21 09:34:15.261 INFO kablam! --> src/test.rs:13:54 Sep 21 09:34:15.261 INFO kablam! | Sep 21 09:34:15.261 INFO kablam! 13 | assert_eq!(std::mem::size_of::() * 8, __gmp_bits_per_limb as usize); Sep 21 09:34:15.261 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 21 09:34:15.261 INFO kablam! | Sep 21 09:34:15.262 INFO kablam! = note: #[deny(safe_extern_statics)] on by default Sep 21 09:34:15.262 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 21 09:34:15.262 INFO kablam! = note: for more information, see issue #36247 Sep 21 09:34:15.262 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 21 09:34:15.262 INFO kablam! Sep 21 09:34:15.278 INFO kablam! error: aborting due to previous error Sep 21 09:34:15.278 INFO kablam! Sep 21 09:34:15.286 INFO kablam! error: Could not compile `gmp`. Sep 21 09:34:15.286 INFO kablam! Sep 21 09:34:15.286 INFO kablam! To learn more, run the command again with --verbose. Sep 21 09:34:15.287 INFO kablam! su: No module specific data is present Sep 21 09:34:15.853 INFO running `"docker" "rm" "-f" "a8e04069ee7ab6ab943f4305a167f916803d9f828231be3cb59570d26aafb58b"` Sep 21 09:34:15.911 INFO blam! a8e04069ee7ab6ab943f4305a167f916803d9f828231be3cb59570d26aafb58b