Skip to content

Console Output

Started by upstream project "eclipse-emfcloud/ecore-glsp/master" build number 6
originally caused by:
 Branch indexing
Running in Durability level: PERFORMANCE_OPTIMIZED
[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
WARNING: Unable to create pod: kubernetes emfcloud/emfcloud-agent-pod-p5cc7-ghv7g because kubernetes resource quota exceeded. 
Failure executing: POST at: https://10.30.0.1/api/v1/namespaces/emfcloud/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "emfcloud-agent-pod-p5cc7-ghv7g" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=1100m, used: requests.cpu=2350m, limited: requests.cpu=2650m.
Retrying...

WARNING: Unable to create pod: kubernetes emfcloud/emfcloud-agent-pod-p5cc7-6n5kl because kubernetes resource quota exceeded. 
Failure executing: POST at: https://10.30.0.1/api/v1/namespaces/emfcloud/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "emfcloud-agent-pod-p5cc7-6n5kl" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=1100m, used: requests.cpu=2350m, limited: requests.cpu=2650m.
Retrying...

Still waiting to schedule task
Waiting for next available executor
WARNING: Unable to create pod: kubernetes emfcloud/emfcloud-agent-pod-p5cc7-6b06w because kubernetes resource quota exceeded. 
Failure executing: POST at: https://10.30.0.1/api/v1/namespaces/emfcloud/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "emfcloud-agent-pod-p5cc7-6b06w" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=1100m, used: requests.cpu=2350m, limited: requests.cpu=2650m.
Retrying...

Created Pod: kubernetes emfcloud/emfcloud-agent-pod-p5cc7-r853f
[Normal][emfcloud/emfcloud-agent-pod-p5cc7-r853f][Scheduled] Successfully assigned emfcloud/emfcloud-agent-pod-p5cc7-r853f to okdnode-24
[Normal][emfcloud/emfcloud-agent-pod-p5cc7-r853f][AddedInterface] Add eth0 [10.40.62.242/23]
[Normal][emfcloud/emfcloud-agent-pod-p5cc7-r853f][Pulling] Pulling image "node:12.14.1"
[Normal][emfcloud/emfcloud-agent-pod-p5cc7-r853f][Pulled] Successfully pulled image "node:12.14.1" in 19.796563299s
[Normal][emfcloud/emfcloud-agent-pod-p5cc7-r853f][Created] Created container node
[Normal][emfcloud/emfcloud-agent-pod-p5cc7-r853f][Started] Started container node
[Normal][emfcloud/emfcloud-agent-pod-p5cc7-r853f][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.7" already present on machine
[Normal][emfcloud/emfcloud-agent-pod-p5cc7-r853f][Created] Created container jnlp
[Normal][emfcloud/emfcloud-agent-pod-p5cc7-r853f][Started] Started container jnlp
Agent emfcloud-agent-pod-p5cc7-r853f is provisioned from template emfcloud-agent-pod-p5cc7
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.emfcloud.svc.cluster.local/emfcloud/job/deploy-ecore-glsp-npm/25/"
    runUrl: "job/deploy-ecore-glsp-npm/25/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "23a4fbf7d1361c867cb556a885761746132d4a82"
    jenkins/label: "emfcloud-agent-pod"
  name: "emfcloud-agent-pod-p5cc7-r853f"
spec:
  containers:
  - command:
    - "cat"
    image: "node:12.14.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.emfcloud.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "emfcloud-agent-pod-p5cc7-r853f"
    - name: "JENKINS_NAME"
      value: "emfcloud-agent-pod-p5cc7-r853f"
    - 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-4.7"
    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:
      medium: ""
    name: "workspace-volume"

Running on emfcloud-agent-pod-p5cc7-r853f in /home/jenkins/agent/workspace/deploy-ecore-glsp-npm
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout master)
[Pipeline] git
The recommended git tool is: git
using credential github-bot
Cloning the remote Git repository
Cloning repository https://github.com/eclipse-emfcloud/ecore-glsp.git
 > git init /home/jenkins/agent/workspace/deploy-ecore-glsp-npm # timeout=10
Fetching upstream changes from https://github.com/eclipse-emfcloud/ecore-glsp.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/ecore-glsp.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision f7d3c343b7c6f9d57c1dbdfc3c8fb673b2395fdc (refs/remotes/origin/master)
 > git config remote.origin.url https://github.com/eclipse-emfcloud/ecore-glsp.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 f7d3c343b7c6f9d57c1dbdfc3c8fb673b2395fdc # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master f7d3c343b7c6f9d57c1dbdfc3c8fb673b2395fdc # timeout=10
Commit message: "Merge pull request #103 from eclipse-emfcloud/gh-discussions"
 > git rev-list --no-walk cd994a215de9231b3ca76581c15e448dfc320d7c # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build and Deploy)
[Pipeline] container
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/deploy-ecore-glsp-npm/client
[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-emfcloud-bot@eclipse.org
[Pipeline] sh
+ git config user.name eclipse-emfcloud-bot
[Pipeline] sh
+ yarn install
yarn install v1.21.1
[1/5] Validating package.json...
[2/5] Resolving packages...
warning Resolution field "sprotty@0.10.0-next.0e06051" is incompatible with requested version "sprotty@0.10.0-next.a91d3d7"
warning Resolution field "sprotty-theia@0.10.0-next.a5ea006" is incompatible with requested version "sprotty-theia@0.10.0-next.44cb2f4"
[3/5] Fetching packages...
warning Pattern ["@eclipse-emfcloud/modelserver-theia@next"] is trying to unpack in the same destination "/home/jenkins/agent/workspace/deploy-ecore-glsp-npm/yarn-cache/v6/npm-@eclipse-emfcloud-modelserver-theia-0.8.0-next.0817744e-1a48cf60a8bdb03d71b636a1045b98c623aa0a13-integrity/node_modules/@eclipse-emfcloud/modelserver-theia" as pattern ["@eclipse-emfcloud/modelserver-theia@0.8.0-next.0817744e","@eclipse-emfcloud/modelserver-theia@0.8.0-next.0817744e","@eclipse-emfcloud/modelserver-theia@0.8.0-next.0817744e"]. This could result in non-deterministic behavior, skipping.
warning sha.js@2.4.11: Invalid bin entry for "sha.js" (in "sha.js").
warning vscode-languageclient@6.1.4: The engine "vscode" appears to be invalid.
info fsevents@2.1.3: The platform "linux" is incompatible with this module.
info "fsevents@2.1.3" is an optional dependency and failed compatibility check. Excluding it from installation.
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.
info fsevents@1.2.13: The platform "linux" is incompatible with this module.
info "fsevents@1.2.13" is an optional dependency and failed compatibility check. Excluding it from installation.
[4/5] Linking dependencies...
warning "sprotty > snabbdom-virtualize@0.7.0" has incorrect peer dependency "snabbdom@~0.6.6".
warning "@typescript-eslint/eslint-plugin > tsutils@3.21.0" has unmet peer dependency "typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta".
warning " > babel-loader@8.0.6" has unmet peer dependency "@babel/core@^7.0.0".
warning " > babel-loader@8.0.6" has unmet peer dependency "webpack@>=2".
warning " > eslint-plugin-header@3.1.1" has incorrect peer dependency "eslint@>=7.7.0".
warning "workspace-aggregator-9ba1482d-c1b6-4f7f-b277-8b01ed4538b7 > browser-app > @theia/messages > react-perfect-scrollbar@1.5.8" has unmet peer dependency "react@>=16.3.3".
warning "workspace-aggregator-9ba1482d-c1b6-4f7f-b277-8b01ed4538b7 > browser-app > @theia/messages > react-perfect-scrollbar@1.5.8" has unmet peer dependency "react-dom@>=16.3.3".
warning "workspace-aggregator-9ba1482d-c1b6-4f7f-b277-8b01ed4538b7 > browser-app > @theia/plugin-ext > @theia/scm > react-autosize-textarea@7.1.0" has unmet peer dependency "react@^0.14.0 || ^15.0.0 || ^16.0.0".
warning "workspace-aggregator-9ba1482d-c1b6-4f7f-b277-8b01ed4538b7 > browser-app > @theia/plugin-ext > @theia/scm > react-autosize-textarea@7.1.0" has unmet peer dependency "react-dom@^0.14.0 || ^15.0.0 || ^16.0.0".
warning "workspace-aggregator-9ba1482d-c1b6-4f7f-b277-8b01ed4538b7 > browser-app > @theia/cli > @theia/application-manager > @theia/compression-webpack-plugin@3.0.0" has incorrect peer dependency "webpack@^4.3.0".
warning "workspace-aggregator-9ba1482d-c1b6-4f7f-b277-8b01ed4538b7 > browser-app > @theia/cli > @theia/application-manager > font-awesome-webpack@0.0.5-beta.2" has unmet peer dependency "font-awesome@>=4.3.0".
warning "workspace-aggregator-9ba1482d-c1b6-4f7f-b277-8b01ed4538b7 > browser-app > @theia/cli > @theia/application-manager > font-awesome-webpack > less-loader@2.2.3" has incorrect peer dependency "less@^2.3.1".
[5/5] Building fresh packages...
error /home/jenkins/agent/workspace/deploy-ecore-glsp-npm/client/node_modules/keytar: Command failed.
Exit code: 1
Command: prebuild-install || npm run build
Arguments: 
Directory: /home/jenkins/agent/workspace/deploy-ecore-glsp-npm/client/node_modules/keytar
Output:
prebuild-install WARN install EACCES: permission denied, mkdir '/.npm'
npm WARN lifecycle The node binary used for scripts is /tmp/yarn--1630426368812-0.5666117487507085/node but npm is using /usr/local/bin/node itself. Use the `--scripts-prepend-node-path` option to include the path for the node binary npm was executed with.

> keytar@7.7.0 build /home/jenkins/agent/workspace/deploy-ecore-glsp-npm/client/node_modules/keytar
> node-gyp rebuild

gyp WARN EACCES current user ("1002880000") does not have permission to access the dev dir "/.cache/node-gyp/12.14.1"
gyp WARN EACCES attempting to reinstall using temporary dev dir "/tmp/.node-gyp"
Package libsecret-1 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libsecret-1.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libsecret-1' found
gyp: Call to 'pkg-config --libs-only-l libsecret-1' returned exit status 1 while in binding.gyp. while trying to load binding.gyp
gyp ERR! configure error 
gyp ERR! stack Error: `gyp` failed with exit code: 1
gyp ERR! stack     at ChildProcess.onCpExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:351:16)
gyp ERR! stack     at ChildProcess.emit (events.js:223:5)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:272:12)
gyp ERR! System Linux 5.12.7-300.fc34.x86_64
gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /home/jenkins/agent/workspace/deploy-ecore-glsp-npm/client/node_modules/keytar
gyp ERR! node -v v12.14.1
gyp ERR! node-gyp -v v5.0.5
gyp ERR! not ok 
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! keytar@7.7.0 build: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the keytar@7.7.0 build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE