Skip to content

Console Output

Started by timer
[Pipeline] Start of Pipeline
[Pipeline] node
Agent centos-7-qpdmm 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-qpdmm"
  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-qpdmm"
    - 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-qpdmm"
    - 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-qpdmm 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:17 [2023-01-22T03:39:17.799Z] The recommended git tool is: NONE
22:39:18 [2023-01-22T03:39:18.856Z] No credentials specified
22:39:18 [2023-01-22T03:39:18.860Z] Cloning the remote Git repository
22:39:19 [2023-01-22T03:39:19.370Z] Cloning repository https://github.com/eclipse/reddeer
22:39:19 [2023-01-22T03:39:19.398Z]  > git init /home/jenkins/agent/workspace/reddeer.installation.test-pipeline # timeout=10
22:39:19 [2023-01-22T03:39:19.414Z] Fetching upstream changes from https://github.com/eclipse/reddeer
22:39:19 [2023-01-22T03:39:19.414Z]  > git --version # timeout=10
22:39:19 [2023-01-22T03:39:19.416Z]  > git --version # 'git version 2.36.3'
22:39:19 [2023-01-22T03:39:19.417Z]  > git fetch --tags --force --progress -- https://github.com/eclipse/reddeer +refs/heads/*:refs/remotes/origin/* # timeout=10
22:39:20 [2023-01-22T03:39:20.722Z] Avoid second fetch
22:39:20 [2023-01-22T03:39:20.731Z] Checking out Revision e1dca6ba6723a8657e8e043a2715e47442805227 (refs/remotes/origin/master)
22:39:20 [2023-01-22T03:39:20.712Z]  > git config remote.origin.url https://github.com/eclipse/reddeer # timeout=10
22:39:20 [2023-01-22T03:39:20.715Z]  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
22:39:20 [2023-01-22T03:39:20.721Z]  > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
22:39:20 [2023-01-22T03:39:20.732Z]  > git config core.sparsecheckout # timeout=10
22:39:20 [2023-01-22T03:39:20.735Z]  > git checkout -f e1dca6ba6723a8657e8e043a2715e47442805227 # timeout=10
22:39:20 [2023-01-22T03:39:20.858Z]  > git branch -a -v --no-abbrev # timeout=10
22:39:20 [2023-01-22T03:39:20.863Z]  > git checkout -b master e1dca6ba6723a8657e8e043a2715e47442805227 # timeout=10
22:39:24 [2023-01-22T03:39:24.291Z] Commit message: "Remove mylyn related tests"
22:39:24 [2023-01-22T03:39:24.290Z]  > 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:24 [2023-01-22T03:39:24.881Z] + '[' -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:24 [2023-01-22T03:39:24.913Z] + 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:24 [2023-01-22T03:39:24.913Z] + fileName=eclipse-tar
22:39:24 [2023-01-22T03:39:24.913Z] + 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:24 [2023-01-22T03:39:24.913Z]   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
22:39:24 [2023-01-22T03:39:24.913Z]                                  Dload  Upload   Total   Spent    Left  Speed
22:39:25 [2023-01-22T03:39:25.485Z] 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   162  100   162    0     0    262      0 --:--:-- --:--:-- --:--:--   262
22:39:25 [2023-01-22T03:39:25.485Z] + tar -xzf eclipse-tar
22:39:25 [2023-01-22T03:39:25.485Z] 
22:39:25 [2023-01-22T03:39:25.485Z] gzip: stdin: not in gzip format
22:39:25 [2023-01-22T03:39:25.485Z] tar: Child returned status 1
22:39:25 [2023-01-22T03:39:25.485Z] 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:25 [2023-01-22T03:39:25.774Z] Recording test results
22:39:26 [2023-01-22T03:39:26.061Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
22:39:26 [2023-01-22T03:39:26.083Z] Archiving artifacts
22:39:25 [2023-01-22T03:39:25.969Z] 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