Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[glsp-build] Build eclipse-glsp/glsp/master (#101) FAILURE

Job: eclipse-glsp/glsp/master
Build Number: 101
Build URL: https://ci.eclipse.org/glsp/job/eclipse-glsp/job/glsp/job/master/101/
Push event to branch master
Connecting to https://api.github.com using GitHub app GLSP
Obtained Jenkinsfile from 820891694de575b1665d11429a4de49495bbde98
[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
Still waiting to schedule task
Waiting for next available executor on ‘glsp-agent-pod-8jg30-p7nld’
Agent glsp-agent-pod-8jg30-g6d3l is provisioned from template glsp-agent-pod-8jg30
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.glsp.svc.cluster.local/glsp/job/eclipse-glsp/job/glsp/job/master/100/";
    runUrl: "job/eclipse-glsp/job/glsp/job/master/100/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "ada02baee263c1a03329f0354abad8439fdbe91c"
    jenkins/label: "glsp-agent-pod"
  name: "glsp-agent-pod-8jg30-g6d3l"
  namespace: "glsp"
spec:
  containers:
  - command:
    - "cat"
    image: "eclipseglsp/ci:alpine-v4.0"
    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.glsp.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "glsp-agent-pod-8jg30-g6d3l"
    - name: "JENKINS_NAME"
      value: "glsp-agent-pod-8jg30-g6d3l"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.glsp.svc.cluster.local/glsp/";
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3107.v665000b_51092"
    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:
      medium: ""
    name: "workspace-volume"

Running on glsp-agent-pod-8jg30-g6d3l in /home/jenkins/agent/workspace/eclipse-glsp_glsp_master
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
using credential github-app-glsp
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/eclipse-glsp/glsp.git
 > git init /home/jenkins/agent/workspace/eclipse-glsp_glsp_master # timeout=10
Fetching upstream changes from https://github.com/eclipse-glsp/glsp.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub app GLSP
 > git fetch --no-tags --force --progress -- https://github.com/eclipse-glsp/glsp.git +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/eclipse-glsp/glsp.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
Avoid second fetch
Checking out Revision 820891694de575b1665d11429a4de49495bbde98 (master)
Commit message: "GLSP-1022: Update dependencies (#1023)"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 820891694de575b1665d11429a4de49495bbde98 # timeout=10
 > git rev-list --no-walk 820891694de575b1665d11429a4de49495bbde98 # timeout=10
[GitHub Checks] GitHub check (name: CI Jenkins Build, status: in_progress) has been published.
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] container
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] sh
+ yarn install
yarn install v1.22.19
[1/5] Validating package.json...
[2/5] Resolving packages...
[3/5] Fetching packages...
[4/5] Linking dependencies...
[5/5] Building fresh packages...
$ lerna run prepare
lerna notice cli v6.6.2
lerna info ci enabled

> @eclipse-glsp/cli:prepare

@eclipse-glsp/cli: @eclipse-glsp/cli: yarn run v1.22.19
@eclipse-glsp/cli: $ yarn clean && yarn build 
@eclipse-glsp/cli: @eclipse-glsp/cli: $ rimraf lib tsconfig.tsbuildinfo
@eclipse-glsp/cli: @eclipse-glsp/cli: $ tsc -b
@eclipse-glsp/cli: Done in 4.53s.

 

 >  Lerna (powered by Nx)   Successfully ran target prepare for project @eclipse-glsp/cli


Done in 32.03s.
[Pipeline] script
[Pipeline] {
[Pipeline] sh
+ git diff --name-only
+ grep -q ^yarn.lock
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Codechecks (ESLint))
[Pipeline] container
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] sh
+ yarn lint:ci
yarn run v1.22.19
$ lerna run lint:ci
lerna notice cli v6.6.2
lerna info ci enabled

> @eclipse-glsp/cli:"lint:ci"

@eclipse-glsp/cli: @eclipse-glsp/cli: $ yarn lint -o eslint.xml -f checkstyle
@eclipse-glsp/cli: @eclipse-glsp/cli: $ eslint --ext .ts,.tsx ./src -o eslint.xml -f checkstyle

 

 >  Lerna (powered by Nx)   Successfully ran target lint:ci for project @eclipse-glsp/cli


Done in 8.48s.
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy (master only))
[Pipeline] sh
+ git diff --name-only 'HEAD^'
+ grep -q '^dev-packages'
[Pipeline] container
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 30 min
[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-glsp-bot@xxxxxxxxxxx
[Pipeline] sh
+ git config user.name eclipse-glsp-bot
[Pipeline] sh
+ yarn publish:next
yarn run v1.22.19
$ SHA=$(git rev-parse --short HEAD) && lerna publish preminor --exact --canary --preid next.${SHA} --dist-tag next --no-git-reset --no-git-tag-version --no-push --yes
lerna notice cli v6.6.2
lerna info ci enabled
lerna info canary enabled
lerna WARN force-publish all packages
lerna info Assuming all packages changed

Found 9 packages to publish:
 - @eclipse-glsp/cli => 1.1.0-next.8208916.138+8208916
 - @eclipse-glsp/config-test => 1.1.0-next.8208916.138+8208916
 - @eclipse-glsp/config => 1.1.0-next.8208916.138+8208916
 - @eclipse-glsp/dev => 1.1.0-next.8208916.138+8208916
 - @eclipse-glsp/eslint-config => 1.1.0-next.8208916.138+8208916
 - @eclipse-glsp/mocha-config => 1.1.0-next.8208916.138+8208916
 - @eclipse-glsp/nyc-config => 1.1.0-next.8208916.138+8208916
 - @eclipse-glsp/prettier-config => 1.1.0-next.8208916.138+8208916
 - @eclipse-glsp/ts-config => 1.1.0-next.8208916.138+8208916

lerna info auto-confirmed 
lerna info publish Publishing packages to npm...
lerna info lifecycle parent@1.0.0-next~prepare: parent@1.0.0-next

> parent@1.0.0-next prepare /home/jenkins/agent/workspace/eclipse-glsp_glsp_master
> lerna run prepare


> @eclipse-glsp/cli:prepare

@eclipse-glsp/cli: @eclipse-glsp/cli: $ yarn clean && yarn build 
@eclipse-glsp/cli: @eclipse-glsp/cli: $ rimraf lib tsconfig.tsbuildinfo
@eclipse-glsp/cli: @eclipse-glsp/cli: $ tsc -b

 

 >  Lerna (powered by Nx)   Successfully ran target prepare for project @eclipse-glsp/cli
lerna info lifecycle @eclipse-glsp/cli@1.1.0-next.8208916.138+8208916~prepare: @eclipse-glsp/cli@1.1.0-next.8208916.138+8208916

> @eclipse-glsp/cli@1.1.0-next.8208916.138+8208916 prepare /home/jenkins/agent/workspace/eclipse-glsp_glsp_master/dev-packages/cli
> yarn clean && yarn build

$ rimraf lib tsconfig.tsbuildinfo
$ tsc -b
lerna ERR! E403 You cannot publish over the previously published versions: 1.1.0-next.8208916.138.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] script
[Pipeline] {
[Pipeline] echo
Build result FAILURE: Send email notification to glsp-build@xxxxxxxxxxx
[Pipeline] emailext
Sending email to: glsp-build@xxxxxxxxxxx

Back to the top