Skip to content

Console Output

Started by remote host 172.30.42.1
Running as SYSTEM
Agent default-agent-fqrb9 is provisioned from template Kubernetes Pod Template
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
  name: "default-agent-fqrb9"
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-fqrb9"
    - name: "MAVEN_CONFIG"
      value: "-B -e"
    - name: "JENKINS_NAME"
      value: "default-agent-fqrb9"
    - 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-fqrb9 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-82LU2Ybet7eW/agent.59
SSH_AGENT_PID=61
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/efxclipse_drift_ibuild@tmp/private_key_985197479889088333.key (/home/jenkins/agent/workspace/efxclipse_drift_ibuild@tmp/private_key_985197479889088333.key)
[ssh-agent] Using credentials genie.efxclipse (ssh://genie.efxclipse@projects-storage.eclipse.org)
[efxclipse_drift_ibuild] $ /bin/bash /tmp/jenkins1186277073549545099.sh
Continuing after Travis Build #142
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 ac805a6be598dbb6369e8732afbdff3f8f309a19
Finding version number
.:
total 24
drwxr-sr-x 4 default 1000240000 4096 Oct 11 10:53 .
drwxr-sr-x 3 default 1000240000 4096 Oct 11 10:53 ..
-rw-r--r-- 1 default 1000240000  969 Oct 11 10:41 artifacts.jar
-rw-r--r-- 1 default 1000240000 1281 Oct 11 10:41 content.jar
drwxr-sr-x 2 default 1000240000 4096 Oct 11 10:53 features
drwxr-sr-x 2 default 1000240000 4096 Oct 11 10:53 plugins

./features:
total 24
drwxr-sr-x 2 default 1000240000 4096 Oct 11 10:53 .
drwxr-sr-x 4 default 1000240000 4096 Oct 11 10:53 ..
-rw-r--r-- 1 default 1000240000 8035 Oct 11 10:41 org.eclipse.fx.drift.feature_0.1.0.201910111039.jar
-rw-r--r-- 1 default 1000240000 8107 Oct 11 10:41 org.eclipse.fx.drift.samples.feature_0.1.0.201910111039.jar

./plugins:
total 2644
drwxr-sr-x 2 default 1000240000    4096 Oct 11 10:53 .
drwxr-sr-x 4 default 1000240000    4096 Oct 11 10:53 ..
-rw-r--r-- 1 default 1000240000 1102871 Oct 11 10:41 org.eclipse.fx.drift.samples_0.1.0.201910111039.jar
-rw-r--r-- 1 default 1000240000 1590469 Oct 11 10:41 org.eclipse.fx.drift_0.1.0.201910111039.jar
Files is org.eclipse.fx.drift.samples_0.1.0.201910111039.jar
org.eclipse.fx.drift_0.1.0.201910111039.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.201910111039.jar
IBUILD is I20191011-1039
Deploying IBUILD Updatesite
Creating GitHub release
Request: {"tag_name":"I20191011-1039","target_commitish":"ac805a6be598dbb6369e8732afbdff3f8f309a19","name":"I20191011-1039","body":"This is an Integration Build  \nThe updatesite is available at https://download.eclipse.org/efxclipse/runtime-driftfx-ibuilds/I20191011-1039/","draft":true,"prerelease":true}
{
  "url": "https://api.github.com/repos/eclipse-efx/efxclipse-drift/releases/20636808",
  "assets_url": "https://api.github.com/repos/eclipse-efx/efxclipse-drift/releases/20636808/assets",
  "upload_url": "https://uploads.github.com/repos/eclipse-efx/efxclipse-drift/releases/20636808/assets{?name,label}",
  "html_url": "https://github.com/eclipse-efx/efxclipse-drift/releases/tag/untagged-7f5b4e0977684149345c",
  "id": 20636808,
  "node_id": "MDc6UmVsZWFzZTIwNjM2ODA4",
  "tag_name": "I20191011-1039",
  "target_commitish": "ac805a6be598dbb6369e8732afbdff3f8f309a19",
  "name": "I20191011-1039",
  "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-10-11T10:53:34Z",
  "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/I20191011-1039/"
}
Upload Url: https://uploads.github.com/repos/eclipse-efx/efxclipse-drift/releases/20636808/assets
{"url":"https://api.github.com/repos/eclipse-efx/efxclipse-drift/releases/assets/15423668","id":15423668,"node_id":"MDEyOlJlbGVhc2VBc3NldDE1NDIzNjY4","name":"driftfx-I20191011-1039.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":18735760,"download_count":0,"created_at":"2019-10-11T10:53:34Z","updated_at":"2019-10-11T10:53:36Z","browser_download_url":"https://github.com/eclipse-efx/efxclipse-drift/releases/download/untagged-7f5b4e0977684149345c/driftfx-I20191011-1039.tar.gz"}$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 61 killed;
[ssh-agent] Stopped.
No mail will be sent out, as 'efxclipse_drift_ibuild #43' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
Finished: SUCCESS