Skip to content

Console Output

Started by user Jan Koehnlein
Running as Jan Koehnlein
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: sprotty/sprotty-agent-pod-qmck2-668pb
[Normal][sprotty/sprotty-agent-pod-qmck2-668pb][Scheduled] Successfully assigned sprotty-agent-pod-qmck2-668pb to osnode-14.eclipse.org
[Normal][sprotty/sprotty-agent-pod-qmck2-668pb][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "yarn-global" 
[Normal][sprotty/sprotty-agent-pod-qmck2-668pb][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "jenkins-home" 
[Normal][sprotty/sprotty-agent-pod-qmck2-668pb][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "workspace-volume" 
[Normal][sprotty/sprotty-agent-pod-qmck2-668pb][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "default-token-l45kh" 
Still waiting to schedule task
‘sprotty-agent-pod-qmck2-668pb’ is offline
[Normal][sprotty/sprotty-agent-pod-qmck2-668pb][Pulled] Container image "node:12.14.1" already present on machine
[Normal][sprotty/sprotty-agent-pod-qmck2-668pb][Created] Created container
[Normal][sprotty/sprotty-agent-pod-qmck2-668pb][Started] Started container
[Normal][sprotty/sprotty-agent-pod-qmck2-668pb][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1" already present on machine
[Normal][sprotty/sprotty-agent-pod-qmck2-668pb][Created] Created container
[Normal][sprotty/sprotty-agent-pod-qmck2-668pb][Started] Started container
Agent sprotty-agent-pod-qmck2-668pb is provisioned from template sprotty-agent-pod-qmck2
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.sprotty.svc.cluster.local/sprotty/job/deploy-sprotty-layout/2/"
    runUrl: "job/deploy-sprotty-layout/2/"
  labels:
    jenkins: "slave"
    jenkins/label: "sprotty-agent-pod"
  name: "sprotty-agent-pod-qmck2-668pb"
spec:
  containers:
  - command:
    - "cat"
    image: "node:12.14.1"
    name: "node"
    resources:
      limits:
        memory: "2Gi"
        cpu: "1"
      requests:
        memory: "2Gi"
        cpu: "1"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins"
      name: "jenkins-home"
      readOnly: false
    - mountPath: "/.yarn"
      name: "yarn-global"
      readOnly: false
    - 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-agent-pod-qmck2-668pb"
    - name: "JENKINS_NAME"
      value: "sprotty-agent-pod-qmck2-668pb"
    - 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: {}
    name: "jenkins-home"
  - emptyDir:
      medium: ""
    name: "workspace-volume"

Running on sprotty-agent-pod-qmck2-668pb in /home/jenkins/agent/workspace/deploy-sprotty-layout
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout master)
[Pipeline] git
using credential github-bot
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/sprotty-layout.git
 > git init /home/jenkins/agent/workspace/deploy-sprotty-layout # 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 --tags --force --progress -- https://github.com/eclipse/sprotty-layout.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 2d46423407c610425751553f557788b57cb0456f (refs/remotes/origin/master)
 > git config remote.origin.url https://github.com/eclipse/sprotty-layout.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # 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 --tags --force --progress -- https://github.com/eclipse/sprotty-layout.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2d46423407c610425751553f557788b57cb0456f # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master 2d46423407c610425751553f557788b57cb0456f # timeout=10
Commit message: "Update Jenkinsfile"
 > git rev-list --no-walk 2d46423407c610425751553f557788b57cb0456f # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build & Deploy)
[Pipeline] container
[Pipeline] {
[Pipeline] withCredentials
Masking supported pattern matches of $NPM_AUTH_TOKEN
[Pipeline] {
[Pipeline] sh
+ printf //registry.npmjs.org/:_authToken=****

[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] sh
+ git config user.email eclipse-sprotty-bot@eclipse.org
[Pipeline] sh
+ git config user.name eclipse-sprotty-bot
[Pipeline] dir
Running in /home/jenkins/agent/workspace/deploy-sprotty-layout/sprotty-elk
[Pipeline] {
[Pipeline] sh
+ yarn install
yarn install v1.21.1
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
warning "sprotty > snabbdom-virtualize@0.7.0" has incorrect peer dependency "snabbdom@~0.6.6".
[4/4] Building fresh packages...
$ yarn run clean && yarn run build
yarn run v1.21.1
$ rimraf lib artifacts
Done in 0.11s.
yarn run v1.21.1
$ tsc -p ./lib.tsconfig.json && yarn run lint
$ tslint -c ./configs/tslint.json --project ./lib.tsconfig.json
Done in 7.35s.
Done in 15.64s.
[Pipeline] sh
+ yarn publish:next
yarn run v1.21.1
$ yarn publish --new-version "$(semver $npm_package_version -i minor)-next.$(git rev-parse --short HEAD)" --tag next
[1/4] Bumping version...
info Current version: 0.9.0
info New version: 0.10.0-next.2d46423
[2/4] Logging in...
[3/4] Publishing...
$ yarn run clean && yarn run build
$ rimraf lib artifacts
$ tsc -p ./lib.tsconfig.json && yarn run lint
$ tslint -c ./configs/tslint.json --project ./lib.tsconfig.json
$ yarn run test
$ jenkins-mocha --opts ./configs/mocha.opts "./src/**/*.spec.?(ts|tsx)"


  ElkLayoutEngine
    ✓ arranges a very simple graph (298ms)
    ✓ arranges a graph with ports


  2 passing (317ms)

Handlebars: Access has been denied to resolve the property "statements" because it is not an "own property" of its parent.
You can add a runtime option to disable the check or this warning:
See https://handlebarsjs.com/api-reference/runtime-options.html#options-to-control-prototype-access for details
Handlebars: Access has been denied to resolve the property "branches" because it is not an "own property" of its parent.
You can add a runtime option to disable the check or this warning:
See https://handlebarsjs.com/api-reference/runtime-options.html#options-to-control-prototype-access for details
Handlebars: Access has been denied to resolve the property "functions" because it is not an "own property" of its parent.
You can add a runtime option to disable the check or this warning:
See https://handlebarsjs.com/api-reference/runtime-options.html#options-to-control-prototype-access for details
Handlebars: Access has been denied to resolve the property "lines" because it is not an "own property" of its parent.
You can add a runtime option to disable the check or this warning:
See https://handlebarsjs.com/api-reference/runtime-options.html#options-to-control-prototype-access for details

=============================== Coverage summary ===============================
Statements   : 79.02% ( 177/224 )
Branches     : 65.93% ( 89/135 )
Functions    : 73.17% ( 30/41 )
Lines        : 77.72% ( 157/202 )
================================================================================
success Published.
[4/4] Revoking token...
info Not revoking login token, specified via config file.
Done in 16.19s.
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
Finished: SUCCESS