[INFO] updating cached repository https://github.com/biluohc/zipcs [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] ad81f03090abce76b4eb2e63ceafaf0f78ad7818 [INFO] checking biluohc/zipcs against try#3ae4c050387df9f7fbb379ee90ce8bf05e566870 for pr-70872 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbiluohc%2Fzipcs" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/biluohc/zipcs on toolchain 3ae4c050387df9f7fbb379ee90ce8bf05e566870 [INFO] running `"/workspace/cargo-home/bin/cargo" "+3ae4c050387df9f7fbb379ee90ce8bf05e566870" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/biluohc/zipcs [INFO] finished tweaking git repo https://github.com/biluohc/zipcs [INFO] tweaked toml for git repo https://github.com/biluohc/zipcs written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/biluohc/zipcs already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+3ae4c050387df9f7fbb379ee90ce8bf05e566870" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+3ae4c050387df9f7fbb379ee90ce8bf05e566870" "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] 56a79542465f65b42cb907f41ef3fa0c02f2feee037bb3f35639cbf3348a97c3 [INFO] running `"docker" "start" "-a" "56a79542465f65b42cb907f41ef3fa0c02f2feee037bb3f35639cbf3348a97c3"` [INFO] [stderr] Compiling chardet v0.2.4 [INFO] [stderr] Checking stderr v0.8.0 [INFO] [stderr] Checking async-compression v0.2.0 [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] Checking zip v0.5.4 [INFO] [stderr] Checking tokio v0.2.11 [INFO] [stderr] Checking nonblock-logger v0.1.5 [INFO] [stderr] Checking rustls v0.16.0 [INFO] [stderr] Checking app v0.6.5 [INFO] [stderr] Compiling zcs v0.3.7 (/opt/rustwide/workdir) [INFO] [stderr] Checking rustls-native-certs v0.1.0 [INFO] [stderr] Checking tokio-util v0.2.0 [INFO] [stderr] Checking tokio-rustls v0.12.2 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling pin-project-internal v0.4.8 [INFO] [stderr] Compiling futures-macro v0.3.4 [INFO] [stderr] Checking pin-project v0.4.8 [INFO] [stderr] Checking futures-util v0.3.4 [INFO] [stderr] Checking h2 v0.2.1 [INFO] [stderr] Checking futures-executor v0.3.4 [INFO] [stderr] Checking futures v0.3.4 [INFO] [stderr] Checking hyper v0.13.2 [INFO] [stderr] Checking hyper-rustls v0.19.1 [INFO] [stderr] Checking reqwest v0.10.1 [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/coll/unzip.rs:48:106 [INFO] [stderr] | [INFO] [stderr] 48 | File::open(path).map_err(|e| format!("Arguments({}): \"{:?}\" is invalid({})", name, path, 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/coll/unzip.rs:145:98 [INFO] [stderr] | [INFO] [stderr] 145 | .map_err(|e| format!("Reading OutDir({}) occurs error: {}", outdir_path.display(), 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/coll/unzip.rs:200:27 [INFO] [stderr] | [INFO] [stderr] 200 | 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/coll/unzip.rs:219:31 [INFO] [stderr] | [INFO] [stderr] 219 | ... 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/coll/unzip.rs:239:40 [INFO] [stderr] | [INFO] [stderr] 239 | ZipCSError::IO(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/coll/unzip.rs:240:41 [INFO] [stderr] | [INFO] [stderr] 240 | ZipCSError::ZIP(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/coll/path.rs:64:94 [INFO] [stderr] | [INFO] [stderr] 64 | rename(&path, &path_new).map_err(|e| format!("rename fails: {}: {:?}", e.description(), path))?; [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/coll/path.rs:97:61 [INFO] [stderr] | [INFO] [stderr] 97 | .map_err(|e| format!("{:?} read fails: {}", path, 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/coll/path.rs:99:90 [INFO] [stderr] | [INFO] [stderr] 99 | let entry = entry.map_err(|ref e| format!("{:?}'s entry read fails: {}", path, 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/coll/unzip.rs:48:106 [INFO] [stderr] | [INFO] [stderr] 48 | File::open(path).map_err(|e| format!("Arguments({}): \"{:?}\" is invalid({})", name, path, 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/coll/unzip.rs:145:98 [INFO] [stderr] | [INFO] [stderr] 145 | .map_err(|e| format!("Reading OutDir({}) occurs error: {}", outdir_path.display(), 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/coll/unzip.rs:200:27 [INFO] [stderr] | [INFO] [stderr] 200 | 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/coll/unzip.rs:219:31 [INFO] [stderr] | [INFO] [stderr] 219 | ... 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/coll/unzip.rs:239:40 [INFO] [stderr] | [INFO] [stderr] 239 | ZipCSError::IO(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/coll/unzip.rs:240:41 [INFO] [stderr] | [INFO] [stderr] 240 | ZipCSError::ZIP(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/coll/path.rs:64:94 [INFO] [stderr] | [INFO] [stderr] 64 | rename(&path, &path_new).map_err(|e| format!("rename fails: {}: {:?}", e.description(), path))?; [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/coll/path.rs:97:61 [INFO] [stderr] | [INFO] [stderr] 97 | .map_err(|e| format!("{:?} read fails: {}", path, 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/coll/path.rs:99:90 [INFO] [stderr] | [INFO] [stderr] 99 | let entry = entry.map_err(|ref e| format!("{:?}'s entry read fails: {}", path, e.description()))?; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 22s [INFO] running `"docker" "inspect" "56a79542465f65b42cb907f41ef3fa0c02f2feee037bb3f35639cbf3348a97c3"` [INFO] running `"docker" "rm" "-f" "56a79542465f65b42cb907f41ef3fa0c02f2feee037bb3f35639cbf3348a97c3"` [INFO] [stdout] 56a79542465f65b42cb907f41ef3fa0c02f2feee037bb3f35639cbf3348a97c3