Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[microprofile-dev] Build failed in Jenkins: reactive-streams-maven-snapshots #251

See <https://hudson.eclipse.org/microprofile/job/reactive-streams-maven-snapshots/251/display/redirect>

------------------------------------------
Started by timer
Building in workspace <https://hudson.eclipse.org/microprofile/job/reactive-streams-maven-snapshots/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] Done
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/microprofile-reactive-streams.git
 > /usr/local/bin/git init <https://hudson.eclipse.org/microprofile/job/reactive-streams-maven-snapshots/ws/> # timeout=10
Fetching upstream changes from https://github.com/eclipse/microprofile-reactive-streams.git
 > /usr/local/bin/git --version # timeout=10
Setting http proxy: proxy.eclipse.org:9898
 > /usr/local/bin/git fetch --tags --progress https://github.com/eclipse/microprofile-reactive-streams.git +refs/heads/*:refs/remotes/origin/*
ERROR: Timeout after 10 minutes
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Command "/usr/local/bin/git fetch --tags --progress https://github.com/eclipse/microprofile-reactive-streams.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: remote: Enumerating objects: 8, done.        
remote: Counting objects:  12% (1/8)           remote: Counting objects:  25% (2/8)           remote: Counting objects:  37% (3/8)           remote: Counting objects:  50% (4/8)           remote: Counting objects:  62% (5/8)           remote: Counting objects:  75% (6/8)           remote: Counting objects:  87% (7/8)           remote: Counting objects: 100% (8/8)           remote: Counting objects: 100% (8/8), done.        
remote: Compressing objects:  16% (1/6)           remote: Compressing objects:  33% (2/6)           remote: Compressing objects:  50% (3/6)           remote: Compressing objects:  66% (4/6)           remote: Compressing objects:  83% (5/6)           remote: Compressing objects: 100% (6/6)           remote: Compressing objects: 100% (6/6), done.        
Receiving objects:   0% (1/3310)   Receiving objects:   1% (34/3310)   Receiving objects:   2% (67/3310)   Receiving objects:   3% (100/3310)   Receiving objects:   4% (133/3310)   Receiving objects:   5% (166/3310)   Receiving objects:   6% (199/3310)   Receiving objects:   7% (232/3310)   Receiving objects:   8% (265/3310)   Receiving objects:   9% (298/3310)   Receiving objects:  10% (331/3310)   error: index-pack died of signal 15
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2016)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1735)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:420)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:629)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1146)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
	at hudson.scm.SCM.checkout(SCM.java:504)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
	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:1810)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
ERROR: Error cloning remote repo 'origin'
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds


Back to the top