Skip to content

Console Output

Started by user Ondrej Dockal
Running as Ondrej Dockal
[Pipeline] Start of Pipeline
[Pipeline] node
Agent centos-7-pk2lz 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-pk2lz"
  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-pk2lz"
    - 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-pk2lz"
    - 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-pk2lz 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
07:59:53 [2023-03-08T12:59:53.795Z] The recommended git tool is: NONE
07:59:54 [2023-03-08T12:59:54.809Z] No credentials specified
07:59:54 [2023-03-08T12:59:54.812Z] Cloning the remote Git repository
07:59:55 [2023-03-08T12:59:55.309Z] Cloning repository https://github.com/eclipse/reddeer
07:59:55 [2023-03-08T12:59:55.351Z]  > git init /home/jenkins/agent/workspace/reddeer.installation.test-pipeline # timeout=10
07:59:55 [2023-03-08T12:59:55.368Z] Fetching upstream changes from https://github.com/eclipse/reddeer
07:59:55 [2023-03-08T12:59:55.368Z]  > git --version # timeout=10
07:59:55 [2023-03-08T12:59:55.371Z]  > git --version # 'git version 2.36.5'
07:59:55 [2023-03-08T12:59:55.371Z]  > git fetch --tags --force --progress -- https://github.com/eclipse/reddeer +refs/heads/*:refs/remotes/origin/* # timeout=10
07:59:56 [2023-03-08T12:59:56.516Z] Avoid second fetch
07:59:56 [2023-03-08T12:59:56.524Z] Checking out Revision e8a5b5b728bbf1c174a3240a99e289f70df81136 (refs/remotes/origin/master)
07:59:56 [2023-03-08T12:59:56.512Z]  > git config remote.origin.url https://github.com/eclipse/reddeer # timeout=10
07:59:56 [2023-03-08T12:59:56.515Z]  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
07:59:56 [2023-03-08T12:59:56.521Z]  > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
07:59:56 [2023-03-08T12:59:56.531Z]  > git config core.sparsecheckout # timeout=10
07:59:56 [2023-03-08T12:59:56.533Z]  > git checkout -f e8a5b5b728bbf1c174a3240a99e289f70df81136 # timeout=10
07:59:56 [2023-03-08T12:59:56.641Z]  > git branch -a -v --no-abbrev # timeout=10
07:59:56 [2023-03-08T12:59:56.647Z]  > git checkout -b master e8a5b5b728bbf1c174a3240a99e289f70df81136 # timeout=10
08:00:00 [2023-03-08T13:00:00.013Z] Commit message: "Update p2 update sites for release"
08:00:00 [2023-03-08T13:00:00.019Z]  > git rev-list --no-walk 6adbba95ad8e11fd68fdc098e7512762f25b7463 # 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
08:00:14 [2023-03-08T13:00:14.442Z] + '[' -z https://mirror.dkm.cz/eclipse/technology/epp/downloads/release/2023-03/RC1/eclipse-jee-2023-03-RC1-linux-gtk-x86_64.tar.gz ']'
08:00:14 [2023-03-08T13:00:14.443Z] + FINAL_ECLIPSE_URL=https://mirror.dkm.cz/eclipse/technology/epp/downloads/release/2023-03/RC1/eclipse-jee-2023-03-RC1-linux-gtk-x86_64.tar.gz
08:00:14 [2023-03-08T13:00:14.443Z] + fileName=eclipse.tar.gz
08:00:14 [2023-03-08T13:00:14.443Z] + curl https://mirror.dkm.cz/eclipse/technology/epp/downloads/release/2023-03/RC1/eclipse-jee-2023-03-RC1-linux-gtk-x86_64.tar.gz -L -o eclipse.tar.gz
08:00:14 [2023-03-08T13:00:14.443Z]   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
08:00:14 [2023-03-08T13:00:14.443Z]                                  Dload  Upload   Total   Spent    Left  Speed
08:00:15 [2023-03-08T13:00:15.008Z] 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   146  100   146    0     0    266      0 --:--:-- --:--:-- --:--:--   266
08:00:15 [2023-03-08T13:00:15.008Z] + tar -xzf eclipse.tar.gz
08:00:15 [2023-03-08T13:00:15.008Z] 
08:00:15 [2023-03-08T13:00:15.008Z] gzip: stdin: not in gzip format
08:00:15 [2023-03-08T13:00:15.008Z] tar: Child returned status 1
08:00:15 [2023-03-08T13:00:15.008Z] 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
08:00:24 [2023-03-08T13:00:24.094Z] Recording test results
08:00:24 [2023-03-08T13:00:24.323Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
08:00:24 [2023-03-08T13:00:24.687Z] Archiving artifacts
08:00:24 [2023-03-08T13:00:24.264Z] 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