Skip to content

feat(gradle-server): migrate task transport from gRPC to JSON-RPC over TCP loopback (PR 1/3) #2684

feat(gradle-server): migrate task transport from gRPC to JSON-RPC over TCP loopback (PR 1/3)

feat(gradle-server): migrate task transport from gRPC to JSON-RPC over TCP loopback (PR 1/3) #2684

Triggered via pull request May 29, 2026 07:21
Status Failure
Total duration 13m 14s
Artifacts 1

main.yml

on: pull_request
Build & Analyse
4m 8s
Build & Analyse
Matrix: test-extension
Fit to window
Zoom out
Zoom in

Annotations

12 errors, 15 warnings, and 1 notice
Test Java 21 - Node 20 - ubuntu-latest
Process completed with exit code 1.
Test Java 21 - Node 20 - ubuntu-latest
Gradle build failed: see console output for details
Test Java 21 - Node 20 - ubuntu-latest
Gradle build failed: see console output for details
Test Java 21 - Node 20 - ubuntu-latest
Gradle build failed: see console output for details
Test Java 21 - Node 20 - macos-latest
Process completed with exit code 1.
Test Java 21 - Node 20 - macos-latest
Gradle build failed: see console output for details
Test Java 21 - Node 20 - macos-latest
Gradle build failed: see console output for details
Test Java 21 - Node 20 - macos-latest
Gradle build failed: see console output for details
Test Java 21 - Node 20 - windows-latest
Process completed with exit code 1.
Test Java 21 - Node 20 - windows-latest
Gradle build failed: see console output for details
Test Java 21 - Node 20 - windows-latest
Gradle build failed: see console output for details
Test Java 21 - Node 20 - windows-latest
Gradle build failed: see console output for details
Build & Analyse
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/checkout@v4, actions/setup-java@v4, actions/setup-node@v4, actions/upload-artifact@v4, gradle/gradle-build-action@v2. 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 & Analyse: extension/src/test/unit/GradleTestRunner.test.ts#L219
Unexpected any. Specify a different type
Build & Analyse: extension/src/test/unit/GradleTestRunner.test.ts#L212
Unexpected any. Specify a different type
Build & Analyse: extension/src/java-test-runner.api.ts#L286
Unexpected any. Specify a different type
Build & Analyse: extension/src/java-test-runner.api.ts#L274
Unexpected any. Specify a different type
Build & Analyse: extension/src/bs/GradleTestRunner.ts#L26
Unexpected any. Specify a different type
Build & Analyse: extension/src/bs/GradleTestRunner.ts#L20
Unexpected any. Specify a different type
Build & Analyse: extension/src/bs/BuildServerController.ts#L132
Unexpected any. Specify a different type
Build & Analyse: extension/src/bs/BuildServerController.ts#L66
Unexpected any. Specify a different type
Test Java 21 - Node 20 - ubuntu-latest
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/checkout@v4, actions/download-artifact@v4, actions/setup-java@v4, actions/setup-node@v4, gradle/gradle-build-action@v2. 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/
Test Java 21 - Node 20 - ubuntu-latest
Failed to restore v8-gradle|Linux|build & publish-test-extension[e8a62f93ba5fb7b924f6c81234df043c]-72cf115201fcc0762bed53423fa90ca642d5b754: Error: Cache service responded with 400
Test Java 21 - Node 20 - macos-latest
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/checkout@v4, actions/download-artifact@v4, actions/setup-java@v4, actions/setup-node@v4, gradle/gradle-build-action@v2. 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/
Test Java 21 - Node 20 - macos-latest
Failed to restore v8-gradle|macOS|build & publish-test-extension[7ef22a17265e5f846f86f618bb86077b]-72cf115201fcc0762bed53423fa90ca642d5b754: Error: Cache service responded with 400
Test Java 21 - Node 20 - windows-latest
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/checkout@v4, actions/download-artifact@v4, actions/setup-java@v4, actions/setup-node@v4, gradle/gradle-build-action@v2. 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/
Test Java 21 - Node 20 - windows-latest
Failed to restore v8-gradle|Windows|build & publish-test-extension[2e73d70f57a59b4101dfc4ab7f474712]-72cf115201fcc0762bed53423fa90ca642d5b754: Error: Cache service responded with 400
Test Java 21 - Node 20 - windows-latest
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026

Artifacts

Produced during runtime
Name Size Digest
lib
32.5 MB
sha256:6d3a6f2a23d680f8b7361d8f3cc9a60977d452de059276729ab3926592d623e4