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 2020/05/21 23:10:43 UTC

Build failed in Jenkins: Juneau-Java-1.8 #1656

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

Changes:

[JamesBognar] Javadocs


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H31 (ubuntu) in workspace <https://builds.apache.org/job/Juneau-Java-1.8/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # 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 fetch --tags --progress -- https://github.com/apache/juneau.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 3948c30082cf351738c6364f99bc61f83e5d109b (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3948c30082cf351738c6364f99bc61f83e5d109b
Commit message: "Javadocs"
 > git rev-list --no-walk 53d732a904f3447f0fac8f805e58859aacf72b14 # 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-examples-rest-springboot:jar:8.1.4-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.springframework.boot:spring-boot-maven-plugin is missing. @ org.apache.juneau:juneau-examples-rest-springboot:[unknown-version], <https://builds.apache.org/job/Juneau-Java-1.8/ws/juneau-examples/juneau-examples-rest-springboot/pom.xml,> line 87, 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/marshall
[INFO] juneau/core/marshall-rdf
[INFO] juneau/core/dto
[INFO] juneau/core/config
[INFO] juneau/core/core-utest
[INFO] juneau/rest
[INFO] juneau/rest/rest-server
[INFO] juneau/rest/rest-server-jaxrs
[INFO] juneau/rest/rest-server-rdf
[INFO] juneau/rest/rest-server-springboot
[INFO] juneau/rest/rest-client
[INFO] juneau/rest/rest-mock
[INFO] juneau/rest/rest-mock-utest
[INFO] juneau/rest/rest-server-utest
[INFO] juneau/rest/rest-client-utest
[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/rest
[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-core
[INFO] juneau/examples/examples-rest-jetty
[INFO] juneau/examples/examples-rest-springboot
[INFO] juneau/examples/examples-rest-jetty-ftest
[INFO] juneau/doc
[INFO] juneau/releng
[INFO] juneau/releng/all
[INFO] juneau/releng/distrib
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building juneau 8.1.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ juneau ---
[INFO] Deleting <https://builds.apache.org/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://builds.apache.org/job/Juneau-Java-1.8/ws/.gitignore>
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 72 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: **/derby.log
[INFO] Exclude: **/dependency-reduced-pom.xml
[INFO] Exclude: **/docs.txt
[INFO] Exclude: **/toc.txt
[INFO] Exclude: **/app.json
[INFO] Exclude: **/Procfile
[INFO] 21 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 18 licenses.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ juneau ---
[INFO] Installing <https://builds.apache.org/job/Juneau-Java-1.8/ws/pom.xml> to /home/jenkins/.m2/repository/org/apache/juneau/juneau/8.1.4-SNAPSHOT/juneau-8.1.4-SNAPSHOT.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://builds.apache.org/job/Juneau-Java-1.8/ws/.gitignore>
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 72 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: **/derby.log
[INFO] Exclude: **/dependency-reduced-pom.xml
[INFO] Exclude: **/docs.txt
[INFO] Exclude: **/toc.txt
[INFO] Exclude: **/app.json
[INFO] Exclude: **/Procfile
[INFO] 21 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 18 licenses.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ juneau ---
[INFO] Installing <https://builds.apache.org/job/Juneau-Java-1.8/ws/pom.xml> to /home/jenkins/.m2/repository/org/apache/juneau/juneau/8.1.4-SNAPSHOT/juneau-8.1.4-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ juneau ---
Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/juneau/juneau/8.1.4-SNAPSHOT/maven-metadata.xml
[WARNING] Could not transfer metadata org.apache.juneau:juneau:8.1.4-SNAPSHOT/maven-metadata.xml from/to apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots): Failed to transfer file: https://repository.apache.org/content/repositories/snapshots/org/apache/juneau/juneau/8.1.4-SNAPSHOT/maven-metadata.xml. Return code is: 503 , ReasonPhrase:Service Unavailable.
[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 [  5.091 s]
[INFO] juneau/core ........................................ SKIPPED
[INFO] juneau/core/marshall ............................... SKIPPED
[INFO] juneau/core/marshall-rdf ........................... SKIPPED
[INFO] juneau/core/dto .................................... SKIPPED
[INFO] juneau/core/config ................................. SKIPPED
[INFO] juneau/core/core-utest ............................. SKIPPED
[INFO] juneau/rest ........................................ SKIPPED
[INFO] juneau/rest/rest-server ............................ SKIPPED
[INFO] juneau/rest/rest-server-jaxrs ...................... SKIPPED
[INFO] juneau/rest/rest-server-rdf ........................ SKIPPED
[INFO] juneau/rest/rest-server-springboot ................. SKIPPED
[INFO] juneau/rest/rest-client ............................ SKIPPED
[INFO] juneau/rest/rest-mock .............................. SKIPPED
[INFO] juneau/rest/rest-mock-utest ........................ SKIPPED
[INFO] juneau/rest/rest-server-utest ...................... SKIPPED
[INFO] juneau/rest/rest-client-utest ...................... 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/rest ............................... 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-core ...................... 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/doc ......................................... SKIPPED
[INFO] juneau/releng ...................................... SKIPPED
[INFO] juneau/releng/all .................................. SKIPPED
[INFO] juneau/releng/distrib .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.231 s
[INFO] Finished at: 2020-05-21T23:10:11+00:00
[INFO] Final Memory: 41M/987M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy (default-deploy) on project juneau: Failed to retrieve remote metadata org.apache.juneau:juneau:8.1.4-SNAPSHOT/maven-metadata.xml: Could not transfer metadata org.apache.juneau:juneau:8.1.4-SNAPSHOT/maven-metadata.xml from/to apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots): Failed to transfer file: https://repository.apache.org/content/repositories/snapshots/org/apache/juneau/juneau/8.1.4-SNAPSHOT/maven-metadata.xml. Return code is: 503 , ReasonPhrase:Service Unavailable. -> [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://builds.apache.org/job/Juneau-Java-1.8/ws/juneau-core/juneau-core-utest/target/surefire-reports/TEST-org.apache.juneau.AnnotationsTest.xml> is 3 hr 47 min old

[TASKS] Skipping publisher since build result is FAILURE

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

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


Build failed in Jenkins: Juneau-Java-1.8 #1657

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

Changes:

[JamesBognar] Javadocs


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H31 (ubuntu) in workspace <https://builds.apache.org/job/Juneau-Java-1.8/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # 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 fetch --tags --progress -- https://github.com/apache/juneau.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision b516e82b1f8987a37d55d804f569a7b7d7354cca (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b516e82b1f8987a37d55d804f569a7b7d7354cca
Commit message: "Javadocs"
 > git rev-list --no-walk 3948c30082cf351738c6364f99bc61f83e5d109b # 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-examples-rest-springboot:jar:8.1.4-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.springframework.boot:spring-boot-maven-plugin is missing. @ org.apache.juneau:juneau-examples-rest-springboot:[unknown-version], <https://builds.apache.org/job/Juneau-Java-1.8/ws/juneau-examples/juneau-examples-rest-springboot/pom.xml,> line 87, 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/marshall
[INFO] juneau/core/marshall-rdf
[INFO] juneau/core/dto
[INFO] juneau/core/config
[INFO] juneau/core/core-utest
[INFO] juneau/rest
[INFO] juneau/rest/rest-server
[INFO] juneau/rest/rest-server-jaxrs
[INFO] juneau/rest/rest-server-rdf
[INFO] juneau/rest/rest-server-springboot
[INFO] juneau/rest/rest-client
[INFO] juneau/rest/rest-mock
[INFO] juneau/rest/rest-mock-utest
[INFO] juneau/rest/rest-server-utest
[INFO] juneau/rest/rest-client-utest
[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/rest
[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-core
[INFO] juneau/examples/examples-rest-jetty
[INFO] juneau/examples/examples-rest-springboot
[INFO] juneau/examples/examples-rest-jetty-ftest
[INFO] juneau/doc
[INFO] juneau/releng
[INFO] juneau/releng/all
[INFO] juneau/releng/distrib
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building juneau 8.1.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ juneau ---
[INFO] Deleting <https://builds.apache.org/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://builds.apache.org/job/Juneau-Java-1.8/ws/.gitignore>
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 72 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: **/derby.log
[INFO] Exclude: **/dependency-reduced-pom.xml
[INFO] Exclude: **/docs.txt
[INFO] Exclude: **/toc.txt
[INFO] Exclude: **/app.json
[INFO] Exclude: **/Procfile
[INFO] 21 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 18 licenses.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ juneau ---
[INFO] Installing <https://builds.apache.org/job/Juneau-Java-1.8/ws/pom.xml> to /home/jenkins/.m2/repository/org/apache/juneau/juneau/8.1.4-SNAPSHOT/juneau-8.1.4-SNAPSHOT.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://builds.apache.org/job/Juneau-Java-1.8/ws/.gitignore>
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 72 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: **/derby.log
[INFO] Exclude: **/dependency-reduced-pom.xml
[INFO] Exclude: **/docs.txt
[INFO] Exclude: **/toc.txt
[INFO] Exclude: **/app.json
[INFO] Exclude: **/Procfile
[INFO] 21 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 18 licenses.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ juneau ---
[INFO] Installing <https://builds.apache.org/job/Juneau-Java-1.8/ws/pom.xml> to /home/jenkins/.m2/repository/org/apache/juneau/juneau/8.1.4-SNAPSHOT/juneau-8.1.4-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ juneau ---
Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/juneau/juneau/8.1.4-SNAPSHOT/maven-metadata.xml
[WARNING] Could not transfer metadata org.apache.juneau:juneau:8.1.4-SNAPSHOT/maven-metadata.xml from/to apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots): Failed to transfer file: https://repository.apache.org/content/repositories/snapshots/org/apache/juneau/juneau/8.1.4-SNAPSHOT/maven-metadata.xml. Return code is: 503 , ReasonPhrase:Service Unavailable.
[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 [  5.078 s]
[INFO] juneau/core ........................................ SKIPPED
[INFO] juneau/core/marshall ............................... SKIPPED
[INFO] juneau/core/marshall-rdf ........................... SKIPPED
[INFO] juneau/core/dto .................................... SKIPPED
[INFO] juneau/core/config ................................. SKIPPED
[INFO] juneau/core/core-utest ............................. SKIPPED
[INFO] juneau/rest ........................................ SKIPPED
[INFO] juneau/rest/rest-server ............................ SKIPPED
[INFO] juneau/rest/rest-server-jaxrs ...................... SKIPPED
[INFO] juneau/rest/rest-server-rdf ........................ SKIPPED
[INFO] juneau/rest/rest-server-springboot ................. SKIPPED
[INFO] juneau/rest/rest-client ............................ SKIPPED
[INFO] juneau/rest/rest-mock .............................. SKIPPED
[INFO] juneau/rest/rest-mock-utest ........................ SKIPPED
[INFO] juneau/rest/rest-server-utest ...................... SKIPPED
[INFO] juneau/rest/rest-client-utest ...................... 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/rest ............................... 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-core ...................... 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/doc ......................................... SKIPPED
[INFO] juneau/releng ...................................... SKIPPED
[INFO] juneau/releng/all .................................. SKIPPED
[INFO] juneau/releng/distrib .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.236 s
[INFO] Finished at: 2020-05-21T23:29:19+00:00
[INFO] Final Memory: 41M/975M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy (default-deploy) on project juneau: Failed to retrieve remote metadata org.apache.juneau:juneau:8.1.4-SNAPSHOT/maven-metadata.xml: Could not transfer metadata org.apache.juneau:juneau:8.1.4-SNAPSHOT/maven-metadata.xml from/to apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots): Failed to transfer file: https://repository.apache.org/content/repositories/snapshots/org/apache/juneau/juneau/8.1.4-SNAPSHOT/maven-metadata.xml. Return code is: 503 , ReasonPhrase:Service Unavailable. -> [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://builds.apache.org/job/Juneau-Java-1.8/ws/juneau-core/juneau-core-utest/target/surefire-reports/TEST-org.apache.juneau.AnnotationsTest.xml> is 4 hr 7 min old

[TASKS] Skipping publisher since build result is FAILURE