Sep 20 00:54:05.074 INFO checking gmp-0.3.1 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 20 00:54:05.074 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 20 00:54:05.074 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-5/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 00:54:05.195 INFO blam! a62a97cc5fd541e11095c9925bac532d29fb8aefd95b09ab8c29de6a8eb373d7 Sep 20 00:54:05.203 INFO running `"docker" "start" "-a" "a62a97cc5fd541e11095c9925bac532d29fb8aefd95b09ab8c29de6a8eb373d7"` Sep 20 00:54:06.192 INFO kablam! usermod: no changes Sep 20 00:54:06.243 INFO kablam! Checking gmp v0.3.1 (/source) Sep 20 00:54:06.692 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 20 00:54:06.692 INFO kablam! --> src/test.rs:22:35 Sep 20 00:54:06.692 INFO kablam! | Sep 20 00:54:06.692 INFO kablam! 22 | use std::hash::{Hash, Hasher, SipHasher}; Sep 20 00:54:06.692 INFO kablam! | ^^^^^^^^^ Sep 20 00:54:06.692 INFO kablam! | Sep 20 00:54:06.692 INFO kablam! note: lint level defined here Sep 20 00:54:06.692 INFO kablam! --> src/lib.rs:3:9 Sep 20 00:54:06.692 INFO kablam! | Sep 20 00:54:06.692 INFO kablam! 3 | #![warn(deprecated)] Sep 20 00:54:06.692 INFO kablam! | ^^^^^^^^^^ Sep 20 00:54:06.692 INFO kablam! Sep 20 00:54:06.695 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 20 00:54:06.695 INFO kablam! --> src/test.rs:455:30 Sep 20 00:54:06.695 INFO kablam! | Sep 20 00:54:06.695 INFO kablam! 455 | let mut hasher = SipHasher::new(); Sep 20 00:54:06.695 INFO kablam! | ^^^^^^^^^^^^^^ Sep 20 00:54:06.695 INFO kablam! Sep 20 00:54:06.695 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 20 00:54:06.695 INFO kablam! --> src/test.rs:473:30 Sep 20 00:54:06.695 INFO kablam! | Sep 20 00:54:06.695 INFO kablam! 473 | let mut hasher = SipHasher::new(); Sep 20 00:54:06.695 INFO kablam! | ^^^^^^^^^^^^^^ Sep 20 00:54:06.695 INFO kablam! Sep 20 00:54:07.007 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Sep 20 00:54:07.007 INFO kablam! --> src/test.rs:455:30 Sep 20 00:54:07.007 INFO kablam! | Sep 20 00:54:07.007 INFO kablam! 455 | let mut hasher = SipHasher::new(); Sep 20 00:54:07.007 INFO kablam! | ^^^^^^^^^^^^^^ Sep 20 00:54:07.007 INFO kablam! Sep 20 00:54:07.011 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Sep 20 00:54:07.011 INFO kablam! --> src/test.rs:473:30 Sep 20 00:54:07.011 INFO kablam! | Sep 20 00:54:07.011 INFO kablam! 473 | let mut hasher = SipHasher::new(); Sep 20 00:54:07.011 INFO kablam! | ^^^^^^^^^^^^^^ Sep 20 00:54:07.011 INFO kablam! Sep 20 00:54:07.280 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Sep 20 00:54:07.280 INFO kablam! --> src/test.rs:13:54 Sep 20 00:54:07.280 INFO kablam! | Sep 20 00:54:07.280 INFO kablam! 13 | assert_eq!(std::mem::size_of::() * 8, __gmp_bits_per_limb as usize); Sep 20 00:54:07.280 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 20 00:54:07.280 INFO kablam! | Sep 20 00:54:07.280 INFO kablam! = note: #[deny(safe_extern_statics)] on by default Sep 20 00:54:07.280 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 20 00:54:07.280 INFO kablam! = note: for more information, see issue #36247 Sep 20 00:54:07.280 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 20 00:54:07.280 INFO kablam! Sep 20 00:54:07.297 INFO kablam! error: aborting due to previous error Sep 20 00:54:07.297 INFO kablam! Sep 20 00:54:07.306 INFO kablam! error: Could not compile `gmp`. Sep 20 00:54:07.306 INFO kablam! Sep 20 00:54:07.306 INFO kablam! To learn more, run the command again with --verbose. Sep 20 00:54:07.307 INFO kablam! su: No module specific data is present Sep 20 00:54:07.816 INFO running `"docker" "rm" "-f" "a62a97cc5fd541e11095c9925bac532d29fb8aefd95b09ab8c29de6a8eb373d7"` Sep 20 00:54:07.894 INFO blam! a62a97cc5fd541e11095c9925bac532d29fb8aefd95b09ab8c29de6a8eb373d7