[INFO] cloning repository https://github.com/makslevental/pg_dump_restore_tui [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/makslevental/pg_dump_restore_tui" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmakslevental%2Fpg_dump_restore_tui"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmakslevental%2Fpg_dump_restore_tui'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] fd21f9e82e483083611a9fc4fd2475fc82060f27 [INFO] checking makslevental/pg_dump_restore_tui against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmakslevental%2Fpg_dump_restore_tui" "/workspace/builds/worker-9/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/makslevental/pg_dump_restore_tui on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/makslevental/pg_dump_restore_tui [INFO] finished tweaking git repo https://github.com/makslevental/pg_dump_restore_tui [INFO] tweaked toml for git repo https://github.com/makslevental/pg_dump_restore_tui written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/makslevental/pg_dump_restore_tui already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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] ed6e7aabc4896abe4084a94d975aa3f50147bb8e64206c90beadb30f26e6bc81 [INFO] running `"docker" "start" "-a" "ed6e7aabc4896abe4084a94d975aa3f50147bb8e64206c90beadb30f26e6bc81"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling num-complex v0.2.0 [INFO] [stderr] Compiling num-iter v0.1.37 [INFO] [stderr] Checking reexport-proc-macro v1.0.5 [INFO] [stderr] Checking arc-swap v0.2.0 [INFO] [stderr] Checking array-macro v1.0.2 [INFO] [stderr] Checking term_size v0.3.1 [INFO] [stderr] Compiling proc-macro2 v0.4.9 [INFO] [stderr] Compiling ncurses v5.93.0 [INFO] [stderr] Checking enumset v0.3.11 [INFO] [stderr] Checking crossbeam-epoch v0.5.1 [INFO] [stderr] Checking num-rational v0.2.1 [INFO] [stderr] Checking thread_local v0.3.5 [INFO] [stderr] Checking chrono v0.4.5 [INFO] [stderr] Checking signal-hook v0.1.2 [INFO] [stderr] Checking crossbeam-channel v0.2.3 [INFO] [stderr] Checking regex v1.0.2 [INFO] [stderr] Compiling quote v0.6.4 [INFO] [stderr] Checking num v0.2.0 [INFO] [stderr] Compiling syn v0.14.5 [INFO] [stderr] Compiling enum-map-derive v0.4.0 [INFO] [stderr] Compiling serde_derive v1.0.70 [INFO] [stderr] Checking enum-map v0.4.1 [INFO] [stderr] Checking cursive v0.9.0 [INFO] [stderr] Checking tui v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/pg/mod.rs:69:13 [INFO] [stderr] | [INFO] [stderr] 69 | clean_dump(&dump_file_fp, user); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/pg/mod.rs:69:13 [INFO] [stderr] | [INFO] [stderr] 69 | clean_dump(&dump_file_fp, user); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 35.86s [INFO] running `"docker" "inspect" "ed6e7aabc4896abe4084a94d975aa3f50147bb8e64206c90beadb30f26e6bc81"` [INFO] running `"docker" "rm" "-f" "ed6e7aabc4896abe4084a94d975aa3f50147bb8e64206c90beadb30f26e6bc81"` [INFO] [stdout] ed6e7aabc4896abe4084a94d975aa3f50147bb8e64206c90beadb30f26e6bc81