Branch indexing Connecting to https://api.github.com using GitHub app GLSP Obtained Jenkinsfile from 256b59459dcd4a166204f3f6f480dcb1d1c1e83a [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’ Agent glsp-agent-pod-q0r7w-nn0nx is provisioned from template glsp-agent-pod-q0r7w --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.glsp.svc.cluster.local/glsp/job/eclipse-glsp/job/glsp-server-node/job/v1.1.0-RC10/2/" runUrl: "job/eclipse-glsp/job/glsp-server-node/job/v1.1.0-RC10/2/" labels: jenkins: "slave" jenkins/label-digest: "ada02baee263c1a03329f0354abad8439fdbe91c" jenkins/label: "glsp-agent-pod" name: "glsp-agent-pod-q0r7w-nn0nx" namespace: "glsp" spec: containers: - command: - "cat" image: "node:16" 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-q0r7w-nn0nx" - name: "JENKINS_NAME" value: "glsp-agent-pod-q0r7w-nn0nx" - 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-q0r7w-nn0nx in /home/jenkins/agent/workspace/a-integration_v1.0.0-theia1.27.0 [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-theia-integration.git > git init /home/jenkins/agent/workspace/a-integration_v1.0.0-theia1.27.0 # timeout=10 Fetching upstream changes from https://github.com/eclipse-glsp/glsp-theia-integration.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-theia-integration.git +refs/heads/v1.0.0-theia1.27.0:refs/remotes/origin/v1.0.0-theia1.27.0 # timeout=10 > git config remote.origin.url https://github.com/eclipse-glsp/glsp-theia-integration.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/v1.0.0-theia1.27.0:refs/remotes/origin/v1.0.0-theia1.27.0 # timeout=10 Avoid second fetch Checking out Revision 256b59459dcd4a166204f3f6f480dcb1d1c1e83a (v1.0.0-theia1.27.0) > git config core.sparsecheckout # timeout=10 > git checkout -f 256b59459dcd4a166204f3f6f480dcb1d1c1e83a # timeout=10 Commit message: "v1.0.0-theia1.27.0" > git rev-list --no-walk 256b59459dcd4a166204f3f6f480dcb1d1c1e83a # 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] timeout Timeout set to expire in 30 min [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] sh + yarn --ignore-engines --unsafe-perm yarn install v1.22.19 [1/4] Resolving packages... [2/4] Fetching packages... [3/4] Linking dependencies... warning "@eclipse-glsp/config > @eclipse-glsp/mocha-config@1.0.0" has unmet peer dependency "reflect-metadata@>=0.1.13". warning "lerna > @lerna/version > @lerna/github-client > @octokit/rest > @octokit/plugin-paginate-rest@2.21.2" has incorrect peer dependency "@octokit/core@>=4". warning "workspace-aggregator-a110b9fd-328a-4e58-9f0f-9e6410ac70e0 > @eclipse-glsp/theia-integration > @theia/messages > react-perfect-scrollbar@1.5.8" has unmet peer dependency "react@>=16.3.3". warning "workspace-aggregator-a110b9fd-328a-4e58-9f0f-9e6410ac70e0 > @eclipse-glsp/theia-integration > @theia/messages > react-perfect-scrollbar@1.5.8" has unmet peer dependency "react-dom@>=16.3.3". warning "workspace-aggregator-a110b9fd-328a-4e58-9f0f-9e6410ac70e0 > browser-app > @theia/process > node-pty@0.11.0-beta17" has unmet peer dependency "node-gyp@^8.3.0". WARNING: Unable to create pod: kubernetes glsp/glsp-agent-pod-vs7sr-4qvk0 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/glsp/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "glsp-agent-pod-vs7sr-4qvk0" is forbidden: exceeded quota: jenkins-instance-quota, requested: limits.cpu=2300m,limits.memory=4352Mi,pods=1,requests.cpu=2100m,requests.memory=4352Mi, used: limits.cpu=4600m,limits.memory=6Gi,pods=3,requests.cpu=2450m,requests.memory=6Gi, limited: limits.cpu=6600m,limits.memory=10Gi,pods=3,requests.cpu=2650m,requests.memory=10Gi. Retrying... [4/4] Building fresh packages... error /home/jenkins/agent/workspace/a-integration_v1.0.0-theia1.27.0/node_modules/keytar: Command failed. Exit code: 1 Command: prebuild-install || npm run build Arguments: Directory: /home/jenkins/agent/workspace/a-integration_v1.0.0-theia1.27.0/node_modules/keytar Output: prebuild-install WARN install EACCES: permission denied, mkdir '/.npm' > keytar@7.2.0 build > node-gyp rebuild gyp info it worked if it ends with ok gyp info using node-gyp@7.1.2 gyp info using node@16.19.0 | linux | x64 gyp info find Python using Python version 3.7.3 found at "/usr/bin/python3" gyp WARN EACCES current user ("1002890000") does not have permission to access the dev dir "/.cache/node-gyp/16.19.0" gyp WARN EACCES attempting to reinstall using temporary dev dir "/tmp/.node-gyp" gyp http GET https://nodejs.org/download/release/v16.19.0/node-v16.19.0-headers.tar.gz gyp http 200 https://nodejs.org/download/release/v16.19.0/node-v16.19.0-headers.tar.gz gyp http GET https://nodejs.org/download/release/v16.19.0/SHASUMS256.txt gyp http 200 https://nodejs.org/download/release/v16.19.0/SHASUMS256.txt (node:164) [DEP0150] DeprecationWarning: Setting process.config is deprecated. In the future the property will be read-only. (Use `node --trace-deprecation ...` to show where the warning was created) gyp info spawn /usr/bin/python3 gyp info spawn args [ gyp info spawn args '/home/jenkins/agent/workspace/a-integration_v1.0.0-theia1.27.0/node_modules/@npmcli/run-script/node_modules/node-gyp/gyp/gyp_main.py', gyp info spawn args 'binding.gyp', gyp info spawn args '-f', gyp info spawn args 'make', gyp info spawn args '-I', gyp info spawn args '/home/jenkins/agent/workspace/a-integration_v1.0.0-theia1.27.0/node_modules/keytar/build/config.gypi', gyp info spawn args '-I', gyp info spawn args '/home/jenkins/agent/workspace/a-integration_v1.0.0-theia1.27.0/node_modules/@npmcli/run-script/node_modules/node-gyp/addon.gypi', gyp info spawn args '-I', gyp info spawn args '/tmp/.node-gyp/16.19.0/include/node/common.gypi', gyp info spawn args '-Dlibrary=shared_library', gyp info spawn args '-Dvisibility=default', gyp info spawn args '-Dnode_root_dir=/tmp/.node-gyp/16.19.0', gyp info spawn args '-Dnode_gyp_dir=/home/jenkins/agent/workspace/a-integration_v1.0.0-theia1.27.0/node_modules/@npmcli/run-script/node_modules/node-gyp', gyp info spawn args '-Dnode_lib_file=/tmp/.node-gyp/16.19.0/<(target_arch)/node.lib', gyp info spawn args '-Dmodule_root_dir=/home/jenkins/agent/workspace/a-integration_v1.0.0-theia1.27.0/node_modules/keytar', gyp info spawn args '-Dnode_engine=v8', gyp info spawn args '--depth=.', gyp info spawn args '--no-parallel', gyp info spawn args '--generator-output', gyp info spawn args 'build', gyp info spawn args '-Goutput_dir=.' gyp info spawn args ] 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 --cflags 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 (/home/jenkins/agent/workspace/a-integration_v1.0.0-theia1.27.0/node_modules/@npmcli/run-script/node_modules/node-gyp/lib/configure.js:351:16) gyp ERR! stack at ChildProcess.emit (node:events:513:28) gyp ERR! stack at Process.ChildProcess._handle.onexit (node:internal/child_process:293:12) gyp ERR! System Linux 5.17.13-200.fc35.x86_64 gyp ERR! command "/usr/local/bin/node" "/home/jenkins/agent/workspace/a-integration_v1.0.0-theia1.27.0/node_modules/.bin/node-gyp" "rebuild" gyp ERR! cwd /home/jenkins/agent/workspace/a-integration_v1.0.0-theia1.27.0/node_modules/keytar gyp ERR! node -v v16.19.0 gyp ERR! node-gyp -v v7.1.2 gyp ERR! not ok info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command. Cannot contact glsp-agent-pod-q0r7w-nn0nx: java.lang.InterruptedException WARNING: Unable to create pod: kubernetes glsp/glsp-agent-pod-vs7sr-7837l because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/glsp/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "glsp-agent-pod-vs7sr-7837l" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=2100m, used: requests.cpu=1350m, limited: requests.cpu=2650m. Retrying... [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Codechecks (ESLint)) Stage "Codechecks (ESLint)" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Deploy (master only)) WARNING: Unable to create pod: kubernetes glsp/glsp-agent-pod-vs7sr-w6shd because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/glsp/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "glsp-agent-pod-vs7sr-w6shd" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=2100m, used: requests.cpu=1350m, limited: requests.cpu=2650m. Retrying... Stage "Deploy (master only)" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) WARNING: Unable to create pod: kubernetes glsp/glsp-agent-pod-vs7sr-3408r because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/glsp/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "glsp-agent-pod-vs7sr-3408r" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=2100m, used: requests.cpu=1350m, limited: requests.cpu=2650m. Retrying... [Pipeline] recordIssues [ESLint] [-ERROR-] Errors during parsing [ESLint] [-ERROR-] No files found for pattern 'node_modules/**/*/eslint.xml'. Configuration error? [ESLint] Searching for all files in '/home/jenkins/agent/workspace/a-integration_v1.0.0-theia1.27.0' that match the pattern 'node_modules/**/*/eslint.xml' [ESLint] Traversing of symbolic links: enabled [ESLint] Skipping post processing [ESLint] No filter has been set, publishing all 0 issues [ESLint] Repository miner is not configured, skipping repository mining [ESLint] Searching for all files in '/home/jenkins/agent/workspace/a-integration_v1.0.0-theia1.27.0' that match the pattern 'node_modules/**/*/eslint.xml' [ESLint] Traversing of symbolic links: enabled [ESLint] Skipping post processing [ESLint] No filter has been set, publishing all 0 issues [ESLint] Ignoring 'aggregatingResults' and ID 'null' since only a single tool is defined. [ESLint] Searching for all files in '/home/jenkins/agent/workspace/a-integration_v1.0.0-theia1.27.0' that match the pattern 'node_modules/**/*/eslint.xml' [ESLint] Traversing of symbolic links: enabled [ESLint] Skipping post processing [ESLint] No filter has been set, publishing all 0 issues [ESLint] Repository miner is not configured, skipping repository mining [ESLint] [-ERROR-] Errors during parsing [ESLint] [-ERROR-] No files found for pattern 'node_modules/**/*/eslint.xml'. Configuration error? [ESLint] [-ERROR-] Errors during parsing [ESLint] [-ERROR-] No files found for pattern 'node_modules/**/*/eslint.xml'. Configuration error? [ESLint] Reference build recorder is not configured [ESLint] Obtaining reference build from same job (v1.0.0-theia1.27.0) [ESLint] Using reference build 'eclipse-glsp/glsp-theia-integration/v1.0.0-theia1.27.0 #1' to compute new, fixed, and outstanding issues [ESLint] Issues delta (vs. reference build): outstanding: 0, new: 0, fixed: 0 [ESLint] Evaluating quality gates [ESLint] -> PASSED - Total (any severity): 0 - Quality Gate: 1 [ESLint] -> All quality gates have been passed [ESLint] Health report is disabled - skipping [ESLint] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues) [ESLint] Attaching ResultAction with ID 'eslint' to build 'eclipse-glsp/glsp-theia-integration/v1.0.0-theia1.27.0 #2'. WARNING: Unable to create pod: kubernetes glsp/glsp-agent-pod-vs7sr-6fpl3 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/glsp/pods. Message: Forbidden!Configured service account doesn't have access. Service account may have been revoked. pods "glsp-agent-pod-vs7sr-6fpl3" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=2100m, used: requests.cpu=1350m, limited: requests.cpu=2650m. Retrying... [GitHub Checks] GitHub check (name: ESLint, status: completed) has been published. [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline ERROR: script returned exit code 1 [GitHub Checks] GitHub check (name: CI Jenkins Build, status: completed) has been published. Finished: FAILURE