Started by user Oleksii Korniienko Running as Oleksii Korniienko [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task ‘centos-7-rcgqr’ is offline Agent centos-7-rcgqr is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30" jenkins/label: "migration_jipp-migration_centos-7" name: "centos-7-rcgqr" namespace: "reddeer" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.reddeer.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "centos-7-rcgqr" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "centos-7-rcgqr" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.reddeer.svc.cluster.local/reddeer/" image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-3107.v665000b_51092" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-reddeer" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Running on centos-7-rcgqr in /home/jenkins/agent/workspace/reddeer.installation.test-pipeline [Pipeline] { [Pipeline] timeout Timeout set to expire in 1 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Tool Install) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Checkout Git SCM) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] deleteDir [Pipeline] git 04:26:46 [2023-05-02T08:26:46.940Z] The recommended git tool is: NONE 04:26:48 [2023-05-02T08:26:48.847Z] No credentials specified 04:26:48 [2023-05-02T08:26:48.850Z] Cloning the remote Git repository 04:26:48 [2023-05-02T08:26:48.869Z] Cloning repository https://github.com/eclipse/reddeer 04:26:48 [2023-05-02T08:26:48.905Z] > git init /home/jenkins/agent/workspace/reddeer.installation.test-pipeline # timeout=10 04:26:48 [2023-05-02T08:26:48.942Z] Fetching upstream changes from https://github.com/eclipse/reddeer 04:26:48 [2023-05-02T08:26:48.943Z] > git --version # timeout=10 04:26:48 [2023-05-02T08:26:48.948Z] > git --version # 'git version 2.36.5' 04:26:48 [2023-05-02T08:26:48.948Z] > git fetch --tags --force --progress -- https://github.com/eclipse/reddeer +refs/heads/*:refs/remotes/origin/* # timeout=10 04:26:50 [2023-05-02T08:26:50.991Z] > git config remote.origin.url https://github.com/eclipse/reddeer # timeout=10 04:26:50 [2023-05-02T08:26:50.996Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:26:51 [2023-05-02T08:26:51.643Z] Avoid second fetch 04:26:51 [2023-05-02T08:26:51.657Z] Checking out Revision 4b6eca0aad1f1064a5067ab6ff5a62180f779159 (refs/remotes/origin/master) 04:26:52 [2023-05-02T08:26:52.269Z] Commit message: "Upversion to 4.6.0, switch to Eclipse 2023-06 update sites" 04:26:51 [2023-05-02T08:26:51.647Z] > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 04:26:51 [2023-05-02T08:26:51.664Z] > git config core.sparsecheckout # timeout=10 04:26:51 [2023-05-02T08:26:51.682Z] > git checkout -f 4b6eca0aad1f1064a5067ab6ff5a62180f779159 # timeout=10 04:26:51 [2023-05-02T08:26:51.921Z] > git branch -a -v --no-abbrev # timeout=10 04:26:51 [2023-05-02T08:26:51.933Z] > git checkout -b master 4b6eca0aad1f1064a5067ab6ff5a62180f779159 # timeout=10 04:26:52 [2023-05-02T08:26:52.274Z] > git rev-list --no-walk e8a5b5b728bbf1c174a3240a99e289f70df81136 # timeout=10 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Download Eclipse) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:27:04 [2023-05-02T08:27:04.968Z] + '[' -z https://mirror.dkm.cz/eclipse/technology/epp/downloads/release/2023-06/M1/eclipse-jee-2023-06-M1-linux-gtk-x86_64.tar.gz ']' 04:27:04 [2023-05-02T08:27:04.968Z] + FINAL_ECLIPSE_URL=https://mirror.dkm.cz/eclipse/technology/epp/downloads/release/2023-06/M1/eclipse-jee-2023-06-M1-linux-gtk-x86_64.tar.gz 04:27:04 [2023-05-02T08:27:04.968Z] + fileName=eclipse.tar.gz 04:27:04 [2023-05-02T08:27:04.969Z] + curl https://mirror.dkm.cz/eclipse/technology/epp/downloads/release/2023-06/M1/eclipse-jee-2023-06-M1-linux-gtk-x86_64.tar.gz -L -o eclipse.tar.gz 04:27:04 [2023-05-02T08:27:04.969Z] % Total % Received % Xferd Average Speed Time Time Time Current 04:27:04 [2023-05-02T08:27:04.969Z] Dload Upload Total Spent Left Speed 04:27:05 [2023-05-02T08:27:05.541Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 146 100 146 0 0 253 0 --:--:-- --:--:-- --:--:-- 254 04:27:05 [2023-05-02T08:27:05.541Z] + tar -xzf eclipse.tar.gz 04:27:05 [2023-05-02T08:27:05.541Z] 04:27:05 [2023-05-02T08:27:05.541Z] gzip: stdin: not in gzip format 04:27:05 [2023-05-02T08:27:05.541Z] tar: Child returned status 1 04:27:05 [2023-05-02T08:27:05.541Z] tar: Error is not recoverable: exiting now [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build & Integration test) Stage "Build & Integration test" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] junit 04:27:14 [2023-05-02T08:27:14.214Z] Recording test results 04:27:14 [2023-05-02T08:27:14.672Z] [Checks API] No suitable checks publisher found. [Pipeline] archiveArtifacts 04:27:14 [2023-05-02T08:27:14.987Z] Archiving artifacts 04:27:14 [2023-05-02T08:27:14.570Z] No test report files were found. Configuration error? [Pipeline] script [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // timestamps [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: script returned exit code 2 Finished: FAILURE