Skip to content

Console Output

Started by timer
[Pipeline] Start of Pipeline
[Pipeline] library
Loading library capella-pipeline-library@master
Attempting to resolve master from remote references...
 > git --version # timeout=10
 > git --version # 'git version 2.42.0'
 > git ls-remote -- https://github.com/eclipse/capella-pipeline-library.git # timeout=10
Found match: refs/heads/master revision fa5439fa28b59bf449f1d9e00822dd2902cea503
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /var/jenkins/workspace/prefetch-java@libs/e266536f6ed2bff7dbadeb1b1070470f74c013857401b8405230d4f473c4ab42/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/eclipse/capella-pipeline-library.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/eclipse/capella-pipeline-library.git
 > git --version # timeout=10
 > git --version # 'git version 2.42.0'
 > git fetch --no-tags --force --progress -- https://github.com/eclipse/capella-pipeline-library.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision fa5439fa28b59bf449f1d9e00822dd2902cea503 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fa5439fa28b59bf449f1d9e00822dd2902cea503 # timeout=10
Commit message: "Add capability to get aarch64 JDK for macOS and Linux"
 > git rev-list --no-walk fa5439fa28b59bf449f1d9e00822dd2902cea503 # timeout=10
[Pipeline] node
Agent centos-7-bg4dm is provisioned from template centos-7
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30"
    jenkins/label: "migration_jipp-migration_centos-7"
  name: "centos-7-bg4dm"
  namespace: "capella"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.capella.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "centos-7-bg4dm"
    - 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-bg4dm"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.capella.svc.cluster.local/capella/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-3131.vf2b_b_798b_ce99"
    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-capella"
      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-bg4dm in /home/jenkins/agent/workspace/prefetch-java
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Download JDK)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
+ curl -X GET 'https://api.adoptium.net/v3/info/release_names?architecture=x64&heap_size=normal&image_type=jdk&jvm_impl=hotspot&page=0&page_size=1&project=jdk&release_type=ga&sort_method=DEFAULT&sort_order=DESC&vendor=eclipse&version=%5B17.0%2C18.0%29' -H 'accept: application/json'
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100    52  100    52    0     0    199      0 --:--:-- --:--:-- --:--:--   199
[Pipeline] sh
+ curl -L -k -o jdk17-win.zip 'https://api.adoptium.net/v3/binary/latest/17/ga/windows/x64/jdk/hotspot/normal/eclipse?project=jdk'
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0

 46  180M   46 83.5M    0     0  57.7M      0  0:00:03  0:00:01  0:00:02 57.7M
 99  180M   99  180M    0     0  73.5M      0  0:00:02  0:00:02 --:--:-- 96.5M
100  180M  100  180M    0     0  73.6M      0  0:00:02  0:00:02 --:--:-- 96.6M
[Pipeline] sh
+ ls -la jdk17-win.zip
-rw-r--r--. 1 jenkins 1001800000 189034992 Oct  1 18:24 jdk17-win.zip
[Pipeline] sh
+ curl -L -k -o jdk17-linux.tar.gz 'https://api.adoptium.net/v3/binary/latest/17/ga/linux/x64/jdk/hotspot/normal/eclipse?project=jdk'
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0

  9  183M    9 17.2M    0     0  26.7M      0  0:00:06 --:--:--  0:00:06 26.7M
 45  183M   45 84.2M    0     0  51.2M      0  0:00:03  0:00:01  0:00:02 67.0M
 82  183M   82  151M    0     0  57.2M      0  0:00:03  0:00:02  0:00:01 67.0M
100  183M  100  183M    0     0  58.5M      0  0:00:03  0:00:03 --:--:-- 66.8M
[Pipeline] sh
+ ls -la jdk17-linux.tar.gz
-rw-r--r--. 1 jenkins 1001800000 192053612 Oct  1 18:24 jdk17-linux.tar.gz
[Pipeline] sh
+ curl -L -k -o jdk17-mac.tar.gz 'https://api.adoptium.net/v3/binary/latest/17/ga/mac/x64/jdk/hotspot/normal/eclipse?project=jdk'
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0

 20  178M   20 35.8M    0     0  39.4M      0  0:00:04 --:--:--  0:00:04 39.4M
 56  178M   56  100M    0     0  52.4M      0  0:00:03  0:00:01  0:00:02 64.3M
 87  178M   87  156M    0     0  53.6M      0  0:00:03  0:00:02  0:00:01 60.1M
100  178M  100  178M    0     0  52.7M      0  0:00:03  0:00:03 --:--:-- 57.6M
[Pipeline] sh
+ ls -la jdk17-mac.tar.gz
-rw-r--r--. 1 jenkins 1001800000 187618128 Oct  1 18:24 jdk17-mac.tar.gz
[Pipeline] sh
+ curl -L -k -o jdk17-linux-aarch64.tar.gz 'https://api.adoptium.net/v3/binary/latest/17/ga/linux/aarch64/jdk/hotspot/normal/eclipse?project=jdk'
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0

  5  181M    5 10.2M    0     0  10.0M      0  0:00:18  0:00:01  0:00:17 10.0M
 30  181M   30 55.8M    0     0  27.7M      0  0:00:06  0:00:02  0:00:04 45.6M
 64  181M   64  117M    0     0  39.1M      0  0:00:04  0:00:03  0:00:01 53.8M
100  181M  100  181M    0     0  48.6M      0  0:00:03  0:00:03 --:--:-- 62.9M
[Pipeline] sh
+ ls -la jdk17-linux-aarch64.tar.gz
-rw-r--r--. 1 jenkins 1001800000 190656874 Oct  1 18:24 jdk17-linux-aarch64.tar.gz
[Pipeline] sh
+ curl -L -k -o jdk17-mac-aarch64.tar.gz 'https://api.adoptium.net/v3/binary/latest/17/ga/mac/aarch64/jdk/hotspot/normal/eclipse?project=jdk'
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0

 26  169M   26 44.7M    0     0  49.2M      0  0:00:03 --:--:--  0:00:03 49.2M
 82  169M   82  140M    0     0  73.5M      0  0:00:02  0:00:01  0:00:01 95.5M
100  169M  100  169M    0     0  76.5M      0  0:00:02  0:00:02 --:--:-- 95.6M
[Pipeline] sh
+ ls -la jdk17-mac-aarch64.tar.gz
-rw-r--r--. 1 jenkins 1001800000 177735753 Oct  1 18:24 jdk17-mac-aarch64.tar.gz
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS