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-messaging-maven-snapshots #470

See <https://ci.eclipse.org/microprofile/job/reactive-messaging-maven-snapshots/470/display/redirect>

Changes:


------------------------------------------
[...truncated 1.94 KB...]
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "settings-security-xml"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "settings-xml"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector: {}
  restartPolicy: "Never"
  volumes:
  - name: "settings-security-xml"
    secret:
      items:
      - key: "settings-security.xml"
        path: "settings-security.xml"
      secretName: "m2-secret-dir"
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-microprofile"
      readOnly: true
  - configMap:
      items:
      - key: "toolchains.xml"
        path: "toolchains.xml"
      name: "m2-dir"
    name: "toolchains-xml"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - name: "settings-xml"
    secret:
      items:
      - key: "settings.xml"
        path: "settings.xml"
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-3"

Building remotely on default-agent-p4z59 in workspace <https://ci.eclipse.org/microprofile/job/reactive-messaging-maven-snapshots/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/microprofile-reactive-messaging.git
 > git init <https://ci.eclipse.org/microprofile/job/reactive-messaging-maven-snapshots/ws/> # timeout=10
Fetching upstream changes from https://github.com/eclipse/microprofile-reactive-messaging.git
 > git --version # timeout=10
 > git fetch --tags --force --progress -- https://github.com/eclipse/microprofile-reactive-messaging.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Command "git fetch --tags --force --progress -- https://github.com/eclipse/microprofile-reactive-messaging.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://github.com/eclipse/microprofile-reactive-messaging.git/': OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443 

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2172)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1864)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:78)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:545)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:758)
	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:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:97)
	at hudson.remoting.Engine$1$$Lambda$4.00000000EC03FCA0.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.128.8.1/10.128.8.1:42898
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:957)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor1332.invoke(Unknown Source)
		at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
		at java.lang.reflect.Method.invoke(Unknown Source)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
		at com.sun.proxy.$Proxy105.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1152)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192)
		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:1815)
		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'
Retrying after 10 seconds
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/eclipse/microprofile-reactive-messaging.git # timeout=10
Fetching upstream changes from https://github.com/eclipse/microprofile-reactive-messaging.git
 > git --version # timeout=10
 > git fetch --tags --force --progress -- https://github.com/eclipse/microprofile-reactive-messaging.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://github.com/eclipse/microprofile-reactive-messaging.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:894)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1161)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192)
	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:1815)
	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: Command "git fetch --tags --force --progress -- https://github.com/eclipse/microprofile-reactive-messaging.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: remote: Enumerating objects: 162, done.        
remote: Counting objects:   0% (1/162)        remote: Counting objects:   1% (2/162)        remote: Counting objects:   2% (4/162)        remote: Counting objects:   3% (5/162)        remote: Counting objects:   4% (7/162)        remote: Counting objects:   5% (9/162)        remote: Counting objects:   6% (10/162)        remote: Counting objects:   7% (12/162)        remote: Counting objects:   8% (13/162)        remote: Counting objects:   9% (15/162)        remote: Counting objects:  10% (17/162)        remote: Counting objects:  11% (18/162)        remote: Counting objects:  12% (20/162)        remote: Counting objects:  13% (22/162)        remote: Counting objects:  14% (23/162)        remote: Counting objects:  15% (25/162)        remote: Counting objects:  16% (26/162)        remote: Counting objects:  17% (28/162)        remote: Counting objects:  18% (30/162)        remote: Counting objects:  19% (31/162)        remote: Counting objects:  20% (33/162)        remote: Counting objects:  21% (35/162)        remote: Counting objects:  22% (36/162)        remote: Counting objects:  23% (38/162)        remote: Counting objects:  24% (39/162)        remote: Counting objects:  25% (41/162)        remote: Counting objects:  26% (43/162)        remote: Counting objects:  27% (44/162)        remote: Counting objects:  28% (46/162)        remote: Counting objects:  29% (47/162)        remote: Counting objects:  30% (49/162)        remote: Counting objects:  31% (51/162)        remote: Counting objects:  32% (52/162)        remote: Counting objects:  33% (54/162)        remote: Counting objects:  34% (56/162)        remote: Counting objects:  35% (57/162)        remote: Counting objects:  36% (59/162)        remote: Counting objects:  37% (60/162)        remote: Counting objects:  38% (62/162)        remote: Counting objects:  39% (64/162)        remote: Counting objects:  40% (65/162)        remote: Counting objects:  41% (67/162)        remote: Counting objects:  42% (69/162)        remote: Counting objects:  43% (70/162)        remote: Counting objects:  44% (72/162)        remote: Counting objects:  45% (73/162)        remote: Counting objects:  46% (75/162)        remote: Counting objects:  47% (77/162)        remote: Counting objects:  48% (78/162)        remote: Counting objects:  49% (80/162)        remote: Counting objects:  50% (81/162)        remote: Counting objects:  51% (83/162)        remote: Counting objects:  52% (85/162)        remote: Counting objects:  53% (86/162)        remote: Counting objects:  54% (88/162)        remote: Counting objects:  55% (90/162)        remote: Counting objects:  56% (91/162)        remote: Counting objects:  57% (93/162)        remote: Counting objects:  58% (94/162)        remote: Counting objects:  59% (96/162)        remote: Counting objects:  60% (98/162)        remote: Counting objects:  61% (99/162)        remote: Counting objects:  62% (101/162)        remote: Counting objects:  63% (103/162)        remote: Counting objects:  64% (104/162)        remote: Counting objects:  65% (106/162)        remote: Counting objects:  66% (107/162)        remote: Counting objects:  67% (109/162)        remote: Counting objects:  68% (111/162)        remote: Counting objects:  69% (112/162)        remote: Counting objects:  70% (114/162)        remote: Counting objects:  71% (116/162)        remote: Counting objects:  72% (117/162)        remote: Counting objects:  73% (119/162)        remote: Counting objects:  74% (120/162)        remote: Counting objects:  75% (122/162)        remote: Counting objects:  76% (124/162)        remote: Counting objects:  77% (125/162)        remote: Counting objects:  78% (127/162)        remote: Counting objects:  79% (128/162)        remote: Counting objects:  80% (130/162)        remote: Counting objects:  81% (132/162)        remote: Counting objects:  82% (133/162)        remote: Counting objects:  83% (135/162)        remote: Counting objects:  84% (137/162)        remote: Counting objects:  85% (138/162)        remote: Counting objects:  86% (140/162)        remote: Counting objects:  87% (141/162)        remote: Counting objects:  88% (143/162)        remote: Counting objects:  89% (145/162)        remote: Counting objects:  90% (146/162)        remote: Counting objects:  91% (148/162)        remote: Counting objects:  92% (150/162)        remote: Counting objects:  93% (151/162)        remote: Counting objects:  94% (153/162)        remote: Counting objects:  95% (154/162)        remote: Counting objects:  96% (156/162)        remote: Counting objects:  97% (158/162)        remote: Counting objects:  98% (159/162)        remote: Counting objects:  99% (161/162)        remote: Counting objects: 100% (162/162)        remote: Counting objects: 100% (162/162), done.        
remote: Compressing objects:   1% (1/73)        remote: Compressing objects:   2% (2/73)        remote: Compressing objects:   4% (3/73)        remote: Compressing objects:   5% (4/73)        remote: Compressing objects:   6% (5/73)        remote: Compressing objects:   8% (6/73)        remote: Compressing objects:   9% (7/73)        remote: Compressing objects:  10% (8/73)        remote: Compressing objects:  12% (9/73)        remote: Compressing objects:  13% (10/73)        remote: Compressing objects:  15% (11/73)        remote: Compressing objects:  16% (12/73)        remote: Compressing objects:  17% (13/73)        remote: Compressing objects:  19% (14/73)        remote: Compressing objects:  20% (15/73)        remote: Compressing objects:  21% (16/73)        remote: Compressing objects:  23% (17/73)        remote: Compressing objects:  24% (18/73)        remote: Compressing objects:  26% (19/73)        remote: Compressing objects:  27% (20/73)        remote: Compressing objects:  28% (21/73)        remote: Compressing objects:  30% (22/73)        remote: Compressing objects:  31% (23/73)        remote: Compressing objects:  32% (24/73)        remote: Compressing objects:  34% (25/73)        remote: Compressing objects:  35% (26/73)        remote: Compressing objects:  36% (27/73)        remote: Compressing objects:  38% (28/73)        remote: Compressing objects:  39% (29/73)        remote: Compressing objects:  41% (30/73)        remote: Compressing objects:  42% (31/73)        remote: Compressing objects:  43% (32/73)        remote: Compressing objects:  45% (33/73)        remote: Compressing objects:  46% (34/73)        remote: Compressing objects:  47% (35/73)        remote: Compressing objects:  49% (36/73)        remote: Compressing objects:  50% (37/73)        remote: Compressing objects:  52% (38/73)        remote: Compressing objects:  53% (39/73)        remote: Compressing objects:  54% (40/73)        remote: Compressing objects:  56% (41/73)        remote: Compressing objects:  57% (42/73)        remote: Compressing objects:  58% (43/73)        remote: Compressing objects:  60% (44/73)        remote: Compressing objects:  61% (45/73)        remote: Compressing objects:  63% (46/73)        remote: Compressing objects:  64% (47/73)        remote: Compressing objects:  65% (48/73)        remote: Compressing objects:  67% (49/73)        remote: Compressing objects:  68% (50/73)        remote: Compressing objects:  69% (51/73)        remote: Compressing objects:  71% (52/73)        remote: Compressing objects:  72% (53/73)        remote: Compressing objects:  73% (54/73)        remote: Compressing objects:  75% (55/73)        remote: Compressing objects:  76% (56/73)        remote: Compressing objects:  78% (57/73)        remote: Compressing objects:  79% (58/73)        remote: Compressing objects:  80% (59/73)        remote: Compressing objects:  82% (60/73)        remote: Compressing objects:  83% (61/73)        remote: Compressing objects:  84% (62/73)        remote: Compressing objects:  86% (63/73)        remote: Compressing objects:  87% (64/73)        remote: Compressing objects:  89% (65/73)        remote: Compressing objects:  90% (66/73)        remote: Compressing objects:  91% (67/73)        remote: Compressing objects:  93% (68/73)        remote: Compressing objects:  94% (69/73)        remote: Compressing objects:  95% (70/73)        remote: Compressing objects:  97% (71/73)        remote: Compressing objects:  98% (72/73)        remote: Compressing objects: 100% (73/73)        remote: Compressing objects: 100% (73/73), done.        
Receiving objects:   0% (1/3607)Receiving objects:   0% (26/3607), 12.01 KiB | 0 bytes/sReceiving objects:   1% (37/3607), 12.01 KiB | 0 bytes/serror: RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 104
fatal: the remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2172)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1864)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:78)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:545)
	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:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:97)
	at hudson.remoting.Engine$1$$Lambda$4.00000000EC03FCA0.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.128.8.1/10.128.8.1:42898
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:957)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor1332.invoke(Unknown Source)
		at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
		at java.lang.reflect.Method.invoke(Unknown Source)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
		at com.sun.proxy.$Proxy106.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:892)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1161)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192)
		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:1815)
		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 fetching remote repo 'origin'
Retrying after 10 seconds
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/eclipse/microprofile-reactive-messaging.git # timeout=10
Fetching upstream changes from https://github.com/eclipse/microprofile-reactive-messaging.git
 > git --version # timeout=10
 > git fetch --tags --force --progress -- https://github.com/eclipse/microprofile-reactive-messaging.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://github.com/eclipse/microprofile-reactive-messaging.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:894)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1161)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192)
	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:1815)
	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: Command "git fetch --tags --force --progress -- https://github.com/eclipse/microprofile-reactive-messaging.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: remote: Enumerating objects: 162, done.        
remote: Counting objects:   0% (1/162)        remote: Counting objects:   1% (2/162)        remote: Counting objects:   2% (4/162)        remote: Counting objects:   3% (5/162)        remote: Counting objects:   4% (7/162)        remote: Counting objects:   5% (9/162)        remote: Counting objects:   6% (10/162)        remote: Counting objects:   7% (12/162)        remote: Counting objects:   8% (13/162)        remote: Counting objects:   9% (15/162)        remote: Counting objects:  10% (17/162)        remote: Counting objects:  11% (18/162)        remote: Counting objects:  12% (20/162)        remote: Counting objects:  13% (22/162)        remote: Counting objects:  14% (23/162)        remote: Counting objects:  15% (25/162)        remote: Counting objects:  16% (26/162)        remote: Counting objects:  17% (28/162)        remote: Counting objects:  18% (30/162)        remote: Counting objects:  19% (31/162)        remote: Counting objects:  20% (33/162)        remote: Counting objects:  21% (35/162)        remote: Counting objects:  22% (36/162)        remote: Counting objects:  23% (38/162)        remote: Counting objects:  24% (39/162)        remote: Counting objects:  25% (41/162)        remote: Counting objects:  26% (43/162)        remote: Counting objects:  27% (44/162)        remote: Counting objects:  28% (46/162)        remote: Counting objects:  29% (47/162)        remote: Counting objects:  30% (49/162)        remote: Counting objects:  31% (51/162)        remote: Counting objects:  32% (52/162)        remote: Counting objects:  33% (54/162)        remote: Counting objects:  34% (56/162)        remote: Counting objects:  35% (57/162)        remote: Counting objects:  36% (59/162)        remote: Counting objects:  37% (60/162)        remote: Counting objects:  38% (62/162)        remote: Counting objects:  39% (64/162)        remote: Counting objects:  40% (65/162)        remote: Counting objects:  41% (67/162)        remote: Counting objects:  42% (69/162)        remote: Counting objects:  43% (70/162)        remote: Counting objects:  44% (72/162)        remote: Counting objects:  45% (73/162)        remote: Counting objects:  46% (75/162)        remote: Counting objects:  47% (77/162)        remote: Counting objects:  48% (78/162)        remote: Counting objects:  49% (80/162)        remote: Counting objects:  50% (81/162)        remote: Counting objects:  51% (83/162)        remote: Counting objects:  52% (85/162)        remote: Counting objects:  53% (86/162)        remote: Counting objects:  54% (88/162)        remote: Counting objects:  55% (90/162)        remote: Counting objects:  56% (91/162)        remote: Counting objects:  57% (93/162)        remote: Counting objects:  58% (94/162)        remote: Counting objects:  59% (96/162)        remote: Counting objects:  60% (98/162)        remote: Counting objects:  61% (99/162)        remote: Counting objects:  62% (101/162)        remote: Counting objects:  63% (103/162)        remote: Counting objects:  64% (104/162)        remote: Counting objects:  65% (106/162)        remote: Counting objects:  66% (107/162)        remote: Counting objects:  67% (109/162)        remote: Counting objects:  68% (111/162)        remote: Counting objects:  69% (112/162)        remote: Counting objects:  70% (114/162)        remote: Counting objects:  71% (116/162)        remote: Counting objects:  72% (117/162)        remote: Counting objects:  73% (119/162)        remote: Counting objects:  74% (120/162)        remote: Counting objects:  75% (122/162)        remote: Counting objects:  76% (124/162)        remote: Counting objects:  77% (125/162)        remote: Counting objects:  78% (127/162)        remote: Counting objects:  79% (128/162)        remote: Counting objects:  80% (130/162)        remote: Counting objects:  81% (132/162)        remote: Counting objects:  82% (133/162)        remote: Counting objects:  83% (135/162)        remote: Counting objects:  84% (137/162)        remote: Counting objects:  85% (138/162)        remote: Counting objects:  86% (140/162)        remote: Counting objects:  87% (141/162)        remote: Counting objects:  88% (143/162)        remote: Counting objects:  89% (145/162)        remote: Counting objects:  90% (146/162)        remote: Counting objects:  91% (148/162)        remote: Counting objects:  92% (150/162)        remote: Counting objects:  93% (151/162)        remote: Counting objects:  94% (153/162)        remote: Counting objects:  95% (154/162)        remote: Counting objects:  96% (156/162)        remote: Counting objects:  97% (158/162)        remote: Counting objects:  98% (159/162)        remote: Counting objects:  99% (161/162)        remote: Counting objects: 100% (162/162)        remote: Counting objects: 100% (162/162), done.        
remote: Compressing objects:   1% (1/73)        remote: Compressing objects:   2% (2/73)        remote: Compressing objects:   4% (3/73)        remote: Compressing objects:   5% (4/73)        remote: Compressing objects:   6% (5/73)        remote: Compressing objects:   8% (6/73)        remote: Compressing objects:   9% (7/73)        remote: Compressing objects:  10% (8/73)        remote: Compressing objects:  12% (9/73)        remote: Compressing objects:  13% (10/73)        remote: Compressing objects:  15% (11/73)        remote: Compressing objects:  16% (12/73)        remote: Compressing objects:  17% (13/73)        remote: Compressing objects:  19% (14/73)        remote: Compressing objects:  20% (15/73)        remote: Compressing objects:  21% (16/73)        remote: Compressing objects:  23% (17/73)        remote: Compressing objects:  24% (18/73)        remote: Compressing objects:  26% (19/73)        remote: Compressing objects:  27% (20/73)        remote: Compressing objects:  28% (21/73)        remote: Compressing objects:  30% (22/73)        remote: Compressing objects:  31% (23/73)        remote: Compressing objects:  32% (24/73)        remote: Compressing objects:  34% (25/73)        remote: Compressing objects:  35% (26/73)        remote: Compressing objects:  36% (27/73)        remote: Compressing objects:  38% (28/73)        remote: Compressing objects:  39% (29/73)        remote: Compressing objects:  41% (30/73)        remote: Compressing objects:  42% (31/73)        remote: Compressing objects:  43% (32/73)        remote: Compressing objects:  45% (33/73)        remote: Compressing objects:  46% (34/73)        remote: Compressing objects:  47% (35/73)        remote: Compressing objects:  49% (36/73)        remote: Compressing objects:  50% (37/73)        remote: Compressing objects:  52% (38/73)        remote: Compressing objects:  53% (39/73)        remote: Compressing objects:  54% (40/73)        remote: Compressing objects:  56% (41/73)        remote: Compressing objects:  57% (42/73)        remote: Compressing objects:  58% (43/73)        remote: Compressing objects:  60% (44/73)        remote: Compressing objects:  61% (45/73)        remote: Compressing objects:  63% (46/73)        remote: Compressing objects:  64% (47/73)        remote: Compressing objects:  65% (48/73)        remote: Compressing objects:  67% (49/73)        remote: Compressing objects:  68% (50/73)        remote: Compressing objects:  69% (51/73)        remote: Compressing objects:  71% (52/73)        remote: Compressing objects:  72% (53/73)        remote: Compressing objects:  73% (54/73)        remote: Compressing objects:  75% (55/73)        remote: Compressing objects:  76% (56/73)        remote: Compressing objects:  78% (57/73)        remote: Compressing objects:  79% (58/73)        remote: Compressing objects:  80% (59/73)        remote: Compressing objects:  82% (60/73)        remote: Compressing objects:  83% (61/73)        remote: Compressing objects:  84% (62/73)        remote: Compressing objects:  86% (63/73)        remote: Compressing objects:  87% (64/73)        remote: Compressing objects:  89% (65/73)        remote: Compressing objects:  90% (66/73)        remote: Compressing objects:  91% (67/73)        remote: Compressing objects:  93% (68/73)        remote: Compressing objects:  94% (69/73)        remote: Compressing objects:  95% (70/73)        remote: Compressing objects:  97% (71/73)        remote: Compressing objects:  98% (72/73)        remote: Compressing objects: 100% (73/73)        remote: Compressing objects: 100% (73/73), done.        
Receiving objects:   0% (1/3607)Receiving objects:   0% (26/3607), 12.01 KiB | 0 bytes/sReceiving objects:   1% (37/3607), 12.01 KiB | 0 bytes/serror: RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 104
fatal: the remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2172)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1864)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:78)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:545)
	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:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:97)
	at hudson.remoting.Engine$1$$Lambda$4.00000000EC03FCA0.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.128.8.1/10.128.8.1:42898
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:957)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor1332.invoke(Unknown Source)
		at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
		at java.lang.reflect.Method.invoke(Unknown Source)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
		at com.sun.proxy.$Proxy106.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:892)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1161)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192)
		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:1815)
		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 fetching remote repo 'origin'


Back to the top