[INFO] crate appscraps_static 0.1.0 is already in cache [INFO] checking appscraps_static-0.1.0 against master#4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb for pr-64672 [INFO] extracting crate appscraps_static 0.1.0 into work/builds/worker-1/source [INFO] validating manifest of crates.io crate appscraps_static 0.1.0 on toolchain 4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate appscraps_static 0.1.0 [INFO] removed path dependency appscraps_environment from crates.io crate appscraps_static 0.1.0 [INFO] removed path dependency appscraps_static_util from crates.io crate appscraps_static 0.1.0 [INFO] finished tweaking crates.io crate appscraps_static 0.1.0 [INFO] tweaked toml for crates.io crate appscraps_static 0.1.0 written to work/builds/worker-1/source/Cargo.toml [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 9d07f8f070122f9d9578b24aa7c8970f254341839e77394809a603c59a6642a0 [INFO] running `"docker" "start" "-a" "9d07f8f070122f9d9578b24aa7c8970f254341839e77394809a603c59a6642a0"` [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling unicode-xid v0.0.4 [INFO] [stderr] Compiling term v0.4.6 [INFO] [stderr] Compiling bitflags v0.7.0 [INFO] [stderr] Compiling cc v1.0.45 [INFO] [stderr] Compiling autocfg v0.1.6 [INFO] [stderr] Compiling winapi-build v0.1.1 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Checking winapi v0.2.8 [INFO] [stderr] Compiling backtrace v0.2.3 [INFO] [stderr] Checking rustc-demangle v0.1.16 [INFO] [stderr] Checking serde v0.8.23 [INFO] [stderr] Checking itoa v0.1.1 [INFO] [stderr] Checking dtoa v0.2.2 [INFO] [stderr] Compiling sharedlib v6.0.0 [INFO] [stderr] Checking lazy_static v0.2.11 [INFO] [stderr] Compiling syn v0.10.8 [INFO] [stderr] Compiling kernel32-sys v0.2.2 [INFO] [stderr] Compiling dbghelp-sys v0.2.0 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling libc v0.2.62 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling backtrace-sys v0.1.31 [INFO] [stderr] Compiling serde_codegen_internals v0.11.3 [INFO] [stderr] Checking num-traits v0.1.43 [INFO] [stderr] Compiling syntex_pos v0.54.0 [INFO] [stderr] Checking error-chain v0.5.0 [INFO] [stderr] Compiling syntex_errors v0.54.0 [INFO] [stderr] Checking appscraps_dll_error v0.1.0 [INFO] [stderr] Checking simplisp v0.4.0 [INFO] [stderr] Checking appscraps_static_util v0.1.0 [INFO] [stderr] Checking serde_json v0.8.6 [INFO] [stderr] Compiling syntex_syntax v0.54.0 [INFO] [stderr] Compiling syntex v0.54.0 [INFO] [stderr] Compiling serde_codegen v0.8.23 [INFO] [stderr] Compiling appscraps_module v0.1.0 [INFO] [stderr] Compiling appscraps_dll v0.1.0 [INFO] [stderr] Compiling appscraps_event v0.1.0 [INFO] [stderr] Checking appscraps_environment v0.1.0 [INFO] [stderr] Checking appscraps_static v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/environment.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / lazy_static! { [INFO] [stderr] 6 | | pub static ref ENVIRONMENT: SafeStatic> = { [INFO] [stderr] 7 | | SafeStatic::new() [INFO] [stderr] 8 | | }; [INFO] [stderr] 9 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/environment.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / lazy_static! { [INFO] [stderr] 6 | | pub static ref ENVIRONMENT: SafeStatic> = { [INFO] [stderr] 7 | | SafeStatic::new() [INFO] [stderr] 8 | | }; [INFO] [stderr] 9 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 37s [INFO] running `"docker" "inspect" "9d07f8f070122f9d9578b24aa7c8970f254341839e77394809a603c59a6642a0"` [INFO] running `"docker" "rm" "-f" "9d07f8f070122f9d9578b24aa7c8970f254341839e77394809a603c59a6642a0"` [INFO] [stdout] 9d07f8f070122f9d9578b24aa7c8970f254341839e77394809a603c59a6642a0