[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Undertow                                                           [pom]
[INFO] Undertow Parser Generator                                          [jar]
[INFO] Undertow Core                                                      [jar]
[INFO] Undertow Servlet                                                   [jar]
[INFO] Undertow WebSockets JSR356 implementations                         [jar]
[INFO] Undertow Examples                                                  [jar]
[INFO] Undertow Benchmarks                                                [jar]
[INFO] 
[INFO] --------------------< io.undertow:undertow-parent >---------------------
[INFO] Building Undertow 2.3.14.Final-SNAPSHOT                            [1/7]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ undertow-parent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java-version) @ undertow-parent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven-version) @ undertow-parent ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (get-scm-revision) @ undertow-parent ---
[INFO] Executing: /bin/sh -c cd '/home/fla/Development/projects/undertow' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/fla/Development/projects/undertow
[INFO] Storing buildNumber: b047b2bf1c346b81feeb9a88bf16a40e19d703ef at timestamp: 1718710054607
[INFO] Storing buildScmBranch: UNDERTOW-2405
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.0.0:checkstyle (check-style) @ undertow-parent ---
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ undertow-parent ---
[INFO] 
[INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ undertow-parent ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] ---------------< io.undertow:undertow-parser-generator >----------------
[INFO] Building Undertow Parser Generator 2.3.14.Final-SNAPSHOT           [2/7]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ undertow-parser-generator ---
[INFO] Deleting /home/fla/Development/projects/undertow/parser-generator/target
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java-version) @ undertow-parser-generator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven-version) @ undertow-parser-generator ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (get-scm-revision) @ undertow-parser-generator ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ undertow-parser-generator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0-jboss-2:compile (default-compile) @ undertow-parser-generator ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/fla/Development/projects/undertow/parser-generator/target/classes
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.0.0:checkstyle (check-style) @ undertow-parser-generator ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ undertow-parser-generator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/fla/Development/projects/undertow/parser-generator/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0-jboss-2:testCompile (default-testCompile) @ undertow-parser-generator ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.0:test (default-test) @ undertow-parser-generator ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ undertow-parser-generator ---
[INFO] Building jar: /home/fla/Development/projects/undertow/parser-generator/target/undertow-parser-generator-2.3.14.Final-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ undertow-parser-generator ---
[INFO] Building jar: /home/fla/Development/projects/undertow/parser-generator/target/undertow-parser-generator-2.3.14.Final-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ undertow-parser-generator ---
[INFO] Building jar: /home/fla/Development/projects/undertow/parser-generator/target/undertow-parser-generator-2.3.14.Final-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] ---------------------< io.undertow:undertow-core >----------------------
[INFO] Building Undertow Core 2.3.14.Final-SNAPSHOT                       [3/7]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ undertow-core ---
[INFO] Deleting /home/fla/Development/projects/undertow/core/target
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-java-version) @ undertow-core ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven-version) @ undertow-core ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (get-scm-revision) @ undertow-core ---
[INFO] 
[INFO] --- dependencypath-maven-plugin:1.1.1:set (set-all) @ undertow-core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ undertow-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0-jboss-2:compile (default-compile) @ undertow-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 654 source files to /home/fla/Development/projects/undertow/core/target/classes
[WARNING] /home/fla/Development/projects/undertow/core/src/main/java/io/undertow/server/DirectByteBufferDeallocator.java:[10,15] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/fla/Development/projects/undertow/core/src/main/java/io/undertow/server/DirectByteBufferDeallocator.java:[10,15] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/fla/Development/projects/undertow/core/src/main/java/io/undertow/server/DirectByteBufferDeallocator.java:[10,15] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/fla/Development/projects/undertow/core/src/main/java/io/undertow/server/DirectByteBufferDeallocator.java:[10,15] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/fla/Development/projects/undertow/core/src/main/java/io/undertow/server/DirectByteBufferDeallocator.java:[20,25] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/fla/Development/projects/undertow/core/src/main/java/io/undertow/server/DirectByteBufferDeallocator.java:[20,25] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/fla/Development/projects/undertow/core/src/main/java/io/undertow/server/DirectByteBufferDeallocator.java:[20,25] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/fla/Development/projects/undertow/core/src/main/java/io/undertow/server/DirectByteBufferDeallocator.java:[20,25] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/fla/Development/projects/undertow/core/src/main/java/io/undertow/server/DirectByteBufferDeallocator.java:[36,8] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/fla/Development/projects/undertow/core/src/main/java/io/undertow/server/DirectByteBufferDeallocator.java:[89,19] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/fla/Development/projects/undertow/core/src/main/java/io/undertow/server/DirectByteBufferDeallocator.java:[89,19] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/fla/Development/projects/undertow/core/src/main/java/io/undertow/server/DirectByteBufferDeallocator.java:[89,19] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/fla/Development/projects/undertow/core/src/main/java/io/undertow/server/DirectByteBufferDeallocator.java:[89,19] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/fla/Development/projects/undertow/core/src/main/java/io/undertow/server/DirectByteBufferDeallocator.java:[91,70] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/fla/Development/projects/undertow/core/src/main/java/io/undertow/server/DirectByteBufferDeallocator.java:[92,23] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/fla/Development/projects/undertow/core/src/main/java/io/undertow/server/DirectByteBufferDeallocator.java:[100,19] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/fla/Development/projects/undertow/core/src/main/java/io/undertow/server/DirectByteBufferDeallocator.java:[100,19] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/fla/Development/projects/undertow/core/src/main/java/io/undertow/server/DirectByteBufferDeallocator.java:[100,19] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/fla/Development/projects/undertow/core/src/main/java/io/undertow/server/DirectByteBufferDeallocator.java:[100,19] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/fla/Development/projects/undertow/core/src/main/java/io/undertow/server/DirectByteBufferDeallocator.java:[102,30] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/fla/Development/projects/undertow/core/src/main/java/io/undertow/server/DirectByteBufferDeallocator.java:[104,20] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/fla/Development/projects/undertow/core/src/main/java/io/undertow/server/DirectByteBufferDeallocator.java:[132,44] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/fla/Development/projects/undertow/core/src/main/java/io/undertow/server/DirectByteBufferDeallocator.java:[132,44] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/fla/Development/projects/undertow/core/src/main/java/io/undertow/server/DirectByteBufferDeallocator.java:[132,44] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/fla/Development/projects/undertow/core/src/main/java/io/undertow/server/DirectByteBufferDeallocator.java:[132,44] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/fla/Development/projects/undertow/core/src/main/java/io/undertow/server/DirectByteBufferDeallocator.java:[144,45] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/fla/Development/projects/undertow/core/src/main/java/io/undertow/server/DirectByteBufferDeallocator.java:[144,45] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/fla/Development/projects/undertow/core/src/main/java/io/undertow/server/DirectByteBufferDeallocator.java:[144,45] Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/fla/Development/projects/undertow/core/src/main/java/io/undertow/server/DirectByteBufferDeallocator.java:[144,45] Unsafe is internal proprietary API and may be removed in a future release
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.0.0:checkstyle (check-style) @ undertow-core ---
[INFO] Starting audit...
[ERROR] /home/fla/Development/projects/undertow/core/src/test/java/io/undertow/server/handlers/LotsOfQueryParametersTestCase.java:33:8: Unused import - org.junit.AfterClass. [UnusedImports]
[ERROR] /home/fla/Development/projects/undertow/core/src/test/java/io/undertow/server/handlers/LongURLTestCase.java:30:8: Unused import - org.junit.AfterClass. [UnusedImports]
Audit done.
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Undertow Servlet
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Undertow WebSockets JSR356 implementations
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Undertow Examples
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Undertow Benchmarks
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Undertow 2.3.14.Final-SNAPSHOT:
[INFO] 
[INFO] Undertow ........................................... SUCCESS [  1.507 s]
[INFO] Undertow Parser Generator .......................... SUCCESS [  3.753 s]
[INFO] Undertow Core ...................................... FAILURE [ 12.408 s]
[INFO] Undertow Servlet ................................... SKIPPED
[INFO] Undertow WebSockets JSR356 implementations ......... SKIPPED
[INFO] Undertow Examples .................................. SKIPPED
[INFO] Undertow Benchmarks ................................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  17.901 s
[INFO] Finished at: 2024-06-18T08:27:51-03:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:3.0.0:checkstyle (check-style) on project undertow-core: An error has occurred in Checkstyle report generation.: Failed during checkstyle execution: There are 2 errors reported by Checkstyle 7.1 with undertow-checkstyle/checkstyle.xml ruleset. -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :undertow-core
