Skip to content
Success

Console Output

Branch indexing
 > git rev-parse --resolve-git-dir /var/jenkins/caches/git-fd594cdcec6abcca85ef42e4e1346b59/.git # timeout=10
Setting origin to https://gitlab.eclipse.org/eclipse/hawk/hawk.git
 > git config remote.origin.url https://gitlab.eclipse.org/eclipse/hawk/hawk.git # timeout=10
Fetching origin...
Fetching upstream changes from origin
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git config --get remote.origin.url # timeout=10
using GIT_SSH to set credentials ssh://genie.hawk@projects-storage.eclipse.org
[INFO] Currently running in a labeled security context
 > /usr/bin/chcon --type=ssh_home_t /var/jenkins/caches/git-fd594cdcec6abcca85ef42e4e1346b59@tmp/jenkins-gitclient-ssh18239179831185738584.key
 > git fetch --tags --force --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10
Seen branch in repository origin/10-check-if-bpmn-and-uml-plugins-are-still-needed
Seen branch in repository origin/19-greycat-backend-still-includes-the-rocksdb-backend
Seen branch in repository origin/master
Seen 3 remote branches
Obtained greycat/Jenkinsfile from 4e01959498413e3188e1be140d7c61173d71edc1
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Still waiting to schedule task
All nodes of label ‘Hawk_Greycat_backend_master_163-bwh3k’ are offline
WARNING: Unable to create pod: kubernetes hawk/hawk-greycat-backend-master-163-bwh3k-w2ltr-732fm because kubernetes resource quota exceeded. 
Failure executing: POST at: https://10.30.0.1/api/v1/namespaces/hawk/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "hawk-greycat-backend-master-163-bwh3k-w2ltr-732fm" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=4352Mi,pods=1,requests.cpu=1100m,requests.memory=4352Mi, used: limits.memory=10Gi,pods=3,requests.cpu=2450m,requests.memory=10Gi, limited: limits.memory=10Gi,pods=3,requests.cpu=2650m,requests.memory=10Gi.
Retrying...

WARNING: Unable to create pod: kubernetes hawk/hawk-greycat-backend-master-163-bwh3k-w2ltr-x1ws5 because kubernetes resource quota exceeded. 
Failure executing: POST at: https://10.30.0.1/api/v1/namespaces/hawk/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "hawk-greycat-backend-master-163-bwh3k-w2ltr-x1ws5" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=4352Mi,pods=1,requests.cpu=1100m,requests.memory=4352Mi, used: limits.memory=10Gi,pods=3,requests.cpu=2450m,requests.memory=10Gi, limited: limits.memory=10Gi,pods=3,requests.cpu=2650m,requests.memory=10Gi.
Retrying...

WARNING: Unable to create pod: kubernetes hawk/hawk-greycat-backend-master-163-bwh3k-w2ltr-dk5kk because kubernetes resource quota exceeded. 
Failure executing: POST at: https://10.30.0.1/api/v1/namespaces/hawk/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "hawk-greycat-backend-master-163-bwh3k-w2ltr-dk5kk" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.memory=4352Mi,pods=1,requests.cpu=1100m,requests.memory=4352Mi, used: limits.memory=10Gi,pods=3,requests.cpu=2450m,requests.memory=10Gi, limited: limits.memory=10Gi,pods=3,requests.cpu=2650m,requests.memory=10Gi.
Retrying...

Created Pod: kubernetes hawk/hawk-greycat-backend-master-163-bwh3k-w2ltr-bv5bg
[Normal][hawk/hawk-greycat-backend-master-163-bwh3k-w2ltr-bv5bg][Scheduled] Successfully assigned hawk/hawk-greycat-backend-master-163-bwh3k-w2ltr-bv5bg to okdnode-4
[Normal][hawk/hawk-greycat-backend-master-163-bwh3k-w2ltr-bv5bg][AddedInterface] Add eth0 [10.40.18.58/23] from openshift-sdn
[Normal][hawk/hawk-greycat-backend-master-163-bwh3k-w2ltr-bv5bg][Pulled] Container image "maven:3-jdk-11" already present on machine
[Normal][hawk/hawk-greycat-backend-master-163-bwh3k-w2ltr-bv5bg][Created] Created container maven
[Normal][hawk/hawk-greycat-backend-master-163-bwh3k-w2ltr-bv5bg][Started] Started container maven
[Normal][hawk/hawk-greycat-backend-master-163-bwh3k-w2ltr-bv5bg][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13" already present on machine
[Normal][hawk/hawk-greycat-backend-master-163-bwh3k-w2ltr-bv5bg][Created] Created container jnlp
[Normal][hawk/hawk-greycat-backend-master-163-bwh3k-w2ltr-bv5bg][Started] Started container jnlp
Agent hawk-greycat-backend-master-163-bwh3k-w2ltr-bv5bg is provisioned from template Hawk_Greycat_backend_master_163-bwh3k-w2ltr
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.hawk.svc.cluster.local/hawk/job/Hawk%20Greycat%20backend/job/master/163/"
    runUrl: "job/Hawk%20Greycat%20backend/job/master/163/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "38686bbe520e7b633bd8720b53213d8437b153ad"
    jenkins/label: "Hawk_Greycat_backend_master_163-bwh3k"
  name: "hawk-greycat-backend-master-163-bwh3k-w2ltr-bv5bg"
  namespace: "hawk"
spec:
  containers:
  - command:
    - "cat"
    env:
    - name: "MAVEN_OPTS"
      value: "-Duser.home=/home/jenkins -Xmx512m -Xms256m"
    - name: "HOME"
      value: "/home/jenkins"
    image: "maven:3-jdk-11"
    name: "maven"
    resources:
      limits:
        memory: "4Gi"
        cpu: "1"
      requests:
        memory: "4Gi"
        cpu: "1"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins"
      name: "jenkins-home"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "settings-xml"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "settings-security-xml"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "toolchains-xml"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.m2/repository"
      name: "m2-repo"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-known-hosts"
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.hawk.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "hawk-greycat-backend-master-163-bwh3k-w2ltr-bv5bg"
    - name: "JENKINS_NAME"
      value: "hawk-greycat-backend-master-163-bwh3k-w2ltr-bv5bg"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.hawk.svc.cluster.local/hawk/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13"
    name: "jnlp"
    resources:
      limits: {}
      requests:
        memory: "256Mi"
        cpu: "100m"
    volumeMounts:
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-known-hosts"
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "settings-security-xml"
    secret:
      items:
      - key: "settings-security.xml"
        path: "settings-security.xml"
      secretName: "m2-secret-dir"
  - configMap:
      items:
      - key: "toolchains.xml"
        path: "toolchains.xml"
      name: "m2-dir"
    name: "toolchains-xml"
  - emptyDir: {}
    name: "m2-repo"
  - emptyDir:
      medium: ""
    name: "jenkins-home"
  - name: "settings-xml"
    secret:
      items:
      - key: "settings.xml"
        path: "settings.xml"
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - configMap:
      name: "known-hosts"
    name: "volume-known-hosts"

Running on hawk-greycat-backend-master-163-bwh3k-w2ltr-bv5bg in /home/jenkins/agent/workspace/Hawk_Greycat_backend_master
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
using credential projects-storage.eclipse.org-bot-ssh
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://gitlab.eclipse.org/eclipse/hawk/hawk.git
 > git init /home/jenkins/agent/workspace/Hawk_Greycat_backend_master # timeout=10
Fetching upstream changes from https://gitlab.eclipse.org/eclipse/hawk/hawk.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_SSH to set credentials ssh://genie.hawk@projects-storage.eclipse.org
[INFO] Currently running in a labeled security context
 > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/Hawk_Greycat_backend_master@tmp/jenkins-gitclient-ssh1162399394535246942.key
 > git fetch --no-tags --force --progress -- https://gitlab.eclipse.org/eclipse/hawk/hawk.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 4e01959498413e3188e1be140d7c61173d71edc1 (master)
 > git config remote.origin.url https://gitlab.eclipse.org/eclipse/hawk/hawk.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4e01959498413e3188e1be140d7c61173d71edc1 # timeout=10
Commit message: "sqlite: fix deployment of update site"
 > git rev-list --no-walk c0065d2da6114f70b5a746ccaf9405c001f2bfb0 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Core without tests)
Stage "Core without tests" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Greycat with tests)
Stage "Greycat with tests" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Downloads)
Stage "Downloads" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] slackSend
Slack Send Pipeline step running, values are - baseUrl: <empty>, teamDomain: hawk-developers, channel: #ci-notifications, color: #00FF00, botUser: true, tokenCredentialId: slack-token, notifyCommitters: false, iconEmoji: <empty>, username: <empty>, timestamp: <empty>
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
Finished: SUCCESS