Use session.detach for SDK session cleanup #554
required-checks.yml
on: pull_request
Select SDK workflows
3s
Matrix: dotnet / test
Matrix: go / test
Matrix: java / java-sdk
Matrix: nodejs / test
Matrix: python / test
Matrix: rust / bundle
Matrix: rust / test-inprocess
Matrix: rust / test
Matrix: required
Annotations
127 errors and 34 warnings
|
java / Java SDK Tests (JDK 25)
Process completed with exit code 1.
|
|
nodejs / Node.js SDK Tests (ubuntu-latest, default)
Process completed with exit code 1.
|
|
test/e2e/client_options.e2e.test.ts > Client options > should forward advanced session options in resume wire request:
nodejs/src/session.ts#L1976
Error: Failed to disconnect session advanced-resume-session: Unknown error
❯ CopilotSession.disconnect src/session.ts:1976:19
❯ test/e2e/client_options.e2e.test.ts:737:9
|
|
test/e2e/client_options.e2e.test.ts > Client options > should forward singular provider options in create wire request:
nodejs/src/session.ts#L1976
Error: Failed to disconnect session dc8c46b5-d7f4-4699-b2f5-56026e8ab038: Unknown error
❯ CopilotSession.disconnect src/session.ts:1976:19
❯ test/e2e/client_options.e2e.test.ts:644:9
|
|
test/e2e/client_options.e2e.test.ts > Client options > should forward advanced session options in create wire request:
nodejs/src/session.ts#L1976
Error: Failed to disconnect session fake-session: Unknown error
❯ CopilotSession.disconnect src/session.ts:1976:19
❯ test/e2e/client_options.e2e.test.ts:578:9
|
|
test/e2e/client_options.e2e.test.ts > Client options > should send empty-mode custom agent locality defaults in initial requests:
nodejs/src/session.ts#L1976
Error: Failed to disconnect session 41869e23-2da5-4a6a-90fd-53b0c4cee18e: Unknown error
❯ CopilotSession.disconnect src/session.ts:1976:19
❯ test/e2e/client_options.e2e.test.ts:409:9
|
|
test/e2e/client_options.e2e.test.ts > Client options > should propagate process options to spawned cli:
nodejs/src/session.ts#L1976
Error: Failed to disconnect session 49377c3c-77bf-4b65-af35-b15497f616bf: Unknown error
❯ CopilotSession.disconnect src/session.ts:1976:19
❯ test/e2e/client_options.e2e.test.ts:355:9
|
|
test/toolSet.test.ts > Empty-mode safe defaults > tears the session down if the post-create patch fails:
nodejs/test/toolSet.test.ts#L417
AssertionError: expected [Function] to throw error matching /update rejected/ but got 'Session creation failed and the creat…'
- Expected:
/update rejected/
+ Received:
"Session creation failed and the created session could not be detached"
❯ test/toolSet.test.ts:417:9
|
|
nodejs / Node.js SDK Tests (macos-latest, default)
Process completed with exit code 1.
|
|
test/e2e/client_options.e2e.test.ts > Client options > should forward advanced session options in resume wire request:
nodejs/src/session.ts#L1976
Error: Failed to disconnect session advanced-resume-session: Unknown error
❯ CopilotSession.disconnect src/session.ts:1976:19
❯ test/e2e/client_options.e2e.test.ts:737:9
|
|
test/e2e/client_options.e2e.test.ts > Client options > should forward singular provider options in create wire request:
nodejs/src/session.ts#L1976
Error: Failed to disconnect session 5d10d655-3815-437b-b99d-d93ec952117d: Unknown error
❯ CopilotSession.disconnect src/session.ts:1976:19
❯ test/e2e/client_options.e2e.test.ts:644:9
|
|
test/e2e/client_options.e2e.test.ts > Client options > should forward advanced session options in create wire request:
nodejs/src/session.ts#L1976
Error: Failed to disconnect session fake-session: Unknown error
❯ CopilotSession.disconnect src/session.ts:1976:19
❯ test/e2e/client_options.e2e.test.ts:578:9
|
|
test/e2e/client_options.e2e.test.ts > Client options > should send empty-mode custom agent locality defaults in initial requests:
nodejs/src/session.ts#L1976
Error: Failed to disconnect session 59b8a453-be17-4eb1-811e-dde2d2378e9c: Unknown error
❯ CopilotSession.disconnect src/session.ts:1976:19
❯ test/e2e/client_options.e2e.test.ts:409:9
|
|
test/e2e/client_options.e2e.test.ts > Client options > should propagate process options to spawned cli:
nodejs/src/session.ts#L1976
Error: Failed to disconnect session 6a1bd9da-2069-45e4-8901-6c662f575378: Unknown error
❯ CopilotSession.disconnect src/session.ts:1976:19
❯ test/e2e/client_options.e2e.test.ts:355:9
|
|
test/toolSet.test.ts > Empty-mode safe defaults > tears the session down if the post-create patch fails:
nodejs/test/toolSet.test.ts#L417
AssertionError: expected [Function] to throw error matching /update rejected/ but got 'Session creation failed and the creat…'
- Expected:
/update rejected/
+ Received:
"Session creation failed and the created session could not be detached"
❯ test/toolSet.test.ts:417:9
|
|
nodejs / Node.js SDK Tests (ubuntu-latest, inprocess)
Process completed with exit code 1.
|
|
test/e2e/session.e2e.test.ts > Sessions > resumes a persisted session from a new client when an MCP OAuth handler is configured:
nodejs/src/session.ts#L1976
Error: Failed to disconnect session e98e3343-b639-4d05-9196-730d52c42a3c: Error: Request session.shutdown failed with message: Session not found for sessionId: e98e3343-b639-4d05-9196-730d52c42a3c
❯ CopilotSession.disconnect src/session.ts:1976:19
❯ test/e2e/session.e2e.test.ts:496:4
|
|
test/e2e/session.e2e.test.ts > Sessions > should resume a session using a new client:
nodejs/src/session.ts#L1976
Error: Failed to disconnect session e1357e86-d0d8-4e1d-94ff-f7e33f4bdcdb: Error: Request session.shutdown failed with message: Session not found for sessionId: e1357e86-d0d8-4e1d-94ff-f7e33f4bdcdb
❯ CopilotSession.disconnect src/session.ts:1976:19
❯ test/e2e/session.e2e.test.ts:408:4
|
|
test/e2e/client_options.e2e.test.ts > Client options > should forward advanced session options in resume wire request:
nodejs/src/session.ts#L1976
Error: Failed to disconnect session advanced-resume-session: Unknown error
❯ CopilotSession.disconnect src/session.ts:1976:19
❯ test/e2e/client_options.e2e.test.ts:737:9
|
|
test/e2e/client_options.e2e.test.ts > Client options > should forward singular provider options in create wire request:
nodejs/src/session.ts#L1976
Error: Failed to disconnect session 37106a35-1ed5-4c86-aad7-1ff68015e037: Unknown error
❯ CopilotSession.disconnect src/session.ts:1976:19
❯ test/e2e/client_options.e2e.test.ts:644:9
|
|
test/e2e/client_options.e2e.test.ts > Client options > should forward advanced session options in create wire request:
nodejs/src/session.ts#L1976
Error: Failed to disconnect session fake-session: Unknown error
❯ CopilotSession.disconnect src/session.ts:1976:19
❯ test/e2e/client_options.e2e.test.ts:578:9
|
|
test/e2e/client_options.e2e.test.ts > Client options > should send empty-mode custom agent locality defaults in initial requests:
nodejs/src/session.ts#L1976
Error: Failed to disconnect session ea2f27bf-a940-4e19-bb0b-24c4efb99a46: Unknown error
❯ CopilotSession.disconnect src/session.ts:1976:19
❯ test/e2e/client_options.e2e.test.ts:409:9
|
|
test/e2e/client_options.e2e.test.ts > Client options > should propagate process options to spawned cli:
nodejs/src/session.ts#L1976
Error: Failed to disconnect session 9f6be4ae-9f7f-4fce-80a3-9b16ec7b55a9: Unknown error
❯ CopilotSession.disconnect src/session.ts:1976:19
❯ test/e2e/client_options.e2e.test.ts:355:9
|
|
test/toolSet.test.ts > Empty-mode safe defaults > tears the session down if the post-create patch fails:
nodejs/test/toolSet.test.ts#L417
AssertionError: expected [Function] to throw error matching /update rejected/ but got 'Session creation failed and the creat…'
- Expected:
/update rejected/
+ Received:
"Session creation failed and the created session could not be detached"
❯ test/toolSet.test.ts:417:9
|
|
nodejs / Node.js SDK Tests (macos-latest, inprocess)
Process completed with exit code 1.
|
|
test/e2e/session.e2e.test.ts > Sessions > resumes a persisted session from a new client when an MCP OAuth handler is configured:
nodejs/src/session.ts#L1976
Error: Failed to disconnect session 92bb3971-bf4e-48bc-b4c2-090e01995343: Error: Request session.shutdown failed with message: Session not found for sessionId: 92bb3971-bf4e-48bc-b4c2-090e01995343
❯ CopilotSession.disconnect src/session.ts:1976:19
❯ test/e2e/session.e2e.test.ts:496:4
|
|
test/e2e/session.e2e.test.ts > Sessions > should resume a session using a new client:
nodejs/src/session.ts#L1976
Error: Failed to disconnect session 722f62fc-8e5f-4374-9a5e-f634bde81ac5: Error: Request session.shutdown failed with message: Session not found for sessionId: 722f62fc-8e5f-4374-9a5e-f634bde81ac5
❯ CopilotSession.disconnect src/session.ts:1976:19
❯ test/e2e/session.e2e.test.ts:408:4
|
|
test/e2e/client_options.e2e.test.ts > Client options > should forward advanced session options in resume wire request:
nodejs/src/session.ts#L1976
Error: Failed to disconnect session advanced-resume-session: Unknown error
❯ CopilotSession.disconnect src/session.ts:1976:19
❯ test/e2e/client_options.e2e.test.ts:737:9
|
|
test/e2e/client_options.e2e.test.ts > Client options > should forward singular provider options in create wire request:
nodejs/src/session.ts#L1976
Error: Failed to disconnect session 577dd3f1-e95a-4a73-a699-d0190bdebdf6: Unknown error
❯ CopilotSession.disconnect src/session.ts:1976:19
❯ test/e2e/client_options.e2e.test.ts:644:9
|
|
test/e2e/client_options.e2e.test.ts > Client options > should forward advanced session options in create wire request:
nodejs/src/session.ts#L1976
Error: Failed to disconnect session fake-session: Unknown error
❯ CopilotSession.disconnect src/session.ts:1976:19
❯ test/e2e/client_options.e2e.test.ts:578:9
|
|
test/e2e/client_options.e2e.test.ts > Client options > should send empty-mode custom agent locality defaults in initial requests:
nodejs/src/session.ts#L1976
Error: Failed to disconnect session 78494adb-f29b-4400-952f-a28d6fec3d6e: Unknown error
❯ CopilotSession.disconnect src/session.ts:1976:19
❯ test/e2e/client_options.e2e.test.ts:409:9
|
|
test/e2e/client_options.e2e.test.ts > Client options > should propagate process options to spawned cli:
nodejs/src/session.ts#L1976
Error: Failed to disconnect session 3101d6b9-463b-4070-a0ba-ea83be86b177: Unknown error
❯ CopilotSession.disconnect src/session.ts:1976:19
❯ test/e2e/client_options.e2e.test.ts:355:9
|
|
test/toolSet.test.ts > Empty-mode safe defaults > tears the session down if the post-create patch fails:
nodejs/test/toolSet.test.ts#L417
AssertionError: expected [Function] to throw error matching /update rejected/ but got 'Session creation failed and the creat…'
- Expected:
/update rejected/
+ Received:
"Session creation failed and the created session could not be detached"
❯ test/toolSet.test.ts:417:9
|
|
rust / Rust SDK Tests (macos-latest, default)
Process completed with exit code 101.
|
|
python / Python SDK Tests (ubuntu-latest, default)
Process completed with exit code 1.
|
|
python / Python SDK Tests (ubuntu-latest, default)
No cached response found for POST /chat/completions.
|
|
python / Python SDK Tests (ubuntu-latest, default)
No cached response found for POST /chat/completions.
|
|
python / Python SDK Tests (ubuntu-latest, default)
No cached response found for POST /chat/completions.
|
|
python / Python SDK Tests (ubuntu-latest, default)
No cached response found for POST /chat/completions.
|
|
python / Python SDK Tests (ubuntu-latest, default)
No cached response found for POST /chat/completions.
|
|
python / Python SDK Tests (ubuntu-latest, default)
No cached response found for POST /chat/completions.
|
|
python / Python SDK Tests (ubuntu-latest, default)
No cached response found for POST /chat/completions.
|
|
python / Python SDK Tests (ubuntu-latest, default)
No cached response found for POST /chat/completions.
|
|
python / Python SDK Tests (ubuntu-latest, default)
No cached response found for POST /chat/completions.
|
|
python / Python SDK Tests (macos-latest, default)
Process completed with exit code 1.
|
|
python / Python SDK Tests (macos-latest, default)
No cached response found for POST /chat/completions.
|
|
python / Python SDK Tests (macos-latest, default)
No cached response found for POST /chat/completions.
|
|
python / Python SDK Tests (macos-latest, default)
No cached response found for POST /chat/completions.
|
|
python / Python SDK Tests (macos-latest, default)
No cached response found for POST /chat/completions.
|
|
python / Python SDK Tests (macos-latest, default)
No cached response found for POST /chat/completions.
|
|
python / Python SDK Tests (macos-latest, default)
No cached response found for POST /chat/completions.
|
|
python / Python SDK Tests (macos-latest, default)
No cached response found for POST /chat/completions.
|
|
python / Python SDK Tests (macos-latest, default)
No cached response found for POST /chat/completions.
|
|
python / Python SDK Tests (macos-latest, default)
No cached response found for POST /chat/completions.
|
|
python / Python SDK Tests (ubuntu-latest, inprocess)
Process completed with exit code 1.
|
|
python / Python SDK Tests (ubuntu-latest, inprocess)
No cached response found for POST /chat/completions.
|
|
python / Python SDK Tests (ubuntu-latest, inprocess)
No cached response found for POST /chat/completions.
|
|
python / Python SDK Tests (ubuntu-latest, inprocess)
No cached response found for POST /chat/completions.
|
|
python / Python SDK Tests (ubuntu-latest, inprocess)
No cached response found for POST /chat/completions.
|
|
python / Python SDK Tests (ubuntu-latest, inprocess)
No cached response found for POST /chat/completions.
|
|
python / Python SDK Tests (ubuntu-latest, inprocess)
No cached response found for POST /chat/completions.
|
|
python / Python SDK Tests (ubuntu-latest, inprocess)
No cached response found for POST /chat/completions.
|
|
python / Python SDK Tests (ubuntu-latest, inprocess)
No cached response found for POST /chat/completions.
|
|
python / Python SDK Tests (ubuntu-latest, inprocess)
No cached response found for POST /chat/completions.
|
|
nodejs / Node.js SDK Tests (windows-latest, default)
Process completed with exit code 1.
|
|
test/e2e/client_options.e2e.test.ts > Client options > should forward advanced session options in resume wire request:
nodejs/src/session.ts#L1976
Error: Failed to disconnect session advanced-resume-session: Unknown error
❯ CopilotSession.disconnect src/session.ts:1976:19
❯ test/e2e/client_options.e2e.test.ts:737:9
|
|
test/e2e/client_options.e2e.test.ts > Client options > should forward singular provider options in create wire request:
nodejs/src/session.ts#L1976
Error: Failed to disconnect session 7a2f7f70-8578-4b78-999d-b683128b9688: Unknown error
❯ CopilotSession.disconnect src/session.ts:1976:19
❯ test/e2e/client_options.e2e.test.ts:644:9
|
|
test/e2e/client_options.e2e.test.ts > Client options > should forward advanced session options in create wire request:
nodejs/src/session.ts#L1976
Error: Failed to disconnect session fake-session: Unknown error
❯ CopilotSession.disconnect src/session.ts:1976:19
❯ test/e2e/client_options.e2e.test.ts:578:9
|
|
test/e2e/client_options.e2e.test.ts > Client options > should send empty-mode custom agent locality defaults in initial requests:
nodejs/src/session.ts#L1976
Error: Failed to disconnect session c807da72-0fd6-441f-8eee-f35f880d16eb: Unknown error
❯ CopilotSession.disconnect src/session.ts:1976:19
❯ test/e2e/client_options.e2e.test.ts:409:9
|
|
test/e2e/client_options.e2e.test.ts > Client options > should propagate process options to spawned cli:
nodejs/src/session.ts#L1976
Error: Failed to disconnect session 3452c7f8-c2f4-415f-b44a-c36266a292a7: Unknown error
❯ CopilotSession.disconnect src/session.ts:1976:19
❯ test/e2e/client_options.e2e.test.ts:355:9
|
|
test/toolSet.test.ts > Empty-mode safe defaults > tears the session down if the post-create patch fails:
nodejs/test/toolSet.test.ts#L417
AssertionError: expected [Function] to throw error matching /update rejected/ but got 'Session creation failed and the creat…'
- Expected:
/update rejected/
+ Received:
"Session creation failed and the created session could not be detached"
❯ test/toolSet.test.ts:417:9
|
|
python / Python SDK Tests (macos-latest, inprocess)
Process completed with exit code 1.
|
|
python / Python SDK Tests (macos-latest, inprocess)
No cached response found for POST /chat/completions.
|
|
python / Python SDK Tests (macos-latest, inprocess)
No cached response found for POST /chat/completions.
|
|
python / Python SDK Tests (macos-latest, inprocess)
No cached response found for POST /chat/completions.
|
|
python / Python SDK Tests (macos-latest, inprocess)
No cached response found for POST /chat/completions.
|
|
python / Python SDK Tests (macos-latest, inprocess)
No cached response found for POST /chat/completions.
|
|
python / Python SDK Tests (macos-latest, inprocess)
No cached response found for POST /chat/completions.
|
|
python / Python SDK Tests (macos-latest, inprocess)
No cached response found for POST /chat/completions.
|
|
python / Python SDK Tests (macos-latest, inprocess)
No cached response found for POST /chat/completions.
|
|
python / Python SDK Tests (macos-latest, inprocess)
No cached response found for POST /chat/completions.
|
|
dotnet / .NET SDK Tests (macos-latest, inprocess, capi, full)
Process completed with exit code 1.
|
|
dotnet / .NET SDK Tests (macos-latest, inprocess, capi, full)
No cached response found for POST /chat/completions.
|
|
dotnet / .NET SDK Tests (macos-latest, inprocess, capi, full)
No cached response found for POST /chat/completions.
|
|
rust / Rust SDK Tests (ubuntu-latest, default)
Process completed with exit code 101.
|
|
rust / Rust SDK Tests (ubuntu-latest, inprocess)
Process completed with exit code 101.
|
|
rust / Rust SDK Tests (windows-latest, default)
Process completed with exit code 101.
|
|
dotnet / .NET SDK Tests (ubuntu-latest, inprocess, capi, full)
Process completed with exit code 1.
|
|
dotnet / .NET SDK Tests (ubuntu-latest, inprocess, capi, full)
No cached response found for POST /chat/completions.
|
|
dotnet / .NET SDK Tests (ubuntu-latest, inprocess, capi, full)
No cached response found for POST /chat/completions.
|
|
dotnet / .NET SDK Tests (macos-latest, default, capi, full)
Process completed with exit code 1.
|
|
dotnet / .NET SDK Tests (ubuntu-latest, inprocess, anthropic-messages, full)
Process completed with exit code 1.
|
|
dotnet / .NET SDK Tests (ubuntu-latest, inprocess, anthropic-messages, full)
No cached response found for POST /v1/messages.
|
|
dotnet / .NET SDK Tests (ubuntu-latest, inprocess, anthropic-messages, full)
No cached response found for POST /v1/messages.
|
|
nodejs / Node.js SDK Tests (windows-latest, inprocess)
Process completed with exit code 1.
|
|
test/e2e/session.e2e.test.ts > Sessions > resumes a persisted session from a new client when an MCP OAuth handler is configured:
nodejs/src/session.ts#L1976
Error: Failed to disconnect session 0800d19b-fd0e-40c0-824b-b006090a0953: Error: Request session.shutdown failed with message: Session not found for sessionId: 0800d19b-fd0e-40c0-824b-b006090a0953
❯ CopilotSession.disconnect src/session.ts:1976:19
❯ test/e2e/session.e2e.test.ts:496:4
|
|
test/e2e/session.e2e.test.ts > Sessions > should resume a session using a new client:
nodejs/src/session.ts#L1976
Error: Failed to disconnect session 6b5873c4-23aa-430b-8f50-b6f80454251b: Error: Request session.shutdown failed with message: Session not found for sessionId: 6b5873c4-23aa-430b-8f50-b6f80454251b
❯ CopilotSession.disconnect src/session.ts:1976:19
❯ test/e2e/session.e2e.test.ts:408:4
|
|
test/e2e/client_options.e2e.test.ts > Client options > should forward advanced session options in resume wire request:
nodejs/src/session.ts#L1976
Error: Failed to disconnect session advanced-resume-session: Unknown error
❯ CopilotSession.disconnect src/session.ts:1976:19
❯ test/e2e/client_options.e2e.test.ts:737:9
|
|
test/e2e/client_options.e2e.test.ts > Client options > should forward singular provider options in create wire request:
nodejs/src/session.ts#L1976
Error: Failed to disconnect session 32de22b5-2b9a-4e3e-b173-63a856bd1364: Unknown error
❯ CopilotSession.disconnect src/session.ts:1976:19
❯ test/e2e/client_options.e2e.test.ts:644:9
|
|
test/e2e/client_options.e2e.test.ts > Client options > should forward advanced session options in create wire request:
nodejs/src/session.ts#L1976
Error: Failed to disconnect session fake-session: Unknown error
❯ CopilotSession.disconnect src/session.ts:1976:19
❯ test/e2e/client_options.e2e.test.ts:578:9
|
|
test/e2e/client_options.e2e.test.ts > Client options > should send empty-mode custom agent locality defaults in initial requests:
nodejs/src/session.ts#L1976
Error: Failed to disconnect session bccd4e21-9bfc-464c-8dee-86434ab89e57: Unknown error
❯ CopilotSession.disconnect src/session.ts:1976:19
❯ test/e2e/client_options.e2e.test.ts:409:9
|
|
test/e2e/client_options.e2e.test.ts > Client options > should propagate process options to spawned cli:
nodejs/src/session.ts#L1976
Error: Failed to disconnect session 1cdcaa63-cbe5-463f-bddf-30544f8a5ae7: Unknown error
❯ CopilotSession.disconnect src/session.ts:1976:19
❯ test/e2e/client_options.e2e.test.ts:355:9
|
|
test/toolSet.test.ts > Empty-mode safe defaults > tears the session down if the post-create patch fails:
nodejs/test/toolSet.test.ts#L417
AssertionError: expected [Function] to throw error matching /update rejected/ but got 'Session creation failed and the creat…'
- Expected:
/update rejected/
+ Received:
"Session creation failed and the created session could not be detached"
❯ test/toolSet.test.ts:417:9
|
|
dotnet / .NET SDK Tests (ubuntu-latest, inprocess, openai-completions, full)
Process completed with exit code 1.
|
|
dotnet / .NET SDK Tests (ubuntu-latest, inprocess, openai-completions, full)
No cached response found for POST /chat/completions.
|
|
dotnet / .NET SDK Tests (ubuntu-latest, inprocess, openai-completions, full)
No cached response found for POST /chat/completions.
|
|
dotnet / .NET SDK Tests (ubuntu-latest, inprocess, openai-responses, full)
Process completed with exit code 1.
|
|
dotnet / .NET SDK Tests (ubuntu-latest, inprocess, openai-responses, full)
No cached response found for POST /responses.
|
|
dotnet / .NET SDK Tests (ubuntu-latest, inprocess, openai-responses, full)
No cached response found for POST /responses.
|
|
rust / Rust SDK Tests (macos-latest, inprocess)
Process completed with exit code 101.
|
|
dotnet / .NET SDK Tests (ubuntu-latest, default, capi, full)
Process completed with exit code 1.
|
|
dotnet / .NET SDK Tests (windows-latest, default, capi, 1)
Process completed with exit code 1.
|
|
python / Python SDK Tests (windows-latest, default)
Process completed with exit code 1.
|
|
dotnet / .NET SDK Tests (windows-latest, default, capi, 2)
No cached response found for POST /chat/completions.
|
|
dotnet / .NET SDK Tests (windows-latest, default, capi, 2)
No cached response found for POST /chat/completions.
|
|
dotnet / .NET SDK Tests (windows-latest, default, capi, 2)
No cached response found for POST /chat/completions.
|
|
python / Python SDK Tests (windows-latest, inprocess)
Process completed with exit code 1.
|
|
Node.js required
Process completed with exit code 1.
|
|
Node.js required
nodejs SDK checks were selected=true with result=failure.
|
|
Rust required
Process completed with exit code 1.
|
|
Rust required
rust SDK checks were selected=true with result=failure.
|
|
Python required
Process completed with exit code 1.
|
|
Python required
python SDK checks were selected=true with result=failure.
|
|
.NET required
Process completed with exit code 1.
|
|
.NET required
dotnet SDK checks were selected=true with result=failure.
|
|
Java required
Process completed with exit code 1.
|
|
Java required
java SDK checks were selected=true with result=failure.
|
|
Select SDK workflows
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: dorny/paths-filter@6852f92c20ea7fd3b0c25de3b5112db3a98da050. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
java / Java SDK Tests (JDK 25)
No files were found with the provided path: java/target/surefire-reports/
java/target/surefire-reports-isolated/
java/target/failsafe-reports/. No artifacts will be uploaded.
|
|
nodejs / Node.js SDK Tests (ubuntu-latest, default):
nodejs/test/shared-codegen.test.ts#L322
Unexpected any. Specify a different type
|
|
nodejs / Node.js SDK Tests (ubuntu-latest, default):
nodejs/test/extension.test.ts#L41
Unexpected any. Specify a different type
|
|
nodejs / Node.js SDK Tests (ubuntu-latest, default):
nodejs/test/extension.test.ts#L23
Unexpected any. Specify a different type
|
|
rust / Rust SDK Bundled CLI Build (macos-latest)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
rust / Rust SDK Bundled CLI Build (ubuntu-latest)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
nodejs / Node.js SDK Tests (macos-latest, default):
nodejs/test/shared-codegen.test.ts#L322
Unexpected any. Specify a different type
|
|
nodejs / Node.js SDK Tests (macos-latest, default):
nodejs/test/extension.test.ts#L41
Unexpected any. Specify a different type
|
|
nodejs / Node.js SDK Tests (macos-latest, default):
nodejs/test/extension.test.ts#L23
Unexpected any. Specify a different type
|
|
nodejs / Node.js SDK Tests (ubuntu-latest, inprocess):
nodejs/test/shared-codegen.test.ts#L322
Unexpected any. Specify a different type
|
|
nodejs / Node.js SDK Tests (ubuntu-latest, inprocess):
nodejs/test/extension.test.ts#L41
Unexpected any. Specify a different type
|
|
nodejs / Node.js SDK Tests (ubuntu-latest, inprocess):
nodejs/test/extension.test.ts#L23
Unexpected any. Specify a different type
|
|
nodejs / Node.js SDK Tests (macos-latest, inprocess):
nodejs/test/shared-codegen.test.ts#L322
Unexpected any. Specify a different type
|
|
nodejs / Node.js SDK Tests (macos-latest, inprocess):
nodejs/test/extension.test.ts#L41
Unexpected any. Specify a different type
|
|
nodejs / Node.js SDK Tests (macos-latest, inprocess):
nodejs/test/extension.test.ts#L23
Unexpected any. Specify a different type
|
|
rust / Rust SDK Tests (macos-latest, default)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
rust / Rust SDK Bundled CLI Build (windows-latest)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
go / Go SDK Tests (macos-latest, default)
Restore cache failed: Dependencies file is not found in /Users/runner/work/copilot-sdk/copilot-sdk. Supported file pattern: go.mod
|
|
go / Go SDK Tests (ubuntu-latest, default)
Restore cache failed: Dependencies file is not found in /home/runner/work/copilot-sdk/copilot-sdk. Supported file pattern: go.mod
|
|
nodejs / Node.js SDK Tests (windows-latest, default):
nodejs/test/shared-codegen.test.ts#L322
Unexpected any. Specify a different type
|
|
nodejs / Node.js SDK Tests (windows-latest, default):
nodejs/test/extension.test.ts#L41
Unexpected any. Specify a different type
|
|
nodejs / Node.js SDK Tests (windows-latest, default):
nodejs/test/extension.test.ts#L23
Unexpected any. Specify a different type
|
|
go / Go SDK Tests (macos-latest, inprocess)
Restore cache failed: Dependencies file is not found in /Users/runner/work/copilot-sdk/copilot-sdk. Supported file pattern: go.mod
|
|
go / Go SDK Tests (ubuntu-latest, inprocess)
Restore cache failed: Dependencies file is not found in /home/runner/work/copilot-sdk/copilot-sdk. Supported file pattern: go.mod
|
|
rust / Rust SDK Tests (ubuntu-latest, default)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
rust / Rust SDK Tests (ubuntu-latest, inprocess)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
rust / Rust SDK Tests (windows-latest, default)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
nodejs / Node.js SDK Tests (windows-latest, inprocess):
nodejs/test/shared-codegen.test.ts#L322
Unexpected any. Specify a different type
|
|
nodejs / Node.js SDK Tests (windows-latest, inprocess):
nodejs/test/extension.test.ts#L41
Unexpected any. Specify a different type
|
|
nodejs / Node.js SDK Tests (windows-latest, inprocess):
nodejs/test/extension.test.ts#L23
Unexpected any. Specify a different type
|
|
go / Go SDK Tests (windows-latest, default)
Restore cache failed: Dependencies file is not found in D:\a\copilot-sdk\copilot-sdk. Supported file pattern: go.mod
|
|
rust / Rust SDK Tests (macos-latest, inprocess)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
go / Go SDK Tests (windows-latest, inprocess)
Restore cache failed: Dependencies file is not found in D:\a\copilot-sdk\copilot-sdk. Supported file pattern: go.mod
|