Skip to content

Allow caches to have nullable type arguments for their value types. #4584

Allow caches to have nullable type arguments for their value types.

Allow caches to have nullable type arguments for their value types. #4584

Triggered via pull request December 10, 2024 14:32
Status Failure
Total duration 5m 8s
Artifacts

build.yml

on: pull_request
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

3 errors and 7 warnings
Compile (GraalVM)
Process completed with exit code 1.
Compile (23)
The job was canceled because "GraalVM" failed.
Compile (11)
The job was canceled because "GraalVM" failed.
Compile (24)
Cache cleanup failed. Will continue. Error: The process '/usr/bin/gradle' failed with exit code 1
Compile (GraalVM): jcache/src/main/java/com/github/benmanes/caffeine/jcache/LoadingCacheProxy.java#L58
[NullAway] Cannot pass parameter of type LoadingCache<K, @nullable Expirable<V>>, as formal parameter has type Cache<K, Expirable<V>>, which has mismatched type parameter nullability
Compile (GraalVM): jcache/src/main/java/com/github/benmanes/caffeine/jcache/LoadingCacheProxy.java#L60
[NullAway] Cannot assign from type LoadingCache<K, @nullable Expirable<V>> to type LoadingCache<K, Expirable<V>> due to mismatched nullability of type parameters
Compile (GraalVM): jcache/src/main/java/com/github/benmanes/caffeine/jcache/LoadingCacheProxy.java#L58
[NullAway] Cannot pass parameter of type LoadingCache<K, @nullable Expirable<V>>, as formal parameter has type Cache<K, Expirable<V>>, which has mismatched type parameter nullability
Compile (GraalVM): jcache/src/main/java/com/github/benmanes/caffeine/jcache/LoadingCacheProxy.java#L60
[NullAway] Cannot assign from type LoadingCache<K, @nullable Expirable<V>> to type LoadingCache<K, Expirable<V>> due to mismatched nullability of type parameters
Compile (GraalVM)
Cancelled the workflow run from job compile
Compile (23)
Cancelled the workflow run from job compile