Skip to content
Failed

Console Output

Pull request #106 updated
06:39:14 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 nickImbirev for eclipse/che-che4z-explorer-for-endevor
Loading trusted files from base branch master at d31010ca7abcacc69a5603f63eb18556cc0b302e rather than 7d5908dad7fcc0e8b1bb764400756d4f13d2dea7
Obtained Jenkinsfile from d31010ca7abcacc69a5603f63eb18556cc0b302e
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: che4z/explorer-for-endevor-pod-4-pr-106-xwx91-mzxl3
[Normal][che4z/explorer-for-endevor-pod-4-pr-106-xwx91-mzxl3][Scheduled] Successfully assigned che4z/explorer-for-endevor-pod-4-pr-106-xwx91-mzxl3 to okdnode-20
[Normal][che4z/explorer-for-endevor-pod-4-pr-106-xwx91-mzxl3][AddedInterface] Add eth0 [10.40.54.31/23]
Still waiting to schedule task
‘explorer-for-endevor-pod-4-pr-106-xwx91-mzxl3’ is offline
[Normal][che4z/explorer-for-endevor-pod-4-pr-106-xwx91-mzxl3][Pulled] Container image "node:12.10.0-alpine" already present on machine
[Normal][che4z/explorer-for-endevor-pod-4-pr-106-xwx91-mzxl3][Created] Created container node
[Normal][che4z/explorer-for-endevor-pod-4-pr-106-xwx91-mzxl3][Started] Started container node
[Normal][che4z/explorer-for-endevor-pod-4-pr-106-xwx91-mzxl3][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.5" already present on machine
[Normal][che4z/explorer-for-endevor-pod-4-pr-106-xwx91-mzxl3][Created] Created container jnlp
[Normal][che4z/explorer-for-endevor-pod-4-pr-106-xwx91-mzxl3][Started] Started container jnlp
Agent explorer-for-endevor-pod-4-pr-106-xwx91-mzxl3 is provisioned from template explorer-for-endevor_pod_4_PR-106-xwx91
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.che4z.svc.cluster.local/che4z/job/endevorExplorer/job/PR-106/4/"
    runUrl: "job/endevorExplorer/job/PR-106/4/"
  labels:
    jenkins: "slave"
    jenkins/label: "explorer-for-endevor_pod_4_PR-106"
  name: "explorer-for-endevor-pod-4-pr-106-xwx91-mzxl3"
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-4-pr-106-xwx91-mzxl3"
    - name: "JENKINS_NAME"
      value: "explorer-for-endevor-pod-4-pr-106-xwx91-mzxl3"
    - 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 explorer-for-endevor-pod-4-pr-106-xwx91-mzxl3 in /home/jenkins/agent/workspace/endevorExplorer_PR-106
[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-106 # timeout=10
Fetching upstream changes from https://github.com/eclipse/che-che4z-explorer-for-endevor.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-explorer-for-endevor.git +refs/pull/106/head:refs/remotes/origin/PR-106 +refs/heads/master:refs/remotes/origin/master # timeout=10
Fetching without tags
 > 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/106/head:refs/remotes/origin/PR-106 # 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/106/head:refs/remotes/origin/PR-106 +refs/heads/master:refs/remotes/origin/master # timeout=10
Merging remotes/origin/master commit d31010ca7abcacc69a5603f63eb18556cc0b302e into PR head commit 7d5908dad7fcc0e8b1bb764400756d4f13d2dea7
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7d5908dad7fcc0e8b1bb764400756d4f13d2dea7 # 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 d31010ca7abcacc69a5603f63eb18556cc0b302e # timeout=10
Merge succeeded, producing 8e3b9a621b62c1074b5f60376bd1eecd78efd7fc
Checking out Revision 8e3b9a621b62c1074b5f60376bd1eecd78efd7fc (PR-106)
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8e3b9a621b62c1074b5f60376bd1eecd78efd7fc # timeout=10
Commit message: "Merge commit 'd31010ca7abcacc69a5603f63eb18556cc0b302e' into HEAD"
First time build. Skipping changelog.
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
06:40:23 [2021-05-10T10:40:23.376Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Install Dependencies)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
 > git rev-list --no-walk 9d0b366bcc87da73d306663d291672cd09d5bf68 # timeout=10
06:40:26 [2021-05-10T10:40:26.019Z] + npm ci
06:40:26 [2021-05-10T10:40:26.412Z] npm ERR! cipm can only install packages when your package.json and package-lock.json or npm-shrinkwrap.json are in sync. Please update your lock file with `npm install` before continuing.
06:40:26 [2021-05-10T10:40:26.412Z] npm ERR! 
06:40:26 [2021-05-10T10:40:26.412Z] npm ERR! 
06:40:26 [2021-05-10T10:40:26.412Z] npm ERR! Missing: copyfiles@^2.4.1
06:40:26 [2021-05-10T10:40:26.412Z] npm ERR! 
06:40:26 [2021-05-10T10:40:26.714Z] 
06:40:26 [2021-05-10T10:40:26.714Z] npm ERR! A complete log of this run can be found in:
06:40:26 [2021-05-10T10:40:26.714Z] npm ERR!     /home/jenkins/agent/workspace/endevorExplorer_PR-106/_logs/2021-05-10T10_40_26_028Z-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] }
[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