You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juneau.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2024/01/01 22:15:25 UTC

Build failed in Jenkins: Juneau » Juneau-Java-17 #864

See <https://ci-builds.apache.org/job/Juneau/job/Juneau-Java-17/864/display/redirect?page=changes>

Changes:

[garydgregory] [JUNEAU-255] Bump org.apache:apache from 29 to 30

[garydgregory] [JUNEAU-256] Bump maven-javadoc-plugin from 3.5.0 to 3.6.0

[garydgregory] [JUNEAU-257] Bump maven-bundle-plugin from 5.1.8 to 5.1.9

[garydgregory] [JUNEAU-258] Bump maven-jxr-plugin from 3.3.0 to 3.3.1

[garydgregory] [JUNEAU-259] Bump from Junit 4.13.2 to JUnit 5.10.1 Vintage Engine

[garydgregory] Bump maven-surefire-report-plugin from 2.22.2 to 3.1.2

[garydgregory] Match Javadoc source version to compiler source version (Java 11)

[garydgregory] Fix POM versions

[github] Bump org.apache.derby:derby from 10.16.1.1 to 10.17.1.0

[github] [JUNEAU-261] Bump org.apache.derby:derby from 10.16.1.1 to 10.17.1.0 #118

[github] Bump springboot.version from 3.1.5 to 3.2.0

[garydgregory] Use String#isEmpty (Java 6 API)

[garydgregory] Use Collection#isEmpty (Java 6 API)

[github] Bump actions/setup-java from 3 to 4

[github] Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.3

[github] Bump org.eclipse.jgit:org.eclipse.jgit

[github] Bump org.eclipse.jgit:org.eclipse.jgit from 6.7.0.202309050840-r to 6.8.0.202311291450-r #123

[github] Bump springboot.version from 3.1.5 to 3.2.0 #119

[github] Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.3 #121

[garydgregory] Javadoc

[github] Bump github/codeql-action from 2 to 3

[garydgregory] Don't override JAVA_HOME if set

[garydgregory] Set versions for local builds

[garydgregory] Manage version of maven-shade-plugin

[github] Bump org.apache:apache from 30 to 31

[garydgregory] [JUNEAU-255] Bump org.apache:apache from 29 to 31

[garydgregory] Project requires minimum Maven version for build of: 3.6.3

[garydgregory] Typos

[github] Bump springboot.version from 3.2.0 to 3.2.1

[github] Bump jetty.version from 11.0.18 to 11.0.19

[github] Bump some dependencies

[github] Bump org.apache.maven.plugins:maven-compiler-plugin

[github] Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.1 #129


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on builds33 (ubuntu) in workspace <https://ci-builds.apache.org/job/Juneau/job/Juneau-Java-17/ws/>
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir <https://ci-builds.apache.org/job/Juneau/job/Juneau-Java-17/ws/.git> # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/apache/juneau.git # timeout=10
Fetching upstream changes from https://github.com/apache/juneau.git
 > git --version # timeout=10
 > git --version # 'git version 2.34.1'
 > git fetch --tags --force --progress -- https://github.com/apache/juneau.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 5b95e59d132f2c7aae3b41839fcb4ae13493f0ef (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5b95e59d132f2c7aae3b41839fcb4ae13493f0ef # timeout=10
Commit message: " Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.1 #129"
 > git rev-list --no-walk ed5258e3a57343c0b6e6f72909bf75f8c543ae50 # timeout=10
[Juneau-Java-17] $ /home/jenkins/tools/maven/apache-maven-3.2.5/bin/mvn ******** clean install deploy javadoc:aggregate
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.juneau:juneau-rest-server:bundle:9.0.2-SNAPSHOT
[WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-jar-plugin @ org.apache.juneau:juneau-rest-server:[unknown-version], <https://ci-builds.apache.org/job/Juneau/job/Juneau-Java-17/ws/juneau-rest/juneau-rest-server/pom.xml,> line 108, column 12
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] juneau
[INFO] juneau/core
[INFO] juneau/core/common
[INFO] juneau/core/marshall
[INFO] juneau/core/dto
[INFO] juneau/core/config
[INFO] juneau/core/assertions
[INFO] juneau/rest
[INFO] juneau/rest/rest-common
[INFO] juneau/rest/rest-server
[INFO] juneau/rest/rest-server-springboot
[INFO] juneau/rest/rest-client
[INFO] juneau/rest/rest-mock
[INFO] juneau/microservice
[INFO] juneau/microservice/microservice-core
[INFO] juneau/microservice/microservice-jetty
[INFO] juneau/microservice/my-jetty-microservice
[INFO] juneau/microservice/my-springboot-microservice
[INFO] juneau/sc
[INFO] juneau/sc/sc-server
[INFO] juneau/sc/sc-client
[INFO] juneau/examples
[INFO] juneau/examples/examples-core
[INFO] juneau/examples/rest
[INFO] juneau/examples/examples-rest-jetty
[INFO] juneau/examples/examples-rest-springboot
[INFO] juneau/examples/examples-rest-jetty-ftest
[INFO] juneau/utest-utils
[INFO] juneau/utest
[INFO] juneau/all
[INFO] juneau/distrib
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building juneau 9.0.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.3.2:clean (default-clean) @ juneau ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.4.1:enforce (enforce-maven-version) @ juneau ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping juneau
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] juneau ............................................. FAILURE [  0.329 s]
[INFO] juneau/core ........................................ SKIPPED
[INFO] juneau/core/common ................................. SKIPPED
[INFO] juneau/core/marshall ............................... SKIPPED
[INFO] juneau/core/dto .................................... SKIPPED
[INFO] juneau/core/config ................................. SKIPPED
[INFO] juneau/core/assertions ............................. SKIPPED
[INFO] juneau/rest ........................................ SKIPPED
[INFO] juneau/rest/rest-common ............................ SKIPPED
[INFO] juneau/rest/rest-server ............................ SKIPPED
[INFO] juneau/rest/rest-server-springboot ................. SKIPPED
[INFO] juneau/rest/rest-client ............................ SKIPPED
[INFO] juneau/rest/rest-mock .............................. SKIPPED
[INFO] juneau/microservice ................................ SKIPPED
[INFO] juneau/microservice/microservice-core .............. SKIPPED
[INFO] juneau/microservice/microservice-jetty ............. SKIPPED
[INFO] juneau/microservice/my-jetty-microservice .......... SKIPPED
[INFO] juneau/microservice/my-springboot-microservice ..... SKIPPED
[INFO] juneau/sc .......................................... SKIPPED
[INFO] juneau/sc/sc-server ................................ SKIPPED
[INFO] juneau/sc/sc-client ................................ SKIPPED
[INFO] juneau/examples .................................... SKIPPED
[INFO] juneau/examples/examples-core ...................... SKIPPED
[INFO] juneau/examples/rest ............................... SKIPPED
[INFO] juneau/examples/examples-rest-jetty ................ SKIPPED
[INFO] juneau/examples/examples-rest-springboot ........... SKIPPED
[INFO] juneau/examples/examples-rest-jetty-ftest .......... SKIPPED
[INFO] juneau/utest-utils ................................. SKIPPED
[INFO] juneau/utest ....................................... SKIPPED
[INFO] juneau/all ......................................... SKIPPED
[INFO] juneau/distrib ..................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.988 s
[INFO] Finished at: 2024-01-01T22:15:23+00:00
[INFO] Final Memory: 39M/480M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.4.1:enforce (enforce-maven-version) on project juneau:
[ERROR] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion failed with message:
[ERROR] Detected Maven Version: 3.2.5 is not in the allowed range [3.6.3,).
[ERROR] -> [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
Build step 'Invoke top-level Maven targets' marked build as failure
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Not sending mail to unregistered user github@hugo-hirsch.de
Not sending mail to unregistered user garydgregory@gmail.com

Build failed in Jenkins: Juneau » Juneau-Java-17 #866

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Juneau/job/Juneau-Java-17/866/display/redirect?page=changes>

Changes:

[github] Bump org.apache.maven.plugins:maven-jxr-plugin from 3.3.1 to 3.3.2 #130


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on builds58 (tmp-22 ubuntu) in workspace <https://ci-builds.apache.org/job/Juneau/job/Juneau-Java-17/ws/>
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir <https://ci-builds.apache.org/job/Juneau/job/Juneau-Java-17/ws/.git> # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/apache/juneau.git # timeout=10
Fetching upstream changes from https://github.com/apache/juneau.git
 > git --version # timeout=10
 > git --version # 'git version 2.34.1'
 > git fetch --tags --force --progress -- https://github.com/apache/juneau.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 0132977b169573cb1e5834409bc348c3dc8d6d61 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0132977b169573cb1e5834409bc348c3dc8d6d61 # timeout=10
Commit message: "Bump org.apache.maven.plugins:maven-jxr-plugin from 3.3.1 to 3.3.2 #130"
 > git rev-list --no-walk f1395118fe092e7eea006d640019abcda63988e9 # timeout=10
[Juneau-Java-17] $ /home/jenkins/tools/maven/apache-maven-3.2.5/bin/mvn ******** clean install deploy javadoc:aggregate
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.juneau:juneau-rest-server:bundle:9.0.2-SNAPSHOT
[WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-jar-plugin @ org.apache.juneau:juneau-rest-server:[unknown-version], <https://ci-builds.apache.org/job/Juneau/job/Juneau-Java-17/ws/juneau-rest/juneau-rest-server/pom.xml,> line 108, column 12
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] juneau
[INFO] juneau/core
[INFO] juneau/core/common
[INFO] juneau/core/marshall
[INFO] juneau/core/dto
[INFO] juneau/core/config
[INFO] juneau/core/assertions
[INFO] juneau/rest
[INFO] juneau/rest/rest-common
[INFO] juneau/rest/rest-server
[INFO] juneau/rest/rest-server-springboot
[INFO] juneau/rest/rest-client
[INFO] juneau/rest/rest-mock
[INFO] juneau/microservice
[INFO] juneau/microservice/microservice-core
[INFO] juneau/microservice/microservice-jetty
[INFO] juneau/microservice/my-jetty-microservice
[INFO] juneau/microservice/my-springboot-microservice
[INFO] juneau/sc
[INFO] juneau/sc/sc-server
[INFO] juneau/sc/sc-client
[INFO] juneau/examples
[INFO] juneau/examples/examples-core
[INFO] juneau/examples/rest
[INFO] juneau/examples/examples-rest-jetty
[INFO] juneau/examples/examples-rest-springboot
[INFO] juneau/examples/examples-rest-jetty-ftest
[INFO] juneau/utest-utils
[INFO] juneau/utest
[INFO] juneau/all
[INFO] juneau/distrib
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building juneau 9.0.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.3.2:clean (default-clean) @ juneau ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.4.1:enforce (enforce-maven-version) @ juneau ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping juneau
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] juneau ............................................. FAILURE [  0.177 s]
[INFO] juneau/core ........................................ SKIPPED
[INFO] juneau/core/common ................................. SKIPPED
[INFO] juneau/core/marshall ............................... SKIPPED
[INFO] juneau/core/dto .................................... SKIPPED
[INFO] juneau/core/config ................................. SKIPPED
[INFO] juneau/core/assertions ............................. SKIPPED
[INFO] juneau/rest ........................................ SKIPPED
[INFO] juneau/rest/rest-common ............................ SKIPPED
[INFO] juneau/rest/rest-server ............................ SKIPPED
[INFO] juneau/rest/rest-server-springboot ................. SKIPPED
[INFO] juneau/rest/rest-client ............................ SKIPPED
[INFO] juneau/rest/rest-mock .............................. SKIPPED
[INFO] juneau/microservice ................................ SKIPPED
[INFO] juneau/microservice/microservice-core .............. SKIPPED
[INFO] juneau/microservice/microservice-jetty ............. SKIPPED
[INFO] juneau/microservice/my-jetty-microservice .......... SKIPPED
[INFO] juneau/microservice/my-springboot-microservice ..... SKIPPED
[INFO] juneau/sc .......................................... SKIPPED
[INFO] juneau/sc/sc-server ................................ SKIPPED
[INFO] juneau/sc/sc-client ................................ SKIPPED
[INFO] juneau/examples .................................... SKIPPED
[INFO] juneau/examples/examples-core ...................... SKIPPED
[INFO] juneau/examples/rest ............................... SKIPPED
[INFO] juneau/examples/examples-rest-jetty ................ SKIPPED
[INFO] juneau/examples/examples-rest-springboot ........... SKIPPED
[INFO] juneau/examples/examples-rest-jetty-ftest .......... SKIPPED
[INFO] juneau/utest-utils ................................. SKIPPED
[INFO] juneau/utest ....................................... SKIPPED
[INFO] juneau/all ......................................... SKIPPED
[INFO] juneau/distrib ..................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.160 s
[INFO] Finished at: 2024-01-05T12:05:18+00:00
[INFO] Final Memory: 31M/376M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.4.1:enforce (enforce-maven-version) on project juneau:
[ERROR] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion failed with message:
[ERROR] Detected Maven Version: 3.2.5 is not in the allowed range [3.6.3,).
[ERROR] -> [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
Build step 'Invoke top-level Maven targets' marked build as failure
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Not sending mail to unregistered user github@hugo-hirsch.de
Not sending mail to unregistered user garydgregory@gmail.com

Build failed in Jenkins: Juneau » Juneau-Java-17 #865

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/Juneau/job/Juneau-Java-17/865/display/redirect?page=changes>

Changes:

[github] Bump org.apache.maven.plugins:maven-jxr-plugin from 3.3.1 to 3.3.2


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on builds58 (tmp-22 ubuntu) in workspace <https://ci-builds.apache.org/job/Juneau/job/Juneau-Java-17/ws/>
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir <https://ci-builds.apache.org/job/Juneau/job/Juneau-Java-17/ws/.git> # timeout=10
ERROR: Workspace has a .git repository, but it appears to be corrupt.
hudson.plugins.git.GitException: Command "git rev-parse --resolve-git-dir <https://ci-builds.apache.org/job/Juneau/job/Juneau-Java-17/ws/.git"> returned status code 128:
stdout: 
stderr: fatal: not a gitdir '<https://ci-builds.apache.org/job/Juneau/job/Juneau-Java-17/ws/.git'>

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2734)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2660)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2656)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1981)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1993)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.hasGitRepo(CliGitAPIImpl.java:400)
	at hudson.plugins.git.GitAPI.hasGitRepo(GitAPI.java:241)
	at jdk.internal.reflect.GeneratedMethodAccessor39.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:924)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:902)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:853)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:377)
	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
Cloning the remote Git repository
Cloning repository https://github.com/apache/juneau.git
 > git init <https://ci-builds.apache.org/job/Juneau/job/Juneau-Java-17/ws/> # timeout=10
Fetching upstream changes from https://github.com/apache/juneau.git
 > git --version # timeout=10
 > git --version # 'git version 2.34.1'
 > git fetch --tags --force --progress -- https://github.com/apache/juneau.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/apache/juneau.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision f1395118fe092e7eea006d640019abcda63988e9 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f1395118fe092e7eea006d640019abcda63988e9 # timeout=10
Commit message: "Merge pull request #130 from apache/dependabot/maven/org.apache.maven.plugins-maven-jxr-plugin-3.3.2"
 > git rev-list --no-walk 5b95e59d132f2c7aae3b41839fcb4ae13493f0ef # timeout=10
[Juneau-Java-17] $ /home/jenkins/tools/maven/apache-maven-3.2.5/bin/mvn ******** clean install deploy javadoc:aggregate
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.juneau:juneau-rest-server:bundle:9.0.2-SNAPSHOT
[WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-jar-plugin @ org.apache.juneau:juneau-rest-server:[unknown-version], <https://ci-builds.apache.org/job/Juneau/job/Juneau-Java-17/ws/juneau-rest/juneau-rest-server/pom.xml,> line 108, column 12
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] juneau
[INFO] juneau/core
[INFO] juneau/core/common
[INFO] juneau/core/marshall
[INFO] juneau/core/dto
[INFO] juneau/core/config
[INFO] juneau/core/assertions
[INFO] juneau/rest
[INFO] juneau/rest/rest-common
[INFO] juneau/rest/rest-server
[INFO] juneau/rest/rest-server-springboot
[INFO] juneau/rest/rest-client
[INFO] juneau/rest/rest-mock
[INFO] juneau/microservice
[INFO] juneau/microservice/microservice-core
[INFO] juneau/microservice/microservice-jetty
[INFO] juneau/microservice/my-jetty-microservice
[INFO] juneau/microservice/my-springboot-microservice
[INFO] juneau/sc
[INFO] juneau/sc/sc-server
[INFO] juneau/sc/sc-client
[INFO] juneau/examples
[INFO] juneau/examples/examples-core
[INFO] juneau/examples/rest
[INFO] juneau/examples/examples-rest-jetty
[INFO] juneau/examples/examples-rest-springboot
[INFO] juneau/examples/examples-rest-jetty-ftest
[INFO] juneau/utest-utils
[INFO] juneau/utest
[INFO] juneau/all
[INFO] juneau/distrib
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building juneau 9.0.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.3.2:clean (default-clean) @ juneau ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.4.1:enforce (enforce-maven-version) @ juneau ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping juneau
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] juneau ............................................. FAILURE [  0.125 s]
[INFO] juneau/core ........................................ SKIPPED
[INFO] juneau/core/common ................................. SKIPPED
[INFO] juneau/core/marshall ............................... SKIPPED
[INFO] juneau/core/dto .................................... SKIPPED
[INFO] juneau/core/config ................................. SKIPPED
[INFO] juneau/core/assertions ............................. SKIPPED
[INFO] juneau/rest ........................................ SKIPPED
[INFO] juneau/rest/rest-common ............................ SKIPPED
[INFO] juneau/rest/rest-server ............................ SKIPPED
[INFO] juneau/rest/rest-server-springboot ................. SKIPPED
[INFO] juneau/rest/rest-client ............................ SKIPPED
[INFO] juneau/rest/rest-mock .............................. SKIPPED
[INFO] juneau/microservice ................................ SKIPPED
[INFO] juneau/microservice/microservice-core .............. SKIPPED
[INFO] juneau/microservice/microservice-jetty ............. SKIPPED
[INFO] juneau/microservice/my-jetty-microservice .......... SKIPPED
[INFO] juneau/microservice/my-springboot-microservice ..... SKIPPED
[INFO] juneau/sc .......................................... SKIPPED
[INFO] juneau/sc/sc-server ................................ SKIPPED
[INFO] juneau/sc/sc-client ................................ SKIPPED
[INFO] juneau/examples .................................... SKIPPED
[INFO] juneau/examples/examples-core ...................... SKIPPED
[INFO] juneau/examples/rest ............................... SKIPPED
[INFO] juneau/examples/examples-rest-jetty ................ SKIPPED
[INFO] juneau/examples/examples-rest-springboot ........... SKIPPED
[INFO] juneau/examples/examples-rest-jetty-ftest .......... SKIPPED
[INFO] juneau/utest-utils ................................. SKIPPED
[INFO] juneau/utest ....................................... SKIPPED
[INFO] juneau/all ......................................... SKIPPED
[INFO] juneau/distrib ..................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.986 s
[INFO] Finished at: 2024-01-05T12:00:24+00:00
[INFO] Final Memory: 31M/376M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.4.1:enforce (enforce-maven-version) on project juneau:
[ERROR] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion failed with message:
[ERROR] Detected Maven Version: 3.2.5 is not in the allowed range [3.6.3,).
[ERROR] -> [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
Build step 'Invoke top-level Maven targets' marked build as failure
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Not sending mail to unregistered user github@hugo-hirsch.de
Not sending mail to unregistered user garydgregory@gmail.com