[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[emfcloud-build] Build check-modelserver-glsp-integration (#56) FAILURE
|
Job: check-modelserver-glsp-integration
Build Number: 56
Build URL: https://ci.eclipse.org/emfcloud/job/check-modelserver-glsp-integration/56/
Started by user Nina Doschek
Running as Nina Doschek
[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 emfcloud/emfcloud-agent-pod-9651z-hhn8z
Agent emfcloud-agent-pod-9651z-hhn8z is provisioned from template emfcloud-agent-pod-9651z
---
apiVersion: "v1"
kind: "Pod"
metadata:
annotations:
buildUrl: "http://jenkins-ui.emfcloud.svc.cluster.local/emfcloud/job/check-modelserver-glsp-integration/56/"
runUrl: "job/check-modelserver-glsp-integration/56/"
labels:
jenkins: "slave"
jenkins/label-digest: "23a4fbf7d1361c867cb556a885761746132d4a82"
jenkins/label: "emfcloud-agent-pod"
name: "emfcloud-agent-pod-9651z-hhn8z"
namespace: "emfcloud"
spec:
containers:
- command:
- "cat"
image: "eclipseglsp/ci:alpine-v4.0"
name: "ci"
resources:
limits:
memory: "4Gi"
cpu: "2"
requests:
memory: "4Gi"
cpu: "2"
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.emfcloud.svc.cluster.local:50000"
- name: "JENKINS_AGENT_NAME"
value: "emfcloud-agent-pod-9651z-hhn8z"
- name: "JENKINS_NAME"
value: "emfcloud-agent-pod-9651z-hhn8z"
- name: "JENKINS_AGENT_WORKDIR"
value: "/home/jenkins/agent"
- name: "JENKINS_URL"
value: "http://jenkins-ui.emfcloud.svc.cluster.local/emfcloud/"
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 emfcloud-agent-pod-9651z-hhn8z in /home/jenkins/agent/workspace/check-modelserver-glsp-integration
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout current master)
[Pipeline] git
The recommended git tool is: NONE
using credential github-bot
Cloning the remote Git repository
Cloning repository https://github.com/eclipse-emfcloud/modelserver-glsp-integration.git
> git init /home/jenkins/agent/workspace/check-modelserver-glsp-integration # timeout=10
Fetching upstream changes from https://github.com/eclipse-emfcloud/modelserver-glsp-integration.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-emfcloud/modelserver-glsp-integration.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/eclipse-emfcloud/modelserver-glsp-integration.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 64d42bba3922605bf040edfb430bd244bc57b421 (refs/remotes/origin/issues/55)
> git rev-parse refs/remotes/origin/issues/55^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 64d42bba3922605bf040edfb430bd244bc57b421 # timeout=10
> git branch -a -v --no-abbrev # timeout=10
> git checkout -b issues/55 64d42bba3922605bf040edfb430bd244bc57b421 # timeout=10
Commit message: "#55 Update project-template to latest versions"
> git rev-list --no-walk 64d42bba3922605bf040edfb430bd244bc57b421 # timeout=10
[Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build: modelserver-glsp-integration example - upgrade client)
[Pipeline] timeout
Timeout set to expire in 30 min
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/client
[Pipeline] {
[Pipeline] withCredentials
Masking supported pattern matches of $GITHUB_TOKEN
[Pipeline] {
[Pipeline] echo
Install dependencies
[Pipeline] sh
+ yarn simpleInstall
yarn run v1.22.19
warning Skipping preferred cache folder "/.cache/yarn" because it is not writable.
warning Selected the next writable cache folder in the list, will be "/tmp/.yarn-cache-1002880000".
$ yarn install --ignore-scripts
warning Skipping preferred cache folder "/.cache/yarn" because it is not writable.
warning Selected the next writable cache folder in the list, will be "/tmp/.yarn-cache-1002880000".
[1/5] Validating package.json...
[2/5] Resolving packages...
[3/5] Fetching packages...
error An unexpected error occurred: "https://registry.yarnpkg.com/@lerna/filter-options/-/filter-options-6.4.1.tgz: Request failed \"404 Not Found\"".
info If you think this is a bug, please open a bug report with the information provided in "/home/jenkins/agent/workspace/check-modelserver-glsp-integration/project-templates/modelserver-glspjava-emf-theia/client/yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
warning @puppeteer/browsers@0.4.1: Invalid bin entry for "@puppeteer/browsers" (in "@puppeteer/browsers").
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] echo
Model Server GLSP Integration Build result FAILURE: Send email notification to emfcloud-build@xxxxxxxxxxx
[Pipeline] emailext
Sending email to: emfcloud-build@xxxxxxxxxxx