bugesoft opened a new issue, #6849:
URL: https://github.com/apache/seatunnel/issues/6849

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22)
 and found no similar issues.
   
   
   ### What happened
   
   env:
   jdk 11
   maven 3.8.6
   windows 11 professional
   
   when build seatunnel master version from source, meeting next compile error:
   [INFO] SeaTunnel : Engine : Serializer : Protobuf ......... FAILURE [  2.777 
s]
   
   ### SeaTunnel Version
   
   seatunnel master (2024.05.14)
   
   ### SeaTunnel Config
   
   ```conf
   default config
   ```
   
   
   ### Running Command
   
   ```shell
   mvnw install -Dmaven.test.skip
   mvnw spotless:apply
   mvn clean package -pl seatunnel-dist -am -Dmaven.test.skip=true
   ```
   
   
   ### Error Exception
   
   ```log
   [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile (default-compile) 
on project serializer-protobuf: Compilation failure -> [Help 1]
   org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute 
goal org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile 
(default-compile) on project serializer-protobuf: Compilation failure
       at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 
(MojoExecutor.java:375)
       at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute 
(MojoExecutor.java:351)
       at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:215)
       at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:171)
       at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:163)
       at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:117)
       at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:81)
       at 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
 (SingleThreadedBuilder.java:56)
   ```
   
   
   ### Zeta or Flink or Spark Version
   
   zeta
   
   ### Java or Scala Version
   
   jdk 11
   
   ### Screenshots
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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