Skip to content

Console Output

Started by upstream project "sprotty-theia/master" build number 43
originally caused by:
 Branch indexing
[Pipeline] Start of Pipeline
[Pipeline] echo
[WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option.
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: kubernetes sprotty/sprotty-agent-pod-7sxsb-twqdd
Still waiting to schedule task
‘sprotty-agent-pod-7sxsb-twqdd’ is offline
Agent sprotty-agent-pod-7sxsb-twqdd is provisioned from template sprotty-agent-pod-7sxsb
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.sprotty.svc.cluster.local/sprotty/job/deploy-sprotty-theia/31/"
    runUrl: "job/deploy-sprotty-theia/31/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "94c9ac7d111dbbd882706642673985e1e8e78a4d"
    jenkins/label: "sprotty-agent-pod"
  name: "sprotty-agent-pod-7sxsb-twqdd"
  namespace: "sprotty"
spec:
  containers:
  - command:
    - "cat"
    image: "eclipsetheia/theia-blueprint"
    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: "/.cache"
      name: "global-cache"
    - mountPath: "/.npm"
      name: "global-npm"
    - 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-7sxsb-twqdd"
    - name: "JENKINS_NAME"
      value: "sprotty-agent-pod-7sxsb-twqdd"
    - 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-3160.vd76b_9ddd10cc"
    name: "jnlp"
    resources:
      requests:
        memory: "256Mi"
        cpu: "100m"
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - emptyDir: {}
    name: "yarn-global"
  - emptyDir: {}
    name: "jenkins-home"
  - emptyDir: {}
    name: "global-cache"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir: {}
    name: "global-npm"

Running on sprotty-agent-pod-7sxsb-twqdd in /home/jenkins/agent/workspace/deploy-sprotty-theia
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout master)
[Pipeline] git
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential github-bot
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/sprotty-theia.git
 > git init /home/jenkins/agent/workspace/deploy-sprotty-theia # timeout=10
Fetching upstream changes from https://github.com/eclipse/sprotty-theia.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --tags --force --progress -- https://github.com/eclipse/sprotty-theia.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse/sprotty-theia.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 866e1fd4a08e89bf2e6bf3fa474afd3d56235a58 (refs/remotes/origin/master)
Commit message: "Bump follow-redirects from 1.15.2 to 1.15.4"
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 866e1fd4a08e89bf2e6bf3fa474afd3d56235a58 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master 866e1fd4a08e89bf2e6bf3fa474afd3d56235a58 # timeout=10
 > git rev-list --no-walk c6a129f6808f79bebf637a3f9e7bee042e0ff157 # 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] sh
+ yarn install --ignore-engines
yarn install v1.22.19
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
$ yarn run clean && yarn run build
yarn run v1.22.19
$ rimraf lib artifacts
Done in 0.12s.
yarn run v1.22.19
$ tsc -p ./tsconfig.json && yarn run lint
$ eslint "src/**/!(*.spec.ts*)"
Done in 14.54s.
Done in 54.80s.
[Pipeline] sh
+ yarn publish:next --ignore-engines
yarn run v1.22.19
$ yarn publish --new-version "$(semver $npm_package_version -i minor)-next.$(git rev-parse --short HEAD)" --tag next --ignore-engines
[1/4] Bumping version...
info Current version: 0.12.0
info New version: 0.13.0-next.866e1fd
[2/4] Logging in...
[3/4] Publishing...
$ yarn run clean && yarn run build
$ rimraf lib artifacts
$ tsc -p ./tsconfig.json && yarn run lint
$ eslint "src/**/!(*.spec.ts*)"
$ yarn run test
$ jenkins-mocha --opts ./configs/mocha.opts "./src/**/*.spec.?(ts|tsx)"


  inversify
    ✓ error


  1 passing (7ms)


=============================== Coverage summary ===============================
Statements   : Unknown% ( 0/0 )
Branches     : Unknown% ( 0/0 )
Functions    : Unknown% ( 0/0 )
Lines        : Unknown% ( 0/0 )
================================================================================
success Published.
[4/4] Revoking token...
info Not revoking login token, specified via config file.
Done in 21.63s.
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
Finished: SUCCESS