[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 try#d27c6c6a469a28343396a8f3ac1c9d403aabda69 for pr-66037 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKonishchevDmitry%2Fpyvsb-to-cloud" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/KonishchevDmitry/pyvsb-to-cloud on toolchain d27c6c6a469a28343396a8f3ac1c9d403aabda69 [INFO] running `"/workspace/cargo-home/bin/cargo" "+d27c6c6a469a28343396a8f3ac1c9d403aabda69" "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-1/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" "+d27c6c6a469a28343396a8f3ac1c9d403aabda69" "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" "+d27c6c6a469a28343396a8f3ac1c9d403aabda69" "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] 22e1c0ff4b2d45ed04a6721a1eb7d4f4976c432250024ca301f657828cea4122 [INFO] running `"docker" "start" "-a" "22e1c0ff4b2d45ed04a6721a1eb7d4f4976c432250024ca301f657828cea4122"` [INFO] [stderr] Compiling openssl-sys v0.9.53 [INFO] [stderr] Checking futures-util v0.3.1 [INFO] [stderr] Checking dirs-sys v0.3.4 [INFO] [stderr] Checking atty v0.2.13 [INFO] [stderr] Checking bzip2-sys v0.1.7 [INFO] [stderr] Checking url v2.1.0 [INFO] [stderr] Checking block-buffer v0.7.3 [INFO] [stderr] Checking tokio v0.2.6 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Checking chrono v0.4.10 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking bzip2 v0.3.3 [INFO] [stderr] Checking md-5 v0.8.0 [INFO] [stderr] Checking sha2 v0.8.0 [INFO] [stderr] Checking dirs v2.0.2 [INFO] [stderr] Checking serde_urlencoded v0.6.1 [INFO] [stderr] Checking shellexpand v1.1.1 [INFO] [stderr] Compiling openssl v0.10.26 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Checking fern v0.5.9 [INFO] [stderr] Checking easy-logging v0.1.1 [INFO] [stderr] Checking tokio-util v0.2.0 [INFO] [stderr] Checking h2 v0.2.1 [INFO] [stderr] Checking tokio-tls v0.3.0 [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/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/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/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/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/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 1m 05s [INFO] running `"docker" "inspect" "22e1c0ff4b2d45ed04a6721a1eb7d4f4976c432250024ca301f657828cea4122"` [INFO] running `"docker" "rm" "-f" "22e1c0ff4b2d45ed04a6721a1eb7d4f4976c432250024ca301f657828cea4122"` [INFO] [stdout] 22e1c0ff4b2d45ed04a6721a1eb7d4f4976c432250024ca301f657828cea4122