Skip to content

Console Output

Started by remote host 172.30.42.1
Running as SYSTEM
Agent default-agent-dcgbj is provisioned from template Kubernetes Pod Template
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
  name: "default-agent-dcgbj"
spec:
  containers:
  - env:
    - name: "MAVEN_OPTS"
      value: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.efxclipse.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "default-agent-dcgbj"
    - name: "MAVEN_CONFIG"
      value: "-B -e"
    - name: "JENKINS_NAME"
      value: "default-agent-dcgbj"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.efxclipse.svc.cluster.local/efxclipse/"
    - name: "HOME"
      value: "/home/jenkins"
    image: "eclipsecbijenkins/jenkins-agent:3.29@sha256:d7df679b5f7337f1bf77922400a148b80e3c483ccba72933a18f0c87be98f8b1"
    imagePullPolicy: "IfNotPresent"
    name: "jnlp"
    resources:
      limits:
        memory: "4096Mi"
        cpu: "2000m"
      requests:
        memory: "4096Mi"
        cpu: "1000m"
    securityContext:
      privileged: false
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "toolchains-xml"
      readOnly: true
      subPath: "toolchains.xml"
    - 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: "settings-security-xml"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "settings-xml"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector: {}
  restartPolicy: "Never"
  volumes:
  - name: "settings-security-xml"
    secret:
      items:
      - key: "settings-security.xml"
        path: "settings-security.xml"
      secretName: "m2-secret-dir"
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-efxclipse"
      readOnly: true
  - configMap:
      items:
      - key: "toolchains.xml"
        path: "toolchains.xml"
      name: "m2-dir"
    name: "toolchains-xml"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - name: "settings-xml"
    secret:
      items:
      - key: "settings.xml"
        path: "settings.xml"
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-3"

Building remotely on default-agent-dcgbj in workspace /home/jenkins/agent/workspace/efxclipse_drift_ibuild
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-4bRnCUGCBruq/agent.58
SSH_AGENT_PID=60
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/efxclipse_drift_ibuild@tmp/private_key_4044943620587387533.key (/home/jenkins/agent/workspace/efxclipse_drift_ibuild@tmp/private_key_4044943620587387533.key)
[ssh-agent] Using credentials genie.efxclipse (ssh://genie.efxclipse@projects-storage.eclipse.org)
[efxclipse_drift_ibuild] $ /bin/bash /tmp/jenkins1842422824624551040.sh
Continuing after Travis Build #149
Fixing maven settings
Downloading Travis Artifacts
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
Git Commit is deda1697e4117385d8bc3e20ae00a4df64f475a8
Finding version number
.:
total 8
drwxr-sr-x 4 default 1000240000   77 Dec  6 12:40 .
drwxr-sr-x 3 default 1000240000  106 Dec  6 12:40 ..
-rw-r--r-- 1 default 1000240000  975 Dec  6 12:38 artifacts.jar
-rw-r--r-- 1 default 1000240000 1293 Dec  6 12:38 content.jar
drwxr-sr-x 2 default 1000240000  132 Dec  6 12:40 features
drwxr-sr-x 2 default 1000240000  116 Dec  6 12:40 plugins

./features:
total 16
drwxr-sr-x 2 default 1000240000  132 Dec  6 12:40 .
drwxr-sr-x 4 default 1000240000   77 Dec  6 12:40 ..
-rw-r--r-- 1 default 1000240000 8039 Dec  6 12:38 org.eclipse.fx.drift.feature_0.1.0.201912061236.jar
-rw-r--r-- 1 default 1000240000 8114 Dec  6 12:38 org.eclipse.fx.drift.samples.feature_0.1.0.201912061236.jar

./plugins:
total 2388
drwxr-sr-x 2 default 1000240000     116 Dec  6 12:40 .
drwxr-sr-x 4 default 1000240000      77 Dec  6 12:40 ..
-rw-r--r-- 1 default 1000240000 1103003 Dec  6 12:38 org.eclipse.fx.drift.samples_0.1.0.201912061236.jar
-rw-r--r-- 1 default 1000240000 1336680 Dec  6 12:38 org.eclipse.fx.drift_0.1.0.201912061236.jar
Files is org.eclipse.fx.drift.samples_0.1.0.201912061236.jar
org.eclipse.fx.drift_0.1.0.201912061236.jar
Regex is [a-zA-Z0-9.]+_([0-9]+[.][0-9]+[.][0-9]+)[.]([0-9]{8})([0-9]{4})\.jar
Regex match against org.eclipse.fx.drift.samples_0.1.0.201912061236.jar
IBUILD is I20191206-1236
Deploying IBUILD Updatesite
Creating GitHub release
Request: {"tag_name":"I20191206-1236","target_commitish":"deda1697e4117385d8bc3e20ae00a4df64f475a8","name":"I20191206-1236","body":"This is an Integration Build  \nThe updatesite is available at https://download.eclipse.org/efxclipse/runtime-driftfx-ibuilds/I20191206-1236/","draft":true,"prerelease":true}
{
  "url": "https://api.github.com/repos/eclipse-efx/efxclipse-drift/releases/22026837",
  "assets_url": "https://api.github.com/repos/eclipse-efx/efxclipse-drift/releases/22026837/assets",
  "upload_url": "https://uploads.github.com/repos/eclipse-efx/efxclipse-drift/releases/22026837/assets{?name,label}",
  "html_url": "https://github.com/eclipse-efx/efxclipse-drift/releases/tag/untagged-b523c34c9b20216b8c9a",
  "id": 22026837,
  "node_id": "MDc6UmVsZWFzZTIyMDI2ODM3",
  "tag_name": "I20191206-1236",
  "target_commitish": "deda1697e4117385d8bc3e20ae00a4df64f475a8",
  "name": "I20191206-1236",
  "draft": true,
  "author": {
    "login": "redrezo",
    "id": 429967,
    "node_id": "MDQ6VXNlcjQyOTk2Nw==",
    "avatar_url": "https://avatars2.githubusercontent.com/u/429967?v=4",
    "gravatar_id": "",
    "url": "https://api.github.com/users/redrezo",
    "html_url": "https://github.com/redrezo",
    "followers_url": "https://api.github.com/users/redrezo/followers",
    "following_url": "https://api.github.com/users/redrezo/following{/other_user}",
    "gists_url": "https://api.github.com/users/redrezo/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/redrezo/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/redrezo/subscriptions",
    "organizations_url": "https://api.github.com/users/redrezo/orgs",
    "repos_url": "https://api.github.com/users/redrezo/repos",
    "events_url": "https://api.github.com/users/redrezo/events{/privacy}",
    "received_events_url": "https://api.github.com/users/redrezo/received_events",
    "type": "User",
    "site_admin": false
  },
  "prerelease": true,
  "created_at": "2019-12-06T12:40:45Z",
  "published_at": null,
  "assets": [

  ],
  "tarball_url": null,
  "zipball_url": null,
  "body": "This is an Integration Build  \nThe updatesite is available at https://download.eclipse.org/efxclipse/runtime-driftfx-ibuilds/I20191206-1236/"
}
Upload Url: https://uploads.github.com/repos/eclipse-efx/efxclipse-drift/releases/22026837/assets
{"url":"https://api.github.com/repos/eclipse-efx/efxclipse-drift/releases/assets/16637003","id":16637003,"node_id":"MDEyOlJlbGVhc2VBc3NldDE2NjM3MDAz","name":"driftfx-I20191206-1236.tar.gz","label":"","uploader":{"login":"redrezo","id":429967,"node_id":"MDQ6VXNlcjQyOTk2Nw==","avatar_url":"https://avatars2.githubusercontent.com/u/429967?v=4","gravatar_id":"","url":"https://api.github.com/users/redrezo","html_url":"https://github.com/redrezo","followers_url":"https://api.github.com/users/redrezo/followers","following_url":"https://api.github.com/users/redrezo/following{/other_user}","gists_url":"https://api.github.com/users/redrezo/gists{/gist_id}","starred_url":"https://api.github.com/users/redrezo/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/redrezo/subscriptions","organizations_url":"https://api.github.com/users/redrezo/orgs","repos_url":"https://api.github.com/users/redrezo/repos","events_url":"https://api.github.com/users/redrezo/events{/privacy}","received_events_url":"https://api.github.com/users/redrezo/received_events","type":"User","site_admin":false},"content_type":"application/gzip","state":"uploaded","size":17929103,"download_count":0,"created_at":"2019-12-06T12:40:45Z","updated_at":"2019-12-06T12:40:49Z","browser_download_url":"https://github.com/eclipse-efx/efxclipse-drift/releases/download/untagged-b523c34c9b20216b8c9a/driftfx-I20191206-1236.tar.gz"}$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 60 killed;
[ssh-agent] Stopped.
No mail will be sent out, as 'efxclipse_drift_ibuild #46' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
Finished: SUCCESS