Sep 04 18:58:05.632 INFO checking gmp-0.3.1 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 18:58:05.632 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 18:58:05.632 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-1/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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=500" "-e" "CMD=cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 18:58:05.778 INFO blam! 75805d3a106c2d296c99eb79b1f5b0fdb2d7c5cdb462ca5063d83c760068d084 Sep 04 18:58:05.780 INFO running `"docker" "start" "-a" "75805d3a106c2d296c99eb79b1f5b0fdb2d7c5cdb462ca5063d83c760068d084"` Sep 04 18:58:06.336 INFO kablam! Checking gmp v0.3.1 (file:///source) Sep 04 18:58:07.047 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 04 18:58:07.047 INFO kablam! --> src/test.rs:22:35 Sep 04 18:58:07.047 INFO kablam! | Sep 04 18:58:07.048 INFO kablam! 22 | use std::hash::{Hash, Hasher, SipHasher}; Sep 04 18:58:07.048 INFO kablam! | ^^^^^^^^^ Sep 04 18:58:07.048 INFO kablam! | Sep 04 18:58:07.048 INFO kablam! note: lint level defined here Sep 04 18:58:07.048 INFO kablam! --> src/lib.rs:3:9 Sep 04 18:58:07.048 INFO kablam! | Sep 04 18:58:07.048 INFO kablam! 3 | #![warn(deprecated)] Sep 04 18:58:07.048 INFO kablam! | ^^^^^^^^^^ Sep 04 18:58:07.048 INFO kablam! Sep 04 18:58:07.048 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 04 18:58:07.048 INFO kablam! --> src/test.rs:455:30 Sep 04 18:58:07.048 INFO kablam! | Sep 04 18:58:07.048 INFO kablam! 455 | let mut hasher = SipHasher::new(); Sep 04 18:58:07.048 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 18:58:07.048 INFO kablam! Sep 04 18:58:07.048 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 04 18:58:07.048 INFO kablam! --> src/test.rs:473:30 Sep 04 18:58:07.049 INFO kablam! | Sep 04 18:58:07.049 INFO kablam! 473 | let mut hasher = SipHasher::new(); Sep 04 18:58:07.049 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 18:58:07.049 INFO kablam! Sep 04 18:58:07.434 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Sep 04 18:58:07.434 INFO kablam! --> src/test.rs:455:30 Sep 04 18:58:07.434 INFO kablam! | Sep 04 18:58:07.434 INFO kablam! 455 | let mut hasher = SipHasher::new(); Sep 04 18:58:07.434 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 18:58:07.434 INFO kablam! Sep 04 18:58:07.439 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Sep 04 18:58:07.439 INFO kablam! --> src/test.rs:473:30 Sep 04 18:58:07.439 INFO kablam! | Sep 04 18:58:07.439 INFO kablam! 473 | let mut hasher = SipHasher::new(); Sep 04 18:58:07.439 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 18:58:07.439 INFO kablam! Sep 04 18:58:07.777 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Sep 04 18:58:07.778 INFO kablam! --> src/test.rs:13:54 Sep 04 18:58:07.778 INFO kablam! | Sep 04 18:58:07.778 INFO kablam! 13 | assert_eq!(std::mem::size_of::() * 8, __gmp_bits_per_limb as usize); Sep 04 18:58:07.778 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 18:58:07.778 INFO kablam! | Sep 04 18:58:07.778 INFO kablam! = note: #[deny(safe_extern_statics)] on by default Sep 04 18:58:07.778 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 04 18:58:07.778 INFO kablam! = note: for more information, see issue #36247 Sep 04 18:58:07.778 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 04 18:58:07.778 INFO kablam! Sep 04 18:58:07.788 INFO kablam! error: aborting due to previous error Sep 04 18:58:07.788 INFO kablam! Sep 04 18:58:07.795 INFO kablam! error: Could not compile `gmp`. Sep 04 18:58:07.795 INFO kablam! Sep 04 18:58:07.795 INFO kablam! To learn more, run the command again with --verbose. Sep 04 18:58:07.797 INFO kablam! su: No module specific data is present Sep 04 18:58:08.294 INFO running `"docker" "rm" "-f" "75805d3a106c2d296c99eb79b1f5b0fdb2d7c5cdb462ca5063d83c760068d084"` Sep 04 18:58:08.379 INFO blam! 75805d3a106c2d296c99eb79b1f5b0fdb2d7c5cdb462ca5063d83c760068d084