You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2019/06/24 13:12:55 UTC

Build failed in Jenkins: myfaces-current23 #685

See <https://builds.apache.org/job/myfaces-current23/685/display/redirect>

------------------------------------------
Started by upstream project "myfaces-current-master" build number 177
originally caused by:
 Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on windows-2016-2 (Windows) in workspace <https://builds.apache.org/job/myfaces-current23/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://gitbox.apache.org/repos/asf/myfaces.git # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/myfaces.git
 > git --version # timeout=10
 > git fetch --tags --progress https://gitbox.apache.org/repos/asf/myfaces.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse "refs/remotes/origin/2.3.x^{commit}" # timeout=10
 > git rev-parse "refs/remotes/origin/origin/2.3.x^{commit}" # timeout=10
Checking out Revision 9207c32f29e3ace4e0ee4b1dee37ce9833d6fdf2 (refs/remotes/origin/2.3.x)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9207c32f29e3ace4e0ee4b1dee37ce9833d6fdf2
Commit message: "MYFACES-4295 Websocket doesn't work with wrapped ResponseWriter like PrimeFaces MoveScriptsToBottom"
 > git rev-list --no-walk 9207c32f29e3ace4e0ee4b1dee37ce9833d6fdf2 # timeout=10
[myfaces-current23] $ cmd.exe /C "f:\jenkins\tools\maven\latest\bin\mvn.cmd -Dmaven.repo.local=<https://builds.apache.org/job/myfaces-current23/ws/.repository> clean && exit %%ERRORLEVEL%%"
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.myfaces.core:myfaces-api:jar:2.3.5-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for de.berlios.jsunit:jsunit-maven2-plugin is missing. @ line 325, column 21
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.apache.myfaces.core:myfaces-impl:jar:2.3.5-SNAPSHOT
[WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-jar-plugin @ line 641, column 21
[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] Apache MyFaces JSF-2.3 Core Project                                [pom]
[INFO] Apache MyFaces JSF-2.3 Core API                                    [jar]
[INFO] Apache MyFaces JSF-2.3 Core Shared Public                          [jar]
[INFO] Apache MyFaces JSF-2.3 Core Shared                                 [jar]
[INFO] Apache MyFaces JSF-2.3 Core Impl                                   [jar]
[INFO] Apache MyFaces JSF-2.3 Core OSGi Bundle                         [bundle]
[INFO] Apache MyFaces JSF-2.3 Impl Test                                   [jar]
[INFO] Apache MyFaces JSF-2.3 Core Module                                 [pom]
[INFO] 
[INFO] ------------< org.apache.myfaces.core:myfaces-core-project >------------
[INFO] Building Apache MyFaces JSF-2.3 Core Project 2.3.5-SNAPSHOT        [1/8]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ myfaces-core-project ---
[INFO] 
[INFO] ----------------< org.apache.myfaces.core:myfaces-api >-----------------
[INFO] Building Apache MyFaces JSF-2.3 Core API 2.3.5-SNAPSHOT            [2/8]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from apache.snapshots.plugin: http://repository.apache.org/snapshots/de/berlios/jsunit/jsunit-maven2-plugin/maven-metadata.xml
Downloading from apache-snapshots: http://repository.apache.org/snapshots/de/berlios/jsunit/jsunit-maven2-plugin/maven-metadata.xml
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ myfaces-api ---
[INFO] Deleting F:\jenkins\jenkins-slave\workspace\myfaces-current23\api\target
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Apache MyFaces JSF-2.3 Core Module 2.3.5-SNAPSHOT:
[INFO] 
[INFO] Apache MyFaces JSF-2.3 Core Project ................ SUCCESS [  2.697 s]
[INFO] Apache MyFaces JSF-2.3 Core API .................... FAILURE [  3.750 s]
[INFO] Apache MyFaces JSF-2.3 Core Shared Public .......... SKIPPED
[INFO] Apache MyFaces JSF-2.3 Core Shared ................. SKIPPED
[INFO] Apache MyFaces JSF-2.3 Core Impl ................... SKIPPED
[INFO] Apache MyFaces JSF-2.3 Core OSGi Bundle ............ SKIPPED
[INFO] Apache MyFaces JSF-2.3 Impl Test ................... SKIPPED
[INFO] Apache MyFaces JSF-2.3 Core Module ................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  22.722 s
[INFO] Finished at: 2019-06-24T06:12:53-07:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-clean-plugin:3.1.0:clean (default-clean) on project myfaces-api: Failed to clean project: Failed to delete F:\jenkins\jenkins-slave\workspace\myfaces-current23\api\target\myfaces-api-2.3.5-SNAPSHOT.jar -> [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 <goals> -rf :myfaces-api
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Build step 'Invoke top-level Maven targets' marked build as failure

Jenkins build is back to normal : myfaces-current23 #688

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/myfaces-current23/688/display/redirect>


Build failed in Jenkins: myfaces-current23 #687

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/myfaces-current23/687/display/redirect>

------------------------------------------
Started by upstream project "myfaces-current-master" build number 182
originally caused by:
 Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on apache-beam-jenkins-9 (beam) in workspace <https://builds.apache.org/job/myfaces-current23/ws/>
No credentials specified
Cloning the remote Git repository
Cloning repository https://gitbox.apache.org/repos/asf/myfaces.git
 > git init <https://builds.apache.org/job/myfaces-current23/ws/> # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/myfaces.git
 > git --version # timeout=10
 > git fetch --tags --progress https://gitbox.apache.org/repos/asf/myfaces.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/myfaces.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/myfaces.git # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/myfaces.git
 > git fetch --tags --progress https://gitbox.apache.org/repos/asf/myfaces.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/2.3.x^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/2.3.x^{commit} # timeout=10
Checking out Revision 9207c32f29e3ace4e0ee4b1dee37ce9833d6fdf2 (refs/remotes/origin/2.3.x)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9207c32f29e3ace4e0ee4b1dee37ce9833d6fdf2
Commit message: "MYFACES-4295 Websocket doesn't work with wrapped ResponseWriter like PrimeFaces MoveScriptsToBottom"
 > git rev-list --no-walk 9207c32f29e3ace4e0ee4b1dee37ce9833d6fdf2 # timeout=10
ERROR: Maven Home /home/jenkins/tools/maven/latest doesnt exist

Build failed in Jenkins: myfaces-current23 #686

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/myfaces-current23/686/display/redirect>

------------------------------------------
[...truncated 3.71 MB...]
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ myfaces-impl-test ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ myfaces-impl-test ---
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ myfaces-impl-test ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/myfaces-current23/ws/impl-test/src/main/resources>
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ myfaces-impl-test ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ myfaces-impl-test ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/myfaces-current23/ws/impl-test/src/test/resources>
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ myfaces-impl-test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ myfaces-impl-test ---
[INFO] Skipping execution of surefire because it has already been run for this configuration
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ myfaces-impl-test ---
[INFO] Building jar: <https://builds.apache.org/job/myfaces-current23/ws/impl-test/target/myfaces-impl-test-2.3.5-SNAPSHOT.jar>
[INFO] 
[INFO] >>> maven-source-plugin:2.2.1:jar (attach-source) > generate-sources @ myfaces-impl-test >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ myfaces-impl-test ---
[WARNING] Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:2.2.1:jar (attach-source) < generate-sources @ myfaces-impl-test <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar (attach-source) @ myfaces-impl-test ---
[INFO] Building jar: <https://builds.apache.org/job/myfaces-current23/ws/impl-test/target/myfaces-impl-test-2.3.5-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ myfaces-impl-test ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ myfaces-impl-test ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ myfaces-impl-test ---
[INFO] Installing <https://builds.apache.org/job/myfaces-current23/ws/impl-test/target/myfaces-impl-test-2.3.5-SNAPSHOT.jar> to /home/jenkins/jenkins-slave/maven-repositories/1/org/apache/myfaces/core/myfaces-impl-test/2.3.5-SNAPSHOT/myfaces-impl-test-2.3.5-SNAPSHOT.jar
[INFO] Installing <https://builds.apache.org/job/myfaces-current23/ws/impl-test/pom.xml> to /home/jenkins/jenkins-slave/maven-repositories/1/org/apache/myfaces/core/myfaces-impl-test/2.3.5-SNAPSHOT/myfaces-impl-test-2.3.5-SNAPSHOT.pom
[INFO] Installing <https://builds.apache.org/job/myfaces-current23/ws/impl-test/target/myfaces-impl-test-2.3.5-SNAPSHOT-sources.jar> to /home/jenkins/jenkins-slave/maven-repositories/1/org/apache/myfaces/core/myfaces-impl-test/2.3.5-SNAPSHOT/myfaces-impl-test-2.3.5-SNAPSHOT-sources.jar
[INFO] Installing <https://builds.apache.org/job/myfaces-current23/ws/impl-test/target/myfaces-impl-test-2.3.5-SNAPSHOT-sources.jar> to /home/jenkins/jenkins-slave/maven-repositories/1/org/apache/myfaces/core/myfaces-impl-test/2.3.5-SNAPSHOT/myfaces-impl-test-2.3.5-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ myfaces-impl-test ---
[INFO] Downloading from apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/core/myfaces-impl-test/2.3.5-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/core/myfaces-impl-test/2.3.5-SNAPSHOT/maven-metadata.xml (1.0 kB at 1.7 kB/s)
[INFO] Uploading to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/core/myfaces-impl-test/2.3.5-SNAPSHOT/myfaces-impl-test-2.3.5-20190711.090949-70.jar
[INFO] Uploaded to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/core/myfaces-impl-test/2.3.5-SNAPSHOT/myfaces-impl-test-2.3.5-20190711.090949-70.jar (94 kB at 76 kB/s)
[INFO] Uploading to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/core/myfaces-impl-test/2.3.5-SNAPSHOT/myfaces-impl-test-2.3.5-20190711.090949-70.pom
[INFO] Uploaded to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/core/myfaces-impl-test/2.3.5-SNAPSHOT/myfaces-impl-test-2.3.5-20190711.090949-70.pom (8.7 kB at 7.9 kB/s)
[INFO] Downloading from apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/core/myfaces-impl-test/maven-metadata.xml
[INFO] Downloaded from apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/core/myfaces-impl-test/maven-metadata.xml (441 B at 715 B/s)
[INFO] Uploading to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/core/myfaces-impl-test/2.3.5-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/core/myfaces-impl-test/2.3.5-SNAPSHOT/maven-metadata.xml (1.0 kB at 899 B/s)
[INFO] Uploading to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/core/myfaces-impl-test/maven-metadata.xml
[INFO] Uploaded to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/core/myfaces-impl-test/maven-metadata.xml (441 B at 397 B/s)
[INFO] Uploading to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/core/myfaces-impl-test/2.3.5-SNAPSHOT/myfaces-impl-test-2.3.5-20190711.090949-70-sources.jar
[INFO] Uploaded to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/core/myfaces-impl-test/2.3.5-SNAPSHOT/myfaces-impl-test-2.3.5-20190711.090949-70-sources.jar (66 kB at 53 kB/s)
[INFO] Uploading to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/core/myfaces-impl-test/2.3.5-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/core/myfaces-impl-test/2.3.5-SNAPSHOT/maven-metadata.xml (1.0 kB at 913 B/s)
[INFO] Uploading to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/core/myfaces-impl-test/2.3.5-SNAPSHOT/myfaces-impl-test-2.3.5-20190711.090949-70-sources.jar
[INFO] Uploaded to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/core/myfaces-impl-test/2.3.5-SNAPSHOT/myfaces-impl-test-2.3.5-20190711.090949-70-sources.jar (66 kB at 52 kB/s)
[INFO] Uploading to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/core/myfaces-impl-test/2.3.5-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/core/myfaces-impl-test/2.3.5-SNAPSHOT/maven-metadata.xml (1.0 kB at 899 B/s)
[INFO] 
[INFO] ------------< org.apache.myfaces.core:myfaces-core-module >-------------
[INFO] Building Apache MyFaces JSF-2.3 Core Module 2.3.5-SNAPSHOT         [8/8]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ myfaces-core-module ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ myfaces-core-module ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ myfaces-core-module ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ myfaces-core-module ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ myfaces-core-module ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ myfaces-core-module ---
[INFO] Installing <https://builds.apache.org/job/myfaces-current23/ws/pom.xml> to /home/jenkins/jenkins-slave/maven-repositories/1/org/apache/myfaces/core/myfaces-core-module/2.3.5-SNAPSHOT/myfaces-core-module-2.3.5-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ myfaces-core-module ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ myfaces-core-module ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ myfaces-core-module ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ myfaces-core-module ---
[INFO] Starting audit...
Audit done.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ myfaces-core-module ---
[INFO] Installing <https://builds.apache.org/job/myfaces-current23/ws/pom.xml> to /home/jenkins/jenkins-slave/maven-repositories/1/org/apache/myfaces/core/myfaces-core-module/2.3.5-SNAPSHOT/myfaces-core-module-2.3.5-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ myfaces-core-module ---
[INFO] Downloading from apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/core/myfaces-core-module/2.3.5-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/core/myfaces-core-module/2.3.5-SNAPSHOT/maven-metadata.xml (621 B at 995 B/s)
[INFO] Uploading to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/core/myfaces-core-module/2.3.5-SNAPSHOT/myfaces-core-module-2.3.5-20190711.091006-76.pom
[INFO] Uploaded to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/core/myfaces-core-module/2.3.5-SNAPSHOT/myfaces-core-module-2.3.5-20190711.091006-76.pom (8.6 kB at 7.7 kB/s)
[INFO] Downloading from apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/core/myfaces-core-module/maven-metadata.xml
[INFO] Downloaded from apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/core/myfaces-core-module/maven-metadata.xml (579 B at 981 B/s)
[INFO] Uploading to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/core/myfaces-core-module/2.3.5-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/core/myfaces-core-module/2.3.5-SNAPSHOT/maven-metadata.xml (621 B at 559 B/s)
[INFO] Uploading to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/core/myfaces-core-module/maven-metadata.xml
[INFO] Uploaded to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/core/myfaces-core-module/maven-metadata.xml (579 B at 519 B/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Apache MyFaces JSF-2.3 Core Module 2.3.5-SNAPSHOT:
[INFO] 
[INFO] Apache MyFaces JSF-2.3 Core Project ................ SUCCESS [ 22.116 s]
[INFO] Apache MyFaces JSF-2.3 Core API .................... SUCCESS [02:05 min]
[INFO] Apache MyFaces JSF-2.3 Core Shared Public .......... SUCCESS [ 21.448 s]
[INFO] Apache MyFaces JSF-2.3 Core Shared ................. SUCCESS [ 37.041 s]
[INFO] Apache MyFaces JSF-2.3 Core Impl ................... SUCCESS [02:32 min]
[INFO] Apache MyFaces JSF-2.3 Core OSGi Bundle ............ SUCCESS [ 27.212 s]
[INFO] Apache MyFaces JSF-2.3 Impl Test ................... SUCCESS [ 17.964 s]
[INFO] Apache MyFaces JSF-2.3 Core Module ................. SUCCESS [  7.660 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  07:45 min
[INFO] Finished at: 2019-07-11T09:10:28Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[JENKINS] Archiving <https://builds.apache.org/job/myfaces-current23/ws/api/pom.xml> to org.apache.myfaces.core/myfaces-api/2.3.5-SNAPSHOT/myfaces-api-2.3.5-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/myfaces-current23/ws/api/target/myfaces-api-2.3.5-SNAPSHOT.jar> to org.apache.myfaces.core/myfaces-api/2.3.5-20190711.090505-71/myfaces-api-2.3.5-20190711.090505-71.jar
[JENKINS] Archiving <https://builds.apache.org/job/myfaces-current23/ws/api/target/myfaces-api-2.3.5-SNAPSHOT-sources.jar> to org.apache.myfaces.core/myfaces-api/2.3.5-20190711.090505-71/myfaces-api-2.3.5-20190711.090505-71-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/myfaces-current23/ws/api/target/myfaces-api-2.3.5-SNAPSHOT-tests.jar> to org.apache.myfaces.core/myfaces-api/2.3.5-20190711.090505-71/myfaces-api-2.3.5-20190711.090505-71-tests.jar
[JENKINS] Archiving <https://builds.apache.org/job/myfaces-current23/ws/shared/pom.xml> to org.apache.myfaces.core.internal/myfaces-impl-shared/2.3.5-SNAPSHOT/myfaces-impl-shared-2.3.5-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/myfaces-current23/ws/shared/target/myfaces-impl-shared-2.3.5-SNAPSHOT.jar> to org.apache.myfaces.core.internal/myfaces-impl-shared/2.3.5-20190711.090611-71/myfaces-impl-shared-2.3.5-20190711.090611-71.jar
[JENKINS] Archiving <https://builds.apache.org/job/myfaces-current23/ws/shared/target/myfaces-impl-shared-2.3.5-SNAPSHOT-sources.jar> to org.apache.myfaces.core.internal/myfaces-impl-shared/2.3.5-20190711.090611-71/myfaces-impl-shared-2.3.5-20190711.090611-71-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/myfaces-current23/ws/impl/pom.xml> to org.apache.myfaces.core/myfaces-impl/2.3.5-SNAPSHOT/myfaces-impl-2.3.5-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/myfaces-current23/ws/impl/target/myfaces-impl-2.3.5-SNAPSHOT.jar> to org.apache.myfaces.core/myfaces-impl/2.3.5-20190711.090837-70/myfaces-impl-2.3.5-20190711.090837-70.jar
[JENKINS] Archiving <https://builds.apache.org/job/myfaces-current23/ws/impl/target/myfaces-impl-2.3.5-SNAPSHOT-sources.jar> to org.apache.myfaces.core/myfaces-impl/2.3.5-20190711.090837-70/myfaces-impl-2.3.5-20190711.090837-70-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/myfaces-current23/ws/impl/target/myfaces-impl-2.3.5-SNAPSHOT-test-sources.jar> to org.apache.myfaces.core/myfaces-impl/2.3.5-20190711.090837-70/myfaces-impl-2.3.5-20190711.090837-70-test-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/myfaces-current23/ws/impl/target/myfaces-impl-2.3.5-SNAPSHOT-tests.jar> to org.apache.myfaces.core/myfaces-impl/2.3.5-20190711.090837-70/myfaces-impl-2.3.5-20190711.090837-70-tests.jar
[JENKINS] Archiving <https://builds.apache.org/job/myfaces-current23/ws/bundle/pom.xml> to org.apache.myfaces.core/myfaces-bundle/2.3.5-SNAPSHOT/myfaces-bundle-2.3.5-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/myfaces-current23/ws/bundle/target/myfaces-bundle-2.3.5-SNAPSHOT.jar> to org.apache.myfaces.core/myfaces-bundle/2.3.5-20190711.090927-70/myfaces-bundle-2.3.5-20190711.090927-70.jar
[JENKINS] Archiving <https://builds.apache.org/job/myfaces-current23/ws/bundle/target/myfaces-bundle-2.3.5-SNAPSHOT-sources.jar> to org.apache.myfaces.core/myfaces-bundle/2.3.5-20190711.090927-70/myfaces-bundle-2.3.5-20190711.090927-70-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/myfaces-current23/ws/pom.xml> to org.apache.myfaces.core/myfaces-core-module/2.3.5-SNAPSHOT/myfaces-core-module-2.3.5-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/myfaces-current23/ws/shared-public/pom.xml> to org.apache.myfaces.core.internal/myfaces-impl-shared-public/2.3.5-SNAPSHOT/myfaces-impl-shared-public-2.3.5-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/myfaces-current23/ws/shared-public/target/myfaces-impl-shared-public-2.3.5-SNAPSHOT.jar> to org.apache.myfaces.core.internal/myfaces-impl-shared-public/2.3.5-20190711.090537-71/myfaces-impl-shared-public-2.3.5-20190711.090537-71.jar
[JENKINS] Archiving <https://builds.apache.org/job/myfaces-current23/ws/shared-public/target/myfaces-impl-shared-public-2.3.5-SNAPSHOT-sources.jar> to org.apache.myfaces.core.internal/myfaces-impl-shared-public/2.3.5-20190711.090537-71/myfaces-impl-shared-public-2.3.5-20190711.090537-71-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/myfaces-current23/ws/impl-test/pom.xml> to org.apache.myfaces.core/myfaces-impl-test/2.3.5-SNAPSHOT/myfaces-impl-test-2.3.5-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/myfaces-current23/ws/impl-test/target/myfaces-impl-test-2.3.5-SNAPSHOT.jar> to org.apache.myfaces.core/myfaces-impl-test/2.3.5-20190711.090949-70/myfaces-impl-test-2.3.5-20190711.090949-70.jar
[JENKINS] Archiving <https://builds.apache.org/job/myfaces-current23/ws/impl-test/target/myfaces-impl-test-2.3.5-SNAPSHOT-sources.jar> to org.apache.myfaces.core/myfaces-impl-test/2.3.5-20190711.090949-70/myfaces-impl-test-2.3.5-20190711.090949-70-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/myfaces-current23/ws/parent/pom.xml> to org.apache.myfaces.core/myfaces-core-project/2.3.5-SNAPSHOT/myfaces-core-project-2.3.5-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/myfaces-current23/ws/parent/target/myfaces-core-project-2.3.5-SNAPSHOT-site.xml> to org.apache.myfaces.core/myfaces-core-project/2.3.5-20190711.090300-77/myfaces-core-project-2.3.5-20190711.090300-77-site.xml
channel stopped
Maven RedeployPublisher use remote H13 maven settings from : /home/jenkins/.m2/settings.xml
[ERROR] uniqueVersion == false is not anymore supported in maven 3
[INFO] Deployment in https://repository.apache.org/content/repositories/snapshots (id=apache.snapshots.https,uniqueVersion=false)
Deploying the main artifact myfaces-api-2.3.5-20190711.090505-71.jar
Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/core/myfaces-api/2.3.5-SNAPSHOT/maven-metadata.xml
Downloaded: https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/core/myfaces-api/2.3.5-SNAPSHOT/maven-metadata.xml (2 KB at 1.4 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/core/myfaces-api/2.3.5-SNAPSHOT/myfaces-api-2.3.5-20190711.090505-71.jar
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/core/myfaces-api/2.3.5-SNAPSHOT/myfaces-api-2.3.5-20190711.090505-71.jar (1318 KB at 10.0 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/core/myfaces-api/2.3.5-SNAPSHOT/myfaces-api-2.3.5-20190711.090505-71.pom
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/core/myfaces-api/2.3.5-SNAPSHOT/myfaces-api-2.3.5-20190711.090505-71.pom (34 KB at 20.3 KB/sec)
Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/core/myfaces-api/maven-metadata.xml
Downloaded: https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/core/myfaces-api/maven-metadata.xml (653 B at 0.8 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/core/myfaces-api/2.3.5-SNAPSHOT/maven-metadata.xml
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/core/myfaces-api/2.3.5-SNAPSHOT/maven-metadata.xml (2 KB at 0.0 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/core/myfaces-api/maven-metadata.xml
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/core/myfaces-api/maven-metadata.xml (653 B at 0.4 KB/sec)
Deploying the main artifact myfaces-api-2.3.5-20190711.090505-71-sources.jar
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/core/myfaces-api/2.3.5-SNAPSHOT/myfaces-api-2.3.5-20190711.090505-71-sources.jar
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/core/myfaces-api/2.3.5-SNAPSHOT/myfaces-api-2.3.5-20190711.090505-71-sources.jar (975 KB at 448.2 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/core/myfaces-api/2.3.5-SNAPSHOT/maven-metadata.xml
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/core/myfaces-api/2.3.5-SNAPSHOT/maven-metadata.xml (2 KB at 0.8 KB/sec)
Deploying the main artifact myfaces-api-2.3.5-20190711.090505-71-tests.jar
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/core/myfaces-api/2.3.5-SNAPSHOT/myfaces-api-2.3.5-20190711.090505-71-tests.jar
ERROR: Failed to deploy artifacts: Could not transfer artifact org.apache.myfaces.core:myfaces-api:jar:tests:2.3.5-20190711.090505-71 from/to apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots): Connect to repository.apache.org:443 [repository.apache.org/207.244.88.140] failed: Connection timed out (Connection timed out)
org.apache.maven.artifact.deployer.ArtifactDeploymentException: Failed to deploy artifacts: Could not transfer artifact org.apache.myfaces.core:myfaces-api:jar:tests:2.3.5-20190711.090505-71 from/to apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots): Connect to repository.apache.org:443 [repository.apache.org/207.244.88.140] failed: Connection timed out (Connection timed out)
	at org.apache.maven.artifact.deployer.DefaultArtifactDeployer.deploy(DefaultArtifactDeployer.java:143)
	at hudson.maven.reporters.MavenArtifactRecord.deploy(MavenArtifactRecord.java:208)
	at hudson.maven.RedeployPublisher.perform(RedeployPublisher.java:176)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.post2(MavenModuleSetBuild.java:1073)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1835)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
Caused by: org.eclipse.aether.deployment.DeploymentException: Failed to deploy artifacts: Could not transfer artifact org.apache.myfaces.core:myfaces-api:jar:tests:2.3.5-20190711.090505-71 from/to apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots): Connect to repository.apache.org:443 [repository.apache.org/207.244.88.140] failed: Connection timed out (Connection timed out)
	at org.eclipse.aether.internal.impl.DefaultDeployer.deploy(DefaultDeployer.java:317)
	at org.eclipse.aether.internal.impl.DefaultDeployer.deploy(DefaultDeployer.java:245)
	at org.eclipse.aether.internal.impl.DefaultRepositorySystem.deploy(DefaultRepositorySystem.java:420)
	at org.apache.maven.artifact.deployer.DefaultArtifactDeployer.deploy(DefaultArtifactDeployer.java:139)
	... 11 more
Caused by: org.eclipse.aether.transfer.ArtifactTransferException: Could not transfer artifact org.apache.myfaces.core:myfaces-api:jar:tests:2.3.5-20190711.090505-71 from/to apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots): Connect to repository.apache.org:443 [repository.apache.org/207.244.88.140] failed: Connection timed out (Connection timed out)
	at org.eclipse.aether.connector.basic.ArtifactTransportListener.transferFailed(ArtifactTransportListener.java:43)
	at org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run(BasicRepositoryConnector.java:355)
	at org.eclipse.aether.connector.basic.BasicRepositoryConnector.put(BasicRepositoryConnector.java:274)
	at org.eclipse.aether.internal.impl.DefaultDeployer.deploy(DefaultDeployer.java:311)
	... 14 more
Caused by: org.apache.maven.wagon.TransferFailedException: Connect to repository.apache.org:443 [repository.apache.org/207.244.88.140] failed: Connection timed out (Connection timed out)
	at org.apache.maven.wagon.shared.http.AbstractHttpClientWagon.put(AbstractHttpClientWagon.java:654)
	at org.apache.maven.wagon.shared.http.AbstractHttpClientWagon.put(AbstractHttpClientWagon.java:557)
	at org.apache.maven.wagon.shared.http.AbstractHttpClientWagon.put(AbstractHttpClientWagon.java:539)
	at org.apache.maven.wagon.shared.http.AbstractHttpClientWagon.put(AbstractHttpClientWagon.java:533)
	at org.apache.maven.wagon.shared.http.AbstractHttpClientWagon.put(AbstractHttpClientWagon.java:513)
	at org.eclipse.aether.transport.wagon.WagonTransporter$PutTaskRunner.run(WagonTransporter.java:644)
	at org.eclipse.aether.transport.wagon.WagonTransporter.execute(WagonTransporter.java:427)
	at org.eclipse.aether.transport.wagon.WagonTransporter.put(WagonTransporter.java:410)
	at org.eclipse.aether.connector.basic.BasicRepositoryConnector$PutTaskRunner.runTask(BasicRepositoryConnector.java:510)
	at org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run(BasicRepositoryConnector.java:350)
	... 16 more
Caused by: org.apache.http.conn.HttpHostConnectException: Connect to repository.apache.org:443 [repository.apache.org/207.244.88.140] failed: Connection timed out (Connection timed out)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:159)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:373)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.maven.wagon.shared.http.AbstractHttpClientWagon.execute(AbstractHttpClientWagon.java:838)
	at org.apache.maven.wagon.shared.http.AbstractHttpClientWagon.put(AbstractHttpClientWagon.java:600)
	... 25 more
Caused by: java.net.ConnectException: Connection timed out (Connection timed out)
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:589)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:339)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 35 more
[INFO] Deployment failed after 6 min 41 sec
Build step 'Deploy artifacts to Maven repository' changed build result to FAILURE