[INFO] cloning repository https://github.com/gotnoklu/edna
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/gotnoklu/edna" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgotnoklu%2Fedna", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgotnoklu%2Fedna'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b1b10ec9e3ca9d1d092e522f42144a5e815eeb20
[INFO] checking gotnoklu/edna/b1b10ec9e3ca9d1d092e522f42144a5e815eeb20 against 22950ab9e29e11620a10905f027f141ea126966e for pr-160581
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgotnoklu%2Fedna" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/gotnoklu/edna
[INFO] finished tweaking git repo https://github.com/gotnoklu/edna
[INFO] tweaked toml for git repo https://github.com/gotnoklu/edna written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/gotnoklu/edna on toolchain 22950ab9e29e11620a10905f027f141ea126966e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+22950ab9e29e11620a10905f027f141ea126966e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/gotnoklu/edna 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" "+22950ab9e29e11620a10905f027f141ea126966e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded clap v4.5.37
[INFO] [stderr]   Downloaded clap_builder v4.5.37
[INFO] [stderr]   Downloaded git2 v0.20.4
[INFO] [stderr]   Downloaded rustix v1.0.5
[INFO] [stderr]   Downloaded libz-sys v1.1.24
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] bbece400169564a26eb64adfaaa0be75e1c83046f8e4f672339ef489e277646e
[INFO] running `Command { std: "docker" "start" "bbece400169564a26eb64adfaaa0be75e1c83046f8e4f672339ef489e277646e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bbece400169564a26eb64adfaaa0be75e1c83046f8e4f672339ef489e277646e", 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" "bbece400169564a26eb64adfaaa0be75e1c83046f8e4f672339ef489e277646e" "/opt/rustwide/cargo-home/bin/cargo" "+22950ab9e29e11620a10905f027f141ea126966e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bbece400169564a26eb64adfaaa0be75e1c83046f8e4f672339ef489e277646e", 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" "bbece400169564a26eb64adfaaa0be75e1c83046f8e4f672339ef489e277646e" "/opt/rustwide/cargo-home/bin/cargo" "+22950ab9e29e11620a10905f027f141ea126966e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling getrandom v0.3.2
[INFO] [stderr]    Compiling rustix v1.0.5
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling portable-atomic v1.11.0
[INFO] [stderr]     Checking percent-encoding v2.3.2
[INFO] [stderr]     Checking linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]     Checking openssl-probe v0.1.6
[INFO] [stderr]     Checking shell-words v1.1.0
[INFO] [stderr]     Checking clap_builder v4.5.37
[INFO] [stderr]     Checking log v0.4.27
[INFO] [stderr]     Checking whoami v1.6.0
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]     Checking console v0.15.11
[INFO] [stderr]     Checking indicatif v0.17.11
[INFO] [stderr]     Checking clap v4.5.37
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling libz-sys v1.1.24
[INFO] [stderr]    Compiling libssh2-sys v0.3.1
[INFO] [stderr]    Compiling libgit2-sys v0.18.3+1.9.2
[INFO] [stderr]     Checking tempfile v3.19.1
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking dialoguer v0.11.0
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking icu_properties v2.1.2
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking git2 v0.20.4
[INFO] [stderr]     Checking myra v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `password`
[INFO] [stdout]    --> src/modules/cli/theme.rs:222:11
[INFO] [stdout]     |
[INFO] [stdout] 222 |     #[cfg(feature = "password")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `password` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `printer::print_blocked_text`
[INFO] [stdout]  --> src/modules/registry/config.rs:5:56
[INFO] [stdout]   |
[INFO] [stdout] 5 |     core::{file_system::copy_fs_objects, git::GitRepo, printer::print_blocked_text},
[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 import: `crate::modules::constants::Constants`
[INFO] [stdout]  --> src/modules/template/config.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use crate::modules::constants::Constants;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `password`
[INFO] [stdout]    --> src/modules/cli/theme.rs:222:11
[INFO] [stdout]     |
[INFO] [stdout] 222 |     #[cfg(feature = "password")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `password` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `printer::print_blocked_text`
[INFO] [stdout]  --> src/modules/registry/config.rs:5:56
[INFO] [stdout]   |
[INFO] [stdout] 5 |     core::{file_system::copy_fs_objects, git::GitRepo, printer::print_blocked_text},
[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 import: `crate::modules::constants::Constants`
[INFO] [stdout]  --> src/modules/template/config.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use crate::modules::constants::Constants;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `myra_templates_dir` on type `Constants`
[INFO] [stdout]    --> src/modules/project/cli.rs:149:69
[INFO] [stdout]     |
[INFO] [stdout] 149 |     let registry = Registry::new("templates".to_string(), constants.myra_templates_dir);
[INFO] [stdout]     |                                                                     ^^^^^^^^^^^^^^^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout]     = note: available fields are: `app_dir`, `app_config_path`, `registries_dir`, `config_dir_name`, `config_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_templates` found for struct `Registry` in the current scope
[INFO] [stdout]    --> src/modules/project/cli.rs:151:41
[INFO] [stdout]     |
[INFO] [stdout] 151 |     let registered_templates = registry.get_templates();
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/modules/registry/config.rs:12:1
[INFO] [stdout]     |
[INFO] [stdout]  12 | pub struct Registry {
[INFO] [stdout]     | ------------------- method `get_templates` not found for this struct
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `get_all_templates` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 151 |     let registered_templates = registry.get_all_templates();
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `create_empty_directory` in this scope
[INFO] [stdout]    --> src/modules/project/cli.rs:171:21
[INFO] [stdout]     |
[INFO] [stdout] 171 |             let _ = create_empty_directory(&project_path);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `create_empty_directory` in this scope
[INFO] [stdout]    --> src/modules/project/cli.rs:251:25
[INFO] [stdout]     |
[INFO] [stdout] 251 |                 let _ = create_empty_directory(&project_path);
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `myra_templates_dir` on type `Constants`
[INFO] [stdout]    --> src/modules/project/cli.rs:149:69
[INFO] [stdout]     |
[INFO] [stdout] 149 |     let registry = Registry::new("templates".to_string(), constants.myra_templates_dir);
[INFO] [stdout]     |                                                                     ^^^^^^^^^^^^^^^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout]     = note: available fields are: `app_dir`, `app_config_path`, `registries_dir`, `config_dir_name`, `config_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `myra_templates_dir` on type `Constants`
[INFO] [stdout]    --> src/modules/template/cli.rs:239:36
[INFO] [stdout]     |
[INFO] [stdout] 239 |         format!("{}/{}", constants.myra_templates_dir, name)
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout]     = note: available fields are: `app_dir`, `app_config_path`, `registries_dir`, `config_dir_name`, `config_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `myra_templates_dir` on type `Constants`
[INFO] [stdout]    --> src/modules/template/cli.rs:283:40
[INFO] [stdout]     |
[INFO] [stdout] 283 |             format!("{}/{}", constants.myra_templates_dir, &config.name),
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout]     = note: available fields are: `app_dir`, `app_config_path`, `registries_dir`, `config_dir_name`, `config_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `myra_templates_dir` on type `Constants`
[INFO] [stdout]    --> src/modules/template/cli.rs:365:19
[INFO] [stdout]     |
[INFO] [stdout] 365 |         constants.myra_templates_dir, template_name
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout]     = note: available fields are: `app_dir`, `app_config_path`, `registries_dir`, `config_dir_name`, `config_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `myra_templates_dir` on type `Constants`
[INFO] [stdout]    --> src/modules/template/cli.rs:407:69
[INFO] [stdout]     |
[INFO] [stdout] 407 |     let registry = Registry::new("templates".to_string(), constants.myra_templates_dir);
[INFO] [stdout]     |                                                                     ^^^^^^^^^^^^^^^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout]     = note: available fields are: `app_dir`, `app_config_path`, `registries_dir`, `config_dir_name`, `config_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `get_templates` found for struct `Registry` in the current scope
[INFO] [stdout]    --> src/modules/project/cli.rs:151:41
[INFO] [stdout]     |
[INFO] [stdout] 151 |     let registered_templates = registry.get_templates();
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/modules/registry/config.rs:12:1
[INFO] [stdout]     |
[INFO] [stdout]  12 | pub struct Registry {
[INFO] [stdout]     | ------------------- method `get_templates` not found for this struct
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `get_all_templates` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 151 |     let registered_templates = registry.get_all_templates();
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `create_empty_directory` in this scope
[INFO] [stdout]    --> src/modules/project/cli.rs:171:21
[INFO] [stdout]     |
[INFO] [stdout] 171 |             let _ = create_empty_directory(&project_path);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `create_empty_directory` in this scope
[INFO] [stdout]    --> src/modules/project/cli.rs:251:25
[INFO] [stdout]     |
[INFO] [stdout] 251 |                 let _ = create_empty_directory(&project_path);
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `myra_templates_dir` on type `Constants`
[INFO] [stdout]    --> src/modules/template/cli.rs:239:36
[INFO] [stdout]     |
[INFO] [stdout] 239 |         format!("{}/{}", constants.myra_templates_dir, name)
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout]     = note: available fields are: `app_dir`, `app_config_path`, `registries_dir`, `config_dir_name`, `config_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `myra_templates_dir` on type `Constants`
[INFO] [stdout]    --> src/modules/template/cli.rs:283:40
[INFO] [stdout]     |
[INFO] [stdout] 283 |             format!("{}/{}", constants.myra_templates_dir, &config.name),
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout]     = note: available fields are: `app_dir`, `app_config_path`, `registries_dir`, `config_dir_name`, `config_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `pathspec`
[INFO] [stdout]   --> src/core/git/mod.rs:35:17
[INFO] [stdout]    |
[INFO] [stdout] 35 |             let pathspec = [Path::new(".")];
[INFO] [stdout]    |                 ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_pathspec`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `myra_templates_dir` on type `Constants`
[INFO] [stdout]    --> src/modules/template/cli.rs:365:19
[INFO] [stdout]     |
[INFO] [stdout] 365 |         constants.myra_templates_dir, template_name
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout]     = note: available fields are: `app_dir`, `app_config_path`, `registries_dir`, `config_dir_name`, `config_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0609]: no field `myra_templates_dir` on type `Constants`
[INFO] [stdout]    --> src/modules/template/cli.rs:407:69
[INFO] [stdout]     |
[INFO] [stdout] 407 |     let registry = Registry::new("templates".to_string(), constants.myra_templates_dir);
[INFO] [stdout]     |                                                                     ^^^^^^^^^^^^^^^^^^ unknown field
[INFO] [stdout]     |
[INFO] [stdout]     = note: available fields are: `app_dir`, `app_config_path`, `registries_dir`, `config_dir_name`, `config_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `pathspec`
[INFO] [stdout]   --> src/core/git/mod.rs:35:17
[INFO] [stdout]    |
[INFO] [stdout] 35 |             let pathspec = [Path::new(".")];
[INFO] [stdout]    |                 ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_pathspec`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `registry_name` is never read
[INFO] [stdout]   --> src/modules/registry/cli.rs:96:29
[INFO] [stdout]    |
[INFO] [stdout] 96 |     let mut registry_name = String::new();
[INFO] [stdout]    |                             ^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 99 |         registry_name = name.clone();
[INFO] [stdout]    |         ------------- `registry_name` is overwritten here before the previous value is read
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `constants`
[INFO] [stdout]    --> src/modules/registry/cli.rs:124:9
[INFO] [stdout]     |
[INFO] [stdout] 124 |     let constants = Constants::get_all();
[INFO] [stdout]     |         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_constants`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `template_name` is never read
[INFO] [stdout]    --> src/modules/template/cli.rs:180:29
[INFO] [stdout]     |
[INFO] [stdout] 180 |     let mut template_name = String::new();
[INFO] [stdout]     |                             ^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 197 |             template_name = name.clone();
[INFO] [stdout]     |             ------------- `template_name` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `registry_name` is never read
[INFO] [stdout]   --> src/modules/registry/cli.rs:96:29
[INFO] [stdout]    |
[INFO] [stdout] 96 |     let mut registry_name = String::new();
[INFO] [stdout]    |                             ^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 99 |         registry_name = name.clone();
[INFO] [stdout]    |         ------------- `registry_name` is overwritten here before the previous value is read
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `constants`
[INFO] [stdout]    --> src/modules/registry/cli.rs:124:9
[INFO] [stdout]     |
[INFO] [stdout] 124 |     let constants = Constants::get_all();
[INFO] [stdout]     |         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_constants`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `template_name` is never read
[INFO] [stdout]    --> src/modules/template/cli.rs:180:29
[INFO] [stdout]     |
[INFO] [stdout] 180 |     let mut template_name = String::new();
[INFO] [stdout]     |                             ^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 197 |             template_name = name.clone();
[INFO] [stdout]     |             ------------- `template_name` is overwritten here before the previous value is read
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0599, E0609.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `myra` (bin "myra" test) due to 8 previous errors; 7 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] Some errors have detailed explanations: E0425, E0599, E0609.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `myra` (bin "myra") due to 8 previous errors; 7 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "bbece400169564a26eb64adfaaa0be75e1c83046f8e4f672339ef489e277646e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bbece400169564a26eb64adfaaa0be75e1c83046f8e4f672339ef489e277646e", kill_on_drop: false }`
[INFO] [stdout] bbece400169564a26eb64adfaaa0be75e1c83046f8e4f672339ef489e277646e
