[INFO] updating cached repository https://github.com/KonishchevDmitry/pyvsb-to-cloud [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] e43cf17754bdea1de665b7d047daf0d9917a25ec [INFO] checking KonishchevDmitry/pyvsb-to-cloud against master#0cbcb17d3306d6e22eafc2c05ce885db97d0189c for pr-68766 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKonishchevDmitry%2Fpyvsb-to-cloud" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/KonishchevDmitry/pyvsb-to-cloud on toolchain 0cbcb17d3306d6e22eafc2c05ce885db97d0189c [INFO] running `"/workspace/cargo-home/bin/cargo" "+0cbcb17d3306d6e22eafc2c05ce885db97d0189c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/KonishchevDmitry/pyvsb-to-cloud [INFO] finished tweaking git repo https://github.com/KonishchevDmitry/pyvsb-to-cloud [INFO] tweaked toml for git repo https://github.com/KonishchevDmitry/pyvsb-to-cloud written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/KonishchevDmitry/pyvsb-to-cloud already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+0cbcb17d3306d6e22eafc2c05ce885db97d0189c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+0cbcb17d3306d6e22eafc2c05ce885db97d0189c" "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] ceb949b2a6c7465bf2988d9eb70d10f001a3e4f1c8e76e6b6b3cef62bee626a0 [INFO] running `"docker" "start" "-a" "ceb949b2a6c7465bf2988d9eb70d10f001a3e4f1c8e76e6b6b3cef62bee626a0"` [INFO] [stderr] Checking openssl-sys v0.9.53 [INFO] [stderr] Checking futures-util v0.3.1 [INFO] [stderr] Checking atty v0.2.13 [INFO] [stderr] Checking dirs-sys v0.3.4 [INFO] [stderr] Checking xattr v0.2.2 [INFO] [stderr] Checking filetime v0.2.8 [INFO] [stderr] Checking bzip2-sys v0.1.7 [INFO] [stderr] Checking serde_yaml v0.8.11 [INFO] [stderr] Checking mio v0.6.21 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking bzip2 v0.3.3 [INFO] [stderr] Checking serde_urlencoded v0.6.1 [INFO] [stderr] Checking chrono v0.4.10 [INFO] [stderr] Checking dirs v2.0.2 [INFO] [stderr] Checking tar v0.4.26 [INFO] [stderr] Checking openssl v0.10.26 [INFO] [stderr] Checking shellexpand v1.1.1 [INFO] [stderr] Checking tokio v0.2.6 [INFO] [stderr] Checking fern v0.5.9 [INFO] [stderr] Checking easy-logging v0.1.1 [INFO] [stderr] Checking native-tls v0.2.3 [INFO] [stderr] Checking tokio-util v0.2.0 [INFO] [stderr] Checking tokio-tls v0.3.0 [INFO] [stderr] Checking h2 v0.2.1 [INFO] [stderr] Checking hyper v0.13.1 [INFO] [stderr] Checking hyper-tls v0.4.0 [INFO] [stderr] Checking reqwest v0.10.0 [INFO] [stderr] Checking pyvsb-to-cloud v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/http_client/mod.rs:123:46 [INFO] [stderr] | [INFO] [stderr] 123 | HttpClientError::Api(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/http_client/request.rs:130:34 [INFO] [stderr] | [INFO] [stderr] 130 | write!(f, "{}: {}", self.description(), self.0) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/http_client/mod.rs:123:46 [INFO] [stderr] | [INFO] [stderr] 123 | HttpClientError::Api(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/http_client/request.rs:130:34 [INFO] [stderr] | [INFO] [stderr] 130 | write!(f, "{}: {}", self.description(), self.0) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/providers/dropbox.rs:316:34 [INFO] [stderr] | [INFO] [stderr] 316 | write!(f, "{}: {}", self.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/providers/dropbox.rs:316:34 [INFO] [stderr] | [INFO] [stderr] 316 | write!(f, "{}: {}", self.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/providers/google_drive/mod.rs:452:47 [INFO] [stderr] | [INFO] [stderr] 452 | GoogleDriveError::Api(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/providers/google_drive/mod.rs:491:34 [INFO] [stderr] | [INFO] [stderr] 491 | write!(f, "{}: {}", self.description(), self.error.message.trim_end_matches('.')) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/providers/google_drive/oauth.rs:98:34 [INFO] [stderr] | [INFO] [stderr] 98 | write!(f, "{}: {}", self.description(), self.error_description) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/providers/google_drive/mod.rs:452:47 [INFO] [stderr] | [INFO] [stderr] 452 | GoogleDriveError::Api(ref e) => e.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/providers/google_drive/mod.rs:491:34 [INFO] [stderr] | [INFO] [stderr] 491 | write!(f, "{}: {}", self.description(), self.error.message.trim_end_matches('.')) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/providers/google_drive/oauth.rs:98:34 [INFO] [stderr] | [INFO] [stderr] 98 | write!(f, "{}: {}", self.description(), self.error_description) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 44.57s [INFO] running `"docker" "inspect" "ceb949b2a6c7465bf2988d9eb70d10f001a3e4f1c8e76e6b6b3cef62bee626a0"` [INFO] running `"docker" "rm" "-f" "ceb949b2a6c7465bf2988d9eb70d10f001a3e4f1c8e76e6b6b3cef62bee626a0"` [INFO] [stdout] ceb949b2a6c7465bf2988d9eb70d10f001a3e4f1c8e76e6b6b3cef62bee626a0