Skip to content
Failed

Console Output

Started by GitHub push by ti-chi-bot[bot]
Started by GitHub push by ti-chi-bot[bot]
Running as SYSTEM
Agent default-ggr02 is provisioned from template default
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins/jenkins-jenkins-agent: "true"
    jenkins/label-digest: "500b4f18aee87616849e4f4c2435020898e34aa0"
    jenkins/label: "jenkins-jenkins-agent"
  name: "default-ggr02"
  namespace: "jenkins-ci-default"
spec:
  containers:
  - args:
    - "********"
    - "default-ggr02"
    env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-agent.apps.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "default-ggr02"
    - name: "JENKINS_NAME"
      value: "default-ggr02"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins.apps.svc.cluster.local:8080/jenkins"
    image: "jenkins/inbound-agent:3248.v65ecb_254c298-1"
    imagePullPolicy: "IfNotPresent"
    name: "jnlp"
    resources:
      limits:
        memory: "512Mi"
        cpu: "512m"
      requests:
        memory: "512Mi"
        cpu: "512m"
    tty: false
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  serviceAccountName: "default"
  volumes:
  - emptyDir:
      medium: ""
    name: "workspace-volume"

Building remotely on default-ggr02 (jenkins-jenkins-agent) in workspace /home/jenkins/agent/workspace/seed
The recommended git tool is: git
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/PingCAP-QE/ci.git
 > git init /home/jenkins/agent/workspace/seed # timeout=10
Fetching upstream changes from https://github.com/PingCAP-QE/ci.git
 > git --version # timeout=10
 > git --version # 'git version 2.39.2'
 > git fetch --tags --force --progress -- https://github.com/PingCAP-QE/ci.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/PingCAP-QE/ci.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse origin/main^{commit} # timeout=10
Checking out Revision bc83b19004dbbbaf56b7c4ddd46870ce560809a8 (origin/main)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f bc83b19004dbbbaf56b7c4ddd46870ce560809a8 # timeout=10
Commit message: "fix: vol fs group (#3145)"
 > git rev-list --no-walk 3edde2de384ea741bc3fc72ea84851ff7338e2aa # timeout=10
Processing DSL script jobs/pingcap-inc/aa_folder.groovy
Processing DSL script jobs/pingcap-inc/enterprise-extensions/aa_folder.groovy
Processing DSL script jobs/pingcap-inc/enterprise-extensions/latest/pr_verify.groovy
Processing DSL script jobs/pingcap-inc/enterprise-extensions/le-release-7.4/aa_folder.groovy
Processing DSL script jobs/pingcap-inc/enterprise-extensions/le-release-7.4/pr_verify.groovy
Processing DSL script jobs/pingcap-qe/aa_folder.groovy
ERROR: Could not read configuration file /var/jenkins_home/jobs/pingcap-qe/config.xml for job pingcap-qe
Finished: FAILURE