[INFO] fetching crate appscraps_static 0.1.0... [INFO] checking appscraps_static-0.1.0 against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] extracting crate appscraps_static 0.1.0 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate appscraps_static 0.1.0 on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "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 /workspace/builds/worker-1/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c6c053b5f7f7e95c06f8ea575839ab6eddcb19991760a1ed3cd89a096f0d0662 [INFO] running `"docker" "start" "-a" "c6c053b5f7f7e95c06f8ea575839ab6eddcb19991760a1ed3cd89a096f0d0662"` [INFO] [stderr] Compiling unicode-xid v0.0.4 [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling term v0.4.6 [INFO] [stderr] Compiling bitflags v0.7.0 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Compiling backtrace v0.2.3 [INFO] [stderr] Checking dtoa v0.2.2 [INFO] [stderr] Compiling sharedlib v6.0.0 [INFO] [stderr] Checking itoa v0.1.1 [INFO] [stderr] Checking serde v0.8.23 [INFO] [stderr] Checking lazy_static v0.2.11 [INFO] [stderr] Compiling dbghelp-sys v0.2.0 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling syn v0.10.8 [INFO] [stderr] Checking error-chain v0.5.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 num-traits v0.1.43 [INFO] [stderr] Compiling serde_codegen_internals v0.11.3 [INFO] [stderr] Checking serde_json v0.8.6 [INFO] [stderr] Compiling syntex_pos v0.54.0 [INFO] [stderr] Compiling syntex_errors v0.54.0 [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 26s [INFO] running `"docker" "inspect" "c6c053b5f7f7e95c06f8ea575839ab6eddcb19991760a1ed3cd89a096f0d0662"` [INFO] running `"docker" "rm" "-f" "c6c053b5f7f7e95c06f8ea575839ab6eddcb19991760a1ed3cd89a096f0d0662"` [INFO] [stdout] c6c053b5f7f7e95c06f8ea575839ab6eddcb19991760a1ed3cd89a096f0d0662