[INFO] cloning repository https://github.com/upachler/cogenitor
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/upachler/cogenitor" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fupachler%2Fcogenitor", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fupachler%2Fcogenitor'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 379790dc00cf578cb6fdfb9735c9ee9dc572e297
[INFO] testing upachler/cogenitor against beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fupachler%2Fcogenitor" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/upachler/cogenitor
[INFO] finished tweaking git repo https://github.com/upachler/cogenitor
[INFO] tweaked toml for git repo https://github.com/upachler/cogenitor written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/upachler/cogenitor on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/upachler/cogenitor 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fefd53671d52a9c1d35d3d44f51c964e961393be1c8194515cf355ad4831097e
[INFO] running `Command { std: "docker" "start" "-a" "fefd53671d52a9c1d35d3d44f51c964e961393be1c8194515cf355ad4831097e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fefd53671d52a9c1d35d3d44f51c964e961393be1c8194515cf355ad4831097e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fefd53671d52a9c1d35d3d44f51c964e961393be1c8194515cf355ad4831097e", kill_on_drop: false }`
[INFO] [stdout] fefd53671d52a9c1d35d3d44f51c964e961393be1c8194515cf355ad4831097e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 92a1b2fe1f7a24d61a6e8b5c597df8489d74f34745db8795d51e744f83b1ea07
[INFO] running `Command { std: "docker" "start" "-a" "92a1b2fe1f7a24d61a6e8b5c597df8489d74f34745db8795d51e744f83b1ea07", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling hashbrown v0.15.3
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling serde_yml v0.0.12
[INFO] [stderr]    Compiling http v1.3.1
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling arraydeque v0.5.1
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling libyml v0.0.5
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling json v0.12.4
[INFO] [stderr]    Compiling cogenitor-test v0.1.0 (/opt/rustwide/workdir/cogenitor-test)
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling yaml-rust2 v0.10.1
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling derive_more-impl v1.0.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling derive_more v1.0.0
[INFO] [stderr]    Compiling zerovec v0.11.2
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.2
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling indexmap v2.9.0
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling cogenitor-model v0.1.0 (/opt/rustwide/workdir/cogenitor-model)
[INFO] [stdout] warning: unused variable: `status`
[INFO] [stdout]    --> cogenitor-model/src/lib.rs:116:46
[INFO] [stdout]     |
[INFO] [stdout] 116 |     pub fn pet_findbystatus_get(self: &Self, status: String) -> Result<(), ()> {
[INFO] [stdout]     |                                              ^^^^^^ help: if this is intentional, prefix it with an underscore: `_status`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `tags`
[INFO] [stdout]    --> cogenitor-model/src/lib.rs:119:44
[INFO] [stdout]     |
[INFO] [stdout] 119 |     pub fn pet_findbytags_get(self: &Self, tags: Vec<String>) -> Result<(), ()> {
[INFO] [stdout]     |                                            ^^^^ help: if this is intentional, prefix it with an underscore: `_tags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `petId`
[INFO] [stdout]    --> cogenitor-model/src/lib.rs:122:39
[INFO] [stdout]     |
[INFO] [stdout] 122 |     pub fn pet_petid_get(self: &Self, petId: i64) -> Result<(), ()> {
[INFO] [stdout]     |                                       ^^^^^ help: if this is intentional, prefix it with an underscore: `_petId`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `petId`
[INFO] [stdout]    --> cogenitor-model/src/lib.rs:125:40
[INFO] [stdout]     |
[INFO] [stdout] 125 |     pub fn pet_petid_post(self: &Self, petId: i64, name: String, status: String) -> Result<(), ()> {
[INFO] [stdout]     |                                        ^^^^^ help: if this is intentional, prefix it with an underscore: `_petId`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]    --> cogenitor-model/src/lib.rs:125:52
[INFO] [stdout]     |
[INFO] [stdout] 125 |     pub fn pet_petid_post(self: &Self, petId: i64, name: String, status: String) -> Result<(), ()> {
[INFO] [stdout]     |                                                    ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `status`
[INFO] [stdout]    --> cogenitor-model/src/lib.rs:125:66
[INFO] [stdout]     |
[INFO] [stdout] 125 |     pub fn pet_petid_post(self: &Self, petId: i64, name: String, status: String) -> Result<(), ()> {
[INFO] [stdout]     |                                                                  ^^^^^^ help: if this is intentional, prefix it with an underscore: `_status`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `api_key`
[INFO] [stdout]    --> cogenitor-model/src/lib.rs:128:42
[INFO] [stdout]     |
[INFO] [stdout] 128 |     pub fn pet_petid_delete(self: &Self, api_key: String, petId: i64) -> Result<(), ()> {
[INFO] [stdout]     |                                          ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_api_key`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `petId`
[INFO] [stdout]    --> cogenitor-model/src/lib.rs:128:59
[INFO] [stdout]     |
[INFO] [stdout] 128 |     pub fn pet_petid_delete(self: &Self, api_key: String, petId: i64) -> Result<(), ()> {
[INFO] [stdout]     |                                                           ^^^^^ help: if this is intentional, prefix it with an underscore: `_petId`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `petId`
[INFO] [stdout]    --> cogenitor-model/src/lib.rs:133:9
[INFO] [stdout]     |
[INFO] [stdout] 133 |         petId: i64,
[INFO] [stdout]     |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_petId`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `additionalMetadata`
[INFO] [stdout]    --> cogenitor-model/src/lib.rs:134:9
[INFO] [stdout]     |
[INFO] [stdout] 134 |         additionalMetadata: String,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_additionalMetadata`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PetPutOk200Content` is more private than the item `Client::pet_put`
[INFO] [stdout]    --> cogenitor-model/src/lib.rs:110:5
[INFO] [stdout]     |
[INFO] [stdout] 110 |     pub fn pet_put(self: &Self) -> Result<PetPutOk200Content, PetPutError> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method `Client::pet_put` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `PetPutOk200Content` is only usable at visibility `pub(crate)`
[INFO] [stdout]    --> cogenitor-model/src/lib.rs:96:1
[INFO] [stdout]     |
[INFO] [stdout]  96 | enum PetPutOk200Content {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#[warn(private_interfaces)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PetPutError` is more private than the item `Client::pet_put`
[INFO] [stdout]    --> cogenitor-model/src/lib.rs:110:5
[INFO] [stdout]     |
[INFO] [stdout] 110 |     pub fn pet_put(self: &Self) -> Result<PetPutOk200Content, PetPutError> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method `Client::pet_put` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `PetPutError` is only usable at visibility `pub(crate)`
[INFO] [stdout]    --> cogenitor-model/src/lib.rs:101:1
[INFO] [stdout]     |
[INFO] [stdout] 101 | enum PetPutError {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ApiError` is never used
[INFO] [stdout]   --> cogenitor-model/src/lib.rs:88:6
[INFO] [stdout]    |
[INFO] [stdout] 88 | enum ApiError {
[INFO] [stdout]    |      ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `ApplicationJson` and `ApplicationXml` are never constructed
[INFO] [stdout]   --> cogenitor-model/src/lib.rs:97:5
[INFO] [stdout]    |
[INFO] [stdout] 96 | enum PetPutOk200Content {
[INFO] [stdout]    |      ------------------ variants in this enum
[INFO] [stdout] 97 |     ApplicationJson(Pet),
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 98 |     ApplicationXml(Pet),
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Status400`, `Status404`, `Status422`, `UndefinedError`, and `UndefinedResponse` are never constructed
[INFO] [stdout]    --> cogenitor-model/src/lib.rs:102:5
[INFO] [stdout]     |
[INFO] [stdout] 101 | enum PetPutError {
[INFO] [stdout]     |      ----------- variants in this enum
[INFO] [stdout] 102 |     Status400,
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] 103 |     Status404,
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] 104 |     Status422,
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] 105 |     UndefinedError,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^
[INFO] [stdout] 106 |     UndefinedResponse,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `petId` should have a snake case name
[INFO] [stdout]   --> cogenitor-model/src/lib.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |     pub petId: i64,
[INFO] [stdout]    |         ^^^^^ help: convert the identifier to snake case: `pet_id`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `shipDate` should have a snake case name
[INFO] [stdout]   --> cogenitor-model/src/lib.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 |     pub shipDate: String,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `ship_date`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `firstName` should have a snake case name
[INFO] [stdout]   --> cogenitor-model/src/lib.rs:42:9
[INFO] [stdout]    |
[INFO] [stdout] 42 |     pub firstName: String,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `first_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `userStatus` should have a snake case name
[INFO] [stdout]   --> cogenitor-model/src/lib.rs:46:9
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub userStatus: i32,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `user_status`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `lastName` should have a snake case name
[INFO] [stdout]   --> cogenitor-model/src/lib.rs:47:9
[INFO] [stdout]    |
[INFO] [stdout] 47 |     pub lastName: String,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `last_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `photoUrls` should have a snake case name
[INFO] [stdout]   --> cogenitor-model/src/lib.rs:68:9
[INFO] [stdout]    |
[INFO] [stdout] 68 |     pub photoUrls: Vec<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `photo_urls`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `petId` should have a snake case name
[INFO] [stdout]    --> cogenitor-model/src/lib.rs:122:39
[INFO] [stdout]     |
[INFO] [stdout] 122 |     pub fn pet_petid_get(self: &Self, petId: i64) -> Result<(), ()> {
[INFO] [stdout]     |                                       ^^^^^ help: convert the identifier to snake case: `pet_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `petId` should have a snake case name
[INFO] [stdout]    --> cogenitor-model/src/lib.rs:125:40
[INFO] [stdout]     |
[INFO] [stdout] 125 |     pub fn pet_petid_post(self: &Self, petId: i64, name: String, status: String) -> Result<(), ()> {
[INFO] [stdout]     |                                        ^^^^^ help: convert the identifier to snake case: `pet_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `petId` should have a snake case name
[INFO] [stdout]    --> cogenitor-model/src/lib.rs:128:59
[INFO] [stdout]     |
[INFO] [stdout] 128 |     pub fn pet_petid_delete(self: &Self, api_key: String, petId: i64) -> Result<(), ()> {
[INFO] [stdout]     |                                                           ^^^^^ help: convert the identifier to snake case: `pet_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `petId` should have a snake case name
[INFO] [stdout]    --> cogenitor-model/src/lib.rs:133:9
[INFO] [stdout]     |
[INFO] [stdout] 133 |         petId: i64,
[INFO] [stdout]     |         ^^^^^ help: convert the identifier to snake case: `pet_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `additionalMetadata` should have a snake case name
[INFO] [stdout]    --> cogenitor-model/src/lib.rs:134:9
[INFO] [stdout]     |
[INFO] [stdout] 134 |         additionalMetadata: String,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `additional_metadata`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling openapiv3 v2.0.0
[INFO] [stderr]    Compiling oas3 v0.13.1
[INFO] [stderr]    Compiling cogenitor-core v0.1.0 (/opt/rustwide/workdir/cogenitor-core)
[INFO] [stdout] warning: unused import: `HashSet`
[INFO] [stdout]  --> cogenitor-core/src/lib.rs:4:28
[INFO] [stdout]   |
[INFO] [stdout] 4 |     collections::{HashMap, HashSet},
[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: `HashSet`
[INFO] [stdout]  --> cogenitor-core/src/lib.rs:4:28
[INFO] [stdout]   |
[INFO] [stdout] 4 |     collections::{HashMap, HashSet},
[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 variable: `path_item`
[INFO] [stdout]    --> cogenitor-core/src/adapters/oas30.rs:471:42
[INFO] [stdout]     |
[INFO] [stdout] 471 |                 if let ReferenceOr::Item(path_item) = path_item_ref {
[INFO] [stdout]     |                                          ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_path_item`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `path_item`
[INFO] [stdout]    --> cogenitor-core/src/adapters/oas30.rs:471:42
[INFO] [stdout]     |
[INFO] [stdout] 471 |                 if let ReferenceOr::Item(path_item) = path_item_ref {
[INFO] [stdout]     |                                          ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_path_item`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]    --> cogenitor-core/src/adapters/oas31.rs:613:9
[INFO] [stdout]     |
[INFO] [stdout] 612 |         todo!();
[INFO] [stdout]     |         ------- any code following this expression is unreachable
[INFO] [stdout] 613 |         Option::<OAS31SchemaRef>::None
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable expression
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]    --> cogenitor-core/src/adapters/oas31.rs:613:9
[INFO] [stdout]     |
[INFO] [stdout] 612 |         todo!();
[INFO] [stdout]     |         ------- any code following this expression is unreachable
[INFO] [stdout] 613 |         Option::<OAS31SchemaRef>::None
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable expression
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]    --> cogenitor-core/src/adapters/oas30.rs:128:17
[INFO] [stdout]     |
[INFO] [stdout] 125 |                 todo!("this is broken, needs to compare path properly");
[INFO] [stdout]     |                 ------------------------------------------------------- any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 128 |                 false
[INFO] [stdout]     |                 ^^^^^ unreachable expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]    --> cogenitor-core/src/adapters/oas30.rs:128:17
[INFO] [stdout]     |
[INFO] [stdout] 125 |                 todo!("this is broken, needs to compare path properly");
[INFO] [stdout]     |                 ------------------------------------------------------- any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 128 |                 false
[INFO] [stdout]     |                 ^^^^^ unreachable expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `mapping` is never read
[INFO] [stdout]   --> cogenitor-core/src/lib.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 61 | struct TypeMapping {
[INFO] [stdout]    |        ----------- field in this struct
[INFO] [stdout] 62 |     mapping: HashMap<String, TypeRef>,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> cogenitor-core/src/lib.rs:123:13
[INFO] [stdout]     |
[INFO] [stdout] 123 |     HashMap(Box<TypeKind>),
[INFO] [stdout]     |     ------- ^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `TypeKind` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 123 -     HashMap(Box<TypeKind>),
[INFO] [stdout] 123 +     HashMap(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Builtin` is never constructed
[INFO] [stdout]    --> cogenitor-core/src/lib.rs:120:5
[INFO] [stdout]     |
[INFO] [stdout] 117 | enum TypeKind {
[INFO] [stdout]     |      -------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 120 |     Builtin,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `TypeKind` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `mapping` is never read
[INFO] [stdout]   --> cogenitor-core/src/lib.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 61 | struct TypeMapping {
[INFO] [stdout]    |        ----------- field in this struct
[INFO] [stdout] 62 |     mapping: HashMap<String, TypeRef>,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> cogenitor-core/src/lib.rs:123:13
[INFO] [stdout]     |
[INFO] [stdout] 123 |     HashMap(Box<TypeKind>),
[INFO] [stdout]     |     ------- ^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `TypeKind` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 123 -     HashMap(Box<TypeKind>),
[INFO] [stdout] 123 +     HashMap(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Builtin` is never constructed
[INFO] [stdout]    --> cogenitor-core/src/lib.rs:120:5
[INFO] [stdout]     |
[INFO] [stdout] 117 | enum TypeKind {
[INFO] [stdout]     |      -------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 120 |     Builtin,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `TypeKind` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling cogenitor-macro v0.1.0 (/opt/rustwide/workdir/cogenitor-macro)
[INFO] [stderr]    Compiling cogenitor v0.1.0 (/opt/rustwide/workdir/cogenitor)
[INFO] [stdout] creating type for schema 'Order
[INFO] [stdout] creating type for schema 'Category
[INFO] [stdout] creating type for schema 'User
[INFO] [stdout] creating type for schema 'Tag
[INFO] [stdout] creating type for schema 'Pet
[INFO] [stdout] creating type for schema 'ApiResponse
[INFO] [stdout] creating method for PUT /pet
[INFO] [stdout] creating method for POST /pet
[INFO] [stdout] creating method for GET /pet/findByStatus
[INFO] [stdout] creating method for GET /pet/findByTags
[INFO] [stdout] creating method for GET /pet/{petId}
[INFO] [stdout] creating method for POST /pet/{petId}
[INFO] [stdout] creating method for DELETE /pet/{petId}
[INFO] [stdout] creating method for POST /pet/{petId}/uploadImage
[INFO] [stdout] creating method for GET /store/inventory
[INFO] [stdout] creating method for POST /store/order
[INFO] [stdout] creating method for GET /store/order/{orderId}
[INFO] [stdout] creating method for DELETE /store/order/{orderId}
[INFO] [stdout] creating method for POST /user
[INFO] [stdout] creating method for POST /user/createWithList
[INFO] [stdout] creating method for GET /user/login
[INFO] [stdout] creating method for GET /user/logout
[INFO] [stdout] creating method for GET /user/{username}
[INFO] [stdout] creating method for PUT /user/{username}
[INFO] [stdout] creating method for DELETE /user/{username}
[INFO] [stdout] token stream: #[derive(:: std :: fmt :: Debug, :: serde :: Serialize, :: serde ::
[INFO] [stdout] Deserialize, :: core :: cmp :: PartialEq)] pub struct Order
[INFO] [stdout] {
[INFO] [stdout]     pub quantity : i32, pub complete : bool, pub petId : i64, pub id : i64,
[INFO] [stdout]     pub status : String, pub shipDate : String
[INFO] [stdout] }
[INFO] [stdout] #[derive(:: std :: fmt :: Debug, :: serde :: Serialize, :: serde ::
[INFO] [stdout] Deserialize, :: core :: cmp :: PartialEq)] pub struct Category
[INFO] [stdout] { pub id : i64, pub name : String }
[INFO] [stdout] #[derive(:: std :: fmt :: Debug, :: serde :: Serialize, :: serde ::
[INFO] [stdout] Deserialize, :: core :: cmp :: PartialEq)] pub struct User
[INFO] [stdout] {
[INFO] [stdout]     pub firstName : String, pub phone : String, pub lastName : String, pub
[INFO] [stdout]     email : String, pub username : String, pub password : String, pub id :
[INFO] [stdout]     i64, pub userStatus : i32
[INFO] [stdout] }
[INFO] [stdout] #[derive(:: std :: fmt :: Debug, :: serde :: Serialize, :: serde ::
[INFO] [stdout] Deserialize, :: core :: cmp :: PartialEq)] pub struct Tag
[INFO] [stdout] { pub id : i64, pub name : String }
[INFO] [stdout] #[derive(:: std :: fmt :: Debug, :: serde :: Serialize, :: serde ::
[INFO] [stdout] Deserialize, :: core :: cmp :: PartialEq)] pub struct Pet
[INFO] [stdout] {
[INFO] [stdout]     pub tags : Vec < Tag > , pub id : i64, pub status : String, pub name :
[INFO] [stdout]     String, pub photoUrls : Vec < String > , pub category : Category
[INFO] [stdout] }
[INFO] [stdout] #[derive(:: std :: fmt :: Debug, :: serde :: Serialize, :: serde ::
[INFO] [stdout] Deserialize, :: core :: cmp :: PartialEq)] pub struct ApiResponse
[INFO] [stdout] { pub message : String, pub code : i32, pub type_ : String } #[derive(Debug)]
[INFO] [stdout] pub struct Client {} impl Client
[INFO] [stdout] {
[INFO] [stdout]     pub fn pet_put(self : & Self) -> Result < (), () > { todo! () } pub fn
[INFO] [stdout]     pet_post(self : & Self) -> Result < (), () > { todo! () } pub fn
[INFO] [stdout]     pet_findbystatus_get(self : & Self, status : String) -> Result < (), () >
[INFO] [stdout]     { todo! () } pub fn
[INFO] [stdout]     pet_findbytags_get(self : & Self, tags : Vec < String >) -> Result < (),
[INFO] [stdout]     () > { todo! () } pub fn pet_petid_get(self : & Self, petId : i64) ->
[INFO] [stdout]     Result < (), () > { todo! () } pub fn
[INFO] [stdout]     pet_petid_post(self : & Self, petId : i64, name : String, status : String)
[INFO] [stdout]     -> Result < (), () > { todo! () } pub fn
[INFO] [stdout]     pet_petid_delete(self : & Self, api_key : String, petId : i64) -> Result <
[INFO] [stdout]     (), () > { todo! () } pub fn
[INFO] [stdout]     pet_petid_uploadimage_post(self : & Self, petId : i64, additionalMetadata
[INFO] [stdout]     : String) -> Result < (), () > { todo! () } pub fn
[INFO] [stdout]     store_inventory_get(self : & Self) -> Result < (), () > { todo! () } pub
[INFO] [stdout]     fn store_order_post(self : & Self) -> Result < (), () > { todo! () } pub
[INFO] [stdout]     fn store_order_orderid_get(self : & Self, orderId : i64) -> Result < (),
[INFO] [stdout]     () > { todo! () } pub fn
[INFO] [stdout]     store_order_orderid_delete(self : & Self, orderId : i64) -> Result < (),
[INFO] [stdout]     () > { todo! () } pub fn user_post(self : & Self) -> Result < (), () >
[INFO] [stdout]     { todo! () } pub fn user_createwithlist_post(self : & Self) -> Result <
[INFO] [stdout]     (), () > { todo! () } pub fn
[INFO] [stdout]     user_login_get(self : & Self, username : String, password : String) ->
[INFO] [stdout]     Result < (), () > { todo! () } pub fn user_logout_get(self : & Self) ->
[INFO] [stdout]     Result < (), () > { todo! () } pub fn
[INFO] [stdout]     user_username_get(self : & Self, username : String) -> Result < (), () >
[INFO] [stdout]     { todo! () } pub fn user_username_put(self : & Self, username : String) ->
[INFO] [stdout]     Result < (), () > { todo! () } pub fn
[INFO] [stdout]     user_username_delete(self : & Self, username : String) -> Result < (), ()
[INFO] [stdout]     > { todo! () }
[INFO] [stdout] }
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.50s
[INFO] running `Command { std: "docker" "inspect" "92a1b2fe1f7a24d61a6e8b5c597df8489d74f34745db8795d51e744f83b1ea07", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "92a1b2fe1f7a24d61a6e8b5c597df8489d74f34745db8795d51e744f83b1ea07", kill_on_drop: false }`
[INFO] [stdout] 92a1b2fe1f7a24d61a6e8b5c597df8489d74f34745db8795d51e744f83b1ea07
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4ed159c8306b743bb128c696a1b7f5abd7ab698d7a3e0d9a579a61ce04d558c6
[INFO] running `Command { std: "docker" "start" "-a" "4ed159c8306b743bb128c696a1b7f5abd7ab698d7a3e0d9a579a61ce04d558c6", kill_on_drop: false }`
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stdout] warning: unused variable: `status`
[INFO] [stdout]    --> cogenitor-model/src/lib.rs:116:46
[INFO] [stdout]     |
[INFO] [stdout] 116 |     pub fn pet_findbystatus_get(self: &Self, status: String) -> Result<(), ()> {
[INFO] [stdout]     |                                              ^^^^^^ help: if this is intentional, prefix it with an underscore: `_status`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `tags`
[INFO] [stdout]    --> cogenitor-model/src/lib.rs:119:44
[INFO] [stdout]     |
[INFO] [stdout] 119 |     pub fn pet_findbytags_get(self: &Self, tags: Vec<String>) -> Result<(), ()> {
[INFO] [stdout]     |                                            ^^^^ help: if this is intentional, prefix it with an underscore: `_tags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `petId`
[INFO] [stdout]    --> cogenitor-model/src/lib.rs:122:39
[INFO] [stdout]     |
[INFO] [stdout] 122 |     pub fn pet_petid_get(self: &Self, petId: i64) -> Result<(), ()> {
[INFO] [stdout]     |                                       ^^^^^ help: if this is intentional, prefix it with an underscore: `_petId`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `petId`
[INFO] [stdout]    --> cogenitor-model/src/lib.rs:125:40
[INFO] [stdout]     |
[INFO] [stdout] 125 |     pub fn pet_petid_post(self: &Self, petId: i64, name: String, status: String) -> Result<(), ()> {
[INFO] [stdout]     |                                        ^^^^^ help: if this is intentional, prefix it with an underscore: `_petId`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]    --> cogenitor-model/src/lib.rs:125:52
[INFO] [stdout]     |
[INFO] [stdout] 125 |     pub fn pet_petid_post(self: &Self, petId: i64, name: String, status: String) -> Result<(), ()> {
[INFO] [stdout]     |                                                    ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `status`
[INFO] [stdout]    --> cogenitor-model/src/lib.rs:125:66
[INFO] [stdout]     |
[INFO] [stdout] 125 |     pub fn pet_petid_post(self: &Self, petId: i64, name: String, status: String) -> Result<(), ()> {
[INFO] [stdout]     |                                                                  ^^^^^^ help: if this is intentional, prefix it with an underscore: `_status`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `api_key`
[INFO] [stdout]    --> cogenitor-model/src/lib.rs:128:42
[INFO] [stdout]     |
[INFO] [stdout] 128 |     pub fn pet_petid_delete(self: &Self, api_key: String, petId: i64) -> Result<(), ()> {
[INFO] [stdout]     |                                          ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_api_key`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `petId`
[INFO] [stdout]    --> cogenitor-model/src/lib.rs:128:59
[INFO] [stdout]     |
[INFO] [stdout] 128 |     pub fn pet_petid_delete(self: &Self, api_key: String, petId: i64) -> Result<(), ()> {
[INFO] [stdout]     |                                                           ^^^^^ help: if this is intentional, prefix it with an underscore: `_petId`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `petId`
[INFO] [stdout]    --> cogenitor-model/src/lib.rs:133:9
[INFO] [stdout]     |
[INFO] [stdout] 133 |         petId: i64,
[INFO] [stdout]     |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_petId`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `additionalMetadata`
[INFO] [stdout]    --> cogenitor-model/src/lib.rs:134:9
[INFO] [stdout]     |
[INFO] [stdout] 134 |         additionalMetadata: String,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_additionalMetadata`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PetPutOk200Content` is more private than the item `Client::pet_put`
[INFO] [stdout]    --> cogenitor-model/src/lib.rs:110:5
[INFO] [stdout]     |
[INFO] [stdout] 110 |     pub fn pet_put(self: &Self) -> Result<PetPutOk200Content, PetPutError> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method `Client::pet_put` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `PetPutOk200Content` is only usable at visibility `pub(crate)`
[INFO] [stdout]    --> cogenitor-model/src/lib.rs:96:1
[INFO] [stdout]     |
[INFO] [stdout]  96 | enum PetPutOk200Content {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#[warn(private_interfaces)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PetPutError` is more private than the item `Client::pet_put`
[INFO] [stdout]    --> cogenitor-model/src/lib.rs:110:5
[INFO] [stdout]     |
[INFO] [stdout] 110 |     pub fn pet_put(self: &Self) -> Result<PetPutOk200Content, PetPutError> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method `Client::pet_put` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `PetPutError` is only usable at visibility `pub(crate)`
[INFO] [stdout]    --> cogenitor-model/src/lib.rs:101:1
[INFO] [stdout]     |
[INFO] [stdout] 101 | enum PetPutError {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ApiError` is never used
[INFO] [stdout]   --> cogenitor-model/src/lib.rs:88:6
[INFO] [stdout]    |
[INFO] [stdout] 88 | enum ApiError {
[INFO] [stdout]    |      ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `ApplicationJson` and `ApplicationXml` are never constructed
[INFO] [stdout]   --> cogenitor-model/src/lib.rs:97:5
[INFO] [stdout]    |
[INFO] [stdout] 96 | enum PetPutOk200Content {
[INFO] [stdout]    |      ------------------ variants in this enum
[INFO] [stdout] 97 |     ApplicationJson(Pet),
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 98 |     ApplicationXml(Pet),
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Status400`, `Status404`, `Status422`, `UndefinedError`, and `UndefinedResponse` are never constructed
[INFO] [stdout]    --> cogenitor-model/src/lib.rs:102:5
[INFO] [stdout]     |
[INFO] [stdout] 101 | enum PetPutError {
[INFO] [stdout]     |      ----------- variants in this enum
[INFO] [stdout] 102 |     Status400,
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] 103 |     Status404,
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] 104 |     Status422,
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] 105 |     UndefinedError,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^
[INFO] [stdout] 106 |     UndefinedResponse,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `petId` should have a snake case name
[INFO] [stdout]   --> cogenitor-model/src/lib.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |     pub petId: i64,
[INFO] [stdout]    |         ^^^^^ help: convert the identifier to snake case: `pet_id`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `shipDate` should have a snake case name
[INFO] [stdout]   --> cogenitor-model/src/lib.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 |     pub shipDate: String,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `ship_date`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `firstName` should have a snake case name
[INFO] [stdout]   --> cogenitor-model/src/lib.rs:42:9
[INFO] [stdout]    |
[INFO] [stdout] 42 |     pub firstName: String,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `first_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `userStatus` should have a snake case name
[INFO] [stdout]   --> cogenitor-model/src/lib.rs:46:9
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub userStatus: i32,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `user_status`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `lastName` should have a snake case name
[INFO] [stdout]   --> cogenitor-model/src/lib.rs:47:9
[INFO] [stdout]    |
[INFO] [stdout] 47 |     pub lastName: String,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `last_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `photoUrls` should have a snake case name
[INFO] [stdout]   --> cogenitor-model/src/lib.rs:68:9
[INFO] [stdout]    |
[INFO] [stdout] 68 |     pub photoUrls: Vec<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `photo_urls`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `petId` should have a snake case name
[INFO] [stdout]    --> cogenitor-model/src/lib.rs:122:39
[INFO] [stdout]     |
[INFO] [stdout] 122 |     pub fn pet_petid_get(self: &Self, petId: i64) -> Result<(), ()> {
[INFO] [stdout]     |                                       ^^^^^ help: convert the identifier to snake case: `pet_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `petId` should have a snake case name
[INFO] [stdout]    --> cogenitor-model/src/lib.rs:125:40
[INFO] [stdout]     |
[INFO] [stdout] 125 |     pub fn pet_petid_post(self: &Self, petId: i64, name: String, status: String) -> Result<(), ()> {
[INFO] [stdout]     |                                        ^^^^^ help: convert the identifier to snake case: `pet_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `petId` should have a snake case name
[INFO] [stdout]    --> cogenitor-model/src/lib.rs:128:59
[INFO] [stdout]     |
[INFO] [stdout] 128 |     pub fn pet_petid_delete(self: &Self, api_key: String, petId: i64) -> Result<(), ()> {
[INFO] [stdout]     |                                                           ^^^^^ help: convert the identifier to snake case: `pet_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `petId` should have a snake case name
[INFO] [stdout]    --> cogenitor-model/src/lib.rs:133:9
[INFO] [stdout]     |
[INFO] [stdout] 133 |         petId: i64,
[INFO] [stdout]     |         ^^^^^ help: convert the identifier to snake case: `pet_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `additionalMetadata` should have a snake case name
[INFO] [stdout]    --> cogenitor-model/src/lib.rs:134:9
[INFO] [stdout]     |
[INFO] [stdout] 134 |         additionalMetadata: String,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `additional_metadata`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling cogenitor-model v0.1.0 (/opt/rustwide/workdir/cogenitor-model)
[INFO] [stdout] warning: unused import: `HashSet`
[INFO] [stdout]  --> cogenitor-core/src/lib.rs:4:28
[INFO] [stdout]   |
[INFO] [stdout] 4 |     collections::{HashMap, HashSet},
[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 variable: `path_item`
[INFO] [stdout]    --> cogenitor-core/src/adapters/oas30.rs:471:42
[INFO] [stdout]     |
[INFO] [stdout] 471 |                 if let ReferenceOr::Item(path_item) = path_item_ref {
[INFO] [stdout]     |                                          ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_path_item`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling cogenitor-macro v0.1.0 (/opt/rustwide/workdir/cogenitor-macro)
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]    --> cogenitor-core/src/adapters/oas31.rs:613:9
[INFO] [stdout]     |
[INFO] [stdout] 612 |         todo!();
[INFO] [stdout]     |         ------- any code following this expression is unreachable
[INFO] [stdout] 613 |         Option::<OAS31SchemaRef>::None
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable expression
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]    --> cogenitor-core/src/adapters/oas30.rs:128:17
[INFO] [stdout]     |
[INFO] [stdout] 125 |                 todo!("this is broken, needs to compare path properly");
[INFO] [stdout]     |                 ------------------------------------------------------- any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 128 |                 false
[INFO] [stdout]     |                 ^^^^^ unreachable expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `mapping` is never read
[INFO] [stdout]   --> cogenitor-core/src/lib.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 61 | struct TypeMapping {
[INFO] [stdout]    |        ----------- field in this struct
[INFO] [stdout] 62 |     mapping: HashMap<String, TypeRef>,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> cogenitor-core/src/lib.rs:123:13
[INFO] [stdout]     |
[INFO] [stdout] 123 |     HashMap(Box<TypeKind>),
[INFO] [stdout]     |     ------- ^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `TypeKind` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 123 -     HashMap(Box<TypeKind>),
[INFO] [stdout] 123 +     HashMap(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Builtin` is never constructed
[INFO] [stdout]    --> cogenitor-core/src/lib.rs:120:5
[INFO] [stdout]     |
[INFO] [stdout] 117 | enum TypeKind {
[INFO] [stdout]     |      -------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 120 |     Builtin,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `TypeKind` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `HashSet`
[INFO] [stdout]  --> cogenitor-core/src/lib.rs:4:28
[INFO] [stdout]   |
[INFO] [stdout] 4 |     collections::{HashMap, HashSet},
[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 variable: `path_item`
[INFO] [stdout]    --> cogenitor-core/src/adapters/oas30.rs:471:42
[INFO] [stdout]     |
[INFO] [stdout] 471 |                 if let ReferenceOr::Item(path_item) = path_item_ref {
[INFO] [stdout]     |                                          ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_path_item`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]    --> cogenitor-core/src/adapters/oas31.rs:613:9
[INFO] [stdout]     |
[INFO] [stdout] 612 |         todo!();
[INFO] [stdout]     |         ------- any code following this expression is unreachable
[INFO] [stdout] 613 |         Option::<OAS31SchemaRef>::None
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable expression
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]    --> cogenitor-core/src/adapters/oas30.rs:128:17
[INFO] [stdout]     |
[INFO] [stdout] 125 |                 todo!("this is broken, needs to compare path properly");
[INFO] [stdout]     |                 ------------------------------------------------------- any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 128 |                 false
[INFO] [stdout]     |                 ^^^^^ unreachable expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `mapping` is never read
[INFO] [stdout]   --> cogenitor-core/src/lib.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 61 | struct TypeMapping {
[INFO] [stdout]    |        ----------- field in this struct
[INFO] [stdout] 62 |     mapping: HashMap<String, TypeRef>,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> cogenitor-core/src/lib.rs:123:13
[INFO] [stdout]     |
[INFO] [stdout] 123 |     HashMap(Box<TypeKind>),
[INFO] [stdout]     |     ------- ^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `TypeKind` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 123 -     HashMap(Box<TypeKind>),
[INFO] [stdout] 123 +     HashMap(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Builtin` is never constructed
[INFO] [stdout]    --> cogenitor-core/src/lib.rs:120:5
[INFO] [stdout]     |
[INFO] [stdout] 117 | enum TypeKind {
[INFO] [stdout]     |      -------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 120 |     Builtin,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `TypeKind` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling pretty_assertions v1.4.1
[INFO] [stdout] warning: unused variable: `status`
[INFO] [stdout]    --> cogenitor-model/src/lib.rs:116:46
[INFO] [stdout]     |
[INFO] [stdout] 116 |     pub fn pet_findbystatus_get(self: &Self, status: String) -> Result<(), ()> {
[INFO] [stdout]     |                                              ^^^^^^ help: if this is intentional, prefix it with an underscore: `_status`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `tags`
[INFO] [stdout]    --> cogenitor-model/src/lib.rs:119:44
[INFO] [stdout]     |
[INFO] [stdout] 119 |     pub fn pet_findbytags_get(self: &Self, tags: Vec<String>) -> Result<(), ()> {
[INFO] [stdout]     |                                            ^^^^ help: if this is intentional, prefix it with an underscore: `_tags`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `petId`
[INFO] [stdout]    --> cogenitor-model/src/lib.rs:122:39
[INFO] [stdout]     |
[INFO] [stdout] 122 |     pub fn pet_petid_get(self: &Self, petId: i64) -> Result<(), ()> {
[INFO] [stdout]     |                                       ^^^^^ help: if this is intentional, prefix it with an underscore: `_petId`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `petId`
[INFO] [stdout]    --> cogenitor-model/src/lib.rs:125:40
[INFO] [stdout]     |
[INFO] [stdout] 125 |     pub fn pet_petid_post(self: &Self, petId: i64, name: String, status: String) -> Result<(), ()> {
[INFO] [stdout]     |                                        ^^^^^ help: if this is intentional, prefix it with an underscore: `_petId`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]    --> cogenitor-model/src/lib.rs:125:52
[INFO] [stdout]     |
[INFO] [stdout] 125 |     pub fn pet_petid_post(self: &Self, petId: i64, name: String, status: String) -> Result<(), ()> {
[INFO] [stdout]     |                                                    ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `status`
[INFO] [stdout]    --> cogenitor-model/src/lib.rs:125:66
[INFO] [stdout]     |
[INFO] [stdout] 125 |     pub fn pet_petid_post(self: &Self, petId: i64, name: String, status: String) -> Result<(), ()> {
[INFO] [stdout]     |                                                                  ^^^^^^ help: if this is intentional, prefix it with an underscore: `_status`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `api_key`
[INFO] [stdout]    --> cogenitor-model/src/lib.rs:128:42
[INFO] [stdout]     |
[INFO] [stdout] 128 |     pub fn pet_petid_delete(self: &Self, api_key: String, petId: i64) -> Result<(), ()> {
[INFO] [stdout]     |                                          ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_api_key`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `petId`
[INFO] [stdout]    --> cogenitor-model/src/lib.rs:128:59
[INFO] [stdout]     |
[INFO] [stdout] 128 |     pub fn pet_petid_delete(self: &Self, api_key: String, petId: i64) -> Result<(), ()> {
[INFO] [stdout]     |                                                           ^^^^^ help: if this is intentional, prefix it with an underscore: `_petId`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `petId`
[INFO] [stdout]    --> cogenitor-model/src/lib.rs:133:9
[INFO] [stdout]     |
[INFO] [stdout] 133 |         petId: i64,
[INFO] [stdout]     |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_petId`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `additionalMetadata`
[INFO] [stdout]    --> cogenitor-model/src/lib.rs:134:9
[INFO] [stdout]     |
[INFO] [stdout] 134 |         additionalMetadata: String,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_additionalMetadata`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PetPutOk200Content` is more private than the item `Client::pet_put`
[INFO] [stdout]    --> cogenitor-model/src/lib.rs:110:5
[INFO] [stdout]     |
[INFO] [stdout] 110 |     pub fn pet_put(self: &Self) -> Result<PetPutOk200Content, PetPutError> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method `Client::pet_put` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `PetPutOk200Content` is only usable at visibility `pub(crate)`
[INFO] [stdout]    --> cogenitor-model/src/lib.rs:96:1
[INFO] [stdout]     |
[INFO] [stdout]  96 | enum PetPutOk200Content {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#[warn(private_interfaces)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `PetPutError` is more private than the item `Client::pet_put`
[INFO] [stdout]    --> cogenitor-model/src/lib.rs:110:5
[INFO] [stdout]     |
[INFO] [stdout] 110 |     pub fn pet_put(self: &Self) -> Result<PetPutOk200Content, PetPutError> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method `Client::pet_put` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `PetPutError` is only usable at visibility `pub(crate)`
[INFO] [stdout]    --> cogenitor-model/src/lib.rs:101:1
[INFO] [stdout]     |
[INFO] [stdout] 101 | enum PetPutError {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ApiError` is never used
[INFO] [stdout]   --> cogenitor-model/src/lib.rs:88:6
[INFO] [stdout]    |
[INFO] [stdout] 88 | enum ApiError {
[INFO] [stdout]    |      ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `ApplicationJson` and `ApplicationXml` are never constructed
[INFO] [stdout]   --> cogenitor-model/src/lib.rs:97:5
[INFO] [stdout]    |
[INFO] [stdout] 96 | enum PetPutOk200Content {
[INFO] [stdout]    |      ------------------ variants in this enum
[INFO] [stdout] 97 |     ApplicationJson(Pet),
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 98 |     ApplicationXml(Pet),
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Status400`, `Status404`, `Status422`, `UndefinedError`, and `UndefinedResponse` are never constructed
[INFO] [stdout]    --> cogenitor-model/src/lib.rs:102:5
[INFO] [stdout]     |
[INFO] [stdout] 101 | enum PetPutError {
[INFO] [stdout]     |      ----------- variants in this enum
[INFO] [stdout] 102 |     Status400,
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] 103 |     Status404,
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] 104 |     Status422,
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] 105 |     UndefinedError,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^
[INFO] [stdout] 106 |     UndefinedResponse,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `petId` should have a snake case name
[INFO] [stdout]   --> cogenitor-model/src/lib.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |     pub petId: i64,
[INFO] [stdout]    |         ^^^^^ help: convert the identifier to snake case: `pet_id`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `shipDate` should have a snake case name
[INFO] [stdout]   --> cogenitor-model/src/lib.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 |     pub shipDate: String,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `ship_date`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `firstName` should have a snake case name
[INFO] [stdout]   --> cogenitor-model/src/lib.rs:42:9
[INFO] [stdout]    |
[INFO] [stdout] 42 |     pub firstName: String,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `first_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `userStatus` should have a snake case name
[INFO] [stdout]   --> cogenitor-model/src/lib.rs:46:9
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub userStatus: i32,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `user_status`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `lastName` should have a snake case name
[INFO] [stdout]   --> cogenitor-model/src/lib.rs:47:9
[INFO] [stdout]    |
[INFO] [stdout] 47 |     pub lastName: String,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `last_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `photoUrls` should have a snake case name
[INFO] [stdout]   --> cogenitor-model/src/lib.rs:68:9
[INFO] [stdout]    |
[INFO] [stdout] 68 |     pub photoUrls: Vec<String>,
[INFO] [stdout]    |         ^^^^^^^^^ help: convert the identifier to snake case: `photo_urls`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `petId` should have a snake case name
[INFO] [stdout]    --> cogenitor-model/src/lib.rs:122:39
[INFO] [stdout]     |
[INFO] [stdout] 122 |     pub fn pet_petid_get(self: &Self, petId: i64) -> Result<(), ()> {
[INFO] [stdout]     |                                       ^^^^^ help: convert the identifier to snake case: `pet_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `petId` should have a snake case name
[INFO] [stdout]    --> cogenitor-model/src/lib.rs:125:40
[INFO] [stdout]     |
[INFO] [stdout] 125 |     pub fn pet_petid_post(self: &Self, petId: i64, name: String, status: String) -> Result<(), ()> {
[INFO] [stdout]     |                                        ^^^^^ help: convert the identifier to snake case: `pet_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `petId` should have a snake case name
[INFO] [stdout]    --> cogenitor-model/src/lib.rs:128:59
[INFO] [stdout]     |
[INFO] [stdout] 128 |     pub fn pet_petid_delete(self: &Self, api_key: String, petId: i64) -> Result<(), ()> {
[INFO] [stdout]     |                                                           ^^^^^ help: convert the identifier to snake case: `pet_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `petId` should have a snake case name
[INFO] [stdout]    --> cogenitor-model/src/lib.rs:133:9
[INFO] [stdout]     |
[INFO] [stdout] 133 |         petId: i64,
[INFO] [stdout]     |         ^^^^^ help: convert the identifier to snake case: `pet_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `additionalMetadata` should have a snake case name
[INFO] [stdout]    --> cogenitor-model/src/lib.rs:134:9
[INFO] [stdout]     |
[INFO] [stdout] 134 |         additionalMetadata: String,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `additional_metadata`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling cogenitor v0.1.0 (/opt/rustwide/workdir/cogenitor)
[INFO] [stderr]    Compiling cogenitor-test v0.1.0 (/opt/rustwide/workdir/cogenitor-test)
[INFO] [stdout] creating type for schema 'Order
[INFO] [stdout] creating type for schema 'Category
[INFO] [stdout] creating type for schema 'User
[INFO] [stdout] creating type for schema 'Tag
[INFO] [stdout] creating type for schema 'Pet
[INFO] [stdout] creating type for schema 'ApiResponse
[INFO] [stdout] creating method for PUT /pet
[INFO] [stdout] creating method for POST /pet
[INFO] [stdout] creating method for GET /pet/findByStatus
[INFO] [stdout] creating method for GET /pet/findByTags
[INFO] [stdout] creating method for GET /pet/{petId}
[INFO] [stdout] creating method for POST /pet/{petId}
[INFO] [stdout] creating method for DELETE /pet/{petId}
[INFO] [stdout] creating method for POST /pet/{petId}/uploadImage
[INFO] [stdout] creating method for GET /store/inventory
[INFO] [stdout] creating method for POST /store/order
[INFO] [stdout] creating method for GET /store/order/{orderId}
[INFO] [stdout] creating method for DELETE /store/order/{orderId}
[INFO] [stdout] creating method for POST /user
[INFO] [stdout] creating method for POST /user/createWithList
[INFO] [stdout] creating method for GET /user/login
[INFO] [stdout] creating method for GET /user/logout
[INFO] [stdout] creating method for GET /user/{username}
[INFO] [stdout] creating method for PUT /user/{username}
[INFO] [stdout] creating method for DELETE /user/{username}
[INFO] [stdout] token stream: #[derive(:: std :: fmt :: Debug, :: serde :: Serialize, :: serde ::
[INFO] [stdout] Deserialize, :: core :: cmp :: PartialEq)] pub struct Order
[INFO] [stdout] {
[INFO] [stdout]     pub id : i64, pub petId : i64, pub shipDate : String, pub status : String,
[INFO] [stdout]     pub quantity : i32, pub complete : bool
[INFO] [stdout] }
[INFO] [stdout] #[derive(:: std :: fmt :: Debug, :: serde :: Serialize, :: serde ::
[INFO] [stdout] Deserialize, :: core :: cmp :: PartialEq)] pub struct Category
[INFO] [stdout] { pub id : i64, pub name : String }
[INFO] [stdout] #[derive(:: std :: fmt :: Debug, :: serde :: Serialize, :: serde ::
[INFO] [stdout] Deserialize, :: core :: cmp :: PartialEq)] pub struct User
[INFO] [stdout] {
[INFO] [stdout]     pub email : String, pub phone : String, pub id : i64, pub username :
[INFO] [stdout]     String, pub lastName : String, pub password : String, pub firstName :
[INFO] [stdout]     String, pub userStatus : i32
[INFO] [stdout] }
[INFO] [stdout] #[derive(:: std :: fmt :: Debug, :: serde :: Serialize, :: serde ::
[INFO] [stdout] Deserialize, :: core :: cmp :: PartialEq)] pub struct Tag
[INFO] [stdout] { pub name : String, pub id : i64 }
[INFO] [stdout] #[derive(:: std :: fmt :: Debug, :: serde :: Serialize, :: serde ::
[INFO] [stdout] Deserialize, :: core :: cmp :: PartialEq)] pub struct Pet
[INFO] [stdout] {
[INFO] [stdout]     pub status : String, pub name : String, pub id : i64, pub photoUrls : Vec
[INFO] [stdout]     < String > , pub tags : Vec < Tag > , pub category : Category
[INFO] [stdout] }
[INFO] [stdout] #[derive(:: std :: fmt :: Debug, :: serde :: Serialize, :: serde ::
[INFO] [stdout] Deserialize, :: core :: cmp :: PartialEq)] pub struct ApiResponse
[INFO] [stdout] { pub code : i32, pub message : String, pub type_ : String } #[derive(Debug)]
[INFO] [stdout] pub struct Client {} impl Client
[INFO] [stdout] {
[INFO] [stdout]     pub fn pet_put(self : & Self) -> Result < (), () > { todo! () } pub fn
[INFO] [stdout]     pet_post(self : & Self) -> Result < (), () > { todo! () } pub fn
[INFO] [stdout]     pet_findbystatus_get(self : & Self, status : String) -> Result < (), () >
[INFO] [stdout]     { todo! () } pub fn
[INFO] [stdout]     pet_findbytags_get(self : & Self, tags : Vec < String >) -> Result < (),
[INFO] [stdout] creating type for schema 'Order
[INFO] [stdout] creating type for schema 'Category
[INFO] [stdout] creating type for schema 'User
[INFO] [stdout] creating type for schema 'Tag
[INFO] [stdout] creating type for schema 'Pet
[INFO] [stdout] creating type for schema 'ApiResponse
[INFO] [stdout] creating method for PUT /pet
[INFO] [stdout] creating method for POST /pet
[INFO] [stdout] creating method for GET /pet/findByStatus
[INFO] [stdout]     () > { todo! () } pub fn pet_petid_get(self : & Self, petId : i64) ->
[INFO] [stdout]     Result < (), () > { todo! () } pub fn
[INFO] [stdout]     pet_petid_post(self : & Self, petId : i64, name : String, status : String)
[INFO] [stdout]     -> Result < (), () > { todo! () } pub fn
[INFO] [stdout]     pet_petid_delete(self : & Self, api_key : String, petId : i64) -> Result <
[INFO] [stdout]     (), () > { todo! () } pub fn
[INFO] [stdout]     pet_petid_uploadimage_post(self : & Self, petId : i64, additionalMetadata
[INFO] [stdout]     : String) -> Result < (), () > { todo! () } pub fn
[INFO] [stdout]     store_inventory_get(self : & Self) -> Result < (), () > { todo! () } pub
[INFO] [stdout]     fn store_order_post(self : & Self) -> Result < (), () > { todo! () } pub
[INFO] [stdout]     fn store_order_orderid_get(self : & Self, orderId : i64) -> Result < (),
[INFO] [stdout]     () > { todo! () } pub fn
[INFO] [stdout]     store_order_orderid_delete(self : & Self, orderId : i64) -> Result < (),
[INFO] [stdout]     () > { todo! () } pub fn user_post(self : & Self) -> Result < (), () >
[INFO] [stdout]     { todo! () } pub fn user_createwithlist_post(self : & Self) -> Result <
[INFO] [stdout]     (), () > { todo! () } pub fn
[INFO] [stdout]     user_login_get(self : & Self, username : String, password : String) ->
[INFO] [stdout]     Result < (), () > { todo! () } pub fn user_logout_get(self : & Self) ->
[INFO] [stdout]     Result < (), () > { todo! () } pub fn
[INFO] [stdout]     user_username_get(self : & Self, username : String) -> Result < (), () >
[INFO] [stdout]     { todo! () } pub fn user_username_put(self : & Self, username : String) ->
[INFO] [stdout]     Result < (), () > { todo! () } pub fn
[INFO] [stdout]     user_username_delete(self : & Self, username : String) -> Result < (), ()
[INFO] [stdout]     > { todo! () }
[INFO] [stdout] }
[INFO] [stdout] creating method for GET /pet/findByTags
[INFO] [stdout] creating method for GET /pet/{petId}
[INFO] [stdout] creating method for POST /pet/{petId}
[INFO] [stdout] creating method for DELETE /pet/{petId}
[INFO] [stdout] creating method for POST /pet/{petId}/uploadImage
[INFO] [stdout] creating method for GET /store/inventory
[INFO] [stdout] creating method for POST /store/order
[INFO] [stdout] creating method for GET /store/order/{orderId}
[INFO] [stdout] creating method for DELETE /store/order/{orderId}
[INFO] [stdout] creating method for POST /user
[INFO] [stdout] creating method for POST /user/createWithList
[INFO] [stdout] creating method for GET /user/login
[INFO] [stdout] creating method for GET /user/logout
[INFO] [stdout] creating method for GET /user/{username}
[INFO] [stdout] creating method for PUT /user/{username}
[INFO] [stdout] creating method for DELETE /user/{username}
[INFO] [stdout] token stream: #[derive(:: std :: fmt :: Debug, :: serde :: Serialize, :: serde ::
[INFO] [stdout] Deserialize, :: core :: cmp :: PartialEq)] pub struct Order
[INFO] [stdout] {
[INFO] [stdout]     pub status : String, pub petId : i64, pub shipDate : String, pub id : i64,
[INFO] [stdout]     pub complete : bool, pub quantity : i32
[INFO] [stdout] }
[INFO] [stdout] #[derive(:: std :: fmt :: Debug, :: serde :: Serialize, :: serde ::
[INFO] [stdout] Deserialize, :: core :: cmp :: PartialEq)] pub struct Category
[INFO] [stdout] { pub id : i64, pub name : String }
[INFO] [stdout] #[derive(:: std :: fmt :: Debug, :: serde :: Serialize, :: serde ::
[INFO] [stdout] Deserialize, :: core :: cmp :: PartialEq)] pub struct User
[INFO] [stdout] {
[INFO] [stdout]     pub email : String, pub userStatus : i32, pub username : String, pub
[INFO] [stdout]     password : String, pub id : i64, pub lastName : String, pub firstName :
[INFO] [stdout]     String, pub phone : String
[INFO] [stdout] }
[INFO] [stdout] #[derive(:: std :: fmt :: Debug, :: serde :: Serialize, :: serde ::
[INFO] [stdout] Deserialize, :: core :: cmp :: PartialEq)] pub struct Tag
[INFO] [stdout] { pub id : i64, pub name : String }
[INFO] [stdout] #[derive(:: std :: fmt :: Debug, :: serde :: Serialize, :: serde ::
[INFO] [stdout] Deserialize, :: core :: cmp :: PartialEq)] pub struct Pet
[INFO] [stdout] {
[INFO] [stdout]     pub photoUrls : Vec < String > , pub name : String, pub tags : Vec < Tag >
[INFO] [stdout]     , pub category : Category, pub status : String, pub id : i64
[INFO] [stdout] }
[INFO] [stdout] #[derive(:: std :: fmt :: Debug, :: serde :: Serialize, :: serde ::
[INFO] [stdout] Deserialize, :: core :: cmp :: PartialEq)] pub struct ApiResponse
[INFO] [stdout] { pub message : String, pub code : i32, pub type_ : String } #[derive(Debug)]
[INFO] [stdout] pub struct Client {} impl Client
[INFO] [stdout] {
[INFO] [stdout]     pub fn pet_put(self : & Self) -> Result < (), () > { todo! () } pub fn
[INFO] [stdout]     pet_post(self : & Self) -> Result < (), () > { todo! () } pub fn
[INFO] [stdout]     pet_findbystatus_get(self : & Self, status : String) -> Result < (), () >
[INFO] [stdout]     { todo! () } pub fn
[INFO] [stdout]     pet_findbytags_get(self : & Self, tags : Vec < String >) -> Result < (),
[INFO] [stdout]     () > { todo! () } pub fn pet_petid_get(self : & Self, petId : i64) ->
[INFO] [stdout]     Result < (), () > { todo! () } pub fn
[INFO] [stdout]     pet_petid_post(self : & Self, petId : i64, name : String, status : String)
[INFO] [stdout]     -> Result < (), () > { todo! () } pub fn
[INFO] [stdout]     pet_petid_delete(self : & Self, api_key : String, petId : i64) -> Result <
[INFO] [stdout]     (), () > { todo! () } pub fn
[INFO] [stdout]     pet_petid_uploadimage_post(self : & Self, petId : i64, additionalMetadata
[INFO] [stdout]     : String) -> Result < (), () > { todo! () } pub fn
[INFO] [stdout]     store_inventory_get(self : & Self) -> Result < (), () > { todo! () } pub
[INFO] [stdout]     fn store_order_post(self : & Self) -> Result < (), () > { todo! () } pub
[INFO] [stdout]     fn store_order_orderid_get(self : & Self, orderId : i64) -> Result < (),
[INFO] [stdout]     () > { todo! () } pub fn
[INFO] [stdout]     store_order_orderid_delete(self : & Self, orderId : i64) -> Result < (),
[INFO] [stdout]     () > { todo! () } pub fn user_post(self : & Self) -> Result < (), () >
[INFO] [stdout]     { todo! () } pub fn user_createwithlist_post(self : & Self) -> Result <
[INFO] [stdout]     (), () > { todo! () } pub fn
[INFO] [stdout]     user_login_get(self : & Self, username : String, password : String) ->
[INFO] [stdout]     Result < (), () > { todo! () } pub fn user_logout_get(self : & Self) ->
[INFO] [stdout]     Result < (), () > { todo! () } pub fn
[INFO] [stdout]     user_username_get(self : & Self, username : String) -> Result < (), () >
[INFO] [stdout]     { todo! () } pub fn user_username_put(self : & Self, username : String) ->
[INFO] [stdout]     Result < (), () > { todo! () } pub fn
[INFO] [stdout]     user_username_delete(self : & Self, username : String) -> Result < (), ()
[INFO] [stdout]     > { todo! () }
[INFO] [stdout] }
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling assert-tokenstreams-eq v0.1.0
[INFO] [stderr]    Compiling cogenitor-core v0.1.0 (/opt/rustwide/workdir/cogenitor-core)
[INFO] [stdout] warning: unused import: `HashSet`
[INFO] [stdout]  --> cogenitor-core/src/lib.rs:4:28
[INFO] [stdout]   |
[INFO] [stdout] 4 |     collections::{HashMap, HashSet},
[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 variable: `path_item`
[INFO] [stdout]    --> cogenitor-core/src/adapters/oas30.rs:471:42
[INFO] [stdout]     |
[INFO] [stdout] 471 |                 if let ReferenceOr::Item(path_item) = path_item_ref {
[INFO] [stdout]     |                                          ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_path_item`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]    --> cogenitor-core/src/adapters/oas31.rs:613:9
[INFO] [stdout]     |
[INFO] [stdout] 612 |         todo!();
[INFO] [stdout]     |         ------- any code following this expression is unreachable
[INFO] [stdout] 613 |         Option::<OAS31SchemaRef>::None
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable expression
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]    --> cogenitor-core/src/adapters/oas30.rs:128:17
[INFO] [stdout]     |
[INFO] [stdout] 125 |                 todo!("this is broken, needs to compare path properly");
[INFO] [stdout]     |                 ------------------------------------------------------- any code following this expression is unreachable
[INFO] [stdout] ...
[INFO] [stdout] 128 |                 false
[INFO] [stdout]     |                 ^^^^^ unreachable expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> cogenitor-core/src/lib.rs:123:13
[INFO] [stdout]     |
[INFO] [stdout] 123 |     HashMap(Box<TypeKind>),
[INFO] [stdout]     |     ------- ^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `TypeKind` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 123 -     HashMap(Box<TypeKind>),
[INFO] [stdout] 123 +     HashMap(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Builtin` is never constructed
[INFO] [stdout]    --> cogenitor-core/src/lib.rs:120:5
[INFO] [stdout]     |
[INFO] [stdout] 117 | enum TypeKind {
[INFO] [stdout]     |      -------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 120 |     Builtin,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `TypeKind` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 10.51s
[INFO] running `Command { std: "docker" "inspect" "4ed159c8306b743bb128c696a1b7f5abd7ab698d7a3e0d9a579a61ce04d558c6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4ed159c8306b743bb128c696a1b7f5abd7ab698d7a3e0d9a579a61ce04d558c6", kill_on_drop: false }`
[INFO] [stdout] 4ed159c8306b743bb128c696a1b7f5abd7ab698d7a3e0d9a579a61ce04d558c6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] a3a8df6c8987a41041876827adbe11c8a38ba43d402956454f1d4361fe150233
[INFO] running `Command { std: "docker" "start" "-a" "a3a8df6c8987a41041876827adbe11c8a38ba43d402956454f1d4361fe150233", kill_on_drop: false }`
[INFO] [stderr] warning: unused variable: `status`
[INFO] [stderr]    --> cogenitor-model/src/lib.rs:116:46
[INFO] [stderr]     |
[INFO] [stderr] 116 |     pub fn pet_findbystatus_get(self: &Self, status: String) -> Result<(), ()> {
[INFO] [stderr]     |                                              ^^^^^^ help: if this is intentional, prefix it with an underscore: `_status`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `tags`
[INFO] [stderr]    --> cogenitor-model/src/lib.rs:119:44
[INFO] [stderr]     |
[INFO] [stderr] 119 |     pub fn pet_findbytags_get(self: &Self, tags: Vec<String>) -> Result<(), ()> {
[INFO] [stderr]     |                                            ^^^^ help: if this is intentional, prefix it with an underscore: `_tags`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `petId`
[INFO] [stderr]    --> cogenitor-model/src/lib.rs:122:39
[INFO] [stderr]     |
[INFO] [stderr] 122 |     pub fn pet_petid_get(self: &Self, petId: i64) -> Result<(), ()> {
[INFO] [stderr]     |                                       ^^^^^ help: if this is intentional, prefix it with an underscore: `_petId`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `petId`
[INFO] [stderr]    --> cogenitor-model/src/lib.rs:125:40
[INFO] [stderr]     |
[INFO] [stderr] 125 |     pub fn pet_petid_post(self: &Self, petId: i64, name: String, status: String) -> Result<(), ()> {
[INFO] [stderr]     |                                        ^^^^^ help: if this is intentional, prefix it with an underscore: `_petId`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `name`
[INFO] [stderr]    --> cogenitor-model/src/lib.rs:125:52
[INFO] [stderr]     |
[INFO] [stderr] 125 |     pub fn pet_petid_post(self: &Self, petId: i64, name: String, status: String) -> Result<(), ()> {
[INFO] [stderr]     |                                                    ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `status`
[INFO] [stderr]    --> cogenitor-model/src/lib.rs:125:66
[INFO] [stderr]     |
[INFO] [stderr] 125 |     pub fn pet_petid_post(self: &Self, petId: i64, name: String, status: String) -> Result<(), ()> {
[INFO] [stderr]     |                                                                  ^^^^^^ help: if this is intentional, prefix it with an underscore: `_status`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `api_key`
[INFO] [stderr]    --> cogenitor-model/src/lib.rs:128:42
[INFO] [stderr]     |
[INFO] [stderr] 128 |     pub fn pet_petid_delete(self: &Self, api_key: String, petId: i64) -> Result<(), ()> {
[INFO] [stderr]     |                                          ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_api_key`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `petId`
[INFO] [stderr]    --> cogenitor-model/src/lib.rs:128:59
[INFO] [stderr]     |
[INFO] [stderr] 128 |     pub fn pet_petid_delete(self: &Self, api_key: String, petId: i64) -> Result<(), ()> {
[INFO] [stderr]     |                                                           ^^^^^ help: if this is intentional, prefix it with an underscore: `_petId`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `petId`
[INFO] [stderr]    --> cogenitor-model/src/lib.rs:133:9
[INFO] [stderr]     |
[INFO] [stderr] 133 |         petId: i64,
[INFO] [stderr]     |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_petId`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `additionalMetadata`
[INFO] [stderr]    --> cogenitor-model/src/lib.rs:134:9
[INFO] [stderr]     |
[INFO] [stderr] 134 |         additionalMetadata: String,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_additionalMetadata`
[INFO] [stderr] 
[INFO] [stderr] warning: type `PetPutOk200Content` is more private than the item `Client::pet_put`
[INFO] [stderr]    --> cogenitor-model/src/lib.rs:110:5
[INFO] [stderr]     |
[INFO] [stderr] 110 |     pub fn pet_put(self: &Self) -> Result<PetPutOk200Content, PetPutError> {
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method `Client::pet_put` is reachable at visibility `pub`
[INFO] [stderr]     |
[INFO] [stderr] note: but type `PetPutOk200Content` is only usable at visibility `pub(crate)`
[INFO] [stderr]    --> cogenitor-model/src/lib.rs:96:1
[INFO] [stderr]     |
[INFO] [stderr]  96 | enum PetPutOk200Content {
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     = note: `#[warn(private_interfaces)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: type `PetPutError` is more private than the item `Client::pet_put`
[INFO] [stderr]    --> cogenitor-model/src/lib.rs:110:5
[INFO] [stderr]     |
[INFO] [stderr] 110 |     pub fn pet_put(self: &Self) -> Result<PetPutOk200Content, PetPutError> {
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method `Client::pet_put` is reachable at visibility `pub`
[INFO] [stderr]     |
[INFO] [stderr] note: but type `PetPutError` is only usable at visibility `pub(crate)`
[INFO] [stderr]    --> cogenitor-model/src/lib.rs:101:1
[INFO] [stderr]     |
[INFO] [stderr] 101 | enum PetPutError {
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: enum `ApiError` is never used
[INFO] [stderr]   --> cogenitor-model/src/lib.rs:88:6
[INFO] [stderr]    |
[INFO] [stderr] 88 | enum ApiError {
[INFO] [stderr]    |      ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variants `ApplicationJson` and `ApplicationXml` are never constructed
[INFO] [stderr]   --> cogenitor-model/src/lib.rs:97:5
[INFO] [stderr]    |
[INFO] [stderr] 96 | enum PetPutOk200Content {
[INFO] [stderr]    |      ------------------ variants in this enum
[INFO] [stderr] 97 |     ApplicationJson(Pet),
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^
[INFO] [stderr] 98 |     ApplicationXml(Pet),
[INFO] [stderr]    |     ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: variants `Status400`, `Status404`, `Status422`, `UndefinedError`, and `UndefinedResponse` are never constructed
[INFO] [stderr]    --> cogenitor-model/src/lib.rs:102:5
[INFO] [stderr]     |
[INFO] [stderr] 101 | enum PetPutError {
[INFO] [stderr]     |      ----------- variants in this enum
[INFO] [stderr] 102 |     Status400,
[INFO] [stderr]     |     ^^^^^^^^^
[INFO] [stderr] 103 |     Status404,
[INFO] [stderr]     |     ^^^^^^^^^
[INFO] [stderr] 104 |     Status422,
[INFO] [stderr]     |     ^^^^^^^^^
[INFO] [stderr] 105 |     UndefinedError,
[INFO] [stderr]     |     ^^^^^^^^^^^^^^
[INFO] [stderr] 106 |     UndefinedResponse,
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `petId` should have a snake case name
[INFO] [stderr]   --> cogenitor-model/src/lib.rs:14:9
[INFO] [stderr]    |
[INFO] [stderr] 14 |     pub petId: i64,
[INFO] [stderr]    |         ^^^^^ help: convert the identifier to snake case: `pet_id`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `shipDate` should have a snake case name
[INFO] [stderr]   --> cogenitor-model/src/lib.rs:16:9
[INFO] [stderr]    |
[INFO] [stderr] 16 |     pub shipDate: String,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case: `ship_date`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `firstName` should have a snake case name
[INFO] [stderr]   --> cogenitor-model/src/lib.rs:42:9
[INFO] [stderr]    |
[INFO] [stderr] 42 |     pub firstName: String,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case: `first_name`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `userStatus` should have a snake case name
[INFO] [stderr]   --> cogenitor-model/src/lib.rs:46:9
[INFO] [stderr]    |
[INFO] [stderr] 46 |     pub userStatus: i32,
[INFO] [stderr]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `user_status`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `lastName` should have a snake case name
[INFO] [stderr]   --> cogenitor-model/src/lib.rs:47:9
[INFO] [stderr]    |
[INFO] [stderr] 47 |     pub lastName: String,
[INFO] [stderr]    |         ^^^^^^^^ help: convert the identifier to snake case: `last_name`
[INFO] [stderr] 
[INFO] [stderr] warning: structure field `photoUrls` should have a snake case name
[INFO] [stderr]   --> cogenitor-model/src/lib.rs:68:9
[INFO] [stderr]    |
[INFO] [stderr] 68 |     pub photoUrls: Vec<String>,
[INFO] [stderr]    |         ^^^^^^^^^ help: convert the identifier to snake case: `photo_urls`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `petId` should have a snake case name
[INFO] [stderr]    --> cogenitor-model/src/lib.rs:122:39
[INFO] [stderr]     |
[INFO] [stderr] 122 |     pub fn pet_petid_get(self: &Self, petId: i64) -> Result<(), ()> {
[INFO] [stderr]     |                                       ^^^^^ help: convert the identifier to snake case: `pet_id`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `petId` should have a snake case name
[INFO] [stderr]    --> cogenitor-model/src/lib.rs:125:40
[INFO] [stderr]     |
[INFO] [stderr] 125 |     pub fn pet_petid_post(self: &Self, petId: i64, name: String, status: String) -> Result<(), ()> {
[INFO] [stderr]     |                                        ^^^^^ help: convert the identifier to snake case: `pet_id`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `petId` should have a snake case name
[INFO] [stderr]    --> cogenitor-model/src/lib.rs:128:59
[INFO] [stderr]     |
[INFO] [stderr] 128 |     pub fn pet_petid_delete(self: &Self, api_key: String, petId: i64) -> Result<(), ()> {
[INFO] [stderr]     |                                                           ^^^^^ help: convert the identifier to snake case: `pet_id`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `petId` should have a snake case name
[INFO] [stderr]    --> cogenitor-model/src/lib.rs:133:9
[INFO] [stderr]     |
[INFO] [stderr] 133 |         petId: i64,
[INFO] [stderr]     |         ^^^^^ help: convert the identifier to snake case: `pet_id`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `additionalMetadata` should have a snake case name
[INFO] [stderr]    --> cogenitor-model/src/lib.rs:134:9
[INFO] [stderr]     |
[INFO] [stderr] 134 |         additionalMetadata: String,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `additional_metadata`
[INFO] [stderr] 
[INFO] [stderr] warning: `cogenitor-model` (lib) generated 26 warnings
[INFO] [stderr] warning: `cogenitor-model` (lib test) generated 26 warnings (26 duplicates)
[INFO] [stderr] warning: unused import: `HashSet`
[INFO] [stderr]  --> cogenitor-core/src/lib.rs:4:28
[INFO] [stderr]   |
[INFO] [stderr] 4 |     collections::{HashMap, HashSet},
[INFO] [stderr]   |                            ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `path_item`
[INFO] [stderr]    --> cogenitor-core/src/adapters/oas30.rs:471:42
[INFO] [stderr]     |
[INFO] [stderr] 471 |                 if let ReferenceOr::Item(path_item) = path_item_ref {
[INFO] [stderr]     |                                          ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_path_item`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unreachable expression
[INFO] [stderr]    --> cogenitor-core/src/adapters/oas31.rs:613:9
[INFO] [stderr]     |
[INFO] [stderr] 612 |         todo!();
[INFO] [stderr]     |         ------- any code following this expression is unreachable
[INFO] [stderr] 613 |         Option::<OAS31SchemaRef>::None
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable expression
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unreachable expression
[INFO] [stderr]    --> cogenitor-core/src/adapters/oas30.rs:128:17
[INFO] [stderr]     |
[INFO] [stderr] 125 |                 todo!("this is broken, needs to compare path properly");
[INFO] [stderr]     |                 ------------------------------------------------------- any code following this expression is unreachable
[INFO] [stderr] ...
[INFO] [stderr] 128 |                 false
[INFO] [stderr]     |                 ^^^^^ unreachable expression
[INFO] [stderr] 
[INFO] [stderr] warning: field `mapping` is never read
[INFO] [stderr]   --> cogenitor-core/src/lib.rs:62:5
[INFO] [stderr]    |
[INFO] [stderr] 61 | struct TypeMapping {
[INFO] [stderr]    |        ----------- field in this struct
[INFO] [stderr] 62 |     mapping: HashMap<String, TypeRef>,
[INFO] [stderr]    |     ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> cogenitor-core/src/lib.rs:123:13
[INFO] [stderr]     |
[INFO] [stderr] 123 |     HashMap(Box<TypeKind>),
[INFO] [stderr]     |     ------- ^^^^^^^^^^^^^
[INFO] [stderr]     |     |
[INFO] [stderr]     |     field in this variant
[INFO] [stderr]     |
[INFO] [stderr]     = note: `TypeKind` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]     |
[INFO] [stderr] 123 -     HashMap(Box<TypeKind>),
[INFO] [stderr] 123 +     HashMap(()),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: variant `Builtin` is never constructed
[INFO] [stderr]    --> cogenitor-core/src/lib.rs:120:5
[INFO] [stderr]     |
[INFO] [stderr] 117 | enum TypeKind {
[INFO] [stderr]     |      -------- variant in this enum
[INFO] [stderr] ...
[INFO] [stderr] 120 |     Builtin,
[INFO] [stderr]     |     ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `TypeKind` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> cogenitor-core/src/lib.rs:123:13
[INFO] [stderr]     |
[INFO] [stderr] 123 |     HashMap(Box<TypeKind>),
[INFO] [stderr]     |     ------- ^^^^^^^^^^^^^
[INFO] [stderr]     |     |
[INFO] [stderr]     |     field in this variant
[INFO] [stderr]     |
[INFO] [stderr]     = note: `TypeKind` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]     |
[INFO] [stderr] 123 -     HashMap(Box<TypeKind>),
[INFO] [stderr] 123 +     HashMap(()),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: `cogenitor-core` (lib) generated 7 warnings (run `cargo fix --lib -p cogenitor-core` to apply 1 suggestion)
[INFO] [stderr] warning: `cogenitor-core` (lib) generated 7 warnings (7 duplicates)
[INFO] [stderr] warning: `cogenitor-core` (lib test) generated 6 warnings (5 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.20s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cogenitor-7db878221d6d5854)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cogenitor_core-1dfd68835a76d3f0)
[INFO] [stdout] 
[INFO] [stdout] running 40 tests
[INFO] [stdout] test adapters::oas30::test_empty ... ok
[INFO] [stdout] test adapters::oas30::test_number_formats ... ok
[INFO] [stdout] test adapters::oas30::test_simple_paths ... ok
[INFO] [stdout] test codemodel::fqtn::test_fqtn_parsing ... ok
[INFO] [stdout] test codemodel::fqtn::test_builders ... ok
[INFO] [stdout] test codemodel::fqtn::test_parse ... ok
[INFO] [stdout] test adapters::oas31::tests::test_simple_paths ... ok
[INFO] [stdout] test adapters::oas30::test_path_parameters ... ok
[INFO] [stdout] test codemodel::simplepath::tests::test_is_global ... ok
[INFO] [stdout] test codemodel::simplepath::tests::test_iterator ... ok
[INFO] [stdout] test codemodel::tests::test_crates_and_mods ... ok
[INFO] [stdout] test codemodel::simplepath::tests::test_reserved_keywords ... ok
[INFO] [stdout] test codemodel::tests::test_comprehensive_attr_usage ... ok
[INFO] [stdout] test codemodel::tests::test_enum_builder ... ok
[INFO] [stdout] test codemodel::tests::test_buider ... ok
[INFO] [stdout] test codemodel::tests::test_insert_implementation ... ok
[INFO] [stdout] test codemodel::tests::test_duplicate_attr_allowed ... ok
[INFO] [stdout] test adapters::oas31::tests::test_comprehensive_oas31_spec ... ok
[INFO] [stdout] test codemodel::tests::test_attr_builder ... ok
[INFO] [stdout] test codemodel::tests::test_stub ... ok
[INFO] [stdout] test translate::tests::test_empty_path ... ok
[INFO] [stdout] test tests::test_empty ... ok
[INFO] [stdout] test codemodel::simplepath::tests::test_valid_simple_paths ... ok
[INFO] [stdout] test tests::test_simple_fn ... ok
[INFO] [stdout] test tests::test_fn_params ... ok
[INFO] [stdout] test tests::test_simple_pet ... ok
[INFO] [stdout] test translate::tests::test_complex_path ... ok
[INFO] [stdout] test translate::tests::test_different_methods ... ok
[INFO] [stdout] test translate::tests::test_path_with_parameters ... ok
[INFO] [stdout] test translate::tests::test_root_path ... ok
[INFO] [stdout] test codemodel::simplepath::tests::test_invalid_simple_paths ... ok
[INFO] [stdout] test translate::tests::test_simple_path ... ok
[INFO] [stdout] test translate::tests::test_special_characters ... ok
[INFO] [stdout] test tests::test_oas_petstore ... ok
[INFO] [stdout] test adapters::oas31::tests::test_number_formats ... ok
[INFO] [stdout] test adapters::oas31::tests::test_empty ... ok
[INFO] [stdout] test codewriter::test_write_code ... FAILED
[INFO] [stdout] test codewriter::test_write_struct_with_serde ... FAILED
[INFO] [stdout] test codewriter::test_write_implementation ... FAILED
[INFO] [stderr] error: test failed, to rerun pass `-p cogenitor-core --lib`
[INFO] [stdout] test codewriter::test_write_enum_code ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- codewriter::test_write_code stdout ----
[INFO] [stdout] pub struct Bar { pub has_handles : bool } type BarAlias = Bar ; pub struct Foo { pub bar : Bar , pub bar_alias : BarAlias , pub name : String , pub other_names : Vec < String > , pub zab : u8 }
[INFO] [stdout] 
[INFO] [stdout] thread 'codewriter::test_write_code' (51) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/assert-tokenstreams-eq-0.1.0/src/lib.rs:35:19:
[INFO] [stdout] Input is no valid rust code.
[INFO] [stdout] error: 'rustfmt' is not installed for the toolchain 'beta-2025-09-21-x86_64-unknown-linux-gnu'.
[INFO] [stdout] To install, run `rustup component add --toolchain beta-2025-09-21-x86_64-unknown-linux-gnu rustfmt`
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61a951cbc612 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61a951cbc612 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61a951cbc612 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61a951cbc612 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61a951cce97f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61a951cce97f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x61a951c880e1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61a951c880e1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61a951c94342 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61a951c99c0f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x61a951c99aa1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x61a951af353e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x61a951af353e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61a951c9a37f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x61a951c9a37f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x61a951c9a12a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x61a951c94479 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x61a951c7c5ad - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x61a951cd8960 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61a9519b2ed0 - core::panicking::panic_display::h8e11f4f8b51f6add
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:259:5
[INFO] [stdout]   20:     0x61a9517fa279 - assert_tokenstreams_eq::compare_tokenstreams::hc1f8e11f78b6e58d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/assert-tokenstreams-eq-0.1.0/src/lib.rs:35:19
[INFO] [stdout]   21:     0x61a9518a5c59 - cogenitor_core::codewriter::test_write_code::h6448c686d8c6c71b
[INFO] [stdout]                                at /opt/rustwide/workdir/cogenitor-core/src/codewriter.rs:215:5
[INFO] [stdout]   22:     0x61a9518a5fe7 - cogenitor_core::codewriter::test_write_code::{{closure}}::haa9d435111645876
[INFO] [stdout]                                at /opt/rustwide/workdir/cogenitor-core/src/codewriter.rs:166:25
[INFO] [stdout]   23:     0x61a95184dbc6 - core::ops::function::FnOnce::call_once::hd992390f57c3fdc0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x61a951af32fb - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61a951af32fb - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x61a951b08f65 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x61a951b08f65 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x61a951b08f65 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   29:     0x61a951b08f65 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   30:     0x61a951b08f65 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x61a951b08f65 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x61a951b08f65 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x61a951adf754 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x61a951adf754 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x61a951ae301a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x61a951ae301a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x61a951ae301a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   38:     0x61a951ae301a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   39:     0x61a951ae301a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x61a951ae301a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x61a951ae301a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x61a951c8f4bf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   43:     0x61a951c8f4bf - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   44:     0x7eded4085aa4 - <unknown>
[INFO] [stdout]   45:     0x7eded4112a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- codewriter::test_write_struct_with_serde stdout ----
[INFO] [stdout] # [derive (serde :: Deserialize)] pub struct Foo { pub bar : bool }
[INFO] [stdout] 
[INFO] [stdout] thread 'codewriter::test_write_struct_with_serde' (54) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/assert-tokenstreams-eq-0.1.0/src/lib.rs:35:19:
[INFO] [stdout] Input is no valid rust code.
[INFO] [stdout] error: 'rustfmt' is not installed for the toolchain 'beta-2025-09-21-x86_64-unknown-linux-gnu'.
[INFO] [stdout] To install, run `rustup component add --toolchain beta-2025-09-21-x86_64-unknown-linux-gnu rustfmt`
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61a951cbc612 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61a951cbc612 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61a951cbc612 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61a951cbc612 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61a951cce97f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61a951cce97f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x61a951c880e1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61a951c880e1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61a951c94342 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61a951c99c0f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x61a951c99aa1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x61a951af353e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x61a951af353e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61a951c9a37f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x61a951c9a37f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x61a951c9a12a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x61a951c94479 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x61a951c7c5ad - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x61a951cd8960 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61a9519b2ed0 - core::panicking::panic_display::h8e11f4f8b51f6add
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:259:5
[INFO] [stdout]   20:     0x61a9517fa279 - assert_tokenstreams_eq::compare_tokenstreams::hc1f8e11f78b6e58d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/assert-tokenstreams-eq-0.1.0/src/lib.rs:35:19
[INFO] [stdout]   21:     0x61a9518af765 - cogenitor_core::codewriter::test_write_struct_with_serde::hc49393d80719b6b9
[INFO] [stdout]                                at /opt/rustwide/workdir/cogenitor-core/src/codewriter.rs:240:5
[INFO] [stdout]   22:     0x61a9518af8e7 - cogenitor_core::codewriter::test_write_struct_with_serde::{{closure}}::h99937831892cdbe3
[INFO] [stdout]                                at /opt/rustwide/workdir/cogenitor-core/src/codewriter.rs:220:38
[INFO] [stdout]   23:     0x61a95184c476 - core::ops::function::FnOnce::call_once::h98ba79ba5c5bc1cf
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x61a951af32fb - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61a951af32fb - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x61a951b08f65 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x61a951b08f65 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x61a951b08f65 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   29:     0x61a951b08f65 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   30:     0x61a951b08f65 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x61a951b08f65 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x61a951b08f65 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x61a951adf754 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x61a951adf754 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x61a951ae301a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x61a951ae301a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x61a951ae301a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   38:     0x61a951ae301a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   39:     0x61a951ae301a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x61a951ae301a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x61a951ae301a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x61a951c8f4bf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   43:     0x61a951c8f4bf - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   44:     0x7eded4085aa4 - <unknown>
[INFO] [stdout]   45:     0x7eded4112a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- codewriter::test_write_implementation stdout ----
[INFO] [stdout] pub struct User { pub id : u32 , pub name : String , pub email : String } pub struct Post { pub id : u32 , pub title : String , pub author_id : u32 } impl User { pub fn new (id : u32 , name : String , email : String) -> User { todo ! () } pub fn get_id () -> u32 { todo ! () } } impl Post { pub fn new (id : u32 , title : String , author_id : u32) -> Post { todo ! () } pub fn get_author (users : Vec) -> User { todo ! () } }
[INFO] [stdout] 
[INFO] [stdout] thread 'codewriter::test_write_implementation' (53) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/assert-tokenstreams-eq-0.1.0/src/lib.rs:35:19:
[INFO] [stdout] Input is no valid rust code.
[INFO] [stdout] error: 'rustfmt' is not installed for the toolchain 'beta-2025-09-21-x86_64-unknown-linux-gnu'.
[INFO] [stdout] To install, run `rustup component add --toolchain beta-2025-09-21-x86_64-unknown-linux-gnu rustfmt`
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61a951cbc612 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61a951cbc612 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61a951cbc612 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61a951cbc612 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61a951cce97f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61a951cce97f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x61a951c880e1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61a951c880e1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61a951c94342 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61a951c99c0f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x61a951c99aa1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x61a951af353e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x61a951af353e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61a951c9a37f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x61a951c9a37f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x61a951c9a12a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x61a951c94479 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x61a951c7c5ad - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x61a951cd8960 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61a9519b2ed0 - core::panicking::panic_display::h8e11f4f8b51f6add
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:259:5
[INFO] [stdout]   20:     0x61a9517fa279 - assert_tokenstreams_eq::compare_tokenstreams::hc1f8e11f78b6e58d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/assert-tokenstreams-eq-0.1.0/src/lib.rs:35:19
[INFO] [stdout]   21:     0x61a9518ae58c - cogenitor_core::codewriter::test_write_implementation::hdaa21aba42100480
[INFO] [stdout]                                at /opt/rustwide/workdir/cogenitor-core/src/codewriter.rs:400:5
[INFO] [stdout]   22:     0x61a9518aeaf7 - cogenitor_core::codewriter::test_write_implementation::{{closure}}::hfaa1710511ddfb67
[INFO] [stdout]                                at /opt/rustwide/workdir/cogenitor-core/src/codewriter.rs:309:35
[INFO] [stdout]   23:     0x61a95184aa76 - core::ops::function::FnOnce::call_once::h4d06ee643702c337
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x61a951af32fb - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61a951af32fb - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x61a951b08f65 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x61a951b08f65 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x61a951b08f65 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   29:     0x61a951b08f65 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   30:     0x61a951b08f65 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x61a951b08f65 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x61a951b08f65 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x61a951adf754 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x61a951adf754 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x61a951ae301a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x61a951ae301a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x61a951ae301a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   38:     0x61a951ae301a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   39:     0x61a951ae301a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x61a951ae301a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x61a951ae301a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x61a951c8f4bf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   43:     0x61a951c8f4bf - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   44:     0x7eded4085aa4 - <unknown>
[INFO] [stdout]   45:     0x7eded4112a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- codewriter::test_write_enum_code stdout ----
[INFO] [stdout] pub enum Color { Red , Green , Blue } # [derive (Debug)] pub enum Shape { Circle , Rectangle (f64 , f64) , Point { x : f64 , y : f64 } , Line { start : f64 , end : f64 } }
[INFO] [stdout] 
[INFO] [stdout] thread 'codewriter::test_write_enum_code' (52) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/assert-tokenstreams-eq-0.1.0/src/lib.rs:35:19:
[INFO] [stdout] Input is no valid rust code.
[INFO] [stdout] error: 'rustfmt' is not installed for the toolchain 'beta-2025-09-21-x86_64-unknown-linux-gnu'.
[INFO] [stdout] To install, run `rustup component add --toolchain beta-2025-09-21-x86_64-unknown-linux-gnu rustfmt`
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61a951cbc612 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61a951cbc612 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61a951cbc612 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x61a951cbc612 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x61a951cce97f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x61a951cce97f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x61a951c880e1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x61a951c880e1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x61a951c94342 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x61a951c99c0f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x61a951c99aa1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x61a951af353e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x61a951af353e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x61a951c9a37f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x61a951c9a37f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x61a951c9a12a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x61a951c94479 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x61a951c7c5ad - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x61a951cd8960 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x61a9519b2ed0 - core::panicking::panic_display::h8e11f4f8b51f6add
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:259:5
[INFO] [stdout]   20:     0x61a9517fa279 - assert_tokenstreams_eq::compare_tokenstreams::hc1f8e11f78b6e58d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/assert-tokenstreams-eq-0.1.0/src/lib.rs:35:19
[INFO] [stdout]   21:     0x61a9518aa244 - cogenitor_core::codewriter::test_write_enum_code::h4285a256ecbf8fcf
[INFO] [stdout]                                at /opt/rustwide/workdir/cogenitor-core/src/codewriter.rs:304:5
[INFO] [stdout]   22:     0x61a9518aa6a7 - cogenitor_core::codewriter::test_write_enum_code::{{closure}}::h8bd194ce27373eb1
[INFO] [stdout]                                at /opt/rustwide/workdir/cogenitor-core/src/codewriter.rs:253:30
[INFO] [stdout]   23:     0x61a95184d8e6 - core::ops::function::FnOnce::call_once::hd22edd4d8bd1d536
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x61a951af32fb - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x61a951af32fb - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x61a951b08f65 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x61a951b08f65 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x61a951b08f65 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   29:     0x61a951b08f65 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   30:     0x61a951b08f65 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x61a951b08f65 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x61a951b08f65 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x61a951adf754 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x61a951adf754 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x61a951ae301a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x61a951ae301a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x61a951ae301a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   38:     0x61a951ae301a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   39:     0x61a951ae301a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x61a951ae301a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x61a951ae301a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x61a951c8f4bf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   43:     0x61a951c8f4bf - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   44:     0x7eded4085aa4 - <unknown>
[INFO] [stdout]   45:     0x7eded4112a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     codewriter::test_write_code
[INFO] [stdout]     codewriter::test_write_enum_code
[INFO] [stdout]     codewriter::test_write_implementation
[INFO] [stdout]     codewriter::test_write_struct_with_serde
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 36 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.23s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "a3a8df6c8987a41041876827adbe11c8a38ba43d402956454f1d4361fe150233", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a3a8df6c8987a41041876827adbe11c8a38ba43d402956454f1d4361fe150233", kill_on_drop: false }`
[INFO] [stdout] a3a8df6c8987a41041876827adbe11c8a38ba43d402956454f1d4361fe150233
