arsenalzp commented on PR #5592:
URL: https://github.com/apache/accumulo/pull/5592#issuecomment-2971815925

   Hello,
   I run `mvn clean package` however it failed with warnings and subsequent 
error:
   
   ```
   [WARNING] COMPILATION WARNING : 
   [INFO] -------------------------------------------------------------
   [WARNING] 
/home/arsenal/eclipse-workspace/accumulo/core/src/main/java/org/apache/accumulo/core/conf/AccumuloConfiguration.java:[80,81]
 possible 'this' escape before subclass is fully initialized
   [WARNING] 
/home/arsenal/eclipse-workspace/accumulo/core/src/main/java/org/apache/accumulo/core/security/Authorizations.java:[49,35]
 non-transient instance field of a serializable class declared with a 
non-serializable type
   [WARNING] 
/home/arsenal/eclipse-workspace/accumulo/core/src/main/java/org/apache/accumulo/core/security/Authorizations.java:[50,30]
 non-transient instance field of a serializable class declared with a 
non-serializable type
   [WARNING] 
/home/arsenal/eclipse-workspace/accumulo/core/src/main/java/org/apache/accumulo/core/zookeeper/ZooSession.java:[251,30]
 implicit cast from long to int in compound assignment is possibly lossy
   [WARNING] 
/home/arsenal/eclipse-workspace/accumulo/core/src/main/java/org/apache/accumulo/core/logging/ConditionalLogger.java:[69,9]
 non-transient instance field of a serializable class declared with a 
non-serializable type
   [INFO] 5 warnings 
   ```
   ...
   ```
   [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.14.0:compile (default-compile) 
on project accumulo-core: Compilation failure
   [ERROR] 
/home/arsenal/eclipse-workspace/accumulo/core/src/main/java/org/apache/accumulo/core/conf/AccumuloConfiguration.java:
 warnings found and -Werror specified
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to