Skip to content

Tunnel route helper + Dynamic tunnel route generator for TanStack Start React #45842

Tunnel route helper + Dynamic tunnel route generator for TanStack Start React

Tunnel route helper + Dynamic tunnel route generator for TanStack Start React #45842

Triggered via pull request April 16, 2026 14:19
Status Failure
Total duration 22m 35s
Artifacts 10

build.yml

on: pull_request
job_get_metadata  /  Get Metadata
11s
job_get_metadata / Get Metadata
Prepare E2E tests
2m 58s
Prepare E2E tests
Matrix: job_browser_loader_tests
Matrix: job_browser_playwright_tests
Matrix: job_node_core_integration_tests
Matrix: job_node_integration_tests
Matrix: job_node_unit_tests
Matrix: job_remix_integration_tests
Size Check
2m 3s
Size Check
Lint
48s
Lint
Circular Dependency Check
1m 41s
Circular Dependency Check
Upload Artifacts
Upload Artifacts
Browser Unit Tests
1m 29s
Browser Unit Tests
Bun Unit Tests
Bun Unit Tests
Deno Unit Tests
Deno Unit Tests
Cloudflare Integration Tests
1m 42s
Cloudflare Integration Tests
Bun Integration Tests
Bun Integration Tests
Check for faulty .d.ts files
43s
Check for faulty .d.ts files
Matrix: job_e2e_tests
Matrix: job_optional_e2e_tests
All required jobs passed or were skipped
4s
All required jobs passed or were skipped
Fit to window
Zoom out
Zoom in

Annotations

7 errors, 17 warnings, and 7 notices
Check file formatting
Process completed with exit code 1.
Lint
Process completed with exit code 1.
typescript-eslint(prefer-optional-chain): packages/tanstackstart-react/src/vite/tunnelRoute.ts#L124
Prefer using an optional chain expression instead, as it's more concise and easier to read.
typescript-eslint(prefer-optional-chain): packages/tanstackstart-react/src/vite/tunnelRoute.ts#L89
Prefer using an optional chain expression instead, as it's more concise and easier to read.
typescript-eslint(no-dynamic-delete): packages/tanstackstart-react/test/vite/tunnelRoute.test.ts#L41
Do not delete dynamically computed property keys.
typescript-eslint(no-dynamic-delete): packages/tanstackstart-react/test/vite/tunnelRoute.test.ts#L37
Do not delete dynamically computed property keys.
All required jobs passed or were skipped
Process completed with exit code 1.
Check file formatting
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4. 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/
Build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, dkhunt27/action-nx-affected-list@v6.1. 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/
eslint(no-unused-vars): packages/core/test/lib/utils/weakRef.test.ts#L1
Identifier 'beforeEach' is imported but never used.
eslint(no-unused-vars): packages/core/test/lib/utils/weakRef.test.ts#L1
Identifier 'afterEach' is imported but never used.
eslint(no-unused-vars): packages/opentelemetry/test/utils/contextData.test.ts#L3
Identifier 'vi' is imported but never used.
eslint(no-unused-vars): packages/opentelemetry/test/utils/contextData.test.ts#L3
Identifier 'beforeEach' is imported but never used.
eslint(no-unused-vars): packages/opentelemetry/test/utils/contextData.test.ts#L3
Identifier 'afterEach' is imported but never used.
eslint(no-unused-vars): packages/core/src/integrations/requestdata.ts#L2
Identifier 'hasSpanStreamingEnabled' is imported but never used.
Browser Unit Tests
Patch coverage defaulted to 100% because no changed files matched coverage data. Unmatched diff files: dev-packages/e2e-tests/test-applications/tanstackstart-react/package.json, dev-packages/e2e-tests/test-applications/tanstackstart-react/src/globals.d.ts, dev-packages/e2e-tests/test-applications/tanstackstart-react/src/router.tsx, dev-packages/e2e-tests/test-applications/tanstackstart-react/src/routes/custom-monitor.ts, dev-packages/e2e-tests/test-applications/tanstackstart-react/tests/errors.test.ts, dev-packages/e2e-tests/test-applications/tanstackstart-react/tests/middleware.test.ts, dev-packages/e2e-tests/test-applications/tanstackstart-react/tests/transaction.test.ts, dev-packages/e2e-tests/test-applications/tanstackstart-react/tests/tunnel.test.ts, dev-packages/e2e-tests/test-applications/tanstackstart-react/vite.config.ts, packages/tanstackstart-react/src/client/sdk.ts, packages/tanstackstart-react/src/client/tunnelRoute.ts, packages/tanstackstart-react/src/server/index.ts, packages/tanstackstart-react/src/server/tunnelRoute.ts, packages/tanstackstart-react/src/vite/index.ts, packages/tanstackstart-react/src/vite/sentryTanstackStart.ts, packages/tanstackstart-react/src/vite/tunnelRoute.ts, packages/tanstackstart-react/test/client/sdk.test.ts, packages/tanstackstart-react/test/client/tunnelRoute.test.ts, packages/tanstackstart-react/test/server/tunnelRoute.test.ts, packages/tanstackstart-react/test/vite/sentryTanstackStart.test.ts, packages/tanstackstart-react/test/vite/tunnelRoute.test.ts Sample coverage paths: ./mute.js, /Users/isaacs/dev/js/events-to-array/etoa.js This usually indicates a path format mismatch between your coverage tool and the repository.
Browser Unit Tests
Please ensure your test framework is generating JUnit XML output.
Browser Unit Tests
No JUnit XML files found matching pattern: **/*.junit.xml
Browser Unit Tests
No files found matching pattern: **/*.junit.xml
Size Check
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: ./dev-packages/size-limit-gh-action. 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 tunnel-generated Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 tunnel-custom Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 tunnel-static Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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 tanstackstart-react Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@v4. 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/
🎭 Playwright Run Summary
12 skipped 1 passed (4.7s)
🎭 Playwright Run Summary
12 skipped 1 passed (4.7s)
🎭 Playwright Run Summary
12 skipped 1 passed (4.3s)
🎭 Playwright Run Summary
12 skipped 1 passed (2.3s)
🎭 Playwright Run Summary
12 skipped 1 passed (2.3s)
🎭 Playwright Run Summary
12 skipped 1 passed (3.3s)
🎭 Playwright Run Summary
1 skipped 12 passed (4.7s)

Artifacts

Produced during runtime
Name Size Digest
build-output Expired
33.6 MB
sha256:1d1d467e6a4d38faeb4c3cefa2a0aea259309195d45c861176e0c68414034723
codecov-coverage-results-lazarnikolov-js-2140-tanstack-start-tunnel-adapter-job_browser_unit_tests
1 KB
sha256:a6b6726d42791617d74d4b5b24d0d7b20c986dba61ec3be34f59767b41e28c46
codecov-coverage-results-lazarnikolov-js-2140-tanstack-start-tunnel-adapter-job_node_unit_tests-18
4.57 KB
sha256:4d432e4515825eb006caaf5dacee47697fbfef2ba26742784a749566348a0169
codecov-coverage-results-lazarnikolov-js-2140-tanstack-start-tunnel-adapter-job_node_unit_tests-20
4.57 KB
sha256:ab8b9d9448e89d7c656bf0413921bd67dd069b9957d483a1e1e54130f97f7d18
codecov-coverage-results-lazarnikolov-js-2140-tanstack-start-tunnel-adapter-job_node_unit_tests-22
4.57 KB
sha256:e29e534a751d339ded4ddf0a30825831c9bb56111b3e863b961423b5a2f1bfc1
codecov-coverage-results-lazarnikolov-js-2140-tanstack-start-tunnel-adapter-job_node_unit_tests-24
4.57 KB
sha256:746f95d98a0ae87df03e6af381ad99007fa19edc1fbeaa808762bb174d797a0d
codecov-test-results-lazarnikolov-js-2140-tanstack-start-tunnel-adapter-job_node_unit_tests-18
238 Bytes
sha256:eda178eff75ef6b1ac2c7b3f6cdc11ef1a5ea80e6b9bfcdeb2715ee83c12b51d
codecov-test-results-lazarnikolov-js-2140-tanstack-start-tunnel-adapter-job_node_unit_tests-20
238 Bytes
sha256:d9d25fea4854271d696be4c6ad365acf34c4188eb7c51e5e90277d4b6f5a6a7a
codecov-test-results-lazarnikolov-js-2140-tanstack-start-tunnel-adapter-job_node_unit_tests-22
236 Bytes
sha256:fc5e61aacbabd02c5a64b6cde18097cd3561a31d22792798e1c4ff51de1f0da5
codecov-test-results-lazarnikolov-js-2140-tanstack-start-tunnel-adapter-job_node_unit_tests-24
238 Bytes
sha256:e3b75850f4891452e9ecc567e59b459971534a8fc5ff905cab36e7ee421ef419