[INFO] cloning repository https://github.com/edenreich/k8s-operator-template
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/edenreich/k8s-operator-template" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fedenreich%2Fk8s-operator-template", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fedenreich%2Fk8s-operator-template'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a7914aa2cbfa253c9af173bd7be78a7f49a7caec
[INFO] testing edenreich/k8s-operator-template against master#0d162b25edd5bf0dba9a22e83b614f1113e90474 for pr-150681
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fedenreich%2Fk8s-operator-template" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/edenreich/k8s-operator-template
[INFO] finished tweaking git repo https://github.com/edenreich/k8s-operator-template
[INFO] tweaked toml for git repo https://github.com/edenreich/k8s-operator-template written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/edenreich/k8s-operator-template on toolchain 0d162b25edd5bf0dba9a22e83b614f1113e90474
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/edenreich/k8s-operator-template 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" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded proc-macro2 v1.0.89
[INFO] [stderr]   Downloaded serial_test_derive v3.1.1
[INFO] [stderr]   Downloaded thiserror-impl v2.0.3
[INFO] [stderr]   Downloaded serial_test v3.1.1
[INFO] [stderr]   Downloaded thiserror v2.0.3
[INFO] [stderr]   Downloaded askama_derive v0.12.5
[INFO] [stderr]   Downloaded doc-comment v0.3.3
[INFO] [stderr]   Downloaded predicates-core v1.0.8
[INFO] [stderr]   Downloaded askama_escape v0.10.3
[INFO] [stderr]   Downloaded termtree v0.4.1
[INFO] [stderr]   Downloaded predicates-tree v1.0.11
[INFO] [stderr]   Downloaded tempfile v3.11.0
[INFO] [stderr]   Downloaded humansize v2.1.3
[INFO] [stderr]   Downloaded askama_parser v0.2.1
[INFO] [stderr]   Downloaded mockall v0.13.0
[INFO] [stderr]   Downloaded sdd v3.0.4
[INFO] [stderr]   Downloaded assert_cmd v2.0.16
[INFO] [stderr]   Downloaded askama v0.12.1
[INFO] [stderr]   Downloaded predicates v3.1.2
[INFO] [stderr]   Downloaded mockall_derive v0.13.0
[INFO] [stderr]   Downloaded basic-toml v0.1.9
[INFO] [stderr]   Downloaded insta v1.41.1
[INFO] [stderr]   Downloaded scc v2.2.4
[INFO] [stderr]   Downloaded syn v2.0.87
[INFO] [stderr]   Downloaded regex v1.11.0
[INFO] [stderr]   Downloaded rustix v0.38.38
[INFO] [stderr]   Downloaded bstr v1.10.0
[INFO] [stderr]   Downloaded openapiv3 v2.0.0
[INFO] [stderr]   Downloaded regex-automata v0.4.8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a5dbb9a836f5d00a86b247581a13d5940312006e6db68b75bff8b184cdd4a083
[INFO] running `Command { std: "docker" "start" "-a" "a5dbb9a836f5d00a86b247581a13d5940312006e6db68b75bff8b184cdd4a083", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a5dbb9a836f5d00a86b247581a13d5940312006e6db68b75bff8b184cdd4a083", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a5dbb9a836f5d00a86b247581a13d5940312006e6db68b75bff8b184cdd4a083", kill_on_drop: false }`
[INFO] [stdout] a5dbb9a836f5d00a86b247581a13d5940312006e6db68b75bff8b184cdd4a083
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 89bfe2a1c0ee2699202a1dfdb583bfb8f0b9e4f4ba9710451c75c6fdda51df6d
[INFO] running `Command { std: "docker" "start" "-a" "89bfe2a1c0ee2699202a1dfdb583bfb8f0b9e4f4ba9710451c75c6fdda51df6d", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.89
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]    Compiling memchr v2.7.2
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling colorchoice v1.0.2
[INFO] [stderr]    Compiling unicase v2.7.0
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.1
[INFO] [stderr]    Compiling anstyle-query v1.1.1
[INFO] [stderr]    Compiling anstyle-parse v0.2.5
[INFO] [stderr]    Compiling autocfg v1.2.0
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling anstyle v1.0.8
[INFO] [stderr]    Compiling mime_guess v2.0.4
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling anstream v0.6.15
[INFO] [stderr]    Compiling ryu v1.0.17
[INFO] [stderr]    Compiling hashbrown v0.15.0
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling itoa v1.0.11
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling serde_json v1.0.115
[INFO] [stderr]    Compiling syn v2.0.87
[INFO] [stderr]    Compiling libm v0.2.8
[INFO] [stderr]    Compiling clap_lex v0.7.2
[INFO] [stderr]    Compiling thiserror v2.0.3
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling log v0.4.21
[INFO] [stderr]    Compiling humansize v2.1.3
[INFO] [stderr]    Compiling clap_builder v4.5.20
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling humantime v2.1.0
[INFO] [stderr]    Compiling askama_escape v0.10.3
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling regex-automata v0.4.8
[INFO] [stderr]    Compiling askama_parser v0.2.1
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]    Compiling thiserror-impl v2.0.3
[INFO] [stderr]    Compiling clap_derive v4.5.18
[INFO] [stderr]    Compiling regex v1.11.0
[INFO] [stderr]    Compiling env_filter v0.1.2
[INFO] [stderr]    Compiling Inflector v0.11.4
[INFO] [stderr]    Compiling env_logger v0.11.5
[INFO] [stderr]    Compiling clap v4.5.20
[INFO] [stderr]    Compiling indexmap v2.6.0
[INFO] [stderr]    Compiling basic-toml v0.1.9
[INFO] [stderr]    Compiling askama_derive v0.12.5
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling openapiv3 v2.0.0
[INFO] [stderr]    Compiling askama v0.12.1
[INFO] [stderr]    Compiling kopgen v1.13.5 (/opt/rustwide/workdir/cli)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s
[INFO] running `Command { std: "docker" "inspect" "89bfe2a1c0ee2699202a1dfdb583bfb8f0b9e4f4ba9710451c75c6fdda51df6d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "89bfe2a1c0ee2699202a1dfdb583bfb8f0b9e4f4ba9710451c75c6fdda51df6d", kill_on_drop: false }`
[INFO] [stdout] 89bfe2a1c0ee2699202a1dfdb583bfb8f0b9e4f4ba9710451c75c6fdda51df6d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 48fb8e3158793b5a8384b479fa12f26069ddaa0d07366b197ae9913e48e4d2a4
[INFO] running `Command { std: "docker" "start" "-a" "48fb8e3158793b5a8384b479fa12f26069ddaa0d07366b197ae9913e48e4d2a4", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.7.2
[INFO] [stderr]    Compiling libc v0.2.161
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling syn v2.0.87
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling pin-project-lite v0.2.15
[INFO] [stderr]    Compiling predicates-core v1.0.8
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling float-cmp v0.9.0
[INFO] [stderr]    Compiling mockall_derive v0.13.0
[INFO] [stderr]    Compiling rustix v0.38.38
[INFO] [stderr]    Compiling termtree v0.4.1
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling doc-comment v0.3.3
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling predicates-tree v1.0.11
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling once_cell v1.20.2
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling assert_cmd v2.0.16
[INFO] [stderr]    Compiling sdd v3.0.4
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling wait-timeout v0.2.0
[INFO] [stderr]    Compiling scc v2.2.4
[INFO] [stderr]    Compiling console v0.15.8
[INFO] [stderr]    Compiling fastrand v2.1.1
[INFO] [stderr]    Compiling similar v2.6.0
[INFO] [stderr]    Compiling downcast v0.11.0
[INFO] [stderr]    Compiling fragile v2.0.0
[INFO] [stderr]    Compiling linked-hash-map v0.5.6
[INFO] [stderr]    Compiling regex-automata v0.4.8
[INFO] [stderr]    Compiling tempfile v3.11.0
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]    Compiling thiserror-impl v2.0.3
[INFO] [stderr]    Compiling clap_derive v4.5.18
[INFO] [stderr]    Compiling serial_test_derive v3.1.1
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling serial_test v3.1.1
[INFO] [stderr]    Compiling thiserror v2.0.3
[INFO] [stderr]    Compiling regex v1.11.0
[INFO] [stderr]    Compiling bstr v1.10.0
[INFO] [stderr]    Compiling clap v4.5.20
[INFO] [stderr]    Compiling env_filter v0.1.2
[INFO] [stderr]    Compiling Inflector v0.11.4
[INFO] [stderr]    Compiling env_logger v0.11.5
[INFO] [stderr]    Compiling predicates v3.1.2
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]    Compiling mockall v0.13.0
[INFO] [stderr]    Compiling indexmap v2.6.0
[INFO] [stderr]    Compiling serde_json v1.0.115
[INFO] [stderr]    Compiling insta v1.41.1
[INFO] [stderr]    Compiling basic-toml v0.1.9
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling askama_derive v0.12.5
[INFO] [stderr]    Compiling openapiv3 v2.0.0
[INFO] [stderr]    Compiling askama v0.12.1
[INFO] [stderr]    Compiling kopgen v1.13.5 (/opt/rustwide/workdir/cli)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 27s
[INFO] running `Command { std: "docker" "inspect" "48fb8e3158793b5a8384b479fa12f26069ddaa0d07366b197ae9913e48e4d2a4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "48fb8e3158793b5a8384b479fa12f26069ddaa0d07366b197ae9913e48e4d2a4", kill_on_drop: false }`
[INFO] [stdout] 48fb8e3158793b5a8384b479fa12f26069ddaa0d07366b197ae9913e48e4d2a4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 5f946f11ddb6831a5741c5bd882943965c60d60b68dbc9140ce1e492d8cc716f
[INFO] running `Command { std: "docker" "start" "-a" "5f946f11ddb6831a5741c5bd882943965c60d60b68dbc9140ce1e492d8cc716f", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.21s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/kopgen-3f52067fe1b580f7)
[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/main.rs (/opt/rustwide/target/debug/deps/kopgen-882e180e21da091b)
[INFO] [stderr]      Running tests/snapshot/mod.rs (/opt/rustwide/target/debug/deps/snapshot-259b7e325fffdeeb)
[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] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stdout] test templates_env_example::render_env_example_with_empty_string ... ok
[INFO] [stdout] test templates_env_example::render_env_example ... ok
[INFO] [stdout] test templates_operator_cli::render ... ok
[INFO] [stdout] test templates_operator_main::render_with_types ... ok
[INFO] [stdout] test templates_operator_cargo_toml::render ... ok
[INFO] [stdout] test templates_operator_main::render_without_controllers_or_types ... ok
[INFO] [stdout] test templates_operator_type::render_basic_type ... ok
[INFO] [stdout] test templates_operator_main::render_with_controllers_and_types ... ok
[INFO] [stdout] test templates_operator_type::render_complex_type ... ok
[INFO] [stdout] test templates_operator_main::render_with_controllers ... ok
[INFO] [stdout] test templates_operator_controller::render ... ok
[INFO] [stdout] test templates_operator_lib::render ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/unit/mod.rs (/opt/rustwide/target/debug/deps/unit-e895d69898eff4d9)
[INFO] [stdout] 
[INFO] [stdout] running 24 tests
[INFO] [stdout] test config::tests::test_config_from_env ... ok
[INFO] [stdout] test config::tests::test_config_env_overrides_defaults ... ok
[INFO] [stdout] test config::tests::test_config_missing_optional_env_vars ... ok
[INFO] [stdout] test generate_command::tests::test_execute_fails_missing_kubernetes_extension ... ok
[INFO] [stdout] test config::tests::test_config_load_from_cli_with_args ... ok
[INFO] [stdout] test config::tests::test_config_load_from_cli_overrides_env_vars ... ok
[INFO] [stdout] test config::tests::test_config_load_from_cli_without_args ... ok
[INFO] [stdout] test config::tests::test_config_parses_comma_separated_tags_as_vector ... ok
[INFO] [stdout] test hydrate_command::tests::test_execute_hydrate_invalid_yaml ... ok
[INFO] [stdout] test generate_command::tests::test_execute_invalid_openapi_spec ... ok
[INFO] [stdout] test generate_command::tests::test_generate_types_success ... FAILED
[INFO] [stdout] test generate_command::tests::test_parsing_json_spec ... FAILED
[INFO] [stdout] test hydrate_command::tests::test_execute_hydrate_empty_yaml ... ok
[INFO] [stdout] test hydrate_command::tests::test_execute_hydrates_openapi_spec_yaml ... ok
[INFO] [stdout] test init_command::tests::init_creates_required_directories ... ok
[INFO] [stdout] test hydrate_command::tests::test_execute_hydrate_preserves_unrelated_fields ... ok
[INFO] [stdout] test generate_command::tests::test_invalid_json_spec ... ok
[INFO] [stdout] test hydrate_command::tests::test_execute_hydrates_openapi_spec ... ok
[INFO] [stdout] test hydrate_command::tests::test_execute_hydrates_openapi_spec_json ... ok
[INFO] [stdout] test generate_command::tests::test_execute_missing_openapi_file ... ok
[INFO] [stdout] test init_command::tests::init_creates_required_files ... ok
[INFO] [stdout] test hydrate_command::tests::test_execute_hydrate_no_fields_to_modify ... ok
[INFO] [stdout] test init_command::tests::init_skips_existing_directory ... ok
[INFO] [stdout] test hydrate_command::tests::test_execute_hydrates_with_defaults ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- generate_command::tests::test_generate_types_success stdout ----
[INFO] [stdout] Error: Other("error: 'rustfmt' is not installed for the custom toolchain '0d162b25edd5bf0dba9a22e83b614f1113e90474'.\nnote: this is a custom toolchain, which cannot use `rustup component add`\nhelp: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py`\n")
[INFO] [stdout] 
[INFO] [stdout] ---- generate_command::tests::test_parsing_json_spec stdout ----
[INFO] [stdout] Error: Other("error: 'rustfmt' is not installed for the custom toolchain '0d162b25edd5bf0dba9a22e83b614f1113e90474'.\nnote: this is a custom toolchain, which cannot use `rustup component add`\nhelp: if you built this toolchain from source, and used `rustup toolchain link`, then you may be able to build the component with `x.py`\n")
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     generate_command::tests::test_generate_types_success
[INFO] [stdout]     generate_command::tests::test_parsing_json_spec
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 22 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.99s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test unit`
[INFO] running `Command { std: "docker" "inspect" "5f946f11ddb6831a5741c5bd882943965c60d60b68dbc9140ce1e492d8cc716f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5f946f11ddb6831a5741c5bd882943965c60d60b68dbc9140ce1e492d8cc716f", kill_on_drop: false }`
[INFO] [stdout] 5f946f11ddb6831a5741c5bd882943965c60d60b68dbc9140ce1e492d8cc716f
