Skip to content
Failed

Console Output

Branch indexing
15:34:37 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from b68e1760e47a99c6a5623b9366dd8156f749e7e2
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library jps@master
Examining docker/jps
Attempting to resolve master as a branch
Resolved master as branch master at revision 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
The recommended git tool is: NONE
using credential jps-reader
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/jps.git
 > git init /var/cloudbees-jenkins-distribution/workspace/containerd-packaging_1.3@libs/jps # timeout=10
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
Avoid second fetch
Checking out Revision 4f8fd6a86e521290dafaf7c28eced2a9b21b220a (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4f8fd6a86e521290dafaf7c28eced2a9b21b220a # timeout=10
Commit message: "Merge pull request #26 from docker/add-retry-to-vpn-image-pull"
First time build. Skipping changelog.
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines.
To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins.
[Pipeline] Start of Pipeline
[Pipeline] stage
[Pipeline] { (Check file headers)
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-031ad9e08d4390793) in /home/ubuntu/workspace/containerd-packaging_1.3
[Pipeline] {
[Pipeline] checkout
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential sf-release-bot.github.ssh
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository git@github.com:docker/containerd-packaging.git
 > git init /home/ubuntu/workspace/containerd-packaging_1.3 # timeout=10
Fetching upstream changes from git@github.com:docker/containerd-packaging.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_SSH to set credentials docker-jenkins user on github.com
 > git fetch --no-tags --force --progress -- git@github.com:docker/containerd-packaging.git +refs/heads/1.3:refs/remotes/origin/1.3 # timeout=10
Avoid second fetch
Checking out Revision b68e1760e47a99c6a5623b9366dd8156f749e7e2 (1.3)
 > git config remote.origin.url git@github.com:docker/containerd-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/1.3:refs/remotes/origin/1.3 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b68e1760e47a99c6a5623b9366dd8156f749e7e2 # timeout=10
Commit message: "Merge pull request #207 from thaJeztah/1.3_backport_registry_creds"
First time build. Skipping changelog.
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] checkout
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential sf-release-bot.github.ssh
Fetching changes from the remote Git repository
Fetching without tags
Checking out Revision b68e1760e47a99c6a5623b9366dd8156f749e7e2 (1.3)
Commit message: "Merge pull request #207 from thaJeztah/1.3_backport_registry_creds"
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
[Pipeline] sh
 > git rev-parse --resolve-git-dir /home/ubuntu/workspace/containerd-packaging_1.3/.git # timeout=10
 > git config remote.origin.url git@github.com:docker/containerd-packaging.git # timeout=10
Fetching upstream changes from git@github.com:docker/containerd-packaging.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_SSH to set credentials docker-jenkins user on github.com
 > git fetch --no-tags --force --progress -- git@github.com:docker/containerd-packaging.git +refs/heads/1.3:refs/remotes/origin/1.3 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b68e1760e47a99c6a5623b9366dd8156f749e7e2 # timeout=10
+ make validate
docker run --rm -v /home/ubuntu/workspace/containerd-packaging_1.3:/work -w /work docker.io/library/golang:1.21.3-buster bash -c 'go get -u github.com/kunalkushwaha/ltag && ./scripts/validate/fileheader'
Unable to find image 'golang:1.21.3-buster' locally
docker: Error response from daemon: manifest for golang:1.21.3-buster not found: manifest unknown: manifest unknown.
See 'docker run --help'.
make: *** [Makefile:113: validate] Error 125
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build packages)
Stage "Build packages" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

ERROR: script returned exit code 2
Finished: FAILURE