Skip to content

Console Output

13:42:13 [2022-06-21T17:42:13.168Z] Agent centos-7-5x6hg is provisioned from template centos-7
13:42:13 [2022-06-21T17:42:13.170Z] ---
13:42:13 [2022-06-21T17:42:13.170Z] apiVersion: "v1"
13:42:13 [2022-06-21T17:42:13.170Z] kind: "Pod"
13:42:13 [2022-06-21T17:42:13.170Z] metadata:
13:42:13 [2022-06-21T17:42:13.170Z]   annotations: {}
13:42:13 [2022-06-21T17:42:13.170Z]   labels:
13:42:13 [2022-06-21T17:42:13.170Z]     jenkins: "slave"
13:42:13 [2022-06-21T17:42:13.170Z]     jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30"
13:42:13 [2022-06-21T17:42:13.170Z]     jenkins/label: "migration_jipp-migration_centos-7"
13:42:13 [2022-06-21T17:42:13.170Z]   name: "centos-7-5x6hg"
13:42:13 [2022-06-21T17:42:13.170Z]   namespace: "egit"
13:42:13 [2022-06-21T17:42:13.170Z] spec:
13:42:13 [2022-06-21T17:42:13.170Z]   containers:
13:42:13 [2022-06-21T17:42:13.170Z]   - env:
13:42:13 [2022-06-21T17:42:13.170Z]     - name: "JENKINS_SECRET"
13:42:13 [2022-06-21T17:42:13.170Z]       value: "********"
13:42:13 [2022-06-21T17:42:13.170Z]     - name: "JENKINS_TUNNEL"
13:42:13 [2022-06-21T17:42:13.170Z]       value: "jenkins-discovery.egit.svc.cluster.local:50000"
13:42:13 [2022-06-21T17:42:13.170Z]     - name: "JENKINS_AGENT_NAME"
13:42:13 [2022-06-21T17:42:13.170Z]       value: "centos-7-5x6hg"
13:42:13 [2022-06-21T17:42:13.170Z]     - name: "JENKINS_REMOTING_JAVA_OPTS"
13:42:13 [2022-06-21T17:42:13.170Z]       value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
13:42:13 [2022-06-21T17:42:13.170Z]         \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
13:42:13 [2022-06-21T17:42:13.170Z]     - name: "JAVA_TOOL_OPTIONS"
13:42:13 [2022-06-21T17:42:13.170Z]       value: ""
13:42:13 [2022-06-21T17:42:13.170Z]     - name: "_JAVA_OPTIONS"
13:42:13 [2022-06-21T17:42:13.170Z]       value: ""
13:42:13 [2022-06-21T17:42:13.170Z]     - name: "OPENJ9_JAVA_OPTIONS"
13:42:13 [2022-06-21T17:42:13.170Z]       value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
13:42:13 [2022-06-21T17:42:13.170Z]     - name: "JENKINS_NAME"
13:42:13 [2022-06-21T17:42:13.170Z]       value: "centos-7-5x6hg"
13:42:13 [2022-06-21T17:42:13.170Z]     - name: "JENKINS_AGENT_WORKDIR"
13:42:13 [2022-06-21T17:42:13.170Z]       value: "/home/jenkins/agent"
13:42:13 [2022-06-21T17:42:13.170Z]     - name: "JENKINS_URL"
13:42:13 [2022-06-21T17:42:13.170Z]       value: "http://jenkins-ui.egit.svc.cluster.local/egit/"
13:42:13 [2022-06-21T17:42:13.170Z]     image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.13"
13:42:13 [2022-06-21T17:42:13.170Z]     imagePullPolicy: "Always"
13:42:13 [2022-06-21T17:42:13.170Z]     name: "jnlp"
13:42:13 [2022-06-21T17:42:13.170Z]     resources:
13:42:13 [2022-06-21T17:42:13.170Z]       limits:
13:42:13 [2022-06-21T17:42:13.170Z]         cpu: "2000m"
13:42:13 [2022-06-21T17:42:13.170Z]         memory: "4096Mi"
13:42:13 [2022-06-21T17:42:13.170Z]       requests:
13:42:13 [2022-06-21T17:42:13.170Z]         cpu: "1000m"
13:42:13 [2022-06-21T17:42:13.170Z]         memory: "4096Mi"
13:42:13 [2022-06-21T17:42:13.170Z]     tty: true
13:42:13 [2022-06-21T17:42:13.170Z]     volumeMounts:
13:42:13 [2022-06-21T17:42:13.170Z]     - mountPath: "/home/jenkins/.m2/toolchains.xml"
13:42:13 [2022-06-21T17:42:13.170Z]       name: "m2-dir"
13:42:13 [2022-06-21T17:42:13.170Z]       readOnly: true
13:42:13 [2022-06-21T17:42:13.170Z]       subPath: "toolchains.xml"
13:42:13 [2022-06-21T17:42:13.170Z]     - mountPath: "/home/jenkins/.mavenrc"
13:42:13 [2022-06-21T17:42:13.170Z]       name: "m2-dir"
13:42:13 [2022-06-21T17:42:13.170Z]       readOnly: true
13:42:13 [2022-06-21T17:42:13.170Z]       subPath: ".mavenrc"
13:42:13 [2022-06-21T17:42:13.170Z]     - mountPath: "/opt/tools"
13:42:13 [2022-06-21T17:42:13.170Z]       name: "volume-0"
13:42:13 [2022-06-21T17:42:13.170Z]       readOnly: false
13:42:13 [2022-06-21T17:42:13.170Z]     - mountPath: "/home/jenkins"
13:42:13 [2022-06-21T17:42:13.170Z]       name: "volume-2"
13:42:13 [2022-06-21T17:42:13.170Z]       readOnly: false
13:42:13 [2022-06-21T17:42:13.170Z]     - mountPath: "/home/jenkins/.m2/repository"
13:42:13 [2022-06-21T17:42:13.170Z]       name: "volume-3"
13:42:13 [2022-06-21T17:42:13.170Z]       readOnly: false
13:42:13 [2022-06-21T17:42:13.170Z]     - mountPath: "/home/jenkins/.m2/settings-security.xml"
13:42:13 [2022-06-21T17:42:13.170Z]       name: "m2-secret-dir"
13:42:13 [2022-06-21T17:42:13.170Z]       readOnly: true
13:42:13 [2022-06-21T17:42:13.170Z]       subPath: "settings-security.xml"
13:42:13 [2022-06-21T17:42:13.170Z]     - mountPath: "/home/jenkins/.m2/wrapper"
13:42:13 [2022-06-21T17:42:13.170Z]       name: "volume-4"
13:42:13 [2022-06-21T17:42:13.170Z]       readOnly: false
13:42:13 [2022-06-21T17:42:13.170Z]     - mountPath: "/home/jenkins/.m2/settings.xml"
13:42:13 [2022-06-21T17:42:13.170Z]       name: "m2-secret-dir"
13:42:13 [2022-06-21T17:42:13.170Z]       readOnly: true
13:42:13 [2022-06-21T17:42:13.170Z]       subPath: "settings.xml"
13:42:13 [2022-06-21T17:42:13.170Z]     - mountPath: "/home/jenkins/.ssh"
13:42:13 [2022-06-21T17:42:13.170Z]       name: "volume-1"
13:42:13 [2022-06-21T17:42:13.170Z]       readOnly: false
13:42:13 [2022-06-21T17:42:13.170Z]       subPath: ""
13:42:13 [2022-06-21T17:42:13.170Z]     - mountPath: "/home/jenkins/agent"
13:42:13 [2022-06-21T17:42:13.170Z]       name: "workspace-volume"
13:42:13 [2022-06-21T17:42:13.170Z]       readOnly: false
13:42:13 [2022-06-21T17:42:13.170Z]     workingDir: "/home/jenkins/agent"
13:42:13 [2022-06-21T17:42:13.170Z]   nodeSelector:
13:42:13 [2022-06-21T17:42:13.170Z]     kubernetes.io/os: "linux"
13:42:13 [2022-06-21T17:42:13.170Z]   restartPolicy: "Never"
13:42:13 [2022-06-21T17:42:13.170Z]   volumes:
13:42:13 [2022-06-21T17:42:13.170Z]   - name: "volume-0"
13:42:13 [2022-06-21T17:42:13.170Z]     persistentVolumeClaim:
13:42:13 [2022-06-21T17:42:13.170Z]       claimName: "tools-claim-jiro-egit"
13:42:13 [2022-06-21T17:42:13.170Z]       readOnly: true
13:42:13 [2022-06-21T17:42:13.170Z]   - name: "m2-secret-dir"
13:42:13 [2022-06-21T17:42:13.170Z]     secret:
13:42:13 [2022-06-21T17:42:13.170Z]       secretName: "m2-secret-dir"
13:42:13 [2022-06-21T17:42:13.170Z]   - emptyDir:
13:42:13 [2022-06-21T17:42:13.170Z]       medium: ""
13:42:13 [2022-06-21T17:42:13.170Z]     name: "volume-2"
13:42:13 [2022-06-21T17:42:13.170Z]   - configMap:
13:42:13 [2022-06-21T17:42:13.170Z]       name: "m2-dir"
13:42:13 [2022-06-21T17:42:13.170Z]     name: "m2-dir"
13:42:13 [2022-06-21T17:42:13.170Z]   - configMap:
13:42:13 [2022-06-21T17:42:13.170Z]       name: "known-hosts"
13:42:13 [2022-06-21T17:42:13.170Z]     name: "volume-1"
13:42:13 [2022-06-21T17:42:13.170Z]   - emptyDir:
13:42:13 [2022-06-21T17:42:13.170Z]       medium: ""
13:42:13 [2022-06-21T17:42:13.170Z]     name: "workspace-volume"
13:42:13 [2022-06-21T17:42:13.170Z]   - emptyDir:
13:42:13 [2022-06-21T17:42:13.170Z]       medium: ""
13:42:13 [2022-06-21T17:42:13.170Z]     name: "volume-4"
13:42:13 [2022-06-21T17:42:13.170Z]   - emptyDir:
13:42:13 [2022-06-21T17:42:13.170Z]       medium: ""
13:42:13 [2022-06-21T17:42:13.170Z]     name: "volume-3"
13:42:13 [2022-06-21T17:42:13.170Z] 
13:42:13 [2022-06-21T17:42:13.204Z] Running on centos-7-5x6hg in /home/jenkins/agent/workspace/egit-github.gerrit