Oct 16 09:49:58.086 INFO testing gmp-0.3.1 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 09:49:58.087 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/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 16 09:49:58.707 INFO blam! 775540270b50e7785e5f45ee2071c64e4e110013fc1f66da4d23122d4d5138cb Oct 16 09:49:58.711 INFO running `"docker" "start" "-a" "775540270b50e7785e5f45ee2071c64e4e110013fc1f66da4d23122d4d5138cb"` Oct 16 09:49:59.746 INFO kablam! usermod: no changes Oct 16 09:49:59.807 INFO kablam! Compiling gmp v0.3.1 (/source) Oct 16 09:50:01.219 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.43s Oct 16 09:50:01.219 INFO kablam! su: No module specific data is present Oct 16 09:50:01.769 INFO running `"docker" "rm" "-f" "775540270b50e7785e5f45ee2071c64e4e110013fc1f66da4d23122d4d5138cb"` Oct 16 09:50:01.952 INFO blam! 775540270b50e7785e5f45ee2071c64e4e110013fc1f66da4d23122d4d5138cb Oct 16 09:50:01.953 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/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 16 09:50:02.442 INFO blam! 0e067fc4a45b52b21846a3651bf2340979d1570a654bbd243777a2765835ef24 Oct 16 09:50:02.447 INFO running `"docker" "start" "-a" "0e067fc4a45b52b21846a3651bf2340979d1570a654bbd243777a2765835ef24"` Oct 16 09:50:03.134 INFO kablam! usermod: no changes Oct 16 09:50:03.169 INFO kablam! Compiling gmp v0.3.1 (/source) Oct 16 09:50:03.887 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 16 09:50:03.887 INFO kablam! --> src/test.rs:22:35 Oct 16 09:50:03.887 INFO kablam! | Oct 16 09:50:03.887 INFO kablam! 22 | use std::hash::{Hash, Hasher, SipHasher}; Oct 16 09:50:03.887 INFO kablam! | ^^^^^^^^^ Oct 16 09:50:03.887 INFO kablam! | Oct 16 09:50:03.887 INFO kablam! note: lint level defined here Oct 16 09:50:03.887 INFO kablam! --> src/lib.rs:3:9 Oct 16 09:50:03.887 INFO kablam! | Oct 16 09:50:03.887 INFO kablam! 3 | #![warn(deprecated)] Oct 16 09:50:03.887 INFO kablam! | ^^^^^^^^^^ Oct 16 09:50:03.887 INFO kablam! Oct 16 09:50:03.888 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 16 09:50:03.888 INFO kablam! --> src/test.rs:455:30 Oct 16 09:50:03.888 INFO kablam! | Oct 16 09:50:03.888 INFO kablam! 455 | let mut hasher = SipHasher::new(); Oct 16 09:50:03.888 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 09:50:03.888 INFO kablam! Oct 16 09:50:03.888 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Oct 16 09:50:03.888 INFO kablam! --> src/test.rs:473:30 Oct 16 09:50:03.888 INFO kablam! | Oct 16 09:50:03.888 INFO kablam! 473 | let mut hasher = SipHasher::new(); Oct 16 09:50:03.888 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 09:50:03.888 INFO kablam! Oct 16 09:50:04.127 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Oct 16 09:50:04.127 INFO kablam! --> src/test.rs:455:30 Oct 16 09:50:04.127 INFO kablam! | Oct 16 09:50:04.127 INFO kablam! 455 | let mut hasher = SipHasher::new(); Oct 16 09:50:04.127 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 09:50:04.127 INFO kablam! Oct 16 09:50:04.127 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead Oct 16 09:50:04.127 INFO kablam! --> src/test.rs:473:30 Oct 16 09:50:04.127 INFO kablam! | Oct 16 09:50:04.127 INFO kablam! 473 | let mut hasher = SipHasher::new(); Oct 16 09:50:04.127 INFO kablam! | ^^^^^^^^^^^^^^ Oct 16 09:50:04.127 INFO kablam! Oct 16 09:50:04.360 INFO kablam! error: use of extern static is unsafe and requires unsafe function or block (error E0133) Oct 16 09:50:04.360 INFO kablam! --> src/test.rs:13:54 Oct 16 09:50:04.360 INFO kablam! | Oct 16 09:50:04.360 INFO kablam! 13 | assert_eq!(std::mem::size_of::() * 8, __gmp_bits_per_limb as usize); Oct 16 09:50:04.360 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 16 09:50:04.360 INFO kablam! | Oct 16 09:50:04.360 INFO kablam! = note: #[deny(safe_extern_statics)] on by default Oct 16 09:50:04.360 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 16 09:50:04.360 INFO kablam! = note: for more information, see issue #36247 Oct 16 09:50:04.360 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 16 09:50:04.360 INFO kablam! Oct 16 09:50:04.374 INFO kablam! error: aborting due to previous error Oct 16 09:50:04.374 INFO kablam! Oct 16 09:50:04.384 INFO kablam! error: Could not compile `gmp`. Oct 16 09:50:04.385 INFO kablam! Oct 16 09:50:04.385 INFO kablam! To learn more, run the command again with --verbose. Oct 16 09:50:04.385 INFO kablam! su: No module specific data is present Oct 16 09:50:04.841 INFO running `"docker" "rm" "-f" "0e067fc4a45b52b21846a3651bf2340979d1570a654bbd243777a2765835ef24"` Oct 16 09:50:04.942 INFO blam! 0e067fc4a45b52b21846a3651bf2340979d1570a654bbd243777a2765835ef24