Skip to content

Console Output

Started by timer
[Pipeline] Start of Pipeline
[Pipeline] node
Agent centos-7-lb91n is provisioned from template centos-7
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30"
    jenkins/label: "migration_jipp-migration_centos-7"
  name: "centos-7-lb91n"
  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-lb91n"
    - 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-lb91n"
    - 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-4.13.3"
    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-lb91n 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
22:39:21 [2023-01-15T03:39:21.602Z] The recommended git tool is: NONE
22:39:22 [2023-01-15T03:39:22.754Z] No credentials specified
22:39:22 [2023-01-15T03:39:22.757Z] Cloning the remote Git repository
22:39:23 [2023-01-15T03:39:23.324Z] Cloning repository https://github.com/eclipse/reddeer
22:39:23 [2023-01-15T03:39:23.357Z]  > git init /home/jenkins/agent/workspace/reddeer.installation.test-pipeline # timeout=10
22:39:23 [2023-01-15T03:39:23.375Z] Fetching upstream changes from https://github.com/eclipse/reddeer
22:39:23 [2023-01-15T03:39:23.375Z]  > git --version # timeout=10
22:39:23 [2023-01-15T03:39:23.378Z]  > git --version # 'git version 2.36.3'
22:39:23 [2023-01-15T03:39:23.378Z]  > git fetch --tags --force --progress -- https://github.com/eclipse/reddeer +refs/heads/*:refs/remotes/origin/* # timeout=10
22:39:24 [2023-01-15T03:39:24.662Z] Avoid second fetch
22:39:24 [2023-01-15T03:39:24.671Z] Checking out Revision e1dca6ba6723a8657e8e043a2715e47442805227 (refs/remotes/origin/master)
22:39:24 [2023-01-15T03:39:24.654Z]  > git config remote.origin.url https://github.com/eclipse/reddeer # timeout=10
22:39:24 [2023-01-15T03:39:24.656Z]  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
22:39:24 [2023-01-15T03:39:24.663Z]  > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
22:39:24 [2023-01-15T03:39:24.675Z]  > git config core.sparsecheckout # timeout=10
22:39:24 [2023-01-15T03:39:24.678Z]  > git checkout -f e1dca6ba6723a8657e8e043a2715e47442805227 # timeout=10
22:39:24 [2023-01-15T03:39:24.796Z]  > git branch -a -v --no-abbrev # timeout=10
22:39:24 [2023-01-15T03:39:24.802Z]  > git checkout -b master e1dca6ba6723a8657e8e043a2715e47442805227 # timeout=10
22:39:28 [2023-01-15T03:39:28.225Z] Commit message: "Remove mylyn related tests"
22:39:28 [2023-01-15T03:39:28.236Z]  > git rev-list --no-walk e1dca6ba6723a8657e8e043a2715e47442805227 # 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
22:39:28 [2023-01-15T03:39:28.898Z] + '[' -z https://mirror.dkm.cz/eclipse/technology/epp/downloads/release/2022-06/M2/eclipse-jee-2022-06-M2-linux-gtk-x86_64.tar.gz ']'
22:39:28 [2023-01-15T03:39:28.955Z] + FINAL_ECLIPSE_URL=https://mirror.dkm.cz/eclipse/technology/epp/downloads/release/2022-06/M2/eclipse-jee-2022-06-M2-linux-gtk-x86_64.tar.gz
22:39:28 [2023-01-15T03:39:28.955Z] + fileName=eclipse-tar
22:39:28 [2023-01-15T03:39:28.955Z] + curl https://mirror.dkm.cz/eclipse/technology/epp/downloads/release/2022-06/M2/eclipse-jee-2022-06-M2-linux-gtk-x86_64.tar.gz -L -o eclipse-tar
22:39:28 [2023-01-15T03:39:28.955Z]   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
22:39:28 [2023-01-15T03:39:28.956Z]                                  Dload  Upload   Total   Spent    Left  Speed
22:39:29 [2023-01-15T03:39:29.524Z] 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   162  100   162    0     0    255      0 --:--:-- --:--:-- --:--:--   255
100   162  100   162    0     0    255      0 --:--:-- --:--:-- --:--:--   255
22:39:29 [2023-01-15T03:39:29.525Z] + tar -xzf eclipse-tar
22:39:29 [2023-01-15T03:39:29.525Z] 
22:39:29 [2023-01-15T03:39:29.525Z] gzip: stdin: not in gzip format
22:39:29 [2023-01-15T03:39:29.525Z] tar: Child returned status 1
22:39:29 [2023-01-15T03:39:29.525Z] 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
22:39:30 [2023-01-15T03:39:30.239Z] Recording test results
22:39:30 [2023-01-15T03:39:30.540Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
22:39:30 [2023-01-15T03:39:30.582Z] Archiving artifacts
[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