Skip to content

Console Output

01:50:17 Started by timer
01:50:17 Running as SYSTEM
01:50:18 Agent basic-pws6z is provisioned from template basic
01:50:18 ---
01:50:18 apiVersion: "v1"
01:50:18 kind: "Pod"
01:50:18 metadata:
01:50:18   labels:
01:50:18     jenkins: "slave"
01:50:18     jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
01:50:18     jenkins/label: "basic"
01:50:18   name: "basic-pws6z"
01:50:18   namespace: "microprofile"
01:50:18 spec:
01:50:18   containers:
01:50:18   - env:
01:50:18     - name: "JENKINS_SECRET"
01:50:18       value: "********"
01:50:18     - name: "JENKINS_TUNNEL"
01:50:18       value: "jenkins-discovery.microprofile.svc.cluster.local:50000"
01:50:18     - name: "JENKINS_AGENT_NAME"
01:50:18       value: "basic-pws6z"
01:50:18     - name: "JENKINS_REMOTING_JAVA_OPTS"
01:50:18       value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
01:50:18         \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
01:50:18     - name: "JAVA_TOOL_OPTIONS"
01:50:18       value: ""
01:50:18     - name: "_JAVA_OPTIONS"
01:50:18       value: ""
01:50:18     - name: "OPENJ9_JAVA_OPTIONS"
01:50:18       value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
01:50:18     - name: "JENKINS_NAME"
01:50:18       value: "basic-pws6z"
01:50:18     - name: "JENKINS_AGENT_WORKDIR"
01:50:18       value: "/home/jenkins/agent"
01:50:18     - name: "JENKINS_URL"
01:50:18       value: "http://jenkins-ui.microprofile.svc.cluster.local/microprofile/"
01:50:18     image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc"
01:50:18     imagePullPolicy: "Always"
01:50:18     name: "jnlp"
01:50:18     resources:
01:50:18       limits:
01:50:18         cpu: "2000m"
01:50:18         memory: "4096Mi"
01:50:18       requests:
01:50:18         cpu: "1000m"
01:50:18         memory: "4096Mi"
01:50:18     tty: true
01:50:18     volumeMounts:
01:50:18     - mountPath: "/home/jenkins/.m2/toolchains.xml"
01:50:18       name: "m2-dir"
01:50:18       readOnly: true
01:50:18       subPath: "toolchains.xml"
01:50:18     - mountPath: "/home/jenkins/.mavenrc"
01:50:18       name: "m2-dir"
01:50:18       readOnly: true
01:50:18       subPath: ".mavenrc"
01:50:18     - mountPath: "/opt/tools"
01:50:18       name: "volume-0"
01:50:18       readOnly: false
01:50:18     - mountPath: "/home/jenkins"
01:50:18       name: "volume-2"
01:50:18       readOnly: false
01:50:18     - mountPath: "/home/jenkins/.m2/repository"
01:50:18       name: "volume-3"
01:50:18       readOnly: false
01:50:18     - mountPath: "/home/jenkins/.m2/settings-security.xml"
01:50:18       name: "m2-secret-dir"
01:50:18       readOnly: true
01:50:18       subPath: "settings-security.xml"
01:50:18     - mountPath: "/home/jenkins/.m2/wrapper"
01:50:18       name: "volume-4"
01:50:18       readOnly: false
01:50:18     - mountPath: "/home/jenkins/.m2/settings.xml"
01:50:18       name: "m2-secret-dir"
01:50:18       readOnly: true
01:50:18       subPath: "settings.xml"
01:50:18     - mountPath: "/home/jenkins/.ssh"
01:50:18       name: "volume-1"
01:50:18       readOnly: false
01:50:18       subPath: ""
01:50:18     - mountPath: "/home/jenkins/agent"
01:50:18       name: "workspace-volume"
01:50:18       readOnly: false
01:50:18     workingDir: "/home/jenkins/agent"
01:50:18   nodeSelector:
01:50:18     kubernetes.io/os: "linux"
01:50:18   restartPolicy: "Never"
01:50:18   volumes:
01:50:18   - name: "volume-0"
01:50:18     persistentVolumeClaim:
01:50:18       claimName: "tools-claim-jiro-microprofile"
01:50:18       readOnly: true
01:50:18   - name: "m2-secret-dir"
01:50:18     secret:
01:50:18       secretName: "m2-secret-dir"
01:50:18   - emptyDir:
01:50:18       medium: ""
01:50:18     name: "volume-2"
01:50:18   - configMap:
01:50:18       name: "m2-dir"
01:50:18     name: "m2-dir"
01:50:18   - configMap:
01:50:18       name: "known-hosts"
01:50:18     name: "volume-1"
01:50:18   - emptyDir:
01:50:18       medium: ""
01:50:18     name: "workspace-volume"
01:50:18   - emptyDir:
01:50:18       medium: ""
01:50:18     name: "volume-4"
01:50:18   - emptyDir:
01:50:18       medium: ""
01:50:18     name: "volume-3"
01:50:18 
01:50:18 Building remotely on basic-pws6z (basic) in workspace /home/jenkins/agent/workspace/reactive-streams-maven-snapshots
01:50:18 [WS-CLEANUP] Deleting project workspace...
01:50:18 [WS-CLEANUP] Deferred wipeout is used...
01:50:18 The recommended git tool is: NONE
01:50:19 No credentials specified
01:50:19 Cloning the remote Git repository
01:50:19 Cloning repository https://github.com/eclipse/microprofile-reactive-streams.git
01:50:19  > git init /home/jenkins/agent/workspace/reactive-streams-maven-snapshots # timeout=10
01:50:19 Fetching upstream changes from https://github.com/eclipse/microprofile-reactive-streams.git
01:50:19  > git --version # timeout=10
01:50:19  > git --version # 'git version 2.20.1'
01:50:19  > git fetch --tags --force --progress -- https://github.com/eclipse/microprofile-reactive-streams.git +refs/heads/*:refs/remotes/origin/* # timeout=10
01:50:20  > git config remote.origin.url https://github.com/eclipse/microprofile-reactive-streams.git # timeout=10
01:50:20  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
01:50:21 Avoid second fetch
01:50:21  > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
01:50:21 Checking out Revision 249bc473daea879bdb4da22e4d4a1052d9bae351 (refs/remotes/origin/main)
01:50:21  > git config core.sparsecheckout # timeout=10
01:50:21  > git checkout -f 249bc473daea879bdb4da22e4d4a1052d9bae351 # timeout=10
01:50:21 Commit message: "Merge pull request #177 from tevans78/updateMPParent"
01:50:21  > git rev-list --no-walk 249bc473daea879bdb4da22e4d4a1052d9bae351 # timeout=10
02:16:42 Parsing POMs
02:17:36 Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/microprofile-parent/2.8/microprofile-parent-2.8.pom
02:17:37 Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/microprofile-tck-bom/2.8/microprofile-tck-bom-2.8.pom
02:17:37 Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/jboss/arquillian/arquillian-bom/1.7.0.Final/arquillian-bom-1.7.0.Final.pom
02:17:37 Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/shrinkwrap-bom/1.2.6/shrinkwrap-bom-1.2.6.pom
02:17:37 Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/3.1.4/shrinkwrap-resolver-bom-3.1.4.pom
02:17:37 Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.6.3/maven-3.6.3.pom
02:17:37 Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom
02:17:37 Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom
02:17:37 Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0/shrinkwrap-descriptors-bom-2.0.0.pom
02:17:38 Modules changed, recalculating dependency graph
02:17:40 Established TCP socket on 35077
02:17:40 Copied maven35-agent.jar
02:17:40 Copied maven35-interceptor.jar
02:17:40 Copied maven3-interceptor-commons.jar
02:17:40 [reactive-streams-maven-snapshots] $ /opt/tools/java/temurin/jdk-11/latest/bin/java -cp /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/3.8.6/boot/plexus-classworlds-2.6.0.jar:/opt/tools/apache-maven/3.8.6/conf/logging jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/3.8.6 /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 35077
02:19:31 ERROR: Aborted Maven execution for InterruptedIOException
02:19:31 java.net.SocketTimeoutException: Accept timed out
02:19:31 	at java.base/java.net.PlainSocketImpl.socketAccept(Native Method)
02:19:31 	at java.base/java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:474)
02:19:31 	at java.base/java.net.ServerSocket.implAccept(ServerSocket.java:565)
02:19:31 	at java.base/java.net.ServerSocket.accept(ServerSocket.java:533)
02:19:31 	at hudson.maven.AbstractMavenProcessFactory$SocketHandler$AcceptorImpl.accept(AbstractMavenProcessFactory.java:215)
02:19:31 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
02:19:31 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
02:19:31 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
02:19:31 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
02:19:31 	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:924)
02:19:31 	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:902)
02:19:31 	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:853)
02:19:31 	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
02:19:31 	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
02:19:31 	at hudson.remoting.Request$2.run(Request.java:377)
02:19:31 	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
02:19:31 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
02:19:31 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
02:19:31 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
02:19:31 	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:125)
02:19:31 	at java.base/java.lang.Thread.run(Thread.java:839)
02:19:31 	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.40.66.204/10.40.66.204:37476
02:19:31 		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1787)
02:19:31 		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
02:19:31 		at hudson.remoting.Channel.call(Channel.java:1003)
02:19:31 		at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285)
02:19:31 		at hudson.maven.$Proxy173.accept(Unknown Source)
02:19:31 		at hudson.maven.AbstractMavenProcessFactory.newProcess(AbstractMavenProcessFactory.java:286)
02:19:31 		at hudson.maven.ProcessCache.get(ProcessCache.java:237)
02:19:31 		at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:802)
02:19:31 		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:526)
02:19:31 		at hudson.model.Run.execute(Run.java:1895)
02:19:31 		at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
02:19:31 		at hudson.model.ResourceController.execute(ResourceController.java:101)
02:19:31 		at hudson.model.Executor.run(Executor.java:442)
02:19:33 Finished: ABORTED