Console Output
01:42:39 Started by timer
01:42:39 Running as SYSTEM
01:42:40 Agent default-agent-sz8gg is provisioned from template Kubernetes Pod Template
01:42:40 ---
01:42:40 apiVersion: "v1"
01:42:40 kind: "Pod"
01:42:40 metadata:
01:42:40 annotations: {}
01:42:40 labels:
01:42:40 jenkins: "slave"
01:42:40 name: "default-agent-sz8gg"
01:42:40 spec:
01:42:40 containers:
01:42:40 - env:
01:42:40 - name: "MAVEN_OPTS"
01:42:40 value: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"
01:42:40 - name: "JENKINS_SECRET"
01:42:40 value: "********"
01:42:40 - name: "JENKINS_TUNNEL"
01:42:40 value: "jenkins-discovery.microprofile.svc.cluster.local:50000"
01:42:40 - name: "JENKINS_AGENT_NAME"
01:42:40 value: "default-agent-sz8gg"
01:42:40 - name: "MAVEN_CONFIG"
01:42:40 value: "-B -e"
01:42:40 - name: "JENKINS_NAME"
01:42:40 value: "default-agent-sz8gg"
01:42:40 - name: "JENKINS_AGENT_WORKDIR"
01:42:40 value: "/home/jenkins/agent"
01:42:40 - name: "JENKINS_URL"
01:42:40 value: "http://jenkins-ui.microprofile.svc.cluster.local/microprofile/"
01:42:40 - name: "HOME"
01:42:40 value: "/home/jenkins"
01:42:40 image: "eclipsecbijenkins/jenkins-agent:3.35@sha256:5d06ebec6e9dffc44fb41009a51d085a83944a23f651416531b960143d186340"
01:42:40 imagePullPolicy: "IfNotPresent"
01:42:40 name: "jnlp"
01:42:40 resources:
01:42:40 limits:
01:42:40 memory: "4096Mi"
01:42:40 cpu: "2000m"
01:42:40 requests:
01:42:40 memory: "4096Mi"
01:42:40 cpu: "1000m"
01:42:40 securityContext:
01:42:40 privileged: false
01:42:40 tty: true
01:42:40 volumeMounts:
01:42:40 - mountPath: "/home/jenkins/agent"
01:42:40 name: "workspace-volume"
01:42:40 readOnly: false
01:42:40 - mountPath: "/home/jenkins/.m2/toolchains.xml"
01:42:40 name: "toolchains-xml"
01:42:40 readOnly: true
01:42:40 subPath: "toolchains.xml"
01:42:40 - mountPath: "/opt/tools"
01:42:40 name: "volume-0"
01:42:40 readOnly: false
01:42:40 - mountPath: "/home/jenkins"
01:42:40 name: "volume-2"
01:42:40 readOnly: false
01:42:40 - mountPath: "/home/jenkins/.m2/repository"
01:42:40 name: "volume-3"
01:42:40 readOnly: false
01:42:40 - mountPath: "/home/jenkins/.m2/settings-security.xml"
01:42:40 name: "settings-security-xml"
01:42:40 readOnly: true
01:42:40 subPath: "settings-security.xml"
01:42:40 - mountPath: "/home/jenkins/.m2/settings.xml"
01:42:40 name: "settings-xml"
01:42:40 readOnly: true
01:42:40 subPath: "settings.xml"
01:42:40 - mountPath: "/home/jenkins/.ssh"
01:42:40 name: "volume-1"
01:42:40 readOnly: false
01:42:40 workingDir: "/home/jenkins/agent"
01:42:40 nodeSelector: {}
01:42:40 restartPolicy: "Never"
01:42:40 volumes:
01:42:40 - name: "settings-security-xml"
01:42:40 secret:
01:42:40 items:
01:42:40 - key: "settings-security.xml"
01:42:40 path: "settings-security.xml"
01:42:40 secretName: "m2-secret-dir"
01:42:40 - name: "volume-0"
01:42:40 persistentVolumeClaim:
01:42:40 claimName: "tools-claim-jiro-microprofile"
01:42:40 readOnly: true
01:42:40 - configMap:
01:42:40 items:
01:42:40 - key: "toolchains.xml"
01:42:40 path: "toolchains.xml"
01:42:40 name: "m2-dir"
01:42:40 name: "toolchains-xml"
01:42:40 - emptyDir:
01:42:40 medium: ""
01:42:40 name: "volume-2"
01:42:40 - configMap:
01:42:40 name: "known-hosts"
01:42:40 name: "volume-1"
01:42:40 - name: "settings-xml"
01:42:40 secret:
01:42:40 items:
01:42:40 - key: "settings.xml"
01:42:40 path: "settings.xml"
01:42:40 secretName: "m2-secret-dir"
01:42:40 - emptyDir:
01:42:40 medium: ""
01:42:40 name: "workspace-volume"
01:42:40 - emptyDir:
01:42:40 medium: ""
01:42:40 name: "volume-3"
01:42:40
01:42:40 Building remotely on default-agent-sz8gg in workspace /home/jenkins/agent/workspace/JWT-Auth-maven-snapshots
01:42:40 [WS-CLEANUP] Deleting project workspace...
01:42:40 [WS-CLEANUP] Deferred wipeout is used...
01:42:43 No credentials specified
01:42:43 Cloning the remote Git repository
01:42:43 Cloning repository https://github.com/eclipse/microprofile-jwt-auth.git
01:42:44 > git init /home/jenkins/agent/workspace/JWT-Auth-maven-snapshots # timeout=10
01:42:44 Fetching upstream changes from https://github.com/eclipse/microprofile-jwt-auth.git
01:42:44 > git --version # timeout=10
01:42:44 > git fetch --tags --force --progress -- https://github.com/eclipse/microprofile-jwt-auth.git +refs/heads/*:refs/remotes/origin/*
01:42:44 > git config remote.origin.url https://github.com/eclipse/microprofile-jwt-auth.git # timeout=10
01:42:44 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
01:42:44 > git config remote.origin.url https://github.com/eclipse/microprofile-jwt-auth.git # timeout=10
01:42:44 Fetching upstream changes from https://github.com/eclipse/microprofile-jwt-auth.git
01:42:44 > git fetch --tags --force --progress -- https://github.com/eclipse/microprofile-jwt-auth.git +refs/heads/*:refs/remotes/origin/*
01:42:44 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
01:42:44 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
01:42:44 Checking out Revision 91997341d52c4ffa25aeafa308a1f0dd2463b628 (refs/remotes/origin/master)
01:42:44 > git config core.sparsecheckout # timeout=10
01:42:44 > git checkout -f 91997341d52c4ffa25aeafa308a1f0dd2463b628
01:42:45 Commit message: "[maven-release-plugin] prepare for next development iteration"
01:42:45 > git rev-list --no-walk 91997341d52c4ffa25aeafa308a1f0dd2463b628 # timeout=10
01:42:46 Parsing POMs
01:42:56 Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/javax/javaee-api/7.0/javaee-api-7.0.pom
01:42:56 Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom
01:42:56 Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/jboss/arquillian/arquillian-bom/1.1.13.Final/arquillian-bom-1.1.13.Final.pom
01:42:56 Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/shrinkwrap-bom/1.2.6/shrinkwrap-bom-1.2.6.pom
01:42:56 Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/2.2.4/shrinkwrap-resolver-bom-2.2.4.pom
01:42:56 Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0-alpha-10/shrinkwrap-descriptors-bom-2.0.0-alpha-10.pom
01:42:56 Modules changed, recalculating dependency graph
01:42:56 Established TCP socket on 39346
01:42:56 Copied maven35-agent.jar
01:42:56 Copied maven35-interceptor.jar
01:42:56 Copied maven3-interceptor-commons.jar
01:42:56 [JWT-Auth-maven-snapshots] $ /opt/tools/java/oracle/jdk-8/latest/bin/java -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -cp /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/latest/boot/plexus-classworlds-2.5.2.jar:/opt/tools/apache-maven/latest/conf/logging jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/latest /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 39346
01:42:56 Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
01:42:56 Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
01:42:58 <===[JENKINS REMOTING CAPACITY]===>