WIP: Bootstrap optimisation lld flow #5225
github-actions.yml
on: pull_request
unit-test
53s
store-test
31s
int-test
41s
server-int-test
50s
publish
0s
Annotations
12 errors and 20 warnings
store-test
Execution failed for task ':ambry-api:compileJava'.
> Compilation failed; see the compiler error output for details.
|
store-test:
ambry-api/src/main/java/com/github/ambry/protocol/RequestAPI.java#L129
[Task :ambry-api:compileJava] method handleFileMetaDataRequest(NetworkRequest) is already defined in interface RequestAPI
default void handleFileMetaDataRequest(NetworkRequest request) throws InterruptedException, IOException{
^
|
store-test:
ambry-api/src/main/java/com/github/ambry/protocol/RequestAPI.java#L132
[Task :ambry-api:compileJava] method handleFileChunkRequest(NetworkRequest) is already defined in interface RequestAPI
default void handleFileChunkRequest(NetworkRequest request) throws InterruptedException, IOException{
^
|
int-test
Execution failed for task ':ambry-api:compileJava'.
> Compilation failed; see the compiler error output for details.
|
int-test:
ambry-api/src/main/java/com/github/ambry/protocol/RequestAPI.java#L129
[Task :ambry-api:compileJava FAILED] method handleFileMetaDataRequest(NetworkRequest) is already defined in interface RequestAPI
default void handleFileMetaDataRequest(NetworkRequest request) throws InterruptedException, IOException{
^
|
int-test:
ambry-api/src/main/java/com/github/ambry/protocol/RequestAPI.java#L132
[Task :ambry-api:compileJava FAILED] method handleFileChunkRequest(NetworkRequest) is already defined in interface RequestAPI
default void handleFileChunkRequest(NetworkRequest request) throws InterruptedException, IOException{
^
|
server-int-test
Execution failed for task ':ambry-api:compileJava'.
> Compilation failed; see the compiler error output for details.
|
server-int-test:
ambry-api/src/main/java/com/github/ambry/protocol/RequestAPI.java#L129
[Task :ambry-api:compileJava] method handleFileMetaDataRequest(NetworkRequest) is already defined in interface RequestAPI
default void handleFileMetaDataRequest(NetworkRequest request) throws InterruptedException, IOException{
^
|
server-int-test:
ambry-api/src/main/java/com/github/ambry/protocol/RequestAPI.java#L132
[Task :ambry-api:compileJava] method handleFileChunkRequest(NetworkRequest) is already defined in interface RequestAPI
default void handleFileChunkRequest(NetworkRequest request) throws InterruptedException, IOException{
^
|
unit-test
Execution failed for task ':ambry-api:compileJava'.
> Compilation failed; see the compiler error output for details.
|
unit-test:
ambry-api/src/main/java/com/github/ambry/protocol/RequestAPI.java#L129
[Task :ambry-api:compileJava FAILED] method handleFileMetaDataRequest(NetworkRequest) is already defined in interface RequestAPI
default void handleFileMetaDataRequest(NetworkRequest request) throws InterruptedException, IOException{
^
|
unit-test:
ambry-api/src/main/java/com/github/ambry/protocol/RequestAPI.java#L132
[Task :ambry-api:compileJava FAILED] method handleFileChunkRequest(NetworkRequest) is already defined in interface RequestAPI
default void handleFileChunkRequest(NetworkRequest request) throws InterruptedException, IOException{
^
|
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
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/cxamocd6gfck6
|
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/m3gf3pgmt52fc
|
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
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
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/whsvw3ag4kx2i
|
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
Gradle Build Scan: https://gradle.com/s/mlmnh5i2crtha
|
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
|