[INFO] cloning repository https://github.com/lx-industries/rmcp-openapi [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lx-industries/rmcp-openapi" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flx-industries%2Frmcp-openapi", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flx-industries%2Frmcp-openapi'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 53ddb4c9ad3619f35a30ee39bbbb47256cbe87f3 [INFO] testing lx-industries/rmcp-openapi against try#8da20828b6ea601dfd8e2448cb50ace88876bd78 for pr-150933 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flx-industries%2Frmcp-openapi" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/lx-industries/rmcp-openapi [INFO] finished tweaking git repo https://github.com/lx-industries/rmcp-openapi [INFO] tweaked toml for git repo https://github.com/lx-industries/rmcp-openapi written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/lx-industries/rmcp-openapi on toolchain 8da20828b6ea601dfd8e2448cb50ace88876bd78 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/lx-industries/rmcp-openapi 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" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:cfa559dde23f44738f9990739aaa3487d8df3af37eb5df0572f7cf76004a604a" "/opt/rustwide/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 64e7a89e5949feb1f89997fee3b860dc14e413287119f9aac54abb1733a5e755 [INFO] running `Command { std: "docker" "start" "-a" "64e7a89e5949feb1f89997fee3b860dc14e413287119f9aac54abb1733a5e755", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "64e7a89e5949feb1f89997fee3b860dc14e413287119f9aac54abb1733a5e755", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "64e7a89e5949feb1f89997fee3b860dc14e413287119f9aac54abb1733a5e755", kill_on_drop: false }` [INFO] [stdout] 64e7a89e5949feb1f89997fee3b860dc14e413287119f9aac54abb1733a5e755 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:cfa559dde23f44738f9990739aaa3487d8df3af37eb5df0572f7cf76004a604a" "/opt/rustwide/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 78fb5bbda66a6e1b0895f830f4eddd64df75c26ceafb7947427913b6d44fbd83 [INFO] running `Command { std: "docker" "start" "-a" "78fb5bbda66a6e1b0895f830f4eddd64df75c26ceafb7947427913b6d44fbd83", kill_on_drop: false }` [INFO] [stderr] Compiling bytes v1.11.0 [INFO] [stderr] Compiling find-msvc-tools v0.1.8 [INFO] [stderr] Compiling jobserver v0.1.34 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling mio v1.1.1 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling foldhash v0.2.0 [INFO] [stderr] Compiling allocator-api2 v0.2.21 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling cc v1.2.54 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling hashbrown v0.16.1 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling tokio v1.50.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling http v1.4.0 [INFO] [stderr] Compiling indexmap v2.13.0 [INFO] [stderr] Compiling dunce v1.0.5 [INFO] [stderr] Compiling zmij v1.0.17 [INFO] [stderr] Compiling fs_extra v1.3.0 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling cmake v0.1.57 [INFO] [stderr] Compiling zerocopy v0.8.34 [INFO] [stderr] Compiling aws-lc-sys v0.37.0 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling aho-corasick v1.1.4 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling aws-lc-rs v1.15.4 [INFO] [stderr] Compiling regex-syntax v0.8.8 [INFO] [stderr] Compiling zstd-sys v2.0.16+zstd.1.5.7 [INFO] [stderr] Compiling icu_normalizer v2.1.1 [INFO] [stderr] Compiling rustls-pki-types v1.14.0 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling ref-cast v1.0.25 [INFO] [stderr] Compiling darling_core v0.23.0 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling tokio-util v0.7.18 [INFO] [stderr] Compiling ref-cast-impl v1.0.25 [INFO] [stderr] Compiling rustls v0.23.36 [INFO] [stderr] Compiling unicode-segmentation v1.12.0 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling convert_case v0.10.0 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling alloc-no-stdlib v2.0.4 [INFO] [stderr] Compiling zstd-safe v7.2.4 [INFO] [stderr] Compiling local-waker v0.1.4 [INFO] [stderr] Compiling alloc-stdlib v0.2.2 [INFO] [stderr] Compiling h2 v0.4.13 [INFO] [stderr] Compiling derive_more-impl v2.1.1 [INFO] [stderr] Compiling url v2.5.8 [INFO] [stderr] Compiling regex v1.12.3 [INFO] [stderr] Compiling darling_macro v0.23.0 [INFO] [stderr] Compiling darling v0.23.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling http-body-util v0.1.3 [INFO] [stderr] Compiling rand_core v0.9.5 [INFO] [stderr] Compiling http v0.2.12 [INFO] [stderr] Compiling ryu v1.0.22 [INFO] [stderr] Compiling rand_core v0.10.0 [INFO] [stderr] Compiling simd-adler32 v0.3.8 [INFO] [stderr] Compiling num-conv v0.2.0 [INFO] [stderr] Compiling log v0.4.29 [INFO] [stderr] Compiling rustversion v1.0.22 [INFO] [stderr] Compiling unicase v2.9.0 [INFO] [stderr] Compiling regex-lite v0.1.8 [INFO] [stderr] Compiling tracing-core v0.1.36 [INFO] [stderr] Compiling time-core v0.1.8 [INFO] [stderr] Compiling getrandom v0.4.2 [INFO] [stderr] Compiling prettyplease v0.2.37 [INFO] [stderr] Compiling derive_more v2.1.1 [INFO] [stderr] Compiling time-macros v0.2.26 [INFO] [stderr] Compiling bytestring v1.5.0 [INFO] [stderr] Compiling mime_guess v2.0.5 [INFO] [stderr] Compiling deranged v0.5.5 [INFO] [stderr] Compiling miniz_oxide v0.8.9 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling crc32fast v1.5.0 [INFO] [stderr] Compiling hyper v1.8.1 [INFO] [stderr] Compiling brotli-decompressor v5.0.0 [INFO] [stderr] Compiling actix-utils v3.0.1 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling actix-rt v2.11.0 [INFO] [stderr] Compiling cookie v0.16.2 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling serde_derive_internals v0.29.1 [INFO] [stderr] Compiling actix-service v2.0.3 [INFO] [stderr] Compiling memchr v2.7.6 [INFO] [stderr] Compiling thiserror v2.0.18 [INFO] [stderr] Compiling openssl-probe v0.2.1 [INFO] [stderr] Compiling cpufeatures v0.3.0 [INFO] [stderr] Compiling hyper-util v0.1.19 [INFO] [stderr] Compiling chacha20 v0.10.0 [INFO] [stderr] Compiling rustls-native-certs v0.8.3 [INFO] [stderr] Compiling tower v0.5.3 [INFO] [stderr] Compiling chrono v0.4.43 [INFO] [stderr] Compiling schemars_derive v1.2.1 [INFO] [stderr] Compiling num-rational v0.4.2 [INFO] [stderr] Compiling brotli v8.0.2 [INFO] [stderr] Compiling actix-router v0.5.4 [INFO] [stderr] Compiling time v0.3.46 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling flate2 v1.1.8 [INFO] [stderr] Compiling h2 v0.3.27 [INFO] [stderr] Compiling local-channel v0.1.5 [INFO] [stderr] Compiling num-iter v0.1.45 [INFO] [stderr] Compiling actix-codec v0.5.2 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling num-complex v0.4.6 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Compiling socket2 v0.5.10 [INFO] [stderr] Compiling unicode-general-category v1.1.0 [INFO] [stderr] Compiling dyn-clone v1.0.20 [INFO] [stderr] Compiling language-tags v0.3.2 [INFO] [stderr] Compiling borrow-or-share v0.2.4 [INFO] [stderr] Compiling rmcp v1.1.0 [INFO] [stderr] Compiling iri-string v0.7.10 [INFO] [stderr] Compiling foldhash v0.1.5 [INFO] [stderr] Compiling bit-vec v0.8.0 [INFO] [stderr] Compiling bit-set v0.8.0 [INFO] [stderr] Compiling fluent-uri v0.4.1 [INFO] [stderr] Compiling schemars v1.2.1 [INFO] [stderr] Compiling num v0.4.3 [INFO] [stderr] Compiling actix-server v2.6.0 [INFO] [stderr] Compiling bon-macros v3.9.0 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling rand v0.10.0 [INFO] [stderr] Compiling zstd v0.13.3 [INFO] [stderr] Compiling tower-http v0.6.8 [INFO] [stderr] Compiling actix-web-codegen v4.3.0 [INFO] [stderr] Compiling rmcp-macros v1.1.0 [INFO] [stderr] Compiling sse-stream v0.2.1 [INFO] [stderr] Compiling tokio-stream v0.1.18 [INFO] [stderr] Compiling actix-http v3.12.0 [INFO] [stderr] Compiling uuid v1.20.0 [INFO] [stderr] Compiling actix-macros v0.2.4 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling vsimd v0.8.0 [INFO] [stderr] Compiling pastey v0.2.1 [INFO] [stderr] Compiling outref v0.5.2 [INFO] [stderr] Compiling impl-more v0.1.9 [INFO] [stderr] Compiling anstyle-query v1.1.5 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling uuid-simd v0.8.0 [INFO] [stderr] Compiling anstream v0.6.21 [INFO] [stderr] Compiling async-stream v0.3.6 [INFO] [stderr] Compiling referencing v0.44.1 [INFO] [stderr] Compiling fraction v0.15.3 [INFO] [stderr] Compiling fancy-regex v0.17.0 [INFO] [stderr] Compiling email_address v0.2.9 [INFO] [stderr] Compiling num-cmp v0.1.0 [INFO] [stderr] Compiling semver v1.0.27 [INFO] [stderr] Compiling bytecount v0.6.9 [INFO] [stderr] Compiling clap_lex v1.0.0 [INFO] [stderr] Compiling oas3 v0.20.1 [INFO] [stderr] Compiling clap_builder v4.5.60 [INFO] [stderr] Compiling actix-web v4.13.0 [INFO] [stderr] Compiling clap_derive v4.5.55 [INFO] [stderr] Compiling bon v3.9.0 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling tracing-subscriber v0.3.22 [INFO] [stderr] Compiling clap v4.5.60 [INFO] [stderr] Compiling rmcp-actix-web v0.12.1 [INFO] [stderr] Compiling rustls-webpki v0.103.9 [INFO] [stderr] Compiling tokio-rustls v0.26.4 [INFO] [stderr] Compiling rustls-platform-verifier v0.6.2 [INFO] [stderr] Compiling hyper-rustls v0.27.7 [INFO] [stderr] Compiling reqwest v0.13.2 [INFO] [stderr] Compiling jsonschema v0.44.1 [INFO] [stderr] Compiling rmcp-openapi v0.25.0 (/opt/rustwide/workdir/crates/rmcp-openapi) [INFO] [stderr] Compiling rmcp-openapi-server v0.25.0 (/opt/rustwide/workdir/crates/rmcp-openapi-server) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 48s [INFO] running `Command { std: "docker" "inspect" "78fb5bbda66a6e1b0895f830f4eddd64df75c26ceafb7947427913b6d44fbd83", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "78fb5bbda66a6e1b0895f830f4eddd64df75c26ceafb7947427913b6d44fbd83", kill_on_drop: false }` [INFO] [stdout] 78fb5bbda66a6e1b0895f830f4eddd64df75c26ceafb7947427913b6d44fbd83 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:cfa559dde23f44738f9990739aaa3487d8df3af37eb5df0572f7cf76004a604a" "/opt/rustwide/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8f3d098e4c12cbee1681d39e309489d2c823685981fb9c48c0001d6035dc5163 [INFO] running `Command { std: "docker" "start" "-a" "8f3d098e4c12cbee1681d39e309489d2c823685981fb9c48c0001d6035dc5163", kill_on_drop: false }` [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling bitflags v2.10.0 [INFO] [stderr] Compiling hyper v1.8.1 [INFO] [stderr] Compiling tower v0.5.3 [INFO] [stderr] Compiling rmcp v1.1.0 [INFO] [stderr] Compiling rustix v1.1.3 [INFO] [stderr] Compiling linux-raw-sys v0.11.0 [INFO] [stderr] Compiling actix-codec v0.5.2 [INFO] [stderr] Compiling similar v2.7.0 [INFO] [stderr] Compiling anyhow v1.0.102 [INFO] [stderr] Compiling actix-http v3.12.0 [INFO] [stderr] Compiling console v0.15.11 [INFO] [stderr] Compiling colored v3.1.1 [INFO] [stderr] Compiling tower-http v0.6.8 [INFO] [stderr] Compiling hyper-util v0.1.19 [INFO] [stderr] Compiling axum-core v0.5.6 [INFO] [stderr] Compiling matchit v0.8.4 [INFO] [stderr] Compiling hyper-rustls v0.27.7 [INFO] [stderr] Compiling tempfile v3.24.0 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling serde_path_to_error v0.1.20 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling url v2.5.8 [INFO] [stderr] Compiling chrono v0.4.43 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling fluent-uri v0.4.1 [INFO] [stderr] Compiling actix-router v0.5.4 [INFO] [stderr] Compiling email_address v0.2.9 [INFO] [stderr] Compiling assert-json-diff v2.0.2 [INFO] [stderr] Compiling reqwest v0.13.2 [INFO] [stderr] Compiling referencing v0.44.1 [INFO] [stderr] Compiling actix-web v4.13.0 [INFO] [stderr] Compiling oas3 v0.20.1 [INFO] [stderr] Compiling mockito v1.7.2 [INFO] [stderr] Compiling insta v1.46.3 [INFO] [stderr] Compiling schemars v1.2.1 [INFO] [stderr] Compiling axum v0.8.8 [INFO] [stderr] Compiling jsonschema v0.44.1 [INFO] [stderr] Compiling rmcp-actix-web v0.12.1 [INFO] [stderr] Compiling rmcp-openapi v0.25.0 (/opt/rustwide/workdir/crates/rmcp-openapi) [INFO] [stderr] Compiling rmcp-openapi-server v0.25.0 (/opt/rustwide/workdir/crates/rmcp-openapi-server) [INFO] [stderr] error: could not compile `rmcp-openapi` (test "test_with_js") [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/8da20828b6ea601dfd8e2448cb50ace88876bd78/bin/rustc --crate-name test_with_js --edition=2024 crates/rmcp-openapi/tests/test_with_js.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("authorization-token-passthrough", "default"))' -C metadata=260eb004f46ad73b -C extra-filename=-7bd6f62b63848f7c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern actix_web=/opt/rustwide/target/debug/deps/libactix_web-704413a29047fc5e.rlib --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-d0824aa9c7568042.rlib --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-17b2f5ebe3869aa5.so --extern axum=/opt/rustwide/target/debug/deps/libaxum-df6ba9dd173c6bee.rlib --extern base64=/opt/rustwide/target/debug/deps/libbase64-2a03de3babadded3.rlib --extern bon=/opt/rustwide/target/debug/deps/libbon-3e4e95a8f2c27202.rlib --extern heck=/opt/rustwide/target/debug/deps/libheck-167f3c7591a7a4b0.rlib --extern http=/opt/rustwide/target/debug/deps/libhttp-b9bda94d23e26c86.rlib --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-a77eb3c57ac1694b.rlib --extern insta=/opt/rustwide/target/debug/deps/libinsta-e547d5eebd7b8ed8.rlib --extern jsonschema=/opt/rustwide/target/debug/deps/libjsonschema-29d98057d2ac62f6.rlib --extern mime=/opt/rustwide/target/debug/deps/libmime-4b44681fdb2c65f7.rlib --extern mockito=/opt/rustwide/target/debug/deps/libmockito-d70b3f4e1bff8fda.rlib --extern oas3=/opt/rustwide/target/debug/deps/liboas3-fbf0952c5adb8ef0.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-5ca078ed3bae9687.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-90bf78c39416096e.rlib --extern rmcp=/opt/rustwide/target/debug/deps/librmcp-b97b84b41535e23f.rlib --extern rmcp_actix_web=/opt/rustwide/target/debug/deps/librmcp_actix_web-586a952eec1841d6.rlib --extern rmcp_openapi=/opt/rustwide/target/debug/deps/librmcp_openapi-63b550f9871a397d.rlib --extern schemars=/opt/rustwide/target/debug/deps/libschemars-c1b48d6a4422c58f.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-9198d4cfdcb1f7f4.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-df882f7ce1b133ec.rlib --extern strsim=/opt/rustwide/target/debug/deps/libstrsim-24acdad2526b95b7.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-2639ab6c4a0f696d.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-9e0ba3458f331a8e.rlib --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-0de706930d8ece53.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-6226526fad006638.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-a5f4513f1bd9e882.rlib --extern url=/opt/rustwide/target/debug/deps/liburl-e847d10fa2080acf.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/zstd-sys-cfa0e3f33149c38d/out -L native=/opt/rustwide/target/debug/build/aws-lc-sys-70f2a5641841d9ae/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `rmcp-openapi` (lib test) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/8da20828b6ea601dfd8e2448cb50ace88876bd78/bin/rustc --crate-name rmcp_openapi --edition=2024 crates/rmcp-openapi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("authorization-token-passthrough", "default"))' -C metadata=231a213441170458 -C extra-filename=-211235542518ef0c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern actix_web=/opt/rustwide/target/debug/deps/libactix_web-704413a29047fc5e.rlib --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-d0824aa9c7568042.rlib --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-17b2f5ebe3869aa5.so --extern axum=/opt/rustwide/target/debug/deps/libaxum-df6ba9dd173c6bee.rlib --extern base64=/opt/rustwide/target/debug/deps/libbase64-2a03de3babadded3.rlib --extern bon=/opt/rustwide/target/debug/deps/libbon-3e4e95a8f2c27202.rlib --extern heck=/opt/rustwide/target/debug/deps/libheck-167f3c7591a7a4b0.rlib --extern http=/opt/rustwide/target/debug/deps/libhttp-b9bda94d23e26c86.rlib --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-a77eb3c57ac1694b.rlib --extern insta=/opt/rustwide/target/debug/deps/libinsta-e547d5eebd7b8ed8.rlib --extern jsonschema=/opt/rustwide/target/debug/deps/libjsonschema-29d98057d2ac62f6.rlib --extern mime=/opt/rustwide/target/debug/deps/libmime-4b44681fdb2c65f7.rlib --extern mockito=/opt/rustwide/target/debug/deps/libmockito-d70b3f4e1bff8fda.rlib --extern oas3=/opt/rustwide/target/debug/deps/liboas3-fbf0952c5adb8ef0.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-5ca078ed3bae9687.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-90bf78c39416096e.rlib --extern rmcp=/opt/rustwide/target/debug/deps/librmcp-b97b84b41535e23f.rlib --extern rmcp_actix_web=/opt/rustwide/target/debug/deps/librmcp_actix_web-586a952eec1841d6.rlib --extern schemars=/opt/rustwide/target/debug/deps/libschemars-c1b48d6a4422c58f.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-9198d4cfdcb1f7f4.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-df882f7ce1b133ec.rlib --extern strsim=/opt/rustwide/target/debug/deps/libstrsim-24acdad2526b95b7.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-2639ab6c4a0f696d.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-9e0ba3458f331a8e.rlib --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-0de706930d8ece53.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-6226526fad006638.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-a5f4513f1bd9e882.rlib --extern url=/opt/rustwide/target/debug/deps/liburl-e847d10fa2080acf.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/zstd-sys-cfa0e3f33149c38d/out -L native=/opt/rustwide/target/debug/build/aws-lc-sys-70f2a5641841d9ae/out` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "8f3d098e4c12cbee1681d39e309489d2c823685981fb9c48c0001d6035dc5163", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8f3d098e4c12cbee1681d39e309489d2c823685981fb9c48c0001d6035dc5163", kill_on_drop: false }` [INFO] [stdout] 8f3d098e4c12cbee1681d39e309489d2c823685981fb9c48c0001d6035dc5163