Skip to content
Failed

Console Output

Skipping 2,602 KB.. Full Log
15:24:22 rm -f -r build
15:24:22 docker builder prune -f --filter until=24h
15:24:22 Total reclaimed space: 0B
15:24:22 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-714/static'
[Pipeline] sh
15:24:22 + echo starting...
15:24:22 starting...
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] sh
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
15:24:22 + make REF=master debian-bullseye
15:24:22 git init --initial-branch=master src/github.com/docker/cli
15:24:22 error: unknown option `initial-branch=master'
15:24:22 usage: git init [-q | --quiet] [--bare] [--template=<template-directory>] [--shared[=<permissions>]] [<directory>]
15:24:22 
15:24:22     --template <template-directory>
15:24:22                           directory from which templates will be used
15:24:22     --bare                create a bare repository
15:24:22     --shared[=<permissions>]
15:24:22                           specify that the git repository is to be shared amongst several users
15:24:22     -q, --quiet           be quiet
15:24:22     --separate-git-dir <gitdir>
15:24:22                           separate git dir from working tree
15:24:22 
15:24:22 make: *** [Makefile:26: src/github.com/docker/cli] Error 129
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] echo
15:24:22 Removing all docker containers
[Pipeline] sh
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch debian:bullseye-aarch64
15:24:22 + docker version
15:24:22 Client: Docker Engine - Community
15:24:22  Version:           20.10.14
15:24:22  API version:       1.41
15:24:22  Go version:        go1.16.15
15:24:22  Git commit:        a224086
15:24:22  Built:             Thu Mar 24 01:47:20 2022
15:24:22  OS/Arch:           linux/arm64
15:24:22  Context:           default
15:24:22  Experimental:      true
15:24:22 
15:24:22 Server: Docker Engine - Community
15:24:22  Engine:
15:24:22   Version:          20.10.14
15:24:22   API version:      1.41 (minimum version 1.12)
15:24:22   Go version:       go1.16.15
15:24:22   Git commit:       87a90dc
15:24:22   Built:            Thu Mar 24 01:45:39 2022
15:24:22   OS/Arch:          linux/arm64
15:24:22   Experimental:     true
15:24:22  containerd:
15:24:22   Version:          1.5.11
15:24:22   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
15:24:22  runc:
15:24:22   Version:          1.0.3
15:24:22   GitCommit:        v1.0.3-0-gf46b6ba
15:24:22  docker-init:
15:24:22   Version:          0.19.0
15:24:22   GitCommit:        de40ad0
[Pipeline] sh
15:24:22 + docker container ls -aq
[Pipeline] echo
15:24:22 Docker containers have been removed
[Pipeline] echo
15:24:22 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
15:24:22 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (ubuntu-jammy-aarch64)
[Pipeline] sh
15:24:22 + docker info
15:24:22 Client:
15:24:22  Context:    default
15:24:22  Debug Mode: false
15:24:22  Plugins:
15:24:22   app: Docker App (Docker Inc., v0.9.1-beta3)
15:24:22   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
15:24:22 
15:24:22 Server:
15:24:22  Containers: 0
15:24:22   Running: 0
15:24:22   Paused: 0
15:24:22   Stopped: 0
15:24:22  Images: 2
15:24:22  Server Version: 20.10.14
15:24:22  Storage Driver: overlay2
15:24:22   Backing Filesystem: extfs
15:24:22   Supports d_type: true
15:24:22   Native Overlay Diff: true
15:24:22   userxattr: false
15:24:22  Logging Driver: json-file
15:24:22  Cgroup Driver: cgroupfs
15:24:22  Cgroup Version: 1
15:24:22  Plugins:
15:24:22   Volume: local
15:24:22   Network: bridge host ipvlan macvlan null overlay
15:24:22   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
15:24:22  Swarm: inactive
15:24:22  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
15:24:22  Default Runtime: runc
15:24:22  Init Binary: docker-init
15:24:22  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
15:24:22  runc version: v1.0.3-0-gf46b6ba
15:24:22  init version: de40ad0
15:24:22  Security Options:
15:24:22   apparmor
15:24:22   seccomp
15:24:22    Profile: default
15:24:22  Kernel Version: 5.13.0-1021-aws
15:24:22  Operating System: Ubuntu 20.04.4 LTS
15:24:22  OSType: linux
15:24:22  Architecture: aarch64
15:24:22  CPUs: 2
15:24:22  Total Memory: 7.562GiB
15:24:22  Name: ip-10-100-117-225
15:24:22  ID: LVRX:CKHA:X5KA:JEHN:2DHR:HCQN:INVL:FYLI:K73M:VAGR:C6AR:CZXQ
15:24:22  Docker Root Dir: /var/lib/docker
15:24:22  Debug Mode: false
15:24:22  Username: dockerbuildbot
15:24:22  Registry: https://index.docker.io/v1/
15:24:22  Labels:
15:24:22  Experimental: true
15:24:22  Insecure Registries:
15:24:22   127.0.0.0/8
15:24:22  Live Restore Enabled: true
15:24:22 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] checkout
15:24:23 The recommended git tool is: git
15:24:23 using credential docker-jenkins-github-credentials
15:24:23 Cloning the remote Git repository
15:24:23 Cloning with configured refspecs honoured and without tags
15:24:23 + echo starting...
15:24:23 starting...
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] sh
15:24:23 Fetching without tags
15:24:23 Merging remotes/origin/master commit a772dcde9fc8fbd9d48cf025c59416d28454ddb9 into PR head commit 3164a49a1577157069c8c723f5644521b036a6b3
15:24:23 Merge succeeded, producing 3164a49a1577157069c8c723f5644521b036a6b3
15:24:23 Checking out Revision 3164a49a1577157069c8c723f5644521b036a6b3 (PR-714)
15:24:23 Commit message: "Makefile: set initial branch name"
15:24:23 + docker version
15:24:23 Client: Docker Engine - Community
15:24:23  Version:           20.10.14
15:24:23  API version:       1.41
15:24:23  Go version:        go1.16.15
15:24:23  Git commit:        a224086
15:24:23  Built:             Thu Mar 24 01:47:20 2022
15:24:23  OS/Arch:           linux/arm64
15:24:23  Context:           default
15:24:23  Experimental:      true
15:24:23 
15:24:23 Server: Docker Engine - Community
15:24:23  Engine:
15:24:23   Version:          20.10.14
15:24:23   API version:      1.41 (minimum version 1.12)
15:24:23   Go version:       go1.16.15
15:24:23   Git commit:       87a90dc
15:24:23   Built:            Thu Mar 24 01:45:39 2022
15:24:23   OS/Arch:          linux/arm64
15:24:23   Experimental:     true
15:24:23  containerd:
15:24:23   Version:          1.5.11
15:24:23   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
15:24:23  runc:
15:24:23   Version:          1.0.3
15:24:23   GitCommit:        v1.0.3-0-gf46b6ba
15:24:23  docker-init:
15:24:23   Version:          0.19.0
15:24:23   GitCommit:        de40ad0
[Pipeline] sh
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-714 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-ce-packaging.git +refs/pull/714/head:refs/remotes/origin/PR-714 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/714/head:refs/remotes/origin/PR-714 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-ce-packaging.git +refs/pull/714/head:refs/remotes/origin/PR-714 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3164a49a1577157069c8c723f5644521b036a6b3 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git merge a772dcde9fc8fbd9d48cf025c59416d28454ddb9 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3164a49a1577157069c8c723f5644521b036a6b3 # timeout=10
15:24:23 + docker info
15:24:23 Client:
15:24:23  Context:    default
15:24:23  Debug Mode: false
15:24:23  Plugins:
15:24:23   app: Docker App (Docker Inc., v0.9.1-beta3)
15:24:23   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
15:24:23 
15:24:23 Server:
15:24:23  Containers: 0
15:24:23   Running: 0
15:24:23   Paused: 0
15:24:23   Stopped: 0
15:24:23  Images: 1
15:24:23  Server Version: 20.10.14
15:24:23  Storage Driver: overlay2
15:24:23   Backing Filesystem: extfs
15:24:23   Supports d_type: true
15:24:23   Native Overlay Diff: true
15:24:23   userxattr: false
15:24:23  Logging Driver: json-file
15:24:23  Cgroup Driver: cgroupfs
15:24:23  Cgroup Version: 1
15:24:23  Plugins:
15:24:23   Volume: local
15:24:23   Network: bridge host ipvlan macvlan null overlay
15:24:23   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
15:24:23  Swarm: inactive
15:24:23  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
15:24:23  Default Runtime: runc
15:24:23  Init Binary: docker-init
15:24:23  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
15:24:23  runc version: v1.0.3-0-gf46b6ba
15:24:23  init version: de40ad0
15:24:23  Security Options:
15:24:23   apparmor
15:24:23   seccomp
15:24:23    Profile: default
15:24:23  Kernel Version: 5.13.0-1021-aws
15:24:23  Operating System: Ubuntu 20.04.4 LTS
15:24:23  OSType: linux
15:24:23  Architecture: aarch64
15:24:23  CPUs: 2
15:24:23  Total Memory: 7.562GiB
15:24:23  Name: ip-10-100-51-194
15:24:23  ID: LVRX:CKHA:X5KA:JEHN:2DHR:HCQN:INVL:FYLI:K73M:VAGR:C6AR:CZXQ
15:24:23  Docker Root Dir: /var/lib/docker
15:24:23  Debug Mode: false
15:24:23  Username: dockerbuildbot
15:24:23  Registry: https://index.docker.io/v1/
15:24:23  Labels:
15:24:23  Experimental: true
15:24:23  Insecure Registries:
15:24:23   127.0.0.0/8
15:24:23  Live Restore Enabled: true
15:24:23 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] checkout
15:24:23 The recommended git tool is: git
15:24:23 using credential docker-jenkins-github-credentials
15:24:23 Cloning the remote Git repository
15:24:23 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-714 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-ce-packaging.git +refs/pull/714/head:refs/remotes/origin/PR-714 +refs/heads/master:refs/remotes/origin/master # timeout=10
[Pipeline] sh
15:24:24 Fetching without tags
15:24:24 + make clean
15:24:24 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-714:/v -w /v alpine chown -R 1000:1000 src
15:24:24 rm -f -r src
15:24:24 make -C rpm clean
15:24:24 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-714/rpm'
15:24:24 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-714/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
15:24:24 rm -f -r rpmbuild/
15:24:24 docker builder prune -f --filter until=24h
15:24:24 Total reclaimed space: 0B
15:24:24 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-714/rpm'
15:24:24 make -C deb clean
15:24:24 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-714/deb'
15:24:24 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-714/deb:/v -w /v alpine chown -R 1000:1000 debbuild
15:24:24 rm -f -r debbuild
15:24:24 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-714/deb:/v -w /v alpine chown -R 1000:1000 sources
15:24:24 rm -f -r sources
15:24:24 docker builder prune -f --filter until=24h
15:24:24 Total reclaimed space: 0B
15:24:24 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-714/deb'
15:24:24 make -C static clean
15:24:24 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-714/static'
15:24:24 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-714/static:/v -w /v alpine chown -R 1000:1000 build
15:24:24 rm -f -r build
15:24:24 docker builder prune -f --filter until=24h
15:24:24 Total reclaimed space: 0B
15:24:24 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-714/static'
[Pipeline] sh
15:24:24 Merging remotes/origin/master commit a772dcde9fc8fbd9d48cf025c59416d28454ddb9 into PR head commit 3164a49a1577157069c8c723f5644521b036a6b3
15:24:24 Merge succeeded, producing 3164a49a1577157069c8c723f5644521b036a6b3
15:24:24 Checking out Revision 3164a49a1577157069c8c723f5644521b036a6b3 (PR-714)
15:24:24 Commit message: "Makefile: set initial branch name"
15:24:24 + make REF=master ubuntu-impish
15:24:24 git init --initial-branch=master src/github.com/docker/cli
15:24:24 error: unknown option `initial-branch=master'
15:24:24 usage: git init [-q | --quiet] [--bare] [--template=<template-directory>] [--shared[=<permissions>]] [<directory>]
15:24:24 
15:24:24     --template <template-directory>
15:24:24                           directory from which templates will be used
15:24:24     --bare                create a bare repository
15:24:24     --shared[=<permissions>]
15:24:24                           specify that the git repository is to be shared amongst several users
15:24:24     -q, --quiet           be quiet
15:24:24     --separate-git-dir <gitdir>
15:24:24                           separate git dir from working tree
15:24:24 
15:24:24 make: *** [Makefile:26: src/github.com/docker/cli] Error 129
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch ubuntu:impish-aarch64
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/714/head:refs/remotes/origin/PR-714 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-ce-packaging.git +refs/pull/714/head:refs/remotes/origin/PR-714 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3164a49a1577157069c8c723f5644521b036a6b3 # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git merge a772dcde9fc8fbd9d48cf025c59416d28454ddb9 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3164a49a1577157069c8c723f5644521b036a6b3 # timeout=10
[Pipeline] sh
15:24:25 + make clean
15:24:25 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-714:/v -w /v alpine chown -R 1000:1000 src
15:24:25 rm -f -r src
15:24:25 make -C rpm clean
15:24:25 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-714/rpm'
15:24:25 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-714/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
15:24:25 rm -f -r rpmbuild/
15:24:25 docker builder prune -f --filter until=24h
15:24:25 Total reclaimed space: 0B
15:24:25 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-714/rpm'
15:24:25 make -C deb clean
15:24:25 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-714/deb'
15:24:25 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-714/deb:/v -w /v alpine chown -R 1000:1000 debbuild
15:24:25 rm -f -r debbuild
15:24:25 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-714/deb:/v -w /v alpine chown -R 1000:1000 sources
15:24:25 rm -f -r sources
15:24:25 docker builder prune -f --filter until=24h
15:24:25 Total reclaimed space: 0B
15:24:25 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-714/deb'
15:24:25 make -C static clean
15:24:25 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-714/static'
15:24:25 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-714/static:/v -w /v alpine chown -R 1000:1000 build
15:24:25 rm -f -r build
15:24:25 docker builder prune -f --filter until=24h
15:24:25 Total reclaimed space: 0B
15:24:25 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-714/static'
[Pipeline] sh
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
15:24:25 + make REF=master ubuntu-jammy
15:24:25 git init --initial-branch=master src/github.com/docker/cli
15:24:25 error: unknown option `initial-branch=master'
15:24:25 usage: git init [-q | --quiet] [--bare] [--template=<template-directory>] [--shared[=<permissions>]] [<directory>]
15:24:25 
15:24:25     --template <template-directory>
15:24:25                           directory from which templates will be used
15:24:25     --bare                create a bare repository
15:24:25     --shared[=<permissions>]
15:24:25                           specify that the git repository is to be shared amongst several users
15:24:25     -q, --quiet           be quiet
15:24:25     --separate-git-dir <gitdir>
15:24:25                           separate git dir from working tree
15:24:25 
15:24:25 make: *** [Makefile:26: src/github.com/docker/cli] Error 129
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch ubuntu:jammy-aarch64
[Pipeline] // parallel
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

ERROR: script returned exit code 2
Finished: FAILURE