fix(auto-instrumentation): Upgrade @apm-js-collab/code-transformer to v0.12.0 #4461
integration-tests.yaml
on: pull_request
e2e
6m 14s
e2e-canary
6m 58s
Matrix: js-provider-tests
Annotations
12 errors and 6 warnings
|
scenarios/ai-sdk-instrumentation/scenario.test.ts > ai sdk 5.0.82 > auto-hook instrumentation > captures trace for streamText():
e2e/scenarios/ai-sdk-instrumentation/assertions.ts#L725
AssertionError: expected undefined to deeply equal Any<Number>
- Expected:
Any<Number>
+ Received:
undefined
❯ scenarios/ai-sdk-instrumentation/assertions.ts:725:58
|
|
scenarios/ai-sdk-instrumentation/scenario.test.ts > ai sdk 4.3.19 > auto-hook instrumentation > matches the shared payload snapshot:
e2e/scenarios/ai-sdk-instrumentation/assertions.ts#L962
Error: Snapshot `ai sdk 4.3.19 > auto-hook instrumentation > matches the shared payload snapshot 1` mismatched
- Expected
+ Received
@@ -42,11 +42,11 @@
"metadata": {
"model": "gpt-4o-mini",
"provider": "openai.chat"
},
"name": "streamText",
- "output": {}
+ "output": null
},
{
"input": null,
"metadata": {
"operation": "tool"
@@ -120,9 +120,9 @@
"metadata": {
"model": "gpt-4o-mini",
"provider": "openai.chat"
},
"name": "streamObject",
- "output": {}
+ "output": null
}
]
❯ scenarios/ai-sdk-instrumentation/assertions.ts:962:7
|
|
scenarios/ai-sdk-instrumentation/scenario.test.ts > ai sdk 4.3.19 > auto-hook instrumentation > matches the shared payload snapshot:
e2e/scenarios/ai-sdk-instrumentation/assertions.ts#L962
Error: Snapshot `ai sdk 4.3.19 > auto-hook instrumentation > matches the shared payload snapshot 1` mismatched
- Expected
+ Received
@@ -42,11 +42,11 @@
"metadata": {
"model": "gpt-4o-mini",
"provider": "openai.chat"
},
"name": "streamText",
- "output": {}
+ "output": null
},
{
"input": null,
"metadata": {
"operation": "tool"
@@ -120,9 +120,9 @@
"metadata": {
"model": "gpt-4o-mini",
"provider": "openai.chat"
},
"name": "streamObject",
- "output": {}
+ "output": null
}
]
❯ scenarios/ai-sdk-instrumentation/assertions.ts:962:7
|
|
scenarios/ai-sdk-instrumentation/scenario.test.ts > ai sdk 4.3.19 > auto-hook instrumentation > matches the shared span snapshot:
e2e/scenarios/ai-sdk-instrumentation/assertions.ts#L950
Error: Snapshot `ai sdk 4.3.19 > auto-hook instrumentation > matches the shared span snapshot 1` mismatched
- Expected
+ Received
@@ -51,11 +51,11 @@
"<span:1>"
]
},
{
"has_input": true,
- "has_output": true,
+ "has_output": false,
"metadata": {
"model": "gpt-4o-mini",
"provider": "openai.chat"
},
"name": "streamText",
@@ -143,11 +143,11 @@
"<span:1>"
]
},
{
"has_input": true,
- "has_output": true,
+ "has_output": false,
"metadata": {
"model": "gpt-4o-mini",
"provider": "openai.chat"
},
"name": "streamObject",
❯ scenarios/ai-sdk-instrumentation/assertions.ts:950:7
|
|
scenarios/ai-sdk-instrumentation/scenario.test.ts > ai sdk 4.3.19 > auto-hook instrumentation > matches the shared span snapshot:
e2e/scenarios/ai-sdk-instrumentation/assertions.ts#L950
Error: Snapshot `ai sdk 4.3.19 > auto-hook instrumentation > matches the shared span snapshot 1` mismatched
- Expected
+ Received
@@ -51,11 +51,11 @@
"<span:1>"
]
},
{
"has_input": true,
- "has_output": true,
+ "has_output": false,
"metadata": {
"model": "gpt-4o-mini",
"provider": "openai.chat"
},
"name": "streamText",
@@ -143,11 +143,11 @@
"<span:1>"
]
},
{
"has_input": true,
- "has_output": true,
+ "has_output": false,
"metadata": {
"model": "gpt-4o-mini",
"provider": "openai.chat"
},
"name": "streamObject",
❯ scenarios/ai-sdk-instrumentation/assertions.ts:950:7
|
|
scenarios/ai-sdk-instrumentation/scenario.test.ts > ai sdk 4.3.19 > auto-hook instrumentation > captures trace for streamObject():
e2e/scenarios/ai-sdk-instrumentation/assertions.ts#L889
AssertionError: expected undefined to be defined
❯ scenarios/ai-sdk-instrumentation/assertions.ts:889:40
|
|
scenarios/ai-sdk-instrumentation/scenario.test.ts > ai sdk 4.3.19 > auto-hook instrumentation > captures trace for streamObject():
e2e/scenarios/ai-sdk-instrumentation/assertions.ts#L889
AssertionError: expected undefined to be defined
❯ scenarios/ai-sdk-instrumentation/assertions.ts:889:40
|
|
scenarios/ai-sdk-instrumentation/scenario.test.ts > ai sdk 4.3.19 > auto-hook instrumentation > captures trace for streamText():
e2e/scenarios/ai-sdk-instrumentation/assertions.ts#L725
AssertionError: expected undefined to deeply equal Any<Number>
- Expected:
Any<Number>
+ Received:
undefined
❯ scenarios/ai-sdk-instrumentation/assertions.ts:725:58
|
|
scenarios/ai-sdk-instrumentation/scenario.test.ts > ai sdk 4.3.19 > auto-hook instrumentation > captures trace for streamText():
e2e/scenarios/ai-sdk-instrumentation/assertions.ts#L725
AssertionError: expected undefined to deeply equal Any<Number>
- Expected:
Any<Number>
+ Received:
undefined
❯ scenarios/ai-sdk-instrumentation/assertions.ts:725:58
|
|
e2e
@braintrust/js-e2e-tests#test:e2e: command (/home/runner/work/braintrust-sdk-javascript/braintrust-sdk-javascript/e2e) /home/runner/setup-pnpm/node_modules/.bin/pnpm run test:e2e exited (1)
|
|
e2e-canary
Process completed with exit code 1.
|
|
e2e-canary
@braintrust/js-e2e-tests#test:e2e:canary: command (/home/runner/work/braintrust-sdk-javascript/braintrust-sdk-javascript/e2e) /home/runner/setup-pnpm/node_modules/.bin/pnpm run test:e2e:canary exited (1)
|
|
js-provider-tests (ubuntu-latest, 22)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
js-provider-tests (ubuntu-latest, 20)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
e2e
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
js-provider-tests (windows-latest, 20)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
js-provider-tests (windows-latest, 22)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
e2e-canary
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|