Skip to content
Failed

Console Output

Push event to branch dependabot/npm_and_yarn/tmpl-1.0.5
08:25:55 Connecting to https://api.github.com using GitHub bot (username/token)
Obtained Jenkinsfile from a51ba59768a4b5e30e05719367d1697324c9f55c
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
Created Pod: kubernetes che4z/jenkins-agent-cz5j3
[Normal][che4z/jenkins-agent-cz5j3][Scheduled] Successfully assigned che4z/jenkins-agent-cz5j3 to okdnode-8
[Normal][che4z/jenkins-agent-cz5j3][AddedInterface] Add eth0 [10.40.22.101/23]
[Normal][che4z/jenkins-agent-cz5j3][Pulled] Container image "node:12.10.0-alpine" already present on machine
[Normal][che4z/jenkins-agent-cz5j3][Created] Created container node
[Normal][che4z/jenkins-agent-cz5j3][Started] Started container node
[Normal][che4z/jenkins-agent-cz5j3][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.7" already present on machine
[Normal][che4z/jenkins-agent-cz5j3][Created] Created container jnlp
[Normal][che4z/jenkins-agent-cz5j3][Started] Started container jnlp
Still waiting to schedule task
Waiting for next available executor on ‘jenkins-agent-cz5j3’
Agent jenkins-agent-cz5j3 is provisioned from template zos-resource-explorer_pod_1_dependabotnpm_and_yarntmpl-1.0.5-3kltl
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.che4z.svc.cluster.local/che4z/job/che-che4z-explorer-for-zos/job/dependabot%252Fnpm_and_yarn%252Ftmpl-1.0.5/1/"
    runUrl: "job/che-che4z-explorer-for-zos/job/dependabot%252Fnpm_and_yarn%252Ftmpl-1.0.5/1/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "da39a3ee5e6b4b0d3255bfef95601890afd80709"
    jenkins/label: "zos-resource-explorer_pod_1_dependabotnpm_and_yarntmpl-1.0.5"
  name: "jenkins-agent-cz5j3"
spec:
  containers:
  - image: "node:12.10.0-alpine"
    name: "node"
    resources:
      limits:
        memory: "2Gi"
        cpu: "1"
      requests:
        memory: "2Gi"
        cpu: "1"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.che4z.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "jenkins-agent-cz5j3"
    - name: "JENKINS_NAME"
      value: "jenkins-agent-cz5j3"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.che4z.svc.cluster.local/che4z/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.7"
    name: "jnlp"
    resources:
      limits: {}
      requests:
        memory: "256Mi"
        cpu: "100m"
    volumeMounts:
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-known-hosts"
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - configMap:
      name: "known-hosts"
    name: "volume-known-hosts"

Running on jenkins-agent-cz5j3 in /home/jenkins/agent/workspace/pendabot_npm_and_yarn_tmpl-1.0.5
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential github-bot
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Avoid second fetch
Checking out Revision a51ba59768a4b5e30e05719367d1697324c9f55c (dependabot/npm_and_yarn/tmpl-1.0.5)
Cloning repository https://github.com/eclipse/che-che4z-zos-resource-explorer.git
 > git init /home/jenkins/agent/workspace/pendabot_npm_and_yarn_tmpl-1.0.5 # timeout=10
Fetching upstream changes from https://github.com/eclipse/che-che4z-zos-resource-explorer.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --no-tags --force --progress -- https://github.com/eclipse/che-che4z-zos-resource-explorer.git +refs/heads/dependabot/npm_and_yarn/tmpl-1.0.5:refs/remotes/origin/dependabot/npm_and_yarn/tmpl-1.0.5 # timeout=10
 > git config remote.origin.url https://github.com/eclipse/che-che4z-zos-resource-explorer.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/dependabot/npm_and_yarn/tmpl-1.0.5:refs/remotes/origin/dependabot/npm_and_yarn/tmpl-1.0.5 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a51ba59768a4b5e30e05719367d1697324c9f55c # timeout=10
Commit message: "Bump tmpl from 1.0.4 to 1.0.5"
First time build. Skipping changelog.
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
08:26:41 [2021-09-21T12:26:41.302Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Install & Test)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
08:26:43 [2021-09-21T12:26:43.424Z] + npm ci
08:26:51 [2021-09-21T12:26:51.599Z] 
08:26:51 [2021-09-21T12:26:51.599Z] > fsevents@1.2.11 install /home/jenkins/agent/workspace/pendabot_npm_and_yarn_tmpl-1.0.5/node_modules/fsevents
08:26:51 [2021-09-21T12:26:51.599Z] > node-gyp rebuild
08:26:51 [2021-09-21T12:26:51.599Z] 
08:26:51 [2021-09-21T12:26:51.599Z] gyp info it worked if it ends with ok
08:26:51 [2021-09-21T12:26:51.599Z] gyp info using node-gyp@5.0.3
08:26:51 [2021-09-21T12:26:51.599Z] gyp info using node@12.10.0 | linux | x64
08:26:51 [2021-09-21T12:26:51.599Z] gyp ERR! find Python 
08:26:51 [2021-09-21T12:26:51.599Z] gyp ERR! find Python Python is not set from command line or npm configuration
08:26:51 [2021-09-21T12:26:51.599Z] gyp ERR! find Python Python is not set from environment variable PYTHON
08:26:51 [2021-09-21T12:26:51.599Z] gyp ERR! find Python checking if "python" can be used
08:26:51 [2021-09-21T12:26:51.599Z] gyp ERR! find Python - "python" is not in PATH or produced an error
08:26:51 [2021-09-21T12:26:51.599Z] gyp ERR! find Python checking if "python2" can be used
08:26:51 [2021-09-21T12:26:51.599Z] gyp ERR! find Python - "python2" is not in PATH or produced an error
08:26:51 [2021-09-21T12:26:51.599Z] gyp ERR! find Python 
08:26:51 [2021-09-21T12:26:51.599Z] gyp ERR! find Python **********************************************************
08:26:51 [2021-09-21T12:26:51.599Z] gyp ERR! find Python You need to install the latest version of Python 2.7.
08:26:51 [2021-09-21T12:26:51.599Z] gyp ERR! find Python Node-gyp should be able to find and use Python. If not,
08:26:51 [2021-09-21T12:26:51.599Z] gyp ERR! find Python you can try one of the following options:
08:26:51 [2021-09-21T12:26:51.599Z] gyp ERR! find Python - Use the switch --python="/path/to/pythonexecutable"
08:26:51 [2021-09-21T12:26:51.599Z] gyp ERR! find Python   (accepted by both node-gyp and npm)
08:26:51 [2021-09-21T12:26:51.599Z] gyp ERR! find Python - Set the environment variable PYTHON
08:26:51 [2021-09-21T12:26:51.599Z] gyp ERR! find Python - Set the npm configuration variable python:
08:26:51 [2021-09-21T12:26:51.599Z] gyp ERR! find Python   npm config set python "/path/to/pythonexecutable"
08:26:51 [2021-09-21T12:26:51.599Z] gyp ERR! find Python For more information consult the documentation at:
08:26:51 [2021-09-21T12:26:51.599Z] gyp ERR! find Python https://github.com/nodejs/node-gyp#installation
08:26:51 [2021-09-21T12:26:51.599Z] gyp ERR! find Python **********************************************************
08:26:51 [2021-09-21T12:26:51.599Z] gyp ERR! find Python 
08:26:51 [2021-09-21T12:26:51.599Z] gyp ERR! configure error 
08:26:51 [2021-09-21T12:26:51.599Z] gyp ERR! stack Error: Could not find any Python installation to use
08:26:51 [2021-09-21T12:26:51.599Z] gyp ERR! stack     at PythonFinder.fail (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/find-python.js:303:47)
08:26:51 [2021-09-21T12:26:51.599Z] gyp ERR! stack     at PythonFinder.runChecks (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/find-python.js:132:21)
08:26:51 [2021-09-21T12:26:51.599Z] gyp ERR! stack     at PythonFinder.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/find-python.js:175:16)
08:26:51 [2021-09-21T12:26:51.599Z] gyp ERR! stack     at PythonFinder.execFileCallback (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/find-python.js:267:16)
08:26:51 [2021-09-21T12:26:51.599Z] gyp ERR! stack     at exithandler (child_process.js:302:5)
08:26:51 [2021-09-21T12:26:51.599Z] gyp ERR! stack     at ChildProcess.errorhandler (child_process.js:314:5)
08:26:51 [2021-09-21T12:26:51.599Z] gyp ERR! stack     at ChildProcess.emit (events.js:209:13)
08:26:51 [2021-09-21T12:26:51.599Z] gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:270:12)
08:26:51 [2021-09-21T12:26:51.600Z] gyp ERR! stack     at onErrorNT (internal/child_process.js:456:16)
08:26:51 [2021-09-21T12:26:51.600Z] gyp ERR! stack     at processTicksAndRejections (internal/process/task_queues.js:80:21)
08:26:51 [2021-09-21T12:26:51.600Z] gyp ERR! System Linux 5.12.7-300.fc34.x86_64
08:26:51 [2021-09-21T12:26:51.600Z] gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
08:26:51 [2021-09-21T12:26:51.600Z] gyp ERR! cwd /home/jenkins/agent/workspace/pendabot_npm_and_yarn_tmpl-1.0.5/node_modules/fsevents
08:26:51 [2021-09-21T12:26:51.600Z] gyp ERR! node -v v12.10.0
08:26:51 [2021-09-21T12:26:51.600Z] gyp ERR! node-gyp -v v5.0.3
08:26:51 [2021-09-21T12:26:51.600Z] gyp ERR! not ok 
08:26:51 [2021-09-21T12:26:51.600Z] 
08:26:51 [2021-09-21T12:26:51.600Z] > zosexplorer@0.8.0 postinstall /home/jenkins/agent/workspace/pendabot_npm_and_yarn_tmpl-1.0.5
08:26:51 [2021-09-21T12:26:51.600Z] > node ./node_modules/vscode/bin/install
08:26:51 [2021-09-21T12:26:51.600Z] 
08:26:51 [2021-09-21T12:26:51.600Z] Detected VS Code engine version: ^1.32.0
08:26:52 [2021-09-21T12:26:52.634Z] Error installing vscode.d.ts: Error: Request returned status code: 404
08:26:52 [2021-09-21T12:26:52.634Z] Details: <!DOCTYPE html>
08:26:52 [2021-09-21T12:26:52.634Z] <html lang="en">
08:26:52 [2021-09-21T12:26:52.635Z] <head>
08:26:52 [2021-09-21T12:26:52.635Z] <meta charset="utf-8">
08:26:52 [2021-09-21T12:26:52.635Z] <title>Error</title>
08:26:52 [2021-09-21T12:26:52.635Z] </head>
08:26:52 [2021-09-21T12:26:52.635Z] <body>
08:26:52 [2021-09-21T12:26:52.635Z] <pre>Cannot GET /api/releases/stable</pre>
08:26:52 [2021-09-21T12:26:52.635Z] </body>
08:26:52 [2021-09-21T12:26:52.635Z] </html>
08:26:52 [2021-09-21T12:26:52.635Z] 
08:26:52 [2021-09-21T12:26:52.635Z] npm ERR! code ELIFECYCLE
08:26:52 [2021-09-21T12:26:52.635Z] npm ERR! errno 1
08:26:52 [2021-09-21T12:26:52.635Z] npm ERR! zosexplorer@0.8.0 postinstall: `node ./node_modules/vscode/bin/install`
08:26:52 [2021-09-21T12:26:52.635Z] npm ERR! Exit status 1
08:26:52 [2021-09-21T12:26:52.635Z] npm ERR! 
08:26:52 [2021-09-21T12:26:52.635Z] npm ERR! Failed at the zosexplorer@0.8.0 postinstall script.
08:26:52 [2021-09-21T12:26:52.635Z] npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
08:26:52 [2021-09-21T12:26:52.635Z] 
08:26:52 [2021-09-21T12:26:52.635Z] npm ERR! A complete log of this run can be found in:
08:26:52 [2021-09-21T12:26:52.635Z] npm ERR!     /home/jenkins/agent/workspace/pendabot_npm_and_yarn_tmpl-1.0.5/_logs/2021-09-21T12_26_52_283Z-debug.log
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Package)
Stage "Package" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy)
Stage "Deploy" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
ERROR: script returned exit code 1

GitHub has been notified of this commit’s build result

Finished: FAILURE