[INFO] cloning repository https://github.com/Achill113/dmctl
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Achill113/dmctl" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAchill113%2Fdmctl", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAchill113%2Fdmctl'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] df6b053d0d358c19974037e062a142bf2238519a
[INFO] testing Achill113/dmctl against try#9f93af291970322f4f1c6315ccde4d7078201159 for pr-146098-6
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAchill113%2Fdmctl" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Achill113/dmctl
[INFO] finished tweaking git repo https://github.com/Achill113/dmctl
[INFO] tweaked toml for git repo https://github.com/Achill113/dmctl written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Achill113/dmctl on toolchain 9f93af291970322f4f1c6315ccde4d7078201159
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Achill113/dmctl 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" "+9f93af291970322f4f1c6315ccde4d7078201159" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8738a4df962d8e5d7d537223ce62d0a1a5956733bedd1ccc12cda4f4df943809
[INFO] running `Command { std: "docker" "start" "-a" "8738a4df962d8e5d7d537223ce62d0a1a5956733bedd1ccc12cda4f4df943809", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8738a4df962d8e5d7d537223ce62d0a1a5956733bedd1ccc12cda4f4df943809", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8738a4df962d8e5d7d537223ce62d0a1a5956733bedd1ccc12cda4f4df943809", kill_on_drop: false }`
[INFO] [stdout] 8738a4df962d8e5d7d537223ce62d0a1a5956733bedd1ccc12cda4f4df943809
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0f50d958b14b68f8449a99da66d1697eb2f519293cee054071104f624e7cb235
[INFO] running `Command { std: "docker" "start" "-a" "0f50d958b14b68f8449a99da66d1697eb2f519293cee054071104f624e7cb235", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]    Compiling pkg-config v0.3.29
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling bytes v1.5.0
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling openssl v0.10.63
[INFO] [stderr]    Compiling bitflags v2.4.2
[INFO] [stderr]    Compiling futures-task v0.3.30
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]    Compiling serde v1.0.196
[INFO] [stderr]    Compiling mio v0.8.10
[INFO] [stderr]    Compiling socket2 v0.5.5
[INFO] [stderr]    Compiling utf8parse v0.2.1
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling anstyle-parse v0.2.3
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling anstyle-query v1.0.2
[INFO] [stderr]    Compiling ryu v1.0.16
[INFO] [stderr]    Compiling tower-service v0.3.2
[INFO] [stderr]    Compiling serde_json v1.0.113
[INFO] [stderr]    Compiling colorchoice v1.0.0
[INFO] [stderr]    Compiling anstyle v1.0.5
[INFO] [stderr]    Compiling httpdate v1.0.3
[INFO] [stderr]    Compiling unicode-bidi v0.3.15
[INFO] [stderr]    Compiling clap_lex v0.6.0
[INFO] [stderr]    Compiling anstream v0.6.11
[INFO] [stderr]    Compiling rustls-pemfile v1.0.4
[INFO] [stderr]    Compiling encoding_rs v0.8.33
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling sync_wrapper v0.1.2
[INFO] [stderr]    Compiling ipnet v2.9.0
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling http v0.2.11
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling indexmap v2.2.2
[INFO] [stderr]    Compiling clap_builder v4.4.18
[INFO] [stderr]    Compiling libsqlite3-sys v0.27.0
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling syn v2.0.48
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling url v2.5.0
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling openssl-sys v0.9.99
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling diesel_table_macro_syntax v0.1.0
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling serde_derive v1.0.196
[INFO] [stderr]    Compiling clap_derive v4.4.7
[INFO] [stderr]    Compiling diesel_derives v2.1.2
[INFO] [stderr]    Compiling tokio v1.36.0
[INFO] [stderr]    Compiling clap v4.4.18
[INFO] [stderr]    Compiling diesel v2.1.4
[INFO] [stderr]    Compiling tokio-util v0.7.10
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling h2 v0.3.24
[INFO] [stderr]    Compiling hyper v0.14.28
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.24
[INFO] [stderr]    Compiling dmctl v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `EncounterWithJoinsResult` is never constructed
[INFO] [stdout]   --> src/infrastructure/results/encounter.rs:48:12
[INFO] [stdout]    |
[INFO] [stdout] 48 | pub struct EncounterWithJoinsResult {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `level_range` and `roll_range` are never read
[INFO] [stdout]  --> src/domain/encounters/entities/encounter.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct Encounter {
[INFO] [stdout]   |            --------- fields in this struct
[INFO] [stdout] 6 |     pub environment: String,
[INFO] [stdout] 7 |     pub level_range: LevelRange,
[INFO] [stdout]   |         ^^^^^^^^^^^
[INFO] [stdout] 8 |     pub roll_range: RollRange,
[INFO] [stdout]   |         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `level_range` and `roll_range` are never used
[INFO] [stdout]   --> src/domain/encounters/entities/encounter.rs:23:8
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub trait BaseEncounter {
[INFO] [stdout]    |           ------------- methods in this trait
[INFO] [stdout] 22 |     fn environment(&self) -> &str;
[INFO] [stdout] 23 |     fn level_range(&self) -> &LevelRange;
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 24 |     fn roll_range(&self) -> &RollRange;
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `situation` is never read
[INFO] [stdout]   --> src/domain/encounters/entities/encounter.rs:43:9
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub struct SituationalEncounter {
[INFO] [stdout]    |            -------------------- field in this struct
[INFO] [stdout] 42 |     pub encounter: Encounter,
[INFO] [stdout] 43 |     pub situation: String,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `enemy_formulas` is never read
[INFO] [stdout]   --> src/domain/encounters/entities/encounter.rs:54:9
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub struct CombatEncounter {
[INFO] [stdout]    |            --------------- field in this struct
[INFO] [stdout] 53 |     pub encounter: Encounter,
[INFO] [stdout] 54 |     pub enemy_formulas: Vec<EnemyFormula>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `enemy_name`, `die_type`, and `count` are never read
[INFO] [stdout]  --> src/domain/encounters/entities/enemy_formula.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct EnemyFormula {
[INFO] [stdout]   |            ------------ fields in this struct
[INFO] [stdout] 4 |     pub enemy_name: String,
[INFO] [stdout]   |         ^^^^^^^^^^
[INFO] [stdout] 5 |     pub die_type: Option<String>,
[INFO] [stdout]   |         ^^^^^^^^
[INFO] [stdout] 6 |     pub count: i32,
[INFO] [stdout]   |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `min_level` and `max_level` are never read
[INFO] [stdout]  --> src/domain/encounters/value_objects/level_range.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct LevelRange {
[INFO] [stdout]   |            ---------- fields in this struct
[INFO] [stdout] 4 |     pub min_level: i32,
[INFO] [stdout]   |         ^^^^^^^^^
[INFO] [stdout] 5 |     pub max_level: i32,
[INFO] [stdout]   |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `min_roll` and `max_roll` are never read
[INFO] [stdout]  --> src/domain/encounters/value_objects/roll_range.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct RollRange {
[INFO] [stdout]   |            --------- fields in this struct
[INFO] [stdout] 4 |     pub min_roll: i32,
[INFO] [stdout]   |         ^^^^^^^^
[INFO] [stdout] 5 |     pub max_roll: i32,
[INFO] [stdout]   |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.77s
[INFO] running `Command { std: "docker" "inspect" "0f50d958b14b68f8449a99da66d1697eb2f519293cee054071104f624e7cb235", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0f50d958b14b68f8449a99da66d1697eb2f519293cee054071104f624e7cb235", kill_on_drop: false }`
[INFO] [stdout] 0f50d958b14b68f8449a99da66d1697eb2f519293cee054071104f624e7cb235
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d58b795ac4d6e21013c84f4a75e550c49184c829ed44dd31a7b1fc2bb2a8c2f1
[INFO] running `Command { std: "docker" "start" "-a" "d58b795ac4d6e21013c84f4a75e550c49184c829ed44dd31a7b1fc2bb2a8c2f1", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling aho-corasick v1.1.2
[INFO] [stderr]    Compiling doc-comment v0.3.3
[INFO] [stderr]    Compiling predicates-core v1.0.6
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling termtree v0.4.1
[INFO] [stderr]    Compiling wait-timeout v0.2.0
[INFO] [stderr]    Compiling predicates-tree v1.0.9
[INFO] [stderr]    Compiling regex-automata v0.4.5
[INFO] [stderr]    Compiling float-cmp v0.9.0
[INFO] [stderr]    Compiling regex v1.10.3
[INFO] [stderr]    Compiling bstr v1.9.0
[INFO] [stderr]    Compiling predicates v3.1.0
[INFO] [stderr]    Compiling assert_cmd v2.0.13
[INFO] [stderr]    Compiling dmctl v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `EncounterWithJoinsResult` is never constructed
[INFO] [stdout]   --> src/infrastructure/results/encounter.rs:48:12
[INFO] [stdout]    |
[INFO] [stdout] 48 | pub struct EncounterWithJoinsResult {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `level_range` and `roll_range` are never read
[INFO] [stdout]  --> src/domain/encounters/entities/encounter.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct Encounter {
[INFO] [stdout]   |            --------- fields in this struct
[INFO] [stdout] 6 |     pub environment: String,
[INFO] [stdout] 7 |     pub level_range: LevelRange,
[INFO] [stdout]   |         ^^^^^^^^^^^
[INFO] [stdout] 8 |     pub roll_range: RollRange,
[INFO] [stdout]   |         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `level_range` and `roll_range` are never used
[INFO] [stdout]   --> src/domain/encounters/entities/encounter.rs:23:8
[INFO] [stdout]    |
[INFO] [stdout] 21 | pub trait BaseEncounter {
[INFO] [stdout]    |           ------------- methods in this trait
[INFO] [stdout] 22 |     fn environment(&self) -> &str;
[INFO] [stdout] 23 |     fn level_range(&self) -> &LevelRange;
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 24 |     fn roll_range(&self) -> &RollRange;
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `situation` is never read
[INFO] [stdout]   --> src/domain/encounters/entities/encounter.rs:43:9
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub struct SituationalEncounter {
[INFO] [stdout]    |            -------------------- field in this struct
[INFO] [stdout] 42 |     pub encounter: Encounter,
[INFO] [stdout] 43 |     pub situation: String,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `enemy_formulas` is never read
[INFO] [stdout]   --> src/domain/encounters/entities/encounter.rs:54:9
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub struct CombatEncounter {
[INFO] [stdout]    |            --------------- field in this struct
[INFO] [stdout] 53 |     pub encounter: Encounter,
[INFO] [stdout] 54 |     pub enemy_formulas: Vec<EnemyFormula>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `enemy_name`, `die_type`, and `count` are never read
[INFO] [stdout]  --> src/domain/encounters/entities/enemy_formula.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct EnemyFormula {
[INFO] [stdout]   |            ------------ fields in this struct
[INFO] [stdout] 4 |     pub enemy_name: String,
[INFO] [stdout]   |         ^^^^^^^^^^
[INFO] [stdout] 5 |     pub die_type: Option<String>,
[INFO] [stdout]   |         ^^^^^^^^
[INFO] [stdout] 6 |     pub count: i32,
[INFO] [stdout]   |         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `min_level` and `max_level` are never read
[INFO] [stdout]  --> src/domain/encounters/value_objects/level_range.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct LevelRange {
[INFO] [stdout]   |            ---------- fields in this struct
[INFO] [stdout] 4 |     pub min_level: i32,
[INFO] [stdout]   |         ^^^^^^^^^
[INFO] [stdout] 5 |     pub max_level: i32,
[INFO] [stdout]   |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `min_roll` and `max_roll` are never read
[INFO] [stdout]  --> src/domain/encounters/value_objects/roll_range.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct RollRange {
[INFO] [stdout]   |            --------- fields in this struct
[INFO] [stdout] 4 |     pub min_roll: i32,
[INFO] [stdout]   |         ^^^^^^^^
[INFO] [stdout] 5 |     pub max_roll: i32,
[INFO] [stdout]   |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 11.88s
[INFO] running `Command { std: "docker" "inspect" "d58b795ac4d6e21013c84f4a75e550c49184c829ed44dd31a7b1fc2bb2a8c2f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d58b795ac4d6e21013c84f4a75e550c49184c829ed44dd31a7b1fc2bb2a8c2f1", kill_on_drop: false }`
[INFO] [stdout] d58b795ac4d6e21013c84f4a75e550c49184c829ed44dd31a7b1fc2bb2a8c2f1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] dda3589ce1065d279fae3c97aba4c6228509eafbed0823afebac5744c1f0048f
[INFO] running `Command { std: "docker" "start" "-a" "dda3589ce1065d279fae3c97aba4c6228509eafbed0823afebac5744c1f0048f", kill_on_drop: false }`
[INFO] [stderr] warning: struct `EncounterWithJoinsResult` is never constructed
[INFO] [stderr]   --> src/infrastructure/results/encounter.rs:48:12
[INFO] [stderr]    |
[INFO] [stderr] 48 | pub struct EncounterWithJoinsResult {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: fields `level_range` and `roll_range` are never read
[INFO] [stderr]  --> src/domain/encounters/entities/encounter.rs:7:9
[INFO] [stderr]   |
[INFO] [stderr] 5 | pub struct Encounter {
[INFO] [stderr]   |            --------- fields in this struct
[INFO] [stderr] 6 |     pub environment: String,
[INFO] [stderr] 7 |     pub level_range: LevelRange,
[INFO] [stderr]   |         ^^^^^^^^^^^
[INFO] [stderr] 8 |     pub roll_range: RollRange,
[INFO] [stderr]   |         ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `level_range` and `roll_range` are never used
[INFO] [stderr]   --> src/domain/encounters/entities/encounter.rs:23:8
[INFO] [stderr]    |
[INFO] [stderr] 21 | pub trait BaseEncounter {
[INFO] [stderr]    |           ------------- methods in this trait
[INFO] [stderr] 22 |     fn environment(&self) -> &str;
[INFO] [stderr] 23 |     fn level_range(&self) -> &LevelRange;
[INFO] [stderr]    |        ^^^^^^^^^^^
[INFO] [stderr] 24 |     fn roll_range(&self) -> &RollRange;
[INFO] [stderr]    |        ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `situation` is never read
[INFO] [stderr]   --> src/domain/encounters/entities/encounter.rs:43:9
[INFO] [stderr]    |
[INFO] [stderr] 41 | pub struct SituationalEncounter {
[INFO] [stderr]    |            -------------------- field in this struct
[INFO] [stderr] 42 |     pub encounter: Encounter,
[INFO] [stderr] 43 |     pub situation: String,
[INFO] [stderr]    |         ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `enemy_formulas` is never read
[INFO] [stderr]   --> src/domain/encounters/entities/encounter.rs:54:9
[INFO] [stderr]    |
[INFO] [stderr] 52 | pub struct CombatEncounter {
[INFO] [stderr]    |            --------------- field in this struct
[INFO] [stderr] 53 |     pub encounter: Encounter,
[INFO] [stderr] 54 |     pub enemy_formulas: Vec<EnemyFormula>,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: fields `enemy_name`, `die_type`, and `count` are never read
[INFO] [stderr]  --> src/domain/encounters/entities/enemy_formula.rs:4:9
[INFO] [stderr]   |
[INFO] [stderr] 3 | pub struct EnemyFormula {
[INFO] [stderr]   |            ------------ fields in this struct
[INFO] [stderr] 4 |     pub enemy_name: String,
[INFO] [stderr]   |         ^^^^^^^^^^
[INFO] [stderr] 5 |     pub die_type: Option<String>,
[INFO] [stderr]   |         ^^^^^^^^
[INFO] [stderr] 6 |     pub count: i32,
[INFO] [stderr]   |         ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: fields `min_level` and `max_level` are never read
[INFO] [stderr]  --> src/domain/encounters/value_objects/level_range.rs:4:9
[INFO] [stderr]   |
[INFO] [stderr] 3 | pub struct LevelRange {
[INFO] [stderr]   |            ---------- fields in this struct
[INFO] [stderr] 4 |     pub min_level: i32,
[INFO] [stderr]   |         ^^^^^^^^^
[INFO] [stderr] 5 |     pub max_level: i32,
[INFO] [stderr]   |         ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: fields `min_roll` and `max_roll` are never read
[INFO] [stderr]  --> src/domain/encounters/value_objects/roll_range.rs:4:9
[INFO] [stderr]   |
[INFO] [stderr] 3 | pub struct RollRange {
[INFO] [stderr]   |            --------- fields in this struct
[INFO] [stderr] 4 |     pub min_roll: i32,
[INFO] [stderr]   |         ^^^^^^^^
[INFO] [stderr] 5 |     pub max_roll: i32,
[INFO] [stderr]   |         ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `dmctl` (bin "dmctl" test) generated 8 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.25s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/dmctl-78f2244df360cf58)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test infrastructure::muna::repository::test::get_race_names_should_return_10_elf_names_when_10_elf_names_is_requested ... FAILED
[INFO] [stdout] test application::cli::services::tests::handle_input_prints_names_when_generate_name_command_is_passed ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- infrastructure::muna::repository::test::get_race_names_should_return_10_elf_names_when_10_elf_names_is_requested stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'infrastructure::muna::repository::test::get_race_names_should_return_10_elf_names_when_10_elf_names_is_requested' (25) panicked at src/infrastructure/muna/repository.rs:25:9:
[INFO] [stdout] assertion failed: !result.is_err()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5fa5c7f31b42 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5fa5c7f31b42 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5fa5c7f31b42 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5fa5c7f31b42 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8be9aa933f14675f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5fa5c7f43cef - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5fa5c7f43cef - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x5fa5c7efdad3 - std::io::default_write_fmt::hd6d24501f2d7f8d3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5fa5c7efdad3 - std::io::Write::write_fmt::h79eca2f72fc24111
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5fa5c7f0a872 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5fa5c7f0f85f - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5fa5c7f0f6f1 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5fa5c7dd52ee - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::ha834d5846f91b30b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x5fa5c7dd52ee - test::test_main_with_exit_callback::{{closure}}::h63c167737eecb025
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5fa5c7f0ff1f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hbf9b0f7a281291fd
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x5fa5c7f0ff1f - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5fa5c7f0fc96 - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:700:13
[INFO] [stdout]   16:     0x5fa5c7f0a9a9 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5fa5c7ef223d - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5fa5c7f4ced0 - core::panicking::panic_fmt::h31cc490ecc8cc1fa
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5fa5c7f4ceac - core::panicking::panic::h5cbcc2ceb0950681
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x5fa5c7a9ad0a - dmctl::infrastructure::muna::repository::test::get_race_names_should_return_10_elf_names_when_10_elf_names_is_requested::{{closure}}::h0a534449705facd5
[INFO] [stdout]                                at /opt/rustwide/workdir/src/infrastructure/muna/repository.rs:25:9
[INFO] [stdout]   21:     0x5fa5c7aaeea2 - <core::pin::Pin<P> as core::future::future::Future>::poll::h7a12405b4746ec20
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/future/future.rs:133:9
[INFO] [stdout]   22:     0x5fa5c7aaeedd - <core::pin::Pin<P> as core::future::future::Future>::poll::ha286d0d0bb6e159d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5fa5c7ab744d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::haac27f4b55640a60
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.36.0/src/runtime/scheduler/current_thread/mod.rs:659:73
[INFO] [stdout]   24:     0x5fa5c7ab739b - tokio::runtime::coop::with_budget::h89537849b37b57f3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.36.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   25:     0x5fa5c7ab739b - tokio::runtime::coop::budget::hc3b66ea5dab41ddd
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.36.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   26:     0x5fa5c7ab739b - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h58ed9edefd5e8aa5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.36.0/src/runtime/scheduler/current_thread/mod.rs:659:25
[INFO] [stdout]   27:     0x5fa5c7ab5be0 - tokio::runtime::scheduler::current_thread::Context::enter::h2d0aae5c04d44faf
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.36.0/src/runtime/scheduler/current_thread/mod.rs:404:19
[INFO] [stdout]   28:     0x5fa5c7ab6a50 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::hd3aa34cd8a812547
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.36.0/src/runtime/scheduler/current_thread/mod.rs:658:44
[INFO] [stdout]   29:     0x5fa5c7ab6774 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::hbd24f8171e97cc72
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.36.0/src/runtime/scheduler/current_thread/mod.rs:737:68
[INFO] [stdout]   30:     0x5fa5c7aad22b - tokio::runtime::context::scoped::Scoped<T>::set::h9382002fa1b99bfb
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.36.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   31:     0x5fa5c7aa06f9 - tokio::runtime::context::set_scheduler::{{closure}}::hf84a3e913a6e6806
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.36.0/src/runtime/context.rs:176:38
[INFO] [stdout]   32:     0x5fa5c7a99142 - std::thread::local::LocalKey<T>::try_with::h2e822b059f710ae4
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/local.rs:508:12
[INFO] [stdout]   33:     0x5fa5c7a98f8e - std::thread::local::LocalKey<T>::with::haf835c762c519bf0
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/local.rs:472:20
[INFO] [stdout]   34:     0x5fa5c7aa06ad - tokio::runtime::context::set_scheduler::hcd24830e7b0c7bfe
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.36.0/src/runtime/context.rs:176:17
[INFO] [stdout]   35:     0x5fa5c7ab6520 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h71c53ceb2e7075c3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.36.0/src/runtime/scheduler/current_thread/mod.rs:737:27
[INFO] [stdout]   36:     0x5fa5c7ab6793 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h2f509a7e9bbb7342
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.36.0/src/runtime/scheduler/current_thread/mod.rs:646:24
[INFO] [stdout]   37:     0x5fa5c7ab5845 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::haa44849b7627ca8d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.36.0/src/runtime/scheduler/current_thread/mod.rs:175:33
[INFO] [stdout]   38:     0x5fa5c7aa08d0 - tokio::runtime::context::runtime::enter_runtime::h89f971c48c316152
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.36.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   39:     0x5fa5c7ab57a1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::hf54dafb2fa6dab9c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.36.0/src/runtime/scheduler/current_thread/mod.rs:167:9
[INFO] [stdout]   40:     0x5fa5c7abc1da - tokio::runtime::runtime::Runtime::block_on::h3815d734b9064e12
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.36.0/src/runtime/runtime.rs:348:52
[INFO] [stdout]   41:     0x5fa5c7a9aa61 - dmctl::infrastructure::muna::repository::test::get_race_names_should_return_10_elf_names_when_10_elf_names_is_requested::h290bae33c59cafac
[INFO] [stdout]                                at /opt/rustwide/workdir/src/infrastructure/muna/repository.rs:25:34
[INFO] [stdout]   42:     0x5fa5c7a9ad57 - dmctl::infrastructure::muna::repository::test::get_race_names_should_return_10_elf_names_when_10_elf_names_is_requested::{{closure}}::he6522a7c3ed87a73
[INFO] [stdout]                                at /opt/rustwide/workdir/src/infrastructure/muna/repository.rs:22:88
[INFO] [stdout]   43:     0x5fa5c7ab9e06 - core::ops::function::FnOnce::call_once::hc8b716f564014c6a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x5fa5c7dd50eb - core::ops::function::FnOnce::call_once::h2b2de5fdd23aab3e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x5fa5c7dd50eb - test::__rust_begin_short_backtrace::he551dd004770be01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:663:18
[INFO] [stdout]   46:     0x5fa5c7de914d - test::run_test_in_process::{{closure}}::h5f0b44080a35ed87
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:74
[INFO] [stdout]   47:     0x5fa5c7de914d - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4dbf65d14893ecf5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   48:     0x5fa5c7de914d - std::panicking::catch_unwind::do_call::hc37c563b8a006285
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   49:     0x5fa5c7de914d - std::panicking::catch_unwind::h616b6e2e7a27f612
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   50:     0x5fa5c7de914d - std::panic::catch_unwind::h1e788dd57758e6d8
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x5fa5c7de914d - test::run_test_in_process::hf073c2764f29f8ad
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:27
[INFO] [stdout]   52:     0x5fa5c7de914d - test::run_test::{{closure}}::h3dc46b7a0c340fa6
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:607:43
[INFO] [stdout]   53:     0x5fa5c7dc2694 - test::run_test::{{closure}}::h6a4da3c57ef4505f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:637:41
[INFO] [stdout]   54:     0x5fa5c7dc2694 - std::sys::backtrace::__rust_begin_short_backtrace::hfd8e44bc311a5d57
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   55:     0x5fa5c7dc5eea - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h57c4ddec344fe24c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   56:     0x5fa5c7dc5eea - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd7cbe09591f06dfb
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   57:     0x5fa5c7dc5eea - std::panicking::catch_unwind::do_call::hdcd076e8e993dfbc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   58:     0x5fa5c7dc5eea - std::panicking::catch_unwind::h8f9f675f3756eab1
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   59:     0x5fa5c7dc5eea - std::panic::catch_unwind::he8f74a93abeceb9b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x5fa5c7dc5eea - std::thread::Builder::spawn_unchecked_::{{closure}}::he43db13a2caa41d5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   61:     0x5fa5c7dc5eea - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8f3531a7e0d83514
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x5fa5c7f05daf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6ff05134d80ef20e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   63:     0x5fa5c7f05daf - std::sys::thread::unix::Thread::new::thread_start::h9a4a41a076a486e0
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   64:     0x7c10bcb89aa4 - <unknown>
[INFO] [stdout]   65:     0x7c10bcc16a64 - clone
[INFO] [stdout]   66:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- application::cli::services::tests::handle_input_prints_names_when_generate_name_command_is_passed stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'application::cli::services::tests::handle_input_prints_names_when_generate_name_command_is_passed' (24) panicked at src/application/names/services.rs:9:82:
[INFO] [stdout] Something went wrong generating names: reqwest::Error { kind: Request, url: Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("muna.ironarachne.com")), port: None, path: "/elf", query: Some("count=10&nameType=male"), fragment: None }, source: hyper::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5fa5c7f31b42 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5fa5c7f31b42 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5fa5c7f31b42 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5fa5c7f31b42 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8be9aa933f14675f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5fa5c7f43cef - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5fa5c7f43cef - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x5fa5c7efdad3 - std::io::default_write_fmt::hd6d24501f2d7f8d3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5fa5c7efdad3 - std::io::Write::write_fmt::h79eca2f72fc24111
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5fa5c7f0a872 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5fa5c7f0f85f - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5fa5c7f0f6f1 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5fa5c7dd52ee - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::ha834d5846f91b30b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x5fa5c7dd52ee - test::test_main_with_exit_callback::{{closure}}::h63c167737eecb025
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5fa5c7f0ff1f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hbf9b0f7a281291fd
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x5fa5c7f0ff1f - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5fa5c7f0fcca - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x5fa5c7f0a9a9 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5fa5c7ef223d - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5fa5c7f4ced0 - core::panicking::panic_fmt::h31cc490ecc8cc1fa
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5fa5c7f4bea6 - core::result::unwrap_failed::he05762ef9e6bdf9c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/result.rs:1862:5
[INFO] [stdout]   20:     0x5fa5c7abbe27 - core::result::Result<T,E>::expect::ha69138ebdb1a85a8
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5fa5c7a9a58f - dmctl::application::names::services::NamesService::get_names::{{closure}}::hec7de58f37f7a696
[INFO] [stdout]                                at /opt/rustwide/workdir/src/application/names/services.rs:9:82
[INFO] [stdout]   22:     0x5fa5c7a9a155 - dmctl::application::cli::services::CliService::handle_generate_inputs::{{closure}}::h42d8df486c982345
[INFO] [stdout]                                at /opt/rustwide/workdir/src/application/cli/services.rs:31:62
[INFO] [stdout]   23:     0x5fa5c7a99e78 - dmctl::application::cli::services::CliService::handle_input::{{closure}}::h07320ea568b83fea
[INFO] [stdout]                                at /opt/rustwide/workdir/src/application/cli/services.rs:15:55
[INFO] [stdout]   24:     0x5fa5c7aa441d - dmctl::application::cli::services::tests::handle_input_prints_names_when_generate_name_command_is_passed::{{closure}}::h23323f6cd8d7f611
[INFO] [stdout]                                at /opt/rustwide/workdir/src/application/cli/services.rs:67:53
[INFO] [stdout]   25:     0x5fa5c7aaeea2 - <core::pin::Pin<P> as core::future::future::Future>::poll::h7a12405b4746ec20
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x5fa5c7aaeedd - <core::pin::Pin<P> as core::future::future::Future>::poll::ha286d0d0bb6e159d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x5fa5c7ab744d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::haac27f4b55640a60
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.36.0/src/runtime/scheduler/current_thread/mod.rs:659:73
[INFO] [stdout]   28:     0x5fa5c7ab739b - tokio::runtime::coop::with_budget::h89537849b37b57f3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.36.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   29:     0x5fa5c7ab739b - tokio::runtime::coop::budget::hc3b66ea5dab41ddd
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.36.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   30:     0x5fa5c7ab739b - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h58ed9edefd5e8aa5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.36.0/src/runtime/scheduler/current_thread/mod.rs:659:25
[INFO] [stdout]   31:     0x5fa5c7ab5be0 - tokio::runtime::scheduler::current_thread::Context::enter::h2d0aae5c04d44faf
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.36.0/src/runtime/scheduler/current_thread/mod.rs:404:19
[INFO] [stdout]   32:     0x5fa5c7ab6a50 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::hd3aa34cd8a812547
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.36.0/src/runtime/scheduler/current_thread/mod.rs:658:44
[INFO] [stdout]   33:     0x5fa5c7ab6774 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::hbd24f8171e97cc72
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.36.0/src/runtime/scheduler/current_thread/mod.rs:737:68
[INFO] [stdout]   34:     0x5fa5c7aad22b - tokio::runtime::context::scoped::Scoped<T>::set::h9382002fa1b99bfb
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.36.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x5fa5c7aa06f9 - tokio::runtime::context::set_scheduler::{{closure}}::hf84a3e913a6e6806
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.36.0/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x5fa5c7a99142 - std::thread::local::LocalKey<T>::try_with::h2e822b059f710ae4
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/local.rs:508:12
[INFO] [stdout]   37:     0x5fa5c7a98f8e - std::thread::local::LocalKey<T>::with::haf835c762c519bf0
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/local.rs:472:20
[INFO] [stdout]   38:     0x5fa5c7aa06ad - tokio::runtime::context::set_scheduler::hcd24830e7b0c7bfe
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.36.0/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x5fa5c7ab6520 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h71c53ceb2e7075c3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.36.0/src/runtime/scheduler/current_thread/mod.rs:737:27
[INFO] [stdout]   40:     0x5fa5c7ab6793 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h2f509a7e9bbb7342
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.36.0/src/runtime/scheduler/current_thread/mod.rs:646:24
[INFO] [stdout]   41:     0x5fa5c7ab5845 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::haa44849b7627ca8d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.36.0/src/runtime/scheduler/current_thread/mod.rs:175:33
[INFO] [stdout]   42:     0x5fa5c7aa08d0 - tokio::runtime::context::runtime::enter_runtime::h89f971c48c316152
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.36.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x5fa5c7ab57a1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::hf54dafb2fa6dab9c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.36.0/src/runtime/scheduler/current_thread/mod.rs:167:9
[INFO] [stdout]   44:     0x5fa5c7abc1da - tokio::runtime::runtime::Runtime::block_on::h3815d734b9064e12
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.36.0/src/runtime/runtime.rs:348:52
[INFO] [stdout]   45:     0x5fa5c7aa4221 - dmctl::application::cli::services::tests::handle_input_prints_names_when_generate_name_command_is_passed::ha4eb1855b5344e9c
[INFO] [stdout]                                at /opt/rustwide/workdir/src/application/cli/services.rs:69:16
[INFO] [stdout]   46:     0x5fa5c7aa4587 - dmctl::application::cli::services::tests::handle_input_prints_names_when_generate_name_command_is_passed::{{closure}}::h510905a566501bc6
[INFO] [stdout]                                at /opt/rustwide/workdir/src/application/cli/services.rs:62:78
[INFO] [stdout]   47:     0x5fa5c7ab9b56 - core::ops::function::FnOnce::call_once::h0a89b2dbde6ebdeb
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   48:     0x5fa5c7dd50eb - core::ops::function::FnOnce::call_once::h2b2de5fdd23aab3e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   49:     0x5fa5c7dd50eb - test::__rust_begin_short_backtrace::he551dd004770be01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:663:18
[INFO] [stdout]   50:     0x5fa5c7de914d - test::run_test_in_process::{{closure}}::h5f0b44080a35ed87
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:74
[INFO] [stdout]   51:     0x5fa5c7de914d - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4dbf65d14893ecf5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   52:     0x5fa5c7de914d - std::panicking::catch_unwind::do_call::hc37c563b8a006285
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   53:     0x5fa5c7de914d - std::panicking::catch_unwind::h616b6e2e7a27f612
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   54:     0x5fa5c7de914d - std::panic::catch_unwind::h1e788dd57758e6d8
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   55:     0x5fa5c7de914d - test::run_test_in_process::hf073c2764f29f8ad
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:27
[INFO] [stdout]   56:     0x5fa5c7de914d - test::run_test::{{closure}}::h3dc46b7a0c340fa6
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:607:43
[INFO] [stdout]   57:     0x5fa5c7dc2694 - test::run_test::{{closure}}::h6a4da3c57ef4505f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:637:41
[INFO] [stdout]   58:     0x5fa5c7dc2694 - std::sys::backtrace::__rust_begin_short_backtrace::hfd8e44bc311a5d57
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   59:     0x5fa5c7dc5eea - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h57c4ddec344fe24c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   60:     0x5fa5c7dc5eea - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd7cbe09591f06dfb
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   61:     0x5fa5c7dc5eea - std::panicking::catch_unwind::do_call::hdcd076e8e993dfbc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   62:     0x5fa5c7dc5eea - std::panicking::catch_unwind::h8f9f675f3756eab1
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   63:     0x5fa5c7dc5eea - std::panic::catch_unwind::he8f74a93abeceb9b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   64:     0x5fa5c7dc5eea - std::thread::Builder::spawn_unchecked_::{{closure}}::he43db13a2caa41d5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   65:     0x5fa5c7dc5eea - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8f3531a7e0d83514
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   66:     0x5fa5c7f05daf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6ff05134d80ef20e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   67:     0x5fa5c7f05daf - std::sys::thread::unix::Thread::new::thread_start::h9a4a41a076a486e0
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   68:     0x7c10bcb89aa4 - <unknown>
[INFO] [stdout]   69:     0x7c10bcc16a64 - clone
[INFO] [stdout]   70:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     application::cli::services::tests::handle_input_prints_names_when_generate_name_command_is_passed
[INFO] [stdout]     infrastructure::muna::repository::test::get_race_names_should_return_10_elf_names_when_10_elf_names_is_requested
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin dmctl`
[INFO] running `Command { std: "docker" "inspect" "dda3589ce1065d279fae3c97aba4c6228509eafbed0823afebac5744c1f0048f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dda3589ce1065d279fae3c97aba4c6228509eafbed0823afebac5744c1f0048f", kill_on_drop: false }`
[INFO] [stdout] dda3589ce1065d279fae3c97aba4c6228509eafbed0823afebac5744c1f0048f
