Skip to content
Failed

Console Output

Push event to branch version_bump_for_deps
11:17:48 Connecting to https://api.github.com using eclipse-che4z-bot/****** (GitHub bot (username/token))
Obtained Jenkinsfile from 3bf5aa987dba737ce946c042b0acb92f4f9cac88
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_version_bump_for_deps’ are offline
Created Pod: che4z/explorer-for-endevor-pod-3-version-bump-for-deps-tv21f-54r6l
[Normal][che4z/explorer-for-endevor-pod-3-version-bump-for-deps-tv21f-54r6l][Scheduled] Successfully assigned explorer-for-endevor-pod-3-version-bump-for-deps-tv21f-54r6l to osnode-14.eclipse.org
[Normal][che4z/explorer-for-endevor-pod-3-version-bump-for-deps-tv21f-54r6l][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "workspace-volume" 
[Normal][che4z/explorer-for-endevor-pod-3-version-bump-for-deps-tv21f-54r6l][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "default-token-5tq9c" 
[Normal][che4z/explorer-for-endevor-pod-3-version-bump-for-deps-tv21f-54r6l][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "volume-known-hosts" 
[Normal][che4z/explorer-for-endevor-pod-3-version-bump-for-deps-tv21f-54r6l][Pulled] Container image "node:12.10.0-alpine" already present on machine
[Normal][che4z/explorer-for-endevor-pod-3-version-bump-for-deps-tv21f-54r6l][Created] Created container
[Normal][che4z/explorer-for-endevor-pod-3-version-bump-for-deps-tv21f-54r6l][Started] Started container
[Normal][che4z/explorer-for-endevor-pod-3-version-bump-for-deps-tv21f-54r6l][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1" already present on machine
[Normal][che4z/explorer-for-endevor-pod-3-version-bump-for-deps-tv21f-54r6l][Created] Created container
[Normal][che4z/explorer-for-endevor-pod-3-version-bump-for-deps-tv21f-54r6l][Started] Started container
Agent explorer-for-endevor-pod-3-version-bump-for-deps-tv21f-54r6l is provisioned from template explorer-for-endevor_pod_3_version_bump_for_deps-tv21f
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.che4z.svc.cluster.local/che4z/job/endevorExplorer/job/version_bump_for_deps/3/"
    runUrl: "job/endevorExplorer/job/version_bump_for_deps/3/"
  labels:
    jenkins: "slave"
    jenkins/label: "explorer-for-endevor_pod_3_version_bump_for_deps"
  name: "explorer-for-endevor-pod-3-version-bump-for-deps-tv21f-54r6l"
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-version-bump-for-deps-tv21f-54r6l"
    - name: "JENKINS_NAME"
      value: "explorer-for-endevor-pod-3-version-bump-for-deps-tv21f-54r6l"
    - 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-version-bump-for-deps-tv21f-54r6l in /home/jenkins/agent/workspace/orExplorer_version_bump_for_deps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
12:01:48 [2020-11-19T17:01:48.495Z] Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Install Dependencies)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
12:01:54 [2020-11-19T17:01:54.008Z] + npm ci
12:01:54 [2020-11-19T17:01:54.154Z] npm ERR! code ENOENT
12:01:54 [2020-11-19T17:01:54.154Z] npm ERR! syscall open
12:01:54 [2020-11-19T17:01:54.154Z] npm ERR! path /home/jenkins/agent/workspace/orExplorer_version_bump_for_deps/package.json
12:01:54 [2020-11-19T17:01:54.154Z] npm ERR! errno -2
12:01:54 [2020-11-19T17:01:54.154Z] npm ERR! enoent ENOENT: no such file or directory, open '/home/jenkins/agent/workspace/orExplorer_version_bump_for_deps/package.json'
12:01:54 [2020-11-19T17:01:54.154Z] npm ERR! enoent This is related to npm not being able to find a file.
12:01:54 [2020-11-19T17:01:54.154Z] npm ERR! enoent 
12:01:54 [2020-11-19T17:01:54.154Z] 
12:01:54 [2020-11-19T17:01:54.154Z] npm ERR! A complete log of this run can be found in:
12:01:54 [2020-11-19T17:01:54.154Z] npm ERR!     /home/jenkins/agent/workspace/orExplorer_version_bump_for_deps/_logs/2020-11-19T17_01_53_798Z-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] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
ERROR: script returned exit code 254
Finished: FAILURE