[INFO] cloning repository https://github.com/alennartz/code-mcp
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/alennartz/code-mcp" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falennartz%2Fcode-mcp", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falennartz%2Fcode-mcp'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 68b0fcfd7b5c90fa512bcc1b02a7d1a9a78e5364
[INFO] testing alennartz/code-mcp against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falennartz%2Fcode-mcp" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-2-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/alennartz/code-mcp
[INFO] finished tweaking git repo https://github.com/alennartz/code-mcp
[INFO] tweaked toml for git repo https://github.com/alennartz/code-mcp written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/alennartz/code-mcp on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/alennartz/code-mcp 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" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 080ee511e9278d7585a4f43fbd022811037c78af60be1951205911ee37eeb8c1
[INFO] running `Command { std: "docker" "start" "-a" "080ee511e9278d7585a4f43fbd022811037c78af60be1951205911ee37eeb8c1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "080ee511e9278d7585a4f43fbd022811037c78af60be1951205911ee37eeb8c1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "080ee511e9278d7585a4f43fbd022811037c78af60be1951205911ee37eeb8c1", kill_on_drop: false }`
[INFO] [stdout] 080ee511e9278d7585a4f43fbd022811037c78af60be1951205911ee37eeb8c1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1c5ef16db4142b6f3366dcfb4f04d4105bb2efef916273278126fd35a6be38bc
[INFO] running `Command { std: "docker" "start" "-a" "1c5ef16db4142b6f3366dcfb4f04d4105bb2efef916273278126fd35a6be38bc", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling rand_core v0.10.0
[INFO] [stderr]    Compiling getrandom v0.4.1
[INFO] [stderr]    Compiling rustls v0.23.36
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling time-core v0.1.8
[INFO] [stderr]    Compiling num-conv v0.2.0
[INFO] [stderr]    Compiling typeid v1.0.3
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]    Compiling cpufeatures v0.3.0
[INFO] [stderr]    Compiling erased-serde v0.4.9
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling webpki-roots v1.0.5
[INFO] [stderr]    Compiling chacha20 v0.10.0
[INFO] [stderr]    Compiling ordered-float v2.10.1
[INFO] [stderr]    Compiling dyn-clone v1.0.20
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling rmcp v0.16.0
[INFO] [stderr]    Compiling clap_lex v1.0.0
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling pem v3.0.6
[INFO] [stderr]    Compiling clap_builder v4.5.60
[INFO] [stderr]    Compiling libloading v0.8.9
[INFO] [stderr]    Compiling luau0-src v0.12.3+luau663
[INFO] [stderr]    Compiling matchit v0.8.4
[INFO] [stderr]    Compiling rustc-hash v2.1.1
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling pastey v0.2.1
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling mlua-sys v0.6.8
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling axum-core v0.5.6
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling socket2 v0.6.2
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling rand v0.10.0
[INFO] [stderr]    Compiling uuid v1.21.0
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling tempfile v3.25.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling rustls-webpki v0.103.9
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling schemars_derive v1.2.1
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling simple_asn1 v0.6.4
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling clap v4.5.60
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling rmcp-macros v0.16.0
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling chrono v0.4.43
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde-value v0.7.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling openapiv3 v2.2.0
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling jsonwebtoken v9.3.1
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling sse-stream v0.2.1
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling schemars v1.2.1
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling process-wrap v9.0.1
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling reqwest v0.13.2
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling axum v0.8.8
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling mlua v0.10.5
[INFO] [stderr]    Compiling toolscript v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 29s
[INFO] running `Command { std: "docker" "inspect" "1c5ef16db4142b6f3366dcfb4f04d4105bb2efef916273278126fd35a6be38bc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1c5ef16db4142b6f3366dcfb4f04d4105bb2efef916273278126fd35a6be38bc", kill_on_drop: false }`
[INFO] [stdout] 1c5ef16db4142b6f3366dcfb4f04d4105bb2efef916273278126fd35a6be38bc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 48c8072bf8fb719f029b2c5b60a9c288d60d6b973864285fdcbc7305f38f20c3
[INFO] running `Command { std: "docker" "start" "-a" "48c8072bf8fb719f029b2c5b60a9c288d60d6b973864285fdcbc7305f38f20c3", kill_on_drop: false }`
[INFO] [stderr]    Compiling toolscript v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 33.11s
[INFO] running `Command { std: "docker" "inspect" "48c8072bf8fb719f029b2c5b60a9c288d60d6b973864285fdcbc7305f38f20c3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "48c8072bf8fb719f029b2c5b60a9c288d60d6b973864285fdcbc7305f38f20c3", kill_on_drop: false }`
[INFO] [stdout] 48c8072bf8fb719f029b2c5b60a9c288d60d6b973864285fdcbc7305f38f20c3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 69858bda4b30fd8e32cf61c27f2e46633df47d428404d01fd9e50b7050e2334d
[INFO] running `Command { std: "docker" "start" "-a" "69858bda4b30fd8e32cf61c27f2e46633df47d428404d01fd9e50b7050e2334d", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.50s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/toolscript-a0b73069b103cc2d)
[INFO] [stdout] 
[INFO] [stdout] running 352 tests
[INFO] [stdout] test cli::tests::test_run_defaults ... ok
[INFO] [stdout] test cli::tests::test_run_with_io_dir ... ok
[INFO] [stdout] test cli::tests::test_run_with_config ... ok
[INFO] [stdout] test cli::tests::test_run_with_multiple_configs ... ok
[INFO] [stdout] test cli::tests::test_run_with_spec ... ok
[INFO] [stdout] test cli::tests::test_run_with_auth_flag ... ok
[INFO] [stdout] test cli::tests::test_serve_defaults ... ok
[INFO] [stdout] test cli::tests::test_serve_with_auth ... ok
[INFO] [stdout] test cli::tests::test_serve_with_io_dir ... ok
[INFO] [stdout] test codegen::annotations::tests::test_render_function_all_frozen_no_body ... ok
[INFO] [stdout] test codegen::annotations::tests::test_generate_annotation_files ... ok
[INFO] [stdout] test codegen::annotations::tests::test_render_deeply_nested_inline_object ... ok
[INFO] [stdout] test codegen::annotations::tests::test_render_function_all_frozen_with_body ... ok
[INFO] [stdout] test codegen::annotations::tests::test_render_function_annotation ... ok
[INFO] [stdout] test codegen::annotations::tests::test_render_function_deprecated ... ok
[INFO] [stdout] test cli::tests::test_generate_with_config ... ok
[INFO] [stdout] test codegen::annotations::tests::test_render_function_table_params ... ok
[INFO] [stdout] test codegen::annotations::tests::test_render_mcp_tool_annotation_basic ... ok
[INFO] [stdout] test codegen::annotations::tests::test_render_function_table_params_with_body ... ok
[INFO] [stdout] test codegen::annotations::tests::test_render_mcp_tool_annotation_no_params ... ok
[INFO] [stdout] test codegen::annotations::tests::test_render_function_with_enum_param ... ok
[INFO] [stdout] test codegen::annotations::tests::test_render_mcp_tool_docs_includes_schemas ... ok
[INFO] [stdout] test codegen::annotations::tests::test_render_mcp_tool_docs_no_field_type_no_schemas ... ok
[INFO] [stdout] test codegen::annotations::tests::test_render_mcp_tool_docs_transitive_refs ... ok
[INFO] [stdout] test codegen::annotations::tests::test_render_nullable_field ... ok
[INFO] [stdout] test codegen::annotations::tests::test_render_function_with_optional_params ... ok
[INFO] [stdout] test codegen::annotations::tests::test_render_function_with_request_body ... ok
[INFO] [stdout] test codegen::annotations::tests::test_render_inline_object_field ... ok
[INFO] [stdout] test codegen::annotations::tests::test_render_schema_annotation ... ok
[INFO] [stdout] test codegen::annotations::tests::test_render_schema_enum_fields ... ok
[INFO] [stdout] test codegen::generate::tests::test_derive_api_name_with_spaces ... ok
[INFO] [stdout] test cli::tests::test_run_with_multiple_auth ... ok
[INFO] [stdout] test codegen::luau_types::tests::test_additional_properties_object ... ok
[INFO] [stdout] test codegen::luau_types::tests::test_additional_properties_boolean ... ok
[INFO] [stdout] test codegen::luau_types::tests::test_additional_properties_ref ... ok
[INFO] [stdout] test codegen::annotations::tests::test_render_map_field_type ... ok
[INFO] [stdout] test codegen::luau_types::tests::test_extract_schema_defs_from_json_schema ... ok
[INFO] [stdout] test codegen::luau_types::tests::test_field_type_to_luau_array ... ok
[INFO] [stdout] test codegen::annotations::tests::test_render_schema_optional_fields ... ok
[INFO] [stdout] test codegen::luau_types::tests::test_field_type_to_luau_basic ... ok
[INFO] [stdout] test codegen::luau_types::tests::test_enum_extraction ... ok
[INFO] [stdout] test codegen::generate::tests::test_generate_creates_output ... ok
[INFO] [stdout] test codegen::generate::tests::test_generate_with_frozen_params ... ok
[INFO] [stdout] test codegen::generate::tests::test_generate_with_explicit_name ... ok
[INFO] [stdout] test codegen::annotations::tests::test_render_format_comment ... ok
[INFO] [stdout] test codegen::luau_types::tests::test_field_type_to_luau_map ... ok
[INFO] [stdout] test codegen::luau_types::tests::test_format_extraction ... ok
[INFO] [stdout] test codegen::luau_types::tests::test_json_schema_to_field_type ... ok
[INFO] [stdout] test codegen::luau_types::tests::test_nullable_json_schema_2020_12_style ... ok
[INFO] [stdout] test codegen::luau_types::tests::test_json_schema_to_params_flat ... ok
[INFO] [stdout] test codegen::luau_types::tests::test_render_enum_type_basic ... ok
[INFO] [stdout] test codegen::manifest::tests::test_field_def_new_fields_serde ... ok
[INFO] [stdout] test codegen::manifest::tests::test_field_type_array_serde ... ok
[INFO] [stdout] test codegen::manifest::tests::test_http_method_serde ... ok
[INFO] [stdout] test codegen::manifest::tests::test_manifest_serialization_roundtrip ... ok
[INFO] [stdout] test codegen::manifest::tests::test_manifest_json_structure ... ok
[INFO] [stdout] test codegen::luau_types::tests::test_openapi_serialization_bridge ... ok
[INFO] [stdout] test codegen::manifest::tests::test_field_type_object_serde ... ok
[INFO] [stdout] test codegen::manifest::tests::test_field_type_inline_object_serde ... ok
[INFO] [stdout] test codegen::generate::tests::test_derive_api_name ... ok
[INFO] [stdout] test codegen::luau_types::tests::test_nullable_openapi_style ... ok
[INFO] [stdout] test codegen::manifest::tests::test_auth_config_serde_tags ... ok
[INFO] [stdout] test codegen::luau_types::tests::test_params_with_enum_use_deep_path ... ok
[INFO] [stdout] test codegen::manifest::tests::test_param_type_variants ... ok
[INFO] [stdout] test codegen::manifest::tests::test_param_location_variants ... ok
[INFO] [stdout] test codegen::manifest::tests::test_request_body_def_roundtrip ... ok
[INFO] [stdout] test codegen::manifest::tests::test_manifest_yaml_roundtrip ... ok
[INFO] [stdout] test codegen::manifest::tests::test_param_def_frozen_value_roundtrip ... ok
[INFO] [stdout] test codegen::manifest::tests::test_param_def_frozen_value_none_skipped ... ok
[INFO] [stdout] test codegen::manifest::tests::test_manifest_with_mcp_servers_roundtrip ... ok
[INFO] [stdout] test codegen::manifest::tests::test_mcp_server_entry_roundtrip ... ok
[INFO] [stdout] test codegen::parser::tests::test_camel_to_snake_basic ... ok
[INFO] [stdout] test codegen::parser::tests::test_camel_to_snake_single_word ... ok
[INFO] [stdout] test codegen::parser::tests::test_camel_to_snake_uppercase_run ... ok
[INFO] [stdout] test codegen::parser::tests::test_camel_to_snake_already_snake ... ok
[INFO] [stdout] test codegen::parser::tests::test_fallback_function_name ... ok
[INFO] [stdout] test codegen::parser::tests::test_allof_three_levels ... ok
[INFO] [stdout] test codegen::parser::tests::test_inline_object_parsed_as_inline_object ... ok
[INFO] [stdout] test codegen::parser::tests::test_header_params_extracted ... ok
[INFO] [stdout] test codegen::parser::tests::test_load_spec_from_file_security ... ok
[INFO] [stdout] test codegen::parser::tests::test_load_spec_from_file ... ok
[INFO] [stdout] test codegen::parser::tests::test_load_spec_from_file_servers ... ok
[INFO] [stdout] test codegen::parser::tests::test_load_spec_from_file_tags ... ok
[INFO] [stdout] test codegen::parser::tests::test_format_extraction ... ok
[INFO] [stdout] test codegen::manifest::tests::test_field_type_map_serde ... ok
[INFO] [stdout] test codegen::parser::tests::test_additional_properties_map ... ok
[INFO] [stdout] test codegen::parser::tests::test_load_spec_nonexistent_file ... ok
[INFO] [stdout] test codegen::parser::tests::test_resolve_relative_root_against_http_source ... ok
[INFO] [stdout] test codegen::parser::tests::test_resolve_relative_url_local_file_unchanged ... ok
[INFO] [stdout] test codegen::parser::tests::test_resolve_relative_url_http_default_port_omitted ... ok
[INFO] [stdout] test codegen::parser::tests::test_resolve_relative_url_preserves_port ... ok
[INFO] [stdout] test codegen::parser::tests::test_resolve_absolute_url_unchanged ... ok
[INFO] [stdout] test codegen::parser::tests::test_resolve_relative_url_against_http_source ... ok
[INFO] [stdout] test codegen::parser::tests::test_resolve_server_url_spec_to_manifest_integration ... ok
[INFO] [stdout] test codegen::parser::tests::test_response_schema_204_no_content ... ok
[INFO] [stdout] test codegen::parser::tests::test_resolve_relative_url_default_port_omitted ... ok
[INFO] [stdout] test codegen::parser::tests::test_response_schema_202_accepted ... ok
[INFO] [stdout] test codegen::parser::tests::test_resolve_relative_url_no_source ... ok
[INFO] [stdout] test codegen::parser::tests::test_response_schema_prefers_lower_2xx ... ok
[INFO] [stdout] test codegen::parser::tests::test_param_format_extraction ... ok
[INFO] [stdout] test codegen::parser::tests::test_allof_schema_extraction ... ok
[INFO] [stdout] test codegen::parser::tests::test_allof_required_field_inheritance ... ok
[INFO] [stdout] test codegen::parser::tests::test_spec_to_manifest_api_metadata ... ok
[INFO] [stdout] test codegen::parser::tests::test_manifest_serializes_to_json ... ok
[INFO] [stdout] test codegen::parser::tests::test_load_spec_from_file_paths ... ok
[INFO] [stdout] test codegen::parser::tests::test_spec_to_manifest_function_methods ... ok
[INFO] [stdout] test codegen::parser::tests::test_spec_to_manifest ... ok
[INFO] [stdout] test codegen::parser::tests::test_load_spec_from_file_schemas ... ok
[INFO] [stdout] test codegen::parser::tests::test_spec_to_manifest_no_deprecated ... ok
[INFO] [stdout] test codegen::parser::tests::test_spec_to_manifest_function_names ... ok
[INFO] [stdout] test codegen::parser::tests::test_spec_to_manifest_auth ... ok
[INFO] [stdout] test codegen::parser::tests::test_load_spec_from_file_info ... ok
[INFO] [stdout] test codegen::parser::tests::test_additional_properties_object_ref ... ok
[INFO] [stdout] test codegen::parser::tests::test_nullable_fields ... ok
[INFO] [stdout] test codegen::parser::tests::test_spec_to_manifest_new_pet_schema ... ok
[INFO] [stdout] test config::tests::test_load_config_auth_command ... ok
[INFO] [stdout] test config::tests::test_load_config_auth_command_with_timeouts ... ok
[INFO] [stdout] test config::tests::test_load_config_basic ... ok
[INFO] [stdout] test config::tests::test_load_config_auth_env ... ok
[INFO] [stdout] test config::tests::test_load_and_merge_configs ... ok
[INFO] [stdout] test codegen::parser::tests::test_spec_to_manifest_query_params ... ok
[INFO] [stdout] test codegen::parser::tests::test_spec_to_manifest_tags ... ok
[INFO] [stdout] test codegen::parser::tests::test_spec_to_manifest_path_params ... ok
[INFO] [stdout] test codegen::parser::tests::test_spec_to_manifest_pet_schema ... ok
[INFO] [stdout] test config::tests::test_load_config_mcp_only ... ok
[INFO] [stdout] test config::tests::test_load_config_auth_command_defaults_none ... ok
[INFO] [stdout] test config::tests::test_load_config_with_frozen_params ... ok
[INFO] [stdout] test config::tests::test_load_config_basic_auth ... ok
[INFO] [stdout] test config::tests::test_load_config_without_frozen_params ... ok
[INFO] [stdout] test codegen::parser::tests::test_spec_to_manifest_response_schema ... ok
[INFO] [stdout] test config::tests::test_load_config_with_io ... ok
[INFO] [stdout] test config::tests::test_load_config_with_mcp_servers ... ok
[INFO] [stdout] test config::tests::test_merge_configs_apis ... ok
[INFO] [stdout] test config::tests::test_merge_configs_io_block_level ... ok
[INFO] [stdout] test config::tests::test_merge_configs_io_preserved_when_overlay_absent ... ok
[INFO] [stdout] test config::tests::test_merge_configs_mcp_servers ... ok
[INFO] [stdout] test config::tests::test_load_config_without_io ... ok
[INFO] [stdout] test config::tests::test_parse_auth_arg_empty_env_errors ... ok
[INFO] [stdout] test config::tests::test_parse_auth_arg_named ... ok
[INFO] [stdout] test config::tests::test_parse_auth_arg_empty_name_errors ... ok
[INFO] [stdout] test config::tests::test_parse_auth_arg_unnamed ... ok
[INFO] [stdout] test config::tests::test_parse_mcp_arg_command ... ok
[INFO] [stdout] test config::tests::test_parse_mcp_arg_invalid ... ok
[INFO] [stdout] test config::tests::test_parse_mcp_arg_url ... ok
[INFO] [stdout] test config::tests::test_parse_spec_arg_plain_path ... ok
[INFO] [stdout] test config::tests::test_merge_frozen_params_precedence ... ok
[INFO] [stdout] test config::tests::test_parse_spec_arg_named ... ok
[INFO] [stdout] test config::tests::test_resolve_cli_auth_named ... ok
[INFO] [stdout] test config::tests::test_resolve_cli_auth_name_not_found_errors ... ok
[INFO] [stdout] test config::tests::test_parse_spec_arg_plain_url ... ok
[INFO] [stdout] test config::tests::test_parse_spec_arg_named_url ... ok
[INFO] [stdout] test config::tests::test_resolve_cli_auth_unnamed_multiple_specs_errors ... ok
[INFO] [stdout] test config::tests::test_resolve_config_auth_direct ... ok
[INFO] [stdout] test config::tests::test_resolve_cli_auth_unnamed_single_spec ... ok
[INFO] [stdout] test config::tests::test_resolve_config_auth_env_ref ... ok
[INFO] [stdout] test runtime::credentials::tests::test_add_static_overwrites_command ... ok
[INFO] [stdout] test config::tests::test_validate_mcp_server_config ... ok
[INFO] [stdout] test config::tests::test_resolve_config_auth_basic ... ok
[INFO] [stdout] test codegen::parser::tests::test_spec_to_manifest_request_body ... ok
[INFO] [stdout] test runtime::credentials::tests::test_basic_auth_password_with_colons ... ok
[INFO] [stdout] test config::tests::test_parse_auth_arg_empty_errors ... ok
[INFO] [stdout] test runtime::credentials::tests::test_from_static_map ... ok
[INFO] [stdout] test runtime::credentials::tests::test_static_bearer_token ... ok
[INFO] [stdout] test runtime::credentials::tests::test_unknown_api_returns_none ... ok
[INFO] [stdout] test runtime::credentials::tests::test_command_produces_bearer_token ... ok
[INFO] [stdout] test runtime::credentials::tests::test_cached_within_ttl ... ok
[INFO] [stdout] test runtime::credentials::tests::test_command_output_is_trimmed ... ok
[INFO] [stdout] test runtime::credentials::tests::test_command_produces_basic_auth ... ok
[INFO] [stdout] test runtime::credentials::tests::test_add_command_overwrites_static ... ok
[INFO] [stdout] test runtime::credentials::tests::test_command_produces_api_key ... ok
[INFO] [stdout] test runtime::http::tests::test_build_request_api_key_auth ... ok
[INFO] [stdout] test runtime::http::tests::test_build_request_bearer_auth ... ok
[INFO] [stdout] test runtime::http::tests::test_mock_handler_returns_response ... ok
[INFO] [stdout] test runtime::executor::tests::test_execute_fresh_sandbox ... ok
[INFO] [stdout] test runtime::executor::tests::test_execute_with_sdk_calls ... ok
[INFO] [stdout] test runtime::io::tests::test_append_mode ... ok
[INFO] [stdout] test runtime::executor::tests::test_execute_parse_error ... ok
[INFO] [stdout] test runtime::executor::tests::test_execute_multiple_api_calls ... ok
[INFO] [stdout] test runtime::executor::tests::test_execute_returns_result ... ok
[INFO] [stdout] test runtime::io::tests::test_flush ... ok
[INFO] [stdout] test runtime::io::tests::test_final_state_write_then_delete ... ok
[INFO] [stdout] test runtime::executor::tests::test_execute_timeout ... ok
[INFO] [stdout] test runtime::executor::tests::test_execute_io ... ok
[INFO] [stdout] test runtime::io::tests::test_enforces_write_limit ... ok
[INFO] [stdout] test runtime::io::tests::test_enforces_handle_limit ... ok
[INFO] [stdout] test runtime::io::tests::test_io_type ... ok
[INFO] [stdout] test runtime::io::tests::test_handle_cleanup_on_drop ... ok
[INFO] [stdout] test runtime::io::tests::test_io_list_subdir ... ok
[INFO] [stdout] test runtime::io::tests::test_handle_lines ... ok
[INFO] [stdout] test runtime::executor::tests::test_execute_no_io_when_disabled ... ok
[INFO] [stdout] test runtime::io::tests::test_collect_final_state ... ok
[INFO] [stdout] test runtime::io::tests::test_io_lines ... ok
[INFO] [stdout] test runtime::executor::tests::test_execute_captures_logs ... ok
[INFO] [stdout] test runtime::io::tests::test_io_list ... ok
[INFO] [stdout] test runtime::io::tests::test_os_remove ... ok
[INFO] [stdout] test runtime::io::tests::test_io_list_rejects_traversal ... ok
[INFO] [stdout] test runtime::credentials::tests::test_first_call_blocks_until_command_completes ... ok
[INFO] [stdout] test runtime::io::tests::test_os_remove_rejects_traversal ... ok
[INFO] [stdout] test runtime::io::tests::test_seek ... ok
[INFO] [stdout] test runtime::credentials::tests::test_first_call_timeout_returns_none ... ok
[INFO] [stdout] test runtime::io::tests::test_read_line ... ok
[INFO] [stdout] test runtime::io::tests::test_rejects_null_bytes ... ok
[INFO] [stdout] test runtime::io::tests::test_rejects_path_traversal ... ok
[INFO] [stdout] test runtime::credentials::tests::test_expired_cache_waits_for_refresh ... ok
[INFO] [stdout] test runtime::mcp_client::tests::empty_manager_has_no_servers ... ok
[INFO] [stdout] test runtime::mcp_client::tests::is_transport_error_classification ... ok
[INFO] [stdout] test runtime::mcp_client::tests::connect_all_empty_succeeds ... ok
[INFO] [stdout] test runtime::mcp_client::tests::call_tool_unknown_server_errors ... ok
[INFO] [stdout] test runtime::io::tests::test_rejects_absolute_path ... ok
[INFO] [stdout] test runtime::io::tests::test_read_number ... ok
[INFO] [stdout] test runtime::io::tests::test_os_remove_rejects_directories ... ok
[INFO] [stdout] test runtime::mcp_client::tests::resolve_http_config ... ok
[INFO] [stdout] test runtime::mcp_client::tests::resolve_stdio_config ... ok
[INFO] [stdout] test runtime::mcp_client::tests::resolve_entry_no_command_no_url_errors ... ok
[INFO] [stdout] test runtime::mcp_client::tests::list_tools_unknown_server_errors ... ok
[INFO] [stdout] test runtime::io::tests::test_use_after_close ... ok
[INFO] [stdout] test runtime::io::tests::test_subdirectory_auto_create ... ok
[INFO] [stdout] test runtime::registry::tests::test_convert_call_tool_result_single_json_text ... ok
[INFO] [stdout] test runtime::registry::tests::test_convert_call_tool_result_empty ... ok
[INFO] [stdout] test runtime::io::tests::test_write_and_read_all ... ok
[INFO] [stdout] test runtime::mcp_client::tests::connect_all_bad_command_warns_and_continues ... ok
[INFO] [stdout] test runtime::registry::tests::test_convert_call_tool_result_multiple_texts ... ok
[INFO] [stdout] test runtime::registry::tests::test_convert_call_tool_result_is_error ... ok
[INFO] [stdout] test runtime::mcp_client::tests::resolve_stdio_defaults_empty_vecs ... ok
[INFO] [stdout] test runtime::registry::tests::test_convert_call_tool_result_single_plain_text ... ok
[INFO] [stdout] test runtime::io::tests::test_write_chaining ... ok
[INFO] [stdout] test runtime::mcp_client::tests::connect_all_partial_failure_continues ... ok
[INFO] [stdout] test runtime::registry::tests::test_all_frozen_with_body_as_sole_arg ... ok
[INFO] [stdout] test runtime::registry::tests::test_convert_call_tool_result_structured_content ... ok
[INFO] [stdout] test runtime::registry::tests::test_mcp_tool_rejects_non_table_argument ... ok
[INFO] [stdout] test runtime::registry::tests::test_frozen_param_injected ... ok
[INFO] [stdout] test runtime::registry::tests::test_format_validation_rejects_invalid_uuid ... ok
[INFO] [stdout] test runtime::registry::tests::test_enum_validation_rejects_invalid ... ok
[INFO] [stdout] test runtime::registry::tests::test_mcp_tool_api_call_limit ... ok
[INFO] [stdout] test runtime::registry::tests::test_optional_header_param_omitted ... ok
[INFO] [stdout] test runtime::sandbox::tests::test_sandbox_allows_basic_lua ... ok
[INFO] [stdout] test runtime::sandbox::tests::test_sandbox_allows_math_lib ... ok
[INFO] [stdout] test runtime::sandbox::tests::test_sandbox_allows_string_lib ... ok
[INFO] [stdout] test runtime::registry::tests::test_all_frozen_no_body_no_args ... ok
[INFO] [stdout] test runtime::registry::tests::test_header_params_sent ... ok
[INFO] [stdout] test runtime::registry::tests::test_optional_param_can_be_nil ... ok
[INFO] [stdout] test runtime::sandbox::tests::test_sandbox_allows_table_lib ... ok
[INFO] [stdout] test runtime::sandbox::tests::test_sandbox_blocks_dofile ... ok
[INFO] [stdout] test runtime::registry::tests::test_mcp_tool_nil_argument_allowed ... ok
[INFO] [stdout] test runtime::sandbox::tests::test_sandbox_blocks_io ... ok
[INFO] [stdout] test runtime::sandbox::tests::test_sandbox_blocks_require ... ok
[INFO] [stdout] test runtime::sandbox::tests::test_sandbox_blocks_loadfile ... ok
[INFO] [stdout] test runtime::sandbox::tests::test_sandbox_blocks_string_dump ... ok
[INFO] [stdout] test runtime::registry::tests::test_path_param_substitution ... ok
[INFO] [stdout] test runtime::registry::tests::test_register_and_call_function ... ok
[INFO] [stdout] test runtime::registry::tests::test_missing_required_param_errors ... ok
[INFO] [stdout] test runtime::sandbox::tests::test_sandbox_blocks_os_execute ... ok
[INFO] [stdout] test runtime::registry::tests::test_register_mcp_tools_creates_sdk_tables ... ok
[INFO] [stdout] test runtime::validate::tests::date_valid ... ok
[INFO] [stdout] test runtime::validate::tests::datetime_invalid_garbage ... ok
[INFO] [stdout] test runtime::validate::tests::datetime_valid_negative_offset ... ok
[INFO] [stdout] test runtime::sandbox::tests::test_sandbox_json_encode_decode ... ok
[INFO] [stdout] test runtime::validate::tests::datetime_valid_z ... ok
[INFO] [stdout] test runtime::validate::tests::email_invalid_no_at ... ok
[INFO] [stdout] test runtime::validate::tests::email_invalid_no_domain_dot ... ok
[INFO] [stdout] test runtime::validate::tests::email_valid ... ok
[INFO] [stdout] test runtime::validate::tests::empty_string_no_constraints_passes ... ok
[INFO] [stdout] test runtime::validate::tests::datetime_valid_positive_offset ... ok
[INFO] [stdout] test runtime::validate::tests::datetime_valid_fractional_seconds ... ok
[INFO] [stdout] test runtime::validate::tests::datetime_valid_lowercase_z ... ok
[INFO] [stdout] test runtime::validate::tests::date_invalid_wrong_format ... ok
[INFO] [stdout] test runtime::registry::tests::test_query_params_passed ... ok
[INFO] [stdout] test runtime::validate::tests::enum_invalid_value_returns_error_with_details ... ok
[INFO] [stdout] test runtime::validate::tests::datetime_invalid_just_a_date ... ok
[INFO] [stdout] test runtime::registry::tests::test_mcp_tool_call_with_no_server_errors ... ok
[INFO] [stdout] test runtime::validate::tests::enum_valid_value_passes ... ok
[INFO] [stdout] test runtime::validate::tests::hostname_invalid_underscore ... ok
[INFO] [stdout] test runtime::validate::tests::hostname_invalid_label_too_long ... ok
[INFO] [stdout] test runtime::sandbox::tests::test_sandbox_captures_print ... ok
[INFO] [stdout] test runtime::validate::tests::hostname_valid ... ok
[INFO] [stdout] test runtime::validate::tests::int32_empty_string_fails ... ok
[INFO] [stdout] test runtime::validate::tests::int32_invalid_non_numeric ... ok
[INFO] [stdout] test runtime::validate::tests::int32_valid_max ... ok
[INFO] [stdout] test runtime::validate::tests::int32_invalid_underflow ... ok
[INFO] [stdout] test runtime::validate::tests::int32_invalid_overflow ... ok
[INFO] [stdout] test runtime::registry::tests::test_request_body_sent ... ok
[INFO] [stdout] test runtime::validate::tests::int32_valid_min ... ok
[INFO] [stdout] test runtime::validate::tests::int32_valid_positive ... ok
[INFO] [stdout] test runtime::validate::tests::int64_invalid_non_numeric ... ok
[INFO] [stdout] test runtime::sandbox::tests::test_sandbox_has_sdk_table ... ok
[INFO] [stdout] test runtime::sandbox::tests::test_sandbox_memory_limit ... ok
[INFO] [stdout] test runtime::validate::tests::ipv4_invalid_out_of_range ... ok
[INFO] [stdout] test runtime::validate::tests::ipv6_invalid ... ok
[INFO] [stdout] test runtime::validate::tests::int64_valid_max ... ok
[INFO] [stdout] test runtime::validate::tests::ipv4_valid ... ok
[INFO] [stdout] test runtime::registry::tests::test_header_param_integer_serialization ... ok
[INFO] [stdout] test runtime::validate::tests::no_constraints_passes_any_value ... ok
[INFO] [stdout] test runtime::validate::tests::unknown_format_passes_any_value ... ok
[INFO] [stdout] test runtime::validate::tests::ipv6_valid_loopback ... ok
[INFO] [stdout] test runtime::validate::tests::uri_invalid ... ok
[INFO] [stdout] test runtime::validate::tests::uri_valid_https ... ok
[INFO] [stdout] test runtime::validate::tests::url_format_valid ... ok
[INFO] [stdout] test runtime::validate::tests::uuid_invalid_format ... ok
[INFO] [stdout] test runtime::validate::tests::uuid_invalid_too_short ... ok
[INFO] [stdout] test server::auth::tests::test_extract_bearer_token_missing ... ok
[INFO] [stdout] test server::auth::tests::test_extract_auth_from_meta_json_object ... ok
[INFO] [stdout] test server::auth::tests::test_extract_auth_from_meta_no_auth_field ... ok
[INFO] [stdout] test server::auth::tests::test_extract_bearer_token_valid ... ok
[INFO] [stdout] test runtime::validate::tests::uuid_valid_uppercase ... ok
[INFO] [stdout] test runtime::validate::tests::uuid_valid_lowercase ... ok
[INFO] [stdout] test server::auth::tests::test_extract_bearer_token_wrong_scheme ... ok
[INFO] [stdout] test server::auth::tests::test_mcp_auth_config_from_env ... ok
[INFO] [stdout] test server::auth::tests::test_mcp_auth_config_from_env_missing ... ok
[INFO] [stdout] test server::auth::tests::test_mcp_auth_config_from_env_with_jwks_override ... ok
[INFO] [stdout] test server::auth::tests::test_parse_meta_auth_bearer ... ok
[INFO] [stdout] test server::auth::tests::test_parse_meta_auth_invalid_entry_skipped ... ok
[INFO] [stdout] test server::auth::tests::test_merge_credentials_meta_overrides_env ... ok
[INFO] [stdout] test server::auth::tests::test_parse_meta_auth_multiple ... ok
[INFO] [stdout] test runtime::credentials::tests::test_command_failure_keeps_cached_value ... ok
[INFO] [stdout] test server::builtins::tests::test_all_annotations_non_empty ... ok
[INFO] [stdout] test server::builtins::tests::test_builtin_functions_with_io ... ok
[INFO] [stdout] test server::auth::tests::test_validate_jwt_expired ... ok
[INFO] [stdout] test server::builtins::tests::test_builtin_functions_without_io ... ok
[INFO] [stdout] test server::resources::tests::test_read_function_resource ... ok
[INFO] [stdout] test server::auth::tests::test_validate_jwt_wrong_audience ... ok
[INFO] [stdout] test server::auth::tests::test_validate_jwt_claims ... ok
[INFO] [stdout] test server::auth::tests::test_validate_jwt_wrong_issuer ... ok
[INFO] [stdout] test server::auth::tests::test_www_authenticate_header ... ok
[INFO] [stdout] test server::resources::tests::test_read_luau_functions_resource ... ok
[INFO] [stdout] test server::resources::tests::test_read_luau_overview_resource ... ok
[INFO] [stdout] test server::resources::tests::test_read_overview_resource ... ok
[INFO] [stdout] test server::resources::tests::test_resource_list_contains_expected_uris ... ok
[INFO] [stdout] test server::resources::tests::test_read_schema_resource ... ok
[INFO] [stdout] test server::resources::tests::test_resource_list_contains_luau_io_uris ... ok
[INFO] [stdout] test server::resources::tests::test_resource_list_contains_luau_uris ... ok
[INFO] [stdout] test server::tests::test_frozen_params_hidden_from_search ... ok
[INFO] [stdout] test server::tests::test_frozen_params_hidden_from_docs ... ok
[INFO] [stdout] test server::tests::test_get_function_docs_includes_referenced_schemas ... ok
[INFO] [stdout] test server::tests::test_get_function_docs_for_builtin ... ok
[INFO] [stdout] test server::tests::test_get_function_docs_not_found ... ok
[INFO] [stdout] test server::tests::test_get_function_docs_found ... ok
[INFO] [stdout] test server::tests::test_list_apis_includes_luau ... ok
[INFO] [stdout] test server::tests::test_list_apis_includes_mcp ... ok
[INFO] [stdout] test server::tests::test_list_functions_all ... ok
[INFO] [stdout] test server::tests::test_list_functions_filtered_by_mcp_server ... ok
[INFO] [stdout] test server::tests::test_list_functions_filtered_by_tag ... ok
[INFO] [stdout] test server::tests::test_list_functions_filtered_by_luau ... ok
[INFO] [stdout] test server::tests::test_server_info_includes_mcp ... ok
[INFO] [stdout] test server::tests::test_search_docs_finds_builtin ... ok
[INFO] [stdout] test server::tests::test_list_functions_includes_mcp ... ok
[INFO] [stdout] test server::tests::test_search_docs ... ok
[INFO] [stdout] test server::tests::test_search_docs_finds_mcp_tool ... ok
[INFO] [stdout] test server::tests::test_get_function_docs_mcp_tool ... ok
[INFO] [stdout] test server::tests::test_list_apis ... ok
[INFO] [stdout] test runtime::credentials::tests::test_refresh_after_ttl_updates_cache ... ok
[INFO] [stdout] test server::tests::test_execute_script_includes_files_touched ... ok
[INFO] [stdout] test runtime::credentials::tests::test_background_refresh_continues_after_timeout_fallback ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 352 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.87s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/toolscript-6038021cf200877c)
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test cli::tests::test_generate_with_config ... ok
[INFO] [stdout] test cli::tests::test_run_defaults ... ok
[INFO] [stdout] test cli::tests::test_run_with_config ... ok
[INFO] [stdout] test cli::tests::test_run_with_multiple_configs ... ok
[INFO] [stdout] test cli::tests::test_run_with_spec ... ok
[INFO] [stdout] test cli::tests::test_serve_with_io_dir ... ok
[INFO] [stdout] test cli::tests::test_serve_defaults ... ok
[INFO] [stderr]      Running tests/codegen_integration.rs (/opt/rustwide/target/debug/deps/codegen_integration-0cca0aa8347a9b0a)
[INFO] [stdout] test cli::tests::test_serve_with_auth ... ok
[INFO] [stdout] test cli::tests::test_run_with_io_dir ... ok
[INFO] [stdout] test cli::tests::test_run_with_multiple_auth ... ok
[INFO] [stdout] test cli::tests::test_run_with_auth_flag ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test test_frozen_params_end_to_end ... ok
[INFO] [stdout] test test_generate_from_petstore ... ok
[INFO] [stdout] test test_generate_from_advanced ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/full_roundtrip.rs (/opt/rustwide/target/debug/deps/full_roundtrip-31bb968b1e23526e)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test test_generated_lua_annotations_are_valid ... ok
[INFO] [stdout] test test_roundtrip_with_named_spec ... ok
[INFO] [stdout] test test_io_roundtrip ... ok
[INFO] [stderr]      Running tests/http_auth_test.rs (/opt/rustwide/target/debug/deps/http_auth_test-3a19cad3c1192c2a)
[INFO] [stdout] test test_full_roundtrip_with_mock_api ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test test_auth_middleware_rejects_no_header ... ok
[INFO] [stdout] test test_auth_middleware_rejects_wrong_scheme ... ok
[INFO] [stderr]      Running tests/mcp_integration.rs (/opt/rustwide/target/debug/deps/mcp_integration-cfb1f1959bed1011)
[INFO] [stdout] test test_meta_auth_roundtrip ... ok
[INFO] [stdout] test test_well_known_endpoint_no_auth_required ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test test_mcp_tool_docs_with_schemas ... ok
[INFO] [stdout] test test_mcp_only_search_docs ... ok
[INFO] [stdout] test test_mcp_only_list_apis ... ok
[INFO] [stdout] test test_mcp_only_list_functions ... ok
[INFO] [stdout] test test_mixed_mode_all_visible ... ok
[INFO] [stdout] test test_mcp_sdk_table_structure ... ok
[INFO] [stdout] test test_mcp_only_get_function_docs ... ok
[INFO] [stderr]      Running tests/mock_mcp_server.rs (/opt/rustwide/target/debug/deps/mock_mcp_server-c5e989807ef3f93a)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test test_mock_server_connect_and_list_tools ... ok
[INFO] [stdout] test test_mock_server_in_discovery_pipeline ... ok
[INFO] [stdout] test test_mock_server_call_tool ... ok
[INFO] [stdout] test test_mock_server_call_tool_unknown_errors ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests toolscript
[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] running `Command { std: "docker" "inspect" "69858bda4b30fd8e32cf61c27f2e46633df47d428404d01fd9e50b7050e2334d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "69858bda4b30fd8e32cf61c27f2e46633df47d428404d01fd9e50b7050e2334d", kill_on_drop: false }`
[INFO] [stdout] 69858bda4b30fd8e32cf61c27f2e46633df47d428404d01fd9e50b7050e2334d
