Console Output
Started by upstream project "eclipse-glsp/glsp-examples/master" build number 80
originally caused by:
Branch indexing
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Created Pod: glsp/glsp-agent-pod-nx96g-fmtt2
[Normal][glsp/glsp-agent-pod-nx96g-fmtt2][Scheduled] Successfully assigned glsp-agent-pod-nx96g-fmtt2 to osnode-13.eclipse.org
[Normal][glsp/glsp-agent-pod-nx96g-fmtt2][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "yarn-global"
[Normal][glsp/glsp-agent-pod-nx96g-fmtt2][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "jenkins-home"
[Normal][glsp/glsp-agent-pod-nx96g-fmtt2][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "workspace-volume"
[Normal][glsp/glsp-agent-pod-nx96g-fmtt2][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "default-token-nzzpd"
[Normal][glsp/glsp-agent-pod-nx96g-fmtt2][Pulled] Container image "node:10.20.1" already present on machine
[Normal][glsp/glsp-agent-pod-nx96g-fmtt2][Created] Created container
[Normal][glsp/glsp-agent-pod-nx96g-fmtt2][Started] Started container
[Normal][glsp/glsp-agent-pod-nx96g-fmtt2][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1" already present on machine
[Normal][glsp/glsp-agent-pod-nx96g-fmtt2][Created] Created container
[Normal][glsp/glsp-agent-pod-nx96g-fmtt2][Started] Started container
Created Pod: glsp/glsp-agent-pod-nx96g-pm2lc
[Normal][glsp/glsp-agent-pod-nx96g-pm2lc][Scheduled] Successfully assigned glsp-agent-pod-nx96g-pm2lc to osnode-20.eclipse.org
[Normal][glsp/glsp-agent-pod-nx96g-pm2lc][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "workspace-volume"
[Normal][glsp/glsp-agent-pod-nx96g-pm2lc][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "jenkins-home"
[Normal][glsp/glsp-agent-pod-nx96g-pm2lc][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "yarn-global"
[Normal][glsp/glsp-agent-pod-nx96g-pm2lc][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "default-token-nzzpd"
[Normal][glsp/glsp-agent-pod-nx96g-pm2lc][Pulled] Container image "node:10.20.1" already present on machine
[Normal][glsp/glsp-agent-pod-nx96g-pm2lc][Created] Created container
[Normal][glsp/glsp-agent-pod-nx96g-pm2lc][Started] Started container
[Normal][glsp/glsp-agent-pod-nx96g-pm2lc][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1" already present on machine
[Normal][glsp/glsp-agent-pod-nx96g-pm2lc][Created] Created container
[Normal][glsp/glsp-agent-pod-nx96g-pm2lc][Started] Started container
Agent glsp-agent-pod-nx96g-fmtt2 is provisioned from template glsp-agent-pod-nx96g
---
apiVersion: "v1"
kind: "Pod"
metadata:
annotations:
buildUrl: "http://jenkins-ui.glsp.svc.cluster.local/glsp/job/deploy-npm-glsp-examples/46/"
runUrl: "job/deploy-npm-glsp-examples/46/"
labels:
jenkins: "slave"
jenkins/label: "glsp-agent-pod"
name: "glsp-agent-pod-nx96g-fmtt2"
spec:
containers:
- command:
- "cat"
image: "node:10.20.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.glsp.svc.cluster.local:50000"
- name: "JENKINS_AGENT_NAME"
value: "glsp-agent-pod-nx96g-fmtt2"
- name: "JENKINS_NAME"
value: "glsp-agent-pod-nx96g-fmtt2"
- 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-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 glsp-agent-pod-nx96g-fmtt2 in /home/jenkins/agent/workspace/deploy-npm-glsp-examples
[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-glsp/glsp-examples.git
> git init /home/jenkins/agent/workspace/deploy-npm-glsp-examples # timeout=10
Fetching upstream changes from https://github.com/eclipse-glsp/glsp-examples.git
> git --version # timeout=10
using GIT_ASKPASS to set credentials GitHub bot
> git fetch --tags --force --progress -- https://github.com/eclipse-glsp/glsp-examples.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision b5f7412b73ac033a22240476862e03ac906ad553 (refs/remotes/origin/master)
> git config remote.origin.url https://github.com/eclipse-glsp/glsp-examples.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-glsp/glsp-examples.git # timeout=10
Fetching upstream changes from https://github.com/eclipse-glsp/glsp-examples.git
using GIT_ASKPASS to set credentials GitHub bot
> git fetch --tags --force --progress -- https://github.com/eclipse-glsp/glsp-examples.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 b5f7412b73ac033a22240476862e03ac906ad553 # timeout=10
> git branch -a -v --no-abbrev # timeout=10
> git checkout -b master b5f7412b73ac033a22240476862e03ac906ad553 # timeout=10
Commit message: "#99 Migrate CI builds to node 12 (#65)"
> git rev-list --no-walk 9857d194fe4b3abdc3f80183e8b38186ce10806d # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build package)
[Pipeline] dir
Running in /home/jenkins/agent/workspace/deploy-npm-glsp-examples/client
[Pipeline] {
[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-glsp-bot@eclipse.org
[Pipeline] sh
+ git config user.name eclipse-glsp-bot
[Pipeline] sh
+ yarn install
yarn install v1.22.4
[1/5] Validating package.json...
error parent@0.7.0: The engine "node" is incompatible with this module. Expected version ">=12.14.1 <13". Got "10.20.1"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE