Skip to content

Console Output

Started by user Ondrej Dockal
Rebuilds build #632
Running as Ondrej Dockal
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
‘centos-7-rv3p7’ is offline
Agent centos-7-rv3p7 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-rv3p7"
  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-rv3p7"
    - 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-rv3p7"
    - 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-rv3p7 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:04:18 [2023-03-08T09:04:18.963Z] The recommended git tool is: NONE
04:04:19 [2023-03-08T09:04:19.993Z] No credentials specified
04:04:19 [2023-03-08T09:04:19.996Z] Cloning the remote Git repository
04:04:20 [2023-03-08T09:04:20.522Z] Cloning repository https://github.com/odockal/reddeer
04:04:20 [2023-03-08T09:04:20.550Z]  > git init /home/jenkins/agent/workspace/reddeer.installation.test-pipeline # timeout=10
04:04:20 [2023-03-08T09:04:20.566Z] Fetching upstream changes from https://github.com/odockal/reddeer
04:04:20 [2023-03-08T09:04:20.566Z]  > git --version # timeout=10
04:04:20 [2023-03-08T09:04:20.568Z]  > git --version # 'git version 2.36.5'
04:04:20 [2023-03-08T09:04:20.569Z]  > git fetch --tags --force --progress -- https://github.com/odockal/reddeer +refs/heads/*:refs/remotes/origin/* # timeout=10
04:04:21 [2023-03-08T09:04:21.730Z] Avoid second fetch
04:04:21 [2023-03-08T09:04:21.739Z] Checking out Revision cf81ca9021add1d357b92925cbdb760036fba188 (refs/remotes/origin/fix-installation-test)
04:04:21 [2023-03-08T09:04:21.726Z]  > git config remote.origin.url https://github.com/odockal/reddeer # timeout=10
04:04:21 [2023-03-08T09:04:21.729Z]  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
04:04:21 [2023-03-08T09:04:21.734Z]  > git rev-parse refs/remotes/origin/fix-installation-test^{commit} # timeout=10
04:04:21 [2023-03-08T09:04:21.745Z]  > git config core.sparsecheckout # timeout=10
04:04:21 [2023-03-08T09:04:21.747Z]  > git checkout -f cf81ca9021add1d357b92925cbdb760036fba188 # timeout=10
04:04:21 [2023-03-08T09:04:21.856Z]  > git branch -a -v --no-abbrev # timeout=10
04:04:21 [2023-03-08T09:04:21.867Z]  > git checkout -b fix-installation-test cf81ca9021add1d357b92925cbdb760036fba188 # timeout=10
04:04:25 [2023-03-08T09:04:25.259Z] Commit message: "Change the way the install test is executed  - fixes #2194"
04:04:25 [2023-03-08T09:04:25.263Z]  > git rev-list --no-walk cf81ca9021add1d357b92925cbdb760036fba188 # 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:04:37 [2023-03-08T09:04:37.588Z] + '[' -z https://mirror.dkm.cz/eclipse/technology/epp/downloads/release/2023-03/RC1/eclipse-jee-2023-03-RC1-linux-gtk-x86_64.tar.gz ']'
04:04:37 [2023-03-08T09:04:37.588Z] + 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
04:04:37 [2023-03-08T09:04:37.588Z] + fileName=eclipse-tar
04:04:37 [2023-03-08T09:04:37.588Z] + 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
04:04:37 [2023-03-08T09:04:37.588Z]   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
04:04:37 [2023-03-08T09:04:37.588Z]                                  Dload  Upload   Total   Spent    Left  Speed
04:04:38 [2023-03-08T09:04:38.157Z] 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   146  100   146    0     0    190      0 --:--:-- --:--:-- --:--:--   190
04:04:38 [2023-03-08T09:04:38.157Z] + tar -xzf eclipse-tar
04:04:38 [2023-03-08T09:04:38.157Z] 
04:04:38 [2023-03-08T09:04:38.157Z] gzip: stdin: not in gzip format
04:04:38 [2023-03-08T09:04:38.157Z] tar: Child returned status 1
04:04:38 [2023-03-08T09:04:38.157Z] 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:04:46 [2023-03-08T09:04:46.134Z] Recording test results
04:04:46 [2023-03-08T09:04:46.380Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
04:04:46 [2023-03-08T09:04:46.696Z] Archiving artifacts
04:04:46 [2023-03-08T09:04:46.312Z] 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