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 2022/09/18 17:38:24 UTC

Build failed in Jenkins: Juneau » Juneau-Java-1.8 #731

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

Changes:

[James Bognar] [maven-release-plugin] prepare release juneau-9.0.0-RC1


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on builds30 (ubuntu) in workspace <https://ci-builds.apache.org/job/Juneau/job/Juneau-Java-1.8/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-1.8/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.17.1'
 > git fetch --tags --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 3953d143b2bed5b9df12d690b2a2bc2444c2803e (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3953d143b2bed5b9df12d690b2a2bc2444c2803e # timeout=10
Commit message: "[maven-release-plugin] prepare release juneau-9.0.0-RC1"
 > git rev-list --no-walk 285fd8b30a9710566a9b77f584671a0f93737e8d # timeout=10
[Juneau-Java-1.8] $ /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.0
[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-1.8/ws/juneau-rest/juneau-rest-server/pom.xml,> line 114, 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/examples
[INFO] juneau/examples/examples-core
[INFO] juneau/examples/rest
[INFO] juneau/utest-utils
[INFO] juneau/microservice/microservice-ftest
[INFO] juneau/microservice/my-springboot-microservice
[INFO] juneau/sc
[INFO] juneau/sc/sc-server
[INFO] juneau/sc/sc-client
[INFO] juneau/examples/examples-rest-jetty
[INFO] juneau/examples/examples-rest-springboot
[INFO] juneau/examples/examples-rest-jetty-ftest
[INFO] juneau/utest
[INFO] juneau/all
[INFO] juneau/distrib
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building juneau 9.0.0
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ juneau ---
[INFO] Deleting <https://ci-builds.apache.org/job/Juneau/job/Juneau-Java-1.8/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ juneau ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ juneau ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ juneau ---
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ juneau ---
[INFO] No site descriptor found: nothing to attach.
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ juneau ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from <https://ci-builds.apache.org/job/Juneau/job/Juneau-Java-1.8/ws/.gitignore>
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 74 implicit excludes (use -debug for more details).
[INFO] Exclude: **/DEPENDENCIES
[INFO] Exclude: **/target/**
[INFO] Exclude: **/empty.txt
[INFO] Exclude: **/TODO.txt
[INFO] Exclude: **/.settings/**
[INFO] Exclude: **/.project
[INFO] Exclude: **/.classpath
[INFO] Exclude: **/*.launch
[INFO] Exclude: **/*.prefs
[INFO] Exclude: **/*.2
[INFO] Exclude: **/jetty.out.xml
[INFO] Exclude: **/*.log
[INFO] Exclude: **/*.log.*
[INFO] Exclude: **/dependency-reduced-pom.xml
[INFO] Exclude: **/docs.txt
[INFO] Exclude: **/toc.txt
[INFO] Exclude: **/app.json
[INFO] Exclude: **/Procfile
[INFO] Exclude: **/.asf.yaml
[INFO] 604 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 405 licenses.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ juneau ---
[INFO] Installing <https://ci-builds.apache.org/job/Juneau/job/Juneau-Java-1.8/ws/pom.xml> to /home/jenkins/.m2/repository/org/apache/juneau/juneau/9.0.0/juneau-9.0.0.pom
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ juneau ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ juneau ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ juneau ---
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ juneau ---
[INFO] No site descriptor found: nothing to attach.
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ juneau ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from <https://ci-builds.apache.org/job/Juneau/job/Juneau-Java-1.8/ws/.gitignore>
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 74 implicit excludes (use -debug for more details).
[INFO] Exclude: **/DEPENDENCIES
[INFO] Exclude: **/target/**
[INFO] Exclude: **/empty.txt
[INFO] Exclude: **/TODO.txt
[INFO] Exclude: **/.settings/**
[INFO] Exclude: **/.project
[INFO] Exclude: **/.classpath
[INFO] Exclude: **/*.launch
[INFO] Exclude: **/*.prefs
[INFO] Exclude: **/*.2
[INFO] Exclude: **/jetty.out.xml
[INFO] Exclude: **/*.log
[INFO] Exclude: **/*.log.*
[INFO] Exclude: **/dependency-reduced-pom.xml
[INFO] Exclude: **/docs.txt
[INFO] Exclude: **/toc.txt
[INFO] Exclude: **/app.json
[INFO] Exclude: **/Procfile
[INFO] Exclude: **/.asf.yaml
[INFO] 604 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 405 licenses.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ juneau ---
[INFO] Installing <https://ci-builds.apache.org/job/Juneau/job/Juneau-Java-1.8/ws/pom.xml> to /home/jenkins/.m2/repository/org/apache/juneau/juneau/9.0.0/juneau-9.0.0.pom
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ juneau ---
Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/juneau/juneau/9.0.0/juneau-9.0.0.pom
2/15 KB   4/15 KB   6/15 KB   8/15 KB   10/15 KB   12/15 KB   14/15 KB   15/15 KB              [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 [  6.894 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/examples .................................... SKIPPED
[INFO] juneau/examples/examples-core ...................... SKIPPED
[INFO] juneau/examples/rest ............................... SKIPPED
[INFO] juneau/utest-utils ................................. SKIPPED
[INFO] juneau/microservice/microservice-ftest ............. 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/examples-rest-jetty ................ SKIPPED
[INFO] juneau/examples/examples-rest-springboot ........... SKIPPED
[INFO] juneau/examples/examples-rest-jetty-ftest .......... SKIPPED
[INFO] juneau/utest ....................................... SKIPPED
[INFO] juneau/all ......................................... SKIPPED
[INFO] juneau/distrib ..................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9.009 s
[INFO] Finished at: 2022-09-18T17:38:22+00:00
[INFO] Final Memory: 52M/1916M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy (default-deploy) on project juneau: Failed to deploy artifacts: Could not transfer artifact org.apache.juneau:juneau:pom:9.0.0 from/to apache.releases.https (https://repository.apache.org/service/local/staging/deploy/maven2): Failed to transfer file: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/juneau/juneau/9.0.0/juneau-9.0.0.pom. Return code is: 401, ReasonPhrase: Unauthorized. -> [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: Test reports were found but none of them are new. Did leafNodes run? 
For example, <https://ci-builds.apache.org/job/Juneau/job/Juneau-Java-1.8/ws/juneau-examples/juneau-examples-rest-jetty-ftest/target/surefire-reports/TEST-org.apache.juneau.examples.rest._TestSuite.xml> is 21 min old


Jenkins build is back to normal : Juneau » Juneau-Java-1.8 #733

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


Build failed in Jenkins: Juneau » Juneau-Java-1.8 #732

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

Changes:

[James Bognar] Minor fixes.


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on builds25 (ubuntu) in workspace <https://ci-builds.apache.org/job/Juneau/job/Juneau-Java-1.8/ws/>
The recommended git tool is: NONE
No credentials specified
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-1.8/ws/> # timeout=10
Fetching upstream changes from https://github.com/apache/juneau.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
 > git fetch --tags --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 f7f0d3a168ffcdc14c0e1951019862768340d055 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f7f0d3a168ffcdc14c0e1951019862768340d055 # timeout=10
Commit message: "Merge branch 'master' of https://gitbox.apache.org/repos/asf/juneau.git"
 > git rev-list --no-walk 3953d143b2bed5b9df12d690b2a2bc2444c2803e # timeout=10
[Juneau-Java-1.8] $ /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.0
[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-1.8/ws/juneau-rest/juneau-rest-server/pom.xml,> line 114, 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/examples
[INFO] juneau/examples/examples-core
[INFO] juneau/examples/rest
[INFO] juneau/utest-utils
[INFO] juneau/microservice/microservice-ftest
[INFO] juneau/microservice/my-springboot-microservice
[INFO] juneau/sc
[INFO] juneau/sc/sc-server
[INFO] juneau/sc/sc-client
[INFO] juneau/examples/examples-rest-jetty
[INFO] juneau/examples/examples-rest-springboot
[INFO] juneau/examples/examples-rest-jetty-ftest
[INFO] juneau/utest
[INFO] juneau/all
[INFO] juneau/distrib
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building juneau 9.0.0
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ juneau ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ juneau ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ juneau ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ juneau ---
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ juneau ---
[INFO] No site descriptor found: nothing to attach.
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ juneau ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from <https://ci-builds.apache.org/job/Juneau/job/Juneau-Java-1.8/ws/.gitignore>
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 74 implicit excludes (use -debug for more details).
[INFO] Exclude: **/DEPENDENCIES
[INFO] Exclude: **/target/**
[INFO] Exclude: **/empty.txt
[INFO] Exclude: **/TODO.txt
[INFO] Exclude: **/.settings/**
[INFO] Exclude: **/.project
[INFO] Exclude: **/.classpath
[INFO] Exclude: **/*.launch
[INFO] Exclude: **/*.prefs
[INFO] Exclude: **/*.2
[INFO] Exclude: **/jetty.out.xml
[INFO] Exclude: **/*.log
[INFO] Exclude: **/*.log.*
[INFO] Exclude: **/dependency-reduced-pom.xml
[INFO] Exclude: **/docs.txt
[INFO] Exclude: **/toc.txt
[INFO] Exclude: **/app.json
[INFO] Exclude: **/Procfile
[INFO] Exclude: **/.asf.yaml
[INFO] 604 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 405 licenses.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ juneau ---
[INFO] Installing <https://ci-builds.apache.org/job/Juneau/job/Juneau-Java-1.8/ws/pom.xml> to /home/jenkins/.m2/repository/org/apache/juneau/juneau/9.0.0/juneau-9.0.0.pom
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ juneau ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ juneau ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ juneau ---
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ juneau ---
[INFO] No site descriptor found: nothing to attach.
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ juneau ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from <https://ci-builds.apache.org/job/Juneau/job/Juneau-Java-1.8/ws/.gitignore>
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 74 implicit excludes (use -debug for more details).
[INFO] Exclude: **/DEPENDENCIES
[INFO] Exclude: **/target/**
[INFO] Exclude: **/empty.txt
[INFO] Exclude: **/TODO.txt
[INFO] Exclude: **/.settings/**
[INFO] Exclude: **/.project
[INFO] Exclude: **/.classpath
[INFO] Exclude: **/*.launch
[INFO] Exclude: **/*.prefs
[INFO] Exclude: **/*.2
[INFO] Exclude: **/jetty.out.xml
[INFO] Exclude: **/*.log
[INFO] Exclude: **/*.log.*
[INFO] Exclude: **/dependency-reduced-pom.xml
[INFO] Exclude: **/docs.txt
[INFO] Exclude: **/toc.txt
[INFO] Exclude: **/app.json
[INFO] Exclude: **/Procfile
[INFO] Exclude: **/.asf.yaml
[INFO] 604 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 405 licenses.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ juneau ---
[INFO] Installing <https://ci-builds.apache.org/job/Juneau/job/Juneau-Java-1.8/ws/pom.xml> to /home/jenkins/.m2/repository/org/apache/juneau/juneau/9.0.0/juneau-9.0.0.pom
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ juneau ---
Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/juneau/juneau/9.0.0/juneau-9.0.0.pom
2/15 KB   4/15 KB   6/15 KB   8/15 KB   10/15 KB   12/15 KB   14/15 KB   15/15 KB              [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 [  4.001 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/examples .................................... SKIPPED
[INFO] juneau/examples/examples-core ...................... SKIPPED
[INFO] juneau/examples/rest ............................... SKIPPED
[INFO] juneau/utest-utils ................................. SKIPPED
[INFO] juneau/microservice/microservice-ftest ............. 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/examples-rest-jetty ................ SKIPPED
[INFO] juneau/examples/examples-rest-springboot ........... SKIPPED
[INFO] juneau/examples/examples-rest-jetty-ftest .......... SKIPPED
[INFO] juneau/utest ....................................... SKIPPED
[INFO] juneau/all ......................................... SKIPPED
[INFO] juneau/distrib ..................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.803 s
[INFO] Finished at: 2022-09-18T20:08:41+00:00
[INFO] Final Memory: 38M/1332M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy (default-deploy) on project juneau: Failed to deploy artifacts: Could not transfer artifact org.apache.juneau:juneau:pom:9.0.0 from/to apache.releases.https (https://repository.apache.org/service/local/staging/deploy/maven2): Failed to transfer file: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/juneau/juneau/9.0.0/juneau-9.0.0.pom. Return code is: 401, ReasonPhrase: Unauthorized. -> [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?