You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2018/04/23 15:07:51 UTC

Build failed in Jenkins: DeltaSpike Deploy #2315

See <https://builds.apache.org/job/DeltaSpike%20Deploy/2315/display/redirect?page=changes>

Changes:

[tandraschko] DELTASPIKE-1280 Automatic support for count* methods in EntityRepository

[tandraschko] DELTASPIKE-1280 Automatic support for count* methods in EntityRepository

------------------------------------------
[...truncated 36.95 KB...]
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:cleanVersions (versions) @ parent ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (javadoc.resources) @ parent ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
[INFO] Executed tasks
[WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:3.0.0:jar (default-cli) < generate-sources @ parent <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.0:jar (default-cli) @ parent ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache DeltaSpike Test-Utils 1.9.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ test-utils ---
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ test-utils ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: .idea/**/*
[INFO] Exclude: readme/**/*
[INFO] Exclude: **/*.log
[INFO] Exclude: target/**
[INFO] Exclude: test-ee7/target/**
[INFO] Exclude: **/*.iml
[INFO] Exclude: **/MANIFEST.MF
[INFO] 17 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 17 licenses.
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:cleanVersions (versions) @ test-utils ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (javadoc.resources) @ test-utils ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ test-utils ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ test-utils ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5:compile (default-compile) @ test-utils ---
[INFO] Compiling 13 source files to <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/test-utils/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ test-utils ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/test-utils/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5:testCompile (default-testCompile) @ test-utils ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ test-utils ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ test-utils ---
[INFO] Building jar: <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/test-utils/target/test-utils-1.9.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ test-utils ---
[INFO] 
[INFO] >>> maven-source-plugin:3.0.0:jar (attach-sources) > generate-sources @ test-utils >>>
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ test-utils ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: .idea/**/*
[INFO] Exclude: readme/**/*
[INFO] Exclude: **/*.log
[INFO] Exclude: target/**
[INFO] Exclude: test-ee7/target/**
[INFO] Exclude: **/*.iml
[INFO] Exclude: **/MANIFEST.MF
[INFO] 17 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 17 licenses.
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:cleanVersions (versions) @ test-utils ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (javadoc.resources) @ test-utils ---
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:
[INFO] Executed tasks
[WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
[INFO] 
[INFO] <<< maven-source-plugin:3.0.0:jar (attach-sources) < generate-sources @ test-utils <<<
[INFO] 
[INFO] --- maven-source-plugin:3.0.0:jar (attach-sources) @ test-utils ---
[INFO] Building jar: <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/test-utils/target/test-utils-1.9.0-SNAPSHOT-sources.jar>
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache DeltaSpike .................................. SUCCESS [ 10.937 s]
[INFO] Apache DeltaSpike Sources .......................... SUCCESS [  6.775 s]
[INFO] Apache DeltaSpike CheckStyle-rules ................. SUCCESS [  9.116 s]
[INFO] Apache DeltaSpike Parent ........................... SUCCESS [ 12.483 s]
[INFO] Apache DeltaSpike Test-Utils ....................... FAILURE [  7.060 s]
[INFO] Apache DeltaSpike Code Parent ...................... SKIPPED
[INFO] Apache DeltaSpike Core ............................. SKIPPED
[INFO] Apache DeltaSpike Core-API ......................... SKIPPED
[INFO] Apache DeltaSpike Core-Implementation .............. SKIPPED
[INFO] Apache DeltaSpike ContainerControl parent .......... SKIPPED
[INFO] Apache DeltaSpike CDI ContainerControl API ......... SKIPPED
[INFO] Apache DeltaSpike CDI ContainerControl TCK ......... SKIPPED
[INFO] Apache DeltaSpike CDI OWB-ContainerControl ......... SKIPPED
[INFO] Apache DeltaSpike CDI Weld-ContainerControl ........ SKIPPED
[INFO] Apache DeltaSpike CDI OpenEJB-ContainerControl ..... SKIPPED
[INFO] Apache DeltaSpike CDI Servlet-ContainerControl ..... SKIPPED
[INFO] Apache DeltaSpike Modules .......................... SKIPPED
[INFO] Apache DeltaSpike Proxy-Module ..................... SKIPPED
[INFO] Apache DeltaSpike Proxy-Module API ................. SKIPPED
[INFO] Apache DeltaSpike Proxy-Module Impl ASM ............ SKIPPED
[INFO] Apache DeltaSpike Security-Module .................. SKIPPED
[INFO] Apache DeltaSpike Security-Module API .............. SKIPPED
[INFO] Apache DeltaSpike Security-Module Impl ............. SKIPPED
[INFO] Apache DeltaSpike JPA-Module ....................... SKIPPED
[INFO] Apache DeltaSpike JPA-Module API ................... SKIPPED
[INFO] Apache DeltaSpike JPA-Module Impl .................. SKIPPED
[INFO] Apache DeltaSpike Servlet-Module ................... SKIPPED
[INFO] Apache DeltaSpike Servlet-Module API ............... SKIPPED
[INFO] Apache DeltaSpike Servlet-Module Impl .............. SKIPPED
[INFO] Apache DeltaSpike JSF-Module ....................... SKIPPED
[INFO] Apache DeltaSpike JSF-Module API ................... SKIPPED
[INFO] Apache DeltaSpike JSF-Module Impl .................. SKIPPED
[INFO] Apache DeltaSpike JSF-Module Impl (EE6 only) ....... SKIPPED
[INFO] Apache DeltaSpike Partial-Bean-Module .............. SKIPPED
[INFO] Apache DeltaSpike Partial-Bean-Module API .......... SKIPPED
[INFO] Apache DeltaSpike Partial-Bean-Module Impl ......... SKIPPED
[INFO] Apache DeltaSpike BeanValidation-Module ............ SKIPPED
[INFO] Apache DeltaSpike BeanValidation-Module API ........ SKIPPED
[INFO] Apache DeltaSpike BeanValidation-Module Impl ....... SKIPPED
[INFO] Apache DeltaSpike Data-Module ...................... SKIPPED
[INFO] Apache DeltaSpike Data-Module API .................. SKIPPED
[INFO] Apache DeltaSpike Data-Module Impl ................. SKIPPED
[INFO] Apache DeltaSpike Scheduler-Module ................. SKIPPED
[INFO] Apache DeltaSpike Scheduler-Module API ............. SKIPPED
[INFO] Apache DeltaSpike Scheduler-Module Impl ............ SKIPPED
[INFO] Apache DeltaSpike Test-Control-Module .............. SKIPPED
[INFO] Apache DeltaSpike Test-Control-Module API .......... SKIPPED
[INFO] Apache DeltaSpike Test-Control-Module Impl ......... SKIPPED
[INFO] Apache DeltaSpike Examples ......................... SKIPPED
[INFO] Apache DeltaSpike Java-SE Examples ................. SKIPPED
[INFO] Apache DeltaSpike JSF Examples ..................... SKIPPED
[INFO] Apache DeltaSpike JSF Playground ................... SKIPPED
[INFO] Apache DeltaSpike Security Example CDI ............. SKIPPED
[INFO] Apache DeltaSpike Security Example PicketLink ...... SKIPPED
[INFO] Apache DeltaSpike Java-SE Scheduler Examples ....... SKIPPED
[INFO] Apache DeltaSpike JPA Examples ..................... SKIPPED
[INFO] Apache DeltaSpike Data Examples .................... SKIPPED
[INFO] Apache DeltaSpike Distribution ..................... SKIPPED
[INFO] Apache DeltaSpike Distribution Bill of Materials ... SKIPPED
[INFO] Apache DeltaSpike Full Distribution ................ SKIPPED
[INFO] Apache DeltaSpike Documentation .................... SKIPPED
[INFO] Apache DeltaSpike Site ............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:48 min
[INFO] Finished at: 2018-04-23T15:05:12+00:00
[INFO] Final Memory: 81M/839M
[INFO] ------------------------------------------------------------------------
[ERROR] unable to create new native thread -> [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/OutOfMemoryError
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/cdictrl/tck/pom.xml> to org.apache.deltaspike.test/deltaspike-cdictrl-tck/1.9.0-SNAPSHOT/deltaspike-cdictrl-tck-1.9.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/dist/pom.xml> to org.apache.deltaspike.distribution/distributions-project/1.9.0-SNAPSHOT/distributions-project-1.9.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/modules/jsf/impl/pom.xml> to org.apache.deltaspike.modules/deltaspike-jsf-module-impl/1.9.0-SNAPSHOT/deltaspike-jsf-module-impl-1.9.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/modules/data/impl/pom.xml> to org.apache.deltaspike.modules/deltaspike-data-module-impl/1.9.0-SNAPSHOT/deltaspike-data-module-impl-1.9.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/modules/jsf/pom.xml> to org.apache.deltaspike.modules/jsf-module-project/1.9.0-SNAPSHOT/jsf-module-project-1.9.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/modules/bean-validation/impl/pom.xml> to org.apache.deltaspike.modules/deltaspike-bean-validation-module-impl/1.9.0-SNAPSHOT/deltaspike-bean-validation-module-impl-1.9.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/examples/jpa-examples/pom.xml> to org.apache.deltaspike.examples/deltaspike-jpa-examples/1.9.0-SNAPSHOT/deltaspike-jpa-examples-1.9.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/cdictrl/pom.xml> to org.apache.deltaspike.cdictrl/cdictrl-project/1.9.0-SNAPSHOT/cdictrl-project-1.9.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/modules/partial-bean/api/pom.xml> to org.apache.deltaspike.modules/deltaspike-partial-bean-module-api/1.9.0-SNAPSHOT/deltaspike-partial-bean-module-api-1.9.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/cdictrl/api/pom.xml> to org.apache.deltaspike.cdictrl/deltaspike-cdictrl-api/1.9.0-SNAPSHOT/deltaspike-cdictrl-api-1.9.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/modules/security/api/pom.xml> to org.apache.deltaspike.modules/deltaspike-security-module-api/1.9.0-SNAPSHOT/deltaspike-security-module-api-1.9.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/modules/data/api/pom.xml> to org.apache.deltaspike.modules/deltaspike-data-module-api/1.9.0-SNAPSHOT/deltaspike-data-module-api-1.9.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/documentation/pom.xml> to org.apache.deltaspike/deltaspike-documentation/1.9.0-SNAPSHOT/deltaspike-documentation-1.9.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/examples/jse-examples/pom.xml> to org.apache.deltaspike.examples/deltaspike-jse-example/1.9.0-SNAPSHOT/deltaspike-jse-example-1.9.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/examples/pom.xml> to org.apache.deltaspike.examples/examples-project/1.9.0-SNAPSHOT/examples-project-1.9.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/modules/jpa/pom.xml> to org.apache.deltaspike.modules/jpa-module-project/1.9.0-SNAPSHOT/jpa-module-project-1.9.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/modules/servlet/pom.xml> to org.apache.deltaspike.modules/servlet-module-project/1.9.0-SNAPSHOT/servlet-module-project-1.9.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/pom.xml> to org.apache.deltaspike/deltaspike-project/1.9.0-SNAPSHOT/deltaspike-project-1.9.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/pom.xml> to org.apache.deltaspike/deltaspike/1.9.0-SNAPSHOT/deltaspike-1.9.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/core/impl/pom.xml> to org.apache.deltaspike.core/deltaspike-core-impl/1.9.0-SNAPSHOT/deltaspike-core-impl-1.9.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/modules/partial-bean/pom.xml> to org.apache.deltaspike.modules/partial-bean-module-project/1.9.0-SNAPSHOT/partial-bean-module-project-1.9.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/cdictrl/impl-weld/pom.xml> to org.apache.deltaspike.cdictrl/deltaspike-cdictrl-weld/1.9.0-SNAPSHOT/deltaspike-cdictrl-weld-1.9.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/cdictrl/impl-owb/pom.xml> to org.apache.deltaspike.cdictrl/deltaspike-cdictrl-owb/1.9.0-SNAPSHOT/deltaspike-cdictrl-owb-1.9.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/modules/proxy/pom.xml> to org.apache.deltaspike.modules/proxy-module-project/1.9.0-SNAPSHOT/proxy-module-project-1.9.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/parent/pom.xml> to org.apache.deltaspike/parent/1.9.0-SNAPSHOT/parent-1.9.0-SNAPSHOT.pom
[Fast Archiver] Compressed 41.32 KB of artifacts by 77.5% relative to #2314
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/modules/security/impl/pom.xml> to org.apache.deltaspike.modules/deltaspike-security-module-impl/1.9.0-SNAPSHOT/deltaspike-security-module-impl-1.9.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/modules/jpa/api/pom.xml> to org.apache.deltaspike.modules/deltaspike-jpa-module-api/1.9.0-SNAPSHOT/deltaspike-jpa-module-api-1.9.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/dist/bom/pom.xml> to org.apache.deltaspike.distribution/distributions-bom/1.9.0-SNAPSHOT/distributions-bom-1.9.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/modules/bean-validation/pom.xml> to org.apache.deltaspike.modules/bean-validation-module-project/1.9.0-SNAPSHOT/bean-validation-module-project-1.9.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/parent/code/pom.xml> to org.apache.deltaspike/parent-code/1.9.0-SNAPSHOT/parent-code-1.9.0-SNAPSHOT.pom
[Fast Archiver] Compressed 95.13 KB of artifacts by 67.3% relative to #2314
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/modules/jpa/impl/pom.xml> to org.apache.deltaspike.modules/deltaspike-jpa-module-impl/1.9.0-SNAPSHOT/deltaspike-jpa-module-impl-1.9.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/modules/partial-bean/impl/pom.xml> to org.apache.deltaspike.modules/deltaspike-partial-bean-module-impl/1.9.0-SNAPSHOT/deltaspike-partial-bean-module-impl-1.9.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/cdictrl/servlet/pom.xml> to org.apache.deltaspike.cdictrl/deltaspike-cdictrl-servlet/1.9.0-SNAPSHOT/deltaspike-cdictrl-servlet-1.9.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/modules/scheduler/api/pom.xml> to org.apache.deltaspike.modules/deltaspike-scheduler-module-api/1.9.0-SNAPSHOT/deltaspike-scheduler-module-api-1.9.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/modules/test-control/pom.xml> to org.apache.deltaspike.modules/test-control-module-project/1.9.0-SNAPSHOT/test-control-module-project-1.9.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/modules/scheduler/impl/pom.xml> to org.apache.deltaspike.modules/deltaspike-scheduler-module-impl/1.9.0-SNAPSHOT/deltaspike-scheduler-module-impl-1.9.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/examples/jsf-playground/pom.xml> to org.apache.deltaspike.examples/deltaspike-jsf-playground/1.9.0-SNAPSHOT/deltaspike-jsf-playground-1.9.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/modules/test-control/impl/pom.xml> to org.apache.deltaspike.modules/deltaspike-test-control-module-impl/1.9.0-SNAPSHOT/deltaspike-test-control-module-impl-1.9.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/checkstyle-rules/pom.xml> to org.apache.deltaspike/checkstyle-rules/1.9.0-SNAPSHOT/checkstyle-rules-1.9.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/checkstyle-rules/target/checkstyle-rules-1.9.0-SNAPSHOT.jar> to org.apache.deltaspike/checkstyle-rules/1.9.0-20180423.150359-68/checkstyle-rules-1.9.0-20180423.150359-68.jar
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/checkstyle-rules/target/checkstyle-rules-1.9.0-SNAPSHOT-sources.jar> to org.apache.deltaspike/checkstyle-rules/1.9.0-20180423.150359-68/checkstyle-rules-1.9.0-20180423.150359-68-sources.jar
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/modules/proxy/api/pom.xml> to org.apache.deltaspike.modules/deltaspike-proxy-module-api/1.9.0-SNAPSHOT/deltaspike-proxy-module-api-1.9.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/modules/servlet/api/pom.xml> to org.apache.deltaspike.modules/deltaspike-servlet-module-api/1.9.0-SNAPSHOT/deltaspike-servlet-module-api-1.9.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/examples/data-examples/pom.xml> to org.apache.deltaspike.examples/deltaspike-data-examples/1.9.0-SNAPSHOT/deltaspike-data-examples-1.9.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/core/api/pom.xml> to org.apache.deltaspike.core/deltaspike-core-api/1.9.0-SNAPSHOT/deltaspike-core-api-1.9.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/examples/security-requested-page-after-login-picketlink/pom.xml> to org.apache.deltaspike.examples/deltaspike-security-requested-page-after-login-picketlink/1.9.0-SNAPSHOT/deltaspike-security-requested-page-after-login-picketlink-1.9.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/modules/bean-validation/api/pom.xml> to org.apache.deltaspike.modules/deltaspike-bean-validation-module-api/1.9.0-SNAPSHOT/deltaspike-bean-validation-module-api-1.9.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/examples/scheduler-playground/pom.xml> to org.apache.deltaspike.examples/deltaspike-scheduler-example/1.9.0-SNAPSHOT/deltaspike-scheduler-example-1.9.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/modules/pom.xml> to org.apache.deltaspike.modules/modules-project/1.9.0-SNAPSHOT/modules-project-1.9.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/modules/scheduler/pom.xml> to org.apache.deltaspike.modules/scheduler-module-project/1.9.0-SNAPSHOT/scheduler-module-project-1.9.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/test-utils/pom.xml> to org.apache.deltaspike.test/test-utils/1.9.0-SNAPSHOT/test-utils-1.9.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/test-utils/target/test-utils-1.9.0-SNAPSHOT.jar> to org.apache.deltaspike.test/test-utils/1.9.0-SNAPSHOT/test-utils-1.9.0-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/modules/security/pom.xml> to org.apache.deltaspike.modules/security-module-project/1.9.0-SNAPSHOT/security-module-project-1.9.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/modules/jsf/api/pom.xml> to org.apache.deltaspike.modules/deltaspike-jsf-module-api/1.9.0-SNAPSHOT/deltaspike-jsf-module-api-1.9.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/modules/data/pom.xml> to org.apache.deltaspike.modules/data-module-project/1.9.0-SNAPSHOT/data-module-project-1.9.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/modules/servlet/impl/pom.xml> to org.apache.deltaspike.modules/deltaspike-servlet-module-impl/1.9.0-SNAPSHOT/deltaspike-servlet-module-impl-1.9.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/modules/test-control/api/pom.xml> to org.apache.deltaspike.modules/deltaspike-test-control-module-api/1.9.0-SNAPSHOT/deltaspike-test-control-module-api-1.9.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/cdictrl/impl-openejb/pom.xml> to org.apache.deltaspike.cdictrl/deltaspike-cdictrl-openejb/1.9.0-SNAPSHOT/deltaspike-cdictrl-openejb-1.9.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/examples/jsf-examples/pom.xml> to org.apache.deltaspike.examples/deltaspike-jsf-example/1.9.0-SNAPSHOT/deltaspike-jsf-example-1.9.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/modules/jsf/impl-ee6/pom.xml> to org.apache.deltaspike.modules/deltaspike-jsf-module-impl-ee6/1.9.0-SNAPSHOT/deltaspike-jsf-module-impl-ee6-1.9.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/examples/security-requested-page-after-login-cdi/pom.xml> to org.apache.deltaspike.examples/deltaspike-security-requested-page-after-login-cdi/1.9.0-SNAPSHOT/deltaspike-security-requested-page-after-login-cdi-1.9.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/core/pom.xml> to org.apache.deltaspike.core/core-project/1.9.0-SNAPSHOT/core-project-1.9.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/dist/full/pom.xml> to org.apache.deltaspike.distribution/distribution-full/1.9.0-SNAPSHOT/distribution-full-1.9.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/site/pom.xml> to org.apache.deltaspike/deltaspike-site/1.9.0-SNAPSHOT/deltaspike-site-1.9.0-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/deltaspike/modules/proxy/impl-asm/pom.xml> to org.apache.deltaspike.modules/deltaspike-proxy-module-impl-asm/1.9.0-SNAPSHOT/deltaspike-proxy-module-impl-asm-1.9.0-SNAPSHOT.pom
channel stopped

Jenkins build is back to normal : DeltaSpike Deploy #2317

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/DeltaSpike%20Deploy/2317/display/redirect?page=changes>


Build failed in Jenkins: DeltaSpike Deploy #2316

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/DeltaSpike%20Deploy/2316/display/redirect>

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H32 (ubuntu xenial) in workspace <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Done
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/deltaspike.git
 > git init <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/> # timeout=10
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Could not init <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/>
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$5.execute(CliGitAPIImpl.java:772)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:564)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:207)
	at hudson.remoting.UserRequest.perform(UserRequest.java:53)
	at hudson.remoting.Request$2.run(Request.java:358)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H32
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1693)
		at hudson.remoting.UserResponse.retrieve(UserRequest.java:310)
		at hudson.remoting.Channel.call(Channel.java:908)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor1247.invoke(Unknown Source)
		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
		at java.lang.reflect.Method.invoke(Method.java:498)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
		at com.sun.proxy.$Proxy147.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1120)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1160)
		at hudson.scm.SCM.checkout(SCM.java:495)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1202)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1724)
		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: hudson.plugins.git.GitException: Error performing command: git init <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/>
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2003)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1964)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1960)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1597)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$5.execute(CliGitAPIImpl.java:770)
	... 11 more
Caused by: java.io.IOException: Cannot run program "git" (in directory "<https://builds.apache.org/job/DeltaSpike%20Deploy/ws/")>: error=11, Resource temporarily unavailable
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
	at hudson.Proc$LocalProc.<init>(Proc.java:249)
	at hudson.Proc$LocalProc.<init>(Proc.java:218)
	at hudson.Launcher$LocalLauncher.launch(Launcher.java:930)
	at hudson.Launcher$ProcStarter.start(Launcher.java:450)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1992)
	... 15 more
Caused by: java.io.IOException: error=11, Resource temporarily unavailable
	at java.lang.UNIXProcess.forkAndExec(Native Method)
	at java.lang.UNIXProcess.<init>(UNIXProcess.java:247)
	at java.lang.ProcessImpl.start(ProcessImpl.java:134)
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
	... 20 more
ERROR: Error cloning remote repo 'origin'
Retrying after 10 seconds
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/deltaspike.git
 > git init <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/> # timeout=10
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Could not init <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/>
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$5.execute(CliGitAPIImpl.java:772)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:564)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:207)
	at hudson.remoting.UserRequest.perform(UserRequest.java:53)
	at hudson.remoting.Request$2.run(Request.java:358)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H32
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1693)
		at hudson.remoting.UserResponse.retrieve(UserRequest.java:310)
		at hudson.remoting.Channel.call(Channel.java:908)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor1247.invoke(Unknown Source)
		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
		at java.lang.reflect.Method.invoke(Method.java:498)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
		at com.sun.proxy.$Proxy147.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1120)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1160)
		at hudson.scm.SCM.checkout(SCM.java:495)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1202)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1724)
		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: hudson.plugins.git.GitException: Error performing command: git init <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/>
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2003)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1964)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1960)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1597)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$5.execute(CliGitAPIImpl.java:770)
	... 11 more
Caused by: java.io.IOException: Cannot run program "git" (in directory "<https://builds.apache.org/job/DeltaSpike%20Deploy/ws/")>: error=11, Resource temporarily unavailable
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
	at hudson.Proc$LocalProc.<init>(Proc.java:249)
	at hudson.Proc$LocalProc.<init>(Proc.java:218)
	at hudson.Launcher$LocalLauncher.launch(Launcher.java:930)
	at hudson.Launcher$ProcStarter.start(Launcher.java:450)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1992)
	... 15 more
Caused by: java.io.IOException: error=11, Resource temporarily unavailable
	at java.lang.UNIXProcess.forkAndExec(Native Method)
	at java.lang.UNIXProcess.<init>(UNIXProcess.java:247)
	at java.lang.ProcessImpl.start(ProcessImpl.java:134)
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
	... 20 more
ERROR: Error cloning remote repo 'origin'
Retrying after 10 seconds
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/deltaspike.git
 > git init <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/> # timeout=10
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Could not init <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/>
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$5.execute(CliGitAPIImpl.java:772)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:564)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:207)
	at hudson.remoting.UserRequest.perform(UserRequest.java:53)
	at hudson.remoting.Request$2.run(Request.java:358)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H32
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1693)
		at hudson.remoting.UserResponse.retrieve(UserRequest.java:310)
		at hudson.remoting.Channel.call(Channel.java:908)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor1247.invoke(Unknown Source)
		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
		at java.lang.reflect.Method.invoke(Method.java:498)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
		at com.sun.proxy.$Proxy147.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1120)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1160)
		at hudson.scm.SCM.checkout(SCM.java:495)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1202)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1724)
		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: hudson.plugins.git.GitException: Error performing command: git init <https://builds.apache.org/job/DeltaSpike%20Deploy/ws/>
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2003)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1964)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1960)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1597)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$5.execute(CliGitAPIImpl.java:770)
	... 11 more
Caused by: java.io.IOException: Cannot run program "git" (in directory "<https://builds.apache.org/job/DeltaSpike%20Deploy/ws/")>: error=11, Resource temporarily unavailable
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
	at hudson.Proc$LocalProc.<init>(Proc.java:249)
	at hudson.Proc$LocalProc.<init>(Proc.java:218)
	at hudson.Launcher$LocalLauncher.launch(Launcher.java:930)
	at hudson.Launcher$ProcStarter.start(Launcher.java:450)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1992)
	... 15 more
Caused by: java.io.IOException: error=11, Resource temporarily unavailable
	at java.lang.UNIXProcess.forkAndExec(Native Method)
	at java.lang.UNIXProcess.<init>(UNIXProcess.java:247)
	at java.lang.ProcessImpl.start(ProcessImpl.java:134)
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
	... 20 more
ERROR: Error cloning remote repo 'origin'