[INFO] crate ghcl 0.1.2 is already in cache [INFO] checking ghcl-0.1.2 against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] extracting crate ghcl 0.1.2 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate ghcl 0.1.2 on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate ghcl 0.1.2 [INFO] finished tweaking crates.io crate ghcl 0.1.2 [INFO] tweaked toml for crates.io crate ghcl 0.1.2 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate crates.io crate ghcl 0.1.2 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [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" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "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] 4ec1c8a385130aa27ac4a9a12f1612e3ffeaf7351a915bb4548410addefdf7f0 [INFO] running `"docker" "start" "-a" "4ec1c8a385130aa27ac4a9a12f1612e3ffeaf7351a915bb4548410addefdf7f0"` [INFO] [stderr] Compiling syn v1.0.11 [INFO] [stderr] Checking ucd-util v0.1.5 [INFO] [stderr] Compiling cmake v0.1.42 [INFO] [stderr] Compiling openssl-sys v0.9.53 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling libssh2-sys v0.2.13 [INFO] [stderr] Compiling curl-sys v0.4.24 [INFO] [stderr] Checking app_dirs2 v2.0.4 [INFO] [stderr] Checking backtrace-sys v0.1.32 [INFO] [stderr] Checking flate2 v1.0.13 [INFO] [stderr] Checking aho-corasick v0.6.10 [INFO] [stderr] Checking rpassword v0.4.2 [INFO] [stderr] Checking cookie v0.12.0 [INFO] [stderr] Checking http v0.1.20 [INFO] [stderr] Checking tokio-threadpool v0.1.16 [INFO] [stderr] Checking backtrace v0.3.40 [INFO] [stderr] Checking regex-syntax v0.5.6 [INFO] [stderr] Checking error-chain v0.12.1 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Compiling libgit2-sys v0.6.19 [INFO] [stderr] Checking publicsuffix v1.5.4 [INFO] [stderr] Compiling openssl v0.10.26 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Checking h2 v0.1.26 [INFO] [stderr] Checking http-body v0.1.0 [INFO] [stderr] Checking regex v0.2.11 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Checking hyper v0.12.35 [INFO] [stderr] Compiling serde_derive v1.0.103 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Checking failure v0.1.6 [INFO] [stderr] Checking hyper-tls v0.3.2 [INFO] [stderr] Checking serde v1.0.103 [INFO] [stderr] Checking git2 v0.6.11 [INFO] [stderr] Checking serde_json v1.0.42 [INFO] [stderr] Checking serde_urlencoded v0.5.5 [INFO] [stderr] Checking serde_yaml v0.7.5 [INFO] [stderr] Checking cookie_store v0.7.0 [INFO] [stderr] Checking reqwest v0.9.22 [INFO] [stderr] Checking ghcl v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / error_chain! { [INFO] [stderr] 12 | | errors { [INFO] [stderr] 13 | | ConfigTrackNoSetup { [INFO] [stderr] 14 | | description("config specifies track: true but setup: false, which is not possible") [INFO] [stderr] ... | [INFO] [stderr] 54 | | } [INFO] [stderr] 55 | | } [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::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / error_chain! { [INFO] [stderr] 12 | | errors { [INFO] [stderr] 13 | | ConfigTrackNoSetup { [INFO] [stderr] 14 | | description("config specifies track: true but setup: false, which is not possible") [INFO] [stderr] ... | [INFO] [stderr] 54 | | } [INFO] [stderr] 55 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [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::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / error_chain! { [INFO] [stderr] 12 | | errors { [INFO] [stderr] 13 | | ConfigTrackNoSetup { [INFO] [stderr] 14 | | description("config specifies track: true but setup: false, which is not possible") [INFO] [stderr] ... | [INFO] [stderr] 54 | | } [INFO] [stderr] 55 | | } [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::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/errors.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / error_chain! { [INFO] [stderr] 12 | | errors { [INFO] [stderr] 13 | | ConfigTrackNoSetup { [INFO] [stderr] 14 | | description("config specifies track: true but setup: false, which is not possible") [INFO] [stderr] ... | [INFO] [stderr] 54 | | } [INFO] [stderr] 55 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [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 41s [INFO] running `"docker" "inspect" "4ec1c8a385130aa27ac4a9a12f1612e3ffeaf7351a915bb4548410addefdf7f0"` [INFO] running `"docker" "rm" "-f" "4ec1c8a385130aa27ac4a9a12f1612e3ffeaf7351a915bb4548410addefdf7f0"` [INFO] [stdout] 4ec1c8a385130aa27ac4a9a12f1612e3ffeaf7351a915bb4548410addefdf7f0