Started by GitHub push by purelind Running as SYSTEM Agent default-q60lp 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-q60lp" namespace: "jenkins-ci-default" spec: containers: - args: - "********" - "default-q60lp" env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-agent.apps.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "default-q60lp" - name: "JENKINS_NAME" value: "default-q60lp" - 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-q60lp (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 7db17bc262b7b41bbc24226837faecdedd1cd096 (origin/main) > git config core.sparsecheckout # timeout=10 > git checkout -f 7db17bc262b7b41bbc24226837faecdedd1cd096 # timeout=10 Commit message: "fix(jobdsl): fix jobdsl error for folder lib git (#3230)" > git rev-list --no-walk 17a15b204eab52f3637116527d624ecbefbaf193 # timeout=10 Processing DSL script jobs/pingcap-inc/aa_folder.groovy Warning: (unknown source) extensions is deprecated ERROR: (unknown source) the following options are required and must be specified: noTags, reference Finished: FAILURE