Skip to content

Console Output

Branch indexing
 > git rev-parse --is-inside-work-tree # timeout=10
Setting origin to git://git.eclipse.org/gitroot/hawk/hawk.git
 > git config remote.origin.url git://git.eclipse.org/gitroot/hawk/hawk.git # timeout=10
Fetching origin...
Fetching upstream changes from origin
 > git --version # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_SSH to set credentials ssh://genie.hawk@projects-storage.eclipse.org
 > git fetch --tags --force --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10
Seen branch in repository origin/552362-commit-messages
Seen branch in repository origin/552698-git
Seen branch in repository origin/master
Seen 3 remote branches
Obtained neo4j2/Jenkinsfile from 9931da40d2882b5f3a2c2e17bd54ccecee89e86a
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: hawk/hawk-neo4j-support-master-120-757vk-n29tf-45h9t
[Normal][hawk/hawk-neo4j-support-master-120-757vk-n29tf-45h9t][Scheduled] Successfully assigned hawk-neo4j-support-master-120-757vk-n29tf-45h9t to osnode-16.eclipse.org
[Normal][hawk/hawk-neo4j-support-master-120-757vk-n29tf-45h9t][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "m2-repo" 
[Normal][hawk/hawk-neo4j-support-master-120-757vk-n29tf-45h9t][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "jenkins-home" 
[Normal][hawk/hawk-neo4j-support-master-120-757vk-n29tf-45h9t][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "workspace-volume" 
[Normal][hawk/hawk-neo4j-support-master-120-757vk-n29tf-45h9t][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "settings-security-xml" 
[Normal][hawk/hawk-neo4j-support-master-120-757vk-n29tf-45h9t][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "settings-xml" 
[Normal][hawk/hawk-neo4j-support-master-120-757vk-n29tf-45h9t][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "default-token-tm47h" 
[Normal][hawk/hawk-neo4j-support-master-120-757vk-n29tf-45h9t][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "volume-known-hosts" 
[Normal][hawk/hawk-neo4j-support-master-120-757vk-n29tf-45h9t][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "toolchains-xml" 
Still waiting to schedule task
‘hawk-neo4j-support-master-120-757vk-n29tf-45h9t’ is offline
[Normal][hawk/hawk-neo4j-support-master-120-757vk-n29tf-45h9t][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1" already present on machine
[Normal][hawk/hawk-neo4j-support-master-120-757vk-n29tf-45h9t][Created] Created container
[Normal][hawk/hawk-neo4j-support-master-120-757vk-n29tf-45h9t][Started] Started container
[Normal][hawk/hawk-neo4j-support-master-120-757vk-n29tf-45h9t][Pulled] Container image "maven:3.6.3-jdk-8" already present on machine
[Normal][hawk/hawk-neo4j-support-master-120-757vk-n29tf-45h9t][Created] Created container
[Normal][hawk/hawk-neo4j-support-master-120-757vk-n29tf-45h9t][Started] Started container
Agent hawk-neo4j-support-master-120-757vk-n29tf-45h9t is provisioned from template Hawk_Neo4j_support_master_120-757vk-n29tf
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.hawk.svc.cluster.local/hawk/job/Hawk%20Neo4j%20support/job/master/120/"
    runUrl: "job/Hawk%20Neo4j%20support/job/master/120/"
  labels:
    jenkins: "slave"
    jenkins/label: "Hawk_Neo4j_support_master_120-757vk"
  name: "hawk-neo4j-support-master-120-757vk-n29tf-45h9t"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.hawk.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "hawk-neo4j-support-master-120-757vk-n29tf-45h9t"
    - name: "JENKINS_NAME"
      value: "hawk-neo4j-support-master-120-757vk-n29tf-45h9t"
    - 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.2.1"
    name: "jnlp"
    resources:
      requests:
        cpu: "100m"
        memory: "256Mi"
    volumeMounts:
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-known-hosts"
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - command:
    - "cat"
    env:
    - name: "MAVEN_OPTS"
      value: "-Duser.home=/home/jenkins -Xms256m -Xmx512m"
    - name: "HOME"
      value: "/home/jenkins"
    image: "maven:3.6.3-jdk-8"
    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
  nodeSelector:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  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"
  - name: "settings-xml"
    secret:
      items:
      - key: "settings.xml"
        path: "settings.xml"
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "jenkins-home"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - configMap:
      name: "known-hosts"
    name: "volume-known-hosts"

Running on hawk-neo4j-support-master-120-757vk-n29tf-45h9t in /home/jenkins/agent/workspace/Hawk_Neo4j_support_master
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
using credential projects-storage.eclipse.org-bot-ssh
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository git://git.eclipse.org/gitroot/hawk/hawk.git
 > git init /home/jenkins/agent/workspace/Hawk_Neo4j_support_master # timeout=10
Fetching upstream changes from git://git.eclipse.org/gitroot/hawk/hawk.git
 > git --version # timeout=10
using GIT_SSH to set credentials ssh://genie.hawk@projects-storage.eclipse.org
 > git fetch --no-tags --force --progress -- git://git.eclipse.org/gitroot/hawk/hawk.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Fetching without tags
 > git config remote.origin.url git://git.eclipse.org/gitroot/hawk/hawk.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git://git.eclipse.org/gitroot/hawk/hawk.git # timeout=10
Fetching upstream changes from git://git.eclipse.org/gitroot/hawk/hawk.git
using GIT_SSH to set credentials ssh://genie.hawk@projects-storage.eclipse.org
 > git fetch --no-tags --force --progress -- git://git.eclipse.org/gitroot/hawk/hawk.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 9931da40d2882b5f3a2c2e17bd54ccecee89e86a (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9931da40d2882b5f3a2c2e17bd54ccecee89e86a # timeout=10
Commit message: "Greycat: free more memory during shutdown"
 > git rev-list --no-walk 661efa09020cdc4b60d1597ff5ec373457152660 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Core without tests)
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ cd core
+ mvn -B --quiet clean install -DskipTests --toolchains jenkins-toolchains.xml
Sending interrupt signal to process
Killing processes
kill finished with exit code 0
Terminated
script returned exit code 143
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Neo4j with tests)
Stage "Neo4j with tests" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] emailext
An attempt to send an e-mail to empty list of recipients, ignored.
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
Finished: ABORTED