Oct 11 21:59:21.877 INFO testing gmp-0.3.1 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling Oct 11 21:59:21.878 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 11 21:59:22.370 INFO blam! c429d56a1726950e0ddef53a42014db761ac7aa8409254726aa3806a23300a16 Oct 11 21:59:22.372 INFO running `"docker" "start" "-a" "c429d56a1726950e0ddef53a42014db761ac7aa8409254726aa3806a23300a16"` Oct 11 21:59:23.392 INFO kablam! usermod: no changes Oct 11 21:59:23.420 INFO kablam! Compiling gmp v0.3.1 (/source) Oct 11 21:59:24.092 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.68s Oct 11 21:59:24.093 INFO kablam! su: No module specific data is present Oct 11 21:59:24.519 INFO running `"docker" "rm" "-f" "c429d56a1726950e0ddef53a42014db761ac7aa8409254726aa3806a23300a16"` Oct 11 21:59:24.666 INFO blam! c429d56a1726950e0ddef53a42014db761ac7aa8409254726aa3806a23300a16 Oct 11 21:59:24.672 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 11 21:59:24.977 INFO blam! b102da84200b9e821a1115f8a057ba48e65e546b26f5ed3ff1c623f35c95a710 Oct 11 21:59:24.978 INFO running `"docker" "start" "-a" "b102da84200b9e821a1115f8a057ba48e65e546b26f5ed3ff1c623f35c95a710"` Oct 11 21:59:26.159 INFO kablam! usermod: no changes Oct 11 21:59:26.236 INFO kablam! Compiling gmp v0.3.1 (/source) Oct 11 21:59:26.481 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 11 21:59:26.481 INFO kablam! --> src/test.rs:22:35 Oct 11 21:59:26.481 INFO kablam! | Oct 11 21:59:26.481 INFO kablam! 22 | use std::hash::{Hash, Hasher, SipHasher}; Oct 11 21:59:26.481 INFO kablam! | ^^^^^^^^^ Oct 11 21:59:26.481 INFO kablam! | Oct 11 21:59:26.481 INFO kablam! note: lint level defined here Oct 11 21:59:26.481 INFO kablam! --> src/lib.rs:3:9 Oct 11 21:59:26.481 INFO kablam! | Oct 11 21:59:26.481 INFO kablam! 3 | #![warn(deprecated)] Oct 11 21:59:26.481 INFO kablam! | ^^^^^^^^^^ Oct 11 21:59:26.481 INFO kablam! Oct 11 21:59:26.481 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 11 21:59:26.481 INFO kablam! --> src/test.rs:455:30 Oct 11 21:59:26.481 INFO kablam! | Oct 11 21:59:26.481 INFO kablam! 455 | let mut hasher = SipHasher::new(); Oct 11 21:59:26.481 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 21:59:26.481 INFO kablam! Oct 11 21:59:26.481 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 11 21:59:26.481 INFO kablam! --> src/test.rs:473:30 Oct 11 21:59:26.481 INFO kablam! | Oct 11 21:59:26.481 INFO kablam! 473 | let mut hasher = SipHasher::new(); Oct 11 21:59:26.481 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 21:59:26.481 INFO kablam! Oct 11 21:59:26.724 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Oct 11 21:59:26.724 INFO kablam! --> src/test.rs:455:30 Oct 11 21:59:26.724 INFO kablam! | Oct 11 21:59:26.724 INFO kablam! 455 | let mut hasher = SipHasher::new(); Oct 11 21:59:26.724 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 21:59:26.724 INFO kablam! Oct 11 21:59:26.726 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Oct 11 21:59:26.726 INFO kablam! --> src/test.rs:473:30 Oct 11 21:59:26.726 INFO kablam! | Oct 11 21:59:26.726 INFO kablam! 473 | let mut hasher = SipHasher::new(); Oct 11 21:59:26.726 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 21:59:26.726 INFO kablam! Oct 11 21:59:26.997 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 11 21:59:26.997 INFO kablam! --> src/test.rs:13:54 Oct 11 21:59:26.997 INFO kablam! | Oct 11 21:59:26.997 INFO kablam! 13 | assert_eq!(std::mem::size_of::() * 8, __gmp_bits_per_limb as usize); Oct 11 21:59:26.997 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 21:59:26.997 INFO kablam! | Oct 11 21:59:26.997 INFO kablam! = note: #[deny(safe_extern_statics)] on by default Oct 11 21:59:26.997 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 11 21:59:26.997 INFO kablam! = note: for more information, see issue #36247 Oct 11 21:59:26.997 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 11 21:59:26.997 INFO kablam! Oct 11 21:59:27.017 INFO kablam! error: aborting due to previous error Oct 11 21:59:27.017 INFO kablam! Oct 11 21:59:27.024 INFO kablam! error: Could not compile `gmp`. Oct 11 21:59:27.024 INFO kablam! Oct 11 21:59:27.024 INFO kablam! To learn more, run the command again with --verbose. Oct 11 21:59:27.025 INFO kablam! su: No module specific data is present Oct 11 21:59:27.509 INFO running `"docker" "rm" "-f" "b102da84200b9e821a1115f8a057ba48e65e546b26f5ed3ff1c623f35c95a710"` Oct 11 21:59:27.711 INFO blam! b102da84200b9e821a1115f8a057ba48e65e546b26f5ed3ff1c623f35c95a710