Skip to content

Console Output

Started by user Ondrej Dockal
Rebuilds build #627
Running as Ondrej Dockal
[Pipeline] Start of Pipeline
[Pipeline] node
Agent centos-7-17shm 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-17shm"
  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-17shm"
    - 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-17shm"
    - 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-17shm 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
11:40:44 [2023-03-01T16:40:44.975Z] The recommended git tool is: NONE
11:40:46 [2023-03-01T16:40:46.226Z] No credentials specified
11:40:46 [2023-03-01T16:40:46.228Z] Cloning the remote Git repository
11:40:46 [2023-03-01T16:40:46.792Z] Cloning repository https://github.com/odockal/reddeer
11:40:46 [2023-03-01T16:40:46.823Z]  > git init /home/jenkins/agent/workspace/reddeer.installation.test-pipeline # timeout=10
11:40:46 [2023-03-01T16:40:46.843Z] Fetching upstream changes from https://github.com/odockal/reddeer
11:40:46 [2023-03-01T16:40:46.844Z]  > git --version # timeout=10
11:40:46 [2023-03-01T16:40:46.848Z]  > git --version # 'git version 2.36.4'
11:40:46 [2023-03-01T16:40:46.848Z]  > git fetch --tags --force --progress -- https://github.com/odockal/reddeer +refs/heads/*:refs/remotes/origin/* # timeout=10
11:40:48 [2023-03-01T16:40:48.790Z] Avoid second fetch
11:40:48 [2023-03-01T16:40:48.800Z] Checking out Revision 05357c72adbd9c47dbec522185d2a42659a9954e (refs/remotes/origin/fix-installation-test)
11:40:48 [2023-03-01T16:40:48.779Z]  > git config remote.origin.url https://github.com/odockal/reddeer # timeout=10
11:40:48 [2023-03-01T16:40:48.783Z]  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
11:40:48 [2023-03-01T16:40:48.791Z]  > git rev-parse refs/remotes/origin/fix-installation-test^{commit} # timeout=10
11:40:48 [2023-03-01T16:40:48.804Z]  > git config core.sparsecheckout # timeout=10
11:40:48 [2023-03-01T16:40:48.808Z]  > git checkout -f 05357c72adbd9c47dbec522185d2a42659a9954e # timeout=10
11:40:48 [2023-03-01T16:40:48.972Z]  > git branch -a -v --no-abbrev # timeout=10
11:40:48 [2023-03-01T16:40:48.987Z]  > git checkout -b fix-installation-test 05357c72adbd9c47dbec522185d2a42659a9954e # timeout=10
11:40:52 [2023-03-01T16:40:52.476Z] Commit message: "Change the way the install test is executed"
11:40:52 [2023-03-01T16:40:52.477Z] First time build. Skipping changelog.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Download Eclipse)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
11:41:06 [2023-03-01T16:41:06.959Z] + '[' -z https://mirror.dkm.cz/eclipse/technology/epp/downloads/release/2023-03/M3/eclipse-jee-2023-03-M3-linux-gtk-x86_64.tar.gz ']'
11:41:06 [2023-03-01T16:41:06.960Z] + FINAL_ECLIPSE_URL=https://mirror.dkm.cz/eclipse/technology/epp/downloads/release/2023-03/M3/eclipse-jee-2023-03-M3-linux-gtk-x86_64.tar.gz
11:41:06 [2023-03-01T16:41:06.960Z] + fileName=eclipse-tar
11:41:06 [2023-03-01T16:41:06.960Z] + curl https://mirror.dkm.cz/eclipse/technology/epp/downloads/release/2023-03/M3/eclipse-jee-2023-03-M3-linux-gtk-x86_64.tar.gz -L -o eclipse-tar
11:41:06 [2023-03-01T16:41:06.960Z]   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
11:41:06 [2023-03-01T16:41:06.960Z]                                  Dload  Upload   Total   Spent    Left  Speed
Aborted by Ondrej Dockal
11:41:24 [2023-03-01T16:41:24.204Z] 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0  530M    0  367k    0     0   312k      0  0:28:59  0:00:01  0:28:58  312k
  3  530M    3 17.7M    0     0  8258k      0  0:01:05  0:00:02  0:01:03 8257k
  7  530M    7 40.6M    0     0  12.9M      0  0:00:40  0:00:03  0:00:37 12.9M
 12  530M   12 64.7M    0     0  15.6M      0  0:00:33  0:00:04  0:00:29 15.6M
 16  530M   16 88.3M    0     0  17.1M      0  0:00:30  0:00:05  0:00:25 17.7M
 21  530M   21  111M    0     0  18.1M      0  0:00:29  0:00:06  0:00:23 22.4M
 25  530M   25  136M    0     0  19.1M      0  0:00:27  0:00:07  0:00:20 24.0M
 30  530M   30  160M    0     0  19.6M      0  0:00:26  0:00:08  0:00:18 23.8M
 34  530M   34  184M    0     0  20.0M      0  0:00:26  0:00:09  0:00:17 23.7M
 39  530M   39  208M    0     0  20.5M      0  0:00:25  0:00:10  0:00:15 24.0M
 43  530M   43  233M    0     0  20.9M      0  0:00:25  0:00:11  0:00:14 24.2M
 48  530M   48  256M    0     0  21.1M      0  0:00:25  0:00:12  0:00:13 24.0M
 53  530M   53  281M    0     0  21.4M      0  0:00:24  0:00:13  0:00:11 24.2M
 57  530M   57  305M    0     0  21.6M      0  0:00:24  0:00:14  0:00:10 24.4M
 61  530M   61  328M    0     0  21.6M      0  0:00:24  0:00:15  0:00:09 23.9M
 66  530M   66  353M    0     0  21.8M      0  0:00:24  0:00:16  0:00:08 24.0MSending interrupt signal to process
11:41:24 [2023-03-01T16:41:24.251Z] 
 71  530M   71  377M    0     0  22.0M      0  0:00:24  0:00:17  0:00:07 24.1M/home/jenkins/agent/workspace/reddeer.installation.test-pipeline@tmp/durable-c523f43f/script.sh: line 13:   174 Terminated              curl ${FINAL_ECLIPSE_URL} -L -o ${fileName}
11:41:24 [2023-03-01T16:41:24.337Z] script returned exit code 143
[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
11:41:32 [2023-03-01T16:41:32.918Z] Recording test results
11:41:33 [2023-03-01T16:41:33.221Z] None of the test reports contained any result
11:41:33 [2023-03-01T16:41:33.221Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
11:41:33 [2023-03-01T16:41:33.504Z] Archiving artifacts
11:41:33 [2023-03-01T16:41:33.146Z] No test report files were found. Configuration error?
[Pipeline] script
[Pipeline] {
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // timestamps
Click here to forcibly terminate running steps
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: ABORTED