[INFO] cloning repository https://github.com/dolphjs/rust_cli
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dolphjs/rust_cli" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdolphjs%2Frust_cli", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdolphjs%2Frust_cli'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 715ba75e8666d57422d50dd513ec8cc4905da6d8
[INFO] checking dolphjs/rust_cli against eca445e5ae4a6679cc27d3a09106ce245e13a5a6 for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdolphjs%2Frust_cli" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/dolphjs/rust_cli
[INFO] finished tweaking git repo https://github.com/dolphjs/rust_cli
[INFO] tweaked toml for git repo https://github.com/dolphjs/rust_cli written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/dolphjs/rust_cli on toolchain eca445e5ae4a6679cc27d3a09106ce245e13a5a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/dolphjs/rust_cli already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded log v0.4.24
[INFO] [stderr]   Downloaded console v0.15.10
[INFO] [stderr]   Downloaded slog-async v2.8.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 3e2ec6a39f56a55b99a833eabbaf79691cc4381fb32974f454741be04a203f74
[INFO] running `Command { std: "docker" "start" "3e2ec6a39f56a55b99a833eabbaf79691cc4381fb32974f454741be04a203f74", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3e2ec6a39f56a55b99a833eabbaf79691cc4381fb32974f454741be04a203f74", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3e2ec6a39f56a55b99a833eabbaf79691cc4381fb32974f454741be04a203f74" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3e2ec6a39f56a55b99a833eabbaf79691cc4381fb32974f454741be04a203f74", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3e2ec6a39f56a55b99a833eabbaf79691cc4381fb32974f454741be04a203f74" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]     Checking bitflags v2.7.0
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]    Compiling slog v2.7.0
[INFO] [stderr]    Compiling rustix v0.38.42
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]     Checking log v0.4.24
[INFO] [stderr]     Checking linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling time-macros v0.2.19
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]    Compiling syn v2.0.95
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling slog-async v2.8.0
[INFO] [stderr]    Compiling serde_json v1.0.135
[INFO] [stderr]     Checking unicode-width v0.2.0
[INFO] [stderr]     Checking os_str_bytes v6.6.1
[INFO] [stderr]     Checking take_mut v0.2.2
[INFO] [stderr]     Checking bytes v1.8.0
[INFO] [stderr]     Checking textwrap v0.16.1
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]     Checking shell-words v1.1.0
[INFO] [stderr]     Checking zeroize v1.8.1
[INFO] [stderr]     Checking unsafe-libyaml v0.2.11
[INFO] [stderr]     Checking notify-types v2.0.0
[INFO] [stderr]     Checking clap_lex v0.2.4
[INFO] [stderr]     Checking glob v0.3.2
[INFO] [stderr]     Checking time v0.3.37
[INFO] [stderr]     Checking dirs-sys-next v0.1.2
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking mio v1.0.2
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking inotify-sys v0.1.5
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking socket2 v0.5.7
[INFO] [stderr]     Checking is-terminal v0.4.13
[INFO] [stderr]     Checking console v0.15.10
[INFO] [stderr]     Checking filetime v0.2.25
[INFO] [stderr]     Checking inotify v0.11.0
[INFO] [stderr]     Checking signal-hook v0.3.17
[INFO] [stderr]     Checking dirs-next v2.0.0
[INFO] [stderr]     Checking tempfile v3.15.0
[INFO] [stderr]     Checking term v0.7.0
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking slog-term v2.9.1
[INFO] [stderr]     Checking notify v8.0.0
[INFO] [stderr]     Checking ctrlc v3.4.5
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling serde_derive v1.0.217
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling clap_derive v3.2.25
[INFO] [stderr]     Checking tokio v1.42.0
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking dialoguer v0.11.0
[INFO] [stderr]     Checking clap v3.2.25
[INFO] [stderr]     Checking serde_yaml v0.9.34+deprecated
[INFO] [stderr]     Checking cli_rust v2.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `path::PathBuf`
[INFO] [stdout]  --> src/daemon/runner.rs:2:11
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::{path::PathBuf, process::Command};
[INFO] [stdout]   |           ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Deserialize` and `Serialize`
[INFO] [stdout]  --> src/init.rs:3:13
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::{Deserialize, Serialize};
[INFO] [stdout]   |             ^^^^^^^^^^^  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Database`
[INFO] [stdout]  --> src/writers/datasource_config_writer.rs:5:50
[INFO] [stdout]   |
[INFO] [stdout] 5 | use super::config_writers::{find_base_directory, Database};
[INFO] [stdout]   |                                                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `path::PathBuf`
[INFO] [stdout]  --> src/daemon/runner.rs:2:11
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::{path::PathBuf, process::Command};
[INFO] [stdout]   |           ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Deserialize` and `Serialize`
[INFO] [stdout]  --> src/init.rs:3:13
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::{Deserialize, Serialize};
[INFO] [stdout]   |             ^^^^^^^^^^^  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Database`
[INFO] [stdout]  --> src/writers/datasource_config_writer.rs:5:50
[INFO] [stdout]   |
[INFO] [stdout] 5 | use super::config_writers::{find_base_directory, Database};
[INFO] [stdout]   |                                                  ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]  --> src/writers/db_config_writer.rs:7:24
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub fn write_db_config(name: &str) -> Result<(), Box<dyn Error>> {
[INFO] [stdout]   |                        ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `matchess`
[INFO] [stdout]   --> src/main.rs:72:24
[INFO] [stdout]    |
[INFO] [stdout] 72 |     } else if let Some(matchess) = matches.subcommand_matches("build") {
[INFO] [stdout]    |                        ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_matchess`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/daemon/configs.rs:38:12
[INFO] [stdout]    |
[INFO] [stdout] 37 | impl CommandConfig {
[INFO] [stdout]    | ------------------ associated function in this implementation
[INFO] [stdout] 38 |     pub fn new(program: &str) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/properties.rs:27:12
[INFO] [stdout]    |
[INFO] [stdout] 26 | impl DefaultConfig {
[INFO] [stdout]    | ------------------ associated function in this implementation
[INFO] [stdout] 27 |     pub fn new(config: DefaultConfig) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `generate_server` is never used
[INFO] [stdout]    --> src/properties.rs:126:18
[INFO] [stdout]     |
[INFO] [stdout]  37 | impl Generator {
[INFO] [stdout]     | -------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 126 |     pub async fn generate_server(&self, name: &str) -> Result<()> {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]  --> src/writers/db_config_writer.rs:7:24
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub fn write_db_config(name: &str) -> Result<(), Box<dyn Error>> {
[INFO] [stdout]   |                        ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `matchess`
[INFO] [stdout]   --> src/main.rs:72:24
[INFO] [stdout]    |
[INFO] [stdout] 72 |     } else if let Some(matchess) = matches.subcommand_matches("build") {
[INFO] [stdout]    |                        ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_matchess`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/daemon/configs.rs:38:12
[INFO] [stdout]    |
[INFO] [stdout] 37 | impl CommandConfig {
[INFO] [stdout]    | ------------------ associated function in this implementation
[INFO] [stdout] 38 |     pub fn new(program: &str) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/properties.rs:27:12
[INFO] [stdout]    |
[INFO] [stdout] 26 | impl DefaultConfig {
[INFO] [stdout]    | ------------------ associated function in this implementation
[INFO] [stdout] 27 |     pub fn new(config: DefaultConfig) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `generate_server` is never used
[INFO] [stdout]    --> src/properties.rs:126:18
[INFO] [stdout]     |
[INFO] [stdout]  37 | impl Generator {
[INFO] [stdout]     | -------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 126 |     pub async fn generate_server(&self, name: &str) -> Result<()> {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.45s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nix v0.29.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "3e2ec6a39f56a55b99a833eabbaf79691cc4381fb32974f454741be04a203f74", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3e2ec6a39f56a55b99a833eabbaf79691cc4381fb32974f454741be04a203f74", kill_on_drop: false }`
[INFO] [stdout] 3e2ec6a39f56a55b99a833eabbaf79691cc4381fb32974f454741be04a203f74
