Skip to content

wip - issue 1687

wip - issue 1687 #4231

Triggered via push May 27, 2024 23:58
Status Failure
Total duration 7m 3s
Artifacts

build.yml

on: push
Matrix: Compile
Matrix: Tests
Coverage
0s
Coverage
Test Results
0s
Test Results
Publish Snapshot
0s
Publish Snapshot
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 5 warnings
Compile (GraalVM): caffeine/src/test/java/com/github/benmanes/caffeine/cache/EvictionTest.java#L306
[CheckReturnValue] The result of `getAll(...)` must be used
Compile (GraalVM)
Process completed with exit code 1.
Compile (22)
The job was canceled because "GraalVM" failed.
Compile (11)
The job was canceled because "GraalVM" failed.
Compile (GraalVM): caffeine/src/main/java/com/github/benmanes/caffeine/cache/LocalAsyncCache.java#L286
[UnusedVariable] The parameter 'loadTime' is never read.
Compile (GraalVM): caffeine/src/main/java/com/github/benmanes/caffeine/cache/LocalAsyncCache.java#L248
[CanIgnoreReturnValueSuggester] Methods that always return 'this' (or return an input parameter) should be annotated with @com.google.errorprone.annotations.CanIgnoreReturnValue
Compile (GraalVM): caffeine/src/main/java/com/github/benmanes/caffeine/cache/LocalAsyncCache.java#L263
[NullAway] returning @nullable expression from method with @nonnull return type
Compile (GraalVM): caffeine/src/main/java/com/github/benmanes/caffeine/cache/LocalAsyncCache.java#L332
[NullAway] returning @nullable expression from method with @nonnull return type
Compile (GraalVM): caffeine/src/test/java/com/github/benmanes/caffeine/cache/EvictionTest.java#L306
[FutureReturnValueIgnored] Return value of methods returning Future must be checked. Ignoring returned Futures suppresses exceptions thrown from the code that completes the Future.