WIP: Bootstrap optimisation lld flow #2943
Draft
Annotations
10 errors and 5 warnings
Run unit tests excluding ambry-store
Execution failed for task ':ambry-store:compileJava'.
> Compilation failed; see the compiler error output for details.
|
Run unit tests excluding ambry-store:
ambry-store/src/main/java/com/github/ambry/store/BlobStore.java#L31
[Task :ambry-store:compileJava] cannot find symbol
|
Run unit tests excluding ambry-store:
ambry-store/src/main/java/com/github/ambry/store/BlobStore.java#L1324
[Task :ambry-store:compileJava] cannot find symbol
public List<FileInfo> getSealedLogsAndMetaDataFiles(){
^
symbol: class FileInfo
|
Run unit tests excluding ambry-store:
ambry-store/src/main/java/com/github/ambry/store/BlobStore.java#L1331
[Task :ambry-store:compileJava] cannot find symbol
public List<FileInfo> getAllIndexSegmentsForALogSegment(String dataDir, LogSegmentName logSegmentName){
^
symbol: class FileInfo
|
Run unit tests excluding ambry-store:
ambry-store/src/main/java/com/github/ambry/store/BlobStore.java#L1337
[Task :ambry-store:compileJava] cannot find symbol
public List<FileInfo> getAllBloomFiltersForALogSegment(String dataDir, LogSegmentName logSegmentName){
^
symbol: class FileInfo
|
Run unit tests excluding ambry-store:
ambry-store/src/main/java/com/github/ambry/store/BlobStore.java#L1325
[Task :ambry-store:compileJava] cannot find symbol
List<FileInfo> logSegments = log.getAllLogSegmentNames().stream().filter(segment -> log.getActiveSegment().getName() != segment)
^
symbol: class FileInfo
|
Run unit tests excluding ambry-store:
ambry-store/src/main/java/com/github/ambry/store/BlobStore.java#L1327
[Task :ambry-store:compileJava] cannot find symbol
.map(segment -> new FileInfo(segment.getName().toString(), segment.getView().getFirst().length())).collect(Collectors.toList());
^
symbol: class FileInfo
|
Run unit tests excluding ambry-store:
ambry-store/src/main/java/com/github/ambry/store/BlobStore.java#L1333
[Task :ambry-store:compileJava] cannot find symbol
.map(file -> new FileInfo(file.getName(), file.length())).collect(
^
symbol: class FileInfo
|
Run unit tests excluding ambry-store:
ambry-store/src/main/java/com/github/ambry/store/BlobStore.java#L1339
[Task :ambry-store:compileJava] cannot find symbol
.map(file -> new FileInfo(file.getName(), file.length())).collect(Collectors.toList());
^
symbol: class FileInfo
|
Run unit tests excluding ambry-store:
ambry-store/src/main/java/com/github/ambry/store/FileStore.java#L29
[Task :ambry-store:compileJava] cannot find symbol
throw new FileStoreException("FileStore is not running", File);
^
symbol: variable File
|
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/
|
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/
|
Run unit tests excluding ambry-store
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
|
Run unit tests excluding ambry-store
Gradle Build Scan: https://gradle.com/s/mq6kmp4iwq6qa
|
Post Run unit tests excluding ambry-store
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
|
Loading