Skip to content

Move idConverter in router putBlob #4997

Move idConverter in router putBlob

Move idConverter in router putBlob #4997

Triggered via pull request September 19, 2024 04:53
Status Failure
Total duration 26m 5s
Artifacts

github-actions.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 22 warnings
int-test
Execution failed for task ':ambry-frontend:compileTestJava'. > Compilation failed; see the compiler error output for details.
int-test: ambry-frontend/src/test/java/com/github/ambry/frontend/FrontendRestRequestServiceTest.java#L4218
[Task :ambry-frontend:compileTestJava FAILED] FrontendTestIdConverterFactory.TestIdConverter is not abstract and does not override abstract method convert(RestRequest,String,Callback) in IdConverter private class TestIdConverter implements IdConverter { ^
int-test: ambry-frontend/src/test/java/com/github/ambry/frontend/FrontendRestRequestServiceTest.java#L4222
[Task :ambry-frontend:compileTestJava FAILED] name clash: convert(RestRequest,String,Callback<String>) in FrontendTestIdConverterFactory.TestIdConverter and convert(RestRequest,String,Callback) in IdConverter have the same erasure, yet neither overrides the other public Future<String> convert(RestRequest restRequest, String input, Callback<String> callback) { ^
int-test: ambry-frontend/src/test/java/com/github/ambry/frontend/FrontendRestRequestServiceTest.java#L4221
[Task :ambry-frontend:compileTestJava FAILED] method does not override or implement a method from a supertype @OverRide ^
int-test: ambry-frontend/src/test/java/com/github/ambry/frontend/FrontendRestRequestServiceTest.java#L4227
[Task :ambry-frontend:compileTestJava FAILED] name clash: convert(RestRequest,String,BlobProperties,Callback<String>) in FrontendTestIdConverterFactory.TestIdConverter and convert(RestRequest,String,BlobProperties,Callback) in IdConverter have the same erasure, yet neither overrides the other public Future<String> convert(RestRequest restRequest, String input, BlobProperties blobProperties, Callback<String> callback) { ^
int-test: ambry-frontend/src/test/java/com/github/ambry/frontend/FrontendRestRequestServiceTest.java#L4226
[Task :ambry-frontend:compileTestJava FAILED] method does not override or implement a method from a supertype @OverRide ^
unit-test
Execution failed for task ':ambry-frontend:compileTestJava'. > Compilation failed; see the compiler error output for details.
unit-test: ambry-frontend/src/test/java/com/github/ambry/frontend/FrontendRestRequestServiceTest.java#L4218
[Task :ambry-frontend:compileTestJava] FrontendTestIdConverterFactory.TestIdConverter is not abstract and does not override abstract method convert(RestRequest,String,Callback) in IdConverter private class TestIdConverter implements IdConverter { ^
unit-test: ambry-frontend/src/test/java/com/github/ambry/frontend/FrontendRestRequestServiceTest.java#L4222
[Task :ambry-frontend:compileTestJava] name clash: convert(RestRequest,String,Callback<String>) in FrontendTestIdConverterFactory.TestIdConverter and convert(RestRequest,String,Callback) in IdConverter have the same erasure, yet neither overrides the other public Future<String> convert(RestRequest restRequest, String input, Callback<String> callback) { ^
unit-test: ambry-frontend/src/test/java/com/github/ambry/frontend/FrontendRestRequestServiceTest.java#L4221
[Task :ambry-frontend:compileTestJava] method does not override or implement a method from a supertype @OverRide ^
unit-test: ambry-frontend/src/test/java/com/github/ambry/frontend/FrontendRestRequestServiceTest.java#L4227
[Task :ambry-frontend:compileTestJava] name clash: convert(RestRequest,String,BlobProperties,Callback<String>) in FrontendTestIdConverterFactory.TestIdConverter and convert(RestRequest,String,BlobProperties,Callback) in IdConverter have the same erasure, yet neither overrides the other public Future<String> convert(RestRequest restRequest, String input, BlobProperties blobProperties, Callback<String> callback) { ^
unit-test: ambry-frontend/src/test/java/com/github/ambry/frontend/FrontendRestRequestServiceTest.java#L4226
[Task :ambry-frontend:compileTestJava] method does not override or implement a method from a supertype @OverRide ^
int-test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
int-test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
int-test
distributionSha256Sum is not set in gradle/wrapper/gradle-wrapper.properties. Please consider adding the checksum, see https://docs.gradle.org/current/userguide/gradle_wrapper.html#configuring_checksum_verification
int-test
Gradle Build Scan: https://gradle.com/s/tx7t2peghvneo
int-test
distributionSha256Sum is not set in gradle/wrapper/gradle-wrapper.properties. Please consider adding the checksum, see https://docs.gradle.org/current/userguide/gradle_wrapper.html#configuring_checksum_verification
store-test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
store-test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
store-test
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
store-test
distributionSha256Sum is not set in gradle/wrapper/gradle-wrapper.properties. Please consider adding the checksum, see https://docs.gradle.org/current/userguide/gradle_wrapper.html#configuring_checksum_verification
store-test
distributionSha256Sum is not set in gradle/wrapper/gradle-wrapper.properties. Please consider adding the checksum, see https://docs.gradle.org/current/userguide/gradle_wrapper.html#configuring_checksum_verification
store-test
Gradle Build Scan: https://gradle.com/s/j3t4jutypkgka
unit-test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
unit-test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
unit-test
distributionSha256Sum is not set in gradle/wrapper/gradle-wrapper.properties. Please consider adding the checksum, see https://docs.gradle.org/current/userguide/gradle_wrapper.html#configuring_checksum_verification
unit-test
distributionSha256Sum is not set in gradle/wrapper/gradle-wrapper.properties. Please consider adding the checksum, see https://docs.gradle.org/current/userguide/gradle_wrapper.html#configuring_checksum_verification
unit-test
Gradle Build Scan: https://gradle.com/s/bbkmhfhpcc4jm
server-int-test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
server-int-test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-java@v2, burrunan/gradle-cache-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
server-int-test
distributionSha256Sum is not set in gradle/wrapper/gradle-wrapper.properties. Please consider adding the checksum, see https://docs.gradle.org/current/userguide/gradle_wrapper.html#configuring_checksum_verification
server-int-test
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
server-int-test
distributionSha256Sum is not set in gradle/wrapper/gradle-wrapper.properties. Please consider adding the checksum, see https://docs.gradle.org/current/userguide/gradle_wrapper.html#configuring_checksum_verification
server-int-test
Gradle Build Scan: https://gradle.com/s/wtag73q2bbvc6