[INFO] crate getrandom 0.1.3 is already in cache [INFO] extracting crate getrandom 0.1.3 into work/ex/pr-62507/sources/master#78ca1bda3522b14bc0336bc01dd1d49fdba2cda7/reg/getrandom/0.1.3 [INFO] extracting crate getrandom 0.1.3 into work/ex/pr-62507/sources/try#18481b65f318e0b4b20c0fc61340054701719d6c/reg/getrandom/0.1.3 [INFO] validating manifest of getrandom-0.1.3 on toolchain master#78ca1bda3522b14bc0336bc01dd1d49fdba2cda7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+78ca1bda3522b14bc0336bc01dd1d49fdba2cda7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of getrandom-0.1.3 on toolchain try#18481b65f318e0b4b20c0fc61340054701719d6c [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+18481b65f318e0b4b20c0fc61340054701719d6c-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing getrandom-0.1.3 [INFO] finished frobbing getrandom-0.1.3 [INFO] frobbed toml for getrandom-0.1.3 written to work/ex/pr-62507/sources/master#78ca1bda3522b14bc0336bc01dd1d49fdba2cda7/reg/getrandom/0.1.3/Cargo.toml [INFO] started frobbing getrandom-0.1.3 [INFO] finished frobbing getrandom-0.1.3 [INFO] frobbed toml for getrandom-0.1.3 written to work/ex/pr-62507/sources/try#18481b65f318e0b4b20c0fc61340054701719d6c/reg/getrandom/0.1.3/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+78ca1bda3522b14bc0336bc01dd1d49fdba2cda7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+18481b65f318e0b4b20c0fc61340054701719d6c-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+78ca1bda3522b14bc0336bc01dd1d49fdba2cda7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+18481b65f318e0b4b20c0fc61340054701719d6c-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking getrandom-0.1.3 against master#78ca1bda3522b14bc0336bc01dd1d49fdba2cda7 for pr-62507 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-62507/worker-7/master#78ca1bda3522b14bc0336bc01dd1d49fdba2cda7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-62507/sources/master#78ca1bda3522b14bc0336bc01dd1d49fdba2cda7/reg/getrandom/0.1.3:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+78ca1bda3522b14bc0336bc01dd1d49fdba2cda7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 035bcffe3d4d75f9b04abb1307a1f634ec9ce5d0a9aed235ecd2be08314e51e9 [INFO] running `"docker" "start" "-a" "035bcffe3d4d75f9b04abb1307a1f634ec9ce5d0a9aed235ecd2be08314e51e9"` [INFO] [stderr] Checking getrandom v0.1.3 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'error_impls::std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/linux_android.rs:67:27 [INFO] [stderr] | [INFO] [stderr] 67 | use std::sync::{Once, ONCE_INIT}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'error_impls::std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/linux_android.rs:69:28 [INFO] [stderr] | [INFO] [stderr] 69 | static CHECKER: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'error_impls::std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/linux_android.rs:67:27 [INFO] [stderr] | [INFO] [stderr] 67 | use std::sync::{Once, ONCE_INIT}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'error_impls::std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/linux_android.rs:69:28 [INFO] [stderr] | [INFO] [stderr] 69 | static CHECKER: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.80s [INFO] running `"docker" "inspect" "035bcffe3d4d75f9b04abb1307a1f634ec9ce5d0a9aed235ecd2be08314e51e9"` [INFO] running `"docker" "rm" "-f" "035bcffe3d4d75f9b04abb1307a1f634ec9ce5d0a9aed235ecd2be08314e51e9"` [INFO] [stdout] 035bcffe3d4d75f9b04abb1307a1f634ec9ce5d0a9aed235ecd2be08314e51e9