I am looking into this but I cannot replicate and I do not see the failure on the CI jobs.
I see warnings related to errorprone but not exceptions.
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.google.errorprone.util.FindIdentifiers (file:/root/.m2/repository/com/google/errorprone/error_prone_check_api/2.3.3/error_prone_check_api-2.3.3.jar) to method com.sun.tools.javac.comp.Resolve.findIdent(com.sun.tools.javac.comp.Env,
com.sun.tools.javac.util.Name,com.sun.tools.javac.code.Kinds$KindSelector)
WARNING: Please consider reporting this to the maintainers of com.google.errorprone.util.FindIdentifiers
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[WARNING] /root/trellis-control/impl/src/main/java/org/onosproject/segmentrouting/SegmentRoutingManager.java:[864,51] unchecked call to HashSet(java.util.Collection<? extends E>) as a member of the raw type java.util.HashSet
[WARNING] /root/trellis-control/impl/src/main/java/org/onosproject/segmentrouting/SegmentRoutingManager.java:[864,51] unchecked conversion
required: java.util.Set<org.onosproject.segmentrouting.pwaas.L2TunnelDescription>
found: java.util.HashSet
In the meanwhile, if you have any hint to replicate the issue (any extra step you may have done) please let me know.
Thanks
Pier