Skip to content
Aborted

Console Output

Started by user Tomas Cech
Running as Tomas Cech
07:56:10 Connecting to https://api.github.com using eclipse-che4z-bot/****** (GitHub bot)
Obtained Jenkinsfile from 936756f745d561ba85550932596bef41e04206ab
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Agent explorer-for-zos-pod-12r48-9xk5j is provisioned from template Kubernetes Pod Template
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.che4z.svc.cluster.local/che4z/job/che-che4z-explorer-for-zos/job/cicd-setup/19/"
  labels:
    jenkins: "slave"
    jenkins/explorer-for-zos-pod: "true"
  name: "explorer-for-zos-pod-12r48-9xk5j"
spec:
  containers:
  - image: "node:12.9.1-alpine"
    name: "node"
    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-zos-pod-12r48-9xk5j"
    - name: "JENKINS_NAME"
      value: "explorer-for-zos-pod-12r48-9xk5j"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.che4z.svc.cluster.local/che4z/"
    - name: "HOME"
      value: "/home/jenkins"
    image: "eclipsecbijenkins/jenkins-agent:3.29@sha256:3dbc231fbe975b5e9ce83f5ea55d0456963e4cc1b21fb4e63e742eabcf16a807"
    name: "jnlp"
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector: {}
  restartPolicy: "Never"
  volumes:
  - emptyDir: {}
    name: "workspace-volume"

Running on explorer-for-zos-pod-12r48-9xk5j in /home/jenkins/agent/workspace/he4z-explorer-for-zos_cicd-setup
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
using credential 3fbe8274-1094-4085-8ee5-a1b33528c24e
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/eclipse/che-che4z-explorer-for-zos.git
 > git init /home/jenkins/agent/workspace/he4z-explorer-for-zos_cicd-setup # timeout=10
Fetching upstream changes from https://github.com/eclipse/che-che4z-explorer-for-zos.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials GitHub bot
 > git fetch --no-tags --force --progress https://github.com/eclipse/che-che4z-explorer-for-zos.git +refs/heads/cicd-setup:refs/remotes/origin/cicd-setup
Fetching without tags
Checking out Revision 936756f745d561ba85550932596bef41e04206ab (cicd-setup)
 > git config remote.origin.url https://github.com/eclipse/che-che4z-explorer-for-zos.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/cicd-setup:refs/remotes/origin/cicd-setup # timeout=10
 > git config remote.origin.url https://github.com/eclipse/che-che4z-explorer-for-zos.git # timeout=10
Fetching upstream changes from https://github.com/eclipse/che-che4z-explorer-for-zos.git
using GIT_ASKPASS to set credentials GitHub bot
 > git fetch --no-tags --force --progress https://github.com/eclipse/che-che4z-explorer-for-zos.git +refs/heads/cicd-setup:refs/remotes/origin/cicd-setup
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 936756f745d561ba85550932596bef41e04206ab
Commit message: "Merge branch 'development' into cicd-setup"
 > git rev-list --no-walk 936756f745d561ba85550932596bef41e04206ab # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ yarn --cache-folder /home/jenkins/agent/workspace/he4z-explorer-for-zos_cicd-setup/yarn-cache --global-folder /home/jenkins/agent/workspace/he4z-explorer-for-zos_cicd-setup/yarn-global install
yarn install v1.17.3
info No lockfile found.
warning package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by unsynchronized lock files. To clear this warning, remove package-lock.json.
[1/5] Validating package.json...
warning zosexplorer@0.8.0: The engine "vscode" appears to be invalid.
[2/5] Resolving packages...
warning jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > left-pad@1.3.0: use String.prototype.padStart()
[3/5] Fetching packages...
Sending interrupt signal to process
Killing processes
kill finished with exit code 0
Terminated
script returned exit code 143
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

Finished: ABORTED