Skip to content

Revert open telemetry integration #6100 (#6179) #23677

Revert open telemetry integration #6100 (#6179)

Revert open telemetry integration #6100 (#6179) #23677

Triggered via push November 22, 2024 16:02
Status Failure
Total duration 21m 14s
Artifacts 1

ci.yml

on: push
fast_tests_matrix_prep
0s
fast_tests_matrix_prep
slow_tests_matrix_prep
0s
slow_tests_matrix_prep
Matrix: test-integration
Matrix: test-unit
Matrix: test-e2e
Fit to window
Zoom out
Zoom in

Annotations

23 errors, 19 warnings, and 3 notices
test-unit (ubuntu, 20)
The v0 series of google-github-actions/setup-gcloud is no longer maintained. It will not receive updates, improvements, or security patches. Please upgrade to the latest supported versions: https://github.com/google-github-actions/setup-gcloud
test-unit (macos, 20)
The v0 series of google-github-actions/setup-gcloud is no longer maintained. It will not receive updates, improvements, or security patches. Please upgrade to the latest supported versions: https://github.com/google-github-actions/setup-gcloud
test-unit (ubuntu, 18)
The v0 series of google-github-actions/setup-gcloud is no longer maintained. It will not receive updates, improvements, or security patches. Please upgrade to the latest supported versions: https://github.com/google-github-actions/setup-gcloud
src/enterprise-s2.test.ts: agent/src/TestClient.ts#L105
Error: Command failed: pnpm run build:for-tests ❯ buildAgentBinary src/TestClient.ts:105:5 ❯ Function.create src/TestClient.ts:138:9 ❯ src/enterprise-s2.test.ts:16:43 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { status: 1, signal: null, output: [ null, null, null ], pid: 784, stdout: null, stderr: null }
src/cli/command-chat.test.ts: agent/src/TestClient.ts#L105
Error: Command failed: pnpm run build:for-tests ❯ Module.buildAgentBinary src/TestClient.ts:105:5 ❯ src/cli/command-chat.test.ts:85:9 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { status: 1, signal: null, output: [ null, null, null ], pid: 2528, stdout: null, stderr: null }
src/cli/command-chat.test.ts: agent/src/cli/command-chat.test.ts#L95
TypeError: Cannot read properties of undefined (reading 'stop') ❯ src/cli/command-chat.test.ts:95:21
test-unit (windows, 20)
Process completed with exit code 1.
test-unit (windows, 20)
The v0 series of google-github-actions/setup-gcloud is no longer maintained. It will not receive updates, improvements, or security patches. Please upgrade to the latest supported versions: https://github.com/google-github-actions/setup-gcloud
command-edit.test.ts:106:1 › edit (fixup) input - range selection: vscode/test/e2e/command-edit.test.ts#L124
1) command-edit.test.ts:106:1 › edit (fixup) input - range selection ───────────────────────────── Error: expect(locator).toBeVisible() Locator: getByText('Nearest Code Block') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByText('Nearest Code Block') 122 | // Check the correct range item is auto-selected 123 | const rangeItem = page.getByText('Nearest Code Block') > 124 | expect(rangeItem).toBeVisible() | ^ 125 | 126 | // Open the range input and check it has the correct item selected 127 | await rangeItem.click() at /home/runner/work/cody/cody/vscode/test/e2e/command-edit.test.ts:124:23
test-e2e (macos)
Worker teardown timeout of 30000ms exceeded. Failed worker ran 14 tests, last 10 tests were: test/e2e/chat-atFile.test.ts:358:3 › Add Selection to Cody Chat test/e2e/chat-context.test.ts:11:5 › chat followup context test/e2e/chat-history.test.ts:18:3 › restore chat from sidebar history view test/e2e/chat-input.test.ts:26:3 › chat input focus test/e2e/chat-input.test.ts:97:69 › chat toolbar and row UI test/e2e/chat-input.test.ts:194:3 › chat model selector test/e2e/chat-input.test.ts:246:3 › editing follow-up messages in chat view test/e2e/chat-keyboard-shortcuts.test.ts:14:5 › chat keyboard shortcuts for sidebar chat test/e2e/chat-keyboard-shortcuts.test.ts:35:5 › re-opening chat adds selection test/e2e/chat-messages.test.ts:17:5 › chat assistant response code buttons
test-e2e (macos)
Worker teardown timeout of 30000ms exceeded. Failed worker ran 1 test: test/e2e/chat-messages.test.ts:17:5 › chat assistant response code buttons
chat-messages.test.ts:17:5 › chat assistant response code buttons: vscode/test/e2e/chat-messages.test.ts#L1
1) chat-messages.test.ts:17:5 › chat assistant response code buttons ───────────────────────────── Tearing down "app" exceeded the test timeout of 30000ms.
chat-messages.test.ts:17:5 › chat assistant response code buttons: vscode/test/e2e/chat-messages.test.ts#L1
1) chat-messages.test.ts:17:5 › chat assistant response code buttons ───────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Tearing down "app" exceeded the test timeout of 30000ms.
chat-atFile.test.ts:35:3 › @-mention file in chat: vscode/test/e2e/chat-atFile.test.ts#L89
2) chat-atFile.test.ts:35:3 › @-mention file in chat ───────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: frameLocator('.simple-find-part-wrapper + iframe.webview').last().frameLocator('iframe').getByRole('option', { name: 'Main.java' }) Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for frameLocator('.simple-find-part-wrapper + iframe.webview').last().frameLocator('iframe').getByRole('option', { name: 'Main.java' }) 87 | await chatInput.fill('') 88 | await chatInput.pressSequentially('@mj', { delay: 350 }) > 89 | await expect(chatPanelFrame.getByRole('option', { name: 'Main.java' })).toBeVisible() | ^ 90 | await chatInput.fill('clear') 91 | 92 | // Searching and clicking at /Users/runner/work/cody/cody/vscode/test/e2e/chat-atFile.test.ts:89:77
test-e2e (macos)
Process completed with exit code 1.
test-e2e (windows)
The job running on runner GitHub Actions 8 has exceeded the maximum execution time of 20 minutes.
uninstall.test.ts:7:5 › uninstall extension: vscode\test\e2e\common.ts#L54
1) uninstall.test.ts:7:5 › uninstall extension ─────────────────────────────────────────────────── TimeoutError: page.click: Timeout 30000ms exceeded. Call log: - waiting for locator('[aria-label="Cody"]') at common.ts:54 52 | // In case the cody sidebar isn't focused, select it. 53 | while (!(await isSidebarVisible(page))) { > 54 | await page.click('[aria-label="Cody"]') | ^ 55 | } 56 | } 57 | at focusSidebar (D:\a\cody\cody\vscode\test\e2e\common.ts:54:20) at signin (D:\a\cody\cody\vscode\test\e2e\uninstall.test.ts:65:5) at D:\a\cody\cody\vscode\test\e2e\uninstall.test.ts:50:5
uninstall.test.ts:7:5 › uninstall extension: vscode\test\e2e\uninstall.test.ts#L1
1) uninstall.test.ts:7:5 › uninstall extension ─────────────────────────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test was interrupted.
auth.test.ts:21:3 › requires a valid auth token and allows logouts: vscode\test\e2e\auth.test.ts#L30
2) auth.test.ts:21:3 › requires a valid auth token and allows logouts ──────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: getByRole('alert').getByText('Authentication failed.') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByRole('alert').getByText('Authentication failed.') 28 | await page.getByRole('combobox', { name: 'input' }).press('Enter') 29 | > 30 | await expect(page.getByRole('alert').getByText('Authentication failed.')).toBeVisible() | ^ 31 | 32 | await sidebar?.getByRole('button', { name: 'Sign In to Your Enterprise Instance' }).click() 33 | await page.getByRole('option', { name: 'Sign In with URL and Access Token' }).click() at D:\a\cody\cody\vscode\test\e2e\auth.test.ts:30:79
auth.test.ts:21:3 › requires a valid auth token and allows logouts: vscode\test\e2e\auth.test.ts#L1
2) auth.test.ts:21:3 › requires a valid auth token and allows logouts ──────────────────────────── Error: EBUSY: resource busy or locked, rename 'D:\a\cody\cody\playwright\requires_a_valid_auth_token_and_allows_logouts\temp-videos\8f213e9463658a90fba5a44c95bc0656.webm' -> 'D:\a\cody\cody\playwright\requires_a_valid_auth_token_and_allows_logouts\videos\run_0_retry_0_failure.webm'
command-custom.test.ts:283:17 › use terminal output as context: vscode\test\e2e\command-custom.test.ts#L1
3) command-custom.test.ts:283:17 › use terminal output as context ──────────────────────────────── Test timeout of 30000ms exceeded while setting up "page".
command-custom.test.ts:283:17 › use terminal output as context: vscode\test\e2e\helpers.ts#L296
3) command-custom.test.ts:283:17 › use terminal output as context ──────────────────────────────── Error: locator.hover: Target page, context or browser has been closed Call log: - waiting for getByRole('heading', { name: 'Cody: Chat' }) at helpers.ts:296 294 | await focusSidebar(page) 295 | // Ensure that we remove the hover from the activity icon > 296 | await page.getByRole('heading', { name: 'Cody: Chat' }).hover() | ^ 297 | // Wait for Cody to become activated 298 | // TODO(philipp-spiess): Figure out which playwright matcher we can use that works for 299 | // the signed-in and signed-out cases at Object.page (D:\a\cody\cody\vscode\test\e2e\helpers.ts:296:69)
test-e2e (windows)
The operation was canceled.
test-unit (ubuntu, 20)
The following actions use a deprecated Node.js version and will be forced to run on node20: google-github-actions/setup-gcloud@v0. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test-unit (macos, 20)
The following actions use a deprecated Node.js version and will be forced to run on node20: google-github-actions/setup-gcloud@v0. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test-unit (ubuntu, 18)
The following actions use a deprecated Node.js version and will be forced to run on node20: google-github-actions/setup-gcloud@v0. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test-unit (windows, 20)
The following actions use a deprecated Node.js version and will be forced to run on node20: google-github-actions/setup-gcloud@v0. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Slow Test: vscode/chat-atFile.test.ts#L1
vscode/chat-atFile.test.ts took 1.4m
Slow Test: vscode/command-custom.test.ts#L1
vscode/command-custom.test.ts took 1.2m
Slow Test: vscode/chat-input.test.ts#L1
vscode/chat-input.test.ts took 58.6s
Slow Test: vscode/initial-context.test.ts#L1
vscode/initial-context.test.ts took 52.5s
Slow Test: vscode/command-core.test.ts#L1
vscode/command-core.test.ts took 43.2s
Slow Test: vscode/command-custom.test.ts#L1
vscode/command-custom.test.ts took 1.1m
Slow Test: vscode/initial-context.test.ts#L1
vscode/initial-context.test.ts took 1.1m
Slow Test: vscode/chat-input.test.ts#L1
vscode/chat-input.test.ts took 1.0m
Slow Test: vscode/command-edit.test.ts#L1
vscode/command-edit.test.ts took 54.3s
Slow Test: vscode/command-core.test.ts#L1
vscode/command-core.test.ts took 40.5s
Slow Test: vscode\chat-atFile.test.ts#L1
vscode\chat-atFile.test.ts took 1.5m
Slow Test: vscode\chat-input.test.ts#L1
vscode\chat-input.test.ts took 1.1m
Slow Test: vscode\initial-context.test.ts#L1
vscode\initial-context.test.ts took 1.0m
Slow Test: vscode\command-core.test.ts#L1
vscode\command-core.test.ts took 55.0s
Slow Test: vscode\command-edit.test.ts#L1
vscode\command-edit.test.ts took 54.6s
🎭 Playwright Run Summary
1 flaky command-edit.test.ts:106:1 › edit (fixup) input - range selection ────────────────────────────── 3 skipped 43 passed (11.3m)
🎭 Playwright Run Summary
1 failed chat-messages.test.ts:17:5 › chat assistant response code buttons ────────────────────────────── 1 flaky chat-atFile.test.ts:35:3 › @-mention file in chat ────────────────────────────────────────────── 3 skipped 42 passed (14.6m)
🎭 Playwright Run Summary
1 failed uninstall.test.ts:7:5 › uninstall extension ──────────────────────────────────────────────────── 2 flaky auth.test.ts:21:3 › requires a valid auth token and allows logouts ───────────────────────────── command-custom.test.ts:283:17 › use terminal output as context ───────────────────────────────── 3 skipped 41 passed (14.1m)

Artifacts

Produced during runtime
Name Size
playwright-recordings macos
577 KB