Skip to content

Console Output

Started by upstream project "sprotty-theia/master" build number 31
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-cmqql-cxqwc
[Normal][sprotty/sprotty-agent-pod-cmqql-cxqwc][Scheduled] Successfully assigned sprotty/sprotty-agent-pod-cmqql-cxqwc to okdnode-13
[Normal][sprotty/sprotty-agent-pod-cmqql-cxqwc][AddedInterface] Add eth0 [10.40.65.23/23] from openshift-sdn
[Normal][sprotty/sprotty-agent-pod-cmqql-cxqwc][Pulling] Pulling image "eclipsetheia/theia-blueprint"
[Normal][sprotty/sprotty-agent-pod-cmqql-cxqwc][Pulled] Successfully pulled image "eclipsetheia/theia-blueprint" in 597.887664ms
[Normal][sprotty/sprotty-agent-pod-cmqql-cxqwc][Created] Created container node
[Normal][sprotty/sprotty-agent-pod-cmqql-cxqwc][Started] Started container node
[Normal][sprotty/sprotty-agent-pod-cmqql-cxqwc][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.11.2" already present on machine
[Normal][sprotty/sprotty-agent-pod-cmqql-cxqwc][Created] Created container jnlp
[Normal][sprotty/sprotty-agent-pod-cmqql-cxqwc][Started] Started container jnlp
Still waiting to schedule task
‘sprotty-agent-pod-cmqql-cxqwc’ is offline
Agent sprotty-agent-pod-cmqql-cxqwc is provisioned from template sprotty-agent-pod-cmqql
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.sprotty.svc.cluster.local/sprotty/job/deploy-sprotty-theia/20/"
    runUrl: "job/deploy-sprotty-theia/20/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "94c9ac7d111dbbd882706642673985e1e8e78a4d"
    jenkins/label: "sprotty-agent-pod"
  name: "sprotty-agent-pod-cmqql-cxqwc"
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-cmqql-cxqwc"
    - name: "JENKINS_NAME"
      value: "sprotty-agent-pod-cmqql-cxqwc"
    - 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.11.2"
    name: "jnlp"
    resources:
      limits: {}
      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-cmqql-cxqwc 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
Avoid second fetch
Checking out Revision bc7b3d783414bebf67a45905d756f286d181f34e (refs/remotes/origin/master)
 > 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
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f bc7b3d783414bebf67a45905d756f286d181f34e # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master bc7b3d783414bebf67a45905d756f286d181f34e # timeout=10
Commit message: "Bump minimist from 1.2.5 to 1.2.6"
First time build. Skipping changelog.
[Pipeline] }
 > git rev-list --no-walk 94d1940642c7f9370ed0bbda030e95dfc76445c4 # timeout=10
[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.5
[1/4] Resolving packages...
[2/4] Fetching packages...
warning Pattern ["sprotty-protocol@next"] is trying to unpack in the same destination "/home/jenkins/agent/workspace/deploy-sprotty-theia/yarn-cache/v6/npm-sprotty-protocol-0.11.0-next.e898c14.30-19a860d9967d17ed0c5c79aa361a51836f901d23-integrity/node_modules/sprotty-protocol" as pattern ["sprotty-protocol@0.11.0-next.e898c14.30+e898c14"]. This could result in non-deterministic behavior, skipping.
info fsevents@2.3.2: The platform "linux" is incompatible with this module.
info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
[4/4] Building fresh packages...
$ yarn run clean && yarn run build
yarn run v1.22.5
$ rimraf lib artifacts
Done in 0.14s.
yarn run v1.22.5
$ tsc -p ./tsconfig.json && yarn run lint
$ eslint "src/**/!(*.spec.ts*)"
Done in 17.94s.
Done in 74.97s.
[Pipeline] sh
+ yarn publish:next --ignore-engines
yarn run v1.22.5
$ 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.11.0
info New version: 0.12.0-next.bc7b3d7
[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 (8ms)


=============================== 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 22.75s.
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
Finished: SUCCESS