[INFO] crate github-workflow 2.1.0 is already in cache
[INFO] checking github-workflow-2.1.0 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate github-workflow 2.1.0 into /workspace/builds/worker-13/source
[INFO] validating manifest of crates.io crate github-workflow 2.1.0 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate github-workflow 2.1.0
[INFO] finished tweaking crates.io crate github-workflow 2.1.0
[INFO] tweaked toml for crates.io crate github-workflow 2.1.0 written to /workspace/builds/worker-13/source/Cargo.toml
[INFO] crate crates.io crate github-workflow 2.1.0 already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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] b9706cff5f529c762f1989249c27ee671dad432c623a553b984124a83a0ad6a7
[INFO] running `"docker" "start" "-a" "b9706cff5f529c762f1989249c27ee671dad432c623a553b984124a83a0ad6a7"`
[INFO] [stderr]    Compiling serde v1.0.102
[INFO] [stderr]    Compiling ring v0.16.9
[INFO] [stderr]    Compiling openssl-sys v0.9.52
[INFO] [stderr]    Compiling error-chain v0.12.1
[INFO] [stderr]    Compiling libsqlite3-sys v0.16.0
[INFO] [stderr]     Checking num_cpus v1.11.0
[INFO] [stderr]     Checking dirs-sys v0.3.4
[INFO] [stderr]     Checking flate2 v1.0.12
[INFO] [stderr]     Checking mio v0.6.19
[INFO] [stderr]     Checking rand v0.6.5
[INFO] [stderr]     Checking idna v0.2.0
[INFO] [stderr]    Compiling synstructure v0.12.2
[INFO] [stderr]     Checking tokio-io v0.1.12
[INFO] [stderr]     Checking parking_lot v0.9.0
[INFO] [stderr]     Checking cookie v0.12.0
[INFO] [stderr]     Checking dirs v2.0.2
[INFO] [stderr]     Checking tokio-threadpool v0.1.16
[INFO] [stderr]     Checking futures-cpupool v0.1.8
[INFO] [stderr]     Checking url v2.1.0
[INFO] [stderr]     Checking h2 v0.1.26
[INFO] [stderr]     Checking tokio-reactor v0.1.10
[INFO] [stderr]    Compiling openssl v0.10.25
[INFO] [stderr]    Compiling native-tls v0.2.3
[INFO] [stderr]     Checking uuid v0.7.4
[INFO] [stderr]     Checking tokio-tcp v0.1.3
[INFO] [stderr]     Checking publicsuffix v1.5.4
[INFO] [stderr]    Compiling failure_derive v0.1.6
[INFO] [stderr]     Checking tokio v0.1.22
[INFO] [stderr]     Checking webpki v0.21.0
[INFO] [stderr]     Checking sct v0.6.0
[INFO] [stderr]     Checking failure v0.1.6
[INFO] [stderr]     Checking hyper v0.12.35
[INFO] [stderr]     Checking ct-logs v0.6.0
[INFO] [stderr]     Checking rustls v0.16.0
[INFO] [stderr]     Checking webpki-roots v0.17.0
[INFO] [stderr]     Checking hyper-tls v0.3.2
[INFO] [stderr]     Checking tokio-rustls v0.10.2
[INFO] [stderr]     Checking serde_json v1.0.41
[INFO] [stderr]     Checking serde_urlencoded v0.5.5
[INFO] [stderr]     Checking chrono v0.4.9
[INFO] [stderr]     Checking hyper-rustls v0.17.1
[INFO] [stderr]     Checking cookie_store v0.7.0
[INFO] [stderr]     Checking alfred v4.0.2
[INFO] [stderr]     Checking reqwest v0.9.22
[INFO] [stderr]     Checking rusqlite v0.20.0
[INFO] [stderr]     Checking github-workflow v2.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/bin/main.rs:18:19
[INFO] [stderr]    |
[INFO] [stderr] 18 |     let matches = app_from_crate!("\n")
[INFO] [stderr]    |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z 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/bin/main.rs:18:19
[INFO] [stderr]    |
[INFO] [stderr] 18 |     let matches = app_from_crate!("\n")
[INFO] [stderr]    |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z 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/bin/main.rs:18:19
[INFO] [stderr]    |
[INFO] [stderr] 18 |     let matches = app_from_crate!("\n")
[INFO] [stderr]    |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z 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/bin/main.rs:18:19
[INFO] [stderr]    |
[INFO] [stderr] 18 |     let matches = app_from_crate!("\n")
[INFO] [stderr]    |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 58.02s
[INFO] running `"docker" "inspect" "b9706cff5f529c762f1989249c27ee671dad432c623a553b984124a83a0ad6a7"`
[INFO] running `"docker" "rm" "-f" "b9706cff5f529c762f1989249c27ee671dad432c623a553b984124a83a0ad6a7"`
[INFO] [stdout] b9706cff5f529c762f1989249c27ee671dad432c623a553b984124a83a0ad6a7
