Skip to content
Failed

Console Output

Pull request #48 updated
05:05:17 Connecting to https://api.github.com using eclipse-che4z-bot/****** (GitHub bot (username/token))
Connecting to https://api.github.com to check permissions of obtain list of deepali-hub for eclipse/che-che4z-explorer-for-endevor
Loading trusted files from base branch master at c9ae4f159730435e70c7c6a4da74d90cd27b2ca0 rather than 609c8d66efd584cd385d81dbc54caa5d4eed30a9
Obtained Jenkinsfile from c9ae4f159730435e70c7c6a4da74d90cd27b2ca0
‘Jenkinsfile’ has been modified in an untrusted revision
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Still waiting to schedule task
All nodes of label ‘explorer-for-endevor_pod_3_PR-48’ are offline
Created Pod: che4z/explorer-for-endevor-pod-3-pr-48-nn55t-bvph6
[Normal][che4z/explorer-for-endevor-pod-3-pr-48-nn55t-bvph6][Scheduled] Successfully assigned explorer-for-endevor-pod-3-pr-48-nn55t-bvph6 to osnode-19.eclipse.org
[Normal][che4z/explorer-for-endevor-pod-3-pr-48-nn55t-bvph6][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "workspace-volume" 
[Normal][che4z/explorer-for-endevor-pod-3-pr-48-nn55t-bvph6][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "volume-known-hosts" 
[Normal][che4z/explorer-for-endevor-pod-3-pr-48-nn55t-bvph6][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "default-token-5tq9c" 
[Normal][che4z/explorer-for-endevor-pod-3-pr-48-nn55t-bvph6][Pulled] Container image "node:12.10.0-alpine" already present on machine
[Normal][che4z/explorer-for-endevor-pod-3-pr-48-nn55t-bvph6][Created] Created container
[Normal][che4z/explorer-for-endevor-pod-3-pr-48-nn55t-bvph6][Started] Started container
[Normal][che4z/explorer-for-endevor-pod-3-pr-48-nn55t-bvph6][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1" already present on machine
[Normal][che4z/explorer-for-endevor-pod-3-pr-48-nn55t-bvph6][Created] Created container
[Normal][che4z/explorer-for-endevor-pod-3-pr-48-nn55t-bvph6][Started] Started container
Agent explorer-for-endevor-pod-3-pr-48-nn55t-bvph6 is provisioned from template explorer-for-endevor_pod_3_PR-48-nn55t
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.che4z.svc.cluster.local/che4z/job/endevorExplorer/job/PR-48/3/"
    runUrl: "job/endevorExplorer/job/PR-48/3/"
  labels:
    jenkins: "slave"
    jenkins/label: "explorer-for-endevor_pod_3_PR-48"
  name: "explorer-for-endevor-pod-3-pr-48-nn55t-bvph6"
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: "explorer-for-endevor-pod-3-pr-48-nn55t-bvph6"
    - name: "JENKINS_NAME"
      value: "explorer-for-endevor-pod-3-pr-48-nn55t-bvph6"
    - 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.2.1"
    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 explorer-for-endevor-pod-3-pr-48-nn55t-bvph6 in /home/jenkins/agent/workspace/endevorExplorer_PR-48
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
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-explorer-for-endevor.git
 > git init /home/jenkins/agent/workspace/endevorExplorer_PR-48 # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/eclipse/che-che4z-explorer-for-endevor.git
 > git --version # timeout=10
 > git --version # 'git version 2.26.2'
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --no-tags --force --progress -- https://github.com/eclipse/che-che4z-explorer-for-endevor.git +refs/pull/48/head:refs/remotes/origin/PR-48 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/eclipse/che-che4z-explorer-for-endevor.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/48/head:refs/remotes/origin/PR-48 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/eclipse/che-che4z-explorer-for-endevor.git # timeout=10
Fetching upstream changes from https://github.com/eclipse/che-che4z-explorer-for-endevor.git
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --no-tags --force --progress -- https://github.com/eclipse/che-che4z-explorer-for-endevor.git +refs/pull/48/head:refs/remotes/origin/PR-48 +refs/heads/master:refs/remotes/origin/master # timeout=10
Merging remotes/origin/master commit c9ae4f159730435e70c7c6a4da74d90cd27b2ca0 into PR head commit 609c8d66efd584cd385d81dbc54caa5d4eed30a9
Merge succeeded, producing 609c8d66efd584cd385d81dbc54caa5d4eed30a9
Checking out Revision 609c8d66efd584cd385d81dbc54caa5d4eed30a9 (PR-48)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 609c8d66efd584cd385d81dbc54caa5d4eed30a9 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git merge c9ae4f159730435e70c7c6a4da74d90cd27b2ca0 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 609c8d66efd584cd385d81dbc54caa5d4eed30a9 # timeout=10
Commit message: "Updated/removed some flags and command"
 > git rev-list --no-walk 968ca8356ca0ab6382e394addd48a080eceb4403 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
05:25:27 [2020-10-23T09:25:27.337Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Install Dependencies)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
05:25:29 [2020-10-23T09:25:29.432Z] + npm ci
05:25:47 [2020-10-23T09:25:47.583Z] 
05:25:47 [2020-10-23T09:25:47.583Z] > explorer-for-endevor@0.10.0 postinstall /home/jenkins/agent/workspace/endevorExplorer_PR-48
05:25:47 [2020-10-23T09:25:47.583Z] > node ./node_modules/vscode/bin/install
05:25:47 [2020-10-23T09:25:47.584Z] 
05:25:47 [2020-10-23T09:25:47.584Z] Detected VS Code engine version: ^1.32.0
05:25:47 [2020-10-23T09:25:47.846Z] Found minimal version that qualifies engine range: 1.32.0
05:25:47 [2020-10-23T09:25:47.846Z] Fetching vscode.d.ts from: https://raw.githubusercontent.com/Microsoft/vscode/507312a3e3b34b084b467dfd983263bc7c9d87e0/src/vs/vscode.d.ts
05:25:48 [2020-10-23T09:25:48.425Z] vscode.d.ts successfully installed!
05:25:48 [2020-10-23T09:25:48.425Z] 
05:25:48 [2020-10-23T09:25:48.425Z] added 944 packages in 18.715s
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Package)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
05:25:49 [2020-10-23T09:25:49.976Z] + npx vsce package
05:25:55 [2020-10-23T09:25:55.303Z] npx: installed 67 in 4.764s
05:25:55 [2020-10-23T09:25:55.303Z] Executing prepublish script 'npm run vscode:prepublish'...
05:25:55 [2020-10-23T09:25:55.303Z] 
05:25:55 [2020-10-23T09:25:55.303Z] > explorer-for-endevor@0.10.0 vscode:prepublish /home/jenkins/agent/workspace/endevorExplorer_PR-48
05:25:55 [2020-10-23T09:25:55.303Z] > npm run compile
05:25:55 [2020-10-23T09:25:55.303Z] 
05:25:55 [2020-10-23T09:25:55.303Z] 
05:25:55 [2020-10-23T09:25:55.303Z] > explorer-for-endevor@0.10.0 compile /home/jenkins/agent/workspace/endevorExplorer_PR-48
05:25:55 [2020-10-23T09:25:55.303Z] > tsc -p ./
05:25:55 [2020-10-23T09:25:55.303Z] 
05:26:05 [2020-10-23T09:26:05.344Z] node_modules/@zowe/imperative/lib/rest/index.d.ts(10,10): error TS1005: 'from' expected.
05:26:05 [2020-10-23T09:26:05.344Z] node_modules/@zowe/imperative/lib/rest/index.d.ts(10,13): error TS1005: ';' expected.
05:26:05 [2020-10-23T09:26:05.344Z] node_modules/@zowe/imperative/lib/rest/index.d.ts(10,27): error TS1005: ';' expected.
05:26:05 [2020-10-23T09:26:05.344Z] node_modules/@zowe/imperative/lib/rest/index.d.ts(10,32): error TS1005: ';' expected.
05:26:05 [2020-10-23T09:26:05.344Z] node_modules/jest-diff/build/diffLines.d.ts(8,13): error TS1005: '=' expected.
05:26:05 [2020-10-23T09:26:05.344Z] node_modules/jest-diff/build/diffLines.d.ts(8,34): error TS1005: ';' expected.
05:26:05 [2020-10-23T09:26:05.344Z] node_modules/jest-diff/build/index.d.ts(10,13): error TS1005: '=' expected.
05:26:05 [2020-10-23T09:26:05.344Z] node_modules/jest-diff/build/index.d.ts(10,34): error TS1005: ';' expected.
05:26:05 [2020-10-23T09:26:05.344Z] node_modules/jest-diff/build/index.d.ts(11,1): error TS1128: Declaration or statement expected.
05:26:05 [2020-10-23T09:26:05.344Z] node_modules/jest-diff/build/index.d.ts(11,13): error TS1005: ';' expected.
05:26:05 [2020-10-23T09:26:05.344Z] node_modules/jest-diff/build/index.d.ts(11,52): error TS1005: ';' expected.
05:26:05 [2020-10-23T09:26:05.344Z] node_modules/jest-diff/build/printDiffs.d.ts(8,13): error TS1005: '=' expected.
05:26:05 [2020-10-23T09:26:05.344Z] node_modules/jest-diff/build/printDiffs.d.ts(8,57): error TS1005: ';' expected.
05:26:05 [2020-10-23T09:26:05.344Z] node_modules/pretty-format/build/index.d.ts(7,13): error TS1005: '=' expected.
05:26:05 [2020-10-23T09:26:05.344Z] node_modules/pretty-format/build/index.d.ts(7,18): error TS1005: ';' expected.
05:26:05 [2020-10-23T09:26:05.344Z] node_modules/pretty-format/build/index.d.ts(7,31): error TS1005: ';' expected.
05:26:05 [2020-10-23T09:26:05.344Z] node_modules/pretty-format/build/index.d.ts(7,36): error TS1005: ';' expected.
05:26:05 [2020-10-23T09:26:05.344Z] npm ERR! code ELIFECYCLE
05:26:05 [2020-10-23T09:26:05.344Z] npm ERR! errno 2
05:26:05 [2020-10-23T09:26:05.344Z] npm ERR! explorer-for-endevor@0.10.0 compile: `tsc -p ./`
05:26:05 [2020-10-23T09:26:05.344Z] npm ERR! Exit status 2
05:26:05 [2020-10-23T09:26:05.344Z] npm ERR! 
05:26:05 [2020-10-23T09:26:05.344Z] npm ERR! Failed at the explorer-for-endevor@0.10.0 compile script.
05:26:05 [2020-10-23T09:26:05.344Z] npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
05:26:05 [2020-10-23T09:26:05.344Z] 
05:26:05 [2020-10-23T09:26:05.344Z] npm ERR! A complete log of this run can be found in:
05:26:05 [2020-10-23T09:26:05.344Z] npm ERR!     /home/jenkins/agent/workspace/endevorExplorer_PR-48/_logs/2020-10-23T09_26_04_884Z-debug.log
05:26:05 [2020-10-23T09:26:05.344Z] npm ERR! code ELIFECYCLE
05:26:05 [2020-10-23T09:26:05.344Z] npm ERR! errno 2
05:26:05 [2020-10-23T09:26:05.344Z] npm ERR! explorer-for-endevor@0.10.0 vscode:prepublish: `npm run compile`
05:26:05 [2020-10-23T09:26:05.344Z] npm ERR! Exit status 2
05:26:05 [2020-10-23T09:26:05.344Z] npm ERR! 
05:26:05 [2020-10-23T09:26:05.344Z] npm ERR! Failed at the explorer-for-endevor@0.10.0 vscode:prepublish script.
05:26:05 [2020-10-23T09:26:05.344Z] npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
05:26:05 [2020-10-23T09:26:05.344Z] 
05:26:05 [2020-10-23T09:26:05.344Z] npm ERR! A complete log of this run can be found in:
05:26:05 [2020-10-23T09:26:05.345Z] npm ERR!     /home/jenkins/agent/workspace/endevorExplorer_PR-48/_logs/2020-10-23T09_26_04_969Z-debug.log
05:26:05 [2020-10-23T09:26:05.345Z]  ERROR  npm failed with exit code 2
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[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