Skip to content

Console Output

Branch indexing
09:50:20 Connecting to https://api.github.com using eclipse-sprotty-bot/****** (GitHub bot (username/token))
Obtained Jenkinsfile from e657a92715973ff6cc0f06f5b7cc43dafb08191d
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: sprotty/sprotty-layout-agent-pod-trnnw-9p7r4
[Normal][sprotty/sprotty-layout-agent-pod-trnnw-9p7r4][Scheduled] Successfully assigned sprotty-layout-agent-pod-trnnw-9p7r4 to osnode-14.eclipse.org
[Normal][sprotty/sprotty-layout-agent-pod-trnnw-9p7r4][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "yarn-global" 
[Normal][sprotty/sprotty-layout-agent-pod-trnnw-9p7r4][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "workspace-volume" 
[Normal][sprotty/sprotty-layout-agent-pod-trnnw-9p7r4][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "default-token-l45kh" 
Still waiting to schedule task
‘sprotty-layout-agent-pod-trnnw-9p7r4’ is offline
[Normal][sprotty/sprotty-layout-agent-pod-trnnw-9p7r4][Pulled] Container image "node:12.18.3" already present on machine
[Normal][sprotty/sprotty-layout-agent-pod-trnnw-9p7r4][Created] Created container
[Normal][sprotty/sprotty-layout-agent-pod-trnnw-9p7r4][Started] Started container
[Normal][sprotty/sprotty-layout-agent-pod-trnnw-9p7r4][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1" already present on machine
[Normal][sprotty/sprotty-layout-agent-pod-trnnw-9p7r4][Created] Created container
[Normal][sprotty/sprotty-layout-agent-pod-trnnw-9p7r4][Started] Started container
Agent sprotty-layout-agent-pod-trnnw-9p7r4 is provisioned from template sprotty-layout-agent-pod-trnnw
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.sprotty.svc.cluster.local/sprotty/job/sprotty-layout/job/master/7/"
    runUrl: "job/sprotty-layout/job/master/7/"
  labels:
    jenkins: "slave"
    jenkins/label: "sprotty-layout-agent-pod"
  name: "sprotty-layout-agent-pod-trnnw-9p7r4"
spec:
  containers:
  - image: "node:12.18.3"
    name: "node"
    resources:
      limits:
        memory: "2Gi"
        cpu: "1"
      requests:
        memory: "2Gi"
        cpu: "1"
    tty: true
    volumeMounts:
    - mountPath: "/.yarn"
      name: "yarn-global"
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.sprotty.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "sprotty-layout-agent-pod-trnnw-9p7r4"
    - name: "JENKINS_NAME"
      value: "sprotty-layout-agent-pod-trnnw-9p7r4"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.sprotty.svc.cluster.local/sprotty/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1"
    name: "jnlp"
    resources:
      requests:
        cpu: "100m"
        memory: "256Mi"
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  volumes:
  - emptyDir: {}
    name: "yarn-global"
  - emptyDir:
      medium: ""
    name: "workspace-volume"

Running on sprotty-layout-agent-pod-trnnw-9p7r4 in /home/jenkins/agent/workspace/sprotty-layout_master
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
using credential github-bot
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Created Pod: sprotty/sprotty-layout-agent-pod-trnnw-xhnn0
[Normal][sprotty/sprotty-layout-agent-pod-trnnw-xhnn0][Scheduled] Successfully assigned sprotty-layout-agent-pod-trnnw-xhnn0 to osnode-20.eclipse.org
[Normal][sprotty/sprotty-layout-agent-pod-trnnw-xhnn0][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "workspace-volume" 
[Normal][sprotty/sprotty-layout-agent-pod-trnnw-xhnn0][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "yarn-global" 
Cloning repository https://github.com/eclipse/sprotty-layout.git
 > git init /home/jenkins/agent/workspace/sprotty-layout_master # timeout=10
Fetching upstream changes from https://github.com/eclipse/sprotty-layout.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --no-tags --force --progress -- https://github.com/eclipse/sprotty-layout.git +refs/heads/master:refs/remotes/origin/master # timeout=10
[Normal][sprotty/sprotty-layout-agent-pod-trnnw-xhnn0][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "default-token-l45kh" 
Fetching without tags
Checking out Revision e657a92715973ff6cc0f06f5b7cc43dafb08191d (master)
 > git config remote.origin.url https://github.com/eclipse/sprotty-layout.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/eclipse/sprotty-layout.git # timeout=10
Fetching upstream changes from https://github.com/eclipse/sprotty-layout.git
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --no-tags --force --progress -- https://github.com/eclipse/sprotty-layout.git +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e657a92715973ff6cc0f06f5b7cc43dafb08191d # timeout=10
[Normal][sprotty/sprotty-layout-agent-pod-trnnw-xhnn0][Pulled] Container image "node:12.18.3" already present on machine
[Normal][sprotty/sprotty-layout-agent-pod-trnnw-xhnn0][Created] Created container
[Normal][sprotty/sprotty-layout-agent-pod-trnnw-xhnn0][Started] Started container
[Normal][sprotty/sprotty-layout-agent-pod-trnnw-xhnn0][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1" already present on machine
[Normal][sprotty/sprotty-layout-agent-pod-trnnw-xhnn0][Created] Created container
[Normal][sprotty/sprotty-layout-agent-pod-trnnw-xhnn0][Started] Started container
Commit message: "Update Jenkinsfile"
 > git rev-list --no-walk ed18030164ca1aabdaddf177f5d1533135de6b2a # timeout=10
Cleaning workspace
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Build sprotty-elk)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/sprotty-layout_master/sprotty-elk
[Pipeline] {
[Pipeline] sh
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
+ yarn null install
yarn run v1.22.4
error Command "null" not found.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy (master only))
Stage "Deploy (master only)" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

ERROR: script returned exit code 1
Finished: FAILURE