Skip to content
Failed

Console Output

Started by user Iurii Shchekochikhin
Running as Iurii Shchekochikhin
 > git rev-parse --is-inside-work-tree # timeout=10
Setting origin to https://github.com/eclipse/che-che4z-explorer-for-zos.git
 > git config remote.origin.url https://github.com/eclipse/che-che4z-explorer-for-zos.git # timeout=10
Fetching origin...
Fetching upstream changes from origin
 > git --version # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials GitHub bot
 > git fetch --tags --force --progress origin +refs/heads/*:refs/remotes/origin/*
Seen branch in repository origin/30-connection-commands-tests
Seen branch in repository origin/30-dataset-data-provider-tests
Seen branch in repository origin/cicd-setup
Seen branch in repository origin/development
Seen 4 remote branches
Obtained Jenkinsfile from c2c15a644dce001d26fa308242857a78ff6e87c9
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Agent default-agent-l2kwj is provisioned from template Kubernetes Pod Template
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
  name: "default-agent-l2kwj"
spec:
  containers:
  - env:
    - name: "MAVEN_OPTS"
      value: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.che4z.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "default-agent-l2kwj"
    - name: "MAVEN_CONFIG"
      value: "-B -e"
    - name: "JENKINS_NAME"
      value: "default-agent-l2kwj"
    - 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"
    imagePullPolicy: "IfNotPresent"
    name: "jnlp"
    resources:
      limits:
        memory: "4096Mi"
        cpu: "2000m"
      requests:
        memory: "4096Mi"
        cpu: "1000m"
    securityContext:
      privileged: false
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "toolchains-xml"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "settings-xml"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector: {}
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-che4z"
      readOnly: true
  - configMap:
      items:
      - key: "toolchains.xml"
        path: "toolchains.xml"
      name: "m2-dir"
    name: "toolchains-xml"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - configMap:
      items:
      - key: "settings.xml"
        path: "settings.xml"
      name: "m2-dir"
    name: "settings-xml"
  - emptyDir:
      medium: ""
    name: "workspace-volume"

Running on default-agent-l2kwj 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/*:refs/remotes/origin/*
Fetching without tags
Checking out Revision c2c15a644dce001d26fa308242857a78ff6e87c9 (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/*:refs/remotes/origin/* # 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/*:refs/remotes/origin/*
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c2c15a644dce001d26fa308242857a78ff6e87c9
Commit message: "Fix jenkins file"
First time build. Skipping changelog.
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] checkout
using credential 3fbe8274-1094-4085-8ee5-a1b33528c24e
Fetching changes from the remote Git repository
Fetching without tags
Checking out Revision c2c15a644dce001d26fa308242857a78ff6e87c9 (cicd-setup)
Commit message: "Fix jenkins file"
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Install)
[Pipeline] sh
+ npm ci
/home/jenkins/agent/workspace/he4z-explorer-for-zos_cicd-setup@tmp/durable-f801c0fb/script.sh: line 1: npm: not found
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Compile)
Stage "Compile" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Package)
Stage "Package" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
 > git rev-parse --is-inside-work-tree # 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
 > 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/*:refs/remotes/origin/*
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c2c15a644dce001d26fa308242857a78ff6e87c9
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 127
Finished: FAILURE