Skip to content
Failed

Console Output

Pull request #145 opened
18:43:31 Connecting to https://api.github.com using eclipse-che4z-bot/****** (GitHub bot (username/token))
Obtained Jenkinsfile from 79ea3095a3d61d71c84d2e8b894348c31151ef18
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: che4z/jenkins-agent-cl59c
[Normal][che4z/jenkins-agent-cl59c][Scheduled] Successfully assigned jenkins-agent-cl59c to osnode-22.eclipse.org
[Normal][che4z/jenkins-agent-cl59c][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "workspace-volume" 
[Normal][che4z/jenkins-agent-cl59c][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "volume-known-hosts" 
[Normal][che4z/jenkins-agent-cl59c][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "default-token-5tq9c" 
Still waiting to schedule task
‘jenkins-agent-cl59c’ is offline
[Normal][che4z/jenkins-agent-cl59c][Pulled] Container image "node:12.10.0-alpine" already present on machine
[Normal][che4z/jenkins-agent-cl59c][Created] Created container
[Normal][che4z/jenkins-agent-cl59c][Started] Started container
[Normal][che4z/jenkins-agent-cl59c][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.5" already present on machine
[Normal][che4z/jenkins-agent-cl59c][Created] Created container
[Normal][che4z/jenkins-agent-cl59c][Started] Started container
Agent jenkins-agent-cl59c is provisioned from template zos-resource-explorer_pod_1_dependabotnpm_and_yarny18n-4.0.1-n8r3j
---
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%252Fy18n-4.0.1/1/"
    runUrl: "job/che-che4z-explorer-for-zos/job/dependabot%252Fnpm_and_yarn%252Fy18n-4.0.1/1/"
  labels:
    jenkins: "slave"
    jenkins/label: "zos-resource-explorer_pod_1_dependabotnpm_and_yarny18n-4.0.1"
  name: "jenkins-agent-cl59c"
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-cl59c"
    - name: "JENKINS_NAME"
      value: "jenkins-agent-cl59c"
    - 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.5"
    name: "jnlp"
    resources:
      requests:
        cpu: "100m"
        memory: "256Mi"
    volumeMounts:
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-known-hosts"
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  volumes:
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - configMap:
      name: "known-hosts"
    name: "volume-known-hosts"

Running on jenkins-agent-cl59c in /home/jenkins/agent/workspace/pendabot_npm_and_yarn_y18n-4.0.1
[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
Cloning repository https://github.com/eclipse/che-che4z-zos-resource-explorer.git
 > git init /home/jenkins/agent/workspace/pendabot_npm_and_yarn_y18n-4.0.1 # 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/y18n-4.0.1:refs/remotes/origin/dependabot/npm_and_yarn/y18n-4.0.1 # timeout=10
Avoid second fetch
Checking out Revision 79ea3095a3d61d71c84d2e8b894348c31151ef18 (dependabot/npm_and_yarn/y18n-4.0.1)
 > 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/y18n-4.0.1:refs/remotes/origin/dependabot/npm_and_yarn/y18n-4.0.1 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 79ea3095a3d61d71c84d2e8b894348c31151ef18 # timeout=10
Commit message: "Bump y18n from 4.0.0 to 4.0.1"
First time build. Skipping changelog.
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
18:44:25 [2021-03-30T22:44:25.517Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Install & Test)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
18:44:28 [2021-03-30T22:44:28.119Z] + npm ci
18:44:54 [2021-03-30T22:44:54.824Z] 
18:44:54 [2021-03-30T22:44:54.824Z] > fsevents@1.2.11 install /home/jenkins/agent/workspace/pendabot_npm_and_yarn_y18n-4.0.1/node_modules/fsevents
18:44:54 [2021-03-30T22:44:54.824Z] > node-gyp rebuild
18:44:54 [2021-03-30T22:44:54.824Z] 
18:44:54 [2021-03-30T22:44:54.824Z] gyp info it worked if it ends with ok
18:44:54 [2021-03-30T22:44:54.824Z] gyp info using node-gyp@5.0.3
18:44:54 [2021-03-30T22:44:54.824Z] gyp info using node@12.10.0 | linux | x64
18:44:54 [2021-03-30T22:44:54.824Z] gyp ERR! find Python 
18:44:54 [2021-03-30T22:44:54.824Z] gyp ERR! find Python Python is not set from command line or npm configuration
18:44:54 [2021-03-30T22:44:54.824Z] gyp ERR! find Python Python is not set from environment variable PYTHON
18:44:54 [2021-03-30T22:44:54.824Z] gyp ERR! find Python checking if "python" can be used
18:44:54 [2021-03-30T22:44:54.824Z] gyp ERR! find Python - "python" is not in PATH or produced an error
18:44:54 [2021-03-30T22:44:54.824Z] gyp ERR! find Python checking if "python2" can be used
18:44:54 [2021-03-30T22:44:54.824Z] gyp ERR! find Python - "python2" is not in PATH or produced an error
18:44:54 [2021-03-30T22:44:54.824Z] gyp ERR! find Python 
18:44:54 [2021-03-30T22:44:54.824Z] gyp ERR! find Python **********************************************************
18:44:54 [2021-03-30T22:44:54.824Z] gyp ERR! find Python You need to install the latest version of Python 2.7.
18:44:54 [2021-03-30T22:44:54.824Z] gyp ERR! find Python Node-gyp should be able to find and use Python. If not,
18:44:54 [2021-03-30T22:44:54.824Z] gyp ERR! find Python you can try one of the following options:
18:44:54 [2021-03-30T22:44:54.824Z] gyp ERR! find Python - Use the switch --python="/path/to/pythonexecutable"
18:44:54 [2021-03-30T22:44:54.824Z] gyp ERR! find Python   (accepted by both node-gyp and npm)
18:44:54 [2021-03-30T22:44:54.824Z] gyp ERR! find Python - Set the environment variable PYTHON
18:44:54 [2021-03-30T22:44:54.824Z] gyp ERR! find Python - Set the npm configuration variable python:
18:44:54 [2021-03-30T22:44:54.824Z] gyp ERR! find Python   npm config set python "/path/to/pythonexecutable"
18:44:54 [2021-03-30T22:44:54.824Z] gyp ERR! find Python For more information consult the documentation at:
18:44:54 [2021-03-30T22:44:54.824Z] gyp ERR! find Python https://github.com/nodejs/node-gyp#installation
18:44:54 [2021-03-30T22:44:54.824Z] gyp ERR! find Python **********************************************************
18:44:54 [2021-03-30T22:44:54.824Z] gyp ERR! find Python 
18:44:54 [2021-03-30T22:44:54.824Z] gyp ERR! configure error 
18:44:54 [2021-03-30T22:44:54.824Z] gyp ERR! stack Error: Could not find any Python installation to use
18:44:54 [2021-03-30T22:44:54.824Z] gyp ERR! stack     at PythonFinder.fail (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/find-python.js:303:47)
18:44:54 [2021-03-30T22:44:54.824Z] gyp ERR! stack     at PythonFinder.runChecks (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/find-python.js:132:21)
18:44:54 [2021-03-30T22:44:54.824Z] gyp ERR! stack     at PythonFinder.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/find-python.js:175:16)
18:44:54 [2021-03-30T22:44:54.824Z] gyp ERR! stack     at PythonFinder.execFileCallback (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/find-python.js:267:16)
18:44:54 [2021-03-30T22:44:54.824Z] gyp ERR! stack     at exithandler (child_process.js:302:5)
18:44:54 [2021-03-30T22:44:54.824Z] gyp ERR! stack     at ChildProcess.errorhandler (child_process.js:314:5)
18:44:54 [2021-03-30T22:44:54.824Z] gyp ERR! stack     at ChildProcess.emit (events.js:209:13)
18:44:54 [2021-03-30T22:44:54.824Z] gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:270:12)
18:44:54 [2021-03-30T22:44:54.824Z] gyp ERR! stack     at onErrorNT (internal/child_process.js:456:16)
18:44:54 [2021-03-30T22:44:54.824Z] gyp ERR! stack     at processTicksAndRejections (internal/process/task_queues.js:80:21)
18:44:54 [2021-03-30T22:44:54.824Z] gyp ERR! System Linux 3.10.0-1062.el7.x86_64
18:44:54 [2021-03-30T22:44:54.824Z] gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
18:44:54 [2021-03-30T22:44:54.824Z] gyp ERR! cwd /home/jenkins/agent/workspace/pendabot_npm_and_yarn_y18n-4.0.1/node_modules/fsevents
18:44:54 [2021-03-30T22:44:54.824Z] gyp ERR! node -v v12.10.0
18:44:54 [2021-03-30T22:44:54.824Z] gyp ERR! node-gyp -v v5.0.3
18:44:54 [2021-03-30T22:44:54.824Z] gyp ERR! not ok 
18:44:54 [2021-03-30T22:44:54.824Z] 
18:44:54 [2021-03-30T22:44:54.824Z] > zosexplorer@0.8.0 postinstall /home/jenkins/agent/workspace/pendabot_npm_and_yarn_y18n-4.0.1
18:44:54 [2021-03-30T22:44:54.824Z] > node ./node_modules/vscode/bin/install
18:44:54 [2021-03-30T22:44:54.824Z] 
18:44:54 [2021-03-30T22:44:54.824Z] Detected VS Code engine version: ^1.32.0
18:44:54 [2021-03-30T22:44:54.824Z] Error installing vscode.d.ts: Error: Request returned status code: 404
18:44:54 [2021-03-30T22:44:54.824Z] Details: <!DOCTYPE html>
18:44:54 [2021-03-30T22:44:54.824Z] <html lang="en">
18:44:54 [2021-03-30T22:44:54.824Z] <head>
18:44:54 [2021-03-30T22:44:54.824Z] <meta charset="utf-8">
18:44:54 [2021-03-30T22:44:54.824Z] <title>Error</title>
18:44:54 [2021-03-30T22:44:54.824Z] </head>
18:44:54 [2021-03-30T22:44:54.824Z] <body>
18:44:54 [2021-03-30T22:44:54.824Z] <pre>Cannot GET /api/releases/stable</pre>
18:44:54 [2021-03-30T22:44:54.824Z] </body>
18:44:54 [2021-03-30T22:44:54.824Z] </html>
18:44:54 [2021-03-30T22:44:54.824Z] 
18:44:54 [2021-03-30T22:44:54.824Z] npm ERR! code ELIFECYCLE
18:44:54 [2021-03-30T22:44:54.824Z] npm ERR! errno 1
18:44:54 [2021-03-30T22:44:54.824Z] npm ERR! zosexplorer@0.8.0 postinstall: `node ./node_modules/vscode/bin/install`
18:44:54 [2021-03-30T22:44:54.824Z] npm ERR! Exit status 1
18:44:54 [2021-03-30T22:44:54.825Z] npm ERR! 
18:44:54 [2021-03-30T22:44:54.825Z] npm ERR! Failed at the zosexplorer@0.8.0 postinstall script.
18:44:54 [2021-03-30T22:44:54.825Z] npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
18:44:54 [2021-03-30T22:44:54.825Z] 
18:44:54 [2021-03-30T22:44:54.825Z] npm ERR! A complete log of this run can be found in:
18:44:54 [2021-03-30T22:44:54.825Z] npm ERR!     /home/jenkins/agent/workspace/pendabot_npm_and_yarn_y18n-4.0.1/_logs/2021-03-30T22_44_51_710Z-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

GitHub has been notified of this commit’s build result

ERROR: script returned exit code 1
Finished: FAILURE