Skip to content
Success

Console Output

Pull request #43875 opened
07:45:38 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 6d41219baee83f456b8628735d9b7ca20e188b1a+dcbd68a1d41d6b1a65dc2af8ee31f1cb04ae12ac (5c489b66d163f28b3cb68458b0da63ae682dac8d)
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 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
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/moby_PR-43875@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 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10
Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file"
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] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 2 hr 0 min
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (pr-hack)
[Pipeline] script
[Pipeline] {
[Pipeline] echo
07:45:42 [2022-07-28T07:45:42.493Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353
[Pipeline] milestone
07:45:42 [2022-07-28T07:45:42.497Z] Trying to pass milestone 1
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (DCO-check)
[Pipeline] node
07:45:57 [2022-07-28T07:45:57.689Z] Still waiting to schedule task
07:45:57 [2022-07-28T07:45:57.690Z]EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0ff9de594180d4c00)’ is offline
07:46:39 [2022-07-28T07:46:39.526Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0ff9de594180d4c00) in /home/ubuntu/workspace/moby_PR-43875
[Pipeline] {
[Pipeline] checkout
07:46:39 [2022-07-28T07:46:39.708Z] The recommended git tool is: git
07:46:42 [2022-07-28T07:46:42.931Z] using credential docker-jenkins-github-credentials
07:46:42 [2022-07-28T07:46:42.949Z] Cloning the remote Git repository
07:46:42 [2022-07-28T07:46:42.949Z] Cloning with configured refspecs honoured and without tags
07:46:42 [2022-07-28T07:46:42.971Z] Cloning repository https://github.com/moby/moby.git
07:46:43 [2022-07-28T07:46:43.039Z]  > git init /home/ubuntu/workspace/moby_PR-43875 # timeout=10
07:46:43 [2022-07-28T07:46:43.390Z] Fetching upstream changes from https://github.com/moby/moby.git
07:46:43 [2022-07-28T07:46:43.390Z]  > git --version # timeout=10
07:46:43 [2022-07-28T07:46:43.417Z]  > git --version # 'git version 2.17.1'
07:46:43 [2022-07-28T07:46:43.418Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:46:43 [2022-07-28T07:46:43.419Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43875/head:refs/remotes/origin/PR-43875 +refs/heads/22.06:refs/remotes/origin/22.06 # timeout=10
07:47:07 [2022-07-28T07:47:07.904Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
07:47:07 [2022-07-28T07:47:07.920Z]  > git config --add remote.origin.fetch +refs/pull/43875/head:refs/remotes/origin/PR-43875 # timeout=10
07:47:07 [2022-07-28T07:47:07.945Z]  > git config --add remote.origin.fetch +refs/heads/22.06:refs/remotes/origin/22.06 # timeout=10
07:47:07 [2022-07-28T07:47:07.966Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
07:47:07 [2022-07-28T07:47:07.995Z] Fetching without tags
07:47:08 [2022-07-28T07:47:08.230Z] Merging remotes/origin/22.06 commit dcbd68a1d41d6b1a65dc2af8ee31f1cb04ae12ac into PR head commit 6d41219baee83f456b8628735d9b7ca20e188b1a
07:47:09 [2022-07-28T07:47:09.246Z] Merge succeeded, producing 6d41219baee83f456b8628735d9b7ca20e188b1a
07:47:09 [2022-07-28T07:47:09.247Z] Checking out Revision 6d41219baee83f456b8628735d9b7ca20e188b1a (PR-43875)
07:47:07 [2022-07-28T07:47:07.998Z] Fetching upstream changes from https://github.com/moby/moby.git
07:47:07 [2022-07-28T07:47:07.999Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:47:08 [2022-07-28T07:47:08.000Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43875/head:refs/remotes/origin/PR-43875 +refs/heads/22.06:refs/remotes/origin/22.06 # timeout=10
07:47:08 [2022-07-28T07:47:08.241Z]  > git config core.sparsecheckout # timeout=10
07:47:08 [2022-07-28T07:47:08.269Z]  > git checkout -f 6d41219baee83f456b8628735d9b7ca20e188b1a # timeout=10
07:47:09 [2022-07-28T07:47:09.149Z]  > git remote # timeout=10
07:47:09 [2022-07-28T07:47:09.174Z]  > git config --get remote.origin.url # timeout=10
07:47:09 [2022-07-28T07:47:09.192Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:47:09 [2022-07-28T07:47:09.194Z]  > git merge dcbd68a1d41d6b1a65dc2af8ee31f1cb04ae12ac # timeout=10
07:47:09 [2022-07-28T07:47:09.217Z]  > git rev-parse HEAD^{commit} # timeout=10
07:47:09 [2022-07-28T07:47:09.251Z]  > git config core.sparsecheckout # timeout=10
07:47:09 [2022-07-28T07:47:09.281Z]  > git checkout -f 6d41219baee83f456b8628735d9b7ca20e188b1a # timeout=10
07:47:13 [2022-07-28T07:47:13.193Z] Commit message: "Fix file capabilities droping in Dockerfile"
07:47:13 [2022-07-28T07:47:13.193Z] First time build. Skipping changelog.
07:47:13 [2022-07-28T07:47:13.217Z]  > git --version # timeout=10
07:47:13 [2022-07-28T07:47:13.240Z]  > git --version # 'git version 2.17.1'
07:47:13 [2022-07-28T07:47:13.276Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
07:47:14 [2022-07-28T07:47:14.426Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43875:/workspace -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=22.06 alpine sh -c apk add --no-cache -q bash git openssh-client && git config --system --add safe.directory /workspace && cd /workspace && hack/validate/dco
07:47:19 [2022-07-28T07:47:19.795Z] Unable to find image 'alpine:latest' locally
07:47:19 [2022-07-28T07:47:19.795Z] latest: Pulling from library/alpine
07:47:19 [2022-07-28T07:47:19.795Z] 530afca65e2e: Pulling fs layer
07:47:19 [2022-07-28T07:47:19.795Z] 530afca65e2e: Verifying Checksum
07:47:19 [2022-07-28T07:47:19.795Z] 530afca65e2e: Download complete
07:47:20 [2022-07-28T07:47:20.055Z] 530afca65e2e: Pull complete
07:47:20 [2022-07-28T07:47:20.055Z] Digest: sha256:7580ece7963bfa863801466c0a488f11c86f85d9988051a9f9c68cb27f6b7872
07:47:20 [2022-07-28T07:47:20.055Z] Status: Downloaded newer image for alpine:latest
07:47:28 [2022-07-28T07:47:28.197Z] Congratulations!  All commits are properly signed with the DCO!
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] parallel
[Pipeline] { (Branch: unit-validate)
[Pipeline] { (Branch: amd64)
[Pipeline] { (Branch: rootless)
[Pipeline] { (Branch: cgroup2)
[Pipeline] { (Branch: s390x)
[Pipeline] { (Branch: s390x integration-cli)
[Pipeline] { (Branch: ppc64le)
[Pipeline] { (Branch: ppc64le integration-cli)
[Pipeline] { (Branch: arm64)
[Pipeline] stage
[Pipeline] { (unit-validate)
[Pipeline] stage
[Pipeline] { (amd64)
[Pipeline] stage
[Pipeline] { (rootless)
[Pipeline] stage
[Pipeline] { (cgroup2)
[Pipeline] stage
[Pipeline] { (s390x)
[Pipeline] stage
[Pipeline] { (s390x integration-cli)
[Pipeline] stage
[Pipeline] { (ppc64le)
[Pipeline] stage
[Pipeline] { (ppc64le integration-cli)
[Pipeline] stage
[Pipeline] { (arm64)
[Pipeline] node
[Pipeline] node
[Pipeline] node
07:47:28 [2022-07-28T07:47:28.479Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0ff9de594180d4c00) in /home/ubuntu/workspace/moby_PR-43875
[Pipeline] node
[Pipeline] node
Stage "s390x" skipped due to when conditional
Stage "s390x integration-cli" skipped due to when conditional
Stage "ppc64le" skipped due to when conditional
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
[Pipeline] {
07:47:28 [2022-07-28T07:47:28.525Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0bafa8758ae4f9f14) in /home/ubuntu/workspace/moby_PR-43875
[Pipeline] checkout
07:47:28 [2022-07-28T07:47:28.540Z] The recommended git tool is: git
[Pipeline] // stage
07:47:28 [2022-07-28T07:47:28.550Z] using credential docker-jenkins-github-credentials
[Pipeline] // stage
[Pipeline] // stage
07:47:28 [2022-07-28T07:47:28.572Z] Fetching changes from the remote Git repository
[Pipeline] // stage
07:47:28 [2022-07-28T07:47:28.587Z] Fetching without tags
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] checkout
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
07:47:28 [2022-07-28T07:47:28.631Z] The recommended git tool is: git
[Pipeline] // stage
07:47:28 [2022-07-28T07:47:28.642Z] using credential docker-jenkins-github-credentials
07:47:28 [2022-07-28T07:47:28.653Z] Cloning the remote Git repository
07:47:28 [2022-07-28T07:47:28.653Z] Cloning with configured refspecs honoured and without tags
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] stage
[Pipeline] { (Integration-cli tests)
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] stage
[Pipeline] { (Integration-cli tests)
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
07:47:28 [2022-07-28T07:47:28.845Z] Merging remotes/origin/22.06 commit dcbd68a1d41d6b1a65dc2af8ee31f1cb04ae12ac into PR head commit 6d41219baee83f456b8628735d9b7ca20e188b1a
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
07:47:29 [2022-07-28T07:47:29.081Z] Merge succeeded, producing 6d41219baee83f456b8628735d9b7ca20e188b1a
07:47:29 [2022-07-28T07:47:29.081Z] Checking out Revision 6d41219baee83f456b8628735d9b7ca20e188b1a (PR-43875)
07:47:29 [2022-07-28T07:47:29.208Z] Commit message: "Fix file capabilities droping in Dockerfile"
07:47:29 [2022-07-28T07:47:29.236Z]  > git --version # timeout=10
07:47:29 [2022-07-28T07:47:29.270Z]  > git --version # 'git version 2.17.1'
07:47:29 [2022-07-28T07:47:29.305Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
07:47:28 [2022-07-28T07:47:28.563Z]  > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-43875/.git # timeout=10
07:47:28 [2022-07-28T07:47:28.575Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
07:47:28 [2022-07-28T07:47:28.590Z] Fetching upstream changes from https://github.com/moby/moby.git
07:47:28 [2022-07-28T07:47:28.590Z]  > git --version # timeout=10
07:47:28 [2022-07-28T07:47:28.616Z]  > git --version # 'git version 2.17.1'
07:47:28 [2022-07-28T07:47:28.616Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:47:28 [2022-07-28T07:47:28.618Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43875/head:refs/remotes/origin/PR-43875 +refs/heads/22.06:refs/remotes/origin/22.06 # timeout=10
07:47:28 [2022-07-28T07:47:28.848Z]  > git config core.sparsecheckout # timeout=10
07:47:28 [2022-07-28T07:47:28.857Z]  > git checkout -f 6d41219baee83f456b8628735d9b7ca20e188b1a # timeout=10
07:47:29 [2022-07-28T07:47:29.031Z]  > git remote # timeout=10
07:47:29 [2022-07-28T07:47:29.034Z]  > git config --get remote.origin.url # timeout=10
07:47:29 [2022-07-28T07:47:29.046Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:47:29 [2022-07-28T07:47:29.046Z]  > git merge dcbd68a1d41d6b1a65dc2af8ee31f1cb04ae12ac # timeout=10
07:47:29 [2022-07-28T07:47:29.068Z]  > git rev-parse HEAD^{commit} # timeout=10
07:47:29 [2022-07-28T07:47:29.084Z]  > git config core.sparsecheckout # timeout=10
07:47:29 [2022-07-28T07:47:29.089Z]  > git checkout -f 6d41219baee83f456b8628735d9b7ca20e188b1a # timeout=10
07:47:28 [2022-07-28T07:47:28.656Z] Cloning repository https://github.com/moby/moby.git
07:47:28 [2022-07-28T07:47:28.656Z]  > git init /home/ubuntu/workspace/moby_PR-43875 # timeout=10
07:47:28 [2022-07-28T07:47:28.667Z] Fetching upstream changes from https://github.com/moby/moby.git
07:47:28 [2022-07-28T07:47:28.667Z]  > git --version # timeout=10
07:47:28 [2022-07-28T07:47:28.683Z]  > git --version # 'git version 2.17.1'
07:47:28 [2022-07-28T07:47:28.684Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:47:28 [2022-07-28T07:47:28.685Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43875/head:refs/remotes/origin/PR-43875 +refs/heads/22.06:refs/remotes/origin/22.06 # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
07:47:29 [2022-07-28T07:47:29.979Z] + [ PR != PR ]
07:47:29 [2022-07-28T07:47:29.979Z] + [ 22.06 != master ]
07:47:29 [2022-07-28T07:47:29.979Z] + echo 1
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
07:47:30 [2022-07-28T07:47:30.321Z] + docker version
07:47:30 [2022-07-28T07:47:30.321Z] Client: Docker Engine - Community
07:47:30 [2022-07-28T07:47:30.321Z]  Version:           20.10.14
07:47:30 [2022-07-28T07:47:30.321Z]  API version:       1.41
07:47:30 [2022-07-28T07:47:30.321Z]  Go version:        go1.16.15
07:47:30 [2022-07-28T07:47:30.321Z]  Git commit:        a224086
07:47:30 [2022-07-28T07:47:30.321Z]  Built:             Thu Mar 24 01:47:57 2022
07:47:30 [2022-07-28T07:47:30.321Z]  OS/Arch:           linux/amd64
07:47:30 [2022-07-28T07:47:30.321Z]  Context:           default
07:47:30 [2022-07-28T07:47:30.321Z]  Experimental:      true
07:47:30 [2022-07-28T07:47:30.321Z] 
07:47:30 [2022-07-28T07:47:30.321Z] Server: Docker Engine - Community
07:47:30 [2022-07-28T07:47:30.321Z]  Engine:
07:47:30 [2022-07-28T07:47:30.321Z]   Version:          20.10.14
07:47:30 [2022-07-28T07:47:30.321Z]   API version:      1.41 (minimum version 1.12)
07:47:30 [2022-07-28T07:47:30.321Z]   Go version:       go1.16.15
07:47:30 [2022-07-28T07:47:30.321Z]   Git commit:       87a90dc
07:47:30 [2022-07-28T07:47:30.321Z]   Built:            Thu Mar 24 01:45:46 2022
07:47:30 [2022-07-28T07:47:30.321Z]   OS/Arch:          linux/amd64
07:47:30 [2022-07-28T07:47:30.321Z]   Experimental:     true
07:47:30 [2022-07-28T07:47:30.321Z]  containerd:
07:47:30 [2022-07-28T07:47:30.321Z]   Version:          1.5.11
07:47:30 [2022-07-28T07:47:30.321Z]   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
07:47:30 [2022-07-28T07:47:30.321Z]  runc:
07:47:30 [2022-07-28T07:47:30.321Z]   Version:          1.0.3
07:47:30 [2022-07-28T07:47:30.321Z]   GitCommit:        v1.0.3-0-gf46b6ba
07:47:30 [2022-07-28T07:47:30.321Z]  docker-init:
07:47:30 [2022-07-28T07:47:30.321Z]   Version:          0.19.0
07:47:30 [2022-07-28T07:47:30.321Z]   GitCommit:        de40ad0
[Pipeline] sh
07:47:30 [2022-07-28T07:47:30.683Z] + docker info
07:47:43 [2022-07-28T07:47:43.478Z] Still waiting to schedule task
07:47:43 [2022-07-28T07:47:43.478Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay207:47:43 [2022-07-28T07:47:43.479Z] Still waiting to schedule task
07:47:43 [2022-07-28T07:47:43.479Z] All nodes of label ‘amd64&&ubuntu-2004&&cgroup2’ are offline
07:47:43 [2022-07-28T07:47:43.482Z] Still waiting to schedule task
07:47:43 [2022-07-28T07:47:43.482Z] All nodes of label ‘arm64&&ubuntu-2004’ are offline
07:47:52 [2022-07-28T07:47:52.646Z] Client:
07:47:52 [2022-07-28T07:47:52.646Z]  Context:    default
07:47:52 [2022-07-28T07:47:52.646Z]  Debug Mode: false
07:47:52 [2022-07-28T07:47:52.646Z]  Plugins:
07:47:52 [2022-07-28T07:47:52.646Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
07:47:52 [2022-07-28T07:47:52.646Z]   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
07:47:52 [2022-07-28T07:47:52.646Z]   compose: Docker Compose (Docker Inc., v2.4.1)
07:47:52 [2022-07-28T07:47:52.646Z]   scan: Docker Scan (Docker Inc., v0.17.0)
07:47:52 [2022-07-28T07:47:52.646Z] 
07:47:52 [2022-07-28T07:47:52.646Z] Server:
07:47:52 [2022-07-28T07:47:52.646Z]  Containers: 0
07:47:52 [2022-07-28T07:47:52.646Z]   Running: 0
07:47:52 [2022-07-28T07:47:52.646Z]   Paused: 0
07:47:52 [2022-07-28T07:47:52.646Z]   Stopped: 0
07:47:52 [2022-07-28T07:47:52.646Z]  Images: 1
07:47:52 [2022-07-28T07:47:52.646Z]  Server Version: 20.10.14
07:47:52 [2022-07-28T07:47:52.646Z]  Storage Driver: overlay2
07:47:52 [2022-07-28T07:47:52.646Z]   Backing Filesystem: extfs
07:47:52 [2022-07-28T07:47:52.646Z]   Supports d_type: true
07:47:52 [2022-07-28T07:47:52.646Z]   Native Overlay Diff: true
07:47:52 [2022-07-28T07:47:52.646Z]   userxattr: false
07:47:52 [2022-07-28T07:47:52.646Z]  Logging Driver: json-file
07:47:52 [2022-07-28T07:47:52.646Z]  Cgroup Driver: cgroupfs
07:47:52 [2022-07-28T07:47:52.646Z]  Cgroup Version: 1
07:47:52 [2022-07-28T07:47:52.646Z]  Plugins:
07:47:52 [2022-07-28T07:47:52.646Z]   Volume: local
07:47:52 [2022-07-28T07:47:52.646Z]   Network: bridge host ipvlan macvlan null overlay
07:47:52 [2022-07-28T07:47:52.646Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
07:47:52 [2022-07-28T07:47:52.646Z]  Swarm: inactive
07:47:52 [2022-07-28T07:47:52.646Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
07:47:52 [2022-07-28T07:47:52.646Z]  Default Runtime: runc
07:47:52 [2022-07-28T07:47:52.646Z]  Init Binary: docker-init
07:47:52 [2022-07-28T07:47:52.646Z]  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
07:47:52 [2022-07-28T07:47:52.646Z]  runc version: v1.0.3-0-gf46b6ba
07:47:52 [2022-07-28T07:47:52.646Z]  init version: de40ad0
07:47:52 [2022-07-28T07:47:52.646Z]  Security Options:
07:47:52 [2022-07-28T07:47:52.646Z]   apparmor
07:47:52 [2022-07-28T07:47:52.646Z]   seccomp
07:47:52 [2022-07-28T07:47:52.646Z]    Profile: default
07:47:52 [2022-07-28T07:47:52.646Z]  Kernel Version: 5.4.0-1071-aws
07:47:52 [2022-07-28T07:47:52.646Z]  Operating System: Ubuntu 18.04.6 LTS
07:47:52 [2022-07-28T07:47:52.646Z]  OSType: linux
07:47:52 [2022-07-28T07:47:52.646Z]  Architecture: x86_64
07:47:52 [2022-07-28T07:47:52.646Z]  CPUs: 2
07:47:52 [2022-07-28T07:47:52.646Z]  Total Memory: 7.565GiB
07:47:52 [2022-07-28T07:47:52.646Z]  Name: ip-10-100-104-6
07:47:52 [2022-07-28T07:47:52.646Z]  ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW
07:47:52 [2022-07-28T07:47:52.646Z]  Docker Root Dir: /var/lib/docker
07:47:52 [2022-07-28T07:47:52.646Z]  Debug Mode: false
07:47:52 [2022-07-28T07:47:52.646Z]  Registry: https://index.docker.io/v1/
07:47:52 [2022-07-28T07:47:52.646Z]  Labels:
07:47:52 [2022-07-28T07:47:52.646Z]  Experimental: true
07:47:52 [2022-07-28T07:47:52.646Z]  Insecure Registries:
07:47:52 [2022-07-28T07:47:52.646Z]   127.0.0.0/8
07:47:52 [2022-07-28T07:47:52.646Z]  Live Restore Enabled: true
07:47:52 [2022-07-28T07:47:52.646Z] 
07:47:52 [2022-07-28T07:47:52.646Z] WARNING: No swap limit support
[Pipeline] sh
07:47:52 [2022-07-28T07:47:52.977Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
07:47:52 [2022-07-28T07:47:52.977Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
07:47:52 [2022-07-28T07:47:52.977Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43875/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
07:47:52 [2022-07-28T07:47:52.977Z] + bash /home/ubuntu/workspace/moby_PR-43875/check-config.sh
07:47:52 [2022-07-28T07:47:52.977Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
07:47:52 [2022-07-28T07:47:52.977Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ...
07:47:52 [2022-07-28T07:47:52.977Z] 
07:47:52 [2022-07-28T07:47:52.977Z] Generally Necessary:
07:47:52 [2022-07-28T07:47:52.977Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
07:47:52 [2022-07-28T07:47:52.977Z] - apparmor: enabled and tools installed
07:47:52 [2022-07-28T07:47:52.977Z] - CONFIG_NAMESPACES: enabled
07:47:52 [2022-07-28T07:47:52.977Z] - CONFIG_NET_NS: enabled
07:47:52 [2022-07-28T07:47:52.977Z] - CONFIG_PID_NS: enabled
07:47:53 [2022-07-28T07:47:53.269Z] - CONFIG_IPC_NS: enabled
07:47:53 [2022-07-28T07:47:53.269Z] - CONFIG_UTS_NS: enabled
07:47:53 [2022-07-28T07:47:53.269Z] - CONFIG_CGROUPS: enabled
07:47:53 [2022-07-28T07:47:53.269Z] - CONFIG_CGROUP_CPUACCT: enabled
07:47:53 [2022-07-28T07:47:53.269Z] - CONFIG_CGROUP_DEVICE: enabled
07:47:53 [2022-07-28T07:47:53.269Z] - CONFIG_CGROUP_FREEZER: enabled
07:47:53 [2022-07-28T07:47:53.269Z] - CONFIG_CGROUP_SCHED: enabled
07:47:53 [2022-07-28T07:47:53.269Z] - CONFIG_CPUSETS: enabled
07:47:53 [2022-07-28T07:47:53.269Z] - CONFIG_MEMCG: enabled
07:47:53 [2022-07-28T07:47:53.269Z] - CONFIG_KEYS: enabled
07:47:53 [2022-07-28T07:47:53.269Z] - CONFIG_VETH: enabled (as module)
07:47:53 [2022-07-28T07:47:53.269Z] - CONFIG_BRIDGE: enabled (as module)
07:47:53 [2022-07-28T07:47:53.269Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
07:47:53 [2022-07-28T07:47:53.269Z] - CONFIG_IP_NF_FILTER: enabled (as module)
07:47:53 [2022-07-28T07:47:53.269Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
07:47:53 [2022-07-28T07:47:53.269Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
07:47:53 [2022-07-28T07:47:53.269Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
07:47:53 [2022-07-28T07:47:53.269Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
07:47:53 [2022-07-28T07:47:53.269Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
07:47:53 [2022-07-28T07:47:53.269Z] - CONFIG_IP_NF_NAT: enabled (as module)
07:47:53 [2022-07-28T07:47:53.269Z] - CONFIG_NF_NAT: enabled (as module)
07:47:53 [2022-07-28T07:47:53.269Z] - CONFIG_POSIX_MQUEUE: enabled
07:47:53 [2022-07-28T07:47:53.269Z] - CONFIG_CGROUP_BPF: enabled
07:47:53 [2022-07-28T07:47:53.269Z] 
07:47:53 [2022-07-28T07:47:53.269Z] Optional Features:
07:47:53 [2022-07-28T07:47:53.269Z] - CONFIG_USER_NS: enabled
07:47:53 [2022-07-28T07:47:53.269Z] - CONFIG_SECCOMP: enabled
07:47:53 [2022-07-28T07:47:53.269Z] - CONFIG_SECCOMP_FILTER: enabled
07:47:53 [2022-07-28T07:47:53.269Z] - CONFIG_CGROUP_PIDS: enabled
07:47:53 [2022-07-28T07:47:53.269Z] - CONFIG_MEMCG_SWAP: enabled
07:47:53 [2022-07-28T07:47:53.269Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
07:47:53 [2022-07-28T07:47:53.269Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
07:47:53 [2022-07-28T07:47:53.269Z] - CONFIG_BLK_CGROUP: enabled
07:47:53 [2022-07-28T07:47:53.269Z] - CONFIG_BLK_DEV_THROTTLING: enabled
07:47:53 [2022-07-28T07:47:53.269Z] - CONFIG_CGROUP_PERF: enabled
07:47:53 [2022-07-28T07:47:53.269Z] - CONFIG_CGROUP_HUGETLB: enabled
07:47:53 [2022-07-28T07:47:53.269Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
07:47:53 [2022-07-28T07:47:53.269Z] - CONFIG_CGROUP_NET_PRIO: enabled
07:47:53 [2022-07-28T07:47:53.269Z] - CONFIG_CFS_BANDWIDTH: enabled
07:47:53 [2022-07-28T07:47:53.269Z] - CONFIG_FAIR_GROUP_SCHED: enabled
07:47:53 [2022-07-28T07:47:53.269Z] - CONFIG_RT_GROUP_SCHED: missing
07:47:53 [2022-07-28T07:47:53.269Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
07:47:53 [2022-07-28T07:47:53.544Z] - CONFIG_IP_VS: enabled (as module)
07:47:53 [2022-07-28T07:47:53.544Z] - CONFIG_IP_VS_NFCT: enabled
07:47:53 [2022-07-28T07:47:53.544Z] - CONFIG_IP_VS_PROTO_TCP: enabled
07:47:53 [2022-07-28T07:47:53.544Z] - CONFIG_IP_VS_PROTO_UDP: enabled
07:47:53 [2022-07-28T07:47:53.544Z] - CONFIG_IP_VS_RR: enabled (as module)
07:47:53 [2022-07-28T07:47:53.544Z] - CONFIG_SECURITY_SELINUX: enabled
07:47:53 [2022-07-28T07:47:53.544Z] - CONFIG_SECURITY_APPARMOR: enabled
07:47:53 [2022-07-28T07:47:53.544Z] - CONFIG_EXT4_FS: enabled
07:47:53 [2022-07-28T07:47:53.544Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
07:47:53 [2022-07-28T07:47:53.544Z] - CONFIG_EXT4_FS_SECURITY: enabled
07:47:53 [2022-07-28T07:47:53.544Z] - Network Drivers:
07:47:53 [2022-07-28T07:47:53.544Z]   - "overlay":
07:47:53 [2022-07-28T07:47:53.544Z]     - CONFIG_VXLAN: enabled (as module)
07:47:53 [2022-07-28T07:47:53.544Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
07:47:53 [2022-07-28T07:47:53.544Z]       Optional (for encrypted networks):
07:47:53 [2022-07-28T07:47:53.544Z]       - CONFIG_CRYPTO: enabled
07:47:53 [2022-07-28T07:47:53.544Z]       - CONFIG_CRYPTO_AEAD: enabled
07:47:53 [2022-07-28T07:47:53.544Z]       - CONFIG_CRYPTO_GCM: enabled
07:47:53 [2022-07-28T07:47:53.544Z]       - CONFIG_CRYPTO_SEQIV: enabled
07:47:53 [2022-07-28T07:47:53.544Z]       - CONFIG_CRYPTO_GHASH: enabled
07:47:53 [2022-07-28T07:47:53.544Z]       - CONFIG_XFRM: enabled
07:47:53 [2022-07-28T07:47:53.544Z]       - CONFIG_XFRM_USER: enabled (as module)
07:47:53 [2022-07-28T07:47:53.544Z]       - CONFIG_XFRM_ALGO: enabled (as module)
07:47:53 [2022-07-28T07:47:53.544Z]       - CONFIG_INET_ESP: enabled (as module)
07:47:53 [2022-07-28T07:47:53.544Z]   - "ipvlan":
07:47:53 [2022-07-28T07:47:53.544Z]     - CONFIG_IPVLAN: enabled (as module)
07:47:53 [2022-07-28T07:47:53.544Z]   - "macvlan":
07:47:53 [2022-07-28T07:47:53.544Z]     - CONFIG_MACVLAN: enabled (as module)
07:47:53 [2022-07-28T07:47:53.544Z]     - CONFIG_DUMMY: enabled (as module)
07:47:53 [2022-07-28T07:47:53.544Z]   - "ftp,tftp client in container":
07:47:53 [2022-07-28T07:47:53.544Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
07:47:53 [2022-07-28T07:47:53.544Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
07:47:53 [2022-07-28T07:47:53.544Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
07:47:53 [2022-07-28T07:47:53.544Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
07:47:53 [2022-07-28T07:47:53.544Z] - Storage Drivers:
07:47:53 [2022-07-28T07:47:53.544Z]   - "aufs":
07:47:53 [2022-07-28T07:47:53.803Z]     - CONFIG_AUFS_FS: enabled (as module)
07:47:53 [2022-07-28T07:47:53.803Z]   - "btrfs":
07:47:53 [2022-07-28T07:47:53.803Z]     - CONFIG_BTRFS_FS: enabled (as module)
07:47:53 [2022-07-28T07:47:53.803Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
07:47:53 [2022-07-28T07:47:53.803Z]   - "devicemapper":
07:47:53 [2022-07-28T07:47:53.803Z]     - CONFIG_BLK_DEV_DM: enabled
07:47:53 [2022-07-28T07:47:53.803Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
07:47:53 [2022-07-28T07:47:53.803Z]   - "overlay":
07:47:53 [2022-07-28T07:47:53.803Z]     - CONFIG_OVERLAY_FS: enabled (as module)
07:47:53 [2022-07-28T07:47:53.803Z]   - "zfs":
07:47:53 [2022-07-28T07:47:53.803Z]     - /dev/zfs: present
07:47:53 [2022-07-28T07:47:53.803Z]     - zfs command: missing
07:47:53 [2022-07-28T07:47:53.803Z]     - zpool command: missing
07:47:53 [2022-07-28T07:47:53.803Z] 
07:47:53 [2022-07-28T07:47:53.803Z] Limits:
07:47:53 [2022-07-28T07:47:53.803Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
07:47:53 [2022-07-28T07:47:53.803Z] 
07:47:53 [2022-07-28T07:47:53.803Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
07:47:54 [2022-07-28T07:47:54.133Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg CROSS=true -t docker:6d41219baee83f456b8628735d9b7ca20e188b1a .
07:47:54 [2022-07-28T07:47:54.393Z] #1 [internal] load build definition from Dockerfile
07:47:54 [2022-07-28T07:47:54.393Z] #1 sha256:4301d6fbe7ec084d863ced9cf9e2ca902cc5a63d2a300dbe84766d8ea3dff7db
07:47:54 [2022-07-28T07:47:54.393Z] #1 transferring dockerfile: 19.25kB done
07:47:54 [2022-07-28T07:47:54.393Z] #1 DONE 0.2s
07:47:54 [2022-07-28T07:47:54.393Z] 
07:47:54 [2022-07-28T07:47:54.393Z] #2 [internal] load .dockerignore
07:47:54 [2022-07-28T07:47:54.393Z] #2 sha256:1fa49e019f2ae254ee3cae39adefc0cbe06c3c4744c3b2f5dddda630551c9aeb
07:47:54 [2022-07-28T07:47:54.393Z] #2 transferring context: 145B done
07:47:54 [2022-07-28T07:47:54.393Z] #2 DONE 0.0s
07:47:54 [2022-07-28T07:47:54.393Z] 
07:47:54 [2022-07-28T07:47:54.393Z] #3 resolve image config for docker.io/docker/dockerfile:1
07:47:54 [2022-07-28T07:47:54.393Z] #3 sha256:ac072d521901222eeef550f52282877f196e16b0247844be9ceb1ccc1eac391d
07:47:54 [2022-07-28T07:47:54.968Z] #3 DONE 0.4s
07:47:54 [2022-07-28T07:47:54.968Z] 
07:47:54 [2022-07-28T07:47:54.968Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2
07:47:54 [2022-07-28T07:47:54.968Z] #4 sha256:48a83027ce1f5c304cb45d91fac69a612cf40aeee970f6f9794eda714e262e35
07:47:54 [2022-07-28T07:47:54.968Z] #4 resolve docker.io/docker/dockerfile:1@sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2 done
07:47:54 [2022-07-28T07:47:54.968Z] #4 sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940 4.19MB / 9.94MB 0.1s
07:47:54 [2022-07-28T07:47:54.968Z] #4 sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2 2.00kB / 2.00kB done
07:47:54 [2022-07-28T07:47:54.968Z] #4 sha256:24d064a369eda7bc7839b6c1c227eac7212d06ca09a8235a4bed467f8acf180d 528B / 528B done
07:47:54 [2022-07-28T07:47:54.968Z] #4 sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940 9.94MB / 9.94MB 0.2s
07:47:54 [2022-07-28T07:47:54.968Z] #4 sha256:84495a15555de1a8f4738f58268fa8949547068198f8d0fa2a3e3a693d7f923f 2.37kB / 2.37kB done
07:47:55 [2022-07-28T07:47:55.231Z] #4 sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940 9.94MB / 9.94MB 0.2s done
07:47:55 [2022-07-28T07:47:55.231Z] #4 extracting sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940 0.1s
07:47:55 [2022-07-28T07:47:55.492Z] #4 extracting sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940 0.4s done
07:47:55 [2022-07-28T07:47:55.711Z] Fetching without tags
07:47:55 [2022-07-28T07:47:55.751Z] #4 DONE 0.8s
07:47:55 [2022-07-28T07:47:55.959Z] Merging remotes/origin/22.06 commit dcbd68a1d41d6b1a65dc2af8ee31f1cb04ae12ac into PR head commit 6d41219baee83f456b8628735d9b7ca20e188b1a
07:47:56 [2022-07-28T07:47:56.010Z] 
07:47:56 [2022-07-28T07:47:56.010Z] #5 [internal] load .dockerignore
07:47:56 [2022-07-28T07:47:56.010Z] #5 sha256:65312c00804c1124f55678d7901a90e8844be8ce4dd82d7bc35d732f0438b3e1
07:47:56 [2022-07-28T07:47:56.010Z] #5 DONE 0.0s
07:47:56 [2022-07-28T07:47:56.010Z] 
07:47:56 [2022-07-28T07:47:56.010Z] #6 [internal] load build definition from Dockerfile
07:47:56 [2022-07-28T07:47:56.010Z] #6 sha256:96681906193ef3fe39c51c47eb8075d1d4797f5d60911ad708c5e5373c1e74e9
07:47:56 [2022-07-28T07:47:56.010Z] #6 DONE 0.0s
07:47:56 [2022-07-28T07:47:56.010Z] 
07:47:56 [2022-07-28T07:47:56.010Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
07:47:56 [2022-07-28T07:47:56.010Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
07:47:55 [2022-07-28T07:47:55.673Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
07:47:55 [2022-07-28T07:47:55.682Z]  > git config --add remote.origin.fetch +refs/pull/43875/head:refs/remotes/origin/PR-43875 # timeout=10
07:47:55 [2022-07-28T07:47:55.690Z]  > git config --add remote.origin.fetch +refs/heads/22.06:refs/remotes/origin/22.06 # timeout=10
07:47:55 [2022-07-28T07:47:55.702Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
07:47:55 [2022-07-28T07:47:55.713Z] Fetching upstream changes from https://github.com/moby/moby.git
07:47:55 [2022-07-28T07:47:55.713Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:47:55 [2022-07-28T07:47:55.714Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43875/head:refs/remotes/origin/PR-43875 +refs/heads/22.06:refs/remotes/origin/22.06 # timeout=10
07:47:55 [2022-07-28T07:47:55.962Z]  > git config core.sparsecheckout # timeout=10
07:47:55 [2022-07-28T07:47:55.988Z]  > git checkout -f 6d41219baee83f456b8628735d9b7ca20e188b1a # timeout=10
07:47:56 [2022-07-28T07:47:56.837Z] Merge succeeded, producing 6d41219baee83f456b8628735d9b7ca20e188b1a
07:47:56 [2022-07-28T07:47:56.837Z] Checking out Revision 6d41219baee83f456b8628735d9b7ca20e188b1a (PR-43875)
07:47:57 [2022-07-28T07:47:57.019Z] #10 ...
07:47:57 [2022-07-28T07:47:57.019Z] 
07:47:57 [2022-07-28T07:47:57.019Z] #8 [internal] load metadata for docker.io/library/debian:bullseye
07:47:57 [2022-07-28T07:47:57.019Z] #8 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e
07:47:57 [2022-07-28T07:47:57.019Z] #8 DONE 1.0s
07:47:57 [2022-07-28T07:47:57.019Z] 
07:47:57 [2022-07-28T07:47:57.019Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
07:47:57 [2022-07-28T07:47:57.019Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
07:47:57 [2022-07-28T07:47:57.019Z] #10 DONE 1.0s
07:47:57 [2022-07-28T07:47:57.019Z] 
07:47:57 [2022-07-28T07:47:57.019Z] #7 [internal] load metadata for docker.io/library/golang:1.18.4-bullseye
07:47:57 [2022-07-28T07:47:57.019Z] #7 sha256:b03fae7fdf75d74ac1d0c82786f3337bb2c4beaf085f0ed4d76ab5dc16f23b5f
07:47:57 [2022-07-28T07:47:57.019Z] #7 DONE 1.1s
07:47:57 [2022-07-28T07:47:57.019Z] 
07:47:57 [2022-07-28T07:47:57.019Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
07:47:57 [2022-07-28T07:47:57.019Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
07:47:57 [2022-07-28T07:47:57.019Z] #9 DONE 1.1s
07:47:57 [2022-07-28T07:47:57.278Z] 
07:47:57 [2022-07-28T07:47:57.278Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:2ce44bbc00a79113c296d9d25524e15d423b23303fdbbe20190d2f96e0aeb251
07:47:57 [2022-07-28T07:47:57.278Z] #35 sha256:c1b88fec16cdc6c1bf13d39715e221d6e77d28f068e004e67742c8bf0a17feda
07:47:57 [2022-07-28T07:47:57.278Z] #35 DONE 0.0s
07:47:57 [2022-07-28T07:47:57.278Z] 
07:47:57 [2022-07-28T07:47:57.278Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:4b1a190d22371bdd111f1c5448b4c06f268d059ea3d04d332dc54f4ebb7ca06b
07:47:57 [2022-07-28T07:47:57.279Z] #11 sha256:bf54ea050dbb17499865fb38b00bd6d8ac73cbc254b72979b18f9d6e70279638
07:47:57 [2022-07-28T07:47:57.279Z] #11 resolve docker.io/library/golang:1.18.4-bullseye@sha256:4b1a190d22371bdd111f1c5448b4c06f268d059ea3d04d332dc54f4ebb7ca06b 0.0s done
07:47:57 [2022-07-28T07:47:57.592Z] #11 sha256:4b1a190d22371bdd111f1c5448b4c06f268d059ea3d04d332dc54f4ebb7ca06b 1.86kB / 1.86kB done
07:47:57 [2022-07-28T07:47:57.592Z] #11 sha256:ea3d912d500b1ae0a691b2e53eb8a6345b579d42d7e6a64acca83d274b949740 1.80kB / 1.80kB done
07:47:57 [2022-07-28T07:47:57.592Z] #11 sha256:e3c0472b1b62b0899bebd7aee842ba7a7f4d6c3cdf006115adcd247b69c4bfe1 7.10kB / 7.10kB done
07:47:57 [2022-07-28T07:47:57.592Z] #11 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 6.36MB / 55.00MB 0.3s
07:47:57 [2022-07-28T07:47:57.794Z] Commit message: "Fix file capabilities droping in Dockerfile"
07:47:57 [2022-07-28T07:47:57.808Z]  > git --version # timeout=10
07:47:57 [2022-07-28T07:47:57.827Z]  > git --version # 'git version 2.17.1'
07:47:57 [2022-07-28T07:47:57.851Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
07:47:57 [2022-07-28T07:47:57.855Z] #11 ...
07:47:57 [2022-07-28T07:47:57.855Z] 
07:47:57 [2022-07-28T07:47:57.855Z] #56 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
07:47:57 [2022-07-28T07:47:57.855Z] #56 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4
07:47:57 [2022-07-28T07:47:57.855Z] #56 DONE 0.0s
07:47:58 [2022-07-28T07:47:58.118Z] 
07:47:58 [2022-07-28T07:47:58.118Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:4b1a190d22371bdd111f1c5448b4c06f268d059ea3d04d332dc54f4ebb7ca06b
07:47:58 [2022-07-28T07:47:58.118Z] #11 sha256:bf54ea050dbb17499865fb38b00bd6d8ac73cbc254b72979b18f9d6e70279638
07:47:58 [2022-07-28T07:47:58.118Z] #11 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 12.58MB / 55.00MB 0.6s
07:47:58 [2022-07-28T07:47:58.118Z] #11 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 25.17MB / 55.00MB 0.8s
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
07:47:58 [2022-07-28T07:47:58.378Z] #11 sha256:66a9e63c657ad881997f5165c0826be395bfc064415876b9fbaae74bcb5dc721 0B / 5.16MB 1.1s
07:47:58 [2022-07-28T07:47:58.519Z] + docker version
07:47:58 [2022-07-28T07:47:58.519Z] Client: Docker Engine - Community
07:47:58 [2022-07-28T07:47:58.519Z]  Version:           20.10.14
07:47:58 [2022-07-28T07:47:58.519Z]  API version:       1.41
07:47:58 [2022-07-28T07:47:58.519Z]  Go version:        go1.16.15
07:47:58 [2022-07-28T07:47:58.519Z]  Git commit:        a224086
07:47:58 [2022-07-28T07:47:58.519Z]  Built:             Thu Mar 24 01:47:57 2022
07:47:58 [2022-07-28T07:47:58.519Z]  OS/Arch:           linux/amd64
07:47:58 [2022-07-28T07:47:58.519Z]  Context:           default
07:47:58 [2022-07-28T07:47:58.519Z]  Experimental:      true
07:47:58 [2022-07-28T07:47:58.519Z] 
07:47:58 [2022-07-28T07:47:58.519Z] Server: Docker Engine - Community
07:47:58 [2022-07-28T07:47:58.519Z]  Engine:
07:47:58 [2022-07-28T07:47:58.519Z]   Version:          20.10.14
07:47:58 [2022-07-28T07:47:58.519Z]   API version:      1.41 (minimum version 1.12)
07:47:58 [2022-07-28T07:47:58.519Z]   Go version:       go1.16.15
07:47:58 [2022-07-28T07:47:58.519Z]   Git commit:       87a90dc
07:47:58 [2022-07-28T07:47:58.519Z]   Built:            Thu Mar 24 01:45:46 2022
07:47:58 [2022-07-28T07:47:58.519Z]   OS/Arch:          linux/amd64
07:47:58 [2022-07-28T07:47:58.519Z]   Experimental:     true
07:47:58 [2022-07-28T07:47:58.519Z]  containerd:
07:47:58 [2022-07-28T07:47:58.519Z]   Version:          1.5.11
07:47:58 [2022-07-28T07:47:58.519Z]   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
07:47:58 [2022-07-28T07:47:58.519Z]  runc:
07:47:58 [2022-07-28T07:47:58.519Z]   Version:          1.0.3
07:47:58 [2022-07-28T07:47:58.519Z]   GitCommit:        v1.0.3-0-gf46b6ba
07:47:58 [2022-07-28T07:47:58.519Z]  docker-init:
07:47:58 [2022-07-28T07:47:58.519Z]   Version:          0.19.0
07:47:58 [2022-07-28T07:47:58.519Z]   GitCommit:        de40ad0
[Pipeline] sh
07:47:58 [2022-07-28T07:47:58.637Z] #11 sha256:d1989b6e74cfdda1591b9dd23be47c5caeb002b7a151379361ec0c3f0e6d0e52 0B / 10.88MB 1.2s
07:47:58 [2022-07-28T07:47:58.637Z] #11 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 41.94MB / 55.00MB 1.4s
07:47:58 [2022-07-28T07:47:58.637Z] #11 sha256:66a9e63c657ad881997f5165c0826be395bfc064415876b9fbaae74bcb5dc721 5.16MB / 5.16MB 1.4s
07:47:58 [2022-07-28T07:47:58.637Z] #11 sha256:d1989b6e74cfdda1591b9dd23be47c5caeb002b7a151379361ec0c3f0e6d0e52 1.05MB / 10.88MB 1.4s
07:47:58 [2022-07-28T07:47:58.834Z] + docker info
07:47:58 [2022-07-28T07:47:58.900Z] #11 sha256:66a9e63c657ad881997f5165c0826be395bfc064415876b9fbaae74bcb5dc721 5.16MB / 5.16MB 1.4s done
07:47:58 [2022-07-28T07:47:58.900Z] #11 sha256:d1989b6e74cfdda1591b9dd23be47c5caeb002b7a151379361ec0c3f0e6d0e52 3.15MB / 10.88MB 1.5s
07:47:58 [2022-07-28T07:47:58.900Z] #11 sha256:c28818711e1ed38df107014a20127b41491b224d7aed8aa7066b55552d9600d2 0B / 54.58MB 1.5s
07:47:58 [2022-07-28T07:47:58.900Z] #11 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 46.14MB / 55.00MB 1.6s
07:47:58 [2022-07-28T07:47:58.900Z] #11 sha256:d1989b6e74cfdda1591b9dd23be47c5caeb002b7a151379361ec0c3f0e6d0e52 5.24MB / 10.88MB 1.6s
07:47:56 [2022-07-28T07:47:56.766Z]  > git remote # timeout=10
07:47:56 [2022-07-28T07:47:56.786Z]  > git config --get remote.origin.url # timeout=10
07:47:56 [2022-07-28T07:47:56.798Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:47:56 [2022-07-28T07:47:56.799Z]  > git merge dcbd68a1d41d6b1a65dc2af8ee31f1cb04ae12ac # timeout=10
07:47:56 [2022-07-28T07:47:56.822Z]  > git rev-parse HEAD^{commit} # timeout=10
07:47:56 [2022-07-28T07:47:56.839Z]  > git config core.sparsecheckout # timeout=10
07:47:56 [2022-07-28T07:47:56.868Z]  > git checkout -f 6d41219baee83f456b8628735d9b7ca20e188b1a # timeout=10
07:47:59 [2022-07-28T07:47:59.161Z] #11 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 53.48MB / 55.00MB 1.7s
07:47:59 [2022-07-28T07:47:59.161Z] #11 sha256:d1989b6e74cfdda1591b9dd23be47c5caeb002b7a151379361ec0c3f0e6d0e52 10.49MB / 10.88MB 1.7s
07:47:59 [2022-07-28T07:47:59.161Z] #11 sha256:c28818711e1ed38df107014a20127b41491b224d7aed8aa7066b55552d9600d2 4.19MB / 54.58MB 1.7s
07:47:59 [2022-07-28T07:47:59.421Z] #11 sha256:c28818711e1ed38df107014a20127b41491b224d7aed8aa7066b55552d9600d2 8.39MB / 54.58MB 1.9s
07:47:59 [2022-07-28T07:47:59.421Z] #11 sha256:d1989b6e74cfdda1591b9dd23be47c5caeb002b7a151379361ec0c3f0e6d0e52 10.88MB / 10.88MB 1.9s done
07:47:59 [2022-07-28T07:47:59.421Z] #11 sha256:c28818711e1ed38df107014a20127b41491b224d7aed8aa7066b55552d9600d2 15.73MB / 54.58MB 2.0s
07:47:59 [2022-07-28T07:47:59.421Z] #11 sha256:c28818711e1ed38df107014a20127b41491b224d7aed8aa7066b55552d9600d2 22.45MB / 54.58MB 2.2s
07:47:59 [2022-07-28T07:47:59.421Z] #11 sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a 2.10MB / 85.90MB 2.2s
07:47:59 [2022-07-28T07:47:59.701Z] #11 sha256:c28818711e1ed38df107014a20127b41491b224d7aed8aa7066b55552d9600d2 27.26MB / 54.58MB 2.4s
07:47:59 [2022-07-28T07:47:59.966Z] #11 sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a 7.88MB / 85.90MB 2.5s
07:47:59 [2022-07-28T07:47:59.966Z] #11 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 55.00MB / 55.00MB 2.5s done
07:47:59 [2022-07-28T07:47:59.966Z] #11 sha256:c28818711e1ed38df107014a20127b41491b224d7aed8aa7066b55552d9600d2 31.46MB / 54.58MB 2.6s
07:47:59 [2022-07-28T07:47:59.966Z] #11 sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a 13.63MB / 85.90MB 2.6s
07:48:00 [2022-07-28T07:48:00.227Z] #11 sha256:c28818711e1ed38df107014a20127b41491b224d7aed8aa7066b55552d9600d2 34.60MB / 54.58MB 2.8s
07:48:00 [2022-07-28T07:48:00.227Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 0B / 141.81MB 2.8s
07:48:00 [2022-07-28T07:48:00.490Z] #11 sha256:c28818711e1ed38df107014a20127b41491b224d7aed8aa7066b55552d9600d2 38.08MB / 54.58MB 3.1s
07:48:00 [2022-07-28T07:48:00.490Z] #11 sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a 18.87MB / 85.90MB 3.1s
07:48:00 [2022-07-28T07:48:00.490Z] #11 sha256:c28818711e1ed38df107014a20127b41491b224d7aed8aa7066b55552d9600d2 40.89MB / 54.58MB 3.2s
07:48:00 [2022-07-28T07:48:00.751Z] #11 sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a 24.12MB / 85.90MB 3.3s
07:48:00 [2022-07-28T07:48:00.751Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 10.49MB / 141.81MB 3.3s
07:48:00 [2022-07-28T07:48:00.751Z] #11 sha256:c28818711e1ed38df107014a20127b41491b224d7aed8aa7066b55552d9600d2 49.28MB / 54.58MB 3.5s
07:48:00 [2022-07-28T07:48:00.751Z] #11 sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a 31.46MB / 85.90MB 3.5s
07:48:00 [2022-07-28T07:48:00.751Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 17.83MB / 141.81MB 3.5s
07:48:00 [2022-07-28T07:48:00.751Z] #11 extracting sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 0.3s
07:48:01 [2022-07-28T07:48:01.011Z] #11 sha256:c28818711e1ed38df107014a20127b41491b224d7aed8aa7066b55552d9600d2 53.48MB / 54.58MB 3.6s
07:48:01 [2022-07-28T07:48:01.011Z] #11 sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a 36.88MB / 85.90MB 3.7s
07:48:01 [2022-07-28T07:48:01.011Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 27.26MB / 141.81MB 3.7s
07:48:01 [2022-07-28T07:48:01.594Z] #11 sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a 44.04MB / 85.90MB 4.1s
07:48:01 [2022-07-28T07:48:01.594Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 35.65MB / 141.81MB 4.2s
07:48:01 [2022-07-28T07:48:01.856Z] #11 sha256:c28818711e1ed38df107014a20127b41491b224d7aed8aa7066b55552d9600d2 54.58MB / 54.58MB 4.1s done
07:48:01 [2022-07-28T07:48:01.856Z] #11 sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a 49.28MB / 85.90MB 4.4s
07:48:01 [2022-07-28T07:48:01.856Z] #11 sha256:4adeeae69874458b752174f3126331d2a17d800831d8743d675198836e90ca92 157B / 157B 4.4s done
07:48:02 [2022-07-28T07:48:02.116Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 43.69MB / 141.81MB 4.6s
07:48:02 [2022-07-28T07:48:02.116Z] #11 sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a 55.57MB / 85.90MB 4.7s
07:48:02 [2022-07-28T07:48:02.378Z] #11 sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a 61.87MB / 85.90MB 5.0s
07:48:02 [2022-07-28T07:48:02.378Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 53.31MB / 141.81MB 5.0s
07:48:02 [2022-07-28T07:48:02.950Z] #11 sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a 70.25MB / 85.90MB 5.4s
07:48:02 [2022-07-28T07:48:02.950Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 61.87MB / 141.81MB 5.5s
07:48:02 [2022-07-28T07:48:02.950Z] #11 sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a 76.55MB / 85.90MB 5.6s
07:48:03 [2022-07-28T07:48:03.209Z] #11 sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a 84.93MB / 85.90MB 5.8s
07:48:03 [2022-07-28T07:48:03.209Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 76.55MB / 141.81MB 5.8s
07:48:03 [2022-07-28T07:48:03.781Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 84.93MB / 141.81MB 6.3s
07:48:04 [2022-07-28T07:48:04.057Z] #11 sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a 85.90MB / 85.90MB 6.6s done
07:48:04 [2022-07-28T07:48:04.316Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 93.32MB / 141.81MB 6.8s
07:48:04 [2022-07-28T07:48:04.316Z] #11 ...
07:48:04 [2022-07-28T07:48:04.316Z] 
07:48:04 [2022-07-28T07:48:04.316Z] #78 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
07:48:04 [2022-07-28T07:48:04.316Z] #78 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
07:48:04 [2022-07-28T07:48:04.316Z] #78 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
07:48:04 [2022-07-28T07:48:04.316Z] #78 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
07:48:04 [2022-07-28T07:48:04.316Z] #78 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
07:48:04 [2022-07-28T07:48:04.316Z] #78 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
07:48:04 [2022-07-28T07:48:04.316Z] #78 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.7s done
07:48:04 [2022-07-28T07:48:04.316Z] #78 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 5.3s done
07:48:04 [2022-07-28T07:48:04.316Z] #78 DONE 7.0s
07:48:04 [2022-07-28T07:48:04.316Z] 
07:48:04 [2022-07-28T07:48:04.316Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:4b1a190d22371bdd111f1c5448b4c06f268d059ea3d04d332dc54f4ebb7ca06b
07:48:04 [2022-07-28T07:48:04.316Z] #11 sha256:bf54ea050dbb17499865fb38b00bd6d8ac73cbc254b72979b18f9d6e70279638
07:48:04 [2022-07-28T07:48:04.316Z] #11 ...
07:48:04 [2022-07-28T07:48:04.316Z] 
07:48:04 [2022-07-28T07:48:04.316Z] #31 [internal] load build context
07:48:04 [2022-07-28T07:48:04.316Z] #31 sha256:195c93295a44db8bf1203f13ea3fbf27049459bbae445c6ceb1b7f5eb2de90f1
07:48:04 [2022-07-28T07:48:04.316Z] #31 transferring context: 43.48MB 7.2s
07:48:04 [2022-07-28T07:48:04.575Z] #31 ...
07:48:04 [2022-07-28T07:48:04.575Z] 
07:48:04 [2022-07-28T07:48:04.575Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:4b1a190d22371bdd111f1c5448b4c06f268d059ea3d04d332dc54f4ebb7ca06b
07:48:04 [2022-07-28T07:48:04.575Z] #11 sha256:bf54ea050dbb17499865fb38b00bd6d8ac73cbc254b72979b18f9d6e70279638
07:48:04 [2022-07-28T07:48:04.839Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 101.20MB / 141.81MB 7.3s
07:48:04 [2022-07-28T07:48:04.839Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 109.05MB / 141.81MB 7.5s
07:48:05 [2022-07-28T07:48:05.099Z] #11 ...
07:48:05 [2022-07-28T07:48:05.099Z] 
07:48:05 [2022-07-28T07:48:05.099Z] #80 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
07:48:05 [2022-07-28T07:48:05.099Z] #80 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
07:48:05 [2022-07-28T07:48:05.099Z] #80 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
07:48:05 [2022-07-28T07:48:05.099Z] #80 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
07:48:05 [2022-07-28T07:48:05.099Z] #80 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
07:48:05 [2022-07-28T07:48:05.099Z] #80 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
07:48:05 [2022-07-28T07:48:05.099Z] #80 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.9s done
07:48:05 [2022-07-28T07:48:05.099Z] #80 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 6.0s done
07:48:05 [2022-07-28T07:48:05.099Z] #80 DONE 7.6s
07:48:05 [2022-07-28T07:48:05.099Z] 
07:48:05 [2022-07-28T07:48:05.099Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:4b1a190d22371bdd111f1c5448b4c06f268d059ea3d04d332dc54f4ebb7ca06b
07:48:05 [2022-07-28T07:48:05.099Z] #11 sha256:bf54ea050dbb17499865fb38b00bd6d8ac73cbc254b72979b18f9d6e70279638
07:48:05 [2022-07-28T07:48:05.099Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 116.39MB / 141.81MB 7.7s
07:48:05 [2022-07-28T07:48:05.358Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 126.15MB / 141.81MB 8.0s
07:48:05 [2022-07-28T07:48:05.618Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 134.22MB / 141.81MB 8.3s
07:48:05 [2022-07-28T07:48:05.876Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 141.52MB / 141.81MB 8.6s
07:48:06 [2022-07-28T07:48:06.143Z] #11 extracting sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 5.6s
07:48:07 [2022-07-28T07:48:07.080Z] #11 ...
07:48:07 [2022-07-28T07:48:07.080Z] 
07:48:07 [2022-07-28T07:48:07.080Z] #31 [internal] load build context
07:48:07 [2022-07-28T07:48:07.080Z] #31 sha256:195c93295a44db8bf1203f13ea3fbf27049459bbae445c6ceb1b7f5eb2de90f1
07:48:07 [2022-07-28T07:48:07.080Z] #31 transferring context: 62.09MB 9.0s done
07:48:07 [2022-07-28T07:48:07.080Z] #31 DONE 9.8s
07:48:07 [2022-07-28T07:48:07.080Z] 
07:48:07 [2022-07-28T07:48:07.080Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:4b1a190d22371bdd111f1c5448b4c06f268d059ea3d04d332dc54f4ebb7ca06b
07:48:07 [2022-07-28T07:48:07.080Z] #11 sha256:bf54ea050dbb17499865fb38b00bd6d8ac73cbc254b72979b18f9d6e70279638
07:48:07 [2022-07-28T07:48:07.340Z] #11 ...
07:48:07 [2022-07-28T07:48:07.340Z] 
07:48:07 [2022-07-28T07:48:07.340Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:2ce44bbc00a79113c296d9d25524e15d423b23303fdbbe20190d2f96e0aeb251
07:48:07 [2022-07-28T07:48:07.340Z] #35 sha256:c1b88fec16cdc6c1bf13d39715e221d6e77d28f068e004e67742c8bf0a17feda
07:48:07 [2022-07-28T07:48:07.340Z] #35 resolve docker.io/library/debian:bullseye@sha256:2ce44bbc00a79113c296d9d25524e15d423b23303fdbbe20190d2f96e0aeb251 0.0s done
07:48:07 [2022-07-28T07:48:07.340Z] #35 sha256:2ce44bbc00a79113c296d9d25524e15d423b23303fdbbe20190d2f96e0aeb251 1.85kB / 1.85kB done
07:48:07 [2022-07-28T07:48:07.340Z] #35 sha256:c11d2593cb741ae8a36d0de9cd240d13518e95f50bccfa8d00a668c006db181e 529B / 529B done
07:48:07 [2022-07-28T07:48:07.340Z] #35 sha256:123c2f3835fd73f108008a94bf92ebbce0853c48cbb713e8fa2a70a995282c8b 1.46kB / 1.46kB done
07:48:07 [2022-07-28T07:48:07.340Z] #35 ...
07:48:07 [2022-07-28T07:48:07.340Z] 
07:48:07 [2022-07-28T07:48:07.340Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:4b1a190d22371bdd111f1c5448b4c06f268d059ea3d04d332dc54f4ebb7ca06b
07:48:07 [2022-07-28T07:48:07.340Z] #11 sha256:bf54ea050dbb17499865fb38b00bd6d8ac73cbc254b72979b18f9d6e70279638
07:48:07 [2022-07-28T07:48:07.913Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 141.81MB / 141.81MB 10.2s done
07:48:08 [2022-07-28T07:48:08.851Z] #11 ...
07:48:08 [2022-07-28T07:48:08.851Z] 
07:48:08 [2022-07-28T07:48:08.851Z] #79 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
07:48:08 [2022-07-28T07:48:08.851Z] #79 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
07:48:08 [2022-07-28T07:48:08.851Z] #79 DONE 0.7s
07:48:08 [2022-07-28T07:48:08.851Z] 
07:48:08 [2022-07-28T07:48:08.851Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:4b1a190d22371bdd111f1c5448b4c06f268d059ea3d04d332dc54f4ebb7ca06b
07:48:08 [2022-07-28T07:48:08.851Z] #11 sha256:bf54ea050dbb17499865fb38b00bd6d8ac73cbc254b72979b18f9d6e70279638
07:48:09 [2022-07-28T07:48:09.791Z] #11 ...
07:48:09 [2022-07-28T07:48:09.791Z] 
07:48:09 [2022-07-28T07:48:09.791Z] #81 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
07:48:09 [2022-07-28T07:48:09.791Z] #81 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
07:48:09 [2022-07-28T07:48:09.791Z] #81 DONE 0.8s
07:48:09 [2022-07-28T07:48:09.791Z] 
07:48:09 [2022-07-28T07:48:09.791Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:4b1a190d22371bdd111f1c5448b4c06f268d059ea3d04d332dc54f4ebb7ca06b
07:48:09 [2022-07-28T07:48:09.791Z] #11 sha256:bf54ea050dbb17499865fb38b00bd6d8ac73cbc254b72979b18f9d6e70279638
07:48:11 [2022-07-28T07:48:11.080Z] Client:
07:48:11 [2022-07-28T07:48:11.080Z]  Context:    default
07:48:11 [2022-07-28T07:48:11.080Z]  Debug Mode: false
07:48:11 [2022-07-28T07:48:11.080Z]  Plugins:
07:48:11 [2022-07-28T07:48:11.080Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
07:48:11 [2022-07-28T07:48:11.080Z]   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
07:48:11 [2022-07-28T07:48:11.080Z]   compose: Docker Compose (Docker Inc., v2.4.1)
07:48:11 [2022-07-28T07:48:11.080Z]   scan: Docker Scan (Docker Inc., v0.17.0)
07:48:11 [2022-07-28T07:48:11.080Z] 
07:48:11 [2022-07-28T07:48:11.080Z] Server:
07:48:11 [2022-07-28T07:48:11.080Z]  Containers: 0
07:48:11 [2022-07-28T07:48:11.080Z]   Running: 0
07:48:11 [2022-07-28T07:48:11.080Z]   Paused: 0
07:48:11 [2022-07-28T07:48:11.080Z]   Stopped: 0
07:48:11 [2022-07-28T07:48:11.080Z]  Images: 1
07:48:11 [2022-07-28T07:48:11.080Z]  Server Version: 20.10.14
07:48:11 [2022-07-28T07:48:11.080Z]  Storage Driver: overlay2
07:48:11 [2022-07-28T07:48:11.080Z]   Backing Filesystem: extfs
07:48:11 [2022-07-28T07:48:11.080Z]   Supports d_type: true
07:48:11 [2022-07-28T07:48:11.080Z]   Native Overlay Diff: true
07:48:11 [2022-07-28T07:48:11.080Z]   userxattr: false
07:48:11 [2022-07-28T07:48:11.080Z]  Logging Driver: json-file
07:48:11 [2022-07-28T07:48:11.080Z]  Cgroup Driver: cgroupfs
07:48:11 [2022-07-28T07:48:11.080Z]  Cgroup Version: 1
07:48:11 [2022-07-28T07:48:11.080Z]  Plugins:
07:48:11 [2022-07-28T07:48:11.080Z]   Volume: local
07:48:11 [2022-07-28T07:48:11.080Z]   Network: bridge host ipvlan macvlan null overlay
07:48:11 [2022-07-28T07:48:11.080Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
07:48:11 [2022-07-28T07:48:11.080Z]  Swarm: inactive
07:48:11 [2022-07-28T07:48:11.080Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
07:48:11 [2022-07-28T07:48:11.080Z]  Default Runtime: runc
07:48:11 [2022-07-28T07:48:11.080Z]  Init Binary: docker-init
07:48:11 [2022-07-28T07:48:11.080Z]  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
07:48:11 [2022-07-28T07:48:11.080Z]  runc version: v1.0.3-0-gf46b6ba
07:48:11 [2022-07-28T07:48:11.080Z]  init version: de40ad0
07:48:11 [2022-07-28T07:48:11.080Z]  Security Options:
07:48:11 [2022-07-28T07:48:11.080Z]   apparmor
07:48:11 [2022-07-28T07:48:11.080Z]   seccomp
07:48:11 [2022-07-28T07:48:11.080Z]    Profile: default
07:48:11 [2022-07-28T07:48:11.080Z]  Kernel Version: 5.4.0-1071-aws
07:48:11 [2022-07-28T07:48:11.080Z]  Operating System: Ubuntu 18.04.6 LTS
07:48:11 [2022-07-28T07:48:11.080Z]  OSType: linux
07:48:11 [2022-07-28T07:48:11.080Z]  Architecture: x86_64
07:48:11 [2022-07-28T07:48:11.080Z]  CPUs: 2
07:48:11 [2022-07-28T07:48:11.080Z]  Total Memory: 7.565GiB
07:48:11 [2022-07-28T07:48:11.080Z]  Name: ip-10-100-40-109
07:48:11 [2022-07-28T07:48:11.080Z]  ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW
07:48:11 [2022-07-28T07:48:11.080Z]  Docker Root Dir: /var/lib/docker
07:48:11 [2022-07-28T07:48:11.080Z]  Debug Mode: false
07:48:11 [2022-07-28T07:48:11.080Z]  Registry: https://index.docker.io/v1/
07:48:11 [2022-07-28T07:48:11.080Z]  Labels:
07:48:11 [2022-07-28T07:48:11.080Z]  Experimental: true
07:48:11 [2022-07-28T07:48:11.080Z]  Insecure Registries:
07:48:11 [2022-07-28T07:48:11.080Z]   127.0.0.0/8
07:48:11 [2022-07-28T07:48:11.080Z]  Live Restore Enabled: true
07:48:11 [2022-07-28T07:48:11.080Z] 
07:48:11 [2022-07-28T07:48:11.080Z] WARNING: No swap limit support
[Pipeline] sh
07:48:11 [2022-07-28T07:48:11.169Z] #11 extracting sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 10.6s done
07:48:11 [2022-07-28T07:48:11.169Z] #11 ...
07:48:11 [2022-07-28T07:48:11.169Z] 
07:48:11 [2022-07-28T07:48:11.169Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:2ce44bbc00a79113c296d9d25524e15d423b23303fdbbe20190d2f96e0aeb251
07:48:11 [2022-07-28T07:48:11.169Z] #35 sha256:c1b88fec16cdc6c1bf13d39715e221d6e77d28f068e004e67742c8bf0a17feda
07:48:11 [2022-07-28T07:48:11.169Z] #35 DONE 14.0s
07:48:11 [2022-07-28T07:48:11.169Z] 
07:48:11 [2022-07-28T07:48:11.169Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:4b1a190d22371bdd111f1c5448b4c06f268d059ea3d04d332dc54f4ebb7ca06b
07:48:11 [2022-07-28T07:48:11.169Z] #11 sha256:bf54ea050dbb17499865fb38b00bd6d8ac73cbc254b72979b18f9d6e70279638
07:48:11 [2022-07-28T07:48:11.169Z] #11 extracting sha256:66a9e63c657ad881997f5165c0826be395bfc064415876b9fbaae74bcb5dc721
07:48:11 [2022-07-28T07:48:11.379Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
07:48:11 [2022-07-28T07:48:11.379Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
07:48:11 [2022-07-28T07:48:11.379Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43875/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
07:48:11 [2022-07-28T07:48:11.379Z] + bash /home/ubuntu/workspace/moby_PR-43875/check-config.sh
07:48:11 [2022-07-28T07:48:11.379Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
07:48:11 [2022-07-28T07:48:11.379Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ...
07:48:11 [2022-07-28T07:48:11.379Z] 
07:48:11 [2022-07-28T07:48:11.379Z] Generally Necessary:
07:48:11 [2022-07-28T07:48:11.379Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
07:48:11 [2022-07-28T07:48:11.379Z] - apparmor: enabled and tools installed
07:48:11 [2022-07-28T07:48:11.642Z] - CONFIG_NAMESPACES: enabled
07:48:11 [2022-07-28T07:48:11.642Z] - CONFIG_NET_NS: enabled
07:48:11 [2022-07-28T07:48:11.642Z] - CONFIG_PID_NS: enabled
07:48:11 [2022-07-28T07:48:11.642Z] - CONFIG_IPC_NS: enabled
07:48:11 [2022-07-28T07:48:11.642Z] - CONFIG_UTS_NS: enabled
07:48:11 [2022-07-28T07:48:11.642Z] - CONFIG_CGROUPS: enabled
07:48:11 [2022-07-28T07:48:11.642Z] - CONFIG_CGROUP_CPUACCT: enabled
07:48:11 [2022-07-28T07:48:11.642Z] - CONFIG_CGROUP_DEVICE: enabled
07:48:11 [2022-07-28T07:48:11.642Z] - CONFIG_CGROUP_FREEZER: enabled
07:48:11 [2022-07-28T07:48:11.642Z] - CONFIG_CGROUP_SCHED: enabled
07:48:11 [2022-07-28T07:48:11.642Z] - CONFIG_CPUSETS: enabled
07:48:11 [2022-07-28T07:48:11.642Z] - CONFIG_MEMCG: enabled
07:48:11 [2022-07-28T07:48:11.642Z] - CONFIG_KEYS: enabled
07:48:11 [2022-07-28T07:48:11.642Z] - CONFIG_VETH: enabled (as module)
07:48:11 [2022-07-28T07:48:11.642Z] - CONFIG_BRIDGE: enabled (as module)
07:48:11 [2022-07-28T07:48:11.642Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
07:48:11 [2022-07-28T07:48:11.642Z] - CONFIG_IP_NF_FILTER: enabled (as module)
07:48:11 [2022-07-28T07:48:11.642Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
07:48:11 [2022-07-28T07:48:11.642Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
07:48:11 [2022-07-28T07:48:11.642Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
07:48:11 [2022-07-28T07:48:11.642Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
07:48:11 [2022-07-28T07:48:11.642Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
07:48:11 [2022-07-28T07:48:11.642Z] - CONFIG_IP_NF_NAT: enabled (as module)
07:48:11 [2022-07-28T07:48:11.642Z] - CONFIG_NF_NAT: enabled (as module)
07:48:11 [2022-07-28T07:48:11.642Z] - CONFIG_POSIX_MQUEUE: enabled
07:48:11 [2022-07-28T07:48:11.642Z] - CONFIG_CGROUP_BPF: enabled
07:48:11 [2022-07-28T07:48:11.642Z] 
07:48:11 [2022-07-28T07:48:11.642Z] Optional Features:
07:48:11 [2022-07-28T07:48:11.642Z] - CONFIG_USER_NS: enabled
07:48:11 [2022-07-28T07:48:11.642Z] - CONFIG_SECCOMP: enabled
07:48:11 [2022-07-28T07:48:11.642Z] - CONFIG_SECCOMP_FILTER: enabled
07:48:11 [2022-07-28T07:48:11.642Z] - CONFIG_CGROUP_PIDS: enabled
07:48:11 [2022-07-28T07:48:11.642Z] - CONFIG_MEMCG_SWAP: enabled
07:48:11 [2022-07-28T07:48:11.642Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
07:48:11 [2022-07-28T07:48:11.642Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
07:48:11 [2022-07-28T07:48:11.642Z] - CONFIG_BLK_CGROUP: enabled
07:48:11 [2022-07-28T07:48:11.642Z] - CONFIG_BLK_DEV_THROTTLING: enabled
07:48:11 [2022-07-28T07:48:11.642Z] - CONFIG_CGROUP_PERF: enabled
07:48:11 [2022-07-28T07:48:11.642Z] - CONFIG_CGROUP_HUGETLB: enabled
07:48:11 [2022-07-28T07:48:11.642Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
07:48:11 [2022-07-28T07:48:11.642Z] - CONFIG_CGROUP_NET_PRIO: enabled
07:48:11 [2022-07-28T07:48:11.906Z] - CONFIG_CFS_BANDWIDTH: enabled
07:48:11 [2022-07-28T07:48:11.906Z] - CONFIG_FAIR_GROUP_SCHED: enabled
07:48:11 [2022-07-28T07:48:11.906Z] - CONFIG_RT_GROUP_SCHED: missing
07:48:11 [2022-07-28T07:48:11.906Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
07:48:11 [2022-07-28T07:48:11.906Z] - CONFIG_IP_VS: enabled (as module)
07:48:11 [2022-07-28T07:48:11.906Z] - CONFIG_IP_VS_NFCT: enabled
07:48:11 [2022-07-28T07:48:11.906Z] - CONFIG_IP_VS_PROTO_TCP: enabled
07:48:11 [2022-07-28T07:48:11.906Z] - CONFIG_IP_VS_PROTO_UDP: enabled
07:48:11 [2022-07-28T07:48:11.906Z] - CONFIG_IP_VS_RR: enabled (as module)
07:48:11 [2022-07-28T07:48:11.906Z] - CONFIG_SECURITY_SELINUX: enabled
07:48:11 [2022-07-28T07:48:11.906Z] - CONFIG_SECURITY_APPARMOR: enabled
07:48:11 [2022-07-28T07:48:11.906Z] - CONFIG_EXT4_FS: enabled
07:48:11 [2022-07-28T07:48:11.906Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
07:48:11 [2022-07-28T07:48:11.906Z] - CONFIG_EXT4_FS_SECURITY: enabled
07:48:11 [2022-07-28T07:48:11.906Z] - Network Drivers:
07:48:11 [2022-07-28T07:48:11.906Z]   - "overlay":
07:48:11 [2022-07-28T07:48:11.906Z]     - CONFIG_VXLAN: enabled (as module)
07:48:11 [2022-07-28T07:48:11.906Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
07:48:11 [2022-07-28T07:48:11.906Z]       Optional (for encrypted networks):
07:48:11 [2022-07-28T07:48:11.906Z]       - CONFIG_CRYPTO: enabled
07:48:11 [2022-07-28T07:48:11.906Z]       - CONFIG_CRYPTO_AEAD: enabled
07:48:11 [2022-07-28T07:48:11.906Z]       - CONFIG_CRYPTO_GCM: enabled
07:48:11 [2022-07-28T07:48:11.906Z]       - CONFIG_CRYPTO_SEQIV: enabled
07:48:11 [2022-07-28T07:48:11.906Z]       - CONFIG_CRYPTO_GHASH: enabled
07:48:11 [2022-07-28T07:48:11.906Z]       - CONFIG_XFRM: enabled
07:48:11 [2022-07-28T07:48:11.906Z]       - CONFIG_XFRM_USER: enabled (as module)
07:48:11 [2022-07-28T07:48:11.906Z]       - CONFIG_XFRM_ALGO: enabled (as module)
07:48:11 [2022-07-28T07:48:11.906Z]       - CONFIG_INET_ESP: enabled (as module)
07:48:11 [2022-07-28T07:48:11.906Z]   - "ipvlan":
07:48:11 [2022-07-28T07:48:11.906Z]     - CONFIG_IPVLAN: enabled (as module)
07:48:11 [2022-07-28T07:48:11.906Z]   - "macvlan":
07:48:11 [2022-07-28T07:48:11.906Z]     - CONFIG_MACVLAN: enabled (as module)
07:48:11 [2022-07-28T07:48:11.906Z]     - CONFIG_DUMMY: enabled (as module)
07:48:11 [2022-07-28T07:48:11.906Z]   - "ftp,tftp client in container":
07:48:11 [2022-07-28T07:48:11.906Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
07:48:11 [2022-07-28T07:48:11.906Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
07:48:11 [2022-07-28T07:48:11.906Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
07:48:11 [2022-07-28T07:48:11.906Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
07:48:11 [2022-07-28T07:48:11.906Z] - Storage Drivers:
07:48:11 [2022-07-28T07:48:11.906Z]   - "aufs":
07:48:11 [2022-07-28T07:48:11.906Z]     - CONFIG_AUFS_FS: enabled (as module)
07:48:11 [2022-07-28T07:48:11.906Z]   - "btrfs":
07:48:11 [2022-07-28T07:48:11.906Z]     - CONFIG_BTRFS_FS: enabled (as module)
07:48:12 [2022-07-28T07:48:12.111Z] #11 extracting sha256:66a9e63c657ad881997f5165c0826be395bfc064415876b9fbaae74bcb5dc721 0.7s done
07:48:12 [2022-07-28T07:48:12.170Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
07:48:12 [2022-07-28T07:48:12.170Z]   - "devicemapper":
07:48:12 [2022-07-28T07:48:12.170Z]     - CONFIG_BLK_DEV_DM: enabled
07:48:12 [2022-07-28T07:48:12.170Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
07:48:12 [2022-07-28T07:48:12.170Z]   - "overlay":
07:48:12 [2022-07-28T07:48:12.170Z]     - CONFIG_OVERLAY_FS: enabled (as module)
07:48:12 [2022-07-28T07:48:12.170Z]   - "zfs":
07:48:12 [2022-07-28T07:48:12.170Z]     - /dev/zfs: present
07:48:12 [2022-07-28T07:48:12.170Z]     - zfs command: missing
07:48:12 [2022-07-28T07:48:12.170Z]     - zpool command: missing
07:48:12 [2022-07-28T07:48:12.170Z] 
07:48:12 [2022-07-28T07:48:12.170Z] Limits:
07:48:12 [2022-07-28T07:48:12.170Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
07:48:12 [2022-07-28T07:48:12.170Z] 
07:48:12 [2022-07-28T07:48:12.170Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
07:48:12 [2022-07-28T07:48:12.370Z] #11 extracting sha256:d1989b6e74cfdda1591b9dd23be47c5caeb002b7a151379361ec0c3f0e6d0e52
07:48:12 [2022-07-28T07:48:12.509Z] + sudo modprobe ip_vs
07:48:12 [2022-07-28T07:48:12.509Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:6d41219baee83f456b8628735d9b7ca20e188b1a .
07:48:12 [2022-07-28T07:48:12.943Z] #11 extracting sha256:d1989b6e74cfdda1591b9dd23be47c5caeb002b7a151379361ec0c3f0e6d0e52 0.8s done
07:48:13 [2022-07-28T07:48:13.085Z] #2 [internal] load .dockerignore
07:48:13 [2022-07-28T07:48:13.085Z] #2 sha256:8cca3ac7846cac203ef7d377c929675c48c134eef5c39422e1bec12b65424e5a
07:48:13 [2022-07-28T07:48:13.085Z] #2 transferring context: 145B done
07:48:13 [2022-07-28T07:48:13.085Z] #2 DONE 0.1s
07:48:13 [2022-07-28T07:48:13.085Z] 
07:48:13 [2022-07-28T07:48:13.085Z] #1 [internal] load build definition from Dockerfile
07:48:13 [2022-07-28T07:48:13.085Z] #1 sha256:5d2e2c991ede1f619b0558a0f360965cc2e2ab563931f8cd367b80e1c793b7c9
07:48:13 [2022-07-28T07:48:13.085Z] #1 transferring dockerfile: 19.25kB done
07:48:13 [2022-07-28T07:48:13.085Z] #1 DONE 0.2s
07:48:13 [2022-07-28T07:48:13.085Z] 
07:48:13 [2022-07-28T07:48:13.085Z] #3 resolve image config for docker.io/docker/dockerfile:1
07:48:13 [2022-07-28T07:48:13.085Z] #3 sha256:ac072d521901222eeef550f52282877f196e16b0247844be9ceb1ccc1eac391d
07:48:13 [2022-07-28T07:48:13.517Z] #11 extracting sha256:c28818711e1ed38df107014a20127b41491b224d7aed8aa7066b55552d9600d2
07:48:13 [2022-07-28T07:48:13.658Z] #3 DONE 0.3s
07:48:13 [2022-07-28T07:48:13.658Z] 
07:48:13 [2022-07-28T07:48:13.658Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2
07:48:13 [2022-07-28T07:48:13.658Z] #4 sha256:48a83027ce1f5c304cb45d91fac69a612cf40aeee970f6f9794eda714e262e35
07:48:13 [2022-07-28T07:48:13.658Z] #4 resolve docker.io/docker/dockerfile:1@sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2 done
07:48:13 [2022-07-28T07:48:13.658Z] #4 sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940 5.24MB / 9.94MB 0.1s
07:48:13 [2022-07-28T07:48:13.658Z] #4 sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2 2.00kB / 2.00kB done
07:48:13 [2022-07-28T07:48:13.658Z] #4 sha256:24d064a369eda7bc7839b6c1c227eac7212d06ca09a8235a4bed467f8acf180d 528B / 528B done
07:48:13 [2022-07-28T07:48:13.658Z] #4 sha256:84495a15555de1a8f4738f58268fa8949547068198f8d0fa2a3e3a693d7f923f 2.37kB / 2.37kB done
07:48:13 [2022-07-28T07:48:13.658Z] #4 sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940 9.94MB / 9.94MB 0.2s
07:48:13 [2022-07-28T07:48:13.658Z] #4 extracting sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940
07:48:13 [2022-07-28T07:48:13.658Z] #4 sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940 9.94MB / 9.94MB 0.2s done
07:48:14 [2022-07-28T07:48:14.239Z] #4 extracting sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940 0.4s done
07:48:14 [2022-07-28T07:48:14.239Z] #4 DONE 0.7s
07:48:14 [2022-07-28T07:48:14.500Z] 
07:48:14 [2022-07-28T07:48:14.500Z] #6 [internal] load .dockerignore
07:48:14 [2022-07-28T07:48:14.500Z] #6 sha256:9b2481fb653dd1bb7e37b1cf7f6a40df74a9876ff2bb58c9678b2f21eb24b1fb
07:48:14 [2022-07-28T07:48:14.500Z] #6 DONE 0.0s
07:48:14 [2022-07-28T07:48:14.500Z] 
07:48:14 [2022-07-28T07:48:14.501Z] #5 [internal] load build definition from Dockerfile
07:48:14 [2022-07-28T07:48:14.501Z] #5 sha256:bd90f9419d099831dd0d4493cc8d55adfe9d3180da215ee635c0a698f8435ef0
07:48:14 [2022-07-28T07:48:14.501Z] #5 DONE 0.0s
07:48:14 [2022-07-28T07:48:14.501Z] 
07:48:14 [2022-07-28T07:48:14.501Z] #7 [internal] load metadata for docker.io/library/golang:1.18.4-bullseye
07:48:14 [2022-07-28T07:48:14.501Z] #7 sha256:b03fae7fdf75d74ac1d0c82786f3337bb2c4beaf085f0ed4d76ab5dc16f23b5f
07:48:15 [2022-07-28T07:48:15.073Z] #7 DONE 0.7s
07:48:15 [2022-07-28T07:48:15.073Z] 
07:48:15 [2022-07-28T07:48:15.073Z] #10 [internal] load metadata for docker.io/library/debian:bullseye
07:48:15 [2022-07-28T07:48:15.073Z] #10 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e
07:48:15 [2022-07-28T07:48:15.073Z] #10 DONE 0.6s
07:48:15 [2022-07-28T07:48:15.073Z] 
07:48:15 [2022-07-28T07:48:15.073Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
07:48:15 [2022-07-28T07:48:15.073Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
07:48:15 [2022-07-28T07:48:15.073Z] #8 DONE 0.6s
07:48:15 [2022-07-28T07:48:15.073Z] 
07:48:15 [2022-07-28T07:48:15.073Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
07:48:15 [2022-07-28T07:48:15.073Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
07:48:15 [2022-07-28T07:48:15.073Z] #9 DONE 0.7s
07:48:15 [2022-07-28T07:48:15.646Z] 
07:48:15 [2022-07-28T07:48:15.646Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
07:48:15 [2022-07-28T07:48:15.646Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
07:48:15 [2022-07-28T07:48:15.646Z] #73 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
07:48:15 [2022-07-28T07:48:15.914Z] #73 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
07:48:15 [2022-07-28T07:48:15.914Z] #73 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
07:48:15 [2022-07-28T07:48:15.914Z] #73 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
07:48:15 [2022-07-28T07:48:15.914Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0B / 12.42MB 0.2s
07:48:16 [2022-07-28T07:48:16.175Z] #73 ...
07:48:16 [2022-07-28T07:48:16.175Z] 
07:48:16 [2022-07-28T07:48:16.175Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
07:48:16 [2022-07-28T07:48:16.175Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4
07:48:16 [2022-07-28T07:48:16.175Z] #49 DONE 0.0s
07:48:16 [2022-07-28T07:48:16.175Z] 
07:48:16 [2022-07-28T07:48:16.175Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
07:48:16 [2022-07-28T07:48:16.175Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
07:48:16 [2022-07-28T07:48:16.437Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 5.49MB / 12.42MB 0.6s
07:48:16 [2022-07-28T07:48:16.437Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 8.39MB / 12.42MB 0.7s
07:48:16 [2022-07-28T07:48:16.699Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.9s
07:48:16 [2022-07-28T07:48:16.959Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 1.0s done
07:48:16 [2022-07-28T07:48:16.959Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0
07:48:18 [2022-07-28T07:48:18.793Z] #11 extracting sha256:c28818711e1ed38df107014a20127b41491b224d7aed8aa7066b55552d9600d2 5.1s
07:48:20 [2022-07-28T07:48:20.171Z] #11 ...
07:48:20 [2022-07-28T07:48:20.171Z] 
07:48:20 [2022-07-28T07:48:20.171Z] #36 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
07:48:20 [2022-07-28T07:48:20.171Z] #36 sha256:86d0fe8e3d75de108c042a485c0bbbd0a07573c0631bc783dff6637327710de0
07:48:20 [2022-07-28T07:48:20.171Z] #36 1.419 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
07:48:20 [2022-07-28T07:48:20.171Z] #36 1.419 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
07:48:20 [2022-07-28T07:48:20.171Z] #36 1.419 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
07:48:20 [2022-07-28T07:48:20.171Z] #36 1.657 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
07:48:20 [2022-07-28T07:48:20.171Z] #36 1.855 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [168 kB]
07:48:20 [2022-07-28T07:48:20.171Z] #36 2.109 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
07:48:20 [2022-07-28T07:48:20.171Z] #36 3.442 Fetched 8561 kB in 2s (3715 kB/s)
07:48:20 [2022-07-28T07:48:20.171Z] #36 3.442 Reading package lists...
07:48:20 [2022-07-28T07:48:20.171Z] #36 4.299 Reading package lists...
07:48:20 [2022-07-28T07:48:20.171Z] #36 5.113 Building dependency tree...
07:48:20 [2022-07-28T07:48:20.171Z] #36 5.441 The following additional packages will be installed:
07:48:20 [2022-07-28T07:48:20.171Z] #36 5.441   libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5
07:48:20 [2022-07-28T07:48:20.171Z] #36 5.445   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl
07:48:20 [2022-07-28T07:48:20.171Z] #36 5.445 Recommended packages:
07:48:20 [2022-07-28T07:48:20.171Z] #36 5.445   libldap-common publicsuffix libsasl2-modules
07:48:20 [2022-07-28T07:48:20.171Z] #36 5.613 The following NEW packages will be installed:
07:48:20 [2022-07-28T07:48:20.171Z] #36 5.613   ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2
07:48:20 [2022-07-28T07:48:20.171Z] #36 5.613   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
07:48:20 [2022-07-28T07:48:20.171Z] #36 5.613   libssh2-1 openssl
07:48:20 [2022-07-28T07:48:20.171Z] #36 5.637 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded.
07:48:20 [2022-07-28T07:48:20.171Z] #36 5.637 Need to get 3041 kB of archives.
07:48:20 [2022-07-28T07:48:20.171Z] #36 5.637 After this operation, 6651 kB of additional disk space will be used.
07:48:20 [2022-07-28T07:48:20.171Z] #36 5.637 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1n-0+deb11u3 [853 kB]
07:48:20 [2022-07-28T07:48:20.171Z] #36 5.653 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB]
07:48:20 [2022-07-28T07:48:20.171Z] #36 5.656 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB]
07:48:20 [2022-07-28T07:48:20.171Z] #36 5.661 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB]
07:48:20 [2022-07-28T07:48:20.171Z] #36 5.665 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB]
07:48:20 [2022-07-28T07:48:20.171Z] #36 5.667 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB]
07:48:20 [2022-07-28T07:48:20.171Z] #36 5.673 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB]
07:48:20 [2022-07-28T07:48:20.171Z] #36 5.674 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB]
07:48:20 [2022-07-28T07:48:20.171Z] #36 5.675 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB]
07:48:20 [2022-07-28T07:48:20.171Z] #36 5.676 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB]
07:48:20 [2022-07-28T07:48:20.171Z] #36 5.677 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB]
07:48:20 [2022-07-28T07:48:20.171Z] #36 5.685 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB]
07:48:20 [2022-07-28T07:48:20.171Z] #36 5.688 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
07:48:20 [2022-07-28T07:48:20.171Z] #36 5.690 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
07:48:20 [2022-07-28T07:48:20.171Z] #36 5.694 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
07:48:20 [2022-07-28T07:48:20.171Z] #36 5.913 debconf: delaying package configuration, since apt-utils is not installed
07:48:20 [2022-07-28T07:48:20.171Z] #36 5.956 Fetched 3041 kB in 0s (38.3 MB/s)
07:48:20 [2022-07-28T07:48:20.171Z] #36 6.078 Selecting previously unselected package openssl.
07:48:20 [2022-07-28T07:48:20.171Z] #36 6.078 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6661 files and directories currently installed.)
07:48:20 [2022-07-28T07:48:20.171Z] #36 6.078 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u3_amd64.deb ...
07:48:20 [2022-07-28T07:48:20.171Z] #36 6.082 Unpacking openssl (1.1.1n-0+deb11u3) ...
07:48:20 [2022-07-28T07:48:20.171Z] #36 6.471 Selecting previously unselected package ca-certificates.
07:48:20 [2022-07-28T07:48:20.171Z] #36 6.471 Preparing to unpack .../01-ca-certificates_20210119_all.deb ...
07:48:20 [2022-07-28T07:48:20.171Z] #36 6.473 Unpacking ca-certificates (20210119) ...
07:48:20 [2022-07-28T07:48:20.171Z] #36 6.650 Selecting previously unselected package libbrotli1:amd64.
07:48:20 [2022-07-28T07:48:20.171Z] #36 6.650 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ...
07:48:20 [2022-07-28T07:48:20.171Z] #36 6.659 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ...
07:48:20 [2022-07-28T07:48:20.171Z] #36 6.844 Selecting previously unselected package libsasl2-modules-db:amd64.
07:48:20 [2022-07-28T07:48:20.171Z] #36 6.844 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
07:48:20 [2022-07-28T07:48:20.171Z] #36 6.861 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
07:48:20 [2022-07-28T07:48:20.171Z] #36 6.993 Selecting previously unselected package libsasl2-2:amd64.
07:48:20 [2022-07-28T07:48:20.171Z] #36 6.993 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
07:48:20 [2022-07-28T07:48:20.171Z] #36 6.999 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
07:48:20 [2022-07-28T07:48:20.171Z] #36 7.180 Selecting previously unselected package libldap-2.4-2:amd64.
07:48:20 [2022-07-28T07:48:20.171Z] #36 7.180 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ...
07:48:20 [2022-07-28T07:48:20.171Z] #36 7.188 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ...
07:48:20 [2022-07-28T07:48:20.171Z] #36 7.446 Selecting previously unselected package libnghttp2-14:amd64.
07:48:20 [2022-07-28T07:48:20.171Z] #36 7.446 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ...
07:48:20 [2022-07-28T07:48:20.171Z] #36 7.451 Unpacking libnghttp2-14:amd64 (1.43.0-1) ...
07:48:20 [2022-07-28T07:48:20.171Z] #36 7.572 Selecting previously unselected package libpsl5:amd64.
07:48:20 [2022-07-28T07:48:20.171Z] #36 7.572 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ...
07:48:20 [2022-07-28T07:48:20.171Z] #36 7.577 Unpacking libpsl5:amd64 (0.21.0-1.2) ...
07:48:20 [2022-07-28T07:48:20.171Z] #36 7.649 Selecting previously unselected package librtmp1:amd64.
07:48:20 [2022-07-28T07:48:20.171Z] #36 7.649 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ...
07:48:20 [2022-07-28T07:48:20.171Z] #36 7.653 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
07:48:20 [2022-07-28T07:48:20.171Z] #36 7.707 Selecting previously unselected package libssh2-1:amd64.
07:48:20 [2022-07-28T07:48:20.171Z] #36 7.709 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ...
07:48:20 [2022-07-28T07:48:20.171Z] #36 7.745 Unpacking libssh2-1:amd64 (1.9.0-2) ...
07:48:20 [2022-07-28T07:48:20.171Z] #36 7.817 Selecting previously unselected package libcurl4:amd64.
07:48:20 [2022-07-28T07:48:20.171Z] #36 7.817 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ...
07:48:20 [2022-07-28T07:48:20.171Z] #36 7.820 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ...
07:48:20 [2022-07-28T07:48:20.171Z] #36 7.927 Selecting previously unselected package curl.
07:48:20 [2022-07-28T07:48:20.171Z] #36 7.927 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ...
07:48:20 [2022-07-28T07:48:20.171Z] #36 7.930 Unpacking curl (7.74.0-1.3+deb11u1) ...
07:48:20 [2022-07-28T07:48:20.171Z] #36 8.011 Selecting previously unselected package libonig5:amd64.
07:48:20 [2022-07-28T07:48:20.171Z] #36 8.011 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ...
07:48:20 [2022-07-28T07:48:20.171Z] #36 8.015 Unpacking libonig5:amd64 (6.9.6-1.1) ...
07:48:20 [2022-07-28T07:48:20.171Z] #36 8.099 Selecting previously unselected package libjq1:amd64.
07:48:20 [2022-07-28T07:48:20.171Z] #36 8.099 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ...
07:48:20 [2022-07-28T07:48:20.171Z] #36 8.099 Unpacking libjq1:amd64 (1.6-2.1) ...
07:48:20 [2022-07-28T07:48:20.171Z] #36 8.161 Selecting previously unselected package jq.
07:48:20 [2022-07-28T07:48:20.171Z] #36 8.161 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ...
07:48:20 [2022-07-28T07:48:20.171Z] #36 8.168 Unpacking jq (1.6-2.1) ...
07:48:20 [2022-07-28T07:48:20.171Z] #36 8.228 Setting up libpsl5:amd64 (0.21.0-1.2) ...
07:48:20 [2022-07-28T07:48:20.171Z] #36 8.240 Setting up libbrotli1:amd64 (1.0.9-2+b2) ...
07:48:20 [2022-07-28T07:48:20.171Z] #36 8.251 Setting up libnghttp2-14:amd64 (1.43.0-1) ...
07:48:20 [2022-07-28T07:48:20.171Z] #36 8.263 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
07:48:20 [2022-07-28T07:48:20.171Z] #36 8.274 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
07:48:20 [2022-07-28T07:48:20.171Z] #36 8.287 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
07:48:20 [2022-07-28T07:48:20.171Z] #36 8.296 Setting up libssh2-1:amd64 (1.9.0-2) ...
07:48:20 [2022-07-28T07:48:20.171Z] #36 8.309 Setting up openssl (1.1.1n-0+deb11u3) ...
07:48:20 [2022-07-28T07:48:20.171Z] #36 8.329 Setting up libonig5:amd64 (6.9.6-1.1) ...
07:48:20 [2022-07-28T07:48:20.171Z] #36 8.339 Setting up libjq1:amd64 (1.6-2.1) ...
07:48:20 [2022-07-28T07:48:20.171Z] #36 8.351 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ...
07:48:20 [2022-07-28T07:48:20.171Z] #36 8.362 Setting up ca-certificates (20210119) ...
07:48:20 [2022-07-28T07:48:20.431Z] #36 ...
07:48:20 [2022-07-28T07:48:20.431Z] 
07:48:20 [2022-07-28T07:48:20.431Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:4b1a190d22371bdd111f1c5448b4c06f268d059ea3d04d332dc54f4ebb7ca06b
07:48:20 [2022-07-28T07:48:20.431Z] #11 sha256:bf54ea050dbb17499865fb38b00bd6d8ac73cbc254b72979b18f9d6e70279638
07:48:21 [2022-07-28T07:48:21.221Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 3.6s done
07:48:21 [2022-07-28T07:48:21.221Z] #73 ...
07:48:21 [2022-07-28T07:48:21.221Z] 
07:48:21 [2022-07-28T07:48:21.221Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
07:48:21 [2022-07-28T07:48:21.221Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
07:48:21 [2022-07-28T07:48:21.221Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
07:48:21 [2022-07-28T07:48:21.221Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
07:48:21 [2022-07-28T07:48:21.221Z] #71 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
07:48:21 [2022-07-28T07:48:21.221Z] #71 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
07:48:21 [2022-07-28T07:48:21.221Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.7s done
07:48:21 [2022-07-28T07:48:21.221Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 3.2s done
07:48:21 [2022-07-28T07:48:21.221Z] #71 DONE 5.1s
07:48:21 [2022-07-28T07:48:21.221Z] 
07:48:21 [2022-07-28T07:48:21.221Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:4b1a190d22371bdd111f1c5448b4c06f268d059ea3d04d332dc54f4ebb7ca06b
07:48:21 [2022-07-28T07:48:21.221Z] #11 sha256:bf54ea050dbb17499865fb38b00bd6d8ac73cbc254b72979b18f9d6e70279638
07:48:21 [2022-07-28T07:48:21.221Z] #11 resolve docker.io/library/golang:1.18.4-bullseye@sha256:4b1a190d22371bdd111f1c5448b4c06f268d059ea3d04d332dc54f4ebb7ca06b 0.1s done
07:48:21 [2022-07-28T07:48:21.221Z] #11 sha256:4b1a190d22371bdd111f1c5448b4c06f268d059ea3d04d332dc54f4ebb7ca06b 1.86kB / 1.86kB done
07:48:21 [2022-07-28T07:48:21.221Z] #11 sha256:e3c0472b1b62b0899bebd7aee842ba7a7f4d6c3cdf006115adcd247b69c4bfe1 7.10kB / 7.10kB done
07:48:21 [2022-07-28T07:48:21.221Z] #11 sha256:ea3d912d500b1ae0a691b2e53eb8a6345b579d42d7e6a64acca83d274b949740 1.80kB / 1.80kB done
07:48:21 [2022-07-28T07:48:21.221Z] #11 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 55.00MB / 55.00MB 2.6s done
07:48:21 [2022-07-28T07:48:21.221Z] #11 sha256:66a9e63c657ad881997f5165c0826be395bfc064415876b9fbaae74bcb5dc721 5.16MB / 5.16MB 1.1s done
07:48:21 [2022-07-28T07:48:21.221Z] #11 sha256:c28818711e1ed38df107014a20127b41491b224d7aed8aa7066b55552d9600d2 54.58MB / 54.58MB 3.2s done
07:48:21 [2022-07-28T07:48:21.221Z] #11 sha256:d1989b6e74cfdda1591b9dd23be47c5caeb002b7a151379361ec0c3f0e6d0e52 10.88MB / 10.88MB 1.9s done
07:48:21 [2022-07-28T07:48:21.221Z] #11 sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a 85.90MB / 85.90MB 4.9s done
07:48:21 [2022-07-28T07:48:21.221Z] #11 extracting sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 2.1s
07:48:21 [2022-07-28T07:48:21.221Z] #11 sha256:4adeeae69874458b752174f3126331d2a17d800831d8743d675198836e90ca92 157B / 157B 3.4s done
07:48:21 [2022-07-28T07:48:21.221Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 73.40MB / 141.81MB 5.1s
07:48:21 [2022-07-28T07:48:21.221Z] #11 ...
07:48:21 [2022-07-28T07:48:21.221Z] 
07:48:21 [2022-07-28T07:48:21.221Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
07:48:21 [2022-07-28T07:48:21.221Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
07:48:21 [2022-07-28T07:48:21.221Z] #73 DONE 5.2s
07:48:21 [2022-07-28T07:48:21.221Z] 
07:48:21 [2022-07-28T07:48:21.221Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:4b1a190d22371bdd111f1c5448b4c06f268d059ea3d04d332dc54f4ebb7ca06b
07:48:21 [2022-07-28T07:48:21.221Z] #11 sha256:bf54ea050dbb17499865fb38b00bd6d8ac73cbc254b72979b18f9d6e70279638
07:48:21 [2022-07-28T07:48:21.221Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 83.74MB / 141.81MB 5.2s
07:48:21 [2022-07-28T07:48:21.221Z] #11 ...
07:48:21 [2022-07-28T07:48:21.221Z] 
07:48:21 [2022-07-28T07:48:21.221Z] #24 [internal] load build context
07:48:21 [2022-07-28T07:48:21.221Z] #24 sha256:ebac8e354127fc264fb179235df83294bd9b5d42b63e22f7f7cc57d6ed440a45
07:48:21 [2022-07-28T07:48:21.221Z] #24 transferring context: 35.79MB 5.4s
07:48:21 [2022-07-28T07:48:21.221Z] #24 ...
07:48:21 [2022-07-28T07:48:21.221Z] 
07:48:21 [2022-07-28T07:48:21.221Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:4b1a190d22371bdd111f1c5448b4c06f268d059ea3d04d332dc54f4ebb7ca06b
07:48:21 [2022-07-28T07:48:21.221Z] #11 sha256:bf54ea050dbb17499865fb38b00bd6d8ac73cbc254b72979b18f9d6e70279638
07:48:21 [2022-07-28T07:48:21.221Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 92.27MB / 141.81MB 5.3s
07:48:21 [2022-07-28T07:48:21.483Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 101.71MB / 141.81MB 5.6s
07:48:21 [2022-07-28T07:48:21.745Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 117.44MB / 141.81MB 5.9s
07:48:21 [2022-07-28T07:48:21.746Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 132.12MB / 141.81MB 6.1s
07:48:22 [2022-07-28T07:48:22.086Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 141.81MB / 141.81MB 6.2s
07:48:22 [2022-07-28T07:48:22.343Z] #11 extracting sha256:c28818711e1ed38df107014a20127b41491b224d7aed8aa7066b55552d9600d2 8.4s done
07:48:22 [2022-07-28T07:48:22.343Z] #11 extracting sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a 0.1s
07:48:23 [2022-07-28T07:48:23.998Z] #11 ...
07:48:23 [2022-07-28T07:48:23.998Z] 
07:48:23 [2022-07-28T07:48:23.998Z] #24 [internal] load build context
07:48:23 [2022-07-28T07:48:23.998Z] #24 sha256:ebac8e354127fc264fb179235df83294bd9b5d42b63e22f7f7cc57d6ed440a45
07:48:23 [2022-07-28T07:48:23.998Z] #24 transferring context: 62.09MB 7.0s done
07:48:23 [2022-07-28T07:48:23.998Z] #24 DONE 8.1s
07:48:23 [2022-07-28T07:48:23.998Z] 
07:48:23 [2022-07-28T07:48:23.998Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:4b1a190d22371bdd111f1c5448b4c06f268d059ea3d04d332dc54f4ebb7ca06b
07:48:23 [2022-07-28T07:48:23.998Z] #11 sha256:bf54ea050dbb17499865fb38b00bd6d8ac73cbc254b72979b18f9d6e70279638
07:48:24 [2022-07-28T07:48:24.251Z] #11 ...
07:48:24 [2022-07-28T07:48:24.251Z] 
07:48:24 [2022-07-28T07:48:24.251Z] #36 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
07:48:24 [2022-07-28T07:48:24.251Z] #36 sha256:86d0fe8e3d75de108c042a485c0bbbd0a07573c0631bc783dff6637327710de0
07:48:24 [2022-07-28T07:48:24.251Z] #36 9.114 Updating certificates in /etc/ssl/certs...
07:48:24 [2022-07-28T07:48:24.251Z] #36 10.25 129 added, 0 removed; done.
07:48:24 [2022-07-28T07:48:24.251Z] #36 10.33 Setting up jq (1.6-2.1) ...
07:48:24 [2022-07-28T07:48:24.251Z] #36 10.34 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ...
07:48:24 [2022-07-28T07:48:24.251Z] #36 10.35 Setting up curl (7.74.0-1.3+deb11u1) ...
07:48:24 [2022-07-28T07:48:24.251Z] #36 10.36 Processing triggers for libc-bin (2.31-13+deb11u3) ...
07:48:24 [2022-07-28T07:48:24.251Z] #36 10.38 Processing triggers for ca-certificates (20210119) ...
07:48:24 [2022-07-28T07:48:24.251Z] #36 10.39 Updating certificates in /etc/ssl/certs...
07:48:24 [2022-07-28T07:48:24.251Z] #36 11.05 0 added, 0 removed; done.
07:48:24 [2022-07-28T07:48:24.251Z] #36 11.05 Running hooks in /etc/ca-certificates/update.d...
07:48:24 [2022-07-28T07:48:24.251Z] #36 11.06 done.
07:48:24 [2022-07-28T07:48:24.251Z] #36 DONE 13.0s
07:48:24 [2022-07-28T07:48:24.251Z] 
07:48:24 [2022-07-28T07:48:24.251Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:4b1a190d22371bdd111f1c5448b4c06f268d059ea3d04d332dc54f4ebb7ca06b
07:48:24 [2022-07-28T07:48:24.251Z] #11 sha256:bf54ea050dbb17499865fb38b00bd6d8ac73cbc254b72979b18f9d6e70279638
07:48:24 [2022-07-28T07:48:24.259Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 141.81MB / 141.81MB 8.4s done
07:48:24 [2022-07-28T07:48:24.513Z] #11 ...
07:48:24 [2022-07-28T07:48:24.513Z] 
07:48:24 [2022-07-28T07:48:24.513Z] #37 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
07:48:24 [2022-07-28T07:48:24.513Z] #37 sha256:704d84334e3944954647a29e7fb4790759827d58d0b67fc39f42803b9a47aad5
07:48:24 [2022-07-28T07:48:24.513Z] #37 DONE 0.2s
07:48:24 [2022-07-28T07:48:24.772Z] 
07:48:24 [2022-07-28T07:48:24.772Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:4b1a190d22371bdd111f1c5448b4c06f268d059ea3d04d332dc54f4ebb7ca06b
07:48:24 [2022-07-28T07:48:24.772Z] #11 sha256:bf54ea050dbb17499865fb38b00bd6d8ac73cbc254b72979b18f9d6e70279638
07:48:25 [2022-07-28T07:48:25.645Z] #11 extracting sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 6.7s done
07:48:25 [2022-07-28T07:48:25.645Z] #11 ...
07:48:25 [2022-07-28T07:48:25.645Z] 
07:48:25 [2022-07-28T07:48:25.645Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:2ce44bbc00a79113c296d9d25524e15d423b23303fdbbe20190d2f96e0aeb251
07:48:25 [2022-07-28T07:48:25.645Z] #28 sha256:c1b88fec16cdc6c1bf13d39715e221d6e77d28f068e004e67742c8bf0a17feda
07:48:25 [2022-07-28T07:48:25.645Z] #28 resolve docker.io/library/debian:bullseye@sha256:2ce44bbc00a79113c296d9d25524e15d423b23303fdbbe20190d2f96e0aeb251 0.1s done
07:48:25 [2022-07-28T07:48:25.645Z] #28 sha256:2ce44bbc00a79113c296d9d25524e15d423b23303fdbbe20190d2f96e0aeb251 1.85kB / 1.85kB done
07:48:25 [2022-07-28T07:48:25.645Z] #28 sha256:c11d2593cb741ae8a36d0de9cd240d13518e95f50bccfa8d00a668c006db181e 529B / 529B done
07:48:25 [2022-07-28T07:48:25.645Z] #28 sha256:123c2f3835fd73f108008a94bf92ebbce0853c48cbb713e8fa2a70a995282c8b 1.46kB / 1.46kB done
07:48:25 [2022-07-28T07:48:25.645Z] #28 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 55.00MB / 55.00MB 2.6s done
07:48:25 [2022-07-28T07:48:25.909Z] #28 ...
07:48:25 [2022-07-28T07:48:25.909Z] 
07:48:25 [2022-07-28T07:48:25.909Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:4b1a190d22371bdd111f1c5448b4c06f268d059ea3d04d332dc54f4ebb7ca06b
07:48:25 [2022-07-28T07:48:25.909Z] #11 sha256:bf54ea050dbb17499865fb38b00bd6d8ac73cbc254b72979b18f9d6e70279638
07:48:25 [2022-07-28T07:48:25.909Z] #11 extracting sha256:66a9e63c657ad881997f5165c0826be395bfc064415876b9fbaae74bcb5dc721
07:48:25 [2022-07-28T07:48:25.909Z] #11 ...
07:48:25 [2022-07-28T07:48:25.909Z] 
07:48:25 [2022-07-28T07:48:25.909Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
07:48:25 [2022-07-28T07:48:25.909Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
07:48:25 [2022-07-28T07:48:25.909Z] #72 DONE 0.8s
07:48:25 [2022-07-28T07:48:25.909Z] 
07:48:25 [2022-07-28T07:48:25.909Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:2ce44bbc00a79113c296d9d25524e15d423b23303fdbbe20190d2f96e0aeb251
07:48:25 [2022-07-28T07:48:25.909Z] #28 sha256:c1b88fec16cdc6c1bf13d39715e221d6e77d28f068e004e67742c8bf0a17feda
07:48:25 [2022-07-28T07:48:25.909Z] #28 DONE 10.3s
07:48:25 [2022-07-28T07:48:25.909Z] 
07:48:25 [2022-07-28T07:48:25.909Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:4b1a190d22371bdd111f1c5448b4c06f268d059ea3d04d332dc54f4ebb7ca06b
07:48:25 [2022-07-28T07:48:25.909Z] #11 sha256:bf54ea050dbb17499865fb38b00bd6d8ac73cbc254b72979b18f9d6e70279638
07:48:26 [2022-07-28T07:48:26.482Z] #11 extracting sha256:66a9e63c657ad881997f5165c0826be395bfc064415876b9fbaae74bcb5dc721 0.3s done
07:48:26 [2022-07-28T07:48:26.678Z] #11 extracting sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a 4.6s done
07:48:26 [2022-07-28T07:48:26.742Z] #11 ...
07:48:26 [2022-07-28T07:48:26.742Z] 
07:48:26 [2022-07-28T07:48:26.742Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
07:48:26 [2022-07-28T07:48:26.742Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
07:48:26 [2022-07-28T07:48:26.742Z] #74 DONE 0.9s
07:48:27 [2022-07-28T07:48:27.002Z] 
07:48:27 [2022-07-28T07:48:27.002Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:4b1a190d22371bdd111f1c5448b4c06f268d059ea3d04d332dc54f4ebb7ca06b
07:48:27 [2022-07-28T07:48:27.002Z] #11 sha256:bf54ea050dbb17499865fb38b00bd6d8ac73cbc254b72979b18f9d6e70279638
07:48:27 [2022-07-28T07:48:27.002Z] #11 extracting sha256:d1989b6e74cfdda1591b9dd23be47c5caeb002b7a151379361ec0c3f0e6d0e52
07:48:27 [2022-07-28T07:48:27.115Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0f513de6f0237f984) in /home/ubuntu/workspace/moby_PR-43875
[Pipeline] {
[Pipeline] checkout
07:48:27 [2022-07-28T07:48:27.248Z] #11 extracting sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263
07:48:27 [2022-07-28T07:48:27.275Z] The recommended git tool is: git
07:48:27 [2022-07-28T07:48:27.948Z] #11 extracting sha256:d1989b6e74cfdda1591b9dd23be47c5caeb002b7a151379361ec0c3f0e6d0e52 1.0s done
07:48:28 [2022-07-28T07:48:28.214Z] #11 extracting sha256:c28818711e1ed38df107014a20127b41491b224d7aed8aa7066b55552d9600d2
07:48:29 [2022-07-28T07:48:29.584Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0ac18c0316a82ca77) in /home/ubuntu/workspace/moby_PR-43875
[Pipeline] {
[Pipeline] checkout
07:48:29 [2022-07-28T07:48:29.664Z] The recommended git tool is: git
07:48:30 [2022-07-28T07:48:30.052Z] using credential docker-jenkins-github-credentials
07:48:30 [2022-07-28T07:48:30.061Z] Cloning the remote Git repository
07:48:30 [2022-07-28T07:48:30.061Z] Cloning with configured refspecs honoured and without tags
07:48:30 [2022-07-28T07:48:30.201Z] Cloning repository https://github.com/moby/moby.git
07:48:30 [2022-07-28T07:48:30.256Z]  > git init /home/ubuntu/workspace/moby_PR-43875 # timeout=10
07:48:30 [2022-07-28T07:48:30.533Z] Fetching upstream changes from https://github.com/moby/moby.git
07:48:30 [2022-07-28T07:48:30.534Z]  > git --version # timeout=10
07:48:30 [2022-07-28T07:48:30.549Z]  > git --version # 'git version 2.17.1'
07:48:30 [2022-07-28T07:48:30.549Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:48:30 [2022-07-28T07:48:30.551Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43875/head:refs/remotes/origin/PR-43875 +refs/heads/22.06:refs/remotes/origin/22.06 # timeout=10
07:48:31 [2022-07-28T07:48:31.796Z] using credential docker-jenkins-github-credentials
07:48:31 [2022-07-28T07:48:31.803Z] Cloning the remote Git repository
07:48:31 [2022-07-28T07:48:31.803Z] Cloning with configured refspecs honoured and without tags
07:48:31 [2022-07-28T07:48:31.860Z] Cloning repository https://github.com/moby/moby.git
07:48:31 [2022-07-28T07:48:31.909Z]  > git init /home/ubuntu/workspace/moby_PR-43875 # timeout=10
07:48:32 [2022-07-28T07:48:32.591Z] #11 extracting sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 5.2s
07:48:32 [2022-07-28T07:48:32.352Z] Fetching upstream changes from https://github.com/moby/moby.git
07:48:32 [2022-07-28T07:48:32.352Z]  > git --version # timeout=10
07:48:32 [2022-07-28T07:48:32.362Z]  > git --version # 'git version 2.25.1'
07:48:32 [2022-07-28T07:48:32.363Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:48:32 [2022-07-28T07:48:32.364Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43875/head:refs/remotes/origin/PR-43875 +refs/heads/22.06:refs/remotes/origin/22.06 # timeout=10
07:48:33 [2022-07-28T07:48:33.524Z] #11 extracting sha256:c28818711e1ed38df107014a20127b41491b224d7aed8aa7066b55552d9600d2 5.0s
07:48:34 [2022-07-28T07:48:34.532Z] #11 ...
07:48:34 [2022-07-28T07:48:34.532Z] 
07:48:34 [2022-07-28T07:48:34.532Z] #38 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
07:48:34 [2022-07-28T07:48:34.532Z] #38 sha256:7f330961f9c48583c166c6fb933597183cd416ce7f36b568c427fdf5eb581285
07:48:34 [2022-07-28T07:48:34.532Z] #38 1.767 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
07:48:34 [2022-07-28T07:48:34.532Z] #38 2.081 
07:48:34 [2022-07-28T07:48:34.532Z] #38 2.309 #=#=#                                                                         

######################################################################## 100.0%
07:48:34 [2022-07-28T07:48:34.532Z] #38 2.611 
07:48:34 [2022-07-28T07:48:34.532Z] #38 3.680 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
07:48:34 [2022-07-28T07:48:34.532Z] #38 4.032 
07:48:34 [2022-07-28T07:48:34.532Z] #38 4.256 #=#=#                                                                         

######################################################################## 100.0%
07:48:34 [2022-07-28T07:48:34.532Z] #38 4.576 
07:48:34 [2022-07-28T07:48:34.532Z] #38 5.649 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)...
07:48:34 [2022-07-28T07:48:34.532Z] #38 5.977 
07:48:34 [2022-07-28T07:48:34.532Z] #38 6.199 #=#=#                                                                         

##################                                                        25.8%
#########################################                                 57.9%
###############################################################           88.5%
######################################################################## 100.0%
07:48:34 [2022-07-28T07:48:34.532Z] #38 6.775 
07:48:34 [2022-07-28T07:48:34.532Z] #38 7.907 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
07:48:34 [2022-07-28T07:48:34.532Z] #38 8.223 
07:48:34 [2022-07-28T07:48:34.532Z] #38 8.457 #=#=#                                                                         

######################################################################## 100.0%
07:48:34 [2022-07-28T07:48:34.532Z] #38 8.765 
07:48:34 [2022-07-28T07:48:34.532Z] #38 9.538 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
07:48:34 [2022-07-28T07:48:34.532Z] #38 9.907 
07:48:34 [2022-07-28T07:48:34.532Z] #38 ...
07:48:34 [2022-07-28T07:48:34.532Z] 
07:48:34 [2022-07-28T07:48:34.532Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:4b1a190d22371bdd111f1c5448b4c06f268d059ea3d04d332dc54f4ebb7ca06b
07:48:34 [2022-07-28T07:48:34.532Z] #11 sha256:bf54ea050dbb17499865fb38b00bd6d8ac73cbc254b72979b18f9d6e70279638
07:48:36 [2022-07-28T07:48:36.120Z] #11 extracting sha256:c28818711e1ed38df107014a20127b41491b224d7aed8aa7066b55552d9600d2 7.8s done
07:48:36 [2022-07-28T07:48:36.120Z] #11 ...
07:48:36 [2022-07-28T07:48:36.120Z] 
07:48:36 [2022-07-28T07:48:36.120Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
07:48:36 [2022-07-28T07:48:36.120Z] #29 sha256:86d0fe8e3d75de108c042a485c0bbbd0a07573c0631bc783dff6637327710de0
07:48:36 [2022-07-28T07:48:36.120Z] #29 2.069 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
07:48:36 [2022-07-28T07:48:36.120Z] #29 2.084 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
07:48:36 [2022-07-28T07:48:36.120Z] #29 2.087 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
07:48:36 [2022-07-28T07:48:36.120Z] #29 2.307 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
07:48:36 [2022-07-28T07:48:36.120Z] #29 2.975 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [168 kB]
07:48:36 [2022-07-28T07:48:36.120Z] #29 3.013 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
07:48:36 [2022-07-28T07:48:36.120Z] #29 4.531 Fetched 8561 kB in 3s (3141 kB/s)
07:48:36 [2022-07-28T07:48:36.120Z] #29 4.531 Reading package lists...
07:48:36 [2022-07-28T07:48:36.120Z] #29 5.342 Reading package lists...
07:48:36 [2022-07-28T07:48:36.120Z] #29 6.231 Building dependency tree...
07:48:36 [2022-07-28T07:48:36.120Z] #29 6.645 The following additional packages will be installed:
07:48:36 [2022-07-28T07:48:36.120Z] #29 6.646   libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5
07:48:36 [2022-07-28T07:48:36.120Z] #29 6.646   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl
07:48:36 [2022-07-28T07:48:36.120Z] #29 6.648 Recommended packages:
07:48:36 [2022-07-28T07:48:36.120Z] #29 6.648   libldap-common publicsuffix libsasl2-modules
07:48:36 [2022-07-28T07:48:36.120Z] #29 6.863 The following NEW packages will be installed:
07:48:36 [2022-07-28T07:48:36.120Z] #29 6.863   ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2
07:48:36 [2022-07-28T07:48:36.120Z] #29 6.863   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
07:48:36 [2022-07-28T07:48:36.120Z] #29 6.863   libssh2-1 openssl
07:48:36 [2022-07-28T07:48:36.120Z] #29 7.131 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded.
07:48:36 [2022-07-28T07:48:36.120Z] #29 7.131 Need to get 3041 kB of archives.
07:48:36 [2022-07-28T07:48:36.120Z] #29 7.131 After this operation, 6651 kB of additional disk space will be used.
07:48:36 [2022-07-28T07:48:36.120Z] #29 7.131 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1n-0+deb11u3 [853 kB]
07:48:36 [2022-07-28T07:48:36.120Z] #29 7.145 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB]
07:48:36 [2022-07-28T07:48:36.120Z] #29 7.168 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB]
07:48:36 [2022-07-28T07:48:36.120Z] #29 7.168 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB]
07:48:36 [2022-07-28T07:48:36.120Z] #29 7.168 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB]
07:48:36 [2022-07-28T07:48:36.120Z] #29 7.168 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB]
07:48:36 [2022-07-28T07:48:36.120Z] #29 7.168 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB]
07:48:36 [2022-07-28T07:48:36.120Z] #29 7.168 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB]
07:48:36 [2022-07-28T07:48:36.120Z] #29 7.168 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB]
07:48:36 [2022-07-28T07:48:36.120Z] #29 7.168 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB]
07:48:36 [2022-07-28T07:48:36.120Z] #29 7.168 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB]
07:48:36 [2022-07-28T07:48:36.120Z] #29 7.168 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB]
07:48:36 [2022-07-28T07:48:36.120Z] #29 7.169 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
07:48:36 [2022-07-28T07:48:36.120Z] #29 7.179 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
07:48:36 [2022-07-28T07:48:36.120Z] #29 7.179 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
07:48:36 [2022-07-28T07:48:36.120Z] #29 7.385 debconf: delaying package configuration, since apt-utils is not installed
07:48:36 [2022-07-28T07:48:36.120Z] #29 7.432 Fetched 3041 kB in 0s (9833 kB/s)
07:48:36 [2022-07-28T07:48:36.120Z] #29 7.468 Selecting previously unselected package openssl.
07:48:36 [2022-07-28T07:48:36.120Z] #29 7.468 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6661 files and directories currently installed.)
07:48:36 [2022-07-28T07:48:36.120Z] #29 7.468 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u3_amd64.deb ...
07:48:36 [2022-07-28T07:48:36.120Z] #29 7.474 Unpacking openssl (1.1.1n-0+deb11u3) ...
07:48:36 [2022-07-28T07:48:36.120Z] #29 7.643 Selecting previously unselected package ca-certificates.
07:48:36 [2022-07-28T07:48:36.120Z] #29 7.643 Preparing to unpack .../01-ca-certificates_20210119_all.deb ...
07:48:36 [2022-07-28T07:48:36.120Z] #29 7.647 Unpacking ca-certificates (20210119) ...
07:48:36 [2022-07-28T07:48:36.120Z] #29 7.754 Selecting previously unselected package libbrotli1:amd64.
07:48:36 [2022-07-28T07:48:36.120Z] #29 7.754 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ...
07:48:36 [2022-07-28T07:48:36.120Z] #29 7.764 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ...
07:48:36 [2022-07-28T07:48:36.120Z] #29 7.842 Selecting previously unselected package libsasl2-modules-db:amd64.
07:48:36 [2022-07-28T07:48:36.120Z] #29 7.842 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
07:48:36 [2022-07-28T07:48:36.120Z] #29 7.846 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
07:48:36 [2022-07-28T07:48:36.120Z] #29 7.916 Selecting previously unselected package libsasl2-2:amd64.
07:48:36 [2022-07-28T07:48:36.120Z] #29 7.916 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
07:48:36 [2022-07-28T07:48:36.120Z] #29 7.916 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
07:48:36 [2022-07-28T07:48:36.120Z] #29 7.999 Selecting previously unselected package libldap-2.4-2:amd64.
07:48:36 [2022-07-28T07:48:36.120Z] #29 8.000 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ...
07:48:36 [2022-07-28T07:48:36.120Z] #29 8.009 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ...
07:48:36 [2022-07-28T07:48:36.120Z] #29 8.129 Selecting previously unselected package libnghttp2-14:amd64.
07:48:36 [2022-07-28T07:48:36.120Z] #29 8.129 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ...
07:48:36 [2022-07-28T07:48:36.120Z] #29 8.133 Unpacking libnghttp2-14:amd64 (1.43.0-1) ...
07:48:36 [2022-07-28T07:48:36.120Z] #29 8.191 Selecting previously unselected package libpsl5:amd64.
07:48:36 [2022-07-28T07:48:36.120Z] #29 8.191 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ...
07:48:36 [2022-07-28T07:48:36.120Z] #29 8.196 Unpacking libpsl5:amd64 (0.21.0-1.2) ...
07:48:36 [2022-07-28T07:48:36.120Z] #29 8.273 Selecting previously unselected package librtmp1:amd64.
07:48:36 [2022-07-28T07:48:36.120Z] #29 8.273 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ...
07:48:36 [2022-07-28T07:48:36.120Z] #29 8.273 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
07:48:36 [2022-07-28T07:48:36.120Z] #29 8.385 Selecting previously unselected package libssh2-1:amd64.
07:48:36 [2022-07-28T07:48:36.120Z] #29 8.385 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ...
07:48:36 [2022-07-28T07:48:36.120Z] #29 8.392 Unpacking libssh2-1:amd64 (1.9.0-2) ...
07:48:36 [2022-07-28T07:48:36.120Z] #29 8.467 Selecting previously unselected package libcurl4:amd64.
07:48:36 [2022-07-28T07:48:36.120Z] #29 8.467 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ...
07:48:36 [2022-07-28T07:48:36.120Z] #29 8.476 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ...
07:48:36 [2022-07-28T07:48:36.120Z] #29 8.561 Selecting previously unselected package curl.
07:48:36 [2022-07-28T07:48:36.120Z] #29 8.561 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ...
07:48:36 [2022-07-28T07:48:36.120Z] #29 8.570 Unpacking curl (7.74.0-1.3+deb11u1) ...
07:48:36 [2022-07-28T07:48:36.120Z] #29 8.718 Selecting previously unselected package libonig5:amd64.
07:48:36 [2022-07-28T07:48:36.120Z] #29 8.718 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ...
07:48:36 [2022-07-28T07:48:36.120Z] #29 8.728 Unpacking libonig5:amd64 (6.9.6-1.1) ...
07:48:36 [2022-07-28T07:48:36.120Z] #29 8.799 Selecting previously unselected package libjq1:amd64.
07:48:36 [2022-07-28T07:48:36.120Z] #29 8.799 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ...
07:48:36 [2022-07-28T07:48:36.120Z] #29 8.807 Unpacking libjq1:amd64 (1.6-2.1) ...
07:48:36 [2022-07-28T07:48:36.120Z] #29 8.868 Selecting previously unselected package jq.
07:48:36 [2022-07-28T07:48:36.120Z] #29 8.868 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ...
07:48:36 [2022-07-28T07:48:36.120Z] #29 8.879 Unpacking jq (1.6-2.1) ...
07:48:36 [2022-07-28T07:48:36.120Z] #29 8.934 Setting up libpsl5:amd64 (0.21.0-1.2) ...
07:48:36 [2022-07-28T07:48:36.120Z] #29 8.946 Setting up libbrotli1:amd64 (1.0.9-2+b2) ...
07:48:36 [2022-07-28T07:48:36.120Z] #29 8.960 Setting up libnghttp2-14:amd64 (1.43.0-1) ...
07:48:36 [2022-07-28T07:48:36.120Z] #29 8.975 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
07:48:36 [2022-07-28T07:48:36.120Z] #29 8.993 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
07:48:36 [2022-07-28T07:48:36.120Z] #29 9.007 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
07:48:36 [2022-07-28T07:48:36.120Z] #29 9.044 Setting up libssh2-1:amd64 (1.9.0-2) ...
07:48:36 [2022-07-28T07:48:36.120Z] #29 9.063 Setting up openssl (1.1.1n-0+deb11u3) ...
07:48:36 [2022-07-28T07:48:36.120Z] #29 9.081 Setting up libonig5:amd64 (6.9.6-1.1) ...
07:48:36 [2022-07-28T07:48:36.120Z] #29 9.098 Setting up libjq1:amd64 (1.6-2.1) ...
07:48:36 [2022-07-28T07:48:36.120Z] #29 9.122 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ...
07:48:36 [2022-07-28T07:48:36.120Z] #29 9.134 Setting up ca-certificates (20210119) ...
07:48:36 [2022-07-28T07:48:36.120Z] #29 9.832 Updating certificates in /etc/ssl/certs...
07:48:36 [2022-07-28T07:48:36.384Z] #29 ...
07:48:36 [2022-07-28T07:48:36.384Z] 
07:48:36 [2022-07-28T07:48:36.384Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:4b1a190d22371bdd111f1c5448b4c06f268d059ea3d04d332dc54f4ebb7ca06b
07:48:36 [2022-07-28T07:48:36.384Z] #11 sha256:bf54ea050dbb17499865fb38b00bd6d8ac73cbc254b72979b18f9d6e70279638
07:48:36 [2022-07-28T07:48:36.384Z] #11 extracting sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a 0.1s
07:48:37 [2022-07-28T07:48:37.836Z] #11 ...
07:48:37 [2022-07-28T07:48:37.836Z] 
07:48:37 [2022-07-28T07:48:37.836Z] #38 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
07:48:37 [2022-07-28T07:48:37.836Z] #38 sha256:7f330961f9c48583c166c6fb933597183cd416ce7f36b568c427fdf5eb581285
07:48:37 [2022-07-28T07:48:37.836Z] #38 10.13 #=#=#                                                                         

######################################################################## 100.0%
07:48:37 [2022-07-28T07:48:37.836Z] #38 10.46 
07:48:37 [2022-07-28T07:48:37.836Z] #38 10.53 Download of images into '/build' complete.
07:48:37 [2022-07-28T07:48:37.836Z] #38 10.53 Use something like the following to load the result into a Docker daemon:
07:48:37 [2022-07-28T07:48:37.836Z] #38 10.53   tar -cC '/build' . | docker load
07:48:37 [2022-07-28T07:48:37.836Z] #38 DONE 12.9s
07:48:37 [2022-07-28T07:48:37.836Z] 
07:48:37 [2022-07-28T07:48:37.836Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:4b1a190d22371bdd111f1c5448b4c06f268d059ea3d04d332dc54f4ebb7ca06b
07:48:37 [2022-07-28T07:48:37.836Z] #11 sha256:bf54ea050dbb17499865fb38b00bd6d8ac73cbc254b72979b18f9d6e70279638
07:48:37 [2022-07-28T07:48:37.836Z] #11 extracting sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 10.2s
07:48:38 [2022-07-28T07:48:38.304Z] #11 ...
07:48:38 [2022-07-28T07:48:38.304Z] 
07:48:38 [2022-07-28T07:48:38.304Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
07:48:38 [2022-07-28T07:48:38.304Z] #29 sha256:86d0fe8e3d75de108c042a485c0bbbd0a07573c0631bc783dff6637327710de0
07:48:38 [2022-07-28T07:48:38.304Z] #29 10.83 129 added, 0 removed; done.
07:48:38 [2022-07-28T07:48:38.304Z] #29 10.97 Setting up jq (1.6-2.1) ...
07:48:38 [2022-07-28T07:48:38.304Z] #29 10.98 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ...
07:48:38 [2022-07-28T07:48:38.304Z] #29 11.00 Setting up curl (7.74.0-1.3+deb11u1) ...
07:48:38 [2022-07-28T07:48:38.304Z] #29 11.01 Processing triggers for libc-bin (2.31-13+deb11u3) ...
07:48:38 [2022-07-28T07:48:38.304Z] #29 11.03 Processing triggers for ca-certificates (20210119) ...
07:48:38 [2022-07-28T07:48:38.304Z] #29 11.04 Updating certificates in /etc/ssl/certs...
07:48:38 [2022-07-28T07:48:38.304Z] #29 11.82 0 added, 0 removed; done.
07:48:38 [2022-07-28T07:48:38.304Z] #29 11.82 Running hooks in /etc/ca-certificates/update.d...
07:48:38 [2022-07-28T07:48:38.304Z] #29 11.82 done.
07:48:38 [2022-07-28T07:48:38.304Z] #29 DONE 12.4s
07:48:38 [2022-07-28T07:48:38.304Z] 
07:48:38 [2022-07-28T07:48:38.304Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:4b1a190d22371bdd111f1c5448b4c06f268d059ea3d04d332dc54f4ebb7ca06b
07:48:38 [2022-07-28T07:48:38.305Z] #11 sha256:bf54ea050dbb17499865fb38b00bd6d8ac73cbc254b72979b18f9d6e70279638
07:48:38 [2022-07-28T07:48:38.566Z] #11 ...
07:48:38 [2022-07-28T07:48:38.566Z] 
07:48:38 [2022-07-28T07:48:38.566Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
07:48:38 [2022-07-28T07:48:38.566Z] #30 sha256:7be5a1d83d124f1f6d8f27deb2edf0786eec7bf678874774912ddd7df74754cd
07:48:38 [2022-07-28T07:48:38.566Z] #30 DONE 0.1s
07:48:38 [2022-07-28T07:48:38.566Z] 
07:48:38 [2022-07-28T07:48:38.566Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:4b1a190d22371bdd111f1c5448b4c06f268d059ea3d04d332dc54f4ebb7ca06b
07:48:38 [2022-07-28T07:48:38.566Z] #11 sha256:bf54ea050dbb17499865fb38b00bd6d8ac73cbc254b72979b18f9d6e70279638
07:48:38 [2022-07-28T07:48:38.827Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0e57fa40ff41a659f) in /home/ubuntu/workspace/moby_PR-43875
[Pipeline] {
[Pipeline] checkout
07:48:39 [2022-07-28T07:48:39.021Z] The recommended git tool is: git
07:48:41 [2022-07-28T07:48:41.147Z] #11 extracting sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 13.4s done
07:48:41 [2022-07-28T07:48:41.147Z] #11 extracting sha256:4adeeae69874458b752174f3126331d2a17d800831d8743d675198836e90ca92 done
07:48:41 [2022-07-28T07:48:41.301Z] using credential docker-jenkins-github-credentials
07:48:41 [2022-07-28T07:48:41.318Z] Cloning the remote Git repository
07:48:41 [2022-07-28T07:48:41.318Z] Cloning with configured refspecs honoured and without tags
07:48:41 [2022-07-28T07:48:41.407Z] #11 DONE 44.0s
07:48:41 [2022-07-28T07:48:41.407Z] 
07:48:41 [2022-07-28T07:48:41.407Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
07:48:41 [2022-07-28T07:48:41.407Z] #12 sha256:8d1841f310c2ecc14726ec3d3a145f3a87799fc6a02066dc102280eed956618d
07:48:41 [2022-07-28T07:48:41.888Z] #11 extracting sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a 5.3s
07:48:42 [2022-07-28T07:48:42.349Z] #12 DONE 0.9s
07:48:42 [2022-07-28T07:48:42.349Z] 
07:48:42 [2022-07-28T07:48:42.349Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list  && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list
07:48:42 [2022-07-28T07:48:42.349Z] #13 sha256:a48ae598a99b2a31ca12ef64e1854f56c9fe3e7589b72d6b8d27aca03c390d8e
07:48:41 [2022-07-28T07:48:41.299Z] Cloning repository https://github.com/moby/moby.git
07:48:41 [2022-07-28T07:48:41.365Z]  > git init /home/ubuntu/workspace/moby_PR-43875 # timeout=10
07:48:41 [2022-07-28T07:48:41.829Z] Fetching upstream changes from https://github.com/moby/moby.git
07:48:41 [2022-07-28T07:48:41.829Z]  > git --version # timeout=10
07:48:41 [2022-07-28T07:48:41.836Z]  > git --version # 'git version 2.25.1'
07:48:41 [2022-07-28T07:48:41.836Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:48:41 [2022-07-28T07:48:41.838Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43875/head:refs/remotes/origin/PR-43875 +refs/heads/22.06:refs/remotes/origin/22.06 # timeout=10
07:48:42 [2022-07-28T07:48:42.922Z] #13 DONE 0.6s
07:48:42 [2022-07-28T07:48:42.922Z] 
07:48:42 [2022-07-28T07:48:42.922Z] #40 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
07:48:42 [2022-07-28T07:48:42.922Z] #40 sha256:eab7b52f52d3958e48ebc9032d88a6f4c2a8d49d73f13b6d5f23aaef774c9c4e
07:48:42 [2022-07-28T07:48:42.922Z] #40 DONE 0.0s
07:48:42 [2022-07-28T07:48:42.922Z] 
07:48:42 [2022-07-28T07:48:42.922Z] #83 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
07:48:42 [2022-07-28T07:48:42.922Z] #83 sha256:306ba19f1dc993c39966bb8490da17ab0369cd0c126ceb831f7ef89a39102969
07:48:43 [2022-07-28T07:48:43.187Z] #83 ...
07:48:43 [2022-07-28T07:48:43.187Z] 
07:48:43 [2022-07-28T07:48:43.187Z] #53 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
07:48:43 [2022-07-28T07:48:43.187Z] #53 sha256:e991b5ea50e728b442fffad9029eefa615b9218151a99c97029facab241fefb5
07:48:43 [2022-07-28T07:48:43.187Z] #53 DONE 0.2s
07:48:43 [2022-07-28T07:48:43.187Z] 
07:48:43 [2022-07-28T07:48:43.187Z] #57 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc
07:48:43 [2022-07-28T07:48:43.187Z] #57 sha256:9cb378aeb2aa8d1494cf2cef1442b544de2d419dab2a84ce54b6aead3e8e7c02
07:48:43 [2022-07-28T07:48:43.187Z] #57 DONE 0.3s
07:48:43 [2022-07-28T07:48:43.449Z] 
07:48:43 [2022-07-28T07:48:43.449Z] #58 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
07:48:43 [2022-07-28T07:48:43.449Z] #58 sha256:40295bf8cbd242d421bcf2efe97957471d81db5c6a2a8e836b41bc0ec6634359
07:48:44 [2022-07-28T07:48:44.440Z] #11 extracting sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a 7.9s done
07:48:45 [2022-07-28T07:48:45.011Z] #11 extracting sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263
07:48:46 [2022-07-28T07:48:46.740Z] #58 ...
07:48:46 [2022-07-28T07:48:46.740Z] 
07:48:46 [2022-07-28T07:48:46.740Z] #14 [cross-true 1/6] RUN dpkg --add-architecture arm64
07:48:46 [2022-07-28T07:48:46.740Z] #14 sha256:2265b66355329ed93c76eeaf13ff446a5546067576c09f5adf849160660415e9
07:48:46 [2022-07-28T07:48:46.740Z] #14 DONE 3.4s
07:48:46 [2022-07-28T07:48:46.740Z] 
07:48:46 [2022-07-28T07:48:46.740Z] #15 [cross-true 2/6] RUN dpkg --add-architecture armel
07:48:46 [2022-07-28T07:48:46.740Z] #15 sha256:ee306d015c90afb63d3092dcc01b16377a16b78d744d7ce7e8f2d9583565e129
07:48:49 [2022-07-28T07:48:49.228Z] #11 ...
07:48:49 [2022-07-28T07:48:49.228Z] 
07:48:49 [2022-07-28T07:48:49.228Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
07:48:49 [2022-07-28T07:48:49.228Z] #31 sha256:00a2116c5ccb68fd57c5e74a18276164848f960b84753e438c5f6597c2931c06
07:48:49 [2022-07-28T07:48:49.228Z] #31 2.069 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
07:48:49 [2022-07-28T07:48:49.228Z] #31 2.441 
07:48:49 [2022-07-28T07:48:49.228Z] #31 2.661 #=#=#                                                                         

######################################################################## 100.0%
07:48:49 [2022-07-28T07:48:49.228Z] #31 2.938 
07:48:49 [2022-07-28T07:48:49.228Z] #31 3.945 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
07:48:49 [2022-07-28T07:48:49.228Z] #31 4.253 
07:48:49 [2022-07-28T07:48:49.228Z] #31 4.488 #=#=#                                                                         

#######################################################                   76.8%
######################################################################## 100.0%
07:48:49 [2022-07-28T07:48:49.228Z] #31 4.793 
07:48:49 [2022-07-28T07:48:49.228Z] #31 5.936 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)...
07:48:49 [2022-07-28T07:48:49.228Z] #31 6.250 
07:48:49 [2022-07-28T07:48:49.228Z] #31 6.473 #=#=#                                                                         

##############                                                            19.8%
########################################                                  56.8%
###############################################################           88.7%
######################################################################## 100.0%
07:48:49 [2022-07-28T07:48:49.228Z] #31 7.074 
07:48:49 [2022-07-28T07:48:49.228Z] #31 8.075 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
07:48:49 [2022-07-28T07:48:49.228Z] #31 8.334 
07:48:49 [2022-07-28T07:48:49.228Z] #31 8.552 #=#=#                                                                         

######################################################################## 100.0%
07:48:49 [2022-07-28T07:48:49.228Z] #31 8.809 
07:48:49 [2022-07-28T07:48:49.228Z] #31 9.543 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
07:48:49 [2022-07-28T07:48:49.228Z] #31 9.928 
07:48:49 [2022-07-28T07:48:49.228Z] #31 ...
07:48:49 [2022-07-28T07:48:49.228Z] 
07:48:49 [2022-07-28T07:48:49.228Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:4b1a190d22371bdd111f1c5448b4c06f268d059ea3d04d332dc54f4ebb7ca06b
07:48:49 [2022-07-28T07:48:49.228Z] #11 sha256:bf54ea050dbb17499865fb38b00bd6d8ac73cbc254b72979b18f9d6e70279638
07:48:49 [2022-07-28T07:48:49.282Z] #15 DONE 3.1s
07:48:49 [2022-07-28T07:48:49.282Z] 
07:48:49 [2022-07-28T07:48:49.282Z] #83 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
07:48:49 [2022-07-28T07:48:49.282Z] #83 sha256:306ba19f1dc993c39966bb8490da17ab0369cd0c126ceb831f7ef89a39102969
07:48:49 [2022-07-28T07:48:49.282Z] #83 5.618 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
07:48:49 [2022-07-28T07:48:49.282Z] #83 5.674 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
07:48:49 [2022-07-28T07:48:49.282Z] #83 5.674 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
07:48:49 [2022-07-28T07:48:49.803Z] #11 extracting sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 5.0s
07:48:49 [2022-07-28T07:48:49.853Z] #83 6.842 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
07:48:51 [2022-07-28T07:48:51.232Z] #83 ...
07:48:51 [2022-07-28T07:48:51.232Z] 
07:48:51 [2022-07-28T07:48:51.232Z] #16 [cross-true 3/6] RUN dpkg --add-architecture armhf
07:48:51 [2022-07-28T07:48:51.232Z] #16 sha256:0c0c380ec8d2af9d08531cfdf44e5e1daeff4708e91bcc706d0414d54ec7e318
07:48:51 [2022-07-28T07:48:51.232Z] #16 DONE 1.9s
07:48:51 [2022-07-28T07:48:51.232Z] 
07:48:51 [2022-07-28T07:48:51.232Z] #17 [cross-true 4/6] RUN dpkg --add-architecture ppc64el
07:48:51 [2022-07-28T07:48:51.232Z] #17 sha256:b61caf9c9f32c98a619b45f3fe7deeb248da06cba0ff56076b1e83e8b1e3d9c5
07:48:51 [2022-07-28T07:48:51.715Z] #11 ...
07:48:51 [2022-07-28T07:48:51.715Z] 
07:48:51 [2022-07-28T07:48:51.715Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
07:48:51 [2022-07-28T07:48:51.715Z] #31 sha256:00a2116c5ccb68fd57c5e74a18276164848f960b84753e438c5f6597c2931c06
07:48:51 [2022-07-28T07:48:51.715Z] #31 10.14 #=#=#                                                                         

######################################################################## 100.0%
07:48:51 [2022-07-28T07:48:51.715Z] #31 10.41 
07:48:51 [2022-07-28T07:48:51.715Z] #31 10.50 Download of images into '/build' complete.
07:48:51 [2022-07-28T07:48:51.715Z] #31 10.50 Use something like the following to load the result into a Docker daemon:
07:48:51 [2022-07-28T07:48:51.715Z] #31 10.50   tar -cC '/build' . | docker load
07:48:51 [2022-07-28T07:48:51.715Z] #31 DONE 13.1s
07:48:51 [2022-07-28T07:48:51.715Z] 
07:48:51 [2022-07-28T07:48:51.715Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:4b1a190d22371bdd111f1c5448b4c06f268d059ea3d04d332dc54f4ebb7ca06b
07:48:51 [2022-07-28T07:48:51.715Z] #11 sha256:bf54ea050dbb17499865fb38b00bd6d8ac73cbc254b72979b18f9d6e70279638
07:48:53 [2022-07-28T07:48:53.140Z] #17 ...
07:48:53 [2022-07-28T07:48:53.140Z] 
07:48:53 [2022-07-28T07:48:53.140Z] #64 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2"      && /build/shfmt --version
07:48:53 [2022-07-28T07:48:53.140Z] #64 sha256:e5df52e26a68746b0bf2040b302f767d48979c354574e3fe2d7b186d1bae51bb
07:48:53 [2022-07-28T07:48:53.140Z] #64 6.108 go: downloading mvdan.cc/sh/v3 v3.0.2
07:48:53 [2022-07-28T07:48:53.140Z] #64 ...
07:48:53 [2022-07-28T07:48:53.140Z] 
07:48:53 [2022-07-28T07:48:53.140Z] #17 [cross-true 4/6] RUN dpkg --add-architecture ppc64el
07:48:53 [2022-07-28T07:48:53.140Z] #17 sha256:b61caf9c9f32c98a619b45f3fe7deeb248da06cba0ff56076b1e83e8b1e3d9c5
07:48:53 [2022-07-28T07:48:53.140Z] #17 DONE 1.8s
07:48:53 [2022-07-28T07:48:53.140Z] 
07:48:53 [2022-07-28T07:48:53.140Z] #60 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1"      && /build/gotestsum --version
07:48:53 [2022-07-28T07:48:53.140Z] #60 sha256:d307c57148b88756c724eda2ed5e5454146b3f5b85292d596bc1a3db3521b728
07:48:53 [2022-07-28T07:48:53.140Z] #60 6.021 go: downloading gotest.tools/gotestsum v1.8.1
07:48:53 [2022-07-28T07:48:53.140Z] #60 7.741 go: downloading github.com/fatih/color v1.10.0
07:48:53 [2022-07-28T07:48:53.140Z] #60 7.748 go: downloading github.com/dnephin/pflag v1.0.7
07:48:53 [2022-07-28T07:48:53.140Z] #60 7.829 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
07:48:53 [2022-07-28T07:48:53.140Z] #60 8.004 go: downloading github.com/pkg/errors v0.9.1
07:48:53 [2022-07-28T07:48:53.140Z] #60 8.210 go: downloading golang.org/x/tools v0.1.0
07:48:53 [2022-07-28T07:48:53.140Z] #60 8.760 go: downloading github.com/mattn/go-colorable v0.1.8
07:48:53 [2022-07-28T07:48:53.140Z] #60 9.074 go: downloading github.com/mattn/go-isatty v0.0.12
07:48:53 [2022-07-28T07:48:53.140Z] #60 9.091 go: downloading github.com/fsnotify/fsnotify v1.4.9
07:48:53 [2022-07-28T07:48:53.140Z] #60 9.291 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
07:48:53 [2022-07-28T07:48:53.140Z] #60 ...
07:48:53 [2022-07-28T07:48:53.140Z] 
07:48:53 [2022-07-28T07:48:53.140Z] #41 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
07:48:53 [2022-07-28T07:48:53.140Z] #41 sha256:d2cbdd6a29733efe204107531a63420dd0914582d52234dd597a7076fc70e19c
07:48:53 [2022-07-28T07:48:53.140Z] #41 4.446 + git clone https://github.com/kolyshkin/go-swagger.git .
07:48:53 [2022-07-28T07:48:53.140Z] #41 4.446 Cloning into '.'...
07:48:53 [2022-07-28T07:48:53.401Z] #41 ...
07:48:53 [2022-07-28T07:48:53.401Z] 
07:48:53 [2022-07-28T07:48:53.401Z] #47 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3"      && /build/go-winres --help
07:48:53 [2022-07-28T07:48:53.401Z] #47 sha256:e37409ad11b5051c24a76a5d8eec40d7adf9dc774e577b25879ddb9c67c1cdab
07:48:53 [2022-07-28T07:48:53.401Z] #47 5.331 go: downloading github.com/tc-hib/go-winres v0.2.3
07:48:53 [2022-07-28T07:48:53.401Z] #47 6.446 go: downloading github.com/tc-hib/winres v0.1.5
07:48:53 [2022-07-28T07:48:53.401Z] #47 7.982 go: downloading github.com/urfave/cli/v2 v2.3.0
07:48:53 [2022-07-28T07:48:53.401Z] #47 8.263 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
07:48:53 [2022-07-28T07:48:53.401Z] #47 8.295 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
07:48:53 [2022-07-28T07:48:53.401Z] #47 ...
07:48:53 [2022-07-28T07:48:53.401Z] 
07:48:53 [2022-07-28T07:48:53.401Z] #54 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
07:48:53 [2022-07-28T07:48:53.401Z] #54 sha256:8a0b7c7abf06bbb1ab29c763b2e38d2fa012d03eb2e646559ec0a63c975a38c7
07:48:53 [2022-07-28T07:48:53.401Z] #54 5.288 + git clone https://github.com/docker/distribution.git .
07:48:53 [2022-07-28T07:48:53.401Z] #54 5.294 Cloning into '.'...
07:48:53 [2022-07-28T07:48:53.411Z] Fetching without tags
07:48:53 [2022-07-28T07:48:53.365Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
07:48:53 [2022-07-28T07:48:53.374Z]  > git config --add remote.origin.fetch +refs/pull/43875/head:refs/remotes/origin/PR-43875 # timeout=10
07:48:53 [2022-07-28T07:48:53.389Z]  > git config --add remote.origin.fetch +refs/heads/22.06:refs/remotes/origin/22.06 # timeout=10
07:48:53 [2022-07-28T07:48:53.401Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
07:48:53 [2022-07-28T07:48:53.414Z] Fetching upstream changes from https://github.com/moby/moby.git
07:48:53 [2022-07-28T07:48:53.414Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:48:53 [2022-07-28T07:48:53.415Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43875/head:refs/remotes/origin/PR-43875 +refs/heads/22.06:refs/remotes/origin/22.06 # timeout=10
07:48:53 [2022-07-28T07:48:53.614Z] Merging remotes/origin/22.06 commit dcbd68a1d41d6b1a65dc2af8ee31f1cb04ae12ac into PR head commit 6d41219baee83f456b8628735d9b7ca20e188b1a
07:48:53 [2022-07-28T07:48:53.668Z] #54 ...
07:48:53 [2022-07-28T07:48:53.668Z] 
07:48:53 [2022-07-28T07:48:53.668Z] #62 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:48:53 [2022-07-28T07:48:53.668Z] #62 sha256:6a5ba43a879545395035c8edb2d77f5663eaeac2aed4ebd5825ef0a4ef562291
07:48:53 [2022-07-28T07:48:53.668Z] #62 6.296 go: downloading github.com/golangci/golangci-lint v1.46.2
07:48:53 [2022-07-28T07:48:53.668Z] #62 8.611 go: downloading github.com/fatih/color v1.13.0
07:48:53 [2022-07-28T07:48:53.668Z] #62 8.673 go: downloading github.com/gofrs/flock v0.8.1
07:48:53 [2022-07-28T07:48:53.668Z] #62 8.874 go: downloading github.com/spf13/cobra v1.4.0
07:48:53 [2022-07-28T07:48:53.668Z] #62 8.903 go: downloading github.com/spf13/pflag v1.0.5
07:48:53 [2022-07-28T07:48:53.668Z] #62 9.190 go: downloading github.com/spf13/viper v1.11.0
07:48:53 [2022-07-28T07:48:53.668Z] #62 9.445 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
07:48:53 [2022-07-28T07:48:53.668Z] #62 10.41 go: downloading golang.org/x/tools v0.1.11-0.20220316014157-77aa08bb151a
07:48:53 [2022-07-28T07:48:53.668Z] #62 10.41 go: downloading github.com/go-critic/go-critic v0.6.3
07:48:53 [2022-07-28T07:48:53.668Z] #62 ...
07:48:53 [2022-07-28T07:48:53.668Z] 
07:48:53 [2022-07-28T07:48:53.668Z] #45 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1"      && /build/tomll --help
07:48:53 [2022-07-28T07:48:53.668Z] #45 sha256:d108e6f5212f0e6be7eaeb0062d7441f48c8aa234b520ead7f78ed2f6aaf8daa
07:48:53 [2022-07-28T07:48:53.668Z] #45 6.018 go: downloading github.com/pelletier/go-toml v1.8.1
07:48:53 [2022-07-28T07:48:53.818Z] Fetching without tags
07:48:53 [2022-07-28T07:48:53.928Z] #45 ...
07:48:53 [2022-07-28T07:48:53.928Z] 
07:48:53 [2022-07-28T07:48:53.928Z] #43 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         case $(dpkg --print-architecture) in             amd64|arm64)                 GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1"                 && /build/dlv --help                 ;;             *)                 mkdir -p /build/                 ;;         esac
07:48:53 [2022-07-28T07:48:53.928Z] #43 sha256:1509a87c4d8785c1b3fd9bff9d9474ccef8f4b872101e620b7fa14aef10a7cb5
07:48:53 [2022-07-28T07:48:53.928Z] #43 5.951 go: downloading github.com/go-delve/delve v1.8.1
07:48:54 [2022-07-28T07:48:54.056Z] Merging remotes/origin/22.06 commit dcbd68a1d41d6b1a65dc2af8ee31f1cb04ae12ac into PR head commit 6d41219baee83f456b8628735d9b7ca20e188b1a
07:48:54 [2022-07-28T07:48:54.188Z] #43 ...
07:48:54 [2022-07-28T07:48:54.188Z] 
07:48:54 [2022-07-28T07:48:54.188Z] #58 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
07:48:54 [2022-07-28T07:48:54.188Z] #58 sha256:40295bf8cbd242d421bcf2efe97957471d81db5c6a2a8e836b41bc0ec6634359
07:48:54 [2022-07-28T07:48:54.188Z] #58 6.229 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
07:48:54 [2022-07-28T07:48:54.188Z] #58 6.261 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
07:48:54 [2022-07-28T07:48:54.188Z] #58 6.261 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
07:48:54 [2022-07-28T07:48:54.188Z] #58 6.970 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  InRelease [1540 B]
07:48:54 [2022-07-28T07:48:54.188Z] #58 7.533 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
07:48:54 [2022-07-28T07:48:54.188Z] #58 10.10 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [168 kB]
07:48:54 [2022-07-28T07:48:54.387Z] Merge succeeded, producing 6d41219baee83f456b8628735d9b7ca20e188b1a
07:48:54 [2022-07-28T07:48:54.388Z] Checking out Revision 6d41219baee83f456b8628735d9b7ca20e188b1a (PR-43875)
07:48:54 [2022-07-28T07:48:54.786Z] #58 ...
07:48:54 [2022-07-28T07:48:54.786Z] 
07:48:54 [2022-07-28T07:48:54.786Z] #47 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3"      && /build/go-winres --help
07:48:54 [2022-07-28T07:48:54.786Z] #47 sha256:e37409ad11b5051c24a76a5d8eec40d7adf9dc774e577b25879ddb9c67c1cdab
07:48:54 [2022-07-28T07:48:54.786Z] #47 11.87 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
07:48:54 [2022-07-28T07:48:54.929Z] Merge succeeded, producing 6d41219baee83f456b8628735d9b7ca20e188b1a
07:48:54 [2022-07-28T07:48:54.929Z] Checking out Revision 6d41219baee83f456b8628735d9b7ca20e188b1a (PR-43875)
07:48:55 [2022-07-28T07:48:55.013Z] #11 extracting sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 10.0s
07:48:55 [2022-07-28T07:48:55.048Z] #47 ...
07:48:55 [2022-07-28T07:48:55.048Z] 
07:48:55 [2022-07-28T07:48:55.048Z] #18 [cross-true 5/6] RUN dpkg --add-architecture s390x
07:48:55 [2022-07-28T07:48:55.048Z] #18 sha256:1db7c4e4a6c3e1f107c51432ee3db9c2bad6173774ed980bc7a6417b39945b69
07:48:55 [2022-07-28T07:48:55.048Z] #18 DONE 1.9s
07:48:55 [2022-07-28T07:48:55.048Z] 
07:48:55 [2022-07-28T07:48:55.048Z] #47 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3"      && /build/go-winres --help
07:48:55 [2022-07-28T07:48:55.048Z] #47 sha256:e37409ad11b5051c24a76a5d8eec40d7adf9dc774e577b25879ddb9c67c1cdab
07:48:55 [2022-07-28T07:48:55.048Z] #47 12.07 go: downloading github.com/russross/blackfriday/v2 v2.1.0
07:48:53 [2022-07-28T07:48:53.620Z]  > git config core.sparsecheckout # timeout=10
07:48:53 [2022-07-28T07:48:53.630Z]  > git checkout -f 6d41219baee83f456b8628735d9b7ca20e188b1a # timeout=10
07:48:54 [2022-07-28T07:48:54.344Z]  > git remote # timeout=10
07:48:54 [2022-07-28T07:48:54.357Z]  > git config --get remote.origin.url # timeout=10
07:48:54 [2022-07-28T07:48:54.362Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:48:54 [2022-07-28T07:48:54.363Z]  > git merge dcbd68a1d41d6b1a65dc2af8ee31f1cb04ae12ac # timeout=10
07:48:54 [2022-07-28T07:48:54.376Z]  > git rev-parse HEAD^{commit} # timeout=10
07:48:54 [2022-07-28T07:48:54.390Z]  > git config core.sparsecheckout # timeout=10
07:48:54 [2022-07-28T07:48:54.400Z]  > git checkout -f 6d41219baee83f456b8628735d9b7ca20e188b1a # timeout=10
07:48:53 [2022-07-28T07:48:53.743Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
07:48:53 [2022-07-28T07:48:53.776Z]  > git config --add remote.origin.fetch +refs/pull/43875/head:refs/remotes/origin/PR-43875 # timeout=10
07:48:53 [2022-07-28T07:48:53.795Z]  > git config --add remote.origin.fetch +refs/heads/22.06:refs/remotes/origin/22.06 # timeout=10
07:48:53 [2022-07-28T07:48:53.822Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
07:48:53 [2022-07-28T07:48:53.855Z] Fetching upstream changes from https://github.com/moby/moby.git
07:48:53 [2022-07-28T07:48:53.855Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:48:53 [2022-07-28T07:48:53.857Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43875/head:refs/remotes/origin/PR-43875 +refs/heads/22.06:refs/remotes/origin/22.06 # timeout=10
07:48:54 [2022-07-28T07:48:54.099Z]  > git config core.sparsecheckout # timeout=10
07:48:54 [2022-07-28T07:48:54.116Z]  > git checkout -f 6d41219baee83f456b8628735d9b7ca20e188b1a # timeout=10
07:48:54 [2022-07-28T07:48:54.862Z]  > git remote # timeout=10
07:48:54 [2022-07-28T07:48:54.888Z]  > git config --get remote.origin.url # timeout=10
07:48:54 [2022-07-28T07:48:54.907Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:48:54 [2022-07-28T07:48:54.908Z]  > git merge dcbd68a1d41d6b1a65dc2af8ee31f1cb04ae12ac # timeout=10
07:48:54 [2022-07-28T07:48:54.933Z]  > git rev-parse HEAD^{commit} # timeout=10
07:48:54 [2022-07-28T07:48:54.963Z]  > git config core.sparsecheckout # timeout=10
07:48:54 [2022-07-28T07:48:54.983Z]  > git checkout -f 6d41219baee83f456b8628735d9b7ca20e188b1a # timeout=10
07:48:57 [2022-07-28T07:48:57.556Z] #11 extracting sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 12.3s done
07:48:57 [2022-07-28T07:48:57.556Z] #11 extracting sha256:4adeeae69874458b752174f3126331d2a17d800831d8743d675198836e90ca92 done
07:48:57 [2022-07-28T07:48:57.831Z] #11 DONE 42.1s
07:48:57 [2022-07-28T07:48:57.831Z] 
07:48:57 [2022-07-28T07:48:57.831Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
07:48:57 [2022-07-28T07:48:57.831Z] #12 sha256:8d1841f310c2ecc14726ec3d3a145f3a87799fc6a02066dc102280eed956618d
07:48:57 [2022-07-28T07:48:57.915Z] Fetching without tags
07:48:58 [2022-07-28T07:48:58.161Z] Merging remotes/origin/22.06 commit dcbd68a1d41d6b1a65dc2af8ee31f1cb04ae12ac into PR head commit 6d41219baee83f456b8628735d9b7ca20e188b1a
07:48:58 [2022-07-28T07:48:58.611Z] Commit message: "Fix file capabilities droping in Dockerfile"
07:48:58 [2022-07-28T07:48:58.626Z]  > git --version # timeout=10
07:48:58 [2022-07-28T07:48:58.633Z]  > git --version # 'git version 2.25.1'
07:48:58 [2022-07-28T07:48:58.642Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
07:48:58 [2022-07-28T07:48:58.766Z] Merge succeeded, producing 6d41219baee83f456b8628735d9b7ca20e188b1a
07:48:58 [2022-07-28T07:48:58.766Z] Checking out Revision 6d41219baee83f456b8628735d9b7ca20e188b1a (PR-43875)
07:48:58 [2022-07-28T07:48:58.786Z] #12 DONE 1.1s
07:48:58 [2022-07-28T07:48:58.786Z] 
07:48:58 [2022-07-28T07:48:58.786Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list  && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list
07:48:58 [2022-07-28T07:48:58.786Z] #13 sha256:a48ae598a99b2a31ca12ef64e1854f56c9fe3e7589b72d6b8d27aca03c390d8e
07:48:57 [2022-07-28T07:48:57.810Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
07:48:57 [2022-07-28T07:48:57.819Z]  > git config --add remote.origin.fetch +refs/pull/43875/head:refs/remotes/origin/PR-43875 # timeout=10
07:48:57 [2022-07-28T07:48:57.831Z]  > git config --add remote.origin.fetch +refs/heads/22.06:refs/remotes/origin/22.06 # timeout=10
07:48:57 [2022-07-28T07:48:57.850Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
07:48:57 [2022-07-28T07:48:57.901Z] Fetching upstream changes from https://github.com/moby/moby.git
07:48:57 [2022-07-28T07:48:57.901Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:48:57 [2022-07-28T07:48:57.902Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43875/head:refs/remotes/origin/PR-43875 +refs/heads/22.06:refs/remotes/origin/22.06 # timeout=10
07:48:58 [2022-07-28T07:48:58.112Z]  > git config core.sparsecheckout # timeout=10
07:48:58 [2022-07-28T07:48:58.119Z]  > git checkout -f 6d41219baee83f456b8628735d9b7ca20e188b1a # timeout=10
07:48:58 [2022-07-28T07:48:58.652Z]  > git remote # timeout=10
07:48:58 [2022-07-28T07:48:58.666Z]  > git config --get remote.origin.url # timeout=10
07:48:58 [2022-07-28T07:48:58.687Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
07:48:58 [2022-07-28T07:48:58.688Z]  > git merge dcbd68a1d41d6b1a65dc2af8ee31f1cb04ae12ac # timeout=10
07:48:58 [2022-07-28T07:48:58.700Z]  > git rev-parse HEAD^{commit} # timeout=10
07:48:58 [2022-07-28T07:48:58.710Z]  > git config core.sparsecheckout # timeout=10
07:48:58 [2022-07-28T07:48:58.720Z]  > git checkout -f 6d41219baee83f456b8628735d9b7ca20e188b1a # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
07:48:59 [2022-07-28T07:48:59.358Z] #13 DONE 0.7s
07:48:59 [2022-07-28T07:48:59.536Z] + docker version
07:48:59 [2022-07-28T07:48:59.619Z] 
07:48:59 [2022-07-28T07:48:59.619Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
07:48:59 [2022-07-28T07:48:59.619Z] #33 sha256:eab7b52f52d3958e48ebc9032d88a6f4c2a8d49d73f13b6d5f23aaef774c9c4e
07:48:59 [2022-07-28T07:48:59.619Z] #33 ...
07:48:59 [2022-07-28T07:48:59.619Z] 
07:48:59 [2022-07-28T07:48:59.619Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
07:48:59 [2022-07-28T07:48:59.619Z] #46 sha256:e991b5ea50e728b442fffad9029eefa615b9218151a99c97029facab241fefb5
07:48:59 [2022-07-28T07:48:59.619Z] #46 DONE 0.3s
07:48:59 [2022-07-28T07:48:59.695Z] Commit message: "Fix file capabilities droping in Dockerfile"
07:48:59 [2022-07-28T07:48:59.740Z]  > git --version # timeout=10
07:48:59 [2022-07-28T07:48:59.756Z]  > git --version # 'git version 2.17.1'
07:48:59 [2022-07-28T07:48:59.783Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
07:48:59 [2022-07-28T07:48:59.883Z] 
07:48:59 [2022-07-28T07:48:59.883Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
07:48:59 [2022-07-28T07:48:59.883Z] #33 sha256:eab7b52f52d3958e48ebc9032d88a6f4c2a8d49d73f13b6d5f23aaef774c9c4e
07:48:59 [2022-07-28T07:48:59.883Z] #33 DONE 0.3s
07:48:59 [2022-07-28T07:48:59.883Z] 
07:48:59 [2022-07-28T07:48:59.883Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
07:48:59 [2022-07-28T07:48:59.883Z] #34 sha256:d2cbdd6a29733efe204107531a63420dd0914582d52234dd597a7076fc70e19c
07:48:59 [2022-07-28T07:48:59.883Z] #34 ...
07:48:59 [2022-07-28T07:48:59.883Z] 
07:48:59 [2022-07-28T07:48:59.883Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer /
07:48:59 [2022-07-28T07:48:59.883Z] #25 sha256:fdde843490ec0e3346f252ec813414bf2caaeffd81243386d94e15aa325d594a
07:48:59 [2022-07-28T07:48:59.883Z] #25 DONE 0.4s
07:48:59 [2022-07-28T07:48:59.883Z] 
07:48:59 [2022-07-28T07:48:59.883Z] #50 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc
07:48:59 [2022-07-28T07:48:59.883Z] #50 sha256:9cb378aeb2aa8d1494cf2cef1442b544de2d419dab2a84ce54b6aead3e8e7c02
07:48:59 [2022-07-28T07:48:59.883Z] #50 DONE 0.5s
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
07:49:00 [2022-07-28T07:49:00.145Z] 
07:49:00 [2022-07-28T07:49:00.145Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer /
07:49:00 [2022-07-28T07:49:00.145Z] #66 sha256:24697b0bae8e6aa7aca32bed93fcdc3ff8abe192d5ee58c118062b7035e24e3e
07:49:00 [2022-07-28T07:49:00.145Z] #66 DONE 0.5s
07:49:00 [2022-07-28T07:49:00.145Z] 
07:49:00 [2022-07-28T07:49:00.145Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
07:49:00 [2022-07-28T07:49:00.145Z] #67 sha256:684f6b5af87a6c06a0306e7ddde576b4a8b7c63599f34b8990adc5a427f006e1
07:49:00 [2022-07-28T07:49:00.339Z] #47 ...
07:49:00 [2022-07-28T07:49:00.339Z] 
07:49:00 [2022-07-28T07:49:00.339Z] #64 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2"      && /build/shfmt --version
07:49:00 [2022-07-28T07:49:00.339Z] #64 sha256:e5df52e26a68746b0bf2040b302f767d48979c354574e3fe2d7b186d1bae51bb
07:49:00 [2022-07-28T07:49:00.339Z] #64 15.13 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
07:49:00 [2022-07-28T07:49:00.339Z] #64 15.13 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
07:49:00 [2022-07-28T07:49:00.339Z] #64 15.50 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
07:49:00 [2022-07-28T07:49:00.339Z] #64 17.38 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
07:49:00 [2022-07-28T07:49:00.899Z] + docker version
07:49:02 [2022-07-28T07:49:02.253Z] #64 ...
07:49:02 [2022-07-28T07:49:02.254Z] 
07:49:02 [2022-07-28T07:49:02.254Z] #83 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
07:49:02 [2022-07-28T07:49:02.254Z] #83 sha256:306ba19f1dc993c39966bb8490da17ab0369cd0c126ceb831f7ef89a39102969
07:49:02 [2022-07-28T07:49:02.254Z] #83 9.298 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [168 kB]
07:49:02 [2022-07-28T07:49:02.254Z] #83 11.66 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
07:49:02 [2022-07-28T07:49:02.254Z] #83 ...
07:49:02 [2022-07-28T07:49:02.254Z] 
07:49:02 [2022-07-28T07:49:02.254Z] #43 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         case $(dpkg --print-architecture) in             amd64|arm64)                 GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1"                 && /build/dlv --help                 ;;             *)                 mkdir -p /build/                 ;;         esac
07:49:02 [2022-07-28T07:49:02.254Z] #43 sha256:1509a87c4d8785c1b3fd9bff9d9474ccef8f4b872101e620b7fa14aef10a7cb5
07:49:02 [2022-07-28T07:49:02.254Z] #43 19.01 go: downloading github.com/sirupsen/logrus v1.6.0
07:49:02 [2022-07-28T07:49:02.254Z] #43 19.01 go: downloading github.com/spf13/cobra v1.1.3
07:49:02 [2022-07-28T07:49:02.514Z] #43 19.63 go: downloading github.com/mattn/go-isatty v0.0.3
07:49:03 [2022-07-28T07:49:03.083Z] #43 20.05 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1
07:49:03 [2022-07-28T07:49:03.369Z] #43 20.55 go: downloading gopkg.in/yaml.v2 v2.4.0
07:49:03 [2022-07-28T07:49:03.369Z] Commit message: "Fix file capabilities droping in Dockerfile"
07:49:03 [2022-07-28T07:49:03.371Z]  > git --version # timeout=10
07:49:03 [2022-07-28T07:49:03.377Z]  > git --version # 'git version 2.25.1'
07:49:03 [2022-07-28T07:49:03.382Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
07:49:03 [2022-07-28T07:49:03.939Z] #43 20.89 go: downloading github.com/cosiner/argv v0.1.0
07:49:03 [2022-07-28T07:49:03.939Z] #43 20.93 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9
07:49:03 [2022-07-28T07:49:03.939Z] #43 20.95 go: downloading github.com/peterh/liner v1.2.2
07:49:04 [2022-07-28T07:49:04.217Z] Client: Docker Engine - Community
07:49:04 [2022-07-28T07:49:04.217Z]  Version:           20.10.14
07:49:04 [2022-07-28T07:49:04.217Z]  API version:       1.41
07:49:04 [2022-07-28T07:49:04.217Z]  Go version:        go1.16.15
07:49:04 [2022-07-28T07:49:04.217Z]  Git commit:        a224086
07:49:04 [2022-07-28T07:49:04.217Z]  Built:             Thu Mar 24 01:47:57 2022
07:49:04 [2022-07-28T07:49:04.217Z]  OS/Arch:           linux/amd64
07:49:04 [2022-07-28T07:49:04.217Z]  Context:           default
07:49:04 [2022-07-28T07:49:04.217Z]  Experimental:      true
07:49:04 [2022-07-28T07:49:04.217Z] 
07:49:04 [2022-07-28T07:49:04.217Z] Server: Docker Engine - Community
07:49:04 [2022-07-28T07:49:04.217Z]  Engine:
07:49:04 [2022-07-28T07:49:04.217Z]   Version:          20.10.14
07:49:04 [2022-07-28T07:49:04.217Z]   API version:      1.41 (minimum version 1.12)
07:49:04 [2022-07-28T07:49:04.217Z]   Go version:       go1.16.15
07:49:04 [2022-07-28T07:49:04.217Z]   Git commit:       87a90dc
07:49:04 [2022-07-28T07:49:04.217Z]   Built:            Thu Mar 24 01:45:46 2022
07:49:04 [2022-07-28T07:49:04.217Z]   OS/Arch:          linux/amd64
07:49:04 [2022-07-28T07:49:04.217Z]   Experimental:     true
07:49:04 [2022-07-28T07:49:04.217Z]  containerd:
07:49:04 [2022-07-28T07:49:04.217Z]   Version:          1.5.11
07:49:04 [2022-07-28T07:49:04.217Z]   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
07:49:04 [2022-07-28T07:49:04.217Z]  runc:
07:49:04 [2022-07-28T07:49:04.217Z]   Version:          1.0.3
07:49:04 [2022-07-28T07:49:04.217Z]   GitCommit:        v1.0.3-0-gf46b6ba
07:49:04 [2022-07-28T07:49:04.217Z]  docker-init:
07:49:04 [2022-07-28T07:49:04.217Z]   Version:          0.19.0
07:49:04 [2022-07-28T07:49:04.217Z]   GitCommit:        de40ad0
[Pipeline] sh
07:49:04 [2022-07-28T07:49:04.365Z] + docker version
07:49:04 [2022-07-28T07:49:04.508Z] #43 21.45 go: downloading github.com/google/go-dap v0.6.0
07:49:04 [2022-07-28T07:49:04.529Z] + docker info
07:49:04 [2022-07-28T07:49:04.768Z] #43 21.92 go: downloading github.com/russross/blackfriday/v2 v2.0.1
07:49:04 [2022-07-28T07:49:04.768Z] #43 ...
07:49:04 [2022-07-28T07:49:04.768Z] 
07:49:04 [2022-07-28T07:49:04.768Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             crossbuild-essential-arm64             crossbuild-essential-armel             crossbuild-essential-armhf             crossbuild-essential-ppc64el             crossbuild-essential-s390x
07:49:04 [2022-07-28T07:49:04.768Z] #19 sha256:423b64bc9d7cc359d630e3fe0a1b98d707aeff14b0c78f2d44bf08c4c29a169b
07:49:04 [2022-07-28T07:49:04.768Z] #19 1.974 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
07:49:04 [2022-07-28T07:49:04.768Z] #19 2.181 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
07:49:04 [2022-07-28T07:49:04.768Z] #19 2.191 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
07:49:04 [2022-07-28T07:49:04.768Z] #19 3.446 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7949 kB]
07:49:04 [2022-07-28T07:49:04.768Z] #19 4.740 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7875 kB]
07:49:04 [2022-07-28T07:49:04.768Z] #19 6.482 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
07:49:04 [2022-07-28T07:49:04.768Z] #19 8.130 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7876 kB]
07:49:05 [2022-07-28T07:49:05.027Z] #19 10.12 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8069 kB]
07:49:05 [2022-07-28T07:49:05.027Z] #19 ...
07:49:05 [2022-07-28T07:49:05.027Z] 
07:49:05 [2022-07-28T07:49:05.027Z] #62 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:49:05 [2022-07-28T07:49:05.027Z] #62 sha256:6a5ba43a879545395035c8edb2d77f5663eaeac2aed4ebd5825ef0a4ef562291
07:49:05 [2022-07-28T07:49:05.027Z] #62 12.87 go: downloading github.com/hashicorp/go-version v1.4.0
07:49:05 [2022-07-28T07:49:05.027Z] #62 12.96 go: downloading github.com/ldez/gomoddirectives v0.2.3
07:49:05 [2022-07-28T07:49:05.027Z] #62 13.07 go: downloading github.com/mitchellh/go-homedir v1.1.0
07:49:05 [2022-07-28T07:49:05.027Z] #62 13.10 go: downloading github.com/hashicorp/go-multierror v1.1.1
07:49:05 [2022-07-28T07:49:05.027Z] #62 19.01 go: downloading github.com/mattn/go-colorable v0.1.12
07:49:05 [2022-07-28T07:49:05.027Z] #62 19.09 go: downloading github.com/sirupsen/logrus v1.8.1
07:49:05 [2022-07-28T07:49:05.027Z] #62 19.29 go: downloading github.com/stretchr/testify v1.7.1
07:49:05 [2022-07-28T07:49:05.027Z] #62 19.36 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b
07:49:05 [2022-07-28T07:49:05.027Z] #62 19.61 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2
07:49:05 [2022-07-28T07:49:05.027Z] #62 19.72 go: downloading github.com/mattn/go-isatty v0.0.14
07:49:05 [2022-07-28T07:49:05.027Z] #62 19.90 go: downloading github.com/fsnotify/fsnotify v1.5.4
07:49:05 [2022-07-28T07:49:05.027Z] #62 20.01 go: downloading github.com/mitchellh/mapstructure v1.5.0
07:49:05 [2022-07-28T07:49:05.027Z] #62 20.19 go: downloading github.com/spf13/afero v1.8.2
07:49:05 [2022-07-28T07:49:05.027Z] #62 20.21 go: downloading github.com/spf13/cast v1.4.1
07:49:05 [2022-07-28T07:49:05.027Z] #62 20.42 go: downloading github.com/spf13/jwalterweatherman v1.1.0
07:49:05 [2022-07-28T07:49:05.027Z] #62 20.73 go: downloading github.com/go-toolsmith/astcast v1.0.0
07:49:05 [2022-07-28T07:49:05.027Z] #62 20.85 go: downloading github.com/go-toolsmith/astcopy v1.0.0
07:49:05 [2022-07-28T07:49:05.027Z] #62 20.90 go: downloading github.com/go-toolsmith/astequal v1.0.1
07:49:05 [2022-07-28T07:49:05.027Z] #62 21.03 go: downloading github.com/go-toolsmith/astfmt v1.0.0
07:49:05 [2022-07-28T07:49:05.027Z] #62 21.08 go: downloading github.com/go-toolsmith/astp v1.0.0
07:49:05 [2022-07-28T07:49:05.027Z] #62 21.22 go: downloading github.com/go-toolsmith/strparse v1.0.0
07:49:05 [2022-07-28T07:49:05.027Z] #62 21.30 go: downloading github.com/go-toolsmith/typep v1.0.2
07:49:05 [2022-07-28T07:49:05.027Z] #62 21.30 go: downloading github.com/quasilyte/go-ruleguard v0.3.16-0.20220213074421-6aa060fab41a
07:49:05 [2022-07-28T07:49:05.027Z] #62 21.37 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95
07:49:05 [2022-07-28T07:49:05.027Z] #62 21.61 go: downloading golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3
07:49:05 [2022-07-28T07:49:05.288Z] #62 22.43 go: downloading github.com/hashicorp/errwrap v1.0.0
07:49:05 [2022-07-28T07:49:05.454Z] #67 ...
07:49:05 [2022-07-28T07:49:05.454Z] 
07:49:05 [2022-07-28T07:49:05.454Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
07:49:05 [2022-07-28T07:49:05.454Z] #42 sha256:d5f8a01c2e1a5370173910ff1b6fd1dd838253998709bec1c0416141f69afbfb
07:49:05 [2022-07-28T07:49:05.454Z] #42 5.891 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
07:49:05 [2022-07-28T07:49:05.454Z] #42 5.918 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
07:49:05 [2022-07-28T07:49:05.454Z] #42 5.918 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
07:49:05 [2022-07-28T07:49:05.547Z] #62 22.59 go: downloading golang.org/x/sys v0.0.0-20220422013727-9388b58f7150
07:49:05 [2022-07-28T07:49:05.548Z] #62 ...
07:49:05 [2022-07-28T07:49:05.548Z] 
07:49:05 [2022-07-28T07:49:05.548Z] #43 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         case $(dpkg --print-architecture) in             amd64|arm64)                 GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1"                 && /build/dlv --help                 ;;             *)                 mkdir -p /build/                 ;;         esac
07:49:05 [2022-07-28T07:49:05.548Z] #43 sha256:1509a87c4d8785c1b3fd9bff9d9474ccef8f4b872101e620b7fa14aef10a7cb5
07:49:05 [2022-07-28T07:49:05.548Z] #43 22.51 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097
07:49:05 [2022-07-28T07:49:05.717Z] #42 ...
07:49:05 [2022-07-28T07:49:05.717Z] 
07:49:05 [2022-07-28T07:49:05.717Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
07:49:05 [2022-07-28T07:49:05.717Z] #26 sha256:ae44d73c88c7296d7db92463896d8ed3989678d58cdd4f5ed866a849b61f773c
07:49:05 [2022-07-28T07:49:05.717Z] #26 5.623 + RM_GOPATH=0
07:49:05 [2022-07-28T07:49:05.717Z] #26 5.623 + TMP_GOPATH=
07:49:05 [2022-07-28T07:49:05.717Z] #26 5.623 + : /build
07:49:05 [2022-07-28T07:49:05.717Z] #26 5.623 + '[' -z '' ']'
07:49:05 [2022-07-28T07:49:05.717Z] #26 5.623 ++ mktemp -d
07:49:05 [2022-07-28T07:49:05.717Z] #26 5.629 + export GOPATH=/tmp/tmp.uMESOmKJ5D
07:49:05 [2022-07-28T07:49:05.717Z] #26 5.629 + GOPATH=/tmp/tmp.uMESOmKJ5D
07:49:05 [2022-07-28T07:49:05.717Z] #26 5.629 + RM_GOPATH=1
07:49:05 [2022-07-28T07:49:05.717Z] #26 5.629 + case "$(go env GOARCH)" in
07:49:05 [2022-07-28T07:49:05.717Z] #26 5.629 ++ go env GOARCH
07:49:05 [2022-07-28T07:49:05.717Z] #26 5.632 + export GO_BUILDMODE=-buildmode=pie
07:49:05 [2022-07-28T07:49:05.717Z] #26 5.632 + GO_BUILDMODE=-buildmode=pie
07:49:05 [2022-07-28T07:49:05.717Z] #26 5.632 ++ dirname /install.sh
07:49:05 [2022-07-28T07:49:05.717Z] #26 5.642 Install docker/cli version 17.06.2-ce from stable
07:49:05 [2022-07-28T07:49:05.717Z] #26 5.642 + dir=/
07:49:05 [2022-07-28T07:49:05.717Z] #26 5.642 + bin=dockercli
07:49:05 [2022-07-28T07:49:05.717Z] #26 5.642 + shift
07:49:05 [2022-07-28T07:49:05.717Z] #26 5.642 + '[' '!' -f //dockercli.installer ']'
07:49:05 [2022-07-28T07:49:05.717Z] #26 5.642 + . //dockercli.installer
07:49:05 [2022-07-28T07:49:05.717Z] #26 5.642 ++ : stable
07:49:05 [2022-07-28T07:49:05.717Z] #26 5.642 ++ : 17.06.2-ce
07:49:05 [2022-07-28T07:49:05.717Z] #26 5.642 + install_dockercli
07:49:05 [2022-07-28T07:49:05.717Z] #26 5.642 + echo 'Install docker/cli version 17.06.2-ce from stable'
07:49:05 [2022-07-28T07:49:05.717Z] #26 5.642 ++ uname -m
07:49:05 [2022-07-28T07:49:05.717Z] #26 5.642 + arch=x86_64
07:49:05 [2022-07-28T07:49:05.717Z] #26 5.642 + '[' x86_64 '!=' x86_64 ']'
07:49:05 [2022-07-28T07:49:05.717Z] #26 5.642 + url=https://download.docker.com/linux/static
07:49:05 [2022-07-28T07:49:05.717Z] #26 5.642 + tar -xz docker/docker
07:49:05 [2022-07-28T07:49:05.717Z] #26 5.642 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
07:49:05 [2022-07-28T07:49:05.808Z] #43 ...
07:49:05 [2022-07-28T07:49:05.808Z] 
07:49:05 [2022-07-28T07:49:05.808Z] #58 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
07:49:05 [2022-07-28T07:49:05.808Z] #58 sha256:40295bf8cbd242d421bcf2efe97957471d81db5c6a2a8e836b41bc0ec6634359
07:49:05 [2022-07-28T07:49:05.808Z] #58 12.75 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
07:49:05 [2022-07-28T07:49:05.808Z] #58 15.27 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  Packages [2163 B]
07:49:05 [2022-07-28T07:49:05.977Z] #26 ...
07:49:05 [2022-07-28T07:49:05.977Z] 
07:49:05 [2022-07-28T07:49:05.977Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
07:49:05 [2022-07-28T07:49:05.977Z] #42 sha256:d5f8a01c2e1a5370173910ff1b6fd1dd838253998709bec1c0416141f69afbfb
07:49:05 [2022-07-28T07:49:05.977Z] #42 6.307 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
07:49:06 [2022-07-28T07:49:06.068Z] #58 ...
07:49:06 [2022-07-28T07:49:06.068Z] 
07:49:06 [2022-07-28T07:49:06.068Z] #43 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         case $(dpkg --print-architecture) in             amd64|arm64)                 GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1"                 && /build/dlv --help                 ;;             *)                 mkdir -p /build/                 ;;         esac
07:49:06 [2022-07-28T07:49:06.068Z] #43 sha256:1509a87c4d8785c1b3fd9bff9d9474ccef8f4b872101e620b7fa14aef10a7cb5
07:49:06 [2022-07-28T07:49:06.068Z] #43 23.19 go: downloading github.com/mattn/go-runewidth v0.0.3
07:49:06 [2022-07-28T07:49:06.328Z] #43 23.44 go: downloading github.com/hashicorp/golang-lru v0.5.4
07:49:06 [2022-07-28T07:49:06.589Z] #43 23.59 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4
07:49:06 [2022-07-28T07:49:06.589Z] #43 ...
07:49:06 [2022-07-28T07:49:06.589Z] 
07:49:06 [2022-07-28T07:49:06.589Z] #60 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1"      && /build/gotestsum --version
07:49:06 [2022-07-28T07:49:06.589Z] #60 sha256:d307c57148b88756c724eda2ed5e5454146b3f5b85292d596bc1a3db3521b728
07:49:06 [2022-07-28T07:49:06.589Z] #60 13.73 go: downloading github.com/jonboulle/clockwork v0.2.2
07:49:06 [2022-07-28T07:49:06.589Z] #60 13.79 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
07:49:06 [2022-07-28T07:49:06.589Z] #60 14.01 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
07:49:06 [2022-07-28T07:49:06.589Z] #60 16.38 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
07:49:06 [2022-07-28T07:49:06.589Z] #60 16.42 go: downloading golang.org/x/mod v0.3.0
07:49:06 [2022-07-28T07:49:06.848Z] #60 ...
07:49:06 [2022-07-28T07:49:06.848Z] 
07:49:06 [2022-07-28T07:49:06.848Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             crossbuild-essential-arm64             crossbuild-essential-armel             crossbuild-essential-armhf             crossbuild-essential-ppc64el             crossbuild-essential-s390x
07:49:06 [2022-07-28T07:49:06.848Z] #19 sha256:423b64bc9d7cc359d630e3fe0a1b98d707aeff14b0c78f2d44bf08c4c29a169b
07:49:06 [2022-07-28T07:49:06.848Z] #19 11.80 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8029 kB]
07:49:07 [2022-07-28T07:49:07.638Z] Client: Docker Engine - Community
07:49:07 [2022-07-28T07:49:07.638Z]  Version:           20.10.14
07:49:07 [2022-07-28T07:49:07.638Z]  API version:       1.41
07:49:07 [2022-07-28T07:49:07.638Z]  Go version:        go1.16.15
07:49:07 [2022-07-28T07:49:07.638Z]  Git commit:        a224086
07:49:07 [2022-07-28T07:49:07.638Z]  Built:             Thu Mar 24 01:48:02 2022
07:49:07 [2022-07-28T07:49:07.638Z]  OS/Arch:           linux/amd64
07:49:07 [2022-07-28T07:49:07.638Z]  Context:           default
07:49:07 [2022-07-28T07:49:07.638Z]  Experimental:      true
07:49:07 [2022-07-28T07:49:07.638Z] 
07:49:07 [2022-07-28T07:49:07.638Z] Server: Docker Engine - Community
07:49:07 [2022-07-28T07:49:07.638Z]  Engine:
07:49:07 [2022-07-28T07:49:07.638Z]   Version:          20.10.14
07:49:07 [2022-07-28T07:49:07.638Z]   API version:      1.41 (minimum version 1.12)
07:49:07 [2022-07-28T07:49:07.638Z]   Go version:       go1.16.15
07:49:07 [2022-07-28T07:49:07.638Z]   Git commit:       87a90dc
07:49:07 [2022-07-28T07:49:07.638Z]   Built:            Thu Mar 24 01:45:53 2022
07:49:07 [2022-07-28T07:49:07.638Z]   OS/Arch:          linux/amd64
07:49:07 [2022-07-28T07:49:07.638Z]   Experimental:     true
07:49:07 [2022-07-28T07:49:07.638Z]  containerd:
07:49:07 [2022-07-28T07:49:07.638Z]   Version:          1.5.11
07:49:07 [2022-07-28T07:49:07.638Z]   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
07:49:07 [2022-07-28T07:49:07.638Z]  runc:
07:49:07 [2022-07-28T07:49:07.639Z]   Version:          1.0.3
07:49:07 [2022-07-28T07:49:07.639Z]   GitCommit:        v1.0.3-0-gf46b6ba
07:49:07 [2022-07-28T07:49:07.639Z]  docker-init:
07:49:07 [2022-07-28T07:49:07.639Z]   Version:          0.19.0
07:49:07 [2022-07-28T07:49:07.639Z]   GitCommit:        de40ad0
[Pipeline] sh
07:49:07 [2022-07-28T07:49:07.933Z] + docker info
07:49:08 [2022-07-28T07:49:08.245Z] #19 13.48 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [160 kB]
07:49:08 [2022-07-28T07:49:08.245Z] #19 13.50 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [154 kB]
07:49:08 [2022-07-28T07:49:08.245Z] #19 13.51 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [167 kB]
07:49:08 [2022-07-28T07:49:08.245Z] #19 13.52 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [141 kB]
07:49:08 [2022-07-28T07:49:08.504Z] #19 13.55 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [168 kB]
07:49:08 [2022-07-28T07:49:08.504Z] #19 13.58 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [168 kB]
07:49:08 [2022-07-28T07:49:08.504Z] #19 13.65 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B]
07:49:08 [2022-07-28T07:49:08.504Z] #19 13.65 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
07:49:08 [2022-07-28T07:49:08.504Z] #19 13.65 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B]
07:49:08 [2022-07-28T07:49:08.504Z] #19 13.66 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B]
07:49:08 [2022-07-28T07:49:08.504Z] #19 13.66 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
07:49:08 [2022-07-28T07:49:08.504Z] #19 13.67 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B]
07:49:09 [2022-07-28T07:49:09.443Z] #19 ...
07:49:09 [2022-07-28T07:49:09.443Z] 
07:49:09 [2022-07-28T07:49:09.443Z] #45 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1"      && /build/tomll --help
07:49:09 [2022-07-28T07:49:09.443Z] #45 sha256:d108e6f5212f0e6be7eaeb0062d7441f48c8aa234b520ead7f78ed2f6aaf8daa
07:49:09 [2022-07-28T07:49:09.443Z] #45 25.85 tomll can be used in two ways:
07:49:09 [2022-07-28T07:49:09.443Z] #45 25.85 Writing to STDIN and reading from STDOUT:
07:49:09 [2022-07-28T07:49:09.443Z] #45 25.85   cat file.toml | tomll > file.toml
07:49:09 [2022-07-28T07:49:09.443Z] #45 25.85 
07:49:09 [2022-07-28T07:49:09.443Z] #45 25.85 Reading and updating a list of files:
07:49:09 [2022-07-28T07:49:09.443Z] #45 25.85   tomll a.toml b.toml c.toml
07:49:09 [2022-07-28T07:49:09.443Z] #45 25.85 
07:49:09 [2022-07-28T07:49:09.443Z] #45 25.85 When given a list of files, tomll will modify all files in place without asking.
07:49:09 [2022-07-28T07:49:09.443Z] #45 DONE 26.5s
07:49:09 [2022-07-28T07:49:09.702Z] 
07:49:09 [2022-07-28T07:49:09.702Z] #62 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:49:09 [2022-07-28T07:49:09.702Z] #62 sha256:6a5ba43a879545395035c8edb2d77f5663eaeac2aed4ebd5825ef0a4ef562291
07:49:09 [2022-07-28T07:49:09.702Z] #62 22.69 go: downloading golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f
07:49:09 [2022-07-28T07:49:09.702Z] #62 22.93 go: downloading 4d63.com/gochecknoglobals v0.1.0
07:49:09 [2022-07-28T07:49:09.702Z] #62 23.08 go: downloading github.com/Antonboom/errname v0.1.6
07:49:09 [2022-07-28T07:49:09.702Z] #62 23.34 go: downloading github.com/Antonboom/nilnil v0.1.1
07:49:09 [2022-07-28T07:49:09.702Z] #62 23.50 go: downloading github.com/BurntSushi/toml v1.1.0
07:49:09 [2022-07-28T07:49:09.702Z] #62 25.34 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
07:49:09 [2022-07-28T07:49:09.702Z] #62 25.53 go: downloading github.com/GaijinEntertainment/go-exhaustruct/v2 v2.1.0
07:49:09 [2022-07-28T07:49:09.702Z] #62 25.81 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0
07:49:09 [2022-07-28T07:49:09.702Z] #62 26.00 go: downloading github.com/alexkohler/prealloc v1.0.0
07:49:09 [2022-07-28T07:49:09.702Z] #62 26.13 go: downloading github.com/ashanbrown/forbidigo v1.3.0
07:49:09 [2022-07-28T07:49:09.702Z] #62 26.39 go: downloading github.com/ashanbrown/makezero v1.1.1
07:49:09 [2022-07-28T07:49:09.702Z] #62 26.64 go: downloading github.com/bkielbasa/cyclop v1.2.0
07:49:09 [2022-07-28T07:49:09.702Z] #62 26.67 go: downloading github.com/blizzy78/varnamelen v0.8.0
07:49:09 [2022-07-28T07:49:09.702Z] #62 26.92 go: downloading github.com/bombsimon/wsl/v3 v3.3.0
07:49:09 [2022-07-28T07:49:09.962Z] #62 26.99 go: downloading github.com/breml/bidichk v0.2.3
07:49:09 [2022-07-28T07:49:09.962Z] #62 27.11 go: downloading github.com/breml/errchkjson v0.3.0
07:49:09 [2022-07-28T07:49:09.962Z] #62 27.13 go: downloading github.com/butuzov/ireturn v0.1.1
07:49:10 [2022-07-28T07:49:10.182Z] #42 10.09 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [168 kB]
07:49:10 [2022-07-28T07:49:10.182Z] #42 ...
07:49:10 [2022-07-28T07:49:10.182Z] 
07:49:10 [2022-07-28T07:49:10.182Z] #53 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1"      && /build/gotestsum --version
07:49:10 [2022-07-28T07:49:10.182Z] #53 sha256:d307c57148b88756c724eda2ed5e5454146b3f5b85292d596bc1a3db3521b728
07:49:10 [2022-07-28T07:49:10.182Z] #53 5.876 go: downloading gotest.tools/gotestsum v1.8.1
07:49:10 [2022-07-28T07:49:10.182Z] #53 7.984 go: downloading github.com/dnephin/pflag v1.0.7
07:49:10 [2022-07-28T07:49:10.182Z] #53 8.093 go: downloading github.com/fatih/color v1.10.0
07:49:10 [2022-07-28T07:49:10.182Z] #53 8.158 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
07:49:10 [2022-07-28T07:49:10.182Z] #53 8.222 go: downloading github.com/pkg/errors v0.9.1
07:49:10 [2022-07-28T07:49:10.182Z] #53 8.577 go: downloading github.com/mattn/go-colorable v0.1.8
07:49:10 [2022-07-28T07:49:10.182Z] #53 8.633 go: downloading github.com/mattn/go-isatty v0.0.12
07:49:10 [2022-07-28T07:49:10.182Z] #53 8.716 go: downloading github.com/fsnotify/fsnotify v1.4.9
07:49:10 [2022-07-28T07:49:10.182Z] #53 8.847 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
07:49:10 [2022-07-28T07:49:10.182Z] #53 9.098 go: downloading github.com/jonboulle/clockwork v0.2.2
07:49:10 [2022-07-28T07:49:10.182Z] #53 9.343 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
07:49:10 [2022-07-28T07:49:10.182Z] #53 9.578 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
07:49:10 [2022-07-28T07:49:10.182Z] #53 9.825 go: downloading golang.org/x/tools v0.1.0
07:49:10 [2022-07-28T07:49:10.182Z] #53 ...
07:49:10 [2022-07-28T07:49:10.182Z] 
07:49:10 [2022-07-28T07:49:10.182Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
07:49:10 [2022-07-28T07:49:10.182Z] #62 sha256:34bfbe9b681f5ebc46aa2b0b23925fe24fac41e1b9a5ab09857ba3a5988905e2
07:49:10 [2022-07-28T07:49:10.182Z] #62 6.530 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
07:49:10 [2022-07-28T07:49:10.182Z] #62 6.578 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
07:49:10 [2022-07-28T07:49:10.182Z] #62 6.592 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
07:49:10 [2022-07-28T07:49:10.182Z] #62 8.876 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
07:49:10 [2022-07-28T07:49:10.182Z] #62 ...
07:49:10 [2022-07-28T07:49:10.182Z] 
07:49:10 [2022-07-28T07:49:10.182Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:49:10 [2022-07-28T07:49:10.182Z] #14 sha256:b25eac2f6ddf70c42113ea1e9c9616359e7796e8a4be5e3f87392c5fb5b439d0
07:49:10 [2022-07-28T07:49:10.182Z] #14 6.260 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
07:49:10 [2022-07-28T07:49:10.182Z] #14 6.308 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
07:49:10 [2022-07-28T07:49:10.182Z] #14 6.308 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
07:49:10 [2022-07-28T07:49:10.182Z] #14 7.468 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
07:49:10 [2022-07-28T07:49:10.182Z] #14 ...
07:49:10 [2022-07-28T07:49:10.182Z] 
07:49:10 [2022-07-28T07:49:10.182Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
07:49:10 [2022-07-28T07:49:10.182Z] #47 sha256:8a0b7c7abf06bbb1ab29c763b2e38d2fa012d03eb2e646559ec0a63c975a38c7
07:49:10 [2022-07-28T07:49:10.182Z] #47 6.628 + git clone https://github.com/docker/distribution.git .
07:49:10 [2022-07-28T07:49:10.182Z] #47 6.632 Cloning into '.'...
07:49:10 [2022-07-28T07:49:10.182Z] #47 ...
07:49:10 [2022-07-28T07:49:10.182Z] 
07:49:10 [2022-07-28T07:49:10.182Z] #40 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3"      && /build/go-winres --help
07:49:10 [2022-07-28T07:49:10.182Z] #40 sha256:e37409ad11b5051c24a76a5d8eec40d7adf9dc774e577b25879ddb9c67c1cdab
07:49:10 [2022-07-28T07:49:10.182Z] #40 7.275 go: downloading github.com/tc-hib/go-winres v0.2.3
07:49:10 [2022-07-28T07:49:10.182Z] #40 8.322 go: downloading github.com/tc-hib/winres v0.1.5
07:49:10 [2022-07-28T07:49:10.182Z] #40 10.70 go: downloading github.com/urfave/cli/v2 v2.3.0
07:49:10 [2022-07-28T07:49:10.182Z] #40 ...
07:49:10 [2022-07-28T07:49:10.182Z] 
07:49:10 [2022-07-28T07:49:10.182Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
07:49:10 [2022-07-28T07:49:10.182Z] #51 sha256:40295bf8cbd242d421bcf2efe97957471d81db5c6a2a8e836b41bc0ec6634359
07:49:10 [2022-07-28T07:49:10.182Z] #51 7.431 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
07:49:10 [2022-07-28T07:49:10.182Z] #51 7.494 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
07:49:10 [2022-07-28T07:49:10.182Z] #51 7.494 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
07:49:10 [2022-07-28T07:49:10.182Z] #51 8.125 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  InRelease [1540 B]
07:49:10 [2022-07-28T07:49:10.221Z] #62 27.27 go: downloading github.com/charithe/durationcheck v0.0.9
07:49:10 [2022-07-28T07:49:10.221Z] #62 27.29 go: downloading github.com/daixiang0/gci v0.3.3
07:49:10 [2022-07-28T07:49:10.221Z] #62 27.42 go: downloading github.com/denis-tingaikin/go-header v0.4.3
07:49:10 [2022-07-28T07:49:10.443Z] #51 10.38 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
07:49:10 [2022-07-28T07:49:10.443Z] #51 ...
07:49:10 [2022-07-28T07:49:10.443Z] 
07:49:10 [2022-07-28T07:49:10.443Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:49:10 [2022-07-28T07:49:10.443Z] #55 sha256:6a5ba43a879545395035c8edb2d77f5663eaeac2aed4ebd5825ef0a4ef562291
07:49:10 [2022-07-28T07:49:10.443Z] #55 7.386 go: downloading github.com/golangci/golangci-lint v1.46.2
07:49:10 [2022-07-28T07:49:10.482Z] #62 27.59 go: downloading github.com/esimonov/ifshort v1.0.4
07:49:10 [2022-07-28T07:49:10.706Z] #55 ...
07:49:10 [2022-07-28T07:49:10.706Z] 
07:49:10 [2022-07-28T07:49:10.706Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
07:49:10 [2022-07-28T07:49:10.706Z] #76 sha256:306ba19f1dc993c39966bb8490da17ab0369cd0c126ceb831f7ef89a39102969
07:49:10 [2022-07-28T07:49:10.706Z] #76 6.472 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
07:49:10 [2022-07-28T07:49:10.706Z] #76 6.530 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
07:49:10 [2022-07-28T07:49:10.706Z] #76 6.530 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
07:49:10 [2022-07-28T07:49:10.706Z] #76 8.504 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
07:49:10 [2022-07-28T07:49:10.706Z] #76 ...
07:49:10 [2022-07-28T07:49:10.706Z] 
07:49:10 [2022-07-28T07:49:10.706Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         case $(dpkg --print-architecture) in             amd64|arm64)                 GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1"                 && /build/dlv --help                 ;;             *)                 mkdir -p /build/                 ;;         esac
07:49:10 [2022-07-28T07:49:10.706Z] #36 sha256:1509a87c4d8785c1b3fd9bff9d9474ccef8f4b872101e620b7fa14aef10a7cb5
07:49:10 [2022-07-28T07:49:10.706Z] #36 7.489 go: downloading github.com/go-delve/delve v1.8.1
07:49:10 [2022-07-28T07:49:10.741Z] #62 27.69 go: downloading github.com/firefart/nonamedreturns v1.0.1
07:49:10 [2022-07-28T07:49:10.741Z] #62 27.75 go: downloading github.com/fzipp/gocyclo v0.5.1
07:49:10 [2022-07-28T07:49:10.741Z] #62 27.87 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
07:49:10 [2022-07-28T07:49:10.741Z] #62 27.96 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
07:49:10 [2022-07-28T07:49:10.742Z] #62 27.96 go: downloading github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe
07:49:10 [2022-07-28T07:49:10.967Z] #36 ...
07:49:10 [2022-07-28T07:49:10.967Z] 
07:49:10 [2022-07-28T07:49:10.967Z] #38 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1"      && /build/tomll --help
07:49:10 [2022-07-28T07:49:10.967Z] #38 sha256:d108e6f5212f0e6be7eaeb0062d7441f48c8aa234b520ead7f78ed2f6aaf8daa
07:49:10 [2022-07-28T07:49:10.967Z] #38 7.408 go: downloading github.com/pelletier/go-toml v1.8.1
07:49:10 [2022-07-28T07:49:10.967Z] #38 ...
07:49:10 [2022-07-28T07:49:10.967Z] 
07:49:10 [2022-07-28T07:49:10.967Z] #57 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2"      && /build/shfmt --version
07:49:10 [2022-07-28T07:49:10.967Z] #57 sha256:e5df52e26a68746b0bf2040b302f767d48979c354574e3fe2d7b186d1bae51bb
07:49:10 [2022-07-28T07:49:10.967Z] #57 7.212 go: downloading mvdan.cc/sh/v3 v3.0.2
07:49:10 [2022-07-28T07:49:10.967Z] #57 8.580 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
07:49:10 [2022-07-28T07:49:10.967Z] #57 8.594 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
07:49:10 [2022-07-28T07:49:10.967Z] #57 8.759 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
07:49:11 [2022-07-28T07:49:11.001Z] #62 28.05 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
07:49:11 [2022-07-28T07:49:11.230Z] #57 11.60 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
07:49:11 [2022-07-28T07:49:11.230Z] #57 ...
07:49:11 [2022-07-28T07:49:11.230Z] 
07:49:11 [2022-07-28T07:49:11.230Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:49:11 [2022-07-28T07:49:11.230Z] #55 sha256:6a5ba43a879545395035c8edb2d77f5663eaeac2aed4ebd5825ef0a4ef562291
07:49:11 [2022-07-28T07:49:11.230Z] #55 11.19 go: downloading github.com/fatih/color v1.13.0
07:49:11 [2022-07-28T07:49:11.230Z] #55 11.29 go: downloading github.com/gofrs/flock v0.8.1
07:49:11 [2022-07-28T07:49:11.230Z] #55 11.50 go: downloading github.com/spf13/cobra v1.4.0
07:49:11 [2022-07-28T07:49:11.230Z] #55 11.50 go: downloading github.com/spf13/pflag v1.0.5
07:49:11 [2022-07-28T07:49:11.260Z] #62 28.56 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
07:49:11 [2022-07-28T07:49:11.260Z] #62 28.56 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
07:49:11 [2022-07-28T07:49:11.493Z] #55 12.04 go: downloading github.com/spf13/viper v1.11.0
07:49:11 [2022-07-28T07:49:11.520Z] #62 28.70 go: downloading github.com/golangci/misspell v0.3.5
07:49:11 [2022-07-28T07:49:11.783Z] #62 28.76 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
07:49:12 [2022-07-28T07:49:12.053Z] #62 29.02 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8
07:49:12 [2022-07-28T07:49:12.053Z] #62 29.10 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
07:49:12 [2022-07-28T07:49:12.053Z] #62 29.12 go: downloading github.com/gostaticanalysis/nilerr v0.1.1
07:49:12 [2022-07-28T07:49:12.053Z] #62 29.23 go: downloading github.com/jgautheron/goconst v1.5.1
07:49:12 [2022-07-28T07:49:12.069Z] #55 12.26 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
07:49:12 [2022-07-28T07:49:12.312Z] #62 29.29 go: downloading github.com/jingyugao/rowserrcheck v1.1.1
07:49:12 [2022-07-28T07:49:12.312Z] #62 29.33 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
07:49:12 [2022-07-28T07:49:12.312Z] #62 29.43 go: downloading github.com/julz/importas v0.1.0
07:49:12 [2022-07-28T07:49:12.312Z] #62 29.44 go: downloading github.com/kisielk/errcheck v1.6.0
07:49:12 [2022-07-28T07:49:12.330Z] #55 12.90 go: downloading github.com/mattn/go-colorable v0.1.12
07:49:12 [2022-07-28T07:49:12.461Z] Client: Docker Engine - Community
07:49:12 [2022-07-28T07:49:12.461Z]  Version:           20.10.14
07:49:12 [2022-07-28T07:49:12.461Z]  API version:       1.41
07:49:12 [2022-07-28T07:49:12.461Z]  Go version:        go1.16.15
07:49:12 [2022-07-28T07:49:12.461Z]  Git commit:        a224086
07:49:12 [2022-07-28T07:49:12.461Z]  Built:             Thu Mar 24 01:47:20 2022
07:49:12 [2022-07-28T07:49:12.461Z]  OS/Arch:           linux/arm64
07:49:12 [2022-07-28T07:49:12.461Z]  Context:           default
07:49:12 [2022-07-28T07:49:12.461Z]  Experimental:      true
07:49:12 [2022-07-28T07:49:12.461Z] 
07:49:12 [2022-07-28T07:49:12.461Z] Server: Docker Engine - Community
07:49:12 [2022-07-28T07:49:12.461Z]  Engine:
07:49:12 [2022-07-28T07:49:12.461Z]   Version:          20.10.14
07:49:12 [2022-07-28T07:49:12.461Z]   API version:      1.41 (minimum version 1.12)
07:49:12 [2022-07-28T07:49:12.461Z]   Go version:       go1.16.15
07:49:12 [2022-07-28T07:49:12.461Z]   Git commit:       87a90dc
07:49:12 [2022-07-28T07:49:12.461Z]   Built:            Thu Mar 24 01:45:39 2022
07:49:12 [2022-07-28T07:49:12.461Z]   OS/Arch:          linux/arm64
07:49:12 [2022-07-28T07:49:12.461Z]   Experimental:     true
07:49:12 [2022-07-28T07:49:12.461Z]  containerd:
07:49:12 [2022-07-28T07:49:12.461Z]   Version:          1.5.11
07:49:12 [2022-07-28T07:49:12.461Z]   GitCommit:        3df54a852345ae127d1fa3092b95168e4a88e2f8
07:49:12 [2022-07-28T07:49:12.461Z]  runc:
07:49:12 [2022-07-28T07:49:12.461Z]   Version:          1.0.3
07:49:12 [2022-07-28T07:49:12.461Z]   GitCommit:        v1.0.3-0-gf46b6ba
07:49:12 [2022-07-28T07:49:12.461Z]  docker-init:
07:49:12 [2022-07-28T07:49:12.461Z]   Version:          0.19.0
07:49:12 [2022-07-28T07:49:12.461Z]   GitCommit:        de40ad0
[Pipeline] sh
07:49:12 [2022-07-28T07:49:12.575Z] #62 29.54 go: downloading github.com/kulti/thelper v0.6.2
07:49:12 [2022-07-28T07:49:12.575Z] #62 29.55 go: downloading github.com/kunwardeep/paralleltest v1.0.3
07:49:12 [2022-07-28T07:49:12.575Z] #62 29.72 go: downloading github.com/kyoh86/exportloopref v0.1.8
07:49:12 [2022-07-28T07:49:12.575Z] #62 29.79 go: downloading github.com/ldez/tagliatelle v0.3.1
07:49:12 [2022-07-28T07:49:12.596Z] #55 13.04 go: downloading github.com/mattn/go-isatty v0.0.14
07:49:12 [2022-07-28T07:49:12.798Z] + docker info
07:49:12 [2022-07-28T07:49:12.835Z] #62 29.80 go: downloading github.com/leonklingele/grouper v1.1.0
07:49:12 [2022-07-28T07:49:12.835Z] #62 29.92 go: downloading github.com/lufeee/execinquery v1.2.1
07:49:12 [2022-07-28T07:49:12.857Z] #55 13.15 go: downloading golang.org/x/tools v0.1.11-0.20220316014157-77aa08bb151a
07:49:12 [2022-07-28T07:49:12.857Z] #55 13.15 go: downloading github.com/go-critic/go-critic v0.6.3
07:49:13 [2022-07-28T07:49:13.094Z] #62 30.09 go: downloading github.com/maratori/testpackage v1.0.1
07:49:13 [2022-07-28T07:49:13.094Z] #62 30.10 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951
07:49:13 [2022-07-28T07:49:13.094Z] #62 30.20 go: downloading github.com/mbilski/exhaustivestruct v1.2.0
07:49:13 [2022-07-28T07:49:13.094Z] #62 30.23 go: downloading github.com/mgechev/revive v1.2.1
07:49:14 [2022-07-28T07:49:14.052Z] #62 31.05 go: downloading github.com/moricho/tparallel v0.2.1
07:49:14 [2022-07-28T07:49:14.052Z] #62 31.10 go: downloading github.com/nakabonne/nestif v0.3.1
07:49:14 [2022-07-28T07:49:14.052Z] #62 31.25 go: downloading github.com/nishanths/exhaustive v0.7.11
07:49:14 [2022-07-28T07:49:14.052Z] #62 31.25 go: downloading github.com/nishanths/predeclared v0.2.2
07:49:14 [2022-07-28T07:49:14.052Z] #62 ...
07:49:14 [2022-07-28T07:49:14.052Z] 
07:49:14 [2022-07-28T07:49:14.052Z] #54 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
07:49:14 [2022-07-28T07:49:14.052Z] #54 sha256:8a0b7c7abf06bbb1ab29c763b2e38d2fa012d03eb2e646559ec0a63c975a38c7
07:49:14 [2022-07-28T07:49:14.842Z] #54 31.00 Updating files:  70% (1544/2176)
Updating files:  71% (1545/2176)
Updating files:  72% (1567/2176)
Updating files:  73% (1589/2176)
Updating files:  74% (1611/2176)
Updating files:  75% (1632/2176)
Updating files:  76% (1654/2176)
Updating files:  77% (1676/2176)
Updating files:  78% (1698/2176)
Updating files:  79% (1720/2176)
Updating files:  80% (1741/2176)
Updating files:  81% (1763/2176)
Updating files:  82% (1785/2176)
Updating files:  83% (1807/2176)
Updating files:  84% (1828/2176)
Updating files:  85% (1850/2176)
Updating files:  86% (1872/2176)
Updating files:  87% (1894/2176)
Updating files:  88% (1915/2176)
Updating files:  89% (1937/2176)
Updating files:  90% (1959/2176)
Updating files:  91% (1981/2176)
Updating files:  92% (2002/2176)
Updating files:  93% (2024/2176)
Updating files:  94% (2046/2176)
Updating files:  95% (2068/2176)
Updating files:  96% (2089/2176)
Updating files:  97% (2111/2176)
Updating files:  98% (2133/2176)
Updating files:  99% (2155/2176)
Updating files: 100% (2176/2176)
Updating files: 100% (2176/2176), done.
07:49:14 [2022-07-28T07:49:14.842Z] #54 31.79 + git checkout -q v2.3.0
07:49:15 [2022-07-28T07:49:15.402Z] #55 15.82 go: downloading github.com/hashicorp/go-version v1.4.0
07:49:15 [2022-07-28T07:49:15.664Z] #55 16.18 go: downloading github.com/ldez/gomoddirectives v0.2.3
07:49:15 [2022-07-28T07:49:15.780Z] #54 ...
07:49:15 [2022-07-28T07:49:15.781Z] 
07:49:15 [2022-07-28T07:49:15.781Z] #83 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
07:49:15 [2022-07-28T07:49:15.781Z] #83 sha256:306ba19f1dc993c39966bb8490da17ab0369cd0c126ceb831f7ef89a39102969
07:49:15 [2022-07-28T07:49:15.781Z] #83 22.74 Fetched 8561 kB in 17s (491 kB/s)
07:49:15 [2022-07-28T07:49:15.781Z] #83 22.74 Reading package lists...
07:49:15 [2022-07-28T07:49:15.781Z] #83 30.60 Reading package lists...
07:49:15 [2022-07-28T07:49:15.781Z] #83 ...
07:49:15 [2022-07-28T07:49:15.781Z] 
07:49:15 [2022-07-28T07:49:15.781Z] #62 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:49:15 [2022-07-28T07:49:15.781Z] #62 sha256:6a5ba43a879545395035c8edb2d77f5663eaeac2aed4ebd5825ef0a4ef562291
07:49:15 [2022-07-28T07:49:15.781Z] #62 31.40 go: downloading github.com/polyfloyd/go-errorlint v1.0.0
07:49:15 [2022-07-28T07:49:15.781Z] #62 31.62 go: downloading github.com/ryancurrah/gomodguard v1.2.3
07:49:15 [2022-07-28T07:49:15.781Z] #62 31.68 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0
07:49:15 [2022-07-28T07:49:15.781Z] #62 31.83 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6
07:49:15 [2022-07-28T07:49:15.781Z] #62 31.84 go: downloading github.com/securego/gosec/v2 v2.11.0
07:49:15 [2022-07-28T07:49:15.781Z] #62 32.31 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
07:49:15 [2022-07-28T07:49:15.781Z] #62 32.32 go: downloading github.com/sivchari/containedctx v1.0.2
07:49:15 [2022-07-28T07:49:15.781Z] #62 32.40 go: downloading github.com/sivchari/tenv v1.5.0
07:49:15 [2022-07-28T07:49:15.781Z] #62 32.49 go: downloading github.com/sonatard/noctx v0.0.1
07:49:15 [2022-07-28T07:49:15.781Z] #62 32.64 go: downloading github.com/sourcegraph/go-diff v0.6.1
07:49:15 [2022-07-28T07:49:15.781Z] #62 32.76 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
07:49:15 [2022-07-28T07:49:15.924Z] #55 16.35 go: downloading github.com/mitchellh/go-homedir v1.1.0
07:49:16 [2022-07-28T07:49:16.082Z] #62 33.00 go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1
07:49:16 [2022-07-28T07:49:16.082Z] #62 33.10 go: downloading github.com/sylvia7788/contextcheck v1.0.4
07:49:16 [2022-07-28T07:49:16.082Z] #62 33.11 go: downloading github.com/tdakkota/asciicheck v0.1.1
07:49:16 [2022-07-28T07:49:16.185Z] #55 16.63 go: downloading github.com/hashicorp/go-multierror v1.1.1
07:49:16 [2022-07-28T07:49:16.382Z] #62 33.30 go: downloading github.com/tetafro/godot v1.4.11
07:49:16 [2022-07-28T07:49:16.382Z] #62 33.42 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144
07:49:16 [2022-07-28T07:49:16.382Z] #62 33.48 go: downloading github.com/tomarrell/wrapcheck/v2 v2.6.1
07:49:16 [2022-07-28T07:49:16.446Z] #55 ...
07:49:16 [2022-07-28T07:49:16.446Z] 
07:49:16 [2022-07-28T07:49:16.446Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
07:49:16 [2022-07-28T07:49:16.446Z] #34 sha256:d2cbdd6a29733efe204107531a63420dd0914582d52234dd597a7076fc70e19c
07:49:16 [2022-07-28T07:49:16.446Z] #34 6.517 + git clone https://github.com/kolyshkin/go-swagger.git .
07:49:16 [2022-07-28T07:49:16.446Z] #34 6.517 Cloning into '.'...
07:49:16 [2022-07-28T07:49:16.446Z] #34 ...
07:49:16 [2022-07-28T07:49:16.446Z] 
07:49:16 [2022-07-28T07:49:16.446Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
07:49:16 [2022-07-28T07:49:16.446Z] #67 sha256:684f6b5af87a6c06a0306e7ddde576b4a8b7c63599f34b8990adc5a427f006e1
07:49:16 [2022-07-28T07:49:16.446Z] #67 6.360 + RM_GOPATH=0
07:49:16 [2022-07-28T07:49:16.446Z] #67 6.360 + TMP_GOPATH=
07:49:16 [2022-07-28T07:49:16.446Z] #67 6.360 + : /build
07:49:16 [2022-07-28T07:49:16.446Z] #67 6.360 + '[' -z '' ']'
07:49:16 [2022-07-28T07:49:16.446Z] #67 6.366 ++ mktemp -d
07:49:16 [2022-07-28T07:49:16.446Z] #67 6.367 + export GOPATH=/tmp/tmp.vYCnItvwyx
07:49:16 [2022-07-28T07:49:16.446Z] #67 6.367 + GOPATH=/tmp/tmp.vYCnItvwyx
07:49:16 [2022-07-28T07:49:16.446Z] #67 6.367 + RM_GOPATH=1
07:49:16 [2022-07-28T07:49:16.446Z] #67 6.367 + case "$(go env GOARCH)" in
07:49:16 [2022-07-28T07:49:16.446Z] #67 6.370 ++ go env GOARCH
07:49:16 [2022-07-28T07:49:16.446Z] #67 6.472 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
07:49:16 [2022-07-28T07:49:16.446Z] #67 6.472 + export GO_BUILDMODE=-buildmode=pie
07:49:16 [2022-07-28T07:49:16.446Z] #67 6.472 + GO_BUILDMODE=-buildmode=pie
07:49:16 [2022-07-28T07:49:16.446Z] #67 6.472 ++ dirname /install.sh
07:49:16 [2022-07-28T07:49:16.446Z] #67 6.472 + dir=/
07:49:16 [2022-07-28T07:49:16.446Z] #67 6.472 + bin=rootlesskit
07:49:16 [2022-07-28T07:49:16.446Z] #67 6.472 + shift
07:49:16 [2022-07-28T07:49:16.446Z] #67 6.472 + '[' '!' -f //rootlesskit.installer ']'
07:49:16 [2022-07-28T07:49:16.446Z] #67 6.472 + . //rootlesskit.installer
07:49:16 [2022-07-28T07:49:16.446Z] #67 6.472 ++ : 1920341cd41e047834a21007424162a2dc946315
07:49:16 [2022-07-28T07:49:16.446Z] #67 6.472 + install_rootlesskit
07:49:16 [2022-07-28T07:49:16.446Z] #67 6.472 + case "$1" in
07:49:16 [2022-07-28T07:49:16.446Z] #67 6.472 + export CGO_ENABLED=0
07:49:16 [2022-07-28T07:49:16.446Z] #67 6.472 + CGO_ENABLED=0
07:49:16 [2022-07-28T07:49:16.446Z] #67 6.472 + _install_rootlesskit
07:49:16 [2022-07-28T07:49:16.446Z] #67 6.472 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
07:49:16 [2022-07-28T07:49:16.446Z] #67 6.472 + for f in rootlesskit rootlesskit-docker-proxy
07:49:16 [2022-07-28T07:49:16.446Z] #67 6.472 + GOBIN=/build
07:49:16 [2022-07-28T07:49:16.446Z] #67 6.472 + GO111MODULE=on
07:49:16 [2022-07-28T07:49:16.446Z] #67 6.472 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
07:49:16 [2022-07-28T07:49:16.446Z] #67 7.498 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
07:49:16 [2022-07-28T07:49:16.446Z] #67 11.09 go: downloading github.com/sirupsen/logrus v1.8.1
07:49:16 [2022-07-28T07:49:16.446Z] #67 11.09 go: downloading github.com/urfave/cli/v2 v2.4.0
07:49:16 [2022-07-28T07:49:16.446Z] #67 11.94 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
07:49:16 [2022-07-28T07:49:16.698Z] #62 33.59 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0
07:49:16 [2022-07-28T07:49:16.698Z] #62 33.98 go: downloading github.com/ultraware/funlen v0.0.3
07:49:16 [2022-07-28T07:49:16.745Z] Client:
07:49:16 [2022-07-28T07:49:16.745Z]  Context:    default
07:49:16 [2022-07-28T07:49:16.745Z]  Debug Mode: false
07:49:16 [2022-07-28T07:49:16.745Z]  Plugins:
07:49:16 [2022-07-28T07:49:16.745Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
07:49:16 [2022-07-28T07:49:16.745Z]   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
07:49:16 [2022-07-28T07:49:16.745Z]   compose: Docker Compose (Docker Inc., v2.4.1)
07:49:16 [2022-07-28T07:49:16.745Z]   scan: Docker Scan (Docker Inc., v0.17.0)
07:49:16 [2022-07-28T07:49:16.745Z] 
07:49:16 [2022-07-28T07:49:16.745Z] Server:
07:49:16 [2022-07-28T07:49:16.745Z]  Containers: 0
07:49:16 [2022-07-28T07:49:16.745Z]   Running: 0
07:49:16 [2022-07-28T07:49:16.745Z]   Paused: 0
07:49:16 [2022-07-28T07:49:16.745Z]   Stopped: 0
07:49:16 [2022-07-28T07:49:16.745Z]  Images: 0
07:49:16 [2022-07-28T07:49:16.745Z]  Server Version: 20.10.14
07:49:16 [2022-07-28T07:49:16.745Z]  Storage Driver: overlay2
07:49:16 [2022-07-28T07:49:16.745Z]   Backing Filesystem: extfs
07:49:16 [2022-07-28T07:49:16.745Z]   Supports d_type: true
07:49:16 [2022-07-28T07:49:16.745Z]   Native Overlay Diff: true
07:49:16 [2022-07-28T07:49:16.745Z]   userxattr: false
07:49:16 [2022-07-28T07:49:16.745Z]  Logging Driver: json-file
07:49:16 [2022-07-28T07:49:16.745Z]  Cgroup Driver: cgroupfs
07:49:16 [2022-07-28T07:49:16.745Z]  Cgroup Version: 1
07:49:16 [2022-07-28T07:49:16.745Z]  Plugins:
07:49:16 [2022-07-28T07:49:16.745Z]   Volume: local
07:49:16 [2022-07-28T07:49:16.745Z]   Network: bridge host ipvlan macvlan null overlay
07:49:16 [2022-07-28T07:49:16.745Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
07:49:16 [2022-07-28T07:49:16.745Z]  Swarm: inactive
07:49:16 [2022-07-28T07:49:16.745Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
07:49:16 [2022-07-28T07:49:16.745Z]  Default Runtime: runc
07:49:16 [2022-07-28T07:49:16.745Z]  Init Binary: docker-init
07:49:16 [2022-07-28T07:49:16.745Z]  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
07:49:16 [2022-07-28T07:49:16.745Z]  runc version: v1.0.3-0-gf46b6ba
07:49:16 [2022-07-28T07:49:16.745Z]  init version: de40ad0
07:49:16 [2022-07-28T07:49:16.745Z]  Security Options:
07:49:16 [2022-07-28T07:49:16.745Z]   apparmor
07:49:16 [2022-07-28T07:49:16.745Z]   seccomp
07:49:16 [2022-07-28T07:49:16.745Z]    Profile: default
07:49:16 [2022-07-28T07:49:16.745Z]  Kernel Version: 5.4.0-1071-aws
07:49:16 [2022-07-28T07:49:16.745Z]  Operating System: Ubuntu 18.04.6 LTS
07:49:16 [2022-07-28T07:49:16.745Z]  OSType: linux
07:49:16 [2022-07-28T07:49:16.745Z]  Architecture: x86_64
07:49:16 [2022-07-28T07:49:16.745Z]  CPUs: 2
07:49:16 [2022-07-28T07:49:16.745Z]  Total Memory: 7.483GiB
07:49:16 [2022-07-28T07:49:16.745Z]  Name: ip-10-100-125-92
07:49:16 [2022-07-28T07:49:16.745Z]  ID: ONCX:MW46:2H33:HIY4:EEUI:IR6Y:XJIK:4AKR:PRKS:I4A7:QBPF:SHJW
07:49:16 [2022-07-28T07:49:16.745Z]  Docker Root Dir: /var/lib/docker
07:49:16 [2022-07-28T07:49:16.745Z]  Debug Mode: false
07:49:16 [2022-07-28T07:49:16.745Z]  Registry: https://index.docker.io/v1/
07:49:16 [2022-07-28T07:49:16.745Z]  Labels:
07:49:16 [2022-07-28T07:49:16.745Z]  Experimental: true
07:49:16 [2022-07-28T07:49:16.745Z]  Insecure Registries:
07:49:16 [2022-07-28T07:49:16.745Z]   127.0.0.0/8
07:49:16 [2022-07-28T07:49:16.745Z]  Live Restore Enabled: true
07:49:16 [2022-07-28T07:49:16.745Z] 
07:49:16 [2022-07-28T07:49:16.745Z] WARNING: No swap limit support
[Pipeline] sh
07:49:16 [2022-07-28T07:49:16.978Z] #62 34.08 go: downloading github.com/ultraware/whitespace v0.0.5
07:49:16 [2022-07-28T07:49:16.978Z] #62 34.25 go: downloading github.com/uudashr/gocognit v1.0.5
07:49:17 [2022-07-28T07:49:17.050Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
07:49:17 [2022-07-28T07:49:17.050Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
07:49:17 [2022-07-28T07:49:17.050Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43875/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
07:49:17 [2022-07-28T07:49:17.050Z] + bash /home/ubuntu/workspace/moby_PR-43875/check-config.sh
07:49:17 [2022-07-28T07:49:17.050Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
07:49:17 [2022-07-28T07:49:17.050Z] info: reading kernel config from /boot/config-5.4.0-1071-aws ...
07:49:17 [2022-07-28T07:49:17.050Z] 
07:49:17 [2022-07-28T07:49:17.050Z] Generally Necessary:
07:49:17 [2022-07-28T07:49:17.050Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
07:49:17 [2022-07-28T07:49:17.050Z] - apparmor: enabled and tools installed
07:49:17 [2022-07-28T07:49:17.050Z] - CONFIG_NAMESPACES: enabled
07:49:17 [2022-07-28T07:49:17.050Z] - CONFIG_NET_NS: enabled
07:49:17 [2022-07-28T07:49:17.050Z] - CONFIG_PID_NS: enabled
07:49:17 [2022-07-28T07:49:17.050Z] - CONFIG_IPC_NS: enabled
07:49:17 [2022-07-28T07:49:17.050Z] - CONFIG_UTS_NS: enabled
07:49:17 [2022-07-28T07:49:17.050Z] - CONFIG_CGROUPS: enabled
07:49:17 [2022-07-28T07:49:17.050Z] - CONFIG_CGROUP_CPUACCT: enabled
07:49:17 [2022-07-28T07:49:17.050Z] - CONFIG_CGROUP_DEVICE: enabled
07:49:17 [2022-07-28T07:49:17.050Z] - CONFIG_CGROUP_FREEZER: enabled
07:49:17 [2022-07-28T07:49:17.050Z] - CONFIG_CGROUP_SCHED: enabled
07:49:17 [2022-07-28T07:49:17.050Z] - CONFIG_CPUSETS: enabled
07:49:17 [2022-07-28T07:49:17.050Z] - CONFIG_MEMCG: enabled
07:49:17 [2022-07-28T07:49:17.050Z] - CONFIG_KEYS: enabled
07:49:17 [2022-07-28T07:49:17.050Z] - CONFIG_VETH: enabled (as module)
07:49:17 [2022-07-28T07:49:17.050Z] - CONFIG_BRIDGE: enabled (as module)
07:49:17 [2022-07-28T07:49:17.050Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
07:49:17 [2022-07-28T07:49:17.050Z] - CONFIG_IP_NF_FILTER: enabled (as module)
07:49:17 [2022-07-28T07:49:17.050Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
07:49:17 [2022-07-28T07:49:17.050Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
07:49:17 [2022-07-28T07:49:17.050Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
07:49:17 [2022-07-28T07:49:17.050Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
07:49:17 [2022-07-28T07:49:17.050Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
07:49:17 [2022-07-28T07:49:17.050Z] - CONFIG_IP_NF_NAT: enabled (as module)
07:49:17 [2022-07-28T07:49:17.249Z] #62 34.45 go: downloading github.com/yagipy/maintidx v1.0.0
07:49:17 [2022-07-28T07:49:17.249Z] #62 34.53 go: downloading github.com/yeya24/promlinter v0.2.0
07:49:17 [2022-07-28T07:49:17.249Z] #62 ...
07:49:17 [2022-07-28T07:49:17.249Z] 
07:49:17 [2022-07-28T07:49:17.249Z] #58 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
07:49:17 [2022-07-28T07:49:17.249Z] #58 sha256:40295bf8cbd242d421bcf2efe97957471d81db5c6a2a8e836b41bc0ec6634359
07:49:17 [2022-07-28T07:49:17.249Z] #58 24.16 Fetched 8565 kB in 18s (465 kB/s)
07:49:17 [2022-07-28T07:49:17.249Z] #58 24.16 Reading package lists...
07:49:17 [2022-07-28T07:49:17.313Z] - CONFIG_NF_NAT: enabled (as module)
07:49:17 [2022-07-28T07:49:17.313Z] - CONFIG_POSIX_MQUEUE: enabled
07:49:17 [2022-07-28T07:49:17.313Z] - CONFIG_CGROUP_BPF: enabled
07:49:17 [2022-07-28T07:49:17.313Z] 
07:49:17 [2022-07-28T07:49:17.313Z] Optional Features:
07:49:17 [2022-07-28T07:49:17.313Z] - CONFIG_USER_NS: enabled
07:49:17 [2022-07-28T07:49:17.313Z] - CONFIG_SECCOMP: enabled
07:49:17 [2022-07-28T07:49:17.313Z] - CONFIG_SECCOMP_FILTER: enabled
07:49:17 [2022-07-28T07:49:17.313Z] - CONFIG_CGROUP_PIDS: enabled
07:49:17 [2022-07-28T07:49:17.313Z] - CONFIG_MEMCG_SWAP: enabled
07:49:17 [2022-07-28T07:49:17.313Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
07:49:17 [2022-07-28T07:49:17.313Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
07:49:17 [2022-07-28T07:49:17.313Z] - CONFIG_BLK_CGROUP: enabled
07:49:17 [2022-07-28T07:49:17.313Z] - CONFIG_BLK_DEV_THROTTLING: enabled
07:49:17 [2022-07-28T07:49:17.313Z] - CONFIG_CGROUP_PERF: enabled
07:49:17 [2022-07-28T07:49:17.313Z] - CONFIG_CGROUP_HUGETLB: enabled
07:49:17 [2022-07-28T07:49:17.313Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
07:49:17 [2022-07-28T07:49:17.313Z] - CONFIG_CGROUP_NET_PRIO: enabled
07:49:17 [2022-07-28T07:49:17.313Z] - CONFIG_CFS_BANDWIDTH: enabled
07:49:17 [2022-07-28T07:49:17.313Z] - CONFIG_FAIR_GROUP_SCHED: enabled
07:49:17 [2022-07-28T07:49:17.313Z] - CONFIG_RT_GROUP_SCHED: missing
07:49:17 [2022-07-28T07:49:17.313Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
07:49:17 [2022-07-28T07:49:17.313Z] - CONFIG_IP_VS: enabled (as module)
07:49:17 [2022-07-28T07:49:17.313Z] - CONFIG_IP_VS_NFCT: enabled
07:49:17 [2022-07-28T07:49:17.313Z] - CONFIG_IP_VS_PROTO_TCP: enabled
07:49:17 [2022-07-28T07:49:17.313Z] - CONFIG_IP_VS_PROTO_UDP: enabled
07:49:17 [2022-07-28T07:49:17.313Z] - CONFIG_IP_VS_RR: enabled (as module)
07:49:17 [2022-07-28T07:49:17.313Z] - CONFIG_SECURITY_SELINUX: enabled
07:49:17 [2022-07-28T07:49:17.313Z] - CONFIG_SECURITY_APPARMOR: enabled
07:49:17 [2022-07-28T07:49:17.313Z] - CONFIG_EXT4_FS: enabled
07:49:17 [2022-07-28T07:49:17.313Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
07:49:17 [2022-07-28T07:49:17.313Z] - CONFIG_EXT4_FS_SECURITY: enabled
07:49:17 [2022-07-28T07:49:17.313Z] - Network Drivers:
07:49:17 [2022-07-28T07:49:17.313Z]   - "overlay":
07:49:17 [2022-07-28T07:49:17.313Z]     - CONFIG_VXLAN: enabled (as module)
07:49:17 [2022-07-28T07:49:17.313Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
07:49:17 [2022-07-28T07:49:17.313Z]       Optional (for encrypted networks):
07:49:17 [2022-07-28T07:49:17.571Z]       - CONFIG_CRYPTO: enabled
07:49:17 [2022-07-28T07:49:17.571Z]       - CONFIG_CRYPTO_AEAD: enabled
07:49:17 [2022-07-28T07:49:17.571Z]       - CONFIG_CRYPTO_GCM: enabled
07:49:17 [2022-07-28T07:49:17.571Z]       - CONFIG_CRYPTO_SEQIV: enabled
07:49:17 [2022-07-28T07:49:17.571Z]       - CONFIG_CRYPTO_GHASH: enabled
07:49:17 [2022-07-28T07:49:17.571Z]       - CONFIG_XFRM: enabled
07:49:17 [2022-07-28T07:49:17.571Z]       - CONFIG_XFRM_USER: enabled (as module)
07:49:17 [2022-07-28T07:49:17.571Z]       - CONFIG_XFRM_ALGO: enabled (as module)
07:49:17 [2022-07-28T07:49:17.571Z]       - CONFIG_INET_ESP: enabled (as module)
07:49:17 [2022-07-28T07:49:17.571Z]   - "ipvlan":
07:49:17 [2022-07-28T07:49:17.571Z]     - CONFIG_IPVLAN: enabled (as module)
07:49:17 [2022-07-28T07:49:17.571Z]   - "macvlan":
07:49:17 [2022-07-28T07:49:17.571Z]     - CONFIG_MACVLAN: enabled (as module)
07:49:17 [2022-07-28T07:49:17.571Z]     - CONFIG_DUMMY: enabled (as module)
07:49:17 [2022-07-28T07:49:17.571Z]   - "ftp,tftp client in container":
07:49:17 [2022-07-28T07:49:17.571Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
07:49:17 [2022-07-28T07:49:17.571Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
07:49:17 [2022-07-28T07:49:17.571Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
07:49:17 [2022-07-28T07:49:17.571Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
07:49:17 [2022-07-28T07:49:17.571Z] - Storage Drivers:
07:49:17 [2022-07-28T07:49:17.571Z]   - "aufs":
07:49:17 [2022-07-28T07:49:17.571Z]     - CONFIG_AUFS_FS: enabled (as module)
07:49:17 [2022-07-28T07:49:17.571Z]   - "btrfs":
07:49:17 [2022-07-28T07:49:17.571Z]     - CONFIG_BTRFS_FS: enabled (as module)
07:49:17 [2022-07-28T07:49:17.571Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
07:49:17 [2022-07-28T07:49:17.571Z]   - "devicemapper":
07:49:17 [2022-07-28T07:49:17.571Z]     - CONFIG_BLK_DEV_DM: enabled
07:49:17 [2022-07-28T07:49:17.571Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
07:49:17 [2022-07-28T07:49:17.571Z]   - "overlay":
07:49:17 [2022-07-28T07:49:17.571Z]     - CONFIG_OVERLAY_FS: enabled (as module)
07:49:17 [2022-07-28T07:49:17.571Z]   - "zfs":
07:49:17 [2022-07-28T07:49:17.571Z]     - /dev/zfs: present
07:49:17 [2022-07-28T07:49:17.571Z]     - zfs command: missing
07:49:17 [2022-07-28T07:49:17.571Z]     - zpool command: missing
07:49:17 [2022-07-28T07:49:17.571Z] 
07:49:17 [2022-07-28T07:49:17.571Z] Limits:
07:49:17 [2022-07-28T07:49:17.571Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
07:49:17 [2022-07-28T07:49:17.571Z] 
07:49:17 [2022-07-28T07:49:17.571Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
07:49:17 [2022-07-28T07:49:17.817Z] #58 31.89 Reading package lists...
07:49:17 [2022-07-28T07:49:17.817Z] #58 ...
07:49:17 [2022-07-28T07:49:17.817Z] 
07:49:17 [2022-07-28T07:49:17.817Z] #62 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:49:17 [2022-07-28T07:49:17.817Z] #62 sha256:6a5ba43a879545395035c8edb2d77f5663eaeac2aed4ebd5825ef0a4ef562291
07:49:17 [2022-07-28T07:49:17.817Z] #62 34.71 go: downloading gitlab.com/bosi/decorder v0.2.1
07:49:17 [2022-07-28T07:49:17.959Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:6d41219baee83f456b8628735d9b7ca20e188b1a .
07:49:18 [2022-07-28T07:49:18.076Z] #62 35.02 go: downloading honnef.co/go/tools v0.3.1
07:49:18 [2022-07-28T07:49:18.224Z] #2 [internal] load .dockerignore
07:49:18 [2022-07-28T07:49:18.224Z] #2 sha256:dc4023dea1458a16229b0e5441202cc4de1ca463f6ee9e7c8f9563de2b17239d
07:49:18 [2022-07-28T07:49:18.224Z] #2 transferring context: 145B done
07:49:18 [2022-07-28T07:49:18.224Z] #2 DONE 0.1s
07:49:18 [2022-07-28T07:49:18.224Z] 
07:49:18 [2022-07-28T07:49:18.224Z] #1 [internal] load build definition from Dockerfile
07:49:18 [2022-07-28T07:49:18.224Z] #1 sha256:44292ddf3025a98ea0ec431eedd812900ee7100c566fcda5d6f216bee0a7c07a
07:49:18 [2022-07-28T07:49:18.224Z] #1 transferring dockerfile: 19.25kB 0.0s done
07:49:18 [2022-07-28T07:49:18.224Z] #1 DONE 0.2s
07:49:18 [2022-07-28T07:49:18.224Z] 
07:49:18 [2022-07-28T07:49:18.224Z] #3 resolve image config for docker.io/docker/dockerfile:1
07:49:18 [2022-07-28T07:49:18.224Z] #3 sha256:ac072d521901222eeef550f52282877f196e16b0247844be9ceb1ccc1eac391d
07:49:18 [2022-07-28T07:49:18.364Z] #67 18.21 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
07:49:18 [2022-07-28T07:49:18.645Z] #62 ...
07:49:18 [2022-07-28T07:49:18.645Z] 
07:49:18 [2022-07-28T07:49:18.645Z] #43 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         case $(dpkg --print-architecture) in             amd64|arm64)                 GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1"                 && /build/dlv --help                 ;;             *)                 mkdir -p /build/                 ;;         esac
07:49:18 [2022-07-28T07:49:18.645Z] #43 sha256:1509a87c4d8785c1b3fd9bff9d9474ccef8f4b872101e620b7fa14aef10a7cb5
07:49:18 [2022-07-28T07:49:18.645Z] #43 25.86 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0
07:49:18 [2022-07-28T07:49:18.645Z] #43 25.95 go: downloading github.com/cilium/ebpf v0.7.0
07:49:18 [2022-07-28T07:49:18.790Z] #3 DONE 0.5s
07:49:18 [2022-07-28T07:49:18.790Z] 
07:49:18 [2022-07-28T07:49:18.790Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2
07:49:18 [2022-07-28T07:49:18.790Z] #4 sha256:48a83027ce1f5c304cb45d91fac69a612cf40aeee970f6f9794eda714e262e35
07:49:18 [2022-07-28T07:49:18.790Z] #4 resolve docker.io/docker/dockerfile:1@sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2 done
07:49:18 [2022-07-28T07:49:18.790Z] #4 sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2 2.00kB / 2.00kB done
07:49:18 [2022-07-28T07:49:18.790Z] #4 sha256:24d064a369eda7bc7839b6c1c227eac7212d06ca09a8235a4bed467f8acf180d 528B / 528B done
07:49:18 [2022-07-28T07:49:18.790Z] #4 sha256:84495a15555de1a8f4738f58268fa8949547068198f8d0fa2a3e3a693d7f923f 2.37kB / 2.37kB done
07:49:18 [2022-07-28T07:49:18.905Z] #43 ...
07:49:18 [2022-07-28T07:49:18.905Z] 
07:49:18 [2022-07-28T07:49:18.905Z] #54 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
07:49:18 [2022-07-28T07:49:18.905Z] #54 sha256:8a0b7c7abf06bbb1ab29c763b2e38d2fa012d03eb2e646559ec0a63c975a38c7
07:49:18 [2022-07-28T07:49:18.905Z] #54 35.05 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
07:49:18 [2022-07-28T07:49:18.938Z] #67 ...
07:49:18 [2022-07-28T07:49:18.938Z] 
07:49:18 [2022-07-28T07:49:18.938Z] #53 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1"      && /build/gotestsum --version
07:49:18 [2022-07-28T07:49:18.938Z] #53 sha256:d307c57148b88756c724eda2ed5e5454146b3f5b85292d596bc1a3db3521b728
07:49:18 [2022-07-28T07:49:18.938Z] #53 19.39 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
07:49:19 [2022-07-28T07:49:19.048Z] #4 sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940 9.94MB / 9.94MB 0.2s
07:49:19 [2022-07-28T07:49:19.048Z] #4 sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940 9.94MB / 9.94MB 0.2s done
07:49:19 [2022-07-28T07:49:19.048Z] #4 extracting sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940
07:49:19 [2022-07-28T07:49:19.199Z] #53 19.53 go: downloading golang.org/x/mod v0.3.0
07:49:19 [2022-07-28T07:49:19.617Z] #4 extracting sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940 0.4s done
07:49:19 [2022-07-28T07:49:19.617Z] #4 DONE 0.8s
07:49:19 [2022-07-28T07:49:19.875Z] 
07:49:19 [2022-07-28T07:49:19.875Z] #5 [internal] load build definition from Dockerfile
07:49:19 [2022-07-28T07:49:19.875Z] #5 sha256:649688e9e78217c8bdabee87be030545f3b37eaa14a1320d213d893f3e1aa092
07:49:19 [2022-07-28T07:49:19.875Z] #5 DONE 0.0s
07:49:19 [2022-07-28T07:49:19.875Z] 
07:49:19 [2022-07-28T07:49:19.875Z] #6 [internal] load .dockerignore
07:49:19 [2022-07-28T07:49:19.875Z] #6 sha256:9da3fc82795ec445d03b66ff3fa31f2afb617f93138d4ee914121f53f42d5971
07:49:19 [2022-07-28T07:49:19.875Z] #6 DONE 0.0s
07:49:19 [2022-07-28T07:49:19.875Z] 
07:49:19 [2022-07-28T07:49:19.875Z] #7 [internal] load metadata for docker.io/library/golang:1.18.4-bullseye
07:49:19 [2022-07-28T07:49:19.875Z] #7 sha256:b03fae7fdf75d74ac1d0c82786f3337bb2c4beaf085f0ed4d76ab5dc16f23b5f
07:49:20 [2022-07-28T07:49:20.441Z] #7 DONE 0.5s
07:49:20 [2022-07-28T07:49:20.441Z] 
07:49:20 [2022-07-28T07:49:20.441Z] #8 [internal] load metadata for docker.io/library/debian:bullseye
07:49:20 [2022-07-28T07:49:20.441Z] #8 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e
07:49:20 [2022-07-28T07:49:20.441Z] #8 DONE 0.5s
07:49:20 [2022-07-28T07:49:20.441Z] 
07:49:20 [2022-07-28T07:49:20.441Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
07:49:20 [2022-07-28T07:49:20.441Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
07:49:20 [2022-07-28T07:49:20.441Z] #9 DONE 0.5s
07:49:20 [2022-07-28T07:49:20.441Z] 
07:49:20 [2022-07-28T07:49:20.441Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
07:49:20 [2022-07-28T07:49:20.441Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
07:49:20 [2022-07-28T07:49:20.441Z] #10 DONE 0.6s
07:49:20 [2022-07-28T07:49:20.585Z] #53 ...
07:49:20 [2022-07-28T07:49:20.585Z] 
07:49:20 [2022-07-28T07:49:20.585Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
07:49:20 [2022-07-28T07:49:20.585Z] #26 sha256:ae44d73c88c7296d7db92463896d8ed3989678d58cdd4f5ed866a849b61f773c
07:49:20 [2022-07-28T07:49:20.585Z] #26 19.61 + mkdir -p /build
07:49:20 [2022-07-28T07:49:20.585Z] #26 19.62 + mv docker/docker /build/
07:49:20 [2022-07-28T07:49:20.585Z] #26 19.64 + rmdir docker
07:49:20 [2022-07-28T07:49:20.585Z] #26 DONE 20.6s
07:49:20 [2022-07-28T07:49:20.846Z] 
07:49:20 [2022-07-28T07:49:20.846Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
07:49:20 [2022-07-28T07:49:20.846Z] #67 sha256:684f6b5af87a6c06a0306e7ddde576b4a8b7c63599f34b8990adc5a427f006e1
07:49:20 [2022-07-28T07:49:20.846Z] #67 19.66 go: downloading github.com/google/uuid v1.3.0
07:49:20 [2022-07-28T07:49:20.846Z] #67 19.70 go: downloading github.com/moby/vpnkit v0.5.0
07:49:20 [2022-07-28T07:49:20.846Z] #67 19.82 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
07:49:20 [2022-07-28T07:49:20.846Z] #67 19.97 go: downloading github.com/gofrs/flock v0.8.1
07:49:20 [2022-07-28T07:49:20.846Z] #67 20.13 go: downloading github.com/gorilla/mux v1.8.0
07:49:20 [2022-07-28T07:49:20.846Z] #67 20.46 go: downloading github.com/moby/sys/mountinfo v0.6.0
07:49:20 [2022-07-28T07:49:20.846Z] #67 ...
07:49:20 [2022-07-28T07:49:20.846Z] 
07:49:20 [2022-07-28T07:49:20.846Z] #40 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3"      && /build/go-winres --help
07:49:20 [2022-07-28T07:49:20.846Z] #40 sha256:e37409ad11b5051c24a76a5d8eec40d7adf9dc774e577b25879ddb9c67c1cdab
07:49:20 [2022-07-28T07:49:20.846Z] #40 11.26 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
07:49:20 [2022-07-28T07:49:20.846Z] #40 11.52 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
07:49:20 [2022-07-28T07:49:20.846Z] #40 17.72 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
07:49:20 [2022-07-28T07:49:20.846Z] #40 17.92 go: downloading github.com/russross/blackfriday/v2 v2.1.0
07:49:21 [2022-07-28T07:49:21.107Z] #40 ...
07:49:21 [2022-07-28T07:49:21.107Z] 
07:49:21 [2022-07-28T07:49:21.108Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:49:21 [2022-07-28T07:49:21.108Z] #14 sha256:b25eac2f6ddf70c42113ea1e9c9616359e7796e8a4be5e3f87392c5fb5b439d0
07:49:21 [2022-07-28T07:49:21.108Z] #14 11.49 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [168 kB]
07:49:21 [2022-07-28T07:49:21.108Z] #14 14.49 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
07:49:21 [2022-07-28T07:49:21.108Z] #14 ...
07:49:21 [2022-07-28T07:49:21.108Z] 
07:49:21 [2022-07-28T07:49:21.108Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
07:49:21 [2022-07-28T07:49:21.108Z] #51 sha256:40295bf8cbd242d421bcf2efe97957471d81db5c6a2a8e836b41bc0ec6634359
07:49:21 [2022-07-28T07:49:21.108Z] #51 13.76 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [168 kB]
07:49:21 [2022-07-28T07:49:21.108Z] #51 18.18 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
07:49:21 [2022-07-28T07:49:21.108Z] #51 20.92 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  Packages [2163 B]
07:49:21 [2022-07-28T07:49:21.679Z] #51 ...
07:49:21 [2022-07-28T07:49:21.679Z] 
07:49:21 [2022-07-28T07:49:21.679Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
07:49:21 [2022-07-28T07:49:21.679Z] #67 sha256:684f6b5af87a6c06a0306e7ddde576b4a8b7c63599f34b8990adc5a427f006e1
07:49:21 [2022-07-28T07:49:21.679Z] #67 21.57 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
07:49:21 [2022-07-28T07:49:21.679Z] #67 ...
07:49:21 [2022-07-28T07:49:21.679Z] 
07:49:21 [2022-07-28T07:49:21.679Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
07:49:21 [2022-07-28T07:49:21.679Z] #62 sha256:34bfbe9b681f5ebc46aa2b0b23925fe24fac41e1b9a5ab09857ba3a5988905e2
07:49:21 [2022-07-28T07:49:21.679Z] #62 12.26 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [168 kB]
07:49:21 [2022-07-28T07:49:21.679Z] #62 15.78 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
07:49:21 [2022-07-28T07:49:21.818Z] 
07:49:21 [2022-07-28T07:49:21.818Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
07:49:21 [2022-07-28T07:49:21.818Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
07:49:21 [2022-07-28T07:49:21.818Z] #73 DONE 0.0s
07:49:21 [2022-07-28T07:49:21.818Z] 
07:49:21 [2022-07-28T07:49:21.818Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
07:49:21 [2022-07-28T07:49:21.818Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
07:49:21 [2022-07-28T07:49:21.818Z] #71 DONE 0.0s
07:49:21 [2022-07-28T07:49:21.818Z] 
07:49:21 [2022-07-28T07:49:21.818Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:4b1a190d22371bdd111f1c5448b4c06f268d059ea3d04d332dc54f4ebb7ca06b
07:49:21 [2022-07-28T07:49:21.818Z] #11 sha256:bf54ea050dbb17499865fb38b00bd6d8ac73cbc254b72979b18f9d6e70279638
07:49:21 [2022-07-28T07:49:21.818Z] #11 DONE 0.0s
07:49:21 [2022-07-28T07:49:21.818Z] 
07:49:21 [2022-07-28T07:49:21.818Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:2ce44bbc00a79113c296d9d25524e15d423b23303fdbbe20190d2f96e0aeb251
07:49:21 [2022-07-28T07:49:21.818Z] #28 sha256:c1b88fec16cdc6c1bf13d39715e221d6e77d28f068e004e67742c8bf0a17feda
07:49:21 [2022-07-28T07:49:21.818Z] #28 DONE 0.0s
07:49:21 [2022-07-28T07:49:21.818Z] 
07:49:21 [2022-07-28T07:49:21.818Z] #24 [internal] load build context
07:49:21 [2022-07-28T07:49:21.818Z] #24 sha256:536cdb810cc5bd2b59ce0d6e1579e403c0f1a1cf0a07e726474499f3686df053
07:49:21 [2022-07-28T07:49:21.942Z] #62 ...
07:49:21 [2022-07-28T07:49:21.942Z] 
07:49:21 [2022-07-28T07:49:21.942Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
07:49:21 [2022-07-28T07:49:21.942Z] #76 sha256:306ba19f1dc993c39966bb8490da17ab0369cd0c126ceb831f7ef89a39102969
07:49:21 [2022-07-28T07:49:21.942Z] #76 12.69 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [168 kB]
07:49:21 [2022-07-28T07:49:21.942Z] #76 16.02 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
07:49:21 [2022-07-28T07:49:21.942Z] #76 ...
07:49:21 [2022-07-28T07:49:21.942Z] 
07:49:21 [2022-07-28T07:49:21.942Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
07:49:21 [2022-07-28T07:49:21.942Z] #67 sha256:684f6b5af87a6c06a0306e7ddde576b4a8b7c63599f34b8990adc5a427f006e1
07:49:21 [2022-07-28T07:49:21.942Z] #67 21.92 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
07:49:22 [2022-07-28T07:49:22.402Z] #24 ...
07:49:22 [2022-07-28T07:49:22.402Z] 
07:49:22 [2022-07-28T07:49:22.402Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
07:49:22 [2022-07-28T07:49:22.402Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4
07:49:22 [2022-07-28T07:49:22.402Z] #49 DONE 0.0s
07:49:22 [2022-07-28T07:49:22.402Z] 
07:49:22 [2022-07-28T07:49:22.402Z] #24 [internal] load build context
07:49:22 [2022-07-28T07:49:22.403Z] #24 sha256:536cdb810cc5bd2b59ce0d6e1579e403c0f1a1cf0a07e726474499f3686df053
07:49:22 [2022-07-28T07:49:22.883Z] #67 ...
07:49:22 [2022-07-28T07:49:22.883Z] 
07:49:22 [2022-07-28T07:49:22.883Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
07:49:22 [2022-07-28T07:49:22.883Z] #42 sha256:d5f8a01c2e1a5370173910ff1b6fd1dd838253998709bec1c0416141f69afbfb
07:49:22 [2022-07-28T07:49:22.883Z] #42 13.34 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
07:49:23 [2022-07-28T07:49:23.349Z] #24 transferring context: 5.35MB 1.4s
07:49:23 [2022-07-28T07:49:23.823Z] #42 ...
07:49:23 [2022-07-28T07:49:23.824Z] 
07:49:23 [2022-07-28T07:49:23.824Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:49:23 [2022-07-28T07:49:23.824Z] #55 sha256:6a5ba43a879545395035c8edb2d77f5663eaeac2aed4ebd5825ef0a4ef562291
07:49:23 [2022-07-28T07:49:23.824Z] #55 24.38 go: downloading github.com/sirupsen/logrus v1.8.1
07:49:24 [2022-07-28T07:49:24.085Z] #55 24.42 go: downloading github.com/stretchr/testify v1.7.1
07:49:24 [2022-07-28T07:49:24.186Z] #54 ...
07:49:24 [2022-07-28T07:49:24.186Z] 
07:49:24 [2022-07-28T07:49:24.186Z] #62 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:49:24 [2022-07-28T07:49:24.186Z] #62 sha256:6a5ba43a879545395035c8edb2d77f5663eaeac2aed4ebd5825ef0a4ef562291
07:49:24 [2022-07-28T07:49:24.186Z] #62 37.53 go: downloading mvdan.cc/gofumpt v0.3.1
07:49:24 [2022-07-28T07:49:24.186Z] #62 37.59 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
07:49:24 [2022-07-28T07:49:24.186Z] #62 37.85 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5
07:49:24 [2022-07-28T07:49:24.186Z] #62 38.05 go: downloading github.com/davecgh/go-spew v1.1.1
07:49:24 [2022-07-28T07:49:24.186Z] #62 38.09 go: downloading github.com/pmezard/go-difflib v1.0.0
07:49:24 [2022-07-28T07:49:24.186Z] #62 38.19 go: downloading github.com/stretchr/objx v0.1.1
07:49:24 [2022-07-28T07:49:24.186Z] #62 38.36 go: downloading github.com/subosito/gotenv v1.2.0
07:49:24 [2022-07-28T07:49:24.186Z] #62 38.39 go: downloading github.com/hashicorp/hcl v1.0.0
07:49:24 [2022-07-28T07:49:24.186Z] #62 38.85 go: downloading gopkg.in/ini.v1 v1.66.4
07:49:24 [2022-07-28T07:49:24.186Z] #62 38.85 go: downloading github.com/magiconair/properties v1.8.6
07:49:24 [2022-07-28T07:49:24.186Z] #62 39.03 go: downloading github.com/pelletier/go-toml v1.9.5
07:49:24 [2022-07-28T07:49:24.186Z] #62 39.23 go: downloading golang.org/x/text v0.3.7
07:49:24 [2022-07-28T07:49:24.345Z] #55 24.88 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b
07:49:24 [2022-07-28T07:49:24.606Z] #55 25.01 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2
07:49:24 [2022-07-28T07:49:24.866Z] #55 25.32 go: downloading github.com/fsnotify/fsnotify v1.5.4
07:49:24 [2022-07-28T07:49:24.866Z] #55 25.36 go: downloading github.com/mitchellh/mapstructure v1.5.0
07:49:25 [2022-07-28T07:49:25.127Z] #55 25.57 go: downloading github.com/spf13/afero v1.8.2
07:49:25 [2022-07-28T07:49:25.387Z] #55 25.81 go: downloading github.com/spf13/cast v1.4.1
07:49:25 [2022-07-28T07:49:25.387Z] #55 26.00 go: downloading github.com/spf13/jwalterweatherman v1.1.0
07:49:25 [2022-07-28T07:49:25.648Z] #55 26.13 go: downloading golang.org/x/sys v0.0.0-20220422013727-9388b58f7150
07:49:25 [2022-07-28T07:49:25.648Z] #55 26.17 go: downloading github.com/go-toolsmith/astcast v1.0.0
07:49:25 [2022-07-28T07:49:25.910Z] #55 26.30 go: downloading github.com/go-toolsmith/astcopy v1.0.0
07:49:26 [2022-07-28T07:49:26.172Z] #55 26.58 go: downloading github.com/go-toolsmith/astequal v1.0.1
07:49:26 [2022-07-28T07:49:26.172Z] #55 26.69 go: downloading github.com/go-toolsmith/astfmt v1.0.0
07:49:26 [2022-07-28T07:49:26.432Z] #55 26.80 go: downloading github.com/go-toolsmith/astp v1.0.0
07:49:26 [2022-07-28T07:49:26.432Z] #55 26.86 go: downloading github.com/go-toolsmith/strparse v1.0.0
07:49:26 [2022-07-28T07:49:26.432Z] #55 26.96 go: downloading github.com/go-toolsmith/typep v1.0.2
07:49:26 [2022-07-28T07:49:26.696Z] #55 27.31 go: downloading github.com/quasilyte/go-ruleguard v0.3.16-0.20220213074421-6aa060fab41a
07:49:27 [2022-07-28T07:49:27.650Z] Client:
07:49:27 [2022-07-28T07:49:27.650Z]  Context:    default
07:49:27 [2022-07-28T07:49:27.650Z]  Debug Mode: false
07:49:27 [2022-07-28T07:49:27.650Z]  Plugins:
07:49:27 [2022-07-28T07:49:27.650Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
07:49:27 [2022-07-28T07:49:27.650Z]   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
07:49:27 [2022-07-28T07:49:27.650Z] 
07:49:27 [2022-07-28T07:49:27.650Z] Server:
07:49:27 [2022-07-28T07:49:27.650Z]  Containers: 0
07:49:27 [2022-07-28T07:49:27.650Z]   Running: 0
07:49:27 [2022-07-28T07:49:27.650Z]   Paused: 0
07:49:27 [2022-07-28T07:49:27.650Z]   Stopped: 0
07:49:27 [2022-07-28T07:49:27.650Z]  Images: 0
07:49:27 [2022-07-28T07:49:27.650Z]  Server Version: 20.10.14
07:49:27 [2022-07-28T07:49:27.650Z]  Storage Driver: overlay2
07:49:27 [2022-07-28T07:49:27.650Z]   Backing Filesystem: extfs
07:49:27 [2022-07-28T07:49:27.650Z]   Supports d_type: true
07:49:27 [2022-07-28T07:49:27.650Z]   Native Overlay Diff: true
07:49:27 [2022-07-28T07:49:27.650Z]   userxattr: false
07:49:27 [2022-07-28T07:49:27.650Z]  Logging Driver: json-file
07:49:27 [2022-07-28T07:49:27.650Z]  Cgroup Driver: cgroupfs
07:49:27 [2022-07-28T07:49:27.650Z]  Cgroup Version: 1
07:49:27 [2022-07-28T07:49:27.650Z]  Plugins:
07:49:27 [2022-07-28T07:49:27.650Z]   Volume: local
07:49:27 [2022-07-28T07:49:27.650Z]   Network: bridge host ipvlan macvlan null overlay
07:49:27 [2022-07-28T07:49:27.650Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
07:49:27 [2022-07-28T07:49:27.650Z]  Swarm: inactive
07:49:27 [2022-07-28T07:49:27.650Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
07:49:27 [2022-07-28T07:49:27.650Z]  Default Runtime: runc
07:49:27 [2022-07-28T07:49:27.650Z]  Init Binary: docker-init
07:49:27 [2022-07-28T07:49:27.650Z]  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
07:49:27 [2022-07-28T07:49:27.650Z]  runc version: v1.0.3-0-gf46b6ba
07:49:27 [2022-07-28T07:49:27.650Z]  init version: de40ad0
07:49:27 [2022-07-28T07:49:27.650Z]  Security Options:
07:49:27 [2022-07-28T07:49:27.650Z]   apparmor
07:49:27 [2022-07-28T07:49:27.650Z]   seccomp
07:49:27 [2022-07-28T07:49:27.650Z]    Profile: default
07:49:27 [2022-07-28T07:49:27.650Z]  Kernel Version: 5.13.0-1021-aws
07:49:27 [2022-07-28T07:49:27.650Z]  Operating System: Ubuntu 20.04.4 LTS
07:49:27 [2022-07-28T07:49:27.650Z]  OSType: linux
07:49:27 [2022-07-28T07:49:27.650Z]  Architecture: aarch64
07:49:27 [2022-07-28T07:49:27.650Z]  CPUs: 2
07:49:27 [2022-07-28T07:49:27.650Z]  Total Memory: 7.562GiB
07:49:27 [2022-07-28T07:49:27.650Z]  Name: ip-10-100-66-170
07:49:27 [2022-07-28T07:49:27.650Z]  ID: LVRX:CKHA:X5KA:JEHN:2DHR:HCQN:INVL:FYLI:K73M:VAGR:C6AR:CZXQ
07:49:27 [2022-07-28T07:49:27.650Z]  Docker Root Dir: /var/lib/docker
07:49:27 [2022-07-28T07:49:27.650Z]  Debug Mode: false
07:49:27 [2022-07-28T07:49:27.650Z]  Registry: https://index.docker.io/v1/
07:49:27 [2022-07-28T07:49:27.650Z]  Labels:
07:49:27 [2022-07-28T07:49:27.650Z]  Experimental: true
07:49:27 [2022-07-28T07:49:27.650Z]  Insecure Registries:
07:49:27 [2022-07-28T07:49:27.650Z]   127.0.0.0/8
07:49:27 [2022-07-28T07:49:27.650Z]  Live Restore Enabled: true
07:49:27 [2022-07-28T07:49:27.650Z] 
[Pipeline] sh
07:49:27 [2022-07-28T07:49:27.968Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
07:49:27 [2022-07-28T07:49:27.968Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee
07:49:27 [2022-07-28T07:49:27.968Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43875/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh
07:49:27 [2022-07-28T07:49:27.968Z] + bash /home/ubuntu/workspace/moby_PR-43875/check-config.sh
07:49:27 [2022-07-28T07:49:27.968Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
07:49:27 [2022-07-28T07:49:27.968Z] info: reading kernel config from /boot/config-5.13.0-1021-aws ...
07:49:27 [2022-07-28T07:49:27.968Z] 
07:49:27 [2022-07-28T07:49:27.968Z] Generally Necessary:
07:49:27 [2022-07-28T07:49:27.968Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
07:49:27 [2022-07-28T07:49:27.968Z] - apparmor: enabled and tools installed
07:49:27 [2022-07-28T07:49:27.968Z] - CONFIG_NAMESPACES: enabled
07:49:27 [2022-07-28T07:49:27.968Z] - CONFIG_NET_NS: enabled
07:49:27 [2022-07-28T07:49:27.968Z] - CONFIG_PID_NS: enabled
07:49:27 [2022-07-28T07:49:27.968Z] - CONFIG_IPC_NS: enabled
07:49:27 [2022-07-28T07:49:27.968Z] - CONFIG_UTS_NS: enabled
07:49:27 [2022-07-28T07:49:27.968Z] - CONFIG_CGROUPS: enabled
07:49:27 [2022-07-28T07:49:27.968Z] - CONFIG_CGROUP_CPUACCT: enabled
07:49:27 [2022-07-28T07:49:27.968Z] - CONFIG_CGROUP_DEVICE: enabled
07:49:27 [2022-07-28T07:49:27.968Z] - CONFIG_CGROUP_FREEZER: enabled
07:49:27 [2022-07-28T07:49:27.968Z] - CONFIG_CGROUP_SCHED: enabled
07:49:27 [2022-07-28T07:49:27.968Z] - CONFIG_CPUSETS: enabled
07:49:27 [2022-07-28T07:49:27.968Z] - CONFIG_MEMCG: enabled
07:49:27 [2022-07-28T07:49:27.968Z] - CONFIG_KEYS: enabled
07:49:27 [2022-07-28T07:49:27.968Z] - CONFIG_VETH: enabled (as module)
07:49:27 [2022-07-28T07:49:27.968Z] - CONFIG_BRIDGE: enabled (as module)
07:49:27 [2022-07-28T07:49:27.968Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
07:49:27 [2022-07-28T07:49:27.968Z] - CONFIG_IP_NF_FILTER: enabled (as module)
07:49:27 [2022-07-28T07:49:27.968Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
07:49:27 [2022-07-28T07:49:27.968Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
07:49:27 [2022-07-28T07:49:27.968Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
07:49:27 [2022-07-28T07:49:27.968Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
07:49:27 [2022-07-28T07:49:27.968Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
07:49:27 [2022-07-28T07:49:27.968Z] - CONFIG_IP_NF_NAT: enabled (as module)
07:49:27 [2022-07-28T07:49:27.968Z] - CONFIG_NF_NAT: enabled (as module)
07:49:28 [2022-07-28T07:49:28.097Z] #55 ...
07:49:28 [2022-07-28T07:49:28.097Z] 
07:49:28 [2022-07-28T07:49:28.097Z] #38 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1"      && /build/tomll --help
07:49:28 [2022-07-28T07:49:28.097Z] #38 sha256:d108e6f5212f0e6be7eaeb0062d7441f48c8aa234b520ead7f78ed2f6aaf8daa
07:49:28 [2022-07-28T07:49:28.097Z] #38 28.37 tomll can be used in two ways:
07:49:28 [2022-07-28T07:49:28.097Z] #38 28.37 Writing to STDIN and reading from STDOUT:
07:49:28 [2022-07-28T07:49:28.097Z] #38 28.37   cat file.toml | tomll > file.toml
07:49:28 [2022-07-28T07:49:28.097Z] #38 28.37 
07:49:28 [2022-07-28T07:49:28.097Z] #38 28.37 Reading and updating a list of files:
07:49:28 [2022-07-28T07:49:28.097Z] #38 28.37   tomll a.toml b.toml c.toml
07:49:28 [2022-07-28T07:49:28.097Z] #38 28.37 
07:49:28 [2022-07-28T07:49:28.097Z] #38 28.37 When given a list of files, tomll will modify all files in place without asking.
07:49:28 [2022-07-28T07:49:28.097Z] #38 DONE 28.6s
07:49:28 [2022-07-28T07:49:28.227Z] - CONFIG_POSIX_MQUEUE: enabled
07:49:28 [2022-07-28T07:49:28.227Z] - CONFIG_CGROUP_BPF: enabled
07:49:28 [2022-07-28T07:49:28.227Z] 
07:49:28 [2022-07-28T07:49:28.227Z] Optional Features:
07:49:28 [2022-07-28T07:49:28.227Z] - CONFIG_USER_NS: enabled
07:49:28 [2022-07-28T07:49:28.227Z] - CONFIG_SECCOMP: enabled
07:49:28 [2022-07-28T07:49:28.227Z] - CONFIG_SECCOMP_FILTER: enabled
07:49:28 [2022-07-28T07:49:28.227Z] - CONFIG_CGROUP_PIDS: enabled
07:49:28 [2022-07-28T07:49:28.227Z] - CONFIG_MEMCG_SWAP: enabled
07:49:28 [2022-07-28T07:49:28.227Z]     (cgroup swap accounting is currently enabled)
07:49:28 [2022-07-28T07:49:28.227Z] - CONFIG_BLK_CGROUP: enabled
07:49:28 [2022-07-28T07:49:28.227Z] - CONFIG_BLK_DEV_THROTTLING: enabled
07:49:28 [2022-07-28T07:49:28.227Z] - CONFIG_CGROUP_PERF: enabled
07:49:28 [2022-07-28T07:49:28.227Z] - CONFIG_CGROUP_HUGETLB: enabled
07:49:28 [2022-07-28T07:49:28.227Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
07:49:28 [2022-07-28T07:49:28.227Z] - CONFIG_CGROUP_NET_PRIO: enabled
07:49:28 [2022-07-28T07:49:28.227Z] - CONFIG_CFS_BANDWIDTH: enabled
07:49:28 [2022-07-28T07:49:28.227Z] - CONFIG_FAIR_GROUP_SCHED: enabled
07:49:28 [2022-07-28T07:49:28.227Z] - CONFIG_RT_GROUP_SCHED: missing
07:49:28 [2022-07-28T07:49:28.227Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
07:49:28 [2022-07-28T07:49:28.227Z] - CONFIG_IP_VS: enabled (as module)
07:49:28 [2022-07-28T07:49:28.227Z] - CONFIG_IP_VS_NFCT: enabled
07:49:28 [2022-07-28T07:49:28.227Z] - CONFIG_IP_VS_PROTO_TCP: enabled
07:49:28 [2022-07-28T07:49:28.227Z] - CONFIG_IP_VS_PROTO_UDP: enabled
07:49:28 [2022-07-28T07:49:28.227Z] - CONFIG_IP_VS_RR: enabled (as module)
07:49:28 [2022-07-28T07:49:28.227Z] - CONFIG_SECURITY_SELINUX: enabled
07:49:28 [2022-07-28T07:49:28.227Z] - CONFIG_SECURITY_APPARMOR: enabled
07:49:28 [2022-07-28T07:49:28.227Z] - CONFIG_EXT4_FS: enabled
07:49:28 [2022-07-28T07:49:28.227Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
07:49:28 [2022-07-28T07:49:28.227Z] - CONFIG_EXT4_FS_SECURITY: enabled
07:49:28 [2022-07-28T07:49:28.227Z] - Network Drivers:
07:49:28 [2022-07-28T07:49:28.227Z]   - "overlay":
07:49:28 [2022-07-28T07:49:28.227Z]     - CONFIG_VXLAN: enabled (as module)
07:49:28 [2022-07-28T07:49:28.227Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
07:49:28 [2022-07-28T07:49:28.227Z]       Optional (for encrypted networks):
07:49:28 [2022-07-28T07:49:28.358Z] 
07:49:28 [2022-07-28T07:49:28.358Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         case $(dpkg --print-architecture) in             amd64|arm64)                 GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1"                 && /build/dlv --help                 ;;             *)                 mkdir -p /build/                 ;;         esac
07:49:28 [2022-07-28T07:49:28.358Z] #36 sha256:1509a87c4d8785c1b3fd9bff9d9474ccef8f4b872101e620b7fa14aef10a7cb5
07:49:28 [2022-07-28T07:49:28.358Z] #36 24.31 go: downloading github.com/sirupsen/logrus v1.6.0
07:49:28 [2022-07-28T07:49:28.358Z] #36 24.35 go: downloading github.com/spf13/cobra v1.1.3
07:49:28 [2022-07-28T07:49:28.358Z] #36 25.15 go: downloading github.com/mattn/go-isatty v0.0.3
07:49:28 [2022-07-28T07:49:28.358Z] #36 25.77 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1
07:49:28 [2022-07-28T07:49:28.358Z] #36 26.45 go: downloading gopkg.in/yaml.v2 v2.4.0
07:49:28 [2022-07-28T07:49:28.358Z] #36 26.77 go: downloading github.com/cosiner/argv v0.1.0
07:49:28 [2022-07-28T07:49:28.358Z] #36 26.79 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9
07:49:28 [2022-07-28T07:49:28.358Z] #36 26.89 go: downloading github.com/peterh/liner v1.2.2
07:49:28 [2022-07-28T07:49:28.358Z] #36 27.22 go: downloading github.com/google/go-dap v0.6.0
07:49:28 [2022-07-28T07:49:28.358Z] #36 27.92 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097
07:49:28 [2022-07-28T07:49:28.381Z] #62 ...
07:49:28 [2022-07-28T07:49:28.381Z] 
07:49:28 [2022-07-28T07:49:28.381Z] #58 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
07:49:28 [2022-07-28T07:49:28.381Z] #58 sha256:40295bf8cbd242d421bcf2efe97957471d81db5c6a2a8e836b41bc0ec6634359
07:49:28 [2022-07-28T07:49:28.381Z] #58 31.89 Reading package lists...
07:49:28 [2022-07-28T07:49:28.381Z] #58 39.49 Building dependency tree...
07:49:28 [2022-07-28T07:49:28.381Z] #58 43.91 The following additional packages will be installed:
07:49:28 [2022-07-28T07:49:28.381Z] #58 43.93   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
07:49:28 [2022-07-28T07:49:28.381Z] #58 43.93   python3-protobuf python3-six
07:49:28 [2022-07-28T07:49:28.381Z] #58 43.94 Suggested packages:
07:49:28 [2022-07-28T07:49:28.381Z] #58 43.95   python3-setuptools
07:49:28 [2022-07-28T07:49:28.381Z] #58 43.95 Recommended packages:
07:49:28 [2022-07-28T07:49:28.381Z] #58 43.95   iproute2 | iproute
07:49:28 [2022-07-28T07:49:28.381Z] #58 44.81 The following NEW packages will be installed:
07:49:28 [2022-07-28T07:49:28.381Z] #58 44.81   criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
07:49:28 [2022-07-28T07:49:28.381Z] #58 44.83   python3-protobuf python3-six
07:49:28 [2022-07-28T07:49:28.484Z]       - CONFIG_CRYPTO: enabled
07:49:28 [2022-07-28T07:49:28.484Z]       - CONFIG_CRYPTO_AEAD: enabled
07:49:28 [2022-07-28T07:49:28.484Z]       - CONFIG_CRYPTO_GCM: enabled
07:49:28 [2022-07-28T07:49:28.484Z]       - CONFIG_CRYPTO_SEQIV: enabled
07:49:28 [2022-07-28T07:49:28.484Z]       - CONFIG_CRYPTO_GHASH: enabled
07:49:28 [2022-07-28T07:49:28.484Z]       - CONFIG_XFRM: enabled
07:49:28 [2022-07-28T07:49:28.484Z]       - CONFIG_XFRM_USER: enabled (as module)
07:49:28 [2022-07-28T07:49:28.484Z]       - CONFIG_XFRM_ALGO: enabled (as module)
07:49:28 [2022-07-28T07:49:28.484Z]       - CONFIG_INET_ESP: enabled (as module)
07:49:28 [2022-07-28T07:49:28.484Z]   - "ipvlan":
07:49:28 [2022-07-28T07:49:28.484Z]     - CONFIG_IPVLAN: enabled (as module)
07:49:28 [2022-07-28T07:49:28.484Z]   - "macvlan":
07:49:28 [2022-07-28T07:49:28.484Z]     - CONFIG_MACVLAN: enabled (as module)
07:49:28 [2022-07-28T07:49:28.484Z]     - CONFIG_DUMMY: enabled (as module)
07:49:28 [2022-07-28T07:49:28.484Z]   - "ftp,tftp client in container":
07:49:28 [2022-07-28T07:49:28.484Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
07:49:28 [2022-07-28T07:49:28.484Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
07:49:28 [2022-07-28T07:49:28.484Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
07:49:28 [2022-07-28T07:49:28.484Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
07:49:28 [2022-07-28T07:49:28.484Z] - Storage Drivers:
07:49:28 [2022-07-28T07:49:28.484Z]   - "aufs":
07:49:28 [2022-07-28T07:49:28.484Z]     - CONFIG_AUFS_FS: enabled (as module)
07:49:28 [2022-07-28T07:49:28.484Z]   - "btrfs":
07:49:28 [2022-07-28T07:49:28.484Z]     - CONFIG_BTRFS_FS: enabled (as module)
07:49:28 [2022-07-28T07:49:28.484Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
07:49:28 [2022-07-28T07:49:28.484Z]   - "devicemapper":
07:49:28 [2022-07-28T07:49:28.484Z]     - CONFIG_BLK_DEV_DM: enabled
07:49:28 [2022-07-28T07:49:28.484Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
07:49:28 [2022-07-28T07:49:28.484Z]   - "overlay":
07:49:28 [2022-07-28T07:49:28.484Z]     - CONFIG_OVERLAY_FS: enabled (as module)
07:49:28 [2022-07-28T07:49:28.484Z]   - "zfs":
07:49:28 [2022-07-28T07:49:28.484Z]     - /dev/zfs: present
07:49:28 [2022-07-28T07:49:28.484Z]     - zfs command: missing
07:49:28 [2022-07-28T07:49:28.484Z]     - zpool command: missing
07:49:28 [2022-07-28T07:49:28.484Z] 
07:49:28 [2022-07-28T07:49:28.484Z] Limits:
07:49:28 [2022-07-28T07:49:28.484Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
07:49:28 [2022-07-28T07:49:28.484Z] 
07:49:28 [2022-07-28T07:49:28.484Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
07:49:28 [2022-07-28T07:49:28.618Z] #36 29.06 go: downloading github.com/mattn/go-runewidth v0.0.3
07:49:28 [2022-07-28T07:49:28.623Z] #24 transferring context: 34.37MB 6.5s
07:49:28 [2022-07-28T07:49:28.641Z] #58 45.51 0 upgraded, 8 newly installed, 0 to remove and 1 not upgraded.
07:49:28 [2022-07-28T07:49:28.641Z] #58 45.51 Need to get 2315 kB of archives.
07:49:28 [2022-07-28T07:49:28.641Z] #58 45.51 After this operation, 11.1 MB of additional disk space will be used.
07:49:28 [2022-07-28T07:49:28.641Z] #58 45.51 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB]
07:49:28 [2022-07-28T07:49:28.641Z] #58 45.56 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
07:49:28 [2022-07-28T07:49:28.641Z] #58 45.57 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB]
07:49:28 [2022-07-28T07:49:28.802Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:6d41219baee83f456b8628735d9b7ca20e188b1a .
07:49:28 [2022-07-28T07:49:28.883Z] #24 ...
07:49:28 [2022-07-28T07:49:28.883Z] 
07:49:28 [2022-07-28T07:49:28.883Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:4b1a190d22371bdd111f1c5448b4c06f268d059ea3d04d332dc54f4ebb7ca06b
07:49:28 [2022-07-28T07:49:28.883Z] #11 sha256:bf54ea050dbb17499865fb38b00bd6d8ac73cbc254b72979b18f9d6e70279638
07:49:28 [2022-07-28T07:49:28.883Z] #11 resolve docker.io/library/golang:1.18.4-bullseye@sha256:4b1a190d22371bdd111f1c5448b4c06f268d059ea3d04d332dc54f4ebb7ca06b 0.1s done
07:49:28 [2022-07-28T07:49:28.883Z] #11 sha256:e3c0472b1b62b0899bebd7aee842ba7a7f4d6c3cdf006115adcd247b69c4bfe1 7.10kB / 7.10kB done
07:49:28 [2022-07-28T07:49:28.883Z] #11 sha256:4b1a190d22371bdd111f1c5448b4c06f268d059ea3d04d332dc54f4ebb7ca06b 1.86kB / 1.86kB done
07:49:28 [2022-07-28T07:49:28.883Z] #11 sha256:ea3d912d500b1ae0a691b2e53eb8a6345b579d42d7e6a64acca83d274b949740 1.80kB / 1.80kB done
07:49:28 [2022-07-28T07:49:28.883Z] #11 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 55.00MB / 55.00MB 2.3s
07:49:28 [2022-07-28T07:49:28.883Z] #11 sha256:d1989b6e74cfdda1591b9dd23be47c5caeb002b7a151379361ec0c3f0e6d0e52 10.88MB / 10.88MB 0.8s done
07:49:28 [2022-07-28T07:49:28.883Z] #11 sha256:66a9e63c657ad881997f5165c0826be395bfc064415876b9fbaae74bcb5dc721 5.16MB / 5.16MB 0.4s done
07:49:28 [2022-07-28T07:49:28.883Z] #11 sha256:c28818711e1ed38df107014a20127b41491b224d7aed8aa7066b55552d9600d2 54.58MB / 54.58MB 3.1s done
07:49:28 [2022-07-28T07:49:28.883Z] #11 sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a 85.90MB / 85.90MB 4.0s done
07:49:28 [2022-07-28T07:49:28.883Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 109.05MB / 141.81MB 6.8s
07:49:28 [2022-07-28T07:49:28.883Z] #11 extracting sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 4.0s
07:49:28 [2022-07-28T07:49:28.883Z] #11 sha256:4adeeae69874458b752174f3126331d2a17d800831d8743d675198836e90ca92 157B / 157B 3.3s done
07:49:28 [2022-07-28T07:49:28.900Z] #58 45.67 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB]
07:49:28 [2022-07-28T07:49:28.900Z] #58 45.76 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
07:49:28 [2022-07-28T07:49:28.900Z] #58 45.77 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
07:49:28 [2022-07-28T07:49:28.900Z] #58 45.80 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
07:49:29 [2022-07-28T07:49:29.059Z] #1 [internal] load build definition from Dockerfile
07:49:29 [2022-07-28T07:49:29.059Z] #1 sha256:4d1a890f6d770007b1838739142fdca3dad4727336953bf97a5f6aa8160c98ff
07:49:29 [2022-07-28T07:49:29.059Z] #1 transferring dockerfile: 19.25kB done
07:49:29 [2022-07-28T07:49:29.059Z] #1 DONE 0.1s
07:49:29 [2022-07-28T07:49:29.059Z] 
07:49:29 [2022-07-28T07:49:29.059Z] #2 [internal] load .dockerignore
07:49:29 [2022-07-28T07:49:29.059Z] #2 sha256:0dc90683a230f15dc88f1dc5900c5bd68193969057786086f4ba83c6b2efc184
07:49:29 [2022-07-28T07:49:29.059Z] #2 transferring context: 145B done
07:49:29 [2022-07-28T07:49:29.059Z] #2 DONE 0.0s
07:49:29 [2022-07-28T07:49:29.059Z] 
07:49:29 [2022-07-28T07:49:29.059Z] #3 resolve image config for docker.io/docker/dockerfile:1
07:49:29 [2022-07-28T07:49:29.059Z] #3 sha256:5511bf222770ecb09bae16a5e9dc6ddaf6633b05719203c5e2b00644727cd62f
07:49:29 [2022-07-28T07:49:29.142Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 121.04MB / 141.81MB 7.1s
07:49:29 [2022-07-28T07:49:29.189Z] #36 29.66 go: downloading github.com/hashicorp/golang-lru v0.5.4
07:49:29 [2022-07-28T07:49:29.451Z] #36 29.85 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4
07:49:29 [2022-07-28T07:49:29.451Z] #36 ...
07:49:29 [2022-07-28T07:49:29.451Z] 
07:49:29 [2022-07-28T07:49:29.451Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
07:49:29 [2022-07-28T07:49:29.451Z] #76 sha256:306ba19f1dc993c39966bb8490da17ab0369cd0c126ceb831f7ef89a39102969
07:49:29 [2022-07-28T07:49:29.451Z] #76 29.95 Fetched 8561 kB in 24s (362 kB/s)
07:49:29 [2022-07-28T07:49:29.621Z] #3 DONE 0.5s
07:49:29 [2022-07-28T07:49:29.621Z] 
07:49:29 [2022-07-28T07:49:29.621Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2
07:49:29 [2022-07-28T07:49:29.621Z] #4 sha256:aae1624761845ad12d0965b3e71ab9a531ae51ffa9b9aa952662f0f44079cf17
07:49:29 [2022-07-28T07:49:29.621Z] #4 resolve docker.io/docker/dockerfile:1@sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2 done
07:49:29 [2022-07-28T07:49:29.621Z] #4 sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2 2.00kB / 2.00kB done
07:49:29 [2022-07-28T07:49:29.621Z] #4 sha256:e5075ee34d3ba6561ec00802a2b59a34582147f92b5c2078c4d96fedca773391 528B / 528B done
07:49:29 [2022-07-28T07:49:29.621Z] #4 sha256:dfa55ed301d975cc74bc6a87d28e8644c599284cc1c26e11138cf9336c3a76a3 2.37kB / 2.37kB done
07:49:29 [2022-07-28T07:49:29.621Z] #4 sha256:b45628a8396c4779e3387f2ac54465105820e4821309a2638a007c557894a840 7.34MB / 9.20MB 0.1s
07:49:29 [2022-07-28T07:49:29.621Z] #4 sha256:b45628a8396c4779e3387f2ac54465105820e4821309a2638a007c557894a840 9.20MB / 9.20MB 0.2s
07:49:29 [2022-07-28T07:49:29.713Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 130.35MB / 141.81MB 7.6s
07:49:29 [2022-07-28T07:49:29.826Z] Client:
07:49:29 [2022-07-28T07:49:29.826Z]  Context:    default
07:49:29 [2022-07-28T07:49:29.826Z]  Debug Mode: false
07:49:29 [2022-07-28T07:49:29.826Z]  Plugins:
07:49:29 [2022-07-28T07:49:29.826Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
07:49:29 [2022-07-28T07:49:29.826Z]   buildx: Docker Buildx (Docker Inc., v0.8.1-docker)
07:49:29 [2022-07-28T07:49:29.826Z]   compose: Docker Compose (Docker Inc., v2.4.1)
07:49:29 [2022-07-28T07:49:29.826Z]   scan: Docker Scan (Docker Inc., v0.17.0)
07:49:29 [2022-07-28T07:49:29.826Z] 
07:49:29 [2022-07-28T07:49:29.826Z] Server:
07:49:29 [2022-07-28T07:49:29.826Z]  Containers: 0
07:49:29 [2022-07-28T07:49:29.826Z]   Running: 0
07:49:29 [2022-07-28T07:49:29.826Z]   Paused: 0
07:49:29 [2022-07-28T07:49:29.826Z]   Stopped: 0
07:49:29 [2022-07-28T07:49:29.826Z]  Images: 0
07:49:29 [2022-07-28T07:49:29.826Z]  Server Version: 20.10.14
07:49:29 [2022-07-28T07:49:29.826Z]  Storage Driver: overlay2
07:49:29 [2022-07-28T07:49:29.826Z]   Backing Filesystem: extfs
07:49:29 [2022-07-28T07:49:29.826Z]   Supports d_type: true
07:49:29 [2022-07-28T07:49:29.826Z]   Native Overlay Diff: true
07:49:29 [2022-07-28T07:49:29.826Z]   userxattr: false
07:49:29 [2022-07-28T07:49:29.826Z]  Logging Driver: json-file
07:49:29 [2022-07-28T07:49:29.826Z]  Cgroup Driver: systemd
07:49:29 [2022-07-28T07:49:29.826Z]  Cgroup Version: 2
07:49:29 [2022-07-28T07:49:29.826Z]  Plugins:
07:49:29 [2022-07-28T07:49:29.826Z]   Volume: local
07:49:29 [2022-07-28T07:49:29.826Z]   Network: bridge host ipvlan macvlan null overlay
07:49:29 [2022-07-28T07:49:29.826Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
07:49:29 [2022-07-28T07:49:29.826Z]  Swarm: inactive
07:49:29 [2022-07-28T07:49:29.826Z]  Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux
07:49:29 [2022-07-28T07:49:29.826Z]  Default Runtime: runc
07:49:29 [2022-07-28T07:49:29.826Z]  Init Binary: docker-init
07:49:29 [2022-07-28T07:49:29.826Z]  containerd version: 3df54a852345ae127d1fa3092b95168e4a88e2f8
07:49:29 [2022-07-28T07:49:29.826Z]  runc version: v1.0.3-0-gf46b6ba
07:49:29 [2022-07-28T07:49:29.826Z]  init version: de40ad0
07:49:29 [2022-07-28T07:49:29.826Z]  Security Options:
07:49:29 [2022-07-28T07:49:29.826Z]   apparmor
07:49:29 [2022-07-28T07:49:29.826Z]   seccomp
07:49:29 [2022-07-28T07:49:29.826Z]    Profile: default
07:49:29 [2022-07-28T07:49:29.826Z]   cgroupns
07:49:29 [2022-07-28T07:49:29.826Z]  Kernel Version: 5.13.0-1021-aws
07:49:29 [2022-07-28T07:49:29.826Z]  Operating System: Ubuntu 20.04.4 LTS
07:49:29 [2022-07-28T07:49:29.826Z]  OSType: linux
07:49:29 [2022-07-28T07:49:29.826Z]  Architecture: x86_64
07:49:29 [2022-07-28T07:49:29.826Z]  CPUs: 2
07:49:29 [2022-07-28T07:49:29.826Z]  Total Memory: 7.476GiB
07:49:29 [2022-07-28T07:49:29.826Z]  Name: ip-10-100-65-92
07:49:29 [2022-07-28T07:49:29.826Z]  ID: MWBM:O2DR:UIIW:N5FR:BUIP:XRQ4:PN4R:3HFS:VMDL:OFU6:ZREW:HRLK
07:49:29 [2022-07-28T07:49:29.826Z]  Docker Root Dir: /var/lib/docker
07:49:29 [2022-07-28T07:49:29.826Z]  Debug Mode: false
07:49:29 [2022-07-28T07:49:29.826Z]  Registry: https://index.docker.io/v1/
07:49:29 [2022-07-28T07:49:29.826Z]  Labels:
07:49:29 [2022-07-28T07:49:29.826Z]  Experimental: true
07:49:29 [2022-07-28T07:49:29.826Z]  Insecure Registries:
07:49:29 [2022-07-28T07:49:29.826Z]   127.0.0.0/8
07:49:29 [2022-07-28T07:49:29.826Z]  Live Restore Enabled: true
07:49:29 [2022-07-28T07:49:29.826Z] 
[Pipeline] }
[Pipeline] // stage
07:49:29 [2022-07-28T07:49:29.878Z] #4 sha256:b45628a8396c4779e3387f2ac54465105820e4821309a2638a007c557894a840 9.20MB / 9.20MB 0.4s done
07:49:29 [2022-07-28T07:49:29.878Z] #4 extracting sha256:b45628a8396c4779e3387f2ac54465105820e4821309a2638a007c557894a840 0.1s
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
07:49:30 [2022-07-28T07:49:30.141Z] #4 extracting sha256:b45628a8396c4779e3387f2ac54465105820e4821309a2638a007c557894a840 0.2s done
07:49:30 [2022-07-28T07:49:30.141Z] #4 DONE 0.7s
07:49:30 [2022-07-28T07:49:30.168Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:6d41219baee83f456b8628735d9b7ca20e188b1a .
07:49:30 [2022-07-28T07:49:30.282Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 140.51MB / 141.81MB 8.2s
07:49:30 [2022-07-28T07:49:30.403Z] 
07:49:30 [2022-07-28T07:49:30.403Z] #6 [internal] load build definition from Dockerfile
07:49:30 [2022-07-28T07:49:30.403Z] #6 sha256:ddd72745ee7dd7b58a4c257022cb07654f3f6e402f6fb5e35700ec32b399f6ab
07:49:30 [2022-07-28T07:49:30.403Z] #6 DONE 0.0s
07:49:30 [2022-07-28T07:49:30.403Z] 
07:49:30 [2022-07-28T07:49:30.403Z] #5 [internal] load .dockerignore
07:49:30 [2022-07-28T07:49:30.403Z] #5 sha256:7480bad4dd03aa068eaa2795412784bedf359acb6683d5c23a2402d656cce02f
07:49:30 [2022-07-28T07:49:30.403Z] #5 DONE 0.0s
07:49:30 [2022-07-28T07:49:30.403Z] 
07:49:30 [2022-07-28T07:49:30.403Z] #8 [internal] load metadata for docker.io/library/debian:bullseye
07:49:30 [2022-07-28T07:49:30.403Z] #8 sha256:6d9fd31165915ffec207af44d888d4ad2b51a327ff941d94598791b75383e1d9
07:49:30 [2022-07-28T07:49:30.428Z] #1 [internal] load build definition from Dockerfile
07:49:30 [2022-07-28T07:49:30.428Z] #1 sha256:91997008f8324c259a6867bdd4f20afb940086cc08366d3b188f1f328c7925a3
07:49:30 [2022-07-28T07:49:30.428Z] #1 transferring dockerfile: 19.25kB done
07:49:30 [2022-07-28T07:49:30.428Z] #1 DONE 0.1s
07:49:30 [2022-07-28T07:49:30.428Z] 
07:49:30 [2022-07-28T07:49:30.428Z] #2 [internal] load .dockerignore
07:49:30 [2022-07-28T07:49:30.428Z] #2 sha256:88480ba3c2127632a7878a0f440dc0b17eb247f82f76c859f01e67f385186e03
07:49:30 [2022-07-28T07:49:30.428Z] #2 transferring context: 145B done
07:49:30 [2022-07-28T07:49:30.428Z] #2 DONE 0.0s
07:49:30 [2022-07-28T07:49:30.428Z] 
07:49:30 [2022-07-28T07:49:30.428Z] #3 resolve image config for docker.io/docker/dockerfile:1
07:49:30 [2022-07-28T07:49:30.428Z] #3 sha256:ac072d521901222eeef550f52282877f196e16b0247844be9ceb1ccc1eac391d
07:49:30 [2022-07-28T07:49:30.684Z] #3 DONE 0.4s
07:49:30 [2022-07-28T07:49:30.810Z] #58 ...
07:49:30 [2022-07-28T07:49:30.810Z] 
07:49:30 [2022-07-28T07:49:30.810Z] #83 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
07:49:30 [2022-07-28T07:49:30.810Z] #83 sha256:306ba19f1dc993c39966bb8490da17ab0369cd0c126ceb831f7ef89a39102969
07:49:30 [2022-07-28T07:49:30.810Z] #83 30.60 Reading package lists...
07:49:30 [2022-07-28T07:49:30.810Z] #83 38.58 Building dependency tree...
07:49:30 [2022-07-28T07:49:30.810Z] #83 43.23 python3 is already the newest version (3.9.2-3).
07:49:30 [2022-07-28T07:49:30.810Z] #83 43.23 The following additional packages will be installed:
07:49:30 [2022-07-28T07:49:30.810Z] #83 43.23   autotools-dev bzip2 dpkg-dev file libcap2 libmagic-mgc libmagic1
07:49:30 [2022-07-28T07:49:30.810Z] #83 43.23   libprotobuf-c1 libsigsegv2 libyajl2 m4 patch xz-utils
07:49:30 [2022-07-28T07:49:30.810Z] #83 43.26 Suggested packages:
07:49:30 [2022-07-28T07:49:30.810Z] #83 43.26   autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring
07:49:30 [2022-07-28T07:49:30.810Z] #83 43.26   manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk
07:49:30 [2022-07-28T07:49:30.810Z] #83 43.26   m4-doc ed diffutils-doc
07:49:30 [2022-07-28T07:49:30.810Z] #83 43.26 Recommended packages:
07:49:30 [2022-07-28T07:49:30.810Z] #83 43.26   fakeroot libalgorithm-merge-perl libltdl-dev
07:49:30 [2022-07-28T07:49:30.810Z] #83 45.16 The following NEW packages will be installed:
07:49:30 [2022-07-28T07:49:30.810Z] #83 45.19   autoconf automake autotools-dev build-essential bzip2 dpkg-dev file
07:49:30 [2022-07-28T07:49:30.810Z] #83 45.19   libcap-dev libcap2 libmagic-mgc libmagic1 libprotobuf-c-dev libprotobuf-c1
07:49:30 [2022-07-28T07:49:30.810Z] #83 45.21   libseccomp-dev libsigsegv2 libsystemd-dev libtool libudev-dev libyajl-dev
07:49:30 [2022-07-28T07:49:30.810Z] #83 45.22   libyajl2 m4 patch xz-utils
07:49:30 [2022-07-28T07:49:30.810Z] #83 45.77 0 upgraded, 23 newly installed, 0 to remove and 1 not upgraded.
07:49:30 [2022-07-28T07:49:30.810Z] #83 45.77 Need to get 5940 kB of archives.
07:49:30 [2022-07-28T07:49:30.810Z] #83 45.77 After this operation, 18.7 MB of additional disk space will be used.
07:49:30 [2022-07-28T07:49:30.810Z] #83 45.77 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
07:49:30 [2022-07-28T07:49:30.810Z] #83 45.78 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB]
07:49:30 [2022-07-28T07:49:30.810Z] #83 45.80 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB]
07:49:30 [2022-07-28T07:49:30.810Z] #83 45.80 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB]
07:49:30 [2022-07-28T07:49:30.810Z] #83 45.80 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB]
07:49:30 [2022-07-28T07:49:30.810Z] #83 45.81 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsigsegv2 amd64 2.13-1 [34.8 kB]
07:49:30 [2022-07-28T07:49:30.810Z] #83 45.81 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 m4 amd64 1.4.18-5 [204 kB]
07:49:30 [2022-07-28T07:49:30.810Z] #83 45.83 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autoconf all 2.69-14 [313 kB]
07:49:30 [2022-07-28T07:49:30.810Z] #83 45.87 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autotools-dev all 20180224.1+nmu1 [77.1 kB]
07:49:30 [2022-07-28T07:49:30.810Z] #83 45.88 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 automake all 1:1.16.3-2 [814 kB]
07:49:30 [2022-07-28T07:49:30.810Z] #83 45.95 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
07:49:30 [2022-07-28T07:49:30.810Z] #83 45.97 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.11 [2308 kB]
07:49:30 [2022-07-28T07:49:30.810Z] #83 46.18 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 build-essential amd64 12.9 [7704 B]
07:49:30 [2022-07-28T07:49:30.810Z] #83 46.19 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
07:49:30 [2022-07-28T07:49:30.810Z] #83 46.19 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap-dev amd64 1:2.44-1 [45.3 kB]
07:49:30 [2022-07-28T07:49:30.810Z] #83 46.20 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
07:49:30 [2022-07-28T07:49:30.810Z] #83 46.21 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c-dev amd64 1.3.3-1+b2 [34.3 kB]
07:49:30 [2022-07-28T07:49:30.810Z] #83 46.22 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
07:49:30 [2022-07-28T07:49:30.810Z] #83 46.24 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB]
07:49:30 [2022-07-28T07:49:30.810Z] #83 46.32 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtool all 2.4.6-15 [513 kB]
07:49:30 [2022-07-28T07:49:30.810Z] #83 46.32 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB]
07:49:30 [2022-07-28T07:49:30.810Z] #83 46.33 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB]
07:49:30 [2022-07-28T07:49:30.810Z] #83 46.34 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl-dev amd64 2.1.0-3 [32.6 kB]
07:49:30 [2022-07-28T07:49:30.810Z] #83 47.86 debconf: delaying package configuration, since apt-utils is not installed
07:49:30 [2022-07-28T07:49:30.810Z] #83 48.12 Fetched 5940 kB in 1s (6000 kB/s)
07:49:30 [2022-07-28T07:49:30.941Z] 
07:49:30 [2022-07-28T07:49:30.941Z] #4 docker-image://docker.io/docker/dockerfile:1@sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2
07:49:30 [2022-07-28T07:49:30.941Z] #4 sha256:48a83027ce1f5c304cb45d91fac69a612cf40aeee970f6f9794eda714e262e35
07:49:30 [2022-07-28T07:49:30.941Z] #4 resolve docker.io/docker/dockerfile:1@sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2 done
07:49:30 [2022-07-28T07:49:30.941Z] #4 sha256:443aab4ca21183e069e7d8b2dc68006594f40bddf1b15bbd83f5137bd93e80e2 2.00kB / 2.00kB done
07:49:30 [2022-07-28T07:49:30.941Z] #4 sha256:24d064a369eda7bc7839b6c1c227eac7212d06ca09a8235a4bed467f8acf180d 528B / 528B done
07:49:30 [2022-07-28T07:49:30.941Z] #4 sha256:84495a15555de1a8f4738f58268fa8949547068198f8d0fa2a3e3a693d7f923f 2.37kB / 2.37kB done
07:49:30 [2022-07-28T07:49:30.941Z] #4 sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940 6.29MB / 9.94MB 0.1s
07:49:30 [2022-07-28T07:49:30.941Z] #4 sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940 9.94MB / 9.94MB 0.2s done
07:49:31 [2022-07-28T07:49:31.070Z] #83 ...
07:49:31 [2022-07-28T07:49:31.070Z] 
07:49:31 [2022-07-28T07:49:31.070Z] #62 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:49:31 [2022-07-28T07:49:31.070Z] #62 sha256:6a5ba43a879545395035c8edb2d77f5663eaeac2aed4ebd5825ef0a4ef562291
07:49:31 [2022-07-28T07:49:31.070Z] #62 48.13 go: downloading github.com/quasilyte/gogrep v0.0.0-20220120141003-628d8b3623b5
07:49:31 [2022-07-28T07:49:31.070Z] #62 48.23 go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567
07:49:31 [2022-07-28T07:49:31.070Z] #62 48.31 go: downloading github.com/gobwas/glob v0.2.3
07:49:31 [2022-07-28T07:49:31.198Z] #4 extracting sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940
07:49:31 [2022-07-28T07:49:31.198Z] #4 extracting sha256:09768fef35f2ee387f57e401ae685727d12d1c70c6fd8545a422850167bf1940 0.2s done
07:49:31 [2022-07-28T07:49:31.329Z] #62 48.45 go: downloading github.com/kisielk/gotool v1.0.0
07:49:31 [2022-07-28T07:49:31.330Z] #62 48.53 go: downloading github.com/gostaticanalysis/comment v1.4.2
07:49:31 [2022-07-28T07:49:31.455Z] #4 DONE 0.5s
07:49:31 [2022-07-28T07:49:31.455Z] 
07:49:31 [2022-07-28T07:49:31.455Z] #6 [internal] load .dockerignore
07:49:31 [2022-07-28T07:49:31.455Z] #6 sha256:65debbd4c0fd8108b06218ce53674e743d1e9bc17d9090355e04b630e8d81fb6
07:49:31 [2022-07-28T07:49:31.455Z] #6 DONE 0.0s
07:49:31 [2022-07-28T07:49:31.455Z] 
07:49:31 [2022-07-28T07:49:31.455Z] #5 [internal] load build definition from Dockerfile
07:49:31 [2022-07-28T07:49:31.455Z] #5 sha256:fd5d2b3a5c968c01df153924ab60f3d9402d2f00d4e50297b7b9c23082ca400b
07:49:31 [2022-07-28T07:49:31.455Z] #5 DONE 0.0s
07:49:31 [2022-07-28T07:49:31.455Z] 
07:49:31 [2022-07-28T07:49:31.455Z] #10 [internal] load metadata for docker.io/library/debian:bullseye
07:49:31 [2022-07-28T07:49:31.455Z] #10 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e
07:49:31 [2022-07-28T07:49:31.589Z] #62 48.63 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
07:49:31 [2022-07-28T07:49:31.589Z] #62 48.66 go: downloading github.com/ettle/strcase v0.1.1
07:49:31 [2022-07-28T07:49:31.662Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 141.81MB / 141.81MB 9.3s done
07:49:31 [2022-07-28T07:49:31.662Z] #11 ...
07:49:31 [2022-07-28T07:49:31.662Z] 
07:49:31 [2022-07-28T07:49:31.662Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
07:49:31 [2022-07-28T07:49:31.662Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
07:49:31 [2022-07-28T07:49:31.662Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
07:49:31 [2022-07-28T07:49:31.662Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
07:49:31 [2022-07-28T07:49:31.662Z] #71 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
07:49:31 [2022-07-28T07:49:31.662Z] #71 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
07:49:31 [2022-07-28T07:49:31.662Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 4.0s done
07:49:31 [2022-07-28T07:49:31.662Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 4.3s done
07:49:31 [2022-07-28T07:49:31.662Z] #71 DONE 9.5s
07:49:31 [2022-07-28T07:49:31.662Z] 
07:49:31 [2022-07-28T07:49:31.662Z] #24 [internal] load build context
07:49:31 [2022-07-28T07:49:31.662Z] #24 sha256:536cdb810cc5bd2b59ce0d6e1579e403c0f1a1cf0a07e726474499f3686df053
07:49:31 [2022-07-28T07:49:31.662Z] #24 ...
07:49:31 [2022-07-28T07:49:31.662Z] 
07:49:31 [2022-07-28T07:49:31.662Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
07:49:31 [2022-07-28T07:49:31.662Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
07:49:31 [2022-07-28T07:49:31.662Z] #73 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
07:49:31 [2022-07-28T07:49:31.662Z] #73 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
07:49:31 [2022-07-28T07:49:31.662Z] #73 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
07:49:31 [2022-07-28T07:49:31.662Z] #73 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
07:49:31 [2022-07-28T07:49:31.662Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 4.7s done
07:49:31 [2022-07-28T07:49:31.662Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 4.4s done
07:49:31 [2022-07-28T07:49:31.662Z] #73 DONE 9.6s
07:49:31 [2022-07-28T07:49:31.662Z] 
07:49:31 [2022-07-28T07:49:31.662Z] #24 [internal] load build context
07:49:31 [2022-07-28T07:49:31.662Z] #24 sha256:536cdb810cc5bd2b59ce0d6e1579e403c0f1a1cf0a07e726474499f3686df053
07:49:31 [2022-07-28T07:49:31.770Z] #8 DONE 1.3s
07:49:31 [2022-07-28T07:49:31.770Z] 
07:49:31 [2022-07-28T07:49:31.770Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
07:49:31 [2022-07-28T07:49:31.770Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
07:49:31 [2022-07-28T07:49:31.770Z] #9 DONE 1.3s
07:49:31 [2022-07-28T07:49:31.770Z] 
07:49:31 [2022-07-28T07:49:31.770Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
07:49:31 [2022-07-28T07:49:31.770Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
07:49:31 [2022-07-28T07:49:31.770Z] #10 DONE 1.3s
07:49:31 [2022-07-28T07:49:31.770Z] 
07:49:31 [2022-07-28T07:49:31.770Z] #7 [internal] load metadata for docker.io/library/golang:1.18.4-bullseye
07:49:31 [2022-07-28T07:49:31.770Z] #7 sha256:b86c439509d1bcb1d912e9e6b15786b5125b5b3f78eacc7fde0e6e616a2fc6e2
07:49:31 [2022-07-28T07:49:31.770Z] #7 DONE 1.3s
07:49:31 [2022-07-28T07:49:31.852Z] #62 48.81 go: downloading github.com/fatih/structtag v1.2.0
07:49:31 [2022-07-28T07:49:31.852Z] #62 48.85 go: downloading github.com/Masterminds/semver v1.5.0
07:49:31 [2022-07-28T07:49:31.852Z] #62 48.97 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d
07:49:31 [2022-07-28T07:49:31.852Z] #62 49.01 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
07:49:31 [2022-07-28T07:49:31.922Z] #24 ...
07:49:31 [2022-07-28T07:49:31.922Z] 
07:49:31 [2022-07-28T07:49:31.922Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:2ce44bbc00a79113c296d9d25524e15d423b23303fdbbe20190d2f96e0aeb251
07:49:31 [2022-07-28T07:49:31.922Z] #28 sha256:c1b88fec16cdc6c1bf13d39715e221d6e77d28f068e004e67742c8bf0a17feda
07:49:31 [2022-07-28T07:49:31.922Z] #28 resolve docker.io/library/debian:bullseye@sha256:2ce44bbc00a79113c296d9d25524e15d423b23303fdbbe20190d2f96e0aeb251 0.1s done
07:49:31 [2022-07-28T07:49:31.922Z] #28 sha256:2ce44bbc00a79113c296d9d25524e15d423b23303fdbbe20190d2f96e0aeb251 1.85kB / 1.85kB done
07:49:31 [2022-07-28T07:49:31.922Z] #28 sha256:c11d2593cb741ae8a36d0de9cd240d13518e95f50bccfa8d00a668c006db181e 529B / 529B done
07:49:31 [2022-07-28T07:49:31.922Z] #28 sha256:123c2f3835fd73f108008a94bf92ebbce0853c48cbb713e8fa2a70a995282c8b 1.46kB / 1.46kB done
07:49:31 [2022-07-28T07:49:31.922Z] #28 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 55.00MB / 55.00MB 2.5s done
07:49:32 [2022-07-28T07:49:32.121Z] #62 49.14 go: downloading github.com/prometheus/client_golang v1.12.1
07:49:32 [2022-07-28T07:49:32.181Z] #28 ...
07:49:32 [2022-07-28T07:49:32.181Z] 
07:49:32 [2022-07-28T07:49:32.181Z] #24 [internal] load build context
07:49:32 [2022-07-28T07:49:32.181Z] #24 sha256:536cdb810cc5bd2b59ce0d6e1579e403c0f1a1cf0a07e726474499f3686df053
07:49:32 [2022-07-28T07:49:32.384Z] #10 ...
07:49:32 [2022-07-28T07:49:32.384Z] 
07:49:32 [2022-07-28T07:49:32.384Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
07:49:32 [2022-07-28T07:49:32.384Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
07:49:32 [2022-07-28T07:49:32.384Z] #7 DONE 0.9s
07:49:32 [2022-07-28T07:49:32.384Z] 
07:49:32 [2022-07-28T07:49:32.384Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
07:49:32 [2022-07-28T07:49:32.384Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
07:49:32 [2022-07-28T07:49:32.384Z] #9 DONE 0.9s
07:49:32 [2022-07-28T07:49:32.641Z] 
07:49:32 [2022-07-28T07:49:32.641Z] #8 [internal] load metadata for docker.io/library/golang:1.18.4-bullseye
07:49:32 [2022-07-28T07:49:32.641Z] #8 sha256:b03fae7fdf75d74ac1d0c82786f3337bb2c4beaf085f0ed4d76ab5dc16f23b5f
07:49:32 [2022-07-28T07:49:32.641Z] #8 DONE 1.0s
07:49:32 [2022-07-28T07:49:32.641Z] 
07:49:32 [2022-07-28T07:49:32.641Z] #10 [internal] load metadata for docker.io/library/debian:bullseye
07:49:32 [2022-07-28T07:49:32.641Z] #10 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e
07:49:32 [2022-07-28T07:49:32.641Z] #10 DONE 1.0s
07:49:32 [2022-07-28T07:49:32.752Z] #24 transferring context: 62.09MB 10.7s done
07:49:32 [2022-07-28T07:49:32.899Z] 
07:49:32 [2022-07-28T07:49:32.899Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
07:49:32 [2022-07-28T07:49:32.899Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
07:49:32 [2022-07-28T07:49:32.899Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
07:49:32 [2022-07-28T07:49:32.899Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
07:49:32 [2022-07-28T07:49:32.899Z] #71 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
07:49:32 [2022-07-28T07:49:32.899Z] #71 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
07:49:33 [2022-07-28T07:49:33.020Z] #24 DONE 11.1s
07:49:33 [2022-07-28T07:49:33.020Z] 
07:49:33 [2022-07-28T07:49:33.020Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:2ce44bbc00a79113c296d9d25524e15d423b23303fdbbe20190d2f96e0aeb251
07:49:33 [2022-07-28T07:49:33.020Z] #28 sha256:c1b88fec16cdc6c1bf13d39715e221d6e77d28f068e004e67742c8bf0a17feda
07:49:33 [2022-07-28T07:49:33.059Z] #62 50.19 go: downloading github.com/prometheus/client_model v0.2.0
07:49:33 [2022-07-28T07:49:33.163Z] #71 ...
07:49:33 [2022-07-28T07:49:33.163Z] 
07:49:33 [2022-07-28T07:49:33.163Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
07:49:33 [2022-07-28T07:49:33.163Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4
07:49:33 [2022-07-28T07:49:33.163Z] #49 DONE 0.5s
07:49:33 [2022-07-28T07:49:33.320Z] #62 50.56 go: downloading golang.org/x/exp/typeparams v0.0.0-20220218215828-6cf2b201936e
07:49:33 [2022-07-28T07:49:33.425Z] 
07:49:33 [2022-07-28T07:49:33.425Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
07:49:33 [2022-07-28T07:49:33.425Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4
07:49:33 [2022-07-28T07:49:33.425Z] #49 DONE 0.0s
07:49:33 [2022-07-28T07:49:33.425Z] 
07:49:33 [2022-07-28T07:49:33.425Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:4b1a190d22371bdd111f1c5448b4c06f268d059ea3d04d332dc54f4ebb7ca06b
07:49:33 [2022-07-28T07:49:33.425Z] #11 sha256:bf54ea050dbb17499865fb38b00bd6d8ac73cbc254b72979b18f9d6e70279638
07:49:33 [2022-07-28T07:49:33.425Z] #11 resolve docker.io/library/golang:1.18.4-bullseye@sha256:4b1a190d22371bdd111f1c5448b4c06f268d059ea3d04d332dc54f4ebb7ca06b done
07:49:33 [2022-07-28T07:49:33.425Z] #11 sha256:ea3d912d500b1ae0a691b2e53eb8a6345b579d42d7e6a64acca83d274b949740 1.80kB / 1.80kB done
07:49:33 [2022-07-28T07:49:33.425Z] #11 sha256:e3c0472b1b62b0899bebd7aee842ba7a7f4d6c3cdf006115adcd247b69c4bfe1 7.10kB / 7.10kB done
07:49:33 [2022-07-28T07:49:33.425Z] #11 sha256:4b1a190d22371bdd111f1c5448b4c06f268d059ea3d04d332dc54f4ebb7ca06b 1.86kB / 1.86kB done
07:49:33 [2022-07-28T07:49:33.425Z] #11 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 17.19MB / 55.00MB 0.4s
07:49:33 [2022-07-28T07:49:33.425Z] #11 sha256:66a9e63c657ad881997f5165c0826be395bfc064415876b9fbaae74bcb5dc721 5.16MB / 5.16MB 0.4s
07:49:33 [2022-07-28T07:49:33.425Z] #11 sha256:d1989b6e74cfdda1591b9dd23be47c5caeb002b7a151379361ec0c3f0e6d0e52 1.05MB / 10.88MB 0.4s
07:49:33 [2022-07-28T07:49:33.425Z] #11 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 33.55MB / 55.00MB 0.6s
07:49:33 [2022-07-28T07:49:33.425Z] #11 sha256:66a9e63c657ad881997f5165c0826be395bfc064415876b9fbaae74bcb5dc721 5.16MB / 5.16MB 0.5s done
07:49:33 [2022-07-28T07:49:33.425Z] #11 sha256:d1989b6e74cfdda1591b9dd23be47c5caeb002b7a151379361ec0c3f0e6d0e52 10.88MB / 10.88MB 0.6s
07:49:33 [2022-07-28T07:49:33.425Z] #11 sha256:c28818711e1ed38df107014a20127b41491b224d7aed8aa7066b55552d9600d2 4.19MB / 54.58MB 0.6s
07:49:33 [2022-07-28T07:49:33.580Z] #62 50.72 go: downloading github.com/google/go-cmp v0.5.7
07:49:33 [2022-07-28T07:49:33.681Z] #11 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 42.99MB / 55.00MB 0.7s
07:49:33 [2022-07-28T07:49:33.681Z] #11 sha256:d1989b6e74cfdda1591b9dd23be47c5caeb002b7a151379361ec0c3f0e6d0e52 10.88MB / 10.88MB 0.8s done
07:49:33 [2022-07-28T07:49:33.681Z] #11 sha256:c28818711e1ed38df107014a20127b41491b224d7aed8aa7066b55552d9600d2 8.39MB / 54.58MB 0.8s
07:49:33 [2022-07-28T07:49:33.840Z] #62 50.99 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
07:49:33 [2022-07-28T07:49:33.939Z] #11 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 55.00MB / 55.00MB 1.0s
07:49:33 [2022-07-28T07:49:33.939Z] #11 sha256:c28818711e1ed38df107014a20127b41491b224d7aed8aa7066b55552d9600d2 28.19MB / 54.58MB 1.0s
07:49:33 [2022-07-28T07:49:33.939Z] #11 sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a 11.53MB / 85.90MB 1.0s
07:49:33 [2022-07-28T07:49:33.939Z] #11 sha256:c28818711e1ed38df107014a20127b41491b224d7aed8aa7066b55552d9600d2 41.94MB / 54.58MB 1.1s
07:49:33 [2022-07-28T07:49:33.939Z] #11 sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a 19.15MB / 85.90MB 1.1s
07:49:34 [2022-07-28T07:49:34.100Z] #62 ...
07:49:34 [2022-07-28T07:49:34.100Z] 
07:49:34 [2022-07-28T07:49:34.100Z] #47 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3"      && /build/go-winres --help
07:49:34 [2022-07-28T07:49:34.100Z] #47 sha256:e37409ad11b5051c24a76a5d8eec40d7adf9dc774e577b25879ddb9c67c1cdab
07:49:34 [2022-07-28T07:49:34.100Z] #47 50.55 NAME:
07:49:34 [2022-07-28T07:49:34.100Z] #47 50.57    go-winres - A tool for embedding resources in Windows executables
07:49:34 [2022-07-28T07:49:34.100Z] #47 50.57 
07:49:34 [2022-07-28T07:49:34.100Z] #47 50.57 USAGE:
07:49:34 [2022-07-28T07:49:34.100Z] #47 50.57    go-winres [global options] command [command options] [arguments...]
07:49:34 [2022-07-28T07:49:34.100Z] #47 50.57 
07:49:34 [2022-07-28T07:49:34.100Z] #47 50.57 COMMANDS:
07:49:34 [2022-07-28T07:49:34.100Z] #47 50.58    init     Create an initial ./winres/winres.json
07:49:34 [2022-07-28T07:49:34.100Z] #47 50.58    make     Make syso files for the "go build" command
07:49:34 [2022-07-28T07:49:34.100Z] #47 50.58    simply   Make syso files for the "go build" command (simplified)
07:49:34 [2022-07-28T07:49:34.100Z] #47 50.58    extract  Extract all resources from an executable
07:49:34 [2022-07-28T07:49:34.100Z] #47 50.58    patch    Replace resources in an executable file (exe, dll)
07:49:34 [2022-07-28T07:49:34.100Z] #47 50.58    help, h  Shows a list of commands or help for one command
07:49:34 [2022-07-28T07:49:34.100Z] #47 50.58 
07:49:34 [2022-07-28T07:49:34.100Z] #47 50.58 GLOBAL OPTIONS:
07:49:34 [2022-07-28T07:49:34.100Z] #47 50.58    --help, -h  show help (default: false)
07:49:34 [2022-07-28T07:49:34.100Z] #47 DONE 51.3s
07:49:34 [2022-07-28T07:49:34.100Z] 
07:49:34 [2022-07-28T07:49:34.100Z] #62 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:49:34 [2022-07-28T07:49:34.100Z] #62 sha256:6a5ba43a879545395035c8edb2d77f5663eaeac2aed4ebd5825ef0a4ef562291
07:49:34 [2022-07-28T07:49:34.100Z] #62 51.24 go: downloading github.com/hexops/gotextdiff v1.0.3
07:49:34 [2022-07-28T07:49:34.100Z] #62 51.40 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
07:49:34 [2022-07-28T07:49:34.196Z] #11 sha256:c28818711e1ed38df107014a20127b41491b224d7aed8aa7066b55552d9600d2 48.66MB / 54.58MB 1.2s
07:49:34 [2022-07-28T07:49:34.196Z] #11 sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a 25.25MB / 85.90MB 1.2s
07:49:34 [2022-07-28T07:49:34.196Z] #11 sha256:c28818711e1ed38df107014a20127b41491b224d7aed8aa7066b55552d9600d2 54.58MB / 54.58MB 1.3s
07:49:34 [2022-07-28T07:49:34.196Z] #11 sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a 33.55MB / 85.90MB 1.3s
07:49:34 [2022-07-28T07:49:34.196Z] #11 sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a 45.09MB / 85.90MB 1.4s
07:49:34 [2022-07-28T07:49:34.360Z] #62 51.41 go: downloading github.com/chavacava/garif v0.0.0-20220316182200-5cad0b5181d4
07:49:34 [2022-07-28T07:49:34.360Z] #62 51.53 go: downloading github.com/olekukonko/tablewriter v0.0.5
07:49:34 [2022-07-28T07:49:34.396Z] #28 ...
07:49:34 [2022-07-28T07:49:34.396Z] 
07:49:34 [2022-07-28T07:49:34.396Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
07:49:34 [2022-07-28T07:49:34.396Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
07:49:34 [2022-07-28T07:49:34.396Z] #72 DONE 0.7s
07:49:34 [2022-07-28T07:49:34.396Z] 
07:49:34 [2022-07-28T07:49:34.396Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:2ce44bbc00a79113c296d9d25524e15d423b23303fdbbe20190d2f96e0aeb251
07:49:34 [2022-07-28T07:49:34.396Z] #28 sha256:c1b88fec16cdc6c1bf13d39715e221d6e77d28f068e004e67742c8bf0a17feda
07:49:34 [2022-07-28T07:49:34.396Z] #28 extracting sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 9.2s
07:49:34 [2022-07-28T07:49:34.460Z] #11 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 55.00MB / 55.00MB 1.5s done
07:49:34 [2022-07-28T07:49:34.460Z] #11 sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a 60.87MB / 85.90MB 1.7s
07:49:34 [2022-07-28T07:49:34.460Z] #11 extracting sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a
07:49:34 [2022-07-28T07:49:34.619Z] #62 51.76 go: downloading github.com/beorn7/perks v1.0.1
07:49:34 [2022-07-28T07:49:34.619Z] #62 51.76 go: downloading github.com/cespare/xxhash/v2 v2.1.2
07:49:34 [2022-07-28T07:49:34.657Z] #28 ...
07:49:34 [2022-07-28T07:49:34.657Z] 
07:49:34 [2022-07-28T07:49:34.657Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
07:49:34 [2022-07-28T07:49:34.657Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
07:49:34 [2022-07-28T07:49:34.657Z] #74 DONE 0.8s
07:49:34 [2022-07-28T07:49:34.718Z] #11 sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a 77.59MB / 85.90MB 1.9s
07:49:34 [2022-07-28T07:49:34.741Z] #76 29.95 Reading package lists...
07:49:34 [2022-07-28T07:49:34.741Z] #76 ...
07:49:34 [2022-07-28T07:49:34.741Z] 
07:49:34 [2022-07-28T07:49:34.741Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:49:34 [2022-07-28T07:49:34.741Z] #55 sha256:6a5ba43a879545395035c8edb2d77f5663eaeac2aed4ebd5825ef0a4ef562291
07:49:34 [2022-07-28T07:49:34.741Z] #55 28.99 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95
07:49:34 [2022-07-28T07:49:34.741Z] #55 29.73 go: downloading golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3
07:49:34 [2022-07-28T07:49:34.741Z] #55 30.45 go: downloading github.com/hashicorp/errwrap v1.0.0
07:49:34 [2022-07-28T07:49:34.741Z] #55 32.25 go: downloading golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f
07:49:34 [2022-07-28T07:49:34.741Z] #55 32.28 go: downloading 4d63.com/gochecknoglobals v0.1.0
07:49:34 [2022-07-28T07:49:34.741Z] #55 32.54 go: downloading github.com/Antonboom/errname v0.1.6
07:49:34 [2022-07-28T07:49:34.741Z] #55 32.63 go: downloading github.com/Antonboom/nilnil v0.1.1
07:49:34 [2022-07-28T07:49:34.741Z] #55 32.76 go: downloading github.com/BurntSushi/toml v1.1.0
07:49:34 [2022-07-28T07:49:34.741Z] #55 32.96 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
07:49:34 [2022-07-28T07:49:34.741Z] #55 33.29 go: downloading github.com/GaijinEntertainment/go-exhaustruct/v2 v2.1.0
07:49:34 [2022-07-28T07:49:34.741Z] #55 33.65 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0
07:49:34 [2022-07-28T07:49:34.741Z] #55 33.83 go: downloading github.com/alexkohler/prealloc v1.0.0
07:49:34 [2022-07-28T07:49:34.741Z] #55 33.92 go: downloading github.com/ashanbrown/forbidigo v1.3.0
07:49:34 [2022-07-28T07:49:34.741Z] #55 33.98 go: downloading github.com/ashanbrown/makezero v1.1.1
07:49:34 [2022-07-28T07:49:34.741Z] #55 34.19 go: downloading github.com/bkielbasa/cyclop v1.2.0
07:49:34 [2022-07-28T07:49:34.741Z] #55 34.40 go: downloading github.com/blizzy78/varnamelen v0.8.0
07:49:34 [2022-07-28T07:49:34.741Z] #55 34.40 go: downloading github.com/bombsimon/wsl/v3 v3.3.0
07:49:34 [2022-07-28T07:49:34.741Z] #55 34.73 go: downloading github.com/breml/bidichk v0.2.3
07:49:34 [2022-07-28T07:49:34.741Z] #55 34.80 go: downloading github.com/breml/errchkjson v0.3.0
07:49:34 [2022-07-28T07:49:34.741Z] #55 34.88 go: downloading github.com/butuzov/ireturn v0.1.1
07:49:34 [2022-07-28T07:49:34.741Z] #55 35.19 go: downloading github.com/charithe/durationcheck v0.0.9
07:49:34 [2022-07-28T07:49:34.741Z] #55 35.20 go: downloading github.com/daixiang0/gci v0.3.3
07:49:34 [2022-07-28T07:49:34.878Z] #62 51.90 go: downloading github.com/golang/protobuf v1.5.2
07:49:34 [2022-07-28T07:49:34.878Z] #62 51.90 go: downloading github.com/prometheus/common v0.32.1
07:49:34 [2022-07-28T07:49:34.916Z] 
07:49:34 [2022-07-28T07:49:34.916Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:2ce44bbc00a79113c296d9d25524e15d423b23303fdbbe20190d2f96e0aeb251
07:49:34 [2022-07-28T07:49:34.916Z] #28 sha256:c1b88fec16cdc6c1bf13d39715e221d6e77d28f068e004e67742c8bf0a17feda
07:49:34 [2022-07-28T07:49:34.977Z] #11 sha256:c28818711e1ed38df107014a20127b41491b224d7aed8aa7066b55552d9600d2 54.58MB / 54.58MB 2.0s done
07:49:34 [2022-07-28T07:49:34.977Z] #11 sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a 85.90MB / 85.90MB 2.1s
07:49:34 [2022-07-28T07:49:34.977Z] #11 sha256:4adeeae69874458b752174f3126331d2a17d800831d8743d675198836e90ca92 157B / 157B 2.1s
07:49:35 [2022-07-28T07:49:35.001Z] #55 35.52 go: downloading github.com/denis-tingaikin/go-header v0.4.3
07:49:35 [2022-07-28T07:49:35.041Z] 
07:49:35 [2022-07-28T07:49:35.041Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:2ce44bbc00a79113c296d9d25524e15d423b23303fdbbe20190d2f96e0aeb251
07:49:35 [2022-07-28T07:49:35.041Z] #28 sha256:6c963cca825e8fceec1ba3ec5ba849cf1d5db3e21b2fa20e96ca4fdf0b0d5e73
07:49:35 [2022-07-28T07:49:35.041Z] #28 resolve docker.io/library/debian:bullseye@sha256:2ce44bbc00a79113c296d9d25524e15d423b23303fdbbe20190d2f96e0aeb251 0.0s done
07:49:35 [2022-07-28T07:49:35.041Z] #28 sha256:16b6769bf0827b7d2e1c487018a4c598c4985a3d0fa60dcfa7af3505554b0f7d 529B / 529B done
07:49:35 [2022-07-28T07:49:35.041Z] #28 sha256:c7e601276d47957134e06e6611a00cda66bcf66977434494b0a2425d8d2d3cd7 1.48kB / 1.48kB done
07:49:35 [2022-07-28T07:49:35.041Z] #28 sha256:2ce44bbc00a79113c296d9d25524e15d423b23303fdbbe20190d2f96e0aeb251 1.85kB / 1.85kB done
07:49:35 [2022-07-28T07:49:35.262Z] #55 35.72 go: downloading github.com/esimonov/ifshort v1.0.4
07:49:35 [2022-07-28T07:49:35.298Z] #28 sha256:cfc947b533a3ed8b8ce79820c7fe5e7634bf9c08479ed0aee1e74ee7b4f2b068 30.38MB / 53.68MB 0.5s
07:49:35 [2022-07-28T07:49:35.446Z] #62 52.67 go: downloading github.com/prometheus/procfs v0.7.3
07:49:35 [2022-07-28T07:49:35.446Z] #62 52.67 go: downloading google.golang.org/protobuf v1.28.0
07:49:35 [2022-07-28T07:49:35.522Z] #55 35.85 go: downloading github.com/firefart/nonamedreturns v1.0.1
07:49:35 [2022-07-28T07:49:35.522Z] #55 36.09 go: downloading github.com/fzipp/gocyclo v0.5.1
07:49:35 [2022-07-28T07:49:35.581Z] #28 sha256:cfc947b533a3ed8b8ce79820c7fe5e7634bf9c08479ed0aee1e74ee7b4f2b068 42.99MB / 53.68MB 0.6s
07:49:35 [2022-07-28T07:49:35.783Z] #55 36.23 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
07:49:35 [2022-07-28T07:49:35.845Z] #28 ...
07:49:35 [2022-07-28T07:49:35.845Z] 
07:49:35 [2022-07-28T07:49:35.845Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key
07:49:35 [2022-07-28T07:49:35.845Z] #49 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4
07:49:35 [2022-07-28T07:49:35.845Z] #49 DONE 0.0s
07:49:35 [2022-07-28T07:49:35.845Z] 
07:49:35 [2022-07-28T07:49:35.845Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:2ce44bbc00a79113c296d9d25524e15d423b23303fdbbe20190d2f96e0aeb251
07:49:35 [2022-07-28T07:49:35.845Z] #28 sha256:6c963cca825e8fceec1ba3ec5ba849cf1d5db3e21b2fa20e96ca4fdf0b0d5e73
07:49:35 [2022-07-28T07:49:35.845Z] #28 sha256:cfc947b533a3ed8b8ce79820c7fe5e7634bf9c08479ed0aee1e74ee7b4f2b068 53.68MB / 53.68MB 0.9s
07:49:35 [2022-07-28T07:49:35.905Z] #11 sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a 85.90MB / 85.90MB 2.9s done
07:49:35 [2022-07-28T07:49:35.905Z] #11 sha256:4adeeae69874458b752174f3126331d2a17d800831d8743d675198836e90ca92 157B / 157B 2.9s done
07:49:35 [2022-07-28T07:49:35.905Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 3.15MB / 141.81MB 3.0s
07:49:36 [2022-07-28T07:49:36.044Z] #55 36.39 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
07:49:36 [2022-07-28T07:49:36.044Z] #55 36.43 go: downloading github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe
07:49:36 [2022-07-28T07:49:36.044Z] #55 36.53 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
07:49:36 [2022-07-28T07:49:36.171Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 15.73MB / 141.81MB 3.2s
07:49:36 [2022-07-28T07:49:36.171Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 23.07MB / 141.81MB 3.3s
07:49:36 [2022-07-28T07:49:36.305Z] #55 ...
07:49:36 [2022-07-28T07:49:36.305Z] 
07:49:36 [2022-07-28T07:49:36.305Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
07:49:36 [2022-07-28T07:49:36.305Z] #67 sha256:684f6b5af87a6c06a0306e7ddde576b4a8b7c63599f34b8990adc5a427f006e1
07:49:36 [2022-07-28T07:49:36.305Z] #67 26.19 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
07:49:36 [2022-07-28T07:49:36.305Z] #67 26.62 go: downloading github.com/russross/blackfriday/v2 v2.1.0
07:49:36 [2022-07-28T07:49:36.305Z] #67 ...
07:49:36 [2022-07-28T07:49:36.305Z] 
07:49:36 [2022-07-28T07:49:36.305Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:49:36 [2022-07-28T07:49:36.305Z] #55 sha256:6a5ba43a879545395035c8edb2d77f5663eaeac2aed4ebd5825ef0a4ef562291
07:49:36 [2022-07-28T07:49:36.305Z] #55 36.96 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
07:49:36 [2022-07-28T07:49:36.431Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 32.51MB / 141.81MB 3.5s
07:49:36 [2022-07-28T07:49:36.431Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 44.04MB / 141.81MB 3.6s
07:49:36 [2022-07-28T07:49:36.690Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 62.91MB / 141.81MB 3.9s
07:49:36 [2022-07-28T07:49:36.774Z] #28 extracting sha256:cfc947b533a3ed8b8ce79820c7fe5e7634bf9c08479ed0aee1e74ee7b4f2b068
07:49:36 [2022-07-28T07:49:36.824Z] #28 extracting sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 11.7s done
07:49:36 [2022-07-28T07:49:36.824Z] #28 DONE 14.9s
07:49:36 [2022-07-28T07:49:36.824Z] 
07:49:36 [2022-07-28T07:49:36.824Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
07:49:36 [2022-07-28T07:49:36.824Z] #29 sha256:86d0fe8e3d75de108c042a485c0bbbd0a07573c0631bc783dff6637327710de0
07:49:36 [2022-07-28T07:49:36.825Z] #62 53.83 go: downloading github.com/mattn/go-runewidth v0.0.9
07:49:36 [2022-07-28T07:49:36.875Z] #55 37.33 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
07:49:36 [2022-07-28T07:49:36.875Z] #55 ...
07:49:36 [2022-07-28T07:49:36.875Z] 
07:49:36 [2022-07-28T07:49:36.875Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
07:49:36 [2022-07-28T07:49:36.875Z] #42 sha256:d5f8a01c2e1a5370173910ff1b6fd1dd838253998709bec1c0416141f69afbfb
07:49:36 [2022-07-28T07:49:36.875Z] #42 27.33 Fetched 8561 kB in 22s (395 kB/s)
07:49:36 [2022-07-28T07:49:36.875Z] #42 27.33 Reading package lists...
07:49:36 [2022-07-28T07:49:36.875Z] #42 ...
07:49:36 [2022-07-28T07:49:36.875Z] 
07:49:36 [2022-07-28T07:49:36.875Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:49:36 [2022-07-28T07:49:36.875Z] #55 sha256:6a5ba43a879545395035c8edb2d77f5663eaeac2aed4ebd5825ef0a4ef562291
07:49:36 [2022-07-28T07:49:36.875Z] #55 37.50 go: downloading github.com/golangci/misspell v0.3.5
07:49:36 [2022-07-28T07:49:36.952Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 71.35MB / 141.81MB 4.0s
07:49:36 [2022-07-28T07:49:36.952Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 87.03MB / 141.81MB 4.2s
07:49:37 [2022-07-28T07:49:37.135Z] #55 37.54 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
07:49:37 [2022-07-28T07:49:37.135Z] #55 37.71 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8
07:49:37 [2022-07-28T07:49:37.135Z] #55 ...
07:49:37 [2022-07-28T07:49:37.135Z] 
07:49:37 [2022-07-28T07:49:37.135Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:49:37 [2022-07-28T07:49:37.135Z] #14 sha256:b25eac2f6ddf70c42113ea1e9c9616359e7796e8a4be5e3f87392c5fb5b439d0
07:49:37 [2022-07-28T07:49:37.135Z] #14 27.77 Fetched 8561 kB in 22s (394 kB/s)
07:49:37 [2022-07-28T07:49:37.135Z] #14 27.77 Reading package lists...
07:49:37 [2022-07-28T07:49:37.210Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 96.47MB / 141.81MB 4.4s
07:49:37 [2022-07-28T07:49:37.395Z] #14 ...
07:49:37 [2022-07-28T07:49:37.395Z] 
07:49:37 [2022-07-28T07:49:37.395Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
07:49:37 [2022-07-28T07:49:37.395Z] #42 sha256:d5f8a01c2e1a5370173910ff1b6fd1dd838253998709bec1c0416141f69afbfb
07:49:37 [2022-07-28T07:49:37.467Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 111.69MB / 141.81MB 4.6s
07:49:37 [2022-07-28T07:49:37.724Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 131.07MB / 141.81MB 4.8s
07:49:37 [2022-07-28T07:49:37.724Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 141.56MB / 141.81MB 4.9s
07:49:38 [2022-07-28T07:49:38.204Z] #62 55.32 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
07:49:38 [2022-07-28T07:49:38.652Z] #11 ...
07:49:38 [2022-07-28T07:49:38.652Z] 
07:49:38 [2022-07-28T07:49:38.652Z] #24 [internal] load build context
07:49:38 [2022-07-28T07:49:38.652Z] #24 sha256:11228eec908c57e29c3531489e5e0b38917d18e3342d0a39172e813d6dcbe532
07:49:38 [2022-07-28T07:49:38.652Z] #24 transferring context: 62.07MB 5.2s done
07:49:38 [2022-07-28T07:49:38.652Z] #24 DONE 6.0s
07:49:38 [2022-07-28T07:49:38.652Z] 
07:49:38 [2022-07-28T07:49:38.652Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:4b1a190d22371bdd111f1c5448b4c06f268d059ea3d04d332dc54f4ebb7ca06b
07:49:38 [2022-07-28T07:49:38.652Z] #11 sha256:bf54ea050dbb17499865fb38b00bd6d8ac73cbc254b72979b18f9d6e70279638
07:49:38 [2022-07-28T07:49:38.652Z] #11 ...
07:49:38 [2022-07-28T07:49:38.652Z] 
07:49:38 [2022-07-28T07:49:38.652Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
07:49:38 [2022-07-28T07:49:38.652Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
07:49:38 [2022-07-28T07:49:38.652Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 3.3s done
07:49:38 [2022-07-28T07:49:38.652Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.0s done
07:49:38 [2022-07-28T07:49:38.724Z] #29 1.559 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
07:49:38 [2022-07-28T07:49:38.725Z] #29 1.565 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
07:49:38 [2022-07-28T07:49:38.725Z] #29 1.565 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
07:49:38 [2022-07-28T07:49:38.725Z] #29 1.806 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
07:49:38 [2022-07-28T07:49:38.773Z] #62 ...
07:49:38 [2022-07-28T07:49:38.773Z] 
07:49:38 [2022-07-28T07:49:38.773Z] #64 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2"      && /build/shfmt --version
07:49:38 [2022-07-28T07:49:38.773Z] #64 sha256:e5df52e26a68746b0bf2040b302f767d48979c354574e3fe2d7b186d1bae51bb
07:49:38 [2022-07-28T07:49:38.773Z] #64 55.23 v3.0.2
07:49:38 [2022-07-28T07:49:38.773Z] #64 DONE 55.8s
07:49:38 [2022-07-28T07:49:38.773Z] 
07:49:38 [2022-07-28T07:49:38.773Z] #41 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
07:49:38 [2022-07-28T07:49:38.773Z] #41 sha256:d2cbdd6a29733efe204107531a63420dd0914582d52234dd597a7076fc70e19c
07:49:38 [2022-07-28T07:49:38.773Z] #41 52.29 Updating files:  77% (1181/1521)
Updating files:  78% (1187/1521)
Updating files:  79% (1202/1521)
Updating files:  80% (1217/1521)
Updating files:  81% (1233/1521)
Updating files:  82% (1248/1521)
Updating files:  83% (1263/1521)
Updating files:  84% (1278/1521)
Updating files:  85% (1293/1521)
Updating files:  86% (1309/1521)
Updating files:  87% (1324/1521)
Updating files:  88% (1339/1521)
Updating files:  89% (1354/1521)
Updating files:  90% (1369/1521)
Updating files:  91% (1385/1521)
Updating files:  92% (1400/1521)
Updating files:  92% (1413/1521)
Updating files:  93% (1415/1521)
Updating files:  94% (1430/1521)
Updating files:  95% (1445/1521)
Updating files:  96% (1461/1521)
Updating files:  97% (1476/1521)
Updating files:  98% (1491/1521)
Updating files:  99% (1506/1521)
Updating files: 100% (1521/1521)
Updating files: 100% (1521/1521), done.
07:49:38 [2022-07-28T07:49:38.773Z] #41 53.53 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c
07:49:38 [2022-07-28T07:49:38.773Z] #41 53.80 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
07:49:38 [2022-07-28T07:49:38.982Z] #29 2.082 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [168 kB]
07:49:39 [2022-07-28T07:49:39.214Z] #71 DONE 6.3s
07:49:39 [2022-07-28T07:49:39.214Z] 
07:49:39 [2022-07-28T07:49:39.214Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
07:49:39 [2022-07-28T07:49:39.214Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
07:49:39 [2022-07-28T07:49:39.214Z] #73 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
07:49:39 [2022-07-28T07:49:39.214Z] #73 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
07:49:39 [2022-07-28T07:49:39.214Z] #73 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
07:49:39 [2022-07-28T07:49:39.214Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 3.5s done
07:49:39 [2022-07-28T07:49:39.214Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 2.1s done
07:49:39 [2022-07-28T07:49:39.214Z] #73 DONE 6.4s
07:49:39 [2022-07-28T07:49:39.214Z] 
07:49:39 [2022-07-28T07:49:39.214Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:4b1a190d22371bdd111f1c5448b4c06f268d059ea3d04d332dc54f4ebb7ca06b
07:49:39 [2022-07-28T07:49:39.214Z] #11 sha256:bf54ea050dbb17499865fb38b00bd6d8ac73cbc254b72979b18f9d6e70279638
07:49:39 [2022-07-28T07:49:39.214Z] #11 sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 141.81MB / 141.81MB 6.1s done
07:49:39 [2022-07-28T07:49:39.550Z] #29 2.625 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
07:49:39 [2022-07-28T07:49:39.778Z] #11 extracting sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 5.1s
07:49:39 [2022-07-28T07:49:39.960Z] #42 37.92 Reading package lists...
07:49:39 [2022-07-28T07:49:39.960Z] #42 ...
07:49:39 [2022-07-28T07:49:39.960Z] 
07:49:39 [2022-07-28T07:49:39.960Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
07:49:39 [2022-07-28T07:49:39.960Z] #62 sha256:34bfbe9b681f5ebc46aa2b0b23925fe24fac41e1b9a5ab09857ba3a5988905e2
07:49:39 [2022-07-28T07:49:39.960Z] #62 30.47 Fetched 8561 kB in 24s (354 kB/s)
07:49:39 [2022-07-28T07:49:39.960Z] #62 30.47 Reading package lists...
07:49:40 [2022-07-28T07:49:40.221Z] #62 40.14 Reading package lists...
07:49:40 [2022-07-28T07:49:40.221Z] #62 ...
07:49:40 [2022-07-28T07:49:40.221Z] 
07:49:40 [2022-07-28T07:49:40.221Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:49:40 [2022-07-28T07:49:40.221Z] #55 sha256:6a5ba43a879545395035c8edb2d77f5663eaeac2aed4ebd5825ef0a4ef562291
07:49:40 [2022-07-28T07:49:40.221Z] #55 37.96 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
07:49:40 [2022-07-28T07:49:40.221Z] #55 38.09 go: downloading github.com/gostaticanalysis/nilerr v0.1.1
07:49:40 [2022-07-28T07:49:40.222Z] #55 38.12 go: downloading github.com/jgautheron/goconst v1.5.1
07:49:40 [2022-07-28T07:49:40.222Z] #55 38.26 go: downloading github.com/jingyugao/rowserrcheck v1.1.1
07:49:40 [2022-07-28T07:49:40.222Z] #55 38.32 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
07:49:40 [2022-07-28T07:49:40.222Z] #55 38.44 go: downloading github.com/julz/importas v0.1.0
07:49:40 [2022-07-28T07:49:40.222Z] #55 38.50 go: downloading github.com/kisielk/errcheck v1.6.0
07:49:40 [2022-07-28T07:49:40.222Z] #55 38.61 go: downloading github.com/kulti/thelper v0.6.2
07:49:40 [2022-07-28T07:49:40.222Z] #55 38.78 go: downloading github.com/kunwardeep/paralleltest v1.0.3
07:49:40 [2022-07-28T07:49:40.222Z] #55 38.86 go: downloading github.com/kyoh86/exportloopref v0.1.8
07:49:40 [2022-07-28T07:49:40.222Z] #55 39.00 go: downloading github.com/ldez/tagliatelle v0.3.1
07:49:40 [2022-07-28T07:49:40.222Z] #55 39.25 go: downloading github.com/leonklingele/grouper v1.1.0
07:49:40 [2022-07-28T07:49:40.222Z] #55 39.28 go: downloading github.com/lufeee/execinquery v1.2.1
07:49:40 [2022-07-28T07:49:40.222Z] #55 39.41 go: downloading github.com/maratori/testpackage v1.0.1
07:49:40 [2022-07-28T07:49:40.222Z] #55 39.48 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951
07:49:40 [2022-07-28T07:49:40.222Z] #55 39.75 go: downloading github.com/mbilski/exhaustivestruct v1.2.0
07:49:40 [2022-07-28T07:49:40.222Z] #55 39.75 go: downloading github.com/mgechev/revive v1.2.1
07:49:40 [2022-07-28T07:49:40.516Z] #55 41.08 go: downloading github.com/moricho/tparallel v0.2.1
07:49:40 [2022-07-28T07:49:40.756Z] #11 extracting sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 6.0s done
07:49:40 [2022-07-28T07:49:40.756Z] #11 extracting sha256:66a9e63c657ad881997f5165c0826be395bfc064415876b9fbaae74bcb5dc721
07:49:40 [2022-07-28T07:49:40.756Z] #11 ...
07:49:40 [2022-07-28T07:49:40.756Z] 
07:49:40 [2022-07-28T07:49:40.756Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:2ce44bbc00a79113c296d9d25524e15d423b23303fdbbe20190d2f96e0aeb251
07:49:40 [2022-07-28T07:49:40.756Z] #28 sha256:c1b88fec16cdc6c1bf13d39715e221d6e77d28f068e004e67742c8bf0a17feda
07:49:40 [2022-07-28T07:49:40.756Z] #28 resolve docker.io/library/debian:bullseye@sha256:2ce44bbc00a79113c296d9d25524e15d423b23303fdbbe20190d2f96e0aeb251 0.1s done
07:49:40 [2022-07-28T07:49:40.756Z] #28 sha256:2ce44bbc00a79113c296d9d25524e15d423b23303fdbbe20190d2f96e0aeb251 1.85kB / 1.85kB done
07:49:40 [2022-07-28T07:49:40.756Z] #28 sha256:c11d2593cb741ae8a36d0de9cd240d13518e95f50bccfa8d00a668c006db181e 529B / 529B done
07:49:40 [2022-07-28T07:49:40.756Z] #28 sha256:123c2f3835fd73f108008a94bf92ebbce0853c48cbb713e8fa2a70a995282c8b 1.46kB / 1.46kB done
07:49:40 [2022-07-28T07:49:40.756Z] #28 sha256:d836772a1c1f9c4b1f280fb2a98ace30a4c4c87370f89aa092b35dfd9556278a 55.00MB / 55.00MB 1.2s done
07:49:40 [2022-07-28T07:49:40.756Z] #28 DONE 8.0s
07:49:40 [2022-07-28T07:49:40.756Z] 
07:49:40 [2022-07-28T07:49:40.756Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:4b1a190d22371bdd111f1c5448b4c06f268d059ea3d04d332dc54f4ebb7ca06b
07:49:40 [2022-07-28T07:49:40.756Z] #11 sha256:bf54ea050dbb17499865fb38b00bd6d8ac73cbc254b72979b18f9d6e70279638
07:49:40 [2022-07-28T07:49:40.807Z] #55 41.20 go: downloading github.com/nakabonne/nestif v0.3.1
07:49:40 [2022-07-28T07:49:40.807Z] #55 41.27 go: downloading github.com/nishanths/exhaustive v0.7.11
07:49:40 [2022-07-28T07:49:40.925Z] #29 3.735 Fetched 8561 kB in 2s (3489 kB/s)
07:49:40 [2022-07-28T07:49:40.959Z] #28 ...
07:49:40 [2022-07-28T07:49:40.959Z] 
07:49:40 [2022-07-28T07:49:40.959Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
07:49:40 [2022-07-28T07:49:40.959Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
07:49:40 [2022-07-28T07:49:40.959Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
07:49:40 [2022-07-28T07:49:40.959Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
07:49:40 [2022-07-28T07:49:40.959Z] #71 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
07:49:40 [2022-07-28T07:49:40.959Z] #71 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
07:49:40 [2022-07-28T07:49:40.959Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.5s done
07:49:40 [2022-07-28T07:49:40.959Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.1s done
07:49:40 [2022-07-28T07:49:40.959Z] #71 DONE 5.5s
07:49:40 [2022-07-28T07:49:40.959Z] 
07:49:40 [2022-07-28T07:49:40.959Z] #24 [internal] load build context
07:49:40 [2022-07-28T07:49:40.959Z] #24 sha256:13ff7b784fe51be6481262f827f19bcf00d57cfaca0e084fbe94a1dce145ff1c
07:49:40 [2022-07-28T07:49:40.959Z] #24 transferring context: 62.09MB 2.6s done
07:49:40 [2022-07-28T07:49:40.959Z] #24 DONE 5.7s
07:49:40 [2022-07-28T07:49:40.959Z] 
07:49:40 [2022-07-28T07:49:40.959Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
07:49:40 [2022-07-28T07:49:40.959Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
07:49:40 [2022-07-28T07:49:40.959Z] #73 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
07:49:40 [2022-07-28T07:49:40.959Z] #73 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
07:49:40 [2022-07-28T07:49:40.959Z] #73 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
07:49:40 [2022-07-28T07:49:40.959Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.8s done
07:49:40 [2022-07-28T07:49:40.959Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.1s done
07:49:40 [2022-07-28T07:49:40.959Z] #73 DONE 5.7s
07:49:40 [2022-07-28T07:49:40.959Z] 
07:49:40 [2022-07-28T07:49:40.959Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:4b1a190d22371bdd111f1c5448b4c06f268d059ea3d04d332dc54f4ebb7ca06b
07:49:40 [2022-07-28T07:49:40.959Z] #11 sha256:237848b3d59729a0118f6e1acfe6dcbad14ba114ebaee44cb0ba011e9debbd4d
07:49:40 [2022-07-28T07:49:40.959Z] #11 resolve docker.io/library/golang:1.18.4-bullseye@sha256:4b1a190d22371bdd111f1c5448b4c06f268d059ea3d04d332dc54f4ebb7ca06b 0.0s done
07:49:40 [2022-07-28T07:49:40.959Z] #11 sha256:4b1a190d22371bdd111f1c5448b4c06f268d059ea3d04d332dc54f4ebb7ca06b 1.86kB / 1.86kB done
07:49:40 [2022-07-28T07:49:40.959Z] #11 sha256:a083dca7c9d252411e94154be7aa88a2f97f34dd8fa1c05a15cdd39bf6a25523 1.80kB / 1.80kB done
07:49:40 [2022-07-28T07:49:40.959Z] #11 sha256:493a77666ad570b208236daf750785d12f1299c472aec950f864af339fd17a8a 7.12kB / 7.12kB done
07:49:40 [2022-07-28T07:49:40.959Z] #11 sha256:cfc947b533a3ed8b8ce79820c7fe5e7634bf9c08479ed0aee1e74ee7b4f2b068 53.68MB / 53.68MB 1.4s done
07:49:40 [2022-07-28T07:49:40.959Z] #11 sha256:9ca36aa4204d2a708dcd1d41d1d4a128b095f8d88a2f9544f89799c36914e356 5.14MB / 5.14MB 2.1s done
07:49:40 [2022-07-28T07:49:40.959Z] #11 extracting sha256:cfc947b533a3ed8b8ce79820c7fe5e7634bf9c08479ed0aee1e74ee7b4f2b068 3.0s done
07:49:40 [2022-07-28T07:49:40.959Z] #11 sha256:1fdcd2014de70fbce8c43a70cd1f42bceab4f1e35953db987fc318dbc0fb0d26 10.66MB / 10.66MB 2.3s done
07:49:40 [2022-07-28T07:49:40.959Z] #11 sha256:e288b20a616767a00416e22f7d8ee6390ba5b48061d92577f55bdb11121e6946 54.67MB / 54.67MB 3.6s done
07:49:40 [2022-07-28T07:49:40.959Z] #11 sha256:1a9b19461cd686052be44ec4c45a32b561c328b7fcf9fa7bbe1635660ca5e218 81.11MB / 81.11MB 5.3s done
07:49:40 [2022-07-28T07:49:40.959Z] #11 sha256:c1cef2ac96d31d12ce27265c48fd08344bcaa6cd76ba7eee285a37a4b4e17c57 15.73MB / 108.94MB 5.6s
07:49:40 [2022-07-28T07:49:40.959Z] #11 extracting sha256:9ca36aa4204d2a708dcd1d41d1d4a128b095f8d88a2f9544f89799c36914e356 0.1s
07:49:40 [2022-07-28T07:49:40.959Z] #11 sha256:061673f9eac272017bd26ec1d4422e8f3f6f25dd10b685a2c4431ecb59936e2a 126B / 126B 5.5s done
07:49:40 [2022-07-28T07:49:40.959Z] #11 ...
07:49:40 [2022-07-28T07:49:40.959Z] 
07:49:40 [2022-07-28T07:49:40.959Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:2ce44bbc00a79113c296d9d25524e15d423b23303fdbbe20190d2f96e0aeb251
07:49:40 [2022-07-28T07:49:40.959Z] #28 sha256:6c963cca825e8fceec1ba3ec5ba849cf1d5db3e21b2fa20e96ca4fdf0b0d5e73
07:49:40 [2022-07-28T07:49:40.959Z] #28 DONE 5.8s
07:49:40 [2022-07-28T07:49:40.959Z] 
07:49:40 [2022-07-28T07:49:40.959Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:4b1a190d22371bdd111f1c5448b4c06f268d059ea3d04d332dc54f4ebb7ca06b
07:49:40 [2022-07-28T07:49:40.959Z] #11 sha256:237848b3d59729a0118f6e1acfe6dcbad14ba114ebaee44cb0ba011e9debbd4d
07:49:40 [2022-07-28T07:49:40.959Z] #11 sha256:c1cef2ac96d31d12ce27265c48fd08344bcaa6cd76ba7eee285a37a4b4e17c57 28.31MB / 108.94MB 5.7s
07:49:40 [2022-07-28T07:49:40.959Z] #11 extracting sha256:9ca36aa4204d2a708dcd1d41d1d4a128b095f8d88a2f9544f89799c36914e356 0.4s done
07:49:40 [2022-07-28T07:49:40.959Z] #11 sha256:c1cef2ac96d31d12ce27265c48fd08344bcaa6cd76ba7eee285a37a4b4e17c57 44.04MB / 108.94MB 5.9s
07:49:41 [2022-07-28T07:49:41.083Z] #55 41.63 go: downloading github.com/nishanths/predeclared v0.2.2
07:49:41 [2022-07-28T07:49:41.216Z] #11 sha256:c1cef2ac96d31d12ce27265c48fd08344bcaa6cd76ba7eee285a37a4b4e17c57 50.33MB / 108.94MB 6.0s
07:49:41 [2022-07-28T07:49:41.216Z] #11 sha256:c1cef2ac96d31d12ce27265c48fd08344bcaa6cd76ba7eee285a37a4b4e17c57 68.16MB / 108.94MB 6.2s
07:49:41 [2022-07-28T07:49:41.216Z] #11 sha256:c1cef2ac96d31d12ce27265c48fd08344bcaa6cd76ba7eee285a37a4b4e17c57 83.89MB / 108.94MB 6.3s
07:49:41 [2022-07-28T07:49:41.313Z] #41 ...
07:49:41 [2022-07-28T07:49:41.313Z] 
07:49:41 [2022-07-28T07:49:41.313Z] #83 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
07:49:41 [2022-07-28T07:49:41.313Z] #83 sha256:306ba19f1dc993c39966bb8490da17ab0369cd0c126ceb831f7ef89a39102969
07:49:41 [2022-07-28T07:49:41.313Z] #83 48.27 Selecting previously unselected package bzip2.
07:49:41 [2022-07-28T07:49:41.313Z] #83 48.27 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15717 files and directories currently installed.)
07:49:41 [2022-07-28T07:49:41.313Z] #83 48.34 Preparing to unpack .../00-bzip2_1.0.8-4_amd64.deb ...
07:49:41 [2022-07-28T07:49:41.313Z] #83 48.36 Unpacking bzip2 (1.0.8-4) ...
07:49:41 [2022-07-28T07:49:41.313Z] #83 48.55 Selecting previously unselected package libmagic-mgc.
07:49:41 [2022-07-28T07:49:41.313Z] #83 48.55 Preparing to unpack .../01-libmagic-mgc_1%3a5.39-3_amd64.deb ...
07:49:41 [2022-07-28T07:49:41.313Z] #83 48.55 Unpacking libmagic-mgc (1:5.39-3) ...
07:49:41 [2022-07-28T07:49:41.313Z] #83 49.61 Selecting previously unselected package libmagic1:amd64.
07:49:41 [2022-07-28T07:49:41.313Z] #83 49.62 Preparing to unpack .../02-libmagic1_1%3a5.39-3_amd64.deb ...
07:49:41 [2022-07-28T07:49:41.313Z] #83 49.63 Unpacking libmagic1:amd64 (1:5.39-3) ...
07:49:41 [2022-07-28T07:49:41.313Z] #83 50.05 Selecting previously unselected package file.
07:49:41 [2022-07-28T07:49:41.313Z] #83 50.05 Preparing to unpack .../03-file_1%3a5.39-3_amd64.deb ...
07:49:41 [2022-07-28T07:49:41.313Z] #83 50.06 Unpacking file (1:5.39-3) ...
07:49:41 [2022-07-28T07:49:41.313Z] #83 50.57 Selecting previously unselected package xz-utils.
07:49:41 [2022-07-28T07:49:41.313Z] #83 50.57 Preparing to unpack .../04-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
07:49:41 [2022-07-28T07:49:41.313Z] #83 50.60 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
07:49:41 [2022-07-28T07:49:41.313Z] #83 51.43 Selecting previously unselected package libsigsegv2:amd64.
07:49:41 [2022-07-28T07:49:41.313Z] #83 51.43 Preparing to unpack .../05-libsigsegv2_2.13-1_amd64.deb ...
07:49:41 [2022-07-28T07:49:41.313Z] #83 51.45 Unpacking libsigsegv2:amd64 (2.13-1) ...
07:49:41 [2022-07-28T07:49:41.313Z] #83 51.65 Selecting previously unselected package m4.
07:49:41 [2022-07-28T07:49:41.313Z] #83 51.66 Preparing to unpack .../06-m4_1.4.18-5_amd64.deb ...
07:49:41 [2022-07-28T07:49:41.313Z] #83 51.67 Unpacking m4 (1.4.18-5) ...
07:49:41 [2022-07-28T07:49:41.313Z] #83 52.03 Selecting previously unselected package autoconf.
07:49:41 [2022-07-28T07:49:41.313Z] #83 52.03 Preparing to unpack .../07-autoconf_2.69-14_all.deb ...
07:49:41 [2022-07-28T07:49:41.313Z] #83 52.05 Unpacking autoconf (2.69-14) ...
07:49:41 [2022-07-28T07:49:41.313Z] #83 52.67 Selecting previously unselected package autotools-dev.
07:49:41 [2022-07-28T07:49:41.313Z] #83 52.67 Preparing to unpack .../08-autotools-dev_20180224.1+nmu1_all.deb ...
07:49:41 [2022-07-28T07:49:41.313Z] #83 52.73 Unpacking autotools-dev (20180224.1+nmu1) ...
07:49:41 [2022-07-28T07:49:41.313Z] #83 52.94 Selecting previously unselected package automake.
07:49:41 [2022-07-28T07:49:41.313Z] #83 52.94 Preparing to unpack .../09-automake_1%3a1.16.3-2_all.deb ...
07:49:41 [2022-07-28T07:49:41.313Z] #83 52.96 Unpacking automake (1:1.16.3-2) ...
07:49:41 [2022-07-28T07:49:41.313Z] #83 53.76 Selecting previously unselected package patch.
07:49:41 [2022-07-28T07:49:41.313Z] #83 53.77 Preparing to unpack .../10-patch_2.7.6-7_amd64.deb ...
07:49:41 [2022-07-28T07:49:41.313Z] #83 53.79 Unpacking patch (2.7.6-7) ...
07:49:41 [2022-07-28T07:49:41.313Z] #83 54.21 Selecting previously unselected package dpkg-dev.
07:49:41 [2022-07-28T07:49:41.313Z] #83 54.22 Preparing to unpack .../11-dpkg-dev_1.20.11_all.deb ...
07:49:41 [2022-07-28T07:49:41.313Z] #83 54.26 Unpacking dpkg-dev (1.20.11) ...
07:49:41 [2022-07-28T07:49:41.313Z] #83 55.90 Selecting previously unselected package build-essential.
07:49:41 [2022-07-28T07:49:41.313Z] #83 55.93 Preparing to unpack .../12-build-essential_12.9_amd64.deb ...
07:49:41 [2022-07-28T07:49:41.313Z] #83 55.95 Unpacking build-essential (12.9) ...
07:49:41 [2022-07-28T07:49:41.313Z] #83 56.08 Selecting previously unselected package libcap2:amd64.
07:49:41 [2022-07-28T07:49:41.313Z] #83 56.08 Preparing to unpack .../13-libcap2_1%3a2.44-1_amd64.deb ...
07:49:41 [2022-07-28T07:49:41.313Z] #83 56.09 Unpacking libcap2:amd64 (1:2.44-1) ...
07:49:41 [2022-07-28T07:49:41.313Z] #83 56.21 Selecting previously unselected package libcap-dev:amd64.
07:49:41 [2022-07-28T07:49:41.313Z] #83 56.24 Preparing to unpack .../14-libcap-dev_1%3a2.44-1_amd64.deb ...
07:49:41 [2022-07-28T07:49:41.313Z] #83 56.24 Unpacking libcap-dev:amd64 (1:2.44-1) ...
07:49:41 [2022-07-28T07:49:41.313Z] #83 56.42 Selecting previously unselected package libprotobuf-c1:amd64.
07:49:41 [2022-07-28T07:49:41.313Z] #83 56.42 Preparing to unpack .../15-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
07:49:41 [2022-07-28T07:49:41.313Z] #83 56.43 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
07:49:41 [2022-07-28T07:49:41.313Z] #83 56.59 Selecting previously unselected package libprotobuf-c-dev:amd64.
07:49:41 [2022-07-28T07:49:41.313Z] #83 56.62 Preparing to unpack .../16-libprotobuf-c-dev_1.3.3-1+b2_amd64.deb ...
07:49:41 [2022-07-28T07:49:41.313Z] #83 56.62 Unpacking libprotobuf-c-dev:amd64 (1.3.3-1+b2) ...
07:49:41 [2022-07-28T07:49:41.313Z] #83 56.81 Selecting previously unselected package libseccomp-dev:amd64.
07:49:41 [2022-07-28T07:49:41.313Z] #83 56.81 Preparing to unpack .../17-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
07:49:41 [2022-07-28T07:49:41.313Z] #83 56.86 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
07:49:41 [2022-07-28T07:49:41.313Z] #83 57.10 Selecting previously unselected package libsystemd-dev:amd64.
07:49:41 [2022-07-28T07:49:41.313Z] #83 57.10 Preparing to unpack .../18-libsystemd-dev_247.3-7_amd64.deb ...
07:49:41 [2022-07-28T07:49:41.313Z] #83 57.11 Unpacking libsystemd-dev:amd64 (247.3-7) ...
07:49:41 [2022-07-28T07:49:41.313Z] #83 58.22 Selecting previously unselected package libtool.
07:49:41 [2022-07-28T07:49:41.313Z] #83 58.23 Preparing to unpack .../19-libtool_2.4.6-15_all.deb ...
07:49:41 [2022-07-28T07:49:41.313Z] #83 58.29 Unpacking libtool (2.4.6-15) ...
07:49:41 [2022-07-28T07:49:41.313Z] #83 ...
07:49:41 [2022-07-28T07:49:41.313Z] 
07:49:41 [2022-07-28T07:49:41.313Z] #58 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
07:49:41 [2022-07-28T07:49:41.313Z] #58 sha256:40295bf8cbd242d421bcf2efe97957471d81db5c6a2a8e836b41bc0ec6634359
07:49:41 [2022-07-28T07:49:41.313Z] #58 48.10 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  criu 3.17.1-1 [683 kB]
07:49:41 [2022-07-28T07:49:41.313Z] #58 49.88 debconf: delaying package configuration, since apt-utils is not installed
07:49:41 [2022-07-28T07:49:41.313Z] #58 50.23 Fetched 2315 kB in 3s (672 kB/s)
07:49:41 [2022-07-28T07:49:41.313Z] #58 50.45 Selecting previously unselected package libprotobuf23:amd64.
07:49:41 [2022-07-28T07:49:41.313Z] #58 50.45 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15717 files and directories currently installed.)
07:49:41 [2022-07-28T07:49:41.313Z] #58 50.51 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ...
07:49:41 [2022-07-28T07:49:41.313Z] #58 50.57 Unpacking libprotobuf23:amd64 (3.12.4-1) ...
07:49:41 [2022-07-28T07:49:41.313Z] #58 51.98 Selecting previously unselected package python3-pkg-resources.
07:49:41 [2022-07-28T07:49:41.313Z] #58 51.98 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ...
07:49:41 [2022-07-28T07:49:41.313Z] #58 51.99 Unpacking python3-pkg-resources (52.0.0-4) ...
07:49:41 [2022-07-28T07:49:41.313Z] #58 52.35 Selecting previously unselected package python3-six.
07:49:41 [2022-07-28T07:49:41.313Z] #58 52.35 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ...
07:49:41 [2022-07-28T07:49:41.313Z] #58 52.35 Unpacking python3-six (1.16.0-2) ...
07:49:41 [2022-07-28T07:49:41.313Z] #58 52.57 Selecting previously unselected package python3-protobuf.
07:49:41 [2022-07-28T07:49:41.313Z] #58 52.57 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ...
07:49:41 [2022-07-28T07:49:41.313Z] #58 52.58 Unpacking python3-protobuf (3.12.4-1) ...
07:49:41 [2022-07-28T07:49:41.313Z] #58 53.39 Selecting previously unselected package libnet1:amd64.
07:49:41 [2022-07-28T07:49:41.313Z] #58 53.40 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
07:49:41 [2022-07-28T07:49:41.313Z] #58 53.42 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
07:49:41 [2022-07-28T07:49:41.313Z] #58 53.77 Selecting previously unselected package libnl-3-200:amd64.
07:49:41 [2022-07-28T07:49:41.313Z] #58 53.78 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ...
07:49:41 [2022-07-28T07:49:41.313Z] #58 53.79 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
07:49:41 [2022-07-28T07:49:41.313Z] #58 54.03 Selecting previously unselected package libprotobuf-c1:amd64.
07:49:41 [2022-07-28T07:49:41.313Z] #58 54.04 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
07:49:41 [2022-07-28T07:49:41.313Z] #58 54.05 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
07:49:41 [2022-07-28T07:49:41.313Z] #58 54.26 Selecting previously unselected package criu.
07:49:41 [2022-07-28T07:49:41.313Z] #58 54.27 Preparing to unpack .../7-criu_3.17.1-1_amd64.deb ...
07:49:41 [2022-07-28T07:49:41.313Z] #58 54.27 Unpacking criu (3.17.1-1) ...
07:49:41 [2022-07-28T07:49:41.313Z] #58 55.72 Setting up python3-pkg-resources (52.0.0-4) ...
07:49:41 [2022-07-28T07:49:41.343Z] #55 41.85 go: downloading github.com/polyfloyd/go-errorlint v1.0.0
07:49:41 [2022-07-28T07:49:41.343Z] #55 41.93 go: downloading github.com/ryancurrah/gomodguard v1.2.3
07:49:41 [2022-07-28T07:49:41.374Z] #11 ...
07:49:41 [2022-07-28T07:49:41.374Z] 
07:49:41 [2022-07-28T07:49:41.374Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
07:49:41 [2022-07-28T07:49:41.374Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
07:49:41 [2022-07-28T07:49:41.374Z] #72 DONE 0.5s
07:49:41 [2022-07-28T07:49:41.374Z] 
07:49:41 [2022-07-28T07:49:41.374Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:4b1a190d22371bdd111f1c5448b4c06f268d059ea3d04d332dc54f4ebb7ca06b
07:49:41 [2022-07-28T07:49:41.374Z] #11 sha256:bf54ea050dbb17499865fb38b00bd6d8ac73cbc254b72979b18f9d6e70279638
07:49:41 [2022-07-28T07:49:41.374Z] #11 extracting sha256:66a9e63c657ad881997f5165c0826be395bfc064415876b9fbaae74bcb5dc721 0.8s done
07:49:41 [2022-07-28T07:49:41.472Z] #11 sha256:c1cef2ac96d31d12ce27265c48fd08344bcaa6cd76ba7eee285a37a4b4e17c57 90.18MB / 108.94MB 6.4s
07:49:41 [2022-07-28T07:49:41.472Z] #11 extracting sha256:1fdcd2014de70fbce8c43a70cd1f42bceab4f1e35953db987fc318dbc0fb0d26 0.1s
07:49:41 [2022-07-28T07:49:41.472Z] #11 sha256:c1cef2ac96d31d12ce27265c48fd08344bcaa6cd76ba7eee285a37a4b4e17c57 102.76MB / 108.94MB 6.5s
07:49:41 [2022-07-28T07:49:41.492Z] #29 3.735 Reading package lists...
07:49:41 [2022-07-28T07:49:41.573Z] #58 58.33 Setting up libprotobuf23:amd64 (3.12.4-1) ...
07:49:41 [2022-07-28T07:49:41.573Z] #58 58.38 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
07:49:41 [2022-07-28T07:49:41.573Z] #58 ...
07:49:41 [2022-07-28T07:49:41.573Z] 
07:49:41 [2022-07-28T07:49:41.573Z] #83 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
07:49:41 [2022-07-28T07:49:41.573Z] #83 sha256:306ba19f1dc993c39966bb8490da17ab0369cd0c126ceb831f7ef89a39102969
07:49:41 [2022-07-28T07:49:41.573Z] #83 58.57 Selecting previously unselected package libudev-dev:amd64.
07:49:41 [2022-07-28T07:49:41.573Z] #83 58.59 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ...
07:49:41 [2022-07-28T07:49:41.573Z] #83 58.59 Unpacking libudev-dev:amd64 (247.3-7) ...
07:49:41 [2022-07-28T07:49:41.604Z] #55 41.94 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0
07:49:41 [2022-07-28T07:49:41.604Z] #55 42.13 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6
07:49:41 [2022-07-28T07:49:41.604Z] #55 42.21 go: downloading github.com/securego/gosec/v2 v2.11.0
07:49:41 [2022-07-28T07:49:41.728Z] #11 sha256:c1cef2ac96d31d12ce27265c48fd08344bcaa6cd76ba7eee285a37a4b4e17c57 108.94MB / 108.94MB 6.7s
07:49:41 [2022-07-28T07:49:41.728Z] #11 extracting sha256:1fdcd2014de70fbce8c43a70cd1f42bceab4f1e35953db987fc318dbc0fb0d26 0.3s done
07:49:41 [2022-07-28T07:49:41.833Z] #83 58.79 Selecting previously unselected package libyajl2:amd64.
07:49:41 [2022-07-28T07:49:41.833Z] #83 58.79 Preparing to unpack .../21-libyajl2_2.1.0-3_amd64.deb ...
07:49:41 [2022-07-28T07:49:41.833Z] #83 58.80 Unpacking libyajl2:amd64 (2.1.0-3) ...
07:49:41 [2022-07-28T07:49:41.942Z] #11 extracting sha256:d1989b6e74cfdda1591b9dd23be47c5caeb002b7a151379361ec0c3f0e6d0e52 0.1s
07:49:42 [2022-07-28T07:49:42.092Z] #83 59.14 Selecting previously unselected package libyajl-dev:amd64.
07:49:42 [2022-07-28T07:49:42.092Z] #83 59.15 Preparing to unpack .../22-libyajl-dev_2.1.0-3_amd64.deb ...
07:49:42 [2022-07-28T07:49:42.092Z] #83 59.18 Unpacking libyajl-dev:amd64 (2.1.0-3) ...
07:49:42 [2022-07-28T07:49:42.200Z] #11 extracting sha256:d1989b6e74cfdda1591b9dd23be47c5caeb002b7a151379361ec0c3f0e6d0e52 0.3s done
07:49:42 [2022-07-28T07:49:42.352Z] #83 59.45 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
07:49:42 [2022-07-28T07:49:42.352Z] #83 59.48 Setting up libmagic-mgc (1:5.39-3) ...
07:49:42 [2022-07-28T07:49:42.352Z] #83 59.51 Setting up libyajl2:amd64 (2.1.0-3) ...
07:49:42 [2022-07-28T07:49:42.352Z] #83 59.57 Setting up libmagic1:amd64 (1:5.39-3) ...
07:49:42 [2022-07-28T07:49:42.352Z] #83 59.59 Setting up file (1:5.39-3) ...
07:49:42 [2022-07-28T07:49:42.352Z] #83 59.61 Setting up bzip2 (1.0.8-4) ...
07:49:42 [2022-07-28T07:49:42.352Z] #83 59.62 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
07:49:42 [2022-07-28T07:49:42.430Z] #29 4.592 Reading package lists...
07:49:42 [2022-07-28T07:49:42.431Z] #29 5.397 Building dependency tree...
07:49:42 [2022-07-28T07:49:42.458Z] #11 ...
07:49:42 [2022-07-28T07:49:42.458Z] 
07:49:42 [2022-07-28T07:49:42.458Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
07:49:42 [2022-07-28T07:49:42.458Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
07:49:42 [2022-07-28T07:49:42.458Z] #74 DONE 1.0s
07:49:42 [2022-07-28T07:49:42.559Z] #55 ...
07:49:42 [2022-07-28T07:49:42.559Z] 
07:49:42 [2022-07-28T07:49:42.559Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         case $(dpkg --print-architecture) in             amd64|arm64)                 GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1"                 && /build/dlv --help                 ;;             *)                 mkdir -p /build/                 ;;         esac
07:49:42 [2022-07-28T07:49:42.559Z] #36 sha256:1509a87c4d8785c1b3fd9bff9d9474ccef8f4b872101e620b7fa14aef10a7cb5
07:49:42 [2022-07-28T07:49:42.559Z] #36 32.86 go: downloading github.com/russross/blackfriday/v2 v2.0.1
07:49:42 [2022-07-28T07:49:42.559Z] #36 33.14 go: downloading github.com/cilium/ebpf v0.7.0
07:49:42 [2022-07-28T07:49:42.559Z] #36 34.54 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0
07:49:42 [2022-07-28T07:49:42.559Z] #36 ...
07:49:42 [2022-07-28T07:49:42.559Z] 
07:49:42 [2022-07-28T07:49:42.559Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:49:42 [2022-07-28T07:49:42.559Z] #55 sha256:6a5ba43a879545395035c8edb2d77f5663eaeac2aed4ebd5825ef0a4ef562291
07:49:42 [2022-07-28T07:49:42.559Z] #55 43.02 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
07:49:42 [2022-07-28T07:49:42.559Z] #55 43.12 go: downloading github.com/sivchari/containedctx v1.0.2
07:49:42 [2022-07-28T07:49:42.559Z] #55 43.13 go: downloading github.com/sivchari/tenv v1.5.0
07:49:42 [2022-07-28T07:49:42.611Z] #83 59.64 Setting up libprotobuf-c-dev:amd64 (1.3.3-1+b2) ...
07:49:42 [2022-07-28T07:49:42.611Z] #83 59.65 Setting up libcap2:amd64 (1:2.44-1) ...
07:49:42 [2022-07-28T07:49:42.611Z] #83 59.68 Setting up autotools-dev (20180224.1+nmu1) ...
07:49:42 [2022-07-28T07:49:42.611Z] #83 59.69 Setting up libsigsegv2:amd64 (2.13-1) ...
07:49:42 [2022-07-28T07:49:42.611Z] #83 59.70 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
07:49:42 [2022-07-28T07:49:42.611Z] #83 59.72 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
07:49:42 [2022-07-28T07:49:42.611Z] #83 59.74 Setting up patch (2.7.6-7) ...
07:49:42 [2022-07-28T07:49:42.611Z] #83 59.76 Setting up libudev-dev:amd64 (247.3-7) ...
07:49:42 [2022-07-28T07:49:42.611Z] #83 59.78 Setting up libyajl-dev:amd64 (2.1.0-3) ...
07:49:42 [2022-07-28T07:49:42.611Z] #83 59.85 Setting up libcap-dev:amd64 (1:2.44-1) ...
07:49:42 [2022-07-28T07:49:42.657Z] #11 extracting sha256:e288b20a616767a00416e22f7d8ee6390ba5b48061d92577f55bdb11121e6946 0.1s
07:49:42 [2022-07-28T07:49:42.689Z] #29 5.739 The following additional packages will be installed:
07:49:42 [2022-07-28T07:49:42.689Z] #29 5.739   libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5
07:49:42 [2022-07-28T07:49:42.689Z] #29 5.740   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl
07:49:42 [2022-07-28T07:49:42.689Z] #29 5.741 Recommended packages:
07:49:42 [2022-07-28T07:49:42.689Z] #29 5.741   libldap-common publicsuffix libsasl2-modules
07:49:42 [2022-07-28T07:49:42.717Z] 
07:49:42 [2022-07-28T07:49:42.717Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:4b1a190d22371bdd111f1c5448b4c06f268d059ea3d04d332dc54f4ebb7ca06b
07:49:42 [2022-07-28T07:49:42.717Z] #11 sha256:bf54ea050dbb17499865fb38b00bd6d8ac73cbc254b72979b18f9d6e70279638
07:49:42 [2022-07-28T07:49:42.717Z] #11 extracting sha256:c28818711e1ed38df107014a20127b41491b224d7aed8aa7066b55552d9600d2
07:49:42 [2022-07-28T07:49:42.823Z] #55 43.16 go: downloading github.com/sonatard/noctx v0.0.1
07:49:42 [2022-07-28T07:49:42.871Z] #83 59.88 Setting up libsystemd-dev:amd64 (247.3-7) ...
07:49:42 [2022-07-28T07:49:42.871Z] #83 59.91 Setting up libtool (2.4.6-15) ...
07:49:42 [2022-07-28T07:49:42.871Z] #83 59.93 Setting up m4 (1.4.18-5) ...
07:49:42 [2022-07-28T07:49:42.871Z] #83 60.03 Setting up dpkg-dev (1.20.11) ...
07:49:42 [2022-07-28T07:49:42.871Z] #83 60.11 Setting up autoconf (2.69-14) ...
07:49:42 [2022-07-28T07:49:42.947Z] #29 6.009 The following NEW packages will be installed:
07:49:42 [2022-07-28T07:49:42.947Z] #29 6.009   ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2
07:49:42 [2022-07-28T07:49:42.947Z] #29 6.009   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
07:49:42 [2022-07-28T07:49:42.947Z] #29 6.009   libssh2-1 openssl
07:49:42 [2022-07-28T07:49:42.947Z] #29 ...
07:49:42 [2022-07-28T07:49:42.947Z] 
07:49:42 [2022-07-28T07:49:42.947Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:4b1a190d22371bdd111f1c5448b4c06f268d059ea3d04d332dc54f4ebb7ca06b
07:49:42 [2022-07-28T07:49:42.947Z] #11 sha256:bf54ea050dbb17499865fb38b00bd6d8ac73cbc254b72979b18f9d6e70279638
07:49:42 [2022-07-28T07:49:42.947Z] #11 extracting sha256:66a9e63c657ad881997f5165c0826be395bfc064415876b9fbaae74bcb5dc721 0.7s done
07:49:42 [2022-07-28T07:49:42.947Z] #11 extracting sha256:d1989b6e74cfdda1591b9dd23be47c5caeb002b7a151379361ec0c3f0e6d0e52 0.7s done
07:49:42 [2022-07-28T07:49:42.947Z] #11 extracting sha256:c28818711e1ed38df107014a20127b41491b224d7aed8aa7066b55552d9600d2 4.0s
07:49:43 [2022-07-28T07:49:43.089Z] #55 43.54 go: downloading github.com/sourcegraph/go-diff v0.6.1
07:49:43 [2022-07-28T07:49:43.089Z] #55 ...
07:49:43 [2022-07-28T07:49:43.089Z] 
07:49:43 [2022-07-28T07:49:43.089Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
07:49:43 [2022-07-28T07:49:43.089Z] #51 sha256:40295bf8cbd242d421bcf2efe97957471d81db5c6a2a8e836b41bc0ec6634359
07:49:43 [2022-07-28T07:49:43.089Z] #51 33.16 Fetched 8565 kB in 26s (324 kB/s)
07:49:43 [2022-07-28T07:49:43.089Z] #51 33.16 Reading package lists...
07:49:43 [2022-07-28T07:49:43.130Z] #83 60.20 Setting up build-essential (12.9) ...
07:49:43 [2022-07-28T07:49:43.130Z] #83 60.20 Setting up automake (1:1.16.3-2) ...
07:49:43 [2022-07-28T07:49:43.130Z] #83 60.26 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
07:49:43 [2022-07-28T07:49:43.130Z] #83 60.30 Processing triggers for libc-bin (2.31-13+deb11u3) ...
07:49:43 [2022-07-28T07:49:43.221Z] #11 sha256:c1cef2ac96d31d12ce27265c48fd08344bcaa6cd76ba7eee285a37a4b4e17c57 108.94MB / 108.94MB 8.2s done
07:49:43 [2022-07-28T07:49:43.254Z] #11 ...
07:49:43 [2022-07-28T07:49:43.254Z] 
07:49:43 [2022-07-28T07:49:43.254Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
07:49:43 [2022-07-28T07:49:43.254Z] #29 sha256:86d0fe8e3d75de108c042a485c0bbbd0a07573c0631bc783dff6637327710de0
07:49:43 [2022-07-28T07:49:43.254Z] #29 6.293 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded.
07:49:43 [2022-07-28T07:49:43.254Z] #29 6.293 Need to get 3041 kB of archives.
07:49:43 [2022-07-28T07:49:43.254Z] #29 6.293 After this operation, 6651 kB of additional disk space will be used.
07:49:43 [2022-07-28T07:49:43.254Z] #29 6.293 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1n-0+deb11u3 [853 kB]
07:49:43 [2022-07-28T07:49:43.254Z] #29 6.303 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB]
07:49:43 [2022-07-28T07:49:43.254Z] #29 6.306 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB]
07:49:43 [2022-07-28T07:49:43.254Z] #29 6.309 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB]
07:49:43 [2022-07-28T07:49:43.254Z] #29 6.310 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB]
07:49:43 [2022-07-28T07:49:43.254Z] #29 6.312 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB]
07:49:43 [2022-07-28T07:49:43.254Z] #29 6.321 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB]
07:49:43 [2022-07-28T07:49:43.254Z] #29 6.323 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB]
07:49:43 [2022-07-28T07:49:43.254Z] #29 6.324 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB]
07:49:43 [2022-07-28T07:49:43.254Z] #29 6.325 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB]
07:49:43 [2022-07-28T07:49:43.254Z] #29 6.327 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB]
07:49:43 [2022-07-28T07:49:43.254Z] #29 6.330 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB]
07:49:43 [2022-07-28T07:49:43.254Z] #29 6.337 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
07:49:43 [2022-07-28T07:49:43.254Z] #29 6.339 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
07:49:43 [2022-07-28T07:49:43.254Z] #29 6.341 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
07:49:43 [2022-07-28T07:49:43.353Z] #51 42.91 Reading package lists...
07:49:43 [2022-07-28T07:49:43.353Z] #51 ...
07:49:43 [2022-07-28T07:49:43.353Z] 
07:49:43 [2022-07-28T07:49:43.353Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
07:49:43 [2022-07-28T07:49:43.353Z] #47 sha256:8a0b7c7abf06bbb1ab29c763b2e38d2fa012d03eb2e646559ec0a63c975a38c7
07:49:43 [2022-07-28T07:49:43.513Z] #29 6.576 debconf: delaying package configuration, since apt-utils is not installed
07:49:43 [2022-07-28T07:49:43.513Z] #29 6.615 Fetched 3041 kB in 0s (9324 kB/s)
07:49:43 [2022-07-28T07:49:43.513Z] #29 6.647 Selecting previously unselected package openssl.
07:49:43 [2022-07-28T07:49:43.513Z] #29 6.647 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6661 files and directories currently installed.)
07:49:43 [2022-07-28T07:49:43.513Z] #29 6.647 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u3_amd64.deb ...
07:49:43 [2022-07-28T07:49:43.513Z] #29 6.703 Unpacking openssl (1.1.1n-0+deb11u3) ...
07:49:43 [2022-07-28T07:49:43.771Z] #29 6.906 Selecting previously unselected package ca-certificates.
07:49:43 [2022-07-28T07:49:43.771Z] #29 6.906 Preparing to unpack .../01-ca-certificates_20210119_all.deb ...
07:49:43 [2022-07-28T07:49:43.771Z] #29 6.913 Unpacking ca-certificates (20210119) ...
07:49:43 [2022-07-28T07:49:43.873Z] #47 42.29 Updating files:  41% (904/2176)
Updating files:  42% (914/2176)
Updating files:  43% (936/2176)
Updating files:  44% (958/2176)
Updating files:  45% (980/2176)
Updating files:  46% (1001/2176)
Updating files:  47% (1023/2176)
Updating files:  48% (1045/2176)
Updating files:  49% (1067/2176)
Updating files:  50% (1088/2176)
Updating files:  51% (1110/2176)
Updating files:  52% (1132/2176)
Updating files:  53% (1154/2176)
Updating files:  54% (1176/2176)
Updating files:  55% (1197/2176)
Updating files:  56% (1219/2176)
Updating files:  57% (1241/2176)
Updating files:  58% (1263/2176)
Updating files:  59% (1284/2176)
Updating files:  60% (1306/2176)
Updating files:  61% (1328/2176)
Updating files:  62% (1350/2176)
Updating files:  63% (1371/2176)
Updating files:  64% (1393/2176)
Updating files:  65% (1415/2176)
Updating files:  66% (1437/2176)
Updating files:  67% (1458/2176)
Updating files:  68% (1480/2176)
Updating files:  69% (1502/2176)
Updating files:  70% (1524/2176)
Updating files:  71% (1545/2176)
Updating files:  72% (1567/2176)
Updating files:  73% (1589/2176)
Updating files:  74% (1611/2176)
Updating files:  75% (1632/2176)
Updating files:  76% (1654/2176)
Updating files:  77% (1676/2176)
Updating files:  78% (1698/2176)
Updating files:  79% (1720/2176)
Updating files:  79% (1725/2176)
Updating files:  80% (1741/2176)
Updating files:  81% (1763/2176)
Updating files:  82% (1785/2176)
Updating files:  83% (1807/2176)
Updating files:  84% (1828/2176)
Updating files:  85% (1850/2176)
Updating files:  86% (1872/2176)
Updating files:  87% (1894/2176)
Updating files:  88% (1915/2176)
Updating files:  89% (1937/2176)
Updating files:  90% (1959/2176)
Updating files:  91% (1981/2176)
Updating files:  92% (2002/2176)
Updating files:  93% (2024/2176)
Updating files:  94% (2046/2176)
Updating files:  95% (2068/2176)
Updating files:  96% (2089/2176)
Updating files:  97% (2111/2176)
Updating files:  98% (2133/2176)
Updating files:  99% (2155/2176)
Updating files: 100% (2176/2176)
Updating files: 100% (2176/2176), done.
07:49:43 [2022-07-28T07:49:43.873Z] #47 44.02 + git checkout -q v2.3.0
07:49:44 [2022-07-28T07:49:44.029Z] #29 7.031 Selecting previously unselected package libbrotli1:amd64.
07:49:44 [2022-07-28T07:49:44.029Z] #29 7.031 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ...
07:49:44 [2022-07-28T07:49:44.029Z] #29 7.038 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ...
07:49:44 [2022-07-28T07:49:44.029Z] #29 7.186 Selecting previously unselected package libsasl2-modules-db:amd64.
07:49:44 [2022-07-28T07:49:44.029Z] #29 7.186 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
07:49:44 [2022-07-28T07:49:44.029Z] #29 7.190 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
07:49:44 [2022-07-28T07:49:44.068Z] #83 DONE 61.1s
07:49:44 [2022-07-28T07:49:44.068Z] 
07:49:44 [2022-07-28T07:49:44.068Z] #84 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:49:44 [2022-07-28T07:49:44.068Z] #84 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:49:44 [2022-07-28T07:49:44.288Z] #29 7.315 Selecting previously unselected package libsasl2-2:amd64.
07:49:44 [2022-07-28T07:49:44.288Z] #29 7.315 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
07:49:44 [2022-07-28T07:49:44.288Z] #29 7.355 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
07:49:44 [2022-07-28T07:49:44.288Z] #29 7.426 Selecting previously unselected package libldap-2.4-2:amd64.
07:49:44 [2022-07-28T07:49:44.288Z] #29 7.426 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ...
07:49:44 [2022-07-28T07:49:44.288Z] #29 7.430 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ...
07:49:44 [2022-07-28T07:49:44.288Z] #29 7.539 Selecting previously unselected package libnghttp2-14:amd64.
07:49:44 [2022-07-28T07:49:44.288Z] #29 7.539 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ...
07:49:44 [2022-07-28T07:49:44.548Z] #29 7.544 Unpacking libnghttp2-14:amd64 (1.43.0-1) ...
07:49:44 [2022-07-28T07:49:44.548Z] #29 7.656 Selecting previously unselected package libpsl5:amd64.
07:49:44 [2022-07-28T07:49:44.548Z] #29 7.656 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ...
07:49:44 [2022-07-28T07:49:44.548Z] #29 7.660 Unpacking libpsl5:amd64 (0.21.0-1.2) ...
07:49:44 [2022-07-28T07:49:44.548Z] #29 7.769 Selecting previously unselected package librtmp1:amd64.
07:49:44 [2022-07-28T07:49:44.811Z] #29 7.778 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ...
07:49:44 [2022-07-28T07:49:44.811Z] #29 7.785 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
07:49:44 [2022-07-28T07:49:44.811Z] #29 7.864 Selecting previously unselected package libssh2-1:amd64.
07:49:44 [2022-07-28T07:49:44.811Z] #29 7.864 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ...
07:49:44 [2022-07-28T07:49:44.811Z] #29 7.867 Unpacking libssh2-1:amd64 (1.9.0-2) ...
07:49:44 [2022-07-28T07:49:44.811Z] #29 7.981 Selecting previously unselected package libcurl4:amd64.
07:49:44 [2022-07-28T07:49:44.811Z] #29 7.981 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ...
07:49:44 [2022-07-28T07:49:44.811Z] #29 7.991 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ...
07:49:45 [2022-07-28T07:49:45.069Z] #29 8.096 Selecting previously unselected package curl.
07:49:45 [2022-07-28T07:49:45.069Z] #29 8.096 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ...
07:49:45 [2022-07-28T07:49:45.069Z] #29 8.106 Unpacking curl (7.74.0-1.3+deb11u1) ...
07:49:45 [2022-07-28T07:49:45.069Z] #29 8.212 Selecting previously unselected package libonig5:amd64.
07:49:45 [2022-07-28T07:49:45.069Z] #29 8.212 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ...
07:49:45 [2022-07-28T07:49:45.069Z] #29 8.244 Unpacking libonig5:amd64 (6.9.6-1.1) ...
07:49:45 [2022-07-28T07:49:45.069Z] #29 8.346 Selecting previously unselected package libjq1:amd64.
07:49:45 [2022-07-28T07:49:45.069Z] #29 8.346 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ...
07:49:45 [2022-07-28T07:49:45.120Z] #11 extracting sha256:e288b20a616767a00416e22f7d8ee6390ba5b48061d92577f55bdb11121e6946 2.1s done
07:49:45 [2022-07-28T07:49:45.327Z] #29 8.352 Unpacking libjq1:amd64 (1.6-2.1) ...
07:49:45 [2022-07-28T07:49:45.327Z] #29 8.489 Selecting previously unselected package jq.
07:49:45 [2022-07-28T07:49:45.327Z] #29 8.489 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ...
07:49:45 [2022-07-28T07:49:45.327Z] #29 8.489 Unpacking jq (1.6-2.1) ...
07:49:45 [2022-07-28T07:49:45.327Z] #29 8.564 Setting up libpsl5:amd64 (0.21.0-1.2) ...
07:49:45 [2022-07-28T07:49:45.380Z] #11 extracting sha256:1a9b19461cd686052be44ec4c45a32b561c328b7fcf9fa7bbe1635660ca5e218
07:49:45 [2022-07-28T07:49:45.447Z] #84 1.262 Cloning into '/tmp/crun-build'...
07:49:45 [2022-07-28T07:49:45.587Z] #29 8.630 Setting up libbrotli1:amd64 (1.0.9-2+b2) ...
07:49:45 [2022-07-28T07:49:45.587Z] #29 8.641 Setting up libnghttp2-14:amd64 (1.43.0-1) ...
07:49:45 [2022-07-28T07:49:45.587Z] #29 8.650 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
07:49:45 [2022-07-28T07:49:45.587Z] #29 8.660 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
07:49:45 [2022-07-28T07:49:45.587Z] #29 8.670 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
07:49:45 [2022-07-28T07:49:45.587Z] #29 8.680 Setting up libssh2-1:amd64 (1.9.0-2) ...
07:49:45 [2022-07-28T07:49:45.587Z] #29 8.689 Setting up openssl (1.1.1n-0+deb11u3) ...
07:49:45 [2022-07-28T07:49:45.587Z] #29 8.707 Setting up libonig5:amd64 (6.9.6-1.1) ...
07:49:45 [2022-07-28T07:49:45.587Z] #29 8.722 Setting up libjq1:amd64 (1.6-2.1) ...
07:49:45 [2022-07-28T07:49:45.587Z] #29 8.729 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ...
07:49:45 [2022-07-28T07:49:45.587Z] #29 8.741 Setting up ca-certificates (20210119) ...
07:49:46 [2022-07-28T07:49:46.154Z] #29 9.323 Updating certificates in /etc/ssl/certs...
07:49:47 [2022-07-28T07:49:47.168Z] #47 47.40 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
07:49:47 [2022-07-28T07:49:47.538Z] #29 10.63 129 added, 0 removed; done.
07:49:47 [2022-07-28T07:49:47.538Z] #29 10.69 Setting up jq (1.6-2.1) ...
07:49:47 [2022-07-28T07:49:47.538Z] #29 10.71 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ...
07:49:47 [2022-07-28T07:49:47.538Z] #29 10.72 Setting up curl (7.74.0-1.3+deb11u1) ...
07:49:47 [2022-07-28T07:49:47.736Z] #47 ...
07:49:47 [2022-07-28T07:49:47.737Z] 
07:49:47 [2022-07-28T07:49:47.737Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:49:47 [2022-07-28T07:49:47.737Z] #14 sha256:b25eac2f6ddf70c42113ea1e9c9616359e7796e8a4be5e3f87392c5fb5b439d0
07:49:47 [2022-07-28T07:49:47.737Z] #14 37.98 Reading package lists...
07:49:47 [2022-07-28T07:49:47.737Z] #14 47.89 Building dependency tree...
07:49:47 [2022-07-28T07:49:47.737Z] #14 ...
07:49:47 [2022-07-28T07:49:47.737Z] 
07:49:47 [2022-07-28T07:49:47.737Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
07:49:47 [2022-07-28T07:49:47.737Z] #42 sha256:d5f8a01c2e1a5370173910ff1b6fd1dd838253998709bec1c0416141f69afbfb
07:49:47 [2022-07-28T07:49:47.737Z] #42 37.92 Reading package lists...
07:49:47 [2022-07-28T07:49:47.800Z] #29 10.75 Processing triggers for libc-bin (2.31-13+deb11u3) ...
07:49:47 [2022-07-28T07:49:47.800Z] #29 10.77 Processing triggers for ca-certificates (20210119) ...
07:49:47 [2022-07-28T07:49:47.800Z] #29 10.78 Updating certificates in /etc/ssl/certs...
07:49:47 [2022-07-28T07:49:47.902Z] #11 ...
07:49:47 [2022-07-28T07:49:47.902Z] 
07:49:47 [2022-07-28T07:49:47.902Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
07:49:47 [2022-07-28T07:49:47.902Z] #72 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef
07:49:47 [2022-07-28T07:49:47.902Z] #72 DONE 0.9s
07:49:47 [2022-07-28T07:49:47.902Z] 
07:49:47 [2022-07-28T07:49:47.902Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:4b1a190d22371bdd111f1c5448b4c06f268d059ea3d04d332dc54f4ebb7ca06b
07:49:47 [2022-07-28T07:49:47.902Z] #11 sha256:237848b3d59729a0118f6e1acfe6dcbad14ba114ebaee44cb0ba011e9debbd4d
07:49:47 [2022-07-28T07:49:47.902Z] #11 ...
07:49:47 [2022-07-28T07:49:47.902Z] 
07:49:47 [2022-07-28T07:49:47.902Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
07:49:47 [2022-07-28T07:49:47.902Z] #74 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08
07:49:47 [2022-07-28T07:49:47.976Z] #11 extracting sha256:c28818711e1ed38df107014a20127b41491b224d7aed8aa7066b55552d9600d2 4.7s done
07:49:47 [2022-07-28T07:49:47.976Z] #11 extracting sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a
07:49:48 [2022-07-28T07:49:48.741Z] #29 11.89 0 added, 0 removed; done.
07:49:48 [2022-07-28T07:49:48.741Z] #29 11.89 Running hooks in /etc/ca-certificates/update.d...
07:49:48 [2022-07-28T07:49:48.741Z] #29 11.90 done.
07:49:48 [2022-07-28T07:49:48.934Z] #42 48.42 Building dependency tree...
07:49:48 [2022-07-28T07:49:48.934Z] #42 ...
07:49:48 [2022-07-28T07:49:48.934Z] 
07:49:48 [2022-07-28T07:49:48.934Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
07:49:48 [2022-07-28T07:49:48.934Z] #76 sha256:306ba19f1dc993c39966bb8490da17ab0369cd0c126ceb831f7ef89a39102969
07:49:48 [2022-07-28T07:49:48.934Z] #76 29.95 Reading package lists...
07:49:48 [2022-07-28T07:49:48.934Z] #76 39.75 Reading package lists...
07:49:48 [2022-07-28T07:49:48.934Z] #76 49.08 Building dependency tree...
07:49:48 [2022-07-28T07:49:48.934Z] #76 ...
07:49:48 [2022-07-28T07:49:48.934Z] 
07:49:48 [2022-07-28T07:49:48.934Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:49:48 [2022-07-28T07:49:48.934Z] #55 sha256:6a5ba43a879545395035c8edb2d77f5663eaeac2aed4ebd5825ef0a4ef562291
07:49:48 [2022-07-28T07:49:48.934Z] #55 43.69 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
07:49:48 [2022-07-28T07:49:48.934Z] #55 43.97 go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1
07:49:48 [2022-07-28T07:49:48.934Z] #55 44.08 go: downloading github.com/sylvia7788/contextcheck v1.0.4
07:49:48 [2022-07-28T07:49:48.934Z] #55 44.18 go: downloading github.com/tdakkota/asciicheck v0.1.1
07:49:48 [2022-07-28T07:49:48.934Z] #55 44.26 go: downloading github.com/tetafro/godot v1.4.11
07:49:48 [2022-07-28T07:49:48.934Z] #55 44.53 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144
07:49:48 [2022-07-28T07:49:48.934Z] #55 44.56 go: downloading github.com/tomarrell/wrapcheck/v2 v2.6.1
07:49:48 [2022-07-28T07:49:48.934Z] #55 44.86 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0
07:49:48 [2022-07-28T07:49:48.934Z] #55 45.20 go: downloading github.com/ultraware/funlen v0.0.3
07:49:48 [2022-07-28T07:49:48.934Z] #55 45.29 go: downloading github.com/ultraware/whitespace v0.0.5
07:49:48 [2022-07-28T07:49:48.934Z] #55 45.39 go: downloading github.com/uudashr/gocognit v1.0.5
07:49:48 [2022-07-28T07:49:48.934Z] #55 45.49 go: downloading github.com/yagipy/maintidx v1.0.0
07:49:48 [2022-07-28T07:49:48.934Z] #55 45.60 go: downloading github.com/yeya24/promlinter v0.2.0
07:49:48 [2022-07-28T07:49:48.934Z] #55 46.35 go: downloading gitlab.com/bosi/decorder v0.2.1
07:49:48 [2022-07-28T07:49:48.934Z] #55 46.64 go: downloading honnef.co/go/tools v0.3.1
07:49:49 [2022-07-28T07:49:49.193Z] #55 49.70 go: downloading mvdan.cc/gofumpt v0.3.1
07:49:49 [2022-07-28T07:49:49.452Z] #55 49.90 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
07:49:49 [2022-07-28T07:49:49.452Z] #55 50.09 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5
07:49:49 [2022-07-28T07:49:49.452Z] #55 ...
07:49:49 [2022-07-28T07:49:49.452Z] 
07:49:49 [2022-07-28T07:49:49.452Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
07:49:49 [2022-07-28T07:49:49.452Z] #62 sha256:34bfbe9b681f5ebc46aa2b0b23925fe24fac41e1b9a5ab09857ba3a5988905e2
07:49:49 [2022-07-28T07:49:49.452Z] #62 40.14 Reading package lists...
07:49:49 [2022-07-28T07:49:49.677Z] #29 DONE 12.9s
07:49:49 [2022-07-28T07:49:49.677Z] 
07:49:49 [2022-07-28T07:49:49.677Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:4b1a190d22371bdd111f1c5448b4c06f268d059ea3d04d332dc54f4ebb7ca06b
07:49:49 [2022-07-28T07:49:49.677Z] #11 sha256:bf54ea050dbb17499865fb38b00bd6d8ac73cbc254b72979b18f9d6e70279638
07:49:49 [2022-07-28T07:49:49.677Z] #11 extracting sha256:c28818711e1ed38df107014a20127b41491b224d7aed8aa7066b55552d9600d2 8.5s done
07:49:49 [2022-07-28T07:49:49.677Z] #11 extracting sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a 2.0s
07:49:49 [2022-07-28T07:49:49.797Z] #74 DONE 2.0s
07:49:49 [2022-07-28T07:49:49.797Z] 
07:49:49 [2022-07-28T07:49:49.797Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:4b1a190d22371bdd111f1c5448b4c06f268d059ea3d04d332dc54f4ebb7ca06b
07:49:49 [2022-07-28T07:49:49.797Z] #11 sha256:237848b3d59729a0118f6e1acfe6dcbad14ba114ebaee44cb0ba011e9debbd4d
07:49:49 [2022-07-28T07:49:49.797Z] #11 extracting sha256:1a9b19461cd686052be44ec4c45a32b561c328b7fcf9fa7bbe1635660ca5e218 3.8s done
07:49:49 [2022-07-28T07:49:49.797Z] #11 extracting sha256:c1cef2ac96d31d12ce27265c48fd08344bcaa6cd76ba7eee285a37a4b4e17c57
07:49:49 [2022-07-28T07:49:49.935Z] #11 ...
07:49:49 [2022-07-28T07:49:49.936Z] 
07:49:49 [2022-07-28T07:49:49.936Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
07:49:49 [2022-07-28T07:49:49.936Z] #30 sha256:f1a634d2fc8ffdfea9854228bda1232dcd2c9651eeb18230d393fda0c4bff335
07:49:49 [2022-07-28T07:49:49.936Z] #30 DONE 0.1s
07:49:49 [2022-07-28T07:49:49.936Z] 
07:49:49 [2022-07-28T07:49:49.936Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
07:49:49 [2022-07-28T07:49:49.936Z] #31 sha256:b2363adc9dee523900219b2917fa8ccd0e6b4eedbe2120d1bbdc12b7ea2c2d67
07:49:50 [2022-07-28T07:49:50.727Z] #84 ...
07:49:50 [2022-07-28T07:49:50.727Z] 
07:49:50 [2022-07-28T07:49:50.728Z] #58 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
07:49:50 [2022-07-28T07:49:50.728Z] #58 sha256:40295bf8cbd242d421bcf2efe97957471d81db5c6a2a8e836b41bc0ec6634359
07:49:50 [2022-07-28T07:49:50.728Z] #58 58.44 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
07:49:50 [2022-07-28T07:49:50.728Z] #58 58.46 Setting up python3-six (1.16.0-2) ...
07:49:50 [2022-07-28T07:49:50.728Z] #58 59.90 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
07:49:50 [2022-07-28T07:49:50.728Z] #58 59.93 Setting up python3-protobuf (3.12.4-1) ...
07:49:50 [2022-07-28T07:49:50.728Z] #58 64.90 Setting up criu (3.17.1-1) ...
07:49:50 [2022-07-28T07:49:50.728Z] #58 67.55 Processing triggers for libc-bin (2.31-13+deb11u3) ...
07:49:51 [2022-07-28T07:49:51.167Z] #11 ...
07:49:51 [2022-07-28T07:49:51.167Z] 
07:49:51 [2022-07-28T07:49:51.167Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
07:49:51 [2022-07-28T07:49:51.167Z] #29 sha256:58cbe6b2dc347256705f35e26043deba0bbc6cbfb7fe05f93c7da39ee37dab79
07:49:51 [2022-07-28T07:49:51.167Z] #29 3.619 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
07:49:51 [2022-07-28T07:49:51.167Z] #29 3.653 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
07:49:51 [2022-07-28T07:49:51.167Z] #29 3.653 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
07:49:51 [2022-07-28T07:49:51.167Z] #29 3.875 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [8069 kB]
07:49:51 [2022-07-28T07:49:51.167Z] #29 4.153 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [167 kB]
07:49:51 [2022-07-28T07:49:51.167Z] #29 4.350 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
07:49:51 [2022-07-28T07:49:51.167Z] #29 5.364 Fetched 8447 kB in 2s (4224 kB/s)
07:49:51 [2022-07-28T07:49:51.167Z] #29 5.364 Reading package lists...
07:49:51 [2022-07-28T07:49:51.167Z] #29 5.898 Reading package lists...
07:49:51 [2022-07-28T07:49:51.167Z] #29 6.429 Building dependency tree...
07:49:51 [2022-07-28T07:49:51.167Z] #29 6.749 The following additional packages will be installed:
07:49:51 [2022-07-28T07:49:51.167Z] #29 6.749   libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5
07:49:51 [2022-07-28T07:49:51.167Z] #29 6.749   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl
07:49:51 [2022-07-28T07:49:51.167Z] #29 6.749 Recommended packages:
07:49:51 [2022-07-28T07:49:51.167Z] #29 6.749   libldap-common publicsuffix libsasl2-modules
07:49:51 [2022-07-28T07:49:51.167Z] #29 6.869 The following NEW packages will be installed:
07:49:51 [2022-07-28T07:49:51.167Z] #29 6.869   ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2
07:49:51 [2022-07-28T07:49:51.167Z] #29 6.870   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
07:49:51 [2022-07-28T07:49:51.167Z] #29 6.870   libssh2-1 openssl
07:49:51 [2022-07-28T07:49:51.167Z] #29 7.142 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded.
07:49:51 [2022-07-28T07:49:51.167Z] #29 7.142 Need to get 2934 kB of archives.
07:49:51 [2022-07-28T07:49:51.167Z] #29 7.142 After this operation, 6476 kB of additional disk space will be used.
07:49:51 [2022-07-28T07:49:51.167Z] #29 7.142 Get:1 http://deb.debian.org/debian bullseye/main arm64 openssl arm64 1.1.1n-0+deb11u3 [830 kB]
07:49:51 [2022-07-28T07:49:51.167Z] #29 7.283 Get:2 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB]
07:49:51 [2022-07-28T07:49:51.167Z] #29 7.310 Get:3 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB]
07:49:51 [2022-07-28T07:49:51.167Z] #29 7.340 Get:4 http://deb.debian.org/debian bullseye/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-2.1+deb11u1 [69.4 kB]
07:49:51 [2022-07-28T07:49:51.167Z] #29 7.365 Get:5 http://deb.debian.org/debian bullseye/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1+deb11u1 [105 kB]
07:49:51 [2022-07-28T07:49:51.167Z] #29 7.391 Get:6 http://deb.debian.org/debian bullseye/main arm64 libldap-2.4-2 arm64 2.4.57+dfsg-3+deb11u1 [222 kB]
07:49:51 [2022-07-28T07:49:51.167Z] #29 7.419 Get:7 http://deb.debian.org/debian bullseye/main arm64 libnghttp2-14 arm64 1.43.0-1 [73.8 kB]
07:49:51 [2022-07-28T07:49:51.167Z] #29 7.457 Get:8 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB]
07:49:51 [2022-07-28T07:49:51.167Z] #29 7.483 Get:9 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB]
07:49:51 [2022-07-28T07:49:51.167Z] #29 7.513 Get:10 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB]
07:49:51 [2022-07-28T07:49:51.167Z] #29 7.523 Get:11 http://deb.debian.org/debian bullseye/main arm64 libcurl4 arm64 7.74.0-1.3+deb11u1 [320 kB]
07:49:51 [2022-07-28T07:49:51.167Z] #29 7.524 Get:12 http://deb.debian.org/debian bullseye/main arm64 curl arm64 7.74.0-1.3+deb11u1 [261 kB]
07:49:51 [2022-07-28T07:49:51.167Z] #29 7.526 Get:13 http://deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB]
07:49:51 [2022-07-28T07:49:51.167Z] #29 7.527 Get:14 http://deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
07:49:51 [2022-07-28T07:49:51.167Z] #29 7.528 Get:15 http://deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB]
07:49:51 [2022-07-28T07:49:51.167Z] #29 7.901 debconf: delaying package configuration, since apt-utils is not installed
07:49:51 [2022-07-28T07:49:51.167Z] #29 7.937 Fetched 2934 kB in 1s (4457 kB/s)
07:49:51 [2022-07-28T07:49:51.167Z] #29 8.235 Selecting previously unselected package openssl.
07:49:51 [2022-07-28T07:49:51.167Z] #29 8.235 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6653 files and directories currently installed.)
07:49:51 [2022-07-28T07:49:51.167Z] #29 8.237 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u3_arm64.deb ...
07:49:51 [2022-07-28T07:49:51.167Z] #29 8.242 Unpacking openssl (1.1.1n-0+deb11u3) ...
07:49:51 [2022-07-28T07:49:51.167Z] #29 8.376 Selecting previously unselected package ca-certificates.
07:49:51 [2022-07-28T07:49:51.167Z] #29 8.376 Preparing to unpack .../01-ca-certificates_20210119_all.deb ...
07:49:51 [2022-07-28T07:49:51.167Z] #29 8.380 Unpacking ca-certificates (20210119) ...
07:49:51 [2022-07-28T07:49:51.167Z] #29 8.453 Selecting previously unselected package libbrotli1:arm64.
07:49:51 [2022-07-28T07:49:51.167Z] #29 8.453 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_arm64.deb ...
07:49:51 [2022-07-28T07:49:51.167Z] #29 8.466 Unpacking libbrotli1:arm64 (1.0.9-2+b2) ...
07:49:51 [2022-07-28T07:49:51.167Z] #29 8.590 Selecting previously unselected package libsasl2-modules-db:arm64.
07:49:51 [2022-07-28T07:49:51.167Z] #29 8.590 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
07:49:51 [2022-07-28T07:49:51.167Z] #29 8.593 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
07:49:51 [2022-07-28T07:49:51.167Z] #29 8.648 Selecting previously unselected package libsasl2-2:arm64.
07:49:51 [2022-07-28T07:49:51.167Z] #29 8.648 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
07:49:51 [2022-07-28T07:49:51.167Z] #29 8.648 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
07:49:51 [2022-07-28T07:49:51.167Z] #29 8.719 Selecting previously unselected package libldap-2.4-2:arm64.
07:49:51 [2022-07-28T07:49:51.167Z] #29 8.719 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_arm64.deb ...
07:49:51 [2022-07-28T07:49:51.167Z] #29 8.724 Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ...
07:49:51 [2022-07-28T07:49:51.167Z] #29 8.785 Selecting previously unselected package libnghttp2-14:arm64.
07:49:51 [2022-07-28T07:49:51.167Z] #29 8.785 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_arm64.deb ...
07:49:51 [2022-07-28T07:49:51.167Z] #29 8.789 Unpacking libnghttp2-14:arm64 (1.43.0-1) ...
07:49:51 [2022-07-28T07:49:51.167Z] #29 8.833 Selecting previously unselected package libpsl5:arm64.
07:49:51 [2022-07-28T07:49:51.167Z] #29 8.833 Preparing to unpack .../07-libpsl5_0.21.0-1.2_arm64.deb ...
07:49:51 [2022-07-28T07:49:51.167Z] #29 8.837 Unpacking libpsl5:arm64 (0.21.0-1.2) ...
07:49:51 [2022-07-28T07:49:51.167Z] #29 8.880 Selecting previously unselected package librtmp1:arm64.
07:49:51 [2022-07-28T07:49:51.167Z] #29 8.880 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ...
07:49:51 [2022-07-28T07:49:51.167Z] #29 8.885 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
07:49:51 [2022-07-28T07:49:51.167Z] #29 8.929 Selecting previously unselected package libssh2-1:arm64.
07:49:51 [2022-07-28T07:49:51.167Z] #29 8.929 Preparing to unpack .../09-libssh2-1_1.9.0-2_arm64.deb ...
07:49:51 [2022-07-28T07:49:51.167Z] #29 8.934 Unpacking libssh2-1:arm64 (1.9.0-2) ...
07:49:51 [2022-07-28T07:49:51.167Z] #29 8.988 Selecting previously unselected package libcurl4:arm64.
07:49:51 [2022-07-28T07:49:51.167Z] #29 8.988 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_arm64.deb ...
07:49:51 [2022-07-28T07:49:51.167Z] #29 8.993 Unpacking libcurl4:arm64 (7.74.0-1.3+deb11u1) ...
07:49:51 [2022-07-28T07:49:51.167Z] #29 9.061 Selecting previously unselected package curl.
07:49:51 [2022-07-28T07:49:51.167Z] #29 9.061 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_arm64.deb ...
07:49:51 [2022-07-28T07:49:51.167Z] #29 9.066 Unpacking curl (7.74.0-1.3+deb11u1) ...
07:49:51 [2022-07-28T07:49:51.167Z] #29 9.133 Selecting previously unselected package libonig5:arm64.
07:49:51 [2022-07-28T07:49:51.167Z] #29 9.133 Preparing to unpack .../12-libonig5_6.9.6-1.1_arm64.deb ...
07:49:51 [2022-07-28T07:49:51.167Z] #29 9.136 Unpacking libonig5:arm64 (6.9.6-1.1) ...
07:49:51 [2022-07-28T07:49:51.167Z] #29 9.196 Selecting previously unselected package libjq1:arm64.
07:49:51 [2022-07-28T07:49:51.167Z] #29 9.197 Preparing to unpack .../13-libjq1_1.6-2.1_arm64.deb ...
07:49:51 [2022-07-28T07:49:51.167Z] #29 9.200 Unpacking libjq1:arm64 (1.6-2.1) ...
07:49:51 [2022-07-28T07:49:51.167Z] #29 9.244 Selecting previously unselected package jq.
07:49:51 [2022-07-28T07:49:51.167Z] #29 9.244 Preparing to unpack .../14-jq_1.6-2.1_arm64.deb ...
07:49:51 [2022-07-28T07:49:51.167Z] #29 9.248 Unpacking jq (1.6-2.1) ...
07:49:51 [2022-07-28T07:49:51.167Z] #29 9.287 Setting up libpsl5:arm64 (0.21.0-1.2) ...
07:49:51 [2022-07-28T07:49:51.167Z] #29 9.298 Setting up libbrotli1:arm64 (1.0.9-2+b2) ...
07:49:51 [2022-07-28T07:49:51.167Z] #29 9.308 Setting up libnghttp2-14:arm64 (1.43.0-1) ...
07:49:51 [2022-07-28T07:49:51.167Z] #29 9.318 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
07:49:51 [2022-07-28T07:49:51.167Z] #29 9.329 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
07:49:51 [2022-07-28T07:49:51.167Z] #29 9.340 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
07:49:51 [2022-07-28T07:49:51.167Z] #29 9.352 Setting up libssh2-1:arm64 (1.9.0-2) ...
07:49:51 [2022-07-28T07:49:51.167Z] #29 9.368 Setting up openssl (1.1.1n-0+deb11u3) ...
07:49:51 [2022-07-28T07:49:51.167Z] #29 9.382 Setting up libonig5:arm64 (6.9.6-1.1) ...
07:49:51 [2022-07-28T07:49:51.167Z] #29 9.394 Setting up libjq1:arm64 (1.6-2.1) ...
07:49:51 [2022-07-28T07:49:51.167Z] #29 9.409 Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ...
07:49:51 [2022-07-28T07:49:51.167Z] #29 9.422 Setting up ca-certificates (20210119) ...
07:49:51 [2022-07-28T07:49:51.253Z] #11 ...
07:49:51 [2022-07-28T07:49:51.253Z] 
07:49:51 [2022-07-28T07:49:51.253Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
07:49:51 [2022-07-28T07:49:51.253Z] #29 sha256:86d0fe8e3d75de108c042a485c0bbbd0a07573c0631bc783dff6637327710de0
07:49:51 [2022-07-28T07:49:51.253Z] #29 1.237 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
07:49:51 [2022-07-28T07:49:51.253Z] #29 1.248 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
07:49:51 [2022-07-28T07:49:51.253Z] #29 1.249 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
07:49:51 [2022-07-28T07:49:51.253Z] #29 1.584 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
07:49:51 [2022-07-28T07:49:51.253Z] #29 1.842 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [168 kB]
07:49:51 [2022-07-28T07:49:51.253Z] #29 2.158 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
07:49:51 [2022-07-28T07:49:51.253Z] #29 3.480 Fetched 8561 kB in 3s (3418 kB/s)
07:49:51 [2022-07-28T07:49:51.253Z] #29 3.480 Reading package lists...
07:49:51 [2022-07-28T07:49:51.253Z] #29 4.310 Reading package lists...
07:49:51 [2022-07-28T07:49:51.253Z] #29 5.106 Building dependency tree...
07:49:51 [2022-07-28T07:49:51.253Z] #29 5.498 The following additional packages will be installed:
07:49:51 [2022-07-28T07:49:51.253Z] #29 5.502   libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5
07:49:51 [2022-07-28T07:49:51.253Z] #29 5.502   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl
07:49:51 [2022-07-28T07:49:51.253Z] #29 5.502 Recommended packages:
07:49:51 [2022-07-28T07:49:51.253Z] #29 5.502   libldap-common publicsuffix libsasl2-modules
07:49:51 [2022-07-28T07:49:51.253Z] #29 5.680 The following NEW packages will be installed:
07:49:51 [2022-07-28T07:49:51.253Z] #29 5.682   ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2
07:49:51 [2022-07-28T07:49:51.253Z] #29 5.682   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
07:49:51 [2022-07-28T07:49:51.253Z] #29 5.682   libssh2-1 openssl
07:49:51 [2022-07-28T07:49:51.253Z] #29 5.957 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded.
07:49:51 [2022-07-28T07:49:51.253Z] #29 5.957 Need to get 3041 kB of archives.
07:49:51 [2022-07-28T07:49:51.253Z] #29 5.957 After this operation, 6651 kB of additional disk space will be used.
07:49:51 [2022-07-28T07:49:51.253Z] #29 5.957 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1n-0+deb11u3 [853 kB]
07:49:51 [2022-07-28T07:49:51.253Z] #29 5.973 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB]
07:49:51 [2022-07-28T07:49:51.253Z] #29 5.973 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB]
07:49:51 [2022-07-28T07:49:51.253Z] #29 5.973 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB]
07:49:51 [2022-07-28T07:49:51.253Z] #29 5.973 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB]
07:49:51 [2022-07-28T07:49:51.253Z] #29 6.009 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB]
07:49:51 [2022-07-28T07:49:51.253Z] #29 6.009 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB]
07:49:51 [2022-07-28T07:49:51.253Z] #29 6.009 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB]
07:49:51 [2022-07-28T07:49:51.253Z] #29 6.009 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB]
07:49:51 [2022-07-28T07:49:51.253Z] #29 6.009 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB]
07:49:51 [2022-07-28T07:49:51.253Z] #29 6.009 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB]
07:49:51 [2022-07-28T07:49:51.253Z] #29 6.009 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB]
07:49:51 [2022-07-28T07:49:51.253Z] #29 6.010 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
07:49:51 [2022-07-28T07:49:51.253Z] #29 6.012 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
07:49:51 [2022-07-28T07:49:51.253Z] #29 6.014 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
07:49:51 [2022-07-28T07:49:51.253Z] #29 6.223 debconf: delaying package configuration, since apt-utils is not installed
07:49:51 [2022-07-28T07:49:51.253Z] #29 6.265 Fetched 3041 kB in 0s (9387 kB/s)
07:49:51 [2022-07-28T07:49:51.253Z] #29 6.341 Selecting previously unselected package openssl.
07:49:51 [2022-07-28T07:49:51.253Z] #29 6.341 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6661 files and directories currently installed.)
07:49:51 [2022-07-28T07:49:51.253Z] #29 6.341 Preparing to unpack .../00-openssl_1.1.1n-0+deb11u3_amd64.deb ...
07:49:51 [2022-07-28T07:49:51.253Z] #29 6.349 Unpacking openssl (1.1.1n-0+deb11u3) ...
07:49:51 [2022-07-28T07:49:51.253Z] #29 6.596 Selecting previously unselected package ca-certificates.
07:49:51 [2022-07-28T07:49:51.253Z] #29 6.596 Preparing to unpack .../01-ca-certificates_20210119_all.deb ...
07:49:51 [2022-07-28T07:49:51.253Z] #29 6.600 Unpacking ca-certificates (20210119) ...
07:49:51 [2022-07-28T07:49:51.253Z] #29 6.778 Selecting previously unselected package libbrotli1:amd64.
07:49:51 [2022-07-28T07:49:51.253Z] #29 6.780 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ...
07:49:51 [2022-07-28T07:49:51.253Z] #29 6.787 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ...
07:49:51 [2022-07-28T07:49:51.253Z] #29 6.860 Selecting previously unselected package libsasl2-modules-db:amd64.
07:49:51 [2022-07-28T07:49:51.253Z] #29 6.860 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
07:49:51 [2022-07-28T07:49:51.253Z] #29 6.865 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
07:49:51 [2022-07-28T07:49:51.253Z] #29 6.914 Selecting previously unselected package libsasl2-2:amd64.
07:49:51 [2022-07-28T07:49:51.253Z] #29 6.914 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
07:49:51 [2022-07-28T07:49:51.253Z] #29 6.918 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
07:49:51 [2022-07-28T07:49:51.253Z] #29 6.966 Selecting previously unselected package libldap-2.4-2:amd64.
07:49:51 [2022-07-28T07:49:51.253Z] #29 6.966 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ...
07:49:51 [2022-07-28T07:49:51.253Z] #29 6.971 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ...
07:49:51 [2022-07-28T07:49:51.253Z] #29 7.052 Selecting previously unselected package libnghttp2-14:amd64.
07:49:51 [2022-07-28T07:49:51.253Z] #29 7.053 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ...
07:49:51 [2022-07-28T07:49:51.253Z] #29 7.058 Unpacking libnghttp2-14:amd64 (1.43.0-1) ...
07:49:51 [2022-07-28T07:49:51.253Z] #29 7.102 Selecting previously unselected package libpsl5:amd64.
07:49:51 [2022-07-28T07:49:51.253Z] #29 7.103 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ...
07:49:51 [2022-07-28T07:49:51.253Z] #29 7.109 Unpacking libpsl5:amd64 (0.21.0-1.2) ...
07:49:51 [2022-07-28T07:49:51.253Z] #29 7.147 Selecting previously unselected package librtmp1:amd64.
07:49:51 [2022-07-28T07:49:51.253Z] #29 7.147 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ...
07:49:51 [2022-07-28T07:49:51.253Z] #29 7.151 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
07:49:51 [2022-07-28T07:49:51.253Z] #29 7.196 Selecting previously unselected package libssh2-1:amd64.
07:49:51 [2022-07-28T07:49:51.253Z] #29 7.196 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ...
07:49:51 [2022-07-28T07:49:51.253Z] #29 7.199 Unpacking libssh2-1:amd64 (1.9.0-2) ...
07:49:51 [2022-07-28T07:49:51.253Z] #29 7.290 Selecting previously unselected package libcurl4:amd64.
07:49:51 [2022-07-28T07:49:51.253Z] #29 7.290 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ...
07:49:51 [2022-07-28T07:49:51.253Z] #29 7.296 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ...
07:49:51 [2022-07-28T07:49:51.253Z] #29 7.372 Selecting previously unselected package curl.
07:49:51 [2022-07-28T07:49:51.253Z] #29 7.372 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ...
07:49:51 [2022-07-28T07:49:51.253Z] #29 7.377 Unpacking curl (7.74.0-1.3+deb11u1) ...
07:49:51 [2022-07-28T07:49:51.253Z] #29 7.460 Selecting previously unselected package libonig5:amd64.
07:49:51 [2022-07-28T07:49:51.253Z] #29 7.460 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ...
07:49:51 [2022-07-28T07:49:51.253Z] #29 7.464 Unpacking libonig5:amd64 (6.9.6-1.1) ...
07:49:51 [2022-07-28T07:49:51.253Z] #29 7.530 Selecting previously unselected package libjq1:amd64.
07:49:51 [2022-07-28T07:49:51.253Z] #29 7.531 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ...
07:49:51 [2022-07-28T07:49:51.253Z] #29 7.536 Unpacking libjq1:amd64 (1.6-2.1) ...
07:49:51 [2022-07-28T07:49:51.253Z] #29 7.596 Selecting previously unselected package jq.
07:49:51 [2022-07-28T07:49:51.253Z] #29 7.596 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ...
07:49:51 [2022-07-28T07:49:51.253Z] #29 7.600 Unpacking jq (1.6-2.1) ...
07:49:51 [2022-07-28T07:49:51.253Z] #29 7.646 Setting up libpsl5:amd64 (0.21.0-1.2) ...
07:49:51 [2022-07-28T07:49:51.253Z] #29 7.661 Setting up libbrotli1:amd64 (1.0.9-2+b2) ...
07:49:51 [2022-07-28T07:49:51.253Z] #29 7.668 Setting up libnghttp2-14:amd64 (1.43.0-1) ...
07:49:51 [2022-07-28T07:49:51.253Z] #29 7.681 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
07:49:51 [2022-07-28T07:49:51.253Z] #29 7.693 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
07:49:51 [2022-07-28T07:49:51.253Z] #29 7.707 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
07:49:51 [2022-07-28T07:49:51.253Z] #29 7.718 Setting up libssh2-1:amd64 (1.9.0-2) ...
07:49:51 [2022-07-28T07:49:51.253Z] #29 7.730 Setting up openssl (1.1.1n-0+deb11u3) ...
07:49:51 [2022-07-28T07:49:51.253Z] #29 7.747 Setting up libonig5:amd64 (6.9.6-1.1) ...
07:49:51 [2022-07-28T07:49:51.253Z] #29 7.758 Setting up libjq1:amd64 (1.6-2.1) ...
07:49:51 [2022-07-28T07:49:51.253Z] #29 7.770 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ...
07:49:51 [2022-07-28T07:49:51.253Z] #29 7.782 Setting up ca-certificates (20210119) ...
07:49:51 [2022-07-28T07:49:51.253Z] #29 8.379 Updating certificates in /etc/ssl/certs...
07:49:51 [2022-07-28T07:49:51.253Z] #29 8.996 129 added, 0 removed; done.
07:49:51 [2022-07-28T07:49:51.253Z] #29 9.027 Setting up jq (1.6-2.1) ...
07:49:51 [2022-07-28T07:49:51.253Z] #29 9.037 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ...
07:49:51 [2022-07-28T07:49:51.253Z] #29 9.048 Setting up curl (7.74.0-1.3+deb11u1) ...
07:49:51 [2022-07-28T07:49:51.253Z] #29 9.059 Processing triggers for libc-bin (2.31-13+deb11u3) ...
07:49:51 [2022-07-28T07:49:51.253Z] #29 9.079 Processing triggers for ca-certificates (20210119) ...
07:49:51 [2022-07-28T07:49:51.253Z] #29 9.087 Updating certificates in /etc/ssl/certs...
07:49:51 [2022-07-28T07:49:51.253Z] #29 9.650 0 added, 0 removed; done.
07:49:51 [2022-07-28T07:49:51.253Z] #29 9.650 Running hooks in /etc/ca-certificates/update.d...
07:49:51 [2022-07-28T07:49:51.253Z] #29 9.651 done.
07:49:51 [2022-07-28T07:49:51.253Z] #29 ...
07:49:51 [2022-07-28T07:49:51.253Z] 
07:49:51 [2022-07-28T07:49:51.253Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:4b1a190d22371bdd111f1c5448b4c06f268d059ea3d04d332dc54f4ebb7ca06b
07:49:51 [2022-07-28T07:49:51.253Z] #11 sha256:bf54ea050dbb17499865fb38b00bd6d8ac73cbc254b72979b18f9d6e70279638
07:49:51 [2022-07-28T07:49:51.424Z] #29 10.08 Updating certificates in /etc/ssl/certs...
07:49:51 [2022-07-28T07:49:51.424Z] #29 ...
07:49:51 [2022-07-28T07:49:51.424Z] 
07:49:51 [2022-07-28T07:49:51.424Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:4b1a190d22371bdd111f1c5448b4c06f268d059ea3d04d332dc54f4ebb7ca06b
07:49:51 [2022-07-28T07:49:51.424Z] #11 sha256:237848b3d59729a0118f6e1acfe6dcbad14ba114ebaee44cb0ba011e9debbd4d
07:49:51 [2022-07-28T07:49:51.509Z] #11 extracting sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a 4.1s done
07:49:51 [2022-07-28T07:49:51.666Z] #58 DONE 68.3s
07:49:51 [2022-07-28T07:49:51.666Z] 
07:49:51 [2022-07-28T07:49:51.666Z] #54 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
07:49:51 [2022-07-28T07:49:51.666Z] #54 sha256:8a0b7c7abf06bbb1ab29c763b2e38d2fa012d03eb2e646559ec0a63c975a38c7
07:49:51 [2022-07-28T07:49:51.953Z] #62 50.32 Building dependency tree...
07:49:52 [2022-07-28T07:49:52.071Z] #11 extracting sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263
07:49:52 [2022-07-28T07:49:52.328Z] #11 ...
07:49:52 [2022-07-28T07:49:52.328Z] 
07:49:52 [2022-07-28T07:49:52.328Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
07:49:52 [2022-07-28T07:49:52.328Z] #29 sha256:86d0fe8e3d75de108c042a485c0bbbd0a07573c0631bc783dff6637327710de0
07:49:52 [2022-07-28T07:49:52.328Z] #29 DONE 11.3s
07:49:52 [2022-07-28T07:49:52.328Z] 
07:49:52 [2022-07-28T07:49:52.328Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:4b1a190d22371bdd111f1c5448b4c06f268d059ea3d04d332dc54f4ebb7ca06b
07:49:52 [2022-07-28T07:49:52.328Z] #11 sha256:bf54ea050dbb17499865fb38b00bd6d8ac73cbc254b72979b18f9d6e70279638
07:49:52 [2022-07-28T07:49:52.472Z] #31 2.174 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
07:49:52 [2022-07-28T07:49:52.472Z] #31 2.470 
07:49:52 [2022-07-28T07:49:52.585Z] #11 ...
07:49:52 [2022-07-28T07:49:52.585Z] 
07:49:52 [2022-07-28T07:49:52.585Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
07:49:52 [2022-07-28T07:49:52.585Z] #30 sha256:56c604d39df1aa0a914f04fea6702cdc66fc20f41547a5f609fe6d064df8859f
07:49:52 [2022-07-28T07:49:52.585Z] #30 DONE 0.4s
07:49:52 [2022-07-28T07:49:52.585Z] 
07:49:52 [2022-07-28T07:49:52.585Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:4b1a190d22371bdd111f1c5448b4c06f268d059ea3d04d332dc54f4ebb7ca06b
07:49:52 [2022-07-28T07:49:52.585Z] #11 sha256:bf54ea050dbb17499865fb38b00bd6d8ac73cbc254b72979b18f9d6e70279638
07:49:52 [2022-07-28T07:49:52.730Z] #31 2.695 #=#=#                                                                         

######################################################################## 100.0%
07:49:52 [2022-07-28T07:49:52.988Z] #31 2.947 
07:49:53 [2022-07-28T07:49:53.572Z] #54 ...
07:49:53 [2022-07-28T07:49:53.572Z] 
07:49:53 [2022-07-28T07:49:53.572Z] #84 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:49:53 [2022-07-28T07:49:53.572Z] #84 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:49:53 [2022-07-28T07:49:53.572Z] #84 9.264 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec'
07:49:53 [2022-07-28T07:49:53.572Z] #84 9.307 Cloning into '/tmp/crun-build/libocispec'...
07:49:53 [2022-07-28T07:49:53.929Z] #31 3.990 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
07:49:54 [2022-07-28T07:49:54.186Z] #31 4.391 
07:49:54 [2022-07-28T07:49:54.698Z] #11 ...
07:49:54 [2022-07-28T07:49:54.698Z] 
07:49:54 [2022-07-28T07:49:54.698Z] #29 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt        apt-get update && apt-get install -y --no-install-recommends            ca-certificates            curl            jq
07:49:54 [2022-07-28T07:49:54.698Z] #29 sha256:58cbe6b2dc347256705f35e26043deba0bbc6cbfb7fe05f93c7da39ee37dab79
07:49:54 [2022-07-28T07:49:54.698Z] #29 10.71 129 added, 0 removed; done.
07:49:54 [2022-07-28T07:49:54.698Z] #29 10.77 Setting up jq (1.6-2.1) ...
07:49:54 [2022-07-28T07:49:54.698Z] #29 10.78 Setting up libcurl4:arm64 (7.74.0-1.3+deb11u1) ...
07:49:54 [2022-07-28T07:49:54.698Z] #29 10.79 Setting up curl (7.74.0-1.3+deb11u1) ...
07:49:54 [2022-07-28T07:49:54.698Z] #29 10.81 Processing triggers for libc-bin (2.31-13+deb11u3) ...
07:49:54 [2022-07-28T07:49:54.698Z] #29 10.83 Processing triggers for ca-certificates (20210119) ...
07:49:54 [2022-07-28T07:49:54.698Z] #29 10.84 Updating certificates in /etc/ssl/certs...
07:49:54 [2022-07-28T07:49:54.698Z] #29 11.60 0 added, 0 removed; done.
07:49:54 [2022-07-28T07:49:54.698Z] #29 11.60 Running hooks in /etc/ca-certificates/update.d...
07:49:54 [2022-07-28T07:49:54.698Z] #29 11.60 done.
07:49:54 [2022-07-28T07:49:54.698Z] #29 DONE 13.0s
07:49:54 [2022-07-28T07:49:54.698Z] 
07:49:54 [2022-07-28T07:49:54.698Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
07:49:54 [2022-07-28T07:49:54.698Z] #30 sha256:00244b93034dd2081a60f326664fede272211d5a4d177e647a5e0c96c8845992
07:49:54 [2022-07-28T07:49:54.698Z] #30 DONE 0.1s
07:49:54 [2022-07-28T07:49:54.698Z] 
07:49:54 [2022-07-28T07:49:54.698Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
07:49:54 [2022-07-28T07:49:54.698Z] #31 sha256:089c6ec119c9514aa1b033eb8cb5ad2edc19a4b30811ac9646de0c9a0d5de945
07:49:54 [2022-07-28T07:49:54.702Z] #31 4.615 #=#=#                                                                         

######################################################################## 100.0%
07:49:54 [2022-07-28T07:49:54.702Z] #31 4.914 
07:49:54 [2022-07-28T07:49:54.954Z] #31 ...
07:49:54 [2022-07-28T07:49:54.954Z] 
07:49:54 [2022-07-28T07:49:54.954Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:4b1a190d22371bdd111f1c5448b4c06f268d059ea3d04d332dc54f4ebb7ca06b
07:49:54 [2022-07-28T07:49:54.954Z] #11 sha256:237848b3d59729a0118f6e1acfe6dcbad14ba114ebaee44cb0ba011e9debbd4d
07:49:54 [2022-07-28T07:49:54.954Z] #11 extracting sha256:c1cef2ac96d31d12ce27265c48fd08344bcaa6cd76ba7eee285a37a4b4e17c57 5.0s done
07:49:54 [2022-07-28T07:49:54.954Z] #11 extracting sha256:061673f9eac272017bd26ec1d4422e8f3f6f25dd10b685a2c4431ecb59936e2a done
07:49:54 [2022-07-28T07:49:54.954Z] #11 DONE 20.0s
07:49:54 [2022-07-28T07:49:54.954Z] 
07:49:54 [2022-07-28T07:49:54.954Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
07:49:54 [2022-07-28T07:49:54.954Z] #12 sha256:bf67848227bbbdf85703630ef3b3e63a68cbe331d805828ca894365438571bb6
07:49:54 [2022-07-28T07:49:54.956Z] #84 10.80 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821'
07:49:54 [2022-07-28T07:49:54.956Z] #84 10.86 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec'
07:49:54 [2022-07-28T07:49:54.957Z] #84 10.89 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec'
07:49:54 [2022-07-28T07:49:54.957Z] #84 10.89 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl'
07:49:54 [2022-07-28T07:49:54.957Z] #84 10.96 Cloning into '/tmp/crun-build/libocispec/image-spec'...
07:49:55 [2022-07-28T07:49:55.247Z] #62 ...
07:49:55 [2022-07-28T07:49:55.247Z] 
07:49:55 [2022-07-28T07:49:55.247Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:49:55 [2022-07-28T07:49:55.247Z] #14 sha256:b25eac2f6ddf70c42113ea1e9c9616359e7796e8a4be5e3f87392c5fb5b439d0
07:49:55 [2022-07-28T07:49:55.247Z] #14 47.89 Building dependency tree...
07:49:55 [2022-07-28T07:49:55.247Z] #14 54.03 The following additional packages will be installed:
07:49:55 [2022-07-28T07:49:55.247Z] #14 54.04   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
07:49:55 [2022-07-28T07:49:55.247Z] #14 54.04   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
07:49:55 [2022-07-28T07:49:55.247Z] #14 54.04   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
07:49:55 [2022-07-28T07:49:55.247Z] #14 54.04   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
07:49:55 [2022-07-28T07:49:55.247Z] #14 54.04   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
07:49:55 [2022-07-28T07:49:55.247Z] #14 54.04   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
07:49:55 [2022-07-28T07:49:55.247Z] #14 54.04   mingw-w64-common mingw-w64-x86-64-dev
07:49:55 [2022-07-28T07:49:55.247Z] #14 54.07 Suggested packages:
07:49:55 [2022-07-28T07:49:55.247Z] #14 54.10   gcc-10-locales seccomp wine64
07:49:55 [2022-07-28T07:49:55.519Z] #12 DONE 0.5s
07:49:55 [2022-07-28T07:49:55.520Z] 
07:49:55 [2022-07-28T07:49:55.520Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list  && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list
07:49:55 [2022-07-28T07:49:55.520Z] #13 sha256:1b1d69f3b20632fc27d6c61b1f6b775223f47e9c250fc2398d4d7e3969fa45cf
07:49:55 [2022-07-28T07:49:55.817Z] #14 ...
07:49:55 [2022-07-28T07:49:55.817Z] 
07:49:55 [2022-07-28T07:49:55.817Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
07:49:55 [2022-07-28T07:49:55.817Z] #62 sha256:34bfbe9b681f5ebc46aa2b0b23925fe24fac41e1b9a5ab09857ba3a5988905e2
07:49:55 [2022-07-28T07:49:55.817Z] #62 56.37 The following additional packages will be installed:
07:49:56 [2022-07-28T07:49:56.077Z] #62 56.41   libbtrfs0
07:49:56 [2022-07-28T07:49:56.080Z] #31 6.043 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)...
07:49:56 [2022-07-28T07:49:56.080Z] #31 6.315 
07:49:56 [2022-07-28T07:49:56.085Z] #13 DONE 0.4s
07:49:56 [2022-07-28T07:49:56.085Z] 
07:49:56 [2022-07-28T07:49:56.085Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
07:49:56 [2022-07-28T07:49:56.085Z] #31 sha256:089c6ec119c9514aa1b033eb8cb5ad2edc19a4b30811ac9646de0c9a0d5de945
07:49:56 [2022-07-28T07:49:56.085Z] #31 1.512 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
07:49:56 [2022-07-28T07:49:56.085Z] #31 ...
07:49:56 [2022-07-28T07:49:56.085Z] 
07:49:56 [2022-07-28T07:49:56.085Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
07:49:56 [2022-07-28T07:49:56.085Z] #46 sha256:48a9d2215b0f9646735bd76cc9a42482c9c50181c2dff76476e9ed04ddefd5fd
07:49:56 [2022-07-28T07:49:56.085Z] #46 DONE 0.2s
07:49:56 [2022-07-28T07:49:56.085Z] 
07:49:56 [2022-07-28T07:49:56.085Z] #50 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc
07:49:56 [2022-07-28T07:49:56.085Z] #50 sha256:1b77a8bad55cca545278e9b1655d58368d83a5874e5de8778e4424f068fbbe08
07:49:56 [2022-07-28T07:49:56.085Z] #50 DONE 0.2s
07:49:56 [2022-07-28T07:49:56.085Z] 
07:49:56 [2022-07-28T07:49:56.085Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
07:49:56 [2022-07-28T07:49:56.085Z] #33 sha256:96289b3f9c8582e7080af862e7b0e85da16cbb7b812f22f85634504ed42869b0
07:49:56 [2022-07-28T07:49:56.085Z] #33 DONE 0.3s
07:49:56 [2022-07-28T07:49:56.085Z] 
07:49:56 [2022-07-28T07:49:56.085Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer /
07:49:56 [2022-07-28T07:49:56.085Z] #25 sha256:cd8b815b0af683c1b9975c6bbb95ea7c3b0448b71c74b17b4d075a976658f13a
07:49:56 [2022-07-28T07:49:56.085Z] #25 DONE 0.3s
07:49:56 [2022-07-28T07:49:56.085Z] 
07:49:56 [2022-07-28T07:49:56.085Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer /
07:49:56 [2022-07-28T07:49:56.085Z] #66 sha256:e09629c4d7a2b22b746e26bb5f00f1fed3d72d607f894f9b3fcc1addf828f9f9
07:49:56 [2022-07-28T07:49:56.085Z] #66 DONE 0.3s
07:49:56 [2022-07-28T07:49:56.085Z] 
07:49:56 [2022-07-28T07:49:56.085Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
07:49:56 [2022-07-28T07:49:56.085Z] #67 sha256:8e607e0eae7f8281ce37c0763468d8060a604af5030797cc8011bd0a26b6491a
07:49:56 [2022-07-28T07:49:56.338Z] #62 56.73 The following NEW packages will be installed:
07:49:56 [2022-07-28T07:49:56.338Z] #62 56.76   libbtrfs-dev libbtrfs0
07:49:56 [2022-07-28T07:49:56.338Z] #31 ...
07:49:56 [2022-07-28T07:49:56.338Z] 
07:49:56 [2022-07-28T07:49:56.338Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:4b1a190d22371bdd111f1c5448b4c06f268d059ea3d04d332dc54f4ebb7ca06b
07:49:56 [2022-07-28T07:49:56.338Z] #11 sha256:bf54ea050dbb17499865fb38b00bd6d8ac73cbc254b72979b18f9d6e70279638
07:49:56 [2022-07-28T07:49:56.338Z] #11 extracting sha256:9d6246ba248cc80872dc2995f9080ef76305b540968dadb096b75f2e2146a38a 7.7s done
07:49:56 [2022-07-28T07:49:56.338Z] #11 extracting sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 0.6s
07:49:56 [2022-07-28T07:49:56.909Z] #62 57.43 0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded.
07:49:56 [2022-07-28T07:49:56.909Z] #62 57.43 Need to get 460 kB of archives.
07:49:56 [2022-07-28T07:49:56.909Z] #62 57.43 After this operation, 1237 kB of additional disk space will be used.
07:49:56 [2022-07-28T07:49:56.909Z] #62 57.43 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
07:49:56 [2022-07-28T07:49:56.909Z] #62 57.46 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
07:49:57 [2022-07-28T07:49:57.495Z] #84 13.65 Cloning into '/tmp/crun-build/libocispec/runtime-spec'...
07:49:57 [2022-07-28T07:49:57.834Z] #11 extracting sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 5.1s
07:49:59 [2022-07-28T07:49:59.451Z] #62 59.52 debconf: delaying package configuration, since apt-utils is not installed
07:49:59 [2022-07-28T07:49:59.452Z] #62 60.00 Fetched 460 kB in 1s (879 kB/s)
07:49:59 [2022-07-28T07:49:59.712Z] #62 60.20 Selecting previously unselected package libbtrfs0:amd64.
07:49:59 [2022-07-28T07:49:59.972Z] #62 60.20 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15717 files and directories currently installed.)
07:49:59 [2022-07-28T07:49:59.972Z] #62 60.38 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
07:49:59 [2022-07-28T07:49:59.972Z] #62 ...
07:49:59 [2022-07-28T07:49:59.972Z] 
07:49:59 [2022-07-28T07:49:59.972Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:49:59 [2022-07-28T07:49:59.972Z] #55 sha256:6a5ba43a879545395035c8edb2d77f5663eaeac2aed4ebd5825ef0a4ef562291
07:49:59 [2022-07-28T07:49:59.972Z] #55 50.29 go: downloading github.com/davecgh/go-spew v1.1.1
07:49:59 [2022-07-28T07:49:59.972Z] #55 50.30 go: downloading github.com/pmezard/go-difflib v1.0.0
07:49:59 [2022-07-28T07:49:59.972Z] #55 50.52 go: downloading github.com/stretchr/objx v0.1.1
07:49:59 [2022-07-28T07:49:59.972Z] #55 50.58 go: downloading github.com/subosito/gotenv v1.2.0
07:49:59 [2022-07-28T07:49:59.972Z] #55 50.75 go: downloading github.com/hashicorp/hcl v1.0.0
07:49:59 [2022-07-28T07:49:59.972Z] #55 51.11 go: downloading golang.org/x/text v0.3.7
07:49:59 [2022-07-28T07:49:59.972Z] #55 ...
07:49:59 [2022-07-28T07:49:59.972Z] 
07:49:59 [2022-07-28T07:49:59.972Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
07:49:59 [2022-07-28T07:49:59.972Z] #62 sha256:34bfbe9b681f5ebc46aa2b0b23925fe24fac41e1b9a5ab09857ba3a5988905e2
07:49:59 [2022-07-28T07:49:59.972Z] #62 60.38 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
07:49:59 [2022-07-28T07:49:59.972Z] #62 60.40 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
07:50:00 [2022-07-28T07:50:00.031Z] #84 15.88 Cloning into '/tmp/crun-build/libocispec/yajl'...
07:50:00 [2022-07-28T07:50:00.297Z] #67 3.768 + RM_GOPATH=0
07:50:00 [2022-07-28T07:50:00.297Z] #67 3.768 + TMP_GOPATH=
07:50:00 [2022-07-28T07:50:00.297Z] #67 3.768 + : /build
07:50:00 [2022-07-28T07:50:00.297Z] #67 3.768 + '[' -z '' ']'
07:50:00 [2022-07-28T07:50:00.297Z] #67 3.768 ++ mktemp -d
07:50:00 [2022-07-28T07:50:00.297Z] #67 3.773 + export GOPATH=/tmp/tmp.3eOxKc7ili
07:50:00 [2022-07-28T07:50:00.297Z] #67 3.773 + GOPATH=/tmp/tmp.3eOxKc7ili
07:50:00 [2022-07-28T07:50:00.297Z] #67 3.773 + RM_GOPATH=1
07:50:00 [2022-07-28T07:50:00.297Z] #67 3.773 + case "$(go env GOARCH)" in
07:50:00 [2022-07-28T07:50:00.297Z] #67 3.773 ++ go env GOARCH
07:50:00 [2022-07-28T07:50:00.297Z] #67 3.819 + export GO_BUILDMODE=-buildmode=pie
07:50:00 [2022-07-28T07:50:00.297Z] #67 3.819 + GO_BUILDMODE=-buildmode=pie
07:50:00 [2022-07-28T07:50:00.297Z] #67 3.819 ++ dirname /install.sh
07:50:00 [2022-07-28T07:50:00.297Z] #67 3.823 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
07:50:00 [2022-07-28T07:50:00.297Z] #67 3.823 + dir=/
07:50:00 [2022-07-28T07:50:00.297Z] #67 3.823 + bin=rootlesskit
07:50:00 [2022-07-28T07:50:00.297Z] #67 3.823 + shift
07:50:00 [2022-07-28T07:50:00.297Z] #67 3.823 + '[' '!' -f //rootlesskit.installer ']'
07:50:00 [2022-07-28T07:50:00.297Z] #67 3.823 + . //rootlesskit.installer
07:50:00 [2022-07-28T07:50:00.297Z] #67 3.823 ++ : 1920341cd41e047834a21007424162a2dc946315
07:50:00 [2022-07-28T07:50:00.297Z] #67 3.823 + install_rootlesskit
07:50:00 [2022-07-28T07:50:00.297Z] #67 3.823 + case "$1" in
07:50:00 [2022-07-28T07:50:00.297Z] #67 3.823 + export CGO_ENABLED=0
07:50:00 [2022-07-28T07:50:00.297Z] #67 3.823 + CGO_ENABLED=0
07:50:00 [2022-07-28T07:50:00.297Z] #67 3.823 + _install_rootlesskit
07:50:00 [2022-07-28T07:50:00.297Z] #67 3.823 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
07:50:00 [2022-07-28T07:50:00.297Z] #67 3.823 + for f in rootlesskit rootlesskit-docker-proxy
07:50:00 [2022-07-28T07:50:00.297Z] #67 3.823 + GOBIN=/build
07:50:00 [2022-07-28T07:50:00.297Z] #67 3.823 + GO111MODULE=on
07:50:00 [2022-07-28T07:50:00.297Z] #67 3.823 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
07:50:00 [2022-07-28T07:50:00.364Z] #11 extracting sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 8.2s done
07:50:00 [2022-07-28T07:50:00.554Z] #67 4.307 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
07:50:00 [2022-07-28T07:50:00.620Z] #11 extracting sha256:4adeeae69874458b752174f3126331d2a17d800831d8743d675198836e90ca92
07:50:00 [2022-07-28T07:50:00.620Z] #11 extracting sha256:4adeeae69874458b752174f3126331d2a17d800831d8743d675198836e90ca92 done
07:50:00 [2022-07-28T07:50:00.879Z] #11 DONE 28.0s
07:50:00 [2022-07-28T07:50:00.879Z] 
07:50:00 [2022-07-28T07:50:00.879Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
07:50:00 [2022-07-28T07:50:00.879Z] #12 sha256:8d1841f310c2ecc14726ec3d3a145f3a87799fc6a02066dc102280eed956618d
07:50:00 [2022-07-28T07:50:00.924Z] #62 61.24 Selecting previously unselected package libbtrfs-dev:amd64.
07:50:00 [2022-07-28T07:50:00.924Z] #62 ...
07:50:00 [2022-07-28T07:50:00.924Z] 
07:50:00 [2022-07-28T07:50:00.924Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
07:50:00 [2022-07-28T07:50:00.924Z] #42 sha256:d5f8a01c2e1a5370173910ff1b6fd1dd838253998709bec1c0416141f69afbfb
07:50:00 [2022-07-28T07:50:00.924Z] #42 48.42 Building dependency tree...
07:50:00 [2022-07-28T07:50:00.924Z] #42 55.42 The following additional packages will be installed:
07:50:00 [2022-07-28T07:50:00.924Z] #42 55.42   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd
07:50:00 [2022-07-28T07:50:00.924Z] #42 55.46 Suggested packages:
07:50:00 [2022-07-28T07:50:00.924Z] #42 55.49   cmake-doc ninja-build lrzip
07:50:00 [2022-07-28T07:50:00.924Z] #42 55.49 Recommended packages:
07:50:00 [2022-07-28T07:50:00.924Z] #42 55.49   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
07:50:00 [2022-07-28T07:50:00.924Z] #42 57.25 The following NEW packages will be installed:
07:50:00 [2022-07-28T07:50:00.924Z] #42 57.28   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
07:50:00 [2022-07-28T07:50:00.924Z] #42 57.31   vim-common xxd
07:50:00 [2022-07-28T07:50:00.924Z] #42 57.86 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded.
07:50:00 [2022-07-28T07:50:00.924Z] #42 57.86 Need to get 17.7 MB of archives.
07:50:00 [2022-07-28T07:50:00.924Z] #42 57.86 After this operation, 70.7 MB of additional disk space will be used.
07:50:00 [2022-07-28T07:50:00.924Z] #42 57.86 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
07:50:00 [2022-07-28T07:50:00.924Z] #42 57.89 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
07:50:00 [2022-07-28T07:50:00.924Z] #42 57.90 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
07:50:00 [2022-07-28T07:50:00.924Z] #42 58.10 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
07:50:00 [2022-07-28T07:50:00.924Z] #42 59.14 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u2 [692 kB]
07:50:00 [2022-07-28T07:50:00.924Z] #42 59.19 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB]
07:50:00 [2022-07-28T07:50:00.924Z] #42 59.27 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
07:50:00 [2022-07-28T07:50:00.924Z] #42 59.28 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
07:50:00 [2022-07-28T07:50:00.924Z] #42 59.30 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
07:50:00 [2022-07-28T07:50:00.924Z] #42 59.32 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB]
07:50:00 [2022-07-28T07:50:00.924Z] #42 ...
07:50:00 [2022-07-28T07:50:00.924Z] 
07:50:00 [2022-07-28T07:50:00.924Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
07:50:00 [2022-07-28T07:50:00.924Z] #62 sha256:34bfbe9b681f5ebc46aa2b0b23925fe24fac41e1b9a5ab09857ba3a5988905e2
07:50:00 [2022-07-28T07:50:00.924Z] #62 61.24 Selecting previously unselected package libbtrfs-dev:amd64.
07:50:00 [2022-07-28T07:50:00.924Z] #62 61.30 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ...
07:50:00 [2022-07-28T07:50:00.924Z] #62 61.33 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
07:50:00 [2022-07-28T07:50:00.924Z] #62 ...
07:50:00 [2022-07-28T07:50:00.924Z] 
07:50:00 [2022-07-28T07:50:00.924Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
07:50:00 [2022-07-28T07:50:00.924Z] #76 sha256:306ba19f1dc993c39966bb8490da17ab0369cd0c126ceb831f7ef89a39102969
07:50:00 [2022-07-28T07:50:00.924Z] #76 49.08 Building dependency tree...
07:50:00 [2022-07-28T07:50:00.924Z] #76 55.58 python3 is already the newest version (3.9.2-3).
07:50:00 [2022-07-28T07:50:00.924Z] #76 55.58 The following additional packages will be installed:
07:50:00 [2022-07-28T07:50:00.924Z] #76 55.61   autotools-dev bzip2 dpkg-dev file libcap2 libmagic-mgc libmagic1
07:50:00 [2022-07-28T07:50:00.924Z] #76 55.63   libprotobuf-c1 libsigsegv2 libyajl2 m4 patch xz-utils
07:50:00 [2022-07-28T07:50:00.924Z] #76 55.65 Suggested packages:
07:50:00 [2022-07-28T07:50:00.924Z] #76 55.68   autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring
07:50:00 [2022-07-28T07:50:00.924Z] #76 55.68   manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk
07:50:00 [2022-07-28T07:50:00.924Z] #76 55.68   m4-doc ed diffutils-doc
07:50:00 [2022-07-28T07:50:00.924Z] #76 55.68 Recommended packages:
07:50:00 [2022-07-28T07:50:00.924Z] #76 55.68   fakeroot libalgorithm-merge-perl libltdl-dev
07:50:00 [2022-07-28T07:50:00.924Z] #76 58.53 The following NEW packages will be installed:
07:50:00 [2022-07-28T07:50:00.924Z] #76 58.56   autoconf automake autotools-dev build-essential bzip2 dpkg-dev file
07:50:00 [2022-07-28T07:50:00.924Z] #76 58.56   libcap-dev libcap2 libmagic-mgc libmagic1 libprotobuf-c-dev libprotobuf-c1
07:50:00 [2022-07-28T07:50:00.924Z] #76 58.58   libseccomp-dev libsigsegv2 libsystemd-dev libtool libudev-dev libyajl-dev
07:50:00 [2022-07-28T07:50:00.924Z] #76 58.58   libyajl2 m4 patch xz-utils
07:50:00 [2022-07-28T07:50:00.924Z] #76 59.32 0 upgraded, 23 newly installed, 0 to remove and 1 not upgraded.
07:50:00 [2022-07-28T07:50:00.924Z] #76 59.32 Need to get 5940 kB of archives.
07:50:00 [2022-07-28T07:50:00.924Z] #76 59.32 After this operation, 18.7 MB of additional disk space will be used.
07:50:00 [2022-07-28T07:50:00.924Z] #76 59.32 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
07:50:00 [2022-07-28T07:50:00.924Z] #76 59.33 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB]
07:50:00 [2022-07-28T07:50:00.924Z] #76 59.35 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB]
07:50:00 [2022-07-28T07:50:00.924Z] #76 59.35 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB]
07:50:00 [2022-07-28T07:50:00.924Z] #76 59.36 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB]
07:50:00 [2022-07-28T07:50:00.924Z] #76 59.38 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsigsegv2 amd64 2.13-1 [34.8 kB]
07:50:00 [2022-07-28T07:50:00.924Z] #76 59.40 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 m4 amd64 1.4.18-5 [204 kB]
07:50:00 [2022-07-28T07:50:00.924Z] #76 59.49 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autoconf all 2.69-14 [313 kB]
07:50:00 [2022-07-28T07:50:00.924Z] #76 59.52 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autotools-dev all 20180224.1+nmu1 [77.1 kB]
07:50:00 [2022-07-28T07:50:00.924Z] #76 59.55 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 automake all 1:1.16.3-2 [814 kB]
07:50:00 [2022-07-28T07:50:00.924Z] #76 59.61 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
07:50:00 [2022-07-28T07:50:00.924Z] #76 59.61 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.11 [2308 kB]
07:50:00 [2022-07-28T07:50:00.924Z] #76 59.79 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 build-essential amd64 12.9 [7704 B]
07:50:00 [2022-07-28T07:50:00.924Z] #76 59.80 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
07:50:00 [2022-07-28T07:50:00.925Z] #76 59.80 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap-dev amd64 1:2.44-1 [45.3 kB]
07:50:00 [2022-07-28T07:50:00.925Z] #76 59.80 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
07:50:00 [2022-07-28T07:50:00.925Z] #76 59.82 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c-dev amd64 1.3.3-1+b2 [34.3 kB]
07:50:00 [2022-07-28T07:50:00.925Z] #76 59.82 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
07:50:00 [2022-07-28T07:50:00.925Z] #76 59.83 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB]
07:50:00 [2022-07-28T07:50:00.925Z] #76 59.84 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtool all 2.4.6-15 [513 kB]
07:50:00 [2022-07-28T07:50:00.925Z] #76 59.88 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB]
07:50:00 [2022-07-28T07:50:00.925Z] #76 59.89 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB]
07:50:00 [2022-07-28T07:50:00.925Z] #76 59.89 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl-dev amd64 2.1.0-3 [32.6 kB]
07:50:01 [2022-07-28T07:50:01.185Z] #76 ...
07:50:01 [2022-07-28T07:50:01.185Z] 
07:50:01 [2022-07-28T07:50:01.185Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
07:50:01 [2022-07-28T07:50:01.185Z] #42 sha256:d5f8a01c2e1a5370173910ff1b6fd1dd838253998709bec1c0416141f69afbfb
07:50:01 [2022-07-28T07:50:01.185Z] #42 61.52 debconf: delaying package configuration, since apt-utils is not installed
07:50:01 [2022-07-28T07:50:01.413Z] #84 ...
07:50:01 [2022-07-28T07:50:01.413Z] 
07:50:01 [2022-07-28T07:50:01.413Z] #60 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1"      && /build/gotestsum --version
07:50:01 [2022-07-28T07:50:01.413Z] #60 sha256:d307c57148b88756c724eda2ed5e5454146b3f5b85292d596bc1a3db3521b728
07:50:01 [2022-07-28T07:50:01.413Z] #60 78.46 gotestsum version dev
07:50:01 [2022-07-28T07:50:01.446Z] #42 61.99 Fetched 17.7 MB in 2s (7903 kB/s)
07:50:01 [2022-07-28T07:50:01.621Z] #11 extracting sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 5.7s
07:50:01 [2022-07-28T07:50:01.711Z] #42 62.23 Selecting previously unselected package xxd.
07:50:01 [2022-07-28T07:50:01.923Z] #67 ...
07:50:01 [2022-07-28T07:50:01.923Z] 
07:50:01 [2022-07-28T07:50:01.923Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
07:50:01 [2022-07-28T07:50:01.923Z] #31 sha256:089c6ec119c9514aa1b033eb8cb5ad2edc19a4b30811ac9646de0c9a0d5de945
07:50:01 [2022-07-28T07:50:01.923Z] #31 1.769 
07:50:01 [2022-07-28T07:50:01.923Z] #31 2.003 #=#=#                                                                         

#                                                                          2.0%
######################################################################## 100.0%
07:50:01 [2022-07-28T07:50:01.923Z] #31 2.353 
07:50:01 [2022-07-28T07:50:01.923Z] #31 3.852 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
07:50:01 [2022-07-28T07:50:01.923Z] #31 4.140 
07:50:01 [2022-07-28T07:50:01.923Z] #31 4.360 #=#=#                                                                         

                                                                           0.8%
######################################################################## 100.0%
07:50:01 [2022-07-28T07:50:01.923Z] #31 4.728 
07:50:01 [2022-07-28T07:50:01.923Z] #31 6.864 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)...
07:50:01 [2022-07-28T07:50:01.973Z] #42 62.23 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15717 files and directories currently installed.)
07:50:01 [2022-07-28T07:50:01.974Z] #42 62.36 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
07:50:01 [2022-07-28T07:50:01.974Z] #42 62.37 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
07:50:02 [2022-07-28T07:50:02.234Z] #42 62.78 Selecting previously unselected package vim-common.
07:50:02 [2022-07-28T07:50:02.234Z] #42 62.78 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
07:50:02 [2022-07-28T07:50:02.234Z] #42 ...
07:50:02 [2022-07-28T07:50:02.234Z] 
07:50:02 [2022-07-28T07:50:02.234Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
07:50:02 [2022-07-28T07:50:02.234Z] #51 sha256:40295bf8cbd242d421bcf2efe97957471d81db5c6a2a8e836b41bc0ec6634359
07:50:02 [2022-07-28T07:50:02.234Z] #51 42.91 Reading package lists...
07:50:02 [2022-07-28T07:50:02.234Z] #51 52.72 Building dependency tree...
07:50:02 [2022-07-28T07:50:02.234Z] #51 59.29 The following additional packages will be installed:
07:50:02 [2022-07-28T07:50:02.234Z] #51 59.31   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
07:50:02 [2022-07-28T07:50:02.234Z] #51 59.32   python3-protobuf python3-six
07:50:02 [2022-07-28T07:50:02.234Z] #51 59.33 Suggested packages:
07:50:02 [2022-07-28T07:50:02.234Z] #51 59.35   python3-setuptools
07:50:02 [2022-07-28T07:50:02.234Z] #51 59.35 Recommended packages:
07:50:02 [2022-07-28T07:50:02.234Z] #51 59.35   iproute2 | iproute
07:50:02 [2022-07-28T07:50:02.234Z] #51 60.37 The following NEW packages will be installed:
07:50:02 [2022-07-28T07:50:02.234Z] #51 60.40   criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
07:50:02 [2022-07-28T07:50:02.234Z] #51 60.43   python3-protobuf python3-six
07:50:02 [2022-07-28T07:50:02.235Z] #51 61.17 0 upgraded, 8 newly installed, 0 to remove and 1 not upgraded.
07:50:02 [2022-07-28T07:50:02.235Z] #51 61.17 Need to get 2315 kB of archives.
07:50:02 [2022-07-28T07:50:02.235Z] #51 61.17 After this operation, 11.1 MB of additional disk space will be used.
07:50:02 [2022-07-28T07:50:02.235Z] #51 61.17 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB]
07:50:02 [2022-07-28T07:50:02.235Z] #51 61.24 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
07:50:02 [2022-07-28T07:50:02.235Z] #51 61.24 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB]
07:50:02 [2022-07-28T07:50:02.235Z] #51 61.26 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB]
07:50:02 [2022-07-28T07:50:02.235Z] #51 61.31 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
07:50:02 [2022-07-28T07:50:02.235Z] #51 61.32 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
07:50:02 [2022-07-28T07:50:02.235Z] #51 61.33 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
07:50:02 [2022-07-28T07:50:02.495Z] #51 ...
07:50:02 [2022-07-28T07:50:02.495Z] 
07:50:02 [2022-07-28T07:50:02.495Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:50:02 [2022-07-28T07:50:02.495Z] #55 sha256:6a5ba43a879545395035c8edb2d77f5663eaeac2aed4ebd5825ef0a4ef562291
07:50:02 [2022-07-28T07:50:02.495Z] #55 62.89 go: downloading github.com/magiconair/properties v1.8.6
07:50:02 [2022-07-28T07:50:02.495Z] #55 62.92 go: downloading github.com/pelletier/go-toml v1.9.5
07:50:02 [2022-07-28T07:50:02.495Z] #55 ...
07:50:02 [2022-07-28T07:50:02.495Z] 
07:50:02 [2022-07-28T07:50:02.495Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
07:50:02 [2022-07-28T07:50:02.495Z] #62 sha256:34bfbe9b681f5ebc46aa2b0b23925fe24fac41e1b9a5ab09857ba3a5988905e2
07:50:02 [2022-07-28T07:50:02.495Z] #62 62.19 Setting up libbtrfs0:amd64 (5.10.1-2) ...
07:50:02 [2022-07-28T07:50:02.495Z] #62 62.21 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
07:50:02 [2022-07-28T07:50:02.495Z] #62 62.23 Processing triggers for libc-bin (2.31-13+deb11u3) ...
07:50:02 [2022-07-28T07:50:02.495Z] #62 DONE 63.2s
07:50:02 [2022-07-28T07:50:02.757Z] 
07:50:02 [2022-07-28T07:50:02.757Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:50:02 [2022-07-28T07:50:02.757Z] #55 sha256:6a5ba43a879545395035c8edb2d77f5663eaeac2aed4ebd5825ef0a4ef562291
07:50:02 [2022-07-28T07:50:02.757Z] #55 63.26 go: downloading gopkg.in/ini.v1 v1.66.4
07:50:02 [2022-07-28T07:50:02.757Z] #55 ...
07:50:02 [2022-07-28T07:50:02.757Z] 
07:50:02 [2022-07-28T07:50:02.757Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
07:50:02 [2022-07-28T07:50:02.757Z] #63 sha256:b956ff341e0e3fb3381231996941702e040fad801342a1d8bccc42b615c226cb
07:50:02 [2022-07-28T07:50:02.757Z] #63 DONE 0.1s
07:50:02 [2022-07-28T07:50:02.771Z] #12 ...
07:50:02 [2022-07-28T07:50:02.771Z] 
07:50:02 [2022-07-28T07:50:02.771Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
07:50:02 [2022-07-28T07:50:02.771Z] #31 sha256:164b841fd4ba40c199f1063a0431906697c87440e2fe094894f2d2e36a3609b7
07:50:02 [2022-07-28T07:50:02.771Z] #31 1.604 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
07:50:02 [2022-07-28T07:50:02.771Z] #31 1.874 
07:50:02 [2022-07-28T07:50:02.771Z] #31 2.089 #=#=#                                                                         

######################################################################## 100.0%
07:50:02 [2022-07-28T07:50:02.771Z] #31 2.350 
07:50:02 [2022-07-28T07:50:02.771Z] #31 3.322 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
07:50:02 [2022-07-28T07:50:02.771Z] #31 3.594 
07:50:02 [2022-07-28T07:50:02.771Z] #31 3.812 #=#=#                                                                         

######################################################################## 100.0%
07:50:02 [2022-07-28T07:50:02.771Z] #31 4.072 
07:50:02 [2022-07-28T07:50:02.771Z] #31 4.984 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)...
07:50:02 [2022-07-28T07:50:02.771Z] #31 5.260 
07:50:02 [2022-07-28T07:50:02.771Z] #31 5.478 #=#=#                                                                         

#############                                                             19.1%
##########################################                                58.8%
#################################################################         90.5%
######################################################################## 100.0%
07:50:02 [2022-07-28T07:50:02.771Z] #31 6.012 
07:50:02 [2022-07-28T07:50:02.771Z] #31 6.943 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
07:50:02 [2022-07-28T07:50:02.771Z] #31 7.211 
07:50:02 [2022-07-28T07:50:02.771Z] #31 7.423 #=#=#                                                                         

######################################################################## 100.0%
07:50:02 [2022-07-28T07:50:02.771Z] #31 7.735 
07:50:02 [2022-07-28T07:50:02.771Z] #31 8.440 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
07:50:02 [2022-07-28T07:50:02.771Z] #31 8.693 
07:50:02 [2022-07-28T07:50:02.771Z] #31 8.916 #=#=#                                                                         

######################################################################## 100.0%
07:50:02 [2022-07-28T07:50:02.771Z] #31 9.117 
07:50:02 [2022-07-28T07:50:02.771Z] #31 9.155 Download of images into '/build' complete.
07:50:02 [2022-07-28T07:50:02.771Z] #31 9.155 Use something like the following to load the result into a Docker daemon:
07:50:02 [2022-07-28T07:50:02.771Z] #31 9.156   tar -cC '/build' . | docker load
07:50:02 [2022-07-28T07:50:02.793Z] #60 DONE 79.8s
07:50:02 [2022-07-28T07:50:02.793Z] 
07:50:02 [2022-07-28T07:50:02.793Z] #84 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:50:02 [2022-07-28T07:50:02.793Z] #84 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:50:02 [2022-07-28T07:50:02.793Z] #84 17.43 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c'
07:50:02 [2022-07-28T07:50:02.793Z] #84 17.56 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3'
07:50:02 [2022-07-28T07:50:02.793Z] #84 17.70 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06'
07:50:02 [2022-07-28T07:50:02.854Z] #31 8.377 
07:50:03 [2022-07-28T07:50:03.018Z] 
07:50:03 [2022-07-28T07:50:03.018Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
07:50:03 [2022-07-28T07:50:03.018Z] #76 sha256:306ba19f1dc993c39966bb8490da17ab0369cd0c126ceb831f7ef89a39102969
07:50:03 [2022-07-28T07:50:03.018Z] #76 61.67 debconf: delaying package configuration, since apt-utils is not installed
07:50:03 [2022-07-28T07:50:03.018Z] #76 62.29 Fetched 5940 kB in 1s (5501 kB/s)
07:50:03 [2022-07-28T07:50:03.018Z] #76 62.49 Selecting previously unselected package bzip2.
07:50:03 [2022-07-28T07:50:03.018Z] #76 62.49 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15717 files and directories currently installed.)
07:50:03 [2022-07-28T07:50:03.018Z] #76 62.70 Preparing to unpack .../00-bzip2_1.0.8-4_amd64.deb ...
07:50:03 [2022-07-28T07:50:03.018Z] #76 62.78 Unpacking bzip2 (1.0.8-4) ...
07:50:03 [2022-07-28T07:50:03.018Z] #76 63.29 Selecting previously unselected package libmagic-mgc.
07:50:03 [2022-07-28T07:50:03.018Z] #76 63.30 Preparing to unpack .../01-libmagic-mgc_1%3a5.39-3_amd64.deb ...
07:50:03 [2022-07-28T07:50:03.018Z] #76 63.31 Unpacking libmagic-mgc (1:5.39-3) ...
07:50:03 [2022-07-28T07:50:03.110Z] #31 8.722 #=#=#                                                                         
07:50:03 [2022-07-28T07:50:03.110Z] #31 ...
07:50:03 [2022-07-28T07:50:03.110Z] 
07:50:03 [2022-07-28T07:50:03.110Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
07:50:03 [2022-07-28T07:50:03.110Z] #67 sha256:8e607e0eae7f8281ce37c0763468d8060a604af5030797cc8011bd0a26b6491a
07:50:03 [2022-07-28T07:50:03.110Z] #67 6.921 go: downloading github.com/urfave/cli/v2 v2.4.0
07:50:03 [2022-07-28T07:50:03.110Z] #67 6.948 go: downloading github.com/sirupsen/logrus v1.8.1
07:50:03 [2022-07-28T07:50:03.280Z] #76 ...
07:50:03 [2022-07-28T07:50:03.280Z] 
07:50:03 [2022-07-28T07:50:03.280Z] #57 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2"      && /build/shfmt --version
07:50:03 [2022-07-28T07:50:03.280Z] #57 sha256:e5df52e26a68746b0bf2040b302f767d48979c354574e3fe2d7b186d1bae51bb
07:50:03 [2022-07-28T07:50:03.280Z] #57 63.67 v3.0.2
07:50:03 [2022-07-28T07:50:03.280Z] #57 DONE 63.8s
07:50:03 [2022-07-28T07:50:03.541Z] 
07:50:03 [2022-07-28T07:50:03.541Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:50:03 [2022-07-28T07:50:03.541Z] #55 sha256:6a5ba43a879545395035c8edb2d77f5663eaeac2aed4ebd5825ef0a4ef562291
07:50:03 [2022-07-28T07:50:03.541Z] #55 63.61 go: downloading github.com/quasilyte/gogrep v0.0.0-20220120141003-628d8b3623b5
07:50:03 [2022-07-28T07:50:03.541Z] #55 63.81 go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567
07:50:03 [2022-07-28T07:50:03.541Z] #55 63.92 go: downloading github.com/gobwas/glob v0.2.3
07:50:03 [2022-07-28T07:50:03.541Z] #55 64.01 go: downloading github.com/kisielk/gotool v1.0.0
07:50:03 [2022-07-28T07:50:03.541Z] #55 64.17 go: downloading github.com/gostaticanalysis/comment v1.4.2
07:50:03 [2022-07-28T07:50:03.690Z] #67 7.403 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
07:50:03 [2022-07-28T07:50:03.698Z] #31 DONE 10.9s
07:50:03 [2022-07-28T07:50:03.698Z] 
07:50:03 [2022-07-28T07:50:03.698Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
07:50:03 [2022-07-28T07:50:03.698Z] #12 sha256:8d1841f310c2ecc14726ec3d3a145f3a87799fc6a02066dc102280eed956618d
07:50:03 [2022-07-28T07:50:03.698Z] #12 DONE 2.7s
07:50:03 [2022-07-28T07:50:03.698Z] 
07:50:03 [2022-07-28T07:50:03.698Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list  && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list
07:50:03 [2022-07-28T07:50:03.698Z] #13 sha256:a48ae598a99b2a31ca12ef64e1854f56c9fe3e7589b72d6b8d27aca03c390d8e
07:50:04 [2022-07-28T07:50:04.112Z] #55 64.40 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
07:50:04 [2022-07-28T07:50:04.112Z] #55 64.40 go: downloading github.com/ettle/strcase v0.1.1
07:50:04 [2022-07-28T07:50:04.112Z] #55 64.67 go: downloading github.com/fatih/structtag v1.2.0
07:50:04 [2022-07-28T07:50:04.113Z] #55 64.67 go: downloading github.com/Masterminds/semver v1.5.0
07:50:04 [2022-07-28T07:50:04.167Z] #11 ...
07:50:04 [2022-07-28T07:50:04.167Z] 
07:50:04 [2022-07-28T07:50:04.167Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
07:50:04 [2022-07-28T07:50:04.167Z] #31 sha256:b2363adc9dee523900219b2917fa8ccd0e6b4eedbe2120d1bbdc12b7ea2c2d67
07:50:04 [2022-07-28T07:50:04.167Z] #31 6.547 #=#=#                                                                         

###########                                                               16.3%
#########################################                                 57.5%
################################################################          89.3%
######################################################################## 100.0%
07:50:04 [2022-07-28T07:50:04.167Z] #31 7.078 
07:50:04 [2022-07-28T07:50:04.167Z] #31 8.080 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
07:50:04 [2022-07-28T07:50:04.167Z] #31 8.425 
07:50:04 [2022-07-28T07:50:04.167Z] #31 8.661 #=#=#                                                                         

######################################################################## 100.0%
07:50:04 [2022-07-28T07:50:04.167Z] #31 8.993 
07:50:04 [2022-07-28T07:50:04.167Z] #31 9.810 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
07:50:04 [2022-07-28T07:50:04.167Z] #31 10.14 
07:50:04 [2022-07-28T07:50:04.167Z] #31 10.38 #=#=#                                                                         

######################################################################## 100.0%
07:50:04 [2022-07-28T07:50:04.167Z] #31 10.74 
07:50:04 [2022-07-28T07:50:04.167Z] #31 10.85 Download of images into '/build' complete.
07:50:04 [2022-07-28T07:50:04.167Z] #31 10.85 Use something like the following to load the result into a Docker daemon:
07:50:04 [2022-07-28T07:50:04.167Z] #31 10.85   tar -cC '/build' . | docker load
07:50:04 [2022-07-28T07:50:04.167Z] #31 DONE 13.8s
07:50:04 [2022-07-28T07:50:04.167Z] 
07:50:04 [2022-07-28T07:50:04.167Z] #11 [base 1/3] FROM docker.io/library/golang:1.18.4-bullseye@sha256:4b1a190d22371bdd111f1c5448b4c06f268d059ea3d04d332dc54f4ebb7ca06b
07:50:04 [2022-07-28T07:50:04.167Z] #11 sha256:bf54ea050dbb17499865fb38b00bd6d8ac73cbc254b72979b18f9d6e70279638
07:50:04 [2022-07-28T07:50:04.262Z] #13 DONE 0.6s
07:50:04 [2022-07-28T07:50:04.262Z] 
07:50:04 [2022-07-28T07:50:04.262Z] #38 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1"      && /build/tomll --help
07:50:04 [2022-07-28T07:50:04.262Z] #38 sha256:d108e6f5212f0e6be7eaeb0062d7441f48c8aa234b520ead7f78ed2f6aaf8daa
07:50:04 [2022-07-28T07:50:04.262Z] #38 ...
07:50:04 [2022-07-28T07:50:04.262Z] 
07:50:04 [2022-07-28T07:50:04.262Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
07:50:04 [2022-07-28T07:50:04.262Z] #33 sha256:eab7b52f52d3958e48ebc9032d88a6f4c2a8d49d73f13b6d5f23aaef774c9c4e
07:50:04 [2022-07-28T07:50:04.262Z] #33 DONE 0.2s
07:50:04 [2022-07-28T07:50:04.373Z] #55 64.91 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d
07:50:04 [2022-07-28T07:50:04.373Z] #55 65.00 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
07:50:04 [2022-07-28T07:50:04.527Z] 
07:50:04 [2022-07-28T07:50:04.527Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
07:50:04 [2022-07-28T07:50:04.527Z] #46 sha256:e991b5ea50e728b442fffad9029eefa615b9218151a99c97029facab241fefb5
07:50:04 [2022-07-28T07:50:04.527Z] #46 DONE 0.2s
07:50:04 [2022-07-28T07:50:04.527Z] 
07:50:04 [2022-07-28T07:50:04.527Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer /
07:50:04 [2022-07-28T07:50:04.527Z] #25 sha256:4454a45cfe255d55a00f709eb573891ac5e59e3ec96f3279ea0ed19b535f1227
07:50:04 [2022-07-28T07:50:04.527Z] #25 DONE 0.2s
07:50:04 [2022-07-28T07:50:04.527Z] 
07:50:04 [2022-07-28T07:50:04.527Z] #50 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc
07:50:04 [2022-07-28T07:50:04.527Z] #50 sha256:9cb378aeb2aa8d1494cf2cef1442b544de2d419dab2a84ce54b6aead3e8e7c02
07:50:04 [2022-07-28T07:50:04.527Z] #50 DONE 0.2s
07:50:04 [2022-07-28T07:50:04.527Z] 
07:50:04 [2022-07-28T07:50:04.527Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer /
07:50:04 [2022-07-28T07:50:04.527Z] #66 sha256:c4ba09257946943f16807403583fcc917ff668d1dafdb3fc92009ee5dc5d4019
07:50:04 [2022-07-28T07:50:04.527Z] #66 DONE 0.3s
07:50:04 [2022-07-28T07:50:04.527Z] 
07:50:04 [2022-07-28T07:50:04.527Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
07:50:04 [2022-07-28T07:50:04.527Z] #67 sha256:c5914a2418b9f12ce23fa00f5efc622760b9cd732c1107c2ee91abff8217790c
07:50:04 [2022-07-28T07:50:04.633Z] #55 65.07 go: downloading github.com/prometheus/client_golang v1.12.1
07:50:06 [2022-07-28T07:50:06.017Z] #55 66.43 go: downloading github.com/prometheus/client_model v0.2.0
07:50:06 [2022-07-28T07:50:06.017Z] #55 66.49 go: downloading golang.org/x/exp/typeparams v0.0.0-20220218215828-6cf2b201936e
07:50:06 [2022-07-28T07:50:06.017Z] #55 ...
07:50:06 [2022-07-28T07:50:06.017Z] 
07:50:06 [2022-07-28T07:50:06.017Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:50:06 [2022-07-28T07:50:06.017Z] #14 sha256:b25eac2f6ddf70c42113ea1e9c9616359e7796e8a4be5e3f87392c5fb5b439d0
07:50:06 [2022-07-28T07:50:06.017Z] #14 56.54 The following NEW packages will be installed:
07:50:06 [2022-07-28T07:50:06.017Z] #14 56.54   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
07:50:06 [2022-07-28T07:50:06.017Z] #14 56.54   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
07:50:06 [2022-07-28T07:50:06.017Z] #14 56.54   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
07:50:06 [2022-07-28T07:50:06.017Z] #14 56.54   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
07:50:06 [2022-07-28T07:50:06.017Z] #14 56.54   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
07:50:06 [2022-07-28T07:50:06.017Z] #14 56.54   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
07:50:06 [2022-07-28T07:50:06.017Z] #14 56.54   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
07:50:06 [2022-07-28T07:50:06.017Z] #14 56.54   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
07:50:06 [2022-07-28T07:50:06.017Z] #14 56.54   mingw-w64-x86-64-dev
07:50:06 [2022-07-28T07:50:06.017Z] #14 57.10 0 upgraded, 30 newly installed, 0 to remove and 1 not upgraded.
07:50:06 [2022-07-28T07:50:06.017Z] #14 57.10 Need to get 115 MB of archives.
07:50:06 [2022-07-28T07:50:06.017Z] #14 57.10 After this operation, 645 MB of additional disk space will be used.
07:50:06 [2022-07-28T07:50:06.017Z] #14 57.10 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB]
07:50:06 [2022-07-28T07:50:06.017Z] #14 57.34 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB]
07:50:06 [2022-07-28T07:50:06.017Z] #14 57.61 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
07:50:06 [2022-07-28T07:50:06.017Z] #14 57.62 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
07:50:06 [2022-07-28T07:50:06.017Z] #14 57.67 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
07:50:06 [2022-07-28T07:50:06.017Z] #14 57.68 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
07:50:06 [2022-07-28T07:50:06.017Z] #14 58.18 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
07:50:06 [2022-07-28T07:50:06.017Z] #14 58.57 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB]
07:50:06 [2022-07-28T07:50:06.017Z] #14 58.60 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB]
07:50:06 [2022-07-28T07:50:06.017Z] #14 59.67 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB]
07:50:06 [2022-07-28T07:50:06.017Z] #14 61.95 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB]
07:50:06 [2022-07-28T07:50:06.017Z] #14 62.75 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB]
07:50:06 [2022-07-28T07:50:06.017Z] #14 63.82 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB]
07:50:06 [2022-07-28T07:50:06.017Z] #14 66.45 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB]
07:50:06 [2022-07-28T07:50:06.017Z] #14 ...
07:50:06 [2022-07-28T07:50:06.017Z] 
07:50:06 [2022-07-28T07:50:06.017Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:50:06 [2022-07-28T07:50:06.017Z] #55 sha256:6a5ba43a879545395035c8edb2d77f5663eaeac2aed4ebd5825ef0a4ef562291
07:50:06 [2022-07-28T07:50:06.017Z] #55 66.68 go: downloading github.com/google/go-cmp v0.5.7
07:50:06 [2022-07-28T07:50:06.217Z] #67 ...
07:50:06 [2022-07-28T07:50:06.217Z] 
07:50:06 [2022-07-28T07:50:06.217Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
07:50:06 [2022-07-28T07:50:06.217Z] #76 sha256:89cd477cc33fe042df349aa7d16586122f0aadb6484d4901b11282b51c040c66
07:50:06 [2022-07-28T07:50:06.217Z] #76 3.941 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
07:50:06 [2022-07-28T07:50:06.217Z] #76 3.967 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
07:50:06 [2022-07-28T07:50:06.217Z] #76 3.967 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
07:50:06 [2022-07-28T07:50:06.217Z] #76 4.708 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8069 kB]
07:50:06 [2022-07-28T07:50:06.217Z] #76 7.068 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [167 kB]
07:50:06 [2022-07-28T07:50:06.217Z] #76 9.754 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
07:50:06 [2022-07-28T07:50:06.217Z] #76 ...
07:50:06 [2022-07-28T07:50:06.217Z] 
07:50:06 [2022-07-28T07:50:06.217Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:50:06 [2022-07-28T07:50:06.217Z] #55 sha256:2c4952d724d4d96b9dc897b827fb3e88a4a51387545c75374fe1fa9d5fedf6b0
07:50:06 [2022-07-28T07:50:06.217Z] #55 5.310 go: downloading github.com/golangci/golangci-lint v1.46.2
07:50:06 [2022-07-28T07:50:06.217Z] #55 7.403 go: downloading github.com/fatih/color v1.13.0
07:50:06 [2022-07-28T07:50:06.217Z] #55 7.427 go: downloading github.com/gofrs/flock v0.8.1
07:50:06 [2022-07-28T07:50:06.217Z] #55 7.578 go: downloading github.com/spf13/cobra v1.4.0
07:50:06 [2022-07-28T07:50:06.217Z] #55 7.611 go: downloading github.com/spf13/pflag v1.0.5
07:50:06 [2022-07-28T07:50:06.217Z] #55 8.034 go: downloading github.com/spf13/viper v1.11.0
07:50:06 [2022-07-28T07:50:06.217Z] #55 8.097 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
07:50:06 [2022-07-28T07:50:06.217Z] #55 8.605 go: downloading golang.org/x/tools v0.1.11-0.20220316014157-77aa08bb151a
07:50:06 [2022-07-28T07:50:06.217Z] #55 8.608 go: downloading github.com/go-critic/go-critic v0.6.3
07:50:06 [2022-07-28T07:50:06.217Z] #55 10.02 go: downloading github.com/hashicorp/go-version v1.4.0
07:50:06 [2022-07-28T07:50:06.217Z] #55 10.28 go: downloading github.com/ldez/gomoddirectives v0.2.3
07:50:06 [2022-07-28T07:50:06.217Z] #55 ...
07:50:06 [2022-07-28T07:50:06.217Z] 
07:50:06 [2022-07-28T07:50:06.217Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
07:50:06 [2022-07-28T07:50:06.217Z] #51 sha256:af71787f60fff29d4b525e8d4c8e3e57b06a47dc68d220a40c09089e5415d9cc
07:50:06 [2022-07-28T07:50:06.217Z] #51 4.831 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
07:50:06 [2022-07-28T07:50:06.217Z] #51 4.906 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
07:50:06 [2022-07-28T07:50:06.217Z] #51 4.911 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
07:50:06 [2022-07-28T07:50:06.217Z] #51 5.530 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  InRelease [1540 B]
07:50:06 [2022-07-28T07:50:06.217Z] #51 6.263 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8069 kB]
07:50:06 [2022-07-28T07:50:06.217Z] #51 8.802 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [167 kB]
07:50:06 [2022-07-28T07:50:06.217Z] #51 ...
07:50:06 [2022-07-28T07:50:06.217Z] 
07:50:06 [2022-07-28T07:50:06.217Z] #40 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3"      && /build/go-winres --help
07:50:06 [2022-07-28T07:50:06.217Z] #40 sha256:2db9b0d98e2501cf8c2d4c6451c570bc25ddcd03cb6331bc84f5d7d089234c80
07:50:06 [2022-07-28T07:50:06.217Z] #40 5.057 go: downloading github.com/tc-hib/go-winres v0.2.3
07:50:06 [2022-07-28T07:50:06.217Z] #40 6.153 go: downloading github.com/tc-hib/winres v0.1.5
07:50:06 [2022-07-28T07:50:06.217Z] #40 7.461 go: downloading github.com/urfave/cli/v2 v2.3.0
07:50:06 [2022-07-28T07:50:06.217Z] #40 8.020 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
07:50:06 [2022-07-28T07:50:06.217Z] #40 8.054 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
07:50:06 [2022-07-28T07:50:06.217Z] #40 10.35 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
07:50:06 [2022-07-28T07:50:06.217Z] #40 10.43 go: downloading github.com/russross/blackfriday/v2 v2.1.0
07:50:06 [2022-07-28T07:50:06.217Z] #40 ...
07:50:06 [2022-07-28T07:50:06.217Z] 
07:50:06 [2022-07-28T07:50:06.217Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:50:06 [2022-07-28T07:50:06.217Z] #14 sha256:140d7ac09f2fa8835721c31c53da477b31091eaffbf8363910cabc1094007523
07:50:06 [2022-07-28T07:50:06.217Z] #14 4.822 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
07:50:06 [2022-07-28T07:50:06.217Z] #14 4.836 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
07:50:06 [2022-07-28T07:50:06.217Z] #14 4.837 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
07:50:06 [2022-07-28T07:50:06.217Z] #14 5.651 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8069 kB]
07:50:06 [2022-07-28T07:50:06.217Z] #14 7.736 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [167 kB]
07:50:06 [2022-07-28T07:50:06.217Z] #14 10.33 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
07:50:06 [2022-07-28T07:50:06.476Z] #14 ...
07:50:06 [2022-07-28T07:50:06.476Z] 
07:50:06 [2022-07-28T07:50:06.476Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         case $(dpkg --print-architecture) in             amd64|arm64)                 GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1"                 && /build/dlv --help                 ;;             *)                 mkdir -p /build/                 ;;         esac
07:50:06 [2022-07-28T07:50:06.476Z] #36 sha256:101eb538981a33170b933525f11ed3b080bc85f511044e74a9bbb83edf3951ff
07:50:06 [2022-07-28T07:50:06.476Z] #36 4.981 go: downloading github.com/go-delve/delve v1.8.1
07:50:06 [2022-07-28T07:50:06.590Z] #55 67.02 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
07:50:06 [2022-07-28T07:50:06.590Z] #55 67.05 go: downloading github.com/hexops/gotextdiff v1.0.3
07:50:06 [2022-07-28T07:50:06.590Z] #55 67.08 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
07:50:06 [2022-07-28T07:50:06.590Z] #55 67.09 go: downloading github.com/chavacava/garif v0.0.0-20220316182200-5cad0b5181d4
07:50:06 [2022-07-28T07:50:06.703Z] #11 extracting sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 10.9s
07:50:06 [2022-07-28T07:50:06.733Z] #36 ...
07:50:06 [2022-07-28T07:50:06.733Z] 
07:50:06 [2022-07-28T07:50:06.733Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
07:50:06 [2022-07-28T07:50:06.733Z] #26 sha256:d6d2bc18a10360231f8d649d7bfc3afa20a19b9b4f3ec4adcf9e3d845452c35a
07:50:06 [2022-07-28T07:50:06.733Z] #26 4.184 + RM_GOPATH=0
07:50:06 [2022-07-28T07:50:06.733Z] #26 4.184 + TMP_GOPATH=
07:50:06 [2022-07-28T07:50:06.733Z] #26 4.184 + : /build
07:50:06 [2022-07-28T07:50:06.733Z] #26 4.184 + '[' -z '' ']'
07:50:06 [2022-07-28T07:50:06.733Z] #26 4.184 ++ mktemp -d
07:50:06 [2022-07-28T07:50:06.733Z] #26 4.184 + export GOPATH=/tmp/tmp.hTB8az1v1q
07:50:06 [2022-07-28T07:50:06.733Z] #26 4.184 + GOPATH=/tmp/tmp.hTB8az1v1q
07:50:06 [2022-07-28T07:50:06.733Z] #26 4.184 + RM_GOPATH=1
07:50:06 [2022-07-28T07:50:06.733Z] #26 4.184 + case "$(go env GOARCH)" in
07:50:06 [2022-07-28T07:50:06.733Z] #26 4.184 ++ go env GOARCH
07:50:06 [2022-07-28T07:50:06.733Z] #26 4.215 + export GO_BUILDMODE=-buildmode=pie
07:50:06 [2022-07-28T07:50:06.733Z] #26 4.215 + GO_BUILDMODE=-buildmode=pie
07:50:06 [2022-07-28T07:50:06.733Z] #26 4.216 ++ dirname /install.sh
07:50:06 [2022-07-28T07:50:06.733Z] #26 4.231 + dir=/
07:50:06 [2022-07-28T07:50:06.733Z] #26 4.231 + bin=dockercli
07:50:06 [2022-07-28T07:50:06.733Z] #26 4.231 + shift
07:50:06 [2022-07-28T07:50:06.733Z] #26 4.231 + '[' '!' -f //dockercli.installer ']'
07:50:06 [2022-07-28T07:50:06.733Z] #26 4.231 + . //dockercli.installer
07:50:06 [2022-07-28T07:50:06.733Z] #26 4.231 ++ : stable
07:50:06 [2022-07-28T07:50:06.733Z] #26 4.231 ++ : 17.06.2-ce
07:50:06 [2022-07-28T07:50:06.733Z] #26 4.231 + install_dockercli
07:50:06 [2022-07-28T07:50:06.733Z] #26 4.231 + echo 'Install docker/cli version 17.06.2-ce from stable'
07:50:06 [2022-07-28T07:50:06.733Z] #26 4.231 ++ uname -m
07:50:06 [2022-07-28T07:50:06.733Z] #26 4.231 + arch=aarch64
07:50:06 [2022-07-28T07:50:06.733Z] #26 4.231 + '[' aarch64 '!=' x86_64 ']'
07:50:06 [2022-07-28T07:50:06.733Z] #26 4.231 + '[' aarch64 '!=' s390x ']'
07:50:06 [2022-07-28T07:50:06.733Z] #26 4.231 + '[' aarch64 '!=' armhf ']'
07:50:06 [2022-07-28T07:50:06.733Z] #26 4.231 + build_dockercli
07:50:06 [2022-07-28T07:50:06.733Z] #26 4.231 + git clone https://github.com/docker/docker-ce /tmp/tmp.hTB8az1v1q/tmp/docker-ce
07:50:06 [2022-07-28T07:50:06.733Z] #26 4.232 Install docker/cli version 17.06.2-ce from stable
07:50:06 [2022-07-28T07:50:06.733Z] #26 4.241 Cloning into '/tmp/tmp.hTB8az1v1q/tmp/docker-ce'...
07:50:06 [2022-07-28T07:50:06.733Z] #26 ...
07:50:06 [2022-07-28T07:50:06.733Z] 
07:50:06 [2022-07-28T07:50:06.733Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
07:50:06 [2022-07-28T07:50:06.733Z] #42 sha256:5ac78e3ed1c3516599f5058086e00fd695be9d388a17d262fd80e5930e64e3f9
07:50:06 [2022-07-28T07:50:06.733Z] #42 4.051 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
07:50:06 [2022-07-28T07:50:06.733Z] #42 4.100 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
07:50:06 [2022-07-28T07:50:06.733Z] #42 4.101 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
07:50:06 [2022-07-28T07:50:06.733Z] #42 4.892 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8069 kB]
07:50:06 [2022-07-28T07:50:06.733Z] #42 6.927 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [167 kB]
07:50:06 [2022-07-28T07:50:06.733Z] #42 9.929 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
07:50:06 [2022-07-28T07:50:06.850Z] #55 67.21 go: downloading github.com/olekukonko/tablewriter v0.0.5
07:50:06 [2022-07-28T07:50:06.850Z] #55 67.42 go: downloading github.com/beorn7/perks v1.0.1
07:50:06 [2022-07-28T07:50:06.850Z] #55 67.43 go: downloading github.com/cespare/xxhash/v2 v2.1.2
07:50:06 [2022-07-28T07:50:06.996Z] #42 ...
07:50:06 [2022-07-28T07:50:06.996Z] 
07:50:06 [2022-07-28T07:50:06.996Z] #38 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1"      && /build/tomll --help
07:50:06 [2022-07-28T07:50:06.996Z] #38 sha256:a45597d414b1e3a0046deb18a75f66600d7745dea6986672f215389a4cd764e7
07:50:06 [2022-07-28T07:50:06.996Z] #38 5.170 go: downloading github.com/pelletier/go-toml v1.8.1
07:50:06 [2022-07-28T07:50:06.996Z] #38 ...
07:50:06 [2022-07-28T07:50:06.996Z] 
07:50:06 [2022-07-28T07:50:06.996Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
07:50:06 [2022-07-28T07:50:06.996Z] #62 sha256:57ef4c91a92362e4f5a530fb8c0d9df16a8904b6b9a060ee46d6492057c3276c
07:50:06 [2022-07-28T07:50:06.996Z] #62 3.583 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
07:50:06 [2022-07-28T07:50:06.996Z] #62 3.595 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
07:50:06 [2022-07-28T07:50:06.996Z] #62 3.596 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
07:50:06 [2022-07-28T07:50:06.996Z] #62 4.003 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8069 kB]
07:50:06 [2022-07-28T07:50:06.996Z] #62 5.970 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [167 kB]
07:50:06 [2022-07-28T07:50:06.996Z] #62 8.447 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
07:50:07 [2022-07-28T07:50:07.113Z] #55 67.59 go: downloading github.com/golang/protobuf v1.5.2
07:50:07 [2022-07-28T07:50:07.113Z] #55 67.59 go: downloading github.com/prometheus/common v0.32.1
07:50:07 [2022-07-28T07:50:07.256Z] #62 ...
07:50:07 [2022-07-28T07:50:07.256Z] 
07:50:07 [2022-07-28T07:50:07.256Z] #53 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1"      && /build/gotestsum --version
07:50:07 [2022-07-28T07:50:07.256Z] #53 sha256:dcc7438b81eb119b8e0157a994fa9f839bfa83f806b88cbdb2155fe7a547cb7f
07:50:07 [2022-07-28T07:50:07.256Z] #53 5.323 go: downloading gotest.tools/gotestsum v1.8.1
07:50:07 [2022-07-28T07:50:07.256Z] #53 6.925 go: downloading github.com/dnephin/pflag v1.0.7
07:50:07 [2022-07-28T07:50:07.256Z] #53 6.929 go: downloading github.com/fatih/color v1.10.0
07:50:07 [2022-07-28T07:50:07.256Z] #53 6.965 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
07:50:07 [2022-07-28T07:50:07.256Z] #53 7.046 go: downloading github.com/pkg/errors v0.9.1
07:50:07 [2022-07-28T07:50:07.256Z] #53 7.357 go: downloading github.com/mattn/go-colorable v0.1.8
07:50:07 [2022-07-28T07:50:07.256Z] #53 7.379 go: downloading github.com/mattn/go-isatty v0.0.12
07:50:07 [2022-07-28T07:50:07.256Z] #53 7.513 go: downloading github.com/fsnotify/fsnotify v1.4.9
07:50:07 [2022-07-28T07:50:07.256Z] #53 7.571 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
07:50:07 [2022-07-28T07:50:07.256Z] #53 7.670 go: downloading github.com/jonboulle/clockwork v0.2.2
07:50:07 [2022-07-28T07:50:07.256Z] #53 7.754 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
07:50:07 [2022-07-28T07:50:07.256Z] #53 7.858 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
07:50:07 [2022-07-28T07:50:07.256Z] #53 8.177 go: downloading golang.org/x/tools v0.1.0
07:50:07 [2022-07-28T07:50:07.256Z] #53 ...
07:50:07 [2022-07-28T07:50:07.256Z] 
07:50:07 [2022-07-28T07:50:07.256Z] #57 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2"      && /build/shfmt --version
07:50:07 [2022-07-28T07:50:07.256Z] #57 sha256:8ead66a3663202fa780fe87cbad4a62cc26409ce41faf14f51219ad631ac8ff5
07:50:07 [2022-07-28T07:50:07.256Z] #57 5.273 go: downloading mvdan.cc/sh/v3 v3.0.2
07:50:07 [2022-07-28T07:50:07.256Z] #57 6.435 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
07:50:07 [2022-07-28T07:50:07.256Z] #57 6.448 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
07:50:07 [2022-07-28T07:50:07.256Z] #57 6.558 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
07:50:07 [2022-07-28T07:50:07.256Z] #57 8.046 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
07:50:07 [2022-07-28T07:50:07.376Z] #55 ...
07:50:07 [2022-07-28T07:50:07.376Z] 
07:50:07 [2022-07-28T07:50:07.376Z] #40 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3"      && /build/go-winres --help
07:50:07 [2022-07-28T07:50:07.376Z] #40 sha256:e37409ad11b5051c24a76a5d8eec40d7adf9dc774e577b25879ddb9c67c1cdab
07:50:07 [2022-07-28T07:50:07.376Z] #40 67.81 NAME:
07:50:07 [2022-07-28T07:50:07.376Z] #40 67.81    go-winres - A tool for embedding resources in Windows executables
07:50:07 [2022-07-28T07:50:07.376Z] #40 67.81 
07:50:07 [2022-07-28T07:50:07.376Z] #40 67.81 USAGE:
07:50:07 [2022-07-28T07:50:07.376Z] #40 67.81    go-winres [global options] command [command options] [arguments...]
07:50:07 [2022-07-28T07:50:07.376Z] #40 67.81 
07:50:07 [2022-07-28T07:50:07.376Z] #40 67.81 COMMANDS:
07:50:07 [2022-07-28T07:50:07.376Z] #40 67.81    init     Create an initial ./winres/winres.json
07:50:07 [2022-07-28T07:50:07.376Z] #40 67.81    make     Make syso files for the "go build" command
07:50:07 [2022-07-28T07:50:07.376Z] #40 67.81    simply   Make syso files for the "go build" command (simplified)
07:50:07 [2022-07-28T07:50:07.376Z] #40 67.81    extract  Extract all resources from an executable
07:50:07 [2022-07-28T07:50:07.376Z] #40 67.81    patch    Replace resources in an executable file (exe, dll)
07:50:07 [2022-07-28T07:50:07.376Z] #40 67.81    help, h  Shows a list of commands or help for one command
07:50:07 [2022-07-28T07:50:07.376Z] #40 67.81 
07:50:07 [2022-07-28T07:50:07.376Z] #40 67.81 GLOBAL OPTIONS:
07:50:07 [2022-07-28T07:50:07.376Z] #40 67.81    --help, -h  show help (default: false)
07:50:07 [2022-07-28T07:50:07.376Z] #40 DONE 68.0s
07:50:07 [2022-07-28T07:50:07.514Z] #57 ...
07:50:07 [2022-07-28T07:50:07.514Z] 
07:50:07 [2022-07-28T07:50:07.514Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
07:50:07 [2022-07-28T07:50:07.514Z] #34 sha256:80b099c05f6d0f9194662324a9af9fc5cd226ff1ca4b792c9cd0ef6d4b6899d7
07:50:07 [2022-07-28T07:50:07.514Z] #34 4.604 + git clone https://github.com/kolyshkin/go-swagger.git .
07:50:07 [2022-07-28T07:50:07.514Z] #34 4.607 Cloning into '.'...
07:50:07 [2022-07-28T07:50:07.637Z] 
07:50:07 [2022-07-28T07:50:07.637Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:50:07 [2022-07-28T07:50:07.637Z] #14 sha256:b25eac2f6ddf70c42113ea1e9c9616359e7796e8a4be5e3f87392c5fb5b439d0
07:50:07 [2022-07-28T07:50:07.637Z] #14 67.35 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB]
07:50:07 [2022-07-28T07:50:07.637Z] #14 67.36 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
07:50:07 [2022-07-28T07:50:07.637Z] #14 67.36 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
07:50:07 [2022-07-28T07:50:07.637Z] #14 67.39 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
07:50:07 [2022-07-28T07:50:07.637Z] #14 67.42 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
07:50:07 [2022-07-28T07:50:07.637Z] #14 67.43 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB]
07:50:07 [2022-07-28T07:50:07.637Z] #14 67.43 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB]
07:50:07 [2022-07-28T07:50:07.637Z] #14 67.43 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
07:50:07 [2022-07-28T07:50:07.637Z] #14 67.49 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB]
07:50:07 [2022-07-28T07:50:07.637Z] #14 67.49 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB]
07:50:07 [2022-07-28T07:50:07.637Z] #14 67.59 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB]
07:50:07 [2022-07-28T07:50:07.637Z] #14 67.61 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB]
07:50:07 [2022-07-28T07:50:07.637Z] #14 67.64 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
07:50:07 [2022-07-28T07:50:07.637Z] #14 67.64 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
07:50:07 [2022-07-28T07:50:07.637Z] #14 67.64 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
07:50:07 [2022-07-28T07:50:07.637Z] #14 67.64 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB]
07:50:07 [2022-07-28T07:50:07.771Z] #34 ...
07:50:07 [2022-07-28T07:50:07.771Z] 
07:50:07 [2022-07-28T07:50:07.771Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
07:50:07 [2022-07-28T07:50:07.771Z] #47 sha256:6bd4956d77f8e93ecc2c28927f864bfacca42bb9071667918d40a69e9752c4f4
07:50:07 [2022-07-28T07:50:07.771Z] #47 4.631 + git clone https://github.com/docker/distribution.git .
07:50:07 [2022-07-28T07:50:07.771Z] #47 4.634 Cloning into '.'...
07:50:07 [2022-07-28T07:50:07.771Z] #47 ...
07:50:07 [2022-07-28T07:50:07.771Z] 
07:50:07 [2022-07-28T07:50:07.771Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
07:50:07 [2022-07-28T07:50:07.771Z] #31 sha256:089c6ec119c9514aa1b033eb8cb5ad2edc19a4b30811ac9646de0c9a0d5de945
07:50:07 [2022-07-28T07:50:07.771Z] #31 8.722 #=#=#                                                                         

                                                                           0.0%
#########                                                                 12.9%
###########                                                               16.2%
####################                                                      28.1%
#########################                                                 36.0%
###############################                                           43.9%
##################################                                        47.9%
###################################################                       71.5%
#############################################################             85.1%
######################################################################## 100.0%
07:50:07 [2022-07-28T07:50:07.771Z] #31 11.29 
07:50:08 [2022-07-28T07:50:08.716Z] #67 4.403 + RM_GOPATH=0
07:50:08 [2022-07-28T07:50:08.716Z] #67 4.403 + TMP_GOPATH=
07:50:08 [2022-07-28T07:50:08.716Z] #67 4.403 + : /build
07:50:08 [2022-07-28T07:50:08.716Z] #67 4.403 + '[' -z '' ']'
07:50:08 [2022-07-28T07:50:08.716Z] #67 4.403 ++ mktemp -d
07:50:08 [2022-07-28T07:50:08.975Z] #67 4.432 + export GOPATH=/tmp/tmp.6QOatSXZQy
07:50:08 [2022-07-28T07:50:08.975Z] #67 4.432 + GOPATH=/tmp/tmp.6QOatSXZQy
07:50:08 [2022-07-28T07:50:08.975Z] #67 4.432 + RM_GOPATH=1
07:50:08 [2022-07-28T07:50:08.975Z] #67 4.432 + case "$(go env GOARCH)" in
07:50:08 [2022-07-28T07:50:08.975Z] #67 4.432 ++ go env GOARCH
07:50:08 [2022-07-28T07:50:08.975Z] #67 4.446 + export GO_BUILDMODE=-buildmode=pie
07:50:08 [2022-07-28T07:50:08.975Z] #67 4.446 + GO_BUILDMODE=-buildmode=pie
07:50:08 [2022-07-28T07:50:08.975Z] #67 4.446 ++ dirname /install.sh
07:50:08 [2022-07-28T07:50:08.975Z] #67 4.446 + dir=/
07:50:08 [2022-07-28T07:50:08.975Z] #67 4.446 + bin=rootlesskit
07:50:08 [2022-07-28T07:50:08.975Z] #67 4.446 + shift
07:50:08 [2022-07-28T07:50:08.975Z] #67 4.446 + '[' '!' -f //rootlesskit.installer ']'
07:50:08 [2022-07-28T07:50:08.975Z] #67 4.446 + . //rootlesskit.installer
07:50:08 [2022-07-28T07:50:08.975Z] #67 4.446 ++ : 1920341cd41e047834a21007424162a2dc946315
07:50:08 [2022-07-28T07:50:08.975Z] #67 4.446 + install_rootlesskit
07:50:08 [2022-07-28T07:50:08.975Z] #67 4.446 + case "$1" in
07:50:08 [2022-07-28T07:50:08.975Z] #67 4.446 + export CGO_ENABLED=0
07:50:08 [2022-07-28T07:50:08.975Z] #67 4.446 + CGO_ENABLED=0
07:50:08 [2022-07-28T07:50:08.975Z] #67 4.446 + _install_rootlesskit
07:50:08 [2022-07-28T07:50:08.975Z] #67 4.446 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
07:50:08 [2022-07-28T07:50:08.975Z] #67 4.446 + for f in rootlesskit rootlesskit-docker-proxy
07:50:08 [2022-07-28T07:50:08.975Z] #67 4.446 + GOBIN=/build
07:50:08 [2022-07-28T07:50:08.975Z] #67 4.446 + GO111MODULE=on
07:50:08 [2022-07-28T07:50:08.975Z] #67 4.446 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
07:50:08 [2022-07-28T07:50:08.975Z] #67 4.446 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
07:50:09 [2022-07-28T07:50:09.021Z] #14 69.30 debconf: delaying package configuration, since apt-utils is not installed
07:50:09 [2022-07-28T07:50:09.232Z] #67 4.952 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
07:50:09 [2022-07-28T07:50:09.234Z] #11 extracting sha256:59e23c1b5fe88780571d5f75286b11175dc334802bd0314f98756210c1554263 13.3s done
07:50:09 [2022-07-28T07:50:09.234Z] #11 extracting sha256:4adeeae69874458b752174f3126331d2a17d800831d8743d675198836e90ca92
07:50:09 [2022-07-28T07:50:09.282Z] #14 69.75 Fetched 115 MB in 11s (10.4 MB/s)
07:50:09 [2022-07-28T07:50:09.493Z] #11 extracting sha256:4adeeae69874458b752174f3126331d2a17d800831d8743d675198836e90ca92 done
07:50:09 [2022-07-28T07:50:09.493Z] #11 DONE 47.6s
07:50:09 [2022-07-28T07:50:09.542Z] #14 69.91 Selecting previously unselected package binutils-mingw-w64-i686.
07:50:09 [2022-07-28T07:50:09.542Z] #14 69.91 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15717 files and directories currently installed.)
07:50:09 [2022-07-28T07:50:09.542Z] #14 70.08 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ...
07:50:09 [2022-07-28T07:50:09.542Z] #14 70.10 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
07:50:09 [2022-07-28T07:50:09.751Z] 
07:50:09 [2022-07-28T07:50:09.751Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
07:50:09 [2022-07-28T07:50:09.751Z] #12 sha256:8d1841f310c2ecc14726ec3d3a145f3a87799fc6a02066dc102280eed956618d
07:50:10 [2022-07-28T07:50:10.166Z] #67 ...
07:50:10 [2022-07-28T07:50:10.166Z] 
07:50:10 [2022-07-28T07:50:10.166Z] #53 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1"      && /build/gotestsum --version
07:50:10 [2022-07-28T07:50:10.166Z] #53 sha256:d307c57148b88756c724eda2ed5e5454146b3f5b85292d596bc1a3db3521b728
07:50:10 [2022-07-28T07:50:10.166Z] #53 4.137 go: downloading gotest.tools/gotestsum v1.8.1
07:50:10 [2022-07-28T07:50:10.166Z] #53 5.281 go: downloading github.com/fatih/color v1.10.0
07:50:10 [2022-07-28T07:50:10.166Z] #53 5.361 go: downloading github.com/dnephin/pflag v1.0.7
07:50:10 [2022-07-28T07:50:10.166Z] #53 5.361 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
07:50:10 [2022-07-28T07:50:10.166Z] #53 5.587 go: downloading golang.org/x/tools v0.1.0
07:50:10 [2022-07-28T07:50:10.166Z] #53 5.810 go: downloading github.com/mattn/go-colorable v0.1.8
07:50:10 [2022-07-28T07:50:10.166Z] #53 5.928 go: downloading github.com/mattn/go-isatty v0.0.12
07:50:10 [2022-07-28T07:50:10.166Z] #53 ...
07:50:10 [2022-07-28T07:50:10.166Z] 
07:50:10 [2022-07-28T07:50:10.166Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:50:10 [2022-07-28T07:50:10.166Z] #55 sha256:6a5ba43a879545395035c8edb2d77f5663eaeac2aed4ebd5825ef0a4ef562291
07:50:10 [2022-07-28T07:50:10.166Z] #55 3.885 go: downloading github.com/golangci/golangci-lint v1.46.2
07:50:10 [2022-07-28T07:50:10.166Z] #55 5.001 go: downloading github.com/fatih/color v1.13.0
07:50:10 [2022-07-28T07:50:10.166Z] #55 5.001 go: downloading github.com/gofrs/flock v0.8.1
07:50:10 [2022-07-28T07:50:10.166Z] #55 5.169 go: downloading github.com/pkg/errors v0.9.1
07:50:10 [2022-07-28T07:50:10.166Z] #55 5.169 go: downloading github.com/spf13/cobra v1.4.0
07:50:10 [2022-07-28T07:50:10.166Z] #55 5.208 go: downloading github.com/spf13/pflag v1.0.5
07:50:10 [2022-07-28T07:50:10.166Z] #55 5.458 go: downloading github.com/spf13/viper v1.11.0
07:50:10 [2022-07-28T07:50:10.166Z] #55 5.508 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
07:50:10 [2022-07-28T07:50:10.166Z] #55 6.063 go: downloading github.com/mattn/go-colorable v0.1.12
07:50:10 [2022-07-28T07:50:10.166Z] #55 6.106 go: downloading github.com/mattn/go-isatty v0.0.14
07:50:10 [2022-07-28T07:50:10.295Z] #31 15.97 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
07:50:10 [2022-07-28T07:50:10.423Z] #55 6.220 go: downloading golang.org/x/tools v0.1.11-0.20220316014157-77aa08bb151a
07:50:10 [2022-07-28T07:50:10.423Z] #55 6.221 go: downloading github.com/go-critic/go-critic v0.6.3
07:50:10 [2022-07-28T07:50:10.423Z] #55 ...
07:50:10 [2022-07-28T07:50:10.423Z] 
07:50:10 [2022-07-28T07:50:10.423Z] #53 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1"      && /build/gotestsum --version
07:50:10 [2022-07-28T07:50:10.423Z] #53 sha256:d307c57148b88756c724eda2ed5e5454146b3f5b85292d596bc1a3db3521b728
07:50:10 [2022-07-28T07:50:10.423Z] #53 6.300 go: downloading github.com/fsnotify/fsnotify v1.4.9
07:50:10 [2022-07-28T07:50:10.425Z] #12 DONE 0.8s
07:50:10 [2022-07-28T07:50:10.425Z] 
07:50:10 [2022-07-28T07:50:10.425Z] #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list  && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list
07:50:10 [2022-07-28T07:50:10.425Z] #13 sha256:a48ae598a99b2a31ca12ef64e1854f56c9fe3e7589b72d6b8d27aca03c390d8e
07:50:10 [2022-07-28T07:50:10.552Z] #31 ...
07:50:10 [2022-07-28T07:50:10.552Z] 
07:50:10 [2022-07-28T07:50:10.552Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
07:50:10 [2022-07-28T07:50:10.552Z] #76 sha256:89cd477cc33fe042df349aa7d16586122f0aadb6484d4901b11282b51c040c66
07:50:10 [2022-07-28T07:50:10.552Z] #76 14.77 Fetched 8447 kB in 11s (764 kB/s)
07:50:10 [2022-07-28T07:50:10.680Z] #53 6.493 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
07:50:11 [2022-07-28T07:50:11.013Z] #13 DONE 0.7s
07:50:11 [2022-07-28T07:50:11.272Z] 
07:50:11 [2022-07-28T07:50:11.272Z] #50 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc
07:50:11 [2022-07-28T07:50:11.272Z] #50 sha256:9cb378aeb2aa8d1494cf2cef1442b544de2d419dab2a84ce54b6aead3e8e7c02
07:50:11 [2022-07-28T07:50:11.272Z] #50 DONE 0.1s
07:50:11 [2022-07-28T07:50:11.272Z] 
07:50:11 [2022-07-28T07:50:11.272Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
07:50:11 [2022-07-28T07:50:11.272Z] #46 sha256:e991b5ea50e728b442fffad9029eefa615b9218151a99c97029facab241fefb5
07:50:11 [2022-07-28T07:50:11.272Z] #46 ...
07:50:11 [2022-07-28T07:50:11.272Z] 
07:50:11 [2022-07-28T07:50:11.272Z] #66 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer /
07:50:11 [2022-07-28T07:50:11.272Z] #66 sha256:1394bc9b6aee58c1d6aa87063c6055a8665cd7f69c331e95385fca2f8ed8363b
07:50:11 [2022-07-28T07:50:11.272Z] #66 DONE 0.2s
07:50:11 [2022-07-28T07:50:11.602Z] 
07:50:11 [2022-07-28T07:50:11.602Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer /
07:50:11 [2022-07-28T07:50:11.602Z] #25 sha256:092c0dabc3209a650395ad4372a220e1cb745c854e9634d029e7c6b9d40cbfc1
07:50:11 [2022-07-28T07:50:11.602Z] #25 DONE 0.3s
07:50:11 [2022-07-28T07:50:11.602Z] 
07:50:11 [2022-07-28T07:50:11.602Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
07:50:11 [2022-07-28T07:50:11.602Z] #33 sha256:eab7b52f52d3958e48ebc9032d88a6f4c2a8d49d73f13b6d5f23aaef774c9c4e
07:50:11 [2022-07-28T07:50:11.602Z] #33 DONE 0.3s
07:50:11 [2022-07-28T07:50:11.602Z] 
07:50:11 [2022-07-28T07:50:11.602Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
07:50:11 [2022-07-28T07:50:11.602Z] #34 sha256:d2cbdd6a29733efe204107531a63420dd0914582d52234dd597a7076fc70e19c
07:50:11 [2022-07-28T07:50:11.602Z] #34 ...
07:50:11 [2022-07-28T07:50:11.602Z] 
07:50:11 [2022-07-28T07:50:11.602Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
07:50:11 [2022-07-28T07:50:11.602Z] #46 sha256:e991b5ea50e728b442fffad9029eefa615b9218151a99c97029facab241fefb5
07:50:11 [2022-07-28T07:50:11.602Z] #46 DONE 0.4s
07:50:11 [2022-07-28T07:50:11.873Z] 
07:50:11 [2022-07-28T07:50:11.873Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
07:50:11 [2022-07-28T07:50:11.873Z] #47 sha256:8a0b7c7abf06bbb1ab29c763b2e38d2fa012d03eb2e646559ec0a63c975a38c7
07:50:12 [2022-07-28T07:50:12.839Z] #14 ...
07:50:12 [2022-07-28T07:50:12.839Z] 
07:50:12 [2022-07-28T07:50:12.839Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
07:50:12 [2022-07-28T07:50:12.839Z] #34 sha256:d2cbdd6a29733efe204107531a63420dd0914582d52234dd597a7076fc70e19c
07:50:12 [2022-07-28T07:50:12.840Z] #34 72.30 Updating files:  85% (1298/1521)
Updating files:  86% (1309/1521)
Updating files:  87% (1324/1521)
Updating files:  88% (1339/1521)
Updating files:  89% (1354/1521)
Updating files:  90% (1369/1521)
Updating files:  91% (1385/1521)
Updating files:  92% (1400/1521)
07:50:12 [2022-07-28T07:50:12.840Z] #34 ...
07:50:12 [2022-07-28T07:50:12.840Z] 
07:50:12 [2022-07-28T07:50:12.840Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
07:50:12 [2022-07-28T07:50:12.840Z] #42 sha256:d5f8a01c2e1a5370173910ff1b6fd1dd838253998709bec1c0416141f69afbfb
07:50:12 [2022-07-28T07:50:12.840Z] #42 62.93 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
07:50:12 [2022-07-28T07:50:12.840Z] #42 63.53 Selecting previously unselected package cmake-data.
07:50:12 [2022-07-28T07:50:12.840Z] #42 63.54 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ...
07:50:12 [2022-07-28T07:50:12.840Z] #42 63.57 Unpacking cmake-data (3.18.4-2+deb11u1) ...
07:50:12 [2022-07-28T07:50:12.840Z] #42 69.19 Selecting previously unselected package libicu67:amd64.
07:50:12 [2022-07-28T07:50:12.840Z] #42 69.20 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ...
07:50:12 [2022-07-28T07:50:12.840Z] #42 69.22 Unpacking libicu67:amd64 (67.1-7) ...
07:50:12 [2022-07-28T07:50:12.840Z] #42 ...
07:50:12 [2022-07-28T07:50:12.840Z] 
07:50:12 [2022-07-28T07:50:12.840Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
07:50:12 [2022-07-28T07:50:12.840Z] #34 sha256:d2cbdd6a29733efe204107531a63420dd0914582d52234dd597a7076fc70e19c
07:50:12 [2022-07-28T07:50:12.840Z] #34 72.30 Updating files:  85% (1298/1521)
Updating files:  86% (1309/1521)
Updating files:  87% (1324/1521)
Updating files:  88% (1339/1521)
Updating files:  89% (1354/1521)
Updating files:  90% (1369/1521)
Updating files:  91% (1385/1521)
Updating files:  92% (1400/1521)
Updating files:  93% (1415/1521)
Updating files:  94% (1430/1521)
Updating files:  95% (1445/1521)
Updating files:  96% (1461/1521)
Updating files:  97% (1476/1521)
Updating files:  98% (1491/1521)
Updating files:  99% (1506/1521)
Updating files: 100% (1521/1521)
Updating files: 100% (1521/1521), done.
07:50:12 [2022-07-28T07:50:12.840Z] #34 73.00 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c
07:50:12 [2022-07-28T07:50:12.840Z] #34 ...
07:50:12 [2022-07-28T07:50:12.840Z] 
07:50:12 [2022-07-28T07:50:12.840Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
07:50:12 [2022-07-28T07:50:12.840Z] #64 sha256:d12f26513736b578212be41b0c2ff8671f189f4a02a66123c0fc6b84a303ad8b
07:50:12 [2022-07-28T07:50:12.840Z] #64 2.140 + RM_GOPATH=0
07:50:12 [2022-07-28T07:50:12.840Z] #64 2.140 + TMP_GOPATH=
07:50:12 [2022-07-28T07:50:12.840Z] #64 2.140 + : /build
07:50:12 [2022-07-28T07:50:12.840Z] #64 2.140 + '[' -z '' ']'
07:50:12 [2022-07-28T07:50:12.840Z] #64 2.141 ++ mktemp -d
07:50:12 [2022-07-28T07:50:12.840Z] #64 2.141 + export GOPATH=/tmp/tmp.FIWhYQ3Ook
07:50:12 [2022-07-28T07:50:12.840Z] #64 2.141 + GOPATH=/tmp/tmp.FIWhYQ3Ook
07:50:12 [2022-07-28T07:50:12.840Z] #64 2.141 + RM_GOPATH=1
07:50:12 [2022-07-28T07:50:12.840Z] #64 2.141 + case "$(go env GOARCH)" in
07:50:12 [2022-07-28T07:50:12.840Z] #64 2.142 ++ go env GOARCH
07:50:12 [2022-07-28T07:50:12.840Z] #64 2.255 + export GO_BUILDMODE=-buildmode=pie
07:50:12 [2022-07-28T07:50:12.840Z] #64 2.255 + GO_BUILDMODE=-buildmode=pie
07:50:12 [2022-07-28T07:50:12.840Z] #64 2.255 ++ dirname /install.sh
07:50:12 [2022-07-28T07:50:12.840Z] #64 2.267 Install containerd version v1.6.6
07:50:12 [2022-07-28T07:50:12.840Z] #64 2.267 + dir=/
07:50:12 [2022-07-28T07:50:12.840Z] #64 2.267 + bin=containerd
07:50:12 [2022-07-28T07:50:12.840Z] #64 2.267 + shift
07:50:12 [2022-07-28T07:50:12.840Z] #64 2.267 + '[' '!' -f //containerd.installer ']'
07:50:12 [2022-07-28T07:50:12.840Z] #64 2.267 + . //containerd.installer
07:50:12 [2022-07-28T07:50:12.840Z] #64 2.267 ++ set -e
07:50:12 [2022-07-28T07:50:12.840Z] #64 2.267 ++ : v1.6.6
07:50:12 [2022-07-28T07:50:12.840Z] #64 2.267 + install_containerd
07:50:12 [2022-07-28T07:50:12.840Z] #64 2.267 + echo 'Install containerd version v1.6.6'
07:50:12 [2022-07-28T07:50:12.840Z] #64 2.267 + git clone https://github.com/containerd/containerd.git /tmp/tmp.FIWhYQ3Ook/src/github.com/containerd/containerd
07:50:12 [2022-07-28T07:50:12.840Z] #64 2.267 Cloning into '/tmp/tmp.FIWhYQ3Ook/src/github.com/containerd/containerd'...
07:50:13 [2022-07-28T07:50:13.100Z] #64 ...
07:50:13 [2022-07-28T07:50:13.100Z] 
07:50:13 [2022-07-28T07:50:13.101Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
07:50:13 [2022-07-28T07:50:13.101Z] #76 sha256:306ba19f1dc993c39966bb8490da17ab0369cd0c126ceb831f7ef89a39102969
07:50:13 [2022-07-28T07:50:13.101Z] #76 64.59 Selecting previously unselected package libmagic1:amd64.
07:50:13 [2022-07-28T07:50:13.101Z] #76 64.59 Preparing to unpack .../02-libmagic1_1%3a5.39-3_amd64.deb ...
07:50:13 [2022-07-28T07:50:13.101Z] #76 64.67 Unpacking libmagic1:amd64 (1:5.39-3) ...
07:50:13 [2022-07-28T07:50:13.101Z] #76 64.95 Selecting previously unselected package file.
07:50:13 [2022-07-28T07:50:13.101Z] #76 64.95 Preparing to unpack .../03-file_1%3a5.39-3_amd64.deb ...
07:50:13 [2022-07-28T07:50:13.101Z] #76 64.96 Unpacking file (1:5.39-3) ...
07:50:13 [2022-07-28T07:50:13.101Z] #76 65.24 Selecting previously unselected package xz-utils.
07:50:13 [2022-07-28T07:50:13.101Z] #76 65.24 Preparing to unpack .../04-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
07:50:13 [2022-07-28T07:50:13.101Z] #76 65.26 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
07:50:13 [2022-07-28T07:50:13.101Z] #76 65.88 Selecting previously unselected package libsigsegv2:amd64.
07:50:13 [2022-07-28T07:50:13.101Z] #76 65.88 Preparing to unpack .../05-libsigsegv2_2.13-1_amd64.deb ...
07:50:13 [2022-07-28T07:50:13.101Z] #76 65.93 Unpacking libsigsegv2:amd64 (2.13-1) ...
07:50:13 [2022-07-28T07:50:13.101Z] #76 66.26 Selecting previously unselected package m4.
07:50:13 [2022-07-28T07:50:13.101Z] #76 66.27 Preparing to unpack .../06-m4_1.4.18-5_amd64.deb ...
07:50:13 [2022-07-28T07:50:13.101Z] #76 66.34 Unpacking m4 (1.4.18-5) ...
07:50:13 [2022-07-28T07:50:13.101Z] #76 66.71 Selecting previously unselected package autoconf.
07:50:13 [2022-07-28T07:50:13.101Z] #76 66.72 Preparing to unpack .../07-autoconf_2.69-14_all.deb ...
07:50:13 [2022-07-28T07:50:13.101Z] #76 66.73 Unpacking autoconf (2.69-14) ...
07:50:13 [2022-07-28T07:50:13.101Z] #76 67.49 Selecting previously unselected package autotools-dev.
07:50:13 [2022-07-28T07:50:13.101Z] #76 67.50 Preparing to unpack .../08-autotools-dev_20180224.1+nmu1_all.deb ...
07:50:13 [2022-07-28T07:50:13.101Z] #76 67.51 Unpacking autotools-dev (20180224.1+nmu1) ...
07:50:13 [2022-07-28T07:50:13.101Z] #76 68.01 Selecting previously unselected package automake.
07:50:13 [2022-07-28T07:50:13.101Z] #76 68.04 Preparing to unpack .../09-automake_1%3a1.16.3-2_all.deb ...
07:50:13 [2022-07-28T07:50:13.101Z] #76 68.06 Unpacking automake (1:1.16.3-2) ...
07:50:13 [2022-07-28T07:50:13.101Z] #76 69.27 Selecting previously unselected package patch.
07:50:13 [2022-07-28T07:50:13.101Z] #76 69.27 Preparing to unpack .../10-patch_2.7.6-7_amd64.deb ...
07:50:13 [2022-07-28T07:50:13.101Z] #76 69.29 Unpacking patch (2.7.6-7) ...
07:50:13 [2022-07-28T07:50:13.101Z] #76 69.60 Selecting previously unselected package dpkg-dev.
07:50:13 [2022-07-28T07:50:13.101Z] #76 69.62 Preparing to unpack .../11-dpkg-dev_1.20.11_all.deb ...
07:50:13 [2022-07-28T07:50:13.101Z] #76 69.65 Unpacking dpkg-dev (1.20.11) ...
07:50:13 [2022-07-28T07:50:13.101Z] #76 71.55 Selecting previously unselected package build-essential.
07:50:13 [2022-07-28T07:50:13.101Z] #76 71.57 Preparing to unpack .../12-build-essential_12.9_amd64.deb ...
07:50:13 [2022-07-28T07:50:13.101Z] #76 71.58 Unpacking build-essential (12.9) ...
07:50:13 [2022-07-28T07:50:13.101Z] #76 71.79 Selecting previously unselected package libcap2:amd64.
07:50:13 [2022-07-28T07:50:13.101Z] #76 71.79 Preparing to unpack .../13-libcap2_1%3a2.44-1_amd64.deb ...
07:50:13 [2022-07-28T07:50:13.101Z] #76 71.79 Unpacking libcap2:amd64 (1:2.44-1) ...
07:50:13 [2022-07-28T07:50:13.101Z] #76 71.98 Selecting previously unselected package libcap-dev:amd64.
07:50:13 [2022-07-28T07:50:13.101Z] #76 71.98 Preparing to unpack .../14-libcap-dev_1%3a2.44-1_amd64.deb ...
07:50:13 [2022-07-28T07:50:13.101Z] #76 71.99 Unpacking libcap-dev:amd64 (1:2.44-1) ...
07:50:13 [2022-07-28T07:50:13.101Z] #76 72.20 Selecting previously unselected package libprotobuf-c1:amd64.
07:50:13 [2022-07-28T07:50:13.101Z] #76 72.20 Preparing to unpack .../15-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
07:50:13 [2022-07-28T07:50:13.101Z] #76 72.23 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
07:50:13 [2022-07-28T07:50:13.101Z] #76 72.39 Selecting previously unselected package libprotobuf-c-dev:amd64.
07:50:13 [2022-07-28T07:50:13.101Z] #76 72.39 Preparing to unpack .../16-libprotobuf-c-dev_1.3.3-1+b2_amd64.deb ...
07:50:13 [2022-07-28T07:50:13.101Z] #76 72.40 Unpacking libprotobuf-c-dev:amd64 (1.3.3-1+b2) ...
07:50:13 [2022-07-28T07:50:13.101Z] #76 72.69 Selecting previously unselected package libseccomp-dev:amd64.
07:50:13 [2022-07-28T07:50:13.101Z] #76 72.69 Preparing to unpack .../17-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
07:50:13 [2022-07-28T07:50:13.101Z] #76 72.73 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
07:50:13 [2022-07-28T07:50:13.101Z] #76 73.00 Selecting previously unselected package libsystemd-dev:amd64.
07:50:13 [2022-07-28T07:50:13.101Z] #76 73.01 Preparing to unpack .../18-libsystemd-dev_247.3-7_amd64.deb ...
07:50:13 [2022-07-28T07:50:13.101Z] #76 73.02 Unpacking libsystemd-dev:amd64 (247.3-7) ...
07:50:13 [2022-07-28T07:50:13.672Z] #76 74.09 Selecting previously unselected package libtool.
07:50:13 [2022-07-28T07:50:13.672Z] #76 ...
07:50:13 [2022-07-28T07:50:13.672Z] 
07:50:13 [2022-07-28T07:50:13.672Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
07:50:13 [2022-07-28T07:50:13.672Z] #34 sha256:d2cbdd6a29733efe204107531a63420dd0914582d52234dd597a7076fc70e19c
07:50:13 [2022-07-28T07:50:13.672Z] #34 73.65 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
07:50:14 [2022-07-28T07:50:14.243Z] #34 ...
07:50:14 [2022-07-28T07:50:14.243Z] 
07:50:14 [2022-07-28T07:50:14.243Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
07:50:14 [2022-07-28T07:50:14.243Z] #51 sha256:40295bf8cbd242d421bcf2efe97957471d81db5c6a2a8e836b41bc0ec6634359
07:50:14 [2022-07-28T07:50:14.243Z] #51 64.24 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  criu 3.17.1-1 [683 kB]
07:50:14 [2022-07-28T07:50:14.243Z] #51 66.30 debconf: delaying package configuration, since apt-utils is not installed
07:50:14 [2022-07-28T07:50:14.243Z] #51 66.52 Fetched 2315 kB in 4s (574 kB/s)
07:50:14 [2022-07-28T07:50:14.243Z] #51 66.90 Selecting previously unselected package libprotobuf23:amd64.
07:50:14 [2022-07-28T07:50:14.243Z] #51 66.90 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15717 files and directories currently installed.)
07:50:14 [2022-07-28T07:50:14.243Z] #51 67.01 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ...
07:50:14 [2022-07-28T07:50:14.243Z] #51 67.12 Unpacking libprotobuf23:amd64 (3.12.4-1) ...
07:50:14 [2022-07-28T07:50:14.243Z] #51 69.18 Selecting previously unselected package python3-pkg-resources.
07:50:14 [2022-07-28T07:50:14.243Z] #51 69.19 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ...
07:50:14 [2022-07-28T07:50:14.243Z] #51 69.19 Unpacking python3-pkg-resources (52.0.0-4) ...
07:50:14 [2022-07-28T07:50:14.243Z] #51 69.65 Selecting previously unselected package python3-six.
07:50:14 [2022-07-28T07:50:14.243Z] #51 69.66 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ...
07:50:14 [2022-07-28T07:50:14.243Z] #51 69.67 Unpacking python3-six (1.16.0-2) ...
07:50:14 [2022-07-28T07:50:14.243Z] #51 70.02 Selecting previously unselected package python3-protobuf.
07:50:14 [2022-07-28T07:50:14.243Z] #51 70.02 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ...
07:50:14 [2022-07-28T07:50:14.243Z] #51 70.07 Unpacking python3-protobuf (3.12.4-1) ...
07:50:14 [2022-07-28T07:50:14.243Z] #51 70.85 Selecting previously unselected package libnet1:amd64.
07:50:14 [2022-07-28T07:50:14.243Z] #51 70.86 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
07:50:14 [2022-07-28T07:50:14.243Z] #51 70.87 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
07:50:14 [2022-07-28T07:50:14.243Z] #51 71.21 Selecting previously unselected package libnl-3-200:amd64.
07:50:14 [2022-07-28T07:50:14.243Z] #51 71.21 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ...
07:50:14 [2022-07-28T07:50:14.243Z] #51 71.22 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
07:50:14 [2022-07-28T07:50:14.243Z] #51 71.59 Selecting previously unselected package libprotobuf-c1:amd64.
07:50:14 [2022-07-28T07:50:14.243Z] #51 71.59 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
07:50:14 [2022-07-28T07:50:14.243Z] #51 71.60 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
07:50:14 [2022-07-28T07:50:14.243Z] #51 71.72 Selecting previously unselected package criu.
07:50:14 [2022-07-28T07:50:14.243Z] #51 71.72 Preparing to unpack .../7-criu_3.17.1-1_amd64.deb ...
07:50:14 [2022-07-28T07:50:14.243Z] #51 71.72 Unpacking criu (3.17.1-1) ...
07:50:14 [2022-07-28T07:50:14.243Z] #51 72.90 Setting up python3-pkg-resources (52.0.0-4) ...
07:50:14 [2022-07-28T07:50:14.503Z] #51 ...
07:50:14 [2022-07-28T07:50:14.503Z] 
07:50:14 [2022-07-28T07:50:14.503Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:50:14 [2022-07-28T07:50:14.503Z] #14 sha256:b25eac2f6ddf70c42113ea1e9c9616359e7796e8a4be5e3f87392c5fb5b439d0
07:50:14 [2022-07-28T07:50:14.503Z] #14 74.68 Selecting previously unselected package binutils-mingw-w64-x86-64.
07:50:14 [2022-07-28T07:50:14.503Z] #14 74.70 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
07:50:14 [2022-07-28T07:50:14.503Z] #14 74.72 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
07:50:14 [2022-07-28T07:50:14.858Z] #53 ...
07:50:14 [2022-07-28T07:50:14.858Z] 
07:50:14 [2022-07-28T07:50:14.858Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:50:14 [2022-07-28T07:50:14.858Z] #14 sha256:b25eac2f6ddf70c42113ea1e9c9616359e7796e8a4be5e3f87392c5fb5b439d0
07:50:14 [2022-07-28T07:50:14.858Z] #14 6.501 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
07:50:14 [2022-07-28T07:50:14.858Z] #14 6.541 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
07:50:14 [2022-07-28T07:50:14.858Z] #14 6.547 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
07:50:14 [2022-07-28T07:50:14.858Z] #14 7.626 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
07:50:14 [2022-07-28T07:50:14.858Z] #14 ...
07:50:14 [2022-07-28T07:50:14.858Z] 
07:50:14 [2022-07-28T07:50:14.858Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
07:50:14 [2022-07-28T07:50:14.858Z] #62 sha256:34bfbe9b681f5ebc46aa2b0b23925fe24fac41e1b9a5ab09857ba3a5988905e2
07:50:14 [2022-07-28T07:50:14.858Z] #62 6.320 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
07:50:14 [2022-07-28T07:50:14.858Z] #62 6.369 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
07:50:14 [2022-07-28T07:50:14.858Z] #62 6.374 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
07:50:14 [2022-07-28T07:50:14.858Z] #62 7.470 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
07:50:14 [2022-07-28T07:50:14.858Z] #62 10.22 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [168 kB]
07:50:14 [2022-07-28T07:50:14.858Z] #62 ...
07:50:14 [2022-07-28T07:50:14.858Z] 
07:50:14 [2022-07-28T07:50:14.858Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
07:50:14 [2022-07-28T07:50:14.858Z] #34 sha256:d2cbdd6a29733efe204107531a63420dd0914582d52234dd597a7076fc70e19c
07:50:14 [2022-07-28T07:50:14.858Z] #34 5.387 + git clone https://github.com/kolyshkin/go-swagger.git .
07:50:14 [2022-07-28T07:50:14.858Z] #34 5.397 Cloning into '.'...
07:50:14 [2022-07-28T07:50:14.858Z] #34 ...
07:50:14 [2022-07-28T07:50:14.858Z] 
07:50:14 [2022-07-28T07:50:14.858Z] #57 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2"      && /build/shfmt --version
07:50:14 [2022-07-28T07:50:14.858Z] #57 sha256:e5df52e26a68746b0bf2040b302f767d48979c354574e3fe2d7b186d1bae51bb
07:50:14 [2022-07-28T07:50:14.858Z] #57 5.246 go: downloading mvdan.cc/sh/v3 v3.0.2
07:50:14 [2022-07-28T07:50:14.858Z] #57 6.322 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
07:50:14 [2022-07-28T07:50:14.858Z] #57 6.336 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
07:50:14 [2022-07-28T07:50:14.858Z] #57 6.404 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
07:50:14 [2022-07-28T07:50:14.858Z] #57 8.254 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
07:50:14 [2022-07-28T07:50:14.858Z] #57 ...
07:50:14 [2022-07-28T07:50:14.858Z] 
07:50:14 [2022-07-28T07:50:14.858Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
07:50:14 [2022-07-28T07:50:14.858Z] #51 sha256:40295bf8cbd242d421bcf2efe97957471d81db5c6a2a8e836b41bc0ec6634359
07:50:14 [2022-07-28T07:50:14.858Z] #51 5.703 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
07:50:14 [2022-07-28T07:50:14.858Z] #51 5.773 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
07:50:14 [2022-07-28T07:50:14.858Z] #51 5.783 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
07:50:14 [2022-07-28T07:50:14.858Z] #51 6.329 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  InRelease [1540 B]
07:50:14 [2022-07-28T07:50:14.858Z] #51 7.040 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
07:50:14 [2022-07-28T07:50:14.858Z] #51 9.978 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [168 kB]
07:50:14 [2022-07-28T07:50:14.858Z] #51 ...
07:50:14 [2022-07-28T07:50:14.858Z] 
07:50:14 [2022-07-28T07:50:14.858Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
07:50:14 [2022-07-28T07:50:14.858Z] #47 sha256:8a0b7c7abf06bbb1ab29c763b2e38d2fa012d03eb2e646559ec0a63c975a38c7
07:50:14 [2022-07-28T07:50:14.858Z] #47 5.624 + git clone https://github.com/docker/distribution.git .
07:50:14 [2022-07-28T07:50:14.858Z] #47 5.642 Cloning into '.'...
07:50:15 [2022-07-28T07:50:15.104Z] #84 ...
07:50:15 [2022-07-28T07:50:15.104Z] 
07:50:15 [2022-07-28T07:50:15.104Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             crossbuild-essential-arm64             crossbuild-essential-armel             crossbuild-essential-armhf             crossbuild-essential-ppc64el             crossbuild-essential-s390x
07:50:15 [2022-07-28T07:50:15.104Z] #19 sha256:423b64bc9d7cc359d630e3fe0a1b98d707aeff14b0c78f2d44bf08c4c29a169b
07:50:15 [2022-07-28T07:50:15.104Z] #19 70.04 Fetched 49.2 MB in 1min 8s (719 kB/s)
07:50:15 [2022-07-28T07:50:15.115Z] #47 ...
07:50:15 [2022-07-28T07:50:15.115Z] 
07:50:15 [2022-07-28T07:50:15.115Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
07:50:15 [2022-07-28T07:50:15.115Z] #26 sha256:1bd40938c8a63399ecccd7fe643007533fe8c130439e8dd95c4b50a4bef38231
07:50:15 [2022-07-28T07:50:15.115Z] #26 4.122 + RM_GOPATH=0
07:50:15 [2022-07-28T07:50:15.115Z] #26 4.122 + TMP_GOPATH=
07:50:15 [2022-07-28T07:50:15.115Z] #26 4.122 + : /build
07:50:15 [2022-07-28T07:50:15.115Z] #26 4.122 + '[' -z '' ']'
07:50:15 [2022-07-28T07:50:15.115Z] #26 4.122 ++ mktemp -d
07:50:15 [2022-07-28T07:50:15.115Z] #26 4.132 + export GOPATH=/tmp/tmp.EW6aWJi3xp
07:50:15 [2022-07-28T07:50:15.115Z] #26 4.132 + GOPATH=/tmp/tmp.EW6aWJi3xp
07:50:15 [2022-07-28T07:50:15.115Z] #26 4.132 + RM_GOPATH=1
07:50:15 [2022-07-28T07:50:15.115Z] #26 4.132 + case "$(go env GOARCH)" in
07:50:15 [2022-07-28T07:50:15.115Z] #26 4.132 ++ go env GOARCH
07:50:15 [2022-07-28T07:50:15.115Z] #26 4.148 + export GO_BUILDMODE=-buildmode=pie
07:50:15 [2022-07-28T07:50:15.115Z] #26 4.148 + GO_BUILDMODE=-buildmode=pie
07:50:15 [2022-07-28T07:50:15.115Z] #26 4.148 ++ dirname /install.sh
07:50:15 [2022-07-28T07:50:15.115Z] #26 4.148 + dir=/
07:50:15 [2022-07-28T07:50:15.115Z] #26 4.148 + bin=dockercli
07:50:15 [2022-07-28T07:50:15.115Z] #26 4.148 + shift
07:50:15 [2022-07-28T07:50:15.115Z] #26 4.148 + '[' '!' -f //dockercli.installer ']'
07:50:15 [2022-07-28T07:50:15.115Z] #26 4.148 + . //dockercli.installer
07:50:15 [2022-07-28T07:50:15.115Z] #26 4.148 ++ : stable
07:50:15 [2022-07-28T07:50:15.115Z] #26 4.148 ++ : 17.06.2-ce
07:50:15 [2022-07-28T07:50:15.115Z] #26 4.148 + install_dockercli
07:50:15 [2022-07-28T07:50:15.115Z] #26 4.148 + echo 'Install docker/cli version 17.06.2-ce from stable'
07:50:15 [2022-07-28T07:50:15.115Z] #26 4.148 ++ uname -m
07:50:15 [2022-07-28T07:50:15.115Z] #26 4.148 + arch=x86_64
07:50:15 [2022-07-28T07:50:15.115Z] #26 4.148 + '[' x86_64 '!=' x86_64 ']'
07:50:15 [2022-07-28T07:50:15.115Z] #26 4.148 + url=https://download.docker.com/linux/static
07:50:15 [2022-07-28T07:50:15.115Z] #26 4.148 + tar -xz docker/docker
07:50:15 [2022-07-28T07:50:15.115Z] #26 4.148 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
07:50:15 [2022-07-28T07:50:15.115Z] #26 4.149 Install docker/cli version 17.06.2-ce from stable
07:50:15 [2022-07-28T07:50:15.115Z] #26 ...
07:50:15 [2022-07-28T07:50:15.115Z] 
07:50:15 [2022-07-28T07:50:15.115Z] #40 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3"      && /build/go-winres --help
07:50:15 [2022-07-28T07:50:15.115Z] #40 sha256:e37409ad11b5051c24a76a5d8eec40d7adf9dc774e577b25879ddb9c67c1cdab
07:50:15 [2022-07-28T07:50:15.115Z] #40 4.913 go: downloading github.com/tc-hib/go-winres v0.2.3
07:50:15 [2022-07-28T07:50:15.115Z] #40 5.656 go: downloading github.com/tc-hib/winres v0.1.5
07:50:15 [2022-07-28T07:50:15.115Z] #40 7.138 go: downloading github.com/urfave/cli/v2 v2.3.0
07:50:15 [2022-07-28T07:50:15.115Z] #40 7.574 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
07:50:15 [2022-07-28T07:50:15.115Z] #40 7.646 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
07:50:15 [2022-07-28T07:50:15.372Z] #40 ...
07:50:15 [2022-07-28T07:50:15.372Z] 
07:50:15 [2022-07-28T07:50:15.372Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
07:50:15 [2022-07-28T07:50:15.372Z] #42 sha256:d5f8a01c2e1a5370173910ff1b6fd1dd838253998709bec1c0416141f69afbfb
07:50:15 [2022-07-28T07:50:15.372Z] #42 4.574 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
07:50:15 [2022-07-28T07:50:15.372Z] #42 4.598 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
07:50:15 [2022-07-28T07:50:15.372Z] #42 4.598 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
07:50:15 [2022-07-28T07:50:15.372Z] #42 5.354 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
07:50:15 [2022-07-28T07:50:15.372Z] #42 7.582 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [168 kB]
07:50:15 [2022-07-28T07:50:15.372Z] #42 10.25 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
07:50:15 [2022-07-28T07:50:15.629Z] #42 ...
07:50:15 [2022-07-28T07:50:15.629Z] 
07:50:15 [2022-07-28T07:50:15.629Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
07:50:15 [2022-07-28T07:50:15.629Z] #76 sha256:306ba19f1dc993c39966bb8490da17ab0369cd0c126ceb831f7ef89a39102969
07:50:15 [2022-07-28T07:50:15.629Z] #76 4.776 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
07:50:15 [2022-07-28T07:50:15.629Z] #76 4.824 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
07:50:15 [2022-07-28T07:50:15.629Z] #76 4.824 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
07:50:15 [2022-07-28T07:50:15.629Z] #76 5.609 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
07:50:15 [2022-07-28T07:50:15.629Z] #76 8.180 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [168 kB]
07:50:15 [2022-07-28T07:50:15.629Z] #76 10.62 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
07:50:15 [2022-07-28T07:50:15.629Z] #76 ...
07:50:15 [2022-07-28T07:50:15.629Z] 
07:50:15 [2022-07-28T07:50:15.629Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         case $(dpkg --print-architecture) in             amd64|arm64)                 GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1"                 && /build/dlv --help                 ;;             *)                 mkdir -p /build/                 ;;         esac
07:50:15 [2022-07-28T07:50:15.629Z] #36 sha256:1509a87c4d8785c1b3fd9bff9d9474ccef8f4b872101e620b7fa14aef10a7cb5
07:50:15 [2022-07-28T07:50:15.629Z] #36 3.925 go: downloading github.com/go-delve/delve v1.8.1
07:50:15 [2022-07-28T07:50:15.812Z] #76 14.77 Reading package lists...
07:50:15 [2022-07-28T07:50:15.812Z] #76 19.56 Reading package lists...
07:50:15 [2022-07-28T07:50:15.812Z] #76 ...
07:50:15 [2022-07-28T07:50:15.812Z] 
07:50:15 [2022-07-28T07:50:15.812Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:50:15 [2022-07-28T07:50:15.812Z] #55 sha256:2c4952d724d4d96b9dc897b827fb3e88a4a51387545c75374fe1fa9d5fedf6b0
07:50:15 [2022-07-28T07:50:15.812Z] #55 10.46 go: downloading github.com/mitchellh/go-homedir v1.1.0
07:50:15 [2022-07-28T07:50:15.812Z] #55 10.52 go: downloading github.com/hashicorp/go-multierror v1.1.1
07:50:15 [2022-07-28T07:50:15.812Z] #55 13.87 go: downloading github.com/sirupsen/logrus v1.8.1
07:50:15 [2022-07-28T07:50:15.812Z] #55 13.87 go: downloading github.com/mattn/go-colorable v0.1.12
07:50:15 [2022-07-28T07:50:15.812Z] #55 13.96 go: downloading github.com/stretchr/testify v1.7.1
07:50:15 [2022-07-28T07:50:15.812Z] #55 14.11 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b
07:50:15 [2022-07-28T07:50:15.812Z] #55 14.24 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2
07:50:15 [2022-07-28T07:50:15.812Z] #55 14.25 go: downloading github.com/mattn/go-isatty v0.0.14
07:50:15 [2022-07-28T07:50:15.812Z] #55 14.41 go: downloading github.com/fsnotify/fsnotify v1.5.4
07:50:15 [2022-07-28T07:50:15.812Z] #55 14.42 go: downloading github.com/mitchellh/mapstructure v1.5.0
07:50:15 [2022-07-28T07:50:15.812Z] #55 14.50 go: downloading github.com/spf13/afero v1.8.2
07:50:15 [2022-07-28T07:50:15.812Z] #55 14.54 go: downloading github.com/spf13/cast v1.4.1
07:50:15 [2022-07-28T07:50:15.812Z] #55 14.62 go: downloading github.com/spf13/jwalterweatherman v1.1.0
07:50:15 [2022-07-28T07:50:15.812Z] #55 14.80 go: downloading github.com/go-toolsmith/astcast v1.0.0
07:50:15 [2022-07-28T07:50:15.812Z] #55 14.86 go: downloading github.com/go-toolsmith/astcopy v1.0.0
07:50:15 [2022-07-28T07:50:15.812Z] #55 14.97 go: downloading github.com/go-toolsmith/astequal v1.0.1
07:50:15 [2022-07-28T07:50:15.812Z] #55 15.06 go: downloading github.com/go-toolsmith/astfmt v1.0.0
07:50:15 [2022-07-28T07:50:15.812Z] #55 15.07 go: downloading github.com/go-toolsmith/astp v1.0.0
07:50:15 [2022-07-28T07:50:15.812Z] #55 15.08 go: downloading github.com/go-toolsmith/strparse v1.0.0
07:50:15 [2022-07-28T07:50:15.812Z] #55 15.14 go: downloading github.com/go-toolsmith/typep v1.0.2
07:50:15 [2022-07-28T07:50:15.812Z] #55 15.14 go: downloading github.com/quasilyte/go-ruleguard v0.3.16-0.20220213074421-6aa060fab41a
07:50:15 [2022-07-28T07:50:15.812Z] #55 15.22 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95
07:50:15 [2022-07-28T07:50:15.812Z] #55 15.40 go: downloading golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3
07:50:15 [2022-07-28T07:50:15.812Z] #55 15.90 go: downloading github.com/hashicorp/errwrap v1.0.0
07:50:15 [2022-07-28T07:50:15.812Z] #55 15.99 go: downloading golang.org/x/sys v0.0.0-20220422013727-9388b58f7150
07:50:15 [2022-07-28T07:50:15.812Z] #55 16.01 go: downloading golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f
07:50:15 [2022-07-28T07:50:15.812Z] #55 16.28 go: downloading 4d63.com/gochecknoglobals v0.1.0
07:50:15 [2022-07-28T07:50:15.812Z] #55 16.61 go: downloading github.com/Antonboom/errname v0.1.6
07:50:15 [2022-07-28T07:50:15.812Z] #55 16.75 go: downloading github.com/Antonboom/nilnil v0.1.1
07:50:15 [2022-07-28T07:50:15.812Z] #55 16.84 go: downloading github.com/BurntSushi/toml v1.1.0
07:50:15 [2022-07-28T07:50:15.812Z] #55 17.85 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
07:50:15 [2022-07-28T07:50:15.812Z] #55 18.03 go: downloading github.com/GaijinEntertainment/go-exhaustruct/v2 v2.1.0
07:50:15 [2022-07-28T07:50:15.812Z] #55 18.26 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0
07:50:15 [2022-07-28T07:50:15.812Z] #55 18.47 go: downloading github.com/alexkohler/prealloc v1.0.0
07:50:15 [2022-07-28T07:50:15.812Z] #55 18.54 go: downloading github.com/ashanbrown/forbidigo v1.3.0
07:50:15 [2022-07-28T07:50:15.812Z] #55 18.60 go: downloading github.com/ashanbrown/makezero v1.1.1
07:50:15 [2022-07-28T07:50:15.812Z] #55 18.61 go: downloading github.com/bkielbasa/cyclop v1.2.0
07:50:15 [2022-07-28T07:50:15.812Z] #55 18.68 go: downloading github.com/blizzy78/varnamelen v0.8.0
07:50:15 [2022-07-28T07:50:15.812Z] #55 18.70 go: downloading github.com/bombsimon/wsl/v3 v3.3.0
07:50:15 [2022-07-28T07:50:15.812Z] #55 18.82 go: downloading github.com/breml/bidichk v0.2.3
07:50:15 [2022-07-28T07:50:15.812Z] #55 18.89 go: downloading github.com/breml/errchkjson v0.3.0
07:50:15 [2022-07-28T07:50:15.812Z] #55 18.93 go: downloading github.com/butuzov/ireturn v0.1.1
07:50:15 [2022-07-28T07:50:15.812Z] #55 18.93 go: downloading github.com/charithe/durationcheck v0.0.9
07:50:15 [2022-07-28T07:50:15.812Z] #55 19.05 go: downloading github.com/daixiang0/gci v0.3.3
07:50:15 [2022-07-28T07:50:15.813Z] #55 19.12 go: downloading github.com/denis-tingaikin/go-header v0.4.3
07:50:15 [2022-07-28T07:50:15.813Z] #55 19.18 go: downloading github.com/esimonov/ifshort v1.0.4
07:50:15 [2022-07-28T07:50:15.813Z] #55 19.23 go: downloading github.com/firefart/nonamedreturns v1.0.1
07:50:15 [2022-07-28T07:50:15.813Z] #55 19.35 go: downloading github.com/fzipp/gocyclo v0.5.1
07:50:15 [2022-07-28T07:50:15.813Z] #55 19.39 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
07:50:15 [2022-07-28T07:50:15.813Z] #55 19.50 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
07:50:15 [2022-07-28T07:50:15.813Z] #55 19.50 go: downloading github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe
07:50:15 [2022-07-28T07:50:15.813Z] #55 19.58 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
07:50:15 [2022-07-28T07:50:15.813Z] #55 19.68 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
07:50:15 [2022-07-28T07:50:15.813Z] #55 19.68 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
07:50:15 [2022-07-28T07:50:15.813Z] #55 19.70 go: downloading github.com/golangci/misspell v0.3.5
07:50:15 [2022-07-28T07:50:15.813Z] #55 19.84 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
07:50:15 [2022-07-28T07:50:15.813Z] #55 19.92 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8
07:50:15 [2022-07-28T07:50:15.885Z] #36 ...
07:50:15 [2022-07-28T07:50:15.885Z] 
07:50:15 [2022-07-28T07:50:15.885Z] #40 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3"      && /build/go-winres --help
07:50:15 [2022-07-28T07:50:15.885Z] #40 sha256:e37409ad11b5051c24a76a5d8eec40d7adf9dc774e577b25879ddb9c67c1cdab
07:50:15 [2022-07-28T07:50:15.885Z] #40 11.70 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
07:50:15 [2022-07-28T07:50:15.885Z] #40 11.83 go: downloading github.com/russross/blackfriday/v2 v2.1.0
07:50:16 [2022-07-28T07:50:16.069Z] #55 ...
07:50:16 [2022-07-28T07:50:16.069Z] 
07:50:16 [2022-07-28T07:50:16.069Z] #38 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1"      && /build/tomll --help
07:50:16 [2022-07-28T07:50:16.069Z] #38 sha256:a45597d414b1e3a0046deb18a75f66600d7745dea6986672f215389a4cd764e7
07:50:16 [2022-07-28T07:50:16.069Z] #38 17.05 tomll can be used in two ways:
07:50:16 [2022-07-28T07:50:16.069Z] #38 17.05 Writing to STDIN and reading from STDOUT:
07:50:16 [2022-07-28T07:50:16.069Z] #38 17.05   cat file.toml | tomll > file.toml
07:50:16 [2022-07-28T07:50:16.069Z] #38 17.05 
07:50:16 [2022-07-28T07:50:16.069Z] #38 17.05 Reading and updating a list of files:
07:50:16 [2022-07-28T07:50:16.069Z] #38 17.05   tomll a.toml b.toml c.toml
07:50:16 [2022-07-28T07:50:16.069Z] #38 17.06 
07:50:16 [2022-07-28T07:50:16.069Z] #38 17.06 When given a list of files, tomll will modify all files in place without asking.
07:50:16 [2022-07-28T07:50:16.069Z] #38 DONE 20.1s
07:50:16 [2022-07-28T07:50:16.069Z] 
07:50:16 [2022-07-28T07:50:16.069Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:50:16 [2022-07-28T07:50:16.069Z] #55 sha256:2c4952d724d4d96b9dc897b827fb3e88a4a51387545c75374fe1fa9d5fedf6b0
07:50:16 [2022-07-28T07:50:16.069Z] #55 20.02 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
07:50:16 [2022-07-28T07:50:16.069Z] #55 ...
07:50:16 [2022-07-28T07:50:16.069Z] 
07:50:16 [2022-07-28T07:50:16.069Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         case $(dpkg --print-architecture) in             amd64|arm64)                 GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1"                 && /build/dlv --help                 ;;             *)                 mkdir -p /build/                 ;;         esac
07:50:16 [2022-07-28T07:50:16.069Z] #36 sha256:101eb538981a33170b933525f11ed3b080bc85f511044e74a9bbb83edf3951ff
07:50:16 [2022-07-28T07:50:16.069Z] #36 12.48 go: downloading github.com/sirupsen/logrus v1.6.0
07:50:16 [2022-07-28T07:50:16.069Z] #36 12.50 go: downloading github.com/spf13/cobra v1.1.3
07:50:16 [2022-07-28T07:50:16.069Z] #36 13.02 go: downloading github.com/mattn/go-isatty v0.0.3
07:50:16 [2022-07-28T07:50:16.069Z] #36 13.18 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1
07:50:16 [2022-07-28T07:50:16.069Z] #36 13.32 go: downloading gopkg.in/yaml.v2 v2.4.0
07:50:16 [2022-07-28T07:50:16.069Z] #36 13.68 go: downloading github.com/cosiner/argv v0.1.0
07:50:16 [2022-07-28T07:50:16.069Z] #36 13.70 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9
07:50:16 [2022-07-28T07:50:16.069Z] #36 13.73 go: downloading github.com/peterh/liner v1.2.2
07:50:16 [2022-07-28T07:50:16.069Z] #36 13.89 go: downloading github.com/google/go-dap v0.6.0
07:50:16 [2022-07-28T07:50:16.069Z] #36 14.08 go: downloading github.com/russross/blackfriday/v2 v2.0.1
07:50:16 [2022-07-28T07:50:16.069Z] #36 14.32 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097
07:50:16 [2022-07-28T07:50:16.069Z] #36 14.84 go: downloading github.com/mattn/go-runewidth v0.0.3
07:50:16 [2022-07-28T07:50:16.069Z] #36 14.93 go: downloading github.com/hashicorp/golang-lru v0.5.4
07:50:16 [2022-07-28T07:50:16.069Z] #36 15.09 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4
07:50:16 [2022-07-28T07:50:16.069Z] #36 16.38 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0
07:50:16 [2022-07-28T07:50:16.069Z] #36 ...
07:50:16 [2022-07-28T07:50:16.069Z] 
07:50:16 [2022-07-28T07:50:16.069Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:50:16 [2022-07-28T07:50:16.069Z] #55 sha256:2c4952d724d4d96b9dc897b827fb3e88a4a51387545c75374fe1fa9d5fedf6b0
07:50:16 [2022-07-28T07:50:16.069Z] #55 20.15 go: downloading github.com/gostaticanalysis/nilerr v0.1.1
07:50:16 [2022-07-28T07:50:16.069Z] #55 20.20 go: downloading github.com/jgautheron/goconst v1.5.1
07:50:16 [2022-07-28T07:50:16.069Z] #55 20.21 go: downloading github.com/jingyugao/rowserrcheck v1.1.1
07:50:16 [2022-07-28T07:50:16.326Z] #55 20.40 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
07:50:16 [2022-07-28T07:50:16.326Z] #55 20.40 go: downloading github.com/julz/importas v0.1.0
07:50:16 [2022-07-28T07:50:16.326Z] #55 20.44 go: downloading github.com/kisielk/errcheck v1.6.0
07:50:16 [2022-07-28T07:50:16.326Z] #55 ...
07:50:16 [2022-07-28T07:50:16.326Z] 
07:50:16 [2022-07-28T07:50:16.326Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
07:50:16 [2022-07-28T07:50:16.326Z] #67 sha256:8e607e0eae7f8281ce37c0763468d8060a604af5030797cc8011bd0a26b6491a
07:50:16 [2022-07-28T07:50:16.326Z] #67 10.07 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
07:50:16 [2022-07-28T07:50:16.326Z] #67 10.84 go: downloading github.com/google/uuid v1.3.0
07:50:16 [2022-07-28T07:50:16.326Z] #67 10.87 go: downloading github.com/moby/vpnkit v0.5.0
07:50:16 [2022-07-28T07:50:16.326Z] #67 10.98 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
07:50:16 [2022-07-28T07:50:16.326Z] #67 11.18 go: downloading github.com/gofrs/flock v0.8.1
07:50:16 [2022-07-28T07:50:16.326Z] #67 11.33 go: downloading github.com/gorilla/mux v1.8.0
07:50:16 [2022-07-28T07:50:16.326Z] #67 11.63 go: downloading github.com/moby/sys/mountinfo v0.6.0
07:50:16 [2022-07-28T07:50:16.326Z] #67 11.93 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
07:50:16 [2022-07-28T07:50:16.326Z] #67 11.99 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
07:50:16 [2022-07-28T07:50:16.326Z] #67 14.32 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
07:50:16 [2022-07-28T07:50:16.326Z] #67 14.66 go: downloading github.com/russross/blackfriday/v2 v2.1.0
07:50:16 [2022-07-28T07:50:16.582Z] #67 ...
07:50:16 [2022-07-28T07:50:16.582Z] 
07:50:16 [2022-07-28T07:50:16.583Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:50:16 [2022-07-28T07:50:16.583Z] #55 sha256:2c4952d724d4d96b9dc897b827fb3e88a4a51387545c75374fe1fa9d5fedf6b0
07:50:16 [2022-07-28T07:50:16.583Z] #55 20.61 go: downloading github.com/kulti/thelper v0.6.2
07:50:16 [2022-07-28T07:50:16.583Z] #55 20.61 go: downloading github.com/kunwardeep/paralleltest v1.0.3
07:50:16 [2022-07-28T07:50:16.840Z] #55 20.90 go: downloading github.com/kyoh86/exportloopref v0.1.8
07:50:16 [2022-07-28T07:50:16.840Z] #55 20.94 go: downloading github.com/ldez/tagliatelle v0.3.1
07:50:16 [2022-07-28T07:50:16.840Z] #55 21.09 go: downloading github.com/leonklingele/grouper v1.1.0
07:50:16 [2022-07-28T07:50:16.840Z] #55 21.09 go: downloading github.com/lufeee/execinquery v1.2.1
07:50:17 [2022-07-28T07:50:17.047Z] #14 ...
07:50:17 [2022-07-28T07:50:17.047Z] 
07:50:17 [2022-07-28T07:50:17.047Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
07:50:17 [2022-07-28T07:50:17.047Z] #76 sha256:306ba19f1dc993c39966bb8490da17ab0369cd0c126ceb831f7ef89a39102969
07:50:17 [2022-07-28T07:50:17.047Z] #76 74.13 Preparing to unpack .../19-libtool_2.4.6-15_all.deb ...
07:50:17 [2022-07-28T07:50:17.048Z] #76 74.13 Unpacking libtool (2.4.6-15) ...
07:50:17 [2022-07-28T07:50:17.048Z] #76 74.82 Selecting previously unselected package libudev-dev:amd64.
07:50:17 [2022-07-28T07:50:17.048Z] #76 74.82 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ...
07:50:17 [2022-07-28T07:50:17.048Z] #76 74.83 Unpacking libudev-dev:amd64 (247.3-7) ...
07:50:17 [2022-07-28T07:50:17.048Z] #76 75.10 Selecting previously unselected package libyajl2:amd64.
07:50:17 [2022-07-28T07:50:17.048Z] #76 75.11 Preparing to unpack .../21-libyajl2_2.1.0-3_amd64.deb ...
07:50:17 [2022-07-28T07:50:17.048Z] #76 75.16 Unpacking libyajl2:amd64 (2.1.0-3) ...
07:50:17 [2022-07-28T07:50:17.048Z] #76 75.29 Selecting previously unselected package libyajl-dev:amd64.
07:50:17 [2022-07-28T07:50:17.048Z] #76 75.29 Preparing to unpack .../22-libyajl-dev_2.1.0-3_amd64.deb ...
07:50:17 [2022-07-28T07:50:17.048Z] #76 75.32 Unpacking libyajl-dev:amd64 (2.1.0-3) ...
07:50:17 [2022-07-28T07:50:17.048Z] #76 75.67 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
07:50:17 [2022-07-28T07:50:17.048Z] #76 75.69 Setting up libmagic-mgc (1:5.39-3) ...
07:50:17 [2022-07-28T07:50:17.048Z] #76 75.70 Setting up libyajl2:amd64 (2.1.0-3) ...
07:50:17 [2022-07-28T07:50:17.048Z] #76 75.72 Setting up libmagic1:amd64 (1:5.39-3) ...
07:50:17 [2022-07-28T07:50:17.048Z] #76 75.76 Setting up file (1:5.39-3) ...
07:50:17 [2022-07-28T07:50:17.048Z] #76 75.77 Setting up bzip2 (1.0.8-4) ...
07:50:17 [2022-07-28T07:50:17.048Z] #76 75.78 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
07:50:17 [2022-07-28T07:50:17.048Z] #76 75.80 Setting up libprotobuf-c-dev:amd64 (1.3.3-1+b2) ...
07:50:17 [2022-07-28T07:50:17.048Z] #76 75.85 Setting up libcap2:amd64 (1:2.44-1) ...
07:50:17 [2022-07-28T07:50:17.048Z] #76 75.87 Setting up autotools-dev (20180224.1+nmu1) ...
07:50:17 [2022-07-28T07:50:17.048Z] #76 75.91 Setting up libsigsegv2:amd64 (2.13-1) ...
07:50:17 [2022-07-28T07:50:17.048Z] #76 75.96 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
07:50:17 [2022-07-28T07:50:17.048Z] #76 76.04 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
07:50:17 [2022-07-28T07:50:17.048Z] #76 76.10 Setting up patch (2.7.6-7) ...
07:50:17 [2022-07-28T07:50:17.048Z] #76 76.18 Setting up libudev-dev:amd64 (247.3-7) ...
07:50:17 [2022-07-28T07:50:17.048Z] #76 76.26 Setting up libyajl-dev:amd64 (2.1.0-3) ...
07:50:17 [2022-07-28T07:50:17.048Z] #76 76.33 Setting up libcap-dev:amd64 (1:2.44-1) ...
07:50:17 [2022-07-28T07:50:17.048Z] #76 76.41 Setting up libsystemd-dev:amd64 (247.3-7) ...
07:50:17 [2022-07-28T07:50:17.048Z] #76 76.48 Setting up libtool (2.4.6-15) ...
07:50:17 [2022-07-28T07:50:17.048Z] #76 76.52 Setting up m4 (1.4.18-5) ...
07:50:17 [2022-07-28T07:50:17.048Z] #76 76.58 Setting up dpkg-dev (1.20.11) ...
07:50:17 [2022-07-28T07:50:17.048Z] #76 76.58 Setting up autoconf (2.69-14) ...
07:50:17 [2022-07-28T07:50:17.048Z] #76 76.66 Setting up build-essential (12.9) ...
07:50:17 [2022-07-28T07:50:17.048Z] #76 76.70 Setting up automake (1:1.16.3-2) ...
07:50:17 [2022-07-28T07:50:17.048Z] #76 76.70 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
07:50:17 [2022-07-28T07:50:17.048Z] #76 76.74 Processing triggers for libc-bin (2.31-13+deb11u3) ...
07:50:17 [2022-07-28T07:50:17.048Z] #76 DONE 77.3s
07:50:17 [2022-07-28T07:50:17.048Z] 
07:50:17 [2022-07-28T07:50:17.048Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:50:17 [2022-07-28T07:50:17.048Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:50:17 [2022-07-28T07:50:17.096Z] #55 21.20 go: downloading github.com/maratori/testpackage v1.0.1
07:50:17 [2022-07-28T07:50:17.096Z] #55 21.26 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951
07:50:17 [2022-07-28T07:50:17.096Z] #55 21.30 go: downloading github.com/mbilski/exhaustivestruct v1.2.0
07:50:17 [2022-07-28T07:50:17.096Z] #55 21.33 go: downloading github.com/mgechev/revive v1.2.1
07:50:17 [2022-07-28T07:50:17.778Z] #40 ...
07:50:17 [2022-07-28T07:50:17.779Z] 
07:50:17 [2022-07-28T07:50:17.779Z] #38 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1"      && /build/tomll --help
07:50:17 [2022-07-28T07:50:17.779Z] #38 sha256:d108e6f5212f0e6be7eaeb0062d7441f48c8aa234b520ead7f78ed2f6aaf8daa
07:50:17 [2022-07-28T07:50:17.779Z] #38 3.349 go: downloading github.com/pelletier/go-toml v1.8.1
07:50:17 [2022-07-28T07:50:17.779Z] #38 ...
07:50:17 [2022-07-28T07:50:17.779Z] 
07:50:17 [2022-07-28T07:50:17.779Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
07:50:17 [2022-07-28T07:50:17.779Z] #26 sha256:1bd40938c8a63399ecccd7fe643007533fe8c130439e8dd95c4b50a4bef38231
07:50:17 [2022-07-28T07:50:17.779Z] #26 12.62 + mkdir -p /build
07:50:17 [2022-07-28T07:50:17.779Z] #26 12.63 + mv docker/docker /build/
07:50:17 [2022-07-28T07:50:17.779Z] #26 12.64 + rmdir docker
07:50:17 [2022-07-28T07:50:17.779Z] #26 DONE 13.4s
07:50:17 [2022-07-28T07:50:17.779Z] 
07:50:17 [2022-07-28T07:50:17.779Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         case $(dpkg --print-architecture) in             amd64|arm64)                 GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1"                 && /build/dlv --help                 ;;             *)                 mkdir -p /build/                 ;;         esac
07:50:17 [2022-07-28T07:50:17.779Z] #36 sha256:1509a87c4d8785c1b3fd9bff9d9474ccef8f4b872101e620b7fa14aef10a7cb5
07:50:17 [2022-07-28T07:50:17.779Z] #36 12.68 go: downloading github.com/sirupsen/logrus v1.6.0
07:50:17 [2022-07-28T07:50:17.779Z] #36 12.70 go: downloading github.com/spf13/cobra v1.1.3
07:50:17 [2022-07-28T07:50:17.779Z] #36 13.51 go: downloading github.com/mattn/go-isatty v0.0.3
07:50:17 [2022-07-28T07:50:17.779Z] #36 13.75 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1
07:50:17 [2022-07-28T07:50:17.993Z] #77 ...
07:50:17 [2022-07-28T07:50:17.993Z] 
07:50:17 [2022-07-28T07:50:17.993Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:50:17 [2022-07-28T07:50:17.993Z] #55 sha256:6a5ba43a879545395035c8edb2d77f5663eaeac2aed4ebd5825ef0a4ef562291
07:50:17 [2022-07-28T07:50:17.993Z] #55 68.29 go: downloading github.com/prometheus/procfs v0.7.3
07:50:17 [2022-07-28T07:50:17.993Z] #55 68.31 go: downloading google.golang.org/protobuf v1.28.0
07:50:17 [2022-07-28T07:50:17.993Z] #55 69.60 go: downloading github.com/mattn/go-runewidth v0.0.9
07:50:17 [2022-07-28T07:50:17.993Z] #55 69.78 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
07:50:17 [2022-07-28T07:50:17.993Z] #55 ...
07:50:17 [2022-07-28T07:50:17.993Z] 
07:50:17 [2022-07-28T07:50:17.993Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
07:50:17 [2022-07-28T07:50:17.993Z] #51 sha256:40295bf8cbd242d421bcf2efe97957471d81db5c6a2a8e836b41bc0ec6634359
07:50:17 [2022-07-28T07:50:17.993Z] #51 76.07 Setting up libprotobuf23:amd64 (3.12.4-1) ...
07:50:17 [2022-07-28T07:50:17.993Z] #51 76.09 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
07:50:17 [2022-07-28T07:50:17.993Z] #51 76.12 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
07:50:17 [2022-07-28T07:50:17.993Z] #51 76.17 Setting up python3-six (1.16.0-2) ...
07:50:17 [2022-07-28T07:50:17.993Z] #51 78.10 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
07:50:18 [2022-07-28T07:50:18.024Z] #55 21.96 go: downloading github.com/moricho/tparallel v0.2.1
07:50:18 [2022-07-28T07:50:18.024Z] #55 22.02 go: downloading github.com/nakabonne/nestif v0.3.1
07:50:18 [2022-07-28T07:50:18.024Z] #55 22.04 go: downloading github.com/nishanths/exhaustive v0.7.11
07:50:18 [2022-07-28T07:50:18.024Z] #55 22.07 go: downloading github.com/nishanths/predeclared v0.2.2
07:50:18 [2022-07-28T07:50:18.024Z] #55 22.11 go: downloading github.com/polyfloyd/go-errorlint v1.0.0
07:50:18 [2022-07-28T07:50:18.024Z] #55 ...
07:50:18 [2022-07-28T07:50:18.024Z] 
07:50:18 [2022-07-28T07:50:18.024Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
07:50:18 [2022-07-28T07:50:18.024Z] #51 sha256:af71787f60fff29d4b525e8d4c8e3e57b06a47dc68d220a40c09089e5415d9cc
07:50:18 [2022-07-28T07:50:18.024Z] #51 11.86 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
07:50:18 [2022-07-28T07:50:18.024Z] #51 14.53 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  Packages [2163 B]
07:50:18 [2022-07-28T07:50:18.024Z] #51 17.32 Fetched 8451 kB in 13s (659 kB/s)
07:50:18 [2022-07-28T07:50:18.254Z] #51 78.24 Setting up python3-protobuf (3.12.4-1) ...
07:50:18 [2022-07-28T07:50:18.281Z] #51 17.32 Reading package lists...
07:50:18 [2022-07-28T07:50:18.281Z] #51 ...
07:50:18 [2022-07-28T07:50:18.281Z] 
07:50:18 [2022-07-28T07:50:18.281Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:50:18 [2022-07-28T07:50:18.281Z] #55 sha256:2c4952d724d4d96b9dc897b827fb3e88a4a51387545c75374fe1fa9d5fedf6b0
07:50:18 [2022-07-28T07:50:18.281Z] #55 22.29 go: downloading github.com/ryancurrah/gomodguard v1.2.3
07:50:18 [2022-07-28T07:50:18.281Z] #55 22.32 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0
07:50:18 [2022-07-28T07:50:18.281Z] #55 22.45 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6
07:50:18 [2022-07-28T07:50:18.281Z] #55 22.54 go: downloading github.com/securego/gosec/v2 v2.11.0
07:50:18 [2022-07-28T07:50:18.340Z] #36 14.27 go: downloading gopkg.in/yaml.v2 v2.4.0
07:50:18 [2022-07-28T07:50:18.438Z] #47 ...
07:50:18 [2022-07-28T07:50:18.438Z] 
07:50:18 [2022-07-28T07:50:18.438Z] #40 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3"      && /build/go-winres --help
07:50:18 [2022-07-28T07:50:18.438Z] #40 sha256:e37409ad11b5051c24a76a5d8eec40d7adf9dc774e577b25879ddb9c67c1cdab
07:50:18 [2022-07-28T07:50:18.438Z] #40 6.362 go: downloading github.com/tc-hib/go-winres v0.2.3
07:50:18 [2022-07-28T07:50:18.438Z] #40 ...
07:50:18 [2022-07-28T07:50:18.438Z] 
07:50:18 [2022-07-28T07:50:18.438Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
07:50:18 [2022-07-28T07:50:18.438Z] #67 sha256:e3cf4ebbea8d07d365db57741a9e0e4fb00b57ca2274d5d20632c0fab4dddef0
07:50:18 [2022-07-28T07:50:18.438Z] #67 6.262 + RM_GOPATH=0
07:50:18 [2022-07-28T07:50:18.438Z] #67 6.262 + TMP_GOPATH=
07:50:18 [2022-07-28T07:50:18.438Z] #67 6.262 + : /build
07:50:18 [2022-07-28T07:50:18.438Z] #67 6.262 + '[' -z '' ']'
07:50:18 [2022-07-28T07:50:18.438Z] #67 6.262 ++ mktemp -d
07:50:18 [2022-07-28T07:50:18.438Z] #67 6.262 + export GOPATH=/tmp/tmp.MGYNW6uZzL
07:50:18 [2022-07-28T07:50:18.438Z] #67 6.262 + GOPATH=/tmp/tmp.MGYNW6uZzL
07:50:18 [2022-07-28T07:50:18.438Z] #67 6.262 + RM_GOPATH=1
07:50:18 [2022-07-28T07:50:18.438Z] #67 6.262 + case "$(go env GOARCH)" in
07:50:18 [2022-07-28T07:50:18.438Z] #67 6.262 ++ go env GOARCH
07:50:18 [2022-07-28T07:50:18.438Z] #67 6.267 + export GO_BUILDMODE=-buildmode=pie
07:50:18 [2022-07-28T07:50:18.438Z] #67 6.267 + GO_BUILDMODE=-buildmode=pie
07:50:18 [2022-07-28T07:50:18.438Z] #67 6.267 ++ dirname /install.sh
07:50:18 [2022-07-28T07:50:18.438Z] #67 6.267 + dir=/
07:50:18 [2022-07-28T07:50:18.438Z] #67 6.267 + bin=rootlesskit
07:50:18 [2022-07-28T07:50:18.438Z] #67 6.267 + shift
07:50:18 [2022-07-28T07:50:18.438Z] #67 6.267 + '[' '!' -f //rootlesskit.installer ']'
07:50:18 [2022-07-28T07:50:18.438Z] #67 6.267 + . //rootlesskit.installer
07:50:18 [2022-07-28T07:50:18.438Z] #67 6.267 ++ : 1920341cd41e047834a21007424162a2dc946315
07:50:18 [2022-07-28T07:50:18.438Z] #67 6.267 + install_rootlesskit
07:50:18 [2022-07-28T07:50:18.438Z] #67 6.267 + case "$1" in
07:50:18 [2022-07-28T07:50:18.438Z] #67 6.267 + export CGO_ENABLED=0
07:50:18 [2022-07-28T07:50:18.438Z] #67 6.267 + CGO_ENABLED=0
07:50:18 [2022-07-28T07:50:18.438Z] #67 6.267 + _install_rootlesskit
07:50:18 [2022-07-28T07:50:18.438Z] #67 6.267 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
07:50:18 [2022-07-28T07:50:18.438Z] #67 6.267 + for f in rootlesskit rootlesskit-docker-proxy
07:50:18 [2022-07-28T07:50:18.438Z] #67 6.267 + GOBIN=/build
07:50:18 [2022-07-28T07:50:18.438Z] #67 6.267 + GO111MODULE=on
07:50:18 [2022-07-28T07:50:18.438Z] #67 6.267 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
07:50:18 [2022-07-28T07:50:18.438Z] #67 6.267 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
07:50:18 [2022-07-28T07:50:18.438Z] #67 6.688 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
07:50:18 [2022-07-28T07:50:18.438Z] #67 ...
07:50:18 [2022-07-28T07:50:18.438Z] 
07:50:18 [2022-07-28T07:50:18.438Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
07:50:18 [2022-07-28T07:50:18.438Z] #26 sha256:71e817b5b8cd7e0573452a8e778f23d1669624c1c59902907afabcf4f49b449c
07:50:18 [2022-07-28T07:50:18.438Z] #26 6.519 + RM_GOPATH=0
07:50:18 [2022-07-28T07:50:18.438Z] #26 6.519 + TMP_GOPATH=
07:50:18 [2022-07-28T07:50:18.438Z] #26 6.519 + : /build
07:50:18 [2022-07-28T07:50:18.438Z] #26 6.519 + '[' -z '' ']'
07:50:18 [2022-07-28T07:50:18.438Z] #26 6.519 ++ mktemp -d
07:50:18 [2022-07-28T07:50:18.438Z] #26 6.525 + export GOPATH=/tmp/tmp.sObww82gEx
07:50:18 [2022-07-28T07:50:18.438Z] #26 6.525 + GOPATH=/tmp/tmp.sObww82gEx
07:50:18 [2022-07-28T07:50:18.438Z] #26 6.525 + RM_GOPATH=1
07:50:18 [2022-07-28T07:50:18.438Z] #26 6.525 + case "$(go env GOARCH)" in
07:50:18 [2022-07-28T07:50:18.438Z] #26 6.525 ++ go env GOARCH
07:50:18 [2022-07-28T07:50:18.438Z] #26 6.544 + export GO_BUILDMODE=-buildmode=pie
07:50:18 [2022-07-28T07:50:18.438Z] #26 6.544 + GO_BUILDMODE=-buildmode=pie
07:50:18 [2022-07-28T07:50:18.438Z] #26 6.544 ++ dirname /install.sh
07:50:18 [2022-07-28T07:50:18.438Z] #26 6.544 + dir=/
07:50:18 [2022-07-28T07:50:18.438Z] #26 6.544 + bin=dockercli
07:50:18 [2022-07-28T07:50:18.438Z] #26 6.544 + shift
07:50:18 [2022-07-28T07:50:18.438Z] #26 6.544 + '[' '!' -f //dockercli.installer ']'
07:50:18 [2022-07-28T07:50:18.438Z] #26 6.544 + . //dockercli.installer
07:50:18 [2022-07-28T07:50:18.438Z] #26 6.544 ++ : stable
07:50:18 [2022-07-28T07:50:18.438Z] #26 6.544 ++ : 17.06.2-ce
07:50:18 [2022-07-28T07:50:18.438Z] #26 6.544 + install_dockercli
07:50:18 [2022-07-28T07:50:18.438Z] #26 6.544 + echo 'Install docker/cli version 17.06.2-ce from stable'
07:50:18 [2022-07-28T07:50:18.438Z] #26 6.544 ++ uname -m
07:50:18 [2022-07-28T07:50:18.438Z] #26 6.551 Install docker/cli version 17.06.2-ce from stable
07:50:18 [2022-07-28T07:50:18.438Z] #26 6.552 + arch=x86_64
07:50:18 [2022-07-28T07:50:18.438Z] #26 6.552 + '[' x86_64 '!=' x86_64 ']'
07:50:18 [2022-07-28T07:50:18.438Z] #26 6.552 + url=https://download.docker.com/linux/static
07:50:18 [2022-07-28T07:50:18.438Z] #26 6.552 + tar -xz docker/docker
07:50:18 [2022-07-28T07:50:18.438Z] #26 6.560 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
07:50:18 [2022-07-28T07:50:18.438Z] #26 ...
07:50:18 [2022-07-28T07:50:18.438Z] 
07:50:18 [2022-07-28T07:50:18.438Z] #40 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3"      && /build/go-winres --help
07:50:18 [2022-07-28T07:50:18.438Z] #40 sha256:e37409ad11b5051c24a76a5d8eec40d7adf9dc774e577b25879ddb9c67c1cdab
07:50:18 [2022-07-28T07:50:18.438Z] #40 6.943 go: downloading github.com/tc-hib/winres v0.1.5
07:50:18 [2022-07-28T07:50:18.538Z] #55 22.76 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
07:50:18 [2022-07-28T07:50:18.538Z] #55 22.77 go: downloading github.com/sivchari/containedctx v1.0.2
07:50:18 [2022-07-28T07:50:18.599Z] #36 14.59 go: downloading github.com/cosiner/argv v0.1.0
07:50:18 [2022-07-28T07:50:18.795Z] #55 22.81 go: downloading github.com/sivchari/tenv v1.5.0
07:50:18 [2022-07-28T07:50:18.795Z] #55 22.82 go: downloading github.com/sonatard/noctx v0.0.1
07:50:18 [2022-07-28T07:50:18.795Z] #55 22.95 go: downloading github.com/sourcegraph/go-diff v0.6.1
07:50:18 [2022-07-28T07:50:18.795Z] #55 22.96 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
07:50:18 [2022-07-28T07:50:18.856Z] #36 14.65 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9
07:50:18 [2022-07-28T07:50:18.856Z] #36 14.72 go: downloading github.com/peterh/liner v1.2.2
07:50:18 [2022-07-28T07:50:18.856Z] #36 ...
07:50:18 [2022-07-28T07:50:18.856Z] 
07:50:18 [2022-07-28T07:50:18.856Z] #38 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1"      && /build/tomll --help
07:50:18 [2022-07-28T07:50:18.856Z] #38 sha256:d108e6f5212f0e6be7eaeb0062d7441f48c8aa234b520ead7f78ed2f6aaf8daa
07:50:18 [2022-07-28T07:50:18.856Z] #38 14.39 tomll can be used in two ways:
07:50:18 [2022-07-28T07:50:18.856Z] #38 14.39 Writing to STDIN and reading from STDOUT:
07:50:18 [2022-07-28T07:50:18.856Z] #38 14.39   cat file.toml | tomll > file.toml
07:50:18 [2022-07-28T07:50:18.856Z] #38 14.39 
07:50:18 [2022-07-28T07:50:18.856Z] #38 14.39 Reading and updating a list of files:
07:50:18 [2022-07-28T07:50:18.856Z] #38 14.39   tomll a.toml b.toml c.toml
07:50:18 [2022-07-28T07:50:18.856Z] #38 14.39 
07:50:18 [2022-07-28T07:50:18.856Z] #38 14.39 When given a list of files, tomll will modify all files in place without asking.
07:50:18 [2022-07-28T07:50:18.856Z] #38 DONE 14.7s
07:50:19 [2022-07-28T07:50:19.052Z] #55 23.12 go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1
07:50:19 [2022-07-28T07:50:19.052Z] #55 23.22 go: downloading github.com/sylvia7788/contextcheck v1.0.4
07:50:19 [2022-07-28T07:50:19.052Z] #55 23.28 go: downloading github.com/tdakkota/asciicheck v0.1.1
07:50:19 [2022-07-28T07:50:19.052Z] #55 23.30 go: downloading github.com/tetafro/godot v1.4.11
07:50:19 [2022-07-28T07:50:19.052Z] #55 ...
07:50:19 [2022-07-28T07:50:19.052Z] 
07:50:19 [2022-07-28T07:50:19.052Z] #53 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1"      && /build/gotestsum --version
07:50:19 [2022-07-28T07:50:19.052Z] #53 sha256:dcc7438b81eb119b8e0157a994fa9f839bfa83f806b88cbdb2155fe7a547cb7f
07:50:19 [2022-07-28T07:50:19.052Z] #53 13.24 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
07:50:19 [2022-07-28T07:50:19.052Z] #53 13.29 go: downloading golang.org/x/mod v0.3.0
07:50:19 [2022-07-28T07:50:19.112Z] 
07:50:19 [2022-07-28T07:50:19.112Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:50:19 [2022-07-28T07:50:19.112Z] #55 sha256:6a5ba43a879545395035c8edb2d77f5663eaeac2aed4ebd5825ef0a4ef562291
07:50:19 [2022-07-28T07:50:19.112Z] #55 8.028 go: downloading github.com/hashicorp/go-version v1.4.0
07:50:19 [2022-07-28T07:50:19.112Z] #55 8.237 go: downloading github.com/ldez/gomoddirectives v0.2.3
07:50:19 [2022-07-28T07:50:19.112Z] #55 8.454 go: downloading github.com/mitchellh/go-homedir v1.1.0
07:50:19 [2022-07-28T07:50:19.112Z] #55 13.67 go: downloading github.com/sirupsen/logrus v1.8.1
07:50:19 [2022-07-28T07:50:19.112Z] #55 13.68 go: downloading github.com/stretchr/testify v1.7.1
07:50:19 [2022-07-28T07:50:19.112Z] #55 14.11 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b
07:50:19 [2022-07-28T07:50:19.112Z] #55 14.13 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2
07:50:19 [2022-07-28T07:50:19.112Z] #55 14.13 go: downloading github.com/hashicorp/go-multierror v1.1.1
07:50:19 [2022-07-28T07:50:19.112Z] #55 14.28 go: downloading github.com/fsnotify/fsnotify v1.5.4
07:50:19 [2022-07-28T07:50:19.112Z] #55 14.34 go: downloading github.com/mitchellh/mapstructure v1.5.0
07:50:19 [2022-07-28T07:50:19.112Z] #55 14.44 go: downloading github.com/spf13/afero v1.8.2
07:50:19 [2022-07-28T07:50:19.112Z] #55 14.48 go: downloading github.com/spf13/cast v1.4.1
07:50:19 [2022-07-28T07:50:19.112Z] #55 14.81 go: downloading github.com/spf13/jwalterweatherman v1.1.0
07:50:19 [2022-07-28T07:50:19.112Z] #55 15.01 go: downloading golang.org/x/sys v0.0.0-20220422013727-9388b58f7150
07:50:19 [2022-07-28T07:50:19.112Z] #55 15.08 go: downloading github.com/go-toolsmith/astcast v1.0.0
07:50:19 [2022-07-28T07:50:19.297Z] #19 70.04 Reading package lists...
07:50:19 [2022-07-28T07:50:19.297Z] #19 ...
07:50:19 [2022-07-28T07:50:19.297Z] 
07:50:19 [2022-07-28T07:50:19.297Z] #84 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:50:19 [2022-07-28T07:50:19.297Z] #84 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:50:19 [2022-07-28T07:50:19.297Z] #84 35.12 aclocal: warning: couldn't open directory 'm4': No such file or directory
07:50:19 [2022-07-28T07:50:19.309Z] #53 ...
07:50:19 [2022-07-28T07:50:19.309Z] 
07:50:19 [2022-07-28T07:50:19.309Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
07:50:19 [2022-07-28T07:50:19.309Z] #47 sha256:6bd4956d77f8e93ecc2c28927f864bfacca42bb9071667918d40a69e9752c4f4
07:50:19 [2022-07-28T07:50:19.309Z] #47 22.60 Updating files:  83% (1808/2176)
Updating files:  84% (1828/2176)
Updating files:  85% (1850/2176)
Updating files:  86% (1872/2176)
Updating files:  87% (1894/2176)
Updating files:  88% (1915/2176)
Updating files:  89% (1937/2176)
Updating files:  90% (1959/2176)
Updating files:  91% (1981/2176)
Updating files:  92% (2002/2176)
Updating files:  93% (2024/2176)
Updating files:  94% (2046/2176)
Updating files:  95% (2068/2176)
Updating files:  96% (2089/2176)
Updating files:  97% (2111/2176)
Updating files:  98% (2133/2176)
Updating files:  99% (2155/2176)
Updating files: 100% (2176/2176)
Updating files: 100% (2176/2176), done.
07:50:19 [2022-07-28T07:50:19.309Z] #47 22.83 + git checkout -q v2.3.0
07:50:19 [2022-07-28T07:50:19.309Z] #47 ...
07:50:19 [2022-07-28T07:50:19.309Z] 
07:50:19 [2022-07-28T07:50:19.309Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
07:50:19 [2022-07-28T07:50:19.309Z] #62 sha256:57ef4c91a92362e4f5a530fb8c0d9df16a8904b6b9a060ee46d6492057c3276c
07:50:19 [2022-07-28T07:50:19.309Z] #62 13.46 Fetched 8447 kB in 10s (835 kB/s)
07:50:19 [2022-07-28T07:50:19.309Z] #62 13.46 Reading package lists...
07:50:19 [2022-07-28T07:50:19.309Z] #62 18.40 Reading package lists...
07:50:19 [2022-07-28T07:50:19.368Z] #55 15.17 go: downloading github.com/go-toolsmith/astcopy v1.0.0
07:50:19 [2022-07-28T07:50:19.368Z] #55 ...
07:50:19 [2022-07-28T07:50:19.368Z] 
07:50:19 [2022-07-28T07:50:19.368Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         case $(dpkg --print-architecture) in             amd64|arm64)                 GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1"                 && /build/dlv --help                 ;;             *)                 mkdir -p /build/                 ;;         esac
07:50:19 [2022-07-28T07:50:19.368Z] #36 sha256:1509a87c4d8785c1b3fd9bff9d9474ccef8f4b872101e620b7fa14aef10a7cb5
07:50:19 [2022-07-28T07:50:19.368Z] #36 15.16 go: downloading github.com/google/go-dap v0.6.0
07:50:19 [2022-07-28T07:50:19.577Z] #62 23.35 Building dependency tree...
07:50:19 [2022-07-28T07:50:19.578Z] #62 ...
07:50:19 [2022-07-28T07:50:19.578Z] 
07:50:19 [2022-07-28T07:50:19.578Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:50:19 [2022-07-28T07:50:19.578Z] #55 sha256:2c4952d724d4d96b9dc897b827fb3e88a4a51387545c75374fe1fa9d5fedf6b0
07:50:19 [2022-07-28T07:50:19.578Z] #55 23.36 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144
07:50:19 [2022-07-28T07:50:19.578Z] #55 23.40 go: downloading github.com/tomarrell/wrapcheck/v2 v2.6.1
07:50:19 [2022-07-28T07:50:19.578Z] #55 23.49 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0
07:50:19 [2022-07-28T07:50:19.578Z] #55 23.69 go: downloading github.com/ultraware/funlen v0.0.3
07:50:19 [2022-07-28T07:50:19.578Z] #55 23.83 go: downloading github.com/ultraware/whitespace v0.0.5
07:50:19 [2022-07-28T07:50:19.578Z] #55 23.89 go: downloading github.com/uudashr/gocognit v1.0.5
07:50:19 [2022-07-28T07:50:19.625Z] #36 15.41 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097
07:50:19 [2022-07-28T07:50:19.814Z] #40 8.530 go: downloading github.com/urfave/cli/v2 v2.3.0
07:50:19 [2022-07-28T07:50:19.833Z] #55 24.01 go: downloading github.com/yagipy/maintidx v1.0.0
07:50:19 [2022-07-28T07:50:19.833Z] #55 24.04 go: downloading github.com/yeya24/promlinter v0.2.0
07:50:19 [2022-07-28T07:50:19.833Z] #55 24.09 go: downloading gitlab.com/bosi/decorder v0.2.1
07:50:20 [2022-07-28T07:50:20.072Z] #40 8.999 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
07:50:20 [2022-07-28T07:50:20.330Z] #40 9.052 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
07:50:20 [2022-07-28T07:50:20.396Z] #55 24.35 go: downloading honnef.co/go/tools v0.3.1
07:50:20 [2022-07-28T07:50:20.553Z] #36 16.13 go: downloading github.com/mattn/go-runewidth v0.0.3
07:50:20 [2022-07-28T07:50:20.553Z] #36 16.32 go: downloading github.com/hashicorp/golang-lru v0.5.4
07:50:20 [2022-07-28T07:50:20.553Z] #36 16.37 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4
07:50:20 [2022-07-28T07:50:20.652Z] #55 ...
07:50:20 [2022-07-28T07:50:20.652Z] 
07:50:20 [2022-07-28T07:50:20.652Z] #31 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209         busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85         debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437         hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9         arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1
07:50:20 [2022-07-28T07:50:20.652Z] #31 sha256:089c6ec119c9514aa1b033eb8cb5ad2edc19a4b30811ac9646de0c9a0d5de945
07:50:20 [2022-07-28T07:50:20.652Z] #31 17.59 #=#=#                                                                         
07:50:20 [2022-07-28T07:50:20.652Z] #31 17.98 #=#=#                                                                         

######################################################################## 100.0%
07:50:20 [2022-07-28T07:50:20.652Z] #31 19.39 
07:50:20 [2022-07-28T07:50:20.652Z] #31 22.44 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
07:50:20 [2022-07-28T07:50:20.652Z] #31 24.23 #=#=#                                                                         
07:50:20 [2022-07-28T07:50:20.652Z] #31 24.55 #=#=#                                                                         

######################################################################## 100.0%
07:50:20 [2022-07-28T07:50:20.652Z] #31 25.78 
07:50:20 [2022-07-28T07:50:20.652Z] #31 26.19 Download of images into '/build' complete.
07:50:20 [2022-07-28T07:50:20.652Z] #31 26.19 Use something like the following to load the result into a Docker daemon:
07:50:20 [2022-07-28T07:50:20.652Z] #31 26.19   tar -cC '/build' . | docker load
07:50:20 [2022-07-28T07:50:20.652Z] #31 DONE 26.4s
07:50:20 [2022-07-28T07:50:20.909Z] 
07:50:20 [2022-07-28T07:50:20.909Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
07:50:20 [2022-07-28T07:50:20.909Z] #42 sha256:5ac78e3ed1c3516599f5058086e00fd695be9d388a17d262fd80e5930e64e3f9
07:50:20 [2022-07-28T07:50:20.909Z] #42 15.05 Fetched 8447 kB in 11s (753 kB/s)
07:50:20 [2022-07-28T07:50:20.909Z] #42 15.05 Reading package lists...
07:50:21 [2022-07-28T07:50:21.169Z] #42 20.74 Reading package lists...
07:50:21 [2022-07-28T07:50:21.169Z] #42 ...
07:50:21 [2022-07-28T07:50:21.169Z] 
07:50:21 [2022-07-28T07:50:21.169Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
07:50:21 [2022-07-28T07:50:21.169Z] #62 sha256:57ef4c91a92362e4f5a530fb8c0d9df16a8904b6b9a060ee46d6492057c3276c
07:50:21 [2022-07-28T07:50:21.169Z] #62 23.35 Building dependency tree...
07:50:21 [2022-07-28T07:50:21.267Z] #40 ...
07:50:21 [2022-07-28T07:50:21.267Z] 
07:50:21 [2022-07-28T07:50:21.267Z] #53 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1"      && /build/gotestsum --version
07:50:21 [2022-07-28T07:50:21.267Z] #53 sha256:d307c57148b88756c724eda2ed5e5454146b3f5b85292d596bc1a3db3521b728
07:50:21 [2022-07-28T07:50:21.267Z] #53 7.171 go: downloading gotest.tools/gotestsum v1.8.1
07:50:21 [2022-07-28T07:50:21.267Z] #53 9.120 go: downloading github.com/dnephin/pflag v1.0.7
07:50:21 [2022-07-28T07:50:21.267Z] #53 9.124 go: downloading github.com/fatih/color v1.10.0
07:50:21 [2022-07-28T07:50:21.267Z] #53 9.267 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
07:50:21 [2022-07-28T07:50:21.267Z] #53 9.951 go: downloading github.com/mattn/go-colorable v0.1.8
07:50:21 [2022-07-28T07:50:21.267Z] #53 9.957 go: downloading github.com/mattn/go-isatty v0.0.12
07:50:21 [2022-07-28T07:50:21.267Z] #53 10.10 go: downloading github.com/fsnotify/fsnotify v1.4.9
07:50:21 [2022-07-28T07:50:21.267Z] #53 10.19 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
07:50:21 [2022-07-28T07:50:21.267Z] #53 ...
07:50:21 [2022-07-28T07:50:21.267Z] 
07:50:21 [2022-07-28T07:50:21.267Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
07:50:21 [2022-07-28T07:50:21.267Z] #51 sha256:40295bf8cbd242d421bcf2efe97957471d81db5c6a2a8e836b41bc0ec6634359
07:50:21 [2022-07-28T07:50:21.267Z] #51 7.787 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
07:50:21 [2022-07-28T07:50:21.267Z] #51 7.834 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
07:50:21 [2022-07-28T07:50:21.267Z] #51 7.835 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
07:50:21 [2022-07-28T07:50:21.267Z] #51 8.539 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  InRelease [1540 B]
07:50:21 [2022-07-28T07:50:21.267Z] #51 9.106 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
07:50:21 [2022-07-28T07:50:21.526Z] #51 ...
07:50:21 [2022-07-28T07:50:21.526Z] 
07:50:21 [2022-07-28T07:50:21.526Z] #57 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2"      && /build/shfmt --version
07:50:21 [2022-07-28T07:50:21.526Z] #57 sha256:e5df52e26a68746b0bf2040b302f767d48979c354574e3fe2d7b186d1bae51bb
07:50:21 [2022-07-28T07:50:21.526Z] #57 7.777 go: downloading mvdan.cc/sh/v3 v3.0.2
07:50:21 [2022-07-28T07:50:21.526Z] #57 9.061 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
07:50:21 [2022-07-28T07:50:21.526Z] #57 9.084 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
07:50:21 [2022-07-28T07:50:21.526Z] #57 9.226 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
07:50:21 [2022-07-28T07:50:21.526Z] #57 ...
07:50:21 [2022-07-28T07:50:21.526Z] 
07:50:21 [2022-07-28T07:50:21.526Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
07:50:21 [2022-07-28T07:50:21.526Z] #42 sha256:d5f8a01c2e1a5370173910ff1b6fd1dd838253998709bec1c0416141f69afbfb
07:50:21 [2022-07-28T07:50:21.526Z] #42 8.117 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
07:50:21 [2022-07-28T07:50:21.526Z] #42 8.163 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
07:50:21 [2022-07-28T07:50:21.526Z] #42 8.170 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
07:50:21 [2022-07-28T07:50:21.526Z] #42 9.170 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
07:50:21 [2022-07-28T07:50:21.555Z] #51 ...
07:50:21 [2022-07-28T07:50:21.555Z] 
07:50:21 [2022-07-28T07:50:21.555Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:50:21 [2022-07-28T07:50:21.555Z] #14 sha256:b25eac2f6ddf70c42113ea1e9c9616359e7796e8a4be5e3f87392c5fb5b439d0
07:50:21 [2022-07-28T07:50:21.555Z] #14 79.59 Selecting previously unselected package binutils-mingw-w64.
07:50:21 [2022-07-28T07:50:21.555Z] #14 79.60 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
07:50:21 [2022-07-28T07:50:21.555Z] #14 79.63 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
07:50:21 [2022-07-28T07:50:21.555Z] #14 80.03 Selecting previously unselected package libdevmapper1.02.1:amd64.
07:50:21 [2022-07-28T07:50:21.555Z] #14 80.05 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
07:50:21 [2022-07-28T07:50:21.555Z] #14 80.08 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
07:50:21 [2022-07-28T07:50:21.555Z] #14 80.44 Selecting previously unselected package dmsetup.
07:50:21 [2022-07-28T07:50:21.555Z] #14 80.45 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
07:50:21 [2022-07-28T07:50:21.555Z] #14 80.45 Unpacking dmsetup (2:1.02.175-2.1) ...
07:50:21 [2022-07-28T07:50:21.555Z] #14 80.96 Selecting previously unselected package mingw-w64-common.
07:50:21 [2022-07-28T07:50:21.555Z] #14 80.97 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
07:50:21 [2022-07-28T07:50:21.555Z] #14 80.97 Unpacking mingw-w64-common (8.0.0-1) ...
07:50:21 [2022-07-28T07:50:21.785Z] #42 ...
07:50:21 [2022-07-28T07:50:21.785Z] 
07:50:21 [2022-07-28T07:50:21.785Z] #38 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1"      && /build/tomll --help
07:50:21 [2022-07-28T07:50:21.785Z] #38 sha256:d108e6f5212f0e6be7eaeb0062d7441f48c8aa234b520ead7f78ed2f6aaf8daa
07:50:21 [2022-07-28T07:50:21.785Z] #38 7.106 go: downloading github.com/pelletier/go-toml v1.8.1
07:50:21 [2022-07-28T07:50:21.785Z] #38 ...
07:50:21 [2022-07-28T07:50:21.785Z] 
07:50:21 [2022-07-28T07:50:21.785Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:50:21 [2022-07-28T07:50:21.785Z] #14 sha256:b25eac2f6ddf70c42113ea1e9c9616359e7796e8a4be5e3f87392c5fb5b439d0
07:50:21 [2022-07-28T07:50:21.785Z] #14 7.844 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
07:50:21 [2022-07-28T07:50:21.785Z] #14 7.908 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
07:50:21 [2022-07-28T07:50:21.785Z] #14 7.931 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
07:50:21 [2022-07-28T07:50:21.785Z] #14 8.787 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
07:50:22 [2022-07-28T07:50:22.046Z] #14 ...
07:50:22 [2022-07-28T07:50:22.046Z] 
07:50:22 [2022-07-28T07:50:22.046Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:50:22 [2022-07-28T07:50:22.046Z] #55 sha256:6a5ba43a879545395035c8edb2d77f5663eaeac2aed4ebd5825ef0a4ef562291
07:50:22 [2022-07-28T07:50:22.046Z] #55 6.643 go: downloading github.com/golangci/golangci-lint v1.46.2
07:50:22 [2022-07-28T07:50:22.046Z] #55 8.518 go: downloading github.com/fatih/color v1.13.0
07:50:22 [2022-07-28T07:50:22.046Z] #55 8.520 go: downloading github.com/gofrs/flock v0.8.1
07:50:22 [2022-07-28T07:50:22.046Z] #55 8.700 go: downloading github.com/pkg/errors v0.9.1
07:50:22 [2022-07-28T07:50:22.046Z] #55 8.737 go: downloading github.com/spf13/cobra v1.4.0
07:50:22 [2022-07-28T07:50:22.046Z] #55 8.816 go: downloading github.com/spf13/pflag v1.0.5
07:50:22 [2022-07-28T07:50:22.046Z] #55 9.071 go: downloading github.com/spf13/viper v1.11.0
07:50:22 [2022-07-28T07:50:22.046Z] #55 9.142 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
07:50:22 [2022-07-28T07:50:22.046Z] #55 9.837 go: downloading github.com/mattn/go-colorable v0.1.12
07:50:22 [2022-07-28T07:50:22.046Z] #55 9.839 go: downloading github.com/mattn/go-isatty v0.0.14
07:50:22 [2022-07-28T07:50:22.046Z] #55 9.978 go: downloading golang.org/x/tools v0.1.11-0.20220316014157-77aa08bb151a
07:50:22 [2022-07-28T07:50:22.046Z] #55 10.01 go: downloading github.com/go-critic/go-critic v0.6.3
07:50:22 [2022-07-28T07:50:22.046Z] #55 ...
07:50:22 [2022-07-28T07:50:22.046Z] 
07:50:22 [2022-07-28T07:50:22.046Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
07:50:22 [2022-07-28T07:50:22.046Z] #76 sha256:306ba19f1dc993c39966bb8490da17ab0369cd0c126ceb831f7ef89a39102969
07:50:22 [2022-07-28T07:50:22.046Z] #76 7.982 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
07:50:22 [2022-07-28T07:50:22.046Z] #76 8.044 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
07:50:22 [2022-07-28T07:50:22.046Z] #76 8.046 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
07:50:22 [2022-07-28T07:50:22.046Z] #76 9.053 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
07:50:22 [2022-07-28T07:50:22.306Z] #76 ...
07:50:22 [2022-07-28T07:50:22.306Z] 
07:50:22 [2022-07-28T07:50:22.306Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         case $(dpkg --print-architecture) in             amd64|arm64)                 GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1"                 && /build/dlv --help                 ;;             *)                 mkdir -p /build/                 ;;         esac
07:50:22 [2022-07-28T07:50:22.306Z] #36 sha256:1509a87c4d8785c1b3fd9bff9d9474ccef8f4b872101e620b7fa14aef10a7cb5
07:50:22 [2022-07-28T07:50:22.306Z] #36 6.858 go: downloading github.com/go-delve/delve v1.8.1
07:50:22 [2022-07-28T07:50:22.452Z] #36 ...
07:50:22 [2022-07-28T07:50:22.452Z] 
07:50:22 [2022-07-28T07:50:22.452Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
07:50:22 [2022-07-28T07:50:22.452Z] #67 sha256:c5914a2418b9f12ce23fa00f5efc622760b9cd732c1107c2ee91abff8217790c
07:50:22 [2022-07-28T07:50:22.452Z] #67 7.654 go: downloading github.com/sirupsen/logrus v1.8.1
07:50:22 [2022-07-28T07:50:22.452Z] #67 7.764 go: downloading github.com/urfave/cli/v2 v2.4.0
07:50:22 [2022-07-28T07:50:22.452Z] #67 8.559 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
07:50:22 [2022-07-28T07:50:22.452Z] #67 12.19 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
07:50:22 [2022-07-28T07:50:22.452Z] #67 13.12 go: downloading github.com/google/uuid v1.3.0
07:50:22 [2022-07-28T07:50:22.452Z] #67 13.22 go: downloading github.com/moby/vpnkit v0.5.0
07:50:22 [2022-07-28T07:50:22.452Z] #67 13.31 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
07:50:22 [2022-07-28T07:50:22.452Z] #67 13.41 go: downloading github.com/gofrs/flock v0.8.1
07:50:22 [2022-07-28T07:50:22.452Z] #67 13.75 go: downloading github.com/gorilla/mux v1.8.0
07:50:22 [2022-07-28T07:50:22.452Z] #67 13.86 go: downloading github.com/moby/sys/mountinfo v0.6.0
07:50:22 [2022-07-28T07:50:22.452Z] #67 14.33 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
07:50:22 [2022-07-28T07:50:22.452Z] #67 14.41 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
07:50:22 [2022-07-28T07:50:22.452Z] #67 16.74 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
07:50:22 [2022-07-28T07:50:22.452Z] #67 17.07 go: downloading github.com/russross/blackfriday/v2 v2.1.0
07:50:22 [2022-07-28T07:50:22.452Z] #67 ...
07:50:22 [2022-07-28T07:50:22.452Z] 
07:50:22 [2022-07-28T07:50:22.452Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:50:22 [2022-07-28T07:50:22.452Z] #55 sha256:6a5ba43a879545395035c8edb2d77f5663eaeac2aed4ebd5825ef0a4ef562291
07:50:22 [2022-07-28T07:50:22.452Z] #55 15.32 go: downloading github.com/go-toolsmith/astequal v1.0.1
07:50:22 [2022-07-28T07:50:22.452Z] #55 15.40 go: downloading github.com/go-toolsmith/astfmt v1.0.0
07:50:22 [2022-07-28T07:50:22.452Z] #55 15.54 go: downloading github.com/go-toolsmith/astp v1.0.0
07:50:22 [2022-07-28T07:50:22.452Z] #55 15.59 go: downloading github.com/go-toolsmith/strparse v1.0.0
07:50:22 [2022-07-28T07:50:22.452Z] #55 15.82 go: downloading github.com/go-toolsmith/typep v1.0.2
07:50:22 [2022-07-28T07:50:22.452Z] #55 15.88 go: downloading github.com/quasilyte/go-ruleguard v0.3.16-0.20220213074421-6aa060fab41a
07:50:22 [2022-07-28T07:50:22.452Z] #55 16.97 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95
07:50:22 [2022-07-28T07:50:22.452Z] #55 17.07 go: downloading golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3
07:50:22 [2022-07-28T07:50:22.542Z] #62 ...
07:50:22 [2022-07-28T07:50:22.542Z] 
07:50:22 [2022-07-28T07:50:22.542Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:50:22 [2022-07-28T07:50:22.542Z] #14 sha256:140d7ac09f2fa8835721c31c53da477b31091eaffbf8363910cabc1094007523
07:50:22 [2022-07-28T07:50:22.542Z] #14 16.32 Fetched 8447 kB in 12s (717 kB/s)
07:50:22 [2022-07-28T07:50:22.542Z] #14 16.32 Reading package lists...
07:50:22 [2022-07-28T07:50:22.542Z] #14 21.92 Reading package lists...
07:50:22 [2022-07-28T07:50:22.542Z] #14 ...
07:50:22 [2022-07-28T07:50:22.542Z] 
07:50:22 [2022-07-28T07:50:22.542Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:50:22 [2022-07-28T07:50:22.542Z] #55 sha256:2c4952d724d4d96b9dc897b827fb3e88a4a51387545c75374fe1fa9d5fedf6b0
07:50:22 [2022-07-28T07:50:22.542Z] #55 25.87 go: downloading mvdan.cc/gofumpt v0.3.1
07:50:22 [2022-07-28T07:50:22.542Z] #55 25.90 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
07:50:22 [2022-07-28T07:50:22.542Z] #55 25.94 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5
07:50:22 [2022-07-28T07:50:22.542Z] #55 26.19 go: downloading github.com/pmezard/go-difflib v1.0.0
07:50:22 [2022-07-28T07:50:22.542Z] #55 26.20 go: downloading github.com/davecgh/go-spew v1.1.1
07:50:22 [2022-07-28T07:50:22.542Z] #55 26.22 go: downloading github.com/stretchr/objx v0.1.1
07:50:22 [2022-07-28T07:50:22.542Z] #55 26.32 go: downloading github.com/subosito/gotenv v1.2.0
07:50:22 [2022-07-28T07:50:22.542Z] #55 26.40 go: downloading github.com/hashicorp/hcl v1.0.0
07:50:22 [2022-07-28T07:50:22.542Z] #55 26.67 go: downloading gopkg.in/ini.v1 v1.66.4
07:50:22 [2022-07-28T07:50:22.542Z] #55 26.68 go: downloading github.com/magiconair/properties v1.8.6
07:50:22 [2022-07-28T07:50:22.542Z] #55 26.80 go: downloading github.com/pelletier/go-toml v1.9.5
07:50:22 [2022-07-28T07:50:22.564Z] #36 ...
07:50:22 [2022-07-28T07:50:22.564Z] 
07:50:22 [2022-07-28T07:50:22.564Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
07:50:22 [2022-07-28T07:50:22.564Z] #62 sha256:34bfbe9b681f5ebc46aa2b0b23925fe24fac41e1b9a5ab09857ba3a5988905e2
07:50:22 [2022-07-28T07:50:22.564Z] #62 8.022 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
07:50:22 [2022-07-28T07:50:22.564Z] #62 8.091 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
07:50:22 [2022-07-28T07:50:22.564Z] #62 8.092 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
07:50:22 [2022-07-28T07:50:22.564Z] #62 9.005 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
07:50:22 [2022-07-28T07:50:22.564Z] #62 10.97 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [168 kB]
07:50:22 [2022-07-28T07:50:22.564Z] #62 ...
07:50:22 [2022-07-28T07:50:22.564Z] 
07:50:22 [2022-07-28T07:50:22.564Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
07:50:22 [2022-07-28T07:50:22.564Z] #76 sha256:306ba19f1dc993c39966bb8490da17ab0369cd0c126ceb831f7ef89a39102969
07:50:22 [2022-07-28T07:50:22.564Z] #76 11.30 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [168 kB]
07:50:22 [2022-07-28T07:50:22.710Z] #55 18.54 go: downloading golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f
07:50:22 [2022-07-28T07:50:22.710Z] #55 18.63 go: downloading 4d63.com/gochecknoglobals v0.1.0
07:50:22 [2022-07-28T07:50:22.800Z] #55 26.94 go: downloading golang.org/x/text v0.3.7
07:50:22 [2022-07-28T07:50:22.968Z] #55 18.70 go: downloading github.com/Antonboom/errname v0.1.6
07:50:22 [2022-07-28T07:50:22.968Z] #55 18.81 go: downloading github.com/Antonboom/nilnil v0.1.1
07:50:22 [2022-07-28T07:50:22.968Z] #55 18.82 go: downloading github.com/BurntSushi/toml v1.1.0
07:50:23 [2022-07-28T07:50:23.224Z] #55 18.94 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
07:50:23 [2022-07-28T07:50:23.788Z] #55 19.34 go: downloading github.com/GaijinEntertainment/go-exhaustruct/v2 v2.1.0
07:50:23 [2022-07-28T07:50:23.788Z] #55 19.39 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0
07:50:23 [2022-07-28T07:50:23.788Z] #55 19.50 go: downloading github.com/alexkohler/prealloc v1.0.0
07:50:23 [2022-07-28T07:50:23.788Z] #55 19.57 go: downloading github.com/ashanbrown/forbidigo v1.3.0
07:50:23 [2022-07-28T07:50:23.788Z] #55 19.71 go: downloading github.com/ashanbrown/makezero v1.1.1
07:50:24 [2022-07-28T07:50:24.044Z] #55 19.81 go: downloading github.com/bkielbasa/cyclop v1.2.0
07:50:24 [2022-07-28T07:50:24.300Z] #55 19.95 go: downloading github.com/blizzy78/varnamelen v0.8.0
07:50:24 [2022-07-28T07:50:24.300Z] #55 19.95 go: downloading github.com/bombsimon/wsl/v3 v3.3.0
07:50:24 [2022-07-28T07:50:24.300Z] #55 20.24 go: downloading github.com/breml/bidichk v0.2.3
07:50:24 [2022-07-28T07:50:24.300Z] #55 20.24 go: downloading github.com/breml/errchkjson v0.3.0
07:50:24 [2022-07-28T07:50:24.300Z] #55 20.24 go: downloading github.com/butuzov/ireturn v0.1.1
07:50:24 [2022-07-28T07:50:24.557Z] #55 20.33 go: downloading github.com/charithe/durationcheck v0.0.9
07:50:24 [2022-07-28T07:50:24.557Z] #55 20.37 go: downloading github.com/daixiang0/gci v0.3.3
07:50:24 [2022-07-28T07:50:24.557Z] #55 20.44 go: downloading github.com/denis-tingaikin/go-header v0.4.3
07:50:24 [2022-07-28T07:50:24.557Z] #55 ...
07:50:24 [2022-07-28T07:50:24.557Z] 
07:50:24 [2022-07-28T07:50:24.557Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:50:24 [2022-07-28T07:50:24.557Z] #14 sha256:b25eac2f6ddf70c42113ea1e9c9616359e7796e8a4be5e3f87392c5fb5b439d0
07:50:24 [2022-07-28T07:50:24.557Z] #14 10.37 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [168 kB]
07:50:24 [2022-07-28T07:50:24.557Z] #14 13.10 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
07:50:24 [2022-07-28T07:50:24.557Z] #14 ...
07:50:24 [2022-07-28T07:50:24.557Z] 
07:50:24 [2022-07-28T07:50:24.557Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
07:50:24 [2022-07-28T07:50:24.557Z] #42 sha256:d5f8a01c2e1a5370173910ff1b6fd1dd838253998709bec1c0416141f69afbfb
07:50:24 [2022-07-28T07:50:24.557Z] #42 20.00 Fetched 8561 kB in 16s (545 kB/s)
07:50:25 [2022-07-28T07:50:25.120Z] #42 20.00 Reading package lists...
07:50:25 [2022-07-28T07:50:25.120Z] #42 ...
07:50:25 [2022-07-28T07:50:25.120Z] 
07:50:25 [2022-07-28T07:50:25.120Z] #53 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1"      && /build/gotestsum --version
07:50:25 [2022-07-28T07:50:25.120Z] #53 sha256:d307c57148b88756c724eda2ed5e5454146b3f5b85292d596bc1a3db3521b728
07:50:25 [2022-07-28T07:50:25.120Z] #53 10.89 go: downloading github.com/jonboulle/clockwork v0.2.2
07:50:25 [2022-07-28T07:50:25.120Z] #53 11.01 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
07:50:25 [2022-07-28T07:50:25.120Z] #53 11.21 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
07:50:25 [2022-07-28T07:50:25.120Z] #53 13.48 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
07:50:25 [2022-07-28T07:50:25.120Z] #53 13.57 go: downloading golang.org/x/mod v0.3.0
07:50:25 [2022-07-28T07:50:25.377Z] #53 ...
07:50:25 [2022-07-28T07:50:25.377Z] 
07:50:25 [2022-07-28T07:50:25.377Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:50:25 [2022-07-28T07:50:25.377Z] #55 sha256:6a5ba43a879545395035c8edb2d77f5663eaeac2aed4ebd5825ef0a4ef562291
07:50:25 [2022-07-28T07:50:25.377Z] #55 20.62 go: downloading github.com/esimonov/ifshort v1.0.4
07:50:25 [2022-07-28T07:50:25.377Z] #55 20.77 go: downloading github.com/firefart/nonamedreturns v1.0.1
07:50:25 [2022-07-28T07:50:25.377Z] #55 20.77 go: downloading github.com/fzipp/gocyclo v0.5.1
07:50:25 [2022-07-28T07:50:25.377Z] #55 20.95 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
07:50:25 [2022-07-28T07:50:25.377Z] #55 21.03 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
07:50:25 [2022-07-28T07:50:25.377Z] #55 21.03 go: downloading github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe
07:50:25 [2022-07-28T07:50:25.377Z] #55 21.23 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
07:50:25 [2022-07-28T07:50:25.635Z] #55 21.49 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
07:50:25 [2022-07-28T07:50:25.635Z] #55 21.49 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
07:50:25 [2022-07-28T07:50:25.635Z] #55 21.56 go: downloading github.com/golangci/misspell v0.3.5
07:50:25 [2022-07-28T07:50:25.635Z] #55 21.60 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
07:50:25 [2022-07-28T07:50:25.764Z] #14 ...
07:50:25 [2022-07-28T07:50:25.764Z] 
07:50:25 [2022-07-28T07:50:25.764Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
07:50:25 [2022-07-28T07:50:25.764Z] #51 sha256:40295bf8cbd242d421bcf2efe97957471d81db5c6a2a8e836b41bc0ec6634359
07:50:25 [2022-07-28T07:50:25.764Z] #51 85.09 Setting up criu (3.17.1-1) ...
07:50:25 [2022-07-28T07:50:25.892Z] #55 21.70 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8
07:50:25 [2022-07-28T07:50:25.892Z] #55 21.79 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
07:50:26 [2022-07-28T07:50:26.162Z] #55 22.00 go: downloading github.com/gostaticanalysis/nilerr v0.1.1
07:50:26 [2022-07-28T07:50:26.162Z] #55 22.00 go: downloading github.com/jgautheron/goconst v1.5.1
07:50:26 [2022-07-28T07:50:26.162Z] #55 22.08 go: downloading github.com/jingyugao/rowserrcheck v1.1.1
07:50:26 [2022-07-28T07:50:26.419Z] #55 22.08 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
07:50:26 [2022-07-28T07:50:26.419Z] #55 22.24 go: downloading github.com/julz/importas v0.1.0
07:50:26 [2022-07-28T07:50:26.419Z] #55 22.34 go: downloading github.com/kisielk/errcheck v1.6.0
07:50:26 [2022-07-28T07:50:26.676Z] #55 22.55 go: downloading github.com/kulti/thelper v0.6.2
07:50:26 [2022-07-28T07:50:26.676Z] #55 22.55 go: downloading github.com/kunwardeep/paralleltest v1.0.3
07:50:26 [2022-07-28T07:50:26.676Z] #55 22.55 go: downloading github.com/kyoh86/exportloopref v0.1.8
07:50:26 [2022-07-28T07:50:26.676Z] #55 22.63 go: downloading github.com/ldez/tagliatelle v0.3.1
07:50:26 [2022-07-28T07:50:26.760Z] #76 15.55 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
07:50:26 [2022-07-28T07:50:26.933Z] #55 22.68 go: downloading github.com/leonklingele/grouper v1.1.0
07:50:26 [2022-07-28T07:50:26.933Z] #55 22.80 go: downloading github.com/lufeee/execinquery v1.2.1
07:50:26 [2022-07-28T07:50:26.933Z] #55 22.87 go: downloading github.com/maratori/testpackage v1.0.1
07:50:26 [2022-07-28T07:50:26.933Z] #55 ...
07:50:26 [2022-07-28T07:50:26.933Z] 
07:50:26 [2022-07-28T07:50:26.933Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
07:50:26 [2022-07-28T07:50:26.933Z] #62 sha256:34bfbe9b681f5ebc46aa2b0b23925fe24fac41e1b9a5ab09857ba3a5988905e2
07:50:26 [2022-07-28T07:50:26.933Z] #62 12.90 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
07:50:26 [2022-07-28T07:50:26.933Z] #62 20.06 Fetched 8561 kB in 14s (609 kB/s)
07:50:26 [2022-07-28T07:50:26.975Z] #55 ...
07:50:26 [2022-07-28T07:50:26.975Z] 
07:50:26 [2022-07-28T07:50:26.975Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
07:50:26 [2022-07-28T07:50:26.975Z] #62 sha256:57ef4c91a92362e4f5a530fb8c0d9df16a8904b6b9a060ee46d6492057c3276c
07:50:26 [2022-07-28T07:50:26.975Z] #62 27.23 The following additional packages will be installed:
07:50:26 [2022-07-28T07:50:26.975Z] #62 27.23   libbtrfs0
07:50:26 [2022-07-28T07:50:26.975Z] #62 27.45 The following NEW packages will be installed:
07:50:26 [2022-07-28T07:50:26.975Z] #62 27.48   libbtrfs-dev libbtrfs0
07:50:26 [2022-07-28T07:50:26.975Z] #62 27.86 0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded.
07:50:26 [2022-07-28T07:50:26.975Z] #62 27.86 Need to get 454 kB of archives.
07:50:26 [2022-07-28T07:50:26.975Z] #62 27.86 After this operation, 1275 kB of additional disk space will be used.
07:50:26 [2022-07-28T07:50:26.975Z] #62 27.86 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB]
07:50:26 [2022-07-28T07:50:26.975Z] #62 27.87 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB]
07:50:26 [2022-07-28T07:50:26.975Z] #62 28.78 debconf: delaying package configuration, since apt-utils is not installed
07:50:26 [2022-07-28T07:50:26.975Z] #62 29.07 Fetched 454 kB in 0s (1358 kB/s)
07:50:26 [2022-07-28T07:50:26.975Z] #62 29.16 Selecting previously unselected package libbtrfs0:arm64.
07:50:26 [2022-07-28T07:50:26.975Z] #62 29.16 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15708 files and directories currently installed.)
07:50:26 [2022-07-28T07:50:26.975Z] #62 29.23 Preparing to unpack .../libbtrfs0_5.10.1-2_arm64.deb ...
07:50:26 [2022-07-28T07:50:26.975Z] #62 29.24 Unpacking libbtrfs0:arm64 (5.10.1-2) ...
07:50:26 [2022-07-28T07:50:26.975Z] #62 29.46 Selecting previously unselected package libbtrfs-dev:arm64.
07:50:26 [2022-07-28T07:50:26.975Z] #62 29.47 Preparing to unpack .../libbtrfs-dev_5.10.1-2_arm64.deb ...
07:50:26 [2022-07-28T07:50:26.975Z] #62 29.48 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ...
07:50:26 [2022-07-28T07:50:26.975Z] #62 29.85 Setting up libbtrfs0:arm64 (5.10.1-2) ...
07:50:26 [2022-07-28T07:50:26.975Z] #62 29.91 Setting up libbtrfs-dev:arm64 (5.10.1-2) ...
07:50:26 [2022-07-28T07:50:26.975Z] #62 29.93 Processing triggers for libc-bin (2.31-13+deb11u3) ...
07:50:26 [2022-07-28T07:50:26.975Z] #62 DONE 30.3s
07:50:26 [2022-07-28T07:50:26.975Z] 
07:50:26 [2022-07-28T07:50:26.975Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
07:50:26 [2022-07-28T07:50:26.975Z] #63 sha256:db3ed5ee9f6d56c8614703034a6d988038382a72612ea045f48dddd4da156c00
07:50:26 [2022-07-28T07:50:26.975Z] #63 DONE 0.1s
07:50:26 [2022-07-28T07:50:26.975Z] 
07:50:26 [2022-07-28T07:50:26.975Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
07:50:26 [2022-07-28T07:50:26.975Z] #64 sha256:cc176a5d2022493214bb8b9446f61c474e1c4ec8c37300fb319a74bf8b17c974
07:50:26 [2022-07-28T07:50:26.975Z] #64 0.668 + RM_GOPATH=0
07:50:26 [2022-07-28T07:50:26.975Z] #64 0.668 + TMP_GOPATH=
07:50:26 [2022-07-28T07:50:26.975Z] #64 0.668 + : /build
07:50:26 [2022-07-28T07:50:26.975Z] #64 0.668 + '[' -z '' ']'
07:50:26 [2022-07-28T07:50:26.975Z] #64 0.672 ++ mktemp -d
07:50:26 [2022-07-28T07:50:26.975Z] #64 0.675 + export GOPATH=/tmp/tmp.xCTOBbZ10A
07:50:26 [2022-07-28T07:50:26.975Z] #64 0.675 + GOPATH=/tmp/tmp.xCTOBbZ10A
07:50:26 [2022-07-28T07:50:26.975Z] #64 0.675 + RM_GOPATH=1
07:50:26 [2022-07-28T07:50:26.975Z] #64 0.676 + case "$(go env GOARCH)" in
07:50:26 [2022-07-28T07:50:26.975Z] #64 0.676 ++ go env GOARCH
07:50:26 [2022-07-28T07:50:26.975Z] #64 0.709 + export GO_BUILDMODE=-buildmode=pie
07:50:26 [2022-07-28T07:50:26.975Z] #64 0.709 + GO_BUILDMODE=-buildmode=pie
07:50:26 [2022-07-28T07:50:26.975Z] #64 0.710 ++ dirname /install.sh
07:50:26 [2022-07-28T07:50:26.975Z] #64 0.715 + dir=/
07:50:26 [2022-07-28T07:50:26.975Z] #64 0.715 + bin=containerd
07:50:26 [2022-07-28T07:50:26.975Z] #64 0.715 + shift
07:50:26 [2022-07-28T07:50:26.975Z] #64 0.715 + '[' '!' -f //containerd.installer ']'
07:50:26 [2022-07-28T07:50:26.975Z] #64 0.715 + . //containerd.installer
07:50:26 [2022-07-28T07:50:26.975Z] #64 0.715 ++ set -e
07:50:26 [2022-07-28T07:50:26.975Z] #64 0.715 ++ : v1.6.6
07:50:26 [2022-07-28T07:50:26.975Z] #64 0.715 + install_containerd
07:50:26 [2022-07-28T07:50:26.976Z] #64 0.718 + echo 'Install containerd version v1.6.6'
07:50:26 [2022-07-28T07:50:26.976Z] #64 0.720 Install containerd version v1.6.6
07:50:26 [2022-07-28T07:50:26.976Z] #64 0.720 + git clone https://github.com/containerd/containerd.git /tmp/tmp.xCTOBbZ10A/src/github.com/containerd/containerd
07:50:26 [2022-07-28T07:50:26.976Z] #64 0.728 Cloning into '/tmp/tmp.xCTOBbZ10A/src/github.com/containerd/containerd'...
07:50:27 [2022-07-28T07:50:27.189Z] #62 20.06 Reading package lists...
07:50:27 [2022-07-28T07:50:27.189Z] #62 ...
07:50:27 [2022-07-28T07:50:27.189Z] 
07:50:27 [2022-07-28T07:50:27.189Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
07:50:27 [2022-07-28T07:50:27.189Z] #51 sha256:40295bf8cbd242d421bcf2efe97957471d81db5c6a2a8e836b41bc0ec6634359
07:50:27 [2022-07-28T07:50:27.189Z] #51 12.53 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
07:50:27 [2022-07-28T07:50:27.189Z] #51 15.39 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  Packages [2163 B]
07:50:27 [2022-07-28T07:50:27.189Z] #51 22.30 Fetched 8565 kB in 17s (510 kB/s)
07:50:27 [2022-07-28T07:50:27.189Z] #51 22.30 Reading package lists...
07:50:27 [2022-07-28T07:50:27.189Z] #51 ...
07:50:27 [2022-07-28T07:50:27.189Z] 
07:50:27 [2022-07-28T07:50:27.189Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:50:27 [2022-07-28T07:50:27.189Z] #55 sha256:6a5ba43a879545395035c8edb2d77f5663eaeac2aed4ebd5825ef0a4ef562291
07:50:27 [2022-07-28T07:50:27.189Z] #55 23.02 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951
07:50:27 [2022-07-28T07:50:27.189Z] #55 23.02 go: downloading github.com/mbilski/exhaustivestruct v1.2.0
07:50:27 [2022-07-28T07:50:27.189Z] #55 23.03 go: downloading github.com/mgechev/revive v1.2.1
07:50:27 [2022-07-28T07:50:27.698Z] #76 ...
07:50:27 [2022-07-28T07:50:27.698Z] 
07:50:27 [2022-07-28T07:50:27.698Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:50:27 [2022-07-28T07:50:27.698Z] #55 sha256:6a5ba43a879545395035c8edb2d77f5663eaeac2aed4ebd5825ef0a4ef562291
07:50:27 [2022-07-28T07:50:27.698Z] #55 12.38 go: downloading github.com/hashicorp/go-version v1.4.0
07:50:27 [2022-07-28T07:50:27.698Z] #55 12.72 go: downloading github.com/ldez/gomoddirectives v0.2.3
07:50:27 [2022-07-28T07:50:27.698Z] #55 13.06 go: downloading github.com/mitchellh/go-homedir v1.1.0
07:50:27 [2022-07-28T07:50:27.698Z] #55 13.18 go: downloading github.com/hashicorp/go-multierror v1.1.1
07:50:28 [2022-07-28T07:50:28.118Z] #55 23.83 go: downloading github.com/moricho/tparallel v0.2.1
07:50:28 [2022-07-28T07:50:28.118Z] #55 23.83 go: downloading github.com/nakabonne/nestif v0.3.1
07:50:28 [2022-07-28T07:50:28.118Z] #55 23.94 go: downloading github.com/nishanths/exhaustive v0.7.11
07:50:28 [2022-07-28T07:50:28.118Z] #55 24.00 go: downloading github.com/nishanths/predeclared v0.2.2
07:50:28 [2022-07-28T07:50:28.308Z] #51 ...
07:50:28 [2022-07-28T07:50:28.308Z] 
07:50:28 [2022-07-28T07:50:28.308Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:50:28 [2022-07-28T07:50:28.308Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:50:28 [2022-07-28T07:50:28.308Z] #77 1.318 Cloning into '/tmp/crun-build'...
07:50:28 [2022-07-28T07:50:28.308Z] #77 ...
07:50:28 [2022-07-28T07:50:28.308Z] 
07:50:28 [2022-07-28T07:50:28.308Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
07:50:28 [2022-07-28T07:50:28.308Z] #42 sha256:d5f8a01c2e1a5370173910ff1b6fd1dd838253998709bec1c0416141f69afbfb
07:50:28 [2022-07-28T07:50:28.308Z] #42 80.79 Selecting previously unselected package libxml2:amd64.
07:50:28 [2022-07-28T07:50:28.308Z] #42 80.83 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ...
07:50:28 [2022-07-28T07:50:28.308Z] #42 80.84 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ...
07:50:28 [2022-07-28T07:50:28.308Z] #42 82.05 Selecting previously unselected package libarchive13:amd64.
07:50:28 [2022-07-28T07:50:28.308Z] #42 82.05 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ...
07:50:28 [2022-07-28T07:50:28.308Z] #42 82.05 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ...
07:50:28 [2022-07-28T07:50:28.308Z] #42 82.81 Selecting previously unselected package libjsoncpp24:amd64.
07:50:28 [2022-07-28T07:50:28.308Z] #42 82.83 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ...
07:50:28 [2022-07-28T07:50:28.308Z] #42 82.87 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
07:50:28 [2022-07-28T07:50:28.308Z] #42 83.02 Selecting previously unselected package librhash0:amd64.
07:50:28 [2022-07-28T07:50:28.308Z] #42 83.03 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ...
07:50:28 [2022-07-28T07:50:28.308Z] #42 83.04 Unpacking librhash0:amd64 (1.4.1-2) ...
07:50:28 [2022-07-28T07:50:28.308Z] #42 83.31 Selecting previously unselected package libuv1:amd64.
07:50:28 [2022-07-28T07:50:28.308Z] #42 83.31 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ...
07:50:28 [2022-07-28T07:50:28.308Z] #42 83.33 Unpacking libuv1:amd64 (1.40.0-2) ...
07:50:28 [2022-07-28T07:50:28.308Z] #42 83.51 Selecting previously unselected package cmake.
07:50:28 [2022-07-28T07:50:28.308Z] #42 83.53 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ...
07:50:28 [2022-07-28T07:50:28.308Z] #42 83.57 Unpacking cmake (3.18.4-2+deb11u1) ...
07:50:28 [2022-07-28T07:50:28.375Z] #55 24.13 go: downloading github.com/polyfloyd/go-errorlint v1.0.0
07:50:28 [2022-07-28T07:50:28.375Z] #55 24.19 go: downloading github.com/ryancurrah/gomodguard v1.2.3
07:50:28 [2022-07-28T07:50:28.375Z] #55 24.24 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0
07:50:28 [2022-07-28T07:50:28.375Z] #55 24.31 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6
07:50:28 [2022-07-28T07:50:28.631Z] #55 24.46 go: downloading github.com/securego/gosec/v2 v2.11.0
07:50:28 [2022-07-28T07:50:28.637Z] #55 ...
07:50:28 [2022-07-28T07:50:28.637Z] 
07:50:28 [2022-07-28T07:50:28.637Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
07:50:28 [2022-07-28T07:50:28.637Z] #34 sha256:d2cbdd6a29733efe204107531a63420dd0914582d52234dd597a7076fc70e19c
07:50:28 [2022-07-28T07:50:28.637Z] #34 7.163 + git clone https://github.com/kolyshkin/go-swagger.git .
07:50:28 [2022-07-28T07:50:28.637Z] #34 7.167 Cloning into '.'...
07:50:28 [2022-07-28T07:50:28.637Z] #34 ...
07:50:28 [2022-07-28T07:50:28.637Z] 
07:50:28 [2022-07-28T07:50:28.638Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
07:50:28 [2022-07-28T07:50:28.638Z] #47 sha256:8a0b7c7abf06bbb1ab29c763b2e38d2fa012d03eb2e646559ec0a63c975a38c7
07:50:28 [2022-07-28T07:50:28.638Z] #47 7.104 + git clone https://github.com/docker/distribution.git .
07:50:28 [2022-07-28T07:50:28.638Z] #47 7.108 Cloning into '.'...
07:50:28 [2022-07-28T07:50:28.866Z] #64 ...
07:50:28 [2022-07-28T07:50:28.866Z] 
07:50:28 [2022-07-28T07:50:28.866Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
07:50:28 [2022-07-28T07:50:28.866Z] #51 sha256:af71787f60fff29d4b525e8d4c8e3e57b06a47dc68d220a40c09089e5415d9cc
07:50:28 [2022-07-28T07:50:28.866Z] #51 17.32 Reading package lists...
07:50:28 [2022-07-28T07:50:28.866Z] #51 22.93 Reading package lists...
07:50:28 [2022-07-28T07:50:28.866Z] #51 27.55 Building dependency tree...
07:50:28 [2022-07-28T07:50:28.866Z] #51 31.50 The following additional packages will be installed:
07:50:28 [2022-07-28T07:50:28.866Z] #51 31.51   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
07:50:28 [2022-07-28T07:50:28.866Z] #51 31.51   python3-protobuf python3-six
07:50:28 [2022-07-28T07:50:28.866Z] #51 31.52 Suggested packages:
07:50:28 [2022-07-28T07:50:28.866Z] #51 31.52   python3-setuptools
07:50:28 [2022-07-28T07:50:28.866Z] #51 31.52 Recommended packages:
07:50:28 [2022-07-28T07:50:28.866Z] #51 31.52   iproute2 | iproute
07:50:28 [2022-07-28T07:50:28.866Z] #51 32.11 The following NEW packages will be installed:
07:50:28 [2022-07-28T07:50:28.866Z] #51 32.13   criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
07:50:28 [2022-07-28T07:50:28.866Z] #51 32.14   python3-protobuf python3-six
07:50:28 [2022-07-28T07:50:28.866Z] #51 32.71 0 upgraded, 8 newly installed, 0 to remove and 1 not upgraded.
07:50:28 [2022-07-28T07:50:28.866Z] #51 32.71 Need to get 2136 kB of archives.
07:50:28 [2022-07-28T07:50:28.866Z] #51 32.71 After this operation, 10.8 MB of additional disk space will be used.
07:50:28 [2022-07-28T07:50:28.866Z] #51 32.71 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf23 arm64 3.12.4-1 [780 kB]
07:50:28 [2022-07-28T07:50:28.866Z] #51 32.73 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB]
07:50:28 [2022-07-28T07:50:28.866Z] #51 32.74 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-six all 1.16.0-2 [17.5 kB]
07:50:28 [2022-07-28T07:50:28.866Z] #51 32.74 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-protobuf arm64 3.12.4-1 [375 kB]
07:50:28 [2022-07-28T07:50:28.866Z] #51 32.75 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
07:50:28 [2022-07-28T07:50:28.866Z] #51 32.77 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB]
07:50:28 [2022-07-28T07:50:28.866Z] #51 32.77 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
07:50:28 [2022-07-28T07:50:28.879Z] #42 ...
07:50:28 [2022-07-28T07:50:28.879Z] 
07:50:28 [2022-07-28T07:50:28.879Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
07:50:28 [2022-07-28T07:50:28.879Z] #51 sha256:40295bf8cbd242d421bcf2efe97957471d81db5c6a2a8e836b41bc0ec6634359
07:50:28 [2022-07-28T07:50:28.879Z] #51 88.86 Processing triggers for libc-bin (2.31-13+deb11u3) ...
07:50:28 [2022-07-28T07:50:28.888Z] #55 24.84 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
07:50:28 [2022-07-28T07:50:28.888Z] #55 24.84 go: downloading github.com/sivchari/containedctx v1.0.2
07:50:28 [2022-07-28T07:50:28.888Z] #55 24.88 go: downloading github.com/sivchari/tenv v1.5.0
07:50:29 [2022-07-28T07:50:29.123Z] #51 ...
07:50:29 [2022-07-28T07:50:29.123Z] 
07:50:29 [2022-07-28T07:50:29.123Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:50:29 [2022-07-28T07:50:29.123Z] #55 sha256:2c4952d724d4d96b9dc897b827fb3e88a4a51387545c75374fe1fa9d5fedf6b0
07:50:29 [2022-07-28T07:50:29.123Z] #55 32.08 go: downloading github.com/quasilyte/gogrep v0.0.0-20220120141003-628d8b3623b5
07:50:29 [2022-07-28T07:50:29.123Z] #55 32.22 go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567
07:50:29 [2022-07-28T07:50:29.123Z] #55 32.25 go: downloading github.com/gobwas/glob v0.2.3
07:50:29 [2022-07-28T07:50:29.123Z] #55 32.30 go: downloading github.com/kisielk/gotool v1.0.0
07:50:29 [2022-07-28T07:50:29.123Z] #55 32.36 go: downloading github.com/gostaticanalysis/comment v1.4.2
07:50:29 [2022-07-28T07:50:29.123Z] #55 32.43 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
07:50:29 [2022-07-28T07:50:29.123Z] #55 32.46 go: downloading github.com/ettle/strcase v0.1.1
07:50:29 [2022-07-28T07:50:29.123Z] #55 32.57 go: downloading github.com/fatih/structtag v1.2.0
07:50:29 [2022-07-28T07:50:29.123Z] #55 32.61 go: downloading github.com/Masterminds/semver v1.5.0
07:50:29 [2022-07-28T07:50:29.123Z] #55 32.62 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d
07:50:29 [2022-07-28T07:50:29.123Z] #55 32.72 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
07:50:29 [2022-07-28T07:50:29.123Z] #55 32.87 go: downloading github.com/prometheus/client_golang v1.12.1
07:50:29 [2022-07-28T07:50:29.123Z] #55 ...
07:50:29 [2022-07-28T07:50:29.123Z] 
07:50:29 [2022-07-28T07:50:29.124Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
07:50:29 [2022-07-28T07:50:29.124Z] #76 sha256:89cd477cc33fe042df349aa7d16586122f0aadb6484d4901b11282b51c040c66
07:50:29 [2022-07-28T07:50:29.124Z] #76 19.56 Reading package lists...
07:50:29 [2022-07-28T07:50:29.124Z] #76 23.45 Building dependency tree...
07:50:29 [2022-07-28T07:50:29.124Z] #76 27.39 python3 is already the newest version (3.9.2-3).
07:50:29 [2022-07-28T07:50:29.124Z] #76 27.39 The following additional packages will be installed:
07:50:29 [2022-07-28T07:50:29.124Z] #76 27.40   autotools-dev bzip2 dpkg-dev file libcap2 libmagic-mgc libmagic1
07:50:29 [2022-07-28T07:50:29.124Z] #76 27.41   libprotobuf-c1 libsigsegv2 libyajl2 m4 patch xz-utils
07:50:29 [2022-07-28T07:50:29.124Z] #76 27.43 Suggested packages:
07:50:29 [2022-07-28T07:50:29.124Z] #76 27.44   autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring
07:50:29 [2022-07-28T07:50:29.124Z] #76 27.44   manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk
07:50:29 [2022-07-28T07:50:29.124Z] #76 27.44   m4-doc ed diffutils-doc
07:50:29 [2022-07-28T07:50:29.124Z] #76 27.44 Recommended packages:
07:50:29 [2022-07-28T07:50:29.124Z] #76 27.44   fakeroot libalgorithm-merge-perl libltdl-dev
07:50:29 [2022-07-28T07:50:29.124Z] #76 28.84 The following NEW packages will be installed:
07:50:29 [2022-07-28T07:50:29.124Z] #76 28.84   autoconf automake autotools-dev build-essential bzip2 dpkg-dev file
07:50:29 [2022-07-28T07:50:29.124Z] #76 28.85   libcap-dev libcap2 libmagic-mgc libmagic1 libprotobuf-c-dev libprotobuf-c1
07:50:29 [2022-07-28T07:50:29.124Z] #76 28.85   libseccomp-dev libsigsegv2 libsystemd-dev libtool libudev-dev libyajl-dev
07:50:29 [2022-07-28T07:50:29.124Z] #76 28.85   libyajl2 m4 patch xz-utils
07:50:29 [2022-07-28T07:50:29.124Z] #76 29.27 0 upgraded, 23 newly installed, 0 to remove and 1 not upgraded.
07:50:29 [2022-07-28T07:50:29.124Z] #76 29.27 Need to get 5916 kB of archives.
07:50:29 [2022-07-28T07:50:29.124Z] #76 29.27 After this operation, 18.6 MB of additional disk space will be used.
07:50:29 [2022-07-28T07:50:29.124Z] #76 29.27 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
07:50:29 [2022-07-28T07:50:29.124Z] #76 29.27 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmagic-mgc arm64 1:5.39-3 [273 kB]
07:50:29 [2022-07-28T07:50:29.124Z] #76 29.27 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmagic1 arm64 1:5.39-3 [121 kB]
07:50:29 [2022-07-28T07:50:29.124Z] #76 29.28 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 file arm64 1:5.39-3 [69.1 kB]
07:50:29 [2022-07-28T07:50:29.124Z] #76 29.28 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB]
07:50:29 [2022-07-28T07:50:29.124Z] #76 29.28 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsigsegv2 arm64 2.13-1 [34.7 kB]
07:50:29 [2022-07-28T07:50:29.124Z] #76 29.28 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 m4 arm64 1.4.18-5 [199 kB]
07:50:29 [2022-07-28T07:50:29.124Z] #76 29.30 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 autoconf all 2.69-14 [313 kB]
07:50:29 [2022-07-28T07:50:29.124Z] #76 29.32 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 autotools-dev all 20180224.1+nmu1 [77.1 kB]
07:50:29 [2022-07-28T07:50:29.124Z] #76 29.32 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 automake all 1:1.16.3-2 [814 kB]
07:50:29 [2022-07-28T07:50:29.124Z] #76 29.36 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
07:50:29 [2022-07-28T07:50:29.124Z] #76 29.36 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.11 [2308 kB]
07:50:29 [2022-07-28T07:50:29.124Z] #76 29.44 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 build-essential arm64 12.9 [7704 B]
07:50:29 [2022-07-28T07:50:29.124Z] #76 29.45 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB]
07:50:29 [2022-07-28T07:50:29.124Z] #76 29.46 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap-dev arm64 1:2.44-1 [45.6 kB]
07:50:29 [2022-07-28T07:50:29.124Z] #76 29.46 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
07:50:29 [2022-07-28T07:50:29.124Z] #76 29.47 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c-dev arm64 1.3.3-1+b2 [34.1 kB]
07:50:29 [2022-07-28T07:50:29.124Z] #76 29.47 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
07:50:29 [2022-07-28T07:50:29.124Z] #76 29.47 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7 [401 kB]
07:50:29 [2022-07-28T07:50:29.124Z] #76 29.49 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libtool all 2.4.6-15 [513 kB]
07:50:29 [2022-07-28T07:50:29.124Z] #76 29.52 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7 [123 kB]
07:50:29 [2022-07-28T07:50:29.124Z] #76 29.52 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl2 arm64 2.1.0-3 [22.9 kB]
07:50:29 [2022-07-28T07:50:29.124Z] #76 29.53 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl-dev arm64 2.1.0-3 [31.5 kB]
07:50:29 [2022-07-28T07:50:29.124Z] #76 30.80 debconf: delaying package configuration, since apt-utils is not installed
07:50:29 [2022-07-28T07:50:29.124Z] #76 31.15 Fetched 5916 kB in 1s (9890 kB/s)
07:50:29 [2022-07-28T07:50:29.124Z] #76 31.23 Selecting previously unselected package bzip2.
07:50:29 [2022-07-28T07:50:29.124Z] #76 31.24 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15708 files and directories currently installed.)
07:50:29 [2022-07-28T07:50:29.124Z] #76 31.48 Preparing to unpack .../00-bzip2_1.0.8-4_arm64.deb ...
07:50:29 [2022-07-28T07:50:29.124Z] #76 31.49 Unpacking bzip2 (1.0.8-4) ...
07:50:29 [2022-07-28T07:50:29.124Z] #76 31.70 Selecting previously unselected package libmagic-mgc.
07:50:29 [2022-07-28T07:50:29.124Z] #76 31.70 Preparing to unpack .../01-libmagic-mgc_1%3a5.39-3_arm64.deb ...
07:50:29 [2022-07-28T07:50:29.124Z] #76 31.70 Unpacking libmagic-mgc (1:5.39-3) ...
07:50:29 [2022-07-28T07:50:29.124Z] #76 32.39 Selecting previously unselected package libmagic1:arm64.
07:50:29 [2022-07-28T07:50:29.124Z] #76 32.39 Preparing to unpack .../02-libmagic1_1%3a5.39-3_arm64.deb ...
07:50:29 [2022-07-28T07:50:29.124Z] #76 32.40 Unpacking libmagic1:arm64 (1:5.39-3) ...
07:50:29 [2022-07-28T07:50:29.124Z] #76 32.65 Selecting previously unselected package file.
07:50:29 [2022-07-28T07:50:29.124Z] #76 32.67 Preparing to unpack .../03-file_1%3a5.39-3_arm64.deb ...
07:50:29 [2022-07-28T07:50:29.124Z] #76 32.70 Unpacking file (1:5.39-3) ...
07:50:29 [2022-07-28T07:50:29.124Z] #76 32.90 Selecting previously unselected package xz-utils.
07:50:29 [2022-07-28T07:50:29.124Z] #76 32.90 Preparing to unpack .../04-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
07:50:29 [2022-07-28T07:50:29.124Z] #76 32.91 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
07:50:29 [2022-07-28T07:50:29.124Z] #76 33.24 Selecting previously unselected package libsigsegv2:arm64.
07:50:29 [2022-07-28T07:50:29.124Z] #76 33.24 Preparing to unpack .../05-libsigsegv2_2.13-1_arm64.deb ...
07:50:29 [2022-07-28T07:50:29.124Z] #76 33.24 Unpacking libsigsegv2:arm64 (2.13-1) ...
07:50:29 [2022-07-28T07:50:29.124Z] #76 33.35 Selecting previously unselected package m4.
07:50:29 [2022-07-28T07:50:29.145Z] #55 24.98 go: downloading github.com/sonatard/noctx v0.0.1
07:50:29 [2022-07-28T07:50:29.145Z] #55 25.09 go: downloading github.com/sourcegraph/go-diff v0.6.1
07:50:29 [2022-07-28T07:50:29.205Z] #47 ...
07:50:29 [2022-07-28T07:50:29.205Z] 
07:50:29 [2022-07-28T07:50:29.205Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
07:50:29 [2022-07-28T07:50:29.205Z] #67 sha256:e3cf4ebbea8d07d365db57741a9e0e4fb00b57ca2274d5d20632c0fab4dddef0
07:50:29 [2022-07-28T07:50:29.205Z] #67 9.704 go: downloading github.com/sirupsen/logrus v1.8.1
07:50:29 [2022-07-28T07:50:29.205Z] #67 9.744 go: downloading github.com/urfave/cli/v2 v2.4.0
07:50:29 [2022-07-28T07:50:29.205Z] #67 10.53 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
07:50:29 [2022-07-28T07:50:29.205Z] #67 16.76 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
07:50:29 [2022-07-28T07:50:29.205Z] #67 17.62 go: downloading github.com/google/uuid v1.3.0
07:50:29 [2022-07-28T07:50:29.205Z] #67 17.68 go: downloading github.com/moby/vpnkit v0.5.0
07:50:29 [2022-07-28T07:50:29.205Z] #67 17.84 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
07:50:29 [2022-07-28T07:50:29.281Z] #84 ...
07:50:29 [2022-07-28T07:50:29.281Z] 
07:50:29 [2022-07-28T07:50:29.281Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             crossbuild-essential-arm64             crossbuild-essential-armel             crossbuild-essential-armhf             crossbuild-essential-ppc64el             crossbuild-essential-s390x
07:50:29 [2022-07-28T07:50:29.281Z] #19 sha256:423b64bc9d7cc359d630e3fe0a1b98d707aeff14b0c78f2d44bf08c4c29a169b
07:50:29 [2022-07-28T07:50:29.281Z] #19 70.04 Reading package lists...
07:50:29 [2022-07-28T07:50:29.381Z] #76 33.35 Preparing to unpack .../06-m4_1.4.18-5_arm64.deb ...
07:50:29 [2022-07-28T07:50:29.381Z] #76 33.36 Unpacking m4 (1.4.18-5) ...
07:50:29 [2022-07-28T07:50:29.381Z] #76 ...
07:50:29 [2022-07-28T07:50:29.381Z] 
07:50:29 [2022-07-28T07:50:29.381Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:50:29 [2022-07-28T07:50:29.381Z] #55 sha256:2c4952d724d4d96b9dc897b827fb3e88a4a51387545c75374fe1fa9d5fedf6b0
07:50:29 [2022-07-28T07:50:29.381Z] #55 33.49 go: downloading github.com/prometheus/client_model v0.2.0
07:50:29 [2022-07-28T07:50:29.381Z] #55 33.56 go: downloading golang.org/x/exp/typeparams v0.0.0-20220218215828-6cf2b201936e
07:50:29 [2022-07-28T07:50:29.381Z] #55 33.63 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
07:50:29 [2022-07-28T07:50:29.381Z] #55 33.69 go: downloading github.com/google/go-cmp v0.5.7
07:50:29 [2022-07-28T07:50:29.401Z] #55 25.12 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
07:50:29 [2022-07-28T07:50:29.401Z] #55 25.24 go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1
07:50:29 [2022-07-28T07:50:29.463Z] #67 18.07 go: downloading github.com/gofrs/flock v0.8.1
07:50:29 [2022-07-28T07:50:29.638Z] #55 33.75 go: downloading github.com/hexops/gotextdiff v1.0.3
07:50:29 [2022-07-28T07:50:29.638Z] #55 33.94 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
07:50:29 [2022-07-28T07:50:29.638Z] #55 33.94 go: downloading github.com/chavacava/garif v0.0.0-20220316182200-5cad0b5181d4
07:50:29 [2022-07-28T07:50:29.638Z] #55 33.97 go: downloading github.com/olekukonko/tablewriter v0.0.5
07:50:29 [2022-07-28T07:50:29.658Z] #55 25.42 go: downloading github.com/sylvia7788/contextcheck v1.0.4
07:50:29 [2022-07-28T07:50:29.658Z] #55 25.42 go: downloading github.com/tdakkota/asciicheck v0.1.1
07:50:29 [2022-07-28T07:50:29.658Z] #55 25.46 go: downloading github.com/tetafro/godot v1.4.11
07:50:29 [2022-07-28T07:50:29.658Z] #55 25.58 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144
07:50:29 [2022-07-28T07:50:29.658Z] #55 25.63 go: downloading github.com/tomarrell/wrapcheck/v2 v2.6.1
07:50:29 [2022-07-28T07:50:29.658Z] #55 25.67 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0
07:50:30 [2022-07-28T07:50:30.031Z] #67 18.61 go: downloading github.com/gorilla/mux v1.8.0
07:50:30 [2022-07-28T07:50:30.203Z] #55 34.18 go: downloading github.com/beorn7/perks v1.0.1
07:50:30 [2022-07-28T07:50:30.203Z] #55 34.18 go: downloading github.com/cespare/xxhash/v2 v2.1.2
07:50:30 [2022-07-28T07:50:30.203Z] #55 ...
07:50:30 [2022-07-28T07:50:30.203Z] 
07:50:30 [2022-07-28T07:50:30.203Z] #57 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2"      && /build/shfmt --version
07:50:30 [2022-07-28T07:50:30.203Z] #57 sha256:8ead66a3663202fa780fe87cbad4a62cc26409ce41faf14f51219ad631ac8ff5
07:50:30 [2022-07-28T07:50:30.203Z] #57 33.98 v3.0.2
07:50:30 [2022-07-28T07:50:30.203Z] #57 DONE 34.4s
07:50:30 [2022-07-28T07:50:30.203Z] 
07:50:30 [2022-07-28T07:50:30.203Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:50:30 [2022-07-28T07:50:30.203Z] #55 sha256:2c4952d724d4d96b9dc897b827fb3e88a4a51387545c75374fe1fa9d5fedf6b0
07:50:30 [2022-07-28T07:50:30.203Z] #55 34.29 go: downloading github.com/golang/protobuf v1.5.2
07:50:30 [2022-07-28T07:50:30.203Z] #55 34.36 go: downloading github.com/prometheus/common v0.32.1
07:50:30 [2022-07-28T07:50:30.222Z] #55 26.06 go: downloading github.com/ultraware/funlen v0.0.3
07:50:30 [2022-07-28T07:50:30.222Z] #55 26.22 go: downloading github.com/ultraware/whitespace v0.0.5
07:50:30 [2022-07-28T07:50:30.479Z] #55 26.28 go: downloading github.com/uudashr/gocognit v1.0.5
07:50:30 [2022-07-28T07:50:30.479Z] #55 26.38 go: downloading github.com/yagipy/maintidx v1.0.0
07:50:30 [2022-07-28T07:50:30.601Z] #67 19.10 go: downloading github.com/moby/sys/mountinfo v0.6.0
07:50:30 [2022-07-28T07:50:30.736Z] #55 26.53 go: downloading github.com/yeya24/promlinter v0.2.0
07:50:30 [2022-07-28T07:50:30.737Z] #55 26.58 go: downloading gitlab.com/bosi/decorder v0.2.1
07:50:30 [2022-07-28T07:50:30.788Z] #51 DONE 90.9s
07:50:30 [2022-07-28T07:50:30.788Z] 
07:50:30 [2022-07-28T07:50:30.788Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:50:30 [2022-07-28T07:50:30.788Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:50:30 [2022-07-28T07:50:30.788Z] #77 12.47 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec'
07:50:30 [2022-07-28T07:50:30.788Z] #77 12.52 Cloning into '/tmp/crun-build/libocispec'...
07:50:30 [2022-07-28T07:50:30.994Z] #55 26.91 go: downloading honnef.co/go/tools v0.3.1
07:50:31 [2022-07-28T07:50:31.153Z] #55 34.96 go: downloading github.com/prometheus/procfs v0.7.3
07:50:31 [2022-07-28T07:50:31.153Z] #55 34.99 go: downloading google.golang.org/protobuf v1.28.0
07:50:31 [2022-07-28T07:50:31.153Z] #55 ...
07:50:31 [2022-07-28T07:50:31.153Z] 
07:50:31 [2022-07-28T07:50:31.153Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
07:50:31 [2022-07-28T07:50:31.153Z] #47 sha256:6bd4956d77f8e93ecc2c28927f864bfacca42bb9071667918d40a69e9752c4f4
07:50:31 [2022-07-28T07:50:31.153Z] #47 25.11 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
07:50:31 [2022-07-28T07:50:31.409Z] #47 ...
07:50:31 [2022-07-28T07:50:31.409Z] 
07:50:31 [2022-07-28T07:50:31.409Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
07:50:31 [2022-07-28T07:50:31.409Z] #42 sha256:5ac78e3ed1c3516599f5058086e00fd695be9d388a17d262fd80e5930e64e3f9
07:50:31 [2022-07-28T07:50:31.409Z] #42 20.74 Reading package lists...
07:50:31 [2022-07-28T07:50:31.409Z] #42 25.56 Building dependency tree...
07:50:31 [2022-07-28T07:50:31.409Z] #42 29.03 The following additional packages will be installed:
07:50:31 [2022-07-28T07:50:31.409Z] #42 29.06   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd
07:50:31 [2022-07-28T07:50:31.409Z] #42 29.07 Suggested packages:
07:50:31 [2022-07-28T07:50:31.409Z] #42 29.07   cmake-doc ninja-build lrzip
07:50:31 [2022-07-28T07:50:31.409Z] #42 29.07 Recommended packages:
07:50:31 [2022-07-28T07:50:31.409Z] #42 29.07   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
07:50:31 [2022-07-28T07:50:31.409Z] #42 29.87 The following NEW packages will be installed:
07:50:31 [2022-07-28T07:50:31.409Z] #42 29.88   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
07:50:31 [2022-07-28T07:50:31.409Z] #42 29.88   vim-common xxd
07:50:31 [2022-07-28T07:50:31.409Z] #42 30.27 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded.
07:50:31 [2022-07-28T07:50:31.409Z] #42 30.27 Need to get 15.6 MB of archives.
07:50:31 [2022-07-28T07:50:31.409Z] #42 30.27 After this operation, 67.4 MB of additional disk space will be used.
07:50:31 [2022-07-28T07:50:31.409Z] #42 30.27 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB]
07:50:31 [2022-07-28T07:50:31.409Z] #42 30.28 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
07:50:31 [2022-07-28T07:50:31.409Z] #42 30.28 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
07:50:31 [2022-07-28T07:50:31.409Z] #42 30.42 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB]
07:50:31 [2022-07-28T07:50:31.409Z] #42 30.99 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxml2 arm64 2.9.10+dfsg-6.7+deb11u2 [629 kB]
07:50:31 [2022-07-28T07:50:31.409Z] #42 31.00 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+deb11u1 [320 kB]
07:50:31 [2022-07-28T07:50:31.409Z] #42 31.00 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB]
07:50:31 [2022-07-28T07:50:31.409Z] #42 31.00 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB]
07:50:31 [2022-07-28T07:50:31.409Z] #42 31.00 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB]
07:50:31 [2022-07-28T07:50:31.409Z] #42 31.00 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2+deb11u1 [3673 kB]
07:50:31 [2022-07-28T07:50:31.409Z] #42 31.90 debconf: delaying package configuration, since apt-utils is not installed
07:50:31 [2022-07-28T07:50:31.409Z] #42 32.16 Fetched 15.6 MB in 1s (14.1 MB/s)
07:50:31 [2022-07-28T07:50:31.409Z] #42 32.25 Selecting previously unselected package xxd.
07:50:31 [2022-07-28T07:50:31.409Z] #42 32.25 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15708 files and directories currently installed.)
07:50:31 [2022-07-28T07:50:31.409Z] #42 32.32 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ...
07:50:31 [2022-07-28T07:50:31.409Z] #42 32.35 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
07:50:31 [2022-07-28T07:50:31.409Z] #42 32.62 Selecting previously unselected package vim-common.
07:50:31 [2022-07-28T07:50:31.409Z] #42 32.63 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
07:50:31 [2022-07-28T07:50:31.409Z] #42 32.66 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
07:50:31 [2022-07-28T07:50:31.409Z] #42 33.05 Selecting previously unselected package cmake-data.
07:50:31 [2022-07-28T07:50:31.409Z] #42 33.05 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ...
07:50:31 [2022-07-28T07:50:31.409Z] #42 33.06 Unpacking cmake-data (3.18.4-2+deb11u1) ...
07:50:31 [2022-07-28T07:50:31.409Z] #42 ...
07:50:31 [2022-07-28T07:50:31.409Z] 
07:50:31 [2022-07-28T07:50:31.409Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
07:50:31 [2022-07-28T07:50:31.409Z] #76 sha256:89cd477cc33fe042df349aa7d16586122f0aadb6484d4901b11282b51c040c66
07:50:31 [2022-07-28T07:50:31.409Z] #76 33.59 Selecting previously unselected package autoconf.
07:50:31 [2022-07-28T07:50:31.409Z] #76 33.59 Preparing to unpack .../07-autoconf_2.69-14_all.deb ...
07:50:31 [2022-07-28T07:50:31.409Z] #76 33.59 Unpacking autoconf (2.69-14) ...
07:50:31 [2022-07-28T07:50:31.409Z] #76 34.15 Selecting previously unselected package autotools-dev.
07:50:31 [2022-07-28T07:50:31.409Z] #76 34.15 Preparing to unpack .../08-autotools-dev_20180224.1+nmu1_all.deb ...
07:50:31 [2022-07-28T07:50:31.409Z] #76 34.18 Unpacking autotools-dev (20180224.1+nmu1) ...
07:50:31 [2022-07-28T07:50:31.409Z] #76 34.50 Selecting previously unselected package automake.
07:50:31 [2022-07-28T07:50:31.409Z] #76 34.50 Preparing to unpack .../09-automake_1%3a1.16.3-2_all.deb ...
07:50:31 [2022-07-28T07:50:31.409Z] #76 34.53 Unpacking automake (1:1.16.3-2) ...
07:50:31 [2022-07-28T07:50:31.409Z] #76 35.54 Selecting previously unselected package patch.
07:50:31 [2022-07-28T07:50:31.409Z] #76 35.55 Preparing to unpack .../10-patch_2.7.6-7_arm64.deb ...
07:50:31 [2022-07-28T07:50:31.409Z] #76 35.59 Unpacking patch (2.7.6-7) ...
07:50:31 [2022-07-28T07:50:31.540Z] #67 19.97 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
07:50:31 [2022-07-28T07:50:31.540Z] #67 ...
07:50:31 [2022-07-28T07:50:31.540Z] 
07:50:31 [2022-07-28T07:50:31.540Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
07:50:31 [2022-07-28T07:50:31.540Z] #26 sha256:71e817b5b8cd7e0573452a8e778f23d1669624c1c59902907afabcf4f49b449c
07:50:31 [2022-07-28T07:50:31.540Z] #26 19.94 + mkdir -p /build
07:50:31 [2022-07-28T07:50:31.540Z] #26 19.95 + mv docker/docker /build/
07:50:31 [2022-07-28T07:50:31.540Z] #26 20.01 + rmdir docker
07:50:31 [2022-07-28T07:50:31.540Z] #26 ...
07:50:31 [2022-07-28T07:50:31.540Z] 
07:50:31 [2022-07-28T07:50:31.540Z] #53 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1"      && /build/gotestsum --version
07:50:31 [2022-07-28T07:50:31.540Z] #53 sha256:d307c57148b88756c724eda2ed5e5454146b3f5b85292d596bc1a3db3521b728
07:50:31 [2022-07-28T07:50:31.540Z] #53 10.43 go: downloading github.com/jonboulle/clockwork v0.2.2
07:50:31 [2022-07-28T07:50:31.540Z] #53 10.62 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
07:50:31 [2022-07-28T07:50:31.540Z] #53 10.80 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
07:50:31 [2022-07-28T07:50:31.540Z] #53 11.49 go: downloading golang.org/x/tools v0.1.0
07:50:31 [2022-07-28T07:50:31.666Z] #76 35.78 Selecting previously unselected package dpkg-dev.
07:50:31 [2022-07-28T07:50:31.666Z] #76 35.78 Preparing to unpack .../11-dpkg-dev_1.20.11_all.deb ...
07:50:31 [2022-07-28T07:50:31.666Z] #76 35.79 Unpacking dpkg-dev (1.20.11) ...
07:50:31 [2022-07-28T07:50:31.728Z] #77 14.65 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821'
07:50:31 [2022-07-28T07:50:31.728Z] #77 14.73 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec'
07:50:31 [2022-07-28T07:50:31.728Z] #77 14.73 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec'
07:50:31 [2022-07-28T07:50:31.728Z] #77 14.76 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl'
07:50:31 [2022-07-28T07:50:31.728Z] #77 14.83 Cloning into '/tmp/crun-build/libocispec/image-spec'...
07:50:31 [2022-07-28T07:50:31.799Z] #53 ...
07:50:31 [2022-07-28T07:50:31.799Z] 
07:50:31 [2022-07-28T07:50:31.799Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
07:50:31 [2022-07-28T07:50:31.799Z] #67 sha256:e3cf4ebbea8d07d365db57741a9e0e4fb00b57ca2274d5d20632c0fab4dddef0
07:50:31 [2022-07-28T07:50:31.799Z] #67 20.28 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
07:50:31 [2022-07-28T07:50:31.922Z] #76 ...
07:50:31 [2022-07-28T07:50:31.922Z] 
07:50:31 [2022-07-28T07:50:31.922Z] #40 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3"      && /build/go-winres --help
07:50:31 [2022-07-28T07:50:31.922Z] #40 sha256:2db9b0d98e2501cf8c2d4c6451c570bc25ddcd03cb6331bc84f5d7d089234c80
07:50:31 [2022-07-28T07:50:31.922Z] #40 35.84 NAME:
07:50:31 [2022-07-28T07:50:31.922Z] #40 35.84    go-winres - A tool for embedding resources in Windows executables
07:50:31 [2022-07-28T07:50:31.922Z] #40 35.84 
07:50:31 [2022-07-28T07:50:31.922Z] #40 35.84 USAGE:
07:50:31 [2022-07-28T07:50:31.922Z] #40 35.84    go-winres [global options] command [command options] [arguments...]
07:50:31 [2022-07-28T07:50:31.922Z] #40 35.84 
07:50:31 [2022-07-28T07:50:31.922Z] #40 35.84 COMMANDS:
07:50:31 [2022-07-28T07:50:31.922Z] #40 35.84    init     Create an initial ./winres/winres.json
07:50:31 [2022-07-28T07:50:31.922Z] #40 35.84    make     Make syso files for the "go build" command
07:50:31 [2022-07-28T07:50:31.922Z] #40 35.84    simply   Make syso files for the "go build" command (simplified)
07:50:31 [2022-07-28T07:50:31.922Z] #40 35.84    extract  Extract all resources from an executable
07:50:31 [2022-07-28T07:50:31.922Z] #40 35.85    patch    Replace resources in an executable file (exe, dll)
07:50:31 [2022-07-28T07:50:31.922Z] #40 35.85    help, h  Shows a list of commands or help for one command
07:50:31 [2022-07-28T07:50:31.922Z] #40 35.85 
07:50:31 [2022-07-28T07:50:31.922Z] #40 35.85 GLOBAL OPTIONS:
07:50:31 [2022-07-28T07:50:31.922Z] #40 35.85    --help, -h  show help (default: false)
07:50:31 [2022-07-28T07:50:31.922Z] #40 DONE 36.0s
07:50:32 [2022-07-28T07:50:32.179Z] 
07:50:32 [2022-07-28T07:50:32.179Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:50:32 [2022-07-28T07:50:32.179Z] #14 sha256:140d7ac09f2fa8835721c31c53da477b31091eaffbf8363910cabc1094007523
07:50:32 [2022-07-28T07:50:32.179Z] #14 26.69 Building dependency tree...
07:50:32 [2022-07-28T07:50:32.179Z] #14 30.81 The following additional packages will be installed:
07:50:32 [2022-07-28T07:50:32.179Z] #14 30.89   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
07:50:32 [2022-07-28T07:50:32.179Z] #14 30.89   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
07:50:32 [2022-07-28T07:50:32.179Z] #14 30.89   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
07:50:32 [2022-07-28T07:50:32.179Z] #14 30.89   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
07:50:32 [2022-07-28T07:50:32.179Z] #14 30.89   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
07:50:32 [2022-07-28T07:50:32.179Z] #14 30.89   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
07:50:32 [2022-07-28T07:50:32.179Z] #14 30.89   mingw-w64-common mingw-w64-x86-64-dev
07:50:32 [2022-07-28T07:50:32.179Z] #14 30.92 Suggested packages:
07:50:32 [2022-07-28T07:50:32.179Z] #14 30.93   gcc-10-locales seccomp wine64
07:50:32 [2022-07-28T07:50:32.179Z] #14 32.14 The following NEW packages will be installed:
07:50:32 [2022-07-28T07:50:32.179Z] #14 32.14   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
07:50:32 [2022-07-28T07:50:32.179Z] #14 32.14   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
07:50:32 [2022-07-28T07:50:32.179Z] #14 32.14   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
07:50:32 [2022-07-28T07:50:32.179Z] #14 32.14   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
07:50:32 [2022-07-28T07:50:32.179Z] #14 32.14   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
07:50:32 [2022-07-28T07:50:32.179Z] #14 32.14   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
07:50:32 [2022-07-28T07:50:32.179Z] #14 32.15   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
07:50:32 [2022-07-28T07:50:32.179Z] #14 32.15   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
07:50:32 [2022-07-28T07:50:32.179Z] #14 32.15   mingw-w64-x86-64-dev
07:50:32 [2022-07-28T07:50:32.179Z] #14 32.55 0 upgraded, 30 newly installed, 0 to remove and 1 not upgraded.
07:50:32 [2022-07-28T07:50:32.179Z] #14 32.55 Need to get 108 MB of archives.
07:50:32 [2022-07-28T07:50:32.179Z] #14 32.55 After this operation, 620 MB of additional disk space will be used.
07:50:32 [2022-07-28T07:50:32.179Z] #14 32.55 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64-i686 arm64 2.35.2-2+8.11+b3 [2316 kB]
07:50:32 [2022-07-28T07:50:32.179Z] #14 32.64 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64-x86-64 arm64 2.35.2-2+8.11+b3 [2634 kB]
07:50:32 [2022-07-28T07:50:32.179Z] #14 32.76 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
07:50:32 [2022-07-28T07:50:32.179Z] #14 32.76 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1 [126 kB]
07:50:32 [2022-07-28T07:50:32.179Z] #14 32.77 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB]
07:50:32 [2022-07-28T07:50:32.179Z] #14 32.79 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-common all 8.0.0-1 [4916 kB]
07:50:32 [2022-07-28T07:50:32.179Z] #14 32.97 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
07:50:32 [2022-07-28T07:50:32.179Z] #14 33.12 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-base arm64 10.2.1-6+24.2 [186 kB]
07:50:32 [2022-07-28T07:50:32.179Z] #14 33.15 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-posix-runtime arm64 10.2.1-6+24.2 [11.5 MB]
07:50:32 [2022-07-28T07:50:32.179Z] #14 33.70 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-posix arm64 10.2.1-6+24.2 [24.4 MB]
07:50:32 [2022-07-28T07:50:32.179Z] #14 34.80 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64-posix arm64 10.2.1-6+24.2 [9885 kB]
07:50:32 [2022-07-28T07:50:32.179Z] #14 35.51 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-win32-runtime arm64 10.2.1-6+24.2 [11.4 MB]
07:50:32 [2022-07-28T07:50:32.179Z] #14 35.96 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-mingw-w64-x86-64-win32 arm64 10.2.1-6+24.2 [24.4 MB]
07:50:32 [2022-07-28T07:50:32.299Z] #77 ...
07:50:32 [2022-07-28T07:50:32.299Z] 
07:50:32 [2022-07-28T07:50:32.299Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
07:50:32 [2022-07-28T07:50:32.299Z] #42 sha256:d5f8a01c2e1a5370173910ff1b6fd1dd838253998709bec1c0416141f69afbfb
07:50:32 [2022-07-28T07:50:32.299Z] #42 91.58 Setting up libicu67:amd64 (67.1-7) ...
07:50:32 [2022-07-28T07:50:32.299Z] #42 91.61 Setting up xxd (2:8.2.2434-3+deb11u1) ...
07:50:32 [2022-07-28T07:50:32.299Z] #42 91.65 Setting up libuv1:amd64 (1.40.0-2) ...
07:50:32 [2022-07-28T07:50:32.299Z] #42 91.71 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
07:50:32 [2022-07-28T07:50:32.299Z] #42 91.83 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
07:50:32 [2022-07-28T07:50:32.299Z] #42 91.86 Setting up librhash0:amd64 (1.4.1-2) ...
07:50:32 [2022-07-28T07:50:32.299Z] #42 91.89 Setting up cmake-data (3.18.4-2+deb11u1) ...
07:50:32 [2022-07-28T07:50:32.299Z] #42 91.95 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ...
07:50:32 [2022-07-28T07:50:32.299Z] #42 91.97 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ...
07:50:32 [2022-07-28T07:50:32.299Z] #42 92.01 Setting up cmake (3.18.4-2+deb11u1) ...
07:50:32 [2022-07-28T07:50:32.299Z] #42 92.04 Processing triggers for libc-bin (2.31-13+deb11u3) ...
07:50:32 [2022-07-28T07:50:32.299Z] #42 DONE 92.8s
07:50:32 [2022-07-28T07:50:32.363Z] #55 ...
07:50:32 [2022-07-28T07:50:32.363Z] 
07:50:32 [2022-07-28T07:50:32.363Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
07:50:32 [2022-07-28T07:50:32.363Z] #47 sha256:8a0b7c7abf06bbb1ab29c763b2e38d2fa012d03eb2e646559ec0a63c975a38c7
07:50:32 [2022-07-28T07:50:32.363Z] #47 27.83 Updating files:  71% (1562/2176)
Updating files:  72% (1567/2176)
Updating files:  73% (1589/2176)
Updating files:  74% (1611/2176)
Updating files:  75% (1632/2176)
Updating files:  76% (1654/2176)
Updating files:  77% (1676/2176)
Updating files:  78% (1698/2176)
07:50:32 [2022-07-28T07:50:32.363Z] #47 ...
07:50:32 [2022-07-28T07:50:32.363Z] 
07:50:32 [2022-07-28T07:50:32.363Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         case $(dpkg --print-architecture) in             amd64|arm64)                 GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1"                 && /build/dlv --help                 ;;             *)                 mkdir -p /build/                 ;;         esac
07:50:32 [2022-07-28T07:50:32.363Z] #36 sha256:1509a87c4d8785c1b3fd9bff9d9474ccef8f4b872101e620b7fa14aef10a7cb5
07:50:32 [2022-07-28T07:50:32.363Z] #36 18.26 go: downloading github.com/russross/blackfriday/v2 v2.0.1
07:50:32 [2022-07-28T07:50:32.363Z] #36 18.37 go: downloading github.com/cilium/ebpf v0.7.0
07:50:32 [2022-07-28T07:50:32.363Z] #36 19.53 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0
07:50:32 [2022-07-28T07:50:32.387Z] #67 ...
07:50:32 [2022-07-28T07:50:32.387Z] 
07:50:32 [2022-07-28T07:50:32.387Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
07:50:32 [2022-07-28T07:50:32.387Z] #42 sha256:d5f8a01c2e1a5370173910ff1b6fd1dd838253998709bec1c0416141f69afbfb
07:50:32 [2022-07-28T07:50:32.387Z] #42 11.25 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [168 kB]
07:50:32 [2022-07-28T07:50:32.387Z] #42 15.70 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
07:50:32 [2022-07-28T07:50:32.387Z] #42 ...
07:50:32 [2022-07-28T07:50:32.387Z] 
07:50:32 [2022-07-28T07:50:32.387Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:50:32 [2022-07-28T07:50:32.387Z] #14 sha256:b25eac2f6ddf70c42113ea1e9c9616359e7796e8a4be5e3f87392c5fb5b439d0
07:50:32 [2022-07-28T07:50:32.387Z] #14 11.22 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [168 kB]
07:50:32 [2022-07-28T07:50:32.387Z] #14 15.61 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
07:50:32 [2022-07-28T07:50:32.560Z] 
07:50:32 [2022-07-28T07:50:32.560Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
07:50:32 [2022-07-28T07:50:32.560Z] #43 sha256:2db0e090be1fc8c6bea1bd3771743b99453f1a8ed531493f0001646a5cbd531a
07:50:32 [2022-07-28T07:50:32.560Z] #43 DONE 0.2s
07:50:32 [2022-07-28T07:50:32.560Z] 
07:50:32 [2022-07-28T07:50:32.560Z] #44 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh tini
07:50:32 [2022-07-28T07:50:32.560Z] #44 sha256:a44853b732e3e518b1b4f9dfd820893b13b27efd2b3f9c1d7851512f99e24609
07:50:32 [2022-07-28T07:50:32.620Z] #36 ...
07:50:32 [2022-07-28T07:50:32.620Z] 
07:50:32 [2022-07-28T07:50:32.620Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
07:50:32 [2022-07-28T07:50:32.620Z] #47 sha256:8a0b7c7abf06bbb1ab29c763b2e38d2fa012d03eb2e646559ec0a63c975a38c7
07:50:32 [2022-07-28T07:50:32.647Z] #14 ...
07:50:32 [2022-07-28T07:50:32.647Z] 
07:50:32 [2022-07-28T07:50:32.647Z] #53 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1"      && /build/gotestsum --version
07:50:32 [2022-07-28T07:50:32.647Z] #53 sha256:d307c57148b88756c724eda2ed5e5454146b3f5b85292d596bc1a3db3521b728
07:50:32 [2022-07-28T07:50:32.647Z] #53 21.28 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
07:50:32 [2022-07-28T07:50:32.647Z] #53 21.31 go: downloading golang.org/x/mod v0.3.0
07:50:32 [2022-07-28T07:50:32.647Z] #53 ...
07:50:32 [2022-07-28T07:50:32.647Z] 
07:50:32 [2022-07-28T07:50:32.647Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
07:50:32 [2022-07-28T07:50:32.647Z] #51 sha256:40295bf8cbd242d421bcf2efe97957471d81db5c6a2a8e836b41bc0ec6634359
07:50:32 [2022-07-28T07:50:32.647Z] #51 11.49 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [168 kB]
07:50:32 [2022-07-28T07:50:32.647Z] #51 15.65 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
07:50:32 [2022-07-28T07:50:32.647Z] #51 18.73 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  Packages [2163 B]
07:50:32 [2022-07-28T07:50:32.877Z] #47 27.83 Updating files:  71% (1562/2176)
Updating files:  72% (1567/2176)
Updating files:  73% (1589/2176)
Updating files:  74% (1611/2176)
Updating files:  75% (1632/2176)
Updating files:  76% (1654/2176)
Updating files:  77% (1676/2176)
Updating files:  78% (1698/2176)
Updating files:  79% (1720/2176)
Updating files:  80% (1741/2176)
Updating files:  81% (1763/2176)
Updating files:  82% (1785/2176)
Updating files:  83% (1807/2176)
Updating files:  84% (1828/2176)
Updating files:  85% (1850/2176)
Updating files:  86% (1872/2176)
Updating files:  87% (1894/2176)
Updating files:  88% (1915/2176)
Updating files:  89% (1937/2176)
Updating files:  90% (1959/2176)
Updating files:  91% (1981/2176)
Updating files:  92% (2002/2176)
Updating files:  93% (2024/2176)
Updating files:  94% (2046/2176)
Updating files:  95% (2068/2176)
Updating files:  96% (2089/2176)
Updating files:  97% (2111/2176)
Updating files:  98% (2133/2176)
Updating files:  99% (2155/2176)
Updating files: 100% (2176/2176)
Updating files: 100% (2176/2176), done.
07:50:32 [2022-07-28T07:50:32.877Z] #47 28.54 + git checkout -q v2.3.0
07:50:32 [2022-07-28T07:50:32.910Z] #51 ...
07:50:32 [2022-07-28T07:50:32.910Z] 
07:50:32 [2022-07-28T07:50:32.911Z] #57 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2"      && /build/shfmt --version
07:50:32 [2022-07-28T07:50:32.911Z] #57 sha256:e5df52e26a68746b0bf2040b302f767d48979c354574e3fe2d7b186d1bae51bb
07:50:32 [2022-07-28T07:50:32.911Z] #57 11.74 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
07:50:33 [2022-07-28T07:50:33.107Z] #14 37.39 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64-win32 arm64 10.2.1-6+24.2 [9885 kB]
07:50:33 [2022-07-28T07:50:33.169Z] #57 ...
07:50:33 [2022-07-28T07:50:33.169Z] 
07:50:33 [2022-07-28T07:50:33.169Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
07:50:33 [2022-07-28T07:50:33.169Z] #26 sha256:71e817b5b8cd7e0573452a8e778f23d1669624c1c59902907afabcf4f49b449c
07:50:33 [2022-07-28T07:50:33.169Z] #26 DONE 21.7s
07:50:33 [2022-07-28T07:50:33.169Z] 
07:50:33 [2022-07-28T07:50:33.169Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:50:33 [2022-07-28T07:50:33.169Z] #55 sha256:6a5ba43a879545395035c8edb2d77f5663eaeac2aed4ebd5825ef0a4ef562291
07:50:33 [2022-07-28T07:50:33.169Z] #55 20.24 go: downloading github.com/sirupsen/logrus v1.8.1
07:50:33 [2022-07-28T07:50:33.169Z] #55 20.46 go: downloading github.com/stretchr/testify v1.7.1
07:50:33 [2022-07-28T07:50:33.169Z] #55 20.84 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b
07:50:33 [2022-07-28T07:50:33.169Z] #55 21.13 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2
07:50:33 [2022-07-28T07:50:33.169Z] #55 21.35 go: downloading github.com/fsnotify/fsnotify v1.5.4
07:50:33 [2022-07-28T07:50:33.169Z] #55 21.39 go: downloading github.com/mitchellh/mapstructure v1.5.0
07:50:33 [2022-07-28T07:50:33.169Z] #55 21.83 go: downloading github.com/spf13/afero v1.8.2
07:50:33 [2022-07-28T07:50:33.169Z] #55 21.99 go: downloading github.com/spf13/cast v1.4.1
07:50:33 [2022-07-28T07:50:33.365Z] #14 ...
07:50:33 [2022-07-28T07:50:33.365Z] 
07:50:33 [2022-07-28T07:50:33.365Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
07:50:33 [2022-07-28T07:50:33.365Z] #76 sha256:89cd477cc33fe042df349aa7d16586122f0aadb6484d4901b11282b51c040c66
07:50:33 [2022-07-28T07:50:33.365Z] #76 37.49 Selecting previously unselected package build-essential.
07:50:33 [2022-07-28T07:50:33.365Z] #76 37.50 Preparing to unpack .../12-build-essential_12.9_arm64.deb ...
07:50:33 [2022-07-28T07:50:33.365Z] #76 37.51 Unpacking build-essential (12.9) ...
07:50:33 [2022-07-28T07:50:33.365Z] #76 37.59 Selecting previously unselected package libcap2:arm64.
07:50:33 [2022-07-28T07:50:33.365Z] #76 37.59 Preparing to unpack .../13-libcap2_1%3a2.44-1_arm64.deb ...
07:50:33 [2022-07-28T07:50:33.365Z] #76 37.59 Unpacking libcap2:arm64 (1:2.44-1) ...
07:50:33 [2022-07-28T07:50:33.429Z] #55 22.18 go: downloading github.com/spf13/jwalterweatherman v1.1.0
07:50:33 [2022-07-28T07:50:33.622Z] #76 37.70 Selecting previously unselected package libcap-dev:arm64.
07:50:33 [2022-07-28T07:50:33.622Z] #76 37.72 Preparing to unpack .../14-libcap-dev_1%3a2.44-1_arm64.deb ...
07:50:33 [2022-07-28T07:50:33.622Z] #76 37.73 Unpacking libcap-dev:arm64 (1:2.44-1) ...
07:50:33 [2022-07-28T07:50:33.622Z] #76 37.90 Selecting previously unselected package libprotobuf-c1:arm64.
07:50:33 [2022-07-28T07:50:33.688Z] #55 22.46 go: downloading golang.org/x/sys v0.0.0-20220422013727-9388b58f7150
07:50:33 [2022-07-28T07:50:33.688Z] #55 22.50 go: downloading github.com/go-toolsmith/astcast v1.0.0
07:50:33 [2022-07-28T07:50:33.688Z] #55 22.61 go: downloading github.com/go-toolsmith/astcopy v1.0.0
07:50:33 [2022-07-28T07:50:33.878Z] #76 37.91 Preparing to unpack .../15-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
07:50:33 [2022-07-28T07:50:33.878Z] #76 37.91 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
07:50:33 [2022-07-28T07:50:33.878Z] #76 38.02 Selecting previously unselected package libprotobuf-c-dev:arm64.
07:50:33 [2022-07-28T07:50:33.878Z] #76 38.02 Preparing to unpack .../16-libprotobuf-c-dev_1.3.3-1+b2_arm64.deb ...
07:50:33 [2022-07-28T07:50:33.879Z] #76 38.05 Unpacking libprotobuf-c-dev:arm64 (1.3.3-1+b2) ...
07:50:33 [2022-07-28T07:50:33.879Z] #76 38.16 Selecting previously unselected package libseccomp-dev:arm64.
07:50:33 [2022-07-28T07:50:33.946Z] #55 22.75 go: downloading github.com/go-toolsmith/astequal v1.0.1
07:50:34 [2022-07-28T07:50:34.136Z] #76 38.16 Preparing to unpack .../17-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
07:50:34 [2022-07-28T07:50:34.136Z] #76 38.17 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
07:50:34 [2022-07-28T07:50:34.136Z] #76 38.40 Selecting previously unselected package libsystemd-dev:arm64.
07:50:34 [2022-07-28T07:50:34.204Z] #55 22.89 go: downloading github.com/go-toolsmith/astfmt v1.0.0
07:50:34 [2022-07-28T07:50:34.204Z] #55 22.95 go: downloading github.com/go-toolsmith/astp v1.0.0
07:50:34 [2022-07-28T07:50:34.204Z] #55 23.09 go: downloading github.com/go-toolsmith/strparse v1.0.0
07:50:34 [2022-07-28T07:50:34.247Z] #47 ...
07:50:34 [2022-07-28T07:50:34.247Z] 
07:50:34 [2022-07-28T07:50:34.247Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
07:50:34 [2022-07-28T07:50:34.247Z] #76 sha256:306ba19f1dc993c39966bb8490da17ab0369cd0c126ceb831f7ef89a39102969
07:50:34 [2022-07-28T07:50:34.247Z] #76 19.84 Fetched 8561 kB in 15s (560 kB/s)
07:50:34 [2022-07-28T07:50:34.247Z] #76 19.84 Reading package lists...
07:50:34 [2022-07-28T07:50:34.247Z] #76 26.30 Reading package lists...
07:50:34 [2022-07-28T07:50:34.247Z] #76 ...
07:50:34 [2022-07-28T07:50:34.247Z] 
07:50:34 [2022-07-28T07:50:34.247Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:50:34 [2022-07-28T07:50:34.247Z] #55 sha256:6a5ba43a879545395035c8edb2d77f5663eaeac2aed4ebd5825ef0a4ef562291
07:50:34 [2022-07-28T07:50:34.247Z] #55 28.90 go: downloading mvdan.cc/gofumpt v0.3.1
07:50:34 [2022-07-28T07:50:34.247Z] #55 28.94 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
07:50:34 [2022-07-28T07:50:34.247Z] #55 29.19 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5
07:50:34 [2022-07-28T07:50:34.247Z] #55 29.27 go: downloading github.com/davecgh/go-spew v1.1.1
07:50:34 [2022-07-28T07:50:34.247Z] #55 29.36 go: downloading github.com/pmezard/go-difflib v1.0.0
07:50:34 [2022-07-28T07:50:34.247Z] #55 29.41 go: downloading github.com/stretchr/objx v0.1.1
07:50:34 [2022-07-28T07:50:34.247Z] #55 29.50 go: downloading github.com/hashicorp/errwrap v1.0.0
07:50:34 [2022-07-28T07:50:34.247Z] #55 29.56 go: downloading github.com/subosito/gotenv v1.2.0
07:50:34 [2022-07-28T07:50:34.247Z] #55 29.61 go: downloading github.com/hashicorp/hcl v1.0.0
07:50:34 [2022-07-28T07:50:34.247Z] #55 29.99 go: downloading gopkg.in/ini.v1 v1.66.4
07:50:34 [2022-07-28T07:50:34.247Z] #55 29.99 go: downloading github.com/magiconair/properties v1.8.6
07:50:34 [2022-07-28T07:50:34.247Z] #55 30.14 go: downloading github.com/pelletier/go-toml v1.9.5
07:50:34 [2022-07-28T07:50:34.393Z] #76 38.41 Preparing to unpack .../18-libsystemd-dev_247.3-7_arm64.deb ...
07:50:34 [2022-07-28T07:50:34.393Z] #76 38.42 Unpacking libsystemd-dev:arm64 (247.3-7) ...
07:50:34 [2022-07-28T07:50:34.462Z] #55 23.18 go: downloading github.com/go-toolsmith/typep v1.0.2
07:50:34 [2022-07-28T07:50:34.462Z] #55 23.42 go: downloading github.com/quasilyte/go-ruleguard v0.3.16-0.20220213074421-6aa060fab41a
07:50:34 [2022-07-28T07:50:34.504Z] #55 30.31 go: downloading golang.org/x/text v0.3.7
07:50:34 [2022-07-28T07:50:34.555Z] #19 94.08 Reading package lists...
07:50:34 [2022-07-28T07:50:34.555Z] #19 ...
07:50:34 [2022-07-28T07:50:34.555Z] 
07:50:34 [2022-07-28T07:50:34.555Z] #84 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:50:34 [2022-07-28T07:50:34.555Z] #84 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:50:34 [2022-07-28T07:50:34.555Z] #84 49.03 libtoolize: putting auxiliary files in '.'.
07:50:34 [2022-07-28T07:50:34.555Z] #84 49.03 libtoolize: copying file './ltmain.sh'
07:50:34 [2022-07-28T07:50:34.555Z] #84 49.96 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
07:50:34 [2022-07-28T07:50:34.555Z] #84 49.98 libtoolize: and rerunning libtoolize and aclocal.
07:50:34 [2022-07-28T07:50:34.555Z] #84 49.98 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
07:50:34 [2022-07-28T07:50:34.563Z] #44 1.799 + RM_GOPATH=0
07:50:34 [2022-07-28T07:50:34.563Z] #44 1.799 + TMP_GOPATH=
07:50:34 [2022-07-28T07:50:34.563Z] #44 1.799 + : /build
07:50:34 [2022-07-28T07:50:34.563Z] #44 1.799 + '[' -z '' ']'
07:50:34 [2022-07-28T07:50:34.563Z] #44 1.801 ++ mktemp -d
07:50:34 [2022-07-28T07:50:34.563Z] #44 1.830 + export GOPATH=/tmp/tmp.WBhGi2oWgy
07:50:34 [2022-07-28T07:50:34.563Z] #44 1.830 + GOPATH=/tmp/tmp.WBhGi2oWgy
07:50:34 [2022-07-28T07:50:34.563Z] #44 1.830 + RM_GOPATH=1
07:50:34 [2022-07-28T07:50:34.563Z] #44 1.830 + case "$(go env GOARCH)" in
07:50:34 [2022-07-28T07:50:34.563Z] #44 1.830 ++ go env GOARCH
07:50:34 [2022-07-28T07:50:34.563Z] #44 1.866 + export GO_BUILDMODE=-buildmode=pie
07:50:34 [2022-07-28T07:50:34.563Z] #44 1.866 + GO_BUILDMODE=-buildmode=pie
07:50:34 [2022-07-28T07:50:34.563Z] #44 1.866 ++ dirname /install.sh
07:50:34 [2022-07-28T07:50:34.563Z] #44 1.882 + dir=/
07:50:34 [2022-07-28T07:50:34.563Z] #44 1.882 + bin=tini
07:50:34 [2022-07-28T07:50:34.563Z] #44 1.882 + shift
07:50:34 [2022-07-28T07:50:34.563Z] #44 1.882 + '[' '!' -f //tini.installer ']'
07:50:34 [2022-07-28T07:50:34.563Z] #44 1.882 + . //tini.installer
07:50:34 [2022-07-28T07:50:34.563Z] #44 1.882 ++ : v0.19.0
07:50:34 [2022-07-28T07:50:34.563Z] #44 1.882 + install_tini
07:50:34 [2022-07-28T07:50:34.563Z] #44 1.882 + echo 'Install tini version v0.19.0'
07:50:34 [2022-07-28T07:50:34.563Z] #44 1.882 + git clone https://github.com/krallin/tini.git /tmp/tmp.WBhGi2oWgy/tini
07:50:34 [2022-07-28T07:50:34.563Z] #44 1.882 Cloning into '/tmp/tmp.WBhGi2oWgy/tini'...
07:50:34 [2022-07-28T07:50:34.563Z] #44 1.883 Install tini version v0.19.0
07:50:34 [2022-07-28T07:50:34.955Z] #76 39.11 Selecting previously unselected package libtool.
07:50:34 [2022-07-28T07:50:34.955Z] #76 39.12 Preparing to unpack .../19-libtool_2.4.6-15_all.deb ...
07:50:34 [2022-07-28T07:50:34.955Z] #76 39.12 Unpacking libtool (2.4.6-15) ...
07:50:35 [2022-07-28T07:50:35.399Z] #55 ...
07:50:35 [2022-07-28T07:50:35.399Z] 
07:50:35 [2022-07-28T07:50:35.399Z] #40 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3"      && /build/go-winres --help
07:50:35 [2022-07-28T07:50:35.399Z] #40 sha256:e37409ad11b5051c24a76a5d8eec40d7adf9dc774e577b25879ddb9c67c1cdab
07:50:35 [2022-07-28T07:50:35.399Z] #40 14.11 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
07:50:35 [2022-07-28T07:50:35.399Z] #40 14.30 go: downloading github.com/russross/blackfriday/v2 v2.1.0
07:50:35 [2022-07-28T07:50:35.399Z] #40 ...
07:50:35 [2022-07-28T07:50:35.399Z] 
07:50:35 [2022-07-28T07:50:35.399Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
07:50:35 [2022-07-28T07:50:35.399Z] #67 sha256:e3cf4ebbea8d07d365db57741a9e0e4fb00b57ca2274d5d20632c0fab4dddef0
07:50:35 [2022-07-28T07:50:35.399Z] #67 23.94 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
07:50:35 [2022-07-28T07:50:35.399Z] #67 24.21 go: downloading github.com/russross/blackfriday/v2 v2.1.0
07:50:35 [2022-07-28T07:50:35.468Z] #76 39.43 Selecting previously unselected package libudev-dev:arm64.
07:50:35 [2022-07-28T07:50:35.468Z] #76 39.43 Preparing to unpack .../20-libudev-dev_247.3-7_arm64.deb ...
07:50:35 [2022-07-28T07:50:35.468Z] #76 39.44 Unpacking libudev-dev:arm64 (247.3-7) ...
07:50:35 [2022-07-28T07:50:35.468Z] #76 39.66 Selecting previously unselected package libyajl2:arm64.
07:50:35 [2022-07-28T07:50:35.468Z] #76 39.67 Preparing to unpack .../21-libyajl2_2.1.0-3_arm64.deb ...
07:50:35 [2022-07-28T07:50:35.468Z] #76 39.68 Unpacking libyajl2:arm64 (2.1.0-3) ...
07:50:35 [2022-07-28T07:50:35.468Z] #76 39.80 Selecting previously unselected package libyajl-dev:arm64.
07:50:35 [2022-07-28T07:50:35.725Z] #76 39.82 Preparing to unpack .../22-libyajl-dev_2.1.0-3_arm64.deb ...
07:50:35 [2022-07-28T07:50:35.725Z] #76 39.83 Unpacking libyajl-dev:arm64 (2.1.0-3) ...
07:50:35 [2022-07-28T07:50:35.963Z] #44 3.095 + cd /tmp/tmp.WBhGi2oWgy/tini
07:50:35 [2022-07-28T07:50:35.963Z] #44 3.095 + git checkout -q v0.19.0
07:50:35 [2022-07-28T07:50:35.963Z] #44 3.133 + cmake .
07:50:35 [2022-07-28T07:50:35.967Z] #67 ...
07:50:35 [2022-07-28T07:50:35.967Z] 
07:50:35 [2022-07-28T07:50:35.967Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
07:50:35 [2022-07-28T07:50:35.967Z] #62 sha256:34bfbe9b681f5ebc46aa2b0b23925fe24fac41e1b9a5ab09857ba3a5988905e2
07:50:35 [2022-07-28T07:50:35.967Z] #62 14.83 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
07:50:35 [2022-07-28T07:50:35.983Z] #76 40.01 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
07:50:35 [2022-07-28T07:50:35.983Z] #76 40.02 Setting up libmagic-mgc (1:5.39-3) ...
07:50:35 [2022-07-28T07:50:35.983Z] #76 40.04 Setting up libyajl2:arm64 (2.1.0-3) ...
07:50:35 [2022-07-28T07:50:35.983Z] #76 40.06 Setting up libmagic1:arm64 (1:5.39-3) ...
07:50:35 [2022-07-28T07:50:35.983Z] #76 40.09 Setting up file (1:5.39-3) ...
07:50:35 [2022-07-28T07:50:35.983Z] #76 40.11 Setting up bzip2 (1.0.8-4) ...
07:50:35 [2022-07-28T07:50:35.983Z] #76 40.15 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
07:50:35 [2022-07-28T07:50:35.983Z] #76 40.18 Setting up libprotobuf-c-dev:arm64 (1.3.3-1+b2) ...
07:50:35 [2022-07-28T07:50:35.983Z] #76 40.19 Setting up libcap2:arm64 (1:2.44-1) ...
07:50:35 [2022-07-28T07:50:35.983Z] #76 40.21 Setting up autotools-dev (20180224.1+nmu1) ...
07:50:35 [2022-07-28T07:50:35.983Z] #76 40.25 Setting up libsigsegv2:arm64 (2.13-1) ...
07:50:35 [2022-07-28T07:50:35.983Z] #76 40.27 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
07:50:36 [2022-07-28T07:50:36.228Z] #62 ...
07:50:36 [2022-07-28T07:50:36.228Z] 
07:50:36 [2022-07-28T07:50:36.228Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:50:36 [2022-07-28T07:50:36.228Z] #55 sha256:6a5ba43a879545395035c8edb2d77f5663eaeac2aed4ebd5825ef0a4ef562291
07:50:36 [2022-07-28T07:50:36.228Z] #55 24.89 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95
07:50:36 [2022-07-28T07:50:36.247Z] #76 40.28 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
07:50:36 [2022-07-28T07:50:36.247Z] #76 40.30 Setting up patch (2.7.6-7) ...
07:50:36 [2022-07-28T07:50:36.247Z] #76 40.32 Setting up libudev-dev:arm64 (247.3-7) ...
07:50:36 [2022-07-28T07:50:36.247Z] #76 40.34 Setting up libyajl-dev:arm64 (2.1.0-3) ...
07:50:36 [2022-07-28T07:50:36.247Z] #76 40.36 Setting up libcap-dev:arm64 (1:2.44-1) ...
07:50:36 [2022-07-28T07:50:36.247Z] #76 40.40 Setting up libsystemd-dev:arm64 (247.3-7) ...
07:50:36 [2022-07-28T07:50:36.247Z] #76 40.42 Setting up libtool (2.4.6-15) ...
07:50:36 [2022-07-28T07:50:36.247Z] #76 40.43 Setting up m4 (1.4.18-5) ...
07:50:36 [2022-07-28T07:50:36.247Z] #76 40.46 Setting up dpkg-dev (1.20.11) ...
07:50:36 [2022-07-28T07:50:36.247Z] #76 40.49 Setting up autoconf (2.69-14) ...
07:50:36 [2022-07-28T07:50:36.401Z] #55 ...
07:50:36 [2022-07-28T07:50:36.401Z] 
07:50:36 [2022-07-28T07:50:36.401Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:50:36 [2022-07-28T07:50:36.401Z] #14 sha256:b25eac2f6ddf70c42113ea1e9c9616359e7796e8a4be5e3f87392c5fb5b439d0
07:50:36 [2022-07-28T07:50:36.401Z] #14 22.00 Fetched 8561 kB in 16s (543 kB/s)
07:50:36 [2022-07-28T07:50:36.401Z] #14 22.00 Reading package lists...
07:50:36 [2022-07-28T07:50:36.401Z] #14 28.56 Reading package lists...
07:50:36 [2022-07-28T07:50:36.401Z] #14 ...
07:50:36 [2022-07-28T07:50:36.401Z] 
07:50:36 [2022-07-28T07:50:36.401Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
07:50:36 [2022-07-28T07:50:36.401Z] #76 sha256:306ba19f1dc993c39966bb8490da17ab0369cd0c126ceb831f7ef89a39102969
07:50:36 [2022-07-28T07:50:36.401Z] #76 26.30 Reading package lists...
07:50:36 [2022-07-28T07:50:36.503Z] #55 25.23 go: downloading golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3
07:50:36 [2022-07-28T07:50:36.504Z] #76 40.52 Setting up build-essential (12.9) ...
07:50:36 [2022-07-28T07:50:36.504Z] #76 40.53 Setting up automake (1:1.16.3-2) ...
07:50:36 [2022-07-28T07:50:36.504Z] #76 40.56 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
07:50:36 [2022-07-28T07:50:36.504Z] #76 40.57 Processing triggers for libc-bin (2.31-13+deb11u3) ...
07:50:36 [2022-07-28T07:50:36.902Z] #44 4.148 -- The C compiler identification is GNU 10.2.1
07:50:36 [2022-07-28T07:50:36.902Z] #44 4.257 -- Detecting C compiler ABI info
07:50:37 [2022-07-28T07:50:37.860Z] #44 5.143 -- Detecting C compiler ABI info - done
07:50:37 [2022-07-28T07:50:37.874Z] #76 DONE 41.9s
07:50:37 [2022-07-28T07:50:37.874Z] 
07:50:37 [2022-07-28T07:50:37.874Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:50:37 [2022-07-28T07:50:37.874Z] #14 sha256:140d7ac09f2fa8835721c31c53da477b31091eaffbf8363910cabc1094007523
07:50:37 [2022-07-28T07:50:37.874Z] #14 37.83 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB]
07:50:37 [2022-07-28T07:50:37.874Z] #14 37.83 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB]
07:50:37 [2022-07-28T07:50:37.874Z] #14 37.84 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB]
07:50:37 [2022-07-28T07:50:37.874Z] #14 37.84 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB]
07:50:37 [2022-07-28T07:50:37.874Z] #14 37.85 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB]
07:50:37 [2022-07-28T07:50:37.874Z] #14 37.86 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.175-2.1 [22.4 kB]
07:50:37 [2022-07-28T07:50:37.874Z] #14 37.86 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7 [123 kB]
07:50:37 [2022-07-28T07:50:37.874Z] #14 37.86 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB]
07:50:37 [2022-07-28T07:50:37.874Z] #14 37.86 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2 [202 kB]
07:50:37 [2022-07-28T07:50:37.874Z] #14 37.87 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2 [193 kB]
07:50:37 [2022-07-28T07:50:37.874Z] #14 37.88 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2 [49.0 kB]
07:50:37 [2022-07-28T07:50:37.874Z] #14 37.88 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2 [645 kB]
07:50:37 [2022-07-28T07:50:37.874Z] #14 37.91 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB]
07:50:37 [2022-07-28T07:50:37.874Z] #14 37.92 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libdevmapper-dev arm64 2:1.02.175-2.1 [52.0 kB]
07:50:37 [2022-07-28T07:50:37.874Z] #14 37.92 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
07:50:37 [2022-07-28T07:50:37.874Z] #14 37.94 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7 [401 kB]
07:50:37 [2022-07-28T07:50:37.874Z] #14 38.89 debconf: delaying package configuration, since apt-utils is not installed
07:50:37 [2022-07-28T07:50:37.874Z] #14 39.14 Fetched 108 MB in 6s (18.9 MB/s)
07:50:37 [2022-07-28T07:50:37.874Z] #14 39.27 Selecting previously unselected package binutils-mingw-w64-i686.
07:50:37 [2022-07-28T07:50:37.874Z] #14 39.27 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15708 files and directories currently installed.)
07:50:37 [2022-07-28T07:50:37.874Z] #14 39.33 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_arm64.deb ...
07:50:37 [2022-07-28T07:50:37.874Z] #14 39.35 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
07:50:37 [2022-07-28T07:50:37.874Z] #14 41.55 Selecting previously unselected package binutils-mingw-w64-x86-64.
07:50:37 [2022-07-28T07:50:37.874Z] #14 41.55 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_arm64.deb ...
07:50:37 [2022-07-28T07:50:37.874Z] #14 41.57 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
07:50:37 [2022-07-28T07:50:37.879Z] #55 26.36 go: downloading github.com/hashicorp/errwrap v1.0.0
07:50:38 [2022-07-28T07:50:38.119Z] #44 5.342 -- Check for working C compiler: /usr/bin/cc - skipped
07:50:38 [2022-07-28T07:50:38.119Z] #44 5.348 -- Detecting C compile features
07:50:38 [2022-07-28T07:50:38.119Z] #44 5.349 -- Detecting C compile features - done
07:50:38 [2022-07-28T07:50:38.119Z] #44 5.489 -- Performing Test HAS_BUILTIN_FORTIFY
07:50:38 [2022-07-28T07:50:38.297Z] #76 32.30 Building dependency tree...
07:50:38 [2022-07-28T07:50:38.379Z] #44 5.653 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
07:50:38 [2022-07-28T07:50:38.379Z] #44 5.814 -- Configuring done
07:50:38 [2022-07-28T07:50:38.379Z] #44 5.848 -- Generating done
07:50:38 [2022-07-28T07:50:38.639Z] #44 5.857 -- Build files have been written to: /tmp/tmp.WBhGi2oWgy/tini
07:50:38 [2022-07-28T07:50:38.639Z] #44 5.882 + make tini-static
07:50:38 [2022-07-28T07:50:38.824Z] #55 ...
07:50:38 [2022-07-28T07:50:38.824Z] 
07:50:38 [2022-07-28T07:50:38.824Z] #38 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/pelletier/go-toml/cmd/tomll@v1.8.1"      && /build/tomll --help
07:50:38 [2022-07-28T07:50:38.824Z] #38 sha256:d108e6f5212f0e6be7eaeb0062d7441f48c8aa234b520ead7f78ed2f6aaf8daa
07:50:38 [2022-07-28T07:50:38.824Z] #38 27.11 tomll can be used in two ways:
07:50:38 [2022-07-28T07:50:38.824Z] #38 27.13 Writing to STDIN and reading from STDOUT:
07:50:38 [2022-07-28T07:50:38.824Z] #38 27.13   cat file.toml | tomll > file.toml
07:50:38 [2022-07-28T07:50:38.824Z] #38 27.13 
07:50:38 [2022-07-28T07:50:38.824Z] #38 27.13 Reading and updating a list of files:
07:50:38 [2022-07-28T07:50:38.824Z] #38 27.13   tomll a.toml b.toml c.toml
07:50:38 [2022-07-28T07:50:38.824Z] #38 27.13 
07:50:38 [2022-07-28T07:50:38.824Z] #38 27.13 When given a list of files, tomll will modify all files in place without asking.
07:50:38 [2022-07-28T07:50:38.824Z] #38 DONE 27.5s
07:50:38 [2022-07-28T07:50:38.824Z] 
07:50:38 [2022-07-28T07:50:38.824Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         case $(dpkg --print-architecture) in             amd64|arm64)                 GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1"                 && /build/dlv --help                 ;;             *)                 mkdir -p /build/                 ;;         esac
07:50:38 [2022-07-28T07:50:38.824Z] #36 sha256:1509a87c4d8785c1b3fd9bff9d9474ccef8f4b872101e620b7fa14aef10a7cb5
07:50:38 [2022-07-28T07:50:38.824Z] #36 23.19 go: downloading github.com/sirupsen/logrus v1.6.0
07:50:38 [2022-07-28T07:50:38.824Z] #36 23.20 go: downloading github.com/spf13/cobra v1.1.3
07:50:38 [2022-07-28T07:50:38.824Z] #36 24.06 go: downloading github.com/mattn/go-isatty v0.0.3
07:50:38 [2022-07-28T07:50:38.824Z] #36 24.33 go: downloading golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1
07:50:38 [2022-07-28T07:50:38.824Z] #36 25.17 go: downloading gopkg.in/yaml.v2 v2.4.0
07:50:38 [2022-07-28T07:50:38.824Z] #36 25.47 go: downloading github.com/cosiner/argv v0.1.0
07:50:38 [2022-07-28T07:50:38.824Z] #36 25.51 go: downloading github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9
07:50:38 [2022-07-28T07:50:38.824Z] #36 25.71 go: downloading github.com/peterh/liner v1.2.2
07:50:38 [2022-07-28T07:50:38.824Z] #36 26.03 go: downloading github.com/google/go-dap v0.6.0
07:50:38 [2022-07-28T07:50:38.824Z] #36 26.70 go: downloading go.starlark.net v0.0.0-20200821142938-949cc6f4b097
07:50:38 [2022-07-28T07:50:38.899Z] #44 6.323 Scanning dependencies of target tini-static
07:50:39 [2022-07-28T07:50:39.083Z] #36 27.97 go: downloading github.com/mattn/go-runewidth v0.0.3
07:50:39 [2022-07-28T07:50:39.160Z] #44 6.596 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
07:50:39 [2022-07-28T07:50:39.342Z] #36 28.33 go: downloading github.com/hashicorp/golang-lru v0.5.4
07:50:39 [2022-07-28T07:50:39.606Z] #36 28.42 go: downloading golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4
07:50:40 [2022-07-28T07:50:40.395Z] #14 44.27 Selecting previously unselected package binutils-mingw-w64.
07:50:40 [2022-07-28T07:50:40.395Z] #14 44.28 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
07:50:40 [2022-07-28T07:50:40.395Z] #14 44.29 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
07:50:40 [2022-07-28T07:50:40.395Z] #14 44.45 Selecting previously unselected package libdevmapper1.02.1:arm64.
07:50:40 [2022-07-28T07:50:40.395Z] #14 44.45 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ...
07:50:40 [2022-07-28T07:50:40.395Z] #14 44.46 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
07:50:40 [2022-07-28T07:50:40.651Z] #14 44.70 Selecting previously unselected package dmsetup.
07:50:40 [2022-07-28T07:50:40.651Z] #14 44.70 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_arm64.deb ...
07:50:40 [2022-07-28T07:50:40.651Z] #14 44.72 Unpacking dmsetup (2:1.02.175-2.1) ...
07:50:40 [2022-07-28T07:50:40.816Z] #76 ...
07:50:40 [2022-07-28T07:50:40.816Z] 
07:50:40 [2022-07-28T07:50:40.816Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
07:50:40 [2022-07-28T07:50:40.816Z] #42 sha256:d5f8a01c2e1a5370173910ff1b6fd1dd838253998709bec1c0416141f69afbfb
07:50:40 [2022-07-28T07:50:40.816Z] #42 20.00 Reading package lists...
07:50:40 [2022-07-28T07:50:40.816Z] #42 26.50 Reading package lists...
07:50:40 [2022-07-28T07:50:40.816Z] #42 32.91 Building dependency tree...
07:50:40 [2022-07-28T07:50:40.816Z] #42 ...
07:50:40 [2022-07-28T07:50:40.816Z] 
07:50:40 [2022-07-28T07:50:40.816Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
07:50:40 [2022-07-28T07:50:40.816Z] #62 sha256:34bfbe9b681f5ebc46aa2b0b23925fe24fac41e1b9a5ab09857ba3a5988905e2
07:50:40 [2022-07-28T07:50:40.816Z] #62 20.06 Reading package lists...
07:50:40 [2022-07-28T07:50:40.816Z] #62 26.48 Reading package lists...
07:50:40 [2022-07-28T07:50:40.816Z] #62 32.82 Building dependency tree...
07:50:40 [2022-07-28T07:50:40.816Z] #62 36.53 The following additional packages will be installed:
07:50:40 [2022-07-28T07:50:40.816Z] #62 ...
07:50:40 [2022-07-28T07:50:40.816Z] 
07:50:40 [2022-07-28T07:50:40.816Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
07:50:40 [2022-07-28T07:50:40.816Z] #76 sha256:306ba19f1dc993c39966bb8490da17ab0369cd0c126ceb831f7ef89a39102969
07:50:40 [2022-07-28T07:50:40.816Z] #76 36.37 python3 is already the newest version (3.9.2-3).
07:50:40 [2022-07-28T07:50:40.816Z] #76 36.37 The following additional packages will be installed:
07:50:40 [2022-07-28T07:50:40.816Z] #76 36.39   autotools-dev bzip2 dpkg-dev file libcap2 libmagic-mgc libmagic1
07:50:40 [2022-07-28T07:50:40.816Z] #76 36.40   libprotobuf-c1 libsigsegv2 libyajl2 m4 patch xz-utils
07:50:40 [2022-07-28T07:50:40.816Z] #76 36.42 Suggested packages:
07:50:40 [2022-07-28T07:50:40.816Z] #76 36.43   autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring
07:50:40 [2022-07-28T07:50:40.816Z] #76 36.43   manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk
07:50:40 [2022-07-28T07:50:40.816Z] #76 36.43   m4-doc ed diffutils-doc
07:50:40 [2022-07-28T07:50:40.816Z] #76 36.43 Recommended packages:
07:50:40 [2022-07-28T07:50:40.816Z] #76 36.43   fakeroot libalgorithm-merge-perl libltdl-dev
07:50:40 [2022-07-28T07:50:40.908Z] #14 44.91 Selecting previously unselected package mingw-w64-common.
07:50:40 [2022-07-28T07:50:40.908Z] #14 44.91 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
07:50:40 [2022-07-28T07:50:40.908Z] #14 44.91 Unpacking mingw-w64-common (8.0.0-1) ...
07:50:40 [2022-07-28T07:50:40.985Z] #36 ...
07:50:40 [2022-07-28T07:50:40.985Z] 
07:50:40 [2022-07-28T07:50:40.985Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
07:50:40 [2022-07-28T07:50:40.985Z] #76 sha256:306ba19f1dc993c39966bb8490da17ab0369cd0c126ceb831f7ef89a39102969
07:50:40 [2022-07-28T07:50:40.985Z] #76 29.66 Fetched 8561 kB in 22s (391 kB/s)
07:50:41 [2022-07-28T07:50:41.068Z] #44 ...
07:50:41 [2022-07-28T07:50:41.068Z] 
07:50:41 [2022-07-28T07:50:41.068Z] #53 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1"      && /build/gotestsum --version
07:50:41 [2022-07-28T07:50:41.068Z] #53 sha256:d307c57148b88756c724eda2ed5e5454146b3f5b85292d596bc1a3db3521b728
07:50:41 [2022-07-28T07:50:41.068Z] #53 101.3 gotestsum version dev
07:50:41 [2022-07-28T07:50:41.068Z] #53 ...
07:50:41 [2022-07-28T07:50:41.068Z] 
07:50:41 [2022-07-28T07:50:41.068Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:50:41 [2022-07-28T07:50:41.068Z] #14 sha256:b25eac2f6ddf70c42113ea1e9c9616359e7796e8a4be5e3f87392c5fb5b439d0
07:50:41 [2022-07-28T07:50:41.068Z] #14 91.54 Selecting previously unselected package mingw-w64-x86-64-dev.
07:50:41 [2022-07-28T07:50:41.068Z] #14 91.54 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
07:50:41 [2022-07-28T07:50:41.068Z] #14 91.54 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
07:50:41 [2022-07-28T07:50:41.068Z] #14 ...
07:50:41 [2022-07-28T07:50:41.068Z] 
07:50:41 [2022-07-28T07:50:41.068Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:50:41 [2022-07-28T07:50:41.068Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:50:41 [2022-07-28T07:50:41.068Z] #77 18.26 Cloning into '/tmp/crun-build/libocispec/runtime-spec'...
07:50:41 [2022-07-28T07:50:41.068Z] #77 21.34 Cloning into '/tmp/crun-build/libocispec/yajl'...
07:50:41 [2022-07-28T07:50:41.068Z] #77 23.95 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c'
07:50:41 [2022-07-28T07:50:41.351Z] #77 24.45 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3'
07:50:41 [2022-07-28T07:50:41.469Z] #14 ...
07:50:41 [2022-07-28T07:50:41.469Z] 
07:50:41 [2022-07-28T07:50:41.469Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
07:50:41 [2022-07-28T07:50:41.469Z] #51 sha256:af71787f60fff29d4b525e8d4c8e3e57b06a47dc68d220a40c09089e5415d9cc
07:50:41 [2022-07-28T07:50:41.469Z] #51 35.22 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  criu 3.17.1-1 [630 kB]
07:50:41 [2022-07-28T07:50:41.469Z] #51 37.22 debconf: delaying package configuration, since apt-utils is not installed
07:50:41 [2022-07-28T07:50:41.469Z] #51 37.42 Fetched 2136 kB in 3s (647 kB/s)
07:50:41 [2022-07-28T07:50:41.469Z] #51 37.58 Selecting previously unselected package libprotobuf23:arm64.
07:50:41 [2022-07-28T07:50:41.469Z] #51 37.58 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15708 files and directories currently installed.)
07:50:41 [2022-07-28T07:50:41.469Z] #51 37.64 Preparing to unpack .../0-libprotobuf23_3.12.4-1_arm64.deb ...
07:50:41 [2022-07-28T07:50:41.469Z] #51 37.65 Unpacking libprotobuf23:arm64 (3.12.4-1) ...
07:50:41 [2022-07-28T07:50:41.469Z] #51 38.25 Selecting previously unselected package python3-pkg-resources.
07:50:41 [2022-07-28T07:50:41.469Z] #51 38.26 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ...
07:50:41 [2022-07-28T07:50:41.469Z] #51 38.27 Unpacking python3-pkg-resources (52.0.0-4) ...
07:50:41 [2022-07-28T07:50:41.469Z] #51 38.52 Selecting previously unselected package python3-six.
07:50:41 [2022-07-28T07:50:41.469Z] #51 38.52 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ...
07:50:41 [2022-07-28T07:50:41.469Z] #51 38.53 Unpacking python3-six (1.16.0-2) ...
07:50:41 [2022-07-28T07:50:41.469Z] #51 38.64 Selecting previously unselected package python3-protobuf.
07:50:41 [2022-07-28T07:50:41.469Z] #51 38.64 Preparing to unpack .../3-python3-protobuf_3.12.4-1_arm64.deb ...
07:50:41 [2022-07-28T07:50:41.469Z] #51 38.65 Unpacking python3-protobuf (3.12.4-1) ...
07:50:41 [2022-07-28T07:50:41.469Z] #51 39.22 Selecting previously unselected package libnet1:arm64.
07:50:41 [2022-07-28T07:50:41.469Z] #51 39.22 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
07:50:41 [2022-07-28T07:50:41.469Z] #51 39.23 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
07:50:41 [2022-07-28T07:50:41.469Z] #51 39.43 Selecting previously unselected package libnl-3-200:arm64.
07:50:41 [2022-07-28T07:50:41.469Z] #51 39.43 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_arm64.deb ...
07:50:41 [2022-07-28T07:50:41.469Z] #51 39.44 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ...
07:50:41 [2022-07-28T07:50:41.469Z] #51 39.60 Selecting previously unselected package libprotobuf-c1:arm64.
07:50:41 [2022-07-28T07:50:41.469Z] #51 39.61 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
07:50:41 [2022-07-28T07:50:41.469Z] #51 39.63 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
07:50:41 [2022-07-28T07:50:41.469Z] #51 39.74 Selecting previously unselected package criu.
07:50:41 [2022-07-28T07:50:41.469Z] #51 39.75 Preparing to unpack .../7-criu_3.17.1-1_arm64.deb ...
07:50:41 [2022-07-28T07:50:41.469Z] #51 39.76 Unpacking criu (3.17.1-1) ...
07:50:41 [2022-07-28T07:50:41.469Z] #51 40.57 Setting up python3-pkg-resources (52.0.0-4) ...
07:50:41 [2022-07-28T07:50:41.469Z] #51 42.30 Setting up libprotobuf23:arm64 (3.12.4-1) ...
07:50:41 [2022-07-28T07:50:41.469Z] #51 42.33 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
07:50:41 [2022-07-28T07:50:41.469Z] #51 42.34 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
07:50:41 [2022-07-28T07:50:41.469Z] #51 42.35 Setting up python3-six (1.16.0-2) ...
07:50:41 [2022-07-28T07:50:41.469Z] #51 43.27 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ...
07:50:41 [2022-07-28T07:50:41.469Z] #51 43.31 Setting up python3-protobuf (3.12.4-1) ...
07:50:41 [2022-07-28T07:50:41.611Z] #77 24.83 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06'
07:50:41 [2022-07-28T07:50:41.611Z] #77 ...
07:50:41 [2022-07-28T07:50:41.611Z] 
07:50:41 [2022-07-28T07:50:41.611Z] #44 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh tini
07:50:41 [2022-07-28T07:50:41.611Z] #44 sha256:a44853b732e3e518b1b4f9dfd820893b13b27efd2b3f9c1d7851512f99e24609
07:50:41 [2022-07-28T07:50:41.611Z] #44 9.018 [100%] Linking C executable tini-static
07:50:41 [2022-07-28T07:50:41.725Z] #51 ...
07:50:41 [2022-07-28T07:50:41.726Z] 
07:50:41 [2022-07-28T07:50:41.726Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:50:41 [2022-07-28T07:50:41.726Z] #55 sha256:2c4952d724d4d96b9dc897b827fb3e88a4a51387545c75374fe1fa9d5fedf6b0
07:50:41 [2022-07-28T07:50:41.726Z] #55 35.88 go: downloading github.com/mattn/go-runewidth v0.0.9
07:50:41 [2022-07-28T07:50:41.726Z] #55 37.31 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
07:50:41 [2022-07-28T07:50:41.871Z] #44 ...
07:50:41 [2022-07-28T07:50:41.871Z] 
07:50:41 [2022-07-28T07:50:41.871Z] #53 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1"      && /build/gotestsum --version
07:50:41 [2022-07-28T07:50:41.871Z] #53 sha256:d307c57148b88756c724eda2ed5e5454146b3f5b85292d596bc1a3db3521b728
07:50:41 [2022-07-28T07:50:41.871Z] #53 DONE 102.4s
07:50:41 [2022-07-28T07:50:41.982Z] #55 ...
07:50:41 [2022-07-28T07:50:41.982Z] 
07:50:41 [2022-07-28T07:50:41.982Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
07:50:41 [2022-07-28T07:50:41.982Z] #42 sha256:5ac78e3ed1c3516599f5058086e00fd695be9d388a17d262fd80e5930e64e3f9
07:50:41 [2022-07-28T07:50:41.983Z] #42 37.71 Selecting previously unselected package libicu67:arm64.
07:50:41 [2022-07-28T07:50:41.983Z] #42 37.71 Preparing to unpack .../3-libicu67_67.1-7_arm64.deb ...
07:50:41 [2022-07-28T07:50:41.983Z] #42 37.73 Unpacking libicu67:arm64 (67.1-7) ...
07:50:41 [2022-07-28T07:50:41.983Z] #42 43.45 Selecting previously unselected package libxml2:arm64.
07:50:41 [2022-07-28T07:50:41.983Z] #42 43.45 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u2_arm64.deb ...
07:50:41 [2022-07-28T07:50:41.983Z] #42 43.45 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7+deb11u2) ...
07:50:41 [2022-07-28T07:50:41.983Z] #42 43.93 Selecting previously unselected package libarchive13:arm64.
07:50:41 [2022-07-28T07:50:41.983Z] #42 43.96 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_arm64.deb ...
07:50:41 [2022-07-28T07:50:41.983Z] #42 43.98 Unpacking libarchive13:arm64 (3.4.3-2+deb11u1) ...
07:50:41 [2022-07-28T07:50:41.983Z] #42 44.27 Selecting previously unselected package libjsoncpp24:arm64.
07:50:41 [2022-07-28T07:50:41.983Z] #42 44.27 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_arm64.deb ...
07:50:41 [2022-07-28T07:50:41.983Z] #42 44.30 Unpacking libjsoncpp24:arm64 (1.9.4-4) ...
07:50:41 [2022-07-28T07:50:41.983Z] #42 44.45 Selecting previously unselected package librhash0:arm64.
07:50:41 [2022-07-28T07:50:41.983Z] #42 44.46 Preparing to unpack .../7-librhash0_1.4.1-2_arm64.deb ...
07:50:41 [2022-07-28T07:50:41.983Z] #42 44.46 Unpacking librhash0:arm64 (1.4.1-2) ...
07:50:41 [2022-07-28T07:50:41.983Z] #42 44.65 Selecting previously unselected package libuv1:arm64.
07:50:41 [2022-07-28T07:50:41.983Z] #42 44.65 Preparing to unpack .../8-libuv1_1.40.0-2_arm64.deb ...
07:50:41 [2022-07-28T07:50:41.983Z] #42 44.66 Unpacking libuv1:arm64 (1.40.0-2) ...
07:50:41 [2022-07-28T07:50:41.983Z] #42 44.80 Selecting previously unselected package cmake.
07:50:41 [2022-07-28T07:50:41.983Z] #42 44.81 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_arm64.deb ...
07:50:41 [2022-07-28T07:50:41.983Z] #42 44.84 Unpacking cmake (3.18.4-2+deb11u1) ...
07:50:42 [2022-07-28T07:50:42.132Z] 
07:50:42 [2022-07-28T07:50:42.132Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:50:42 [2022-07-28T07:50:42.132Z] #14 sha256:b25eac2f6ddf70c42113ea1e9c9616359e7796e8a4be5e3f87392c5fb5b439d0
07:50:42 [2022-07-28T07:50:42.132Z] #14 102.5 Selecting previously unselected package gcc-mingw-w64-base.
07:50:42 [2022-07-28T07:50:42.132Z] #14 102.5 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
07:50:42 [2022-07-28T07:50:42.132Z] #14 102.5 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
07:50:42 [2022-07-28T07:50:42.392Z] #14 102.8 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
07:50:42 [2022-07-28T07:50:42.392Z] #14 102.8 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
07:50:42 [2022-07-28T07:50:42.392Z] #14 102.8 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
07:50:42 [2022-07-28T07:50:42.715Z] #76 38.11 The following NEW packages will be installed:
07:50:42 [2022-07-28T07:50:42.715Z] #76 38.11   autoconf automake autotools-dev build-essential bzip2 dpkg-dev file
07:50:42 [2022-07-28T07:50:42.715Z] #76 38.12   libcap-dev libcap2 libmagic-mgc libmagic1 libprotobuf-c-dev libprotobuf-c1
07:50:42 [2022-07-28T07:50:42.715Z] #76 38.12   libseccomp-dev libsigsegv2 libsystemd-dev libtool libudev-dev libyajl-dev
07:50:42 [2022-07-28T07:50:42.715Z] #76 38.12   libyajl2 m4 patch xz-utils
07:50:42 [2022-07-28T07:50:42.715Z] #76 38.55 0 upgraded, 23 newly installed, 0 to remove and 1 not upgraded.
07:50:42 [2022-07-28T07:50:42.715Z] #76 38.55 Need to get 5940 kB of archives.
07:50:42 [2022-07-28T07:50:42.715Z] #76 38.55 After this operation, 18.7 MB of additional disk space will be used.
07:50:42 [2022-07-28T07:50:42.715Z] #76 38.55 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
07:50:42 [2022-07-28T07:50:42.715Z] #76 38.55 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB]
07:50:42 [2022-07-28T07:50:42.715Z] #76 38.55 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB]
07:50:42 [2022-07-28T07:50:42.715Z] #76 38.56 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB]
07:50:42 [2022-07-28T07:50:42.715Z] #76 38.56 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB]
07:50:42 [2022-07-28T07:50:42.715Z] #76 38.58 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsigsegv2 amd64 2.13-1 [34.8 kB]
07:50:42 [2022-07-28T07:50:42.715Z] #76 38.60 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 m4 amd64 1.4.18-5 [204 kB]
07:50:42 [2022-07-28T07:50:42.715Z] #76 38.60 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autoconf all 2.69-14 [313 kB]
07:50:42 [2022-07-28T07:50:42.715Z] #76 38.64 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autotools-dev all 20180224.1+nmu1 [77.1 kB]
07:50:42 [2022-07-28T07:50:42.715Z] #76 38.64 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 automake all 1:1.16.3-2 [814 kB]
07:50:42 [2022-07-28T07:50:42.715Z] #76 38.72 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
07:50:42 [2022-07-28T07:50:42.938Z] #42 ...
07:50:42 [2022-07-28T07:50:42.938Z] 
07:50:42 [2022-07-28T07:50:42.938Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
07:50:42 [2022-07-28T07:50:42.938Z] #51 sha256:af71787f60fff29d4b525e8d4c8e3e57b06a47dc68d220a40c09089e5415d9cc
07:50:42 [2022-07-28T07:50:42.938Z] #51 46.86 Setting up criu (3.17.1-1) ...
07:50:42 [2022-07-28T07:50:42.962Z] #14 ...
07:50:42 [2022-07-28T07:50:42.962Z] 
07:50:42 [2022-07-28T07:50:42.962Z] #44 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh tini
07:50:42 [2022-07-28T07:50:42.962Z] #44 sha256:a44853b732e3e518b1b4f9dfd820893b13b27efd2b3f9c1d7851512f99e24609
07:50:42 [2022-07-28T07:50:42.962Z] #44 10.08 [100%] Built target tini-static
07:50:42 [2022-07-28T07:50:42.962Z] #44 10.24 + mkdir -p /build
07:50:42 [2022-07-28T07:50:42.962Z] #44 10.24 + cp tini-static /build/docker-init
07:50:42 [2022-07-28T07:50:42.962Z] #44 DONE 10.5s
07:50:42 [2022-07-28T07:50:42.974Z] #76 38.72 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.11 [2308 kB]
07:50:42 [2022-07-28T07:50:42.974Z] #76 ...
07:50:42 [2022-07-28T07:50:42.974Z] 
07:50:42 [2022-07-28T07:50:42.974Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
07:50:42 [2022-07-28T07:50:42.974Z] #51 sha256:40295bf8cbd242d421bcf2efe97957471d81db5c6a2a8e836b41bc0ec6634359
07:50:42 [2022-07-28T07:50:42.974Z] #51 22.30 Reading package lists...
07:50:42 [2022-07-28T07:50:42.974Z] #51 28.71 Reading package lists...
07:50:42 [2022-07-28T07:50:42.974Z] #51 34.13 Building dependency tree...
07:50:42 [2022-07-28T07:50:42.974Z] #51 38.11 The following additional packages will be installed:
07:50:42 [2022-07-28T07:50:42.974Z] #51 38.13   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
07:50:42 [2022-07-28T07:50:42.974Z] #51 38.13   python3-protobuf python3-six
07:50:42 [2022-07-28T07:50:42.974Z] #51 38.16 Suggested packages:
07:50:42 [2022-07-28T07:50:42.974Z] #51 38.16   python3-setuptools
07:50:42 [2022-07-28T07:50:42.974Z] #51 38.16 Recommended packages:
07:50:42 [2022-07-28T07:50:42.974Z] #51 38.16   iproute2 | iproute
07:50:42 [2022-07-28T07:50:42.974Z] #51 ...
07:50:42 [2022-07-28T07:50:42.974Z] 
07:50:42 [2022-07-28T07:50:42.974Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
07:50:42 [2022-07-28T07:50:42.974Z] #76 sha256:306ba19f1dc993c39966bb8490da17ab0369cd0c126ceb831f7ef89a39102969
07:50:42 [2022-07-28T07:50:42.974Z] #76 38.91 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 build-essential amd64 12.9 [7704 B]
07:50:42 [2022-07-28T07:50:42.974Z] #76 38.93 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
07:50:43 [2022-07-28T07:50:43.222Z] 
07:50:43 [2022-07-28T07:50:43.222Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
07:50:43 [2022-07-28T07:50:43.222Z] #67 sha256:684f6b5af87a6c06a0306e7ddde576b4a8b7c63599f34b8990adc5a427f006e1
07:50:43 [2022-07-28T07:50:43.231Z] #76 38.93 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap-dev amd64 1:2.44-1 [45.3 kB]
07:50:43 [2022-07-28T07:50:43.231Z] #76 38.94 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
07:50:43 [2022-07-28T07:50:43.231Z] #76 38.94 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c-dev amd64 1.3.3-1+b2 [34.3 kB]
07:50:43 [2022-07-28T07:50:43.231Z] #76 38.95 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
07:50:43 [2022-07-28T07:50:43.231Z] #76 38.95 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB]
07:50:43 [2022-07-28T07:50:43.231Z] #76 38.98 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtool all 2.4.6-15 [513 kB]
07:50:43 [2022-07-28T07:50:43.231Z] #76 39.01 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB]
07:50:43 [2022-07-28T07:50:43.231Z] #76 39.04 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB]
07:50:43 [2022-07-28T07:50:43.231Z] #76 39.05 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl-dev amd64 2.1.0-3 [32.6 kB]
07:50:44 [2022-07-28T07:50:44.162Z] #76 ...
07:50:44 [2022-07-28T07:50:44.162Z] 
07:50:44 [2022-07-28T07:50:44.162Z] #57 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2"      && /build/shfmt --version
07:50:44 [2022-07-28T07:50:44.162Z] #57 sha256:e5df52e26a68746b0bf2040b302f767d48979c354574e3fe2d7b186d1bae51bb
07:50:44 [2022-07-28T07:50:44.162Z] #57 39.61 v3.0.2
07:50:44 [2022-07-28T07:50:44.162Z] #57 DONE 40.1s
07:50:44 [2022-07-28T07:50:44.419Z] 
07:50:44 [2022-07-28T07:50:44.419Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
07:50:44 [2022-07-28T07:50:44.419Z] #62 sha256:34bfbe9b681f5ebc46aa2b0b23925fe24fac41e1b9a5ab09857ba3a5988905e2
07:50:44 [2022-07-28T07:50:44.419Z] #62 36.54   libbtrfs0
07:50:44 [2022-07-28T07:50:44.419Z] #62 36.79 The following NEW packages will be installed:
07:50:44 [2022-07-28T07:50:44.419Z] #62 36.79   libbtrfs-dev libbtrfs0
07:50:44 [2022-07-28T07:50:44.419Z] #62 37.25 0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded.
07:50:44 [2022-07-28T07:50:44.419Z] #62 37.25 Need to get 460 kB of archives.
07:50:44 [2022-07-28T07:50:44.419Z] #62 37.25 After this operation, 1237 kB of additional disk space will be used.
07:50:44 [2022-07-28T07:50:44.419Z] #62 37.25 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
07:50:44 [2022-07-28T07:50:44.419Z] #62 37.26 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
07:50:44 [2022-07-28T07:50:44.419Z] #62 38.46 debconf: delaying package configuration, since apt-utils is not installed
07:50:44 [2022-07-28T07:50:44.419Z] #62 38.82 Fetched 460 kB in 0s (1242 kB/s)
07:50:44 [2022-07-28T07:50:44.419Z] #62 38.95 Selecting previously unselected package libbtrfs0:amd64.
07:50:44 [2022-07-28T07:50:44.419Z] #62 38.95 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15717 files and directories currently installed.)
07:50:44 [2022-07-28T07:50:44.419Z] #62 39.01 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
07:50:44 [2022-07-28T07:50:44.419Z] #62 39.04 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
07:50:44 [2022-07-28T07:50:44.419Z] #62 39.33 Selecting previously unselected package libbtrfs-dev:amd64.
07:50:44 [2022-07-28T07:50:44.419Z] #62 39.33 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ...
07:50:44 [2022-07-28T07:50:44.419Z] #62 39.33 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
07:50:44 [2022-07-28T07:50:44.419Z] #62 39.82 Setting up libbtrfs0:amd64 (5.10.1-2) ...
07:50:44 [2022-07-28T07:50:44.419Z] #62 39.89 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
07:50:44 [2022-07-28T07:50:44.419Z] #62 39.95 Processing triggers for libc-bin (2.31-13+deb11u3) ...
07:50:44 [2022-07-28T07:50:44.678Z] #62 DONE 40.5s
07:50:44 [2022-07-28T07:50:44.678Z] 
07:50:44 [2022-07-28T07:50:44.678Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
07:50:44 [2022-07-28T07:50:44.678Z] #63 sha256:2029530fd4b5fa7e8d44b25a0418dcb44abcc9cf99c648e1d6f206ba3094973f
07:50:44 [2022-07-28T07:50:44.914Z] #51 48.80 Processing triggers for libc-bin (2.31-13+deb11u3) ...
07:50:45 [2022-07-28T07:50:45.476Z] #51 ...
07:50:45 [2022-07-28T07:50:45.476Z] 
07:50:45 [2022-07-28T07:50:45.476Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
07:50:45 [2022-07-28T07:50:45.476Z] #34 sha256:80b099c05f6d0f9194662324a9af9fc5cd226ff1ca4b792c9cd0ef6d4b6899d7
07:50:45 [2022-07-28T07:50:45.476Z] #34 39.25 Updating files:  93% (1423/1521)
Updating files:  94% (1430/1521)
Updating files:  95% (1445/1521)
Updating files:  96% (1461/1521)
Updating files:  97% (1476/1521)
Updating files:  98% (1491/1521)
Updating files:  99% (1506/1521)
Updating files: 100% (1521/1521)
Updating files: 100% (1521/1521), done.
07:50:45 [2022-07-28T07:50:45.476Z] #34 39.36 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c
07:50:45 [2022-07-28T07:50:45.476Z] #34 39.67 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
07:50:45 [2022-07-28T07:50:45.476Z] #34 ...
07:50:45 [2022-07-28T07:50:45.476Z] 
07:50:45 [2022-07-28T07:50:45.476Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
07:50:45 [2022-07-28T07:50:45.476Z] #42 sha256:5ac78e3ed1c3516599f5058086e00fd695be9d388a17d262fd80e5930e64e3f9
07:50:45 [2022-07-28T07:50:45.476Z] #42 47.69 Setting up libicu67:arm64 (67.1-7) ...
07:50:45 [2022-07-28T07:50:45.476Z] #42 47.71 Setting up xxd (2:8.2.2434-3+deb11u1) ...
07:50:45 [2022-07-28T07:50:45.476Z] #42 47.74 Setting up libuv1:arm64 (1.40.0-2) ...
07:50:45 [2022-07-28T07:50:45.476Z] #42 47.77 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
07:50:45 [2022-07-28T07:50:45.476Z] #42 47.81 Setting up libjsoncpp24:arm64 (1.9.4-4) ...
07:50:45 [2022-07-28T07:50:45.476Z] #42 47.83 Setting up librhash0:arm64 (1.4.1-2) ...
07:50:45 [2022-07-28T07:50:45.476Z] #42 47.84 Setting up cmake-data (3.18.4-2+deb11u1) ...
07:50:45 [2022-07-28T07:50:45.476Z] #42 47.86 Setting up libxml2:arm64 (2.9.10+dfsg-6.7+deb11u2) ...
07:50:45 [2022-07-28T07:50:45.476Z] #42 47.88 Setting up libarchive13:arm64 (3.4.3-2+deb11u1) ...
07:50:45 [2022-07-28T07:50:45.476Z] #42 47.90 Setting up cmake (3.18.4-2+deb11u1) ...
07:50:45 [2022-07-28T07:50:45.476Z] #42 47.91 Processing triggers for libc-bin (2.31-13+deb11u3) ...
07:50:45 [2022-07-28T07:50:45.476Z] #42 DONE 49.6s
07:50:45 [2022-07-28T07:50:45.476Z] 
07:50:45 [2022-07-28T07:50:45.476Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
07:50:45 [2022-07-28T07:50:45.476Z] #51 sha256:af71787f60fff29d4b525e8d4c8e3e57b06a47dc68d220a40c09089e5415d9cc
07:50:45 [2022-07-28T07:50:45.476Z] #51 DONE 49.4s
07:50:45 [2022-07-28T07:50:45.476Z] 
07:50:45 [2022-07-28T07:50:45.476Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
07:50:45 [2022-07-28T07:50:45.476Z] #43 sha256:0173a306ff38774f40b8b1cef012a51fec13db86484eeb0d46c4abd56e2c10ee
07:50:45 [2022-07-28T07:50:45.618Z] #63 ...
07:50:45 [2022-07-28T07:50:45.618Z] 
07:50:45 [2022-07-28T07:50:45.618Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
07:50:45 [2022-07-28T07:50:45.618Z] #47 sha256:8a0b7c7abf06bbb1ab29c763b2e38d2fa012d03eb2e646559ec0a63c975a38c7
07:50:45 [2022-07-28T07:50:45.618Z] #47 30.96 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
07:50:45 [2022-07-28T07:50:45.618Z] #47 ...
07:50:45 [2022-07-28T07:50:45.618Z] 
07:50:45 [2022-07-28T07:50:45.618Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
07:50:45 [2022-07-28T07:50:45.618Z] #63 sha256:2029530fd4b5fa7e8d44b25a0418dcb44abcc9cf99c648e1d6f206ba3094973f
07:50:45 [2022-07-28T07:50:45.618Z] #63 DONE 0.8s
07:50:45 [2022-07-28T07:50:45.618Z] 
07:50:45 [2022-07-28T07:50:45.618Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
07:50:45 [2022-07-28T07:50:45.618Z] #76 sha256:306ba19f1dc993c39966bb8490da17ab0369cd0c126ceb831f7ef89a39102969
07:50:45 [2022-07-28T07:50:45.618Z] #76 40.31 debconf: delaying package configuration, since apt-utils is not installed
07:50:45 [2022-07-28T07:50:45.618Z] #76 40.64 Fetched 5940 kB in 1s (7132 kB/s)
07:50:45 [2022-07-28T07:50:45.618Z] #76 40.74 Selecting previously unselected package bzip2.
07:50:45 [2022-07-28T07:50:45.618Z] #76 40.74 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15717 files and directories currently installed.)
07:50:45 [2022-07-28T07:50:45.618Z] #76 40.85 Preparing to unpack .../00-bzip2_1.0.8-4_amd64.deb ...
07:50:45 [2022-07-28T07:50:45.618Z] #76 40.89 Unpacking bzip2 (1.0.8-4) ...
07:50:45 [2022-07-28T07:50:45.618Z] #76 41.09 Selecting previously unselected package libmagic-mgc.
07:50:45 [2022-07-28T07:50:45.618Z] #76 41.09 Preparing to unpack .../01-libmagic-mgc_1%3a5.39-3_amd64.deb ...
07:50:45 [2022-07-28T07:50:45.618Z] #76 41.14 Unpacking libmagic-mgc (1:5.39-3) ...
07:50:45 [2022-07-28T07:50:45.732Z] #43 DONE 0.2s
07:50:45 [2022-07-28T07:50:45.732Z] 
07:50:45 [2022-07-28T07:50:45.732Z] #44 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh tini
07:50:45 [2022-07-28T07:50:45.732Z] #44 sha256:b62b151ce4e4948648102665064f08ec0a54a380e6ec3454ae4610be390f2a73
07:50:45 [2022-07-28T07:50:45.880Z] #76 41.77 Selecting previously unselected package libmagic1:amd64.
07:50:45 [2022-07-28T07:50:45.880Z] #76 41.77 Preparing to unpack .../02-libmagic1_1%3a5.39-3_amd64.deb ...
07:50:45 [2022-07-28T07:50:45.880Z] #76 41.77 Unpacking libmagic1:amd64 (1:5.39-3) ...
07:50:46 [2022-07-28T07:50:46.137Z] #76 41.96 Selecting previously unselected package file.
07:50:46 [2022-07-28T07:50:46.137Z] #76 41.96 Preparing to unpack .../03-file_1%3a5.39-3_amd64.deb ...
07:50:46 [2022-07-28T07:50:46.137Z] #76 41.98 Unpacking file (1:5.39-3) ...
07:50:46 [2022-07-28T07:50:46.273Z] #76 29.66 Reading package lists...
07:50:46 [2022-07-28T07:50:46.273Z] #76 ...
07:50:46 [2022-07-28T07:50:46.273Z] 
07:50:46 [2022-07-28T07:50:46.273Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:50:46 [2022-07-28T07:50:46.273Z] #55 sha256:6a5ba43a879545395035c8edb2d77f5663eaeac2aed4ebd5825ef0a4ef562291
07:50:46 [2022-07-28T07:50:46.273Z] #55 28.00 go: downloading golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f
07:50:46 [2022-07-28T07:50:46.273Z] #55 28.01 go: downloading 4d63.com/gochecknoglobals v0.1.0
07:50:46 [2022-07-28T07:50:46.273Z] #55 28.27 go: downloading github.com/Antonboom/errname v0.1.6
07:50:46 [2022-07-28T07:50:46.273Z] #55 28.27 go: downloading github.com/Antonboom/nilnil v0.1.1
07:50:46 [2022-07-28T07:50:46.273Z] #55 28.35 go: downloading github.com/BurntSushi/toml v1.1.0
07:50:46 [2022-07-28T07:50:46.273Z] #55 28.59 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
07:50:46 [2022-07-28T07:50:46.273Z] #55 28.79 go: downloading github.com/GaijinEntertainment/go-exhaustruct/v2 v2.1.0
07:50:46 [2022-07-28T07:50:46.273Z] #55 29.06 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0
07:50:46 [2022-07-28T07:50:46.273Z] #55 29.24 go: downloading github.com/alexkohler/prealloc v1.0.0
07:50:46 [2022-07-28T07:50:46.273Z] #55 29.38 go: downloading github.com/ashanbrown/forbidigo v1.3.0
07:50:46 [2022-07-28T07:50:46.273Z] #55 29.66 go: downloading github.com/ashanbrown/makezero v1.1.1
07:50:46 [2022-07-28T07:50:46.273Z] #55 29.79 go: downloading github.com/bkielbasa/cyclop v1.2.0
07:50:46 [2022-07-28T07:50:46.273Z] #55 29.90 go: downloading github.com/blizzy78/varnamelen v0.8.0
07:50:46 [2022-07-28T07:50:46.273Z] #55 30.21 go: downloading github.com/bombsimon/wsl/v3 v3.3.0
07:50:46 [2022-07-28T07:50:46.273Z] #55 30.36 go: downloading github.com/breml/bidichk v0.2.3
07:50:46 [2022-07-28T07:50:46.273Z] #55 30.47 go: downloading github.com/breml/errchkjson v0.3.0
07:50:46 [2022-07-28T07:50:46.273Z] #55 30.63 go: downloading github.com/butuzov/ireturn v0.1.1
07:50:46 [2022-07-28T07:50:46.273Z] #55 30.75 go: downloading github.com/charithe/durationcheck v0.0.9
07:50:46 [2022-07-28T07:50:46.273Z] #55 30.81 go: downloading github.com/daixiang0/gci v0.3.3
07:50:46 [2022-07-28T07:50:46.273Z] #55 30.96 go: downloading github.com/denis-tingaikin/go-header v0.4.3
07:50:46 [2022-07-28T07:50:46.273Z] #55 31.14 go: downloading github.com/esimonov/ifshort v1.0.4
07:50:46 [2022-07-28T07:50:46.273Z] #55 31.39 go: downloading github.com/firefart/nonamedreturns v1.0.1
07:50:46 [2022-07-28T07:50:46.273Z] #55 31.44 go: downloading github.com/fzipp/gocyclo v0.5.1
07:50:46 [2022-07-28T07:50:46.273Z] #55 31.47 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
07:50:46 [2022-07-28T07:50:46.273Z] #55 31.60 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
07:50:46 [2022-07-28T07:50:46.273Z] #55 31.60 go: downloading github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe
07:50:46 [2022-07-28T07:50:46.273Z] #55 32.03 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
07:50:46 [2022-07-28T07:50:46.273Z] #55 32.22 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
07:50:46 [2022-07-28T07:50:46.273Z] #55 32.23 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
07:50:46 [2022-07-28T07:50:46.273Z] #55 32.41 go: downloading github.com/golangci/misspell v0.3.5
07:50:46 [2022-07-28T07:50:46.273Z] #55 32.46 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
07:50:46 [2022-07-28T07:50:46.273Z] #55 32.78 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8
07:50:46 [2022-07-28T07:50:46.273Z] #55 32.86 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
07:50:46 [2022-07-28T07:50:46.273Z] #55 33.00 go: downloading github.com/gostaticanalysis/nilerr v0.1.1
07:50:46 [2022-07-28T07:50:46.273Z] #55 33.05 go: downloading github.com/jgautheron/goconst v1.5.1
07:50:46 [2022-07-28T07:50:46.273Z] #55 33.16 go: downloading github.com/jingyugao/rowserrcheck v1.1.1
07:50:46 [2022-07-28T07:50:46.273Z] #55 33.24 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
07:50:46 [2022-07-28T07:50:46.273Z] #55 33.31 go: downloading github.com/julz/importas v0.1.0
07:50:46 [2022-07-28T07:50:46.273Z] #55 33.58 go: downloading github.com/kisielk/errcheck v1.6.0
07:50:46 [2022-07-28T07:50:46.273Z] #55 33.62 go: downloading github.com/kulti/thelper v0.6.2
07:50:46 [2022-07-28T07:50:46.273Z] #55 34.00 go: downloading github.com/kunwardeep/paralleltest v1.0.3
07:50:46 [2022-07-28T07:50:46.273Z] #55 34.00 go: downloading github.com/kyoh86/exportloopref v0.1.8
07:50:46 [2022-07-28T07:50:46.273Z] #55 34.11 go: downloading github.com/ldez/tagliatelle v0.3.1
07:50:46 [2022-07-28T07:50:46.273Z] #55 34.26 go: downloading github.com/leonklingele/grouper v1.1.0
07:50:46 [2022-07-28T07:50:46.273Z] #55 34.42 go: downloading github.com/lufeee/execinquery v1.2.1
07:50:46 [2022-07-28T07:50:46.273Z] #55 34.52 go: downloading github.com/maratori/testpackage v1.0.1
07:50:46 [2022-07-28T07:50:46.273Z] #55 34.75 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951
07:50:46 [2022-07-28T07:50:46.273Z] #55 34.81 go: downloading github.com/mbilski/exhaustivestruct v1.2.0
07:50:46 [2022-07-28T07:50:46.273Z] #55 34.94 go: downloading github.com/mgechev/revive v1.2.1
07:50:46 [2022-07-28T07:50:46.394Z] #76 42.15 Selecting previously unselected package xz-utils.
07:50:46 [2022-07-28T07:50:46.394Z] #76 42.15 Preparing to unpack .../04-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
07:50:46 [2022-07-28T07:50:46.394Z] #76 42.16 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
07:50:46 [2022-07-28T07:50:46.653Z] #76 42.53 Selecting previously unselected package libsigsegv2:amd64.
07:50:46 [2022-07-28T07:50:46.653Z] #76 42.53 Preparing to unpack .../05-libsigsegv2_2.13-1_amd64.deb ...
07:50:46 [2022-07-28T07:50:46.653Z] #76 42.63 Unpacking libsigsegv2:amd64 (2.13-1) ...
07:50:46 [2022-07-28T07:50:46.663Z] #44 1.031 + RM_GOPATH=0
07:50:46 [2022-07-28T07:50:46.663Z] #44 1.031 + TMP_GOPATH=
07:50:46 [2022-07-28T07:50:46.663Z] #44 1.031 + : /build
07:50:46 [2022-07-28T07:50:46.663Z] #44 1.031 + '[' -z '' ']'
07:50:46 [2022-07-28T07:50:46.663Z] #44 1.031 ++ mktemp -d
07:50:46 [2022-07-28T07:50:46.663Z] #44 1.058 + export GOPATH=/tmp/tmp.KnhDfnV0Zv
07:50:46 [2022-07-28T07:50:46.663Z] #44 1.058 + GOPATH=/tmp/tmp.KnhDfnV0Zv
07:50:46 [2022-07-28T07:50:46.663Z] #44 1.058 + RM_GOPATH=1
07:50:46 [2022-07-28T07:50:46.663Z] #44 1.058 + case "$(go env GOARCH)" in
07:50:46 [2022-07-28T07:50:46.663Z] #44 1.066 ++ go env GOARCH
07:50:46 [2022-07-28T07:50:46.663Z] #44 1.098 + export GO_BUILDMODE=-buildmode=pie
07:50:46 [2022-07-28T07:50:46.663Z] #44 1.098 + GO_BUILDMODE=-buildmode=pie
07:50:46 [2022-07-28T07:50:46.663Z] #44 1.098 ++ dirname /install.sh
07:50:46 [2022-07-28T07:50:46.771Z] #84 61.65 configure.ac:7: installing './compile'
07:50:46 [2022-07-28T07:50:46.771Z] #84 61.71 configure.ac:11: installing './config.guess'
07:50:46 [2022-07-28T07:50:46.771Z] #84 61.72 configure.ac:11: installing './config.sub'
07:50:46 [2022-07-28T07:50:46.771Z] #84 61.73 configure.ac:8: installing './install-sh'
07:50:46 [2022-07-28T07:50:46.771Z] #84 61.75 configure.ac:8: installing './missing'
07:50:46 [2022-07-28T07:50:46.771Z] #84 61.87 Makefile.am: installing './depcomp'
07:50:46 [2022-07-28T07:50:46.912Z] #76 42.72 Selecting previously unselected package m4.
07:50:46 [2022-07-28T07:50:46.912Z] #76 42.72 Preparing to unpack .../06-m4_1.4.18-5_amd64.deb ...
07:50:46 [2022-07-28T07:50:46.912Z] #76 42.72 Unpacking m4 (1.4.18-5) ...
07:50:46 [2022-07-28T07:50:46.912Z] #76 42.90 Selecting previously unselected package autoconf.
07:50:46 [2022-07-28T07:50:46.920Z] #44 1.241 Install tini version v0.19.0
07:50:46 [2022-07-28T07:50:46.920Z] #44 1.241 + dir=/
07:50:46 [2022-07-28T07:50:46.920Z] #44 1.241 + bin=tini
07:50:46 [2022-07-28T07:50:46.920Z] #44 1.241 + shift
07:50:46 [2022-07-28T07:50:46.920Z] #44 1.241 + '[' '!' -f //tini.installer ']'
07:50:46 [2022-07-28T07:50:46.920Z] #44 1.241 + . //tini.installer
07:50:46 [2022-07-28T07:50:46.920Z] #44 1.241 ++ : v0.19.0
07:50:46 [2022-07-28T07:50:46.920Z] #44 1.241 + install_tini
07:50:46 [2022-07-28T07:50:46.920Z] #44 1.241 + echo 'Install tini version v0.19.0'
07:50:46 [2022-07-28T07:50:46.920Z] #44 1.241 + git clone https://github.com/krallin/tini.git /tmp/tmp.KnhDfnV0Zv/tini
07:50:46 [2022-07-28T07:50:46.920Z] #44 1.241 Cloning into '/tmp/tmp.KnhDfnV0Zv/tini'...
07:50:47 [2022-07-28T07:50:47.169Z] #76 42.92 Preparing to unpack .../07-autoconf_2.69-14_all.deb ...
07:50:47 [2022-07-28T07:50:47.169Z] #76 43.02 Unpacking autoconf (2.69-14) ...
07:50:47 [2022-07-28T07:50:47.340Z] #84 63.51 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
07:50:47 [2022-07-28T07:50:47.340Z] #84 63.51 libtoolize: copying file 'build-aux/ltmain.sh'
07:50:47 [2022-07-28T07:50:47.600Z] #84 63.79 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
07:50:47 [2022-07-28T07:50:47.600Z] #84 63.79 libtoolize: copying file 'm4/libtool.m4'
07:50:47 [2022-07-28T07:50:47.654Z] #55 36.27 go: downloading github.com/moricho/tparallel v0.2.1
07:50:47 [2022-07-28T07:50:47.654Z] #55 36.28 go: downloading github.com/nakabonne/nestif v0.3.1
07:50:47 [2022-07-28T07:50:47.654Z] #55 36.51 go: downloading github.com/nishanths/exhaustive v0.7.11
07:50:47 [2022-07-28T07:50:47.654Z] #55 36.54 go: downloading github.com/nishanths/predeclared v0.2.2
07:50:47 [2022-07-28T07:50:47.850Z] #44 1.969 + cd /tmp/tmp.KnhDfnV0Zv/tini
07:50:47 [2022-07-28T07:50:47.850Z] #44 1.980 + git checkout -q v0.19.0
07:50:47 [2022-07-28T07:50:47.850Z] #44 2.009 + cmake .
07:50:47 [2022-07-28T07:50:47.850Z] #44 ...
07:50:47 [2022-07-28T07:50:47.850Z] 
07:50:47 [2022-07-28T07:50:47.850Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:50:47 [2022-07-28T07:50:47.850Z] #77 sha256:08904648274d48335dfd8ac9ff733aa2134ce67ddc8a78b8db269c23f005044a
07:50:47 [2022-07-28T07:50:47.850Z] #77 0.676 Cloning into '/tmp/crun-build'...
07:50:47 [2022-07-28T07:50:47.850Z] #77 6.073 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec'
07:50:47 [2022-07-28T07:50:47.850Z] #77 6.140 Cloning into '/tmp/crun-build/libocispec'...
07:50:47 [2022-07-28T07:50:47.850Z] #77 7.265 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821'
07:50:47 [2022-07-28T07:50:47.850Z] #77 7.312 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec'
07:50:47 [2022-07-28T07:50:47.850Z] #77 7.314 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec'
07:50:47 [2022-07-28T07:50:47.850Z] #77 7.314 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl'
07:50:47 [2022-07-28T07:50:47.850Z] #77 7.337 Cloning into '/tmp/crun-build/libocispec/image-spec'...
07:50:47 [2022-07-28T07:50:47.850Z] #77 9.803 Cloning into '/tmp/crun-build/libocispec/runtime-spec'...
07:50:47 [2022-07-28T07:50:47.850Z] #77 ...
07:50:47 [2022-07-28T07:50:47.850Z] 
07:50:47 [2022-07-28T07:50:47.850Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:50:47 [2022-07-28T07:50:47.850Z] #14 sha256:140d7ac09f2fa8835721c31c53da477b31091eaffbf8363910cabc1094007523
07:50:47 [2022-07-28T07:50:47.850Z] #14 51.48 Selecting previously unselected package mingw-w64-x86-64-dev.
07:50:47 [2022-07-28T07:50:47.850Z] #14 51.48 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
07:50:47 [2022-07-28T07:50:47.850Z] #14 51.49 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
07:50:47 [2022-07-28T07:50:47.859Z] #84 63.90 libtoolize: copying file 'm4/ltoptions.m4'
07:50:47 [2022-07-28T07:50:47.859Z] #84 64.03 libtoolize: copying file 'm4/ltsugar.m4'
07:50:48 [2022-07-28T07:50:48.104Z] #76 43.81 Selecting previously unselected package autotools-dev.
07:50:48 [2022-07-28T07:50:48.104Z] #76 ...
07:50:48 [2022-07-28T07:50:48.104Z] 
07:50:48 [2022-07-28T07:50:48.104Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:50:48 [2022-07-28T07:50:48.104Z] #14 sha256:b25eac2f6ddf70c42113ea1e9c9616359e7796e8a4be5e3f87392c5fb5b439d0
07:50:48 [2022-07-28T07:50:48.104Z] #14 28.56 Reading package lists...
07:50:48 [2022-07-28T07:50:48.104Z] #14 34.02 Building dependency tree...
07:50:48 [2022-07-28T07:50:48.104Z] #14 37.97 The following additional packages will be installed:
07:50:48 [2022-07-28T07:50:48.104Z] #14 37.99   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
07:50:48 [2022-07-28T07:50:48.104Z] #14 37.99   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
07:50:48 [2022-07-28T07:50:48.104Z] #14 37.99   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
07:50:48 [2022-07-28T07:50:48.104Z] #14 37.99   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
07:50:48 [2022-07-28T07:50:48.104Z] #14 37.99   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
07:50:48 [2022-07-28T07:50:48.104Z] #14 38.00   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
07:50:48 [2022-07-28T07:50:48.104Z] #14 38.00   mingw-w64-common mingw-w64-x86-64-dev
07:50:48 [2022-07-28T07:50:48.104Z] #14 38.02 Suggested packages:
07:50:48 [2022-07-28T07:50:48.104Z] #14 38.03   gcc-10-locales seccomp wine64
07:50:48 [2022-07-28T07:50:48.104Z] #14 39.65 The following NEW packages will be installed:
07:50:48 [2022-07-28T07:50:48.104Z] #14 39.66   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
07:50:48 [2022-07-28T07:50:48.104Z] #14 39.66   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
07:50:48 [2022-07-28T07:50:48.104Z] #14 39.66   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
07:50:48 [2022-07-28T07:50:48.104Z] #14 39.66   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
07:50:48 [2022-07-28T07:50:48.104Z] #14 39.66   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
07:50:48 [2022-07-28T07:50:48.104Z] #14 39.66   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
07:50:48 [2022-07-28T07:50:48.104Z] #14 39.66   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
07:50:48 [2022-07-28T07:50:48.104Z] #14 39.66   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
07:50:48 [2022-07-28T07:50:48.104Z] #14 39.66   mingw-w64-x86-64-dev
07:50:48 [2022-07-28T07:50:48.104Z] #14 40.05 0 upgraded, 30 newly installed, 0 to remove and 1 not upgraded.
07:50:48 [2022-07-28T07:50:48.104Z] #14 40.05 Need to get 115 MB of archives.
07:50:48 [2022-07-28T07:50:48.104Z] #14 40.05 After this operation, 645 MB of additional disk space will be used.
07:50:48 [2022-07-28T07:50:48.104Z] #14 40.05 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB]
07:50:48 [2022-07-28T07:50:48.104Z] #14 40.20 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB]
07:50:48 [2022-07-28T07:50:48.104Z] #14 40.38 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
07:50:48 [2022-07-28T07:50:48.104Z] #14 40.38 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
07:50:48 [2022-07-28T07:50:48.104Z] #14 40.38 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
07:50:48 [2022-07-28T07:50:48.104Z] #14 40.38 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
07:50:48 [2022-07-28T07:50:48.104Z] #14 40.73 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
07:50:48 [2022-07-28T07:50:48.104Z] #14 40.96 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB]
07:50:48 [2022-07-28T07:50:48.104Z] #14 40.96 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB]
07:50:48 [2022-07-28T07:50:48.104Z] #14 41.74 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB]
07:50:48 [2022-07-28T07:50:48.104Z] #14 43.76 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB]
07:50:48 [2022-07-28T07:50:48.104Z] #14 ...
07:50:48 [2022-07-28T07:50:48.104Z] 
07:50:48 [2022-07-28T07:50:48.104Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
07:50:48 [2022-07-28T07:50:48.104Z] #76 sha256:306ba19f1dc993c39966bb8490da17ab0369cd0c126ceb831f7ef89a39102969
07:50:48 [2022-07-28T07:50:48.104Z] #76 43.89 Preparing to unpack .../08-autotools-dev_20180224.1+nmu1_all.deb ...
07:50:48 [2022-07-28T07:50:48.104Z] #76 43.97 Unpacking autotools-dev (20180224.1+nmu1) ...
07:50:48 [2022-07-28T07:50:48.119Z] #84 64.10 libtoolize: copying file 'm4/ltversion.m4'
07:50:48 [2022-07-28T07:50:48.222Z] #55 36.85 go: downloading github.com/polyfloyd/go-errorlint v1.0.0
07:50:48 [2022-07-28T07:50:48.222Z] #55 36.93 go: downloading github.com/ryancurrah/gomodguard v1.2.3
07:50:48 [2022-07-28T07:50:48.222Z] #55 37.08 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0
07:50:48 [2022-07-28T07:50:48.222Z] #55 37.11 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6
07:50:48 [2022-07-28T07:50:48.361Z] #76 44.08 Selecting previously unselected package automake.
07:50:48 [2022-07-28T07:50:48.361Z] #76 44.08 Preparing to unpack .../09-automake_1%3a1.16.3-2_all.deb ...
07:50:48 [2022-07-28T07:50:48.361Z] #76 44.08 Unpacking automake (1:1.16.3-2) ...
07:50:48 [2022-07-28T07:50:48.361Z] #76 ...
07:50:48 [2022-07-28T07:50:48.361Z] 
07:50:48 [2022-07-28T07:50:48.361Z] #40 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3"      && /build/go-winres --help
07:50:48 [2022-07-28T07:50:48.362Z] #40 sha256:e37409ad11b5051c24a76a5d8eec40d7adf9dc774e577b25879ddb9c67c1cdab
07:50:48 [2022-07-28T07:50:48.362Z] #40 43.14 NAME:
07:50:48 [2022-07-28T07:50:48.362Z] #40 43.16    go-winres - A tool for embedding resources in Windows executables
07:50:48 [2022-07-28T07:50:48.362Z] #40 43.16 
07:50:48 [2022-07-28T07:50:48.362Z] #40 43.16 USAGE:
07:50:48 [2022-07-28T07:50:48.362Z] #40 43.16    go-winres [global options] command [command options] [arguments...]
07:50:48 [2022-07-28T07:50:48.362Z] #40 43.16 
07:50:48 [2022-07-28T07:50:48.362Z] #40 43.16 COMMANDS:
07:50:48 [2022-07-28T07:50:48.362Z] #40 43.16    init     Create an initial ./winres/winres.json
07:50:48 [2022-07-28T07:50:48.362Z] #40 43.16    make     Make syso files for the "go build" command
07:50:48 [2022-07-28T07:50:48.362Z] #40 43.16    simply   Make syso files for the "go build" command (simplified)
07:50:48 [2022-07-28T07:50:48.362Z] #40 43.16    extract  Extract all resources from an executable
07:50:48 [2022-07-28T07:50:48.362Z] #40 43.16    patch    Replace resources in an executable file (exe, dll)
07:50:48 [2022-07-28T07:50:48.362Z] #40 43.16    help, h  Shows a list of commands or help for one command
07:50:48 [2022-07-28T07:50:48.362Z] #40 43.16 
07:50:48 [2022-07-28T07:50:48.362Z] #40 43.16 GLOBAL OPTIONS:
07:50:48 [2022-07-28T07:50:48.362Z] #40 43.16    --help, -h  show help (default: false)
07:50:48 [2022-07-28T07:50:48.362Z] #40 DONE 44.2s
07:50:48 [2022-07-28T07:50:48.378Z] #84 64.20 libtoolize: copying file 'm4/lt~obsolete.m4'
07:50:48 [2022-07-28T07:50:48.378Z] #84 64.37 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
07:50:48 [2022-07-28T07:50:48.481Z] #55 37.27 go: downloading github.com/securego/gosec/v2 v2.11.0
07:50:48 [2022-07-28T07:50:48.746Z] 
07:50:48 [2022-07-28T07:50:48.746Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
07:50:48 [2022-07-28T07:50:48.746Z] #42 sha256:d5f8a01c2e1a5370173910ff1b6fd1dd838253998709bec1c0416141f69afbfb
07:50:48 [2022-07-28T07:50:48.746Z] #42 36.94 The following additional packages will be installed:
07:50:48 [2022-07-28T07:50:48.746Z] #42 36.96   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd
07:50:48 [2022-07-28T07:50:48.746Z] #42 36.98 Suggested packages:
07:50:48 [2022-07-28T07:50:48.746Z] #42 36.99   cmake-doc ninja-build lrzip
07:50:48 [2022-07-28T07:50:48.746Z] #42 36.99 Recommended packages:
07:50:48 [2022-07-28T07:50:48.746Z] #42 36.99   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
07:50:48 [2022-07-28T07:50:48.746Z] #42 37.94 The following NEW packages will be installed:
07:50:48 [2022-07-28T07:50:48.746Z] #42 37.95   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
07:50:48 [2022-07-28T07:50:48.746Z] #42 37.95   vim-common xxd
07:50:48 [2022-07-28T07:50:48.746Z] #42 38.41 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded.
07:50:48 [2022-07-28T07:50:48.746Z] #42 38.41 Need to get 17.7 MB of archives.
07:50:48 [2022-07-28T07:50:48.746Z] #42 38.41 After this operation, 70.7 MB of additional disk space will be used.
07:50:48 [2022-07-28T07:50:48.746Z] #42 38.41 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
07:50:48 [2022-07-28T07:50:48.746Z] #42 38.42 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
07:50:48 [2022-07-28T07:50:48.746Z] #42 38.42 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
07:50:48 [2022-07-28T07:50:48.746Z] #42 38.51 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
07:50:48 [2022-07-28T07:50:48.746Z] #42 39.27 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u2 [692 kB]
07:50:48 [2022-07-28T07:50:48.746Z] #42 39.29 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB]
07:50:48 [2022-07-28T07:50:48.746Z] #42 39.33 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
07:50:48 [2022-07-28T07:50:48.746Z] #42 39.33 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
07:50:48 [2022-07-28T07:50:48.746Z] #42 39.34 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
07:50:48 [2022-07-28T07:50:48.746Z] #42 39.36 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB]
07:50:48 [2022-07-28T07:50:48.746Z] #42 40.91 debconf: delaying package configuration, since apt-utils is not installed
07:50:48 [2022-07-28T07:50:48.746Z] #42 41.10 Fetched 17.7 MB in 2s (10.4 MB/s)
07:50:48 [2022-07-28T07:50:48.746Z] #42 41.18 Selecting previously unselected package xxd.
07:50:48 [2022-07-28T07:50:48.746Z] #42 41.18 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15717 files and directories currently installed.)
07:50:48 [2022-07-28T07:50:48.746Z] #42 41.24 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
07:50:48 [2022-07-28T07:50:48.746Z] #42 41.25 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
07:50:48 [2022-07-28T07:50:48.746Z] #42 41.49 Selecting previously unselected package vim-common.
07:50:48 [2022-07-28T07:50:48.746Z] #42 41.49 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
07:50:48 [2022-07-28T07:50:48.746Z] #42 41.54 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
07:50:48 [2022-07-28T07:50:48.746Z] #42 41.96 Selecting previously unselected package cmake-data.
07:50:48 [2022-07-28T07:50:48.746Z] #42 41.96 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ...
07:50:48 [2022-07-28T07:50:48.746Z] #42 41.96 Unpacking cmake-data (3.18.4-2+deb11u1) ...
07:50:49 [2022-07-28T07:50:49.006Z] #42 ...
07:50:49 [2022-07-28T07:50:49.006Z] 
07:50:49 [2022-07-28T07:50:49.006Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:50:49 [2022-07-28T07:50:49.006Z] #14 sha256:b25eac2f6ddf70c42113ea1e9c9616359e7796e8a4be5e3f87392c5fb5b439d0
07:50:49 [2022-07-28T07:50:49.006Z] #14 44.78 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB]
07:50:49 [2022-07-28T07:50:49.048Z] #55 37.85 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
07:50:49 [2022-07-28T07:50:49.048Z] #55 37.85 go: downloading github.com/sivchari/containedctx v1.0.2
07:50:49 [2022-07-28T07:50:49.048Z] #55 37.90 go: downloading github.com/sivchari/tenv v1.5.0
07:50:49 [2022-07-28T07:50:49.307Z] #55 38.07 go: downloading github.com/sonatard/noctx v0.0.1
07:50:49 [2022-07-28T07:50:49.567Z] #55 38.34 go: downloading github.com/sourcegraph/go-diff v0.6.1
07:50:49 [2022-07-28T07:50:49.568Z] #55 38.43 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
07:50:49 [2022-07-28T07:50:49.568Z] #55 38.56 go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1
07:50:49 [2022-07-28T07:50:49.573Z] #14 45.45 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB]
07:50:49 [2022-07-28T07:50:49.826Z] #55 38.59 go: downloading github.com/sylvia7788/contextcheck v1.0.4
07:50:49 [2022-07-28T07:50:49.826Z] #55 38.69 go: downloading github.com/tdakkota/asciicheck v0.1.1
07:50:49 [2022-07-28T07:50:49.826Z] #55 38.71 go: downloading github.com/tetafro/godot v1.4.11
07:50:50 [2022-07-28T07:50:50.085Z] #55 38.89 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144
07:50:50 [2022-07-28T07:50:50.085Z] #55 38.96 go: downloading github.com/tomarrell/wrapcheck/v2 v2.6.1
07:50:50 [2022-07-28T07:50:50.344Z] #55 39.20 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0
07:50:50 [2022-07-28T07:50:50.344Z] #55 ...
07:50:50 [2022-07-28T07:50:50.344Z] 
07:50:50 [2022-07-28T07:50:50.344Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
07:50:50 [2022-07-28T07:50:50.344Z] #47 sha256:8a0b7c7abf06bbb1ab29c763b2e38d2fa012d03eb2e646559ec0a63c975a38c7
07:50:51 [2022-07-28T07:50:51.121Z] #47 38.85 Updating files:  63% (1380/2176)
Updating files:  64% (1393/2176)
Updating files:  65% (1415/2176)
Updating files:  66% (1437/2176)
Updating files:  67% (1458/2176)
Updating files:  68% (1480/2176)
Updating files:  69% (1502/2176)
Updating files:  70% (1524/2176)
Updating files:  71% (1545/2176)
Updating files:  72% (1567/2176)
Updating files:  73% (1589/2176)
Updating files:  74% (1611/2176)
Updating files:  75% (1632/2176)
Updating files:  76% (1654/2176)
Updating files:  77% (1676/2176)
Updating files:  78% (1698/2176)
Updating files:  79% (1720/2176)
Updating files:  80% (1741/2176)
Updating files:  81% (1763/2176)
Updating files:  82% (1785/2176)
07:50:51 [2022-07-28T07:50:51.121Z] #47 ...
07:50:51 [2022-07-28T07:50:51.121Z] 
07:50:51 [2022-07-28T07:50:51.121Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:50:51 [2022-07-28T07:50:51.121Z] #14 sha256:b25eac2f6ddf70c42113ea1e9c9616359e7796e8a4be5e3f87392c5fb5b439d0
07:50:51 [2022-07-28T07:50:51.121Z] #14 29.90 Fetched 8561 kB in 22s (384 kB/s)
07:50:51 [2022-07-28T07:50:51.121Z] #14 29.90 Reading package lists...
07:50:51 [2022-07-28T07:50:51.121Z] #14 39.40 Reading package lists...
07:50:51 [2022-07-28T07:50:51.121Z] #14 ...
07:50:51 [2022-07-28T07:50:51.121Z] 
07:50:51 [2022-07-28T07:50:51.121Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
07:50:51 [2022-07-28T07:50:51.121Z] #47 sha256:8a0b7c7abf06bbb1ab29c763b2e38d2fa012d03eb2e646559ec0a63c975a38c7
07:50:51 [2022-07-28T07:50:51.383Z] #47 38.85 Updating files:  63% (1380/2176)
Updating files:  64% (1393/2176)
Updating files:  65% (1415/2176)
Updating files:  66% (1437/2176)
Updating files:  67% (1458/2176)
Updating files:  68% (1480/2176)
Updating files:  69% (1502/2176)
Updating files:  70% (1524/2176)
Updating files:  71% (1545/2176)
Updating files:  72% (1567/2176)
Updating files:  73% (1589/2176)
Updating files:  74% (1611/2176)
Updating files:  75% (1632/2176)
Updating files:  76% (1654/2176)
Updating files:  77% (1676/2176)
Updating files:  78% (1698/2176)
Updating files:  79% (1720/2176)
Updating files:  80% (1741/2176)
Updating files:  81% (1763/2176)
Updating files:  82% (1785/2176)
Updating files:  83% (1807/2176)
Updating files:  84% (1828/2176)
Updating files:  85% (1850/2176)
Updating files:  86% (1872/2176)
Updating files:  87% (1894/2176)
Updating files:  88% (1915/2176)
Updating files:  88% (1935/2176)
Updating files:  89% (1937/2176)
Updating files:  90% (1959/2176)
07:50:51 [2022-07-28T07:50:51.383Z] #47 ...
07:50:51 [2022-07-28T07:50:51.383Z] 
07:50:51 [2022-07-28T07:50:51.383Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
07:50:51 [2022-07-28T07:50:51.383Z] #62 sha256:34bfbe9b681f5ebc46aa2b0b23925fe24fac41e1b9a5ab09857ba3a5988905e2
07:50:51 [2022-07-28T07:50:51.383Z] #62 30.27 Fetched 8561 kB in 23s (380 kB/s)
07:50:51 [2022-07-28T07:50:51.383Z] #62 30.27 Reading package lists...
07:50:51 [2022-07-28T07:50:51.383Z] #62 39.58 Reading package lists...
07:50:51 [2022-07-28T07:50:51.383Z] #62 ...
07:50:51 [2022-07-28T07:50:51.383Z] 
07:50:51 [2022-07-28T07:50:51.383Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
07:50:51 [2022-07-28T07:50:51.383Z] #42 sha256:d5f8a01c2e1a5370173910ff1b6fd1dd838253998709bec1c0416141f69afbfb
07:50:51 [2022-07-28T07:50:51.383Z] #42 30.34 Fetched 8561 kB in 23s (380 kB/s)
07:50:51 [2022-07-28T07:50:51.383Z] #42 30.34 Reading package lists...
07:50:51 [2022-07-28T07:50:51.486Z] #14 ...
07:50:51 [2022-07-28T07:50:51.486Z] 
07:50:51 [2022-07-28T07:50:51.486Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:50:51 [2022-07-28T07:50:51.486Z] #55 sha256:6a5ba43a879545395035c8edb2d77f5663eaeac2aed4ebd5825ef0a4ef562291
07:50:51 [2022-07-28T07:50:51.486Z] #55 37.05 go: downloading github.com/quasilyte/gogrep v0.0.0-20220120141003-628d8b3623b5
07:50:51 [2022-07-28T07:50:51.486Z] #55 37.15 go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567
07:50:51 [2022-07-28T07:50:51.486Z] #55 37.17 go: downloading github.com/gobwas/glob v0.2.3
07:50:51 [2022-07-28T07:50:51.486Z] #55 37.28 go: downloading github.com/kisielk/gotool v1.0.0
07:50:51 [2022-07-28T07:50:51.486Z] #55 37.37 go: downloading github.com/gostaticanalysis/comment v1.4.2
07:50:51 [2022-07-28T07:50:51.486Z] #55 37.49 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
07:50:51 [2022-07-28T07:50:51.486Z] #55 37.50 go: downloading github.com/ettle/strcase v0.1.1
07:50:51 [2022-07-28T07:50:51.486Z] #55 37.58 go: downloading github.com/fatih/structtag v1.2.0
07:50:51 [2022-07-28T07:50:51.486Z] #55 37.63 go: downloading github.com/Masterminds/semver v1.5.0
07:50:51 [2022-07-28T07:50:51.486Z] #55 37.70 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d
07:50:51 [2022-07-28T07:50:51.486Z] #55 37.75 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
07:50:51 [2022-07-28T07:50:51.486Z] #55 37.82 go: downloading github.com/prometheus/client_golang v1.12.1
07:50:51 [2022-07-28T07:50:51.486Z] #55 38.49 go: downloading github.com/prometheus/client_model v0.2.0
07:50:51 [2022-07-28T07:50:51.486Z] #55 38.60 go: downloading golang.org/x/exp/typeparams v0.0.0-20220218215828-6cf2b201936e
07:50:51 [2022-07-28T07:50:51.486Z] #55 38.76 go: downloading github.com/google/go-cmp v0.5.7
07:50:51 [2022-07-28T07:50:51.486Z] #55 38.96 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
07:50:51 [2022-07-28T07:50:51.486Z] #55 39.14 go: downloading github.com/hexops/gotextdiff v1.0.3
07:50:51 [2022-07-28T07:50:51.486Z] #55 39.21 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
07:50:51 [2022-07-28T07:50:51.486Z] #55 39.23 go: downloading github.com/chavacava/garif v0.0.0-20220316182200-5cad0b5181d4
07:50:51 [2022-07-28T07:50:51.486Z] #55 39.34 go: downloading github.com/olekukonko/tablewriter v0.0.5
07:50:51 [2022-07-28T07:50:51.486Z] #55 39.42 go: downloading github.com/beorn7/perks v1.0.1
07:50:51 [2022-07-28T07:50:51.486Z] #55 39.49 go: downloading github.com/cespare/xxhash/v2 v2.1.2
07:50:51 [2022-07-28T07:50:51.486Z] #55 39.54 go: downloading github.com/golang/protobuf v1.5.2
07:50:51 [2022-07-28T07:50:51.486Z] #55 39.73 go: downloading github.com/prometheus/common v0.32.1
07:50:51 [2022-07-28T07:50:51.486Z] #55 40.12 go: downloading github.com/prometheus/procfs v0.7.3
07:50:51 [2022-07-28T07:50:51.486Z] #55 40.27 go: downloading google.golang.org/protobuf v1.28.0
07:50:51 [2022-07-28T07:50:51.486Z] #55 41.01 go: downloading github.com/mattn/go-runewidth v0.0.9
07:50:51 [2022-07-28T07:50:51.486Z] #55 41.18 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
07:50:51 [2022-07-28T07:50:51.486Z] #55 ...
07:50:51 [2022-07-28T07:50:51.486Z] 
07:50:51 [2022-07-28T07:50:51.486Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
07:50:51 [2022-07-28T07:50:51.486Z] #34 sha256:d2cbdd6a29733efe204107531a63420dd0914582d52234dd597a7076fc70e19c
07:50:51 [2022-07-28T07:50:51.486Z] #34 46.60 Updating files:  87% (1331/1521)
Updating files:  88% (1339/1521)
Updating files:  89% (1354/1521)
Updating files:  90% (1369/1521)
Updating files:  91% (1385/1521)
Updating files:  92% (1400/1521)
Updating files:  93% (1415/1521)
Updating files:  94% (1430/1521)
Updating files:  95% (1445/1521)
Updating files:  96% (1461/1521)
Updating files:  97% (1476/1521)
Updating files:  98% (1491/1521)
Updating files:  99% (1506/1521)
Updating files: 100% (1521/1521)
Updating files: 100% (1521/1521), done.
07:50:51 [2022-07-28T07:50:51.486Z] #34 46.92 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c
07:50:51 [2022-07-28T07:50:51.486Z] #34 47.06 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
07:50:51 [2022-07-28T07:50:51.645Z] #42 39.58 Reading package lists...
07:50:51 [2022-07-28T07:50:51.645Z] #42 ...
07:50:51 [2022-07-28T07:50:51.645Z] 
07:50:51 [2022-07-28T07:50:51.645Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
07:50:51 [2022-07-28T07:50:51.645Z] #47 sha256:8a0b7c7abf06bbb1ab29c763b2e38d2fa012d03eb2e646559ec0a63c975a38c7
07:50:51 [2022-07-28T07:50:51.645Z] #47 38.85 Updating files:  63% (1380/2176)
Updating files:  64% (1393/2176)
Updating files:  65% (1415/2176)
Updating files:  66% (1437/2176)
Updating files:  67% (1458/2176)
Updating files:  68% (1480/2176)
Updating files:  69% (1502/2176)
Updating files:  70% (1524/2176)
Updating files:  71% (1545/2176)
Updating files:  72% (1567/2176)
Updating files:  73% (1589/2176)
Updating files:  74% (1611/2176)
Updating files:  75% (1632/2176)
Updating files:  76% (1654/2176)
Updating files:  77% (1676/2176)
Updating files:  78% (1698/2176)
Updating files:  79% (1720/2176)
Updating files:  80% (1741/2176)
Updating files:  81% (1763/2176)
Updating files:  82% (1785/2176)
Updating files:  83% (1807/2176)
Updating files:  84% (1828/2176)
Updating files:  85% (1850/2176)
Updating files:  86% (1872/2176)
Updating files:  87% (1894/2176)
Updating files:  88% (1915/2176)
Updating files:  88% (1935/2176)
Updating files:  89% (1937/2176)
Updating files:  90% (1959/2176)
Updating files:  91% (1981/2176)
Updating files:  92% (2002/2176)
Updating files:  93% (2024/2176)
Updating files:  94% (2046/2176)
Updating files:  95% (2068/2176)
Updating files:  96% (2089/2176)
Updating files:  97% (2111/2176)
Updating files:  98% (2133/2176)
Updating files:  99% (2155/2176)
Updating files: 100% (2176/2176)
Updating files: 100% (2176/2176), done.
07:50:51 [2022-07-28T07:50:51.645Z] #47 40.19 + git checkout -q v2.3.0
07:50:52 [2022-07-28T07:50:52.576Z] #84 ...
07:50:52 [2022-07-28T07:50:52.576Z] 
07:50:52 [2022-07-28T07:50:52.576Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             crossbuild-essential-arm64             crossbuild-essential-armel             crossbuild-essential-armhf             crossbuild-essential-ppc64el             crossbuild-essential-s390x
07:50:52 [2022-07-28T07:50:52.576Z] #19 sha256:423b64bc9d7cc359d630e3fe0a1b98d707aeff14b0c78f2d44bf08c4c29a169b
07:50:52 [2022-07-28T07:50:52.576Z] #19 94.08 Reading package lists...
07:50:52 [2022-07-28T07:50:52.582Z] #47 ...
07:50:52 [2022-07-28T07:50:52.582Z] 
07:50:52 [2022-07-28T07:50:52.582Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         case $(dpkg --print-architecture) in             amd64|arm64)                 GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1"                 && /build/dlv --help                 ;;             *)                 mkdir -p /build/                 ;;         esac
07:50:52 [2022-07-28T07:50:52.582Z] #36 sha256:1509a87c4d8785c1b3fd9bff9d9474ccef8f4b872101e620b7fa14aef10a7cb5
07:50:52 [2022-07-28T07:50:52.582Z] #36 31.19 go: downloading github.com/russross/blackfriday/v2 v2.0.1
07:50:52 [2022-07-28T07:50:52.582Z] #36 31.51 go: downloading github.com/cilium/ebpf v0.7.0
07:50:52 [2022-07-28T07:50:52.582Z] #36 32.98 go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0
07:50:52 [2022-07-28T07:50:52.582Z] #36 ...
07:50:52 [2022-07-28T07:50:52.582Z] 
07:50:52 [2022-07-28T07:50:52.582Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
07:50:52 [2022-07-28T07:50:52.582Z] #51 sha256:40295bf8cbd242d421bcf2efe97957471d81db5c6a2a8e836b41bc0ec6634359
07:50:52 [2022-07-28T07:50:52.582Z] #51 31.24 Fetched 8565 kB in 24s (360 kB/s)
07:50:52 [2022-07-28T07:50:52.582Z] #51 31.24 Reading package lists...
07:50:52 [2022-07-28T07:50:52.582Z] #51 40.87 Reading package lists...
07:50:52 [2022-07-28T07:50:52.582Z] #51 ...
07:50:52 [2022-07-28T07:50:52.582Z] 
07:50:52 [2022-07-28T07:50:52.582Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:50:52 [2022-07-28T07:50:52.582Z] #55 sha256:6a5ba43a879545395035c8edb2d77f5663eaeac2aed4ebd5825ef0a4ef562291
07:50:52 [2022-07-28T07:50:52.582Z] #55 39.65 go: downloading github.com/ultraware/funlen v0.0.3
07:50:52 [2022-07-28T07:50:52.582Z] #55 39.68 go: downloading github.com/ultraware/whitespace v0.0.5
07:50:52 [2022-07-28T07:50:52.582Z] #55 39.77 go: downloading github.com/uudashr/gocognit v1.0.5
07:50:52 [2022-07-28T07:50:52.582Z] #55 39.89 go: downloading github.com/yagipy/maintidx v1.0.0
07:50:52 [2022-07-28T07:50:52.582Z] #55 39.99 go: downloading github.com/yeya24/promlinter v0.2.0
07:50:52 [2022-07-28T07:50:52.582Z] #55 40.36 go: downloading gitlab.com/bosi/decorder v0.2.1
07:50:52 [2022-07-28T07:50:52.582Z] #55 40.97 go: downloading honnef.co/go/tools v0.3.1
07:50:53 [2022-07-28T07:50:53.109Z] #14 ...
07:50:53 [2022-07-28T07:50:53.109Z] 
07:50:53 [2022-07-28T07:50:53.109Z] #44 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh tini
07:50:53 [2022-07-28T07:50:53.109Z] #44 sha256:b62b151ce4e4948648102665064f08ec0a54a380e6ec3454ae4610be390f2a73
07:50:53 [2022-07-28T07:50:53.109Z] #44 2.472 -- The C compiler identification is GNU 10.2.1
07:50:53 [2022-07-28T07:50:53.109Z] #44 2.544 -- Detecting C compiler ABI info
07:50:53 [2022-07-28T07:50:53.109Z] #44 3.113 -- Detecting C compiler ABI info - done
07:50:53 [2022-07-28T07:50:53.109Z] #44 3.215 -- Check for working C compiler: /usr/bin/cc - skipped
07:50:53 [2022-07-28T07:50:53.109Z] #44 3.229 -- Detecting C compile features
07:50:53 [2022-07-28T07:50:53.109Z] #44 3.230 -- Detecting C compile features - done
07:50:53 [2022-07-28T07:50:53.109Z] #44 3.281 -- Performing Test HAS_BUILTIN_FORTIFY
07:50:53 [2022-07-28T07:50:53.109Z] #44 3.481 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
07:50:53 [2022-07-28T07:50:53.109Z] #44 3.559 -- Configuring done
07:50:53 [2022-07-28T07:50:53.109Z] #44 3.571 -- Generating done
07:50:53 [2022-07-28T07:50:53.109Z] #44 3.582 -- Build files have been written to: /tmp/tmp.KnhDfnV0Zv/tini
07:50:53 [2022-07-28T07:50:53.109Z] #44 3.605 + make tini-static
07:50:53 [2022-07-28T07:50:53.109Z] #44 3.978 Scanning dependencies of target tini-static
07:50:53 [2022-07-28T07:50:53.109Z] #44 4.076 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
07:50:53 [2022-07-28T07:50:53.109Z] #44 5.604 [100%] Linking C executable tini-static
07:50:53 [2022-07-28T07:50:53.109Z] #44 6.105 [100%] Built target tini-static
07:50:53 [2022-07-28T07:50:53.109Z] #44 6.159 + mkdir -p /build
07:50:53 [2022-07-28T07:50:53.109Z] #44 6.166 + cp tini-static /build/docker-init
07:50:53 [2022-07-28T07:50:53.366Z] #44 DONE 7.5s
07:50:53 [2022-07-28T07:50:53.366Z] 
07:50:53 [2022-07-28T07:50:53.366Z] #53 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1"      && /build/gotestsum --version
07:50:53 [2022-07-28T07:50:53.366Z] #53 sha256:dcc7438b81eb119b8e0157a994fa9f839bfa83f806b88cbdb2155fe7a547cb7f
07:50:53 [2022-07-28T07:50:53.366Z] #53 55.86 gotestsum version dev
07:50:53 [2022-07-28T07:50:53.366Z] #53 DONE 57.4s
07:50:53 [2022-07-28T07:50:53.366Z] 
07:50:53 [2022-07-28T07:50:53.366Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:50:53 [2022-07-28T07:50:53.366Z] #14 sha256:140d7ac09f2fa8835721c31c53da477b31091eaffbf8363910cabc1094007523
07:50:53 [2022-07-28T07:50:53.366Z] #14 57.30 Selecting previously unselected package gcc-mingw-w64-base.
07:50:53 [2022-07-28T07:50:53.366Z] #14 57.31 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_arm64.deb ...
07:50:53 [2022-07-28T07:50:53.366Z] #14 57.31 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
07:50:53 [2022-07-28T07:50:53.366Z] #14 57.51 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
07:50:53 [2022-07-28T07:50:53.366Z] #14 57.51 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_arm64.deb ...
07:50:53 [2022-07-28T07:50:53.366Z] #14 57.55 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
07:50:53 [2022-07-28T07:50:53.378Z] #34 ...
07:50:53 [2022-07-28T07:50:53.378Z] 
07:50:53 [2022-07-28T07:50:53.378Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
07:50:53 [2022-07-28T07:50:53.378Z] #51 sha256:40295bf8cbd242d421bcf2efe97957471d81db5c6a2a8e836b41bc0ec6634359
07:50:53 [2022-07-28T07:50:53.378Z] #51 38.92 The following NEW packages will be installed:
07:50:53 [2022-07-28T07:50:53.378Z] #51 38.93   criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
07:50:53 [2022-07-28T07:50:53.378Z] #51 38.93   python3-protobuf python3-six
07:50:53 [2022-07-28T07:50:53.378Z] #51 39.46 0 upgraded, 8 newly installed, 0 to remove and 1 not upgraded.
07:50:53 [2022-07-28T07:50:53.378Z] #51 39.46 Need to get 2315 kB of archives.
07:50:53 [2022-07-28T07:50:53.378Z] #51 39.46 After this operation, 11.1 MB of additional disk space will be used.
07:50:53 [2022-07-28T07:50:53.378Z] #51 39.46 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB]
07:50:53 [2022-07-28T07:50:53.378Z] #51 39.52 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
07:50:53 [2022-07-28T07:50:53.378Z] #51 39.52 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB]
07:50:53 [2022-07-28T07:50:53.378Z] #51 39.54 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB]
07:50:53 [2022-07-28T07:50:53.378Z] #51 39.55 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
07:50:53 [2022-07-28T07:50:53.378Z] #51 39.56 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
07:50:53 [2022-07-28T07:50:53.378Z] #51 39.58 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
07:50:53 [2022-07-28T07:50:53.378Z] #51 41.88 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  criu 3.17.1-1 [683 kB]
07:50:53 [2022-07-28T07:50:53.378Z] #51 43.63 debconf: delaying package configuration, since apt-utils is not installed
07:50:53 [2022-07-28T07:50:53.378Z] #51 43.91 Fetched 2315 kB in 3s (732 kB/s)
07:50:53 [2022-07-28T07:50:53.378Z] #51 44.19 Selecting previously unselected package libprotobuf23:amd64.
07:50:53 [2022-07-28T07:50:53.378Z] #51 44.19 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15717 files and directories currently installed.)
07:50:53 [2022-07-28T07:50:53.378Z] #51 44.19 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ...
07:50:53 [2022-07-28T07:50:53.378Z] #51 44.19 Unpacking libprotobuf23:amd64 (3.12.4-1) ...
07:50:53 [2022-07-28T07:50:53.378Z] #51 45.24 Selecting previously unselected package python3-pkg-resources.
07:50:53 [2022-07-28T07:50:53.378Z] #51 45.24 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ...
07:50:53 [2022-07-28T07:50:53.378Z] #51 45.24 Unpacking python3-pkg-resources (52.0.0-4) ...
07:50:53 [2022-07-28T07:50:53.378Z] #51 45.52 Selecting previously unselected package python3-six.
07:50:53 [2022-07-28T07:50:53.378Z] #51 45.52 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ...
07:50:53 [2022-07-28T07:50:53.378Z] #51 45.52 Unpacking python3-six (1.16.0-2) ...
07:50:53 [2022-07-28T07:50:53.378Z] #51 45.61 Selecting previously unselected package python3-protobuf.
07:50:53 [2022-07-28T07:50:53.378Z] #51 45.61 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ...
07:50:53 [2022-07-28T07:50:53.378Z] #51 45.61 Unpacking python3-protobuf (3.12.4-1) ...
07:50:53 [2022-07-28T07:50:53.378Z] #51 46.24 Selecting previously unselected package libnet1:amd64.
07:50:53 [2022-07-28T07:50:53.378Z] #51 46.24 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
07:50:53 [2022-07-28T07:50:53.378Z] #51 46.24 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
07:50:53 [2022-07-28T07:50:53.378Z] #51 46.46 Selecting previously unselected package libnl-3-200:amd64.
07:50:53 [2022-07-28T07:50:53.378Z] #51 46.46 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ...
07:50:53 [2022-07-28T07:50:53.378Z] #51 46.53 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
07:50:53 [2022-07-28T07:50:53.378Z] #51 46.63 Selecting previously unselected package libprotobuf-c1:amd64.
07:50:53 [2022-07-28T07:50:53.378Z] #51 46.63 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
07:50:53 [2022-07-28T07:50:53.378Z] #51 46.86 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
07:50:53 [2022-07-28T07:50:53.378Z] #51 47.11 Selecting previously unselected package criu.
07:50:53 [2022-07-28T07:50:53.378Z] #51 47.11 Preparing to unpack .../7-criu_3.17.1-1_amd64.deb ...
07:50:53 [2022-07-28T07:50:53.378Z] #51 47.11 Unpacking criu (3.17.1-1) ...
07:50:53 [2022-07-28T07:50:53.378Z] #51 47.94 Setting up python3-pkg-resources (52.0.0-4) ...
07:50:53 [2022-07-28T07:50:53.378Z] #51 ...
07:50:53 [2022-07-28T07:50:53.378Z] 
07:50:53 [2022-07-28T07:50:53.378Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
07:50:53 [2022-07-28T07:50:53.378Z] #76 sha256:306ba19f1dc993c39966bb8490da17ab0369cd0c126ceb831f7ef89a39102969
07:50:53 [2022-07-28T07:50:53.378Z] #76 44.86 Selecting previously unselected package patch.
07:50:53 [2022-07-28T07:50:53.378Z] #76 44.86 Preparing to unpack .../10-patch_2.7.6-7_amd64.deb ...
07:50:53 [2022-07-28T07:50:53.378Z] #76 44.86 Unpacking patch (2.7.6-7) ...
07:50:53 [2022-07-28T07:50:53.378Z] #76 45.04 Selecting previously unselected package dpkg-dev.
07:50:53 [2022-07-28T07:50:53.378Z] #76 45.04 Preparing to unpack .../11-dpkg-dev_1.20.11_all.deb ...
07:50:53 [2022-07-28T07:50:53.378Z] #76 45.04 Unpacking dpkg-dev (1.20.11) ...
07:50:53 [2022-07-28T07:50:53.378Z] #76 46.03 Selecting previously unselected package build-essential.
07:50:53 [2022-07-28T07:50:53.378Z] #76 46.27 Preparing to unpack .../12-build-essential_12.9_amd64.deb ...
07:50:53 [2022-07-28T07:50:53.378Z] #76 46.27 Unpacking build-essential (12.9) ...
07:50:53 [2022-07-28T07:50:53.378Z] #76 46.27 Selecting previously unselected package libcap2:amd64.
07:50:53 [2022-07-28T07:50:53.378Z] #76 46.27 Preparing to unpack .../13-libcap2_1%3a2.44-1_amd64.deb ...
07:50:53 [2022-07-28T07:50:53.378Z] #76 46.27 Unpacking libcap2:amd64 (1:2.44-1) ...
07:50:53 [2022-07-28T07:50:53.378Z] #76 46.28 Selecting previously unselected package libcap-dev:amd64.
07:50:53 [2022-07-28T07:50:53.378Z] #76 46.34 Preparing to unpack .../14-libcap-dev_1%3a2.44-1_amd64.deb ...
07:50:53 [2022-07-28T07:50:53.378Z] #76 46.34 Unpacking libcap-dev:amd64 (1:2.44-1) ...
07:50:53 [2022-07-28T07:50:53.378Z] #76 46.51 Selecting previously unselected package libprotobuf-c1:amd64.
07:50:53 [2022-07-28T07:50:53.378Z] #76 46.51 Preparing to unpack .../15-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
07:50:53 [2022-07-28T07:50:53.378Z] #76 46.51 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
07:50:53 [2022-07-28T07:50:53.378Z] #76 46.66 Selecting previously unselected package libprotobuf-c-dev:amd64.
07:50:53 [2022-07-28T07:50:53.378Z] #76 46.66 Preparing to unpack .../16-libprotobuf-c-dev_1.3.3-1+b2_amd64.deb ...
07:50:53 [2022-07-28T07:50:53.378Z] #76 46.66 Unpacking libprotobuf-c-dev:amd64 (1.3.3-1+b2) ...
07:50:53 [2022-07-28T07:50:53.378Z] #76 46.78 Selecting previously unselected package libseccomp-dev:amd64.
07:50:53 [2022-07-28T07:50:53.378Z] #76 46.80 Preparing to unpack .../17-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
07:50:53 [2022-07-28T07:50:53.378Z] #76 46.80 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
07:50:53 [2022-07-28T07:50:53.378Z] #76 47.38 Selecting previously unselected package libsystemd-dev:amd64.
07:50:53 [2022-07-28T07:50:53.378Z] #76 47.38 Preparing to unpack .../18-libsystemd-dev_247.3-7_amd64.deb ...
07:50:53 [2022-07-28T07:50:53.378Z] #76 47.38 Unpacking libsystemd-dev:amd64 (247.3-7) ...
07:50:53 [2022-07-28T07:50:53.378Z] #76 48.13 Selecting previously unselected package libtool.
07:50:53 [2022-07-28T07:50:53.378Z] #76 48.17 Preparing to unpack .../19-libtool_2.4.6-15_all.deb ...
07:50:53 [2022-07-28T07:50:53.378Z] #76 48.22 Unpacking libtool (2.4.6-15) ...
07:50:53 [2022-07-28T07:50:53.378Z] #76 48.44 Selecting previously unselected package libudev-dev:amd64.
07:50:53 [2022-07-28T07:50:53.378Z] #76 48.44 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ...
07:50:53 [2022-07-28T07:50:53.378Z] #76 48.45 Unpacking libudev-dev:amd64 (247.3-7) ...
07:50:53 [2022-07-28T07:50:53.378Z] #76 48.63 Selecting previously unselected package libyajl2:amd64.
07:50:53 [2022-07-28T07:50:53.378Z] #76 48.64 Preparing to unpack .../21-libyajl2_2.1.0-3_amd64.deb ...
07:50:53 [2022-07-28T07:50:53.378Z] #76 48.64 Unpacking libyajl2:amd64 (2.1.0-3) ...
07:50:53 [2022-07-28T07:50:53.378Z] #76 48.75 Selecting previously unselected package libyajl-dev:amd64.
07:50:53 [2022-07-28T07:50:53.378Z] #76 48.76 Preparing to unpack .../22-libyajl-dev_2.1.0-3_amd64.deb ...
07:50:53 [2022-07-28T07:50:53.378Z] #76 48.77 Unpacking libyajl-dev:amd64 (2.1.0-3) ...
07:50:53 [2022-07-28T07:50:53.378Z] #76 48.99 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
07:50:53 [2022-07-28T07:50:53.378Z] #76 49.01 Setting up libmagic-mgc (1:5.39-3) ...
07:50:53 [2022-07-28T07:50:53.378Z] #76 49.08 Setting up libyajl2:amd64 (2.1.0-3) ...
07:50:53 [2022-07-28T07:50:53.378Z] #76 49.13 Setting up libmagic1:amd64 (1:5.39-3) ...
07:50:53 [2022-07-28T07:50:53.379Z] #76 49.16 Setting up file (1:5.39-3) ...
07:50:53 [2022-07-28T07:50:53.379Z] #76 49.19 Setting up bzip2 (1.0.8-4) ...
07:50:53 [2022-07-28T07:50:53.379Z] #76 49.19 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
07:50:53 [2022-07-28T07:50:53.379Z] #76 49.20 Setting up libprotobuf-c-dev:amd64 (1.3.3-1+b2) ...
07:50:53 [2022-07-28T07:50:53.379Z] #76 49.22 Setting up libcap2:amd64 (1:2.44-1) ...
07:50:53 [2022-07-28T07:50:53.379Z] #76 49.23 Setting up autotools-dev (20180224.1+nmu1) ...
07:50:53 [2022-07-28T07:50:53.379Z] #76 49.25 Setting up libsigsegv2:amd64 (2.13-1) ...
07:50:53 [2022-07-28T07:50:53.379Z] #76 49.26 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
07:50:53 [2022-07-28T07:50:53.379Z] #76 49.28 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
07:50:53 [2022-07-28T07:50:53.379Z] #76 49.31 Setting up patch (2.7.6-7) ...
07:50:53 [2022-07-28T07:50:53.379Z] #76 49.35 Setting up libudev-dev:amd64 (247.3-7) ...
07:50:53 [2022-07-28T07:50:53.379Z] #76 49.35 Setting up libyajl-dev:amd64 (2.1.0-3) ...
07:50:53 [2022-07-28T07:50:53.635Z] #76 49.38 Setting up libcap-dev:amd64 (1:2.44-1) ...
07:50:53 [2022-07-28T07:50:53.635Z] #76 49.41 Setting up libsystemd-dev:amd64 (247.3-7) ...
07:50:53 [2022-07-28T07:50:53.635Z] #76 49.41 Setting up libtool (2.4.6-15) ...
07:50:53 [2022-07-28T07:50:53.635Z] #76 49.43 Setting up m4 (1.4.18-5) ...
07:50:53 [2022-07-28T07:50:53.635Z] #76 49.45 Setting up dpkg-dev (1.20.11) ...
07:50:53 [2022-07-28T07:50:53.635Z] #76 49.56 Setting up autoconf (2.69-14) ...
07:50:53 [2022-07-28T07:50:53.635Z] #76 49.56 Setting up build-essential (12.9) ...
07:50:53 [2022-07-28T07:50:53.635Z] #76 49.56 Setting up automake (1:1.16.3-2) ...
07:50:53 [2022-07-28T07:50:53.635Z] #76 49.56 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
07:50:53 [2022-07-28T07:50:53.635Z] #76 49.59 Processing triggers for libc-bin (2.31-13+deb11u3) ...
07:50:54 [2022-07-28T07:50:54.564Z] #76 ...
07:50:54 [2022-07-28T07:50:54.564Z] 
07:50:54 [2022-07-28T07:50:54.564Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
07:50:54 [2022-07-28T07:50:54.564Z] #51 sha256:40295bf8cbd242d421bcf2efe97957471d81db5c6a2a8e836b41bc0ec6634359
07:50:54 [2022-07-28T07:50:54.564Z] #51 50.20 Setting up libprotobuf23:amd64 (3.12.4-1) ...
07:50:54 [2022-07-28T07:50:54.564Z] #51 50.20 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
07:50:54 [2022-07-28T07:50:54.564Z] #51 50.20 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
07:50:54 [2022-07-28T07:50:54.564Z] #51 50.20 Setting up python3-six (1.16.0-2) ...
07:50:55 [2022-07-28T07:50:55.113Z] #55 43.91 go: downloading mvdan.cc/gofumpt v0.3.1
07:50:55 [2022-07-28T07:50:55.113Z] #55 43.94 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
07:50:55 [2022-07-28T07:50:55.129Z] #51 ...
07:50:55 [2022-07-28T07:50:55.129Z] 
07:50:55 [2022-07-28T07:50:55.129Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
07:50:55 [2022-07-28T07:50:55.129Z] #76 sha256:306ba19f1dc993c39966bb8490da17ab0369cd0c126ceb831f7ef89a39102969
07:50:55 [2022-07-28T07:50:55.129Z] #76 DONE 50.8s
07:50:55 [2022-07-28T07:50:55.129Z] 
07:50:55 [2022-07-28T07:50:55.129Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:50:55 [2022-07-28T07:50:55.129Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:50:55 [2022-07-28T07:50:55.371Z] #55 44.15 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5
07:50:55 [2022-07-28T07:50:55.371Z] #55 44.22 go: downloading github.com/davecgh/go-spew v1.1.1
07:50:55 [2022-07-28T07:50:55.385Z] #77 ...
07:50:55 [2022-07-28T07:50:55.385Z] 
07:50:55 [2022-07-28T07:50:55.385Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
07:50:55 [2022-07-28T07:50:55.385Z] #64 sha256:8308f77135ed6c1b73777923e7a515113ecd8ec199ef92a885bafb0fa4839093
07:50:55 [2022-07-28T07:50:55.385Z] #64 6.249 + RM_GOPATH=0
07:50:55 [2022-07-28T07:50:55.385Z] #64 6.249 + TMP_GOPATH=
07:50:55 [2022-07-28T07:50:55.385Z] #64 6.249 + : /build
07:50:55 [2022-07-28T07:50:55.385Z] #64 6.249 + '[' -z '' ']'
07:50:55 [2022-07-28T07:50:55.385Z] #64 6.249 ++ mktemp -d
07:50:55 [2022-07-28T07:50:55.385Z] #64 6.249 + export GOPATH=/tmp/tmp.ZlJbeW5oa7
07:50:55 [2022-07-28T07:50:55.385Z] #64 6.249 + GOPATH=/tmp/tmp.ZlJbeW5oa7
07:50:55 [2022-07-28T07:50:55.385Z] #64 6.249 + RM_GOPATH=1
07:50:55 [2022-07-28T07:50:55.385Z] #64 6.249 + case "$(go env GOARCH)" in
07:50:55 [2022-07-28T07:50:55.385Z] #64 6.249 ++ go env GOARCH
07:50:55 [2022-07-28T07:50:55.385Z] #64 6.265 + export GO_BUILDMODE=-buildmode=pie
07:50:55 [2022-07-28T07:50:55.385Z] #64 6.265 + GO_BUILDMODE=-buildmode=pie
07:50:55 [2022-07-28T07:50:55.385Z] #64 6.265 ++ dirname /install.sh
07:50:55 [2022-07-28T07:50:55.385Z] #64 6.265 + dir=/
07:50:55 [2022-07-28T07:50:55.385Z] #64 6.265 + bin=containerd
07:50:55 [2022-07-28T07:50:55.385Z] #64 6.265 + shift
07:50:55 [2022-07-28T07:50:55.386Z] #64 6.265 + '[' '!' -f //containerd.installer ']'
07:50:55 [2022-07-28T07:50:55.386Z] #64 6.265 + . //containerd.installer
07:50:55 [2022-07-28T07:50:55.386Z] #64 6.265 ++ set -e
07:50:55 [2022-07-28T07:50:55.386Z] #64 6.265 ++ : v1.6.6
07:50:55 [2022-07-28T07:50:55.386Z] #64 6.265 + install_containerd
07:50:55 [2022-07-28T07:50:55.386Z] #64 6.277 Install containerd version v1.6.6
07:50:55 [2022-07-28T07:50:55.386Z] #64 6.277 + echo 'Install containerd version v1.6.6'
07:50:55 [2022-07-28T07:50:55.386Z] #64 6.277 + git clone https://github.com/containerd/containerd.git /tmp/tmp.ZlJbeW5oa7/src/github.com/containerd/containerd
07:50:55 [2022-07-28T07:50:55.386Z] #64 6.277 Cloning into '/tmp/tmp.ZlJbeW5oa7/src/github.com/containerd/containerd'...
07:50:55 [2022-07-28T07:50:55.451Z] #67 ...
07:50:55 [2022-07-28T07:50:55.451Z] 
07:50:55 [2022-07-28T07:50:55.451Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:50:55 [2022-07-28T07:50:55.451Z] #14 sha256:b25eac2f6ddf70c42113ea1e9c9616359e7796e8a4be5e3f87392c5fb5b439d0
07:50:55 [2022-07-28T07:50:55.451Z] #14 115.7 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
07:50:55 [2022-07-28T07:50:55.451Z] #14 115.7 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
07:50:55 [2022-07-28T07:50:55.451Z] #14 115.7 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
07:50:55 [2022-07-28T07:50:55.630Z] #55 44.62 go: downloading github.com/pmezard/go-difflib v1.0.0
07:50:55 [2022-07-28T07:50:55.644Z] #64 ...
07:50:55 [2022-07-28T07:50:55.644Z] 
07:50:55 [2022-07-28T07:50:55.644Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:50:55 [2022-07-28T07:50:55.644Z] #14 sha256:b25eac2f6ddf70c42113ea1e9c9616359e7796e8a4be5e3f87392c5fb5b439d0
07:50:55 [2022-07-28T07:50:55.644Z] #14 47.29 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB]
07:50:55 [2022-07-28T07:50:55.644Z] #14 47.99 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB]
07:50:55 [2022-07-28T07:50:55.644Z] #14 47.99 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
07:50:55 [2022-07-28T07:50:55.644Z] #14 47.99 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
07:50:55 [2022-07-28T07:50:55.644Z] #14 47.99 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
07:50:55 [2022-07-28T07:50:55.644Z] #14 48.00 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
07:50:55 [2022-07-28T07:50:55.644Z] #14 48.02 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB]
07:50:55 [2022-07-28T07:50:55.644Z] #14 48.02 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB]
07:50:55 [2022-07-28T07:50:55.644Z] #14 48.02 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
07:50:55 [2022-07-28T07:50:55.644Z] #14 48.05 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB]
07:50:55 [2022-07-28T07:50:55.644Z] #14 48.05 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB]
07:50:55 [2022-07-28T07:50:55.644Z] #14 48.07 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB]
07:50:55 [2022-07-28T07:50:55.644Z] #14 48.08 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB]
07:50:55 [2022-07-28T07:50:55.644Z] #14 48.22 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
07:50:55 [2022-07-28T07:50:55.644Z] #14 48.22 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
07:50:55 [2022-07-28T07:50:55.644Z] #14 48.22 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
07:50:55 [2022-07-28T07:50:55.644Z] #14 48.22 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB]
07:50:55 [2022-07-28T07:50:55.644Z] #14 49.37 debconf: delaying package configuration, since apt-utils is not installed
07:50:55 [2022-07-28T07:50:55.644Z] #14 49.64 Fetched 115 MB in 8s (13.5 MB/s)
07:50:55 [2022-07-28T07:50:55.644Z] #14 49.73 Selecting previously unselected package binutils-mingw-w64-i686.
07:50:55 [2022-07-28T07:50:55.644Z] #14 49.73 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15717 files and directories currently installed.)
07:50:55 [2022-07-28T07:50:55.644Z] #14 49.81 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ...
07:50:55 [2022-07-28T07:50:55.644Z] #14 49.84 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
07:50:55 [2022-07-28T07:50:55.907Z] #55 44.68 go: downloading github.com/stretchr/objx v0.1.1
07:50:55 [2022-07-28T07:50:55.907Z] #55 44.74 go: downloading github.com/subosito/gotenv v1.2.0
07:50:55 [2022-07-28T07:50:55.907Z] #55 44.86 go: downloading github.com/hashicorp/hcl v1.0.0
07:50:56 [2022-07-28T07:50:56.166Z] #55 45.14 go: downloading gopkg.in/ini.v1 v1.66.4
07:50:56 [2022-07-28T07:50:56.424Z] #55 45.15 go: downloading github.com/magiconair/properties v1.8.6
07:50:56 [2022-07-28T07:50:56.425Z] #55 45.37 go: downloading github.com/pelletier/go-toml v1.9.5
07:50:56 [2022-07-28T07:50:56.573Z] #14 52.52 Selecting previously unselected package binutils-mingw-w64-x86-64.
07:50:56 [2022-07-28T07:50:56.574Z] #14 52.52 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
07:50:56 [2022-07-28T07:50:56.574Z] #14 52.52 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
07:50:56 [2022-07-28T07:50:56.991Z] #55 45.82 go: downloading golang.org/x/text v0.3.7
07:50:59 [2022-07-28T07:50:59.405Z] #19 117.9 Building dependency tree...
07:50:59 [2022-07-28T07:50:59.851Z] #14 55.15 Selecting previously unselected package binutils-mingw-w64.
07:50:59 [2022-07-28T07:50:59.851Z] #14 55.15 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
07:50:59 [2022-07-28T07:50:59.851Z] #14 55.15 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
07:50:59 [2022-07-28T07:50:59.851Z] #14 55.27 Selecting previously unselected package libdevmapper1.02.1:amd64.
07:50:59 [2022-07-28T07:50:59.851Z] #14 55.27 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
07:50:59 [2022-07-28T07:50:59.851Z] #14 55.28 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
07:50:59 [2022-07-28T07:50:59.851Z] #14 55.50 Selecting previously unselected package dmsetup.
07:50:59 [2022-07-28T07:50:59.851Z] #14 55.50 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
07:50:59 [2022-07-28T07:50:59.851Z] #14 55.50 Unpacking dmsetup (2:1.02.175-2.1) ...
07:50:59 [2022-07-28T07:50:59.851Z] #14 55.68 Selecting previously unselected package mingw-w64-common.
07:50:59 [2022-07-28T07:50:59.851Z] #14 55.70 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
07:50:59 [2022-07-28T07:50:59.851Z] #14 55.72 Unpacking mingw-w64-common (8.0.0-1) ...
07:50:59 [2022-07-28T07:50:59.907Z] #14 ...
07:50:59 [2022-07-28T07:50:59.907Z] 
07:50:59 [2022-07-28T07:50:59.907Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:50:59 [2022-07-28T07:50:59.907Z] #77 sha256:08904648274d48335dfd8ac9ff733aa2134ce67ddc8a78b8db269c23f005044a
07:50:59 [2022-07-28T07:50:59.907Z] #77 11.34 Cloning into '/tmp/crun-build/libocispec/yajl'...
07:50:59 [2022-07-28T07:50:59.907Z] #77 12.59 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c'
07:50:59 [2022-07-28T07:50:59.907Z] #77 12.91 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3'
07:50:59 [2022-07-28T07:50:59.907Z] #77 13.15 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06'
07:50:59 [2022-07-28T07:50:59.907Z] #77 ...
07:50:59 [2022-07-28T07:50:59.907Z] 
07:50:59 [2022-07-28T07:50:59.907Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:50:59 [2022-07-28T07:50:59.907Z] #14 sha256:140d7ac09f2fa8835721c31c53da477b31091eaffbf8363910cabc1094007523
07:50:59 [2022-07-28T07:50:59.907Z] #14 64.04 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
07:50:59 [2022-07-28T07:50:59.907Z] #14 64.04 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ...
07:50:59 [2022-07-28T07:50:59.907Z] #14 64.05 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
07:51:00 [2022-07-28T07:51:00.108Z] #14 ...
07:51:00 [2022-07-28T07:51:00.108Z] 
07:51:00 [2022-07-28T07:51:00.108Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
07:51:00 [2022-07-28T07:51:00.108Z] #42 sha256:d5f8a01c2e1a5370173910ff1b6fd1dd838253998709bec1c0416141f69afbfb
07:51:00 [2022-07-28T07:51:00.108Z] #42 46.02 Selecting previously unselected package libicu67:amd64.
07:51:00 [2022-07-28T07:51:00.108Z] #42 46.02 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ...
07:51:00 [2022-07-28T07:51:00.108Z] #42 46.02 Unpacking libicu67:amd64 (67.1-7) ...
07:51:00 [2022-07-28T07:51:00.108Z] #42 53.09 Selecting previously unselected package libxml2:amd64.
07:51:00 [2022-07-28T07:51:00.108Z] #42 53.09 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ...
07:51:00 [2022-07-28T07:51:00.108Z] #42 53.11 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ...
07:51:00 [2022-07-28T07:51:00.108Z] #42 53.71 Selecting previously unselected package libarchive13:amd64.
07:51:00 [2022-07-28T07:51:00.108Z] #42 53.71 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ...
07:51:00 [2022-07-28T07:51:00.108Z] #42 53.71 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ...
07:51:00 [2022-07-28T07:51:00.108Z] #42 54.04 Selecting previously unselected package libjsoncpp24:amd64.
07:51:00 [2022-07-28T07:51:00.108Z] #42 54.04 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ...
07:51:00 [2022-07-28T07:51:00.108Z] #42 54.05 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
07:51:00 [2022-07-28T07:51:00.108Z] #42 54.21 Selecting previously unselected package librhash0:amd64.
07:51:00 [2022-07-28T07:51:00.108Z] #42 54.21 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ...
07:51:00 [2022-07-28T07:51:00.108Z] #42 54.21 Unpacking librhash0:amd64 (1.4.1-2) ...
07:51:00 [2022-07-28T07:51:00.108Z] #42 54.41 Selecting previously unselected package libuv1:amd64.
07:51:00 [2022-07-28T07:51:00.108Z] #42 54.41 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ...
07:51:00 [2022-07-28T07:51:00.108Z] #42 54.41 Unpacking libuv1:amd64 (1.40.0-2) ...
07:51:00 [2022-07-28T07:51:00.108Z] #42 54.62 Selecting previously unselected package cmake.
07:51:00 [2022-07-28T07:51:00.108Z] #42 54.62 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ...
07:51:00 [2022-07-28T07:51:00.108Z] #42 54.63 Unpacking cmake (3.18.4-2+deb11u1) ...
07:51:00 [2022-07-28T07:51:00.281Z] #55 ...
07:51:00 [2022-07-28T07:51:00.281Z] 
07:51:00 [2022-07-28T07:51:00.281Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:51:00 [2022-07-28T07:51:00.281Z] #14 sha256:b25eac2f6ddf70c42113ea1e9c9616359e7796e8a4be5e3f87392c5fb5b439d0
07:51:00 [2022-07-28T07:51:00.281Z] #14 39.40 Reading package lists...
07:51:00 [2022-07-28T07:51:00.281Z] #14 48.70 Building dependency tree...
07:51:00 [2022-07-28T07:51:00.281Z] #14 ...
07:51:00 [2022-07-28T07:51:00.281Z] 
07:51:00 [2022-07-28T07:51:00.281Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
07:51:00 [2022-07-28T07:51:00.281Z] #76 sha256:306ba19f1dc993c39966bb8490da17ab0369cd0c126ceb831f7ef89a39102969
07:51:00 [2022-07-28T07:51:00.281Z] #76 29.66 Reading package lists...
07:51:00 [2022-07-28T07:51:00.281Z] #76 39.55 Reading package lists...
07:51:00 [2022-07-28T07:51:00.539Z] #76 49.10 Building dependency tree...
07:51:00 [2022-07-28T07:51:00.539Z] #76 ...
07:51:00 [2022-07-28T07:51:00.539Z] 
07:51:00 [2022-07-28T07:51:00.539Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
07:51:00 [2022-07-28T07:51:00.539Z] #42 sha256:d5f8a01c2e1a5370173910ff1b6fd1dd838253998709bec1c0416141f69afbfb
07:51:00 [2022-07-28T07:51:00.539Z] #42 39.58 Reading package lists...
07:51:02 [2022-07-28T07:51:02.007Z] #42 ...
07:51:02 [2022-07-28T07:51:02.007Z] 
07:51:02 [2022-07-28T07:51:02.007Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:51:02 [2022-07-28T07:51:02.007Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:51:02 [2022-07-28T07:51:02.007Z] #77 6.858 Cloning into '/tmp/crun-build'...
07:51:02 [2022-07-28T07:51:02.938Z] #77 ...
07:51:02 [2022-07-28T07:51:02.938Z] 
07:51:02 [2022-07-28T07:51:02.938Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
07:51:02 [2022-07-28T07:51:02.938Z] #51 sha256:40295bf8cbd242d421bcf2efe97957471d81db5c6a2a8e836b41bc0ec6634359
07:51:02 [2022-07-28T07:51:02.938Z] #51 51.59 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
07:51:02 [2022-07-28T07:51:02.938Z] #51 51.59 Setting up python3-protobuf (3.12.4-1) ...
07:51:02 [2022-07-28T07:51:02.938Z] #51 55.63 Setting up criu (3.17.1-1) ...
07:51:02 [2022-07-28T07:51:02.938Z] #51 57.83 Processing triggers for libc-bin (2.31-13+deb11u3) ...
07:51:02 [2022-07-28T07:51:02.938Z] #51 DONE 58.7s
07:51:03 [2022-07-28T07:51:03.160Z] #42 48.98 Building dependency tree...
07:51:03 [2022-07-28T07:51:03.195Z] 
07:51:03 [2022-07-28T07:51:03.195Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
07:51:03 [2022-07-28T07:51:03.195Z] #42 sha256:d5f8a01c2e1a5370173910ff1b6fd1dd838253998709bec1c0416141f69afbfb
07:51:03 [2022-07-28T07:51:03.195Z] #42 59.06 Setting up libicu67:amd64 (67.1-7) ...
07:51:03 [2022-07-28T07:51:03.195Z] #42 59.08 Setting up xxd (2:8.2.2434-3+deb11u1) ...
07:51:03 [2022-07-28T07:51:03.195Z] #42 59.10 Setting up libuv1:amd64 (1.40.0-2) ...
07:51:03 [2022-07-28T07:51:03.195Z] #42 59.10 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
07:51:03 [2022-07-28T07:51:03.195Z] #42 59.12 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
07:51:03 [2022-07-28T07:51:03.195Z] #42 59.13 Setting up librhash0:amd64 (1.4.1-2) ...
07:51:03 [2022-07-28T07:51:03.452Z] #42 59.17 Setting up cmake-data (3.18.4-2+deb11u1) ...
07:51:03 [2022-07-28T07:51:03.452Z] #42 59.19 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ...
07:51:03 [2022-07-28T07:51:03.452Z] #42 59.20 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ...
07:51:03 [2022-07-28T07:51:03.452Z] #42 59.23 Setting up cmake (3.18.4-2+deb11u1) ...
07:51:03 [2022-07-28T07:51:03.452Z] #42 59.23 Processing triggers for libc-bin (2.31-13+deb11u3) ...
07:51:03 [2022-07-28T07:51:03.600Z] #19 128.7 The following additional packages will be installed:
07:51:03 [2022-07-28T07:51:03.600Z] #19 128.7   binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi
07:51:03 [2022-07-28T07:51:03.600Z] #19 128.7   binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu
07:51:03 [2022-07-28T07:51:03.600Z] #19 128.7   binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu
07:51:03 [2022-07-28T07:51:03.600Z] #19 128.7   cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf
07:51:03 [2022-07-28T07:51:03.600Z] #19 128.7   cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu
07:51:03 [2022-07-28T07:51:03.600Z] #19 128.7   cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu
07:51:03 [2022-07-28T07:51:03.600Z] #19 128.7   cpp-s390x-linux-gnu cross-config dpkg-cross dpkg-dev file
07:51:03 [2022-07-28T07:51:03.600Z] #19 128.7   g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi g++-10-arm-linux-gnueabihf
07:51:03 [2022-07-28T07:51:03.600Z] #19 128.7   g++-10-powerpc64le-linux-gnu g++-10-s390x-linux-gnu g++-aarch64-linux-gnu
07:51:03 [2022-07-28T07:51:03.600Z] #19 128.7   g++-arm-linux-gnueabi g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu
07:51:03 [2022-07-28T07:51:03.600Z] #19 128.7   g++-s390x-linux-gnu gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base
07:51:03 [2022-07-28T07:51:03.600Z] #19 128.7   gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base
07:51:03 [2022-07-28T07:51:03.600Z] #19 128.7   gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base
07:51:03 [2022-07-28T07:51:03.600Z] #19 128.7   gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base
07:51:03 [2022-07-28T07:51:03.600Z] #19 128.7   gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu
07:51:03 [2022-07-28T07:51:03.600Z] #19 128.7   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu
07:51:03 [2022-07-28T07:51:03.600Z] #19 128.7   gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross
07:51:03 [2022-07-28T07:51:03.600Z] #19 128.7   libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross
07:51:03 [2022-07-28T07:51:03.600Z] #19 128.7   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
07:51:03 [2022-07-28T07:51:03.600Z] #19 128.7   libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross
07:51:03 [2022-07-28T07:51:03.600Z] #19 128.7   libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
07:51:03 [2022-07-28T07:51:03.600Z] #19 128.7   libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross
07:51:03 [2022-07-28T07:51:03.600Z] #19 128.7   libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross
07:51:03 [2022-07-28T07:51:03.600Z] #19 128.7   libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl
07:51:03 [2022-07-28T07:51:03.600Z] #19 128.7   libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross
07:51:03 [2022-07-28T07:51:03.600Z] #19 128.7   libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross
07:51:03 [2022-07-28T07:51:03.600Z] #19 128.7   libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross
07:51:03 [2022-07-28T07:51:03.600Z] #19 128.7   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross
07:51:03 [2022-07-28T07:51:03.600Z] #19 128.7   libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross
07:51:03 [2022-07-28T07:51:03.600Z] #19 128.7   libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67
07:51:03 [2022-07-28T07:51:03.600Z] #19 128.7   libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross
07:51:03 [2022-07-28T07:51:03.600Z] #19 128.7   libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross
07:51:03 [2022-07-28T07:51:03.600Z] #19 128.7   liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross
07:51:03 [2022-07-28T07:51:03.600Z] #19 128.7   libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross
07:51:03 [2022-07-28T07:51:03.600Z] #19 128.7   libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross
07:51:03 [2022-07-28T07:51:03.600Z] #19 128.7   libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross
07:51:03 [2022-07-28T07:51:03.600Z] #19 128.7   libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross
07:51:03 [2022-07-28T07:51:03.600Z] #19 128.7   libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross
07:51:03 [2022-07-28T07:51:03.600Z] #19 128.7   libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross
07:51:03 [2022-07-28T07:51:03.600Z] #19 128.7   libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl
07:51:03 [2022-07-28T07:51:03.600Z] #19 128.7   libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl
07:51:03 [2022-07-28T07:51:03.600Z] #19 128.7   linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
07:51:03 [2022-07-28T07:51:03.600Z] #19 128.7   linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross
07:51:03 [2022-07-28T07:51:03.600Z] #19 128.8   linux-libc-dev-s390x-cross patch xz-utils
07:51:03 [2022-07-28T07:51:03.859Z] #19 128.9 Suggested packages:
07:51:03 [2022-07-28T07:51:03.859Z] #19 128.9   binutils-doc bzip2-doc gcc-10-locales cpp-doc binutils-multiarch
07:51:03 [2022-07-28T07:51:03.859Z] #19 128.9   debian-keyring gcc-10-doc g++-10-multilib-s390x-linux-gnu
07:51:03 [2022-07-28T07:51:03.859Z] #19 128.9   gcc-10-multilib-s390x-linux-gnu manpages-dev autoconf automake libtool flex
07:51:03 [2022-07-28T07:51:03.859Z] #19 128.9   bison gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi
07:51:03 [2022-07-28T07:51:03.859Z] #19 128.9   gdb-arm-linux-gnueabihf gdb-powerpc64le-linux-gnu gdb-s390x-linux-gnu
07:51:03 [2022-07-28T07:51:03.859Z] #19 128.9   libyaml-shell-perl ed diffutils-doc
07:51:03 [2022-07-28T07:51:03.859Z] #19 128.9 Recommended packages:
07:51:03 [2022-07-28T07:51:03.859Z] #19 128.9   fakeroot build-essential libalgorithm-merge-perl libwww-perl
07:51:03 [2022-07-28T07:51:03.859Z] #19 128.9   libxml-sax-expat-perl libyaml-libyaml-perl | libyaml-syck-perl
07:51:04 [2022-07-28T07:51:04.025Z] #42 DONE 59.8s
07:51:04 [2022-07-28T07:51:04.025Z] 
07:51:04 [2022-07-28T07:51:04.025Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
07:51:04 [2022-07-28T07:51:04.025Z] #43 sha256:d6557f0fbf6339fa468bba0c6825db185b0bcfd6fcc96b12f934b6aa4518dec7
07:51:04 [2022-07-28T07:51:04.118Z] #19 ...
07:51:04 [2022-07-28T07:51:04.119Z] 
07:51:04 [2022-07-28T07:51:04.119Z] #84 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:51:04 [2022-07-28T07:51:04.119Z] #84 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:51:04 [2022-07-28T07:51:04.119Z] #84 80.06 configure.ac:7: installing 'build-aux/compile'
07:51:04 [2022-07-28T07:51:04.119Z] #84 80.08 configure.ac:9: installing 'build-aux/config.guess'
07:51:04 [2022-07-28T07:51:04.119Z] #84 80.10 configure.ac:9: installing 'build-aux/config.sub'
07:51:04 [2022-07-28T07:51:04.119Z] #84 80.10 configure.ac:11: installing 'build-aux/install-sh'
07:51:04 [2022-07-28T07:51:04.119Z] #84 80.15 configure.ac:11: installing 'build-aux/missing'
07:51:04 [2022-07-28T07:51:04.281Z] #43 DONE 0.4s
07:51:04 [2022-07-28T07:51:04.281Z] 
07:51:04 [2022-07-28T07:51:04.281Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
07:51:04 [2022-07-28T07:51:04.281Z] #64 sha256:8308f77135ed6c1b73777923e7a515113ecd8ec199ef92a885bafb0fa4839093
07:51:04 [2022-07-28T07:51:04.378Z] #84 80.40 Makefile.am: installing 'build-aux/depcomp'
07:51:04 [2022-07-28T07:51:04.537Z] #64 ...
07:51:04 [2022-07-28T07:51:04.537Z] 
07:51:04 [2022-07-28T07:51:04.537Z] #44 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh tini
07:51:04 [2022-07-28T07:51:04.537Z] #44 sha256:148329f76c466cf7b376657a450d1f53a42640795cec29996c7c604d7f6acbe6
07:51:04 [2022-07-28T07:51:04.638Z] #84 80.60 parallel-tests: installing 'build-aux/test-driver'
07:51:05 [2022-07-28T07:51:05.453Z] #14 ...
07:51:05 [2022-07-28T07:51:05.453Z] 
07:51:05 [2022-07-28T07:51:05.453Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:51:05 [2022-07-28T07:51:05.453Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:51:05 [2022-07-28T07:51:05.453Z] #77 47.63 aclocal: warning: couldn't open directory 'm4': No such file or directory
07:51:05 [2022-07-28T07:51:05.690Z] #42 ...
07:51:05 [2022-07-28T07:51:05.690Z] 
07:51:05 [2022-07-28T07:51:05.690Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
07:51:05 [2022-07-28T07:51:05.690Z] #47 sha256:8a0b7c7abf06bbb1ab29c763b2e38d2fa012d03eb2e646559ec0a63c975a38c7
07:51:05 [2022-07-28T07:51:05.690Z] #47 43.67 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
07:51:05 [2022-07-28T07:51:05.690Z] #47 ...
07:51:05 [2022-07-28T07:51:05.690Z] 
07:51:05 [2022-07-28T07:51:05.690Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
07:51:05 [2022-07-28T07:51:05.690Z] #51 sha256:40295bf8cbd242d421bcf2efe97957471d81db5c6a2a8e836b41bc0ec6634359
07:51:05 [2022-07-28T07:51:05.690Z] #51 40.87 Reading package lists...
07:51:05 [2022-07-28T07:51:05.690Z] #51 50.82 Building dependency tree...
07:51:07 [2022-07-28T07:51:07.066Z] #51 ...
07:51:07 [2022-07-28T07:51:07.066Z] 
07:51:07 [2022-07-28T07:51:07.066Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
07:51:07 [2022-07-28T07:51:07.066Z] #42 sha256:d5f8a01c2e1a5370173910ff1b6fd1dd838253998709bec1c0416141f69afbfb
07:51:07 [2022-07-28T07:51:07.066Z] #42 55.60 The following additional packages will be installed:
07:51:07 [2022-07-28T07:51:07.066Z] #42 55.61   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd
07:51:07 [2022-07-28T07:51:07.066Z] #42 55.63 Suggested packages:
07:51:07 [2022-07-28T07:51:07.066Z] #42 55.67   cmake-doc ninja-build lrzip
07:51:07 [2022-07-28T07:51:07.066Z] #42 55.67 Recommended packages:
07:51:07 [2022-07-28T07:51:07.066Z] #42 55.67   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
07:51:07 [2022-07-28T07:51:07.185Z] #84 83.28 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
07:51:07 [2022-07-28T07:51:07.185Z] #84 83.28 libtoolize: copying file 'build-aux/ltmain.sh'
07:51:08 [2022-07-28T07:51:08.002Z] #14 ...
07:51:08 [2022-07-28T07:51:08.002Z] 
07:51:08 [2022-07-28T07:51:08.002Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
07:51:08 [2022-07-28T07:51:08.002Z] #64 sha256:cc176a5d2022493214bb8b9446f61c474e1c4ec8c37300fb319a74bf8b17c974
07:51:08 [2022-07-28T07:51:08.439Z] #42 57.30 The following NEW packages will be installed:
07:51:08 [2022-07-28T07:51:08.439Z] #42 57.33   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
07:51:08 [2022-07-28T07:51:08.439Z] #42 57.33   vim-common xxd
07:51:08 [2022-07-28T07:51:08.513Z] #64 41.07 Updating files:  54% (2667/4910)
Updating files:  55% (2701/4910)
Updating files:  56% (2750/4910)
Updating files:  57% (2799/4910)
Updating files:  58% (2848/4910)
Updating files:  59% (2897/4910)
Updating files:  60% (2946/4910)
Updating files:  61% (2996/4910)
Updating files:  62% (3045/4910)
Updating files:  63% (3094/4910)
Updating files:  64% (3143/4910)
Updating files:  65% (3192/4910)
Updating files:  66% (3241/4910)
Updating files:  67% (3290/4910)
Updating files:  68% (3339/4910)
Updating files:  69% (3388/4910)
Updating files:  70% (3437/4910)
Updating files:  71% (3487/4910)
Updating files:  72% (3536/4910)
Updating files:  73% (3585/4910)
Updating files:  74% (3634/4910)
Updating files:  75% (3683/4910)
Updating files:  76% (3732/4910)
Updating files:  77% (3781/4910)
Updating files:  78% (3830/4910)
Updating files:  79% (3879/4910)
Updating files:  80% (3928/4910)
Updating files:  81% (3978/4910)
Updating files:  82% (4027/4910)
Updating files:  83% (4076/4910)
Updating files:  84% (4125/4910)
Updating files:  85% (4174/4910)
Updating files:  86% (4223/4910)
Updating files:  87% (4272/4910)
Updating files:  88% (4321/4910)
Updating files:  89% (4370/4910)
Updating files:  90% (4419/4910)
Updating files:  91% (4469/4910)
Updating files:  92% (4518/4910)
Updating files:  93% (4567/4910)
Updating files:  94% (4616/4910)
Updating files:  95% (4665/4910)
Updating files:  96% (4714/4910)
Updating files:  97% (4763/4910)
Updating files:  98% (4812/4910)
Updating files:  99% (4861/4910)
Updating files: 100% (4910/4910)
Updating files: 100% (4910/4910), done.
07:51:08 [2022-07-28T07:51:08.513Z] #64 42.24 + cd /tmp/tmp.xCTOBbZ10A/src/github.com/containerd/containerd
07:51:08 [2022-07-28T07:51:08.513Z] #64 42.24 + git checkout -q v1.6.6
07:51:08 [2022-07-28T07:51:08.565Z] #84 84.21 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
07:51:08 [2022-07-28T07:51:08.565Z] #84 84.21 libtoolize: copying file 'm4/libtool.m4'
07:51:08 [2022-07-28T07:51:08.565Z] #84 84.45 libtoolize: copying file 'm4/ltoptions.m4'
07:51:08 [2022-07-28T07:51:08.565Z] #84 84.69 libtoolize: copying file 'm4/ltsugar.m4'
07:51:09 [2022-07-28T07:51:09.134Z] #84 85.06 libtoolize: copying file 'm4/ltversion.m4'
07:51:09 [2022-07-28T07:51:09.134Z] #84 85.33 libtoolize: copying file 'm4/lt~obsolete.m4'
07:51:09 [2022-07-28T07:51:09.373Z] #42 57.96 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded.
07:51:09 [2022-07-28T07:51:09.373Z] #42 57.96 Need to get 17.7 MB of archives.
07:51:09 [2022-07-28T07:51:09.373Z] #42 57.96 After this operation, 70.7 MB of additional disk space will be used.
07:51:09 [2022-07-28T07:51:09.373Z] #42 57.96 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
07:51:09 [2022-07-28T07:51:09.373Z] #42 57.97 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
07:51:09 [2022-07-28T07:51:09.373Z] #42 57.99 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
07:51:09 [2022-07-28T07:51:09.373Z] #42 58.18 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
07:51:09 [2022-07-28T07:51:09.633Z] #42 ...
07:51:09 [2022-07-28T07:51:09.633Z] 
07:51:09 [2022-07-28T07:51:09.633Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
07:51:09 [2022-07-28T07:51:09.633Z] #62 sha256:34bfbe9b681f5ebc46aa2b0b23925fe24fac41e1b9a5ab09857ba3a5988905e2
07:51:09 [2022-07-28T07:51:09.633Z] #62 39.58 Reading package lists...
07:51:09 [2022-07-28T07:51:09.633Z] #62 48.73 Building dependency tree...
07:51:09 [2022-07-28T07:51:09.633Z] #62 55.28 The following additional packages will be installed:
07:51:09 [2022-07-28T07:51:09.633Z] #62 55.28   libbtrfs0
07:51:09 [2022-07-28T07:51:09.633Z] #62 55.53 The following NEW packages will be installed:
07:51:09 [2022-07-28T07:51:09.633Z] #62 55.54   libbtrfs-dev libbtrfs0
07:51:09 [2022-07-28T07:51:09.633Z] #62 56.06 0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded.
07:51:09 [2022-07-28T07:51:09.633Z] #62 56.06 Need to get 460 kB of archives.
07:51:09 [2022-07-28T07:51:09.633Z] #62 56.06 After this operation, 1237 kB of additional disk space will be used.
07:51:09 [2022-07-28T07:51:09.633Z] #62 56.06 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
07:51:09 [2022-07-28T07:51:09.633Z] #62 56.07 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
07:51:09 [2022-07-28T07:51:09.633Z] #62 58.07 debconf: delaying package configuration, since apt-utils is not installed
07:51:09 [2022-07-28T07:51:09.633Z] #62 58.57 Fetched 460 kB in 0s (1168 kB/s)
07:51:09 [2022-07-28T07:51:09.782Z] #44 ...
07:51:09 [2022-07-28T07:51:09.782Z] 
07:51:09 [2022-07-28T07:51:09.782Z] #53 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1"      && /build/gotestsum --version
07:51:09 [2022-07-28T07:51:09.782Z] #53 sha256:d307c57148b88756c724eda2ed5e5454146b3f5b85292d596bc1a3db3521b728
07:51:09 [2022-07-28T07:51:09.782Z] #53 64.10 gotestsum version dev
07:51:09 [2022-07-28T07:51:09.782Z] #53 DONE 64.9s
07:51:09 [2022-07-28T07:51:09.782Z] 
07:51:09 [2022-07-28T07:51:09.782Z] #44 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh tini
07:51:09 [2022-07-28T07:51:09.782Z] #44 sha256:148329f76c466cf7b376657a450d1f53a42640795cec29996c7c604d7f6acbe6
07:51:09 [2022-07-28T07:51:09.782Z] #44 4.729 + RM_GOPATH=0
07:51:09 [2022-07-28T07:51:09.782Z] #44 4.729 + TMP_GOPATH=
07:51:09 [2022-07-28T07:51:09.782Z] #44 4.729 + : /build
07:51:09 [2022-07-28T07:51:09.782Z] #44 4.729 + '[' -z '' ']'
07:51:09 [2022-07-28T07:51:09.782Z] #44 4.729 ++ mktemp -d
07:51:09 [2022-07-28T07:51:09.782Z] #44 4.729 + export GOPATH=/tmp/tmp.gC7SM5TZcw
07:51:09 [2022-07-28T07:51:09.782Z] #44 4.729 + GOPATH=/tmp/tmp.gC7SM5TZcw
07:51:09 [2022-07-28T07:51:09.782Z] #44 4.729 + RM_GOPATH=1
07:51:09 [2022-07-28T07:51:09.782Z] #44 4.729 + case "$(go env GOARCH)" in
07:51:09 [2022-07-28T07:51:09.782Z] #44 4.729 ++ go env GOARCH
07:51:09 [2022-07-28T07:51:09.782Z] #44 4.749 Install tini version v0.19.0
07:51:09 [2022-07-28T07:51:09.782Z] #44 4.749 + export GO_BUILDMODE=-buildmode=pie
07:51:09 [2022-07-28T07:51:09.782Z] #44 4.749 + GO_BUILDMODE=-buildmode=pie
07:51:09 [2022-07-28T07:51:09.782Z] #44 4.749 ++ dirname /install.sh
07:51:09 [2022-07-28T07:51:09.782Z] #44 4.749 + dir=/
07:51:09 [2022-07-28T07:51:09.782Z] #44 4.749 + bin=tini
07:51:09 [2022-07-28T07:51:09.782Z] #44 4.749 + shift
07:51:09 [2022-07-28T07:51:09.782Z] #44 4.749 + '[' '!' -f //tini.installer ']'
07:51:09 [2022-07-28T07:51:09.782Z] #44 4.749 + . //tini.installer
07:51:09 [2022-07-28T07:51:09.782Z] #44 4.749 ++ : v0.19.0
07:51:09 [2022-07-28T07:51:09.782Z] #44 4.749 + install_tini
07:51:09 [2022-07-28T07:51:09.782Z] #44 4.749 + echo 'Install tini version v0.19.0'
07:51:09 [2022-07-28T07:51:09.782Z] #44 4.749 + git clone https://github.com/krallin/tini.git /tmp/tmp.gC7SM5TZcw/tini
07:51:09 [2022-07-28T07:51:09.782Z] #44 4.749 Cloning into '/tmp/tmp.gC7SM5TZcw/tini'...
07:51:09 [2022-07-28T07:51:09.782Z] #44 ...
07:51:09 [2022-07-28T07:51:09.782Z] 
07:51:09 [2022-07-28T07:51:09.782Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:51:09 [2022-07-28T07:51:09.782Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:51:09 [2022-07-28T07:51:09.782Z] #77 13.54 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec'
07:51:09 [2022-07-28T07:51:09.782Z] #77 13.57 Cloning into '/tmp/crun-build/libocispec'...
07:51:09 [2022-07-28T07:51:09.888Z] #64 43.54 + export 'BUILDTAGS=netgo osusergo static_build'
07:51:09 [2022-07-28T07:51:09.888Z] #64 43.54 + BUILDTAGS='netgo osusergo static_build'
07:51:09 [2022-07-28T07:51:09.888Z] #64 43.54 + export EXTRA_FLAGS=-buildmode=pie
07:51:09 [2022-07-28T07:51:09.888Z] #64 43.54 + EXTRA_FLAGS=-buildmode=pie
07:51:09 [2022-07-28T07:51:09.888Z] #64 43.54 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
07:51:09 [2022-07-28T07:51:09.888Z] #64 43.54 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
07:51:09 [2022-07-28T07:51:09.888Z] #64 43.54 + '[' '' = dynamic ']'
07:51:09 [2022-07-28T07:51:09.888Z] #64 43.54 + make
07:51:09 [2022-07-28T07:51:09.891Z] #62 58.69 Selecting previously unselected package libbtrfs0:amd64.
07:51:09 [2022-07-28T07:51:09.891Z] #62 ...
07:51:09 [2022-07-28T07:51:09.891Z] 
07:51:09 [2022-07-28T07:51:09.891Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:51:09 [2022-07-28T07:51:09.891Z] #55 sha256:6a5ba43a879545395035c8edb2d77f5663eaeac2aed4ebd5825ef0a4ef562291
07:51:09 [2022-07-28T07:51:09.891Z] #55 57.39 go: downloading github.com/quasilyte/gogrep v0.0.0-20220120141003-628d8b3623b5
07:51:09 [2022-07-28T07:51:09.891Z] #55 57.59 go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567
07:51:09 [2022-07-28T07:51:09.891Z] #55 57.68 go: downloading github.com/gobwas/glob v0.2.3
07:51:09 [2022-07-28T07:51:09.891Z] #55 57.79 go: downloading github.com/kisielk/gotool v1.0.0
07:51:09 [2022-07-28T07:51:09.891Z] #55 58.07 go: downloading github.com/gostaticanalysis/comment v1.4.2
07:51:09 [2022-07-28T07:51:09.891Z] #55 58.18 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
07:51:09 [2022-07-28T07:51:09.891Z] #55 58.21 go: downloading github.com/ettle/strcase v0.1.1
07:51:09 [2022-07-28T07:51:09.891Z] #55 58.42 go: downloading github.com/fatih/structtag v1.2.0
07:51:09 [2022-07-28T07:51:09.891Z] #55 58.54 go: downloading github.com/Masterminds/semver v1.5.0
07:51:09 [2022-07-28T07:51:09.891Z] #55 58.56 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d
07:51:09 [2022-07-28T07:51:09.891Z] #55 58.59 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
07:51:09 [2022-07-28T07:51:09.891Z] #55 58.90 go: downloading github.com/prometheus/client_golang v1.12.1
07:51:10 [2022-07-28T07:51:10.040Z] #77 14.91 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821'
07:51:10 [2022-07-28T07:51:10.040Z] #77 14.93 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec'
07:51:10 [2022-07-28T07:51:10.040Z] #77 14.93 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec'
07:51:10 [2022-07-28T07:51:10.040Z] #77 14.93 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl'
07:51:10 [2022-07-28T07:51:10.040Z] #77 14.96 Cloning into '/tmp/crun-build/libocispec/image-spec'...
07:51:11 [2022-07-28T07:51:11.267Z] #55 59.86 go: downloading github.com/prometheus/client_model v0.2.0
07:51:11 [2022-07-28T07:51:11.267Z] #55 60.01 go: downloading golang.org/x/exp/typeparams v0.0.0-20220218215828-6cf2b201936e
07:51:11 [2022-07-28T07:51:11.526Z] #55 60.31 go: downloading github.com/google/go-cmp v0.5.7
07:51:11 [2022-07-28T07:51:11.777Z] #64 45.19 + bin/ctr
07:51:11 [2022-07-28T07:51:11.932Z] #77 16.96 Cloning into '/tmp/crun-build/libocispec/runtime-spec'...
07:51:12 [2022-07-28T07:51:12.092Z] #55 60.95 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
07:51:12 [2022-07-28T07:51:12.092Z] #55 61.00 go: downloading github.com/hexops/gotextdiff v1.0.3
07:51:12 [2022-07-28T07:51:12.351Z] #55 61.16 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
07:51:12 [2022-07-28T07:51:12.351Z] #55 61.22 go: downloading github.com/chavacava/garif v0.0.0-20220316182200-5cad0b5181d4
07:51:12 [2022-07-28T07:51:12.351Z] #55 ...
07:51:12 [2022-07-28T07:51:12.351Z] 
07:51:12 [2022-07-28T07:51:12.351Z] #62 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
07:51:12 [2022-07-28T07:51:12.351Z] #62 sha256:34bfbe9b681f5ebc46aa2b0b23925fe24fac41e1b9a5ab09857ba3a5988905e2
07:51:12 [2022-07-28T07:51:12.351Z] #62 58.69 Selecting previously unselected package libbtrfs0:amd64.
07:51:12 [2022-07-28T07:51:12.351Z] #62 58.69 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15717 files and directories currently installed.)
07:51:12 [2022-07-28T07:51:12.351Z] #62 58.83 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
07:51:12 [2022-07-28T07:51:12.351Z] #62 58.86 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
07:51:12 [2022-07-28T07:51:12.351Z] #62 59.41 Selecting previously unselected package libbtrfs-dev:amd64.
07:51:12 [2022-07-28T07:51:12.351Z] #62 59.41 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ...
07:51:12 [2022-07-28T07:51:12.351Z] #62 59.42 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
07:51:12 [2022-07-28T07:51:12.351Z] #62 60.02 Setting up libbtrfs0:amd64 (5.10.1-2) ...
07:51:12 [2022-07-28T07:51:12.351Z] #62 60.20 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
07:51:12 [2022-07-28T07:51:12.351Z] #62 60.27 Processing triggers for libc-bin (2.31-13+deb11u3) ...
07:51:12 [2022-07-28T07:51:12.351Z] #62 DONE 61.3s
07:51:12 [2022-07-28T07:51:12.351Z] 
07:51:12 [2022-07-28T07:51:12.351Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:51:12 [2022-07-28T07:51:12.351Z] #55 sha256:6a5ba43a879545395035c8edb2d77f5663eaeac2aed4ebd5825ef0a4ef562291
07:51:12 [2022-07-28T07:51:12.351Z] #55 61.25 go: downloading github.com/olekukonko/tablewriter v0.0.5
07:51:12 [2022-07-28T07:51:12.351Z] #55 ...
07:51:12 [2022-07-28T07:51:12.351Z] 
07:51:12 [2022-07-28T07:51:12.351Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:51:12 [2022-07-28T07:51:12.351Z] #14 sha256:b25eac2f6ddf70c42113ea1e9c9616359e7796e8a4be5e3f87392c5fb5b439d0
07:51:12 [2022-07-28T07:51:12.351Z] #14 48.70 Building dependency tree...
07:51:12 [2022-07-28T07:51:12.351Z] #14 55.12 The following additional packages will be installed:
07:51:12 [2022-07-28T07:51:12.351Z] #14 55.12   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
07:51:12 [2022-07-28T07:51:12.351Z] #14 55.12   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
07:51:12 [2022-07-28T07:51:12.351Z] #14 55.12   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
07:51:12 [2022-07-28T07:51:12.351Z] #14 55.12   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
07:51:12 [2022-07-28T07:51:12.351Z] #14 55.12   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
07:51:12 [2022-07-28T07:51:12.351Z] #14 55.12   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
07:51:12 [2022-07-28T07:51:12.351Z] #14 55.15   mingw-w64-common mingw-w64-x86-64-dev
07:51:12 [2022-07-28T07:51:12.351Z] #14 55.16 Suggested packages:
07:51:12 [2022-07-28T07:51:12.351Z] #14 55.16   gcc-10-locales seccomp wine64
07:51:12 [2022-07-28T07:51:12.351Z] #14 57.67 The following NEW packages will be installed:
07:51:12 [2022-07-28T07:51:12.351Z] #14 57.67   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
07:51:12 [2022-07-28T07:51:12.351Z] #14 57.68   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
07:51:12 [2022-07-28T07:51:12.351Z] #14 57.68   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
07:51:12 [2022-07-28T07:51:12.351Z] #14 57.68   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
07:51:12 [2022-07-28T07:51:12.351Z] #14 57.68   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
07:51:12 [2022-07-28T07:51:12.351Z] #14 57.69   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
07:51:12 [2022-07-28T07:51:12.351Z] #14 57.70   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
07:51:12 [2022-07-28T07:51:12.351Z] #14 57.70   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
07:51:12 [2022-07-28T07:51:12.351Z] #14 57.70   mingw-w64-x86-64-dev
07:51:12 [2022-07-28T07:51:12.351Z] #14 58.33 0 upgraded, 30 newly installed, 0 to remove and 1 not upgraded.
07:51:12 [2022-07-28T07:51:12.351Z] #14 58.33 Need to get 115 MB of archives.
07:51:12 [2022-07-28T07:51:12.351Z] #14 58.33 After this operation, 645 MB of additional disk space will be used.
07:51:12 [2022-07-28T07:51:12.351Z] #14 58.33 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB]
07:51:12 [2022-07-28T07:51:12.351Z] #14 58.54 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB]
07:51:12 [2022-07-28T07:51:12.351Z] #14 58.85 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
07:51:12 [2022-07-28T07:51:12.351Z] #14 58.85 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
07:51:12 [2022-07-28T07:51:12.351Z] #14 58.86 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
07:51:12 [2022-07-28T07:51:12.351Z] #14 58.89 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
07:51:12 [2022-07-28T07:51:12.351Z] #14 59.28 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
07:51:12 [2022-07-28T07:51:12.351Z] #14 59.56 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB]
07:51:12 [2022-07-28T07:51:12.351Z] #14 59.59 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB]
07:51:12 [2022-07-28T07:51:12.351Z] #14 60.64 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB]
07:51:12 [2022-07-28T07:51:12.424Z] #84 ...
07:51:12 [2022-07-28T07:51:12.424Z] 
07:51:12 [2022-07-28T07:51:12.424Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             crossbuild-essential-arm64             crossbuild-essential-armel             crossbuild-essential-armhf             crossbuild-essential-ppc64el             crossbuild-essential-s390x
07:51:12 [2022-07-28T07:51:12.424Z] #19 sha256:423b64bc9d7cc359d630e3fe0a1b98d707aeff14b0c78f2d44bf08c4c29a169b
07:51:12 [2022-07-28T07:51:12.424Z] #19 137.4 The following NEW packages will be installed:
07:51:12 [2022-07-28T07:51:12.424Z] #19 137.5   binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi
07:51:12 [2022-07-28T07:51:12.424Z] #19 137.5   binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu
07:51:12 [2022-07-28T07:51:12.424Z] #19 137.5   binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu
07:51:12 [2022-07-28T07:51:12.424Z] #19 137.5   cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf
07:51:12 [2022-07-28T07:51:12.424Z] #19 137.5   cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu
07:51:12 [2022-07-28T07:51:12.424Z] #19 137.5   cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu
07:51:12 [2022-07-28T07:51:12.424Z] #19 137.5   cpp-s390x-linux-gnu cross-config crossbuild-essential-arm64
07:51:12 [2022-07-28T07:51:12.424Z] #19 137.5   crossbuild-essential-armel crossbuild-essential-armhf
07:51:12 [2022-07-28T07:51:12.424Z] #19 137.5   crossbuild-essential-ppc64el crossbuild-essential-s390x dpkg-cross dpkg-dev
07:51:12 [2022-07-28T07:51:12.424Z] #19 137.5   file g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi
07:51:12 [2022-07-28T07:51:12.424Z] #19 137.5   g++-10-arm-linux-gnueabihf g++-10-powerpc64le-linux-gnu
07:51:12 [2022-07-28T07:51:12.424Z] #19 137.5   g++-10-s390x-linux-gnu g++-aarch64-linux-gnu g++-arm-linux-gnueabi
07:51:12 [2022-07-28T07:51:12.424Z] #19 137.5   g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu g++-s390x-linux-gnu
07:51:12 [2022-07-28T07:51:12.424Z] #19 137.5   gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base
07:51:12 [2022-07-28T07:51:12.424Z] #19 137.5   gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base
07:51:12 [2022-07-28T07:51:12.424Z] #19 137.5   gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base
07:51:12 [2022-07-28T07:51:12.424Z] #19 137.5   gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base
07:51:12 [2022-07-28T07:51:12.424Z] #19 137.5   gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu
07:51:12 [2022-07-28T07:51:12.424Z] #19 137.5   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu
07:51:12 [2022-07-28T07:51:12.424Z] #19 137.5   gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross
07:51:12 [2022-07-28T07:51:12.424Z] #19 137.5   libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross
07:51:12 [2022-07-28T07:51:12.424Z] #19 137.5   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
07:51:12 [2022-07-28T07:51:12.424Z] #19 137.5   libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross
07:51:12 [2022-07-28T07:51:12.424Z] #19 137.5   libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
07:51:12 [2022-07-28T07:51:12.424Z] #19 137.5   libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross
07:51:12 [2022-07-28T07:51:12.424Z] #19 137.5   libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross
07:51:12 [2022-07-28T07:51:12.424Z] #19 137.5   libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl
07:51:12 [2022-07-28T07:51:12.424Z] #19 137.5   libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross
07:51:12 [2022-07-28T07:51:12.424Z] #19 137.5   libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross
07:51:12 [2022-07-28T07:51:12.424Z] #19 137.5   libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross
07:51:12 [2022-07-28T07:51:12.424Z] #19 137.5   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross
07:51:12 [2022-07-28T07:51:12.424Z] #19 137.5   libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross
07:51:12 [2022-07-28T07:51:12.424Z] #19 137.5   libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67
07:51:12 [2022-07-28T07:51:12.424Z] #19 137.5   libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross
07:51:12 [2022-07-28T07:51:12.424Z] #19 137.5   libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross
07:51:12 [2022-07-28T07:51:12.424Z] #19 137.5   liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross
07:51:12 [2022-07-28T07:51:12.424Z] #19 137.5   libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross
07:51:12 [2022-07-28T07:51:12.424Z] #19 137.5   libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross
07:51:12 [2022-07-28T07:51:12.424Z] #19 137.5   libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross
07:51:12 [2022-07-28T07:51:12.424Z] #19 137.5   libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross
07:51:12 [2022-07-28T07:51:12.424Z] #19 137.5   libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross
07:51:12 [2022-07-28T07:51:12.424Z] #19 137.5   libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross
07:51:12 [2022-07-28T07:51:12.424Z] #19 137.5   libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl
07:51:12 [2022-07-28T07:51:12.424Z] #19 137.5   libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl
07:51:12 [2022-07-28T07:51:12.424Z] #19 137.5   linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
07:51:12 [2022-07-28T07:51:12.424Z] #19 137.5   linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross
07:51:12 [2022-07-28T07:51:12.424Z] #19 137.5   linux-libc-dev-s390x-cross patch xz-utils
07:51:12 [2022-07-28T07:51:12.620Z] #14 ...
07:51:12 [2022-07-28T07:51:12.620Z] 
07:51:12 [2022-07-28T07:51:12.620Z] #63 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
07:51:12 [2022-07-28T07:51:12.620Z] #63 sha256:2d251e09c4ebfb8f828a6f906a8523568ce940d04e6795c6926e60d52721ec18
07:51:12 [2022-07-28T07:51:12.620Z] #63 DONE 0.1s
07:51:12 [2022-07-28T07:51:12.620Z] 
07:51:12 [2022-07-28T07:51:12.620Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:51:12 [2022-07-28T07:51:12.620Z] #55 sha256:6a5ba43a879545395035c8edb2d77f5663eaeac2aed4ebd5825ef0a4ef562291
07:51:12 [2022-07-28T07:51:12.620Z] #55 61.45 go: downloading github.com/beorn7/perks v1.0.1
07:51:12 [2022-07-28T07:51:12.620Z] #55 61.46 go: downloading github.com/cespare/xxhash/v2 v2.1.2
07:51:12 [2022-07-28T07:51:12.877Z] #55 61.65 go: downloading github.com/golang/protobuf v1.5.2
07:51:12 [2022-07-28T07:51:12.877Z] #55 61.74 go: downloading github.com/prometheus/common v0.32.1
07:51:12 [2022-07-28T07:51:12.877Z] #55 ...
07:51:12 [2022-07-28T07:51:12.877Z] 
07:51:12 [2022-07-28T07:51:12.877Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
07:51:12 [2022-07-28T07:51:12.877Z] #76 sha256:306ba19f1dc993c39966bb8490da17ab0369cd0c126ceb831f7ef89a39102969
07:51:12 [2022-07-28T07:51:12.877Z] #76 49.10 Building dependency tree...
07:51:12 [2022-07-28T07:51:12.877Z] #76 56.05 python3 is already the newest version (3.9.2-3).
07:51:12 [2022-07-28T07:51:12.877Z] #76 56.05 The following additional packages will be installed:
07:51:12 [2022-07-28T07:51:12.877Z] #76 56.10   autotools-dev bzip2 dpkg-dev file libcap2 libmagic-mgc libmagic1
07:51:12 [2022-07-28T07:51:12.878Z] #76 56.12   libprotobuf-c1 libsigsegv2 libyajl2 m4 patch xz-utils
07:51:12 [2022-07-28T07:51:12.878Z] #76 56.16 Suggested packages:
07:51:12 [2022-07-28T07:51:12.878Z] #76 56.16   autoconf-archive gnu-standards autoconf-doc gettext bzip2-doc debian-keyring
07:51:12 [2022-07-28T07:51:12.878Z] #76 56.16   manpages-dev seccomp libtool-doc gfortran | fortran95-compiler gcj-jdk
07:51:12 [2022-07-28T07:51:12.878Z] #76 56.16   m4-doc ed diffutils-doc
07:51:12 [2022-07-28T07:51:12.878Z] #76 56.16 Recommended packages:
07:51:12 [2022-07-28T07:51:12.878Z] #76 56.16   fakeroot libalgorithm-merge-perl libltdl-dev
07:51:12 [2022-07-28T07:51:12.878Z] #76 59.10 The following NEW packages will be installed:
07:51:12 [2022-07-28T07:51:12.878Z] #76 59.13   autoconf automake autotools-dev build-essential bzip2 dpkg-dev file
07:51:12 [2022-07-28T07:51:12.878Z] #76 59.13   libcap-dev libcap2 libmagic-mgc libmagic1 libprotobuf-c-dev libprotobuf-c1
07:51:12 [2022-07-28T07:51:12.878Z] #76 59.13   libseccomp-dev libsigsegv2 libsystemd-dev libtool libudev-dev libyajl-dev
07:51:12 [2022-07-28T07:51:12.878Z] #76 59.13   libyajl2 m4 patch xz-utils
07:51:12 [2022-07-28T07:51:12.878Z] #76 59.75 0 upgraded, 23 newly installed, 0 to remove and 1 not upgraded.
07:51:12 [2022-07-28T07:51:12.878Z] #76 59.75 Need to get 5940 kB of archives.
07:51:12 [2022-07-28T07:51:12.878Z] #76 59.75 After this operation, 18.7 MB of additional disk space will be used.
07:51:12 [2022-07-28T07:51:12.878Z] #76 59.75 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
07:51:12 [2022-07-28T07:51:12.878Z] #76 59.76 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB]
07:51:12 [2022-07-28T07:51:12.878Z] #76 59.76 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB]
07:51:12 [2022-07-28T07:51:12.878Z] #76 59.77 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB]
07:51:12 [2022-07-28T07:51:12.878Z] #76 59.80 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB]
07:51:12 [2022-07-28T07:51:12.878Z] #76 59.82 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsigsegv2 amd64 2.13-1 [34.8 kB]
07:51:12 [2022-07-28T07:51:12.878Z] #76 59.84 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 m4 amd64 1.4.18-5 [204 kB]
07:51:12 [2022-07-28T07:51:12.878Z] #76 59.86 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autoconf all 2.69-14 [313 kB]
07:51:12 [2022-07-28T07:51:12.878Z] #76 59.98 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 autotools-dev all 20180224.1+nmu1 [77.1 kB]
07:51:12 [2022-07-28T07:51:12.878Z] #76 59.98 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 automake all 1:1.16.3-2 [814 kB]
07:51:12 [2022-07-28T07:51:12.878Z] #76 59.98 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
07:51:12 [2022-07-28T07:51:12.878Z] #76 59.99 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.11 [2308 kB]
07:51:12 [2022-07-28T07:51:12.878Z] #76 60.18 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 build-essential amd64 12.9 [7704 B]
07:51:12 [2022-07-28T07:51:12.878Z] #76 60.18 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
07:51:12 [2022-07-28T07:51:12.878Z] #76 60.18 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap-dev amd64 1:2.44-1 [45.3 kB]
07:51:12 [2022-07-28T07:51:12.878Z] #76 60.19 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
07:51:12 [2022-07-28T07:51:12.878Z] #76 60.20 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c-dev amd64 1.3.3-1+b2 [34.3 kB]
07:51:12 [2022-07-28T07:51:12.878Z] #76 60.21 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
07:51:12 [2022-07-28T07:51:12.878Z] #76 60.22 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB]
07:51:12 [2022-07-28T07:51:12.878Z] #76 60.27 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtool all 2.4.6-15 [513 kB]
07:51:12 [2022-07-28T07:51:12.878Z] #76 60.32 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB]
07:51:12 [2022-07-28T07:51:12.878Z] #76 60.33 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB]
07:51:12 [2022-07-28T07:51:12.878Z] #76 60.34 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl-dev amd64 2.1.0-3 [32.6 kB]
07:51:12 [2022-07-28T07:51:12.878Z] #76 ...
07:51:12 [2022-07-28T07:51:12.878Z] 
07:51:12 [2022-07-28T07:51:12.878Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
07:51:12 [2022-07-28T07:51:12.878Z] #51 sha256:40295bf8cbd242d421bcf2efe97957471d81db5c6a2a8e836b41bc0ec6634359
07:51:12 [2022-07-28T07:51:12.878Z] #51 57.39 The following additional packages will be installed:
07:51:12 [2022-07-28T07:51:12.878Z] #51 57.40   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
07:51:12 [2022-07-28T07:51:12.878Z] #51 57.41   python3-protobuf python3-six
07:51:12 [2022-07-28T07:51:12.878Z] #51 57.42 Suggested packages:
07:51:12 [2022-07-28T07:51:12.878Z] #51 57.45   python3-setuptools
07:51:12 [2022-07-28T07:51:12.878Z] #51 57.45 Recommended packages:
07:51:12 [2022-07-28T07:51:12.878Z] #51 57.45   iproute2 | iproute
07:51:12 [2022-07-28T07:51:12.878Z] #51 58.62 The following NEW packages will be installed:
07:51:12 [2022-07-28T07:51:12.878Z] #51 58.62   criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources
07:51:12 [2022-07-28T07:51:12.878Z] #51 58.63   python3-protobuf python3-six
07:51:12 [2022-07-28T07:51:12.878Z] #51 59.48 0 upgraded, 8 newly installed, 0 to remove and 1 not upgraded.
07:51:12 [2022-07-28T07:51:12.878Z] #51 59.48 Need to get 2315 kB of archives.
07:51:12 [2022-07-28T07:51:12.878Z] #51 59.48 After this operation, 11.1 MB of additional disk space will be used.
07:51:12 [2022-07-28T07:51:12.878Z] #51 59.48 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB]
07:51:12 [2022-07-28T07:51:12.878Z] #51 59.59 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
07:51:12 [2022-07-28T07:51:12.878Z] #51 59.60 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB]
07:51:12 [2022-07-28T07:51:12.878Z] #51 59.60 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB]
07:51:12 [2022-07-28T07:51:12.878Z] #51 59.60 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
07:51:12 [2022-07-28T07:51:12.878Z] #51 59.63 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
07:51:12 [2022-07-28T07:51:12.878Z] #51 59.63 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
07:51:12 [2022-07-28T07:51:12.992Z] #19 138.2 0 upgraded, 133 newly installed, 0 to remove and 1 not upgraded.
07:51:12 [2022-07-28T07:51:12.992Z] #19 138.2 Need to get 788 MB of archives.
07:51:12 [2022-07-28T07:51:12.992Z] #19 138.2 After this operation, 3385 MB of additional disk space will be used.
07:51:12 [2022-07-28T07:51:12.992Z] #19 138.2 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblocale-gettext-perl amd64 1.07-4+b1 [19.0 kB]
07:51:13 [2022-07-28T07:51:13.252Z] #19 138.2 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
07:51:13 [2022-07-28T07:51:13.252Z] #19 138.2 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB]
07:51:13 [2022-07-28T07:51:13.252Z] #19 138.2 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB]
07:51:13 [2022-07-28T07:51:13.252Z] #19 138.2 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB]
07:51:13 [2022-07-28T07:51:13.252Z] #19 138.2 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB]
07:51:13 [2022-07-28T07:51:13.252Z] #19 138.2 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-aarch64-linux-gnu amd64 2.35.2-2 [2813 kB]
07:51:13 [2022-07-28T07:51:13.252Z] #19 138.4 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabi amd64 2.35.2-2 [2779 kB]
07:51:13 [2022-07-28T07:51:13.451Z] #51 62.20 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11  criu 3.17.1-1 [683 kB]
07:51:13 [2022-07-28T07:51:13.511Z] #19 138.5 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabihf amd64 2.35.2-2 [2781 kB]
07:51:13 [2022-07-28T07:51:13.511Z] #19 138.7 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-powerpc64le-linux-gnu amd64 2.35.2-2 [2302 kB]
07:51:13 [2022-07-28T07:51:13.511Z] #19 138.8 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-s390x-linux-gnu amd64 2.35.2-2 [1984 kB]
07:51:13 [2022-07-28T07:51:13.770Z] #19 138.9 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-aarch64-linux-gnu-base amd64 10.2.1-6cross1 [202 kB]
07:51:13 [2022-07-28T07:51:13.770Z] #19 138.9 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [46.6 MB]
07:51:14 [2022-07-28T07:51:14.297Z] #64 ...
07:51:14 [2022-07-28T07:51:14.297Z] 
07:51:14 [2022-07-28T07:51:14.297Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:51:14 [2022-07-28T07:51:14.297Z] #77 sha256:08904648274d48335dfd8ac9ff733aa2134ce67ddc8a78b8db269c23f005044a
07:51:14 [2022-07-28T07:51:14.297Z] #77 26.44 aclocal: warning: couldn't open directory 'm4': No such file or directory
07:51:14 [2022-07-28T07:51:14.297Z] #77 35.60 libtoolize: putting auxiliary files in '.'.
07:51:14 [2022-07-28T07:51:14.297Z] #77 35.60 libtoolize: copying file './ltmain.sh'
07:51:14 [2022-07-28T07:51:14.297Z] #77 36.32 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
07:51:14 [2022-07-28T07:51:14.297Z] #77 36.32 libtoolize: and rerunning libtoolize and aclocal.
07:51:14 [2022-07-28T07:51:14.297Z] #77 36.32 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
07:51:14 [2022-07-28T07:51:14.297Z] #77 ...
07:51:14 [2022-07-28T07:51:14.297Z] 
07:51:14 [2022-07-28T07:51:14.297Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:51:14 [2022-07-28T07:51:14.297Z] #14 sha256:140d7ac09f2fa8835721c31c53da477b31091eaffbf8363910cabc1094007523
07:51:14 [2022-07-28T07:51:14.297Z] #14 74.38 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
07:51:14 [2022-07-28T07:51:14.297Z] #14 74.39 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ...
07:51:14 [2022-07-28T07:51:14.297Z] #14 74.40 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
07:51:14 [2022-07-28T07:51:14.386Z] #51 ...
07:51:14 [2022-07-28T07:51:14.386Z] 
07:51:14 [2022-07-28T07:51:14.386Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
07:51:14 [2022-07-28T07:51:14.386Z] #76 sha256:306ba19f1dc993c39966bb8490da17ab0369cd0c126ceb831f7ef89a39102969
07:51:14 [2022-07-28T07:51:14.386Z] #76 62.28 debconf: delaying package configuration, since apt-utils is not installed
07:51:14 [2022-07-28T07:51:14.386Z] #76 62.75 Fetched 5940 kB in 1s (5880 kB/s)
07:51:14 [2022-07-28T07:51:14.386Z] #76 63.07 Selecting previously unselected package bzip2.
07:51:14 [2022-07-28T07:51:14.461Z] #77 18.99 Cloning into '/tmp/crun-build/libocispec/yajl'...
07:51:14 [2022-07-28T07:51:14.644Z] #76 63.07 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15717 files and directories currently installed.)
07:51:14 [2022-07-28T07:51:14.644Z] #76 63.36 Preparing to unpack .../00-bzip2_1.0.8-4_amd64.deb ...
07:51:14 [2022-07-28T07:51:14.644Z] #76 63.37 Unpacking bzip2 (1.0.8-4) ...
07:51:14 [2022-07-28T07:51:14.644Z] #76 ...
07:51:14 [2022-07-28T07:51:14.644Z] 
07:51:14 [2022-07-28T07:51:14.644Z] #57 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "mvdan.cc/sh/v3/cmd/shfmt@v3.0.2"      && /build/shfmt --version
07:51:14 [2022-07-28T07:51:14.644Z] #57 sha256:e5df52e26a68746b0bf2040b302f767d48979c354574e3fe2d7b186d1bae51bb
07:51:14 [2022-07-28T07:51:14.644Z] #57 63.31 v3.0.2
07:51:14 [2022-07-28T07:51:14.644Z] #57 DONE 63.5s
07:51:14 [2022-07-28T07:51:14.644Z] 
07:51:14 [2022-07-28T07:51:14.645Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
07:51:14 [2022-07-28T07:51:14.645Z] #76 sha256:306ba19f1dc993c39966bb8490da17ab0369cd0c126ceb831f7ef89a39102969
07:51:14 [2022-07-28T07:51:14.645Z] #76 63.59 Selecting previously unselected package libmagic-mgc.
07:51:14 [2022-07-28T07:51:14.645Z] #76 63.59 Preparing to unpack .../01-libmagic-mgc_1%3a5.39-3_amd64.deb ...
07:51:14 [2022-07-28T07:51:14.902Z] #76 63.61 Unpacking libmagic-mgc (1:5.39-3) ...
07:51:15 [2022-07-28T07:51:15.392Z] #77 ...
07:51:15 [2022-07-28T07:51:15.392Z] 
07:51:15 [2022-07-28T07:51:15.392Z] #44 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh tini
07:51:15 [2022-07-28T07:51:15.392Z] #44 sha256:148329f76c466cf7b376657a450d1f53a42640795cec29996c7c604d7f6acbe6
07:51:15 [2022-07-28T07:51:15.392Z] #44 5.595 + cd /tmp/tmp.gC7SM5TZcw/tini
07:51:15 [2022-07-28T07:51:15.392Z] #44 5.595 + git checkout -q v0.19.0
07:51:15 [2022-07-28T07:51:15.392Z] #44 5.595 + cmake .
07:51:15 [2022-07-28T07:51:15.392Z] #44 6.344 -- The C compiler identification is GNU 10.2.1
07:51:15 [2022-07-28T07:51:15.392Z] #44 6.407 -- Detecting C compiler ABI info
07:51:15 [2022-07-28T07:51:15.392Z] #44 7.053 -- Detecting C compiler ABI info - done
07:51:15 [2022-07-28T07:51:15.392Z] #44 7.219 -- Check for working C compiler: /usr/bin/cc - skipped
07:51:15 [2022-07-28T07:51:15.392Z] #44 7.274 -- Detecting C compile features
07:51:15 [2022-07-28T07:51:15.392Z] #44 7.274 -- Detecting C compile features - done
07:51:15 [2022-07-28T07:51:15.392Z] #44 7.274 -- Performing Test HAS_BUILTIN_FORTIFY
07:51:15 [2022-07-28T07:51:15.392Z] #44 7.584 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
07:51:15 [2022-07-28T07:51:15.392Z] #44 7.684 -- Configuring done
07:51:15 [2022-07-28T07:51:15.392Z] #44 7.696 -- Generating done
07:51:15 [2022-07-28T07:51:15.392Z] #44 7.696 -- Build files have been written to: /tmp/tmp.gC7SM5TZcw/tini
07:51:15 [2022-07-28T07:51:15.392Z] #44 7.734 + make tini-static
07:51:15 [2022-07-28T07:51:15.392Z] #44 8.019 Scanning dependencies of target tini-static
07:51:15 [2022-07-28T07:51:15.392Z] #44 8.142 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
07:51:15 [2022-07-28T07:51:15.392Z] #44 9.419 [100%] Linking C executable tini-static
07:51:15 [2022-07-28T07:51:15.392Z] #44 10.13 [100%] Built target tini-static
07:51:15 [2022-07-28T07:51:15.392Z] #44 10.24 + mkdir -p /build
07:51:15 [2022-07-28T07:51:15.392Z] #44 10.24 + cp tini-static /build/docker-init
07:51:15 [2022-07-28T07:51:15.451Z] #77 ...
07:51:15 [2022-07-28T07:51:15.451Z] 
07:51:15 [2022-07-28T07:51:15.451Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
07:51:15 [2022-07-28T07:51:15.451Z] #64 sha256:d12f26513736b578212be41b0c2ff8671f189f4a02a66123c0fc6b84a303ad8b
07:51:15 [2022-07-28T07:51:15.668Z] #14 79.94 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
07:51:15 [2022-07-28T07:51:15.668Z] #14 79.94 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_arm64.deb ...
07:51:15 [2022-07-28T07:51:15.839Z] #76 64.69 Selecting previously unselected package libmagic1:amd64.
07:51:15 [2022-07-28T07:51:15.839Z] #76 64.71 Preparing to unpack .../02-libmagic1_1%3a5.39-3_amd64.deb ...
07:51:15 [2022-07-28T07:51:15.839Z] #76 64.71 Unpacking libmagic1:amd64 (1:5.39-3) ...
07:51:15 [2022-07-28T07:51:15.925Z] #14 79.94 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
07:51:15 [2022-07-28T07:51:15.956Z] #44 DONE 11.5s
07:51:15 [2022-07-28T07:51:15.956Z] 
07:51:15 [2022-07-28T07:51:15.956Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:51:15 [2022-07-28T07:51:15.956Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:51:15 [2022-07-28T07:51:15.956Z] #77 20.55 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c'
07:51:15 [2022-07-28T07:51:15.956Z] #77 20.67 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3'
07:51:16 [2022-07-28T07:51:16.212Z] #77 20.93 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06'
07:51:16 [2022-07-28T07:51:16.407Z] #76 65.20 Selecting previously unselected package file.
07:51:16 [2022-07-28T07:51:16.407Z] #76 65.20 Preparing to unpack .../03-file_1%3a5.39-3_amd64.deb ...
07:51:16 [2022-07-28T07:51:16.407Z] #76 65.26 Unpacking file (1:5.39-3) ...
07:51:16 [2022-07-28T07:51:16.469Z] #77 ...
07:51:16 [2022-07-28T07:51:16.469Z] 
07:51:16 [2022-07-28T07:51:16.469Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:51:16 [2022-07-28T07:51:16.469Z] #14 sha256:b25eac2f6ddf70c42113ea1e9c9616359e7796e8a4be5e3f87392c5fb5b439d0
07:51:16 [2022-07-28T07:51:16.469Z] #14 62.38 Selecting previously unselected package mingw-w64-x86-64-dev.
07:51:16 [2022-07-28T07:51:16.469Z] #14 62.38 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
07:51:16 [2022-07-28T07:51:16.469Z] #14 62.38 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
07:51:16 [2022-07-28T07:51:16.469Z] #14 68.11 Selecting previously unselected package gcc-mingw-w64-base.
07:51:16 [2022-07-28T07:51:16.469Z] #14 68.11 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
07:51:16 [2022-07-28T07:51:16.469Z] #14 68.12 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
07:51:16 [2022-07-28T07:51:16.469Z] #14 68.28 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
07:51:16 [2022-07-28T07:51:16.470Z] #14 68.28 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
07:51:16 [2022-07-28T07:51:16.470Z] #14 68.28 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
07:51:16 [2022-07-28T07:51:16.671Z] #76 65.60 Selecting previously unselected package xz-utils.
07:51:16 [2022-07-28T07:51:16.671Z] #76 65.60 Preparing to unpack .../04-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
07:51:16 [2022-07-28T07:51:16.671Z] #76 65.65 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
07:51:17 [2022-07-28T07:51:17.060Z] #19 142.2 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabi-base amd64 10.2.1-6cross1 [202 kB]
07:51:17 [2022-07-28T07:51:17.060Z] #19 142.2 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [44.1 MB]
07:51:17 [2022-07-28T07:51:17.238Z] #76 ...
07:51:17 [2022-07-28T07:51:17.238Z] 
07:51:17 [2022-07-28T07:51:17.238Z] #40 [gowinres 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/tc-hib/go-winres@v0.2.3"      && /build/go-winres --help
07:51:17 [2022-07-28T07:51:17.238Z] #40 sha256:e37409ad11b5051c24a76a5d8eec40d7adf9dc774e577b25879ddb9c67c1cdab
07:51:17 [2022-07-28T07:51:17.238Z] #40 65.70 NAME:
07:51:17 [2022-07-28T07:51:17.238Z] #40 65.72    go-winres - A tool for embedding resources in Windows executables
07:51:17 [2022-07-28T07:51:17.238Z] #40 65.72 
07:51:17 [2022-07-28T07:51:17.238Z] #40 65.72 USAGE:
07:51:17 [2022-07-28T07:51:17.238Z] #40 65.72    go-winres [global options] command [command options] [arguments...]
07:51:17 [2022-07-28T07:51:17.238Z] #40 65.72 
07:51:17 [2022-07-28T07:51:17.238Z] #40 65.72 COMMANDS:
07:51:17 [2022-07-28T07:51:17.238Z] #40 65.72    init     Create an initial ./winres/winres.json
07:51:17 [2022-07-28T07:51:17.238Z] #40 65.72    make     Make syso files for the "go build" command
07:51:17 [2022-07-28T07:51:17.238Z] #40 65.72    simply   Make syso files for the "go build" command (simplified)
07:51:17 [2022-07-28T07:51:17.238Z] #40 65.72    extract  Extract all resources from an executable
07:51:17 [2022-07-28T07:51:17.238Z] #40 65.72    patch    Replace resources in an executable file (exe, dll)
07:51:17 [2022-07-28T07:51:17.238Z] #40 65.72    help, h  Shows a list of commands or help for one command
07:51:17 [2022-07-28T07:51:17.238Z] #40 65.72 
07:51:17 [2022-07-28T07:51:17.238Z] #40 65.72 GLOBAL OPTIONS:
07:51:17 [2022-07-28T07:51:17.238Z] #40 65.72    --help, -h  show help (default: false)
07:51:17 [2022-07-28T07:51:17.238Z] #40 DONE 66.1s
07:51:17 [2022-07-28T07:51:17.238Z] 
07:51:17 [2022-07-28T07:51:17.238Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
07:51:17 [2022-07-28T07:51:17.238Z] #76 sha256:306ba19f1dc993c39966bb8490da17ab0369cd0c126ceb831f7ef89a39102969
07:51:17 [2022-07-28T07:51:17.238Z] #76 66.24 Selecting previously unselected package libsigsegv2:amd64.
07:51:17 [2022-07-28T07:51:17.505Z] #76 66.27 Preparing to unpack .../05-libsigsegv2_2.13-1_amd64.deb ...
07:51:17 [2022-07-28T07:51:17.505Z] #76 66.27 Unpacking libsigsegv2:amd64 (2.13-1) ...
07:51:17 [2022-07-28T07:51:17.764Z] #76 66.56 Selecting previously unselected package m4.
07:51:17 [2022-07-28T07:51:17.764Z] #76 66.56 Preparing to unpack .../06-m4_1.4.18-5_amd64.deb ...
07:51:17 [2022-07-28T07:51:17.764Z] #76 66.63 Unpacking m4 (1.4.18-5) ...
07:51:18 [2022-07-28T07:51:18.066Z] #64 72.51 Updating files:  25% (1259/4910)
Updating files:  26% (1277/4910)
Updating files:  27% (1326/4910)
Updating files:  28% (1375/4910)
Updating files:  29% (1424/4910)
Updating files:  30% (1473/4910)
Updating files:  31% (1523/4910)
Updating files:  32% (1572/4910)
Updating files:  33% (1621/4910)
Updating files:  34% (1670/4910)
Updating files:  35% (1719/4910)
Updating files:  36% (1768/4910)
Updating files:  37% (1817/4910)
Updating files:  38% (1866/4910)
Updating files:  39% (1915/4910)
Updating files:  40% (1964/4910)
Updating files:  41% (2014/4910)
Updating files:  42% (2063/4910)
Updating files:  43% (2112/4910)
Updating files:  44% (2161/4910)
Updating files:  45% (2210/4910)
Updating files:  46% (2259/4910)
Updating files:  47% (2308/4910)
Updating files:  48% (2357/4910)
Updating files:  49% (2406/4910)
Updating files:  50% (2455/4910)
Updating files:  51% (2505/4910)
Updating files:  52% (2554/4910)
Updating files:  53% (2603/4910)
Updating files:  54% (2652/4910)
Updating files:  55% (2701/4910)
Updating files:  56% (2750/4910)
Updating files:  57% (2799/4910)
Updating files:  57% (2808/4910)
Updating files:  58% (2848/4910)
Updating files:  59% (2897/4910)
Updating files:  60% (2946/4910)
Updating files:  61% (2996/4910)
Updating files:  62% (3045/4910)
Updating files:  63% (3094/4910)
Updating files:  64% (3143/4910)
Updating files:  65% (3192/4910)
Updating files:  66% (3241/4910)
Updating files:  67% (3290/4910)
Updating files:  68% (3339/4910)
Updating files:  69% (3388/4910)
Updating files:  70% (3437/4910)
Updating files:  71% (3487/4910)
Updating files:  72% (3536/4910)
Updating files:  73% (3585/4910)
Updating files:  74% (3634/4910)
Updating files:  75% (3683/4910)
Updating files:  76% (3732/4910)
Updating files:  77% (3781/4910)
Updating files:  78% (3830/4910)
Updating files:  79% (3879/4910)
Updating files:  80% (3928/4910)
Updating files:  81% (3978/4910)
Updating files:  82% (4027/4910)
Updating files:  83% (4076/4910)
Updating files:  83% (4079/4910)
Updating files:  84% (4125/4910)
Updating files:  85% (4174/4910)
Updating files:  86% (4223/4910)
Updating files:  87% (4272/4910)
Updating files:  88% (4321/4910)
Updating files:  89% (4370/4910)
Updating files:  90% (4419/4910)
Updating files:  91% (4469/4910)
Updating files:  92% (4518/4910)
Updating files:  93% (4567/4910)
Updating files:  94% (4616/4910)
Updating files:  95% (4665/4910)
Updating files:  96% (4714/4910)
Updating files:  97% (4763/4910)
Updating files:  98% (4812/4910)
Updating files:  99% (4861/4910)
Updating files: 100% (4910/4910)
Updating files: 100% (4910/4910), done.
07:51:18 [2022-07-28T07:51:18.326Z] #64 75.43 + cd /tmp/tmp.FIWhYQ3Ook/src/github.com/containerd/containerd
07:51:18 [2022-07-28T07:51:18.326Z] #64 75.43 + git checkout -q v1.6.6
07:51:18 [2022-07-28T07:51:18.331Z] #76 67.10 Selecting previously unselected package autoconf.
07:51:18 [2022-07-28T07:51:18.331Z] #76 67.10 Preparing to unpack .../07-autoconf_2.69-14_all.deb ...
07:51:18 [2022-07-28T07:51:18.331Z] #76 67.13 Unpacking autoconf (2.69-14) ...
07:51:18 [2022-07-28T07:51:18.899Z] #76 67.88 Selecting previously unselected package autotools-dev.
07:51:18 [2022-07-28T07:51:18.899Z] #76 67.88 Preparing to unpack .../08-autotools-dev_20180224.1+nmu1_all.deb ...
07:51:18 [2022-07-28T07:51:18.899Z] #76 67.88 Unpacking autotools-dev (20180224.1+nmu1) ...
07:51:19 [2022-07-28T07:51:19.465Z] #76 68.25 Selecting previously unselected package automake.
07:51:19 [2022-07-28T07:51:19.465Z] #76 68.25 Preparing to unpack .../09-automake_1%3a1.16.3-2_all.deb ...
07:51:19 [2022-07-28T07:51:19.465Z] #76 68.28 Unpacking automake (1:1.16.3-2) ...
07:51:19 [2022-07-28T07:51:19.598Z] #19 144.5 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabihf-base amd64 10.2.1-6cross1 [202 kB]
07:51:19 [2022-07-28T07:51:19.598Z] #19 144.5 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [44.1 MB]
07:51:20 [2022-07-28T07:51:20.239Z] #64 77.45 + export 'BUILDTAGS=netgo osusergo static_build'
07:51:20 [2022-07-28T07:51:20.239Z] #64 77.46 + BUILDTAGS='netgo osusergo static_build'
07:51:20 [2022-07-28T07:51:20.239Z] #64 77.46 + export EXTRA_FLAGS=-buildmode=pie
07:51:20 [2022-07-28T07:51:20.239Z] #64 77.46 + EXTRA_FLAGS=-buildmode=pie
07:51:20 [2022-07-28T07:51:20.239Z] #64 77.46 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
07:51:20 [2022-07-28T07:51:20.239Z] #64 77.46 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
07:51:20 [2022-07-28T07:51:20.239Z] #64 77.46 + '[' '' = dynamic ']'
07:51:20 [2022-07-28T07:51:20.239Z] #64 77.46 + make
07:51:20 [2022-07-28T07:51:20.404Z] #76 69.11 Selecting previously unselected package patch.
07:51:20 [2022-07-28T07:51:20.404Z] #76 69.12 Preparing to unpack .../10-patch_2.7.6-7_amd64.deb ...
07:51:20 [2022-07-28T07:51:20.404Z] #76 69.12 Unpacking patch (2.7.6-7) ...
07:51:20 [2022-07-28T07:51:20.404Z] #76 ...
07:51:20 [2022-07-28T07:51:20.404Z] 
07:51:20 [2022-07-28T07:51:20.404Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
07:51:20 [2022-07-28T07:51:20.404Z] #42 sha256:d5f8a01c2e1a5370173910ff1b6fd1dd838253998709bec1c0416141f69afbfb
07:51:20 [2022-07-28T07:51:20.404Z] #42 59.09 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u2 [692 kB]
07:51:20 [2022-07-28T07:51:20.404Z] #42 59.13 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB]
07:51:20 [2022-07-28T07:51:20.404Z] #42 59.16 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
07:51:20 [2022-07-28T07:51:20.404Z] #42 59.19 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
07:51:20 [2022-07-28T07:51:20.404Z] #42 59.20 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
07:51:20 [2022-07-28T07:51:20.404Z] #42 59.21 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB]
07:51:20 [2022-07-28T07:51:20.404Z] #42 61.16 debconf: delaying package configuration, since apt-utils is not installed
07:51:20 [2022-07-28T07:51:20.404Z] #42 61.65 Fetched 17.7 MB in 2s (8253 kB/s)
07:51:20 [2022-07-28T07:51:20.404Z] #42 61.95 Selecting previously unselected package xxd.
07:51:20 [2022-07-28T07:51:20.404Z] #42 61.95 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15717 files and directories currently installed.)
07:51:20 [2022-07-28T07:51:20.404Z] #42 62.09 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
07:51:20 [2022-07-28T07:51:20.404Z] #42 62.10 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
07:51:20 [2022-07-28T07:51:20.404Z] #42 62.51 Selecting previously unselected package vim-common.
07:51:20 [2022-07-28T07:51:20.404Z] #42 62.51 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
07:51:20 [2022-07-28T07:51:20.404Z] #42 62.57 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
07:51:20 [2022-07-28T07:51:20.404Z] #42 63.51 Selecting previously unselected package cmake-data.
07:51:20 [2022-07-28T07:51:20.404Z] #42 63.51 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ...
07:51:20 [2022-07-28T07:51:20.405Z] #42 63.53 Unpacking cmake-data (3.18.4-2+deb11u1) ...
07:51:20 [2022-07-28T07:51:20.405Z] #42 69.25 Selecting previously unselected package libicu67:amd64.
07:51:20 [2022-07-28T07:51:20.405Z] #42 69.26 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ...
07:51:20 [2022-07-28T07:51:20.405Z] #42 ...
07:51:20 [2022-07-28T07:51:20.405Z] 
07:51:20 [2022-07-28T07:51:20.405Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
07:51:20 [2022-07-28T07:51:20.405Z] #76 sha256:306ba19f1dc993c39966bb8490da17ab0369cd0c126ceb831f7ef89a39102969
07:51:20 [2022-07-28T07:51:20.405Z] #76 69.28 Selecting previously unselected package dpkg-dev.
07:51:20 [2022-07-28T07:51:20.405Z] #76 69.30 Preparing to unpack .../11-dpkg-dev_1.20.11_all.deb ...
07:51:20 [2022-07-28T07:51:20.405Z] #76 69.32 Unpacking dpkg-dev (1.20.11) ...
07:51:20 [2022-07-28T07:51:20.645Z] #14 76.11 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
07:51:20 [2022-07-28T07:51:20.645Z] #14 76.11 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
07:51:20 [2022-07-28T07:51:20.645Z] #14 76.11 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
07:51:22 [2022-07-28T07:51:22.144Z] #19 147.0 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-powerpc64le-linux-gnu-base amd64 10.2.1-6cross1 [202 kB]
07:51:22 [2022-07-28T07:51:22.144Z] #19 147.0 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [42.9 MB]
07:51:22 [2022-07-28T07:51:22.307Z] #76 71.05 Selecting previously unselected package build-essential.
07:51:22 [2022-07-28T07:51:22.307Z] #76 71.05 Preparing to unpack .../12-build-essential_12.9_amd64.deb ...
07:51:22 [2022-07-28T07:51:22.307Z] #76 71.07 Unpacking build-essential (12.9) ...
07:51:22 [2022-07-28T07:51:22.307Z] #76 71.24 Selecting previously unselected package libcap2:amd64.
07:51:22 [2022-07-28T07:51:22.468Z] #14 85.64 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
07:51:22 [2022-07-28T07:51:22.469Z] #14 85.65 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ...
07:51:22 [2022-07-28T07:51:22.469Z] #14 85.67 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
07:51:22 [2022-07-28T07:51:22.469Z] #14 ...
07:51:22 [2022-07-28T07:51:22.469Z] 
07:51:22 [2022-07-28T07:51:22.469Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:51:22 [2022-07-28T07:51:22.469Z] #77 sha256:08904648274d48335dfd8ac9ff733aa2134ce67ddc8a78b8db269c23f005044a
07:51:22 [2022-07-28T07:51:22.469Z] #77 44.06 configure.ac:7: installing './compile'
07:51:22 [2022-07-28T07:51:22.469Z] #77 44.08 configure.ac:11: installing './config.guess'
07:51:22 [2022-07-28T07:51:22.469Z] #77 44.08 configure.ac:11: installing './config.sub'
07:51:22 [2022-07-28T07:51:22.469Z] #77 44.09 configure.ac:8: installing './install-sh'
07:51:22 [2022-07-28T07:51:22.469Z] #77 44.10 configure.ac:8: installing './missing'
07:51:22 [2022-07-28T07:51:22.469Z] #77 44.20 Makefile.am: installing './depcomp'
07:51:22 [2022-07-28T07:51:22.574Z] #76 71.25 Preparing to unpack .../13-libcap2_1%3a2.44-1_amd64.deb ...
07:51:22 [2022-07-28T07:51:22.574Z] #76 71.27 Unpacking libcap2:amd64 (1:2.44-1) ...
07:51:22 [2022-07-28T07:51:22.574Z] #76 71.38 Selecting previously unselected package libcap-dev:amd64.
07:51:22 [2022-07-28T07:51:22.574Z] #76 71.41 Preparing to unpack .../14-libcap-dev_1%3a2.44-1_amd64.deb ...
07:51:22 [2022-07-28T07:51:22.574Z] #76 71.44 Unpacking libcap-dev:amd64 (1:2.44-1) ...
07:51:22 [2022-07-28T07:51:22.574Z] #76 ...
07:51:22 [2022-07-28T07:51:22.574Z] 
07:51:22 [2022-07-28T07:51:22.574Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
07:51:22 [2022-07-28T07:51:22.574Z] #64 sha256:a83dd89044378513cb32dea11845ab16ad14a0e28f2e74ea339d456289eb174d
07:51:22 [2022-07-28T07:51:22.574Z] #64 1.404 + RM_GOPATH=0
07:51:22 [2022-07-28T07:51:22.574Z] #64 1.404 + TMP_GOPATH=
07:51:22 [2022-07-28T07:51:22.574Z] #64 1.404 + : /build
07:51:22 [2022-07-28T07:51:22.574Z] #64 1.404 + '[' -z '' ']'
07:51:22 [2022-07-28T07:51:22.574Z] #64 1.411 ++ mktemp -d
07:51:22 [2022-07-28T07:51:22.574Z] #64 1.430 + export GOPATH=/tmp/tmp.3Qp7mqV1fB
07:51:22 [2022-07-28T07:51:22.574Z] #64 1.430 + GOPATH=/tmp/tmp.3Qp7mqV1fB
07:51:22 [2022-07-28T07:51:22.574Z] #64 1.430 + RM_GOPATH=1
07:51:22 [2022-07-28T07:51:22.574Z] #64 1.430 + case "$(go env GOARCH)" in
07:51:22 [2022-07-28T07:51:22.574Z] #64 1.430 ++ go env GOARCH
07:51:22 [2022-07-28T07:51:22.574Z] #64 1.467 + export GO_BUILDMODE=-buildmode=pie
07:51:22 [2022-07-28T07:51:22.574Z] #64 1.467 + GO_BUILDMODE=-buildmode=pie
07:51:22 [2022-07-28T07:51:22.574Z] #64 1.468 ++ dirname /install.sh
07:51:22 [2022-07-28T07:51:22.574Z] #64 1.476 + dir=/
07:51:22 [2022-07-28T07:51:22.574Z] #64 1.476 + bin=containerd
07:51:22 [2022-07-28T07:51:22.574Z] #64 1.476 + shift
07:51:22 [2022-07-28T07:51:22.574Z] #64 1.476 + '[' '!' -f //containerd.installer ']'
07:51:22 [2022-07-28T07:51:22.574Z] #64 1.476 + . //containerd.installer
07:51:22 [2022-07-28T07:51:22.574Z] #64 1.476 ++ set -e
07:51:22 [2022-07-28T07:51:22.574Z] #64 1.476 ++ : v1.6.6
07:51:22 [2022-07-28T07:51:22.574Z] #64 1.476 + install_containerd
07:51:22 [2022-07-28T07:51:22.574Z] #64 1.479 + echo 'Install containerd version v1.6.6'
07:51:22 [2022-07-28T07:51:22.574Z] #64 1.479 Install containerd version v1.6.6
07:51:22 [2022-07-28T07:51:22.574Z] #64 1.481 + git clone https://github.com/containerd/containerd.git /tmp/tmp.3Qp7mqV1fB/src/github.com/containerd/containerd
07:51:22 [2022-07-28T07:51:22.574Z] #64 1.521 Cloning into '/tmp/tmp.3Qp7mqV1fB/src/github.com/containerd/containerd'...
07:51:22 [2022-07-28T07:51:22.838Z] #64 ...
07:51:22 [2022-07-28T07:51:22.838Z] 
07:51:22 [2022-07-28T07:51:22.838Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
07:51:22 [2022-07-28T07:51:22.838Z] #51 sha256:40295bf8cbd242d421bcf2efe97957471d81db5c6a2a8e836b41bc0ec6634359
07:51:22 [2022-07-28T07:51:22.838Z] #51 64.56 debconf: delaying package configuration, since apt-utils is not installed
07:51:22 [2022-07-28T07:51:22.838Z] #51 65.13 Fetched 2315 kB in 4s (610 kB/s)
07:51:22 [2022-07-28T07:51:22.838Z] #51 65.36 Selecting previously unselected package libprotobuf23:amd64.
07:51:22 [2022-07-28T07:51:22.838Z] #51 65.36 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15717 files and directories currently installed.)
07:51:22 [2022-07-28T07:51:22.838Z] #51 65.48 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ...
07:51:22 [2022-07-28T07:51:22.838Z] #51 65.51 Unpacking libprotobuf23:amd64 (3.12.4-1) ...
07:51:22 [2022-07-28T07:51:22.838Z] #51 66.94 Selecting previously unselected package python3-pkg-resources.
07:51:22 [2022-07-28T07:51:22.838Z] #51 66.96 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ...
07:51:22 [2022-07-28T07:51:22.838Z] #51 66.99 Unpacking python3-pkg-resources (52.0.0-4) ...
07:51:22 [2022-07-28T07:51:22.838Z] #51 67.38 Selecting previously unselected package python3-six.
07:51:22 [2022-07-28T07:51:22.838Z] #51 67.49 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ...
07:51:22 [2022-07-28T07:51:22.838Z] #51 67.49 Unpacking python3-six (1.16.0-2) ...
07:51:22 [2022-07-28T07:51:22.838Z] #51 67.71 Selecting previously unselected package python3-protobuf.
07:51:22 [2022-07-28T07:51:22.838Z] #51 67.71 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ...
07:51:22 [2022-07-28T07:51:22.838Z] #51 67.75 Unpacking python3-protobuf (3.12.4-1) ...
07:51:22 [2022-07-28T07:51:22.838Z] #51 68.85 Selecting previously unselected package libnet1:amd64.
07:51:22 [2022-07-28T07:51:22.838Z] #51 68.85 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
07:51:22 [2022-07-28T07:51:22.838Z] #51 68.87 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
07:51:22 [2022-07-28T07:51:22.838Z] #51 69.02 Selecting previously unselected package libnl-3-200:amd64.
07:51:22 [2022-07-28T07:51:22.838Z] #51 69.02 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ...
07:51:22 [2022-07-28T07:51:22.838Z] #51 69.06 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
07:51:22 [2022-07-28T07:51:22.838Z] #51 69.21 Selecting previously unselected package libprotobuf-c1:amd64.
07:51:22 [2022-07-28T07:51:22.838Z] #51 69.22 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
07:51:22 [2022-07-28T07:51:22.838Z] #51 69.23 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
07:51:22 [2022-07-28T07:51:22.838Z] #51 69.42 Selecting previously unselected package criu.
07:51:22 [2022-07-28T07:51:22.838Z] #51 69.43 Preparing to unpack .../7-criu_3.17.1-1_amd64.deb ...
07:51:22 [2022-07-28T07:51:22.838Z] #51 69.47 Unpacking criu (3.17.1-1) ...
07:51:22 [2022-07-28T07:51:22.838Z] #51 70.85 Setting up python3-pkg-resources (52.0.0-4) ...
07:51:22 [2022-07-28T07:51:22.838Z] #51 ...
07:51:22 [2022-07-28T07:51:22.838Z] 
07:51:22 [2022-07-28T07:51:22.838Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
07:51:22 [2022-07-28T07:51:22.838Z] #76 sha256:306ba19f1dc993c39966bb8490da17ab0369cd0c126ceb831f7ef89a39102969
07:51:22 [2022-07-28T07:51:22.838Z] #76 71.72 Selecting previously unselected package libprotobuf-c1:amd64.
07:51:22 [2022-07-28T07:51:22.838Z] #76 71.73 Preparing to unpack .../15-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
07:51:22 [2022-07-28T07:51:22.838Z] #76 71.74 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
07:51:23 [2022-07-28T07:51:23.032Z] #77 45.37 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
07:51:23 [2022-07-28T07:51:23.032Z] #77 45.37 libtoolize: copying file 'build-aux/ltmain.sh'
07:51:23 [2022-07-28T07:51:23.032Z] #77 45.48 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
07:51:23 [2022-07-28T07:51:23.032Z] #77 45.48 libtoolize: copying file 'm4/libtool.m4'
07:51:23 [2022-07-28T07:51:23.098Z] #76 71.92 Selecting previously unselected package libprotobuf-c-dev:amd64.
07:51:23 [2022-07-28T07:51:23.098Z] #76 71.93 Preparing to unpack .../16-libprotobuf-c-dev_1.3.3-1+b2_amd64.deb ...
07:51:23 [2022-07-28T07:51:23.098Z] #76 71.98 Unpacking libprotobuf-c-dev:amd64 (1.3.3-1+b2) ...
07:51:23 [2022-07-28T07:51:23.289Z] #77 45.61 libtoolize: copying file 'm4/ltoptions.m4'
07:51:23 [2022-07-28T07:51:23.289Z] #77 45.71 libtoolize: copying file 'm4/ltsugar.m4'
07:51:23 [2022-07-28T07:51:23.356Z] #76 72.15 Selecting previously unselected package libseccomp-dev:amd64.
07:51:23 [2022-07-28T07:51:23.357Z] #76 72.15 Preparing to unpack .../17-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
07:51:23 [2022-07-28T07:51:23.357Z] #76 72.18 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
07:51:23 [2022-07-28T07:51:23.538Z] #64 80.18 + bin/ctr
07:51:23 [2022-07-28T07:51:23.547Z] #77 45.82 libtoolize: copying file 'm4/ltversion.m4'
07:51:23 [2022-07-28T07:51:23.547Z] #77 45.94 libtoolize: copying file 'm4/lt~obsolete.m4'
07:51:23 [2022-07-28T07:51:23.616Z] #76 72.63 Selecting previously unselected package libsystemd-dev:amd64.
07:51:23 [2022-07-28T07:51:23.616Z] #76 72.63 Preparing to unpack .../18-libsystemd-dev_247.3-7_amd64.deb ...
07:51:23 [2022-07-28T07:51:23.616Z] #76 ...
07:51:23 [2022-07-28T07:51:23.616Z] 
07:51:23 [2022-07-28T07:51:23.616Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:51:23 [2022-07-28T07:51:23.616Z] #55 sha256:6a5ba43a879545395035c8edb2d77f5663eaeac2aed4ebd5825ef0a4ef562291
07:51:23 [2022-07-28T07:51:23.616Z] #55 62.56 go: downloading github.com/prometheus/procfs v0.7.3
07:51:23 [2022-07-28T07:51:23.616Z] #55 62.81 go: downloading google.golang.org/protobuf v1.28.0
07:51:23 [2022-07-28T07:51:23.616Z] #55 64.06 go: downloading github.com/mattn/go-runewidth v0.0.9
07:51:23 [2022-07-28T07:51:23.616Z] #55 64.27 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
07:51:23 [2022-07-28T07:51:23.804Z] #77 46.05 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
07:51:23 [2022-07-28T07:51:23.874Z] #55 ...
07:51:23 [2022-07-28T07:51:23.874Z] 
07:51:23 [2022-07-28T07:51:23.874Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
07:51:23 [2022-07-28T07:51:23.874Z] #76 sha256:306ba19f1dc993c39966bb8490da17ab0369cd0c126ceb831f7ef89a39102969
07:51:23 [2022-07-28T07:51:23.874Z] #76 72.65 Unpacking libsystemd-dev:amd64 (247.3-7) ...
07:51:24 [2022-07-28T07:51:24.126Z] #19 149.0 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-s390x-linux-gnu-base amd64 10.2.1-6cross1 [202 kB]
07:51:24 [2022-07-28T07:51:24.126Z] #19 149.0 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-s390x-linux-gnu amd64 10.2.1-6cross1 [41.1 MB]
07:51:24 [2022-07-28T07:51:24.441Z] #76 ...
07:51:24 [2022-07-28T07:51:24.441Z] 
07:51:24 [2022-07-28T07:51:24.442Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:51:24 [2022-07-28T07:51:24.442Z] #14 sha256:b25eac2f6ddf70c42113ea1e9c9616359e7796e8a4be5e3f87392c5fb5b439d0
07:51:24 [2022-07-28T07:51:24.442Z] #14 63.22 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB]
07:51:24 [2022-07-28T07:51:24.442Z] #14 64.57 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB]
07:51:24 [2022-07-28T07:51:24.442Z] #14 65.94 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB]
07:51:24 [2022-07-28T07:51:24.442Z] #14 68.62 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB]
07:51:24 [2022-07-28T07:51:24.442Z] #14 69.42 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB]
07:51:24 [2022-07-28T07:51:24.442Z] #14 69.43 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
07:51:24 [2022-07-28T07:51:24.442Z] #14 69.43 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
07:51:24 [2022-07-28T07:51:24.442Z] #14 69.44 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
07:51:24 [2022-07-28T07:51:24.442Z] #14 69.46 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
07:51:24 [2022-07-28T07:51:24.442Z] #14 69.52 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB]
07:51:24 [2022-07-28T07:51:24.442Z] #14 69.52 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB]
07:51:24 [2022-07-28T07:51:24.442Z] #14 69.54 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
07:51:24 [2022-07-28T07:51:24.442Z] #14 69.56 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB]
07:51:24 [2022-07-28T07:51:24.442Z] #14 69.57 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB]
07:51:24 [2022-07-28T07:51:24.442Z] #14 69.58 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB]
07:51:24 [2022-07-28T07:51:24.442Z] #14 69.58 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB]
07:51:24 [2022-07-28T07:51:24.442Z] #14 69.65 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
07:51:24 [2022-07-28T07:51:24.442Z] #14 69.68 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
07:51:24 [2022-07-28T07:51:24.442Z] #14 69.68 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
07:51:24 [2022-07-28T07:51:24.442Z] #14 69.68 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB]
07:51:24 [2022-07-28T07:51:24.442Z] #14 71.54 debconf: delaying package configuration, since apt-utils is not installed
07:51:24 [2022-07-28T07:51:24.442Z] #14 71.95 Fetched 115 MB in 12s (9710 kB/s)
07:51:24 [2022-07-28T07:51:24.442Z] #14 72.15 Selecting previously unselected package binutils-mingw-w64-i686.
07:51:24 [2022-07-28T07:51:24.442Z] #14 72.15 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15717 files and directories currently installed.)
07:51:24 [2022-07-28T07:51:24.442Z] #14 72.23 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ...
07:51:24 [2022-07-28T07:51:24.442Z] #14 72.24 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
07:51:25 [2022-07-28T07:51:25.009Z] #14 ...
07:51:25 [2022-07-28T07:51:25.009Z] 
07:51:25 [2022-07-28T07:51:25.009Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
07:51:25 [2022-07-28T07:51:25.009Z] #34 sha256:d2cbdd6a29733efe204107531a63420dd0914582d52234dd597a7076fc70e19c
07:51:25 [2022-07-28T07:51:25.802Z] #34 73.42 Updating files:  85% (1298/1521)
Updating files:  86% (1309/1521)
Updating files:  87% (1324/1521)
Updating files:  88% (1339/1521)
Updating files:  89% (1354/1521)
Updating files:  90% (1369/1521)
Updating files:  91% (1385/1521)
Updating files:  92% (1400/1521)
Updating files:  93% (1415/1521)
Updating files:  94% (1430/1521)
Updating files:  95% (1445/1521)
Updating files:  96% (1461/1521)
Updating files:  96% (1470/1521)
Updating files:  97% (1476/1521)
Updating files:  98% (1491/1521)
Updating files:  99% (1506/1521)
Updating files: 100% (1521/1521)
Updating files: 100% (1521/1521), done.
07:51:25 [2022-07-28T07:51:25.802Z] #34 74.27 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c
07:51:26 [2022-07-28T07:51:26.030Z] #19 151.0 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-aarch64-linux-gnu amd64 4:10.2.1-1 [16.8 kB]
07:51:26 [2022-07-28T07:51:26.030Z] #19 151.0 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-arm-linux-gnueabi amd64 4:10.2.1-1 [16.8 kB]
07:51:26 [2022-07-28T07:51:26.030Z] #19 151.0 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-arm-linux-gnueabihf amd64 4:10.2.1-1 [16.8 kB]
07:51:26 [2022-07-28T07:51:26.030Z] #19 151.1 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-powerpc64le-linux-gnu amd64 4:10.2.1-1 [16.8 kB]
07:51:26 [2022-07-28T07:51:26.030Z] #19 151.1 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-s390x-linux-gnu amd64 4:10.2.1-1 [16.8 kB]
07:51:26 [2022-07-28T07:51:26.030Z] #19 151.1 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cross-config all 2.6.18+nmu1 [31.5 kB]
07:51:26 [2022-07-28T07:51:26.030Z] #19 151.1 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-cross-base all 10.2.1-6cross1 [197 kB]
07:51:26 [2022-07-28T07:51:26.030Z] #19 151.1 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-arm64-cross all 2.31-9cross4 [1233 kB]
07:51:26 [2022-07-28T07:51:26.030Z] #19 151.1 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-arm64-cross all 10.2.1-6cross1 [34.5 kB]
07:51:26 [2022-07-28T07:51:26.030Z] #19 151.1 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-arm64-cross all 10.2.1-6cross1 [89.5 kB]
07:51:26 [2022-07-28T07:51:26.030Z] #19 151.1 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-arm64-cross all 10.2.1-6cross1 [23.4 kB]
07:51:26 [2022-07-28T07:51:26.030Z] #19 151.1 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-arm64-cross all 10.2.1-6cross1 [9240 B]
07:51:26 [2022-07-28T07:51:26.030Z] #19 151.1 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-arm64-cross all 10.2.1-6cross1 [1994 kB]
07:51:26 [2022-07-28T07:51:26.030Z] #19 151.3 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-arm64-cross all 10.2.1-6cross1 [793 kB]
07:51:26 [2022-07-28T07:51:26.289Z] #19 151.3 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-arm64-cross all 10.2.1-6cross1 [1949 kB]
07:51:26 [2022-07-28T07:51:26.289Z] #19 151.5 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-arm64-cross all 10.2.1-6cross1 [410 kB]
07:51:26 [2022-07-28T07:51:26.289Z] #19 151.5 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-arm64-cross all 10.2.1-6cross1 [759 kB]
07:51:26 [2022-07-28T07:51:26.289Z] #19 151.5 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-arm64-cross all 10.2.1-6cross1 [880 kB]
07:51:26 [2022-07-28T07:51:26.289Z] #19 151.6 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [53.2 MB]
07:51:26 [2022-07-28T07:51:26.319Z] #34 74.74 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
07:51:28 [2022-07-28T07:51:28.856Z] #34 ...
07:51:28 [2022-07-28T07:51:28.856Z] 
07:51:28 [2022-07-28T07:51:28.856Z] #76 [crun 1/2] RUN --mount=type=cache,sharing=locked,id=moby-crun-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-crun-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             autoconf             automake             build-essential             libcap-dev             libprotobuf-c-dev             libseccomp-dev             libsystemd-dev             libtool             libudev-dev             libyajl-dev             python3             ;
07:51:28 [2022-07-28T07:51:28.856Z] #76 sha256:306ba19f1dc993c39966bb8490da17ab0369cd0c126ceb831f7ef89a39102969
07:51:28 [2022-07-28T07:51:28.856Z] #76 73.84 Selecting previously unselected package libtool.
07:51:28 [2022-07-28T07:51:28.856Z] #76 73.85 Preparing to unpack .../19-libtool_2.4.6-15_all.deb ...
07:51:28 [2022-07-28T07:51:28.856Z] #76 73.86 Unpacking libtool (2.4.6-15) ...
07:51:28 [2022-07-28T07:51:28.856Z] #76 74.35 Selecting previously unselected package libudev-dev:amd64.
07:51:28 [2022-07-28T07:51:28.856Z] #76 74.35 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ...
07:51:28 [2022-07-28T07:51:28.856Z] #76 74.36 Unpacking libudev-dev:amd64 (247.3-7) ...
07:51:28 [2022-07-28T07:51:28.856Z] #76 74.66 Selecting previously unselected package libyajl2:amd64.
07:51:28 [2022-07-28T07:51:28.856Z] #76 74.66 Preparing to unpack .../21-libyajl2_2.1.0-3_amd64.deb ...
07:51:28 [2022-07-28T07:51:28.856Z] #76 74.66 Unpacking libyajl2:amd64 (2.1.0-3) ...
07:51:28 [2022-07-28T07:51:28.857Z] #76 75.06 Selecting previously unselected package libyajl-dev:amd64.
07:51:28 [2022-07-28T07:51:28.857Z] #76 75.06 Preparing to unpack .../22-libyajl-dev_2.1.0-3_amd64.deb ...
07:51:28 [2022-07-28T07:51:28.857Z] #76 75.12 Unpacking libyajl-dev:amd64 (2.1.0-3) ...
07:51:28 [2022-07-28T07:51:28.857Z] #76 75.42 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
07:51:28 [2022-07-28T07:51:28.857Z] #76 75.44 Setting up libmagic-mgc (1:5.39-3) ...
07:51:28 [2022-07-28T07:51:28.857Z] #76 75.45 Setting up libyajl2:amd64 (2.1.0-3) ...
07:51:28 [2022-07-28T07:51:28.857Z] #76 75.47 Setting up libmagic1:amd64 (1:5.39-3) ...
07:51:28 [2022-07-28T07:51:28.857Z] #76 75.49 Setting up file (1:5.39-3) ...
07:51:28 [2022-07-28T07:51:28.857Z] #76 75.50 Setting up bzip2 (1.0.8-4) ...
07:51:28 [2022-07-28T07:51:28.857Z] #76 75.54 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
07:51:28 [2022-07-28T07:51:28.857Z] #76 75.55 Setting up libprotobuf-c-dev:amd64 (1.3.3-1+b2) ...
07:51:28 [2022-07-28T07:51:28.857Z] #76 75.56 Setting up libcap2:amd64 (1:2.44-1) ...
07:51:28 [2022-07-28T07:51:28.857Z] #76 75.62 Setting up autotools-dev (20180224.1+nmu1) ...
07:51:28 [2022-07-28T07:51:28.857Z] #76 75.64 Setting up libsigsegv2:amd64 (2.13-1) ...
07:51:28 [2022-07-28T07:51:28.857Z] #76 75.65 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
07:51:28 [2022-07-28T07:51:28.857Z] #76 75.68 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
07:51:28 [2022-07-28T07:51:28.857Z] #76 75.70 Setting up patch (2.7.6-7) ...
07:51:28 [2022-07-28T07:51:28.857Z] #76 75.72 Setting up libudev-dev:amd64 (247.3-7) ...
07:51:28 [2022-07-28T07:51:28.857Z] #76 75.74 Setting up libyajl-dev:amd64 (2.1.0-3) ...
07:51:28 [2022-07-28T07:51:28.857Z] #76 75.75 Setting up libcap-dev:amd64 (1:2.44-1) ...
07:51:28 [2022-07-28T07:51:28.857Z] #76 75.76 Setting up libsystemd-dev:amd64 (247.3-7) ...
07:51:28 [2022-07-28T07:51:28.857Z] #76 75.78 Setting up libtool (2.4.6-15) ...
07:51:28 [2022-07-28T07:51:28.857Z] #76 75.82 Setting up m4 (1.4.18-5) ...
07:51:28 [2022-07-28T07:51:28.857Z] #76 75.84 Setting up dpkg-dev (1.20.11) ...
07:51:28 [2022-07-28T07:51:28.857Z] #76 75.89 Setting up autoconf (2.69-14) ...
07:51:28 [2022-07-28T07:51:28.857Z] #76 75.93 Setting up build-essential (12.9) ...
07:51:28 [2022-07-28T07:51:28.857Z] #76 75.94 Setting up automake (1:1.16.3-2) ...
07:51:28 [2022-07-28T07:51:28.857Z] #76 75.95 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
07:51:28 [2022-07-28T07:51:28.857Z] #76 75.97 Processing triggers for libc-bin (2.31-13+deb11u3) ...
07:51:28 [2022-07-28T07:51:28.857Z] #76 DONE 77.3s
07:51:28 [2022-07-28T07:51:28.857Z] 
07:51:28 [2022-07-28T07:51:28.857Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:51:28 [2022-07-28T07:51:28.857Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:51:29 [2022-07-28T07:51:29.577Z] #19 154.3 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-aarch64-linux-gnu amd64 4:10.2.1-1 [1460 B]
07:51:29 [2022-07-28T07:51:29.577Z] #19 154.3 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-arm64-cross all 5.10.13-1cross4 [1375 kB]
07:51:29 [2022-07-28T07:51:29.577Z] #19 154.4 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-arm64-cross all 2.31-9cross4 [2030 kB]
07:51:29 [2022-07-28T07:51:29.577Z] #19 154.6 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-arm64-cross all 10.2.1-6cross1 [1682 kB]
07:51:29 [2022-07-28T07:51:29.577Z] #19 154.7 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [49.7 MB]
07:51:29 [2022-07-28T07:51:29.577Z] #19 ...
07:51:29 [2022-07-28T07:51:29.577Z] 
07:51:29 [2022-07-28T07:51:29.577Z] #84 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:51:29 [2022-07-28T07:51:29.577Z] #84 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:51:29 [2022-07-28T07:51:29.577Z] #84 105.5 configure.ac:11: installing 'build-aux/compile'
07:51:29 [2022-07-28T07:51:29.577Z] #84 105.5 configure.ac:11: installing 'build-aux/config.guess'
07:51:29 [2022-07-28T07:51:29.577Z] #84 105.6 configure.ac:11: installing 'build-aux/config.sub'
07:51:29 [2022-07-28T07:51:29.577Z] #84 105.6 configure.ac:13: installing 'build-aux/install-sh'
07:51:29 [2022-07-28T07:51:29.577Z] #84 105.6 configure.ac:13: installing 'build-aux/missing'
07:51:29 [2022-07-28T07:51:29.577Z] #84 105.6 configure.ac:8: installing 'build-aux/tap-driver.sh'
07:51:29 [2022-07-28T07:51:29.793Z] #77 1.463 Cloning into '/tmp/crun-build'...
07:51:29 [2022-07-28T07:51:29.836Z] #84 105.9 Makefile.am: installing 'build-aux/depcomp'
07:51:30 [2022-07-28T07:51:30.119Z] #64 ...
07:51:30 [2022-07-28T07:51:30.119Z] 
07:51:30 [2022-07-28T07:51:30.119Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:51:30 [2022-07-28T07:51:30.119Z] #14 sha256:b25eac2f6ddf70c42113ea1e9c9616359e7796e8a4be5e3f87392c5fb5b439d0
07:51:30 [2022-07-28T07:51:30.119Z] #14 139.6 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
07:51:30 [2022-07-28T07:51:30.119Z] #14 139.6 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
07:51:30 [2022-07-28T07:51:30.119Z] #14 139.6 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
07:51:30 [2022-07-28T07:51:30.119Z] #14 149.9 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
07:51:30 [2022-07-28T07:51:30.119Z] #14 149.9 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
07:51:30 [2022-07-28T07:51:30.119Z] #14 149.9 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
07:51:30 [2022-07-28T07:51:30.359Z] #77 ...
07:51:30 [2022-07-28T07:51:30.360Z] 
07:51:30 [2022-07-28T07:51:30.360Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
07:51:30 [2022-07-28T07:51:30.360Z] #42 sha256:d5f8a01c2e1a5370173910ff1b6fd1dd838253998709bec1c0416141f69afbfb
07:51:30 [2022-07-28T07:51:30.360Z] #42 69.29 Unpacking libicu67:amd64 (67.1-7) ...
07:51:30 [2022-07-28T07:51:30.618Z] #42 ...
07:51:30 [2022-07-28T07:51:30.618Z] 
07:51:30 [2022-07-28T07:51:30.618Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:51:30 [2022-07-28T07:51:30.618Z] #14 sha256:b25eac2f6ddf70c42113ea1e9c9616359e7796e8a4be5e3f87392c5fb5b439d0
07:51:30 [2022-07-28T07:51:30.618Z] #14 76.11 Selecting previously unselected package binutils-mingw-w64-x86-64.
07:51:30 [2022-07-28T07:51:30.618Z] #14 76.15 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
07:51:30 [2022-07-28T07:51:30.618Z] #14 76.16 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
07:51:31 [2022-07-28T07:51:31.503Z] #14 ...
07:51:31 [2022-07-28T07:51:31.503Z] 
07:51:31 [2022-07-28T07:51:31.503Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:51:31 [2022-07-28T07:51:31.503Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:51:31 [2022-07-28T07:51:31.503Z] #77 64.79 libtoolize: putting auxiliary files in '.'.
07:51:31 [2022-07-28T07:51:31.503Z] #77 64.79 libtoolize: copying file './ltmain.sh'
07:51:31 [2022-07-28T07:51:31.503Z] #77 65.58 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
07:51:31 [2022-07-28T07:51:31.503Z] #77 65.58 libtoolize: and rerunning libtoolize and aclocal.
07:51:31 [2022-07-28T07:51:31.503Z] #77 65.58 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
07:51:31 [2022-07-28T07:51:31.994Z] #14 80.88 Selecting previously unselected package binutils-mingw-w64.
07:51:31 [2022-07-28T07:51:31.994Z] #14 80.89 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
07:51:31 [2022-07-28T07:51:31.994Z] #14 80.90 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
07:51:32 [2022-07-28T07:51:32.560Z] #14 81.34 Selecting previously unselected package libdevmapper1.02.1:amd64.
07:51:32 [2022-07-28T07:51:32.560Z] #14 81.34 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
07:51:32 [2022-07-28T07:51:32.560Z] #14 81.35 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
07:51:32 [2022-07-28T07:51:32.560Z] #14 ...
07:51:32 [2022-07-28T07:51:32.560Z] 
07:51:32 [2022-07-28T07:51:32.560Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
07:51:32 [2022-07-28T07:51:32.560Z] #42 sha256:d5f8a01c2e1a5370173910ff1b6fd1dd838253998709bec1c0416141f69afbfb
07:51:32 [2022-07-28T07:51:32.560Z] #42 81.40 Selecting previously unselected package libxml2:amd64.
07:51:32 [2022-07-28T07:51:32.560Z] #42 81.40 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ...
07:51:32 [2022-07-28T07:51:32.560Z] #42 81.45 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ...
07:51:32 [2022-07-28T07:51:32.825Z] #14 ...
07:51:32 [2022-07-28T07:51:32.825Z] 
07:51:32 [2022-07-28T07:51:32.825Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:51:32 [2022-07-28T07:51:32.825Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:51:32 [2022-07-28T07:51:32.825Z] #77 36.32 aclocal: warning: couldn't open directory 'm4': No such file or directory
07:51:33 [2022-07-28T07:51:33.135Z] #84 108.6 checking build system type... x86_64-pc-linux-gnu
07:51:33 [2022-07-28T07:51:33.135Z] #84 109.1 checking host system type... x86_64-pc-linux-gnu
07:51:33 [2022-07-28T07:51:33.135Z] #84 109.1 checking how to print strings... printf
07:51:33 [2022-07-28T07:51:33.135Z] #84 109.2 checking for gcc... gcc
07:51:33 [2022-07-28T07:51:33.754Z] #77 ...
07:51:33 [2022-07-28T07:51:33.754Z] 
07:51:33 [2022-07-28T07:51:33.754Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:51:33 [2022-07-28T07:51:33.754Z] #14 sha256:140d7ac09f2fa8835721c31c53da477b31091eaffbf8363910cabc1094007523
07:51:33 [2022-07-28T07:51:33.754Z] #14 97.00 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
07:51:33 [2022-07-28T07:51:33.754Z] #14 97.01 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ...
07:51:33 [2022-07-28T07:51:33.754Z] #14 97.02 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
07:51:33 [2022-07-28T07:51:33.937Z] #42 82.46 Selecting previously unselected package libarchive13:amd64.
07:51:33 [2022-07-28T07:51:33.937Z] #42 82.46 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ...
07:51:33 [2022-07-28T07:51:33.937Z] #42 82.47 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ...
07:51:33 [2022-07-28T07:51:33.937Z] #42 82.80 Selecting previously unselected package libjsoncpp24:amd64.
07:51:33 [2022-07-28T07:51:33.963Z] #84 109.5 checking whether the C compiler works... yes
07:51:33 [2022-07-28T07:51:33.963Z] #84 109.8 checking for C compiler default output file name... a.out
07:51:34 [2022-07-28T07:51:34.197Z] #42 82.85 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ...
07:51:34 [2022-07-28T07:51:34.197Z] #42 82.85 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
07:51:34 [2022-07-28T07:51:34.197Z] #42 83.07 Selecting previously unselected package librhash0:amd64.
07:51:34 [2022-07-28T07:51:34.197Z] #42 83.07 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ...
07:51:34 [2022-07-28T07:51:34.197Z] #42 83.07 Unpacking librhash0:amd64 (1.4.1-2) ...
07:51:34 [2022-07-28T07:51:34.227Z] #84 109.8 checking for suffix of executables... 
07:51:34 [2022-07-28T07:51:34.456Z] #42 83.35 Selecting previously unselected package libuv1:amd64.
07:51:34 [2022-07-28T07:51:34.456Z] #42 83.35 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ...
07:51:34 [2022-07-28T07:51:34.456Z] #42 83.37 Unpacking libuv1:amd64 (1.40.0-2) ...
07:51:34 [2022-07-28T07:51:34.486Z] #84 110.1 checking whether we are cross compiling... no
07:51:34 [2022-07-28T07:51:34.486Z] #84 110.4 checking for suffix of object files... o
07:51:34 [2022-07-28T07:51:34.746Z] #84 110.6 checking whether we are using the GNU C compiler... yes
07:51:34 [2022-07-28T07:51:34.746Z] #84 110.7 checking whether gcc accepts -g... yes
07:51:35 [2022-07-28T07:51:35.006Z] #84 110.8 checking for gcc option to accept ISO C89... none needed
07:51:35 [2022-07-28T07:51:35.006Z] #84 111.0 checking whether gcc understands -c and -o together... yes
07:51:35 [2022-07-28T07:51:35.023Z] #42 ...
07:51:35 [2022-07-28T07:51:35.023Z] 
07:51:35 [2022-07-28T07:51:35.023Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
07:51:35 [2022-07-28T07:51:35.023Z] #51 sha256:40295bf8cbd242d421bcf2efe97957471d81db5c6a2a8e836b41bc0ec6634359
07:51:35 [2022-07-28T07:51:35.023Z] #51 73.70 Setting up libprotobuf23:amd64 (3.12.4-1) ...
07:51:35 [2022-07-28T07:51:35.023Z] #51 73.79 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
07:51:35 [2022-07-28T07:51:35.023Z] #51 73.85 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
07:51:35 [2022-07-28T07:51:35.023Z] #51 73.91 Setting up python3-six (1.16.0-2) ...
07:51:35 [2022-07-28T07:51:35.023Z] #51 75.79 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
07:51:35 [2022-07-28T07:51:35.023Z] #51 75.83 Setting up python3-protobuf (3.12.4-1) ...
07:51:35 [2022-07-28T07:51:35.023Z] #51 81.29 Setting up criu (3.17.1-1) ...
07:51:35 [2022-07-28T07:51:35.023Z] #51 ...
07:51:35 [2022-07-28T07:51:35.023Z] 
07:51:35 [2022-07-28T07:51:35.023Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
07:51:35 [2022-07-28T07:51:35.023Z] #42 sha256:d5f8a01c2e1a5370173910ff1b6fd1dd838253998709bec1c0416141f69afbfb
07:51:35 [2022-07-28T07:51:35.023Z] #42 83.95 Selecting previously unselected package cmake.
07:51:35 [2022-07-28T07:51:35.023Z] #42 83.95 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ...
07:51:35 [2022-07-28T07:51:35.023Z] #42 83.95 Unpacking cmake (3.18.4-2+deb11u1) ...
07:51:35 [2022-07-28T07:51:35.266Z] #84 111.2 checking for a sed that does not truncate output... /bin/sed
07:51:35 [2022-07-28T07:51:35.267Z] #84 111.2 checking for grep that handles long lines and -e... /bin/grep
07:51:35 [2022-07-28T07:51:35.267Z] #84 111.2 checking for egrep... /bin/grep -E
07:51:35 [2022-07-28T07:51:35.267Z] #84 111.2 checking for fgrep... /bin/grep -F
07:51:35 [2022-07-28T07:51:35.267Z] #84 111.2 checking for ld used by gcc... /usr/bin/ld
07:51:35 [2022-07-28T07:51:35.267Z] #84 111.2 checking if the linker (/usr/bin/ld) is GNU ld... yes
07:51:35 [2022-07-28T07:51:35.267Z] #84 111.2 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
07:51:35 [2022-07-28T07:51:35.267Z] #84 111.3 checking the name lister (/usr/bin/nm -B) interface... BSD nm
07:51:35 [2022-07-28T07:51:35.526Z] #84 111.3 checking whether ln -s works... yes
07:51:35 [2022-07-28T07:51:35.526Z] #84 111.3 checking the maximum length of command line arguments... 1572864
07:51:35 [2022-07-28T07:51:35.526Z] #84 111.4 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
07:51:35 [2022-07-28T07:51:35.526Z] #84 111.4 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
07:51:35 [2022-07-28T07:51:35.526Z] #84 111.4 checking for /usr/bin/ld option to reload object files... -r
07:51:35 [2022-07-28T07:51:35.526Z] #84 111.4 checking for objdump... objdump
07:51:35 [2022-07-28T07:51:35.526Z] #84 111.4 checking how to recognize dependent libraries... pass_all
07:51:35 [2022-07-28T07:51:35.526Z] #84 111.4 checking for dlltool... no
07:51:35 [2022-07-28T07:51:35.526Z] #84 111.4 checking how to associate runtime and link libraries... printf %s\n
07:51:35 [2022-07-28T07:51:35.526Z] #84 111.4 checking for ar... ar
07:51:35 [2022-07-28T07:51:35.526Z] #84 111.4 checking for archiver @FILE support... @
07:51:35 [2022-07-28T07:51:35.526Z] #84 111.5 checking for strip... strip
07:51:35 [2022-07-28T07:51:35.526Z] #84 111.5 checking for ranlib... ranlib
07:51:35 [2022-07-28T07:51:35.526Z] #84 111.5 checking for gawk... no
07:51:35 [2022-07-28T07:51:35.526Z] #84 111.5 checking for mawk... mawk
07:51:35 [2022-07-28T07:51:35.786Z] #84 111.5 checking command to parse /usr/bin/nm -B output from gcc object... ok
07:51:36 [2022-07-28T07:51:36.046Z] #84 111.9 checking for sysroot... no
07:51:36 [2022-07-28T07:51:36.046Z] #84 111.9 checking for a working dd... /bin/dd
07:51:36 [2022-07-28T07:51:36.046Z] #84 111.9 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
07:51:36 [2022-07-28T07:51:36.046Z] #84 112.0 checking for mt... no
07:51:36 [2022-07-28T07:51:36.046Z] #84 112.0 checking if : is a manifest tool... no
07:51:36 [2022-07-28T07:51:36.305Z] #84 112.0 checking how to run the C preprocessor... gcc -E
07:51:37 [2022-07-28T07:51:37.000Z] #77 ...
07:51:37 [2022-07-28T07:51:37.000Z] 
07:51:37 [2022-07-28T07:51:37.000Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
07:51:37 [2022-07-28T07:51:37.000Z] #64 sha256:8308f77135ed6c1b73777923e7a515113ecd8ec199ef92a885bafb0fa4839093
07:51:37 [2022-07-28T07:51:37.257Z] #64 50.37 Updating files:  52% (2593/4910)
Updating files:  53% (2603/4910)
Updating files:  54% (2652/4910)
Updating files:  55% (2701/4910)
Updating files:  56% (2750/4910)
Updating files:  57% (2799/4910)
Updating files:  58% (2848/4910)
Updating files:  59% (2897/4910)
Updating files:  60% (2946/4910)
Updating files:  61% (2996/4910)
Updating files:  62% (3045/4910)
Updating files:  63% (3094/4910)
Updating files:  64% (3143/4910)
Updating files:  65% (3192/4910)
Updating files:  66% (3241/4910)
Updating files:  67% (3290/4910)
Updating files:  68% (3339/4910)
Updating files:  69% (3388/4910)
Updating files:  70% (3437/4910)
Updating files:  71% (3487/4910)
Updating files:  72% (3536/4910)
Updating files:  73% (3585/4910)
Updating files:  74% (3634/4910)
Updating files:  75% (3683/4910)
Updating files:  76% (3732/4910)
Updating files:  77% (3781/4910)
Updating files:  78% (3830/4910)
Updating files:  79% (3879/4910)
Updating files:  80% (3928/4910)
Updating files:  81% (3978/4910)
Updating files:  82% (4027/4910)
Updating files:  83% (4076/4910)
Updating files:  84% (4125/4910)
Updating files:  85% (4174/4910)
Updating files:  86% (4223/4910)
Updating files:  87% (4272/4910)
Updating files:  88% (4321/4910)
Updating files:  89% (4370/4910)
Updating files:  90% (4419/4910)
Updating files:  90% (4446/4910)
Updating files:  91% (4469/4910)
Updating files:  92% (4518/4910)
Updating files:  93% (4567/4910)
Updating files:  94% (4616/4910)
Updating files:  95% (4665/4910)
Updating files:  96% (4714/4910)
Updating files:  97% (4763/4910)
Updating files:  98% (4812/4910)
Updating files:  99% (4861/4910)
Updating files: 100% (4910/4910)
Updating files: 100% (4910/4910), done.
07:51:37 [2022-07-28T07:51:37.257Z] #64 51.79 + cd /tmp/tmp.ZlJbeW5oa7/src/github.com/containerd/containerd
07:51:37 [2022-07-28T07:51:37.257Z] #64 51.79 + git checkout -q v1.6.6
07:51:37 [2022-07-28T07:51:37.500Z] #84 112.5 checking for ANSI C header files... yes
07:51:37 [2022-07-28T07:51:37.759Z] #84 113.6 checking for sys/types.h... yes
07:51:37 [2022-07-28T07:51:37.928Z] #14 101.9 Selecting previously unselected package g++-mingw-w64-x86-64.
07:51:37 [2022-07-28T07:51:37.928Z] #14 102.0 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
07:51:37 [2022-07-28T07:51:37.928Z] #14 102.0 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
07:51:37 [2022-07-28T07:51:37.928Z] #14 102.1 Selecting previously unselected package libapparmor1:arm64.
07:51:37 [2022-07-28T07:51:37.928Z] #14 102.1 Preparing to unpack .../15-libapparmor1_2.13.6-10_arm64.deb ...
07:51:37 [2022-07-28T07:51:37.928Z] #14 102.1 Unpacking libapparmor1:arm64 (2.13.6-10) ...
07:51:38 [2022-07-28T07:51:38.018Z] #84 113.9 checking for sys/stat.h... yes
07:51:38 [2022-07-28T07:51:38.277Z] #84 114.1 checking for stdlib.h... yes
07:51:38 [2022-07-28T07:51:38.313Z] #42 ...
07:51:38 [2022-07-28T07:51:38.313Z] 
07:51:38 [2022-07-28T07:51:38.313Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt         echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/ /' > /etc/apt/sources.list.d/criu.list         && apt-get update         && apt-get install -y --no-install-recommends criu         && install -D /usr/sbin/criu /build/criu
07:51:38 [2022-07-28T07:51:38.313Z] #51 sha256:40295bf8cbd242d421bcf2efe97957471d81db5c6a2a8e836b41bc0ec6634359
07:51:38 [2022-07-28T07:51:38.313Z] #51 85.02 Processing triggers for libc-bin (2.31-13+deb11u3) ...
07:51:38 [2022-07-28T07:51:38.313Z] #51 DONE 86.5s
07:51:38 [2022-07-28T07:51:38.313Z] 
07:51:38 [2022-07-28T07:51:38.313Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:51:38 [2022-07-28T07:51:38.313Z] #14 sha256:b25eac2f6ddf70c42113ea1e9c9616359e7796e8a4be5e3f87392c5fb5b439d0
07:51:38 [2022-07-28T07:51:38.313Z] #14 81.80 Selecting previously unselected package dmsetup.
07:51:38 [2022-07-28T07:51:38.313Z] #14 81.80 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
07:51:38 [2022-07-28T07:51:38.313Z] #14 81.81 Unpacking dmsetup (2:1.02.175-2.1) ...
07:51:38 [2022-07-28T07:51:38.313Z] #14 82.13 Selecting previously unselected package mingw-w64-common.
07:51:38 [2022-07-28T07:51:38.313Z] #14 82.13 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
07:51:38 [2022-07-28T07:51:38.313Z] #14 82.14 Unpacking mingw-w64-common (8.0.0-1) ...
07:51:38 [2022-07-28T07:51:38.492Z] #14 102.7 Selecting previously unselected package libapparmor-dev:arm64.
07:51:38 [2022-07-28T07:51:38.492Z] #14 102.7 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_arm64.deb ...
07:51:38 [2022-07-28T07:51:38.492Z] #14 102.7 Unpacking libapparmor-dev:arm64 (2.13.6-10) ...
07:51:38 [2022-07-28T07:51:38.795Z] #84 114.5 checking for string.h... yes
07:51:39 [2022-07-28T07:51:39.055Z] #14 103.1 Selecting previously unselected package libbtrfs0:arm64.
07:51:39 [2022-07-28T07:51:39.055Z] #14 103.1 Preparing to unpack .../17-libbtrfs0_5.10.1-2_arm64.deb ...
07:51:39 [2022-07-28T07:51:39.055Z] #14 103.1 Unpacking libbtrfs0:arm64 (5.10.1-2) ...
07:51:39 [2022-07-28T07:51:39.151Z] #64 53.24 + export 'BUILDTAGS=netgo osusergo static_build'
07:51:39 [2022-07-28T07:51:39.151Z] #64 53.26 + BUILDTAGS='netgo osusergo static_build'
07:51:39 [2022-07-28T07:51:39.151Z] #64 53.26 + export EXTRA_FLAGS=-buildmode=pie
07:51:39 [2022-07-28T07:51:39.151Z] #64 53.26 + EXTRA_FLAGS=-buildmode=pie
07:51:39 [2022-07-28T07:51:39.151Z] #64 53.26 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
07:51:39 [2022-07-28T07:51:39.151Z] #64 53.26 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
07:51:39 [2022-07-28T07:51:39.151Z] #64 53.26 + '[' '' = dynamic ']'
07:51:39 [2022-07-28T07:51:39.151Z] #64 53.26 + make
07:51:39 [2022-07-28T07:51:39.312Z] #14 103.3 Selecting previously unselected package libbtrfs-dev:arm64.
07:51:39 [2022-07-28T07:51:39.312Z] #14 103.3 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_arm64.deb ...
07:51:39 [2022-07-28T07:51:39.312Z] #14 103.3 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ...
07:51:39 [2022-07-28T07:51:39.312Z] #14 103.5 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
07:51:39 [2022-07-28T07:51:39.312Z] #14 103.5 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ...
07:51:39 [2022-07-28T07:51:39.312Z] #14 103.5 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
07:51:39 [2022-07-28T07:51:39.314Z] #84 114.9 checking for memory.h... yes
07:51:39 [2022-07-28T07:51:39.568Z] #14 103.6 Selecting previously unselected package libudev-dev:arm64.
07:51:39 [2022-07-28T07:51:39.568Z] #14 103.6 Preparing to unpack .../20-libudev-dev_247.3-7_arm64.deb ...
07:51:39 [2022-07-28T07:51:39.568Z] #14 103.6 Unpacking libudev-dev:arm64 (247.3-7) ...
07:51:39 [2022-07-28T07:51:39.568Z] #14 103.8 Selecting previously unselected package libsepol1-dev:arm64.
07:51:39 [2022-07-28T07:51:39.568Z] #14 103.8 Preparing to unpack .../21-libsepol1-dev_3.1-1_arm64.deb ...
07:51:39 [2022-07-28T07:51:39.568Z] #14 103.8 Unpacking libsepol1-dev:arm64 (3.1-1) ...
07:51:39 [2022-07-28T07:51:39.573Z] #84 115.4 checking for strings.h... yes
07:51:39 [2022-07-28T07:51:39.652Z] #77 82.40 configure.ac:7: installing './compile'
07:51:39 [2022-07-28T07:51:39.652Z] #77 82.42 configure.ac:11: installing './config.guess'
07:51:39 [2022-07-28T07:51:39.652Z] #77 82.45 configure.ac:11: installing './config.sub'
07:51:39 [2022-07-28T07:51:39.652Z] #77 82.47 configure.ac:8: installing './install-sh'
07:51:39 [2022-07-28T07:51:39.652Z] #77 82.50 configure.ac:8: installing './missing'
07:51:39 [2022-07-28T07:51:39.652Z] #77 82.68 Makefile.am: installing './depcomp'
07:51:39 [2022-07-28T07:51:39.832Z] #84 115.8 checking for inttypes.h... yes
07:51:40 [2022-07-28T07:51:40.132Z] #14 104.1 Selecting previously unselected package libpcre2-16-0:arm64.
07:51:40 [2022-07-28T07:51:40.132Z] #14 104.1 Preparing to unpack .../22-libpcre2-16-0_10.36-2_arm64.deb ...
07:51:40 [2022-07-28T07:51:40.132Z] #14 104.1 Unpacking libpcre2-16-0:arm64 (10.36-2) ...
07:51:40 [2022-07-28T07:51:40.132Z] #14 104.2 Selecting previously unselected package libpcre2-32-0:arm64.
07:51:40 [2022-07-28T07:51:40.132Z] #14 104.2 Preparing to unpack .../23-libpcre2-32-0_10.36-2_arm64.deb ...
07:51:40 [2022-07-28T07:51:40.132Z] #14 104.3 Unpacking libpcre2-32-0:arm64 (10.36-2) ...
07:51:40 [2022-07-28T07:51:40.388Z] #14 104.4 Selecting previously unselected package libpcre2-posix2:arm64.
07:51:40 [2022-07-28T07:51:40.388Z] #14 104.4 Preparing to unpack .../24-libpcre2-posix2_10.36-2_arm64.deb ...
07:51:40 [2022-07-28T07:51:40.388Z] #14 104.5 Unpacking libpcre2-posix2:arm64 (10.36-2) ...
07:51:40 [2022-07-28T07:51:40.388Z] #14 104.5 Selecting previously unselected package libpcre2-dev:arm64.
07:51:40 [2022-07-28T07:51:40.388Z] #14 104.6 Preparing to unpack .../25-libpcre2-dev_10.36-2_arm64.deb ...
07:51:40 [2022-07-28T07:51:40.388Z] #14 104.6 Unpacking libpcre2-dev:arm64 (10.36-2) ...
07:51:40 [2022-07-28T07:51:40.464Z] #84 116.0 checking for stdint.h... yes
07:51:40 [2022-07-28T07:51:40.520Z] #64 54.83 + bin/ctr
07:51:40 [2022-07-28T07:51:40.724Z] #84 116.3 checking for unistd.h... yes
07:51:40 [2022-07-28T07:51:40.845Z] #14 ...
07:51:40 [2022-07-28T07:51:40.845Z] 
07:51:40 [2022-07-28T07:51:40.845Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:51:40 [2022-07-28T07:51:40.845Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:51:40 [2022-07-28T07:51:40.845Z] #77 12.22 Submodule 'libocispec' (https://github.com/containers/libocispec.git) registered for path 'libocispec'
07:51:40 [2022-07-28T07:51:40.845Z] #77 12.28 Cloning into '/tmp/crun-build/libocispec'...
07:51:40 [2022-07-28T07:51:40.952Z] #14 105.0 Selecting previously unselected package libselinux1-dev:arm64.
07:51:40 [2022-07-28T07:51:40.952Z] #14 105.0 Preparing to unpack .../26-libselinux1-dev_3.1-3_arm64.deb ...
07:51:40 [2022-07-28T07:51:40.952Z] #14 105.0 Unpacking libselinux1-dev:arm64 (3.1-3) ...
07:51:40 [2022-07-28T07:51:40.983Z] #84 116.6 checking for dlfcn.h... yes
07:51:40 [2022-07-28T07:51:40.983Z] #84 116.8 checking for objdir... .libs
07:51:41 [2022-07-28T07:51:41.209Z] #14 105.3 Selecting previously unselected package libdevmapper-dev:arm64.
07:51:41 [2022-07-28T07:51:41.209Z] #14 105.3 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ...
07:51:41 [2022-07-28T07:51:41.209Z] #14 105.3 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
07:51:41 [2022-07-28T07:51:41.209Z] #14 105.4 Selecting previously unselected package libseccomp-dev:arm64.
07:51:41 [2022-07-28T07:51:41.465Z] #14 105.4 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
07:51:41 [2022-07-28T07:51:41.465Z] #14 105.4 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
07:51:41 [2022-07-28T07:51:41.465Z] #14 105.6 Selecting previously unselected package libsystemd-dev:arm64.
07:51:41 [2022-07-28T07:51:41.465Z] #14 105.6 Preparing to unpack .../29-libsystemd-dev_247.3-7_arm64.deb ...
07:51:41 [2022-07-28T07:51:41.465Z] #14 105.6 Unpacking libsystemd-dev:arm64 (247.3-7) ...
07:51:41 [2022-07-28T07:51:41.501Z] #84 117.2 checking if gcc supports -fno-rtti -fno-exceptions... no
07:51:41 [2022-07-28T07:51:41.501Z] #84 117.5 checking for gcc option to produce PIC... -fPIC -DPIC
07:51:41 [2022-07-28T07:51:41.563Z] #77 84.79 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
07:51:41 [2022-07-28T07:51:41.563Z] #77 84.79 libtoolize: copying file 'build-aux/ltmain.sh'
07:51:41 [2022-07-28T07:51:41.760Z] #84 117.5 checking if gcc PIC flag -fPIC -DPIC works... yes
07:51:41 [2022-07-28T07:51:41.824Z] #77 85.06 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
07:51:41 [2022-07-28T07:51:41.824Z] #77 85.06 libtoolize: copying file 'm4/libtool.m4'
07:51:42 [2022-07-28T07:51:42.020Z] #84 117.6 checking if gcc static flag -static works... 
07:51:42 [2022-07-28T07:51:42.020Z] #84 ...
07:51:42 [2022-07-28T07:51:42.020Z] 
07:51:42 [2022-07-28T07:51:42.020Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             crossbuild-essential-arm64             crossbuild-essential-armel             crossbuild-essential-armhf             crossbuild-essential-ppc64el             crossbuild-essential-s390x
07:51:42 [2022-07-28T07:51:42.020Z] #19 sha256:423b64bc9d7cc359d630e3fe0a1b98d707aeff14b0c78f2d44bf08c4c29a169b
07:51:42 [2022-07-28T07:51:42.020Z] #19 157.0 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-aarch64-linux-gnu amd64 4:10.2.1-1 [1176 B]
07:51:42 [2022-07-28T07:51:42.020Z] #19 157.0 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
07:51:42 [2022-07-28T07:51:42.020Z] #19 157.0 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.11 [2308 kB]
07:51:42 [2022-07-28T07:51:42.020Z] #19 157.1 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-inifiles-perl all 3.000003-1 [52.1 kB]
07:51:42 [2022-07-28T07:51:42.020Z] #19 157.1 Get:50 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libio-string-perl all 1.08-3.1 [11.8 kB]
07:51:42 [2022-07-28T07:51:42.020Z] #19 157.1 Get:51 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
07:51:42 [2022-07-28T07:51:42.020Z] #19 157.5 Get:52 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u2 [692 kB]
07:51:42 [2022-07-28T07:51:42.020Z] #19 157.5 Get:53 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB]
07:51:42 [2022-07-28T07:51:42.020Z] #19 157.5 Get:54 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-sax-base-perl all 1.09-1.1 [20.7 kB]
07:51:42 [2022-07-28T07:51:42.020Z] #19 157.5 Get:55 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-sax-perl all 1.02+dfsg-1 [59.0 kB]
07:51:42 [2022-07-28T07:51:42.020Z] #19 157.5 Get:56 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-2+b1 [337 kB]
07:51:42 [2022-07-28T07:51:42.020Z] #19 157.6 Get:57 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB]
07:51:42 [2022-07-28T07:51:42.020Z] #19 157.6 Get:58 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyaml-perl all 1.30-1 [67.7 kB]
07:51:42 [2022-07-28T07:51:42.020Z] #19 157.6 Get:59 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-auto-perl all 0.44-1.1 [19.0 kB]
07:51:42 [2022-07-28T07:51:42.020Z] #19 157.6 Get:60 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-which-perl all 1.23-1 [16.6 kB]
07:51:42 [2022-07-28T07:51:42.020Z] #19 157.6 Get:61 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-homedir-perl all 1.006-1 [43.8 kB]
07:51:42 [2022-07-28T07:51:42.020Z] #19 157.6 Get:62 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdebian-dpkgcross-perl all 2.6.18+nmu1 [30.5 kB]
07:51:42 [2022-07-28T07:51:42.020Z] #19 157.6 Get:63 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-cross all 2.6.18+nmu1 [41.6 kB]
07:51:42 [2022-07-28T07:51:42.020Z] #19 157.6 Get:64 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-arm64 all 12.9 [6708 B]
07:51:42 [2022-07-28T07:51:42.020Z] #19 157.6 Get:65 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armel-cross all 2.31-9cross4 [1114 kB]
07:51:42 [2022-07-28T07:51:42.020Z] #19 157.7 Get:66 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-armel-cross all 10.2.1-6cross1 [38.3 kB]
07:51:42 [2022-07-28T07:51:42.020Z] #19 157.7 Get:67 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armel-cross all 10.2.1-6cross1 [85.3 kB]
07:51:42 [2022-07-28T07:51:42.020Z] #19 157.7 Get:68 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armel-cross all 10.2.1-6cross1 [8832 B]
07:51:42 [2022-07-28T07:51:42.020Z] #19 157.7 Get:69 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armel-cross all 10.2.1-6cross1 [1979 kB]
07:51:42 [2022-07-28T07:51:42.020Z] #19 157.8 Get:70 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armel-cross all 10.2.1-6cross1 [370 kB]
07:51:42 [2022-07-28T07:51:42.020Z] #19 157.8 Get:71 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armel-cross all 10.2.1-6cross1 [746 kB]
07:51:42 [2022-07-28T07:51:42.020Z] #19 157.8 Get:72 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armel-cross all 10.2.1-6cross1 [688 kB]
07:51:42 [2022-07-28T07:51:42.020Z] #19 157.9 Get:73 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [50.4 MB]
07:51:42 [2022-07-28T07:51:42.020Z] #19 160.8 Get:74 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-arm-linux-gnueabi amd64 4:10.2.1-1 [1460 B]
07:51:42 [2022-07-28T07:51:42.020Z] #19 160.8 Get:75 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-armel-cross all 5.10.13-1cross4 [1365 kB]
07:51:42 [2022-07-28T07:51:42.020Z] #19 160.8 Get:76 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armel-cross all 2.31-9cross4 [1884 kB]
07:51:42 [2022-07-28T07:51:42.020Z] #19 160.9 Get:77 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armel-cross all 10.2.1-6cross1 [1753 kB]
07:51:42 [2022-07-28T07:51:42.020Z] #19 161.0 Get:78 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [47.1 MB]
07:51:42 [2022-07-28T07:51:42.020Z] #19 163.4 Get:79 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabi amd64 4:10.2.1-1 [1176 B]
07:51:42 [2022-07-28T07:51:42.020Z] #19 163.4 Get:80 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armel all 12.9 [6704 B]
07:51:42 [2022-07-28T07:51:42.020Z] #19 163.4 Get:81 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armhf-cross all 2.31-9cross4 [1094 kB]
07:51:42 [2022-07-28T07:51:42.020Z] #19 163.4 Get:82 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-armhf-cross all 10.2.1-6cross1 [36.3 kB]
07:51:42 [2022-07-28T07:51:42.020Z] #19 163.4 Get:83 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armhf-cross all 10.2.1-6cross1 [82.6 kB]
07:51:42 [2022-07-28T07:51:42.020Z] #19 163.4 Get:84 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armhf-cross all 10.2.1-6cross1 [6688 B]
07:51:42 [2022-07-28T07:51:42.020Z] #19 163.4 Get:85 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armhf-cross all 10.2.1-6cross1 [2010 kB]
07:51:42 [2022-07-28T07:51:42.020Z] #19 163.4 Get:86 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armhf-cross all 10.2.1-6cross1 [381 kB]
07:51:42 [2022-07-28T07:51:42.020Z] #19 163.5 Get:87 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armhf-cross all 10.2.1-6cross1 [745 kB]
07:51:42 [2022-07-28T07:51:42.020Z] #19 163.5 Get:88 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armhf-cross all 10.2.1-6cross1 [694 kB]
07:51:42 [2022-07-28T07:51:42.020Z] #19 163.5 Get:89 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [50.4 MB]
07:51:42 [2022-07-28T07:51:42.020Z] #19 166.4 Get:90 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-arm-linux-gnueabihf amd64 4:10.2.1-1 [1468 B]
07:51:42 [2022-07-28T07:51:42.020Z] #19 166.4 Get:91 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-armhf-cross all 5.10.13-1cross4 [1365 kB]
07:51:42 [2022-07-28T07:51:42.020Z] #19 166.4 Get:92 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armhf-cross all 2.31-9cross4 [1845 kB]
07:51:42 [2022-07-28T07:51:42.020Z] #19 166.5 Get:93 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armhf-cross all 10.2.1-6cross1 [1760 kB]
07:51:42 [2022-07-28T07:51:42.020Z] #19 166.6 Get:94 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [47.1 MB]
07:51:42 [2022-07-28T07:51:42.028Z] #14 106.1 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
07:51:42 [2022-07-28T07:51:42.028Z] #14 106.1 Setting up libapparmor1:arm64 (2.13.6-10) ...
07:51:42 [2022-07-28T07:51:42.028Z] #14 106.1 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
07:51:42 [2022-07-28T07:51:42.028Z] #14 106.2 Setting up libsepol1-dev:arm64 (3.1-1) ...
07:51:42 [2022-07-28T07:51:42.028Z] #14 106.2 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
07:51:42 [2022-07-28T07:51:42.028Z] #14 106.2 Setting up libpcre2-16-0:arm64 (10.36-2) ...
07:51:42 [2022-07-28T07:51:42.028Z] #14 106.2 Setting up libbtrfs0:arm64 (5.10.1-2) ...
07:51:42 [2022-07-28T07:51:42.028Z] #14 106.2 Setting up libpcre2-32-0:arm64 (10.36-2) ...
07:51:42 [2022-07-28T07:51:42.028Z] #14 106.2 Setting up libudev-dev:arm64 (247.3-7) ...
07:51:42 [2022-07-28T07:51:42.028Z] #14 106.2 Setting up libpcre2-posix2:arm64 (10.36-2) ...
07:51:42 [2022-07-28T07:51:42.028Z] #14 106.3 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
07:51:42 [2022-07-28T07:51:42.028Z] #14 106.3 Setting up libbtrfs-dev:arm64 (5.10.1-2) ...
07:51:42 [2022-07-28T07:51:42.028Z] #14 106.3 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
07:51:42 [2022-07-28T07:51:42.028Z] #14 106.4 Setting up libapparmor-dev:arm64 (2.13.6-10) ...
07:51:42 [2022-07-28T07:51:42.084Z] #77 85.21 libtoolize: copying file 'm4/ltoptions.m4'
07:51:42 [2022-07-28T07:51:42.281Z] #19 ...
07:51:42 [2022-07-28T07:51:42.281Z] 
07:51:42 [2022-07-28T07:51:42.281Z] #84 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:51:42 [2022-07-28T07:51:42.281Z] #84 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:51:42 [2022-07-28T07:51:42.281Z] #84 117.6 checking if gcc static flag -static works... yes
07:51:42 [2022-07-28T07:51:42.285Z] #14 106.4 Setting up mingw-w64-common (8.0.0-1) ...
07:51:42 [2022-07-28T07:51:42.285Z] #14 106.4 Setting up libsystemd-dev:arm64 (247.3-7) ...
07:51:42 [2022-07-28T07:51:42.285Z] #14 106.4 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
07:51:42 [2022-07-28T07:51:42.285Z] #14 106.4 Setting up libpcre2-dev:arm64 (10.36-2) ...
07:51:42 [2022-07-28T07:51:42.285Z] #14 106.4 Setting up libselinux1-dev:arm64 (3.1-3) ...
07:51:42 [2022-07-28T07:51:42.285Z] #14 106.4 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
07:51:42 [2022-07-28T07:51:42.285Z] #14 106.4 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
07:51:42 [2022-07-28T07:51:42.285Z] #14 106.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
07:51:42 [2022-07-28T07:51:42.285Z] #14 106.5 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
07:51:42 [2022-07-28T07:51:42.285Z] #14 106.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
07:51:42 [2022-07-28T07:51:42.285Z] #14 106.5 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
07:51:42 [2022-07-28T07:51:42.285Z] #14 106.5 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
07:51:42 [2022-07-28T07:51:42.285Z] #14 106.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
07:51:42 [2022-07-28T07:51:42.285Z] #14 106.5 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
07:51:42 [2022-07-28T07:51:42.285Z] #14 106.6 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
07:51:42 [2022-07-28T07:51:42.285Z] #14 106.6 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
07:51:42 [2022-07-28T07:51:42.345Z] #77 85.37 libtoolize: copying file 'm4/ltsugar.m4'
07:51:42 [2022-07-28T07:51:42.345Z] #77 ...
07:51:42 [2022-07-28T07:51:42.345Z] 
07:51:42 [2022-07-28T07:51:42.345Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:51:42 [2022-07-28T07:51:42.345Z] #14 sha256:b25eac2f6ddf70c42113ea1e9c9616359e7796e8a4be5e3f87392c5fb5b439d0
07:51:42 [2022-07-28T07:51:42.345Z] #14 162.8 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
07:51:42 [2022-07-28T07:51:42.345Z] #14 162.8 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
07:51:42 [2022-07-28T07:51:42.345Z] #14 162.8 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
07:51:42 [2022-07-28T07:51:42.540Z] #84 118.2 checking if gcc supports -c -o file.o... yes
07:51:42 [2022-07-28T07:51:42.540Z] #84 118.4 checking if gcc supports -c -o file.o... (cached) yes
07:51:42 [2022-07-28T07:51:42.540Z] #84 118.4 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
07:51:42 [2022-07-28T07:51:42.542Z] #14 106.6 Setting up dmsetup (2:1.02.175-2.1) ...
07:51:42 [2022-07-28T07:51:42.542Z] #14 106.6 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
07:51:42 [2022-07-28T07:51:42.542Z] #14 106.6 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
07:51:42 [2022-07-28T07:51:42.542Z] #14 106.6 Processing triggers for libc-bin (2.31-13+deb11u3) ...
07:51:42 [2022-07-28T07:51:42.747Z] #77 14.12 Submodule path 'libocispec': checked out 'ace546f0a9c82c1878b93a43dab414d41da20821'
07:51:42 [2022-07-28T07:51:42.747Z] #77 14.23 Submodule 'image-spec' (https://github.com/opencontainers/image-spec) registered for path 'libocispec/image-spec'
07:51:42 [2022-07-28T07:51:42.747Z] #77 14.23 Submodule 'runtime-spec' (https://github.com/opencontainers/runtime-spec) registered for path 'libocispec/runtime-spec'
07:51:42 [2022-07-28T07:51:42.747Z] #77 14.24 Submodule 'yajl' (https://github.com/containers/yajl.git) registered for path 'libocispec/yajl'
07:51:42 [2022-07-28T07:51:42.747Z] #77 14.29 Cloning into '/tmp/crun-build/libocispec/image-spec'...
07:51:42 [2022-07-28T07:51:42.747Z] #77 ...
07:51:42 [2022-07-28T07:51:42.747Z] 
07:51:42 [2022-07-28T07:51:42.747Z] #42 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
07:51:42 [2022-07-28T07:51:42.747Z] #42 sha256:d5f8a01c2e1a5370173910ff1b6fd1dd838253998709bec1c0416141f69afbfb
07:51:42 [2022-07-28T07:51:42.747Z] #42 90.97 Setting up libicu67:amd64 (67.1-7) ...
07:51:42 [2022-07-28T07:51:42.747Z] #42 90.99 Setting up xxd (2:8.2.2434-3+deb11u1) ...
07:51:42 [2022-07-28T07:51:42.747Z] #42 91.00 Setting up libuv1:amd64 (1.40.0-2) ...
07:51:42 [2022-07-28T07:51:42.747Z] #42 91.01 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
07:51:42 [2022-07-28T07:51:42.747Z] #42 91.07 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
07:51:42 [2022-07-28T07:51:42.747Z] #42 91.09 Setting up librhash0:amd64 (1.4.1-2) ...
07:51:42 [2022-07-28T07:51:42.747Z] #42 91.10 Setting up cmake-data (3.18.4-2+deb11u1) ...
07:51:42 [2022-07-28T07:51:42.747Z] #42 91.19 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ...
07:51:42 [2022-07-28T07:51:42.747Z] #42 91.20 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ...
07:51:42 [2022-07-28T07:51:42.747Z] #42 91.21 Setting up cmake (3.18.4-2+deb11u1) ...
07:51:42 [2022-07-28T07:51:42.747Z] #42 91.23 Processing triggers for libc-bin (2.31-13+deb11u3) ...
07:51:42 [2022-07-28T07:51:42.747Z] #42 DONE 91.8s
07:51:43 [2022-07-28T07:51:43.006Z] 
07:51:43 [2022-07-28T07:51:43.006Z] #43 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
07:51:43 [2022-07-28T07:51:43.006Z] #43 sha256:5aaebecaa967b79f18b36678856f786902f50840a85908ca5bdef451f32c979c
07:51:43 [2022-07-28T07:51:43.108Z] #84 118.5 checking dynamic linker characteristics... GNU/Linux ld.so
07:51:43 [2022-07-28T07:51:43.108Z] #84 119.2 checking how to hardcode library paths into programs... immediate
07:51:43 [2022-07-28T07:51:43.265Z] #43 DONE 0.2s
07:51:43 [2022-07-28T07:51:43.265Z] 
07:51:43 [2022-07-28T07:51:43.265Z] #44 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh tini
07:51:43 [2022-07-28T07:51:43.265Z] #44 sha256:4155e0358fd365ba7e591b7cf3e9762defea6e896d676ada19c96bacbdd7f86b
07:51:43 [2022-07-28T07:51:43.368Z] #84 119.2 checking whether stripping libraries is possible... yes
07:51:43 [2022-07-28T07:51:43.368Z] #84 119.2 checking if libtool supports shared libraries... yes
07:51:43 [2022-07-28T07:51:43.368Z] #84 119.2 checking whether to build shared libraries... no
07:51:43 [2022-07-28T07:51:43.368Z] #84 119.2 checking whether to build static libraries... yes
07:51:43 [2022-07-28T07:51:43.368Z] #84 119.2 checking for a BSD-compatible install... /usr/bin/install -c
07:51:43 [2022-07-28T07:51:43.368Z] #84 119.4 checking whether build environment is sane... yes
07:51:43 [2022-07-28T07:51:43.627Z] #84 119.5 checking for a thread-safe mkdir -p... /bin/mkdir -p
07:51:43 [2022-07-28T07:51:43.627Z] #84 119.6 checking whether make sets $(MAKE)... yes
07:51:43 [2022-07-28T07:51:43.627Z] #84 119.7 checking whether make supports the include directive... yes (GNU style)
07:51:43 [2022-07-28T07:51:43.886Z] #84 119.7 checking whether make supports nested variables... yes
07:51:43 [2022-07-28T07:51:43.886Z] #84 119.9 checking whether UID '0' is supported by ustar format... yes
07:51:43 [2022-07-28T07:51:43.886Z] #84 119.9 checking whether GID '0' is supported by ustar format... yes
07:51:43 [2022-07-28T07:51:43.948Z] #14 ...
07:51:43 [2022-07-28T07:51:43.948Z] 
07:51:43 [2022-07-28T07:51:43.948Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:51:43 [2022-07-28T07:51:43.948Z] #77 sha256:08904648274d48335dfd8ac9ff733aa2134ce67ddc8a78b8db269c23f005044a
07:51:43 [2022-07-28T07:51:43.948Z] #77 56.30 configure.ac:7: installing 'build-aux/compile'
07:51:43 [2022-07-28T07:51:43.948Z] #77 56.31 configure.ac:9: installing 'build-aux/config.guess'
07:51:43 [2022-07-28T07:51:43.948Z] #77 56.32 configure.ac:9: installing 'build-aux/config.sub'
07:51:43 [2022-07-28T07:51:43.948Z] #77 56.34 configure.ac:11: installing 'build-aux/install-sh'
07:51:43 [2022-07-28T07:51:43.948Z] #77 56.34 configure.ac:11: installing 'build-aux/missing'
07:51:43 [2022-07-28T07:51:43.948Z] #77 56.52 Makefile.am: installing 'build-aux/depcomp'
07:51:43 [2022-07-28T07:51:43.948Z] #77 56.64 parallel-tests: installing 'build-aux/test-driver'
07:51:43 [2022-07-28T07:51:43.948Z] #77 58.73 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
07:51:43 [2022-07-28T07:51:43.948Z] #77 58.76 libtoolize: copying file 'build-aux/ltmain.sh'
07:51:43 [2022-07-28T07:51:43.948Z] #77 59.45 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
07:51:43 [2022-07-28T07:51:43.948Z] #77 59.46 libtoolize: copying file 'm4/libtool.m4'
07:51:43 [2022-07-28T07:51:43.948Z] #77 59.57 libtoolize: copying file 'm4/ltoptions.m4'
07:51:43 [2022-07-28T07:51:43.948Z] #77 59.71 libtoolize: copying file 'm4/ltsugar.m4'
07:51:43 [2022-07-28T07:51:43.948Z] #77 59.86 libtoolize: copying file 'm4/ltversion.m4'
07:51:43 [2022-07-28T07:51:43.948Z] #77 59.99 libtoolize: copying file 'm4/lt~obsolete.m4'
07:51:44 [2022-07-28T07:51:44.145Z] #84 119.9 checking how to create a ustar tar archive... gnutar
07:51:44 [2022-07-28T07:51:44.405Z] #84 120.0 checking dependency style of gcc... gcc3
07:51:44 [2022-07-28T07:51:44.405Z] #84 120.3 checking whether to enable maintainer-specific portions of Makefiles... yes
07:51:44 [2022-07-28T07:51:44.405Z] #84 120.3 checking whether make supports nested variables... (cached) yes
07:51:44 [2022-07-28T07:51:44.405Z] #84 120.3 checking for gawk... (cached) mawk
07:51:44 [2022-07-28T07:51:44.405Z] #84 120.3 checking for a sed that does not truncate output... (cached) /bin/sed
07:51:44 [2022-07-28T07:51:44.405Z] #84 120.4 checking for gcc... (cached) gcc
07:51:44 [2022-07-28T07:51:44.640Z] #44 1.406 + RM_GOPATH=0
07:51:44 [2022-07-28T07:51:44.640Z] #44 1.406 + TMP_GOPATH=
07:51:44 [2022-07-28T07:51:44.640Z] #44 1.406 + : /build
07:51:44 [2022-07-28T07:51:44.640Z] #44 1.406 + '[' -z '' ']'
07:51:44 [2022-07-28T07:51:44.640Z] #44 1.409 ++ mktemp -d
07:51:44 [2022-07-28T07:51:44.640Z] #44 1.412 + export GOPATH=/tmp/tmp.J5i98wN1Xn
07:51:44 [2022-07-28T07:51:44.640Z] #44 1.413 + GOPATH=/tmp/tmp.J5i98wN1Xn
07:51:44 [2022-07-28T07:51:44.640Z] #44 1.413 + RM_GOPATH=1
07:51:44 [2022-07-28T07:51:44.640Z] #44 1.413 + case "$(go env GOARCH)" in
07:51:44 [2022-07-28T07:51:44.640Z] #44 1.415 ++ go env GOARCH
07:51:44 [2022-07-28T07:51:44.640Z] #44 1.431 + export GO_BUILDMODE=-buildmode=pie
07:51:44 [2022-07-28T07:51:44.640Z] #44 1.431 + GO_BUILDMODE=-buildmode=pie
07:51:44 [2022-07-28T07:51:44.640Z] #44 1.434 ++ dirname /install.sh
07:51:44 [2022-07-28T07:51:44.640Z] #44 1.435 + dir=/
07:51:44 [2022-07-28T07:51:44.640Z] #44 1.435 + bin=tini
07:51:44 [2022-07-28T07:51:44.640Z] #44 1.435 + shift
07:51:44 [2022-07-28T07:51:44.640Z] #44 1.436 + '[' '!' -f //tini.installer ']'
07:51:44 [2022-07-28T07:51:44.640Z] #44 1.436 + . //tini.installer
07:51:44 [2022-07-28T07:51:44.640Z] #44 1.436 ++ : v0.19.0
07:51:44 [2022-07-28T07:51:44.640Z] #44 1.436 + install_tini
07:51:44 [2022-07-28T07:51:44.640Z] #44 1.437 + echo 'Install tini version v0.19.0'
07:51:44 [2022-07-28T07:51:44.640Z] #44 1.437 Install tini version v0.19.0
07:51:44 [2022-07-28T07:51:44.640Z] #44 1.437 + git clone https://github.com/krallin/tini.git /tmp/tmp.J5i98wN1Xn/tini
07:51:44 [2022-07-28T07:51:44.640Z] #44 1.439 Cloning into '/tmp/tmp.J5i98wN1Xn/tini'...
07:51:44 [2022-07-28T07:51:44.666Z] #84 120.6 checking whether we are using the GNU C compiler... (cached) yes
07:51:44 [2022-07-28T07:51:44.667Z] #84 120.6 checking whether gcc accepts -g... (cached) yes
07:51:44 [2022-07-28T07:51:44.667Z] #84 120.6 checking for gcc option to accept ISO C89... (cached) none needed
07:51:44 [2022-07-28T07:51:44.667Z] #84 120.6 checking whether gcc understands -c and -o together... (cached) yes
07:51:44 [2022-07-28T07:51:44.667Z] #84 120.6 checking for a Python interpreter with version >= 3... python3
07:51:44 [2022-07-28T07:51:44.667Z] #84 120.7 checking for python3... /usr/bin/python3
07:51:44 [2022-07-28T07:51:44.667Z] #84 120.7 checking for python3 version... 3.9
07:51:44 [2022-07-28T07:51:44.693Z] #64 ...
07:51:44 [2022-07-28T07:51:44.693Z] 
07:51:44 [2022-07-28T07:51:44.693Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:51:44 [2022-07-28T07:51:44.693Z] #14 sha256:b25eac2f6ddf70c42113ea1e9c9616359e7796e8a4be5e3f87392c5fb5b439d0
07:51:44 [2022-07-28T07:51:44.693Z] #14 89.84 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
07:51:44 [2022-07-28T07:51:44.693Z] #14 89.85 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
07:51:44 [2022-07-28T07:51:44.693Z] #14 89.85 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
07:51:44 [2022-07-28T07:51:44.693Z] #14 95.87 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
07:51:44 [2022-07-28T07:51:44.693Z] #14 95.88 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
07:51:44 [2022-07-28T07:51:44.693Z] #14 95.89 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
07:51:44 [2022-07-28T07:51:44.693Z] #14 ...
07:51:44 [2022-07-28T07:51:44.693Z] 
07:51:44 [2022-07-28T07:51:44.693Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:51:44 [2022-07-28T07:51:44.693Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:51:44 [2022-07-28T07:51:44.693Z] #77 47.89 libtoolize: putting auxiliary files in '.'.
07:51:44 [2022-07-28T07:51:44.693Z] #77 47.89 libtoolize: copying file './ltmain.sh'
07:51:44 [2022-07-28T07:51:44.693Z] #77 48.66 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
07:51:44 [2022-07-28T07:51:44.693Z] #77 48.66 libtoolize: and rerunning libtoolize and aclocal.
07:51:44 [2022-07-28T07:51:44.693Z] #77 48.66 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
07:51:44 [2022-07-28T07:51:44.925Z] #84 120.8 checking for python3 platform... linux
07:51:45 [2022-07-28T07:51:45.185Z] #84 120.9 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
07:51:45 [2022-07-28T07:51:45.444Z] #84 121.2 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
07:51:45 [2022-07-28T07:51:45.444Z] #84 121.5 checking for go-md2man... no
07:51:45 [2022-07-28T07:51:45.704Z] #84 121.5 checking error.h usability... yes
07:51:45 [2022-07-28T07:51:45.963Z] #84 121.8 checking error.h presence... yes
07:51:45 [2022-07-28T07:51:45.963Z] #84 121.9 checking for error.h... yes
07:51:46 [2022-07-28T07:51:46.016Z] #44 2.675 + cd /tmp/tmp.J5i98wN1Xn/tini
07:51:46 [2022-07-28T07:51:46.016Z] #44 2.693 + git checkout -q v0.19.0
07:51:46 [2022-07-28T07:51:46.016Z] #44 2.741 + cmake .
07:51:46 [2022-07-28T07:51:46.531Z] #84 122.1 checking linux/openat2.h usability... yes
07:51:46 [2022-07-28T07:51:46.531Z] #84 122.3 checking linux/openat2.h presence... yes
07:51:46 [2022-07-28T07:51:46.531Z] #84 122.3 checking for linux/openat2.h... yes
07:51:46 [2022-07-28T07:51:46.531Z] #84 122.4 checking for copy_file_range... yes
07:51:46 [2022-07-28T07:51:46.583Z] #44 3.462 -- The C compiler identification is GNU 10.2.1
07:51:46 [2022-07-28T07:51:46.583Z] #44 3.601 -- Detecting C compiler ABI info
07:51:46 [2022-07-28T07:51:46.792Z] #84 122.7 checking for fgetxattr... yes
07:51:47 [2022-07-28T07:51:47.052Z] #84 123.0 checking for statx... yes
07:51:47 [2022-07-28T07:51:47.311Z] #84 123.3 checking for fgetpwent_r... yes
07:51:47 [2022-07-28T07:51:47.518Z] #44 4.472 -- Detecting C compiler ABI info - done
07:51:47 [2022-07-28T07:51:47.572Z] #84 123.5 checking for issetugid... no
07:51:47 [2022-07-28T07:51:47.777Z] #44 4.671 -- Check for working C compiler: /usr/bin/cc - skipped
07:51:47 [2022-07-28T07:51:47.777Z] #44 4.671 -- Detecting C compile features
07:51:47 [2022-07-28T07:51:47.777Z] #44 4.672 -- Detecting C compile features - done
07:51:47 [2022-07-28T07:51:47.777Z] #44 4.725 -- Performing Test HAS_BUILTIN_FORTIFY
07:51:47 [2022-07-28T07:51:47.831Z] #84 123.8 checking for pkg-config... /usr/bin/pkg-config
07:51:47 [2022-07-28T07:51:47.832Z] #84 123.8 checking pkg-config is at least version 0.9.0... yes
07:51:48 [2022-07-28T07:51:48.124Z] #77 ...
07:51:48 [2022-07-28T07:51:48.124Z] 
07:51:48 [2022-07-28T07:51:48.124Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
07:51:48 [2022-07-28T07:51:48.124Z] #67 sha256:8e607e0eae7f8281ce37c0763468d8060a604af5030797cc8011bd0a26b6491a
07:51:48 [2022-07-28T07:51:48.124Z] #67 101.4 + for f in rootlesskit rootlesskit-docker-proxy
07:51:48 [2022-07-28T07:51:48.124Z] #67 101.4 + GOBIN=/build
07:51:48 [2022-07-28T07:51:48.124Z] #67 101.4 + GO111MODULE=on
07:51:48 [2022-07-28T07:51:48.124Z] #67 101.4 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
07:51:48 [2022-07-28T07:51:48.124Z] #67 106.6 rootlesskit version 1.0.0
07:51:48 [2022-07-28T07:51:48.124Z] #67 106.7 Usage of /build/rootlesskit-docker-proxy:
07:51:48 [2022-07-28T07:51:48.124Z] #67 106.7   -container-ip string
07:51:48 [2022-07-28T07:51:48.124Z] #67 106.7     	container ip
07:51:48 [2022-07-28T07:51:48.124Z] #67 106.7   -container-port int
07:51:48 [2022-07-28T07:51:48.124Z] #67 106.7     	container port (default -1)
07:51:48 [2022-07-28T07:51:48.124Z] #67 106.7   -host-ip string
07:51:48 [2022-07-28T07:51:48.124Z] #67 106.7     	host ip
07:51:48 [2022-07-28T07:51:48.124Z] #67 106.7   -host-port int
07:51:48 [2022-07-28T07:51:48.124Z] #67 106.7     	host port (default -1)
07:51:48 [2022-07-28T07:51:48.124Z] #67 106.7   -proto string
07:51:48 [2022-07-28T07:51:48.124Z] #67 106.7     	proxy protocol (default "tcp")
07:51:48 [2022-07-28T07:51:48.124Z] #67 DONE 111.2s
07:51:48 [2022-07-28T07:51:48.124Z] 
07:51:48 [2022-07-28T07:51:48.124Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:51:48 [2022-07-28T07:51:48.124Z] #14 sha256:140d7ac09f2fa8835721c31c53da477b31091eaffbf8363910cabc1094007523
07:51:48 [2022-07-28T07:51:48.124Z] #14 DONE 111.6s
07:51:48 [2022-07-28T07:51:48.124Z] 
07:51:48 [2022-07-28T07:51:48.124Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
07:51:48 [2022-07-28T07:51:48.124Z] #59 sha256:d21e25bc7f8ed72ca2e75b73e78419f5602988f3f89b5e356754bae71d65000b
07:51:48 [2022-07-28T07:51:48.124Z] #59 DONE 0.2s
07:51:48 [2022-07-28T07:51:48.124Z] 
07:51:48 [2022-07-28T07:51:48.124Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
07:51:48 [2022-07-28T07:51:48.124Z] #68 sha256:637281bda3f88ab7797589dbd7e07429a31ee8c5d24493a6a4327bb069786c7a
07:51:48 [2022-07-28T07:51:48.124Z] #68 DONE 0.2s
07:51:48 [2022-07-28T07:51:48.124Z] 
07:51:48 [2022-07-28T07:51:48.124Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
07:51:48 [2022-07-28T07:51:48.124Z] #60 sha256:b0846d95c39c7861ad4487303c2f365ea04b74d541815a0930bfa97a34b1f6b1
07:51:48 [2022-07-28T07:51:48.124Z] #60 ...
07:51:48 [2022-07-28T07:51:48.124Z] 
07:51:48 [2022-07-28T07:51:48.124Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
07:51:48 [2022-07-28T07:51:48.124Z] #69 sha256:584ba3d20fe205140908525af6b47300ff983a48b16522d26a36b8fb5ef88c04
07:51:48 [2022-07-28T07:51:48.124Z] #69 DONE 0.2s
07:51:48 [2022-07-28T07:51:48.124Z] 
07:51:48 [2022-07-28T07:51:48.124Z] #15 [dev-systemd-false  1/28] RUN groupadd -r docker
07:51:48 [2022-07-28T07:51:48.124Z] #15 sha256:e78d39285bbb54fe0f8cf76ec9d08d4aea188ce73d50cfcf6721cd9a1555cc75
07:51:48 [2022-07-28T07:51:48.343Z] #44 5.104 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
07:51:48 [2022-07-28T07:51:48.343Z] #44 5.261 -- Configuring done
07:51:48 [2022-07-28T07:51:48.343Z] #44 5.300 -- Generating done
07:51:48 [2022-07-28T07:51:48.402Z] #84 123.8 checking for library containing yajl_tree_get... -lyajl
07:51:48 [2022-07-28T07:51:48.402Z] #84 124.4 checking for yajl >= 2.0.0... yes
07:51:48 [2022-07-28T07:51:48.602Z] #44 5.305 -- Build files have been written to: /tmp/tmp.J5i98wN1Xn/tini
07:51:48 [2022-07-28T07:51:48.602Z] #44 5.336 + make tini-static
07:51:48 [2022-07-28T07:51:48.662Z] #84 124.4 checking sys/capability.h usability... yes
07:51:48 [2022-07-28T07:51:48.662Z] #84 124.6 checking sys/capability.h presence... yes
07:51:48 [2022-07-28T07:51:48.662Z] #84 124.7 checking for sys/capability.h... yes
07:51:48 [2022-07-28T07:51:48.956Z] #84 124.7 checking for library containing cap_from_name... -lcap
07:51:49 [2022-07-28T07:51:49.052Z] #15 DONE 1.5s
07:51:49 [2022-07-28T07:51:49.052Z] 
07:51:49 [2022-07-28T07:51:49.052Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
07:51:49 [2022-07-28T07:51:49.052Z] #60 sha256:b0846d95c39c7861ad4487303c2f365ea04b74d541815a0930bfa97a34b1f6b1
07:51:49 [2022-07-28T07:51:49.052Z] #60 1.185 + RM_GOPATH=0
07:51:49 [2022-07-28T07:51:49.052Z] #60 1.185 + TMP_GOPATH=
07:51:49 [2022-07-28T07:51:49.052Z] #60 1.186 + : /build
07:51:49 [2022-07-28T07:51:49.052Z] #60 1.186 + '[' -z '' ']'
07:51:49 [2022-07-28T07:51:49.052Z] #60 1.188 ++ mktemp -d
07:51:49 [2022-07-28T07:51:49.052Z] #60 1.192 + export GOPATH=/tmp/tmp.NMQMJHlkSx
07:51:49 [2022-07-28T07:51:49.052Z] #60 1.195 + GOPATH=/tmp/tmp.NMQMJHlkSx
07:51:49 [2022-07-28T07:51:49.052Z] #60 1.195 + RM_GOPATH=1
07:51:49 [2022-07-28T07:51:49.052Z] #60 1.195 + case "$(go env GOARCH)" in
07:51:49 [2022-07-28T07:51:49.052Z] #60 1.198 ++ go env GOARCH
07:51:49 [2022-07-28T07:51:49.052Z] #60 1.215 + export GO_BUILDMODE=-buildmode=pie
07:51:49 [2022-07-28T07:51:49.052Z] #60 1.223 + GO_BUILDMODE=-buildmode=pie
07:51:49 [2022-07-28T07:51:49.052Z] #60 1.223 ++ dirname /install.sh
07:51:49 [2022-07-28T07:51:49.052Z] #60 1.230 + dir=/
07:51:49 [2022-07-28T07:51:49.052Z] #60 1.230 + bin=runc
07:51:49 [2022-07-28T07:51:49.052Z] #60 1.230 + shift
07:51:49 [2022-07-28T07:51:49.052Z] #60 1.230 + '[' '!' -f //runc.installer ']'
07:51:49 [2022-07-28T07:51:49.052Z] #60 1.231 + . //runc.installer
07:51:49 [2022-07-28T07:51:49.052Z] #60 1.231 ++ set -e
07:51:49 [2022-07-28T07:51:49.052Z] #60 1.231 ++ : v1.1.2
07:51:49 [2022-07-28T07:51:49.052Z] #60 1.231 + install_runc
07:51:49 [2022-07-28T07:51:49.052Z] #60 1.231 + RUNC_BUILDTAGS=seccomp
07:51:49 [2022-07-28T07:51:49.052Z] #60 1.231 + echo 'Install runc version v1.1.2 (build tags: seccomp)'
07:51:49 [2022-07-28T07:51:49.052Z] #60 1.231 Install runc version v1.1.2 (build tags: seccomp)
07:51:49 [2022-07-28T07:51:49.052Z] #60 1.235 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.NMQMJHlkSx/src/github.com/opencontainers/runc
07:51:49 [2022-07-28T07:51:49.052Z] #60 1.235 Cloning into '/tmp/tmp.NMQMJHlkSx/src/github.com/opencontainers/runc'...
07:51:49 [2022-07-28T07:51:49.169Z] #44 5.938 Scanning dependencies of target tini-static
07:51:49 [2022-07-28T07:51:49.169Z] #44 6.168 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
07:51:49 [2022-07-28T07:51:49.490Z] #84 125.1 checking for library containing dlopen... -ldl
07:51:49 [2022-07-28T07:51:49.749Z] 
07:51:49 [2022-07-28T07:51:49.749Z] #84 ...
07:51:49 [2022-07-28T07:51:49.749Z] 
07:51:49 [2022-07-28T07:51:49.749Z] #41 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
07:51:49 [2022-07-28T07:51:49.749Z] #41 sha256:d2cbdd6a29733efe204107531a63420dd0914582d52234dd597a7076fc70e19c
07:51:49 [2022-07-28T07:51:49.749Z] #41 DONE 186.8s
07:51:49 [2022-07-28T07:51:49.749Z] 
07:51:49 [2022-07-28T07:51:49.749Z] #84 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:51:49 [2022-07-28T07:51:49.749Z] #84 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:51:49 [2022-07-28T07:51:49.749Z] #84 125.7 checking seccomp.h usability... 
07:51:49 [2022-07-28T07:51:49.749Z] #84 ...
07:51:49 [2022-07-28T07:51:49.749Z] 
07:51:49 [2022-07-28T07:51:49.749Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             crossbuild-essential-arm64             crossbuild-essential-armel             crossbuild-essential-armhf             crossbuild-essential-ppc64el             crossbuild-essential-s390x
07:51:49 [2022-07-28T07:51:49.749Z] #19 sha256:423b64bc9d7cc359d630e3fe0a1b98d707aeff14b0c78f2d44bf08c4c29a169b
07:51:49 [2022-07-28T07:51:49.749Z] #19 169.0 Get:95 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabihf amd64 4:10.2.1-1 [1184 B]
07:51:49 [2022-07-28T07:51:49.749Z] #19 169.0 Get:96 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armhf all 12.9 [6708 B]
07:51:49 [2022-07-28T07:51:49.749Z] #19 169.0 Get:97 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-ppc64el-cross all 2.31-9cross4 [1534 kB]
07:51:49 [2022-07-28T07:51:49.750Z] #19 169.0 Get:98 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-ppc64el-cross all 10.2.1-6cross1 [30.5 kB]
07:51:49 [2022-07-28T07:51:49.750Z] #19 169.0 Get:99 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-ppc64el-cross all 10.2.1-6cross1 [106 kB]
07:51:49 [2022-07-28T07:51:49.750Z] #19 169.0 Get:100 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-ppc64el-cross all 10.2.1-6cross1 [28.4 kB]
07:51:49 [2022-07-28T07:51:49.750Z] #19 169.0 Get:101 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-ppc64el-cross all 10.2.1-6cross1 [9712 B]
07:51:49 [2022-07-28T07:51:49.750Z] #19 169.0 Get:102 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-ppc64el-cross all 10.2.1-6cross1 [2096 kB]
07:51:49 [2022-07-28T07:51:49.750Z] #19 169.1 Get:103 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-ppc64el-cross all 10.2.1-6cross1 [847 kB]
07:51:49 [2022-07-28T07:51:49.750Z] #19 169.2 Get:104 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-ppc64el-cross all 10.2.1-6cross1 [2025 kB]
07:51:49 [2022-07-28T07:51:49.750Z] #19 169.2 Get:105 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-ppc64el-cross all 10.2.1-6cross1 [497 kB]
07:51:49 [2022-07-28T07:51:49.750Z] #19 169.3 Get:106 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-ppc64el-cross all 10.2.1-6cross1 [798 kB]
07:51:49 [2022-07-28T07:51:49.750Z] #19 169.4 Get:107 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libquadmath0-ppc64el-cross all 10.2.1-6cross1 [149 kB]
07:51:49 [2022-07-28T07:51:49.750Z] #19 169.4 Get:108 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-ppc64el-cross all 10.2.1-6cross1 [1249 kB]
07:51:49 [2022-07-28T07:51:49.750Z] #19 169.5 Get:109 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [48.9 MB]
07:51:49 [2022-07-28T07:51:49.750Z] #19 172.7 Get:110 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1468 B]
07:51:49 [2022-07-28T07:51:49.750Z] #19 172.7 Get:111 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-ppc64el-cross all 5.10.13-1cross4 [1391 kB]
07:51:49 [2022-07-28T07:51:49.750Z] #19 172.7 Get:112 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-ppc64el-cross all 2.31-9cross4 [2382 kB]
07:51:49 [2022-07-28T07:51:49.750Z] #19 172.8 Get:113 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-ppc64el-cross all 10.2.1-6cross1 [1775 kB]
07:51:49 [2022-07-28T07:51:49.750Z] #19 172.9 Get:114 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [46.0 MB]
07:51:49 [2022-07-28T07:51:49.750Z] #19 174.9 Get:115 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1184 B]
07:51:49 [2022-07-28T07:51:49.750Z] #19 174.9 Get:116 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-ppc64el all 12.9 [6716 B]
07:51:49 [2022-07-28T07:51:49.750Z] #19 174.9 Get:117 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-s390x-cross all 2.31-9cross4 [1231 kB]
07:51:49 [2022-07-28T07:51:49.750Z] #19 174.9 Get:118 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-s390x-cross all 10.2.1-6cross1 [24.6 kB]
07:51:49 [2022-07-28T07:51:49.750Z] #19 174.9 Get:119 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-s390x-cross all 10.2.1-6cross1 [90.5 kB]
07:51:49 [2022-07-28T07:51:49.750Z] #19 174.9 Get:120 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-s390x-cross all 10.2.1-6cross1 [24.9 kB]
07:51:49 [2022-07-28T07:51:49.750Z] #19 174.9 Get:121 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-s390x-cross all 10.2.1-6cross1 [7944 B]
07:51:49 [2022-07-28T07:51:49.750Z] #19 174.9 Get:122 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-s390x-cross all 10.2.1-6cross1 [1863 kB]
07:51:49 [2022-07-28T07:51:49.750Z] #19 175.0 Get:123 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-s390x-cross all 10.2.1-6cross1 [442 kB]
07:51:49 [2022-07-28T07:51:49.750Z] #19 175.0 Get:124 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-s390x-cross all 10.2.1-6cross1 [747 kB]
07:51:49 [2022-07-28T07:51:49.750Z] #19 ...
07:51:49 [2022-07-28T07:51:49.750Z] 
07:51:49 [2022-07-28T07:51:49.750Z] #84 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:51:49 [2022-07-28T07:51:49.750Z] #84 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:51:49 [2022-07-28T07:51:49.750Z] #84 125.7 checking seccomp.h usability... yes
07:51:49 [2022-07-28T07:51:49.984Z] #60 ...
07:51:49 [2022-07-28T07:51:49.984Z] 
07:51:49 [2022-07-28T07:51:49.984Z] #16 [dev-systemd-false  2/28] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
07:51:49 [2022-07-28T07:51:49.984Z] #16 sha256:94af5ba336ef49d89d452f395c3fd45b2163e1775adf715040314994f6a71579
07:51:49 [2022-07-28T07:51:49.984Z] #16 DONE 1.0s
07:51:49 [2022-07-28T07:51:49.984Z] 
07:51:49 [2022-07-28T07:51:49.984Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:51:49 [2022-07-28T07:51:49.984Z] #77 sha256:08904648274d48335dfd8ac9ff733aa2134ce67ddc8a78b8db269c23f005044a
07:51:49 [2022-07-28T07:51:49.984Z] #77 71.63 configure.ac:11: installing 'build-aux/compile'
07:51:49 [2022-07-28T07:51:49.984Z] #77 71.66 configure.ac:11: installing 'build-aux/config.guess'
07:51:49 [2022-07-28T07:51:49.984Z] #77 71.67 configure.ac:11: installing 'build-aux/config.sub'
07:51:49 [2022-07-28T07:51:49.984Z] #77 71.69 configure.ac:13: installing 'build-aux/install-sh'
07:51:49 [2022-07-28T07:51:49.984Z] #77 71.70 configure.ac:13: installing 'build-aux/missing'
07:51:49 [2022-07-28T07:51:49.984Z] #77 71.73 configure.ac:8: installing 'build-aux/tap-driver.sh'
07:51:49 [2022-07-28T07:51:49.984Z] #77 71.96 Makefile.am: installing 'build-aux/depcomp'
07:51:50 [2022-07-28T07:51:50.009Z] #84 125.9 checking seccomp.h presence... yes
07:51:50 [2022-07-28T07:51:50.009Z] #84 126.0 checking for seccomp.h... yes
07:51:50 [2022-07-28T07:51:50.577Z] #84 126.0 checking for library containing seccomp_rule_add... -lseccomp
07:51:50 [2022-07-28T07:51:50.914Z] #77 ...
07:51:50 [2022-07-28T07:51:50.914Z] 
07:51:50 [2022-07-28T07:51:50.914Z] #17 [dev-systemd-false  3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
07:51:50 [2022-07-28T07:51:50.914Z] #17 sha256:528f4be971edc6cfa589dd3f6449773e037440a11fc5293c4133e6f6b5afec2b
07:51:50 [2022-07-28T07:51:50.914Z] #17 0.679 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
07:51:50 [2022-07-28T07:51:50.914Z] #17 DONE 0.8s
07:51:50 [2022-07-28T07:51:50.914Z] 
07:51:50 [2022-07-28T07:51:50.914Z] #18 [dev-systemd-false  4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
07:51:50 [2022-07-28T07:51:50.914Z] #18 sha256:52336ceb74bf7f07de7da366e4e0f7310b9b468c78461199a49c5b0a9d09dd29
07:51:51 [2022-07-28T07:51:51.144Z] #84 126.7 checking for library containing seccomp_arch_resolve_name... none required
07:51:51 [2022-07-28T07:51:51.403Z] #84 127.1 checking systemd/sd-bus.h usability... yes
07:51:51 [2022-07-28T07:51:51.663Z] #84 127.4 checking systemd/sd-bus.h presence... yes
07:51:51 [2022-07-28T07:51:51.663Z] #84 127.7 checking for systemd/sd-bus.h... yes
07:51:51 [2022-07-28T07:51:51.704Z] #44 8.531 [100%] Linking C executable tini-static
07:51:51 [2022-07-28T07:51:51.845Z] #18 DONE 0.9s
07:51:51 [2022-07-28T07:51:51.845Z] 
07:51:51 [2022-07-28T07:51:51.845Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:51:51 [2022-07-28T07:51:51.845Z] #77 sha256:08904648274d48335dfd8ac9ff733aa2134ce67ddc8a78b8db269c23f005044a
07:51:51 [2022-07-28T07:51:51.845Z] #77 73.70 checking build system type... aarch64-unknown-linux-gnu
07:51:51 [2022-07-28T07:51:51.845Z] #77 73.83 checking host system type... aarch64-unknown-linux-gnu
07:51:51 [2022-07-28T07:51:51.845Z] #77 73.83 checking how to print strings... printf
07:51:51 [2022-07-28T07:51:51.845Z] #77 73.84 checking for gcc... gcc
07:51:51 [2022-07-28T07:51:51.845Z] #77 74.04 checking whether the C compiler works... yes
07:51:52 [2022-07-28T07:51:52.102Z] #77 74.27 checking for C compiler default output file name... a.out
07:51:52 [2022-07-28T07:51:52.102Z] #77 74.28 checking for suffix of executables... 
07:51:52 [2022-07-28T07:51:52.343Z] #14 ...
07:51:52 [2022-07-28T07:51:52.343Z] 
07:51:52 [2022-07-28T07:51:52.343Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:51:52 [2022-07-28T07:51:52.343Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:51:52 [2022-07-28T07:51:52.343Z] #77 85.61 libtoolize: copying file 'm4/ltversion.m4'
07:51:52 [2022-07-28T07:51:52.343Z] #77 85.85 libtoolize: copying file 'm4/lt~obsolete.m4'
07:51:52 [2022-07-28T07:51:52.343Z] #77 86.11 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
07:51:52 [2022-07-28T07:51:52.359Z] #77 74.46 checking whether we are cross compiling... no
07:51:52 [2022-07-28T07:51:52.616Z] #77 74.70 checking for suffix of object files... o
07:51:52 [2022-07-28T07:51:52.616Z] #77 74.78 checking whether we are using the GNU C compiler... yes
07:51:52 [2022-07-28T07:51:52.616Z] 
07:51:52 [2022-07-28T07:51:52.616Z] #77 ...
07:51:52 [2022-07-28T07:51:52.616Z] 
07:51:52 [2022-07-28T07:51:52.616Z] #19 [dev-systemd-false  5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
07:51:52 [2022-07-28T07:51:52.616Z] #19 sha256:b79f2480e1a89f58dcfb7834e17c138be3fb2dcbaaf2e4040e5904da5649d4e2
07:51:52 [2022-07-28T07:51:52.616Z] #19 DONE 1.1s
07:51:52 [2022-07-28T07:51:52.616Z] 
07:51:52 [2022-07-28T07:51:52.616Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:51:52 [2022-07-28T07:51:52.616Z] #77 sha256:08904648274d48335dfd8ac9ff733aa2134ce67ddc8a78b8db269c23f005044a
07:51:52 [2022-07-28T07:51:52.616Z] #77 74.85 checking whether gcc accepts -g... yes
07:51:52 [2022-07-28T07:51:52.639Z] #44 9.352 [100%] Built target tini-static
07:51:52 [2022-07-28T07:51:52.639Z] #44 9.451 + mkdir -p /build
07:51:52 [2022-07-28T07:51:52.639Z] #44 9.453 + cp tini-static /build/docker-init
07:51:52 [2022-07-28T07:51:52.648Z] #84 127.7 checking for library containing sd_bus_match_signal_async... -lsystemd
07:51:52 [2022-07-28T07:51:52.785Z] #77 ...
07:51:52 [2022-07-28T07:51:52.785Z] 
07:51:52 [2022-07-28T07:51:52.785Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:51:52 [2022-07-28T07:51:52.785Z] #14 sha256:b25eac2f6ddf70c42113ea1e9c9616359e7796e8a4be5e3f87392c5fb5b439d0
07:51:52 [2022-07-28T07:51:52.785Z] #14 102.3 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
07:51:52 [2022-07-28T07:51:52.786Z] #14 102.3 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
07:51:52 [2022-07-28T07:51:52.786Z] #14 102.3 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
07:51:52 [2022-07-28T07:51:52.872Z] #77 74.95 checking for gcc option to accept ISO C89... none needed
07:51:52 [2022-07-28T07:51:52.910Z] #84 128.5 checking for sd_notify_barrier... yes
07:51:52 [2022-07-28T07:51:52.910Z] #84 128.8 checking linux/bpf.h usability... yes
07:51:52 [2022-07-28T07:51:52.910Z] #84 128.9 checking linux/bpf.h presence... yes
07:51:52 [2022-07-28T07:51:52.910Z] #84 128.9 checking for linux/bpf.h... yes
07:51:52 [2022-07-28T07:51:52.910Z] #84 128.9 checking compilation for eBPF... yes
07:51:52 [2022-07-28T07:51:52.910Z] #84 129.0 checking for criu >= 3.15... no
07:51:52 [2022-07-28T07:51:52.910Z] #84 129.1 configure: CRIU headers not found, building without CRIU support
07:51:52 [2022-07-28T07:51:52.916Z] #44 ...
07:51:52 [2022-07-28T07:51:52.916Z] 
07:51:52 [2022-07-28T07:51:52.916Z] #53 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1"      && /build/gotestsum --version
07:51:52 [2022-07-28T07:51:52.916Z] #53 sha256:d307c57148b88756c724eda2ed5e5454146b3f5b85292d596bc1a3db3521b728
07:51:52 [2022-07-28T07:51:52.916Z] #53 101.6 gotestsum version dev
07:51:53 [2022-07-28T07:51:53.131Z] #77 75.22 checking whether gcc understands -c and -o together... yes
07:51:53 [2022-07-28T07:51:53.131Z] #77 75.49 checking for a sed that does not truncate output... /bin/sed
07:51:53 [2022-07-28T07:51:53.131Z] #77 75.53 checking for grep that handles long lines and -e... /bin/grep
07:51:53 [2022-07-28T07:51:53.131Z] #77 75.55 checking for egrep... /bin/grep -E
07:51:53 [2022-07-28T07:51:53.170Z] #84 129.1 checking for criu > 3.16... no
07:51:53 [2022-07-28T07:51:53.170Z] #84 129.2 configure: CRIU version doesn't support join-ns API
07:51:53 [2022-07-28T07:51:53.170Z] #84 129.2 checking for criu > 3.16.1... no
07:51:53 [2022-07-28T07:51:53.170Z] #84 129.2 configure: CRIU version doesn't support for pre-dumping
07:51:53 [2022-07-28T07:51:53.170Z] #84 129.2 checking for new mount API (fsconfig)... yes
07:51:53 [2022-07-28T07:51:53.349Z] #14 ...
07:51:53 [2022-07-28T07:51:53.350Z] 
07:51:53 [2022-07-28T07:51:53.350Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:51:53 [2022-07-28T07:51:53.350Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:51:53 [2022-07-28T07:51:53.350Z] #77 58.30 configure.ac:7: installing './compile'
07:51:53 [2022-07-28T07:51:53.350Z] #77 58.31 configure.ac:11: installing './config.guess'
07:51:53 [2022-07-28T07:51:53.350Z] #77 58.32 configure.ac:11: installing './config.sub'
07:51:53 [2022-07-28T07:51:53.350Z] #77 58.33 configure.ac:8: installing './install-sh'
07:51:53 [2022-07-28T07:51:53.350Z] #77 58.33 configure.ac:8: installing './missing'
07:51:53 [2022-07-28T07:51:53.350Z] #77 58.44 Makefile.am: installing './depcomp'
07:51:53 [2022-07-28T07:51:53.388Z] #77 75.57 checking for fgrep... /bin/grep -F
07:51:53 [2022-07-28T07:51:53.388Z] #77 75.57 checking for ld used by gcc... /usr/bin/ld
07:51:53 [2022-07-28T07:51:53.388Z] #77 75.61 checking if the linker (/usr/bin/ld) is GNU ld... yes
07:51:53 [2022-07-28T07:51:53.388Z] #77 75.61 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
07:51:53 [2022-07-28T07:51:53.388Z] #77 75.64 checking the name lister (/usr/bin/nm -B) interface... BSD nm
07:51:53 [2022-07-28T07:51:53.388Z] #77 75.74 checking whether ln -s works... yes
07:51:53 [2022-07-28T07:51:53.388Z] #77 75.74 checking the maximum length of command line arguments... 1572864
07:51:53 [2022-07-28T07:51:53.388Z] #77 75.80 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
07:51:53 [2022-07-28T07:51:53.388Z] #77 75.80 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
07:51:53 [2022-07-28T07:51:53.388Z] #77 75.80 checking for /usr/bin/ld option to reload object files... -r
07:51:53 [2022-07-28T07:51:53.388Z] #77 75.81 checking for objdump... objdump
07:51:53 [2022-07-28T07:51:53.429Z] #84 129.3 checking for seccomp notify API... yes
07:51:53 [2022-07-28T07:51:53.429Z] #84 129.5 checking for gperf... no
07:51:53 [2022-07-28T07:51:53.429Z] #84 129.5 configure: gperf not found - cannot rebuild signal parser code
07:51:53 [2022-07-28T07:51:53.488Z] #53 ...
07:51:53 [2022-07-28T07:51:53.488Z] 
07:51:53 [2022-07-28T07:51:53.488Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:51:53 [2022-07-28T07:51:53.488Z] #14 sha256:b25eac2f6ddf70c42113ea1e9c9616359e7796e8a4be5e3f87392c5fb5b439d0
07:51:53 [2022-07-28T07:51:53.488Z] #14 92.23 Selecting previously unselected package mingw-w64-x86-64-dev.
07:51:53 [2022-07-28T07:51:53.488Z] #14 92.23 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
07:51:53 [2022-07-28T07:51:53.488Z] #14 92.24 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
07:51:53 [2022-07-28T07:51:53.488Z] #14 102.4 Selecting previously unselected package gcc-mingw-w64-base.
07:51:53 [2022-07-28T07:51:53.488Z] #14 ...
07:51:53 [2022-07-28T07:51:53.488Z] 
07:51:53 [2022-07-28T07:51:53.488Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:51:53 [2022-07-28T07:51:53.488Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:51:53 [2022-07-28T07:51:53.488Z] #77 17.80 Cloning into '/tmp/crun-build/libocispec/runtime-spec'...
07:51:53 [2022-07-28T07:51:53.488Z] #77 21.17 Cloning into '/tmp/crun-build/libocispec/yajl'...
07:51:53 [2022-07-28T07:51:53.488Z] #77 23.50 Submodule path 'libocispec/image-spec': checked out '693428a734f5bab1a84bd2f990d92ef1111cd60c'
07:51:53 [2022-07-28T07:51:53.488Z] #77 23.97 Submodule path 'libocispec/runtime-spec': checked out 'a3c33d663ebc56c4d35dbceaa447c7bf37f6fab3'
07:51:53 [2022-07-28T07:51:53.488Z] #77 24.50 Submodule path 'libocispec/yajl': checked out 'f344d21280c3e4094919fd318bc5ce75da91fc06'
07:51:53 [2022-07-28T07:51:53.488Z] #77 ...
07:51:53 [2022-07-28T07:51:53.488Z] 
07:51:53 [2022-07-28T07:51:53.488Z] #44 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh tini
07:51:53 [2022-07-28T07:51:53.488Z] #44 sha256:4155e0358fd365ba7e591b7cf3e9762defea6e896d676ada19c96bacbdd7f86b
07:51:53 [2022-07-28T07:51:53.488Z] #44 DONE 10.6s
07:51:53 [2022-07-28T07:51:53.488Z] 
07:51:53 [2022-07-28T07:51:53.488Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:51:53 [2022-07-28T07:51:53.488Z] #14 sha256:b25eac2f6ddf70c42113ea1e9c9616359e7796e8a4be5e3f87392c5fb5b439d0
07:51:53 [2022-07-28T07:51:53.488Z] #14 102.4 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
07:51:53 [2022-07-28T07:51:53.488Z] #14 102.5 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
07:51:53 [2022-07-28T07:51:53.645Z] 
07:51:53 [2022-07-28T07:51:53.645Z] #77 ...
07:51:53 [2022-07-28T07:51:53.645Z] 
07:51:53 [2022-07-28T07:51:53.645Z] #20 [dev-systemd-false  6/28] RUN ldconfig
07:51:53 [2022-07-28T07:51:53.645Z] #20 sha256:a217cededc746bce9fb644ec0bd24697a17d61d037fdf067320d9d86ebbae71a
07:51:53 [2022-07-28T07:51:53.645Z] #20 DONE 1.0s
07:51:53 [2022-07-28T07:51:53.645Z] 
07:51:53 [2022-07-28T07:51:53.645Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:51:53 [2022-07-28T07:51:53.645Z] #77 sha256:08904648274d48335dfd8ac9ff733aa2134ce67ddc8a78b8db269c23f005044a
07:51:53 [2022-07-28T07:51:53.645Z] #77 75.81 checking how to recognize dependent libraries... pass_all
07:51:53 [2022-07-28T07:51:53.645Z] #77 75.82 checking for dlltool... no
07:51:53 [2022-07-28T07:51:53.645Z] #77 75.82 checking how to associate runtime and link libraries... printf %s\n
07:51:53 [2022-07-28T07:51:53.645Z] #77 75.82 checking for ar... ar
07:51:53 [2022-07-28T07:51:53.645Z] #77 75.82 checking for archiver @FILE support... @
07:51:53 [2022-07-28T07:51:53.645Z] #77 76.00 checking for strip... strip
07:51:53 [2022-07-28T07:51:53.645Z] #77 76.00 checking for ranlib... ranlib
07:51:53 [2022-07-28T07:51:53.645Z] #77 76.00 checking for gawk... no
07:51:53 [2022-07-28T07:51:53.645Z] #77 76.00 checking for mawk... mawk
07:51:53 [2022-07-28T07:51:53.746Z] #14 ...
07:51:53 [2022-07-28T07:51:53.746Z] 
07:51:53 [2022-07-28T07:51:53.746Z] #53 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "gotest.tools/gotestsum@v1.8.1"      && /build/gotestsum --version
07:51:53 [2022-07-28T07:51:53.746Z] #53 sha256:d307c57148b88756c724eda2ed5e5454146b3f5b85292d596bc1a3db3521b728
07:51:53 [2022-07-28T07:51:53.746Z] #53 DONE 102.5s
07:51:53 [2022-07-28T07:51:53.996Z] #84 129.5 checking for library containing argp_parse... none required
07:51:54 [2022-07-28T07:51:54.005Z] 
07:51:54 [2022-07-28T07:51:54.005Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:51:54 [2022-07-28T07:51:54.005Z] #14 sha256:b25eac2f6ddf70c42113ea1e9c9616359e7796e8a4be5e3f87392c5fb5b439d0
07:51:54 [2022-07-28T07:51:54.005Z] #14 102.7 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
07:51:54 [2022-07-28T07:51:54.005Z] #14 102.7 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
07:51:54 [2022-07-28T07:51:54.005Z] #14 102.7 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
07:51:54 [2022-07-28T07:51:54.256Z] #84 130.1 checking that generated files are newer than configure... done
07:51:54 [2022-07-28T07:51:54.256Z] #84 130.1 configure: creating ./config.status
07:51:54 [2022-07-28T07:51:54.575Z] #77 76.00 checking command to parse /usr/bin/nm -B output from gcc object... ok
07:51:54 [2022-07-28T07:51:54.575Z] #77 76.70 checking for sysroot... no
07:51:54 [2022-07-28T07:51:54.575Z] #77 76.71 checking for a working dd... /bin/dd
07:51:54 [2022-07-28T07:51:54.575Z] #77 76.75 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
07:51:54 [2022-07-28T07:51:54.575Z] #77 76.77 checking for mt... no
07:51:54 [2022-07-28T07:51:54.575Z] #77 76.77 checking if : is a manifest tool... no
07:51:54 [2022-07-28T07:51:54.575Z] #77 76.80 checking how to run the C preprocessor... gcc -E
07:51:54 [2022-07-28T07:51:54.747Z] #77 59.78 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
07:51:55 [2022-07-28T07:51:55.018Z] #77 59.79 libtoolize: copying file 'build-aux/ltmain.sh'
07:51:55 [2022-07-28T07:51:55.018Z] #77 59.95 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
07:51:55 [2022-07-28T07:51:55.018Z] #77 59.95 libtoolize: copying file 'm4/libtool.m4'
07:51:55 [2022-07-28T07:51:55.018Z] #77 60.05 libtoolize: copying file 'm4/ltoptions.m4'
07:51:55 [2022-07-28T07:51:55.285Z] #77 60.14 libtoolize: copying file 'm4/ltsugar.m4'
07:51:55 [2022-07-28T07:51:55.285Z] #77 60.27 libtoolize: copying file 'm4/ltversion.m4'
07:51:55 [2022-07-28T07:51:55.285Z] #77 60.34 libtoolize: copying file 'm4/lt~obsolete.m4'
07:51:55 [2022-07-28T07:51:55.395Z] #77 77.16 checking for ANSI C header files... yes
07:51:55 [2022-07-28T07:51:55.543Z] #77 60.43 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
07:51:55 [2022-07-28T07:51:55.634Z] #84 ...
07:51:55 [2022-07-28T07:51:55.634Z] 
07:51:55 [2022-07-28T07:51:55.634Z] #43 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         case $(dpkg --print-architecture) in             amd64|arm64)                 GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1"                 && /build/dlv --help                 ;;             *)                 mkdir -p /build/                 ;;         esac
07:51:55 [2022-07-28T07:51:55.634Z] #43 sha256:1509a87c4d8785c1b3fd9bff9d9474ccef8f4b872101e620b7fa14aef10a7cb5
07:51:55 [2022-07-28T07:51:55.634Z] #43 191.7 Delve is a source level debugger for Go programs.
07:51:55 [2022-07-28T07:51:55.634Z] #43 191.7 
07:51:55 [2022-07-28T07:51:55.634Z] #43 191.7 Delve enables you to interact with your program by controlling the execution of the process,
07:51:55 [2022-07-28T07:51:55.634Z] #43 191.7 evaluating variables, and providing information of thread / goroutine state, CPU register state and more.
07:51:55 [2022-07-28T07:51:55.634Z] #43 191.7 
07:51:55 [2022-07-28T07:51:55.634Z] #43 191.7 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs.
07:51:55 [2022-07-28T07:51:55.634Z] #43 191.7 
07:51:55 [2022-07-28T07:51:55.634Z] #43 191.7 Pass flags to the program you are debugging using `--`, for example:
07:51:55 [2022-07-28T07:51:55.634Z] #43 191.7 
07:51:55 [2022-07-28T07:51:55.634Z] #43 191.7 `dlv exec ./hello -- server --config conf/config.toml`
07:51:55 [2022-07-28T07:51:55.634Z] #43 191.7 
07:51:55 [2022-07-28T07:51:55.634Z] #43 191.7 Usage:
07:51:55 [2022-07-28T07:51:55.634Z] #43 191.7   dlv [command]
07:51:55 [2022-07-28T07:51:55.634Z] #43 191.7 
07:51:55 [2022-07-28T07:51:55.634Z] #43 191.7 Available Commands:
07:51:55 [2022-07-28T07:51:55.634Z] #43 191.7   attach      Attach to running process and begin debugging.
07:51:55 [2022-07-28T07:51:55.634Z] #43 191.7   connect     Connect to a headless debug server with a terminal client.
07:51:55 [2022-07-28T07:51:55.634Z] #43 191.7   core        Examine a core dump.
07:51:55 [2022-07-28T07:51:55.634Z] #43 191.7   dap         Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP).
07:51:55 [2022-07-28T07:51:55.634Z] #43 191.7   debug       Compile and begin debugging main package in current directory, or the package specified.
07:51:55 [2022-07-28T07:51:55.634Z] #43 191.7   exec        Execute a precompiled binary, and begin a debug session.
07:51:55 [2022-07-28T07:51:55.634Z] #43 191.7   help        Help about any command
07:51:55 [2022-07-28T07:51:55.634Z] #43 191.7   run         Deprecated command. Use 'debug' instead.
07:51:55 [2022-07-28T07:51:55.634Z] #43 191.7   test        Compile test binary and begin debugging program.
07:51:55 [2022-07-28T07:51:55.634Z] #43 191.7   trace       Compile and begin tracing program.
07:51:55 [2022-07-28T07:51:55.634Z] #43 191.7   version     Prints version.
07:51:55 [2022-07-28T07:51:55.634Z] #43 191.7 
07:51:55 [2022-07-28T07:51:55.634Z] #43 191.7 Flags:
07:51:55 [2022-07-28T07:51:55.634Z] #43 191.7       --accept-multiclient               Allows a headless server to accept multiple client connections via JSON-RPC or DAP.
07:51:55 [2022-07-28T07:51:55.634Z] #43 191.7       --allow-non-terminal-interactive   Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr
07:51:55 [2022-07-28T07:51:55.634Z] #43 191.7       --api-version int                  Selects JSON-RPC API version when headless. New clients should use v2. Can be reset via RPCServer.SetApiVersion. See Documentation/api/json-rpc/README.md. (default 1)
07:51:55 [2022-07-28T07:51:55.634Z] #43 191.7       --backend string                   Backend selection (see 'dlv help backend'). (default "default")
07:51:55 [2022-07-28T07:51:55.634Z] #43 191.7       --build-flags string               Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v"
07:51:55 [2022-07-28T07:51:55.634Z] #43 191.7       --check-go-version                 Exits if the version of Go in use is not compatible (too old or too new) with the version of Delve. (default true)
07:51:55 [2022-07-28T07:51:55.634Z] #43 191.7       --disable-aslr                     Disables address space randomization
07:51:55 [2022-07-28T07:51:55.634Z] #43 191.7       --headless                         Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections.
07:51:55 [2022-07-28T07:51:55.634Z] #43 191.7   -h, --help                             help for dlv
07:51:55 [2022-07-28T07:51:55.634Z] #43 191.7       --init string                      Init file, executed by the terminal client.
07:51:55 [2022-07-28T07:51:55.634Z] #43 191.7   -l, --listen string                    Debugging server listen address. (default "127.0.0.1:0")
07:51:55 [2022-07-28T07:51:55.634Z] #43 191.7       --log                              Enable debugging server logging.
07:51:55 [2022-07-28T07:51:55.634Z] #43 191.7       --log-dest string                  Writes logs to the specified file or file descriptor (see 'dlv help log').
07:51:55 [2022-07-28T07:51:55.634Z] #43 191.7       --log-output string                Comma separated list of components that should produce debug output (see 'dlv help log')
07:51:55 [2022-07-28T07:51:55.634Z] #43 191.7       --only-same-user                   Only connections from the same user that started this instance of Delve are allowed to connect. (default true)
07:51:55 [2022-07-28T07:51:55.634Z] #43 191.7   -r, --redirect stringArray             Specifies redirect rules for target process (see 'dlv help redirect')
07:51:55 [2022-07-28T07:51:55.634Z] #43 191.7       --wd string                        Working directory for running the program.
07:51:55 [2022-07-28T07:51:55.634Z] #43 191.7 
07:51:55 [2022-07-28T07:51:55.634Z] #43 191.7 Additional help topics:
07:51:55 [2022-07-28T07:51:55.634Z] #43 191.7   dlv backend  Help about the --backend flag.
07:51:55 [2022-07-28T07:51:55.635Z] #43 191.7   dlv log      Help about logging flags.
07:51:55 [2022-07-28T07:51:55.635Z] #43 191.7   dlv redirect Help about file redirection.
07:51:55 [2022-07-28T07:51:55.635Z] #43 191.7 
07:51:55 [2022-07-28T07:51:55.635Z] #43 191.7 Use "dlv [command] --help" for more information about a command.
07:51:55 [2022-07-28T07:51:55.635Z] #43 DONE 192.7s
07:51:55 [2022-07-28T07:51:55.635Z] 
07:51:55 [2022-07-28T07:51:55.635Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             crossbuild-essential-arm64             crossbuild-essential-armel             crossbuild-essential-armhf             crossbuild-essential-ppc64el             crossbuild-essential-s390x
07:51:55 [2022-07-28T07:51:55.635Z] #19 sha256:423b64bc9d7cc359d630e3fe0a1b98d707aeff14b0c78f2d44bf08c4c29a169b
07:51:55 [2022-07-28T07:51:55.635Z] #19 175.1 Get:125 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-s390x-cross all 10.2.1-6cross1 [663 kB]
07:51:55 [2022-07-28T07:51:55.635Z] #19 175.1 Get:126 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-s390x-linux-gnu amd64 10.2.1-6cross1 [46.3 MB]
07:51:55 [2022-07-28T07:51:55.635Z] #19 178.0 Get:127 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-s390x-linux-gnu amd64 4:10.2.1-1 [1456 B]
07:51:55 [2022-07-28T07:51:55.635Z] #19 178.0 Get:128 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-s390x-cross all 5.10.13-1cross4 [1395 kB]
07:51:55 [2022-07-28T07:51:55.635Z] #19 178.1 Get:129 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-s390x-cross all 2.31-9cross4 [1943 kB]
07:51:55 [2022-07-28T07:51:55.635Z] #19 178.1 Get:130 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-s390x-cross all 10.2.1-6cross1 [1684 kB]
07:51:55 [2022-07-28T07:51:55.635Z] #19 178.2 Get:131 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-s390x-linux-gnu amd64 10.2.1-6cross1 [44.2 MB]
07:51:55 [2022-07-28T07:51:55.635Z] #19 180.4 Get:132 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-s390x-linux-gnu amd64 4:10.2.1-1 [1176 B]
07:51:55 [2022-07-28T07:51:55.635Z] #19 180.4 Get:133 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-s390x all 12.9 [6704 B]
07:51:55 [2022-07-28T07:51:55.651Z] #77 77.79 checking for sys/types.h... yes
07:51:56 [2022-07-28T07:51:56.215Z] #77 78.02 checking for sys/stat.h... yes
07:51:56 [2022-07-28T07:51:56.215Z] #77 78.33 checking for stdlib.h... yes
07:51:56 [2022-07-28T07:51:56.730Z] #77 78.68 checking for string.h... 
07:51:56 [2022-07-28T07:51:56.730Z] #77 ...
07:51:56 [2022-07-28T07:51:56.730Z] 
07:51:56 [2022-07-28T07:51:56.730Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         case $(dpkg --print-architecture) in             amd64|arm64)                 GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1"                 && /build/dlv --help                 ;;             *)                 mkdir -p /build/                 ;;         esac
07:51:56 [2022-07-28T07:51:56.730Z] #36 sha256:101eb538981a33170b933525f11ed3b080bc85f511044e74a9bbb83edf3951ff
07:51:56 [2022-07-28T07:51:56.730Z] #36 120.2 Delve is a source level debugger for Go programs.
07:51:56 [2022-07-28T07:51:56.730Z] #36 120.2 
07:51:56 [2022-07-28T07:51:56.730Z] #36 120.2 Delve enables you to interact with your program by controlling the execution of the process,
07:51:56 [2022-07-28T07:51:56.730Z] #36 120.2 evaluating variables, and providing information of thread / goroutine state, CPU register state and more.
07:51:56 [2022-07-28T07:51:56.730Z] #36 120.2 
07:51:56 [2022-07-28T07:51:56.730Z] #36 120.2 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs.
07:51:56 [2022-07-28T07:51:56.730Z] #36 120.2 
07:51:56 [2022-07-28T07:51:56.730Z] #36 120.2 Pass flags to the program you are debugging using `--`, for example:
07:51:56 [2022-07-28T07:51:56.730Z] #36 120.2 
07:51:56 [2022-07-28T07:51:56.730Z] #36 120.2 `dlv exec ./hello -- server --config conf/config.toml`
07:51:56 [2022-07-28T07:51:56.730Z] #36 120.2 
07:51:56 [2022-07-28T07:51:56.730Z] #36 120.2 Usage:
07:51:56 [2022-07-28T07:51:56.730Z] #36 120.2   dlv [command]
07:51:56 [2022-07-28T07:51:56.730Z] #36 120.2 
07:51:56 [2022-07-28T07:51:56.730Z] #36 120.2 Available Commands:
07:51:56 [2022-07-28T07:51:56.730Z] #36 120.2   attach      Attach to running process and begin debugging.
07:51:56 [2022-07-28T07:51:56.730Z] #36 120.2   connect     Connect to a headless debug server with a terminal client.
07:51:56 [2022-07-28T07:51:56.730Z] #36 120.2   core        Examine a core dump.
07:51:56 [2022-07-28T07:51:56.730Z] #36 120.2   dap         Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP).
07:51:56 [2022-07-28T07:51:56.730Z] #36 120.2   debug       Compile and begin debugging main package in current directory, or the package specified.
07:51:56 [2022-07-28T07:51:56.730Z] #36 120.2   exec        Execute a precompiled binary, and begin a debug session.
07:51:56 [2022-07-28T07:51:56.730Z] #36 120.2   help        Help about any command
07:51:56 [2022-07-28T07:51:56.730Z] #36 120.2   run         Deprecated command. Use 'debug' instead.
07:51:56 [2022-07-28T07:51:56.730Z] #36 120.2   test        Compile test binary and begin debugging program.
07:51:56 [2022-07-28T07:51:56.730Z] #36 120.2   trace       Compile and begin tracing program.
07:51:56 [2022-07-28T07:51:56.730Z] #36 120.2   version     Prints version.
07:51:56 [2022-07-28T07:51:56.730Z] #36 120.2 
07:51:56 [2022-07-28T07:51:56.730Z] #36 120.2 Flags:
07:51:56 [2022-07-28T07:51:56.730Z] #36 120.2       --accept-multiclient               Allows a headless server to accept multiple client connections via JSON-RPC or DAP.
07:51:56 [2022-07-28T07:51:56.730Z] #36 120.2       --allow-non-terminal-interactive   Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr
07:51:56 [2022-07-28T07:51:56.730Z] #36 120.2       --api-version int                  Selects JSON-RPC API version when headless. New clients should use v2. Can be reset via RPCServer.SetApiVersion. See Documentation/api/json-rpc/README.md. (default 1)
07:51:56 [2022-07-28T07:51:56.730Z] #36 120.2       --backend string                   Backend selection (see 'dlv help backend'). (default "default")
07:51:56 [2022-07-28T07:51:56.730Z] #36 120.2       --build-flags string               Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v"
07:51:56 [2022-07-28T07:51:56.730Z] #36 120.2       --check-go-version                 Exits if the version of Go in use is not compatible (too old or too new) with the version of Delve. (default true)
07:51:56 [2022-07-28T07:51:56.730Z] #36 120.2       --disable-aslr                     Disables address space randomization
07:51:56 [2022-07-28T07:51:56.730Z] #36 120.2       --headless                         Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections.
07:51:56 [2022-07-28T07:51:56.730Z] #36 120.2   -h, --help                             help for dlv
07:51:56 [2022-07-28T07:51:56.730Z] #36 120.2       --init string                      Init file, executed by the terminal client.
07:51:56 [2022-07-28T07:51:56.730Z] #36 120.2   -l, --listen string                    Debugging server listen address. (default "127.0.0.1:0")
07:51:56 [2022-07-28T07:51:56.730Z] #36 120.2       --log                              Enable debugging server logging.
07:51:56 [2022-07-28T07:51:56.730Z] #36 120.2       --log-dest string                  Writes logs to the specified file or file descriptor (see 'dlv help log').
07:51:56 [2022-07-28T07:51:56.730Z] #36 120.2       --log-output string                Comma separated list of components that should produce debug output (see 'dlv help log')
07:51:56 [2022-07-28T07:51:56.730Z] #36 120.2       --only-same-user                   Only connections from the same user that started this instance of Delve are allowed to connect. (default true)
07:51:56 [2022-07-28T07:51:56.730Z] #36 120.2   -r, --redirect stringArray             Specifies redirect rules for target process (see 'dlv help redirect')
07:51:56 [2022-07-28T07:51:56.730Z] #36 120.2       --wd string                        Working directory for running the program.
07:51:56 [2022-07-28T07:51:56.730Z] #36 120.2 
07:51:56 [2022-07-28T07:51:56.730Z] #36 120.2 Additional help topics:
07:51:56 [2022-07-28T07:51:56.730Z] #36 120.2   dlv backend  Help about the --backend flag.
07:51:56 [2022-07-28T07:51:56.730Z] #36 120.2   dlv log      Help about logging flags.
07:51:56 [2022-07-28T07:51:56.730Z] #36 120.2   dlv redirect Help about file redirection.
07:51:56 [2022-07-28T07:51:56.730Z] #36 120.2 
07:51:56 [2022-07-28T07:51:56.730Z] #36 120.2 Use "dlv [command] --help" for more information about a command.
07:51:56 [2022-07-28T07:51:56.730Z] #36 DONE 120.9s
07:51:56 [2022-07-28T07:51:56.730Z] 
07:51:56 [2022-07-28T07:51:56.730Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:51:56 [2022-07-28T07:51:56.730Z] #77 sha256:08904648274d48335dfd8ac9ff733aa2134ce67ddc8a78b8db269c23f005044a
07:51:56 [2022-07-28T07:51:56.730Z] #77 78.68 checking for string.h... yes
07:51:56 [2022-07-28T07:51:56.987Z] #77 78.97 checking for memory.h... yes
07:51:57 [2022-07-28T07:51:57.012Z] #19 182.0 debconf: delaying package configuration, since apt-utils is not installed
07:51:57 [2022-07-28T07:51:57.244Z] #77 79.32 checking for strings.h... yes
07:51:57 [2022-07-28T07:51:57.271Z] #19 ...
07:51:57 [2022-07-28T07:51:57.271Z] 
07:51:57 [2022-07-28T07:51:57.271Z] #84 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:51:57 [2022-07-28T07:51:57.271Z] #84 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:51:57 [2022-07-28T07:51:57.271Z] #84 133.3 config.status: creating Makefile
07:51:57 [2022-07-28T07:51:57.563Z] #84 133.4 config.status: creating rpm/crun.spec
07:51:57 [2022-07-28T07:51:57.563Z] #84 133.5 config.status: creating config.h
07:51:57 [2022-07-28T07:51:57.563Z] #84 133.6 config.status: executing libtool commands
07:51:57 [2022-07-28T07:51:57.563Z] #84 133.6 config.status: executing depfiles commands
07:51:57 [2022-07-28T07:51:57.809Z] #77 79.63 checking for inttypes.h... yes
07:51:57 [2022-07-28T07:51:57.809Z] #77 80.00 checking for stdint.h... yes
07:51:58 [2022-07-28T07:51:58.065Z] #77 80.23 checking for unistd.h... yes
07:51:58 [2022-07-28T07:51:58.322Z] #77 80.39 checking for dlfcn.h... yes
07:51:58 [2022-07-28T07:51:58.322Z] #77 80.57 checking for objdir... .libs
07:51:58 [2022-07-28T07:51:58.835Z] #77 80.89 checking if gcc supports -fno-rtti -fno-exceptions... no
07:51:58 [2022-07-28T07:51:58.835Z] #77 81.11 checking for gcc option to produce PIC... -fPIC -DPIC
07:51:58 [2022-07-28T07:51:58.944Z] #84 134.8 === configuring in libocispec (/tmp/crun-build/libocispec)
07:51:58 [2022-07-28T07:51:58.944Z] #84 134.8 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
07:51:59 [2022-07-28T07:51:59.091Z] #77 81.11 checking if gcc PIC flag -fPIC -DPIC works... yes
07:51:59 [2022-07-28T07:51:59.203Z] #84 135.2 checking for gcc... gcc
07:51:59 [2022-07-28T07:51:59.348Z] #77 81.26 checking if gcc static flag -static works... yes
07:51:59 [2022-07-28T07:51:59.463Z] #84 135.2 checking whether the C compiler works... yes
07:51:59 [2022-07-28T07:51:59.463Z] #84 135.5 checking for C compiler default output file name... a.out
07:51:59 [2022-07-28T07:51:59.463Z] #84 135.5 checking for suffix of executables... 
07:51:59 [2022-07-28T07:51:59.604Z] #77 81.69 checking if gcc supports -c -o file.o... yes
07:51:59 [2022-07-28T07:51:59.604Z] #77 81.81 checking if gcc supports -c -o file.o... (cached) yes
07:51:59 [2022-07-28T07:51:59.604Z] #77 81.81 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
07:51:59 [2022-07-28T07:51:59.982Z] #84 135.7 checking whether we are cross compiling... no
07:52:00 [2022-07-28T07:52:00.168Z] #77 81.87 checking dynamic linker characteristics... GNU/Linux ld.so
07:52:00 [2022-07-28T07:52:00.168Z] #77 82.27 checking how to hardcode library paths into programs... immediate
07:52:00 [2022-07-28T07:52:00.168Z] #77 82.27 checking whether stripping libraries is possible... yes
07:52:00 [2022-07-28T07:52:00.168Z] #77 82.27 checking if libtool supports shared libraries... yes
07:52:00 [2022-07-28T07:52:00.168Z] #77 82.27 checking whether to build shared libraries... no
07:52:00 [2022-07-28T07:52:00.168Z] #77 82.27 checking whether to build static libraries... yes
07:52:00 [2022-07-28T07:52:00.168Z] #77 82.28 checking for a BSD-compatible install... /usr/bin/install -c
07:52:00 [2022-07-28T07:52:00.168Z] #77 82.33 checking whether build environment is sane... yes
07:52:00 [2022-07-28T07:52:00.168Z] #77 82.38 checking for a thread-safe mkdir -p... /bin/mkdir -p
07:52:00 [2022-07-28T07:52:00.168Z] #77 82.38 checking whether make sets $(MAKE)... yes
07:52:00 [2022-07-28T07:52:00.168Z] #77 82.44 checking whether make supports the include directive... yes (GNU style)
07:52:00 [2022-07-28T07:52:00.168Z] #77 82.50 checking whether make supports nested variables... yes
07:52:00 [2022-07-28T07:52:00.168Z] #77 82.57 checking whether UID '0' is supported by ustar format... yes
07:52:00 [2022-07-28T07:52:00.168Z] #77 82.57 checking whether GID '0' is supported by ustar format... yes
07:52:00 [2022-07-28T07:52:00.241Z] #84 136.0 checking for suffix of object files... o
07:52:00 [2022-07-28T07:52:00.241Z] #84 136.1 checking whether we are using the GNU C compiler... yes
07:52:00 [2022-07-28T07:52:00.425Z] #77 82.57 checking how to create a ustar tar archive... gnutar
07:52:00 [2022-07-28T07:52:00.503Z] #84 136.3 checking whether gcc accepts -g... yes
07:52:00 [2022-07-28T07:52:00.681Z] #77 82.67 checking dependency style of gcc... gcc3
07:52:00 [2022-07-28T07:52:00.681Z] #77 82.83 checking whether to enable maintainer-specific portions of Makefiles... yes
07:52:00 [2022-07-28T07:52:00.681Z] #77 82.84 checking whether make supports nested variables... (cached) yes
07:52:00 [2022-07-28T07:52:00.681Z] #77 82.84 checking for gawk... (cached) mawk
07:52:00 [2022-07-28T07:52:00.681Z] #77 82.84 checking for a sed that does not truncate output... (cached) /bin/sed
07:52:00 [2022-07-28T07:52:00.681Z] #77 82.84 checking for gcc... (cached) gcc
07:52:00 [2022-07-28T07:52:00.681Z] #77 82.97 checking whether we are using the GNU C compiler... (cached) yes
07:52:00 [2022-07-28T07:52:00.681Z] #77 82.97 checking whether gcc accepts -g... (cached) yes
07:52:00 [2022-07-28T07:52:00.681Z] #77 82.97 checking for gcc option to accept ISO C89... (cached) none needed
07:52:00 [2022-07-28T07:52:00.681Z] #77 82.98 checking whether gcc understands -c and -o together... (cached) yes
07:52:00 [2022-07-28T07:52:00.681Z] #77 82.98 checking for a Python interpreter with version >= 3... python3
07:52:00 [2022-07-28T07:52:00.762Z] #84 136.5 checking for gcc option to accept ISO C89... none needed
07:52:00 [2022-07-28T07:52:00.800Z] #77 ...
07:52:00 [2022-07-28T07:52:00.800Z] 
07:52:00 [2022-07-28T07:52:00.800Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:52:00 [2022-07-28T07:52:00.800Z] #14 sha256:b25eac2f6ddf70c42113ea1e9c9616359e7796e8a4be5e3f87392c5fb5b439d0
07:52:00 [2022-07-28T07:52:00.938Z] #77 83.07 checking for python3... /usr/bin/python3
07:52:00 [2022-07-28T07:52:00.938Z] #77 83.08 checking for python3 version... 3.9
07:52:00 [2022-07-28T07:52:00.938Z] #77 83.13 checking for python3 platform... linux
07:52:01 [2022-07-28T07:52:01.022Z] #84 136.8 checking whether gcc understands -c and -o together... yes
07:52:01 [2022-07-28T07:52:01.056Z] #14 116.8 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
07:52:01 [2022-07-28T07:52:01.056Z] #14 116.8 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
07:52:01 [2022-07-28T07:52:01.056Z] #14 116.8 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
07:52:01 [2022-07-28T07:52:01.194Z] #77 83.17 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
07:52:01 [2022-07-28T07:52:01.194Z] #77 83.33 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
07:52:01 [2022-07-28T07:52:01.194Z] #77 83.50 checking for go-md2man... no
07:52:01 [2022-07-28T07:52:01.355Z] #84 137.0 checking how to run the C preprocessor... gcc -E
07:52:01 [2022-07-28T07:52:01.450Z] #77 83.51 checking error.h usability... yes
07:52:01 [2022-07-28T07:52:01.450Z] #77 83.75 checking error.h presence... yes
07:52:01 [2022-07-28T07:52:01.450Z] #77 83.82 checking for error.h... yes
07:52:01 [2022-07-28T07:52:01.640Z] #84 137.4 checking for grep that handles long lines and -e... /bin/grep
07:52:01 [2022-07-28T07:52:01.640Z] #84 137.4 checking for egrep... /bin/grep -E
07:52:01 [2022-07-28T07:52:01.706Z] #77 83.85 checking linux/openat2.h usability... yes
07:52:01 [2022-07-28T07:52:01.962Z] #77 84.12 checking linux/openat2.h presence... yes
07:52:01 [2022-07-28T07:52:01.963Z] #77 84.20 checking for linux/openat2.h... yes
07:52:02 [2022-07-28T07:52:02.218Z] #77 84.23 checking for copy_file_range... yes
07:52:02 [2022-07-28T07:52:02.223Z] #84 137.5 checking for ANSI C header files... yes
07:52:02 [2022-07-28T07:52:02.223Z] #84 138.1 checking for sys/types.h... yes
07:52:02 [2022-07-28T07:52:02.475Z] #77 84.44 checking for fgetxattr... yes
07:52:02 [2022-07-28T07:52:02.482Z] #84 138.3 checking for sys/stat.h... yes
07:52:02 [2022-07-28T07:52:02.731Z] #77 84.78 checking for statx... yes
07:52:02 [2022-07-28T07:52:02.741Z] #84 138.5 checking for stdlib.h... yes
07:52:02 [2022-07-28T07:52:02.741Z] #84 138.7 checking for string.h... yes
07:52:02 [2022-07-28T07:52:02.988Z] #77 85.07 checking for fgetpwent_r... yes
07:52:03 [2022-07-28T07:52:03.000Z] #84 138.8 checking for memory.h... yes
07:52:03 [2022-07-28T07:52:03.245Z] #77 85.35 checking for issetugid... no
07:52:03 [2022-07-28T07:52:03.245Z] #77 85.58 checking for pkg-config... /usr/bin/pkg-config
07:52:03 [2022-07-28T07:52:03.245Z] #77 85.58 checking pkg-config is at least version 0.9.0... yes
07:52:03 [2022-07-28T07:52:03.258Z] #84 139.2 checking for strings.h... yes
07:52:03 [2022-07-28T07:52:03.501Z] #77 85.58 checking for library containing yajl_tree_get... -lyajl
07:52:03 [2022-07-28T07:52:03.501Z] #77 ...
07:52:03 [2022-07-28T07:52:03.501Z] 
07:52:03 [2022-07-28T07:52:03.501Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
07:52:03 [2022-07-28T07:52:03.501Z] #21 sha256:fc014990f14f560307bb980ce888942f9b008012ba7b067dd81e03623fee6ad2
07:52:03 [2022-07-28T07:52:03.501Z] #21 1.131 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
07:52:03 [2022-07-28T07:52:03.501Z] #21 1.303 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
07:52:03 [2022-07-28T07:52:03.501Z] #21 1.498 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
07:52:03 [2022-07-28T07:52:03.501Z] #21 1.878 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8069 kB]
07:52:03 [2022-07-28T07:52:03.501Z] #21 2.711 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [167 kB]
07:52:03 [2022-07-28T07:52:03.501Z] #21 4.907 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
07:52:03 [2022-07-28T07:52:03.501Z] #21 7.315 Fetched 8447 kB in 7s (1289 kB/s)
07:52:03 [2022-07-28T07:52:03.501Z] #21 7.315 Reading package lists...
07:52:03 [2022-07-28T07:52:03.516Z] #84 139.5 checking for inttypes.h... yes
07:52:03 [2022-07-28T07:52:03.516Z] #84 139.6 checking for stdint.h... yes
07:52:03 [2022-07-28T07:52:03.758Z] #21 10.05 Reading package lists...
07:52:03 [2022-07-28T07:52:03.758Z] #21 ...
07:52:03 [2022-07-28T07:52:03.758Z] 
07:52:03 [2022-07-28T07:52:03.758Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:52:03 [2022-07-28T07:52:03.758Z] #77 sha256:08904648274d48335dfd8ac9ff733aa2134ce67ddc8a78b8db269c23f005044a
07:52:03 [2022-07-28T07:52:03.758Z] #77 85.95 checking for yajl >= 2.0.0... yes
07:52:03 [2022-07-28T07:52:03.758Z] #77 86.00 checking sys/capability.h usability... yes
07:52:03 [2022-07-28T07:52:03.758Z] #77 86.14 checking sys/capability.h presence... yes
07:52:03 [2022-07-28T07:52:03.758Z] #77 ...
07:52:03 [2022-07-28T07:52:03.758Z] 
07:52:03 [2022-07-28T07:52:03.758Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
07:52:03 [2022-07-28T07:52:03.758Z] #26 sha256:d6d2bc18a10360231f8d649d7bfc3afa20a19b9b4f3ec4adcf9e3d845452c35a
07:52:03 [2022-07-28T07:52:03.758Z] #26 117.7 Updating files:  19% (2247/11414)
Updating files:  20% (2283/11414)
Updating files:  21% (2397/11414)
Updating files:  22% (2512/11414)
Updating files:  23% (2626/11414)
Updating files:  24% (2740/11414)
Updating files:  25% (2854/11414)
Updating files:  26% (2968/11414)
Updating files:  27% (3082/11414)
Updating files:  28% (3196/11414)
Updating files:  29% (3311/11414)
Updating files:  30% (3425/11414)
Updating files:  31% (3539/11414)
Updating files:  32% (3653/11414)
Updating files:  33% (3767/11414)
Updating files:  34% (3881/11414)
Updating files:  34% (3892/11414)
Updating files:  35% (3995/11414)
Updating files:  36% (4110/11414)
Updating files:  37% (4224/11414)
Updating files:  38% (4338/11414)
Updating files:  39% (4452/11414)
Updating files:  40% (4566/11414)
Updating files:  41% (4680/11414)
Updating files:  42% (4794/11414)
Updating files:  43% (4909/11414)
Updating files:  44% (5023/11414)
Updating files:  45% (5137/11414)
Updating files:  46% (5251/11414)
Updating files:  47% (5365/11414)
Updating files:  48% (5479/11414)
Updating files:  49% (5593/11414)
Updating files:  50% (5707/11414)
Updating files:  51% (5822/11414)
Updating files:  52% (5936/11414)
Updating files:  53% (6050/11414)
Updating files:  54% (6164/11414)
Updating files:  55% (6278/11414)
Updating files:  55% (6390/11414)
Updating files:  56% (6392/11414)
Updating files:  57% (6506/11414)
Updating files:  58% (6621/11414)
Updating files:  59% (6735/11414)
Updating files:  60% (6849/11414)
Updating files:  61% (6963/11414)
Updating files:  62% (7077/11414)
Updating files:  63% (7191/11414)
Updating files:  64% (7305/11414)
Updating files:  65% (7420/11414)
Updating files:  66% (7534/11414)
Updating files:  67% (7648/11414)
Updating files:  68% (7762/11414)
Updating files:  69% (7876/11414)
Updating files:  70% (7990/11414)
Updating files:  71% (8104/11414)
Updating files:  72% (8219/11414)
Updating files:  73% (8333/11414)
Updating files:  74% (8447/11414)
Updating files:  75% (8561/11414)
Updating files:  75% (8610/11414)
Updating files:  76% (8675/11414)
Updating files:  77% (8789/11414)
Updating files:  78% (8903/11414)
Updating files:  79% (9018/11414)
Updating files:  80% (9132/11414)
Updating files:  81% (9246/11414)
Updating files:  82% (9360/11414)
Updating files:  83% (9474/11414)
Updating files:  84% (9588/11414)
Updating files:  85% (9702/11414)
Updating files:  86% (9817/11414)
Updating files:  87% (9931/11414)
Updating files:  88% (10045/11414)
Updating files:  89% (10159/11414)
Updating files:  90% (10273/11414)
Updating files:  90% (10378/11414)
Updating files:  91% (10387/11414)
Updating files:  92% (10501/11414)
Updating files:  93% (10616/11414)
Updating files:  94% (10730/11414)
Updating files:  95% (10844/11414)
Updating files:  96% (10958/11414)
Updating files:  97% (11072/11414)
Updating files:  98% (11186/11414)
Updating files:  99% (11300/11414)
Updating files: 100% (11414/11414)
Updating files: 100% (11414/11414), done.
07:52:03 [2022-07-28T07:52:03.758Z] #26 122.1 + cd /tmp/tmp.hTB8az1v1q/tmp/docker-ce
07:52:03 [2022-07-28T07:52:03.758Z] #26 122.1 + git checkout -q v17.06.2-ce
07:52:03 [2022-07-28T07:52:03.758Z] #26 125.2 + mkdir -p /tmp/tmp.hTB8az1v1q/src/github.com/docker
07:52:03 [2022-07-28T07:52:03.758Z] #26 125.2 + mv components/cli /tmp/tmp.hTB8az1v1q/src/github.com/docker/cli
07:52:03 [2022-07-28T07:52:03.758Z] #26 125.3 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker
07:52:03 [2022-07-28T07:52:03.774Z] #84 139.7 checking for unistd.h... yes
07:52:04 [2022-07-28T07:52:04.015Z] #26 ...
07:52:04 [2022-07-28T07:52:04.015Z] 
07:52:04 [2022-07-28T07:52:04.015Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:52:04 [2022-07-28T07:52:04.015Z] #77 sha256:08904648274d48335dfd8ac9ff733aa2134ce67ddc8a78b8db269c23f005044a
07:52:04 [2022-07-28T07:52:04.015Z] #77 86.23 checking for sys/capability.h... yes
07:52:04 [2022-07-28T07:52:04.037Z] #84 139.9 checking minix/config.h usability... no
07:52:04 [2022-07-28T07:52:04.272Z] #77 86.23 checking for library containing cap_from_name... -lcap
07:52:04 [2022-07-28T07:52:04.295Z] #84 140.2 checking minix/config.h presence... no
07:52:04 [2022-07-28T07:52:04.295Z] #84 140.2 checking for minix/config.h... no
07:52:04 [2022-07-28T07:52:04.295Z] #84 140.2 checking whether it is safe to define __EXTENSIONS__... yes
07:52:04 [2022-07-28T07:52:04.555Z] #84 140.4 checking build system type... x86_64-pc-linux-gnu
07:52:04 [2022-07-28T07:52:04.555Z] #84 140.6 checking host system type... x86_64-pc-linux-gnu
07:52:04 [2022-07-28T07:52:04.555Z] #84 140.6 checking how to print strings... printf
07:52:04 [2022-07-28T07:52:04.555Z] #84 140.6 checking for a sed that does not truncate output... /bin/sed
07:52:04 [2022-07-28T07:52:04.555Z] #84 140.6 checking for fgrep... /bin/grep -F
07:52:04 [2022-07-28T07:52:04.555Z] #84 140.6 checking for ld used by gcc... /usr/bin/ld
07:52:04 [2022-07-28T07:52:04.555Z] #84 140.7 checking if the linker (/usr/bin/ld) is GNU ld... yes
07:52:04 [2022-07-28T07:52:04.555Z] #84 140.7 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
07:52:04 [2022-07-28T07:52:04.578Z] #77 107.2 configure.ac:7: installing 'build-aux/compile'
07:52:04 [2022-07-28T07:52:04.578Z] #77 107.2 configure.ac:9: installing 'build-aux/config.guess'
07:52:04 [2022-07-28T07:52:04.578Z] #77 107.2 configure.ac:9: installing 'build-aux/config.sub'
07:52:04 [2022-07-28T07:52:04.578Z] #77 107.3 configure.ac:11: installing 'build-aux/install-sh'
07:52:04 [2022-07-28T07:52:04.578Z] #77 107.3 configure.ac:11: installing 'build-aux/missing'
07:52:04 [2022-07-28T07:52:04.578Z] #77 107.6 Makefile.am: installing 'build-aux/depcomp'
07:52:04 [2022-07-28T07:52:04.814Z] #84 140.7 checking the name lister (/usr/bin/nm -B) interface... BSD nm
07:52:04 [2022-07-28T07:52:04.814Z] #84 140.8 checking whether ln -s works... yes
07:52:04 [2022-07-28T07:52:04.814Z] #84 140.8 checking the maximum length of command line arguments... 1572864
07:52:04 [2022-07-28T07:52:04.814Z] #84 140.8 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
07:52:04 [2022-07-28T07:52:04.814Z] #84 140.8 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
07:52:04 [2022-07-28T07:52:04.814Z] #84 140.8 checking for /usr/bin/ld option to reload object files... -r
07:52:04 [2022-07-28T07:52:04.814Z] #84 140.8 checking for objdump... objdump
07:52:04 [2022-07-28T07:52:04.814Z] #84 140.8 checking how to recognize dependent libraries... pass_all
07:52:04 [2022-07-28T07:52:04.814Z] #84 140.8 checking for dlltool... no
07:52:04 [2022-07-28T07:52:04.814Z] #84 140.8 checking how to associate runtime and link libraries... printf %s\n
07:52:04 [2022-07-28T07:52:04.814Z] #84 140.8 checking for ar... ar
07:52:04 [2022-07-28T07:52:04.814Z] #84 140.8 checking for archiver @FILE support... @
07:52:04 [2022-07-28T07:52:04.835Z] #77 86.59 checking for library containing dlopen... -ldl
07:52:04 [2022-07-28T07:52:04.839Z] #77 107.7 parallel-tests: installing 'build-aux/test-driver'
07:52:05 [2022-07-28T07:52:05.073Z] #84 140.9 checking for strip... strip
07:52:05 [2022-07-28T07:52:05.073Z] #84 140.9 checking for ranlib... ranlib
07:52:05 [2022-07-28T07:52:05.073Z] #84 140.9 checking for gawk... no
07:52:05 [2022-07-28T07:52:05.073Z] #84 140.9 checking for mawk... mawk
07:52:05 [2022-07-28T07:52:05.090Z] #77 87.10 checking seccomp.h usability... yes
07:52:05 [2022-07-28T07:52:05.090Z] #77 87.37 checking seccomp.h presence... yes
07:52:05 [2022-07-28T07:52:05.090Z] #77 87.45 checking for seccomp.h... yes
07:52:05 [2022-07-28T07:52:05.332Z] #84 140.9 checking command to parse /usr/bin/nm -B output from gcc object... ok
07:52:05 [2022-07-28T07:52:05.332Z] #84 141.3 checking for sysroot... no
07:52:05 [2022-07-28T07:52:05.332Z] #84 141.3 checking for a working dd... /bin/dd
07:52:05 [2022-07-28T07:52:05.332Z] #84 141.3 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
07:52:05 [2022-07-28T07:52:05.332Z] #84 141.4 checking for mt... no
07:52:05 [2022-07-28T07:52:05.332Z] #84 141.4 checking if : is a manifest tool... no
07:52:05 [2022-07-28T07:52:05.590Z] #84 141.4 checking for dlfcn.h... yes
07:52:05 [2022-07-28T07:52:05.590Z] #84 141.6 checking for objdir... .libs
07:52:05 [2022-07-28T07:52:05.652Z] #77 87.45 checking for library containing seccomp_rule_add... -lseccomp
07:52:05 [2022-07-28T07:52:05.909Z] #77 87.95 checking for library containing seccomp_arch_resolve_name... none required
07:52:06 [2022-07-28T07:52:06.157Z] #84 142.1 checking if gcc supports -fno-rtti -fno-exceptions... no
07:52:06 [2022-07-28T07:52:06.166Z] #77 88.12 checking systemd/sd-bus.h usability... yes
07:52:06 [2022-07-28T07:52:06.166Z] #77 88.32 checking systemd/sd-bus.h presence... yes
07:52:06 [2022-07-28T07:52:06.166Z] #77 88.45 checking for systemd/sd-bus.h... yes
07:52:06 [2022-07-28T07:52:06.270Z] #14 114.6 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
07:52:06 [2022-07-28T07:52:06.270Z] #14 114.6 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
07:52:06 [2022-07-28T07:52:06.270Z] #14 114.6 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
07:52:06 [2022-07-28T07:52:06.415Z] #84 142.3 checking for gcc option to produce PIC... -fPIC -DPIC
07:52:06 [2022-07-28T07:52:06.415Z] #84 142.3 checking if gcc PIC flag -fPIC -DPIC works... yes
07:52:06 [2022-07-28T07:52:06.673Z] #84 142.4 checking if gcc static flag -static works... yes
07:52:06 [2022-07-28T07:52:06.729Z] #77 88.45 checking for library containing sd_bus_match_signal_async... -lsystemd
07:52:06 [2022-07-28T07:52:06.752Z] #77 ...
07:52:06 [2022-07-28T07:52:06.752Z] 
07:52:06 [2022-07-28T07:52:06.752Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:52:06 [2022-07-28T07:52:06.752Z] #14 sha256:b25eac2f6ddf70c42113ea1e9c9616359e7796e8a4be5e3f87392c5fb5b439d0
07:52:06 [2022-07-28T07:52:06.752Z] #14 187.0 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
07:52:06 [2022-07-28T07:52:06.752Z] #14 187.0 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
07:52:06 [2022-07-28T07:52:06.752Z] #14 187.0 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
07:52:06 [2022-07-28T07:52:06.931Z] #84 142.8 checking if gcc supports -c -o file.o... yes
07:52:06 [2022-07-28T07:52:06.931Z] #84 143.0 checking if gcc supports -c -o file.o... (cached) yes
07:52:06 [2022-07-28T07:52:06.931Z] #84 143.0 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
07:52:06 [2022-07-28T07:52:06.986Z] #77 89.03 checking for sd_notify_barrier... yes
07:52:07 [2022-07-28T07:52:07.242Z] #77 89.25 checking linux/bpf.h usability... yes
07:52:07 [2022-07-28T07:52:07.242Z] #77 89.46 checking linux/bpf.h presence... yes
07:52:07 [2022-07-28T07:52:07.242Z] #77 89.57 checking for linux/bpf.h... yes
07:52:07 [2022-07-28T07:52:07.498Z] #77 89.57 checking compilation for eBPF... yes
07:52:07 [2022-07-28T07:52:07.498Z] #77 89.79 checking for criu >= 3.15... no
07:52:07 [2022-07-28T07:52:07.498Z] #77 89.81 configure: CRIU headers not found, building without CRIU support
07:52:07 [2022-07-28T07:52:07.498Z] #77 89.81 checking for criu > 3.16... no
07:52:07 [2022-07-28T07:52:07.498Z] #77 89.83 configure: CRIU version doesn't support join-ns API
07:52:07 [2022-07-28T07:52:07.498Z] #77 89.83 checking for criu > 3.16.1... no
07:52:07 [2022-07-28T07:52:07.498Z] #77 89.84 configure: CRIU version doesn't support for pre-dumping
07:52:07 [2022-07-28T07:52:07.498Z] #77 89.84 checking for new mount API (fsconfig)... yes
07:52:07 [2022-07-28T07:52:07.499Z] #84 143.1 checking dynamic linker characteristics... 
07:52:07 [2022-07-28T07:52:07.499Z] #84 ...
07:52:07 [2022-07-28T07:52:07.499Z] 
07:52:07 [2022-07-28T07:52:07.499Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             crossbuild-essential-arm64             crossbuild-essential-armel             crossbuild-essential-armhf             crossbuild-essential-ppc64el             crossbuild-essential-s390x
07:52:07 [2022-07-28T07:52:07.499Z] #19 sha256:423b64bc9d7cc359d630e3fe0a1b98d707aeff14b0c78f2d44bf08c4c29a169b
07:52:07 [2022-07-28T07:52:07.499Z] #19 182.6 Fetched 788 MB in 43s (18.5 MB/s)
07:52:07 [2022-07-28T07:52:07.499Z] #19 182.7 Selecting previously unselected package liblocale-gettext-perl.
07:52:07 [2022-07-28T07:52:07.499Z] #19 182.7 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15717 files and directories currently installed.)
07:52:07 [2022-07-28T07:52:07.499Z] #19 182.8 Preparing to unpack .../000-liblocale-gettext-perl_1.07-4+b1_amd64.deb ...
07:52:07 [2022-07-28T07:52:07.499Z] #19 182.8 Unpacking liblocale-gettext-perl (1.07-4+b1) ...
07:52:07 [2022-07-28T07:52:07.499Z] #19 182.9 Selecting previously unselected package bzip2.
07:52:07 [2022-07-28T07:52:07.499Z] #19 182.9 Preparing to unpack .../001-bzip2_1.0.8-4_amd64.deb ...
07:52:07 [2022-07-28T07:52:07.499Z] #19 183.0 Unpacking bzip2 (1.0.8-4) ...
07:52:07 [2022-07-28T07:52:07.499Z] #19 183.1 Selecting previously unselected package libmagic-mgc.
07:52:07 [2022-07-28T07:52:07.499Z] #19 183.1 Preparing to unpack .../002-libmagic-mgc_1%3a5.39-3_amd64.deb ...
07:52:07 [2022-07-28T07:52:07.499Z] #19 183.1 Unpacking libmagic-mgc (1:5.39-3) ...
07:52:07 [2022-07-28T07:52:07.499Z] #19 183.6 Selecting previously unselected package libmagic1:amd64.
07:52:07 [2022-07-28T07:52:07.499Z] #19 183.6 Preparing to unpack .../003-libmagic1_1%3a5.39-3_amd64.deb ...
07:52:07 [2022-07-28T07:52:07.499Z] #19 183.6 Unpacking libmagic1:amd64 (1:5.39-3) ...
07:52:07 [2022-07-28T07:52:07.499Z] #19 183.7 Selecting previously unselected package file.
07:52:07 [2022-07-28T07:52:07.499Z] #19 183.7 Preparing to unpack .../004-file_1%3a5.39-3_amd64.deb ...
07:52:07 [2022-07-28T07:52:07.499Z] #19 183.7 Unpacking file (1:5.39-3) ...
07:52:07 [2022-07-28T07:52:07.499Z] #19 183.9 Selecting previously unselected package xz-utils.
07:52:07 [2022-07-28T07:52:07.499Z] #19 183.9 Preparing to unpack .../005-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
07:52:07 [2022-07-28T07:52:07.499Z] #19 183.9 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
07:52:07 [2022-07-28T07:52:07.499Z] #19 184.0 Selecting previously unselected package binutils-aarch64-linux-gnu.
07:52:07 [2022-07-28T07:52:07.499Z] #19 184.0 Preparing to unpack .../006-binutils-aarch64-linux-gnu_2.35.2-2_amd64.deb ...
07:52:07 [2022-07-28T07:52:07.499Z] #19 184.0 Unpacking binutils-aarch64-linux-gnu (2.35.2-2) ...
07:52:07 [2022-07-28T07:52:07.499Z] #19 185.7 Selecting previously unselected package binutils-arm-linux-gnueabi.
07:52:07 [2022-07-28T07:52:07.499Z] #19 185.7 Preparing to unpack .../007-binutils-arm-linux-gnueabi_2.35.2-2_amd64.deb ...
07:52:07 [2022-07-28T07:52:07.499Z] #19 185.7 Unpacking binutils-arm-linux-gnueabi (2.35.2-2) ...
07:52:07 [2022-07-28T07:52:07.499Z] #19 187.6 Selecting previously unselected package binutils-arm-linux-gnueabihf.
07:52:07 [2022-07-28T07:52:07.499Z] #19 187.6 Preparing to unpack .../008-binutils-arm-linux-gnueabihf_2.35.2-2_amd64.deb ...
07:52:07 [2022-07-28T07:52:07.499Z] #19 187.6 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2) ...
07:52:07 [2022-07-28T07:52:07.499Z] #19 188.9 Selecting previously unselected package binutils-powerpc64le-linux-gnu.
07:52:07 [2022-07-28T07:52:07.499Z] #19 188.9 Preparing to unpack .../009-binutils-powerpc64le-linux-gnu_2.35.2-2_amd64.deb ...
07:52:07 [2022-07-28T07:52:07.499Z] #19 188.9 Unpacking binutils-powerpc64le-linux-gnu (2.35.2-2) ...
07:52:07 [2022-07-28T07:52:07.499Z] #19 190.3 Selecting previously unselected package binutils-s390x-linux-gnu.
07:52:07 [2022-07-28T07:52:07.499Z] #19 190.3 Preparing to unpack .../010-binutils-s390x-linux-gnu_2.35.2-2_amd64.deb ...
07:52:07 [2022-07-28T07:52:07.499Z] #19 190.3 Unpacking binutils-s390x-linux-gnu (2.35.2-2) ...
07:52:07 [2022-07-28T07:52:07.499Z] #19 191.4 Selecting previously unselected package gcc-10-aarch64-linux-gnu-base:amd64.
07:52:07 [2022-07-28T07:52:07.499Z] #19 191.4 Preparing to unpack .../011-gcc-10-aarch64-linux-gnu-base_10.2.1-6cross1_amd64.deb ...
07:52:07 [2022-07-28T07:52:07.499Z] #19 191.4 Unpacking gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ...
07:52:07 [2022-07-28T07:52:07.499Z] #19 191.6 Selecting previously unselected package cpp-10-aarch64-linux-gnu.
07:52:07 [2022-07-28T07:52:07.499Z] #19 191.6 Preparing to unpack .../012-cpp-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ...
07:52:07 [2022-07-28T07:52:07.499Z] #19 191.6 Unpacking cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ...
07:52:07 [2022-07-28T07:52:07.499Z] #19 ...
07:52:07 [2022-07-28T07:52:07.499Z] 
07:52:07 [2022-07-28T07:52:07.499Z] #84 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:52:07 [2022-07-28T07:52:07.499Z] #84 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:52:07 [2022-07-28T07:52:07.499Z] #84 143.1 checking dynamic linker characteristics... GNU/Linux ld.so
07:52:07 [2022-07-28T07:52:07.499Z] #84 143.6 checking how to hardcode library paths into programs... immediate
07:52:07 [2022-07-28T07:52:07.499Z] #84 143.6 checking whether stripping libraries is possible... yes
07:52:07 [2022-07-28T07:52:07.499Z] #84 143.6 checking if libtool supports shared libraries... yes
07:52:07 [2022-07-28T07:52:07.499Z] #84 143.6 checking whether to build shared libraries... no
07:52:07 [2022-07-28T07:52:07.499Z] #84 143.6 checking whether to build static libraries... yes
07:52:07 [2022-07-28T07:52:07.499Z] #84 143.6 checking for a BSD-compatible install... /usr/bin/install -c
07:52:07 [2022-07-28T07:52:07.499Z] #84 143.6 checking whether build environment is sane... yes
07:52:07 [2022-07-28T07:52:07.608Z] #14 122.8 Selecting previously unselected package g++-mingw-w64-x86-64.
07:52:07 [2022-07-28T07:52:07.608Z] #14 122.8 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
07:52:07 [2022-07-28T07:52:07.608Z] #14 122.8 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
07:52:07 [2022-07-28T07:52:07.608Z] #14 122.9 Selecting previously unselected package libapparmor1:amd64.
07:52:07 [2022-07-28T07:52:07.608Z] #14 ...
07:52:07 [2022-07-28T07:52:07.608Z] 
07:52:07 [2022-07-28T07:52:07.608Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
07:52:07 [2022-07-28T07:52:07.608Z] #67 sha256:c5914a2418b9f12ce23fa00f5efc622760b9cd732c1107c2ee91abff8217790c
07:52:07 [2022-07-28T07:52:07.608Z] #67 122.5 + for f in rootlesskit rootlesskit-docker-proxy
07:52:07 [2022-07-28T07:52:07.608Z] #67 122.5 + GOBIN=/build
07:52:07 [2022-07-28T07:52:07.608Z] #67 122.5 + GO111MODULE=on
07:52:07 [2022-07-28T07:52:07.608Z] #67 122.5 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
07:52:07 [2022-07-28T07:52:07.755Z] #77 89.92 checking for seccomp notify API... yes
07:52:07 [2022-07-28T07:52:07.755Z] #77 90.01 checking for gperf... no
07:52:07 [2022-07-28T07:52:07.755Z] #77 90.02 configure: gperf not found - cannot rebuild signal parser code
07:52:07 [2022-07-28T07:52:07.755Z] 
07:52:07 [2022-07-28T07:52:07.755Z] #77 ...
07:52:07 [2022-07-28T07:52:07.755Z] 
07:52:07 [2022-07-28T07:52:07.755Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
07:52:07 [2022-07-28T07:52:07.755Z] #34 sha256:80b099c05f6d0f9194662324a9af9fc5cd226ff1ca4b792c9cd0ef6d4b6899d7
07:52:07 [2022-07-28T07:52:07.755Z] #34 DONE 131.7s
07:52:07 [2022-07-28T07:52:07.755Z] 
07:52:07 [2022-07-28T07:52:07.755Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:52:07 [2022-07-28T07:52:07.755Z] #77 sha256:08904648274d48335dfd8ac9ff733aa2134ce67ddc8a78b8db269c23f005044a
07:52:07 [2022-07-28T07:52:07.758Z] #84 143.6 checking for a thread-safe mkdir -p... /bin/mkdir -p
07:52:07 [2022-07-28T07:52:07.758Z] #84 143.7 checking whether make sets $(MAKE)... yes
07:52:07 [2022-07-28T07:52:07.758Z] #84 143.8 checking whether make supports the include directive... yes (GNU style)
07:52:07 [2022-07-28T07:52:07.758Z] #84 143.8 checking whether make supports nested variables... yes
07:52:07 [2022-07-28T07:52:07.758Z] #84 143.9 checking whether UID '0' is supported by ustar format... yes
07:52:08 [2022-07-28T07:52:08.011Z] #77 90.02 checking for library containing argp_parse... none required
07:52:08 [2022-07-28T07:52:08.017Z] #84 143.9 checking whether GID '0' is supported by ustar format... yes
07:52:08 [2022-07-28T07:52:08.017Z] #84 143.9 checking how to create a ustar tar archive... gnutar
07:52:08 [2022-07-28T07:52:08.267Z] #77 90.58 checking that generated files are newer than configure... done
07:52:08 [2022-07-28T07:52:08.267Z] #77 90.58 configure: creating ./config.status
07:52:08 [2022-07-28T07:52:08.276Z] #84 144.0 checking dependency style of gcc... gcc3
07:52:08 [2022-07-28T07:52:08.276Z] #84 144.3 checking whether to enable maintainer-specific portions of Makefiles... yes
07:52:08 [2022-07-28T07:52:08.276Z] #84 144.3 checking whether make supports nested variables... (cached) yes
07:52:08 [2022-07-28T07:52:08.276Z] #84 144.3 checking for pkg-config... /usr/bin/pkg-config
07:52:08 [2022-07-28T07:52:08.276Z] #84 144.3 checking pkg-config is at least version 0.9.0... yes
07:52:08 [2022-07-28T07:52:08.276Z] #84 144.4 checking for yajl >= 2.1.0... yes
07:52:08 [2022-07-28T07:52:08.276Z] #84 144.4 checking for a sed that does not truncate output... (cached) /bin/sed
07:52:08 [2022-07-28T07:52:08.536Z] #84 144.4 checking for gcc... (cached) gcc
07:52:08 [2022-07-28T07:52:08.536Z] #84 144.6 checking whether we are using the GNU C compiler... (cached) yes
07:52:08 [2022-07-28T07:52:08.536Z] #84 144.6 checking whether gcc accepts -g... (cached) yes
07:52:08 [2022-07-28T07:52:08.536Z] #84 144.6 checking for gcc option to accept ISO C89... (cached) none needed
07:52:08 [2022-07-28T07:52:08.536Z] #84 144.6 checking whether gcc understands -c and -o together... (cached) yes
07:52:08 [2022-07-28T07:52:08.536Z] #84 144.6 checking for a Python interpreter with version >= 3... python3
07:52:08 [2022-07-28T07:52:08.536Z] #84 144.7 checking for python3... /usr/bin/python3
07:52:08 [2022-07-28T07:52:08.795Z] #84 144.7 checking for python3 version... 3.9
07:52:08 [2022-07-28T07:52:08.795Z] #84 144.8 checking for python3 platform... linux
07:52:09 [2022-07-28T07:52:09.055Z] #84 144.8 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
07:52:09 [2022-07-28T07:52:09.055Z] #84 144.9 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
07:52:09 [2022-07-28T07:52:09.196Z] #77 ...
07:52:09 [2022-07-28T07:52:09.196Z] 
07:52:09 [2022-07-28T07:52:09.196Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
07:52:09 [2022-07-28T07:52:09.196Z] #60 sha256:b0846d95c39c7861ad4487303c2f365ea04b74d541815a0930bfa97a34b1f6b1
07:52:09 [2022-07-28T07:52:09.196Z] #60 11.54 + cd /tmp/tmp.NMQMJHlkSx/src/github.com/opencontainers/runc
07:52:09 [2022-07-28T07:52:09.196Z] #60 11.54 + git checkout -q v1.1.2
07:52:09 [2022-07-28T07:52:09.196Z] #60 12.15 + '[' -z '' ']'
07:52:09 [2022-07-28T07:52:09.196Z] #60 12.15 + target=static
07:52:09 [2022-07-28T07:52:09.196Z] #60 12.15 + make BUILDTAGS=seccomp static
07:52:09 [2022-07-28T07:52:09.196Z] #60 12.56 CGO_ENABLED=1 go build -trimpath  -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.2-0-ga916309f -X main.version=1.1.2 " -o runc .
07:52:09 [2022-07-28T07:52:09.196Z] #60 ...
07:52:09 [2022-07-28T07:52:09.196Z] 
07:52:09 [2022-07-28T07:52:09.196Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
07:52:09 [2022-07-28T07:52:09.196Z] #21 sha256:fc014990f14f560307bb980ce888942f9b008012ba7b067dd81e03623fee6ad2
07:52:09 [2022-07-28T07:52:09.196Z] #21 10.05 Reading package lists...
07:52:09 [2022-07-28T07:52:09.196Z] #21 12.66 Building dependency tree...
07:52:09 [2022-07-28T07:52:09.196Z] #21 14.81 The following additional packages will be installed:
07:52:09 [2022-07-28T07:52:09.196Z] #21 14.81   libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2
07:52:09 [2022-07-28T07:52:09.196Z] #21 14.81   libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
07:52:09 [2022-07-28T07:52:09.196Z] #21 14.81   libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3
07:52:09 [2022-07-28T07:52:09.196Z] #21 14.81   python3-pkg-resources vim-runtime xxd
07:52:09 [2022-07-28T07:52:09.196Z] #21 14.82 Suggested packages:
07:52:09 [2022-07-28T07:52:09.196Z] #21 14.82   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
07:52:09 [2022-07-28T07:52:09.196Z] #21 14.82   gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump
07:52:09 [2022-07-28T07:52:09.196Z] #21 14.82   acl attr quota
07:52:09 [2022-07-28T07:52:09.196Z] #21 14.82 Recommended packages:
07:52:09 [2022-07-28T07:52:09.196Z] #21 14.82   libatm1 nftables libpam-cap build-essential python3-dev unzip
07:52:09 [2022-07-28T07:52:09.314Z] #84 145.2 checking that generated files are newer than configure... done
07:52:09 [2022-07-28T07:52:09.314Z] #84 145.3 configure: creating ./config.status
07:52:09 [2022-07-28T07:52:09.759Z] #21 16.09 The following NEW packages will be installed:
07:52:09 [2022-07-28T07:52:09.759Z] #21 16.10   apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1
07:52:09 [2022-07-28T07:52:09.759Z] #21 16.10   libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2
07:52:09 [2022-07-28T07:52:09.759Z] #21 16.10   libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0
07:52:09 [2022-07-28T07:52:09.759Z] #21 16.10   libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 libyajl2
07:52:09 [2022-07-28T07:52:09.759Z] #21 16.10   net-tools patch pigz python-pip-whl python3-distutils python3-lib2to3
07:52:09 [2022-07-28T07:52:09.759Z] #21 16.11   python3-pip python3-pkg-resources python3-setuptools python3-wheel sudo
07:52:09 [2022-07-28T07:52:09.759Z] #21 16.11   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
07:52:09 [2022-07-28T07:52:09.759Z] #21 16.11   xz-utils zip zstd
07:52:10 [2022-07-28T07:52:10.016Z] #21 16.44 0 upgraded, 49 newly installed, 0 to remove and 1 not upgraded.
07:52:10 [2022-07-28T07:52:10.016Z] #21 16.44 Need to get 27.0 MB of archives.
07:52:10 [2022-07-28T07:52:10.016Z] #21 16.44 After this operation, 105 MB of additional disk space will be used.
07:52:10 [2022-07-28T07:52:10.016Z] #21 16.44 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 pigz arm64 2.6-1 [56.2 kB]
07:52:10 [2022-07-28T07:52:10.016Z] #21 16.45 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB]
07:52:10 [2022-07-28T07:52:10.016Z] #21 16.45 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbpf0 arm64 1:0.3-2 [92.8 kB]
07:52:10 [2022-07-28T07:52:10.016Z] #21 16.45 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB]
07:52:10 [2022-07-28T07:52:10.016Z] #21 16.45 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB]
07:52:10 [2022-07-28T07:52:10.016Z] #21 16.46 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxtables12 arm64 1.8.7-1 [43.6 kB]
07:52:10 [2022-07-28T07:52:10.016Z] #21 16.46 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2-bin arm64 1:2.44-1 [32.0 kB]
07:52:10 [2022-07-28T07:52:10.016Z] #21 16.46 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iproute2 arm64 5.10.0-4 [902 kB]
07:52:10 [2022-07-28T07:52:10.016Z] #21 16.49 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3+deb11u1 [192 kB]
07:52:10 [2022-07-28T07:52:10.016Z] #21 16.49 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
07:52:10 [2022-07-28T07:52:10.016Z] #21 16.50 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB]
07:52:10 [2022-07-28T07:52:10.016Z] #21 16.50 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
07:52:10 [2022-07-28T07:52:10.016Z] #21 16.51 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB]
07:52:10 [2022-07-28T07:52:10.272Z] #21 16.52 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 apparmor arm64 2.13.6-10 [601 kB]
07:52:10 [2022-07-28T07:52:10.272Z] #21 16.54 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 inetutils-ping arm64 2:2.0-1 [242 kB]
07:52:10 [2022-07-28T07:52:10.272Z] #21 16.54 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip4tc2 arm64 1.8.7-1 [34.1 kB]
07:52:10 [2022-07-28T07:52:10.272Z] #21 16.54 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip6tc2 arm64 1.8.7-1 [34.3 kB]
07:52:10 [2022-07-28T07:52:10.272Z] #21 16.55 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB]
07:52:10 [2022-07-28T07:52:10.272Z] #21 16.55 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnetfilter-conntrack3 arm64 1.0.8-3 [38.2 kB]
07:52:10 [2022-07-28T07:52:10.272Z] #21 16.56 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnftnl11 arm64 1.1.9-1 [59.8 kB]
07:52:10 [2022-07-28T07:52:10.272Z] #21 16.56 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iptables arm64 1.8.7-1 [368 kB]
07:52:10 [2022-07-28T07:52:10.272Z] #21 16.58 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB]
07:52:10 [2022-07-28T07:52:10.272Z] #21 16.58 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB]
07:52:10 [2022-07-28T07:52:10.272Z] #21 16.58 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB]
07:52:10 [2022-07-28T07:52:10.272Z] #21 16.59 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libaio1 arm64 0.3.112-9 [12.3 kB]
07:52:10 [2022-07-28T07:52:10.272Z] #21 16.59 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB]
07:52:10 [2022-07-28T07:52:10.272Z] #21 16.60 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB]
07:52:10 [2022-07-28T07:52:10.529Z] #21 16.93 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libinih1 arm64 53-1+b2 [6728 B]
07:52:10 [2022-07-28T07:52:10.529Z] #21 16.93 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
07:52:10 [2022-07-28T07:52:10.529Z] #21 16.93 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnl-3-200 arm64 3.4.0-1+b1 [60.6 kB]
07:52:10 [2022-07-28T07:52:10.529Z] #21 16.93 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf-c1 arm64 1.3.3-1+b2 [26.8 kB]
07:52:10 [2022-07-28T07:52:10.529Z] #21 16.93 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libyajl2 arm64 2.1.0-3 [22.9 kB]
07:52:10 [2022-07-28T07:52:10.529Z] #21 16.93 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 net-tools arm64 1.60+git20181103.0eebece-1 [248 kB]
07:52:10 [2022-07-28T07:52:10.529Z] #21 16.94 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
07:52:10 [2022-07-28T07:52:10.529Z] #21 16.94 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB]
07:52:10 [2022-07-28T07:52:10.529Z] #21 16.98 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
07:52:10 [2022-07-28T07:52:10.529Z] #21 16.99 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB]
07:52:10 [2022-07-28T07:52:10.529Z] #21 17.00 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB]
07:52:10 [2022-07-28T07:52:10.529Z] #21 17.00 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-setuptools all 52.0.0-4 [366 kB]
07:52:10 [2022-07-28T07:52:10.529Z] #21 17.02 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-wheel all 0.34.2-1 [24.0 kB]
07:52:10 [2022-07-28T07:52:10.529Z] #21 17.02 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pip all 20.3.4-4+deb11u1 [337 kB]
07:52:10 [2022-07-28T07:52:10.529Z] #21 17.02 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 sudo arm64 1.9.5p2-3 [995 kB]
07:52:10 [2022-07-28T07:52:10.529Z] #21 17.05 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 thin-provisioning-tools arm64 0.9.0-1 [348 kB]
07:52:10 [2022-07-28T07:52:10.784Z] #21 17.06 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uidmap arm64 1:4.8.1-1 [222 kB]
07:52:10 [2022-07-28T07:52:10.784Z] #21 17.07 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
07:52:10 [2022-07-28T07:52:10.784Z] #21 17.26 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim arm64 2:8.2.2434-3+deb11u1 [1388 kB]
07:52:10 [2022-07-28T07:52:10.784Z] #21 17.32 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xfsprogs arm64 5.10.0-4 [899 kB]
07:52:11 [2022-07-28T07:52:11.051Z] #21 17.34 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zip arm64 3.0-12 [228 kB]
07:52:11 [2022-07-28T07:52:11.051Z] #21 17.34 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zstd arm64 1.4.8+dfsg-2.1 [576 kB]
07:52:11 [2022-07-28T07:52:11.220Z] #84 147.2 config.status: creating Makefile
07:52:11 [2022-07-28T07:52:11.220Z] #84 147.2 config.status: creating config.h
07:52:11 [2022-07-28T07:52:11.220Z] #84 147.2 config.status: executing libtool commands
07:52:11 [2022-07-28T07:52:11.220Z] #84 147.3 config.status: executing depfiles commands
07:52:11 [2022-07-28T07:52:11.479Z] #84 147.7 === configuring in yajl (/tmp/crun-build/libocispec/yajl)
07:52:11 [2022-07-28T07:52:11.617Z] #21 17.88 debconf: delaying package configuration, since apt-utils is not installed
07:52:11 [2022-07-28T07:52:11.618Z] #21 18.02 Fetched 27.0 MB in 1s (22.4 MB/s)
07:52:11 [2022-07-28T07:52:11.618Z] #21 18.08 Selecting previously unselected package pigz.
07:52:11 [2022-07-28T07:52:11.738Z] #84 147.7 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
07:52:11 [2022-07-28T07:52:11.874Z] #21 18.08 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24009 files and directories currently installed.)
07:52:11 [2022-07-28T07:52:11.874Z] #21 18.14 Preparing to unpack .../00-pigz_2.6-1_arm64.deb ...
07:52:11 [2022-07-28T07:52:11.874Z] #21 18.15 Unpacking pigz (2.6-1) ...
07:52:11 [2022-07-28T07:52:11.874Z] #21 18.23 Selecting previously unselected package libelf1:arm64.
07:52:11 [2022-07-28T07:52:11.874Z] #21 18.23 Preparing to unpack .../01-libelf1_0.183-1_arm64.deb ...
07:52:11 [2022-07-28T07:52:11.874Z] #21 18.25 Unpacking libelf1:arm64 (0.183-1) ...
07:52:11 [2022-07-28T07:52:11.997Z] #84 147.9 checking for gcc... gcc
07:52:11 [2022-07-28T07:52:11.997Z] #84 147.9 checking whether the C compiler works... yes
07:52:11 [2022-07-28T07:52:11.997Z] #84 148.1 checking for C compiler default output file name... a.out
07:52:11 [2022-07-28T07:52:11.997Z] #84 148.1 checking for suffix of executables... 
07:52:12 [2022-07-28T07:52:12.111Z] #14 ...
07:52:12 [2022-07-28T07:52:12.111Z] 
07:52:12 [2022-07-28T07:52:12.111Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
07:52:12 [2022-07-28T07:52:12.111Z] #67 sha256:684f6b5af87a6c06a0306e7ddde576b4a8b7c63599f34b8990adc5a427f006e1
07:52:12 [2022-07-28T07:52:12.111Z] #67 192.0 + for f in rootlesskit rootlesskit-docker-proxy
07:52:12 [2022-07-28T07:52:12.111Z] #67 192.0 + GOBIN=/build
07:52:12 [2022-07-28T07:52:12.111Z] #67 192.0 + GO111MODULE=on
07:52:12 [2022-07-28T07:52:12.111Z] #67 192.0 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
07:52:12 [2022-07-28T07:52:12.131Z] #21 18.40 Selecting previously unselected package libbpf0:arm64.
07:52:12 [2022-07-28T07:52:12.131Z] #21 18.40 Preparing to unpack .../02-libbpf0_1%3a0.3-2_arm64.deb ...
07:52:12 [2022-07-28T07:52:12.131Z] #21 18.41 Unpacking libbpf0:arm64 (1:0.3-2) ...
07:52:12 [2022-07-28T07:52:12.131Z] #21 18.48 Selecting previously unselected package libcap2:arm64.
07:52:12 [2022-07-28T07:52:12.131Z] #21 18.48 Preparing to unpack .../03-libcap2_1%3a2.44-1_arm64.deb ...
07:52:12 [2022-07-28T07:52:12.131Z] #21 18.49 Unpacking libcap2:arm64 (1:2.44-1) ...
07:52:12 [2022-07-28T07:52:12.131Z] #21 18.56 Selecting previously unselected package libmnl0:arm64.
07:52:12 [2022-07-28T07:52:12.131Z] #21 18.57 Preparing to unpack .../04-libmnl0_1.0.4-3_arm64.deb ...
07:52:12 [2022-07-28T07:52:12.131Z] #21 18.57 Unpacking libmnl0:arm64 (1.0.4-3) ...
07:52:12 [2022-07-28T07:52:12.387Z] #21 18.64 Selecting previously unselected package libxtables12:arm64.
07:52:12 [2022-07-28T07:52:12.387Z] #21 18.64 Preparing to unpack .../05-libxtables12_1.8.7-1_arm64.deb ...
07:52:12 [2022-07-28T07:52:12.387Z] #21 18.64 Unpacking libxtables12:arm64 (1.8.7-1) ...
07:52:12 [2022-07-28T07:52:12.387Z] #21 18.74 Selecting previously unselected package libcap2-bin.
07:52:12 [2022-07-28T07:52:12.387Z] #21 18.75 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_arm64.deb ...
07:52:12 [2022-07-28T07:52:12.387Z] #21 18.76 Unpacking libcap2-bin (1:2.44-1) ...
07:52:12 [2022-07-28T07:52:12.387Z] #21 18.86 Selecting previously unselected package iproute2.
07:52:12 [2022-07-28T07:52:12.516Z] #84 148.2 checking whether we are cross compiling... no
07:52:12 [2022-07-28T07:52:12.516Z] #84 148.3 checking for suffix of object files... o
07:52:12 [2022-07-28T07:52:12.516Z] #84 148.4 checking whether we are using the GNU C compiler... yes
07:52:12 [2022-07-28T07:52:12.644Z] #21 18.87 Preparing to unpack .../07-iproute2_5.10.0-4_arm64.deb ...
07:52:12 [2022-07-28T07:52:12.644Z] #21 18.87 Unpacking iproute2 (5.10.0-4) ...
07:52:12 [2022-07-28T07:52:12.775Z] #84 148.5 checking whether gcc accepts -g... yes
07:52:12 [2022-07-28T07:52:12.775Z] #84 148.6 checking for gcc option to accept ISO C89... none needed
07:52:12 [2022-07-28T07:52:12.775Z] #84 148.8 checking whether gcc understands -c and -o together... yes
07:52:12 [2022-07-28T07:52:12.775Z] #84 148.9 checking for a BSD-compatible install... /usr/bin/install -c
07:52:12 [2022-07-28T07:52:12.775Z] #84 148.9 checking whether build environment is sane... yes
07:52:12 [2022-07-28T07:52:12.775Z] #84 148.9 checking for a thread-safe mkdir -p... /bin/mkdir -p
07:52:12 [2022-07-28T07:52:12.775Z] #84 148.9 checking for gawk... no
07:52:12 [2022-07-28T07:52:12.775Z] #84 148.9 checking for mawk... mawk
07:52:12 [2022-07-28T07:52:12.775Z] #84 148.9 checking whether make sets $(MAKE)... yes
07:52:12 [2022-07-28T07:52:12.775Z] #84 148.9 checking whether make supports the include directive... yes (GNU style)
07:52:12 [2022-07-28T07:52:12.862Z] #67 ...
07:52:12 [2022-07-28T07:52:12.862Z] 
07:52:12 [2022-07-28T07:52:12.862Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:52:12 [2022-07-28T07:52:12.862Z] #14 sha256:b25eac2f6ddf70c42113ea1e9c9616359e7796e8a4be5e3f87392c5fb5b439d0
07:52:12 [2022-07-28T07:52:12.862Z] #14 122.9 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ...
07:52:12 [2022-07-28T07:52:12.862Z] #14 122.9 Unpacking libapparmor1:amd64 (2.13.6-10) ...
07:52:12 [2022-07-28T07:52:12.862Z] #14 123.0 Selecting previously unselected package libapparmor-dev:amd64.
07:52:12 [2022-07-28T07:52:12.862Z] #14 123.0 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ...
07:52:12 [2022-07-28T07:52:12.862Z] #14 123.0 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
07:52:12 [2022-07-28T07:52:12.862Z] #14 123.2 Selecting previously unselected package libbtrfs0:amd64.
07:52:12 [2022-07-28T07:52:12.862Z] #14 123.2 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...
07:52:12 [2022-07-28T07:52:12.862Z] #14 123.2 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
07:52:12 [2022-07-28T07:52:12.862Z] #14 123.4 Selecting previously unselected package libbtrfs-dev:amd64.
07:52:12 [2022-07-28T07:52:12.862Z] #14 123.4 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ...
07:52:12 [2022-07-28T07:52:12.862Z] #14 123.4 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
07:52:12 [2022-07-28T07:52:12.862Z] #14 123.7 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
07:52:12 [2022-07-28T07:52:12.862Z] #14 123.7 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
07:52:12 [2022-07-28T07:52:12.862Z] #14 123.7 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
07:52:12 [2022-07-28T07:52:12.862Z] #14 123.8 Selecting previously unselected package libudev-dev:amd64.
07:52:12 [2022-07-28T07:52:12.862Z] #14 123.8 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ...
07:52:12 [2022-07-28T07:52:12.862Z] #14 123.8 Unpacking libudev-dev:amd64 (247.3-7) ...
07:52:12 [2022-07-28T07:52:12.862Z] #14 124.0 Selecting previously unselected package libsepol1-dev:amd64.
07:52:12 [2022-07-28T07:52:12.862Z] #14 124.0 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ...
07:52:12 [2022-07-28T07:52:12.862Z] #14 124.0 Unpacking libsepol1-dev:amd64 (3.1-1) ...
07:52:12 [2022-07-28T07:52:12.862Z] #14 124.2 Selecting previously unselected package libpcre2-16-0:amd64.
07:52:12 [2022-07-28T07:52:12.862Z] #14 124.3 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ...
07:52:12 [2022-07-28T07:52:12.862Z] #14 124.3 Unpacking libpcre2-16-0:amd64 (10.36-2) ...
07:52:12 [2022-07-28T07:52:12.862Z] #14 124.5 Selecting previously unselected package libpcre2-32-0:amd64.
07:52:12 [2022-07-28T07:52:12.862Z] #14 124.5 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ...
07:52:12 [2022-07-28T07:52:12.862Z] #14 124.5 Unpacking libpcre2-32-0:amd64 (10.36-2) ...
07:52:12 [2022-07-28T07:52:12.862Z] #14 124.7 Selecting previously unselected package libpcre2-posix2:amd64.
07:52:12 [2022-07-28T07:52:12.862Z] #14 124.7 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ...
07:52:12 [2022-07-28T07:52:12.862Z] #14 124.7 Unpacking libpcre2-posix2:amd64 (10.36-2) ...
07:52:12 [2022-07-28T07:52:12.862Z] #14 124.8 Selecting previously unselected package libpcre2-dev:amd64.
07:52:12 [2022-07-28T07:52:12.862Z] #14 124.8 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ...
07:52:12 [2022-07-28T07:52:12.862Z] #14 124.8 Unpacking libpcre2-dev:amd64 (10.36-2) ...
07:52:12 [2022-07-28T07:52:12.862Z] #14 125.3 Selecting previously unselected package libselinux1-dev:amd64.
07:52:12 [2022-07-28T07:52:12.862Z] #14 125.3 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ...
07:52:12 [2022-07-28T07:52:12.862Z] #14 125.4 Unpacking libselinux1-dev:amd64 (3.1-3) ...
07:52:12 [2022-07-28T07:52:12.862Z] #14 125.6 Selecting previously unselected package libdevmapper-dev:amd64.
07:52:12 [2022-07-28T07:52:12.862Z] #14 125.6 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
07:52:12 [2022-07-28T07:52:12.862Z] #14 125.6 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
07:52:12 [2022-07-28T07:52:12.862Z] #14 125.7 Selecting previously unselected package libseccomp-dev:amd64.
07:52:12 [2022-07-28T07:52:12.862Z] #14 125.7 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
07:52:12 [2022-07-28T07:52:12.862Z] #14 125.7 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
07:52:12 [2022-07-28T07:52:12.862Z] #14 125.9 Selecting previously unselected package libsystemd-dev:amd64.
07:52:12 [2022-07-28T07:52:12.862Z] #14 125.9 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ...
07:52:12 [2022-07-28T07:52:12.862Z] #14 125.9 Unpacking libsystemd-dev:amd64 (247.3-7) ...
07:52:12 [2022-07-28T07:52:12.862Z] #14 126.5 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
07:52:12 [2022-07-28T07:52:12.862Z] #14 126.6 Setting up libapparmor1:amd64 (2.13.6-10) ...
07:52:12 [2022-07-28T07:52:12.862Z] #14 126.6 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
07:52:12 [2022-07-28T07:52:12.862Z] #14 126.6 Setting up libsepol1-dev:amd64 (3.1-1) ...
07:52:12 [2022-07-28T07:52:12.862Z] #14 126.6 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
07:52:12 [2022-07-28T07:52:12.862Z] #14 126.6 Setting up libpcre2-16-0:amd64 (10.36-2) ...
07:52:12 [2022-07-28T07:52:12.862Z] #14 126.7 Setting up libbtrfs0:amd64 (5.10.1-2) ...
07:52:12 [2022-07-28T07:52:12.862Z] #14 126.7 Setting up libpcre2-32-0:amd64 (10.36-2) ...
07:52:12 [2022-07-28T07:52:12.862Z] #14 126.7 Setting up libudev-dev:amd64 (247.3-7) ...
07:52:12 [2022-07-28T07:52:12.862Z] #14 126.7 Setting up libpcre2-posix2:amd64 (10.36-2) ...
07:52:12 [2022-07-28T07:52:12.862Z] #14 126.7 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
07:52:12 [2022-07-28T07:52:12.862Z] #14 126.8 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
07:52:12 [2022-07-28T07:52:12.862Z] #14 126.8 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
07:52:12 [2022-07-28T07:52:12.862Z] #14 126.8 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
07:52:12 [2022-07-28T07:52:12.862Z] #14 126.8 Setting up mingw-w64-common (8.0.0-1) ...
07:52:12 [2022-07-28T07:52:12.862Z] #14 126.8 Setting up libsystemd-dev:amd64 (247.3-7) ...
07:52:12 [2022-07-28T07:52:12.862Z] #14 126.8 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
07:52:12 [2022-07-28T07:52:12.862Z] #14 126.8 Setting up libpcre2-dev:amd64 (10.36-2) ...
07:52:12 [2022-07-28T07:52:12.862Z] #14 126.8 Setting up libselinux1-dev:amd64 (3.1-3) ...
07:52:12 [2022-07-28T07:52:12.862Z] #14 126.9 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
07:52:12 [2022-07-28T07:52:12.862Z] #14 126.9 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
07:52:12 [2022-07-28T07:52:12.862Z] #14 126.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
07:52:12 [2022-07-28T07:52:12.862Z] #14 126.9 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
07:52:12 [2022-07-28T07:52:12.862Z] #14 126.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
07:52:12 [2022-07-28T07:52:12.862Z] #14 126.9 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
07:52:12 [2022-07-28T07:52:12.862Z] #14 126.9 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
07:52:12 [2022-07-28T07:52:12.862Z] #14 126.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
07:52:12 [2022-07-28T07:52:12.862Z] #14 126.9 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
07:52:12 [2022-07-28T07:52:12.862Z] #14 127.0 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
07:52:12 [2022-07-28T07:52:12.862Z] #14 127.0 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
07:52:12 [2022-07-28T07:52:12.862Z] #14 127.0 Setting up dmsetup (2:1.02.175-2.1) ...
07:52:12 [2022-07-28T07:52:12.862Z] #14 127.0 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
07:52:12 [2022-07-28T07:52:12.862Z] #14 127.0 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
07:52:12 [2022-07-28T07:52:12.862Z] #14 127.1 Processing triggers for libc-bin (2.31-13+deb11u3) ...
07:52:12 [2022-07-28T07:52:12.862Z] #14 DONE 128.9s
07:52:12 [2022-07-28T07:52:12.862Z] 
07:52:12 [2022-07-28T07:52:12.862Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:52:12 [2022-07-28T07:52:12.862Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:52:12 [2022-07-28T07:52:12.862Z] #77 73.92 configure.ac:7: installing 'build-aux/compile'
07:52:12 [2022-07-28T07:52:12.862Z] #77 73.92 configure.ac:9: installing 'build-aux/config.guess'
07:52:12 [2022-07-28T07:52:12.862Z] #77 73.93 configure.ac:9: installing 'build-aux/config.sub'
07:52:12 [2022-07-28T07:52:12.862Z] #77 73.94 configure.ac:11: installing 'build-aux/install-sh'
07:52:12 [2022-07-28T07:52:12.862Z] #77 73.95 configure.ac:11: installing 'build-aux/missing'
07:52:12 [2022-07-28T07:52:12.862Z] #77 74.15 Makefile.am: installing 'build-aux/depcomp'
07:52:12 [2022-07-28T07:52:12.862Z] #77 74.28 parallel-tests: installing 'build-aux/test-driver'
07:52:12 [2022-07-28T07:52:12.862Z] #77 76.28 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
07:52:12 [2022-07-28T07:52:12.862Z] #77 76.29 libtoolize: copying file 'build-aux/ltmain.sh'
07:52:12 [2022-07-28T07:52:12.862Z] #77 76.88 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
07:52:12 [2022-07-28T07:52:12.862Z] #77 76.89 libtoolize: copying file 'm4/libtool.m4'
07:52:12 [2022-07-28T07:52:12.862Z] #77 77.03 libtoolize: copying file 'm4/ltoptions.m4'
07:52:12 [2022-07-28T07:52:12.862Z] #77 77.14 libtoolize: copying file 'm4/ltsugar.m4'
07:52:12 [2022-07-28T07:52:12.862Z] #77 77.24 libtoolize: copying file 'm4/ltversion.m4'
07:52:12 [2022-07-28T07:52:12.862Z] #77 77.32 libtoolize: copying file 'm4/lt~obsolete.m4'
07:52:12 [2022-07-28T07:52:12.900Z] #21 19.41 Selecting previously unselected package xxd.
07:52:12 [2022-07-28T07:52:12.901Z] #21 19.41 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_arm64.deb ...
07:52:13 [2022-07-28T07:52:13.036Z] #84 149.0 checking whether make supports nested variables... yes
07:52:13 [2022-07-28T07:52:13.036Z] #84 149.0 checking whether UID '0' is supported by ustar format... yes
07:52:13 [2022-07-28T07:52:13.036Z] #84 149.0 checking whether GID '0' is supported by ustar format... yes
07:52:13 [2022-07-28T07:52:13.036Z] #84 149.0 checking how to create a ustar tar archive... gnutar
07:52:13 [2022-07-28T07:52:13.157Z] #21 19.42 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
07:52:13 [2022-07-28T07:52:13.295Z] #84 149.1 checking dependency style of gcc... gcc3
07:52:13 [2022-07-28T07:52:13.295Z] #84 149.2 checking whether to enable maintainer-specific portions of Makefiles... yes
07:52:13 [2022-07-28T07:52:13.295Z] #84 149.2 checking whether make supports nested variables... (cached) yes
07:52:13 [2022-07-28T07:52:13.295Z] #84 149.2 checking build system type... x86_64-pc-linux-gnu
07:52:13 [2022-07-28T07:52:13.295Z] #84 149.4 checking host system type... x86_64-pc-linux-gnu
07:52:13 [2022-07-28T07:52:13.414Z] #21 19.58 Selecting previously unselected package vim-common.
07:52:13 [2022-07-28T07:52:13.414Z] #21 19.58 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
07:52:13 [2022-07-28T07:52:13.414Z] #21 19.59 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
07:52:13 [2022-07-28T07:52:13.414Z] #21 19.77 Selecting previously unselected package bash-completion.
07:52:13 [2022-07-28T07:52:13.414Z] #21 19.78 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ...
07:52:13 [2022-07-28T07:52:13.426Z] #77 ...
07:52:13 [2022-07-28T07:52:13.426Z] 
07:52:13 [2022-07-28T07:52:13.426Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
07:52:13 [2022-07-28T07:52:13.426Z] #59 sha256:e00d077ae7cc316f2bc9b8c92f82e9d19ff80b36522210a4c5ff01c8f2c2ebd2
07:52:13 [2022-07-28T07:52:13.426Z] #59 DONE 0.2s
07:52:13 [2022-07-28T07:52:13.426Z] 
07:52:13 [2022-07-28T07:52:13.426Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
07:52:13 [2022-07-28T07:52:13.426Z] #67 sha256:c5914a2418b9f12ce23fa00f5efc622760b9cd732c1107c2ee91abff8217790c
07:52:13 [2022-07-28T07:52:13.426Z] #67 129.0 rootlesskit version 1.0.0
07:52:13 [2022-07-28T07:52:13.426Z] #67 129.0 Usage of /build/rootlesskit-docker-proxy:
07:52:13 [2022-07-28T07:52:13.426Z] #67 129.0   -container-ip string
07:52:13 [2022-07-28T07:52:13.426Z] #67 129.0     	container ip
07:52:13 [2022-07-28T07:52:13.426Z] #67 129.0   -container-port int
07:52:13 [2022-07-28T07:52:13.426Z] #67 129.0     	container port (default -1)
07:52:13 [2022-07-28T07:52:13.426Z] #67 129.0   -host-ip string
07:52:13 [2022-07-28T07:52:13.426Z] #67 129.0     	host ip
07:52:13 [2022-07-28T07:52:13.426Z] #67 129.0   -host-port int
07:52:13 [2022-07-28T07:52:13.426Z] #67 129.0     	host port (default -1)
07:52:13 [2022-07-28T07:52:13.426Z] #67 129.0   -proto string
07:52:13 [2022-07-28T07:52:13.426Z] #67 129.0     	proxy protocol (default "tcp")
07:52:13 [2022-07-28T07:52:13.554Z] #84 149.4 checking how to print strings... printf
07:52:13 [2022-07-28T07:52:13.554Z] #84 149.4 checking for a sed that does not truncate output... /bin/sed
07:52:13 [2022-07-28T07:52:13.554Z] #84 149.4 checking for grep that handles long lines and -e... /bin/grep
07:52:13 [2022-07-28T07:52:13.554Z] #84 149.4 checking for egrep... /bin/grep -E
07:52:13 [2022-07-28T07:52:13.554Z] #84 149.4 checking for fgrep... /bin/grep -F
07:52:13 [2022-07-28T07:52:13.554Z] #84 149.4 checking for ld used by gcc... /usr/bin/ld
07:52:13 [2022-07-28T07:52:13.554Z] #84 149.4 checking if the linker (/usr/bin/ld) is GNU ld... yes
07:52:13 [2022-07-28T07:52:13.554Z] #84 149.4 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
07:52:13 [2022-07-28T07:52:13.554Z] #84 149.5 checking the name lister (/usr/bin/nm -B) interface... BSD nm
07:52:13 [2022-07-28T07:52:13.554Z] #84 149.5 checking whether ln -s works... yes
07:52:13 [2022-07-28T07:52:13.554Z] #84 149.5 checking the maximum length of command line arguments... 1572864
07:52:13 [2022-07-28T07:52:13.554Z] #84 149.6 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
07:52:13 [2022-07-28T07:52:13.554Z] #84 149.6 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
07:52:13 [2022-07-28T07:52:13.554Z] #84 149.6 checking for /usr/bin/ld option to reload object files... -r
07:52:13 [2022-07-28T07:52:13.554Z] #84 149.6 checking for objdump... objdump
07:52:13 [2022-07-28T07:52:13.554Z] #84 149.6 checking how to recognize dependent libraries... pass_all
07:52:13 [2022-07-28T07:52:13.554Z] #84 149.6 checking for dlltool... no
07:52:13 [2022-07-28T07:52:13.554Z] #84 149.6 checking how to associate runtime and link libraries... printf %s\n
07:52:13 [2022-07-28T07:52:13.554Z] #84 149.6 checking for ar... ar
07:52:13 [2022-07-28T07:52:13.554Z] #84 149.6 checking for archiver @FILE support... @
07:52:13 [2022-07-28T07:52:13.683Z] #67 DONE 129.3s
07:52:13 [2022-07-28T07:52:13.683Z] 
07:52:13 [2022-07-28T07:52:13.683Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
07:52:13 [2022-07-28T07:52:13.683Z] #68 sha256:6950bfede456085013b3162cd261ac151a272568fe17c59d49779a350bf17c06
07:52:13 [2022-07-28T07:52:13.813Z] #84 149.7 checking for strip... strip
07:52:13 [2022-07-28T07:52:13.813Z] #84 149.7 checking for ranlib... ranlib
07:52:13 [2022-07-28T07:52:13.813Z] #84 149.7 checking command to parse /usr/bin/nm -B output from gcc object... ok
07:52:13 [2022-07-28T07:52:13.813Z] #84 149.9 checking for sysroot... no
07:52:13 [2022-07-28T07:52:13.813Z] #84 149.9 checking for a working dd... /bin/dd
07:52:13 [2022-07-28T07:52:13.940Z] #68 DONE 0.1s
07:52:13 [2022-07-28T07:52:13.940Z] 
07:52:13 [2022-07-28T07:52:13.940Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
07:52:13 [2022-07-28T07:52:13.940Z] #69 sha256:295ae8c63f818601f796bcfce38e0b0658689d77cac282a7ab79756c7b23bf14
07:52:13 [2022-07-28T07:52:13.940Z] #69 DONE 0.1s
07:52:13 [2022-07-28T07:52:13.940Z] 
07:52:13 [2022-07-28T07:52:13.940Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
07:52:13 [2022-07-28T07:52:13.940Z] #60 sha256:7c3d1498c3d865817e39d175bf93c489ad9c048d20c3a3814509c4c0bedca2c7
07:52:14 [2022-07-28T07:52:14.074Z] #84 149.9 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
07:52:14 [2022-07-28T07:52:14.074Z] #84 149.9 checking for mt... no
07:52:14 [2022-07-28T07:52:14.074Z] #84 149.9 checking if : is a manifest tool... no
07:52:14 [2022-07-28T07:52:14.074Z] #84 150.0 checking how to run the C preprocessor... gcc -E
07:52:14 [2022-07-28T07:52:14.642Z] #84 150.1 checking for ANSI C header files... yes
07:52:14 [2022-07-28T07:52:14.642Z] #84 150.5 checking for sys/types.h... yes
07:52:14 [2022-07-28T07:52:14.642Z] #84 150.6 checking for sys/stat.h... yes
07:52:14 [2022-07-28T07:52:14.642Z] #84 150.7 checking for stdlib.h... yes
07:52:14 [2022-07-28T07:52:14.902Z] #84 150.8 checking for string.h... yes
07:52:15 [2022-07-28T07:52:15.161Z] #84 151.0 checking for memory.h... yes
07:52:15 [2022-07-28T07:52:15.422Z] #84 151.2 checking for strings.h... yes
07:52:15 [2022-07-28T07:52:15.422Z] #84 151.3 checking for inttypes.h... yes
07:52:15 [2022-07-28T07:52:15.682Z] #84 151.4 checking for stdint.h... yes
07:52:15 [2022-07-28T07:52:15.682Z] #84 151.6 checking for unistd.h... yes
07:52:15 [2022-07-28T07:52:15.933Z] #21 22.24 Unpacking bash-completion (1:2.11-2) ...
07:52:15 [2022-07-28T07:52:15.941Z] #84 151.7 checking for dlfcn.h... yes
07:52:15 [2022-07-28T07:52:15.941Z] #84 151.9 checking for objdir... .libs
07:52:16 [2022-07-28T07:52:16.200Z] #84 152.2 checking if gcc supports -fno-rtti -fno-exceptions... no
07:52:16 [2022-07-28T07:52:16.200Z] #84 152.3 checking for gcc option to produce PIC... -fPIC -DPIC
07:52:16 [2022-07-28T07:52:16.200Z] #84 152.3 checking if gcc PIC flag -fPIC -DPIC works... yes
07:52:16 [2022-07-28T07:52:16.247Z] #14 ...
07:52:16 [2022-07-28T07:52:16.247Z] 
07:52:16 [2022-07-28T07:52:16.247Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:52:16 [2022-07-28T07:52:16.247Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:52:16 [2022-07-28T07:52:16.247Z] #77 46.74 aclocal: warning: couldn't open directory 'm4': No such file or directory
07:52:16 [2022-07-28T07:52:16.497Z] #21 22.72 Selecting previously unselected package bzip2.
07:52:16 [2022-07-28T07:52:16.497Z] #21 22.72 Preparing to unpack .../11-bzip2_1.0.8-4_arm64.deb ...
07:52:16 [2022-07-28T07:52:16.497Z] #21 22.72 Unpacking bzip2 (1.0.8-4) ...
07:52:16 [2022-07-28T07:52:16.497Z] #21 22.79 Selecting previously unselected package xz-utils.
07:52:16 [2022-07-28T07:52:16.497Z] #21 22.79 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
07:52:16 [2022-07-28T07:52:16.497Z] #21 22.79 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
07:52:16 [2022-07-28T07:52:16.497Z] #21 22.98 Selecting previously unselected package apparmor.
07:52:16 [2022-07-28T07:52:16.497Z] #21 22.98 Preparing to unpack .../13-apparmor_2.13.6-10_arm64.deb ...
07:52:16 [2022-07-28T07:52:16.754Z] #21 23.04 Unpacking apparmor (2.13.6-10) ...
07:52:16 [2022-07-28T07:52:16.769Z] #84 152.3 checking if gcc static flag -static works... yes
07:52:16 [2022-07-28T07:52:16.769Z] #84 152.7 checking if gcc supports -c -o file.o... yes
07:52:16 [2022-07-28T07:52:16.769Z] #84 152.8 checking if gcc supports -c -o file.o... (cached) yes
07:52:16 [2022-07-28T07:52:16.769Z] #84 152.8 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
07:52:17 [2022-07-28T07:52:17.009Z] #21 23.38 Selecting previously unselected package inetutils-ping.
07:52:17 [2022-07-28T07:52:17.009Z] #21 23.39 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_arm64.deb ...
07:52:17 [2022-07-28T07:52:17.009Z] #21 23.40 Unpacking inetutils-ping (2:2.0-1) ...
07:52:17 [2022-07-28T07:52:17.028Z] #84 152.9 checking dynamic linker characteristics... GNU/Linux ld.so
07:52:17 [2022-07-28T07:52:17.028Z] #84 153.0 checking how to hardcode library paths into programs... immediate
07:52:17 [2022-07-28T07:52:17.028Z] #84 153.0 checking whether stripping libraries is possible... yes
07:52:17 [2022-07-28T07:52:17.028Z] #84 153.0 checking if libtool supports shared libraries... yes
07:52:17 [2022-07-28T07:52:17.028Z] #84 153.0 checking whether to build shared libraries... no
07:52:17 [2022-07-28T07:52:17.028Z] #84 153.0 checking whether to build static libraries... yes
07:52:17 [2022-07-28T07:52:17.265Z] #21 23.52 Selecting previously unselected package libip4tc2:arm64.
07:52:17 [2022-07-28T07:52:17.265Z] #21 23.53 Preparing to unpack .../15-libip4tc2_1.8.7-1_arm64.deb ...
07:52:17 [2022-07-28T07:52:17.265Z] #21 23.53 Unpacking libip4tc2:arm64 (1.8.7-1) ...
07:52:17 [2022-07-28T07:52:17.265Z] #21 23.63 Selecting previously unselected package libip6tc2:arm64.
07:52:17 [2022-07-28T07:52:17.265Z] #21 23.65 Preparing to unpack .../16-libip6tc2_1.8.7-1_arm64.deb ...
07:52:17 [2022-07-28T07:52:17.265Z] #21 23.65 Unpacking libip6tc2:arm64 (1.8.7-1) ...
07:52:17 [2022-07-28T07:52:17.265Z] #21 23.75 Selecting previously unselected package libnfnetlink0:arm64.
07:52:17 [2022-07-28T07:52:17.289Z] #84 153.0 checking float.h usability... yes
07:52:17 [2022-07-28T07:52:17.289Z] #84 153.2 checking float.h presence... yes
07:52:17 [2022-07-28T07:52:17.289Z] #84 153.3 checking for float.h... yes
07:52:17 [2022-07-28T07:52:17.411Z] #67 ...
07:52:17 [2022-07-28T07:52:17.411Z] 
07:52:17 [2022-07-28T07:52:17.411Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:52:17 [2022-07-28T07:52:17.411Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:52:17 [2022-07-28T07:52:17.411Z] #77 110.1 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
07:52:17 [2022-07-28T07:52:17.411Z] #77 110.1 libtoolize: copying file 'build-aux/ltmain.sh'
07:52:17 [2022-07-28T07:52:17.411Z] #77 110.7 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
07:52:17 [2022-07-28T07:52:17.411Z] #77 110.7 libtoolize: copying file 'm4/libtool.m4'
07:52:17 [2022-07-28T07:52:17.411Z] #77 110.8 libtoolize: copying file 'm4/ltoptions.m4'
07:52:17 [2022-07-28T07:52:17.411Z] #77 111.0 libtoolize: copying file 'm4/ltsugar.m4'
07:52:17 [2022-07-28T07:52:17.411Z] #77 111.1 libtoolize: copying file 'm4/ltversion.m4'
07:52:17 [2022-07-28T07:52:17.411Z] #77 111.2 libtoolize: copying file 'm4/lt~obsolete.m4'
07:52:17 [2022-07-28T07:52:17.411Z] #77 ...
07:52:17 [2022-07-28T07:52:17.411Z] 
07:52:17 [2022-07-28T07:52:17.411Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:52:17 [2022-07-28T07:52:17.411Z] #14 sha256:b25eac2f6ddf70c42113ea1e9c9616359e7796e8a4be5e3f87392c5fb5b439d0
07:52:17 [2022-07-28T07:52:17.411Z] #14 195.0 Selecting previously unselected package g++-mingw-w64-x86-64.
07:52:17 [2022-07-28T07:52:17.411Z] #14 195.0 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
07:52:17 [2022-07-28T07:52:17.411Z] #14 195.1 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
07:52:17 [2022-07-28T07:52:17.411Z] #14 195.2 Selecting previously unselected package libapparmor1:amd64.
07:52:17 [2022-07-28T07:52:17.411Z] #14 195.2 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ...
07:52:17 [2022-07-28T07:52:17.411Z] #14 195.2 Unpacking libapparmor1:amd64 (2.13.6-10) ...
07:52:17 [2022-07-28T07:52:17.411Z] #14 195.4 Selecting previously unselected package libapparmor-dev:amd64.
07:52:17 [2022-07-28T07:52:17.411Z] #14 195.4 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ...
07:52:17 [2022-07-28T07:52:17.411Z] #14 195.4 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
07:52:17 [2022-07-28T07:52:17.411Z] #14 195.6 Selecting previously unselected package libbtrfs0:amd64.
07:52:17 [2022-07-28T07:52:17.411Z] #14 195.6 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...
07:52:17 [2022-07-28T07:52:17.411Z] #14 195.6 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
07:52:17 [2022-07-28T07:52:17.411Z] #14 195.9 Selecting previously unselected package libbtrfs-dev:amd64.
07:52:17 [2022-07-28T07:52:17.411Z] #14 195.9 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ...
07:52:17 [2022-07-28T07:52:17.411Z] #14 195.9 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
07:52:17 [2022-07-28T07:52:17.411Z] #14 196.8 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
07:52:17 [2022-07-28T07:52:17.411Z] #14 196.8 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
07:52:17 [2022-07-28T07:52:17.411Z] #14 196.8 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
07:52:17 [2022-07-28T07:52:17.411Z] #14 196.9 Selecting previously unselected package libudev-dev:amd64.
07:52:17 [2022-07-28T07:52:17.411Z] #14 196.9 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ...
07:52:17 [2022-07-28T07:52:17.411Z] #14 196.9 Unpacking libudev-dev:amd64 (247.3-7) ...
07:52:17 [2022-07-28T07:52:17.411Z] #14 197.1 Selecting previously unselected package libsepol1-dev:amd64.
07:52:17 [2022-07-28T07:52:17.411Z] #14 197.1 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ...
07:52:17 [2022-07-28T07:52:17.411Z] #14 197.1 Unpacking libsepol1-dev:amd64 (3.1-1) ...
07:52:17 [2022-07-28T07:52:17.411Z] #14 197.5 Selecting previously unselected package libpcre2-16-0:amd64.
07:52:17 [2022-07-28T07:52:17.411Z] #14 197.5 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ...
07:52:17 [2022-07-28T07:52:17.411Z] #14 197.5 Unpacking libpcre2-16-0:amd64 (10.36-2) ...
07:52:17 [2022-07-28T07:52:17.411Z] #14 197.7 Selecting previously unselected package libpcre2-32-0:amd64.
07:52:17 [2022-07-28T07:52:17.411Z] #14 197.7 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ...
07:52:17 [2022-07-28T07:52:17.411Z] #14 197.7 Unpacking libpcre2-32-0:amd64 (10.36-2) ...
07:52:17 [2022-07-28T07:52:17.411Z] #14 198.0 Selecting previously unselected package libpcre2-posix2:amd64.
07:52:17 [2022-07-28T07:52:17.522Z] #21 23.75 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_arm64.deb ...
07:52:17 [2022-07-28T07:52:17.522Z] #21 23.76 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ...
07:52:17 [2022-07-28T07:52:17.522Z] #21 23.84 Selecting previously unselected package libnetfilter-conntrack3:arm64.
07:52:17 [2022-07-28T07:52:17.522Z] #21 23.85 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_arm64.deb ...
07:52:17 [2022-07-28T07:52:17.522Z] #21 23.85 Unpacking libnetfilter-conntrack3:arm64 (1.0.8-3) ...
07:52:17 [2022-07-28T07:52:17.522Z] #21 23.92 Selecting previously unselected package libnftnl11:arm64.
07:52:17 [2022-07-28T07:52:17.522Z] #21 23.92 Preparing to unpack .../19-libnftnl11_1.1.9-1_arm64.deb ...
07:52:17 [2022-07-28T07:52:17.522Z] #21 23.92 Unpacking libnftnl11:arm64 (1.1.9-1) ...
07:52:17 [2022-07-28T07:52:17.548Z] #84 153.3 checking limits.h usability... yes
07:52:17 [2022-07-28T07:52:17.548Z] #84 153.4 checking limits.h presence... yes
07:52:17 [2022-07-28T07:52:17.548Z] #84 153.4 checking for limits.h... yes
07:52:17 [2022-07-28T07:52:17.548Z] #84 153.5 checking stddef.h usability... yes
07:52:17 [2022-07-28T07:52:17.548Z] #84 153.6 checking stddef.h presence... yes
07:52:17 [2022-07-28T07:52:17.670Z] #14 198.0 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ...
07:52:17 [2022-07-28T07:52:17.670Z] #14 198.0 Unpacking libpcre2-posix2:amd64 (10.36-2) ...
07:52:17 [2022-07-28T07:52:17.670Z] #14 198.3 Selecting previously unselected package libpcre2-dev:amd64.
07:52:17 [2022-07-28T07:52:17.670Z] #14 198.3 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ...
07:52:17 [2022-07-28T07:52:17.778Z] #21 24.01 Selecting previously unselected package iptables.
07:52:17 [2022-07-28T07:52:17.778Z] #21 24.02 Preparing to unpack .../20-iptables_1.8.7-1_arm64.deb ...
07:52:17 [2022-07-28T07:52:17.778Z] #21 24.02 Unpacking iptables (1.8.7-1) ...
07:52:17 [2022-07-28T07:52:17.807Z] #84 153.7 checking for stddef.h... yes
07:52:17 [2022-07-28T07:52:17.807Z] #84 153.7 checking for stdlib.h... (cached) yes
07:52:17 [2022-07-28T07:52:17.807Z] #84 153.7 checking for string.h... (cached) yes
07:52:17 [2022-07-28T07:52:17.807Z] #84 153.7 checking sys/time.h usability... yes
07:52:17 [2022-07-28T07:52:17.930Z] #14 198.3 Unpacking libpcre2-dev:amd64 (10.36-2) ...
07:52:18 [2022-07-28T07:52:18.035Z] #21 24.27 Selecting previously unselected package libonig5:arm64.
07:52:18 [2022-07-28T07:52:18.035Z] #21 24.29 Preparing to unpack .../21-libonig5_6.9.6-1.1_arm64.deb ...
07:52:18 [2022-07-28T07:52:18.035Z] #21 24.32 Unpacking libonig5:arm64 (6.9.6-1.1) ...
07:52:18 [2022-07-28T07:52:18.035Z] #21 24.48 Selecting previously unselected package libjq1:arm64.
07:52:18 [2022-07-28T07:52:18.035Z] #21 24.49 Preparing to unpack .../22-libjq1_1.6-2.1_arm64.deb ...
07:52:18 [2022-07-28T07:52:18.035Z] #21 24.50 Unpacking libjq1:arm64 (1.6-2.1) ...
07:52:18 [2022-07-28T07:52:18.066Z] #84 153.9 checking sys/time.h presence... yes
07:52:18 [2022-07-28T07:52:18.066Z] #84 154.0 checking for sys/time.h... yes
07:52:18 [2022-07-28T07:52:18.066Z] #84 154.0 checking for inline... inline
07:52:18 [2022-07-28T07:52:18.113Z] #60 ...
07:52:18 [2022-07-28T07:52:18.114Z] 
07:52:18 [2022-07-28T07:52:18.114Z] #15 [dev-systemd-false  1/28] RUN groupadd -r docker
07:52:18 [2022-07-28T07:52:18.114Z] #15 sha256:3810a3c4ce28d1558f65ab8b1cdff06206e7f757063962fc94a5f8be54bd5b33
07:52:18 [2022-07-28T07:52:18.114Z] #15 DONE 5.2s
07:52:18 [2022-07-28T07:52:18.292Z] #21 24.61 Selecting previously unselected package jq.
07:52:18 [2022-07-28T07:52:18.292Z] #21 24.64 Preparing to unpack .../23-jq_1.6-2.1_arm64.deb ...
07:52:18 [2022-07-28T07:52:18.292Z] #21 24.65 Unpacking jq (1.6-2.1) ...
07:52:18 [2022-07-28T07:52:18.292Z] #21 24.73 Selecting previously unselected package libaio1:arm64.
07:52:18 [2022-07-28T07:52:18.292Z] #21 24.74 Preparing to unpack .../24-libaio1_0.3.112-9_arm64.deb ...
07:52:18 [2022-07-28T07:52:18.292Z] #21 24.74 Unpacking libaio1:arm64 (0.3.112-9) ...
07:52:18 [2022-07-28T07:52:18.327Z] #84 154.1 checking for size_t... yes
07:52:18 [2022-07-28T07:52:18.327Z] #84 154.4 checking for stdlib.h... (cached) yes
07:52:18 [2022-07-28T07:52:18.371Z] 
07:52:18 [2022-07-28T07:52:18.371Z] #16 [dev-systemd-false  2/28] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
07:52:18 [2022-07-28T07:52:18.371Z] #16 sha256:33330fab072315227162ffd729b507440ba4330added882ead3dbb9adfd4ab6f
07:52:18 [2022-07-28T07:52:18.500Z] #14 199.1 Selecting previously unselected package libselinux1-dev:amd64.
07:52:18 [2022-07-28T07:52:18.548Z] #21 24.81 Selecting previously unselected package libgpm2:arm64.
07:52:18 [2022-07-28T07:52:18.548Z] #21 24.81 Preparing to unpack .../25-libgpm2_1.20.7-8_arm64.deb ...
07:52:18 [2022-07-28T07:52:18.548Z] #21 24.82 Unpacking libgpm2:arm64 (1.20.7-8) ...
07:52:18 [2022-07-28T07:52:18.548Z] #21 24.90 Selecting previously unselected package libicu67:arm64.
07:52:18 [2022-07-28T07:52:18.548Z] #21 24.91 Preparing to unpack .../26-libicu67_67.1-7_arm64.deb ...
07:52:18 [2022-07-28T07:52:18.548Z] #21 24.91 Unpacking libicu67:arm64 (67.1-7) ...
07:52:18 [2022-07-28T07:52:18.586Z] #84 154.4 checking for GNU libc compatible malloc... yes
07:52:18 [2022-07-28T07:52:18.760Z] #14 199.1 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ...
07:52:18 [2022-07-28T07:52:18.760Z] #14 199.2 Unpacking libselinux1-dev:amd64 (3.1-3) ...
07:52:18 [2022-07-28T07:52:18.846Z] #84 154.6 checking for stdlib.h... (cached) yes
07:52:18 [2022-07-28T07:52:18.846Z] #84 154.7 checking for GNU libc compatible realloc... yes
07:52:19 [2022-07-28T07:52:19.104Z] #84 154.8 checking for working strtod... yes
07:52:19 [2022-07-28T07:52:19.329Z] #14 199.6 Selecting previously unselected package libdevmapper-dev:amd64.
07:52:19 [2022-07-28T07:52:19.330Z] #14 199.7 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
07:52:19 [2022-07-28T07:52:19.330Z] #14 199.7 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
07:52:19 [2022-07-28T07:52:19.364Z] #84 155.1 checking for gettimeofday... yes
07:52:19 [2022-07-28T07:52:19.589Z] #14 199.9 Selecting previously unselected package libseccomp-dev:amd64.
07:52:19 [2022-07-28T07:52:19.589Z] #14 199.9 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
07:52:19 [2022-07-28T07:52:19.589Z] #14 199.9 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
07:52:19 [2022-07-28T07:52:19.623Z] #84 155.3 checking for memset... yes
07:52:19 [2022-07-28T07:52:19.849Z] #14 200.2 Selecting previously unselected package libsystemd-dev:amd64.
07:52:19 [2022-07-28T07:52:19.849Z] #14 200.2 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ...
07:52:19 [2022-07-28T07:52:19.849Z] #14 200.2 Unpacking libsystemd-dev:amd64 (247.3-7) ...
07:52:19 [2022-07-28T07:52:19.882Z] #84 155.7 checking for strspn... yes
07:52:19 [2022-07-28T07:52:19.916Z] #21 ...
07:52:19 [2022-07-28T07:52:19.916Z] 
07:52:19 [2022-07-28T07:52:19.916Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:52:19 [2022-07-28T07:52:19.916Z] #77 sha256:08904648274d48335dfd8ac9ff733aa2134ce67ddc8a78b8db269c23f005044a
07:52:19 [2022-07-28T07:52:19.916Z] #77 93.44 config.status: creating Makefile
07:52:19 [2022-07-28T07:52:19.916Z] #77 93.55 config.status: creating rpm/crun.spec
07:52:19 [2022-07-28T07:52:19.916Z] #77 93.64 config.status: creating config.h
07:52:19 [2022-07-28T07:52:19.916Z] #77 93.69 config.status: executing libtool commands
07:52:19 [2022-07-28T07:52:19.916Z] #77 93.74 config.status: executing depfiles commands
07:52:19 [2022-07-28T07:52:19.916Z] #77 95.00 === configuring in libocispec (/tmp/crun-build/libocispec)
07:52:19 [2022-07-28T07:52:19.916Z] #77 95.03 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
07:52:19 [2022-07-28T07:52:19.916Z] #77 95.44 checking for gcc... gcc
07:52:19 [2022-07-28T07:52:19.916Z] #77 95.51 checking whether the C compiler works... yes
07:52:19 [2022-07-28T07:52:19.916Z] #77 95.70 checking for C compiler default output file name... a.out
07:52:19 [2022-07-28T07:52:19.916Z] #77 95.71 checking for suffix of executables... 
07:52:19 [2022-07-28T07:52:19.916Z] #77 95.90 checking whether we are cross compiling... no
07:52:19 [2022-07-28T07:52:19.916Z] #77 96.12 checking for suffix of object files... o
07:52:19 [2022-07-28T07:52:19.916Z] #77 96.24 checking whether we are using the GNU C compiler... yes
07:52:19 [2022-07-28T07:52:19.916Z] #77 96.35 checking whether gcc accepts -g... yes
07:52:19 [2022-07-28T07:52:19.916Z] #77 96.49 checking for gcc option to accept ISO C89... none needed
07:52:19 [2022-07-28T07:52:19.916Z] #77 96.61 checking whether gcc understands -c and -o together... yes
07:52:19 [2022-07-28T07:52:19.916Z] #77 96.78 checking how to run the C preprocessor... gcc -E
07:52:19 [2022-07-28T07:52:19.916Z] #77 97.04 checking for grep that handles long lines and -e... /bin/grep
07:52:19 [2022-07-28T07:52:19.916Z] #77 97.06 checking for egrep... /bin/grep -E
07:52:19 [2022-07-28T07:52:19.916Z] #77 97.06 checking for ANSI C header files... yes
07:52:19 [2022-07-28T07:52:19.916Z] #77 97.49 checking for sys/types.h... yes
07:52:19 [2022-07-28T07:52:19.916Z] #77 97.67 checking for sys/stat.h... yes
07:52:19 [2022-07-28T07:52:19.916Z] #77 97.86 checking for stdlib.h... yes
07:52:19 [2022-07-28T07:52:19.916Z] #77 98.05 checking for string.h... yes
07:52:19 [2022-07-28T07:52:19.916Z] #77 98.23 checking for memory.h... yes
07:52:19 [2022-07-28T07:52:19.916Z] #77 98.49 checking for strings.h... yes
07:52:19 [2022-07-28T07:52:19.916Z] #77 98.64 checking for inttypes.h... yes
07:52:19 [2022-07-28T07:52:19.916Z] #77 98.83 checking for stdint.h... yes
07:52:19 [2022-07-28T07:52:19.916Z] #77 99.00 checking for unistd.h... yes
07:52:19 [2022-07-28T07:52:19.916Z] #77 99.17 checking minix/config.h usability... no
07:52:19 [2022-07-28T07:52:19.916Z] #77 99.32 checking minix/config.h presence... no
07:52:19 [2022-07-28T07:52:19.916Z] #77 99.39 checking for minix/config.h... no
07:52:19 [2022-07-28T07:52:19.916Z] #77 99.39 checking whether it is safe to define __EXTENSIONS__... yes
07:52:19 [2022-07-28T07:52:19.916Z] #77 99.62 checking build system type... aarch64-unknown-linux-gnu
07:52:19 [2022-07-28T07:52:19.916Z] #77 99.98 checking host system type... aarch64-unknown-linux-gnu
07:52:19 [2022-07-28T07:52:19.916Z] #77 99.98 checking how to print strings... printf
07:52:19 [2022-07-28T07:52:19.916Z] #77 99.98 checking for a sed that does not truncate output... /bin/sed
07:52:19 [2022-07-28T07:52:19.916Z] #77 100.0 checking for fgrep... /bin/grep -F
07:52:19 [2022-07-28T07:52:19.916Z] #77 100.1 checking for ld used by gcc... /usr/bin/ld
07:52:19 [2022-07-28T07:52:19.916Z] #77 100.1 checking if the linker (/usr/bin/ld) is GNU ld... yes
07:52:19 [2022-07-28T07:52:19.916Z] #77 100.1 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
07:52:19 [2022-07-28T07:52:19.916Z] #77 100.1 checking the name lister (/usr/bin/nm -B) interface... BSD nm
07:52:19 [2022-07-28T07:52:19.916Z] #77 100.2 checking whether ln -s works... yes
07:52:19 [2022-07-28T07:52:19.916Z] #77 100.2 checking the maximum length of command line arguments... 1572864
07:52:19 [2022-07-28T07:52:19.916Z] #77 100.3 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
07:52:19 [2022-07-28T07:52:19.916Z] #77 100.3 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
07:52:19 [2022-07-28T07:52:19.916Z] #77 100.3 checking for /usr/bin/ld option to reload object files... -r
07:52:19 [2022-07-28T07:52:19.916Z] #77 100.3 checking for objdump... objdump
07:52:19 [2022-07-28T07:52:19.916Z] #77 100.3 checking how to recognize dependent libraries... pass_all
07:52:19 [2022-07-28T07:52:19.916Z] #77 100.3 checking for dlltool... no
07:52:19 [2022-07-28T07:52:19.916Z] #77 100.3 checking how to associate runtime and link libraries... printf %s\n
07:52:19 [2022-07-28T07:52:19.916Z] #77 100.3 checking for ar... ar
07:52:19 [2022-07-28T07:52:19.916Z] #77 100.3 checking for archiver @FILE support... @
07:52:19 [2022-07-28T07:52:19.916Z] #77 100.5 checking for strip... strip
07:52:19 [2022-07-28T07:52:19.916Z] #77 100.5 checking for ranlib... ranlib
07:52:19 [2022-07-28T07:52:19.916Z] #77 100.5 checking for gawk... no
07:52:19 [2022-07-28T07:52:19.916Z] #77 100.5 checking for mawk... mawk
07:52:19 [2022-07-28T07:52:19.916Z] #77 100.5 checking command to parse /usr/bin/nm -B output from gcc object... ok
07:52:19 [2022-07-28T07:52:19.916Z] #77 100.8 checking for sysroot... no
07:52:19 [2022-07-28T07:52:19.916Z] #77 100.8 checking for a working dd... /bin/dd
07:52:19 [2022-07-28T07:52:19.916Z] #77 100.8 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
07:52:19 [2022-07-28T07:52:19.916Z] #77 100.9 checking for mt... no
07:52:19 [2022-07-28T07:52:19.916Z] #77 100.9 checking if : is a manifest tool... no
07:52:19 [2022-07-28T07:52:19.916Z] #77 100.9 checking for dlfcn.h... yes
07:52:19 [2022-07-28T07:52:19.916Z] #77 101.0 checking for objdir... .libs
07:52:19 [2022-07-28T07:52:19.916Z] #77 101.5 checking if gcc supports -fno-rtti -fno-exceptions... no
07:52:19 [2022-07-28T07:52:19.916Z] #77 101.6 checking for gcc option to produce PIC... -fPIC -DPIC
07:52:19 [2022-07-28T07:52:19.916Z] #77 101.6 checking if gcc PIC flag -fPIC -DPIC works... yes
07:52:19 [2022-07-28T07:52:19.916Z] #77 101.7 checking if gcc static flag -static works... yes
07:52:19 [2022-07-28T07:52:19.916Z] #77 102.0 checking if gcc supports -c -o file.o... yes
07:52:19 [2022-07-28T07:52:19.916Z] #77 102.1 checking if gcc supports -c -o file.o... (cached) yes
07:52:19 [2022-07-28T07:52:19.916Z] #77 102.1 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
07:52:20 [2022-07-28T07:52:20.141Z] #84 156.0 checking that generated files are newer than configure... done
07:52:20 [2022-07-28T07:52:20.141Z] #84 156.0 configure: creating ./config.status
07:52:20 [2022-07-28T07:52:20.173Z] #77 102.2 checking dynamic linker characteristics... GNU/Linux ld.so
07:52:20 [2022-07-28T07:52:20.173Z] #77 102.5 checking how to hardcode library paths into programs... immediate
07:52:20 [2022-07-28T07:52:20.173Z] #77 102.5 checking whether stripping libraries is possible... yes
07:52:20 [2022-07-28T07:52:20.173Z] #77 102.5 checking if libtool supports shared libraries... yes
07:52:20 [2022-07-28T07:52:20.173Z] #77 102.5 checking whether to build shared libraries... no
07:52:20 [2022-07-28T07:52:20.173Z] #77 102.5 checking whether to build static libraries... yes
07:52:20 [2022-07-28T07:52:20.173Z] #77 102.5 checking for a BSD-compatible install... /usr/bin/install -c
07:52:20 [2022-07-28T07:52:20.173Z] #77 102.6 checking whether build environment is sane... yes
07:52:20 [2022-07-28T07:52:20.173Z] #77 102.6 checking for a thread-safe mkdir -p... /bin/mkdir -p
07:52:20 [2022-07-28T07:52:20.429Z] #77 102.6 checking whether make sets $(MAKE)... yes
07:52:20 [2022-07-28T07:52:20.429Z] #77 102.7 checking whether make supports the include directive... yes (GNU style)
07:52:20 [2022-07-28T07:52:20.429Z] #77 102.7 checking whether make supports nested variables... yes
07:52:20 [2022-07-28T07:52:20.429Z] #77 102.8 checking whether UID '0' is supported by ustar format... yes
07:52:20 [2022-07-28T07:52:20.429Z] #77 102.8 checking whether GID '0' is supported by ustar format... yes
07:52:20 [2022-07-28T07:52:20.429Z] #77 102.8 checking how to create a ustar tar archive... gnutar
07:52:20 [2022-07-28T07:52:20.686Z] #77 102.9 checking dependency style of gcc... gcc3
07:52:20 [2022-07-28T07:52:20.686Z] #77 103.0 checking whether to enable maintainer-specific portions of Makefiles... yes
07:52:20 [2022-07-28T07:52:20.686Z] #77 103.0 checking whether make supports nested variables... (cached) yes
07:52:20 [2022-07-28T07:52:20.686Z] #77 103.0 checking for pkg-config... /usr/bin/pkg-config
07:52:20 [2022-07-28T07:52:20.686Z] #77 103.0 checking pkg-config is at least version 0.9.0... yes
07:52:20 [2022-07-28T07:52:20.686Z] #77 103.0 checking for yajl >= 2.1.0... yes
07:52:20 [2022-07-28T07:52:20.686Z] #77 103.1 checking for a sed that does not truncate output... (cached) /bin/sed
07:52:20 [2022-07-28T07:52:20.686Z] #77 103.1 checking for gcc... (cached) gcc
07:52:20 [2022-07-28T07:52:20.788Z] #14 201.1 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
07:52:20 [2022-07-28T07:52:20.788Z] #14 201.2 Setting up libapparmor1:amd64 (2.13.6-10) ...
07:52:20 [2022-07-28T07:52:20.788Z] #14 201.2 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
07:52:20 [2022-07-28T07:52:20.788Z] #14 201.2 Setting up libsepol1-dev:amd64 (3.1-1) ...
07:52:20 [2022-07-28T07:52:20.788Z] #14 201.2 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
07:52:20 [2022-07-28T07:52:20.788Z] #14 201.2 Setting up libpcre2-16-0:amd64 (10.36-2) ...
07:52:20 [2022-07-28T07:52:20.788Z] #14 201.2 Setting up libbtrfs0:amd64 (5.10.1-2) ...
07:52:20 [2022-07-28T07:52:20.788Z] #14 201.2 Setting up libpcre2-32-0:amd64 (10.36-2) ...
07:52:20 [2022-07-28T07:52:20.788Z] #14 201.3 Setting up libudev-dev:amd64 (247.3-7) ...
07:52:20 [2022-07-28T07:52:20.788Z] #14 201.3 Setting up libpcre2-posix2:amd64 (10.36-2) ...
07:52:20 [2022-07-28T07:52:20.788Z] #14 201.3 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
07:52:20 [2022-07-28T07:52:20.788Z] #14 201.3 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
07:52:20 [2022-07-28T07:52:20.788Z] #14 201.3 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
07:52:20 [2022-07-28T07:52:20.788Z] #14 201.3 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
07:52:20 [2022-07-28T07:52:20.788Z] #14 201.3 Setting up mingw-w64-common (8.0.0-1) ...
07:52:20 [2022-07-28T07:52:20.788Z] #14 201.4 Setting up libsystemd-dev:amd64 (247.3-7) ...
07:52:20 [2022-07-28T07:52:20.788Z] #14 201.4 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
07:52:20 [2022-07-28T07:52:20.943Z] #77 103.2 checking whether we are using the GNU C compiler... (cached) yes
07:52:20 [2022-07-28T07:52:20.943Z] #77 103.2 checking whether gcc accepts -g... (cached) yes
07:52:20 [2022-07-28T07:52:20.943Z] #77 103.2 checking for gcc option to accept ISO C89... (cached) none needed
07:52:20 [2022-07-28T07:52:20.943Z] #77 103.2 checking whether gcc understands -c and -o together... (cached) yes
07:52:20 [2022-07-28T07:52:20.943Z] #77 103.2 checking for a Python interpreter with version >= 3... python3
07:52:21 [2022-07-28T07:52:21.048Z] #14 201.4 Setting up libpcre2-dev:amd64 (10.36-2) ...
07:52:21 [2022-07-28T07:52:21.048Z] #14 201.4 Setting up libselinux1-dev:amd64 (3.1-3) ...
07:52:21 [2022-07-28T07:52:21.048Z] #14 201.4 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
07:52:21 [2022-07-28T07:52:21.048Z] #14 201.4 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
07:52:21 [2022-07-28T07:52:21.048Z] #14 201.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
07:52:21 [2022-07-28T07:52:21.048Z] #14 201.5 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
07:52:21 [2022-07-28T07:52:21.048Z] #14 ...
07:52:21 [2022-07-28T07:52:21.048Z] 
07:52:21 [2022-07-28T07:52:21.048Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
07:52:21 [2022-07-28T07:52:21.048Z] #67 sha256:684f6b5af87a6c06a0306e7ddde576b4a8b7c63599f34b8990adc5a427f006e1
07:52:21 [2022-07-28T07:52:21.048Z] #67 200.9 rootlesskit version 1.0.0
07:52:21 [2022-07-28T07:52:21.048Z] #67 200.9 Usage of /build/rootlesskit-docker-proxy:
07:52:21 [2022-07-28T07:52:21.048Z] #67 200.9   -container-ip string
07:52:21 [2022-07-28T07:52:21.048Z] #67 200.9     	container ip
07:52:21 [2022-07-28T07:52:21.048Z] #67 200.9   -container-port int
07:52:21 [2022-07-28T07:52:21.048Z] #67 200.9     	container port (default -1)
07:52:21 [2022-07-28T07:52:21.048Z] #67 200.9   -host-ip string
07:52:21 [2022-07-28T07:52:21.048Z] #67 200.9     	host ip
07:52:21 [2022-07-28T07:52:21.048Z] #67 200.9   -host-port int
07:52:21 [2022-07-28T07:52:21.048Z] #67 200.9     	host port (default -1)
07:52:21 [2022-07-28T07:52:21.048Z] #67 200.9   -proto string
07:52:21 [2022-07-28T07:52:21.048Z] #67 200.9     	proxy protocol (default "tcp")
07:52:21 [2022-07-28T07:52:21.200Z] #77 103.3 checking for python3... /usr/bin/python3
07:52:21 [2022-07-28T07:52:21.200Z] #77 103.3 checking for python3 version... 3.9
07:52:21 [2022-07-28T07:52:21.200Z] #77 103.3 checking for python3 platform... linux
07:52:21 [2022-07-28T07:52:21.200Z] #77 103.4 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
07:52:21 [2022-07-28T07:52:21.507Z] #77 103.5 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
07:52:21 [2022-07-28T07:52:21.507Z] #77 103.8 checking that generated files are newer than configure... done
07:52:21 [2022-07-28T07:52:21.507Z] #77 103.8 configure: creating ./config.status
07:52:21 [2022-07-28T07:52:21.643Z] #16 DONE 3.3s
07:52:21 [2022-07-28T07:52:21.643Z] 
07:52:21 [2022-07-28T07:52:21.643Z] #17 [dev-systemd-false  3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
07:52:21 [2022-07-28T07:52:21.643Z] #17 sha256:e47e5b8954b79ac3d9bc7a5e6d40418878037f8c6a7131349db2372f1f868828
07:52:21 [2022-07-28T07:52:21.765Z] #77 ...
07:52:21 [2022-07-28T07:52:21.765Z] 
07:52:21 [2022-07-28T07:52:21.765Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
07:52:21 [2022-07-28T07:52:21.765Z] #21 sha256:fc014990f14f560307bb980ce888942f9b008012ba7b067dd81e03623fee6ad2
07:52:21 [2022-07-28T07:52:21.765Z] #21 28.04 Selecting previously unselected package libinih1:arm64.
07:52:21 [2022-07-28T07:52:21.765Z] #21 28.04 Preparing to unpack .../27-libinih1_53-1+b2_arm64.deb ...
07:52:21 [2022-07-28T07:52:21.765Z] #21 28.04 Unpacking libinih1:arm64 (53-1+b2) ...
07:52:21 [2022-07-28T07:52:21.765Z] #21 28.12 Selecting previously unselected package libnet1:arm64.
07:52:21 [2022-07-28T07:52:21.765Z] #21 28.12 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
07:52:21 [2022-07-28T07:52:21.765Z] #21 28.13 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
07:52:21 [2022-07-28T07:52:21.765Z] #21 28.22 Selecting previously unselected package libnl-3-200:arm64.
07:52:22 [2022-07-28T07:52:22.034Z] #21 28.22 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_arm64.deb ...
07:52:22 [2022-07-28T07:52:22.034Z] #21 28.24 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ...
07:52:22 [2022-07-28T07:52:22.034Z] #21 28.36 Selecting previously unselected package libprotobuf-c1:arm64.
07:52:22 [2022-07-28T07:52:22.034Z] #21 28.36 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_arm64.deb ...
07:52:22 [2022-07-28T07:52:22.034Z] #21 28.37 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ...
07:52:22 [2022-07-28T07:52:22.034Z] #21 28.46 Selecting previously unselected package libyajl2:arm64.
07:52:22 [2022-07-28T07:52:22.034Z] #21 28.46 Preparing to unpack .../31-libyajl2_2.1.0-3_arm64.deb ...
07:52:22 [2022-07-28T07:52:22.302Z] #21 28.47 Unpacking libyajl2:arm64 (2.1.0-3) ...
07:52:22 [2022-07-28T07:52:22.302Z] #21 28.54 Selecting previously unselected package net-tools.
07:52:22 [2022-07-28T07:52:22.302Z] #21 28.55 Preparing to unpack .../32-net-tools_1.60+git20181103.0eebece-1_arm64.deb ...
07:52:22 [2022-07-28T07:52:22.302Z] #21 28.55 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
07:52:22 [2022-07-28T07:52:22.562Z] #21 28.74 Selecting previously unselected package patch.
07:52:22 [2022-07-28T07:52:22.562Z] #21 28.74 Preparing to unpack .../33-patch_2.7.6-7_arm64.deb ...
07:52:22 [2022-07-28T07:52:22.562Z] #21 28.75 Unpacking patch (2.7.6-7) ...
07:52:22 [2022-07-28T07:52:22.562Z] #21 28.86 Selecting previously unselected package python-pip-whl.
07:52:22 [2022-07-28T07:52:22.562Z] #21 28.87 Preparing to unpack .../34-python-pip-whl_20.3.4-4+deb11u1_all.deb ...
07:52:22 [2022-07-28T07:52:22.562Z] #21 28.88 Unpacking python-pip-whl (20.3.4-4+deb11u1) ...
07:52:23 [2022-07-28T07:52:23.127Z] #21 29.53 Selecting previously unselected package python3-lib2to3.
07:52:23 [2022-07-28T07:52:23.127Z] #21 29.53 Preparing to unpack .../35-python3-lib2to3_3.9.2-1_all.deb ...
07:52:23 [2022-07-28T07:52:23.127Z] #21 29.54 Unpacking python3-lib2to3 (3.9.2-1) ...
07:52:23 [2022-07-28T07:52:23.383Z] #21 29.69 Selecting previously unselected package python3-distutils.
07:52:23 [2022-07-28T07:52:23.383Z] #21 29.69 Preparing to unpack .../36-python3-distutils_3.9.2-1_all.deb ...
07:52:23 [2022-07-28T07:52:23.383Z] #21 29.69 Unpacking python3-distutils (3.9.2-1) ...
07:52:23 [2022-07-28T07:52:23.383Z] #21 29.81 Selecting previously unselected package python3-pkg-resources.
07:52:23 [2022-07-28T07:52:23.383Z] #21 29.81 Preparing to unpack .../37-python3-pkg-resources_52.0.0-4_all.deb ...
07:52:23 [2022-07-28T07:52:23.383Z] #21 29.82 Unpacking python3-pkg-resources (52.0.0-4) ...
07:52:23 [2022-07-28T07:52:23.431Z] #84 159.2 config.status: creating Makefile
07:52:23 [2022-07-28T07:52:23.431Z] #84 159.3 config.status: creating config.h
07:52:23 [2022-07-28T07:52:23.431Z] #84 159.4 config.status: executing depfiles commands
07:52:23 [2022-07-28T07:52:23.590Z] #67 DONE 203.5s
07:52:23 [2022-07-28T07:52:23.590Z] 
07:52:23 [2022-07-28T07:52:23.590Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:52:23 [2022-07-28T07:52:23.590Z] #14 sha256:b25eac2f6ddf70c42113ea1e9c9616359e7796e8a4be5e3f87392c5fb5b439d0
07:52:23 [2022-07-28T07:52:23.590Z] #14 201.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
07:52:23 [2022-07-28T07:52:23.590Z] #14 201.6 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
07:52:23 [2022-07-28T07:52:23.590Z] #14 202.0 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
07:52:23 [2022-07-28T07:52:23.590Z] #14 202.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
07:52:23 [2022-07-28T07:52:23.590Z] #14 202.3 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
07:52:23 [2022-07-28T07:52:23.590Z] #14 202.8 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
07:52:23 [2022-07-28T07:52:23.590Z] #14 203.4 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
07:52:23 [2022-07-28T07:52:23.590Z] #14 203.7 Setting up dmsetup (2:1.02.175-2.1) ...
07:52:23 [2022-07-28T07:52:23.590Z] #14 203.8 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
07:52:23 [2022-07-28T07:52:23.590Z] #14 203.8 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
07:52:23 [2022-07-28T07:52:23.590Z] #14 204.0 Processing triggers for libc-bin (2.31-13+deb11u3) ...
07:52:23 [2022-07-28T07:52:23.590Z] #14 ...
07:52:23 [2022-07-28T07:52:23.590Z] 
07:52:23 [2022-07-28T07:52:23.590Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
07:52:23 [2022-07-28T07:52:23.590Z] #68 sha256:c07cec1399ff12c55659d971ffdf71eb0b72115402a4b64f2a9c8929fa40b6a8
07:52:23 [2022-07-28T07:52:23.590Z] #68 DONE 0.1s
07:52:23 [2022-07-28T07:52:23.638Z] #21 29.97 Selecting previously unselected package python3-setuptools.
07:52:23 [2022-07-28T07:52:23.638Z] #21 29.97 Preparing to unpack .../38-python3-setuptools_52.0.0-4_all.deb ...
07:52:23 [2022-07-28T07:52:23.638Z] #21 29.97 Unpacking python3-setuptools (52.0.0-4) ...
07:52:23 [2022-07-28T07:52:23.638Z] #21 30.16 Selecting previously unselected package python3-wheel.
07:52:23 [2022-07-28T07:52:23.638Z] #21 30.16 Preparing to unpack .../39-python3-wheel_0.34.2-1_all.deb ...
07:52:23 [2022-07-28T07:52:23.689Z] #84 159.8 config.status: executing libtool commands
07:52:23 [2022-07-28T07:52:23.851Z] 
07:52:23 [2022-07-28T07:52:23.851Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
07:52:23 [2022-07-28T07:52:23.851Z] #69 sha256:5f2b30ba7680f28ba4c32ac43da3cc1cd0711e650f640cee5a6c7fc67d684c84
07:52:23 [2022-07-28T07:52:23.851Z] #69 DONE 0.1s
07:52:23 [2022-07-28T07:52:23.851Z] 
07:52:23 [2022-07-28T07:52:23.851Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
07:52:23 [2022-07-28T07:52:23.851Z] #34 sha256:d2cbdd6a29733efe204107531a63420dd0914582d52234dd597a7076fc70e19c
07:52:23 [2022-07-28T07:52:23.897Z] #21 30.18 Unpacking python3-wheel (0.34.2-1) ...
07:52:23 [2022-07-28T07:52:23.897Z] #21 30.28 Selecting previously unselected package python3-pip.
07:52:23 [2022-07-28T07:52:23.897Z] #21 30.28 Preparing to unpack .../40-python3-pip_20.3.4-4+deb11u1_all.deb ...
07:52:23 [2022-07-28T07:52:23.897Z] #21 30.28 Unpacking python3-pip (20.3.4-4+deb11u1) ...
07:52:24 [2022-07-28T07:52:24.153Z] #21 30.60 Selecting previously unselected package sudo.
07:52:24 [2022-07-28T07:52:24.153Z] #21 30.60 Preparing to unpack .../41-sudo_1.9.5p2-3_arm64.deb ...
07:52:24 [2022-07-28T07:52:24.153Z] #21 30.61 Unpacking sudo (1.9.5p2-3) ...
07:52:24 [2022-07-28T07:52:24.361Z] #77 ...
07:52:24 [2022-07-28T07:52:24.361Z] 
07:52:24 [2022-07-28T07:52:24.361Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
07:52:24 [2022-07-28T07:52:24.361Z] #64 sha256:a83dd89044378513cb32dea11845ab16ad14a0e28f2e74ea339d456289eb174d
07:52:24 [2022-07-28T07:52:24.792Z] #34 ...
07:52:24 [2022-07-28T07:52:24.792Z] 
07:52:24 [2022-07-28T07:52:24.792Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:52:24 [2022-07-28T07:52:24.792Z] #14 sha256:b25eac2f6ddf70c42113ea1e9c9616359e7796e8a4be5e3f87392c5fb5b439d0
07:52:24 [2022-07-28T07:52:24.792Z] #14 DONE 205.2s
07:52:24 [2022-07-28T07:52:24.792Z] 
07:52:24 [2022-07-28T07:52:24.792Z] #15 [dev-systemd-false  1/28] RUN groupadd -r docker
07:52:24 [2022-07-28T07:52:24.792Z] #15 sha256:3810a3c4ce28d1558f65ab8b1cdff06206e7f757063962fc94a5f8be54bd5b33
07:52:24 [2022-07-28T07:52:24.917Z] #17 3.111 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
07:52:24 [2022-07-28T07:52:24.917Z] #17 DONE 3.2s
07:52:24 [2022-07-28T07:52:24.917Z] 
07:52:24 [2022-07-28T07:52:24.917Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
07:52:24 [2022-07-28T07:52:24.917Z] #60 sha256:7c3d1498c3d865817e39d175bf93c489ad9c048d20c3a3814509c4c0bedca2c7
07:52:24 [2022-07-28T07:52:24.917Z] #60 5.602 + RM_GOPATH=0
07:52:24 [2022-07-28T07:52:24.917Z] #60 5.602 + TMP_GOPATH=
07:52:24 [2022-07-28T07:52:24.917Z] #60 5.602 + : /build
07:52:24 [2022-07-28T07:52:24.917Z] #60 5.602 + '[' -z '' ']'
07:52:24 [2022-07-28T07:52:24.917Z] #60 5.602 ++ mktemp -d
07:52:24 [2022-07-28T07:52:24.917Z] #60 5.604 + export GOPATH=/tmp/tmp.M58vub2prJ
07:52:24 [2022-07-28T07:52:24.917Z] #60 5.604 + GOPATH=/tmp/tmp.M58vub2prJ
07:52:24 [2022-07-28T07:52:24.917Z] #60 5.604 + RM_GOPATH=1
07:52:24 [2022-07-28T07:52:24.917Z] #60 5.604 + case "$(go env GOARCH)" in
07:52:24 [2022-07-28T07:52:24.917Z] #60 5.604 ++ go env GOARCH
07:52:24 [2022-07-28T07:52:24.917Z] #60 5.625 Install runc version v1.1.2 (build tags: seccomp)
07:52:24 [2022-07-28T07:52:24.917Z] #60 5.625 + export GO_BUILDMODE=-buildmode=pie
07:52:24 [2022-07-28T07:52:24.917Z] #60 5.625 + GO_BUILDMODE=-buildmode=pie
07:52:24 [2022-07-28T07:52:24.917Z] #60 5.625 ++ dirname /install.sh
07:52:24 [2022-07-28T07:52:24.917Z] #60 5.625 + dir=/
07:52:24 [2022-07-28T07:52:24.917Z] #60 5.625 + bin=runc
07:52:24 [2022-07-28T07:52:24.917Z] #60 5.625 + shift
07:52:24 [2022-07-28T07:52:24.917Z] #60 5.625 + '[' '!' -f //runc.installer ']'
07:52:24 [2022-07-28T07:52:24.917Z] #60 5.625 + . //runc.installer
07:52:24 [2022-07-28T07:52:24.917Z] #60 5.625 ++ set -e
07:52:24 [2022-07-28T07:52:24.917Z] #60 5.625 ++ : v1.1.2
07:52:24 [2022-07-28T07:52:24.917Z] #60 5.625 + install_runc
07:52:24 [2022-07-28T07:52:24.917Z] #60 5.625 + RUNC_BUILDTAGS=seccomp
07:52:24 [2022-07-28T07:52:24.917Z] #60 5.625 + echo 'Install runc version v1.1.2 (build tags: seccomp)'
07:52:24 [2022-07-28T07:52:24.917Z] #60 5.625 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.M58vub2prJ/src/github.com/opencontainers/runc
07:52:24 [2022-07-28T07:52:24.917Z] #60 5.625 Cloning into '/tmp/tmp.M58vub2prJ/src/github.com/opencontainers/runc'...
07:52:24 [2022-07-28T07:52:24.917Z] #60 ...
07:52:24 [2022-07-28T07:52:24.917Z] 
07:52:24 [2022-07-28T07:52:24.917Z] #18 [dev-systemd-false  4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
07:52:24 [2022-07-28T07:52:24.917Z] #18 sha256:acb29e2d3d1bfeb83fca5e91563025f059a776fba3cb0159538a63b0cc3e40ca
07:52:25 [2022-07-28T07:52:25.052Z] #15 ...
07:52:25 [2022-07-28T07:52:25.052Z] 
07:52:25 [2022-07-28T07:52:25.052Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
07:52:25 [2022-07-28T07:52:25.052Z] #59 sha256:5724fd239f6ae656720b0aeb4d444f7c993f3425fab1533ff9ab5e7e845cb906
07:52:25 [2022-07-28T07:52:25.052Z] #59 DONE 0.3s
07:52:25 [2022-07-28T07:52:25.052Z] 
07:52:25 [2022-07-28T07:52:25.052Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
07:52:25 [2022-07-28T07:52:25.052Z] #60 sha256:d548fc2c993d6d1cbf7cef9ef43e2bacdb66c6b2a27853c899d0888dd123b660
07:52:25 [2022-07-28T07:52:25.080Z] #21 31.14 Selecting previously unselected package thin-provisioning-tools.
07:52:25 [2022-07-28T07:52:25.080Z] #21 31.14 Preparing to unpack .../42-thin-provisioning-tools_0.9.0-1_arm64.deb ...
07:52:25 [2022-07-28T07:52:25.080Z] #21 31.15 Unpacking thin-provisioning-tools (0.9.0-1) ...
07:52:25 [2022-07-28T07:52:25.080Z] #21 31.35 Selecting previously unselected package uidmap.
07:52:25 [2022-07-28T07:52:25.080Z] #21 31.36 Preparing to unpack .../43-uidmap_1%3a4.8.1-1_arm64.deb ...
07:52:25 [2022-07-28T07:52:25.080Z] #21 31.37 Unpacking uidmap (1:4.8.1-1) ...
07:52:25 [2022-07-28T07:52:25.080Z] #21 31.51 Selecting previously unselected package vim-runtime.
07:52:25 [2022-07-28T07:52:25.080Z] #21 31.52 Preparing to unpack .../44-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
07:52:25 [2022-07-28T07:52:25.080Z] #21 31.53 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
07:52:25 [2022-07-28T07:52:25.337Z] #21 31.59 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
07:52:25 [2022-07-28T07:52:25.337Z] #21 31.60 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
07:52:25 [2022-07-28T07:52:25.593Z] #84 161.5   GEN      .version
07:52:25 [2022-07-28T07:52:25.593Z] #84 161.5 make  install-recursive
07:52:25 [2022-07-28T07:52:25.593Z] #84 161.5 make[1]: Entering directory '/tmp/crun-build'
07:52:25 [2022-07-28T07:52:25.593Z] #84 161.7 Making install in libocispec
07:52:25 [2022-07-28T07:52:25.593Z] #84 161.7 make[2]: Entering directory '/tmp/crun-build/libocispec'
07:52:25 [2022-07-28T07:52:25.593Z] #84 161.7 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema
07:52:25 [2022-07-28T07:52:25.593Z] #84 161.7 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema
07:52:25 [2022-07-28T07:52:25.593Z] #84 161.7 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems
07:52:25 [2022-07-28T07:52:25.593Z] #84 161.7 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic
07:52:25 [2022-07-28T07:52:25.593Z] #84 ...
07:52:25 [2022-07-28T07:52:25.593Z] 
07:52:25 [2022-07-28T07:52:25.593Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             crossbuild-essential-arm64             crossbuild-essential-armel             crossbuild-essential-armhf             crossbuild-essential-ppc64el             crossbuild-essential-s390x
07:52:25 [2022-07-28T07:52:25.593Z] #19 sha256:423b64bc9d7cc359d630e3fe0a1b98d707aeff14b0c78f2d44bf08c4c29a169b
07:52:25 [2022-07-28T07:52:25.593Z] #19 210.9 Selecting previously unselected package gcc-10-arm-linux-gnueabi-base:amd64.
07:52:25 [2022-07-28T07:52:25.852Z] #19 210.9 Preparing to unpack .../013-gcc-10-arm-linux-gnueabi-base_10.2.1-6cross1_amd64.deb ...
07:52:25 [2022-07-28T07:52:25.852Z] #19 210.9 Unpacking gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ...
07:52:26 [2022-07-28T07:52:26.112Z] #19 211.1 Selecting previously unselected package cpp-10-arm-linux-gnueabi.
07:52:26 [2022-07-28T07:52:26.112Z] #19 211.1 Preparing to unpack .../014-cpp-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ...
07:52:26 [2022-07-28T07:52:26.112Z] #19 211.1 Unpacking cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ...
07:52:26 [2022-07-28T07:52:26.948Z] #64 71.14 Updating files:  25% (1239/4910)
Updating files:  26% (1277/4910)
Updating files:  27% (1326/4910)
Updating files:  28% (1375/4910)
Updating files:  29% (1424/4910)
Updating files:  30% (1473/4910)
Updating files:  31% (1523/4910)
Updating files:  32% (1572/4910)
Updating files:  33% (1621/4910)
Updating files:  34% (1670/4910)
Updating files:  35% (1719/4910)
Updating files:  36% (1768/4910)
Updating files:  37% (1817/4910)
Updating files:  38% (1866/4910)
Updating files:  39% (1915/4910)
Updating files:  40% (1964/4910)
Updating files:  41% (2014/4910)
Updating files:  42% (2063/4910)
Updating files:  43% (2112/4910)
Updating files:  44% (2161/4910)
Updating files:  45% (2210/4910)
Updating files:  46% (2259/4910)
Updating files:  47% (2308/4910)
Updating files:  48% (2357/4910)
Updating files:  49% (2406/4910)
Updating files:  50% (2455/4910)
Updating files:  51% (2505/4910)
Updating files:  52% (2554/4910)
Updating files:  53% (2603/4910)
Updating files:  54% (2652/4910)
Updating files:  55% (2701/4910)
Updating files:  56% (2750/4910)
Updating files:  57% (2799/4910)
Updating files:  58% (2848/4910)
Updating files:  58% (2883/4910)
Updating files:  59% (2897/4910)
Updating files:  60% (2946/4910)
Updating files:  61% (2996/4910)
Updating files:  62% (3045/4910)
Updating files:  63% (3094/4910)
Updating files:  64% (3143/4910)
Updating files:  65% (3192/4910)
Updating files:  66% (3241/4910)
Updating files:  67% (3290/4910)
Updating files:  68% (3339/4910)
Updating files:  69% (3388/4910)
Updating files:  70% (3437/4910)
Updating files:  71% (3487/4910)
Updating files:  72% (3536/4910)
Updating files:  73% (3585/4910)
Updating files:  74% (3634/4910)
Updating files:  75% (3683/4910)
Updating files:  76% (3732/4910)
Updating files:  77% (3781/4910)
Updating files:  78% (3830/4910)
Updating files:  79% (3879/4910)
Updating files:  80% (3928/4910)
Updating files:  81% (3978/4910)
Updating files:  82% (4027/4910)
Updating files:  83% (4076/4910)
Updating files:  84% (4125/4910)
Updating files:  85% (4174/4910)
Updating files:  86% (4223/4910)
Updating files:  87% (4272/4910)
Updating files:  88% (4321/4910)
Updating files:  89% (4370/4910)
Updating files:  90% (4419/4910)
Updating files:  91% (4469/4910)
Updating files:  92% (4518/4910)
Updating files:  93% (4567/4910)
Updating files:  94% (4616/4910)
Updating files:  95% (4665/4910)
Updating files:  96% (4714/4910)
Updating files:  97% (4763/4910)
Updating files:  98% (4812/4910)
Updating files:  98% (4814/4910)
Updating files:  99% (4861/4910)
Updating files: 100% (4910/4910)
Updating files: 100% (4910/4910), done.
07:52:27 [2022-07-28T07:52:27.206Z] #64 74.57 + cd /tmp/tmp.3Qp7mqV1fB/src/github.com/containerd/containerd
07:52:27 [2022-07-28T07:52:27.206Z] #64 74.57 + git checkout -q v1.6.6
07:52:27 [2022-07-28T07:52:27.439Z] #18 DONE 2.6s
07:52:27 [2022-07-28T07:52:27.440Z] 
07:52:27 [2022-07-28T07:52:27.440Z] #19 [dev-systemd-false  5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
07:52:27 [2022-07-28T07:52:27.440Z] #19 sha256:feefdfda2349031a2082fefdab08a3428dadba4f7b11243e35561b173493ed12
07:52:27 [2022-07-28T07:52:27.591Z] #60 2.352 + RM_GOPATH=0
07:52:27 [2022-07-28T07:52:27.591Z] #60 2.352 + TMP_GOPATH=
07:52:27 [2022-07-28T07:52:27.591Z] #60 2.352 + : /build
07:52:27 [2022-07-28T07:52:27.591Z] #60 2.352 + '[' -z '' ']'
07:52:27 [2022-07-28T07:52:27.591Z] #60 2.352 ++ mktemp -d
07:52:27 [2022-07-28T07:52:27.591Z] #60 2.352 + export GOPATH=/tmp/tmp.DY95myrJQf
07:52:27 [2022-07-28T07:52:27.591Z] #60 2.352 + GOPATH=/tmp/tmp.DY95myrJQf
07:52:27 [2022-07-28T07:52:27.591Z] #60 2.352 + RM_GOPATH=1
07:52:27 [2022-07-28T07:52:27.591Z] #60 2.352 + case "$(go env GOARCH)" in
07:52:27 [2022-07-28T07:52:27.591Z] #60 ...
07:52:27 [2022-07-28T07:52:27.591Z] 
07:52:27 [2022-07-28T07:52:27.591Z] #15 [dev-systemd-false  1/28] RUN groupadd -r docker
07:52:27 [2022-07-28T07:52:27.591Z] #15 sha256:3810a3c4ce28d1558f65ab8b1cdff06206e7f757063962fc94a5f8be54bd5b33
07:52:27 [2022-07-28T07:52:27.591Z] #15 DONE 2.7s
07:52:27 [2022-07-28T07:52:27.591Z] 
07:52:27 [2022-07-28T07:52:27.591Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
07:52:27 [2022-07-28T07:52:27.591Z] #60 sha256:d548fc2c993d6d1cbf7cef9ef43e2bacdb66c6b2a27853c899d0888dd123b660
07:52:27 [2022-07-28T07:52:27.591Z] #60 2.371 ++ go env GOARCH
07:52:27 [2022-07-28T07:52:27.591Z] #60 2.409 + export GO_BUILDMODE=-buildmode=pie
07:52:27 [2022-07-28T07:52:27.591Z] #60 2.409 + GO_BUILDMODE=-buildmode=pie
07:52:27 [2022-07-28T07:52:27.591Z] #60 2.409 ++ dirname /install.sh
07:52:27 [2022-07-28T07:52:27.591Z] #60 2.425 Install runc version v1.1.2 (build tags: seccomp)
07:52:27 [2022-07-28T07:52:27.591Z] #60 2.437 + dir=/
07:52:27 [2022-07-28T07:52:27.591Z] #60 2.437 + bin=runc
07:52:27 [2022-07-28T07:52:27.591Z] #60 2.437 + shift
07:52:27 [2022-07-28T07:52:27.591Z] #60 2.437 + '[' '!' -f //runc.installer ']'
07:52:27 [2022-07-28T07:52:27.591Z] #60 2.437 + . //runc.installer
07:52:27 [2022-07-28T07:52:27.591Z] #60 2.437 ++ set -e
07:52:27 [2022-07-28T07:52:27.591Z] #60 2.437 ++ : v1.1.2
07:52:27 [2022-07-28T07:52:27.591Z] #60 2.437 + install_runc
07:52:27 [2022-07-28T07:52:27.591Z] #60 2.437 + RUNC_BUILDTAGS=seccomp
07:52:27 [2022-07-28T07:52:27.591Z] #60 2.437 + echo 'Install runc version v1.1.2 (build tags: seccomp)'
07:52:27 [2022-07-28T07:52:27.591Z] #60 2.437 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.DY95myrJQf/src/github.com/opencontainers/runc
07:52:27 [2022-07-28T07:52:27.591Z] #60 2.453 Cloning into '/tmp/tmp.DY95myrJQf/src/github.com/opencontainers/runc'...
07:52:28 [2022-07-28T07:52:28.615Z] #21 34.99 Selecting previously unselected package vim.
07:52:28 [2022-07-28T07:52:28.615Z] #21 35.00 Preparing to unpack .../45-vim_2%3a8.2.2434-3+deb11u1_arm64.deb ...
07:52:28 [2022-07-28T07:52:28.615Z] #21 35.02 Unpacking vim (2:8.2.2434-3+deb11u1) ...
07:52:29 [2022-07-28T07:52:29.177Z] #21 35.49 Selecting previously unselected package xfsprogs.
07:52:29 [2022-07-28T07:52:29.177Z] #21 35.50 Preparing to unpack .../46-xfsprogs_5.10.0-4_arm64.deb ...
07:52:29 [2022-07-28T07:52:29.177Z] #21 35.51 Unpacking xfsprogs (5.10.0-4) ...
07:52:29 [2022-07-28T07:52:29.177Z] #21 ...
07:52:29 [2022-07-28T07:52:29.177Z] 
07:52:29 [2022-07-28T07:52:29.177Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:52:29 [2022-07-28T07:52:29.177Z] #77 sha256:08904648274d48335dfd8ac9ff733aa2134ce67ddc8a78b8db269c23f005044a
07:52:29 [2022-07-28T07:52:29.177Z] #77 106.5 config.status: creating Makefile
07:52:29 [2022-07-28T07:52:29.177Z] #77 106.6 config.status: creating config.h
07:52:29 [2022-07-28T07:52:29.177Z] #77 106.6 config.status: executing libtool commands
07:52:29 [2022-07-28T07:52:29.177Z] #77 106.7 config.status: executing depfiles commands
07:52:29 [2022-07-28T07:52:29.177Z] #77 107.4 === configuring in yajl (/tmp/crun-build/libocispec/yajl)
07:52:29 [2022-07-28T07:52:29.178Z] #77 107.5 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
07:52:29 [2022-07-28T07:52:29.178Z] #77 107.8 checking for gcc... gcc
07:52:29 [2022-07-28T07:52:29.178Z] #77 107.9 checking whether the C compiler works... yes
07:52:29 [2022-07-28T07:52:29.178Z] #77 108.1 checking for C compiler default output file name... a.out
07:52:29 [2022-07-28T07:52:29.178Z] #77 108.1 checking for suffix of executables... 
07:52:29 [2022-07-28T07:52:29.178Z] #77 108.2 checking whether we are cross compiling... no
07:52:29 [2022-07-28T07:52:29.178Z] #77 108.4 checking for suffix of object files... o
07:52:29 [2022-07-28T07:52:29.178Z] #77 108.5 checking whether we are using the GNU C compiler... yes
07:52:29 [2022-07-28T07:52:29.178Z] #77 108.6 checking whether gcc accepts -g... yes
07:52:29 [2022-07-28T07:52:29.178Z] #77 108.7 checking for gcc option to accept ISO C89... none needed
07:52:29 [2022-07-28T07:52:29.178Z] #77 108.9 checking whether gcc understands -c and -o together... yes
07:52:29 [2022-07-28T07:52:29.178Z] #77 109.1 checking for a BSD-compatible install... /usr/bin/install -c
07:52:29 [2022-07-28T07:52:29.178Z] #77 109.1 checking whether build environment is sane... yes
07:52:29 [2022-07-28T07:52:29.178Z] #77 109.1 checking for a thread-safe mkdir -p... /bin/mkdir -p
07:52:29 [2022-07-28T07:52:29.178Z] #77 109.1 checking for gawk... no
07:52:29 [2022-07-28T07:52:29.178Z] #77 109.1 checking for mawk... mawk
07:52:29 [2022-07-28T07:52:29.178Z] #77 109.1 checking whether make sets $(MAKE)... yes
07:52:29 [2022-07-28T07:52:29.178Z] #77 109.2 checking whether make supports the include directive... yes (GNU style)
07:52:29 [2022-07-28T07:52:29.178Z] #77 109.2 checking whether make supports nested variables... yes
07:52:29 [2022-07-28T07:52:29.178Z] #77 109.3 checking whether UID '0' is supported by ustar format... yes
07:52:29 [2022-07-28T07:52:29.178Z] #77 109.3 checking whether GID '0' is supported by ustar format... yes
07:52:29 [2022-07-28T07:52:29.178Z] #77 109.3 checking how to create a ustar tar archive... gnutar
07:52:29 [2022-07-28T07:52:29.178Z] #77 109.3 checking dependency style of gcc... gcc3
07:52:29 [2022-07-28T07:52:29.178Z] #77 109.5 checking whether to enable maintainer-specific portions of Makefiles... yes
07:52:29 [2022-07-28T07:52:29.178Z] #77 109.5 checking whether make supports nested variables... (cached) yes
07:52:29 [2022-07-28T07:52:29.178Z] #77 109.6 checking build system type... aarch64-unknown-linux-gnu
07:52:29 [2022-07-28T07:52:29.178Z] #77 109.8 checking host system type... aarch64-unknown-linux-gnu
07:52:29 [2022-07-28T07:52:29.178Z] #77 109.8 checking how to print strings... printf
07:52:29 [2022-07-28T07:52:29.178Z] #77 109.8 checking for a sed that does not truncate output... /bin/sed
07:52:29 [2022-07-28T07:52:29.178Z] #77 109.8 checking for grep that handles long lines and -e... /bin/grep
07:52:29 [2022-07-28T07:52:29.178Z] #77 109.9 checking for egrep... /bin/grep -E
07:52:29 [2022-07-28T07:52:29.178Z] #77 109.9 checking for fgrep... /bin/grep -F
07:52:29 [2022-07-28T07:52:29.178Z] #77 109.9 checking for ld used by gcc... /usr/bin/ld
07:52:29 [2022-07-28T07:52:29.178Z] #77 109.9 checking if the linker (/usr/bin/ld) is GNU ld... yes
07:52:29 [2022-07-28T07:52:29.178Z] #77 109.9 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
07:52:29 [2022-07-28T07:52:29.178Z] #77 109.9 checking the name lister (/usr/bin/nm -B) interface... BSD nm
07:52:29 [2022-07-28T07:52:29.178Z] #77 110.0 checking whether ln -s works... yes
07:52:29 [2022-07-28T07:52:29.178Z] #77 110.0 checking the maximum length of command line arguments... 1572864
07:52:29 [2022-07-28T07:52:29.178Z] #77 110.1 checking how to convert aarch64-unknown-linux-gnu file names to aarch64-unknown-linux-gnu format... func_convert_file_noop
07:52:29 [2022-07-28T07:52:29.178Z] #77 110.1 checking how to convert aarch64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
07:52:29 [2022-07-28T07:52:29.178Z] #77 110.1 checking for /usr/bin/ld option to reload object files... -r
07:52:29 [2022-07-28T07:52:29.178Z] #77 110.1 checking for objdump... objdump
07:52:29 [2022-07-28T07:52:29.178Z] #77 110.1 checking how to recognize dependent libraries... pass_all
07:52:29 [2022-07-28T07:52:29.178Z] #77 110.1 checking for dlltool... no
07:52:29 [2022-07-28T07:52:29.178Z] #77 110.1 checking how to associate runtime and link libraries... printf %s\n
07:52:29 [2022-07-28T07:52:29.178Z] #77 110.1 checking for ar... ar
07:52:29 [2022-07-28T07:52:29.178Z] #77 110.1 checking for archiver @FILE support... @
07:52:29 [2022-07-28T07:52:29.178Z] #77 110.3 checking for strip... strip
07:52:29 [2022-07-28T07:52:29.178Z] #77 110.3 checking for ranlib... ranlib
07:52:29 [2022-07-28T07:52:29.178Z] #77 110.3 checking command to parse /usr/bin/nm -B output from gcc object... ok
07:52:29 [2022-07-28T07:52:29.178Z] #77 110.5 checking for sysroot... no
07:52:29 [2022-07-28T07:52:29.178Z] #77 110.6 checking for a working dd... /bin/dd
07:52:29 [2022-07-28T07:52:29.178Z] #77 110.6 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
07:52:29 [2022-07-28T07:52:29.178Z] #77 110.6 checking for mt... no
07:52:29 [2022-07-28T07:52:29.178Z] #77 110.6 checking if : is a manifest tool... no
07:52:29 [2022-07-28T07:52:29.178Z] #77 110.6 checking how to run the C preprocessor... gcc -E
07:52:29 [2022-07-28T07:52:29.178Z] #77 110.9 checking for ANSI C header files... yes
07:52:29 [2022-07-28T07:52:29.435Z] #77 111.6 checking for sys/types.h... yes
07:52:29 [2022-07-28T07:52:29.692Z] #77 111.7 checking for sys/stat.h... yes
07:52:29 [2022-07-28T07:52:29.948Z] #77 111.9 checking for stdlib.h... yes
07:52:29 [2022-07-28T07:52:29.948Z] #77 112.1 checking for string.h... yes
07:52:29 [2022-07-28T07:52:29.961Z] #19 DONE 2.1s
07:52:29 [2022-07-28T07:52:29.961Z] 
07:52:29 [2022-07-28T07:52:29.961Z] #20 [dev-systemd-false  6/28] RUN ldconfig
07:52:29 [2022-07-28T07:52:29.961Z] #20 sha256:79a261d431a7c2c1c03745fa8c100a89d61916c171574f4014cdb9299ae3c710
07:52:30 [2022-07-28T07:52:30.133Z] #60 ...
07:52:30 [2022-07-28T07:52:30.133Z] 
07:52:30 [2022-07-28T07:52:30.133Z] #16 [dev-systemd-false  2/28] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
07:52:30 [2022-07-28T07:52:30.133Z] #16 sha256:33330fab072315227162ffd729b507440ba4330added882ead3dbb9adfd4ab6f
07:52:30 [2022-07-28T07:52:30.133Z] #16 DONE 2.3s
07:52:30 [2022-07-28T07:52:30.133Z] 
07:52:30 [2022-07-28T07:52:30.133Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:52:30 [2022-07-28T07:52:30.133Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:52:30 [2022-07-28T07:52:30.133Z] #77 132.5 configure.ac:11: installing 'build-aux/compile'
07:52:30 [2022-07-28T07:52:30.133Z] #77 132.5 configure.ac:11: installing 'build-aux/config.guess'
07:52:30 [2022-07-28T07:52:30.133Z] #77 132.5 configure.ac:11: installing 'build-aux/config.sub'
07:52:30 [2022-07-28T07:52:30.133Z] #77 132.5 configure.ac:13: installing 'build-aux/install-sh'
07:52:30 [2022-07-28T07:52:30.133Z] #77 132.5 configure.ac:13: installing 'build-aux/missing'
07:52:30 [2022-07-28T07:52:30.133Z] #77 132.5 configure.ac:8: installing 'build-aux/tap-driver.sh'
07:52:30 [2022-07-28T07:52:30.133Z] #77 132.8 Makefile.am: installing 'build-aux/depcomp'
07:52:30 [2022-07-28T07:52:30.204Z] #77 112.3 checking for memory.h... yes
07:52:30 [2022-07-28T07:52:30.204Z] #77 112.5 checking for strings.h... yes
07:52:30 [2022-07-28T07:52:30.459Z] #77 112.7 checking for inttypes.h... yes
07:52:30 [2022-07-28T07:52:30.490Z] #64 77.27 + export 'BUILDTAGS=netgo osusergo static_build'
07:52:30 [2022-07-28T07:52:30.490Z] #64 77.27 + BUILDTAGS='netgo osusergo static_build'
07:52:30 [2022-07-28T07:52:30.490Z] #64 77.27 + export EXTRA_FLAGS=-buildmode=pie
07:52:30 [2022-07-28T07:52:30.490Z] #64 77.27 + EXTRA_FLAGS=-buildmode=pie
07:52:30 [2022-07-28T07:52:30.490Z] #64 77.27 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
07:52:30 [2022-07-28T07:52:30.490Z] #64 77.27 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
07:52:30 [2022-07-28T07:52:30.490Z] #64 77.27 + '[' '' = dynamic ']'
07:52:30 [2022-07-28T07:52:30.490Z] #64 77.27 + make
07:52:30 [2022-07-28T07:52:30.715Z] #77 112.9 checking for stdint.h... yes
07:52:30 [2022-07-28T07:52:30.971Z] #77 113.0 checking for unistd.h... yes
07:52:30 [2022-07-28T07:52:30.971Z] #77 113.2 checking for dlfcn.h... yes
07:52:31 [2022-07-28T07:52:31.228Z] #77 113.4 checking for objdir... .libs
07:52:31 [2022-07-28T07:52:31.331Z] #20 DONE 1.9s
07:52:31 [2022-07-28T07:52:31.331Z] 
07:52:31 [2022-07-28T07:52:31.331Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:52:31 [2022-07-28T07:52:31.331Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:52:31 [2022-07-28T07:52:31.331Z] #77 92.71 configure.ac:11: installing 'build-aux/compile'
07:52:31 [2022-07-28T07:52:31.331Z] #77 92.72 configure.ac:11: installing 'build-aux/config.guess'
07:52:31 [2022-07-28T07:52:31.331Z] #77 92.73 configure.ac:11: installing 'build-aux/config.sub'
07:52:31 [2022-07-28T07:52:31.331Z] #77 92.73 configure.ac:13: installing 'build-aux/install-sh'
07:52:31 [2022-07-28T07:52:31.331Z] #77 92.75 configure.ac:13: installing 'build-aux/missing'
07:52:31 [2022-07-28T07:52:31.331Z] #77 92.76 configure.ac:8: installing 'build-aux/tap-driver.sh'
07:52:31 [2022-07-28T07:52:31.331Z] #77 92.97 Makefile.am: installing 'build-aux/depcomp'
07:52:31 [2022-07-28T07:52:31.331Z] #77 94.31 checking build system type... x86_64-pc-linux-gnu
07:52:31 [2022-07-28T07:52:31.331Z] #77 94.69 checking host system type... x86_64-pc-linux-gnu
07:52:31 [2022-07-28T07:52:31.331Z] #77 94.69 checking how to print strings... printf
07:52:31 [2022-07-28T07:52:31.331Z] #77 94.70 checking for gcc... gcc
07:52:31 [2022-07-28T07:52:31.331Z] #77 94.77 checking whether the C compiler works... yes
07:52:31 [2022-07-28T07:52:31.331Z] #77 95.00 checking for C compiler default output file name... a.out
07:52:31 [2022-07-28T07:52:31.331Z] #77 95.01 checking for suffix of executables... 
07:52:31 [2022-07-28T07:52:31.331Z] #77 95.25 checking whether we are cross compiling... no
07:52:31 [2022-07-28T07:52:31.331Z] #77 95.54 checking for suffix of object files... o
07:52:31 [2022-07-28T07:52:31.331Z] #77 95.64 checking whether we are using the GNU C compiler... yes
07:52:31 [2022-07-28T07:52:31.331Z] #77 95.84 checking whether gcc accepts -g... yes
07:52:31 [2022-07-28T07:52:31.331Z] #77 96.03 checking for gcc option to accept ISO C89... none needed
07:52:31 [2022-07-28T07:52:31.484Z] #77 113.8 checking if gcc supports -fno-rtti -fno-exceptions... no
07:52:31 [2022-07-28T07:52:31.518Z] #77 ...
07:52:31 [2022-07-28T07:52:31.518Z] 
07:52:31 [2022-07-28T07:52:31.518Z] #17 [dev-systemd-false  3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
07:52:31 [2022-07-28T07:52:31.518Z] #17 sha256:e47e5b8954b79ac3d9bc7a5e6d40418878037f8c6a7131349db2372f1f868828
07:52:31 [2022-07-28T07:52:31.518Z] #17 1.433 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
07:52:31 [2022-07-28T07:52:31.518Z] #17 DONE 1.5s
07:52:31 [2022-07-28T07:52:31.518Z] 
07:52:31 [2022-07-28T07:52:31.518Z] #18 [dev-systemd-false  4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
07:52:31 [2022-07-28T07:52:31.518Z] #18 sha256:acb29e2d3d1bfeb83fca5e91563025f059a776fba3cb0159538a63b0cc3e40ca
07:52:31 [2022-07-28T07:52:31.588Z] #77 96.21 checking whether gcc understands -c and -o together... yes
07:52:31 [2022-07-28T07:52:31.588Z] #77 96.49 checking for a sed that does not truncate output... /bin/sed
07:52:31 [2022-07-28T07:52:31.588Z] #77 96.50 checking for grep that handles long lines and -e... /bin/grep
07:52:31 [2022-07-28T07:52:31.588Z] #77 96.55 checking for egrep... /bin/grep -E
07:52:31 [2022-07-28T07:52:31.588Z] #77 96.55 checking for fgrep... /bin/grep -F
07:52:31 [2022-07-28T07:52:31.588Z] #77 96.55 checking for ld used by gcc... /usr/bin/ld
07:52:31 [2022-07-28T07:52:31.588Z] #77 96.55 checking if the linker (/usr/bin/ld) is GNU ld... yes
07:52:31 [2022-07-28T07:52:31.588Z] #77 96.58 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
07:52:31 [2022-07-28T07:52:31.588Z] #77 96.62 checking the name lister (/usr/bin/nm -B) interface... BSD nm
07:52:31 [2022-07-28T07:52:31.793Z] #77 113.9 checking for gcc option to produce PIC... -fPIC -DPIC
07:52:31 [2022-07-28T07:52:31.793Z] #77 113.9 checking if gcc PIC flag -fPIC -DPIC works... yes
07:52:31 [2022-07-28T07:52:31.845Z] #77 96.75 checking whether ln -s works... yes
07:52:31 [2022-07-28T07:52:31.845Z] #77 96.75 checking the maximum length of command line arguments... 1572864
07:52:31 [2022-07-28T07:52:31.845Z] #77 96.78 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
07:52:31 [2022-07-28T07:52:31.845Z] #77 96.78 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
07:52:31 [2022-07-28T07:52:31.845Z] #77 96.78 checking for /usr/bin/ld option to reload object files... -r
07:52:31 [2022-07-28T07:52:31.845Z] #77 96.78 checking for objdump... objdump
07:52:31 [2022-07-28T07:52:31.845Z] #77 96.78 checking how to recognize dependent libraries... pass_all
07:52:31 [2022-07-28T07:52:31.845Z] #77 96.78 checking for dlltool... no
07:52:31 [2022-07-28T07:52:31.845Z] #77 96.78 checking how to associate runtime and link libraries... printf %s\n
07:52:31 [2022-07-28T07:52:31.845Z] #77 96.78 checking for ar... ar
07:52:32 [2022-07-28T07:52:32.049Z] #77 114.0 checking if gcc static flag -static works... yes
07:52:32 [2022-07-28T07:52:32.103Z] #77 96.78 checking for archiver @FILE support... @
07:52:32 [2022-07-28T07:52:32.103Z] #77 96.94 checking for strip... strip
07:52:32 [2022-07-28T07:52:32.103Z] #77 96.94 checking for ranlib... ranlib
07:52:32 [2022-07-28T07:52:32.103Z] #77 96.94 checking for gawk... no
07:52:32 [2022-07-28T07:52:32.103Z] #77 96.94 checking for mawk... mawk
07:52:32 [2022-07-28T07:52:32.306Z] #77 114.3 checking if gcc supports -c -o file.o... yes
07:52:32 [2022-07-28T07:52:32.306Z] #77 114.4 checking if gcc supports -c -o file.o... (cached) yes
07:52:32 [2022-07-28T07:52:32.306Z] #77 114.4 checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
07:52:32 [2022-07-28T07:52:32.360Z] #77 96.94 checking command to parse /usr/bin/nm -B output from gcc object... ok
07:52:32 [2022-07-28T07:52:32.360Z] #77 97.36 checking for sysroot... no
07:52:32 [2022-07-28T07:52:32.360Z] #77 97.36 checking for a working dd... /bin/dd
07:52:32 [2022-07-28T07:52:32.360Z] #77 97.38 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
07:52:32 [2022-07-28T07:52:32.392Z] #64 79.52 + bin/ctr
07:52:32 [2022-07-28T07:52:32.393Z] #64 ...
07:52:32 [2022-07-28T07:52:32.393Z] 
07:52:32 [2022-07-28T07:52:32.393Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:52:32 [2022-07-28T07:52:32.393Z] #14 sha256:b25eac2f6ddf70c42113ea1e9c9616359e7796e8a4be5e3f87392c5fb5b439d0
07:52:32 [2022-07-28T07:52:32.393Z] #14 141.0 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
07:52:32 [2022-07-28T07:52:32.393Z] #14 141.0 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
07:52:32 [2022-07-28T07:52:32.393Z] #14 141.1 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
07:52:32 [2022-07-28T07:52:32.562Z] #77 114.5 checking dynamic linker characteristics... GNU/Linux ld.so
07:52:32 [2022-07-28T07:52:32.562Z] #77 114.8 checking how to hardcode library paths into programs... immediate
07:52:32 [2022-07-28T07:52:32.562Z] #77 114.8 checking whether stripping libraries is possible... yes
07:52:32 [2022-07-28T07:52:32.562Z] #77 114.9 checking if libtool supports shared libraries... yes
07:52:32 [2022-07-28T07:52:32.562Z] #77 114.9 checking whether to build shared libraries... no
07:52:32 [2022-07-28T07:52:32.562Z] #77 114.9 checking whether to build static libraries... yes
07:52:32 [2022-07-28T07:52:32.617Z] #77 97.47 checking for mt... no
07:52:32 [2022-07-28T07:52:32.617Z] #77 97.47 checking if : is a manifest tool... no
07:52:32 [2022-07-28T07:52:32.819Z] #77 114.9 checking float.h usability... yes
07:52:32 [2022-07-28T07:52:32.819Z] #77 115.1 checking float.h presence... yes
07:52:32 [2022-07-28T07:52:32.819Z] #77 115.1 checking for float.h... yes
07:52:32 [2022-07-28T07:52:32.874Z] #77 97.49 checking how to run the C preprocessor... gcc -E
07:52:32 [2022-07-28T07:52:32.901Z] #18 DONE 1.7s
07:52:32 [2022-07-28T07:52:32.901Z] 
07:52:32 [2022-07-28T07:52:32.901Z] #19 [dev-systemd-false  5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
07:52:32 [2022-07-28T07:52:32.901Z] #19 sha256:feefdfda2349031a2082fefdab08a3428dadba4f7b11243e35561b173493ed12
07:52:33 [2022-07-28T07:52:33.075Z] #77 115.1 checking limits.h usability... yes
07:52:33 [2022-07-28T07:52:33.075Z] #77 115.4 checking limits.h presence... yes
07:52:33 [2022-07-28T07:52:33.332Z] #77 115.4 checking for limits.h... yes
07:52:33 [2022-07-28T07:52:33.332Z] #77 115.5 checking stddef.h usability... yes
07:52:33 [2022-07-28T07:52:33.332Z] #77 115.7 checking stddef.h presence... yes
07:52:33 [2022-07-28T07:52:33.438Z] #77 97.80 checking for ANSI C header files... yes
07:52:33 [2022-07-28T07:52:33.588Z] #77 115.7 checking for stddef.h... yes
07:52:33 [2022-07-28T07:52:33.588Z] #77 115.8 checking for stdlib.h... (cached) yes
07:52:33 [2022-07-28T07:52:33.588Z] #77 115.8 checking for string.h... (cached) yes
07:52:33 [2022-07-28T07:52:33.588Z] #77 115.8 checking sys/time.h usability... yes
07:52:33 [2022-07-28T07:52:33.695Z] #77 98.49 checking for sys/types.h... yes
07:52:33 [2022-07-28T07:52:33.845Z] #77 115.9 checking sys/time.h presence... yes
07:52:33 [2022-07-28T07:52:33.845Z] #77 116.0 checking for sys/time.h... yes
07:52:33 [2022-07-28T07:52:33.845Z] #77 116.0 checking for inline... inline
07:52:33 [2022-07-28T07:52:33.952Z] #77 98.68 checking for sys/stat.h... yes
07:52:34 [2022-07-28T07:52:34.101Z] #77 116.2 checking for size_t... yes
07:52:34 [2022-07-28T07:52:34.101Z] #77 116.4 checking for stdlib.h... (cached) yes
07:52:34 [2022-07-28T07:52:34.210Z] #77 98.94 checking for stdlib.h... yes
07:52:34 [2022-07-28T07:52:34.233Z] #19 ...
07:52:34 [2022-07-28T07:52:34.233Z] 
07:52:34 [2022-07-28T07:52:34.233Z] #84 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:52:34 [2022-07-28T07:52:34.233Z] #84 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:52:34 [2022-07-28T07:52:34.233Z] #84 162.4 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success
07:52:34 [2022-07-28T07:52:34.233Z] #84 162.5 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success
07:52:34 [2022-07-28T07:52:34.233Z] #84 162.5 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success
07:52:34 [2022-07-28T07:52:34.233Z] #84 162.5 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success
07:52:34 [2022-07-28T07:52:34.233Z] #84 162.5 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success
07:52:34 [2022-07-28T07:52:34.233Z] #84 162.5 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success
07:52:34 [2022-07-28T07:52:34.233Z] #84 162.5 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success
07:52:34 [2022-07-28T07:52:34.233Z] #84 162.5 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success
07:52:34 [2022-07-28T07:52:34.233Z] #84 162.5 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success
07:52:34 [2022-07-28T07:52:34.233Z] #84 162.5 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success
07:52:34 [2022-07-28T07:52:34.233Z] #84 162.5 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success
07:52:34 [2022-07-28T07:52:34.233Z] #84 162.5 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success
07:52:34 [2022-07-28T07:52:34.233Z] #84 162.5 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs.json       Success
07:52:34 [2022-07-28T07:52:34.233Z] #84 162.5 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success
07:52:34 [2022-07-28T07:52:34.233Z] #84 162.5 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success
07:52:34 [2022-07-28T07:52:34.233Z] #84 162.5 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success
07:52:34 [2022-07-28T07:52:34.234Z] #84 163.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success
07:52:34 [2022-07-28T07:52:34.234Z] #84 163.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs.json     Success
07:52:34 [2022-07-28T07:52:34.234Z] #84 163.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success
07:52:34 [2022-07-28T07:52:34.234Z] #84 163.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success
07:52:34 [2022-07-28T07:52:34.234Z] #84 163.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json  Success
07:52:34 [2022-07-28T07:52:34.234Z] #84 163.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success
07:52:34 [2022-07-28T07:52:34.234Z] #84 163.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success
07:52:34 [2022-07-28T07:52:34.234Z] #84 163.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success
07:52:34 [2022-07-28T07:52:34.234Z] #84 163.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success
07:52:34 [2022-07-28T07:52:34.234Z] #84 163.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success
07:52:34 [2022-07-28T07:52:34.234Z] #84 163.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success
07:52:34 [2022-07-28T07:52:34.234Z] #84 163.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success
07:52:34 [2022-07-28T07:52:34.234Z] #84 163.3 make  install-recursive
07:52:34 [2022-07-28T07:52:34.234Z] #84 163.3 make[3]: Entering directory '/tmp/crun-build/libocispec'
07:52:34 [2022-07-28T07:52:34.234Z] #84 163.4 Making install in yajl
07:52:34 [2022-07-28T07:52:34.234Z] #84 163.4 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl'
07:52:34 [2022-07-28T07:52:34.234Z] #84 163.4   CC       verify/json_verify-json_verify.o
07:52:34 [2022-07-28T07:52:34.234Z] #84 163.4   CC       src/libyajl_la-yajl_alloc.lo
07:52:34 [2022-07-28T07:52:34.234Z] #84 163.4   CC       src/libyajl_la-yajl.lo
07:52:34 [2022-07-28T07:52:34.234Z] #84 163.4   CC       src/libyajl_la-yajl_gen.lo
07:52:34 [2022-07-28T07:52:34.234Z] #84 163.4   CC       src/libyajl_la-yajl_parser.lo
07:52:34 [2022-07-28T07:52:34.234Z] #84 163.5   CC       src/libyajl_la-yajl_encode.lo
07:52:34 [2022-07-28T07:52:34.234Z] #84 163.5   CC       src/libyajl_la-yajl_buf.lo
07:52:34 [2022-07-28T07:52:34.234Z] #84 163.5   CC       src/libyajl_la-yajl_lex.lo
07:52:34 [2022-07-28T07:52:34.234Z] #84 163.5   CC       src/libyajl_la-yajl_tree.lo
07:52:34 [2022-07-28T07:52:34.234Z] #84 169.3   CCLD     libyajl.la
07:52:34 [2022-07-28T07:52:34.234Z] #84 170.1   CCLD     verify/json_verify
07:52:34 [2022-07-28T07:52:34.357Z] #77 116.4 checking for GNU libc compatible malloc... yes
07:52:34 [2022-07-28T07:52:34.357Z] #77 116.6 checking for stdlib.h... (cached) yes
07:52:34 [2022-07-28T07:52:34.467Z] #77 99.20 checking for string.h... yes
07:52:34 [2022-07-28T07:52:34.614Z] #77 116.6 checking for GNU libc compatible realloc... yes
07:52:34 [2022-07-28T07:52:34.724Z] #77 99.43 checking for memory.h... yes
07:52:34 [2022-07-28T07:52:34.801Z] #84 170.8 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl'
07:52:34 [2022-07-28T07:52:34.801Z] #84 170.8 make[5]: Nothing to be done for 'install-exec-am'.
07:52:34 [2022-07-28T07:52:34.801Z] #84 170.8 make[5]: Nothing to be done for 'install-data-am'.
07:52:34 [2022-07-28T07:52:34.801Z] #84 170.8 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl'
07:52:34 [2022-07-28T07:52:34.801Z] #84 170.8 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl'
07:52:34 [2022-07-28T07:52:34.801Z] #84 170.8 make[4]: Entering directory '/tmp/crun-build/libocispec'
07:52:34 [2022-07-28T07:52:34.812Z] #19 DONE 1.7s
07:52:34 [2022-07-28T07:52:34.812Z] 
07:52:34 [2022-07-28T07:52:34.812Z] #20 [dev-systemd-false  6/28] RUN ldconfig
07:52:34 [2022-07-28T07:52:34.812Z] #20 sha256:79a261d431a7c2c1c03745fa8c100a89d61916c171574f4014cdb9299ae3c710
07:52:34 [2022-07-28T07:52:34.870Z] #77 116.8 checking for working strtod... yes
07:52:34 [2022-07-28T07:52:34.981Z] #77 99.67 checking for strings.h... yes
07:52:34 [2022-07-28T07:52:34.981Z] #77 99.82 checking for inttypes.h... yes
07:52:35 [2022-07-28T07:52:35.060Z] #84 171.0   CC       src/validate.o
07:52:35 [2022-07-28T07:52:35.060Z] #84 171.0   CC       src/image_spec_schema_config_schema.lo
07:52:35 [2022-07-28T07:52:35.060Z] #84 171.0   CC       src/image_spec_schema_content_descriptor.lo
07:52:35 [2022-07-28T07:52:35.060Z] #84 171.1   CC       src/image_spec_schema_defs.lo
07:52:35 [2022-07-28T07:52:35.060Z] #84 171.1   CC       src/image_spec_schema_defs_descriptor.lo
07:52:35 [2022-07-28T07:52:35.060Z] #84 171.1   CC       src/image_spec_schema_image_index_schema.lo
07:52:35 [2022-07-28T07:52:35.060Z] #84 171.1   CC       src/image_spec_schema_image_layout_schema.lo
07:52:35 [2022-07-28T07:52:35.060Z] #84 171.2   CC       src/runtime_spec_schema_config_linux.lo
07:52:35 [2022-07-28T07:52:35.125Z] #77 117.1 checking for gettimeofday... yes
07:52:35 [2022-07-28T07:52:35.125Z] #77 117.4 checking for memset... yes
07:52:35 [2022-07-28T07:52:35.239Z] #77 100.0 checking for stdint.h... yes
07:52:35 [2022-07-28T07:52:35.319Z] #84 171.2   CC       src/image_spec_schema_image_manifest_schema.lo
07:52:35 [2022-07-28T07:52:35.319Z] #84 171.2   CC       src/runtime_spec_schema_config_zos.lo
07:52:35 [2022-07-28T07:52:35.319Z] #84 171.2   CC       src/runtime_spec_schema_config_schema.lo
07:52:35 [2022-07-28T07:52:35.319Z] #84 171.3   CC       src/runtime_spec_schema_config_solaris.lo
07:52:35 [2022-07-28T07:52:35.319Z] #84 171.4   CC       src/runtime_spec_schema_config_windows.lo
07:52:35 [2022-07-28T07:52:35.319Z] #84 171.4   CC       src/runtime_spec_schema_defs.lo
07:52:35 [2022-07-28T07:52:35.496Z] #77 100.2 checking for unistd.h... yes
07:52:35 [2022-07-28T07:52:35.578Z] #84 171.5   CC       src/runtime_spec_schema_defs_linux.lo
07:52:35 [2022-07-28T07:52:35.578Z] #84 171.5   CC       src/runtime_spec_schema_defs_zos.lo
07:52:35 [2022-07-28T07:52:35.578Z] #84 171.5   CC       src/runtime_spec_schema_defs_vm.lo
07:52:35 [2022-07-28T07:52:35.578Z] #84 171.6   CC       src/runtime_spec_schema_defs_windows.lo
07:52:35 [2022-07-28T07:52:35.578Z] #84 171.6   CC       src/runtime_spec_schema_state_schema.lo
07:52:35 [2022-07-28T07:52:35.578Z] #84 171.7   CC       src/runtime_spec_schema_config_vm.lo
07:52:35 [2022-07-28T07:52:35.578Z] #84 171.7   CC       src/image_manifest_items_image_manifest_items_schema.lo
07:52:35 [2022-07-28T07:52:35.638Z] #77 117.6 checking for strspn... yes
07:52:35 [2022-07-28T07:52:35.638Z] #77 117.9 checking that generated files are newer than configure... done
07:52:35 [2022-07-28T07:52:35.638Z] #77 117.9 configure: creating ./config.status
07:52:35 [2022-07-28T07:52:35.750Z] #20 DONE 1.2s
07:52:35 [2022-07-28T07:52:35.750Z] 
07:52:35 [2022-07-28T07:52:35.750Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
07:52:35 [2022-07-28T07:52:35.750Z] #21 sha256:b2570b2884beb6efe91186ba991258e6251478e74a93c353ccbb4b0299fab53d
07:52:35 [2022-07-28T07:52:35.753Z] #77 100.4 checking for dlfcn.h... yes
07:52:35 [2022-07-28T07:52:35.753Z] #77 100.7 checking for objdir... .libs
07:52:35 [2022-07-28T07:52:35.837Z] #84 171.7   CC       src/basic_test_double_array.lo
07:52:35 [2022-07-28T07:52:35.837Z] #84 171.8   CC       src/basic_test_top_array_string.lo
07:52:35 [2022-07-28T07:52:35.837Z] #84 171.8   CC       src/basic_test_top_array_int.lo
07:52:35 [2022-07-28T07:52:35.837Z] #84 171.8   CC       src/basic_test_top_double_array_int.lo
07:52:35 [2022-07-28T07:52:35.837Z] #84 171.8   CC       src/basic_test_double_array_item.lo
07:52:35 [2022-07-28T07:52:35.837Z] #84 171.9   CC       src/basic_test_top_double_array_obj.lo
07:52:35 [2022-07-28T07:52:35.837Z] #84 171.9   CC       src/basic_test_top_double_array_refobj.lo
07:52:36 [2022-07-28T07:52:36.267Z] #77 101.0 checking if gcc supports -fno-rtti -fno-exceptions... no
07:52:36 [2022-07-28T07:52:36.267Z] #77 101.2 checking for gcc option to produce PIC... -fPIC -DPIC
07:52:36 [2022-07-28T07:52:36.267Z] #77 101.2 checking if gcc PIC flag -fPIC -DPIC works... yes
07:52:36 [2022-07-28T07:52:36.405Z] #84 172.2   CC       src/read-file.lo
07:52:36 [2022-07-28T07:52:36.405Z] #84 172.2   CC       src/basic_test_top_double_array_string.lo
07:52:36 [2022-07-28T07:52:36.405Z] #84 172.5   CC       src/json_common.lo
07:52:36 [2022-07-28T07:52:36.405Z] #84 172.6   CC       tests/test-1.o
07:52:36 [2022-07-28T07:52:36.664Z] #84 172.6   CC       tests/test-2.o
07:52:36 [2022-07-28T07:52:36.831Z] #77 101.3 checking if gcc static flag -static works... yes
07:52:36 [2022-07-28T07:52:36.831Z] #77 101.7 checking if gcc supports -c -o file.o... yes
07:52:36 [2022-07-28T07:52:36.831Z] #77 101.8 checking if gcc supports -c -o file.o... (cached) yes
07:52:36 [2022-07-28T07:52:36.831Z] #77 101.8 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
07:52:36 [2022-07-28T07:52:36.923Z] #84 172.8   CC       tests/test-3.o
07:52:36 [2022-07-28T07:52:36.923Z] #84 172.9   CC       tests/test-4.o
07:52:36 [2022-07-28T07:52:36.923Z] #84 172.9   CC       tests/test-5.o
07:52:36 [2022-07-28T07:52:36.923Z] #84 173.0   CC       tests/test-6.o
07:52:37 [2022-07-28T07:52:37.088Z] #77 101.9 checking dynamic linker characteristics... GNU/Linux ld.so
07:52:37 [2022-07-28T07:52:37.183Z] #84 173.2   CC       tests/test-7.o
07:52:37 [2022-07-28T07:52:37.184Z] #84 173.2   CC       tests/test-8.o
07:52:37 [2022-07-28T07:52:37.345Z] #77 102.2 checking how to hardcode library paths into programs... immediate
07:52:37 [2022-07-28T07:52:37.345Z] #77 102.2 checking whether stripping libraries is possible... yes
07:52:37 [2022-07-28T07:52:37.345Z] #77 102.3 checking if libtool supports shared libraries... yes
07:52:37 [2022-07-28T07:52:37.345Z] #77 102.3 checking whether to build shared libraries... no
07:52:37 [2022-07-28T07:52:37.345Z] #77 102.3 checking whether to build static libraries... yes
07:52:37 [2022-07-28T07:52:37.345Z] #77 102.3 checking for a BSD-compatible install... /usr/bin/install -c
07:52:37 [2022-07-28T07:52:37.345Z] #77 102.3 checking whether build environment is sane... yes
07:52:37 [2022-07-28T07:52:37.443Z] #84 173.5   CC       tests/test-10.o
07:52:37 [2022-07-28T07:52:37.443Z] #84 173.5   CC       tests/test-11.o
07:52:37 [2022-07-28T07:52:37.443Z] #84 173.5   CC       tests/test-9.o
07:52:37 [2022-07-28T07:52:37.602Z] #77 102.4 checking for a thread-safe mkdir -p... /bin/mkdir -p
07:52:37 [2022-07-28T07:52:37.602Z] #77 102.4 checking whether make sets $(MAKE)... yes
07:52:37 [2022-07-28T07:52:37.602Z] #77 102.5 checking whether make supports the include directive... yes (GNU style)
07:52:37 [2022-07-28T07:52:37.602Z] #77 102.5 checking whether make supports nested variables... yes
07:52:37 [2022-07-28T07:52:37.602Z] #77 102.5 checking whether UID '0' is supported by ustar format... yes
07:52:37 [2022-07-28T07:52:37.602Z] #77 102.6 checking whether GID '0' is supported by ustar format... yes
07:52:37 [2022-07-28T07:52:37.602Z] #77 102.6 checking how to create a ustar tar archive... gnutar
07:52:37 [2022-07-28T07:52:37.660Z] #21 1.823 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
07:52:37 [2022-07-28T07:52:37.660Z] #21 1.836 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
07:52:37 [2022-07-28T07:52:37.660Z] #21 1.866 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
07:52:37 [2022-07-28T07:52:37.859Z] #77 102.6 checking dependency style of gcc... gcc3
07:52:37 [2022-07-28T07:52:37.859Z] #77 102.9 checking whether to enable maintainer-specific portions of Makefiles... yes
07:52:37 [2022-07-28T07:52:37.859Z] #77 102.9 checking whether make supports nested variables... (cached) yes
07:52:37 [2022-07-28T07:52:37.859Z] #77 102.9 checking for gawk... (cached) mawk
07:52:37 [2022-07-28T07:52:37.859Z] #77 102.9 checking for a sed that does not truncate output... (cached) /bin/sed
07:52:37 [2022-07-28T07:52:37.859Z] #77 102.9 checking for gcc... (cached) gcc
07:52:38 [2022-07-28T07:52:38.116Z] #77 103.0 checking whether we are using the GNU C compiler... (cached) yes
07:52:38 [2022-07-28T07:52:38.116Z] #77 103.0 checking whether gcc accepts -g... (cached) yes
07:52:38 [2022-07-28T07:52:38.116Z] #77 103.0 checking for gcc option to accept ISO C89... (cached) none needed
07:52:38 [2022-07-28T07:52:38.116Z] #77 103.0 checking whether gcc understands -c and -o together... (cached) yes
07:52:38 [2022-07-28T07:52:38.116Z] #77 103.0 checking for a Python interpreter with version >= 3... python3
07:52:38 [2022-07-28T07:52:38.116Z] #77 103.1 checking for python3... /usr/bin/python3
07:52:38 [2022-07-28T07:52:38.116Z] #77 103.1 checking for python3 version... 3.9
07:52:38 [2022-07-28T07:52:38.116Z] #77 103.2 checking for python3 platform... linux
07:52:38 [2022-07-28T07:52:38.629Z] #77 103.3 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
07:52:38 [2022-07-28T07:52:38.629Z] #77 103.5 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
07:52:38 [2022-07-28T07:52:38.885Z] #77 103.6 checking for go-md2man... no
07:52:38 [2022-07-28T07:52:38.885Z] #77 103.7 checking error.h usability... yes
07:52:38 [2022-07-28T07:52:38.885Z] #77 103.9 checking error.h presence... yes
07:52:38 [2022-07-28T07:52:38.906Z] #77 120.7 config.status: creating Makefile
07:52:38 [2022-07-28T07:52:38.906Z] #77 120.7 config.status: creating config.h
07:52:38 [2022-07-28T07:52:38.906Z] #77 120.8 config.status: executing depfiles commands
07:52:38 [2022-07-28T07:52:38.906Z] #77 121.0 config.status: executing libtool commands
07:52:39 [2022-07-28T07:52:39.043Z] #21 2.935 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
07:52:39 [2022-07-28T07:52:39.143Z] #77 103.9 checking for error.h... yes
07:52:39 [2022-07-28T07:52:39.143Z] #77 104.0 checking linux/openat2.h usability... yes
07:52:39 [2022-07-28T07:52:39.400Z] #77 104.2 checking linux/openat2.h presence... yes
07:52:39 [2022-07-28T07:52:39.400Z] #77 104.2 checking for linux/openat2.h... yes
07:52:39 [2022-07-28T07:52:39.468Z] #77 121.9   GEN      .version
07:52:39 [2022-07-28T07:52:39.673Z] #77 104.3 checking for copy_file_range... yes
07:52:39 [2022-07-28T07:52:39.673Z] #77 104.6 checking for fgetxattr... yes
07:52:39 [2022-07-28T07:52:39.724Z] #77 121.9 make  install-recursive
07:52:39 [2022-07-28T07:52:39.724Z] #77 121.9 make[1]: Entering directory '/tmp/crun-build'
07:52:39 [2022-07-28T07:52:39.724Z] #77 122.0 Making install in libocispec
07:52:39 [2022-07-28T07:52:39.724Z] #77 ...
07:52:39 [2022-07-28T07:52:39.724Z] 
07:52:39 [2022-07-28T07:52:39.724Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
07:52:39 [2022-07-28T07:52:39.724Z] #21 sha256:fc014990f14f560307bb980ce888942f9b008012ba7b067dd81e03623fee6ad2
07:52:39 [2022-07-28T07:52:39.724Z] #21 35.95 Selecting previously unselected package zip.
07:52:39 [2022-07-28T07:52:39.724Z] #21 35.96 Preparing to unpack .../47-zip_3.0-12_arm64.deb ...
07:52:39 [2022-07-28T07:52:39.724Z] #21 35.96 Unpacking zip (3.0-12) ...
07:52:39 [2022-07-28T07:52:39.724Z] #21 36.08 Selecting previously unselected package zstd.
07:52:39 [2022-07-28T07:52:39.724Z] #21 36.08 Preparing to unpack .../48-zstd_1.4.8+dfsg-2.1_arm64.deb ...
07:52:39 [2022-07-28T07:52:39.724Z] #21 36.09 Unpacking zstd (1.4.8+dfsg-2.1) ...
07:52:39 [2022-07-28T07:52:39.724Z] #21 36.37 Setting up python3-pkg-resources (52.0.0-4) ...
07:52:39 [2022-07-28T07:52:39.724Z] #21 37.24 Setting up libip4tc2:arm64 (1.8.7-1) ...
07:52:39 [2022-07-28T07:52:39.724Z] #21 37.25 Setting up net-tools (1.60+git20181103.0eebece-1) ...
07:52:39 [2022-07-28T07:52:39.724Z] #21 37.28 Setting up libgpm2:arm64 (1.20.7-8) ...
07:52:39 [2022-07-28T07:52:39.724Z] #21 37.29 Setting up libicu67:arm64 (67.1-7) ...
07:52:39 [2022-07-28T07:52:39.724Z] #21 37.30 Setting up libip6tc2:arm64 (1.8.7-1) ...
07:52:39 [2022-07-28T07:52:39.724Z] #21 37.31 Setting up libinih1:arm64 (53-1+b2) ...
07:52:39 [2022-07-28T07:52:39.724Z] #21 37.33 Setting up uidmap (1:4.8.1-1) ...
07:52:39 [2022-07-28T07:52:39.724Z] #21 37.34 Setting up libyajl2:arm64 (2.1.0-3) ...
07:52:39 [2022-07-28T07:52:39.724Z] #21 37.35 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
07:52:39 [2022-07-28T07:52:39.724Z] #21 37.36 Setting up bzip2 (1.0.8-4) ...
07:52:39 [2022-07-28T07:52:39.724Z] #21 37.37 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ...
07:52:39 [2022-07-28T07:52:39.724Z] #21 37.38 Setting up python3-wheel (0.34.2-1) ...
07:52:39 [2022-07-28T07:52:39.724Z] #21 37.90 Setting up xxd (2:8.2.2434-3+deb11u1) ...
07:52:39 [2022-07-28T07:52:39.724Z] #21 37.91 Setting up libcap2:arm64 (1:2.44-1) ...
07:52:39 [2022-07-28T07:52:39.724Z] #21 37.93 Setting up libcap2-bin (1:2.44-1) ...
07:52:39 [2022-07-28T07:52:39.724Z] #21 37.94 Setting up apparmor (2.13.6-10) ...
07:52:39 [2022-07-28T07:52:39.724Z] #21 39.53 Setting up zip (3.0-12) ...
07:52:39 [2022-07-28T07:52:39.724Z] #21 39.54 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
07:52:39 [2022-07-28T07:52:39.724Z] #21 39.56 Setting up bash-completion (1:2.11-2) ...
07:52:39 [2022-07-28T07:52:39.724Z] #21 42.14 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
07:52:39 [2022-07-28T07:52:39.724Z] #21 42.15 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
07:52:39 [2022-07-28T07:52:39.724Z] #21 42.16 Setting up libmnl0:arm64 (1.0.4-3) ...
07:52:39 [2022-07-28T07:52:39.724Z] #21 42.18 Setting up patch (2.7.6-7) ...
07:52:39 [2022-07-28T07:52:39.724Z] #21 42.20 Setting up sudo (1.9.5p2-3) ...
07:52:39 [2022-07-28T07:52:39.724Z] #21 42.25 invoke-rc.d: could not determine current runlevel
07:52:39 [2022-07-28T07:52:39.724Z] #21 42.29 invoke-rc.d: policy-rc.d denied execution of start.
07:52:39 [2022-07-28T07:52:39.724Z] #21 42.30 Setting up xfsprogs (5.10.0-4) ...
07:52:39 [2022-07-28T07:52:39.724Z] #21 42.31 Setting up libxtables12:arm64 (1.8.7-1) ...
07:52:39 [2022-07-28T07:52:39.724Z] #21 42.33 Setting up inetutils-ping (2:2.0-1) ...
07:52:39 [2022-07-28T07:52:39.724Z] #21 42.34 Setting up pigz (2.6-1) ...
07:52:39 [2022-07-28T07:52:39.724Z] #21 42.35 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ...
07:52:39 [2022-07-28T07:52:39.724Z] #21 42.36 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ...
07:52:39 [2022-07-28T07:52:39.724Z] #21 42.38 Setting up python-pip-whl (20.3.4-4+deb11u1) ...
07:52:39 [2022-07-28T07:52:39.724Z] #21 42.40 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
07:52:39 [2022-07-28T07:52:39.724Z] #21 43.13 Setting up libaio1:arm64 (0.3.112-9) ...
07:52:39 [2022-07-28T07:52:39.724Z] #21 43.14 Setting up python3-lib2to3 (3.9.2-1) ...
07:52:39 [2022-07-28T07:52:39.724Z] #21 43.62 Setting up libelf1:arm64 (0.183-1) ...
07:52:39 [2022-07-28T07:52:39.724Z] #21 43.63 Setting up zstd (1.4.8+dfsg-2.1) ...
07:52:39 [2022-07-28T07:52:39.724Z] #21 43.64 Setting up libonig5:arm64 (6.9.6-1.1) ...
07:52:39 [2022-07-28T07:52:39.724Z] #21 43.65 Setting up python3-distutils (3.9.2-1) ...
07:52:39 [2022-07-28T07:52:39.724Z] #21 44.14 Setting up vim (2:8.2.2434-3+deb11u1) ...
07:52:39 [2022-07-28T07:52:39.724Z] #21 44.15 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
07:52:39 [2022-07-28T07:52:39.724Z] #21 44.15 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
07:52:39 [2022-07-28T07:52:39.724Z] #21 44.16 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
07:52:39 [2022-07-28T07:52:39.724Z] #21 44.16 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
07:52:39 [2022-07-28T07:52:39.724Z] #21 44.17 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
07:52:39 [2022-07-28T07:52:39.724Z] #21 44.17 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
07:52:39 [2022-07-28T07:52:39.724Z] #21 44.18 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
07:52:39 [2022-07-28T07:52:39.724Z] #21 44.19 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
07:52:39 [2022-07-28T07:52:39.724Z] #21 44.22 Setting up python3-setuptools (52.0.0-4) ...
07:52:39 [2022-07-28T07:52:39.724Z] #21 45.56 Setting up libjq1:arm64 (1.6-2.1) ...
07:52:39 [2022-07-28T07:52:39.724Z] #21 45.58 Setting up libnftnl11:arm64 (1.1.9-1) ...
07:52:39 [2022-07-28T07:52:39.724Z] #21 45.59 Setting up thin-provisioning-tools (0.9.0-1) ...
07:52:39 [2022-07-28T07:52:39.724Z] #21 45.60 Setting up python3-pip (20.3.4-4+deb11u1) ...
07:52:39 [2022-07-28T07:52:39.724Z] #21 ...
07:52:39 [2022-07-28T07:52:39.724Z] 
07:52:39 [2022-07-28T07:52:39.724Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:52:39 [2022-07-28T07:52:39.724Z] #77 sha256:08904648274d48335dfd8ac9ff733aa2134ce67ddc8a78b8db269c23f005044a
07:52:39 [2022-07-28T07:52:39.724Z] #77 122.0 make[2]: Entering directory '/tmp/crun-build/libocispec'
07:52:39 [2022-07-28T07:52:39.724Z] #77 122.1 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema
07:52:39 [2022-07-28T07:52:39.724Z] #77 122.1 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema
07:52:39 [2022-07-28T07:52:39.724Z] #77 122.1 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems
07:52:39 [2022-07-28T07:52:39.724Z] #77 122.1 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic
07:52:39 [2022-07-28T07:52:39.929Z] #77 104.8 checking for statx... yes
07:52:39 [2022-07-28T07:52:39.929Z] #77 ...
07:52:39 [2022-07-28T07:52:39.929Z] 
07:52:39 [2022-07-28T07:52:39.929Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
07:52:39 [2022-07-28T07:52:39.929Z] #60 sha256:7c3d1498c3d865817e39d175bf93c489ad9c048d20c3a3814509c4c0bedca2c7
07:52:39 [2022-07-28T07:52:39.929Z] #60 16.79 + cd /tmp/tmp.M58vub2prJ/src/github.com/opencontainers/runc
07:52:39 [2022-07-28T07:52:39.929Z] #60 16.79 + git checkout -q v1.1.2
07:52:39 [2022-07-28T07:52:39.929Z] #60 17.53 + '[' -z '' ']'
07:52:39 [2022-07-28T07:52:39.929Z] #60 17.53 + target=static
07:52:39 [2022-07-28T07:52:39.929Z] #60 17.53 + make BUILDTAGS=seccomp static
07:52:39 [2022-07-28T07:52:39.929Z] #60 17.96 CGO_ENABLED=1 go build -trimpath  -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.2-0-ga916309f -X main.version=1.1.2 " -o runc .
07:52:40 [2022-07-28T07:52:40.186Z] #60 ...
07:52:40 [2022-07-28T07:52:40.186Z] 
07:52:40 [2022-07-28T07:52:40.186Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:52:40 [2022-07-28T07:52:40.186Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:52:40 [2022-07-28T07:52:40.286Z] #77 122.7 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success
07:52:40 [2022-07-28T07:52:40.423Z] #21 4.580 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [168 kB]
07:52:40 [2022-07-28T07:52:40.443Z] #77 105.1 checking for fgetpwent_r... yes
07:52:40 [2022-07-28T07:52:40.542Z] #77 122.9 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success
07:52:40 [2022-07-28T07:52:40.542Z] #77 122.9 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success
07:52:40 [2022-07-28T07:52:40.542Z] #77 122.9 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success
07:52:40 [2022-07-28T07:52:40.542Z] #77 122.9 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success
07:52:40 [2022-07-28T07:52:40.542Z] #77 122.9 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success
07:52:40 [2022-07-28T07:52:40.542Z] #77 122.9 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success
07:52:40 [2022-07-28T07:52:40.542Z] #77 122.9 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success
07:52:40 [2022-07-28T07:52:40.542Z] #77 122.9 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success
07:52:40 [2022-07-28T07:52:40.700Z] #77 105.4 checking for issetugid... no
07:52:40 [2022-07-28T07:52:40.700Z] #77 105.7 checking for pkg-config... /usr/bin/pkg-config
07:52:40 [2022-07-28T07:52:40.700Z] #77 105.7 checking pkg-config is at least version 0.9.0... yes
07:52:40 [2022-07-28T07:52:40.800Z] #77 123.0 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success
07:52:40 [2022-07-28T07:52:40.800Z] #77 123.0 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success
07:52:40 [2022-07-28T07:52:40.800Z] #77 123.0 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success
07:52:40 [2022-07-28T07:52:40.800Z] #77 123.0 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs.json       Success
07:52:40 [2022-07-28T07:52:40.800Z] #77 123.0 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success
07:52:40 [2022-07-28T07:52:40.800Z] #77 123.0 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success
07:52:40 [2022-07-28T07:52:40.800Z] #77 123.0 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success
07:52:41 [2022-07-28T07:52:41.263Z] #77 105.7 checking for library containing yajl_tree_get... -lyajl
07:52:41 [2022-07-28T07:52:41.263Z] #77 106.3 checking for yajl >= 2.0.0... yes
07:52:41 [2022-07-28T07:52:41.263Z] #77 106.3 checking sys/capability.h usability... 
07:52:41 [2022-07-28T07:52:41.263Z] #77 ...
07:52:41 [2022-07-28T07:52:41.263Z] 
07:52:41 [2022-07-28T07:52:41.263Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
07:52:41 [2022-07-28T07:52:41.263Z] #21 sha256:b2570b2884beb6efe91186ba991258e6251478e74a93c353ccbb4b0299fab53d
07:52:41 [2022-07-28T07:52:41.263Z] #21 2.423 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
07:52:41 [2022-07-28T07:52:41.263Z] #21 2.448 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
07:52:41 [2022-07-28T07:52:41.263Z] #21 2.449 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
07:52:41 [2022-07-28T07:52:41.263Z] #21 3.052 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
07:52:41 [2022-07-28T07:52:41.263Z] #21 4.150 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [168 kB]
07:52:41 [2022-07-28T07:52:41.263Z] #21 5.472 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
07:52:41 [2022-07-28T07:52:41.519Z] #21 10.10 Fetched 8561 kB in 8s (1077 kB/s)
07:52:41 [2022-07-28T07:52:41.519Z] #21 10.10 Reading package lists...
07:52:41 [2022-07-28T07:52:41.519Z] #21 ...
07:52:41 [2022-07-28T07:52:41.519Z] 
07:52:41 [2022-07-28T07:52:41.519Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:52:41 [2022-07-28T07:52:41.519Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:52:41 [2022-07-28T07:52:41.519Z] #77 106.3 checking sys/capability.h usability... yes
07:52:41 [2022-07-28T07:52:41.519Z] #77 106.5 checking sys/capability.h presence... yes
07:52:41 [2022-07-28T07:52:41.728Z] #77 123.9 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success
07:52:41 [2022-07-28T07:52:41.728Z] #77 123.9 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs.json     Success
07:52:41 [2022-07-28T07:52:41.728Z] #77 123.9 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success
07:52:41 [2022-07-28T07:52:41.728Z] #77 123.9 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success
07:52:41 [2022-07-28T07:52:41.728Z] #77 123.9 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json  Success
07:52:41 [2022-07-28T07:52:41.728Z] #77 123.9 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success
07:52:41 [2022-07-28T07:52:41.728Z] #77 123.9 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success
07:52:41 [2022-07-28T07:52:41.728Z] #77 123.9 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success
07:52:41 [2022-07-28T07:52:41.728Z] #77 123.9 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success
07:52:41 [2022-07-28T07:52:41.728Z] #77 123.9 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success
07:52:41 [2022-07-28T07:52:41.728Z] #77 123.9 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success
07:52:41 [2022-07-28T07:52:41.728Z] #77 123.9 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success
07:52:41 [2022-07-28T07:52:41.728Z] #77 123.9 make  install-recursive
07:52:41 [2022-07-28T07:52:41.728Z] #77 123.9 make[3]: Entering directory '/tmp/crun-build/libocispec'
07:52:41 [2022-07-28T07:52:41.728Z] #77 124.0 Making install in yajl
07:52:41 [2022-07-28T07:52:41.728Z] #77 124.0 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl'
07:52:41 [2022-07-28T07:52:41.728Z] #77 124.1   CC       verify/json_verify-json_verify.o
07:52:41 [2022-07-28T07:52:41.728Z] #77 124.1   CC       src/libyajl_la-yajl_alloc.lo
07:52:41 [2022-07-28T07:52:41.728Z] #77 124.1   CC       src/libyajl_la-yajl.lo
07:52:41 [2022-07-28T07:52:41.728Z] #77 124.1   CC       src/libyajl_la-yajl_gen.lo
07:52:41 [2022-07-28T07:52:41.776Z] #77 106.6 checking for sys/capability.h... yes
07:52:41 [2022-07-28T07:52:41.805Z] #21 ...
07:52:41 [2022-07-28T07:52:41.805Z] 
07:52:41 [2022-07-28T07:52:41.805Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:52:41 [2022-07-28T07:52:41.805Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:52:41 [2022-07-28T07:52:41.805Z] #77 135.5 checking build system type... x86_64-pc-linux-gnu
07:52:41 [2022-07-28T07:52:41.805Z] #77 136.1 checking host system type... x86_64-pc-linux-gnu
07:52:41 [2022-07-28T07:52:41.805Z] #77 136.1 checking how to print strings... printf
07:52:41 [2022-07-28T07:52:41.805Z] #77 136.1 checking for gcc... gcc
07:52:41 [2022-07-28T07:52:41.805Z] #77 136.3 checking whether the C compiler works... yes
07:52:41 [2022-07-28T07:52:41.805Z] #77 136.8 checking for C compiler default output file name... a.out
07:52:41 [2022-07-28T07:52:41.805Z] #77 136.8 checking for suffix of executables... 
07:52:41 [2022-07-28T07:52:41.805Z] #77 137.2 checking whether we are cross compiling... no
07:52:41 [2022-07-28T07:52:41.805Z] #77 137.6 checking for suffix of object files... o
07:52:41 [2022-07-28T07:52:41.805Z] #77 137.9 checking whether we are using the GNU C compiler... yes
07:52:41 [2022-07-28T07:52:41.805Z] #77 138.1 checking whether gcc accepts -g... yes
07:52:41 [2022-07-28T07:52:41.805Z] #77 138.2 checking for gcc option to accept ISO C89... none needed
07:52:41 [2022-07-28T07:52:41.805Z] #77 138.5 checking whether gcc understands -c and -o together... yes
07:52:41 [2022-07-28T07:52:41.805Z] #77 138.9 checking for a sed that does not truncate output... /bin/sed
07:52:41 [2022-07-28T07:52:41.805Z] #77 139.0 checking for grep that handles long lines and -e... /bin/grep
07:52:41 [2022-07-28T07:52:41.805Z] #77 139.0 checking for egrep... /bin/grep -E
07:52:41 [2022-07-28T07:52:41.805Z] #77 139.1 checking for fgrep... /bin/grep -F
07:52:41 [2022-07-28T07:52:41.805Z] #77 139.1 checking for ld used by gcc... /usr/bin/ld
07:52:41 [2022-07-28T07:52:41.805Z] #77 139.1 checking if the linker (/usr/bin/ld) is GNU ld... yes
07:52:41 [2022-07-28T07:52:41.805Z] #77 139.1 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
07:52:41 [2022-07-28T07:52:41.805Z] #77 139.2 checking the name lister (/usr/bin/nm -B) interface... BSD nm
07:52:41 [2022-07-28T07:52:41.805Z] #77 139.4 checking whether ln -s works... yes
07:52:41 [2022-07-28T07:52:41.805Z] #77 139.4 checking the maximum length of command line arguments... 1572864
07:52:41 [2022-07-28T07:52:41.805Z] #77 139.5 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
07:52:41 [2022-07-28T07:52:41.805Z] #77 139.5 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
07:52:41 [2022-07-28T07:52:41.805Z] #77 139.5 checking for /usr/bin/ld option to reload object files... -r
07:52:41 [2022-07-28T07:52:41.805Z] #77 139.5 checking for objdump... objdump
07:52:41 [2022-07-28T07:52:41.805Z] #77 139.5 checking how to recognize dependent libraries... pass_all
07:52:41 [2022-07-28T07:52:41.805Z] #77 139.5 checking for dlltool... no
07:52:41 [2022-07-28T07:52:41.805Z] #77 139.5 checking how to associate runtime and link libraries... printf %s\n
07:52:41 [2022-07-28T07:52:41.805Z] #77 139.5 checking for ar... ar
07:52:41 [2022-07-28T07:52:41.805Z] #77 139.5 checking for archiver @FILE support... @
07:52:41 [2022-07-28T07:52:41.805Z] #77 139.9 checking for strip... strip
07:52:41 [2022-07-28T07:52:41.805Z] #77 139.9 checking for ranlib... ranlib
07:52:41 [2022-07-28T07:52:41.805Z] #77 139.9 checking for gawk... no
07:52:41 [2022-07-28T07:52:41.805Z] #77 139.9 checking for mawk... mawk
07:52:41 [2022-07-28T07:52:41.805Z] #77 139.9 checking command to parse /usr/bin/nm -B output from gcc object... ok
07:52:41 [2022-07-28T07:52:41.805Z] #77 140.7 checking for sysroot... no
07:52:41 [2022-07-28T07:52:41.805Z] #77 140.7 checking for a working dd... /bin/dd
07:52:41 [2022-07-28T07:52:41.805Z] #77 140.7 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
07:52:41 [2022-07-28T07:52:41.805Z] #77 141.0 checking for mt... no
07:52:41 [2022-07-28T07:52:41.805Z] #77 141.0 checking if : is a manifest tool... no
07:52:41 [2022-07-28T07:52:41.805Z] #77 141.0 checking how to run the C preprocessor... gcc -E
07:52:41 [2022-07-28T07:52:41.805Z] #77 141.7 checking for ANSI C header files... yes
07:52:41 [2022-07-28T07:52:41.805Z] #77 142.9 checking for sys/types.h... yes
07:52:41 [2022-07-28T07:52:41.805Z] #77 143.2 checking for sys/stat.h... yes
07:52:41 [2022-07-28T07:52:41.805Z] #77 143.8 checking for stdlib.h... yes
07:52:41 [2022-07-28T07:52:41.805Z] #77 144.4 checking for string.h... yes
07:52:41 [2022-07-28T07:52:41.985Z] #77 124.1   CC       src/libyajl_la-yajl_parser.lo
07:52:41 [2022-07-28T07:52:41.985Z] #77 124.1   CC       src/libyajl_la-yajl_buf.lo
07:52:41 [2022-07-28T07:52:41.985Z] #77 124.2   CC       src/libyajl_la-yajl_encode.lo
07:52:41 [2022-07-28T07:52:41.985Z] #77 124.2   CC       src/libyajl_la-yajl_lex.lo
07:52:41 [2022-07-28T07:52:41.985Z] #77 124.2   CC       src/libyajl_la-yajl_tree.lo
07:52:42 [2022-07-28T07:52:42.033Z] #77 106.6 checking for library containing cap_from_name... -lcap
07:52:42 [2022-07-28T07:52:42.068Z] #77 144.9 checking for memory.h... yes
07:52:42 [2022-07-28T07:52:42.328Z] #77 145.1 checking for strings.h... yes
07:52:42 [2022-07-28T07:52:42.355Z] #14 ...
07:52:42 [2022-07-28T07:52:42.355Z] 
07:52:42 [2022-07-28T07:52:42.355Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:52:42 [2022-07-28T07:52:42.355Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:52:42 [2022-07-28T07:52:42.356Z] #77 63.23 libtoolize: putting auxiliary files in '.'.
07:52:42 [2022-07-28T07:52:42.356Z] #77 63.23 libtoolize: copying file './ltmain.sh'
07:52:42 [2022-07-28T07:52:42.356Z] #77 64.36 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
07:52:42 [2022-07-28T07:52:42.356Z] #77 64.36 libtoolize: and rerunning libtoolize and aclocal.
07:52:42 [2022-07-28T07:52:42.356Z] #77 64.36 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
07:52:42 [2022-07-28T07:52:42.549Z] #77 ...
07:52:42 [2022-07-28T07:52:42.549Z] 
07:52:42 [2022-07-28T07:52:42.549Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
07:52:42 [2022-07-28T07:52:42.549Z] #21 sha256:fc014990f14f560307bb980ce888942f9b008012ba7b067dd81e03623fee6ad2
07:52:42 [2022-07-28T07:52:42.549Z] #21 46.86 Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ...
07:52:42 [2022-07-28T07:52:42.549Z] #21 46.87 Setting up jq (1.6-2.1) ...
07:52:42 [2022-07-28T07:52:42.549Z] #21 46.88 Setting up libbpf0:arm64 (1:0.3-2) ...
07:52:42 [2022-07-28T07:52:42.549Z] #21 46.89 Setting up iptables (1.8.7-1) ...
07:52:42 [2022-07-28T07:52:42.549Z] #21 46.91 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
07:52:42 [2022-07-28T07:52:42.549Z] #21 46.92 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
07:52:42 [2022-07-28T07:52:42.549Z] #21 46.92 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
07:52:42 [2022-07-28T07:52:42.549Z] #21 46.93 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
07:52:42 [2022-07-28T07:52:42.549Z] #21 46.93 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
07:52:42 [2022-07-28T07:52:42.549Z] #21 46.93 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
07:52:42 [2022-07-28T07:52:42.549Z] #21 46.94 Setting up iproute2 (5.10.0-4) ...
07:52:42 [2022-07-28T07:52:42.549Z] #21 47.30 Processing triggers for libc-bin (2.31-13+deb11u3) ...
07:52:42 [2022-07-28T07:52:42.549Z] #21 DONE 48.9s
07:52:42 [2022-07-28T07:52:42.549Z] 
07:52:42 [2022-07-28T07:52:42.549Z] #22 [dev-systemd-false  8/28] RUN update-alternatives --set iptables  /usr/sbin/iptables-legacy  || true  && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true  && update-alternatives --set arptables /usr/sbin/arptables-legacy || true
07:52:42 [2022-07-28T07:52:42.549Z] #22 sha256:440dea224edbe26f11b9dd8ecfcb7d7ac262aa66111e8d1fff15f0f97e8672f0
07:52:42 [2022-07-28T07:52:42.598Z] #77 107.0 checking for library containing dlopen... -ldl
07:52:42 [2022-07-28T07:52:42.854Z] #77 107.5 checking seccomp.h usability... yes
07:52:42 [2022-07-28T07:52:42.897Z] #77 145.6 checking for inttypes.h... yes
07:52:43 [2022-07-28T07:52:43.110Z] #77 107.9 checking seccomp.h presence... yes
07:52:43 [2022-07-28T07:52:43.110Z] #77 107.9 checking for seccomp.h... yes
07:52:43 [2022-07-28T07:52:43.112Z] #22 0.580 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
07:52:43 [2022-07-28T07:52:43.112Z] #22 0.585 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
07:52:43 [2022-07-28T07:52:43.112Z] #22 0.591 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
07:52:43 [2022-07-28T07:52:43.112Z] #22 DONE 0.6s
07:52:43 [2022-07-28T07:52:43.112Z] 
07:52:43 [2022-07-28T07:52:43.112Z] #23 [dev-systemd-false  9/28] RUN pip3 install yamllint==1.26.1
07:52:43 [2022-07-28T07:52:43.112Z] #23 sha256:c7d45c37f696973045fa3b4f7e1e7de71f0060da1862a655859fbc87d17aa2b8
07:52:43 [2022-07-28T07:52:43.292Z] #77 ...
07:52:43 [2022-07-28T07:52:43.292Z] 
07:52:43 [2022-07-28T07:52:43.292Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:52:43 [2022-07-28T07:52:43.292Z] #14 sha256:b25eac2f6ddf70c42113ea1e9c9616359e7796e8a4be5e3f87392c5fb5b439d0
07:52:43 [2022-07-28T07:52:43.292Z] #14 152.3 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
07:52:43 [2022-07-28T07:52:43.292Z] #14 152.3 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
07:52:43 [2022-07-28T07:52:43.292Z] #14 152.3 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
07:52:43 [2022-07-28T07:52:43.367Z] #77 107.9 checking for library containing seccomp_rule_add... -lseccomp
07:52:43 [2022-07-28T07:52:43.465Z] #77 146.2 checking for stdint.h... yes
07:52:43 [2022-07-28T07:52:43.624Z] #77 108.4 checking for library containing seccomp_arch_resolve_name... #77 ...
07:52:43 [2022-07-28T07:52:43.624Z] 
07:52:43 [2022-07-28T07:52:43.624Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
07:52:43 [2022-07-28T07:52:43.624Z] #34 sha256:d2cbdd6a29733efe204107531a63420dd0914582d52234dd597a7076fc70e19c
07:52:43 [2022-07-28T07:52:43.624Z] #34 DONE 159.4s
07:52:43 [2022-07-28T07:52:43.624Z] 
07:52:43 [2022-07-28T07:52:43.624Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         case $(dpkg --print-architecture) in             amd64|arm64)                 GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1"                 && /build/dlv --help                 ;;             *)                 mkdir -p /build/                 ;;         esac
07:52:43 [2022-07-28T07:52:43.624Z] #36 sha256:1509a87c4d8785c1b3fd9bff9d9474ccef8f4b872101e620b7fa14aef10a7cb5
07:52:43 [2022-07-28T07:52:43.624Z] #36 158.8 Delve is a source level debugger for Go programs.
07:52:43 [2022-07-28T07:52:43.624Z] #36 158.8 
07:52:43 [2022-07-28T07:52:43.624Z] #36 158.8 Delve enables you to interact with your program by controlling the execution of the process,
07:52:43 [2022-07-28T07:52:43.624Z] #36 158.8 evaluating variables, and providing information of thread / goroutine state, CPU register state and more.
07:52:43 [2022-07-28T07:52:43.624Z] #36 158.8 
07:52:43 [2022-07-28T07:52:43.624Z] #36 158.8 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs.
07:52:43 [2022-07-28T07:52:43.624Z] #36 158.8 
07:52:43 [2022-07-28T07:52:43.624Z] #36 158.8 Pass flags to the program you are debugging using `--`, for example:
07:52:43 [2022-07-28T07:52:43.624Z] #36 158.8 
07:52:43 [2022-07-28T07:52:43.624Z] #36 158.8 `dlv exec ./hello -- server --config conf/config.toml`
07:52:43 [2022-07-28T07:52:43.624Z] #36 158.8 
07:52:43 [2022-07-28T07:52:43.624Z] #36 158.8 Usage:
07:52:43 [2022-07-28T07:52:43.624Z] #36 158.8   dlv [command]
07:52:43 [2022-07-28T07:52:43.624Z] #36 158.8 
07:52:43 [2022-07-28T07:52:43.624Z] #36 158.8 Available Commands:
07:52:43 [2022-07-28T07:52:43.624Z] #36 158.8   attach      Attach to running process and begin debugging.
07:52:43 [2022-07-28T07:52:43.624Z] #36 158.8   connect     Connect to a headless debug server with a terminal client.
07:52:43 [2022-07-28T07:52:43.624Z] #36 158.8   core        Examine a core dump.
07:52:43 [2022-07-28T07:52:43.624Z] #36 158.8   dap         Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP).
07:52:43 [2022-07-28T07:52:43.624Z] #36 158.8   debug       Compile and begin debugging main package in current directory, or the package specified.
07:52:43 [2022-07-28T07:52:43.624Z] #36 158.8   exec        Execute a precompiled binary, and begin a debug session.
07:52:43 [2022-07-28T07:52:43.624Z] #36 158.8   help        Help about any command
07:52:43 [2022-07-28T07:52:43.624Z] #36 158.8   run         Deprecated command. Use 'debug' instead.
07:52:43 [2022-07-28T07:52:43.624Z] #36 158.8   test        Compile test binary and begin debugging program.
07:52:43 [2022-07-28T07:52:43.624Z] #36 158.8   trace       Compile and begin tracing program.
07:52:43 [2022-07-28T07:52:43.624Z] #36 158.8   version     Prints version.
07:52:43 [2022-07-28T07:52:43.624Z] #36 158.8 
07:52:43 [2022-07-28T07:52:43.624Z] #36 158.8 Flags:
07:52:43 [2022-07-28T07:52:43.624Z] #36 158.8       --accept-multiclient               Allows a headless server to accept multiple client connections via JSON-RPC or DAP.
07:52:43 [2022-07-28T07:52:43.624Z] #36 158.8       --allow-non-terminal-interactive   Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr
07:52:43 [2022-07-28T07:52:43.624Z] #36 158.8       --api-version int                  Selects JSON-RPC API version when headless. New clients should use v2. Can be reset via RPCServer.SetApiVersion. See Documentation/api/json-rpc/README.md. (default 1)
07:52:43 [2022-07-28T07:52:43.624Z] #36 158.8       --backend string                   Backend selection (see 'dlv help backend'). (default "default")
07:52:43 [2022-07-28T07:52:43.624Z] #36 158.8       --build-flags string               Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v"
07:52:43 [2022-07-28T07:52:43.624Z] #36 158.8       --check-go-version                 Exits if the version of Go in use is not compatible (too old or too new) with the version of Delve. (default true)
07:52:43 [2022-07-28T07:52:43.624Z] #36 158.8       --disable-aslr                     Disables address space randomization
07:52:43 [2022-07-28T07:52:43.624Z] #36 158.8       --headless                         Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections.
07:52:43 [2022-07-28T07:52:43.624Z] #36 158.8   -h, --help                             help for dlv
07:52:43 [2022-07-28T07:52:43.624Z] #36 158.8       --init string                      Init file, executed by the terminal client.
07:52:43 [2022-07-28T07:52:43.624Z] #36 158.8   -l, --listen string                    Debugging server listen address. (default "127.0.0.1:0")
07:52:43 [2022-07-28T07:52:43.624Z] #36 158.8       --log                              Enable debugging server logging.
07:52:43 [2022-07-28T07:52:43.624Z] #36 158.8       --log-dest string                  Writes logs to the specified file or file descriptor (see 'dlv help log').
07:52:43 [2022-07-28T07:52:43.624Z] #36 158.8       --log-output string                Comma separated list of components that should produce debug output (see 'dlv help log')
07:52:43 [2022-07-28T07:52:43.624Z] #36 158.8       --only-same-user                   Only connections from the same user that started this instance of Delve are allowed to connect. (default true)
07:52:43 [2022-07-28T07:52:43.624Z] #36 158.8   -r, --redirect stringArray             Specifies redirect rules for target process (see 'dlv help redirect')
07:52:43 [2022-07-28T07:52:43.624Z] #36 158.8       --wd string                        Working directory for running the program.
07:52:43 [2022-07-28T07:52:43.624Z] #36 158.8 
07:52:43 [2022-07-28T07:52:43.624Z] #36 158.8 Additional help topics:
07:52:43 [2022-07-28T07:52:43.624Z] #36 158.8   dlv backend  Help about the --backend flag.
07:52:43 [2022-07-28T07:52:43.624Z] #36 158.8   dlv log      Help about logging flags.
07:52:43 [2022-07-28T07:52:43.624Z] #36 158.8   dlv redirect Help about file redirection.
07:52:43 [2022-07-28T07:52:43.624Z] #36 158.8 
07:52:43 [2022-07-28T07:52:43.624Z] #36 158.8 Use "dlv [command] --help" for more information about a command.
07:52:43 [2022-07-28T07:52:43.624Z] #36 DONE 159.6s
07:52:43 [2022-07-28T07:52:43.624Z] 
07:52:43 [2022-07-28T07:52:43.624Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:52:43 [2022-07-28T07:52:43.624Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:52:43 [2022-07-28T07:52:43.624Z] #77 108.4 checking for library containing seccomp_arch_resolve_name... none required
07:52:43 [2022-07-28T07:52:43.725Z] #77 146.7 checking for unistd.h... yes
07:52:43 [2022-07-28T07:52:43.725Z] #77 146.9 checking for dlfcn.h... 
07:52:43 [2022-07-28T07:52:43.725Z] #77 ...
07:52:43 [2022-07-28T07:52:43.725Z] 
07:52:43 [2022-07-28T07:52:43.725Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
07:52:43 [2022-07-28T07:52:43.725Z] #21 sha256:b2570b2884beb6efe91186ba991258e6251478e74a93c353ccbb4b0299fab53d
07:52:43 [2022-07-28T07:52:43.725Z] #21 7.867 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
07:52:43 [2022-07-28T07:52:43.881Z] #77 108.8 checking systemd/sd-bus.h usability... yes
07:52:44 [2022-07-28T07:52:44.137Z] #77 109.0 checking systemd/sd-bus.h presence... yes
07:52:44 [2022-07-28T07:52:44.137Z] #77 109.2 checking for systemd/sd-bus.h... yes
07:52:44 [2022-07-28T07:52:44.650Z] #77 109.2 checking for library containing sd_bus_match_signal_async... -lsystemd
07:52:44 [2022-07-28T07:52:44.906Z] #77 109.6 checking for sd_notify_barrier... yes
07:52:45 [2022-07-28T07:52:45.421Z] #77 109.9 checking linux/bpf.h usability... yes
07:52:45 [2022-07-28T07:52:45.421Z] #77 110.2 checking linux/bpf.h presence... yes
07:52:45 [2022-07-28T07:52:45.421Z] #77 110.2 checking for linux/bpf.h... yes
07:52:45 [2022-07-28T07:52:45.421Z] #77 110.2 checking compilation for eBPF... yes
07:52:45 [2022-07-28T07:52:45.421Z] #77 110.4 checking for criu >= 3.15... no
07:52:45 [2022-07-28T07:52:45.421Z] #77 110.4 configure: CRIU headers not found, building without CRIU support
07:52:45 [2022-07-28T07:52:45.421Z] #77 110.4 checking for criu > 3.16... no
07:52:45 [2022-07-28T07:52:45.421Z] #77 110.4 configure: CRIU version doesn't support join-ns API
07:52:45 [2022-07-28T07:52:45.421Z] #77 110.4 checking for criu > 3.16.1... no
07:52:45 [2022-07-28T07:52:45.421Z] #77 110.4 configure: CRIU version doesn't support for pre-dumping
07:52:45 [2022-07-28T07:52:45.421Z] #77 110.4 checking for new mount API (fsconfig)... yes
07:52:45 [2022-07-28T07:52:45.564Z] #84 ...
07:52:45 [2022-07-28T07:52:45.564Z] 
07:52:45 [2022-07-28T07:52:45.564Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             crossbuild-essential-arm64             crossbuild-essential-armel             crossbuild-essential-armhf             crossbuild-essential-ppc64el             crossbuild-essential-s390x
07:52:45 [2022-07-28T07:52:45.564Z] #19 sha256:423b64bc9d7cc359d630e3fe0a1b98d707aeff14b0c78f2d44bf08c4c29a169b
07:52:45 [2022-07-28T07:52:45.564Z] #19 229.8 Selecting previously unselected package gcc-10-arm-linux-gnueabihf-base:amd64.
07:52:45 [2022-07-28T07:52:45.564Z] #19 229.8 Preparing to unpack .../015-gcc-10-arm-linux-gnueabihf-base_10.2.1-6cross1_amd64.deb ...
07:52:45 [2022-07-28T07:52:45.564Z] #19 229.8 Unpacking gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ...
07:52:45 [2022-07-28T07:52:45.564Z] #19 230.0 Selecting previously unselected package cpp-10-arm-linux-gnueabihf.
07:52:45 [2022-07-28T07:52:45.564Z] #19 230.0 Preparing to unpack .../016-cpp-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ...
07:52:45 [2022-07-28T07:52:45.564Z] #19 230.0 Unpacking cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
07:52:45 [2022-07-28T07:52:45.677Z] #77 110.5 checking for seccomp notify API... yes
07:52:45 [2022-07-28T07:52:45.677Z] #77 110.6 checking for gperf... no
07:52:45 [2022-07-28T07:52:45.677Z] #77 110.6 configure: gperf not found - cannot rebuild signal parser code
07:52:45 [2022-07-28T07:52:45.677Z] #77 110.6 checking for library containing argp_parse... none required
07:52:45 [2022-07-28T07:52:45.934Z] #77 111.0 checking that generated files are newer than configure... done
07:52:45 [2022-07-28T07:52:45.934Z] #77 111.0 configure: creating ./config.status
07:52:48 [2022-07-28T07:52:48.364Z] #23 ...
07:52:48 [2022-07-28T07:52:48.364Z] 
07:52:48 [2022-07-28T07:52:48.364Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:52:48 [2022-07-28T07:52:48.364Z] #77 sha256:08904648274d48335dfd8ac9ff733aa2134ce67ddc8a78b8db269c23f005044a
07:52:48 [2022-07-28T07:52:48.364Z] #77 130.1   CCLD     libyajl.la
07:52:48 [2022-07-28T07:52:48.364Z] #77 130.4   CCLD     verify/json_verify
07:52:48 [2022-07-28T07:52:48.452Z] #77 113.4 config.status: creating Makefile
07:52:48 [2022-07-28T07:52:48.452Z] #77 113.5 config.status: creating rpm/crun.spec
07:52:48 [2022-07-28T07:52:48.561Z] #14 ...
07:52:48 [2022-07-28T07:52:48.561Z] 
07:52:48 [2022-07-28T07:52:48.561Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:52:48 [2022-07-28T07:52:48.561Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:52:48 [2022-07-28T07:52:48.561Z] #77 79.05 configure.ac:7: installing './compile'
07:52:48 [2022-07-28T07:52:48.561Z] #77 79.09 configure.ac:11: installing './config.guess'
07:52:48 [2022-07-28T07:52:48.561Z] #77 79.11 configure.ac:11: installing './config.sub'
07:52:48 [2022-07-28T07:52:48.561Z] #77 79.12 configure.ac:8: installing './install-sh'
07:52:48 [2022-07-28T07:52:48.561Z] #77 79.13 configure.ac:8: installing './missing'
07:52:48 [2022-07-28T07:52:48.561Z] #77 79.34 Makefile.am: installing './depcomp'
07:52:48 [2022-07-28T07:52:48.621Z] #77 130.8 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl'
07:52:48 [2022-07-28T07:52:48.621Z] #77 130.8 make[5]: Nothing to be done for 'install-exec-am'.
07:52:48 [2022-07-28T07:52:48.621Z] #77 130.8 make[5]: Nothing to be done for 'install-data-am'.
07:52:48 [2022-07-28T07:52:48.621Z] #77 130.8 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl'
07:52:48 [2022-07-28T07:52:48.621Z] #77 130.8 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl'
07:52:48 [2022-07-28T07:52:48.621Z] #77 130.9 make[4]: Entering directory '/tmp/crun-build/libocispec'
07:52:48 [2022-07-28T07:52:48.621Z] #77 131.0   CC       src/validate.o
07:52:48 [2022-07-28T07:52:48.621Z] #77 131.0   CC       src/image_spec_schema_config_schema.lo
07:52:48 [2022-07-28T07:52:48.621Z] #77 131.0   CC       src/image_spec_schema_content_descriptor.lo
07:52:48 [2022-07-28T07:52:48.621Z] #77 131.0   CC       src/image_spec_schema_defs.lo
07:52:48 [2022-07-28T07:52:48.621Z] #77 131.0   CC       src/image_spec_schema_defs_descriptor.lo
07:52:48 [2022-07-28T07:52:48.621Z] #77 131.0   CC       src/image_spec_schema_image_index_schema.lo
07:52:48 [2022-07-28T07:52:48.621Z] #77 131.0   CC       src/image_spec_schema_image_layout_schema.lo
07:52:48 [2022-07-28T07:52:48.621Z] #77 131.1   CC       src/image_spec_schema_image_manifest_schema.lo
07:52:48 [2022-07-28T07:52:48.708Z] #77 113.6 config.status: creating config.h
07:52:48 [2022-07-28T07:52:48.708Z] #77 113.6 config.status: executing libtool commands
07:52:48 [2022-07-28T07:52:48.708Z] #77 113.7 config.status: executing depfiles commands
07:52:48 [2022-07-28T07:52:48.877Z] #77 131.1   CC       src/runtime_spec_schema_config_linux.lo
07:52:48 [2022-07-28T07:52:48.877Z] #77 131.1   CC       src/runtime_spec_schema_config_zos.lo
07:52:48 [2022-07-28T07:52:48.877Z] #77 131.1   CC       src/runtime_spec_schema_config_schema.lo
07:52:48 [2022-07-28T07:52:48.877Z] #77 131.2   CC       src/runtime_spec_schema_config_solaris.lo
07:52:48 [2022-07-28T07:52:48.877Z] #77 131.2   CC       src/runtime_spec_schema_config_vm.lo
07:52:48 [2022-07-28T07:52:48.877Z] #77 131.3   CC       src/runtime_spec_schema_config_windows.lo
07:52:49 [2022-07-28T07:52:49.011Z] #21 ...
07:52:49 [2022-07-28T07:52:49.011Z] 
07:52:49 [2022-07-28T07:52:49.011Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:52:49 [2022-07-28T07:52:49.011Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:52:49 [2022-07-28T07:52:49.011Z] #77 146.9 checking for dlfcn.h... yes
07:52:49 [2022-07-28T07:52:49.011Z] #77 147.2 checking for objdir... .libs
07:52:49 [2022-07-28T07:52:49.011Z] #77 147.7 checking if gcc supports -fno-rtti -fno-exceptions... no
07:52:49 [2022-07-28T07:52:49.011Z] #77 147.9 checking for gcc option to produce PIC... -fPIC -DPIC
07:52:49 [2022-07-28T07:52:49.011Z] #77 147.9 checking if gcc PIC flag -fPIC -DPIC works... yes
07:52:49 [2022-07-28T07:52:49.011Z] #77 148.1 checking if gcc static flag -static works... yes
07:52:49 [2022-07-28T07:52:49.011Z] #77 148.7 checking if gcc supports -c -o file.o... yes
07:52:49 [2022-07-28T07:52:49.011Z] #77 148.9 checking if gcc supports -c -o file.o... (cached) yes
07:52:49 [2022-07-28T07:52:49.011Z] #77 148.9 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
07:52:49 [2022-07-28T07:52:49.011Z] #77 148.9 checking dynamic linker characteristics... GNU/Linux ld.so
07:52:49 [2022-07-28T07:52:49.011Z] #77 149.5 checking how to hardcode library paths into programs... immediate
07:52:49 [2022-07-28T07:52:49.011Z] #77 149.5 checking whether stripping libraries is possible... yes
07:52:49 [2022-07-28T07:52:49.011Z] #77 149.5 checking if libtool supports shared libraries... yes
07:52:49 [2022-07-28T07:52:49.011Z] #77 149.5 checking whether to build shared libraries... no
07:52:49 [2022-07-28T07:52:49.011Z] #77 149.5 checking whether to build static libraries... yes
07:52:49 [2022-07-28T07:52:49.011Z] #77 149.5 checking for a BSD-compatible install... /usr/bin/install -c
07:52:49 [2022-07-28T07:52:49.011Z] #77 149.6 checking whether build environment is sane... yes
07:52:49 [2022-07-28T07:52:49.011Z] #77 149.7 checking for a thread-safe mkdir -p... /bin/mkdir -p
07:52:49 [2022-07-28T07:52:49.011Z] #77 149.7 checking whether make sets $(MAKE)... yes
07:52:49 [2022-07-28T07:52:49.011Z] #77 149.8 checking whether make supports the include directive... yes (GNU style)
07:52:49 [2022-07-28T07:52:49.011Z] #77 149.8 checking whether make supports nested variables... yes
07:52:49 [2022-07-28T07:52:49.011Z] #77 149.9 checking whether UID '0' is supported by ustar format... yes
07:52:49 [2022-07-28T07:52:49.011Z] #77 149.9 checking whether GID '0' is supported by ustar format... yes
07:52:49 [2022-07-28T07:52:49.011Z] #77 149.9 checking how to create a ustar tar archive... gnutar
07:52:49 [2022-07-28T07:52:49.011Z] #77 150.0 checking dependency style of gcc... gcc3
07:52:49 [2022-07-28T07:52:49.011Z] #77 150.3 checking whether to enable maintainer-specific portions of Makefiles... yes
07:52:49 [2022-07-28T07:52:49.011Z] #77 150.3 checking whether make supports nested variables... (cached) yes
07:52:49 [2022-07-28T07:52:49.011Z] #77 150.3 checking for gawk... (cached) mawk
07:52:49 [2022-07-28T07:52:49.011Z] #77 150.3 checking for a sed that does not truncate output... (cached) /bin/sed
07:52:49 [2022-07-28T07:52:49.011Z] #77 150.3 checking for gcc... (cached) gcc
07:52:49 [2022-07-28T07:52:49.011Z] #77 150.5 checking whether we are using the GNU C compiler... (cached) yes
07:52:49 [2022-07-28T07:52:49.011Z] #77 150.5 checking whether gcc accepts -g... (cached) yes
07:52:49 [2022-07-28T07:52:49.011Z] #77 150.5 checking for gcc option to accept ISO C89... (cached) none needed
07:52:49 [2022-07-28T07:52:49.011Z] #77 150.5 checking whether gcc understands -c and -o together... (cached) yes
07:52:49 [2022-07-28T07:52:49.011Z] #77 150.5 checking for a Python interpreter with version >= 3... python3
07:52:49 [2022-07-28T07:52:49.011Z] #77 150.6 checking for python3... /usr/bin/python3
07:52:49 [2022-07-28T07:52:49.011Z] #77 150.6 checking for python3 version... 3.9
07:52:49 [2022-07-28T07:52:49.011Z] #77 150.7 checking for python3 platform... linux
07:52:49 [2022-07-28T07:52:49.011Z] #77 150.8 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
07:52:49 [2022-07-28T07:52:49.011Z] #77 151.1 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
07:52:49 [2022-07-28T07:52:49.011Z] #77 151.4 checking for go-md2man... no
07:52:49 [2022-07-28T07:52:49.011Z] #77 151.4 checking error.h usability... yes
07:52:49 [2022-07-28T07:52:49.011Z] #77 151.7 checking error.h presence... yes
07:52:49 [2022-07-28T07:52:49.011Z] #77 151.8 checking for error.h... yes
07:52:49 [2022-07-28T07:52:49.011Z] #77 151.8 checking linux/openat2.h usability... yes
07:52:49 [2022-07-28T07:52:49.011Z] #77 152.1 checking linux/openat2.h presence... yes
07:52:49 [2022-07-28T07:52:49.011Z] #77 152.2 checking for linux/openat2.h... yes
07:52:49 [2022-07-28T07:52:49.134Z] #77 131.4   CC       src/runtime_spec_schema_defs.lo
07:52:49 [2022-07-28T07:52:49.134Z] #77 131.4   CC       src/runtime_spec_schema_defs_linux.lo
07:52:49 [2022-07-28T07:52:49.134Z] #77 131.5   CC       src/runtime_spec_schema_defs_zos.lo
07:52:49 [2022-07-28T07:52:49.390Z] #77 131.7   CC       src/runtime_spec_schema_defs_vm.lo
07:52:49 [2022-07-28T07:52:49.390Z] #77 131.7   CC       src/runtime_spec_schema_defs_windows.lo
07:52:49 [2022-07-28T07:52:49.390Z] #77 131.8   CC       src/runtime_spec_schema_state_schema.lo
07:52:49 [2022-07-28T07:52:49.583Z] #77 152.2 checking for copy_file_range... yes
07:52:49 [2022-07-28T07:52:49.648Z] #77 132.0   CC       src/image_manifest_items_image_manifest_items_schema.lo
07:52:49 [2022-07-28T07:52:49.648Z] #77 132.1   CC       src/basic_test_double_array_item.lo
07:52:49 [2022-07-28T07:52:49.848Z] #77 152.6 checking for fgetxattr... yes
07:52:49 [2022-07-28T07:52:49.904Z] #77 132.3   CC       src/basic_test_double_array.lo
07:52:49 [2022-07-28T07:52:49.939Z] #77 81.56 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
07:52:49 [2022-07-28T07:52:49.939Z] #77 81.56 libtoolize: copying file 'build-aux/ltmain.sh'
07:52:50 [2022-07-28T07:52:50.077Z] #77 114.8 === configuring in libocispec (/tmp/crun-build/libocispec)
07:52:50 [2022-07-28T07:52:50.077Z] #77 114.8 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
07:52:50 [2022-07-28T07:52:50.160Z] #77 132.5   CC       src/basic_test_top_array_int.lo
07:52:50 [2022-07-28T07:52:50.197Z] #77 81.80 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
07:52:50 [2022-07-28T07:52:50.197Z] #77 81.80 libtoolize: copying file 'm4/libtool.m4'
07:52:50 [2022-07-28T07:52:50.335Z] #77 115.2 checking for gcc... gcc
07:52:50 [2022-07-28T07:52:50.416Z] #77 132.8   CC       src/basic_test_top_array_string.lo
07:52:50 [2022-07-28T07:52:50.420Z] #77 153.0 checking for statx... yes
07:52:50 [2022-07-28T07:52:50.456Z] #77 82.01 libtoolize: copying file 'm4/ltoptions.m4'
07:52:50 [2022-07-28T07:52:50.592Z] #77 115.3 checking whether the C compiler works... yes
07:52:50 [2022-07-28T07:52:50.592Z] #77 115.5 checking for C compiler default output file name... a.out
07:52:50 [2022-07-28T07:52:50.592Z] #77 115.5 checking for suffix of executables... 
07:52:50 [2022-07-28T07:52:50.672Z] #77 132.9   CC       src/basic_test_top_double_array_int.lo
07:52:50 [2022-07-28T07:52:50.672Z] #77 133.0   CC       src/basic_test_top_double_array_obj.lo
07:52:50 [2022-07-28T07:52:50.680Z] #77 153.5 checking for fgetpwent_r... yes
07:52:50 [2022-07-28T07:52:50.848Z] #77 115.6 checking whether we are cross compiling... no
07:52:50 [2022-07-28T07:52:50.929Z] #77 133.1   CC       src/basic_test_top_double_array_refobj.lo
07:52:50 [2022-07-28T07:52:50.929Z] #77 133.2   CC       src/basic_test_top_double_array_string.lo
07:52:50 [2022-07-28T07:52:50.940Z] #77 153.9 checking for issetugid... no
07:52:50 [2022-07-28T07:52:50.940Z] #77 154.2 checking for pkg-config... /usr/bin/pkg-config
07:52:50 [2022-07-28T07:52:50.940Z] #77 154.2 checking pkg-config is at least version 0.9.0... yes
07:52:51 [2022-07-28T07:52:51.023Z] #77 82.38 libtoolize: copying file 'm4/ltsugar.m4'
07:52:51 [2022-07-28T07:52:51.105Z] #77 115.9 checking for suffix of object files... o
07:52:51 [2022-07-28T07:52:51.185Z] #77 133.3   CC       src/read-file.lo
07:52:51 [2022-07-28T07:52:51.185Z] #77 133.5   CC       src/json_common.lo
07:52:51 [2022-07-28T07:52:51.185Z] #77 133.5   CC       tests/test-1.o
07:52:51 [2022-07-28T07:52:51.282Z] #77 82.81 libtoolize: copying file 'm4/ltversion.m4'
07:52:51 [2022-07-28T07:52:51.362Z] #77 116.0 checking whether we are using the GNU C compiler... yes
07:52:51 [2022-07-28T07:52:51.362Z] #77 116.1 checking whether gcc accepts -g... yes
07:52:51 [2022-07-28T07:52:51.362Z] #77 116.2 checking for gcc option to accept ISO C89... none needed
07:52:51 [2022-07-28T07:52:51.441Z] #77 133.6   CC       tests/test-2.o
07:52:51 [2022-07-28T07:52:51.441Z] #77 133.8   CC       tests/test-3.o
07:52:51 [2022-07-28T07:52:51.620Z] #77 116.4 checking whether gcc understands -c and -o together... yes
07:52:51 [2022-07-28T07:52:51.620Z] #77 116.6 checking how to run the C preprocessor... gcc -E
07:52:51 [2022-07-28T07:52:51.698Z] #77 134.0   CC       tests/test-4.o
07:52:51 [2022-07-28T07:52:51.849Z] #77 83.22 libtoolize: copying file 'm4/lt~obsolete.m4'
07:52:51 [2022-07-28T07:52:51.878Z] #77 116.8 checking for grep that handles long lines and -e... /bin/grep
07:52:51 [2022-07-28T07:52:51.878Z] #77 116.8 checking for egrep... /bin/grep -E
07:52:51 [2022-07-28T07:52:51.881Z] #77 154.2 checking for library containing yajl_tree_get... -lyajl
07:52:51 [2022-07-28T07:52:51.954Z] #77 134.1   CC       tests/test-5.o
07:52:52 [2022-07-28T07:52:52.107Z] #77 83.63 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
07:52:52 [2022-07-28T07:52:52.141Z] #77 155.1 checking for yajl >= 2.0.0... yes
07:52:52 [2022-07-28T07:52:52.210Z] #77 134.4   CC       tests/test-6.o
07:52:52 [2022-07-28T07:52:52.210Z] #77 134.4   CC       tests/test-7.o
07:52:52 [2022-07-28T07:52:52.210Z] #77 134.6   CC       tests/test-8.o
07:52:52 [2022-07-28T07:52:52.467Z] #77 134.7   CC       tests/test-9.o
07:52:52 [2022-07-28T07:52:52.711Z] #77 155.3 checking sys/capability.h usability... yes
07:52:52 [2022-07-28T07:52:52.711Z] #77 155.8 checking sys/capability.h presence... yes
07:52:52 [2022-07-28T07:52:52.711Z] #77 155.9 checking for sys/capability.h... yes
07:52:52 [2022-07-28T07:52:52.723Z] #77 135.0   CC       tests/test-10.o
07:52:52 [2022-07-28T07:52:52.810Z] #77 116.8 checking for ANSI C header files... yes
07:52:52 [2022-07-28T07:52:52.810Z] #77 117.5 checking for sys/types.h... yes
07:52:52 [2022-07-28T07:52:52.810Z] #77 117.7 checking for sys/stat.h... yes
07:52:52 [2022-07-28T07:52:52.980Z] #77 135.2   CC       tests/test-11.o
07:52:53 [2022-07-28T07:52:53.066Z] #77 117.8 checking for stdlib.h... yes
07:52:53 [2022-07-28T07:52:53.066Z] #77 117.9 checking for string.h... yes
07:52:53 [2022-07-28T07:52:53.323Z] #77 118.1 checking for memory.h... yes
07:52:53 [2022-07-28T07:52:53.323Z] #77 118.2 checking for strings.h... yes
07:52:53 [2022-07-28T07:52:53.580Z] #77 118.5 checking for inttypes.h... yes
07:52:53 [2022-07-28T07:52:53.836Z] #77 118.6 checking for stdint.h... yes
07:52:53 [2022-07-28T07:52:53.836Z] #77 118.8 checking for unistd.h... 
07:52:53 [2022-07-28T07:52:53.836Z] #77 ...
07:52:53 [2022-07-28T07:52:53.836Z] 
07:52:53 [2022-07-28T07:52:53.836Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
07:52:53 [2022-07-28T07:52:53.836Z] #21 sha256:b2570b2884beb6efe91186ba991258e6251478e74a93c353ccbb4b0299fab53d
07:52:53 [2022-07-28T07:52:53.836Z] #21 10.10 Reading package lists...
07:52:53 [2022-07-28T07:52:53.837Z] #21 13.66 Reading package lists...
07:52:53 [2022-07-28T07:52:53.837Z] #21 16.67 Building dependency tree...
07:52:53 [2022-07-28T07:52:53.837Z] #21 18.54 The following additional packages will be installed:
07:52:53 [2022-07-28T07:52:53.837Z] #21 18.55   libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2
07:52:53 [2022-07-28T07:52:53.837Z] #21 18.55   libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
07:52:53 [2022-07-28T07:52:53.837Z] #21 18.55   libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3
07:52:53 [2022-07-28T07:52:53.837Z] #21 18.55   python3-pkg-resources vim-runtime xxd
07:52:53 [2022-07-28T07:52:53.837Z] #21 18.56 Suggested packages:
07:52:53 [2022-07-28T07:52:53.837Z] #21 18.56   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
07:52:53 [2022-07-28T07:52:53.837Z] #21 18.56   gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump
07:52:53 [2022-07-28T07:52:53.837Z] #21 18.56   acl attr quota
07:52:53 [2022-07-28T07:52:53.837Z] #21 18.56 Recommended packages:
07:52:53 [2022-07-28T07:52:53.837Z] #21 18.56   libatm1 nftables libpam-cap build-essential python3-dev unzip
07:52:53 [2022-07-28T07:52:53.837Z] #21 20.11 The following NEW packages will be installed:
07:52:53 [2022-07-28T07:52:53.837Z] #21 20.11   apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1
07:52:53 [2022-07-28T07:52:53.837Z] #21 20.11   libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2
07:52:53 [2022-07-28T07:52:53.837Z] #21 20.11   libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0
07:52:53 [2022-07-28T07:52:53.837Z] #21 20.11   libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 libyajl2
07:52:53 [2022-07-28T07:52:53.837Z] #21 20.11   net-tools patch pigz python-pip-whl python3-distutils python3-lib2to3
07:52:53 [2022-07-28T07:52:53.837Z] #21 20.11   python3-pip python3-pkg-resources python3-setuptools python3-wheel sudo
07:52:53 [2022-07-28T07:52:53.837Z] #21 20.11   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
07:52:53 [2022-07-28T07:52:53.837Z] #21 20.11   xz-utils zip zstd
07:52:53 [2022-07-28T07:52:53.837Z] #21 20.41 0 upgraded, 49 newly installed, 0 to remove and 1 not upgraded.
07:52:53 [2022-07-28T07:52:53.837Z] #21 20.41 Need to get 27.7 MB of archives.
07:52:53 [2022-07-28T07:52:53.837Z] #21 20.41 After this operation, 106 MB of additional disk space will be used.
07:52:53 [2022-07-28T07:52:53.837Z] #21 20.41 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB]
07:52:53 [2022-07-28T07:52:53.837Z] #21 20.42 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB]
07:52:53 [2022-07-28T07:52:53.837Z] #21 20.42 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB]
07:52:53 [2022-07-28T07:52:53.837Z] #21 20.42 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
07:52:53 [2022-07-28T07:52:53.837Z] #21 20.42 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]
07:52:53 [2022-07-28T07:52:53.837Z] #21 20.42 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB]
07:52:53 [2022-07-28T07:52:53.837Z] #21 20.47 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB]
07:52:53 [2022-07-28T07:52:53.837Z] #21 20.47 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB]
07:52:53 [2022-07-28T07:52:53.837Z] #21 20.49 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
07:52:53 [2022-07-28T07:52:53.837Z] #21 20.51 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
07:52:53 [2022-07-28T07:52:53.837Z] #21 20.51 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB]
07:52:53 [2022-07-28T07:52:53.837Z] #21 20.53 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
07:52:53 [2022-07-28T07:52:53.837Z] #21 20.53 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB]
07:52:53 [2022-07-28T07:52:53.837Z] #21 20.55 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB]
07:52:53 [2022-07-28T07:52:53.837Z] #21 20.57 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB]
07:52:53 [2022-07-28T07:52:53.837Z] #21 20.57 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB]
07:52:53 [2022-07-28T07:52:53.837Z] #21 20.57 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB]
07:52:53 [2022-07-28T07:52:53.837Z] #21 20.58 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
07:52:53 [2022-07-28T07:52:53.837Z] #21 20.58 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB]
07:52:53 [2022-07-28T07:52:53.837Z] #21 20.59 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB]
07:52:53 [2022-07-28T07:52:53.837Z] #21 20.59 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB]
07:52:53 [2022-07-28T07:52:53.837Z] #21 20.64 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
07:52:53 [2022-07-28T07:52:53.837Z] #21 20.65 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
07:52:53 [2022-07-28T07:52:53.837Z] #21 20.65 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
07:52:53 [2022-07-28T07:52:53.837Z] #21 20.65 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB]
07:52:53 [2022-07-28T07:52:53.837Z] #21 20.66 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
07:52:53 [2022-07-28T07:52:53.837Z] #21 20.66 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
07:52:53 [2022-07-28T07:52:53.837Z] #21 21.06 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B]
07:52:53 [2022-07-28T07:52:53.837Z] #21 21.06 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
07:52:53 [2022-07-28T07:52:53.837Z] #21 21.06 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
07:52:53 [2022-07-28T07:52:53.837Z] #21 21.06 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
07:52:53 [2022-07-28T07:52:53.837Z] #21 21.06 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB]
07:52:53 [2022-07-28T07:52:53.837Z] #21 21.06 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB]
07:52:53 [2022-07-28T07:52:53.837Z] #21 21.08 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
07:52:53 [2022-07-28T07:52:53.837Z] #21 21.08 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB]
07:52:53 [2022-07-28T07:52:53.837Z] #21 21.13 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
07:52:53 [2022-07-28T07:52:53.837Z] #21 21.14 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB]
07:52:53 [2022-07-28T07:52:53.837Z] #21 21.15 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
07:52:53 [2022-07-28T07:52:53.837Z] #21 21.15 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB]
07:52:53 [2022-07-28T07:52:53.837Z] #21 21.16 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB]
07:52:53 [2022-07-28T07:52:53.837Z] #21 21.18 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB]
07:52:53 [2022-07-28T07:52:53.837Z] #21 21.19 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB]
07:52:53 [2022-07-28T07:52:53.837Z] #21 21.22 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB]
07:52:53 [2022-07-28T07:52:53.837Z] #21 21.24 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB]
07:52:53 [2022-07-28T07:52:53.837Z] #21 21.24 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
07:52:53 [2022-07-28T07:52:53.837Z] #21 21.51 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB]
07:52:53 [2022-07-28T07:52:53.837Z] #21 21.54 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB]
07:52:53 [2022-07-28T07:52:53.837Z] #21 21.57 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB]
07:52:53 [2022-07-28T07:52:53.837Z] #21 21.58 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB]
07:52:53 [2022-07-28T07:52:53.837Z] #21 22.22 debconf: delaying package configuration, since apt-utils is not installed
07:52:53 [2022-07-28T07:52:53.837Z] #21 22.33 Fetched 27.7 MB in 2s (18.3 MB/s)
07:52:53 [2022-07-28T07:52:53.837Z] #21 22.39 Selecting previously unselected package pigz.
07:52:53 [2022-07-28T07:52:53.837Z] #21 22.39 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24018 files and directories currently installed.)
07:52:53 [2022-07-28T07:52:53.837Z] #21 22.46 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ...
07:52:53 [2022-07-28T07:52:53.837Z] #21 22.46 Unpacking pigz (2.6-1) ...
07:52:53 [2022-07-28T07:52:53.837Z] #21 22.57 Selecting previously unselected package libelf1:amd64.
07:52:53 [2022-07-28T07:52:53.837Z] #21 22.57 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ...
07:52:53 [2022-07-28T07:52:53.837Z] #21 22.58 Unpacking libelf1:amd64 (0.183-1) ...
07:52:53 [2022-07-28T07:52:53.837Z] #21 ...
07:52:53 [2022-07-28T07:52:53.837Z] 
07:52:53 [2022-07-28T07:52:53.837Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:52:53 [2022-07-28T07:52:53.837Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:52:53 [2022-07-28T07:52:53.837Z] #77 118.8 checking for unistd.h... yes
07:52:54 [2022-07-28T07:52:54.093Z] #77 155.9 checking for library containing cap_from_name... -lcap
07:52:54 [2022-07-28T07:52:54.094Z] #77 119.0 checking minix/config.h usability... no
07:52:54 [2022-07-28T07:52:54.351Z] #77 119.2 checking minix/config.h presence... no
07:52:54 [2022-07-28T07:52:54.351Z] #77 119.2 checking for minix/config.h... no
07:52:54 [2022-07-28T07:52:54.351Z] #77 119.2 checking whether it is safe to define __EXTENSIONS__... yes
07:52:54 [2022-07-28T07:52:54.608Z] #77 119.3 checking build system type... x86_64-pc-linux-gnu
07:52:54 [2022-07-28T07:52:54.608Z] #77 119.5 checking host system type... x86_64-pc-linux-gnu
07:52:54 [2022-07-28T07:52:54.608Z] #77 119.5 checking how to print strings... printf
07:52:54 [2022-07-28T07:52:54.608Z] #77 119.5 checking for a sed that does not truncate output... /bin/sed
07:52:54 [2022-07-28T07:52:54.608Z] #77 119.6 checking for fgrep... /bin/grep -F
07:52:54 [2022-07-28T07:52:54.608Z] #77 119.6 checking for ld used by gcc... /usr/bin/ld
07:52:54 [2022-07-28T07:52:54.608Z] #77 119.6 checking if the linker (/usr/bin/ld) is GNU ld... yes
07:52:54 [2022-07-28T07:52:54.608Z] #77 119.6 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
07:52:54 [2022-07-28T07:52:54.663Z] #77 157.0 checking for library containing dlopen... 
07:52:54 [2022-07-28T07:52:54.663Z] #77 ...
07:52:54 [2022-07-28T07:52:54.663Z] 
07:52:54 [2022-07-28T07:52:54.663Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
07:52:54 [2022-07-28T07:52:54.663Z] #60 sha256:d548fc2c993d6d1cbf7cef9ef43e2bacdb66c6b2a27853c899d0888dd123b660
07:52:54 [2022-07-28T07:52:54.663Z] #60 19.58 + cd /tmp/tmp.DY95myrJQf/src/github.com/opencontainers/runc
07:52:54 [2022-07-28T07:52:54.663Z] #60 19.58 + git checkout -q v1.1.2
07:52:54 [2022-07-28T07:52:54.663Z] #60 20.33 + '[' -z '' ']'
07:52:54 [2022-07-28T07:52:54.663Z] #60 20.33 + target=static
07:52:54 [2022-07-28T07:52:54.663Z] #60 20.33 + make BUILDTAGS=seccomp static
07:52:54 [2022-07-28T07:52:54.663Z] #60 20.70 CGO_ENABLED=1 go build -trimpath  -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.2-0-ga916309f -X main.version=1.1.2 " -o runc .
07:52:54 [2022-07-28T07:52:54.879Z] #77 119.6 checking the name lister (/usr/bin/nm -B) interface... BSD nm
07:52:54 [2022-07-28T07:52:54.879Z] #77 119.7 checking whether ln -s works... yes
07:52:54 [2022-07-28T07:52:54.879Z] #77 119.7 checking the maximum length of command line arguments... 1572864
07:52:54 [2022-07-28T07:52:54.879Z] #77 119.8 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
07:52:54 [2022-07-28T07:52:54.879Z] #77 119.8 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
07:52:54 [2022-07-28T07:52:54.879Z] #77 119.8 checking for /usr/bin/ld option to reload object files... -r
07:52:54 [2022-07-28T07:52:54.879Z] #77 119.8 checking for objdump... objdump
07:52:54 [2022-07-28T07:52:54.879Z] #77 119.8 checking how to recognize dependent libraries... pass_all
07:52:54 [2022-07-28T07:52:54.879Z] #77 119.8 checking for dlltool... no
07:52:54 [2022-07-28T07:52:54.879Z] #77 119.8 checking how to associate runtime and link libraries... printf %s\n
07:52:54 [2022-07-28T07:52:54.879Z] #77 119.8 checking for ar... ar
07:52:54 [2022-07-28T07:52:54.879Z] #77 119.8 checking for archiver @FILE support... @
07:52:54 [2022-07-28T07:52:54.925Z] #60 ...
07:52:54 [2022-07-28T07:52:54.925Z] 
07:52:54 [2022-07-28T07:52:54.925Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:52:54 [2022-07-28T07:52:54.925Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:52:54 [2022-07-28T07:52:54.925Z] #77 157.0 checking for library containing dlopen... -ldl
07:52:55 [2022-07-28T07:52:55.135Z] #77 119.9 checking for strip... strip
07:52:55 [2022-07-28T07:52:55.135Z] #77 119.9 checking for ranlib... ranlib
07:52:55 [2022-07-28T07:52:55.135Z] #77 119.9 checking for gawk... no
07:52:55 [2022-07-28T07:52:55.135Z] #77 119.9 checking for mawk... mawk
07:52:55 [2022-07-28T07:52:55.392Z] #77 119.9 checking command to parse /usr/bin/nm -B output from gcc object... ok
07:52:55 [2022-07-28T07:52:55.392Z] #77 120.3 checking for sysroot... no
07:52:55 [2022-07-28T07:52:55.392Z] #77 120.3 checking for a working dd... /bin/dd
07:52:55 [2022-07-28T07:52:55.392Z] #77 120.3 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
07:52:55 [2022-07-28T07:52:55.392Z] #77 120.4 checking for mt... no
07:52:55 [2022-07-28T07:52:55.392Z] #77 120.4 checking if : is a manifest tool... no
07:52:55 [2022-07-28T07:52:55.396Z] #77 ...
07:52:55 [2022-07-28T07:52:55.396Z] 
07:52:55 [2022-07-28T07:52:55.396Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:52:55 [2022-07-28T07:52:55.396Z] #14 sha256:b25eac2f6ddf70c42113ea1e9c9616359e7796e8a4be5e3f87392c5fb5b439d0
07:52:55 [2022-07-28T07:52:55.396Z] #14 163.9 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
07:52:55 [2022-07-28T07:52:55.396Z] #14 163.9 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
07:52:55 [2022-07-28T07:52:55.396Z] #14 163.9 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
07:52:55 [2022-07-28T07:52:55.495Z] #77 158.0 checking seccomp.h usability... yes
07:52:55 [2022-07-28T07:52:55.495Z] #77 158.5 checking seccomp.h presence... yes
07:52:55 [2022-07-28T07:52:55.495Z] #77 158.7 checking for seccomp.h... yes
07:52:55 [2022-07-28T07:52:55.687Z] #77 120.4 checking for dlfcn.h... yes
07:52:55 [2022-07-28T07:52:55.687Z] #77 120.6 checking for objdir... .libs
07:52:55 [2022-07-28T07:52:55.950Z] #77 120.9 checking if gcc supports -fno-rtti -fno-exceptions... no
07:52:56 [2022-07-28T07:52:56.213Z] #77 121.0 checking for gcc option to produce PIC... -fPIC -DPIC
07:52:56 [2022-07-28T07:52:56.213Z] #77 121.0 checking if gcc PIC flag -fPIC -DPIC works... yes
07:52:56 [2022-07-28T07:52:56.333Z] #77 158.8 checking for library containing seccomp_rule_add... -lseccomp
07:52:56 [2022-07-28T07:52:56.474Z] #77 121.0 checking if gcc static flag -static works... yes
07:52:56 [2022-07-28T07:52:56.475Z] #77 121.3 checking if gcc supports -c -o file.o... yes
07:52:56 [2022-07-28T07:52:56.475Z] #77 121.5 checking if gcc supports -c -o file.o... (cached) yes
07:52:56 [2022-07-28T07:52:56.475Z] #77 121.5 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
07:52:56 [2022-07-28T07:52:56.593Z] #77 159.5 checking for library containing seccomp_arch_resolve_name... none required
07:52:56 [2022-07-28T07:52:56.853Z] #77 159.8 checking systemd/sd-bus.h usability... yes
07:52:56 [2022-07-28T07:52:56.988Z] #77 121.5 checking dynamic linker characteristics... GNU/Linux ld.so
07:52:56 [2022-07-28T07:52:56.988Z] #77 121.9 checking how to hardcode library paths into programs... immediate
07:52:56 [2022-07-28T07:52:56.988Z] #77 121.9 checking whether stripping libraries is possible... yes
07:52:56 [2022-07-28T07:52:56.988Z] #77 121.9 checking if libtool supports shared libraries... yes
07:52:56 [2022-07-28T07:52:56.988Z] #77 121.9 checking whether to build shared libraries... no
07:52:56 [2022-07-28T07:52:56.988Z] #77 121.9 checking whether to build static libraries... yes
07:52:56 [2022-07-28T07:52:56.988Z] #77 121.9 checking for a BSD-compatible install... /usr/bin/install -c
07:52:56 [2022-07-28T07:52:56.988Z] #77 121.9 checking whether build environment is sane... yes
07:52:56 [2022-07-28T07:52:56.988Z] #77 122.0 checking for a thread-safe mkdir -p... /bin/mkdir -p
07:52:56 [2022-07-28T07:52:56.988Z] #77 122.0 checking whether make sets $(MAKE)... yes
07:52:56 [2022-07-28T07:52:56.988Z] #77 122.0 checking whether make supports the include directive... yes (GNU style)
07:52:57 [2022-07-28T07:52:57.113Z] #77 160.1 checking systemd/sd-bus.h presence... yes
07:52:57 [2022-07-28T07:52:57.113Z] #77 160.3 checking for systemd/sd-bus.h... yes
07:52:57 [2022-07-28T07:52:57.150Z] #77 ...
07:52:57 [2022-07-28T07:52:57.150Z] 
07:52:57 [2022-07-28T07:52:57.150Z] #23 [dev-systemd-false  9/28] RUN pip3 install yamllint==1.26.1
07:52:57 [2022-07-28T07:52:57.150Z] #23 sha256:c7d45c37f696973045fa3b4f7e1e7de71f0060da1862a655859fbc87d17aa2b8
07:52:57 [2022-07-28T07:52:57.150Z] #23 9.312 Collecting yamllint==1.26.1
07:52:57 [2022-07-28T07:52:57.150Z] #23 10.35   Downloading yamllint-1.26.1.tar.gz (126 kB)
07:52:57 [2022-07-28T07:52:57.150Z] #23 11.34 Collecting pathspec>=0.5.3
07:52:57 [2022-07-28T07:52:57.150Z] #23 11.35   Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB)
07:52:57 [2022-07-28T07:52:57.150Z] #23 11.65 Collecting pyyaml
07:52:57 [2022-07-28T07:52:57.150Z] #23 11.66   Downloading PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (731 kB)
07:52:57 [2022-07-28T07:52:57.150Z] #23 11.73 Building wheels for collected packages: yamllint
07:52:57 [2022-07-28T07:52:57.150Z] #23 11.73   Building wheel for yamllint (setup.py): started
07:52:57 [2022-07-28T07:52:57.150Z] #23 12.84   Building wheel for yamllint (setup.py): finished with status 'done'
07:52:57 [2022-07-28T07:52:57.150Z] #23 12.84   Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=98f3694780401c2e723d5962dfc41d6d6a35c48b78657d3d3b0526668dde8873
07:52:57 [2022-07-28T07:52:57.150Z] #23 12.85   Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3
07:52:57 [2022-07-28T07:52:57.150Z] #23 12.85 Successfully built yamllint
07:52:57 [2022-07-28T07:52:57.150Z] #23 12.86 Installing collected packages: pyyaml, pathspec, yamllint
07:52:57 [2022-07-28T07:52:57.150Z] #23 13.29 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1
07:52:57 [2022-07-28T07:52:57.150Z] #23 DONE 14.0s
07:52:57 [2022-07-28T07:52:57.150Z] 
07:52:57 [2022-07-28T07:52:57.150Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:52:57 [2022-07-28T07:52:57.150Z] #77 sha256:08904648274d48335dfd8ac9ff733aa2134ce67ddc8a78b8db269c23f005044a
07:52:57 [2022-07-28T07:52:57.245Z] #77 122.0 checking whether make supports nested variables... yes
07:52:57 [2022-07-28T07:52:57.245Z] #77 122.1 checking whether UID '0' is supported by ustar format... yes
07:52:57 [2022-07-28T07:52:57.245Z] #77 122.1 checking whether GID '0' is supported by ustar format... yes
07:52:57 [2022-07-28T07:52:57.245Z] #77 122.1 checking how to create a ustar tar archive... gnutar
07:52:57 [2022-07-28T07:52:57.245Z] #77 122.2 checking dependency style of gcc... gcc3
07:52:57 [2022-07-28T07:52:57.245Z] #77 122.3 checking whether to enable maintainer-specific portions of Makefiles... yes
07:52:57 [2022-07-28T07:52:57.245Z] #77 122.3 checking whether make supports nested variables... (cached) yes
07:52:57 [2022-07-28T07:52:57.245Z] #77 122.3 checking for pkg-config... /usr/bin/pkg-config
07:52:57 [2022-07-28T07:52:57.504Z] #77 122.3 checking pkg-config is at least version 0.9.0... yes
07:52:57 [2022-07-28T07:52:57.504Z] #77 122.3 checking for yajl >= 2.1.0... yes
07:52:57 [2022-07-28T07:52:57.504Z] #77 122.3 checking for a sed that does not truncate output... (cached) /bin/sed
07:52:57 [2022-07-28T07:52:57.504Z] #77 122.3 checking for gcc... (cached) gcc
07:52:57 [2022-07-28T07:52:57.504Z] #77 122.4 checking whether we are using the GNU C compiler... (cached) yes
07:52:57 [2022-07-28T07:52:57.504Z] #77 122.4 checking whether gcc accepts -g... (cached) yes
07:52:57 [2022-07-28T07:52:57.504Z] #77 122.4 checking for gcc option to accept ISO C89... (cached) none needed
07:52:57 [2022-07-28T07:52:57.504Z] #77 122.4 checking whether gcc understands -c and -o together... (cached) yes
07:52:57 [2022-07-28T07:52:57.504Z] #77 122.4 checking for a Python interpreter with version >= 3... python3
07:52:57 [2022-07-28T07:52:57.504Z] #77 122.5 checking for python3... /usr/bin/python3
07:52:57 [2022-07-28T07:52:57.761Z] #77 122.5 checking for python3 version... 3.9
07:52:57 [2022-07-28T07:52:57.761Z] #77 122.6 checking for python3 platform... linux
07:52:57 [2022-07-28T07:52:57.761Z] #77 122.6 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
07:52:58 [2022-07-28T07:52:58.017Z] #77 122.8 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
07:52:58 [2022-07-28T07:52:58.017Z] #77 123.0 checking that generated files are newer than configure... done
07:52:58 [2022-07-28T07:52:58.017Z] #77 123.0 configure: creating ./config.status
07:52:58 [2022-07-28T07:52:58.058Z] #77 160.3 checking for library containing sd_bus_match_signal_async... -lsystemd
07:52:58 [2022-07-28T07:52:58.888Z] #77 161.4 checking for sd_notify_barrier... yes
07:52:59 [2022-07-28T07:52:59.149Z] #77 162.0 checking linux/bpf.h usability... yes
07:52:59 [2022-07-28T07:52:59.409Z] #77 162.4 checking linux/bpf.h presence... yes
07:52:59 [2022-07-28T07:52:59.409Z] #77 162.5 checking for linux/bpf.h... yes
07:52:59 [2022-07-28T07:52:59.943Z] #77 124.9 config.status: creating Makefile
07:52:59 [2022-07-28T07:52:59.943Z] #77 124.9 config.status: creating config.h
07:52:59 [2022-07-28T07:52:59.943Z] #77 125.0 config.status: executing libtool commands
07:52:59 [2022-07-28T07:52:59.943Z] #77 125.0 config.status: executing depfiles commands
07:52:59 [2022-07-28T07:52:59.979Z] #77 162.5 checking compilation for eBPF... yes
07:52:59 [2022-07-28T07:52:59.979Z] #77 163.1 checking for criu >= 3.15... no
07:52:59 [2022-07-28T07:52:59.979Z] #77 163.2 configure: CRIU headers not found, building without CRIU support
07:52:59 [2022-07-28T07:52:59.979Z] #77 163.2 checking for criu > 3.16... no
07:52:59 [2022-07-28T07:52:59.979Z] #77 ...
07:52:59 [2022-07-28T07:52:59.979Z] 
07:52:59 [2022-07-28T07:52:59.979Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
07:52:59 [2022-07-28T07:52:59.979Z] #21 sha256:b2570b2884beb6efe91186ba991258e6251478e74a93c353ccbb4b0299fab53d
07:52:59 [2022-07-28T07:52:59.979Z] #21 14.16 Fetched 8561 kB in 13s (677 kB/s)
07:52:59 [2022-07-28T07:52:59.979Z] #21 14.16 Reading package lists...
07:53:00 [2022-07-28T07:53:00.239Z] #21 20.17 Reading package lists...
07:53:00 [2022-07-28T07:53:00.239Z] #21 ...
07:53:00 [2022-07-28T07:53:00.239Z] 
07:53:00 [2022-07-28T07:53:00.239Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:53:00 [2022-07-28T07:53:00.239Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:53:00 [2022-07-28T07:53:00.239Z] #77 163.4 configure: CRIU version doesn't support join-ns API
07:53:00 [2022-07-28T07:53:00.239Z] #77 163.4 checking for criu > 3.16.1... no
07:53:00 [2022-07-28T07:53:00.239Z] #77 163.4 configure: CRIU version doesn't support for pre-dumping
07:53:00 [2022-07-28T07:53:00.500Z] #77 163.4 checking for new mount API (fsconfig)... yes
07:53:00 [2022-07-28T07:53:00.500Z] #77 163.6 checking for seccomp notify API... yes
07:53:00 [2022-07-28T07:53:00.760Z] #77 163.8 checking for gperf... no
07:53:00 [2022-07-28T07:53:00.760Z] #77 163.9 configure: gperf not found - cannot rebuild signal parser code
07:53:00 [2022-07-28T07:53:00.887Z] #77 125.6 === configuring in yajl (/tmp/crun-build/libocispec/yajl)
07:53:00 [2022-07-28T07:53:00.887Z] #77 125.6 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
07:53:00 [2022-07-28T07:53:00.887Z] #77 125.9 checking for gcc... gcc
07:53:01 [2022-07-28T07:53:01.020Z] #77 163.9 checking for library containing argp_parse... none required
07:53:01 [2022-07-28T07:53:01.143Z] #77 125.9 checking whether the C compiler works... yes
07:53:01 [2022-07-28T07:53:01.143Z] #77 126.2 checking for C compiler default output file name... a.out
07:53:01 [2022-07-28T07:53:01.280Z] #77 164.4 checking that generated files are newer than configure... done
07:53:01 [2022-07-28T07:53:01.280Z] #77 164.4 configure: creating ./config.status
07:53:01 [2022-07-28T07:53:01.399Z] #77 126.2 checking for suffix of executables... 
07:53:01 [2022-07-28T07:53:01.655Z] #77 126.4 checking whether we are cross compiling... no
07:53:01 [2022-07-28T07:53:01.655Z] #77 126.6 checking for suffix of object files... o
07:53:01 [2022-07-28T07:53:01.990Z] #77 126.6 checking whether we are using the GNU C compiler... yes
07:53:01 [2022-07-28T07:53:01.990Z] #77 126.7 checking whether gcc accepts -g... yes
07:53:02 [2022-07-28T07:53:02.552Z] #77 126.8 checking for gcc option to accept ISO C89... none needed
07:53:02 [2022-07-28T07:53:02.552Z] #77 127.2 checking whether gcc understands -c and -o together... yes
07:53:02 [2022-07-28T07:53:02.552Z] #77 127.4 checking for a BSD-compatible install... /usr/bin/install -c
07:53:02 [2022-07-28T07:53:02.552Z] #77 127.4 checking whether build environment is sane... yes
07:53:02 [2022-07-28T07:53:02.552Z] #77 127.5 checking for a thread-safe mkdir -p... /bin/mkdir -p
07:53:02 [2022-07-28T07:53:02.552Z] #77 127.5 checking for gawk... no
07:53:02 [2022-07-28T07:53:02.552Z] #77 127.5 checking for mawk... mawk
07:53:02 [2022-07-28T07:53:02.552Z] #77 127.5 checking whether make sets $(MAKE)... yes
07:53:02 [2022-07-28T07:53:02.552Z] #77 127.5 checking whether make supports the include directive... yes (GNU style)
07:53:02 [2022-07-28T07:53:02.552Z] #77 127.6 checking whether make supports nested variables... yes
07:53:02 [2022-07-28T07:53:02.808Z] #77 127.6 checking whether UID '0' is supported by ustar format... yes
07:53:02 [2022-07-28T07:53:02.808Z] #77 127.6 checking whether GID '0' is supported by ustar format... yes
07:53:02 [2022-07-28T07:53:02.808Z] #77 127.6 checking how to create a ustar tar archive... gnutar
07:53:02 [2022-07-28T07:53:02.808Z] #77 127.7 checking dependency style of gcc... gcc3
07:53:02 [2022-07-28T07:53:02.808Z] #77 127.8 checking whether to enable maintainer-specific portions of Makefiles... yes
07:53:02 [2022-07-28T07:53:02.808Z] #77 127.8 checking whether make supports nested variables... (cached) yes
07:53:03 [2022-07-28T07:53:03.065Z] #77 127.8 checking build system type... x86_64-pc-linux-gnu
07:53:03 [2022-07-28T07:53:03.065Z] #77 128.1 checking host system type... x86_64-pc-linux-gnu
07:53:03 [2022-07-28T07:53:03.065Z] #77 128.1 checking how to print strings... printf
07:53:03 [2022-07-28T07:53:03.065Z] #77 128.1 checking for a sed that does not truncate output... /bin/sed
07:53:03 [2022-07-28T07:53:03.065Z] #77 128.1 checking for grep that handles long lines and -e... /bin/grep
07:53:03 [2022-07-28T07:53:03.065Z] #77 128.1 checking for egrep... /bin/grep -E
07:53:03 [2022-07-28T07:53:03.065Z] #77 128.1 checking for fgrep... /bin/grep -F
07:53:03 [2022-07-28T07:53:03.065Z] #77 128.1 checking for ld used by gcc... /usr/bin/ld
07:53:03 [2022-07-28T07:53:03.191Z] #77 ...
07:53:03 [2022-07-28T07:53:03.191Z] 
07:53:03 [2022-07-28T07:53:03.191Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
07:53:03 [2022-07-28T07:53:03.191Z] #34 sha256:d2cbdd6a29733efe204107531a63420dd0914582d52234dd597a7076fc70e19c
07:53:03 [2022-07-28T07:53:03.191Z] #34 DONE 243.4s
07:53:03 [2022-07-28T07:53:03.321Z] #77 128.1 checking if the linker (/usr/bin/ld) is GNU ld... yes
07:53:03 [2022-07-28T07:53:03.321Z] #77 128.1 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
07:53:03 [2022-07-28T07:53:03.321Z] #77 128.1 checking the name lister (/usr/bin/nm -B) interface... BSD nm
07:53:03 [2022-07-28T07:53:03.321Z] #77 128.2 checking whether ln -s works... yes
07:53:03 [2022-07-28T07:53:03.321Z] #77 128.2 checking the maximum length of command line arguments... 1572864
07:53:03 [2022-07-28T07:53:03.321Z] #77 128.2 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
07:53:03 [2022-07-28T07:53:03.321Z] #77 128.2 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
07:53:03 [2022-07-28T07:53:03.321Z] #77 128.2 checking for /usr/bin/ld option to reload object files... -r
07:53:03 [2022-07-28T07:53:03.321Z] #77 128.2 checking for objdump... objdump
07:53:03 [2022-07-28T07:53:03.321Z] #77 128.2 checking how to recognize dependent libraries... pass_all
07:53:03 [2022-07-28T07:53:03.321Z] #77 128.2 checking for dlltool... no
07:53:03 [2022-07-28T07:53:03.321Z] #77 128.3 checking how to associate runtime and link libraries... printf %s\n
07:53:03 [2022-07-28T07:53:03.321Z] #77 128.3 checking for ar... ar
07:53:03 [2022-07-28T07:53:03.321Z] #77 128.3 checking for archiver @FILE support... @
07:53:03 [2022-07-28T07:53:03.451Z] 
07:53:03 [2022-07-28T07:53:03.451Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
07:53:03 [2022-07-28T07:53:03.451Z] #21 sha256:b2570b2884beb6efe91186ba991258e6251478e74a93c353ccbb4b0299fab53d
07:53:03 [2022-07-28T07:53:03.451Z] #21 20.17 Reading package lists...
07:53:03 [2022-07-28T07:53:03.451Z] #21 25.81 Building dependency tree...
07:53:03 [2022-07-28T07:53:03.577Z] #77 128.4 checking for strip... strip
07:53:03 [2022-07-28T07:53:03.577Z] #77 128.4 checking for ranlib... ranlib
07:53:03 [2022-07-28T07:53:03.720Z] #19 248.9 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu-base:amd64.
07:53:03 [2022-07-28T07:53:03.720Z] #19 248.9 Preparing to unpack .../017-gcc-10-powerpc64le-linux-gnu-base_10.2.1-6cross1_amd64.deb ...
07:53:03 [2022-07-28T07:53:03.720Z] #19 248.9 Unpacking gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ...
07:53:03 [2022-07-28T07:53:03.833Z] #77 128.4 checking command to parse /usr/bin/nm -B output from gcc object... ok
07:53:03 [2022-07-28T07:53:03.833Z] #77 128.7 checking for sysroot... no
07:53:03 [2022-07-28T07:53:03.833Z] #77 128.7 checking for a working dd... /bin/dd
07:53:03 [2022-07-28T07:53:03.833Z] #77 128.7 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
07:53:03 [2022-07-28T07:53:03.833Z] #77 128.8 checking for mt... no
07:53:03 [2022-07-28T07:53:03.833Z] #77 128.8 checking if : is a manifest tool... no
07:53:03 [2022-07-28T07:53:03.978Z] #19 249.1 Selecting previously unselected package cpp-10-powerpc64le-linux-gnu.
07:53:03 [2022-07-28T07:53:03.978Z] #19 249.1 Preparing to unpack .../018-cpp-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ...
07:53:03 [2022-07-28T07:53:03.978Z] #19 249.1 Unpacking cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
07:53:04 [2022-07-28T07:53:04.089Z] #77 128.8 checking how to run the C preprocessor... gcc -E
07:53:04 [2022-07-28T07:53:04.089Z] #77 129.0 checking for ANSI C header files... 
07:53:04 [2022-07-28T07:53:04.089Z] #77 ...
07:53:04 [2022-07-28T07:53:04.089Z] 
07:53:04 [2022-07-28T07:53:04.089Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
07:53:04 [2022-07-28T07:53:04.089Z] #21 sha256:b2570b2884beb6efe91186ba991258e6251478e74a93c353ccbb4b0299fab53d
07:53:04 [2022-07-28T07:53:04.089Z] #21 22.74 Selecting previously unselected package libbpf0:amd64.
07:53:04 [2022-07-28T07:53:04.089Z] #21 22.75 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ...
07:53:04 [2022-07-28T07:53:04.089Z] #21 22.75 Unpacking libbpf0:amd64 (1:0.3-2) ...
07:53:04 [2022-07-28T07:53:04.089Z] #21 22.85 Selecting previously unselected package libcap2:amd64.
07:53:04 [2022-07-28T07:53:04.089Z] #21 22.85 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ...
07:53:04 [2022-07-28T07:53:04.089Z] #21 22.87 Unpacking libcap2:amd64 (1:2.44-1) ...
07:53:04 [2022-07-28T07:53:04.089Z] #21 22.96 Selecting previously unselected package libmnl0:amd64.
07:53:04 [2022-07-28T07:53:04.089Z] #21 22.96 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ...
07:53:04 [2022-07-28T07:53:04.089Z] #21 22.96 Unpacking libmnl0:amd64 (1.0.4-3) ...
07:53:04 [2022-07-28T07:53:04.089Z] #21 23.03 Selecting previously unselected package libxtables12:amd64.
07:53:04 [2022-07-28T07:53:04.089Z] #21 23.03 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ...
07:53:04 [2022-07-28T07:53:04.089Z] #21 23.03 Unpacking libxtables12:amd64 (1.8.7-1) ...
07:53:04 [2022-07-28T07:53:04.089Z] #21 23.09 Selecting previously unselected package libcap2-bin.
07:53:04 [2022-07-28T07:53:04.089Z] #21 23.09 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ...
07:53:04 [2022-07-28T07:53:04.089Z] #21 23.11 Unpacking libcap2-bin (1:2.44-1) ...
07:53:04 [2022-07-28T07:53:04.089Z] #21 23.21 Selecting previously unselected package iproute2.
07:53:04 [2022-07-28T07:53:04.089Z] #21 23.22 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ...
07:53:04 [2022-07-28T07:53:04.089Z] #21 23.23 Unpacking iproute2 (5.10.0-4) ...
07:53:04 [2022-07-28T07:53:04.089Z] #21 23.75 Selecting previously unselected package xxd.
07:53:04 [2022-07-28T07:53:04.089Z] #21 23.75 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
07:53:04 [2022-07-28T07:53:04.089Z] #21 23.75 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
07:53:04 [2022-07-28T07:53:04.089Z] #21 23.87 Selecting previously unselected package vim-common.
07:53:04 [2022-07-28T07:53:04.089Z] #21 23.88 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
07:53:04 [2022-07-28T07:53:04.089Z] #21 23.89 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
07:53:04 [2022-07-28T07:53:04.089Z] #21 24.06 Selecting previously unselected package bash-completion.
07:53:04 [2022-07-28T07:53:04.089Z] #21 24.06 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ...
07:53:04 [2022-07-28T07:53:04.089Z] #21 26.18 Unpacking bash-completion (1:2.11-2) ...
07:53:04 [2022-07-28T07:53:04.089Z] #21 26.76 Selecting previously unselected package bzip2.
07:53:04 [2022-07-28T07:53:04.089Z] #21 26.76 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ...
07:53:04 [2022-07-28T07:53:04.090Z] #21 26.88 Unpacking bzip2 (1.0.8-4) ...
07:53:04 [2022-07-28T07:53:04.090Z] #21 27.26 Selecting previously unselected package xz-utils.
07:53:04 [2022-07-28T07:53:04.090Z] #21 27.27 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
07:53:04 [2022-07-28T07:53:04.090Z] #21 27.36 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
07:53:04 [2022-07-28T07:53:04.090Z] #21 28.01 Selecting previously unselected package apparmor.
07:53:04 [2022-07-28T07:53:04.090Z] #21 28.02 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ...
07:53:04 [2022-07-28T07:53:04.090Z] #21 28.18 Unpacking apparmor (2.13.6-10) ...
07:53:04 [2022-07-28T07:53:04.090Z] #21 29.06 Selecting previously unselected package inetutils-ping.
07:53:04 [2022-07-28T07:53:04.090Z] #21 29.07 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ...
07:53:04 [2022-07-28T07:53:04.090Z] #21 29.20 Unpacking inetutils-ping (2:2.0-1) ...
07:53:04 [2022-07-28T07:53:04.090Z] #21 29.66 Selecting previously unselected package libip4tc2:amd64.
07:53:04 [2022-07-28T07:53:04.090Z] #21 29.66 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ...
07:53:04 [2022-07-28T07:53:04.090Z] #21 29.72 Unpacking libip4tc2:amd64 (1.8.7-1) ...
07:53:04 [2022-07-28T07:53:04.090Z] #21 30.14 Selecting previously unselected package libip6tc2:amd64.
07:53:04 [2022-07-28T07:53:04.090Z] #21 30.14 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ...
07:53:04 [2022-07-28T07:53:04.090Z] #21 30.19 Unpacking libip6tc2:amd64 (1.8.7-1) ...
07:53:04 [2022-07-28T07:53:04.090Z] #21 30.57 Selecting previously unselected package libnfnetlink0:amd64.
07:53:04 [2022-07-28T07:53:04.090Z] #21 30.58 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
07:53:04 [2022-07-28T07:53:04.090Z] #21 30.93 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
07:53:04 [2022-07-28T07:53:04.090Z] #21 31.30 Selecting previously unselected package libnetfilter-conntrack3:amd64.
07:53:04 [2022-07-28T07:53:04.090Z] #21 31.31 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ...
07:53:04 [2022-07-28T07:53:04.090Z] #21 31.32 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ...
07:53:04 [2022-07-28T07:53:04.090Z] #21 31.56 Selecting previously unselected package libnftnl11:amd64.
07:53:04 [2022-07-28T07:53:04.090Z] #21 31.56 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ...
07:53:04 [2022-07-28T07:53:04.090Z] #21 31.57 Unpacking libnftnl11:amd64 (1.1.9-1) ...
07:53:04 [2022-07-28T07:53:04.090Z] #21 31.84 Selecting previously unselected package iptables.
07:53:04 [2022-07-28T07:53:04.090Z] #21 31.86 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ...
07:53:04 [2022-07-28T07:53:04.090Z] #21 31.89 Unpacking iptables (1.8.7-1) ...
07:53:04 [2022-07-28T07:53:04.090Z] #21 32.45 Selecting previously unselected package libonig5:amd64.
07:53:04 [2022-07-28T07:53:04.090Z] #21 32.46 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ...
07:53:04 [2022-07-28T07:53:04.090Z] #21 32.47 Unpacking libonig5:amd64 (6.9.6-1.1) ...
07:53:04 [2022-07-28T07:53:04.090Z] #21 32.80 Selecting previously unselected package libjq1:amd64.
07:53:04 [2022-07-28T07:53:04.090Z] #21 32.80 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ...
07:53:04 [2022-07-28T07:53:04.346Z] #21 32.86 Unpacking libjq1:amd64 (1.6-2.1) ...
07:53:04 [2022-07-28T07:53:04.603Z] #21 33.12 Selecting previously unselected package jq.
07:53:04 [2022-07-28T07:53:04.603Z] #21 33.13 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ...
07:53:04 [2022-07-28T07:53:04.603Z] #21 33.18 Unpacking jq (1.6-2.1) ...
07:53:04 [2022-07-28T07:53:04.603Z] #21 ...
07:53:04 [2022-07-28T07:53:04.603Z] 
07:53:04 [2022-07-28T07:53:04.603Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:53:04 [2022-07-28T07:53:04.603Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:53:04 [2022-07-28T07:53:04.603Z] #77 129.0 checking for ANSI C header files... yes
07:53:04 [2022-07-28T07:53:04.603Z] #77 129.5 checking for sys/types.h... yes
07:53:04 [2022-07-28T07:53:04.845Z] #21 28.76 The following additional packages will be installed:
07:53:04 [2022-07-28T07:53:04.845Z] #21 28.76   libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2
07:53:04 [2022-07-28T07:53:04.845Z] #21 28.76   libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
07:53:04 [2022-07-28T07:53:04.845Z] #21 28.78   libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3
07:53:04 [2022-07-28T07:53:04.845Z] #21 28.78   python3-pkg-resources vim-runtime xxd
07:53:04 [2022-07-28T07:53:04.845Z] #21 28.78 Suggested packages:
07:53:04 [2022-07-28T07:53:04.845Z] #21 28.78   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
07:53:04 [2022-07-28T07:53:04.845Z] #21 28.78   gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump
07:53:04 [2022-07-28T07:53:04.845Z] #21 28.78   acl attr quota
07:53:04 [2022-07-28T07:53:04.845Z] #21 28.78 Recommended packages:
07:53:04 [2022-07-28T07:53:04.845Z] #21 28.78   libatm1 nftables libpam-cap build-essential python3-dev unzip
07:53:04 [2022-07-28T07:53:04.860Z] #77 129.7 checking for sys/stat.h... yes
07:53:04 [2022-07-28T07:53:04.860Z] #77 129.9 checking for stdlib.h... yes
07:53:05 [2022-07-28T07:53:05.117Z] #77 130.0 checking for string.h... yes
07:53:05 [2022-07-28T07:53:05.117Z] #77 130.1 checking for memory.h... yes
07:53:05 [2022-07-28T07:53:05.374Z] #77 130.2 checking for strings.h... yes
07:53:05 [2022-07-28T07:53:05.374Z] #77 130.3 checking for inttypes.h... yes
07:53:05 [2022-07-28T07:53:05.631Z] #77 130.5 checking for stdint.h... yes
07:53:05 [2022-07-28T07:53:05.888Z] #77 130.6 checking for unistd.h... yes
07:53:05 [2022-07-28T07:53:05.888Z] #77 130.8 checking for dlfcn.h... yes
07:53:05 [2022-07-28T07:53:05.888Z] #77 131.0 checking for objdir... .libs
07:53:06 [2022-07-28T07:53:06.453Z] #77 131.3 checking if gcc supports -fno-rtti -fno-exceptions... no
07:53:06 [2022-07-28T07:53:06.453Z] #77 131.4 checking for gcc option to produce PIC... -fPIC -DPIC
07:53:06 [2022-07-28T07:53:06.453Z] #77 131.4 checking if gcc PIC flag -fPIC -DPIC works... yes
07:53:07 [2022-07-28T07:53:07.016Z] #77 131.5 checking if gcc static flag -static works... yes
07:53:07 [2022-07-28T07:53:07.016Z] #77 131.9 checking if gcc supports -c -o file.o... yes
07:53:07 [2022-07-28T07:53:07.016Z] #77 132.0 checking if gcc supports -c -o file.o... (cached) yes
07:53:07 [2022-07-28T07:53:07.016Z] #77 132.0 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
07:53:07 [2022-07-28T07:53:07.471Z] #21 31.16 The following NEW packages will be installed:
07:53:07 [2022-07-28T07:53:07.471Z] #21 31.17   apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1
07:53:07 [2022-07-28T07:53:07.471Z] #21 31.17   libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2
07:53:07 [2022-07-28T07:53:07.471Z] #21 31.17   libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0
07:53:07 [2022-07-28T07:53:07.471Z] #21 31.17   libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 libyajl2
07:53:07 [2022-07-28T07:53:07.471Z] #21 31.17   net-tools patch pigz python-pip-whl python3-distutils python3-lib2to3
07:53:07 [2022-07-28T07:53:07.471Z] #21 31.17   python3-pip python3-pkg-resources python3-setuptools python3-wheel sudo
07:53:07 [2022-07-28T07:53:07.471Z] #21 31.17   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
07:53:07 [2022-07-28T07:53:07.471Z] #21 31.17   xz-utils zip zstd
07:53:07 [2022-07-28T07:53:07.471Z] #21 ...
07:53:07 [2022-07-28T07:53:07.471Z] 
07:53:07 [2022-07-28T07:53:07.471Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:53:07 [2022-07-28T07:53:07.471Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:53:07 [2022-07-28T07:53:07.471Z] #77 170.1 config.status: creating Makefile
07:53:07 [2022-07-28T07:53:07.471Z] #77 170.3 config.status: creating rpm/crun.spec
07:53:07 [2022-07-28T07:53:07.471Z] #77 170.3 config.status: creating config.h
07:53:07 [2022-07-28T07:53:07.471Z] #77 170.4 config.status: executing libtool commands
07:53:07 [2022-07-28T07:53:07.471Z] #77 170.4 config.status: executing depfiles commands
07:53:07 [2022-07-28T07:53:07.581Z] #77 132.0 checking dynamic linker characteristics... GNU/Linux ld.so
07:53:07 [2022-07-28T07:53:07.581Z] #77 132.3 checking how to hardcode library paths into programs... immediate
07:53:07 [2022-07-28T07:53:07.581Z] #77 132.3 checking whether stripping libraries is possible... yes
07:53:07 [2022-07-28T07:53:07.581Z] #77 132.3 checking if libtool supports shared libraries... yes
07:53:07 [2022-07-28T07:53:07.581Z] #77 132.3 checking whether to build shared libraries... no
07:53:07 [2022-07-28T07:53:07.581Z] #77 132.3 checking whether to build static libraries... yes
07:53:07 [2022-07-28T07:53:07.581Z] #77 132.4 checking float.h usability... yes
07:53:07 [2022-07-28T07:53:07.581Z] #77 132.5 checking float.h presence... yes
07:53:07 [2022-07-28T07:53:07.581Z] #77 132.6 checking for float.h... yes
07:53:07 [2022-07-28T07:53:07.837Z] #77 132.6 checking limits.h usability... yes
07:53:07 [2022-07-28T07:53:07.837Z] #77 132.8 checking limits.h presence... yes
07:53:07 [2022-07-28T07:53:07.837Z] #77 132.8 checking for limits.h... yes
07:53:08 [2022-07-28T07:53:08.097Z] #77 132.8 checking stddef.h usability... yes
07:53:08 [2022-07-28T07:53:08.097Z] #77 133.0 checking stddef.h presence... yes
07:53:08 [2022-07-28T07:53:08.097Z] #77 133.0 checking for stddef.h... yes
07:53:08 [2022-07-28T07:53:08.097Z] #77 133.1 checking for stdlib.h... (cached) yes
07:53:08 [2022-07-28T07:53:08.097Z] #77 133.1 checking for string.h... (cached) yes
07:53:08 [2022-07-28T07:53:08.353Z] #77 133.1 checking sys/time.h usability... yes
07:53:08 [2022-07-28T07:53:08.353Z] #77 133.3 checking sys/time.h presence... yes
07:53:08 [2022-07-28T07:53:08.353Z] #77 133.3 checking for sys/time.h... yes
07:53:08 [2022-07-28T07:53:08.353Z] #77 133.3 checking for inline... inline
07:53:08 [2022-07-28T07:53:08.861Z] #77 171.9 === configuring in libocispec (/tmp/crun-build/libocispec)
07:53:08 [2022-07-28T07:53:08.862Z] #77 171.9 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
07:53:08 [2022-07-28T07:53:08.917Z] #77 133.4 checking for size_t... yes
07:53:08 [2022-07-28T07:53:08.917Z] #77 133.7 checking for stdlib.h... (cached) yes
07:53:08 [2022-07-28T07:53:08.917Z] #77 133.7 checking for GNU libc compatible malloc... yes
07:53:08 [2022-07-28T07:53:08.917Z] #77 133.8 checking for stdlib.h... (cached) yes
07:53:09 [2022-07-28T07:53:09.121Z] #77 172.4 checking for gcc... gcc
07:53:09 [2022-07-28T07:53:09.174Z] #77 133.8 checking for GNU libc compatible realloc... yes
07:53:09 [2022-07-28T07:53:09.431Z] #77 134.1 checking for working strtod... yes
07:53:09 [2022-07-28T07:53:09.640Z] #77 172.6 checking whether the C compiler works... yes
07:53:09 [2022-07-28T07:53:09.640Z] #77 172.9 checking for C compiler default output file name... a.out
07:53:09 [2022-07-28T07:53:09.688Z] #77 134.3 checking for gettimeofday... yes
07:53:09 [2022-07-28T07:53:09.899Z] #77 172.9 checking for suffix of executables... 
07:53:09 [2022-07-28T07:53:09.899Z] #77 ...
07:53:09 [2022-07-28T07:53:09.899Z] 
07:53:09 [2022-07-28T07:53:09.899Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         case $(dpkg --print-architecture) in             amd64|arm64)                 GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1"                 && /build/dlv --help                 ;;             *)                 mkdir -p /build/                 ;;         esac
07:53:09 [2022-07-28T07:53:09.899Z] #36 sha256:1509a87c4d8785c1b3fd9bff9d9474ccef8f4b872101e620b7fa14aef10a7cb5
07:53:09 [2022-07-28T07:53:09.899Z] #36 250.0 Delve is a source level debugger for Go programs.
07:53:09 [2022-07-28T07:53:09.899Z] #36 250.0 
07:53:09 [2022-07-28T07:53:09.899Z] #36 250.0 Delve enables you to interact with your program by controlling the execution of the process,
07:53:09 [2022-07-28T07:53:09.899Z] #36 250.0 evaluating variables, and providing information of thread / goroutine state, CPU register state and more.
07:53:09 [2022-07-28T07:53:09.899Z] #36 250.0 
07:53:09 [2022-07-28T07:53:09.899Z] #36 250.0 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs.
07:53:09 [2022-07-28T07:53:09.899Z] #36 250.0 
07:53:09 [2022-07-28T07:53:09.899Z] #36 250.0 Pass flags to the program you are debugging using `--`, for example:
07:53:09 [2022-07-28T07:53:09.899Z] #36 250.0 
07:53:09 [2022-07-28T07:53:09.899Z] #36 250.0 `dlv exec ./hello -- server --config conf/config.toml`
07:53:09 [2022-07-28T07:53:09.899Z] #36 250.0 
07:53:09 [2022-07-28T07:53:09.899Z] #36 250.0 Usage:
07:53:09 [2022-07-28T07:53:09.899Z] #36 250.0   dlv [command]
07:53:09 [2022-07-28T07:53:09.899Z] #36 250.0 
07:53:09 [2022-07-28T07:53:09.899Z] #36 250.0 Available Commands:
07:53:09 [2022-07-28T07:53:09.899Z] #36 250.0   attach      Attach to running process and begin debugging.
07:53:09 [2022-07-28T07:53:09.900Z] #36 250.0   connect     Connect to a headless debug server with a terminal client.
07:53:09 [2022-07-28T07:53:09.900Z] #36 250.0   core        Examine a core dump.
07:53:09 [2022-07-28T07:53:09.900Z] #36 250.0   dap         Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP).
07:53:09 [2022-07-28T07:53:09.900Z] #36 250.0   debug       Compile and begin debugging main package in current directory, or the package specified.
07:53:09 [2022-07-28T07:53:09.900Z] #36 250.0   exec        Execute a precompiled binary, and begin a debug session.
07:53:09 [2022-07-28T07:53:09.900Z] #36 250.0   help        Help about any command
07:53:09 [2022-07-28T07:53:09.900Z] #36 250.0   run         Deprecated command. Use 'debug' instead.
07:53:09 [2022-07-28T07:53:09.900Z] #36 250.0   test        Compile test binary and begin debugging program.
07:53:09 [2022-07-28T07:53:09.900Z] #36 250.0   trace       Compile and begin tracing program.
07:53:09 [2022-07-28T07:53:09.900Z] #36 250.0   version     Prints version.
07:53:09 [2022-07-28T07:53:09.900Z] #36 250.0 
07:53:09 [2022-07-28T07:53:09.900Z] #36 250.0 Flags:
07:53:09 [2022-07-28T07:53:09.900Z] #36 250.0       --accept-multiclient               Allows a headless server to accept multiple client connections via JSON-RPC or DAP.
07:53:09 [2022-07-28T07:53:09.900Z] #36 250.0       --allow-non-terminal-interactive   Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr
07:53:09 [2022-07-28T07:53:09.900Z] #36 250.0       --api-version int                  Selects JSON-RPC API version when headless. New clients should use v2. Can be reset via RPCServer.SetApiVersion. See Documentation/api/json-rpc/README.md. (default 1)
07:53:09 [2022-07-28T07:53:09.900Z] #36 250.0       --backend string                   Backend selection (see 'dlv help backend'). (default "default")
07:53:09 [2022-07-28T07:53:09.900Z] #36 250.0       --build-flags string               Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v"
07:53:09 [2022-07-28T07:53:09.900Z] #36 250.0       --check-go-version                 Exits if the version of Go in use is not compatible (too old or too new) with the version of Delve. (default true)
07:53:09 [2022-07-28T07:53:09.900Z] #36 250.0       --disable-aslr                     Disables address space randomization
07:53:09 [2022-07-28T07:53:09.900Z] #36 250.0       --headless                         Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections.
07:53:09 [2022-07-28T07:53:09.900Z] #36 250.0   -h, --help                             help for dlv
07:53:09 [2022-07-28T07:53:09.900Z] #36 250.0       --init string                      Init file, executed by the terminal client.
07:53:09 [2022-07-28T07:53:09.900Z] #36 250.0   -l, --listen string                    Debugging server listen address. (default "127.0.0.1:0")
07:53:09 [2022-07-28T07:53:09.900Z] #36 250.0       --log                              Enable debugging server logging.
07:53:09 [2022-07-28T07:53:09.900Z] #36 250.0       --log-dest string                  Writes logs to the specified file or file descriptor (see 'dlv help log').
07:53:09 [2022-07-28T07:53:09.900Z] #36 250.0       --log-output string                Comma separated list of components that should produce debug output (see 'dlv help log')
07:53:09 [2022-07-28T07:53:09.900Z] #36 250.0       --only-same-user                   Only connections from the same user that started this instance of Delve are allowed to connect. (default true)
07:53:09 [2022-07-28T07:53:09.900Z] #36 250.0   -r, --redirect stringArray             Specifies redirect rules for target process (see 'dlv help redirect')
07:53:09 [2022-07-28T07:53:09.900Z] #36 250.0       --wd string                        Working directory for running the program.
07:53:09 [2022-07-28T07:53:09.900Z] #36 250.0 
07:53:09 [2022-07-28T07:53:09.900Z] #36 250.0 Additional help topics:
07:53:09 [2022-07-28T07:53:09.900Z] #36 250.0   dlv backend  Help about the --backend flag.
07:53:09 [2022-07-28T07:53:09.900Z] #36 250.0   dlv log      Help about logging flags.
07:53:09 [2022-07-28T07:53:09.900Z] #36 250.0   dlv redirect Help about file redirection.
07:53:09 [2022-07-28T07:53:09.900Z] #36 250.0 
07:53:09 [2022-07-28T07:53:09.900Z] #36 250.0 Use "dlv [command] --help" for more information about a command.
07:53:09 [2022-07-28T07:53:09.900Z] #36 DONE 250.2s
07:53:09 [2022-07-28T07:53:09.900Z] 
07:53:09 [2022-07-28T07:53:09.900Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
07:53:09 [2022-07-28T07:53:09.900Z] #21 sha256:b2570b2884beb6efe91186ba991258e6251478e74a93c353ccbb4b0299fab53d
07:53:09 [2022-07-28T07:53:09.900Z] #21 31.59 0 upgraded, 49 newly installed, 0 to remove and 1 not upgraded.
07:53:09 [2022-07-28T07:53:09.900Z] #21 31.59 Need to get 27.7 MB of archives.
07:53:09 [2022-07-28T07:53:09.900Z] #21 31.59 After this operation, 106 MB of additional disk space will be used.
07:53:09 [2022-07-28T07:53:09.900Z] #21 31.59 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB]
07:53:09 [2022-07-28T07:53:09.900Z] #21 31.59 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB]
07:53:09 [2022-07-28T07:53:09.900Z] #21 31.59 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB]
07:53:09 [2022-07-28T07:53:09.900Z] #21 31.59 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
07:53:09 [2022-07-28T07:53:09.900Z] #21 31.60 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]
07:53:09 [2022-07-28T07:53:09.900Z] #21 31.60 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB]
07:53:09 [2022-07-28T07:53:09.900Z] #21 31.60 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB]
07:53:09 [2022-07-28T07:53:09.900Z] #21 31.64 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB]
07:53:09 [2022-07-28T07:53:09.900Z] #21 31.67 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
07:53:09 [2022-07-28T07:53:09.900Z] #21 31.69 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
07:53:09 [2022-07-28T07:53:09.900Z] #21 31.70 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB]
07:53:09 [2022-07-28T07:53:09.900Z] #21 31.70 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
07:53:09 [2022-07-28T07:53:09.900Z] #21 31.70 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB]
07:53:09 [2022-07-28T07:53:09.900Z] #21 31.71 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB]
07:53:09 [2022-07-28T07:53:09.900Z] #21 31.74 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB]
07:53:09 [2022-07-28T07:53:09.900Z] #21 31.76 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB]
07:53:09 [2022-07-28T07:53:09.900Z] #21 31.76 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB]
07:53:09 [2022-07-28T07:53:09.900Z] #21 31.77 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
07:53:09 [2022-07-28T07:53:09.900Z] #21 31.77 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB]
07:53:09 [2022-07-28T07:53:09.900Z] #21 31.77 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB]
07:53:09 [2022-07-28T07:53:09.900Z] #21 31.77 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB]
07:53:09 [2022-07-28T07:53:09.900Z] #21 31.78 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
07:53:09 [2022-07-28T07:53:09.900Z] #21 31.79 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
07:53:09 [2022-07-28T07:53:09.900Z] #21 31.82 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
07:53:09 [2022-07-28T07:53:09.900Z] #21 31.82 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB]
07:53:09 [2022-07-28T07:53:09.900Z] #21 31.82 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
07:53:09 [2022-07-28T07:53:09.900Z] #21 31.82 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
07:53:09 [2022-07-28T07:53:09.900Z] #21 32.37 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B]
07:53:09 [2022-07-28T07:53:09.900Z] #21 32.37 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
07:53:09 [2022-07-28T07:53:09.900Z] #21 32.38 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
07:53:09 [2022-07-28T07:53:09.900Z] #21 32.38 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
07:53:09 [2022-07-28T07:53:09.900Z] #21 32.38 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB]
07:53:09 [2022-07-28T07:53:09.900Z] #21 32.38 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB]
07:53:09 [2022-07-28T07:53:09.900Z] #21 32.38 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
07:53:09 [2022-07-28T07:53:09.900Z] #21 32.39 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB]
07:53:09 [2022-07-28T07:53:09.900Z] #21 32.53 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
07:53:09 [2022-07-28T07:53:09.900Z] #21 32.54 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB]
07:53:09 [2022-07-28T07:53:09.900Z] #21 32.54 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
07:53:09 [2022-07-28T07:53:09.900Z] #21 32.55 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB]
07:53:09 [2022-07-28T07:53:09.900Z] #21 32.56 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB]
07:53:09 [2022-07-28T07:53:09.900Z] #21 32.57 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB]
07:53:09 [2022-07-28T07:53:09.900Z] #21 32.58 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB]
07:53:09 [2022-07-28T07:53:09.900Z] #21 32.61 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB]
07:53:09 [2022-07-28T07:53:09.900Z] #21 32.63 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB]
07:53:09 [2022-07-28T07:53:09.900Z] #21 32.65 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
07:53:09 [2022-07-28T07:53:09.900Z] #21 32.96 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB]
07:53:09 [2022-07-28T07:53:09.900Z] #21 32.99 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB]
07:53:09 [2022-07-28T07:53:09.900Z] #21 33.04 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB]
07:53:09 [2022-07-28T07:53:09.900Z] #21 33.04 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB]
07:53:09 [2022-07-28T07:53:09.900Z] #21 34.01 debconf: delaying package configuration, since apt-utils is not installed
07:53:09 [2022-07-28T07:53:09.945Z] #77 134.5 checking for memset... yes
07:53:09 [2022-07-28T07:53:09.945Z] #77 134.8 checking for strspn... yes
07:53:10 [2022-07-28T07:53:10.160Z] #21 34.25 Fetched 27.7 MB in 2s (15.3 MB/s)
07:53:10 [2022-07-28T07:53:10.160Z] #21 34.41 Selecting previously unselected package pigz.
07:53:10 [2022-07-28T07:53:10.202Z] #77 135.1 checking that generated files are newer than configure... done
07:53:10 [2022-07-28T07:53:10.202Z] #77 135.1 configure: creating ./config.status
07:53:10 [2022-07-28T07:53:10.420Z] #21 34.41 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24018 files and directories currently installed.)
07:53:10 [2022-07-28T07:53:10.420Z] #21 34.50 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ...
07:53:10 [2022-07-28T07:53:10.420Z] #21 34.57 Unpacking pigz (2.6-1) ...
07:53:10 [2022-07-28T07:53:10.420Z] #21 34.71 Selecting previously unselected package libelf1:amd64.
07:53:10 [2022-07-28T07:53:10.420Z] #21 34.71 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ...
07:53:10 [2022-07-28T07:53:10.680Z] #21 34.74 Unpacking libelf1:amd64 (0.183-1) ...
07:53:10 [2022-07-28T07:53:10.940Z] #21 35.01 Selecting previously unselected package libbpf0:amd64.
07:53:10 [2022-07-28T07:53:10.940Z] #21 35.03 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ...
07:53:10 [2022-07-28T07:53:10.940Z] #21 35.04 Unpacking libbpf0:amd64 (1:0.3-2) ...
07:53:10 [2022-07-28T07:53:10.940Z] #21 35.23 Selecting previously unselected package libcap2:amd64.
07:53:10 [2022-07-28T07:53:10.940Z] #21 35.23 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ...
07:53:11 [2022-07-28T07:53:11.200Z] #21 35.26 Unpacking libcap2:amd64 (1:2.44-1) ...
07:53:11 [2022-07-28T07:53:11.200Z] #21 35.39 Selecting previously unselected package libmnl0:amd64.
07:53:11 [2022-07-28T07:53:11.200Z] #21 35.39 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ...
07:53:11 [2022-07-28T07:53:11.200Z] #21 35.41 Unpacking libmnl0:amd64 (1.0.4-3) ...
07:53:11 [2022-07-28T07:53:11.200Z] #21 35.52 Selecting previously unselected package libxtables12:amd64.
07:53:11 [2022-07-28T07:53:11.200Z] #21 35.52 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ...
07:53:11 [2022-07-28T07:53:11.460Z] #21 35.53 Unpacking libxtables12:amd64 (1.8.7-1) ...
07:53:11 [2022-07-28T07:53:11.460Z] #21 35.66 Selecting previously unselected package libcap2-bin.
07:53:11 [2022-07-28T07:53:11.460Z] #21 35.66 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ...
07:53:11 [2022-07-28T07:53:11.460Z] #21 35.68 Unpacking libcap2-bin (1:2.44-1) ...
07:53:11 [2022-07-28T07:53:11.721Z] #21 35.88 Selecting previously unselected package iproute2.
07:53:11 [2022-07-28T07:53:11.721Z] #21 35.89 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ...
07:53:11 [2022-07-28T07:53:11.721Z] #21 35.89 Unpacking iproute2 (5.10.0-4) ...
07:53:12 [2022-07-28T07:53:12.097Z] #77 137.1 config.status: creating Makefile
07:53:12 [2022-07-28T07:53:12.097Z] #77 137.2 config.status: creating config.h
07:53:12 [2022-07-28T07:53:12.097Z] #77 137.2 config.status: executing depfiles commands
07:53:12 [2022-07-28T07:53:12.660Z] #77 137.4 config.status: executing libtool commands
07:53:12 [2022-07-28T07:53:12.662Z] #21 36.81 Selecting previously unselected package xxd.
07:53:12 [2022-07-28T07:53:12.662Z] #21 36.83 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
07:53:12 [2022-07-28T07:53:12.662Z] #21 36.84 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
07:53:12 [2022-07-28T07:53:12.922Z] #21 37.03 Selecting previously unselected package vim-common.
07:53:12 [2022-07-28T07:53:12.922Z] #21 37.05 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
07:53:12 [2022-07-28T07:53:12.922Z] #21 37.10 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
07:53:13 [2022-07-28T07:53:13.182Z] #21 37.42 Selecting previously unselected package bash-completion.
07:53:13 [2022-07-28T07:53:13.182Z] #21 37.42 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ...
07:53:13 [2022-07-28T07:53:13.492Z] #14 ...
07:53:13 [2022-07-28T07:53:13.492Z] 
07:53:13 [2022-07-28T07:53:13.492Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:53:13 [2022-07-28T07:53:13.492Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:53:13 [2022-07-28T07:53:13.492Z] #77 104.0 configure.ac:7: installing 'build-aux/compile'
07:53:13 [2022-07-28T07:53:13.492Z] #77 104.0 configure.ac:9: installing 'build-aux/config.guess'
07:53:13 [2022-07-28T07:53:13.492Z] #77 104.0 configure.ac:9: installing 'build-aux/config.sub'
07:53:13 [2022-07-28T07:53:13.492Z] #77 104.1 configure.ac:11: installing 'build-aux/install-sh'
07:53:13 [2022-07-28T07:53:13.492Z] #77 104.1 configure.ac:11: installing 'build-aux/missing'
07:53:13 [2022-07-28T07:53:13.492Z] #77 104.5 Makefile.am: installing 'build-aux/depcomp'
07:53:13 [2022-07-28T07:53:13.492Z] #77 104.7 parallel-tests: installing 'build-aux/test-driver'
07:53:13 [2022-07-28T07:53:13.590Z] #77 138.3   GEN      .version
07:53:13 [2022-07-28T07:53:13.590Z] #77 138.4 make  install-recursive
07:53:13 [2022-07-28T07:53:13.590Z] #77 138.4 make[1]: Entering directory '/tmp/crun-build'
07:53:13 [2022-07-28T07:53:13.590Z] #77 138.4 Making install in libocispec
07:53:13 [2022-07-28T07:53:13.590Z] #77 138.5 make[2]: Entering directory '/tmp/crun-build/libocispec'
07:53:13 [2022-07-28T07:53:13.590Z] #77 138.5 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema
07:53:13 [2022-07-28T07:53:13.590Z] #77 138.5 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema
07:53:13 [2022-07-28T07:53:13.591Z] #77 138.5 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems
07:53:13 [2022-07-28T07:53:13.591Z] #77 138.5 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic
07:53:14 [2022-07-28T07:53:14.521Z] #77 139.3 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success
07:53:14 [2022-07-28T07:53:14.521Z] #77 139.4 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success
07:53:14 [2022-07-28T07:53:14.521Z] #77 139.4 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success
07:53:14 [2022-07-28T07:53:14.521Z] #77 139.4 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success
07:53:14 [2022-07-28T07:53:14.521Z] #77 139.4 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success
07:53:14 [2022-07-28T07:53:14.521Z] #77 139.4 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success
07:53:14 [2022-07-28T07:53:14.521Z] #77 139.4 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success
07:53:14 [2022-07-28T07:53:14.521Z] #77 139.4 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success
07:53:14 [2022-07-28T07:53:14.521Z] #77 139.4 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success
07:53:14 [2022-07-28T07:53:14.521Z] #77 ...
07:53:14 [2022-07-28T07:53:14.521Z] 
07:53:14 [2022-07-28T07:53:14.521Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
07:53:14 [2022-07-28T07:53:14.521Z] #21 sha256:b2570b2884beb6efe91186ba991258e6251478e74a93c353ccbb4b0299fab53d
07:53:14 [2022-07-28T07:53:14.521Z] #21 33.40 Selecting previously unselected package libaio1:amd64.
07:53:14 [2022-07-28T07:53:14.521Z] #21 33.40 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ...
07:53:14 [2022-07-28T07:53:14.521Z] #21 33.45 Unpacking libaio1:amd64 (0.3.112-9) ...
07:53:14 [2022-07-28T07:53:14.521Z] #21 33.67 Selecting previously unselected package libgpm2:amd64.
07:53:14 [2022-07-28T07:53:14.521Z] #21 33.67 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ...
07:53:14 [2022-07-28T07:53:14.521Z] #21 33.68 Unpacking libgpm2:amd64 (1.20.7-8) ...
07:53:14 [2022-07-28T07:53:14.521Z] #21 33.87 Selecting previously unselected package libicu67:amd64.
07:53:14 [2022-07-28T07:53:14.521Z] #21 33.87 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ...
07:53:14 [2022-07-28T07:53:14.521Z] #21 33.88 Unpacking libicu67:amd64 (67.1-7) ...
07:53:14 [2022-07-28T07:53:14.521Z] #21 37.50 Selecting previously unselected package libinih1:amd64.
07:53:14 [2022-07-28T07:53:14.521Z] #21 37.51 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ...
07:53:14 [2022-07-28T07:53:14.521Z] #21 37.51 Unpacking libinih1:amd64 (53-1+b2) ...
07:53:14 [2022-07-28T07:53:14.521Z] #21 37.59 Selecting previously unselected package libnet1:amd64.
07:53:14 [2022-07-28T07:53:14.521Z] #21 37.62 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
07:53:14 [2022-07-28T07:53:14.521Z] #21 37.62 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
07:53:14 [2022-07-28T07:53:14.521Z] #21 37.71 Selecting previously unselected package libnl-3-200:amd64.
07:53:14 [2022-07-28T07:53:14.521Z] #21 37.72 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ...
07:53:14 [2022-07-28T07:53:14.521Z] #21 37.72 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
07:53:14 [2022-07-28T07:53:14.521Z] #21 37.80 Selecting previously unselected package libprotobuf-c1:amd64.
07:53:14 [2022-07-28T07:53:14.521Z] #21 37.80 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
07:53:14 [2022-07-28T07:53:14.521Z] #21 37.80 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
07:53:14 [2022-07-28T07:53:14.521Z] #21 37.87 Selecting previously unselected package libyajl2:amd64.
07:53:14 [2022-07-28T07:53:14.521Z] #21 37.88 Preparing to unpack .../31-libyajl2_2.1.0-3_amd64.deb ...
07:53:14 [2022-07-28T07:53:14.521Z] #21 37.89 Unpacking libyajl2:amd64 (2.1.0-3) ...
07:53:14 [2022-07-28T07:53:14.521Z] #21 37.95 Selecting previously unselected package net-tools.
07:53:14 [2022-07-28T07:53:14.521Z] #21 37.98 Preparing to unpack .../32-net-tools_1.60+git20181103.0eebece-1_amd64.deb ...
07:53:14 [2022-07-28T07:53:14.521Z] #21 37.98 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
07:53:14 [2022-07-28T07:53:14.521Z] #21 38.19 Selecting previously unselected package patch.
07:53:14 [2022-07-28T07:53:14.521Z] #21 38.20 Preparing to unpack .../33-patch_2.7.6-7_amd64.deb ...
07:53:14 [2022-07-28T07:53:14.521Z] #21 38.20 Unpacking patch (2.7.6-7) ...
07:53:14 [2022-07-28T07:53:14.521Z] #21 38.27 Selecting previously unselected package python-pip-whl.
07:53:14 [2022-07-28T07:53:14.521Z] #21 38.28 Preparing to unpack .../34-python-pip-whl_20.3.4-4+deb11u1_all.deb ...
07:53:14 [2022-07-28T07:53:14.521Z] #21 38.29 Unpacking python-pip-whl (20.3.4-4+deb11u1) ...
07:53:14 [2022-07-28T07:53:14.521Z] #21 38.97 Selecting previously unselected package python3-lib2to3.
07:53:14 [2022-07-28T07:53:14.521Z] #21 38.97 Preparing to unpack .../35-python3-lib2to3_3.9.2-1_all.deb ...
07:53:14 [2022-07-28T07:53:14.521Z] #21 38.98 Unpacking python3-lib2to3 (3.9.2-1) ...
07:53:14 [2022-07-28T07:53:14.521Z] #21 39.08 Selecting previously unselected package python3-distutils.
07:53:14 [2022-07-28T07:53:14.522Z] #21 39.10 Preparing to unpack .../36-python3-distutils_3.9.2-1_all.deb ...
07:53:14 [2022-07-28T07:53:14.522Z] #21 39.10 Unpacking python3-distutils (3.9.2-1) ...
07:53:14 [2022-07-28T07:53:14.522Z] #21 39.27 Selecting previously unselected package python3-pkg-resources.
07:53:14 [2022-07-28T07:53:14.522Z] #21 39.27 Preparing to unpack .../37-python3-pkg-resources_52.0.0-4_all.deb ...
07:53:14 [2022-07-28T07:53:14.522Z] #21 39.27 Unpacking python3-pkg-resources (52.0.0-4) ...
07:53:14 [2022-07-28T07:53:14.522Z] #21 39.41 Selecting previously unselected package python3-setuptools.
07:53:14 [2022-07-28T07:53:14.522Z] #21 39.43 Preparing to unpack .../38-python3-setuptools_52.0.0-4_all.deb ...
07:53:14 [2022-07-28T07:53:14.522Z] #21 39.43 Unpacking python3-setuptools (52.0.0-4) ...
07:53:14 [2022-07-28T07:53:14.522Z] #21 39.71 Selecting previously unselected package python3-wheel.
07:53:14 [2022-07-28T07:53:14.522Z] #21 39.71 Preparing to unpack .../39-python3-wheel_0.34.2-1_all.deb ...
07:53:14 [2022-07-28T07:53:14.522Z] #21 39.72 Unpacking python3-wheel (0.34.2-1) ...
07:53:14 [2022-07-28T07:53:14.522Z] #21 39.79 Selecting previously unselected package python3-pip.
07:53:14 [2022-07-28T07:53:14.522Z] #21 39.79 Preparing to unpack .../40-python3-pip_20.3.4-4+deb11u1_all.deb ...
07:53:14 [2022-07-28T07:53:14.522Z] #21 39.80 Unpacking python3-pip (20.3.4-4+deb11u1) ...
07:53:14 [2022-07-28T07:53:14.522Z] #21 40.11 Selecting previously unselected package sudo.
07:53:14 [2022-07-28T07:53:14.522Z] #21 40.11 Preparing to unpack .../41-sudo_1.9.5p2-3_amd64.deb ...
07:53:14 [2022-07-28T07:53:14.522Z] #21 40.12 Unpacking sudo (1.9.5p2-3) ...
07:53:14 [2022-07-28T07:53:14.522Z] #21 40.71 Selecting previously unselected package thin-provisioning-tools.
07:53:14 [2022-07-28T07:53:14.522Z] #21 40.71 Preparing to unpack .../42-thin-provisioning-tools_0.9.0-1_amd64.deb ...
07:53:14 [2022-07-28T07:53:14.522Z] #21 40.72 Unpacking thin-provisioning-tools (0.9.0-1) ...
07:53:14 [2022-07-28T07:53:14.522Z] #21 40.92 Selecting previously unselected package uidmap.
07:53:14 [2022-07-28T07:53:14.522Z] #21 40.93 Preparing to unpack .../43-uidmap_1%3a4.8.1-1_amd64.deb ...
07:53:14 [2022-07-28T07:53:14.522Z] #21 40.93 Unpacking uidmap (1:4.8.1-1) ...
07:53:14 [2022-07-28T07:53:14.522Z] #21 41.05 Selecting previously unselected package vim-runtime.
07:53:14 [2022-07-28T07:53:14.522Z] #21 41.06 Preparing to unpack .../44-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
07:53:14 [2022-07-28T07:53:14.522Z] #21 41.09 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
07:53:14 [2022-07-28T07:53:14.522Z] #21 41.11 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
07:53:14 [2022-07-28T07:53:14.522Z] #21 41.13 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
07:53:14 [2022-07-28T07:53:14.778Z] #21 ...
07:53:14 [2022-07-28T07:53:14.778Z] 
07:53:14 [2022-07-28T07:53:14.778Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:53:14 [2022-07-28T07:53:14.778Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:53:14 [2022-07-28T07:53:14.779Z] #77 139.7 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success
07:53:14 [2022-07-28T07:53:14.779Z] #77 139.7 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success
07:53:14 [2022-07-28T07:53:14.779Z] #77 139.7 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success
07:53:14 [2022-07-28T07:53:14.779Z] #77 139.7 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs.json       Success
07:53:14 [2022-07-28T07:53:14.779Z] #77 139.7 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success
07:53:14 [2022-07-28T07:53:14.779Z] #77 139.7 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success
07:53:14 [2022-07-28T07:53:14.779Z] #77 139.7 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success
07:53:15 [2022-07-28T07:53:15.709Z] #77 140.7 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success
07:53:15 [2022-07-28T07:53:15.709Z] #77 140.7 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs.json     Success
07:53:15 [2022-07-28T07:53:15.709Z] #77 140.7 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success
07:53:15 [2022-07-28T07:53:15.709Z] #77 140.7 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success
07:53:15 [2022-07-28T07:53:15.709Z] #77 140.7 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json  Success
07:53:15 [2022-07-28T07:53:15.709Z] #77 140.7 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success
07:53:15 [2022-07-28T07:53:15.709Z] #77 140.7 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success
07:53:15 [2022-07-28T07:53:15.709Z] #77 140.7 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success
07:53:15 [2022-07-28T07:53:15.709Z] #77 140.7 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success
07:53:15 [2022-07-28T07:53:15.709Z] #77 140.7 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success
07:53:15 [2022-07-28T07:53:15.709Z] #77 140.7 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success
07:53:15 [2022-07-28T07:53:15.709Z] #77 140.7 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success
07:53:15 [2022-07-28T07:53:15.709Z] #77 140.7 make  install-recursive
07:53:15 [2022-07-28T07:53:15.709Z] #77 140.7 make[3]: Entering directory '/tmp/crun-build/libocispec'
07:53:15 [2022-07-28T07:53:15.709Z] #77 140.8 Making install in yajl
07:53:15 [2022-07-28T07:53:15.709Z] #77 140.8 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl'
07:53:15 [2022-07-28T07:53:15.966Z] #77 140.9   CC       verify/json_verify-json_verify.o
07:53:15 [2022-07-28T07:53:15.966Z] #77 140.9   CC       src/libyajl_la-yajl_alloc.lo
07:53:15 [2022-07-28T07:53:15.966Z] #77 140.9   CC       src/libyajl_la-yajl.lo
07:53:15 [2022-07-28T07:53:15.966Z] #77 140.9   CC       src/libyajl_la-yajl_gen.lo
07:53:15 [2022-07-28T07:53:15.966Z] #77 140.9   CC       src/libyajl_la-yajl_parser.lo
07:53:15 [2022-07-28T07:53:15.966Z] #77 140.9   CC       src/libyajl_la-yajl_buf.lo
07:53:15 [2022-07-28T07:53:15.966Z] #77 140.9   CC       src/libyajl_la-yajl_encode.lo
07:53:15 [2022-07-28T07:53:15.966Z] #77 141.0   CC       src/libyajl_la-yajl_lex.lo
07:53:15 [2022-07-28T07:53:15.966Z] #77 141.0   CC       src/libyajl_la-yajl_tree.lo
07:53:17 [2022-07-28T07:53:17.379Z] #21 ...
07:53:17 [2022-07-28T07:53:17.379Z] 
07:53:17 [2022-07-28T07:53:17.379Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:53:17 [2022-07-28T07:53:17.379Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:53:17 [2022-07-28T07:53:17.379Z] #77 172.9 checking for suffix of executables... 
07:53:17 [2022-07-28T07:53:17.379Z] #77 173.2 checking whether we are cross compiling... no
07:53:17 [2022-07-28T07:53:17.379Z] #77 173.6 checking for suffix of object files... o
07:53:17 [2022-07-28T07:53:17.379Z] #77 173.8 checking whether we are using the GNU C compiler... yes
07:53:17 [2022-07-28T07:53:17.379Z] #77 174.0 checking whether gcc accepts -g... yes
07:53:17 [2022-07-28T07:53:17.379Z] #77 174.1 checking for gcc option to accept ISO C89... none needed
07:53:17 [2022-07-28T07:53:17.379Z] #77 174.4 checking whether gcc understands -c and -o together... yes
07:53:17 [2022-07-28T07:53:17.379Z] #77 174.6 checking how to run the C preprocessor... gcc -E
07:53:17 [2022-07-28T07:53:17.379Z] #77 175.0 checking for grep that handles long lines and -e... /bin/grep
07:53:17 [2022-07-28T07:53:17.379Z] #77 175.0 checking for egrep... /bin/grep -E
07:53:17 [2022-07-28T07:53:17.379Z] #77 175.0 checking for ANSI C header files... yes
07:53:17 [2022-07-28T07:53:17.379Z] #77 175.9 checking for sys/types.h... yes
07:53:17 [2022-07-28T07:53:17.379Z] #77 176.2 checking for sys/stat.h... yes
07:53:17 [2022-07-28T07:53:17.379Z] #77 176.6 checking for stdlib.h... yes
07:53:17 [2022-07-28T07:53:17.379Z] #77 177.0 checking for string.h... yes
07:53:17 [2022-07-28T07:53:17.379Z] #77 177.3 checking for memory.h... yes
07:53:17 [2022-07-28T07:53:17.379Z] #77 177.6 checking for strings.h... yes
07:53:17 [2022-07-28T07:53:17.379Z] #77 177.8 checking for inttypes.h... yes
07:53:17 [2022-07-28T07:53:17.379Z] #77 177.9 checking for stdint.h... yes
07:53:17 [2022-07-28T07:53:17.379Z] #77 178.1 checking for unistd.h... yes
07:53:17 [2022-07-28T07:53:17.379Z] #77 178.4 checking minix/config.h usability... no
07:53:17 [2022-07-28T07:53:17.379Z] #77 178.7 checking minix/config.h presence... no
07:53:17 [2022-07-28T07:53:17.379Z] #77 178.9 checking for minix/config.h... no
07:53:17 [2022-07-28T07:53:17.379Z] #77 178.9 checking whether it is safe to define __EXTENSIONS__... yes
07:53:17 [2022-07-28T07:53:17.379Z] #77 179.2 checking build system type... x86_64-pc-linux-gnu
07:53:17 [2022-07-28T07:53:17.379Z] #77 179.7 checking host system type... x86_64-pc-linux-gnu
07:53:17 [2022-07-28T07:53:17.379Z] #77 179.7 checking how to print strings... printf
07:53:17 [2022-07-28T07:53:17.379Z] #77 179.8 checking for a sed that does not truncate output... /bin/sed
07:53:17 [2022-07-28T07:53:17.379Z] #77 179.8 checking for fgrep... /bin/grep -F
07:53:17 [2022-07-28T07:53:17.379Z] #77 179.8 checking for ld used by gcc... /usr/bin/ld
07:53:17 [2022-07-28T07:53:17.379Z] #77 179.8 checking if the linker (/usr/bin/ld) is GNU ld... yes
07:53:17 [2022-07-28T07:53:17.379Z] #77 179.8 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
07:53:17 [2022-07-28T07:53:17.379Z] #77 179.9 checking the name lister (/usr/bin/nm -B) interface... BSD nm
07:53:17 [2022-07-28T07:53:17.379Z] #77 180.0 checking whether ln -s works... yes
07:53:17 [2022-07-28T07:53:17.379Z] #77 180.0 checking the maximum length of command line arguments... 1572864
07:53:17 [2022-07-28T07:53:17.379Z] #77 180.0 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
07:53:17 [2022-07-28T07:53:17.379Z] #77 180.0 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
07:53:17 [2022-07-28T07:53:17.379Z] #77 180.0 checking for /usr/bin/ld option to reload object files... -r
07:53:17 [2022-07-28T07:53:17.379Z] #77 180.0 checking for objdump... objdump
07:53:17 [2022-07-28T07:53:17.379Z] #77 180.0 checking how to recognize dependent libraries... pass_all
07:53:17 [2022-07-28T07:53:17.379Z] #77 180.0 checking for dlltool... no
07:53:17 [2022-07-28T07:53:17.379Z] #77 180.1 checking how to associate runtime and link libraries... printf %s\n
07:53:17 [2022-07-28T07:53:17.379Z] #77 180.1 checking for ar... ar
07:53:17 [2022-07-28T07:53:17.379Z] #77 180.1 checking for archiver @FILE support... @
07:53:17 [2022-07-28T07:53:17.379Z] #77 180.2 checking for strip... strip
07:53:17 [2022-07-28T07:53:17.379Z] #77 180.2 checking for ranlib... ranlib
07:53:17 [2022-07-28T07:53:17.379Z] #77 180.2 checking for gawk... no
07:53:17 [2022-07-28T07:53:17.379Z] #77 180.2 checking for mawk... mawk
07:53:17 [2022-07-28T07:53:17.379Z] #77 180.2 checking command to parse /usr/bin/nm -B output from gcc object... ok
07:53:17 [2022-07-28T07:53:17.379Z] #77 180.6 checking for sysroot... no
07:53:17 [2022-07-28T07:53:17.379Z] #77 180.6 checking for a working dd... /bin/dd
07:53:17 [2022-07-28T07:53:17.379Z] #77 180.6 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
07:53:17 [2022-07-28T07:53:17.640Z] #77 180.7 checking for mt... no
07:53:17 [2022-07-28T07:53:17.640Z] #77 180.7 checking if : is a manifest tool... no
07:53:17 [2022-07-28T07:53:17.683Z] #77 108.8 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
07:53:17 [2022-07-28T07:53:17.683Z] #77 108.8 libtoolize: copying file 'build-aux/ltmain.sh'
07:53:17 [2022-07-28T07:53:17.901Z] #77 180.7 checking for dlfcn.h... yes
07:53:17 [2022-07-28T07:53:17.901Z] #77 180.9 checking for objdir... .libs
07:53:18 [2022-07-28T07:53:18.161Z] #77 ...
07:53:18 [2022-07-28T07:53:18.161Z] 
07:53:18 [2022-07-28T07:53:18.161Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
07:53:18 [2022-07-28T07:53:18.161Z] #21 sha256:b2570b2884beb6efe91186ba991258e6251478e74a93c353ccbb4b0299fab53d
07:53:18 [2022-07-28T07:53:18.161Z] #21 42.28 Unpacking bash-completion (1:2.11-2) ...
07:53:18 [2022-07-28T07:53:18.250Z] #77 109.9 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
07:53:18 [2022-07-28T07:53:18.250Z] #77 109.9 libtoolize: copying file 'm4/libtool.m4'
07:53:18 [2022-07-28T07:53:18.730Z] #21 42.84 Selecting previously unselected package bzip2.
07:53:18 [2022-07-28T07:53:18.730Z] #21 42.85 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ...
07:53:18 [2022-07-28T07:53:18.730Z] #21 42.86 Unpacking bzip2 (1.0.8-4) ...
07:53:18 [2022-07-28T07:53:18.817Z] #77 110.3 libtoolize: copying file 'm4/ltoptions.m4'
07:53:18 [2022-07-28T07:53:18.817Z] #77 110.4 libtoolize: copying file 'm4/ltsugar.m4'
07:53:18 [2022-07-28T07:53:18.855Z] #19 ...
07:53:18 [2022-07-28T07:53:18.855Z] 
07:53:18 [2022-07-28T07:53:18.855Z] #84 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:53:18 [2022-07-28T07:53:18.855Z] #84 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:53:18 [2022-07-28T07:53:18.855Z] #84 213.4   CCLD     libocispec.la
07:53:18 [2022-07-28T07:53:18.855Z] #84 214.1   CCLD     src/validate
07:53:18 [2022-07-28T07:53:18.855Z] #84 214.1   CCLD     tests/test-2
07:53:18 [2022-07-28T07:53:18.855Z] #84 214.1   CCLD     tests/test-3
07:53:18 [2022-07-28T07:53:18.855Z] #84 214.1   CCLD     tests/test-1
07:53:18 [2022-07-28T07:53:18.855Z] #84 214.1   CCLD     tests/test-4
07:53:18 [2022-07-28T07:53:18.855Z] #84 214.2   CCLD     tests/test-5
07:53:18 [2022-07-28T07:53:18.855Z] #84 214.2   CCLD     tests/test-6
07:53:18 [2022-07-28T07:53:18.855Z] #84 214.2   CCLD     tests/test-7
07:53:18 [2022-07-28T07:53:18.855Z] #84 214.4   CCLD     tests/test-9
07:53:18 [2022-07-28T07:53:18.855Z] #84 214.5   CCLD     tests/test-11
07:53:18 [2022-07-28T07:53:18.855Z] #84 214.5   CCLD     tests/test-10
07:53:18 [2022-07-28T07:53:18.855Z] #84 214.5 /bin/bash ./libtool --mode=link  libocispec.la -o libocispec.a
07:53:18 [2022-07-28T07:53:18.855Z] #84 214.7   CCLD     tests/test-8
07:53:18 [2022-07-28T07:53:18.990Z] #21 43.18 Selecting previously unselected package xz-utils.
07:53:18 [2022-07-28T07:53:18.990Z] #21 43.18 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
07:53:18 [2022-07-28T07:53:18.990Z] #21 43.19 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
07:53:19 [2022-07-28T07:53:19.044Z] #77 ...
07:53:19 [2022-07-28T07:53:19.044Z] 
07:53:19 [2022-07-28T07:53:19.044Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
07:53:19 [2022-07-28T07:53:19.044Z] #47 sha256:6bd4956d77f8e93ecc2c28927f864bfacca42bb9071667918d40a69e9752c4f4
07:53:19 [2022-07-28T07:53:19.044Z] #47 199.8 + dpkg --print-architecture
07:53:19 [2022-07-28T07:53:19.044Z] #47 DONE 200.5s
07:53:19 [2022-07-28T07:53:19.044Z] 
07:53:19 [2022-07-28T07:53:19.044Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
07:53:19 [2022-07-28T07:53:19.044Z] #60 sha256:b0846d95c39c7861ad4487303c2f365ea04b74d541815a0930bfa97a34b1f6b1
07:53:19 [2022-07-28T07:53:19.075Z] #77 110.7 libtoolize: copying file 'm4/ltversion.m4'
07:53:19 [2022-07-28T07:53:19.250Z] #21 43.45 Selecting previously unselected package apparmor.
07:53:19 [2022-07-28T07:53:19.250Z] #21 43.45 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ...
07:53:19 [2022-07-28T07:53:19.250Z] #21 43.53 Unpacking apparmor (2.13.6-10) ...
07:53:19 [2022-07-28T07:53:19.334Z] #77 110.9 libtoolize: copying file 'm4/lt~obsolete.m4'
07:53:19 [2022-07-28T07:53:19.592Z] #77 ...
07:53:19 [2022-07-28T07:53:19.592Z] 
07:53:19 [2022-07-28T07:53:19.592Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:53:19 [2022-07-28T07:53:19.592Z] #14 sha256:b25eac2f6ddf70c42113ea1e9c9616359e7796e8a4be5e3f87392c5fb5b439d0
07:53:19 [2022-07-28T07:53:19.592Z] #14 188.5 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
07:53:19 [2022-07-28T07:53:19.853Z] #14 188.6 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
07:53:19 [2022-07-28T07:53:19.853Z] #14 188.6 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
07:53:20 [2022-07-28T07:53:20.189Z] #21 44.30 Selecting previously unselected package inetutils-ping.
07:53:20 [2022-07-28T07:53:20.189Z] #21 44.31 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ...
07:53:20 [2022-07-28T07:53:20.189Z] #21 44.36 Unpacking inetutils-ping (2:2.0-1) ...
07:53:20 [2022-07-28T07:53:20.449Z] #21 44.63 Selecting previously unselected package libip4tc2:amd64.
07:53:20 [2022-07-28T07:53:20.449Z] #21 44.64 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ...
07:53:20 [2022-07-28T07:53:20.449Z] #21 44.68 Unpacking libip4tc2:amd64 (1.8.7-1) ...
07:53:20 [2022-07-28T07:53:20.721Z] #21 44.90 Selecting previously unselected package libip6tc2:amd64.
07:53:20 [2022-07-28T07:53:20.721Z] #21 44.92 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ...
07:53:20 [2022-07-28T07:53:20.721Z] #21 44.94 Unpacking libip6tc2:amd64 (1.8.7-1) ...
07:53:20 [2022-07-28T07:53:20.981Z] #21 45.09 Selecting previously unselected package libnfnetlink0:amd64.
07:53:20 [2022-07-28T07:53:20.981Z] #21 45.10 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
07:53:20 [2022-07-28T07:53:20.981Z] #21 45.11 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
07:53:20 [2022-07-28T07:53:20.981Z] #21 45.24 Selecting previously unselected package libnetfilter-conntrack3:amd64.
07:53:20 [2022-07-28T07:53:20.981Z] #21 45.24 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ...
07:53:20 [2022-07-28T07:53:20.981Z] #21 45.25 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ...
07:53:21 [2022-07-28T07:53:21.218Z] #77 ...
07:53:21 [2022-07-28T07:53:21.218Z] 
07:53:21 [2022-07-28T07:53:21.218Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
07:53:21 [2022-07-28T07:53:21.218Z] #21 sha256:b2570b2884beb6efe91186ba991258e6251478e74a93c353ccbb4b0299fab53d
07:53:21 [2022-07-28T07:53:21.218Z] #21 44.58 Selecting previously unselected package vim.
07:53:21 [2022-07-28T07:53:21.218Z] #21 44.60 Preparing to unpack .../45-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ...
07:53:21 [2022-07-28T07:53:21.218Z] #21 44.63 Unpacking vim (2:8.2.2434-3+deb11u1) ...
07:53:21 [2022-07-28T07:53:21.218Z] #21 45.22 Selecting previously unselected package xfsprogs.
07:53:21 [2022-07-28T07:53:21.218Z] #21 45.24 Preparing to unpack .../46-xfsprogs_5.10.0-4_amd64.deb ...
07:53:21 [2022-07-28T07:53:21.218Z] #21 45.24 Unpacking xfsprogs (5.10.0-4) ...
07:53:21 [2022-07-28T07:53:21.218Z] #21 45.67 Selecting previously unselected package zip.
07:53:21 [2022-07-28T07:53:21.218Z] #21 45.68 Preparing to unpack .../47-zip_3.0-12_amd64.deb ...
07:53:21 [2022-07-28T07:53:21.218Z] #21 45.69 Unpacking zip (3.0-12) ...
07:53:21 [2022-07-28T07:53:21.218Z] #21 45.87 Selecting previously unselected package zstd.
07:53:21 [2022-07-28T07:53:21.218Z] #21 45.87 Preparing to unpack .../48-zstd_1.4.8+dfsg-2.1_amd64.deb ...
07:53:21 [2022-07-28T07:53:21.218Z] #21 45.87 Unpacking zstd (1.4.8+dfsg-2.1) ...
07:53:21 [2022-07-28T07:53:21.218Z] #21 46.37 Setting up python3-pkg-resources (52.0.0-4) ...
07:53:21 [2022-07-28T07:53:21.218Z] #21 47.41 Setting up libip4tc2:amd64 (1.8.7-1) ...
07:53:21 [2022-07-28T07:53:21.218Z] #21 47.43 Setting up net-tools (1.60+git20181103.0eebece-1) ...
07:53:21 [2022-07-28T07:53:21.218Z] #21 47.44 Setting up libgpm2:amd64 (1.20.7-8) ...
07:53:21 [2022-07-28T07:53:21.218Z] #21 47.45 Setting up libicu67:amd64 (67.1-7) ...
07:53:21 [2022-07-28T07:53:21.218Z] #21 47.47 Setting up libip6tc2:amd64 (1.8.7-1) ...
07:53:21 [2022-07-28T07:53:21.218Z] #21 47.52 Setting up libinih1:amd64 (53-1+b2) ...
07:53:21 [2022-07-28T07:53:21.218Z] #21 47.53 Setting up uidmap (1:4.8.1-1) ...
07:53:21 [2022-07-28T07:53:21.218Z] #21 47.54 Setting up libyajl2:amd64 (2.1.0-3) ...
07:53:21 [2022-07-28T07:53:21.218Z] #21 47.55 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
07:53:21 [2022-07-28T07:53:21.218Z] #21 47.57 Setting up bzip2 (1.0.8-4) ...
07:53:21 [2022-07-28T07:53:21.218Z] #21 47.58 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
07:53:21 [2022-07-28T07:53:21.218Z] #21 47.59 Setting up python3-wheel (0.34.2-1) ...
07:53:21 [2022-07-28T07:53:21.218Z] #21 48.22 Setting up xxd (2:8.2.2434-3+deb11u1) ...
07:53:21 [2022-07-28T07:53:21.218Z] #21 48.23 Setting up libcap2:amd64 (1:2.44-1) ...
07:53:21 [2022-07-28T07:53:21.218Z] #21 48.25 Setting up libcap2-bin (1:2.44-1) ...
07:53:21 [2022-07-28T07:53:21.218Z] #21 48.26 Setting up apparmor (2.13.6-10) ...
07:53:21 [2022-07-28T07:53:21.218Z] #21 ...
07:53:21 [2022-07-28T07:53:21.218Z] 
07:53:21 [2022-07-28T07:53:21.218Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:53:21 [2022-07-28T07:53:21.218Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:53:21 [2022-07-28T07:53:21.218Z] #77 146.3   CCLD     libyajl.la
07:53:21 [2022-07-28T07:53:21.241Z] #21 45.38 Selecting previously unselected package libnftnl11:amd64.
07:53:21 [2022-07-28T07:53:21.241Z] #21 45.39 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ...
07:53:21 [2022-07-28T07:53:21.241Z] #21 45.41 Unpacking libnftnl11:amd64 (1.1.9-1) ...
07:53:21 [2022-07-28T07:53:21.241Z] #21 45.55 Selecting previously unselected package iptables.
07:53:21 [2022-07-28T07:53:21.384Z] #84 217.1 libtool: link: ar cr libocispec.a 
07:53:21 [2022-07-28T07:53:21.384Z] #84 217.1 libtool: link: ranlib libocispec.a
07:53:21 [2022-07-28T07:53:21.501Z] #21 45.55 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ...
07:53:21 [2022-07-28T07:53:21.501Z] #21 45.56 Unpacking iptables (1.8.7-1) ...
07:53:21 [2022-07-28T07:53:21.782Z] #77 146.7   CCLD     verify/json_verify
07:53:22 [2022-07-28T07:53:22.023Z] #21 45.99 Selecting previously unselected package libonig5:amd64.
07:53:22 [2022-07-28T07:53:22.023Z] #21 45.99 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ...
07:53:22 [2022-07-28T07:53:22.023Z] #21 46.00 Unpacking libonig5:amd64 (6.9.6-1.1) ...
07:53:22 [2022-07-28T07:53:22.023Z] #21 46.24 Selecting previously unselected package libjq1:amd64.
07:53:22 [2022-07-28T07:53:22.023Z] #21 46.25 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ...
07:53:22 [2022-07-28T07:53:22.283Z] #21 46.26 Unpacking libjq1:amd64 (1.6-2.1) ...
07:53:22 [2022-07-28T07:53:22.345Z] #77 147.1 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl'
07:53:22 [2022-07-28T07:53:22.345Z] #77 147.1 make[5]: Nothing to be done for 'install-exec-am'.
07:53:22 [2022-07-28T07:53:22.345Z] #77 147.1 make[5]: Nothing to be done for 'install-data-am'.
07:53:22 [2022-07-28T07:53:22.345Z] #77 147.1 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl'
07:53:22 [2022-07-28T07:53:22.345Z] #77 147.1 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl'
07:53:22 [2022-07-28T07:53:22.345Z] #77 147.1 make[4]: Entering directory '/tmp/crun-build/libocispec'
07:53:22 [2022-07-28T07:53:22.345Z] #77 147.2   CC       src/validate.o
07:53:22 [2022-07-28T07:53:22.345Z] #77 147.2   CC       src/image_spec_schema_config_schema.lo
07:53:22 [2022-07-28T07:53:22.345Z] #77 147.2   CC       src/image_spec_schema_content_descriptor.lo
07:53:22 [2022-07-28T07:53:22.345Z] #77 147.3   CC       src/image_spec_schema_defs.lo
07:53:22 [2022-07-28T07:53:22.345Z] #77 147.3   CC       src/image_spec_schema_defs_descriptor.lo
07:53:22 [2022-07-28T07:53:22.345Z] #77 147.3   CC       src/image_spec_schema_image_index_schema.lo
07:53:22 [2022-07-28T07:53:22.345Z] #77 147.3   CC       src/image_spec_schema_image_layout_schema.lo
07:53:22 [2022-07-28T07:53:22.345Z] #77 147.3   CC       src/image_spec_schema_image_manifest_schema.lo
07:53:22 [2022-07-28T07:53:22.345Z] #77 147.4   CC       src/runtime_spec_schema_config_linux.lo
07:53:22 [2022-07-28T07:53:22.345Z] #77 147.4   CC       src/runtime_spec_schema_config_zos.lo
07:53:22 [2022-07-28T07:53:22.345Z] #77 147.4   CC       src/runtime_spec_schema_config_schema.lo
07:53:22 [2022-07-28T07:53:22.345Z] #77 147.5   CC       src/runtime_spec_schema_config_solaris.lo
07:53:22 [2022-07-28T07:53:22.543Z] #21 46.61 Selecting previously unselected package jq.
07:53:22 [2022-07-28T07:53:22.543Z] #21 46.61 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ...
07:53:22 [2022-07-28T07:53:22.543Z] #21 46.63 Unpacking jq (1.6-2.1) ...
07:53:22 [2022-07-28T07:53:22.602Z] #77 147.5   CC       src/runtime_spec_schema_config_vm.lo
07:53:22 [2022-07-28T07:53:22.602Z] #77 147.6   CC       src/runtime_spec_schema_config_windows.lo
07:53:22 [2022-07-28T07:53:22.602Z] #77 147.6   CC       src/runtime_spec_schema_defs.lo
07:53:22 [2022-07-28T07:53:22.602Z] #77 147.7   CC       src/runtime_spec_schema_defs_linux.lo
07:53:22 [2022-07-28T07:53:22.803Z] #21 46.90 Selecting previously unselected package libaio1:amd64.
07:53:22 [2022-07-28T07:53:22.803Z] #21 46.90 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ...
07:53:22 [2022-07-28T07:53:22.803Z] #21 46.92 Unpacking libaio1:amd64 (0.3.112-9) ...
07:53:22 [2022-07-28T07:53:22.803Z] #21 47.10 Selecting previously unselected package libgpm2:amd64.
07:53:22 [2022-07-28T07:53:22.803Z] #21 47.11 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ...
07:53:22 [2022-07-28T07:53:22.859Z] #77 147.8   CC       src/runtime_spec_schema_defs_zos.lo
07:53:22 [2022-07-28T07:53:22.859Z] #77 147.8   CC       src/runtime_spec_schema_defs_vm.lo
07:53:22 [2022-07-28T07:53:22.859Z] #77 147.9   CC       src/runtime_spec_schema_defs_windows.lo
07:53:23 [2022-07-28T07:53:23.064Z] #21 47.13 Unpacking libgpm2:amd64 (1.20.7-8) ...
07:53:23 [2022-07-28T07:53:23.064Z] #21 47.31 Selecting previously unselected package libicu67:amd64.
07:53:23 [2022-07-28T07:53:23.064Z] #21 47.33 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ...
07:53:23 [2022-07-28T07:53:23.064Z] #21 47.34 Unpacking libicu67:amd64 (67.1-7) ...
07:53:23 [2022-07-28T07:53:23.116Z] #77 148.0   CC       src/runtime_spec_schema_state_schema.lo
07:53:23 [2022-07-28T07:53:23.373Z] #77 148.4   CC       src/image_manifest_items_image_manifest_items_schema.lo
07:53:23 [2022-07-28T07:53:23.373Z] #77 148.4   CC       src/basic_test_double_array_item.lo
07:53:23 [2022-07-28T07:53:23.630Z] #77 148.5   CC       src/basic_test_double_array.lo
07:53:23 [2022-07-28T07:53:23.630Z] #77 148.5   CC       src/basic_test_top_array_int.lo
07:53:23 [2022-07-28T07:53:23.887Z] #77 148.8   CC       src/basic_test_top_array_string.lo
07:53:23 [2022-07-28T07:53:23.887Z] #77 148.9   CC       src/basic_test_top_double_array_int.lo
07:53:23 [2022-07-28T07:53:23.887Z] #77 148.9   CC       src/basic_test_top_double_array_obj.lo
07:53:23 [2022-07-28T07:53:23.915Z] #84 219.6 make[5]: Entering directory '/tmp/crun-build/libocispec'
07:53:23 [2022-07-28T07:53:23.915Z] #84 219.6 make[5]: Nothing to be done for 'install-exec-am'.
07:53:23 [2022-07-28T07:53:23.915Z] #84 219.6 make[5]: Nothing to be done for 'install-data-am'.
07:53:23 [2022-07-28T07:53:23.915Z] #84 219.6 make[5]: Leaving directory '/tmp/crun-build/libocispec'
07:53:23 [2022-07-28T07:53:23.915Z] #84 219.6 make[4]: Leaving directory '/tmp/crun-build/libocispec'
07:53:23 [2022-07-28T07:53:23.915Z] #84 219.6 make[3]: Leaving directory '/tmp/crun-build/libocispec'
07:53:23 [2022-07-28T07:53:23.915Z] #84 219.6 make[2]: Leaving directory '/tmp/crun-build/libocispec'
07:53:23 [2022-07-28T07:53:23.915Z] #84 219.6 make[2]: Entering directory '/tmp/crun-build'
07:53:23 [2022-07-28T07:53:23.915Z] #84 219.8   CC       src/libcrun/libcrun_testing_a-utils.o
07:53:23 [2022-07-28T07:53:23.915Z] #84 219.8   CC       src/libcrun/libcrun_testing_a-cloned_binary.o
07:53:23 [2022-07-28T07:53:23.915Z] #84 219.8   CC       src/libcrun/libcrun_testing_a-container.o
07:53:23 [2022-07-28T07:53:23.915Z] #84 219.8   CC       src/libcrun/libcrun_testing_a-cgroup.o
07:53:23 [2022-07-28T07:53:23.915Z] #84 219.8   CC       src/libcrun/libcrun_testing_a-cgroup-resources.o
07:53:23 [2022-07-28T07:53:23.915Z] #84 219.8   CC       src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o
07:53:23 [2022-07-28T07:53:23.915Z] #84 219.8   CC       src/libcrun/libcrun_testing_a-cgroup-setup.o
07:53:23 [2022-07-28T07:53:23.915Z] #84 219.8   CC       src/libcrun/libcrun_testing_a-cgroup-systemd.o
07:53:23 [2022-07-28T07:53:23.915Z] #84 219.9   CC       src/libcrun/libcrun_testing_a-cgroup-utils.o
07:53:23 [2022-07-28T07:53:23.915Z] #84 219.9   CC       src/libcrun/libcrun_testing_a-criu.o
07:53:23 [2022-07-28T07:53:23.915Z] #84 219.9   CC       src/libcrun/libcrun_testing_a-custom-handler.o
07:53:23 [2022-07-28T07:53:23.915Z] #84 220.0   CC       src/libcrun/libcrun_testing_a-linux.o
07:53:24 [2022-07-28T07:53:24.145Z] #77 149.1   CC       src/basic_test_top_double_array_refobj.lo
07:53:24 [2022-07-28T07:53:24.145Z] #77 149.2   CC       src/basic_test_top_double_array_string.lo
07:53:24 [2022-07-28T07:53:24.174Z] #84 220.0   CC       src/libcrun/libcrun_testing_a-seccomp.o
07:53:24 [2022-07-28T07:53:24.174Z] #84 220.0   CC       src/libcrun/libcrun_testing_a-ebpf.o
07:53:24 [2022-07-28T07:53:24.174Z] #84 220.1   CC       src/libcrun/libcrun_testing_a-error.o
07:53:24 [2022-07-28T07:53:24.174Z] #84 220.1   CC       src/libcrun/libcrun_testing_a-status.o
07:53:24 [2022-07-28T07:53:24.174Z] #84 220.2   CC       src/libcrun/libcrun_testing_a-terminal.o
07:53:24 [2022-07-28T07:53:24.174Z] #84 220.3   CC       src/libcrun/libcrun_testing_a-signals.o
07:53:24 [2022-07-28T07:53:24.403Z] #77 149.3   CC       src/read-file.lo
07:53:24 [2022-07-28T07:53:24.403Z] #77 149.4   CC       src/json_common.lo
07:53:24 [2022-07-28T07:53:24.432Z] #84 220.3   CC       src/libcrun/libcrun_testing_a-chroot_realpath.o
07:53:24 [2022-07-28T07:53:24.432Z] #84 220.3   CC       src/libcrun/libcrun_testing_a-mount_flags.o
07:53:24 [2022-07-28T07:53:24.432Z] #84 220.3   CC       src/libcrun/libcrun_testing_a-seccomp_notify.o
07:53:24 [2022-07-28T07:53:24.432Z] #84 220.4   CC       src/libcrun/handlers/libcrun_testing_a-krun.o
07:53:24 [2022-07-28T07:53:24.432Z] #84 220.4   CC       src/libcrun/handlers/libcrun_testing_a-handler-utils.o
07:53:24 [2022-07-28T07:53:24.660Z] #77 149.6   CC       tests/test-1.o
07:53:24 [2022-07-28T07:53:24.660Z] #77 149.7   CC       tests/test-2.o
07:53:24 [2022-07-28T07:53:24.690Z] #84 220.6   CC       src/libcrun/handlers/libcrun_testing_a-wasmedge.o
07:53:24 [2022-07-28T07:53:24.690Z] #84 220.7   CC       src/libcrun/handlers/libcrun_testing_a-wasmer.o
07:53:24 [2022-07-28T07:53:24.690Z] #84 220.7   CC       tests/tests_libcrun_errors-tests_libcrun_errors.o
07:53:24 [2022-07-28T07:53:24.690Z] #84 220.7   CC       tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o
07:53:24 [2022-07-28T07:53:24.916Z] #77 150.0   CC       tests/test-3.o
07:53:24 [2022-07-28T07:53:24.950Z] #84 221.0   CC       src/crun-run.o
07:53:24 [2022-07-28T07:53:24.950Z] #84 221.0   CC       src/crun-crun.o
07:53:24 [2022-07-28T07:53:24.950Z] #84 221.0   CC       src/crun-delete.o
07:53:24 [2022-07-28T07:53:24.950Z] #84 221.0   CC       src/crun-kill.o
07:53:24 [2022-07-28T07:53:24.950Z] #84 221.1   CC       src/crun-unpause.o
07:53:24 [2022-07-28T07:53:24.950Z] #84 221.1   CC       src/crun-pause.o
07:53:25 [2022-07-28T07:53:25.173Z] #77 150.2   CC       tests/test-4.o
07:53:25 [2022-07-28T07:53:25.209Z] #84 221.1   CC       src/crun-exec.o
07:53:25 [2022-07-28T07:53:25.209Z] #84 221.1   CC       src/crun-spec.o
07:53:25 [2022-07-28T07:53:25.209Z] #84 221.2   CC       src/crun-list.o
07:53:25 [2022-07-28T07:53:25.209Z] #84 221.2   CC       src/crun-create.o
07:53:25 [2022-07-28T07:53:25.468Z] #84 221.4   CC       src/crun-start.o
07:53:25 [2022-07-28T07:53:25.468Z] #84 221.4   CC       src/crun-state.o
07:53:25 [2022-07-28T07:53:25.468Z] #84 221.6   CC       src/crun-update.o
07:53:25 [2022-07-28T07:53:25.726Z] #84 221.6   CC       src/crun-ps.o
07:53:25 [2022-07-28T07:53:25.726Z] #84 221.6   CC       src/crun-checkpoint.o
07:53:25 [2022-07-28T07:53:25.726Z] #84 221.6   CC       src/crun-restore.o
07:53:25 [2022-07-28T07:53:25.726Z] #84 221.7   CC       src/libcrun/libcrun_la-cloned_binary.lo
07:53:25 [2022-07-28T07:53:25.726Z] #84 221.7   CC       src/libcrun/libcrun_la-container.lo
07:53:25 [2022-07-28T07:53:25.726Z] #84 221.7   CC       src/libcrun/libcrun_la-cgroup.lo
07:53:25 [2022-07-28T07:53:25.726Z] #84 221.7   CC       src/libcrun/libcrun_la-utils.lo
07:53:25 [2022-07-28T07:53:25.726Z] #84 221.8   CC       src/libcrun/libcrun_la-cgroup-cgroupfs.lo
07:53:25 [2022-07-28T07:53:25.726Z] #84 221.8   CC       src/libcrun/libcrun_la-cgroup-resources.lo
07:53:25 [2022-07-28T07:53:25.726Z] #84 221.8   CC       src/libcrun/libcrun_la-cgroup-setup.lo
07:53:25 [2022-07-28T07:53:25.738Z] #77 150.5   CC       tests/test-5.o
07:53:25 [2022-07-28T07:53:25.738Z] #77 150.5   CC       tests/test-6.o
07:53:25 [2022-07-28T07:53:25.738Z] #77 150.7   CC       tests/test-7.o
07:53:25 [2022-07-28T07:53:25.985Z] #84 221.9   CC       src/libcrun/libcrun_la-cgroup-systemd.lo
07:53:25 [2022-07-28T07:53:25.985Z] #84 222.1   CC       src/libcrun/libcrun_la-custom-handler.lo
07:53:26 [2022-07-28T07:53:26.044Z] #77 151.2   CC       tests/test-8.o
07:53:26 [2022-07-28T07:53:26.244Z] #84 222.2   CC       src/libcrun/libcrun_la-cgroup-utils.lo
07:53:26 [2022-07-28T07:53:26.244Z] #84 222.3   CC       src/libcrun/libcrun_la-criu.lo
07:53:26 [2022-07-28T07:53:26.301Z] #77 151.2   CC       tests/test-9.o
07:53:26 [2022-07-28T07:53:26.359Z] #21 ...
07:53:26 [2022-07-28T07:53:26.359Z] 
07:53:26 [2022-07-28T07:53:26.359Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:53:26 [2022-07-28T07:53:26.359Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:53:26 [2022-07-28T07:53:26.359Z] #77 181.4 checking if gcc supports -fno-rtti -fno-exceptions... no
07:53:26 [2022-07-28T07:53:26.359Z] #77 181.6 checking for gcc option to produce PIC... -fPIC -DPIC
07:53:26 [2022-07-28T07:53:26.359Z] #77 181.6 checking if gcc PIC flag -fPIC -DPIC works... yes
07:53:26 [2022-07-28T07:53:26.359Z] #77 181.7 checking if gcc static flag -static works... yes
07:53:26 [2022-07-28T07:53:26.359Z] #77 182.1 checking if gcc supports -c -o file.o... yes
07:53:26 [2022-07-28T07:53:26.359Z] #77 182.3 checking if gcc supports -c -o file.o... (cached) yes
07:53:26 [2022-07-28T07:53:26.359Z] #77 182.3 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
07:53:26 [2022-07-28T07:53:26.360Z] #77 182.3 checking dynamic linker characteristics... GNU/Linux ld.so
07:53:26 [2022-07-28T07:53:26.360Z] #77 182.9 checking how to hardcode library paths into programs... immediate
07:53:26 [2022-07-28T07:53:26.360Z] #77 182.9 checking whether stripping libraries is possible... yes
07:53:26 [2022-07-28T07:53:26.360Z] #77 182.9 checking if libtool supports shared libraries... yes
07:53:26 [2022-07-28T07:53:26.360Z] #77 182.9 checking whether to build shared libraries... no
07:53:26 [2022-07-28T07:53:26.360Z] #77 182.9 checking whether to build static libraries... yes
07:53:26 [2022-07-28T07:53:26.360Z] #77 182.9 checking for a BSD-compatible install... /usr/bin/install -c
07:53:26 [2022-07-28T07:53:26.360Z] #77 183.0 checking whether build environment is sane... yes
07:53:26 [2022-07-28T07:53:26.360Z] #77 183.0 checking for a thread-safe mkdir -p... /bin/mkdir -p
07:53:26 [2022-07-28T07:53:26.360Z] #77 183.1 checking whether make sets $(MAKE)... yes
07:53:26 [2022-07-28T07:53:26.360Z] #77 183.1 checking whether make supports the include directive... yes (GNU style)
07:53:26 [2022-07-28T07:53:26.360Z] #77 183.2 checking whether make supports nested variables... yes
07:53:26 [2022-07-28T07:53:26.360Z] #77 183.3 checking whether UID '0' is supported by ustar format... yes
07:53:26 [2022-07-28T07:53:26.360Z] #77 183.3 checking whether GID '0' is supported by ustar format... yes
07:53:26 [2022-07-28T07:53:26.360Z] #77 183.3 checking how to create a ustar tar archive... gnutar
07:53:26 [2022-07-28T07:53:26.360Z] #77 183.5 checking dependency style of gcc... gcc3
07:53:26 [2022-07-28T07:53:26.360Z] #77 183.8 checking whether to enable maintainer-specific portions of Makefiles... yes
07:53:26 [2022-07-28T07:53:26.360Z] #77 183.8 checking whether make supports nested variables... (cached) yes
07:53:26 [2022-07-28T07:53:26.360Z] #77 183.9 checking for pkg-config... /usr/bin/pkg-config
07:53:26 [2022-07-28T07:53:26.360Z] #77 183.9 checking pkg-config is at least version 0.9.0... yes
07:53:26 [2022-07-28T07:53:26.360Z] #77 183.9 checking for yajl >= 2.1.0... yes
07:53:26 [2022-07-28T07:53:26.360Z] #77 183.9 checking for a sed that does not truncate output... (cached) /bin/sed
07:53:26 [2022-07-28T07:53:26.360Z] #77 183.9 checking for gcc... (cached) gcc
07:53:26 [2022-07-28T07:53:26.360Z] #77 184.2 checking whether we are using the GNU C compiler... (cached) yes
07:53:26 [2022-07-28T07:53:26.360Z] #77 184.2 checking whether gcc accepts -g... (cached) yes
07:53:26 [2022-07-28T07:53:26.360Z] #77 184.2 checking for gcc option to accept ISO C89... (cached) none needed
07:53:26 [2022-07-28T07:53:26.360Z] #77 184.2 checking whether gcc understands -c and -o together... (cached) yes
07:53:26 [2022-07-28T07:53:26.360Z] #77 184.2 checking for a Python interpreter with version >= 3... python3
07:53:26 [2022-07-28T07:53:26.360Z] #77 184.2 checking for python3... /usr/bin/python3
07:53:26 [2022-07-28T07:53:26.360Z] #77 184.2 checking for python3 version... 3.9
07:53:26 [2022-07-28T07:53:26.360Z] #77 184.4 checking for python3 platform... linux
07:53:26 [2022-07-28T07:53:26.360Z] #77 184.4 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
07:53:26 [2022-07-28T07:53:26.360Z] #77 184.5 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
07:53:26 [2022-07-28T07:53:26.360Z] #77 185.2 checking that generated files are newer than configure... done
07:53:26 [2022-07-28T07:53:26.360Z] #77 185.2 configure: creating ./config.status
07:53:26 [2022-07-28T07:53:26.360Z] #77 188.9 config.status: creating Makefile
07:53:26 [2022-07-28T07:53:26.360Z] #77 189.1 config.status: creating config.h
07:53:26 [2022-07-28T07:53:26.360Z] #77 189.2 config.status: executing libtool commands
07:53:26 [2022-07-28T07:53:26.360Z] #77 189.2 config.status: executing depfiles commands
07:53:26 [2022-07-28T07:53:26.503Z] #84 222.4   CC       src/libcrun/libcrun_la-linux.lo
07:53:26 [2022-07-28T07:53:26.503Z] #84 222.5   CC       src/libcrun/libcrun_la-ebpf.lo
07:53:26 [2022-07-28T07:53:26.503Z] #84 222.5   CC       src/libcrun/libcrun_la-seccomp.lo
07:53:26 [2022-07-28T07:53:26.503Z] #84 222.6   CC       src/libcrun/libcrun_la-status.lo
07:53:26 [2022-07-28T07:53:26.557Z] #77 151.5   CC       tests/test-10.o
07:53:26 [2022-07-28T07:53:26.762Z] #84 222.6   CC       src/libcrun/libcrun_la-error.lo
07:53:26 [2022-07-28T07:53:26.762Z] #84 222.6   CC       src/libcrun/libcrun_la-terminal.lo
07:53:26 [2022-07-28T07:53:26.762Z] #84 222.7   CC       src/libcrun/libcrun_la-chroot_realpath.lo
07:53:26 [2022-07-28T07:53:26.762Z] #84 222.8   CC       src/libcrun/libcrun_la-signals.lo
07:53:26 [2022-07-28T07:53:26.762Z] #84 222.8   CC       src/libcrun/libcrun_la-mount_flags.lo
07:53:26 [2022-07-28T07:53:26.762Z] #84 222.9   CC       src/libcrun/libcrun_la-seccomp_notify.lo
07:53:26 [2022-07-28T07:53:26.762Z] #84 222.9   CC       src/libcrun/handlers/libcrun_la-handler-utils.lo
07:53:26 [2022-07-28T07:53:26.762Z] #84 222.9   CC       src/libcrun/handlers/libcrun_la-krun.lo
07:53:26 [2022-07-28T07:53:26.762Z] #84 ...
07:53:26 [2022-07-28T07:53:26.762Z] 
07:53:26 [2022-07-28T07:53:26.762Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             crossbuild-essential-arm64             crossbuild-essential-armel             crossbuild-essential-armhf             crossbuild-essential-ppc64el             crossbuild-essential-s390x
07:53:26 [2022-07-28T07:53:26.762Z] #19 sha256:423b64bc9d7cc359d630e3fe0a1b98d707aeff14b0c78f2d44bf08c4c29a169b
07:53:26 [2022-07-28T07:53:26.762Z] #19 272.1 Selecting previously unselected package gcc-10-s390x-linux-gnu-base:amd64.
07:53:26 [2022-07-28T07:53:26.814Z] #77 151.7   CC       tests/test-11.o
07:53:27 [2022-07-28T07:53:27.021Z] #19 272.1 Preparing to unpack .../019-gcc-10-s390x-linux-gnu-base_10.2.1-6cross1_amd64.deb ...
07:53:27 [2022-07-28T07:53:27.021Z] #19 272.1 Unpacking gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ...
07:53:27 [2022-07-28T07:53:27.021Z] #19 272.2 Selecting previously unselected package cpp-10-s390x-linux-gnu.
07:53:27 [2022-07-28T07:53:27.021Z] #19 272.2 Preparing to unpack .../020-cpp-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ...
07:53:27 [2022-07-28T07:53:27.196Z] #60 ...
07:53:27 [2022-07-28T07:53:27.196Z] 
07:53:27 [2022-07-28T07:53:27.196Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:53:27 [2022-07-28T07:53:27.196Z] #77 sha256:08904648274d48335dfd8ac9ff733aa2134ce67ddc8a78b8db269c23f005044a
07:53:27 [2022-07-28T07:53:27.196Z] #77 168.0   CCLD     libocispec.la
07:53:27 [2022-07-28T07:53:27.196Z] #77 168.4   CCLD     src/validate
07:53:27 [2022-07-28T07:53:27.196Z] #77 168.4   CCLD     tests/test-1
07:53:27 [2022-07-28T07:53:27.196Z] #77 168.4   CCLD     tests/test-2
07:53:27 [2022-07-28T07:53:27.196Z] #77 168.5   CCLD     tests/test-3
07:53:27 [2022-07-28T07:53:27.196Z] #77 168.5   CCLD     tests/test-4
07:53:27 [2022-07-28T07:53:27.196Z] #77 168.6   CCLD     tests/test-5
07:53:27 [2022-07-28T07:53:27.196Z] #77 168.6   CCLD     tests/test-6
07:53:27 [2022-07-28T07:53:27.196Z] #77 168.7   CCLD     tests/test-7
07:53:27 [2022-07-28T07:53:27.196Z] #77 168.8   CCLD     tests/test-8
07:53:27 [2022-07-28T07:53:27.196Z] #77 168.9   CCLD     tests/test-9
07:53:27 [2022-07-28T07:53:27.196Z] #77 168.9   CCLD     tests/test-10
07:53:27 [2022-07-28T07:53:27.196Z] #77 169.0 /bin/bash ./libtool --mode=link  libocispec.la -o libocispec.a
07:53:27 [2022-07-28T07:53:27.196Z] #77 169.1   CCLD     tests/test-11
07:53:27 [2022-07-28T07:53:27.280Z] #19 272.2 Unpacking cpp-10-s390x-linux-gnu (10.2.1-6cross1) ...
07:53:27 [2022-07-28T07:53:27.299Z] #77 190.4 === configuring in yajl (/tmp/crun-build/libocispec/yajl)
07:53:27 [2022-07-28T07:53:27.299Z] #77 190.5 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
07:53:27 [2022-07-28T07:53:27.974Z] #14 ...
07:53:27 [2022-07-28T07:53:27.974Z] 
07:53:27 [2022-07-28T07:53:27.974Z] #67 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
07:53:27 [2022-07-28T07:53:27.974Z] #67 sha256:e3cf4ebbea8d07d365db57741a9e0e4fb00b57ca2274d5d20632c0fab4dddef0
07:53:27 [2022-07-28T07:53:27.974Z] #67 185.7 + for f in rootlesskit rootlesskit-docker-proxy
07:53:27 [2022-07-28T07:53:27.974Z] #67 185.7 + GOBIN=/build
07:53:27 [2022-07-28T07:53:27.974Z] #67 185.7 + GO111MODULE=on
07:53:27 [2022-07-28T07:53:27.974Z] #67 185.7 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
07:53:27 [2022-07-28T07:53:27.974Z] #67 195.6 rootlesskit version 1.0.0
07:53:27 [2022-07-28T07:53:27.974Z] #67 195.7 Usage of /build/rootlesskit-docker-proxy:
07:53:27 [2022-07-28T07:53:27.974Z] #67 195.7   -container-ip string
07:53:27 [2022-07-28T07:53:27.974Z] #67 195.7     	container ip
07:53:27 [2022-07-28T07:53:27.974Z] #67 195.7   -container-port int
07:53:27 [2022-07-28T07:53:27.974Z] #67 195.7     	container port (default -1)
07:53:27 [2022-07-28T07:53:27.974Z] #67 195.7   -host-ip string
07:53:27 [2022-07-28T07:53:27.974Z] #67 195.7     	host ip
07:53:27 [2022-07-28T07:53:27.974Z] #67 195.7   -host-port int
07:53:27 [2022-07-28T07:53:27.974Z] #67 195.7     	host port (default -1)
07:53:27 [2022-07-28T07:53:27.974Z] #67 195.7   -proto string
07:53:27 [2022-07-28T07:53:27.974Z] #67 195.7     	proxy protocol (default "tcp")
07:53:28 [2022-07-28T07:53:28.125Z] #77 170.5 libtool: link: ar cr libocispec.a 
07:53:28 [2022-07-28T07:53:28.125Z] #77 170.5 libtool: link: ranlib libocispec.a
07:53:28 [2022-07-28T07:53:28.240Z] #77 191.3 checking for gcc... gcc
07:53:28 [2022-07-28T07:53:28.810Z] #77 191.6 checking whether the C compiler works... yes
07:53:28 [2022-07-28T07:53:28.810Z] #77 191.9 checking for C compiler default output file name... a.out
07:53:29 [2022-07-28T07:53:29.336Z] #77 ...
07:53:29 [2022-07-28T07:53:29.336Z] 
07:53:29 [2022-07-28T07:53:29.336Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
07:53:29 [2022-07-28T07:53:29.336Z] #21 sha256:b2570b2884beb6efe91186ba991258e6251478e74a93c353ccbb4b0299fab53d
07:53:29 [2022-07-28T07:53:29.336Z] #21 50.14 Setting up zip (3.0-12) ...
07:53:29 [2022-07-28T07:53:29.336Z] #21 50.16 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
07:53:29 [2022-07-28T07:53:29.336Z] #21 50.19 Setting up bash-completion (1:2.11-2) ...
07:53:29 [2022-07-28T07:53:29.336Z] #21 52.41 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
07:53:29 [2022-07-28T07:53:29.336Z] #21 52.43 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
07:53:29 [2022-07-28T07:53:29.336Z] #21 52.44 Setting up libmnl0:amd64 (1.0.4-3) ...
07:53:29 [2022-07-28T07:53:29.336Z] #21 52.45 Setting up patch (2.7.6-7) ...
07:53:29 [2022-07-28T07:53:29.336Z] #21 52.46 Setting up sudo (1.9.5p2-3) ...
07:53:29 [2022-07-28T07:53:29.336Z] #21 52.57 invoke-rc.d: could not determine current runlevel
07:53:29 [2022-07-28T07:53:29.336Z] #21 52.58 invoke-rc.d: policy-rc.d denied execution of start.
07:53:29 [2022-07-28T07:53:29.336Z] #21 52.59 Setting up xfsprogs (5.10.0-4) ...
07:53:29 [2022-07-28T07:53:29.336Z] #21 52.61 Setting up libxtables12:amd64 (1.8.7-1) ...
07:53:29 [2022-07-28T07:53:29.336Z] #21 52.62 Setting up inetutils-ping (2:2.0-1) ...
07:53:29 [2022-07-28T07:53:29.336Z] #21 52.64 Setting up pigz (2.6-1) ...
07:53:29 [2022-07-28T07:53:29.336Z] #21 52.65 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
07:53:29 [2022-07-28T07:53:29.336Z] #21 52.66 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
07:53:29 [2022-07-28T07:53:29.336Z] #21 52.68 Setting up python-pip-whl (20.3.4-4+deb11u1) ...
07:53:29 [2022-07-28T07:53:29.336Z] #21 52.70 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
07:53:29 [2022-07-28T07:53:29.336Z] #21 53.47 Setting up libaio1:amd64 (0.3.112-9) ...
07:53:29 [2022-07-28T07:53:29.336Z] #21 53.49 Setting up python3-lib2to3 (3.9.2-1) ...
07:53:29 [2022-07-28T07:53:29.336Z] #21 53.95 Setting up libelf1:amd64 (0.183-1) ...
07:53:29 [2022-07-28T07:53:29.336Z] #21 53.96 Setting up zstd (1.4.8+dfsg-2.1) ...
07:53:29 [2022-07-28T07:53:29.336Z] #21 53.97 Setting up libonig5:amd64 (6.9.6-1.1) ...
07:53:29 [2022-07-28T07:53:29.336Z] #21 53.99 Setting up python3-distutils (3.9.2-1) ...
07:53:29 [2022-07-28T07:53:29.336Z] #21 54.49 Setting up vim (2:8.2.2434-3+deb11u1) ...
07:53:29 [2022-07-28T07:53:29.336Z] #21 54.51 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
07:53:29 [2022-07-28T07:53:29.336Z] #21 54.51 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
07:53:29 [2022-07-28T07:53:29.336Z] #21 54.52 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
07:53:29 [2022-07-28T07:53:29.336Z] #21 54.53 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
07:53:29 [2022-07-28T07:53:29.336Z] #21 54.53 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
07:53:29 [2022-07-28T07:53:29.336Z] #21 54.54 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
07:53:29 [2022-07-28T07:53:29.336Z] #21 54.55 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
07:53:29 [2022-07-28T07:53:29.336Z] #21 54.57 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
07:53:29 [2022-07-28T07:53:29.336Z] #21 54.60 Setting up python3-setuptools (52.0.0-4) ...
07:53:29 [2022-07-28T07:53:29.336Z] #21 56.21 Setting up libjq1:amd64 (1.6-2.1) ...
07:53:29 [2022-07-28T07:53:29.336Z] #21 56.22 Setting up libnftnl11:amd64 (1.1.9-1) ...
07:53:29 [2022-07-28T07:53:29.336Z] #21 56.24 Setting up thin-provisioning-tools (0.9.0-1) ...
07:53:29 [2022-07-28T07:53:29.336Z] #21 56.26 Setting up python3-pip (20.3.4-4+deb11u1) ...
07:53:29 [2022-07-28T07:53:29.336Z] #21 57.79 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ...
07:53:29 [2022-07-28T07:53:29.336Z] #21 57.80 Setting up jq (1.6-2.1) ...
07:53:29 [2022-07-28T07:53:29.336Z] #21 57.84 Setting up libbpf0:amd64 (1:0.3-2) ...
07:53:29 [2022-07-28T07:53:29.336Z] #21 57.85 Setting up iptables (1.8.7-1) ...
07:53:29 [2022-07-28T07:53:29.336Z] #21 57.86 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
07:53:29 [2022-07-28T07:53:29.336Z] #21 57.86 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
07:53:29 [2022-07-28T07:53:29.336Z] #21 57.87 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
07:53:29 [2022-07-28T07:53:29.336Z] #21 57.87 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
07:53:29 [2022-07-28T07:53:29.336Z] #21 57.88 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
07:53:29 [2022-07-28T07:53:29.336Z] #21 57.89 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
07:53:29 [2022-07-28T07:53:29.336Z] #21 57.90 Setting up iproute2 (5.10.0-4) ...
07:53:29 [2022-07-28T07:53:29.381Z] #77 191.9 checking for suffix of executables... 
07:53:29 [2022-07-28T07:53:29.381Z] #77 192.3 checking whether we are cross compiling... 
07:53:29 [2022-07-28T07:53:29.381Z] #77 ...
07:53:29 [2022-07-28T07:53:29.381Z] 
07:53:29 [2022-07-28T07:53:29.381Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
07:53:29 [2022-07-28T07:53:29.381Z] #21 sha256:b2570b2884beb6efe91186ba991258e6251478e74a93c353ccbb4b0299fab53d
07:53:29 [2022-07-28T07:53:29.381Z] #21 53.41 Selecting previously unselected package libinih1:amd64.
07:53:29 [2022-07-28T07:53:29.381Z] #21 53.43 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ...
07:53:29 [2022-07-28T07:53:29.381Z] #21 53.43 Unpacking libinih1:amd64 (53-1+b2) ...
07:53:29 [2022-07-28T07:53:29.381Z] #21 53.54 Selecting previously unselected package libnet1:amd64.
07:53:29 [2022-07-28T07:53:29.381Z] #21 53.54 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
07:53:29 [2022-07-28T07:53:29.381Z] #21 53.56 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
07:53:29 [2022-07-28T07:53:29.381Z] #21 53.67 Selecting previously unselected package libnl-3-200:amd64.
07:53:29 [2022-07-28T07:53:29.381Z] #21 53.67 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ...
07:53:29 [2022-07-28T07:53:29.381Z] #21 53.68 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
07:53:29 [2022-07-28T07:53:29.593Z] #21 58.23 Processing triggers for libc-bin (2.31-13+deb11u3) ...
07:53:29 [2022-07-28T07:53:29.641Z] #21 53.85 Selecting previously unselected package libprotobuf-c1:amd64.
07:53:29 [2022-07-28T07:53:29.641Z] #21 53.85 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
07:53:29 [2022-07-28T07:53:29.641Z] #21 53.88 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
07:53:29 [2022-07-28T07:53:29.876Z] #67 DONE 198.6s
07:53:29 [2022-07-28T07:53:29.876Z] 
07:53:29 [2022-07-28T07:53:29.876Z] #68 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
07:53:29 [2022-07-28T07:53:29.876Z] #68 sha256:b4ee7513d1e66ce66c4ef3bd2ceb5f37ace625a1f8aadfa295099cf32c7ca0e6
07:53:29 [2022-07-28T07:53:29.901Z] #21 54.08 Selecting previously unselected package libyajl2:amd64.
07:53:29 [2022-07-28T07:53:29.901Z] #21 54.10 Preparing to unpack .../31-libyajl2_2.1.0-3_amd64.deb ...
07:53:29 [2022-07-28T07:53:29.901Z] #21 54.12 Unpacking libyajl2:amd64 (2.1.0-3) ...
07:53:30 [2022-07-28T07:53:30.018Z] #77 172.1 make[5]: Entering directory '/tmp/crun-build/libocispec'
07:53:30 [2022-07-28T07:53:30.018Z] #77 172.1 make[5]: Nothing to be done for 'install-exec-am'.
07:53:30 [2022-07-28T07:53:30.018Z] #77 172.1 make[5]: Nothing to be done for 'install-data-am'.
07:53:30 [2022-07-28T07:53:30.018Z] #77 172.1 make[5]: Leaving directory '/tmp/crun-build/libocispec'
07:53:30 [2022-07-28T07:53:30.018Z] #77 172.1 make[4]: Leaving directory '/tmp/crun-build/libocispec'
07:53:30 [2022-07-28T07:53:30.018Z] #77 172.1 make[3]: Leaving directory '/tmp/crun-build/libocispec'
07:53:30 [2022-07-28T07:53:30.018Z] #77 172.1 make[2]: Leaving directory '/tmp/crun-build/libocispec'
07:53:30 [2022-07-28T07:53:30.018Z] #77 172.1 make[2]: Entering directory '/tmp/crun-build'
07:53:30 [2022-07-28T07:53:30.018Z] #77 172.3   CC       src/libcrun/libcrun_testing_a-utils.o
07:53:30 [2022-07-28T07:53:30.018Z] #77 172.3   CC       src/libcrun/libcrun_testing_a-cloned_binary.o
07:53:30 [2022-07-28T07:53:30.018Z] #77 172.3   CC       src/libcrun/libcrun_testing_a-container.o
07:53:30 [2022-07-28T07:53:30.018Z] #77 172.3   CC       src/libcrun/libcrun_testing_a-cgroup.o
07:53:30 [2022-07-28T07:53:30.018Z] #77 172.3   CC       src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o
07:53:30 [2022-07-28T07:53:30.018Z] #77 172.3   CC       src/libcrun/libcrun_testing_a-cgroup-resources.o
07:53:30 [2022-07-28T07:53:30.018Z] #77 172.4   CC       src/libcrun/libcrun_testing_a-cgroup-setup.o
07:53:30 [2022-07-28T07:53:30.018Z] #77 172.4   CC       src/libcrun/libcrun_testing_a-cgroup-systemd.o
07:53:30 [2022-07-28T07:53:30.137Z] #68 DONE 0.1s
07:53:30 [2022-07-28T07:53:30.137Z] 
07:53:30 [2022-07-28T07:53:30.137Z] #69 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
07:53:30 [2022-07-28T07:53:30.137Z] #69 sha256:f7fb137941ea1d1b49bdbc8b11a4f20a7dda08b1f8bd001f734fcff410661a07
07:53:30 [2022-07-28T07:53:30.137Z] #69 DONE 0.1s
07:53:30 [2022-07-28T07:53:30.137Z] 
07:53:30 [2022-07-28T07:53:30.137Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
07:53:30 [2022-07-28T07:53:30.137Z] #47 sha256:8a0b7c7abf06bbb1ab29c763b2e38d2fa012d03eb2e646559ec0a63c975a38c7
07:53:30 [2022-07-28T07:53:30.157Z] #21 DONE 58.6s
07:53:30 [2022-07-28T07:53:30.157Z] 
07:53:30 [2022-07-28T07:53:30.157Z] #22 [dev-systemd-false  8/28] RUN update-alternatives --set iptables  /usr/sbin/iptables-legacy  || true  && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true  && update-alternatives --set arptables /usr/sbin/arptables-legacy || true
07:53:30 [2022-07-28T07:53:30.157Z] #22 sha256:a7a23a8ede6b7a6f487f3bfe1318aaaaa4d3939d4a5cceaee6561cf42a4ef5ca
07:53:30 [2022-07-28T07:53:30.161Z] #21 54.33 Selecting previously unselected package net-tools.
07:53:30 [2022-07-28T07:53:30.161Z] #21 54.34 Preparing to unpack .../32-net-tools_1.60+git20181103.0eebece-1_amd64.deb ...
07:53:30 [2022-07-28T07:53:30.161Z] #21 54.36 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
07:53:30 [2022-07-28T07:53:30.274Z] #77 172.5   CC       src/libcrun/libcrun_testing_a-cgroup-utils.o
07:53:30 [2022-07-28T07:53:30.274Z] #77 172.6   CC       src/libcrun/libcrun_testing_a-criu.o
07:53:30 [2022-07-28T07:53:30.274Z] #77 172.6   CC       src/libcrun/libcrun_testing_a-custom-handler.o
07:53:30 [2022-07-28T07:53:30.274Z] #77 172.6   CC       src/libcrun/libcrun_testing_a-linux.o
07:53:30 [2022-07-28T07:53:30.274Z] #77 172.6   CC       src/libcrun/libcrun_testing_a-seccomp.o
07:53:30 [2022-07-28T07:53:30.274Z] #77 172.7   CC       src/libcrun/libcrun_testing_a-ebpf.o
07:53:30 [2022-07-28T07:53:30.531Z] #77 172.7   CC       src/libcrun/libcrun_testing_a-error.o
07:53:30 [2022-07-28T07:53:30.531Z] #77 172.7   CC       src/libcrun/libcrun_testing_a-status.o
07:53:30 [2022-07-28T07:53:30.531Z] #77 172.8   CC       src/libcrun/libcrun_testing_a-terminal.o
07:53:30 [2022-07-28T07:53:30.531Z] #77 172.9   CC       src/libcrun/libcrun_testing_a-chroot_realpath.o
07:53:30 [2022-07-28T07:53:30.732Z] #21 54.95 Selecting previously unselected package patch.
07:53:30 [2022-07-28T07:53:30.732Z] #21 54.96 Preparing to unpack .../33-patch_2.7.6-7_amd64.deb ...
07:53:30 [2022-07-28T07:53:30.732Z] #21 54.97 Unpacking patch (2.7.6-7) ...
07:53:30 [2022-07-28T07:53:30.788Z] #77 173.0   CC       src/libcrun/libcrun_testing_a-signals.o
07:53:30 [2022-07-28T07:53:30.788Z] #77 173.1   CC       src/libcrun/libcrun_testing_a-seccomp_notify.o
07:53:30 [2022-07-28T07:53:30.788Z] #77 173.1   CC       src/libcrun/libcrun_testing_a-mount_flags.o
07:53:30 [2022-07-28T07:53:30.992Z] #21 55.06 Selecting previously unselected package python-pip-whl.
07:53:30 [2022-07-28T07:53:30.992Z] #21 55.06 Preparing to unpack .../34-python-pip-whl_20.3.4-4+deb11u1_all.deb ...
07:53:30 [2022-07-28T07:53:30.992Z] #21 55.08 Unpacking python-pip-whl (20.3.4-4+deb11u1) ...
07:53:31 [2022-07-28T07:53:31.044Z] #77 173.2   CC       src/libcrun/handlers/libcrun_testing_a-handler-utils.o
07:53:31 [2022-07-28T07:53:31.045Z] #77 173.3   CC       src/libcrun/handlers/libcrun_testing_a-krun.o
07:53:31 [2022-07-28T07:53:31.045Z] #77 173.4   CC       src/libcrun/handlers/libcrun_testing_a-wasmedge.o
07:53:31 [2022-07-28T07:53:31.072Z] #47 ...
07:53:31 [2022-07-28T07:53:31.072Z] 
07:53:31 [2022-07-28T07:53:31.072Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:53:31 [2022-07-28T07:53:31.072Z] #14 sha256:b25eac2f6ddf70c42113ea1e9c9616359e7796e8a4be5e3f87392c5fb5b439d0
07:53:31 [2022-07-28T07:53:31.072Z] #14 199.9 Selecting previously unselected package g++-mingw-w64-x86-64.
07:53:31 [2022-07-28T07:53:31.072Z] #14 199.9 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
07:53:31 [2022-07-28T07:53:31.331Z] #14 200.1 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
07:53:31 [2022-07-28T07:53:31.526Z] #22 1.615 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
07:53:31 [2022-07-28T07:53:31.589Z] #14 200.4 Selecting previously unselected package libapparmor1:amd64.
07:53:31 [2022-07-28T07:53:31.589Z] #14 200.4 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ...
07:53:31 [2022-07-28T07:53:31.589Z] #14 200.4 Unpacking libapparmor1:amd64 (2.13.6-10) ...
07:53:31 [2022-07-28T07:53:31.607Z] #77 173.6   CC       src/libcrun/handlers/libcrun_testing_a-wasmer.o
07:53:31 [2022-07-28T07:53:31.607Z] #77 173.8   CC       tests/tests_libcrun_errors-tests_libcrun_errors.o
07:53:31 [2022-07-28T07:53:31.607Z] #77 174.0   CC       tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o
07:53:31 [2022-07-28T07:53:31.782Z] #22 1.621 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
07:53:31 [2022-07-28T07:53:31.782Z] #22 1.628 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
07:53:31 [2022-07-28T07:53:31.782Z] #22 DONE 1.7s
07:53:31 [2022-07-28T07:53:31.782Z] 
07:53:31 [2022-07-28T07:53:31.782Z] #23 [dev-systemd-false  9/28] RUN pip3 install yamllint==1.26.1
07:53:31 [2022-07-28T07:53:31.782Z] #23 sha256:6783f041127915e40a3b7d4af36980ace78b099a35377f97a26613b3cda2327c
07:53:31 [2022-07-28T07:53:31.847Z] #14 200.7 Selecting previously unselected package libapparmor-dev:amd64.
07:53:31 [2022-07-28T07:53:31.847Z] #14 200.7 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ...
07:53:31 [2022-07-28T07:53:31.847Z] #14 200.7 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
07:53:31 [2022-07-28T07:53:31.932Z] #21 56.11 Selecting previously unselected package python3-lib2to3.
07:53:31 [2022-07-28T07:53:31.932Z] #21 56.12 Preparing to unpack .../35-python3-lib2to3_3.9.2-1_all.deb ...
07:53:31 [2022-07-28T07:53:31.932Z] #21 56.13 Unpacking python3-lib2to3 (3.9.2-1) ...
07:53:32 [2022-07-28T07:53:32.106Z] #14 201.0 Selecting previously unselected package libbtrfs0:amd64.
07:53:32 [2022-07-28T07:53:32.106Z] #14 201.0 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...
07:53:32 [2022-07-28T07:53:32.106Z] #14 201.0 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
07:53:32 [2022-07-28T07:53:32.169Z] #77 174.4   CC       src/crun-crun.o
07:53:32 [2022-07-28T07:53:32.170Z] #77 174.5   CC       src/crun-run.o
07:53:32 [2022-07-28T07:53:32.170Z] #77 174.5   CC       src/crun-delete.o
07:53:32 [2022-07-28T07:53:32.364Z] #14 201.4 Selecting previously unselected package libbtrfs-dev:amd64.
07:53:32 [2022-07-28T07:53:32.426Z] #77 174.7   CC       src/crun-kill.o
07:53:32 [2022-07-28T07:53:32.426Z] #77 174.7   CC       src/crun-pause.o
07:53:32 [2022-07-28T07:53:32.452Z] #21 56.51 Selecting previously unselected package python3-distutils.
07:53:32 [2022-07-28T07:53:32.452Z] #21 56.51 Preparing to unpack .../36-python3-distutils_3.9.2-1_all.deb ...
07:53:32 [2022-07-28T07:53:32.452Z] #21 56.52 Unpacking python3-distutils (3.9.2-1) ...
07:53:32 [2022-07-28T07:53:32.624Z] #14 201.4 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ...
07:53:32 [2022-07-28T07:53:32.624Z] #14 201.4 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
07:53:32 [2022-07-28T07:53:32.712Z] #21 56.88 Selecting previously unselected package python3-pkg-resources.
07:53:32 [2022-07-28T07:53:32.712Z] #21 56.88 Preparing to unpack .../37-python3-pkg-resources_52.0.0-4_all.deb ...
07:53:32 [2022-07-28T07:53:32.712Z] #21 56.89 Unpacking python3-pkg-resources (52.0.0-4) ...
07:53:32 [2022-07-28T07:53:32.911Z] #14 201.7 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
07:53:32 [2022-07-28T07:53:32.911Z] #14 201.7 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
07:53:32 [2022-07-28T07:53:32.911Z] #14 201.7 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
07:53:32 [2022-07-28T07:53:32.972Z] #21 57.20 Selecting previously unselected package python3-setuptools.
07:53:32 [2022-07-28T07:53:32.973Z] #21 57.22 Preparing to unpack .../38-python3-setuptools_52.0.0-4_all.deb ...
07:53:32 [2022-07-28T07:53:32.973Z] #21 57.24 Unpacking python3-setuptools (52.0.0-4) ...
07:53:32 [2022-07-28T07:53:32.988Z] #77 175.2   CC       src/crun-unpause.o
07:53:32 [2022-07-28T07:53:32.988Z] #77 175.4   CC       src/crun-spec.o
07:53:33 [2022-07-28T07:53:33.197Z] #14 201.8 Selecting previously unselected package libudev-dev:amd64.
07:53:33 [2022-07-28T07:53:33.197Z] #14 201.9 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ...
07:53:33 [2022-07-28T07:53:33.197Z] #14 201.9 Unpacking libudev-dev:amd64 (247.3-7) ...
07:53:33 [2022-07-28T07:53:33.245Z] #77 175.4   CC       src/crun-exec.o
07:53:33 [2022-07-28T07:53:33.245Z] #77 175.5   CC       src/crun-list.o
07:53:33 [2022-07-28T07:53:33.245Z] #77 175.7   CC       src/crun-create.o
07:53:33 [2022-07-28T07:53:33.464Z] #14 202.2 Selecting previously unselected package libsepol1-dev:amd64.
07:53:33 [2022-07-28T07:53:33.464Z] #14 202.2 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ...
07:53:33 [2022-07-28T07:53:33.464Z] #14 202.2 Unpacking libsepol1-dev:amd64 (3.1-1) ...
07:53:33 [2022-07-28T07:53:33.502Z] #77 175.7   CC       src/crun-start.o
07:53:33 [2022-07-28T07:53:33.502Z] #77 175.7   CC       src/crun-state.o
07:53:33 [2022-07-28T07:53:33.502Z] #77 175.8   CC       src/crun-update.o
07:53:33 [2022-07-28T07:53:33.543Z] #21 57.69 Selecting previously unselected package python3-wheel.
07:53:33 [2022-07-28T07:53:33.543Z] #21 57.69 Preparing to unpack .../39-python3-wheel_0.34.2-1_all.deb ...
07:53:33 [2022-07-28T07:53:33.543Z] #21 57.70 Unpacking python3-wheel (0.34.2-1) ...
07:53:33 [2022-07-28T07:53:33.803Z] #21 57.88 Selecting previously unselected package python3-pip.
07:53:33 [2022-07-28T07:53:33.803Z] #21 57.89 Preparing to unpack .../40-python3-pip_20.3.4-4+deb11u1_all.deb ...
07:53:33 [2022-07-28T07:53:33.803Z] #21 57.90 Unpacking python3-pip (20.3.4-4+deb11u1) ...
07:53:33 [2022-07-28T07:53:33.845Z] #19 ...
07:53:33 [2022-07-28T07:53:33.845Z] 
07:53:33 [2022-07-28T07:53:33.845Z] #54 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
07:53:33 [2022-07-28T07:53:33.845Z] #54 sha256:8a0b7c7abf06bbb1ab29c763b2e38d2fa012d03eb2e646559ec0a63c975a38c7
07:53:33 [2022-07-28T07:53:33.845Z] #54 284.2 + dpkg --print-architecture
07:53:33 [2022-07-28T07:53:33.845Z] #54 284.2 + git checkout -q v2.1.0
07:53:33 [2022-07-28T07:53:33.845Z] #54 284.6 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
07:53:33 [2022-07-28T07:53:33.845Z] #54 284.6 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
07:53:34 [2022-07-28T07:53:34.040Z] #14 202.9 Selecting previously unselected package libpcre2-16-0:amd64.
07:53:34 [2022-07-28T07:53:34.040Z] #14 202.9 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ...
07:53:34 [2022-07-28T07:53:34.040Z] #14 202.9 Unpacking libpcre2-16-0:amd64 (10.36-2) ...
07:53:34 [2022-07-28T07:53:34.066Z] #77 176.2   CC       src/crun-ps.o
07:53:34 [2022-07-28T07:53:34.066Z] #77 176.3   CC       src/crun-checkpoint.o
07:53:34 [2022-07-28T07:53:34.066Z] #77 176.5   CC       src/crun-restore.o
07:53:34 [2022-07-28T07:53:34.322Z] #77 176.6   CC       src/libcrun/libcrun_la-utils.lo
07:53:34 [2022-07-28T07:53:34.322Z] #77 176.6   CC       src/libcrun/libcrun_la-cloned_binary.lo
07:53:34 [2022-07-28T07:53:34.373Z] #21 58.41 Selecting previously unselected package sudo.
07:53:34 [2022-07-28T07:53:34.373Z] #21 58.44 Preparing to unpack .../41-sudo_1.9.5p2-3_amd64.deb ...
07:53:34 [2022-07-28T07:53:34.373Z] #21 58.47 Unpacking sudo (1.9.5p2-3) ...
07:53:34 [2022-07-28T07:53:34.579Z] #77 176.7   CC       src/libcrun/libcrun_la-container.lo
07:53:34 [2022-07-28T07:53:34.579Z] #77 176.8   CC       src/libcrun/libcrun_la-cgroup.lo
07:53:34 [2022-07-28T07:53:34.605Z] #14 203.3 Selecting previously unselected package libpcre2-32-0:amd64.
07:53:34 [2022-07-28T07:53:34.606Z] #14 203.3 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ...
07:53:34 [2022-07-28T07:53:34.606Z] #14 203.3 Unpacking libpcre2-32-0:amd64 (10.36-2) ...
07:53:34 [2022-07-28T07:53:34.835Z] #77 177.0   CC       src/libcrun/libcrun_la-cgroup-cgroupfs.lo
07:53:34 [2022-07-28T07:53:34.863Z] #14 203.8 Selecting previously unselected package libpcre2-posix2:amd64.
07:53:35 [2022-07-28T07:53:35.093Z] #77 177.5   CC       src/libcrun/libcrun_la-cgroup-resources.lo
07:53:35 [2022-07-28T07:53:35.122Z] #14 203.8 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ...
07:53:35 [2022-07-28T07:53:35.122Z] #14 203.8 Unpacking libpcre2-posix2:amd64 (10.36-2) ...
07:53:35 [2022-07-28T07:53:35.122Z] #14 203.9 Selecting previously unselected package libpcre2-dev:amd64.
07:53:35 [2022-07-28T07:53:35.122Z] #14 203.9 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ...
07:53:35 [2022-07-28T07:53:35.122Z] #14 203.9 Unpacking libpcre2-dev:amd64 (10.36-2) ...
07:53:35 [2022-07-28T07:53:35.350Z] #77 177.7   CC       src/libcrun/libcrun_la-cgroup-setup.lo
07:53:35 [2022-07-28T07:53:35.350Z] #77 177.8   CC       src/libcrun/libcrun_la-cgroup-systemd.lo
07:53:35 [2022-07-28T07:53:35.606Z] #77 177.9   CC       src/libcrun/libcrun_la-cgroup-utils.lo
07:53:35 [2022-07-28T07:53:35.863Z] #77 178.2   CC       src/libcrun/libcrun_la-criu.lo
07:53:36 [2022-07-28T07:53:36.054Z] #14 204.7 Selecting previously unselected package libselinux1-dev:amd64.
07:53:36 [2022-07-28T07:53:36.054Z] #14 204.7 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ...
07:53:36 [2022-07-28T07:53:36.054Z] #14 204.7 Unpacking libselinux1-dev:amd64 (3.1-3) ...
07:53:36 [2022-07-28T07:53:36.054Z] #14 205.1 Selecting previously unselected package libdevmapper-dev:amd64.
07:53:36 [2022-07-28T07:53:36.054Z] #14 205.1 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
07:53:36 [2022-07-28T07:53:36.283Z] #21 60.18 Selecting previously unselected package thin-provisioning-tools.
07:53:36 [2022-07-28T07:53:36.283Z] #21 60.19 Preparing to unpack .../42-thin-provisioning-tools_0.9.0-1_amd64.deb ...
07:53:36 [2022-07-28T07:53:36.283Z] #21 60.20 Unpacking thin-provisioning-tools (0.9.0-1) ...
07:53:36 [2022-07-28T07:53:36.311Z] #14 205.1 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
07:53:36 [2022-07-28T07:53:36.543Z] #21 60.62 Selecting previously unselected package uidmap.
07:53:36 [2022-07-28T07:53:36.543Z] #21 60.63 Preparing to unpack .../43-uidmap_1%3a4.8.1-1_amd64.deb ...
07:53:36 [2022-07-28T07:53:36.543Z] #21 60.63 Unpacking uidmap (1:4.8.1-1) ...
07:53:36 [2022-07-28T07:53:36.569Z] #14 205.3 Selecting previously unselected package libseccomp-dev:amd64.
07:53:36 [2022-07-28T07:53:36.569Z] #14 205.3 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
07:53:36 [2022-07-28T07:53:36.569Z] #14 205.3 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
07:53:36 [2022-07-28T07:53:36.569Z] #14 205.5 Selecting previously unselected package libsystemd-dev:amd64.
07:53:36 [2022-07-28T07:53:36.569Z] #14 205.5 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ...
07:53:36 [2022-07-28T07:53:36.792Z] #77 178.9   CC       src/libcrun/libcrun_la-custom-handler.lo
07:53:36 [2022-07-28T07:53:36.792Z] #77 179.2   CC       src/libcrun/libcrun_la-linux.lo
07:53:36 [2022-07-28T07:53:36.827Z] #14 205.5 Unpacking libsystemd-dev:amd64 (247.3-7) ...
07:53:37 [2022-07-28T07:53:37.013Z] #21 60.94 Selecting previously unselected package vim-runtime.
07:53:37 [2022-07-28T07:53:37.013Z] #21 60.94 Preparing to unpack .../44-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
07:53:37 [2022-07-28T07:53:37.048Z] #77 179.4   CC       src/libcrun/libcrun_la-seccomp.lo
07:53:37 [2022-07-28T07:53:37.130Z] #54 ...
07:53:37 [2022-07-28T07:53:37.130Z] 
07:53:37 [2022-07-28T07:53:37.130Z] #84 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:53:37 [2022-07-28T07:53:37.130Z] #84 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:53:37 [2022-07-28T07:53:37.130Z] #84 223.0   CC       src/libcrun/handlers/libcrun_la-wasmedge.lo
07:53:37 [2022-07-28T07:53:37.130Z] #84 223.1   CC       src/libcrun/handlers/libcrun_la-wasmer.lo
07:53:37 [2022-07-28T07:53:37.130Z] #84 223.2   CC       tests/init.o
07:53:37 [2022-07-28T07:53:37.130Z] #84 223.3   CC       tests/tests_libcrun_utils-tests_libcrun_utils.o
07:53:37 [2022-07-28T07:53:37.274Z] #21 61.05 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
07:53:37 [2022-07-28T07:53:37.274Z] #21 61.41 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
07:53:37 [2022-07-28T07:53:37.274Z] #21 61.42 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
07:53:37 [2022-07-28T07:53:37.395Z] #14 206.2 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
07:53:37 [2022-07-28T07:53:37.395Z] #14 206.3 Setting up libapparmor1:amd64 (2.13.6-10) ...
07:53:37 [2022-07-28T07:53:37.395Z] #14 206.3 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
07:53:37 [2022-07-28T07:53:37.395Z] #14 206.3 Setting up libsepol1-dev:amd64 (3.1-1) ...
07:53:37 [2022-07-28T07:53:37.395Z] #14 206.3 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
07:53:37 [2022-07-28T07:53:37.395Z] #14 206.3 Setting up libpcre2-16-0:amd64 (10.36-2) ...
07:53:37 [2022-07-28T07:53:37.395Z] #14 206.3 Setting up libbtrfs0:amd64 (5.10.1-2) ...
07:53:37 [2022-07-28T07:53:37.534Z] #21 ...
07:53:37 [2022-07-28T07:53:37.534Z] 
07:53:37 [2022-07-28T07:53:37.534Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:53:37 [2022-07-28T07:53:37.534Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:53:37 [2022-07-28T07:53:37.534Z] #77 192.3 checking whether we are cross compiling... no
07:53:37 [2022-07-28T07:53:37.534Z] #77 192.6 checking for suffix of object files... o
07:53:37 [2022-07-28T07:53:37.534Z] #77 192.7 checking whether we are using the GNU C compiler... yes
07:53:37 [2022-07-28T07:53:37.534Z] #77 192.8 checking whether gcc accepts -g... yes
07:53:37 [2022-07-28T07:53:37.534Z] #77 193.1 checking for gcc option to accept ISO C89... none needed
07:53:37 [2022-07-28T07:53:37.534Z] #77 193.3 checking whether gcc understands -c and -o together... yes
07:53:37 [2022-07-28T07:53:37.534Z] #77 193.5 checking for a BSD-compatible install... /usr/bin/install -c
07:53:37 [2022-07-28T07:53:37.534Z] #77 193.5 checking whether build environment is sane... yes
07:53:37 [2022-07-28T07:53:37.534Z] #77 193.7 checking for a thread-safe mkdir -p... /bin/mkdir -p
07:53:37 [2022-07-28T07:53:37.534Z] #77 193.7 checking for gawk... no
07:53:37 [2022-07-28T07:53:37.534Z] #77 193.7 checking for mawk... mawk
07:53:37 [2022-07-28T07:53:37.534Z] #77 193.7 checking whether make sets $(MAKE)... yes
07:53:37 [2022-07-28T07:53:37.534Z] #77 193.8 checking whether make supports the include directive... yes (GNU style)
07:53:37 [2022-07-28T07:53:37.534Z] #77 193.9 checking whether make supports nested variables... yes
07:53:37 [2022-07-28T07:53:37.534Z] #77 194.0 checking whether UID '0' is supported by ustar format... yes
07:53:37 [2022-07-28T07:53:37.534Z] #77 194.0 checking whether GID '0' is supported by ustar format... yes
07:53:37 [2022-07-28T07:53:37.534Z] #77 194.0 checking how to create a ustar tar archive... gnutar
07:53:37 [2022-07-28T07:53:37.534Z] #77 194.2 checking dependency style of gcc... gcc3
07:53:37 [2022-07-28T07:53:37.534Z] #77 194.6 checking whether to enable maintainer-specific portions of Makefiles... yes
07:53:37 [2022-07-28T07:53:37.534Z] #77 194.6 checking whether make supports nested variables... (cached) yes
07:53:37 [2022-07-28T07:53:37.534Z] #77 194.8 checking build system type... x86_64-pc-linux-gnu
07:53:37 [2022-07-28T07:53:37.534Z] #77 195.2 checking host system type... x86_64-pc-linux-gnu
07:53:37 [2022-07-28T07:53:37.534Z] #77 195.2 checking how to print strings... printf
07:53:37 [2022-07-28T07:53:37.534Z] #77 195.3 checking for a sed that does not truncate output... /bin/sed
07:53:37 [2022-07-28T07:53:37.534Z] #77 195.3 checking for grep that handles long lines and -e... /bin/grep
07:53:37 [2022-07-28T07:53:37.534Z] #77 195.3 checking for egrep... /bin/grep -E
07:53:37 [2022-07-28T07:53:37.534Z] #77 195.3 checking for fgrep... /bin/grep -F
07:53:37 [2022-07-28T07:53:37.534Z] #77 195.3 checking for ld used by gcc... /usr/bin/ld
07:53:37 [2022-07-28T07:53:37.534Z] #77 195.3 checking if the linker (/usr/bin/ld) is GNU ld... yes
07:53:37 [2022-07-28T07:53:37.534Z] #77 195.3 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
07:53:37 [2022-07-28T07:53:37.534Z] #77 195.3 checking the name lister (/usr/bin/nm -B) interface... BSD nm
07:53:37 [2022-07-28T07:53:37.534Z] #77 195.4 checking whether ln -s works... yes
07:53:37 [2022-07-28T07:53:37.534Z] #77 195.4 checking the maximum length of command line arguments... 1572864
07:53:37 [2022-07-28T07:53:37.534Z] #77 195.4 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
07:53:37 [2022-07-28T07:53:37.534Z] #77 195.4 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
07:53:37 [2022-07-28T07:53:37.534Z] #77 195.4 checking for /usr/bin/ld option to reload object files... -r
07:53:37 [2022-07-28T07:53:37.534Z] #77 195.4 checking for objdump... objdump
07:53:37 [2022-07-28T07:53:37.534Z] #77 195.4 checking how to recognize dependent libraries... pass_all
07:53:37 [2022-07-28T07:53:37.534Z] #77 195.4 checking for dlltool... no
07:53:37 [2022-07-28T07:53:37.534Z] #77 195.4 checking how to associate runtime and link libraries... printf %s\n
07:53:37 [2022-07-28T07:53:37.534Z] #77 195.4 checking for ar... ar
07:53:37 [2022-07-28T07:53:37.534Z] #77 195.4 checking for archiver @FILE support... @
07:53:37 [2022-07-28T07:53:37.534Z] #77 195.7 checking for strip... strip
07:53:37 [2022-07-28T07:53:37.534Z] #77 195.7 checking for ranlib... ranlib
07:53:37 [2022-07-28T07:53:37.534Z] #77 195.7 checking command to parse /usr/bin/nm -B output from gcc object... ok
07:53:37 [2022-07-28T07:53:37.534Z] #77 196.7 checking for sysroot... no
07:53:37 [2022-07-28T07:53:37.534Z] #77 196.7 checking for a working dd... /bin/dd
07:53:37 [2022-07-28T07:53:37.534Z] #77 196.7 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
07:53:37 [2022-07-28T07:53:37.534Z] #77 196.8 checking for mt... no
07:53:37 [2022-07-28T07:53:37.534Z] #77 196.8 checking if : is a manifest tool... no
07:53:37 [2022-07-28T07:53:37.534Z] #77 196.8 checking how to run the C preprocessor... gcc -E
07:53:37 [2022-07-28T07:53:37.534Z] #77 197.1 checking for ANSI C header files... yes
07:53:37 [2022-07-28T07:53:37.534Z] #77 198.5 checking for sys/types.h... yes
07:53:37 [2022-07-28T07:53:37.534Z] #77 198.7 checking for sys/stat.h... yes
07:53:37 [2022-07-28T07:53:37.534Z] #77 198.8 checking for stdlib.h... yes
07:53:37 [2022-07-28T07:53:37.534Z] #77 199.1 checking for string.h... yes
07:53:37 [2022-07-28T07:53:37.534Z] #77 199.5 checking for memory.h... yes
07:53:37 [2022-07-28T07:53:37.534Z] #77 199.9 checking for strings.h... yes
07:53:37 [2022-07-28T07:53:37.534Z] #77 200.4 checking for inttypes.h... yes
07:53:37 [2022-07-28T07:53:37.534Z] #77 200.6 checking for stdint.h... yes
07:53:37 [2022-07-28T07:53:37.611Z] #77 179.7   CC       src/libcrun/libcrun_la-ebpf.lo
07:53:37 [2022-07-28T07:53:37.657Z] #14 206.4 Setting up libpcre2-32-0:amd64 (10.36-2) ...
07:53:37 [2022-07-28T07:53:37.657Z] #14 206.4 Setting up libudev-dev:amd64 (247.3-7) ...
07:53:37 [2022-07-28T07:53:37.657Z] #14 206.4 Setting up libpcre2-posix2:amd64 (10.36-2) ...
07:53:37 [2022-07-28T07:53:37.657Z] #14 206.4 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
07:53:37 [2022-07-28T07:53:37.657Z] #14 206.4 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
07:53:37 [2022-07-28T07:53:37.657Z] #14 206.4 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
07:53:37 [2022-07-28T07:53:37.657Z] #14 206.4 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
07:53:37 [2022-07-28T07:53:37.657Z] #14 206.4 Setting up mingw-w64-common (8.0.0-1) ...
07:53:37 [2022-07-28T07:53:37.657Z] #14 206.4 Setting up libsystemd-dev:amd64 (247.3-7) ...
07:53:37 [2022-07-28T07:53:37.657Z] #14 206.5 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
07:53:37 [2022-07-28T07:53:37.657Z] #14 206.5 Setting up libpcre2-dev:amd64 (10.36-2) ...
07:53:37 [2022-07-28T07:53:37.657Z] #14 206.5 Setting up libselinux1-dev:amd64 (3.1-3) ...
07:53:37 [2022-07-28T07:53:37.657Z] #14 206.5 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
07:53:37 [2022-07-28T07:53:37.657Z] #14 206.5 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
07:53:37 [2022-07-28T07:53:37.657Z] #14 206.5 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
07:53:37 [2022-07-28T07:53:37.657Z] #14 206.6 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
07:53:37 [2022-07-28T07:53:37.658Z] #14 206.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
07:53:37 [2022-07-28T07:53:37.658Z] #14 206.6 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
07:53:37 [2022-07-28T07:53:37.658Z] #14 206.6 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
07:53:37 [2022-07-28T07:53:37.658Z] #14 206.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
07:53:37 [2022-07-28T07:53:37.658Z] #14 206.7 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
07:53:37 [2022-07-28T07:53:37.915Z] #14 206.7 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
07:53:37 [2022-07-28T07:53:37.915Z] #14 206.7 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
07:53:37 [2022-07-28T07:53:37.916Z] #14 206.8 Setting up dmsetup (2:1.02.175-2.1) ...
07:53:37 [2022-07-28T07:53:37.916Z] #14 206.8 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
07:53:37 [2022-07-28T07:53:37.916Z] #14 206.8 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
07:53:37 [2022-07-28T07:53:37.916Z] #14 206.8 Processing triggers for libc-bin (2.31-13+deb11u3) ...
07:53:38 [2022-07-28T07:53:38.055Z] #77 200.9 checking for unistd.h... yes
07:53:38 [2022-07-28T07:53:38.174Z] #77 180.4   CC       src/libcrun/libcrun_la-error.lo
07:53:38 [2022-07-28T07:53:38.174Z] #77 180.6   CC       src/libcrun/libcrun_la-status.lo
07:53:38 [2022-07-28T07:53:38.315Z] #77 201.2 checking for dlfcn.h... yes
07:53:38 [2022-07-28T07:53:38.315Z] #77 201.4 checking for objdir... .libs
07:53:38 [2022-07-28T07:53:38.430Z] #77 180.8   CC       src/libcrun/libcrun_la-terminal.lo
07:53:38 [2022-07-28T07:53:38.430Z] #77 180.9   CC       src/libcrun/libcrun_la-chroot_realpath.lo
07:53:38 [2022-07-28T07:53:38.885Z] #77 201.8 checking if gcc supports -fno-rtti -fno-exceptions... no
07:53:38 [2022-07-28T07:53:38.885Z] #77 202.0 checking for gcc option to produce PIC... -fPIC -DPIC
07:53:38 [2022-07-28T07:53:38.885Z] #77 202.0 checking if gcc PIC flag -fPIC -DPIC works... yes
07:53:38 [2022-07-28T07:53:38.993Z] #77 181.3   CC       src/libcrun/libcrun_la-signals.lo
07:53:39 [2022-07-28T07:53:39.249Z] #77 181.5   CC       src/libcrun/libcrun_la-mount_flags.lo
07:53:39 [2022-07-28T07:53:39.290Z] #14 DONE 208.2s
07:53:39 [2022-07-28T07:53:39.290Z] 
07:53:39 [2022-07-28T07:53:39.290Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:53:39 [2022-07-28T07:53:39.290Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:53:39 [2022-07-28T07:53:39.408Z] #77 202.2 checking if gcc static flag -static works... yes
07:53:39 [2022-07-28T07:53:39.547Z] #77 ...
07:53:39 [2022-07-28T07:53:39.547Z] 
07:53:39 [2022-07-28T07:53:39.547Z] #15 [dev-systemd-false  1/28] RUN groupadd -r docker
07:53:39 [2022-07-28T07:53:39.547Z] #15 sha256:3810a3c4ce28d1558f65ab8b1cdff06206e7f757063962fc94a5f8be54bd5b33
07:53:39 [2022-07-28T07:53:39.547Z] #15 ...
07:53:39 [2022-07-28T07:53:39.547Z] 
07:53:39 [2022-07-28T07:53:39.547Z] #59 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
07:53:39 [2022-07-28T07:53:39.547Z] #59 sha256:62445905c7a9b13ca5140de1c235eb7054f2c27532e0f097f003c9da63d39539
07:53:39 [2022-07-28T07:53:39.547Z] #59 DONE 0.2s
07:53:39 [2022-07-28T07:53:39.668Z] #77 202.7 checking if gcc supports -c -o file.o... yes
07:53:39 [2022-07-28T07:53:39.668Z] #77 202.8 checking if gcc supports -c -o file.o... (cached) yes
07:53:39 [2022-07-28T07:53:39.668Z] #77 202.8 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
07:53:39 [2022-07-28T07:53:39.804Z] 
07:53:39 [2022-07-28T07:53:39.804Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
07:53:39 [2022-07-28T07:53:39.804Z] #60 sha256:8681e791a8c1bfec6b30de181023d56060d01659e706a3c73e24a3e811fc89a4
07:53:39 [2022-07-28T07:53:39.812Z] #77 182.1   CC       src/libcrun/libcrun_la-seccomp_notify.lo
07:53:39 [2022-07-28T07:53:39.928Z] #77 202.9 checking dynamic linker characteristics... GNU/Linux ld.so
07:53:40 [2022-07-28T07:53:40.069Z] #77 182.3   CC       src/libcrun/handlers/libcrun_la-handler-utils.lo
07:53:40 [2022-07-28T07:53:40.189Z] #77 203.3 checking how to hardcode library paths into programs... immediate
07:53:40 [2022-07-28T07:53:40.189Z] #77 203.3 checking whether stripping libraries is possible... yes
07:53:40 [2022-07-28T07:53:40.189Z] #77 203.3 checking if libtool supports shared libraries... yes
07:53:40 [2022-07-28T07:53:40.189Z] #77 203.3 checking whether to build shared libraries... no
07:53:40 [2022-07-28T07:53:40.189Z] #77 203.3 checking whether to build static libraries... yes
07:53:40 [2022-07-28T07:53:40.189Z] #77 203.3 checking float.h usability... yes
07:53:40 [2022-07-28T07:53:40.326Z] #77 182.7   CC       src/libcrun/handlers/libcrun_la-krun.lo
07:53:40 [2022-07-28T07:53:40.326Z] #77 182.8   CC       src/libcrun/handlers/libcrun_la-wasmedge.lo
07:53:40 [2022-07-28T07:53:40.450Z] #77 203.5 checking float.h presence... yes
07:53:40 [2022-07-28T07:53:40.451Z] #77 203.6 checking for float.h... yes
07:53:40 [2022-07-28T07:53:40.711Z] #77 203.6 checking limits.h usability... yes
07:53:40 [2022-07-28T07:53:40.711Z] #77 203.8 checking limits.h presence... yes
07:53:40 [2022-07-28T07:53:40.711Z] #77 203.8 checking for limits.h... yes
07:53:40 [2022-07-28T07:53:40.972Z] #77 203.9 checking stddef.h usability... yes
07:53:40 [2022-07-28T07:53:40.972Z] #77 204.1 checking stddef.h presence... yes
07:53:40 [2022-07-28T07:53:40.972Z] #77 204.2 checking for stddef.h... yes
07:53:41 [2022-07-28T07:53:41.232Z] #77 204.2 checking for stdlib.h... (cached) yes
07:53:41 [2022-07-28T07:53:41.232Z] #77 204.3 checking for string.h... (cached) yes
07:53:41 [2022-07-28T07:53:41.493Z] #77 204.4 checking sys/time.h usability... yes
07:53:41 [2022-07-28T07:53:41.493Z] #77 204.6 checking sys/time.h presence... yes
07:53:41 [2022-07-28T07:53:41.493Z] #77 204.7 checking for sys/time.h... yes
07:53:41 [2022-07-28T07:53:41.705Z] #60 1.910 + RM_GOPATH=0
07:53:41 [2022-07-28T07:53:41.705Z] #60 1.910 + TMP_GOPATH=
07:53:41 [2022-07-28T07:53:41.705Z] #60 1.910 + : /build
07:53:41 [2022-07-28T07:53:41.705Z] #60 1.910 + '[' -z '' ']'
07:53:41 [2022-07-28T07:53:41.705Z] #60 1.910 ++ mktemp -d
07:53:41 [2022-07-28T07:53:41.705Z] #60 1.910 + export GOPATH=/tmp/tmp.3FpKjDvTks
07:53:41 [2022-07-28T07:53:41.705Z] #60 1.910 + GOPATH=/tmp/tmp.3FpKjDvTks
07:53:41 [2022-07-28T07:53:41.705Z] #60 1.910 + RM_GOPATH=1
07:53:41 [2022-07-28T07:53:41.705Z] #60 1.910 + case "$(go env GOARCH)" in
07:53:41 [2022-07-28T07:53:41.705Z] #60 1.910 ++ go env GOARCH
07:53:41 [2022-07-28T07:53:41.705Z] #60 ...
07:53:41 [2022-07-28T07:53:41.705Z] 
07:53:41 [2022-07-28T07:53:41.705Z] #15 [dev-systemd-false  1/28] RUN groupadd -r docker
07:53:41 [2022-07-28T07:53:41.705Z] #15 sha256:3810a3c4ce28d1558f65ab8b1cdff06206e7f757063962fc94a5f8be54bd5b33
07:53:41 [2022-07-28T07:53:41.705Z] #15 DONE 2.1s
07:53:41 [2022-07-28T07:53:41.705Z] 
07:53:41 [2022-07-28T07:53:41.705Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
07:53:41 [2022-07-28T07:53:41.705Z] #60 sha256:8681e791a8c1bfec6b30de181023d56060d01659e706a3c73e24a3e811fc89a4
07:53:41 [2022-07-28T07:53:41.705Z] #60 1.925 + export GO_BUILDMODE=-buildmode=pie
07:53:41 [2022-07-28T07:53:41.705Z] #60 1.926 + GO_BUILDMODE=-buildmode=pie
07:53:41 [2022-07-28T07:53:41.705Z] #60 1.927 ++ dirname /install.sh
07:53:41 [2022-07-28T07:53:41.705Z] #60 1.940 + dir=/
07:53:41 [2022-07-28T07:53:41.705Z] #60 1.940 + bin=runc
07:53:41 [2022-07-28T07:53:41.705Z] #60 1.941 + shift
07:53:41 [2022-07-28T07:53:41.705Z] #60 1.941 + '[' '!' -f //runc.installer ']'
07:53:41 [2022-07-28T07:53:41.705Z] #60 1.941 + . //runc.installer
07:53:41 [2022-07-28T07:53:41.705Z] #60 1.941 ++ set -e
07:53:41 [2022-07-28T07:53:41.705Z] #60 1.942 ++ : v1.1.2
07:53:41 [2022-07-28T07:53:41.705Z] #60 1.942 + install_runc
07:53:41 [2022-07-28T07:53:41.705Z] #60 1.942 + RUNC_BUILDTAGS=seccomp
07:53:41 [2022-07-28T07:53:41.705Z] #60 1.943 + echo 'Install runc version v1.1.2 (build tags: seccomp)'
07:53:41 [2022-07-28T07:53:41.705Z] #60 1.943 Install runc version v1.1.2 (build tags: seccomp)
07:53:41 [2022-07-28T07:53:41.705Z] #60 1.943 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.3FpKjDvTks/src/github.com/opencontainers/runc
07:53:41 [2022-07-28T07:53:41.705Z] #60 1.945 Cloning into '/tmp/tmp.3FpKjDvTks/src/github.com/opencontainers/runc'...
07:53:41 [2022-07-28T07:53:41.752Z] #77 204.7 checking for inline... inline
07:53:42 [2022-07-28T07:53:42.013Z] #77 204.8 checking for size_t... yes
07:53:42 [2022-07-28T07:53:42.216Z] #77 184.6   CC       src/libcrun/handlers/libcrun_la-wasmer.lo
07:53:42 [2022-07-28T07:53:42.273Z] #77 205.2 checking for stdlib.h... (cached) yes
07:53:42 [2022-07-28T07:53:42.273Z] #77 205.2 checking for GNU libc compatible malloc... 
07:53:42 [2022-07-28T07:53:42.273Z] #77 ...
07:53:42 [2022-07-28T07:53:42.273Z] 
07:53:42 [2022-07-28T07:53:42.273Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
07:53:42 [2022-07-28T07:53:42.273Z] #21 sha256:b2570b2884beb6efe91186ba991258e6251478e74a93c353ccbb4b0299fab53d
07:53:42 [2022-07-28T07:53:42.273Z] #21 66.26 Selecting previously unselected package vim.
07:53:42 [2022-07-28T07:53:42.273Z] #21 66.27 Preparing to unpack .../45-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ...
07:53:42 [2022-07-28T07:53:42.273Z] #21 66.29 Unpacking vim (2:8.2.2434-3+deb11u1) ...
07:53:43 [2022-07-28T07:53:43.077Z] #60 ...
07:53:43 [2022-07-28T07:53:43.078Z] 
07:53:43 [2022-07-28T07:53:43.078Z] #16 [dev-systemd-false  2/28] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
07:53:43 [2022-07-28T07:53:43.078Z] #16 sha256:33330fab072315227162ffd729b507440ba4330added882ead3dbb9adfd4ab6f
07:53:43 [2022-07-28T07:53:43.078Z] #16 DONE 1.6s
07:53:43 [2022-07-28T07:53:43.144Z] #77 185.6   CC       tests/init.o
07:53:43 [2022-07-28T07:53:43.214Z] #21 67.27 Selecting previously unselected package xfsprogs.
07:53:43 [2022-07-28T07:53:43.214Z] #21 67.30 Preparing to unpack .../46-xfsprogs_5.10.0-4_amd64.deb ...
07:53:43 [2022-07-28T07:53:43.214Z] #21 67.31 Unpacking xfsprogs (5.10.0-4) ...
07:53:43 [2022-07-28T07:53:43.335Z] 
07:53:43 [2022-07-28T07:53:43.335Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:53:43 [2022-07-28T07:53:43.335Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:53:43 [2022-07-28T07:53:43.335Z] #77 134.4 configure.ac:11: installing 'build-aux/compile'
07:53:43 [2022-07-28T07:53:43.335Z] #77 134.5 configure.ac:11: installing 'build-aux/config.guess'
07:53:43 [2022-07-28T07:53:43.335Z] #77 134.5 configure.ac:11: installing 'build-aux/config.sub'
07:53:43 [2022-07-28T07:53:43.335Z] #77 134.5 configure.ac:13: installing 'build-aux/install-sh'
07:53:43 [2022-07-28T07:53:43.335Z] #77 134.5 configure.ac:13: installing 'build-aux/missing'
07:53:43 [2022-07-28T07:53:43.335Z] #77 134.5 configure.ac:8: installing 'build-aux/tap-driver.sh'
07:53:43 [2022-07-28T07:53:43.593Z] #77 135.0 Makefile.am: installing 'build-aux/depcomp'
07:53:43 [2022-07-28T07:53:43.704Z] #84 ...
07:53:43 [2022-07-28T07:53:43.704Z] 
07:53:43 [2022-07-28T07:53:43.704Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             crossbuild-essential-arm64             crossbuild-essential-armel             crossbuild-essential-armhf             crossbuild-essential-ppc64el             crossbuild-essential-s390x
07:53:43 [2022-07-28T07:53:43.704Z] #19 sha256:423b64bc9d7cc359d630e3fe0a1b98d707aeff14b0c78f2d44bf08c4c29a169b
07:53:43 [2022-07-28T07:53:43.704Z] #19 288.4 Selecting previously unselected package cpp-aarch64-linux-gnu.
07:53:43 [2022-07-28T07:53:43.704Z] #19 288.4 Preparing to unpack .../021-cpp-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ...
07:53:43 [2022-07-28T07:53:43.704Z] #19 288.4 Unpacking cpp-aarch64-linux-gnu (4:10.2.1-1) ...
07:53:43 [2022-07-28T07:53:43.704Z] #19 288.5 Selecting previously unselected package cpp-arm-linux-gnueabi.
07:53:43 [2022-07-28T07:53:43.704Z] #19 288.5 Preparing to unpack .../022-cpp-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ...
07:53:43 [2022-07-28T07:53:43.704Z] #19 288.5 Unpacking cpp-arm-linux-gnueabi (4:10.2.1-1) ...
07:53:43 [2022-07-28T07:53:43.704Z] #19 288.6 Selecting previously unselected package cpp-arm-linux-gnueabihf.
07:53:43 [2022-07-28T07:53:43.704Z] #19 288.6 Preparing to unpack .../023-cpp-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ...
07:53:43 [2022-07-28T07:53:43.704Z] #19 288.6 Unpacking cpp-arm-linux-gnueabihf (4:10.2.1-1) ...
07:53:43 [2022-07-28T07:53:43.704Z] #19 288.6 Selecting previously unselected package cpp-powerpc64le-linux-gnu.
07:53:43 [2022-07-28T07:53:43.704Z] #19 288.6 Preparing to unpack .../024-cpp-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ...
07:53:43 [2022-07-28T07:53:43.704Z] #19 288.6 Unpacking cpp-powerpc64le-linux-gnu (4:10.2.1-1) ...
07:53:43 [2022-07-28T07:53:43.704Z] #19 288.7 Selecting previously unselected package cpp-s390x-linux-gnu.
07:53:43 [2022-07-28T07:53:43.704Z] #19 288.7 Preparing to unpack .../025-cpp-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ...
07:53:43 [2022-07-28T07:53:43.704Z] #19 288.7 Unpacking cpp-s390x-linux-gnu (4:10.2.1-1) ...
07:53:43 [2022-07-28T07:53:43.704Z] #19 288.8 Selecting previously unselected package cross-config.
07:53:43 [2022-07-28T07:53:43.704Z] #19 288.8 Preparing to unpack .../026-cross-config_2.6.18+nmu1_all.deb ...
07:53:43 [2022-07-28T07:53:43.704Z] #19 288.8 Unpacking cross-config (2.6.18+nmu1) ...
07:53:43 [2022-07-28T07:53:43.704Z] #19 288.9 Selecting previously unselected package gcc-10-cross-base.
07:53:43 [2022-07-28T07:53:43.704Z] #19 288.9 Preparing to unpack .../027-gcc-10-cross-base_10.2.1-6cross1_all.deb ...
07:53:43 [2022-07-28T07:53:43.704Z] #19 288.9 Unpacking gcc-10-cross-base (10.2.1-6cross1) ...
07:53:43 [2022-07-28T07:53:43.706Z] #77 185.8   CC       tests/tests_libcrun_utils-tests_libcrun_utils.o
07:53:43 [2022-07-28T07:53:43.785Z] #21 68.08 Selecting previously unselected package zip.
07:53:43 [2022-07-28T07:53:43.785Z] #21 68.08 Preparing to unpack .../47-zip_3.0-12_amd64.deb ...
07:53:43 [2022-07-28T07:53:43.785Z] #21 68.09 Unpacking zip (3.0-12) ...
07:53:43 [2022-07-28T07:53:43.963Z] #23 10.76 Collecting yamllint==1.26.1
07:53:43 [2022-07-28T07:53:43.963Z] #23 11.83   Downloading yamllint-1.26.1.tar.gz (126 kB)
07:53:43 [2022-07-28T07:53:43.964Z] #19 289.0 Selecting previously unselected package libc6-arm64-cross.
07:53:43 [2022-07-28T07:53:43.964Z] #19 289.0 Preparing to unpack .../028-libc6-arm64-cross_2.31-9cross4_all.deb ...
07:53:43 [2022-07-28T07:53:43.964Z] #19 289.0 Unpacking libc6-arm64-cross (2.31-9cross4) ...
07:53:44 [2022-07-28T07:53:44.046Z] #21 68.25 Selecting previously unselected package zstd.
07:53:44 [2022-07-28T07:53:44.046Z] #21 68.25 Preparing to unpack .../48-zstd_1.4.8+dfsg-2.1_amd64.deb ...
07:53:44 [2022-07-28T07:53:44.046Z] #21 68.27 Unpacking zstd (1.4.8+dfsg-2.1) ...
07:53:44 [2022-07-28T07:53:44.223Z] #19 289.5 Selecting previously unselected package libgcc-s1-arm64-cross.
07:53:44 [2022-07-28T07:53:44.484Z] #19 289.5 Preparing to unpack .../029-libgcc-s1-arm64-cross_10.2.1-6cross1_all.deb ...
07:53:44 [2022-07-28T07:53:44.484Z] #19 289.5 Unpacking libgcc-s1-arm64-cross (10.2.1-6cross1) ...
07:53:44 [2022-07-28T07:53:44.484Z] #19 289.6 Selecting previously unselected package libgomp1-arm64-cross.
07:53:44 [2022-07-28T07:53:44.484Z] #19 289.6 Preparing to unpack .../030-libgomp1-arm64-cross_10.2.1-6cross1_all.deb ...
07:53:44 [2022-07-28T07:53:44.484Z] #19 289.6 Unpacking libgomp1-arm64-cross (10.2.1-6cross1) ...
07:53:44 [2022-07-28T07:53:44.528Z] #77 ...
07:53:44 [2022-07-28T07:53:44.528Z] 
07:53:44 [2022-07-28T07:53:44.528Z] #17 [dev-systemd-false  3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
07:53:44 [2022-07-28T07:53:44.528Z] #17 sha256:e47e5b8954b79ac3d9bc7a5e6d40418878037f8c6a7131349db2372f1f868828
07:53:44 [2022-07-28T07:53:44.528Z] #17 1.274 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
07:53:44 [2022-07-28T07:53:44.528Z] #17 DONE 1.3s
07:53:44 [2022-07-28T07:53:44.617Z] #21 68.81 Setting up python3-pkg-resources (52.0.0-4) ...
07:53:44 [2022-07-28T07:53:44.744Z] #19 289.7 Selecting previously unselected package libitm1-arm64-cross.
07:53:44 [2022-07-28T07:53:44.745Z] #19 289.8 Preparing to unpack .../031-libitm1-arm64-cross_10.2.1-6cross1_all.deb ...
07:53:44 [2022-07-28T07:53:44.745Z] #19 289.8 Unpacking libitm1-arm64-cross (10.2.1-6cross1) ...
07:53:44 [2022-07-28T07:53:44.745Z] #19 289.8 Selecting previously unselected package libatomic1-arm64-cross.
07:53:44 [2022-07-28T07:53:44.745Z] #19 289.8 Preparing to unpack .../032-libatomic1-arm64-cross_10.2.1-6cross1_all.deb ...
07:53:44 [2022-07-28T07:53:44.745Z] #19 289.9 Unpacking libatomic1-arm64-cross (10.2.1-6cross1) ...
07:53:44 [2022-07-28T07:53:44.745Z] #19 289.9 Selecting previously unselected package libasan6-arm64-cross.
07:53:44 [2022-07-28T07:53:44.745Z] #19 289.9 Preparing to unpack .../033-libasan6-arm64-cross_10.2.1-6cross1_all.deb ...
07:53:44 [2022-07-28T07:53:44.745Z] #19 289.9 Unpacking libasan6-arm64-cross (10.2.1-6cross1) ...
07:53:44 [2022-07-28T07:53:44.788Z] 
07:53:44 [2022-07-28T07:53:44.789Z] #18 [dev-systemd-false  4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
07:53:44 [2022-07-28T07:53:44.789Z] #18 sha256:acb29e2d3d1bfeb83fca5e91563025f059a776fba3cb0159538a63b0cc3e40ca
07:53:44 [2022-07-28T07:53:44.893Z] #23 13.06 Collecting pathspec>=0.5.3
07:53:44 [2022-07-28T07:53:44.893Z] #23 13.08   Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB)
07:53:45 [2022-07-28T07:53:45.150Z] #23 13.56 Collecting pyyaml
07:53:45 [2022-07-28T07:53:45.407Z] #23 13.58   Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB)
07:53:45 [2022-07-28T07:53:45.407Z] #23 13.63 Building wheels for collected packages: yamllint
07:53:45 [2022-07-28T07:53:45.407Z] #23 13.65   Building wheel for yamllint (setup.py): started
07:53:45 [2022-07-28T07:53:45.998Z] #21 70.20 Setting up libip4tc2:amd64 (1.8.7-1) ...
07:53:45 [2022-07-28T07:53:45.998Z] #21 70.25 Setting up net-tools (1.60+git20181103.0eebece-1) ...
07:53:45 [2022-07-28T07:53:45.998Z] #21 70.28 Setting up libgpm2:amd64 (1.20.7-8) ...
07:53:45 [2022-07-28T07:53:45.998Z] #21 70.29 Setting up libicu67:amd64 (67.1-7) ...
07:53:45 [2022-07-28T07:53:45.998Z] #21 70.31 Setting up libip6tc2:amd64 (1.8.7-1) ...
07:53:45 [2022-07-28T07:53:45.998Z] #21 70.32 Setting up libinih1:amd64 (53-1+b2) ...
07:53:45 [2022-07-28T07:53:45.998Z] #21 70.33 Setting up uidmap (1:4.8.1-1) ...
07:53:45 [2022-07-28T07:53:45.998Z] #21 70.34 Setting up libyajl2:amd64 (2.1.0-3) ...
07:53:46 [2022-07-28T07:53:46.120Z] #19 290.9 Selecting previously unselected package liblsan0-arm64-cross.
07:53:46 [2022-07-28T07:53:46.120Z] #19 290.9 Preparing to unpack .../034-liblsan0-arm64-cross_10.2.1-6cross1_all.deb ...
07:53:46 [2022-07-28T07:53:46.120Z] #19 291.0 Unpacking liblsan0-arm64-cross (10.2.1-6cross1) ...
07:53:46 [2022-07-28T07:53:46.163Z] #18 DONE 1.3s
07:53:46 [2022-07-28T07:53:46.163Z] 
07:53:46 [2022-07-28T07:53:46.163Z] #19 [dev-systemd-false  5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
07:53:46 [2022-07-28T07:53:46.163Z] #19 sha256:feefdfda2349031a2082fefdab08a3428dadba4f7b11243e35561b173493ed12
07:53:46 [2022-07-28T07:53:46.257Z] #21 70.35 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
07:53:46 [2022-07-28T07:53:46.258Z] #21 70.36 Setting up bzip2 (1.0.8-4) ...
07:53:46 [2022-07-28T07:53:46.258Z] #21 70.38 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
07:53:46 [2022-07-28T07:53:46.258Z] #21 70.40 Setting up python3-wheel (0.34.2-1) ...
07:53:46 [2022-07-28T07:53:46.638Z] #19 291.6 Selecting previously unselected package libtsan0-arm64-cross.
07:53:46 [2022-07-28T07:53:46.638Z] #19 291.6 Preparing to unpack .../035-libtsan0-arm64-cross_10.2.1-6cross1_all.deb ...
07:53:46 [2022-07-28T07:53:46.638Z] #19 291.7 Unpacking libtsan0-arm64-cross (10.2.1-6cross1) ...
07:53:46 [2022-07-28T07:53:46.775Z] #23 14.78   Building wheel for yamllint (setup.py): finished with status 'done'
07:53:46 [2022-07-28T07:53:46.775Z] #23 14.79   Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=52e9915585ddc9e4aea94af6b9d9a6b75e75892260f0d10228620e7b502eafb0
07:53:46 [2022-07-28T07:53:46.775Z] #23 14.79   Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3
07:53:46 [2022-07-28T07:53:46.775Z] #23 14.81 Successfully built yamllint
07:53:46 [2022-07-28T07:53:46.775Z] #23 14.84 Installing collected packages: pyyaml, pathspec, yamllint
07:53:47 [2022-07-28T07:53:47.032Z] #23 15.25 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1
07:53:47 [2022-07-28T07:53:47.197Z] #21 71.47 Setting up xxd (2:8.2.2434-3+deb11u1) ...
07:53:47 [2022-07-28T07:53:47.197Z] #21 71.50 Setting up libcap2:amd64 (1:2.44-1) ...
07:53:47 [2022-07-28T07:53:47.457Z] #21 71.51 Setting up libcap2-bin (1:2.44-1) ...
07:53:47 [2022-07-28T07:53:47.457Z] #21 71.52 Setting up apparmor (2.13.6-10) ...
07:53:47 [2022-07-28T07:53:47.538Z] #19 DONE 1.5s
07:53:47 [2022-07-28T07:53:47.538Z] 
07:53:47 [2022-07-28T07:53:47.538Z] #20 [dev-systemd-false  6/28] RUN ldconfig
07:53:47 [2022-07-28T07:53:47.538Z] #20 sha256:79a261d431a7c2c1c03745fa8c100a89d61916c171574f4014cdb9299ae3c710
07:53:47 [2022-07-28T07:53:47.574Z] #19 292.7 Selecting previously unselected package libstdc++6-arm64-cross.
07:53:47 [2022-07-28T07:53:47.574Z] #19 292.7 Preparing to unpack .../036-libstdc++6-arm64-cross_10.2.1-6cross1_all.deb ...
07:53:47 [2022-07-28T07:53:47.574Z] #19 292.7 Unpacking libstdc++6-arm64-cross (10.2.1-6cross1) ...
07:53:47 [2022-07-28T07:53:47.596Z] #23 DONE 15.7s
07:53:47 [2022-07-28T07:53:47.596Z] 
07:53:47 [2022-07-28T07:53:47.596Z] #27 [dev-systemd-false 10/28] COPY --from=dockercli     /build/ /usr/local/cli
07:53:47 [2022-07-28T07:53:47.596Z] #27 sha256:0a6cf4713c4a33699966e3d6ea814147a3dea647c85ee224f371a9d2dca3f493
07:53:47 [2022-07-28T07:53:47.854Z] #27 DONE 0.5s
07:53:47 [2022-07-28T07:53:47.854Z] 
07:53:47 [2022-07-28T07:53:47.854Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:53:47 [2022-07-28T07:53:47.854Z] #55 sha256:6a5ba43a879545395035c8edb2d77f5663eaeac2aed4ebd5825ef0a4ef562291
07:53:48 [2022-07-28T07:53:48.110Z] #55 ...
07:53:48 [2022-07-28T07:53:48.110Z] 
07:53:48 [2022-07-28T07:53:48.110Z] #32 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images
07:53:48 [2022-07-28T07:53:48.110Z] #32 sha256:0c3f8d079ce62f9287afa544f399022928c52f2d72b3d74f14409b09041a4c7f
07:53:48 [2022-07-28T07:53:48.141Z] #19 293.3 Selecting previously unselected package libubsan1-arm64-cross.
07:53:48 [2022-07-28T07:53:48.142Z] #19 293.3 Preparing to unpack .../037-libubsan1-arm64-cross_10.2.1-6cross1_all.deb ...
07:53:48 [2022-07-28T07:53:48.369Z] #32 DONE 0.6s
07:53:48 [2022-07-28T07:53:48.369Z] 
07:53:48 [2022-07-28T07:53:48.369Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:53:48 [2022-07-28T07:53:48.369Z] #55 sha256:6a5ba43a879545395035c8edb2d77f5663eaeac2aed4ebd5825ef0a4ef562291
07:53:48 [2022-07-28T07:53:48.400Z] #19 293.6 Unpacking libubsan1-arm64-cross (10.2.1-6cross1) ...
07:53:48 [2022-07-28T07:53:48.642Z] #55 ...
07:53:48 [2022-07-28T07:53:48.642Z] 
07:53:48 [2022-07-28T07:53:48.642Z] #35 [dev-systemd-false 12/28] COPY --from=swagger       /build/ /usr/local/bin/
07:53:48 [2022-07-28T07:53:48.642Z] #35 sha256:a2663f36e116dbb515feefd1f17376c979bf64e161660655c335f70a77bfa7b7
07:53:48 [2022-07-28T07:53:48.899Z] #35 DONE 0.3s
07:53:48 [2022-07-28T07:53:48.899Z] 
07:53:48 [2022-07-28T07:53:48.899Z] #37 [dev-systemd-false 13/28] COPY --from=delve         /build/ /usr/local/bin/
07:53:48 [2022-07-28T07:53:48.899Z] #37 sha256:51abbfbe17f10804aec2e46327611208a622bceaa77a7aab9c85ca3b42b8f9e1
07:53:49 [2022-07-28T07:53:49.156Z] #37 DONE 0.3s
07:53:49 [2022-07-28T07:53:49.156Z] 
07:53:49 [2022-07-28T07:53:49.156Z] #39 [dev-systemd-false 14/28] COPY --from=tomll         /build/ /usr/local/bin/
07:53:49 [2022-07-28T07:53:49.156Z] #39 sha256:ca44305e809f9b7226f7ff3d86c10c0ddff311de332fa177fc017b2e88be8876
07:53:49 [2022-07-28T07:53:49.156Z] #39 DONE 0.1s
07:53:49 [2022-07-28T07:53:49.156Z] 
07:53:49 [2022-07-28T07:53:49.156Z] #41 [dev-systemd-false 15/28] COPY --from=gowinres      /build/ /usr/local/bin/
07:53:49 [2022-07-28T07:53:49.156Z] #41 sha256:065740afbfdc55103851796b6f0c56b93e48983975f4ee971ced3f99b5e015cc
07:53:49 [2022-07-28T07:53:49.335Z] #19 294.3 Selecting previously unselected package libgcc-10-dev-arm64-cross.
07:53:49 [2022-07-28T07:53:49.335Z] #19 294.3 Preparing to unpack .../038-libgcc-10-dev-arm64-cross_10.2.1-6cross1_all.deb ...
07:53:49 [2022-07-28T07:53:49.335Z] #19 294.3 Unpacking libgcc-10-dev-arm64-cross (10.2.1-6cross1) ...
07:53:49 [2022-07-28T07:53:49.413Z] #41 DONE 0.1s
07:53:49 [2022-07-28T07:53:49.413Z] 
07:53:49 [2022-07-28T07:53:49.413Z] #45 [dev-systemd-false 16/28] COPY --from=tini          /build/ /usr/local/bin/
07:53:49 [2022-07-28T07:53:49.413Z] #45 sha256:503592b4f56cf391f0827bc3e45e1ae321b375ebbceb2057bf36ca0594ef34a3
07:53:49 [2022-07-28T07:53:49.413Z] #45 DONE 0.1s
07:53:49 [2022-07-28T07:53:49.413Z] 
07:53:49 [2022-07-28T07:53:49.413Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:53:49 [2022-07-28T07:53:49.413Z] #55 sha256:6a5ba43a879545395035c8edb2d77f5663eaeac2aed4ebd5825ef0a4ef562291
07:53:49 [2022-07-28T07:53:49.446Z] #20 DONE 1.7s
07:53:49 [2022-07-28T07:53:49.446Z] 
07:53:49 [2022-07-28T07:53:49.446Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
07:53:49 [2022-07-28T07:53:49.446Z] #21 sha256:b2570b2884beb6efe91186ba991258e6251478e74a93c353ccbb4b0299fab53d
07:53:49 [2022-07-28T07:53:49.903Z] #19 295.2 Selecting previously unselected package gcc-10-aarch64-linux-gnu.
07:53:49 [2022-07-28T07:53:49.998Z] #21 74.02 Setting up zip (3.0-12) ...
07:53:49 [2022-07-28T07:53:49.998Z] #21 74.04 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
07:53:49 [2022-07-28T07:53:49.998Z] #21 74.10 Setting up bash-completion (1:2.11-2) ...
07:53:50 [2022-07-28T07:53:50.162Z] #19 295.2 Preparing to unpack .../039-gcc-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ...
07:53:50 [2022-07-28T07:53:50.162Z] #19 295.2 Unpacking gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ...
07:53:51 [2022-07-28T07:53:51.349Z] #21 2.143 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
07:53:51 [2022-07-28T07:53:51.349Z] #21 2.323 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
07:53:51 [2022-07-28T07:53:51.349Z] #21 2.330 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
07:53:52 [2022-07-28T07:53:52.540Z] #21 ...
07:53:52 [2022-07-28T07:53:52.540Z] 
07:53:52 [2022-07-28T07:53:52.540Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:53:52 [2022-07-28T07:53:52.540Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:53:52 [2022-07-28T07:53:52.540Z] #77 205.2 checking for GNU libc compatible malloc... yes
07:53:52 [2022-07-28T07:53:52.540Z] #77 205.5 checking for stdlib.h... (cached) yes
07:53:52 [2022-07-28T07:53:52.540Z] #77 205.5 checking for GNU libc compatible realloc... yes
07:53:52 [2022-07-28T07:53:52.540Z] #77 205.8 checking for working strtod... yes
07:53:52 [2022-07-28T07:53:52.540Z] #77 206.3 checking for gettimeofday... yes
07:53:52 [2022-07-28T07:53:52.540Z] #77 206.5 checking for memset... yes
07:53:52 [2022-07-28T07:53:52.540Z] #77 206.9 checking for strspn... yes
07:53:52 [2022-07-28T07:53:52.540Z] #77 207.4 checking that generated files are newer than configure... done
07:53:52 [2022-07-28T07:53:52.540Z] #77 207.5 configure: creating ./config.status
07:53:52 [2022-07-28T07:53:52.540Z] #77 212.7 config.status: creating Makefile
07:53:52 [2022-07-28T07:53:52.540Z] #77 212.9 config.status: creating config.h
07:53:52 [2022-07-28T07:53:52.540Z] #77 213.0 config.status: executing depfiles commands
07:53:52 [2022-07-28T07:53:52.540Z] #77 213.3 config.status: executing libtool commands
07:53:52 [2022-07-28T07:53:52.540Z] #77 214.5   GEN      .version
07:53:52 [2022-07-28T07:53:52.540Z] #77 214.5 make  install-recursive
07:53:52 [2022-07-28T07:53:52.540Z] #77 214.5 make[1]: Entering directory '/tmp/crun-build'
07:53:52 [2022-07-28T07:53:52.540Z] #77 214.6 Making install in libocispec
07:53:52 [2022-07-28T07:53:52.540Z] #77 214.6 make[2]: Entering directory '/tmp/crun-build/libocispec'
07:53:52 [2022-07-28T07:53:52.540Z] #77 214.7 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema
07:53:52 [2022-07-28T07:53:52.540Z] #77 214.7 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema
07:53:52 [2022-07-28T07:53:52.540Z] #77 214.7 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems
07:53:52 [2022-07-28T07:53:52.540Z] #77 214.7 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic
07:53:52 [2022-07-28T07:53:52.540Z] #77 215.8 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success
07:53:52 [2022-07-28T07:53:52.724Z] #21 3.652 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
07:53:52 [2022-07-28T07:53:52.800Z] #77 216.0 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success
07:53:52 [2022-07-28T07:53:52.800Z] #77 216.0 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success
07:53:52 [2022-07-28T07:53:52.800Z] #77 216.0 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success
07:53:52 [2022-07-28T07:53:52.800Z] #77 216.0 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success
07:53:52 [2022-07-28T07:53:52.801Z] #77 216.0 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success
07:53:52 [2022-07-28T07:53:52.801Z] #77 216.0 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success
07:53:52 [2022-07-28T07:53:52.801Z] #77 216.0 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success
07:53:52 [2022-07-28T07:53:52.801Z] #77 216.0 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success
07:53:53 [2022-07-28T07:53:53.061Z] #77 216.2 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success
07:53:53 [2022-07-28T07:53:53.061Z] #77 216.2 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success
07:53:53 [2022-07-28T07:53:53.061Z] #77 216.2 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success
07:53:53 [2022-07-28T07:53:53.061Z] #77 216.2 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs.json       Success
07:53:53 [2022-07-28T07:53:53.061Z] #77 216.2 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success
07:53:53 [2022-07-28T07:53:53.061Z] #77 216.2 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success
07:53:53 [2022-07-28T07:53:53.061Z] #77 216.2 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success
07:53:53 [2022-07-28T07:53:53.631Z] #77 ...
07:53:53 [2022-07-28T07:53:53.631Z] 
07:53:53 [2022-07-28T07:53:53.631Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
07:53:53 [2022-07-28T07:53:53.631Z] #21 sha256:b2570b2884beb6efe91186ba991258e6251478e74a93c353ccbb4b0299fab53d
07:53:53 [2022-07-28T07:53:53.631Z] #21 77.63 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
07:53:53 [2022-07-28T07:53:53.631Z] #21 77.71 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
07:53:53 [2022-07-28T07:53:53.631Z] #21 77.74 Setting up libmnl0:amd64 (1.0.4-3) ...
07:53:53 [2022-07-28T07:53:53.631Z] #21 77.75 Setting up patch (2.7.6-7) ...
07:53:53 [2022-07-28T07:53:53.631Z] #21 77.76 Setting up sudo (1.9.5p2-3) ...
07:53:53 [2022-07-28T07:53:53.891Z] #21 77.96 invoke-rc.d: could not determine current runlevel
07:53:53 [2022-07-28T07:53:53.891Z] #21 78.05 invoke-rc.d: policy-rc.d denied execution of start.
07:53:53 [2022-07-28T07:53:53.891Z] #21 78.06 Setting up xfsprogs (5.10.0-4) ...
07:53:53 [2022-07-28T07:53:53.891Z] #21 78.07 Setting up libxtables12:amd64 (1.8.7-1) ...
07:53:53 [2022-07-28T07:53:53.891Z] #21 78.09 Setting up inetutils-ping (2:2.0-1) ...
07:53:53 [2022-07-28T07:53:53.891Z] #21 78.10 Setting up pigz (2.6-1) ...
07:53:54 [2022-07-28T07:53:54.099Z] #21 5.086 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [168 kB]
07:53:54 [2022-07-28T07:53:54.151Z] #21 78.12 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
07:53:54 [2022-07-28T07:53:54.151Z] #21 78.13 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
07:53:54 [2022-07-28T07:53:54.151Z] #21 78.15 Setting up python-pip-whl (20.3.4-4+deb11u1) ...
07:53:54 [2022-07-28T07:53:54.151Z] #21 78.16 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
07:53:54 [2022-07-28T07:53:54.667Z] #21 ...
07:53:54 [2022-07-28T07:53:54.667Z] 
07:53:54 [2022-07-28T07:53:54.667Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:53:54 [2022-07-28T07:53:54.667Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:53:54 [2022-07-28T07:53:54.667Z] #77 137.9 checking build system type... x86_64-pc-linux-gnu
07:53:54 [2022-07-28T07:53:54.667Z] #77 138.3 checking host system type... x86_64-pc-linux-gnu
07:53:54 [2022-07-28T07:53:54.667Z] #77 138.3 checking how to print strings... printf
07:53:54 [2022-07-28T07:53:54.667Z] #77 138.3 checking for gcc... gcc
07:53:54 [2022-07-28T07:53:54.667Z] #77 138.5 checking whether the C compiler works... yes
07:53:54 [2022-07-28T07:53:54.667Z] #77 138.8 checking for C compiler default output file name... a.out
07:53:54 [2022-07-28T07:53:54.667Z] #77 138.8 checking for suffix of executables... 
07:53:54 [2022-07-28T07:53:54.667Z] #77 139.2 checking whether we are cross compiling... no
07:53:54 [2022-07-28T07:53:54.667Z] #77 139.7 checking for suffix of object files... o
07:53:54 [2022-07-28T07:53:54.667Z] #77 140.0 checking whether we are using the GNU C compiler... yes
07:53:54 [2022-07-28T07:53:54.667Z] #77 140.2 checking whether gcc accepts -g... yes
07:53:54 [2022-07-28T07:53:54.667Z] #77 140.3 checking for gcc option to accept ISO C89... none needed
07:53:54 [2022-07-28T07:53:54.667Z] #77 140.6 checking whether gcc understands -c and -o together... yes
07:53:54 [2022-07-28T07:53:54.667Z] #77 141.1 checking for a sed that does not truncate output... /bin/sed
07:53:54 [2022-07-28T07:53:54.667Z] #77 141.1 checking for grep that handles long lines and -e... /bin/grep
07:53:54 [2022-07-28T07:53:54.667Z] #77 141.1 checking for egrep... /bin/grep -E
07:53:54 [2022-07-28T07:53:54.667Z] #77 141.1 checking for fgrep... /bin/grep -F
07:53:54 [2022-07-28T07:53:54.667Z] #77 141.1 checking for ld used by gcc... /usr/bin/ld
07:53:54 [2022-07-28T07:53:54.667Z] #77 141.2 checking if the linker (/usr/bin/ld) is GNU ld... yes
07:53:54 [2022-07-28T07:53:54.667Z] #77 141.2 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
07:53:54 [2022-07-28T07:53:54.667Z] #77 141.3 checking the name lister (/usr/bin/nm -B) interface... BSD nm
07:53:54 [2022-07-28T07:53:54.667Z] #77 141.4 checking whether ln -s works... yes
07:53:54 [2022-07-28T07:53:54.667Z] #77 141.4 checking the maximum length of command line arguments... 1572864
07:53:54 [2022-07-28T07:53:54.667Z] #77 141.5 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
07:53:54 [2022-07-28T07:53:54.667Z] #77 141.5 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
07:53:54 [2022-07-28T07:53:54.667Z] #77 141.5 checking for /usr/bin/ld option to reload object files... -r
07:53:54 [2022-07-28T07:53:54.667Z] #77 141.5 checking for objdump... objdump
07:53:54 [2022-07-28T07:53:54.667Z] #77 141.5 checking how to recognize dependent libraries... pass_all
07:53:54 [2022-07-28T07:53:54.667Z] #77 141.5 checking for dlltool... no
07:53:54 [2022-07-28T07:53:54.667Z] #77 141.5 checking how to associate runtime and link libraries... printf %s\n
07:53:54 [2022-07-28T07:53:54.667Z] #77 141.5 checking for ar... ar
07:53:54 [2022-07-28T07:53:54.667Z] #77 141.5 checking for archiver @FILE support... @
07:53:54 [2022-07-28T07:53:54.667Z] #77 141.7 checking for strip... strip
07:53:54 [2022-07-28T07:53:54.667Z] #77 141.7 checking for ranlib... ranlib
07:53:54 [2022-07-28T07:53:54.667Z] #77 141.7 checking for gawk... no
07:53:54 [2022-07-28T07:53:54.667Z] #77 141.7 checking for mawk... mawk
07:53:54 [2022-07-28T07:53:54.667Z] #77 141.7 checking command to parse /usr/bin/nm -B output from gcc object... ok
07:53:54 [2022-07-28T07:53:54.667Z] #77 142.4 checking for sysroot... no
07:53:54 [2022-07-28T07:53:54.667Z] #77 142.4 checking for a working dd... /bin/dd
07:53:54 [2022-07-28T07:53:54.667Z] #77 142.4 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
07:53:54 [2022-07-28T07:53:54.667Z] #77 142.7 checking for mt... no
07:53:54 [2022-07-28T07:53:54.667Z] #77 142.7 checking if : is a manifest tool... no
07:53:54 [2022-07-28T07:53:54.667Z] #77 142.8 checking how to run the C preprocessor... gcc -E
07:53:54 [2022-07-28T07:53:54.667Z] #77 143.4 checking for ANSI C header files... yes
07:53:54 [2022-07-28T07:53:54.667Z] #77 144.4 checking for sys/types.h... yes
07:53:54 [2022-07-28T07:53:54.667Z] #77 144.5 checking for sys/stat.h... yes
07:53:54 [2022-07-28T07:53:54.667Z] #77 144.9 checking for stdlib.h... yes
07:53:54 [2022-07-28T07:53:54.667Z] #77 145.1 checking for string.h... yes
07:53:54 [2022-07-28T07:53:54.667Z] #77 145.5 checking for memory.h... yes
07:53:54 [2022-07-28T07:53:54.667Z] #77 145.6 checking for strings.h... yes
07:53:54 [2022-07-28T07:53:54.667Z] #77 146.0 checking for inttypes.h... yes
07:53:55 [2022-07-28T07:53:55.091Z] #21 79.18 Setting up libaio1:amd64 (0.3.112-9) ...
07:53:55 [2022-07-28T07:53:55.091Z] #21 79.19 Setting up python3-lib2to3 (3.9.2-1) ...
07:53:55 [2022-07-28T07:53:55.184Z] #77 146.5 checking for stdint.h... yes
07:53:55 [2022-07-28T07:53:55.442Z] #77 146.8 checking for unistd.h... yes
07:53:55 [2022-07-28T07:53:55.959Z] #77 147.2 checking for dlfcn.h... 
07:53:55 [2022-07-28T07:53:55.959Z] #77 ...
07:53:55 [2022-07-28T07:53:55.959Z] 
07:53:55 [2022-07-28T07:53:55.959Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
07:53:55 [2022-07-28T07:53:55.959Z] #21 sha256:b2570b2884beb6efe91186ba991258e6251478e74a93c353ccbb4b0299fab53d
07:53:55 [2022-07-28T07:53:55.959Z] #21 7.014 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
07:53:56 [2022-07-28T07:53:56.031Z] #21 80.09 Setting up libelf1:amd64 (0.183-1) ...
07:53:56 [2022-07-28T07:53:56.031Z] #21 80.12 Setting up zstd (1.4.8+dfsg-2.1) ...
07:53:56 [2022-07-28T07:53:56.031Z] #21 80.19 Setting up libonig5:amd64 (6.9.6-1.1) ...
07:53:56 [2022-07-28T07:53:56.031Z] #21 80.23 Setting up python3-distutils (3.9.2-1) ...
07:53:57 [2022-07-28T07:53:57.083Z] #21 81.00 Setting up vim (2:8.2.2434-3+deb11u1) ...
07:53:57 [2022-07-28T07:53:57.083Z] #21 81.01 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
07:53:57 [2022-07-28T07:53:57.083Z] #21 81.02 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
07:53:57 [2022-07-28T07:53:57.083Z] #21 81.03 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
07:53:57 [2022-07-28T07:53:57.083Z] #21 81.03 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
07:53:57 [2022-07-28T07:53:57.083Z] #21 81.04 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
07:53:57 [2022-07-28T07:53:57.083Z] #21 81.06 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
07:53:57 [2022-07-28T07:53:57.083Z] #21 81.10 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
07:53:57 [2022-07-28T07:53:57.083Z] #21 81.11 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
07:53:57 [2022-07-28T07:53:57.083Z] #21 81.15 Setting up python3-setuptools (52.0.0-4) ...
07:53:58 [2022-07-28T07:53:58.283Z] #19 ...
07:53:58 [2022-07-28T07:53:58.283Z] 
07:53:58 [2022-07-28T07:53:58.283Z] #84 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:53:58 [2022-07-28T07:53:58.283Z] #84 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:53:58 [2022-07-28T07:53:58.283Z] #84 253.7   CCLD     tests/init
07:53:59 [2022-07-28T07:53:59.016Z] #21 83.30 Setting up libjq1:amd64 (1.6-2.1) ...
07:53:59 [2022-07-28T07:53:59.016Z] #21 83.31 Setting up libnftnl11:amd64 (1.1.9-1) ...
07:53:59 [2022-07-28T07:53:59.016Z] #21 83.35 Setting up thin-provisioning-tools (0.9.0-1) ...
07:53:59 [2022-07-28T07:53:59.276Z] #21 83.37 Setting up python3-pip (20.3.4-4+deb11u1) ...
07:54:01 [2022-07-28T07:54:01.228Z] #21 ...
07:54:01 [2022-07-28T07:54:01.228Z] 
07:54:01 [2022-07-28T07:54:01.228Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:54:01 [2022-07-28T07:54:01.228Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:54:01 [2022-07-28T07:54:01.228Z] #77 147.2 checking for dlfcn.h... yes
07:54:01 [2022-07-28T07:54:01.228Z] #77 147.6 checking for objdir... .libs
07:54:01 [2022-07-28T07:54:01.228Z] #77 148.3 checking if gcc supports -fno-rtti -fno-exceptions... no
07:54:01 [2022-07-28T07:54:01.228Z] #77 148.4 checking for gcc option to produce PIC... -fPIC -DPIC
07:54:01 [2022-07-28T07:54:01.228Z] #77 148.4 checking if gcc PIC flag -fPIC -DPIC works... yes
07:54:01 [2022-07-28T07:54:01.228Z] #77 148.6 checking if gcc static flag -static works... yes
07:54:01 [2022-07-28T07:54:01.228Z] #77 149.5 checking if gcc supports -c -o file.o... yes
07:54:01 [2022-07-28T07:54:01.228Z] #77 149.7 checking if gcc supports -c -o file.o... (cached) yes
07:54:01 [2022-07-28T07:54:01.228Z] #77 149.7 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
07:54:01 [2022-07-28T07:54:01.228Z] #77 149.8 checking dynamic linker characteristics... GNU/Linux ld.so
07:54:01 [2022-07-28T07:54:01.228Z] #77 150.2 checking how to hardcode library paths into programs... immediate
07:54:01 [2022-07-28T07:54:01.228Z] #77 150.2 checking whether stripping libraries is possible... yes
07:54:01 [2022-07-28T07:54:01.228Z] #77 150.2 checking if libtool supports shared libraries... yes
07:54:01 [2022-07-28T07:54:01.228Z] #77 150.2 checking whether to build shared libraries... no
07:54:01 [2022-07-28T07:54:01.228Z] #77 150.2 checking whether to build static libraries... yes
07:54:01 [2022-07-28T07:54:01.228Z] #77 150.2 checking for a BSD-compatible install... /usr/bin/install -c
07:54:01 [2022-07-28T07:54:01.228Z] #77 150.2 checking whether build environment is sane... yes
07:54:01 [2022-07-28T07:54:01.228Z] #77 150.3 checking for a thread-safe mkdir -p... /bin/mkdir -p
07:54:01 [2022-07-28T07:54:01.228Z] #77 150.3 checking whether make sets $(MAKE)... yes
07:54:01 [2022-07-28T07:54:01.228Z] #77 150.4 checking whether make supports the include directive... yes (GNU style)
07:54:01 [2022-07-28T07:54:01.228Z] #77 150.5 checking whether make supports nested variables... yes
07:54:01 [2022-07-28T07:54:01.228Z] #77 150.6 checking whether UID '0' is supported by ustar format... yes
07:54:01 [2022-07-28T07:54:01.228Z] #77 150.6 checking whether GID '0' is supported by ustar format... yes
07:54:01 [2022-07-28T07:54:01.228Z] #77 150.6 checking how to create a ustar tar archive... gnutar
07:54:01 [2022-07-28T07:54:01.228Z] #77 150.7 checking dependency style of gcc... gcc3
07:54:01 [2022-07-28T07:54:01.228Z] #77 150.9 checking whether to enable maintainer-specific portions of Makefiles... yes
07:54:01 [2022-07-28T07:54:01.228Z] #77 150.9 checking whether make supports nested variables... (cached) yes
07:54:01 [2022-07-28T07:54:01.228Z] #77 150.9 checking for gawk... (cached) mawk
07:54:01 [2022-07-28T07:54:01.228Z] #77 150.9 checking for a sed that does not truncate output... (cached) /bin/sed
07:54:01 [2022-07-28T07:54:01.228Z] #77 150.9 checking for gcc... (cached) gcc
07:54:01 [2022-07-28T07:54:01.228Z] #77 151.1 checking whether we are using the GNU C compiler... (cached) yes
07:54:01 [2022-07-28T07:54:01.228Z] #77 151.1 checking whether gcc accepts -g... (cached) yes
07:54:01 [2022-07-28T07:54:01.228Z] #77 151.1 checking for gcc option to accept ISO C89... (cached) none needed
07:54:01 [2022-07-28T07:54:01.228Z] #77 151.1 checking whether gcc understands -c and -o together... (cached) yes
07:54:01 [2022-07-28T07:54:01.228Z] #77 151.1 checking for a Python interpreter with version >= 3... python3
07:54:01 [2022-07-28T07:54:01.228Z] #77 151.2 checking for python3... /usr/bin/python3
07:54:01 [2022-07-28T07:54:01.228Z] #77 151.2 checking for python3 version... 3.9
07:54:01 [2022-07-28T07:54:01.228Z] #77 151.4 checking for python3 platform... linux
07:54:01 [2022-07-28T07:54:01.228Z] #77 151.5 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
07:54:01 [2022-07-28T07:54:01.228Z] #77 151.8 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
07:54:01 [2022-07-28T07:54:01.228Z] #77 152.0 checking for go-md2man... no
07:54:01 [2022-07-28T07:54:01.228Z] #77 152.0 checking error.h usability... yes
07:54:01 [2022-07-28T07:54:01.228Z] #77 152.4 checking error.h presence... yes
07:54:01 [2022-07-28T07:54:01.228Z] #77 152.6 checking for error.h... yes
07:54:01 [2022-07-28T07:54:01.486Z] #77 152.7 checking linux/openat2.h usability... yes
07:54:01 [2022-07-28T07:54:01.566Z] #84 ...
07:54:01 [2022-07-28T07:54:01.566Z] 
07:54:01 [2022-07-28T07:54:01.566Z] #54 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
07:54:01 [2022-07-28T07:54:01.566Z] #54 sha256:8a0b7c7abf06bbb1ab29c763b2e38d2fa012d03eb2e646559ec0a63c975a38c7
07:54:01 [2022-07-28T07:54:01.566Z] #54 DONE 318.2s
07:54:01 [2022-07-28T07:54:01.566Z] 
07:54:01 [2022-07-28T07:54:01.566Z] #62 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:54:01 [2022-07-28T07:54:01.566Z] #62 sha256:6a5ba43a879545395035c8edb2d77f5663eaeac2aed4ebd5825ef0a4ef562291
07:54:01 [2022-07-28T07:54:01.743Z] #77 153.1 checking linux/openat2.h presence... yes
07:54:01 [2022-07-28T07:54:01.743Z] #77 153.2 checking for linux/openat2.h... yes
07:54:01 [2022-07-28T07:54:01.752Z] #77 202.0   CCLD     tests/init
07:54:01 [2022-07-28T07:54:01.827Z] #21 85.61 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ...
07:54:01 [2022-07-28T07:54:01.827Z] #21 85.61 Setting up jq (1.6-2.1) ...
07:54:01 [2022-07-28T07:54:01.827Z] #21 85.63 Setting up libbpf0:amd64 (1:0.3-2) ...
07:54:01 [2022-07-28T07:54:01.827Z] #21 85.76 Setting up iptables (1.8.7-1) ...
07:54:01 [2022-07-28T07:54:01.827Z] #21 85.78 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
07:54:01 [2022-07-28T07:54:01.827Z] #21 85.79 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
07:54:01 [2022-07-28T07:54:01.827Z] #21 85.82 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
07:54:01 [2022-07-28T07:54:01.827Z] #21 85.82 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
07:54:01 [2022-07-28T07:54:01.827Z] #21 85.85 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
07:54:01 [2022-07-28T07:54:01.827Z] #21 85.87 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
07:54:01 [2022-07-28T07:54:01.827Z] #21 85.90 Setting up iproute2 (5.10.0-4) ...
07:54:02 [2022-07-28T07:54:02.676Z] #77 153.5 checking for copy_file_range... yes
07:54:02 [2022-07-28T07:54:02.771Z] #21 86.72 Processing triggers for libc-bin (2.31-13+deb11u3) ...
07:54:02 [2022-07-28T07:54:02.935Z] #77 154.1 checking for fgetxattr... yes
07:54:03 [2022-07-28T07:54:03.343Z] #21 DONE 87.5s
07:54:03 [2022-07-28T07:54:03.343Z] 
07:54:03 [2022-07-28T07:54:03.343Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:54:03 [2022-07-28T07:54:03.343Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:54:03 [2022-07-28T07:54:03.343Z] #77 217.6 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success
07:54:03 [2022-07-28T07:54:03.343Z] #77 217.6 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs.json     Success
07:54:03 [2022-07-28T07:54:03.343Z] #77 217.6 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success
07:54:03 [2022-07-28T07:54:03.343Z] #77 217.6 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success
07:54:03 [2022-07-28T07:54:03.343Z] #77 217.6 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json  Success
07:54:03 [2022-07-28T07:54:03.343Z] #77 217.6 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success
07:54:03 [2022-07-28T07:54:03.343Z] #77 217.6 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success
07:54:03 [2022-07-28T07:54:03.343Z] #77 217.6 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success
07:54:03 [2022-07-28T07:54:03.343Z] #77 217.6 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success
07:54:03 [2022-07-28T07:54:03.343Z] #77 217.6 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success
07:54:03 [2022-07-28T07:54:03.343Z] #77 217.6 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success
07:54:03 [2022-07-28T07:54:03.343Z] #77 217.6 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success
07:54:03 [2022-07-28T07:54:03.343Z] #77 217.7 make  install-recursive
07:54:03 [2022-07-28T07:54:03.343Z] #77 217.7 make[3]: Entering directory '/tmp/crun-build/libocispec'
07:54:03 [2022-07-28T07:54:03.343Z] #77 217.7 Making install in yajl
07:54:03 [2022-07-28T07:54:03.343Z] #77 217.8 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl'
07:54:03 [2022-07-28T07:54:03.343Z] #77 217.8   CC       verify/json_verify-json_verify.o
07:54:03 [2022-07-28T07:54:03.343Z] #77 217.8   CC       src/libyajl_la-yajl_alloc.lo
07:54:03 [2022-07-28T07:54:03.343Z] #77 217.8   CC       src/libyajl_la-yajl_gen.lo
07:54:03 [2022-07-28T07:54:03.343Z] #77 217.8   CC       src/libyajl_la-yajl.lo
07:54:03 [2022-07-28T07:54:03.343Z] #77 217.8   CC       src/libyajl_la-yajl_parser.lo
07:54:03 [2022-07-28T07:54:03.343Z] #77 217.8   CC       src/libyajl_la-yajl_buf.lo
07:54:03 [2022-07-28T07:54:03.343Z] #77 217.9   CC       src/libyajl_la-yajl_encode.lo
07:54:03 [2022-07-28T07:54:03.343Z] #77 217.9   CC       src/libyajl_la-yajl_lex.lo
07:54:03 [2022-07-28T07:54:03.343Z] #77 218.0   CC       src/libyajl_la-yajl_tree.lo
07:54:03 [2022-07-28T07:54:03.343Z] #77 ...
07:54:03 [2022-07-28T07:54:03.343Z] 
07:54:03 [2022-07-28T07:54:03.343Z] #22 [dev-systemd-false  8/28] RUN update-alternatives --set iptables  /usr/sbin/iptables-legacy  || true  && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true  && update-alternatives --set arptables /usr/sbin/arptables-legacy || true
07:54:03 [2022-07-28T07:54:03.343Z] #22 sha256:a7a23a8ede6b7a6f487f3bfe1318aaaaa4d3939d4a5cceaee6561cf42a4ef5ca
07:54:03 [2022-07-28T07:54:03.759Z] #77 154.7 checking for statx... yes
07:54:04 [2022-07-28T07:54:04.017Z] #77 155.2 checking for fgetpwent_r... yes
07:54:04 [2022-07-28T07:54:04.334Z] #55 ...
07:54:04 [2022-07-28T07:54:04.334Z] 
07:54:04 [2022-07-28T07:54:04.334Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:54:04 [2022-07-28T07:54:04.334Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:54:04 [2022-07-28T07:54:04.334Z] #77 186.9   CCLD     libocispec.la
07:54:04 [2022-07-28T07:54:04.334Z] #77 187.3   CCLD     src/validate
07:54:04 [2022-07-28T07:54:04.334Z] #77 187.3   CCLD     tests/test-1
07:54:04 [2022-07-28T07:54:04.334Z] #77 187.3   CCLD     tests/test-2
07:54:04 [2022-07-28T07:54:04.334Z] #77 187.3   CCLD     tests/test-3
07:54:04 [2022-07-28T07:54:04.334Z] #77 187.4   CCLD     tests/test-4
07:54:04 [2022-07-28T07:54:04.334Z] #77 187.5   CCLD     tests/test-5
07:54:04 [2022-07-28T07:54:04.334Z] #77 187.5   CCLD     tests/test-6
07:54:04 [2022-07-28T07:54:04.334Z] #77 187.6   CCLD     tests/test-7
07:54:04 [2022-07-28T07:54:04.334Z] #77 187.6   CCLD     tests/test-8
07:54:04 [2022-07-28T07:54:04.334Z] #77 187.8   CCLD     tests/test-9
07:54:04 [2022-07-28T07:54:04.334Z] #77 187.8   CCLD     tests/test-10
07:54:04 [2022-07-28T07:54:04.334Z] #77 187.9 /bin/bash ./libtool --mode=link  libocispec.la -o libocispec.a
07:54:04 [2022-07-28T07:54:04.334Z] #77 188.1   CCLD     tests/test-11
07:54:04 [2022-07-28T07:54:04.585Z] #77 155.7 checking for issetugid... no
07:54:04 [2022-07-28T07:54:04.585Z] #77 156.1 checking for pkg-config... /usr/bin/pkg-config
07:54:04 [2022-07-28T07:54:04.585Z] #77 156.1 checking pkg-config is at least version 0.9.0... yes
07:54:04 [2022-07-28T07:54:04.766Z] #22 1.389 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
07:54:04 [2022-07-28T07:54:04.766Z] #22 1.394 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
07:54:04 [2022-07-28T07:54:04.766Z] #22 1.398 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
07:54:04 [2022-07-28T07:54:04.766Z] #22 DONE 1.5s
07:54:04 [2022-07-28T07:54:04.766Z] 
07:54:04 [2022-07-28T07:54:04.766Z] #23 [dev-systemd-false  9/28] RUN pip3 install yamllint==1.26.1
07:54:04 [2022-07-28T07:54:04.766Z] #23 sha256:6783f041127915e40a3b7d4af36980ace78b099a35377f97a26613b3cda2327c
07:54:04 [2022-07-28T07:54:04.898Z] #77 190.0 libtool: link: ar cr libocispec.a 
07:54:04 [2022-07-28T07:54:04.898Z] #77 190.0 libtool: link: ranlib libocispec.a
07:54:05 [2022-07-28T07:54:05.153Z] #77 156.1 checking for library containing yajl_tree_get... -lyajl
07:54:05 [2022-07-28T07:54:05.153Z] #77 156.6 checking for yajl >= 2.0.0... yes
07:54:05 [2022-07-28T07:54:05.153Z] #77 156.6 checking sys/capability.h usability... yes
07:54:05 [2022-07-28T07:54:05.411Z] #77 156.8 checking sys/capability.h presence... yes
07:54:05 [2022-07-28T07:54:05.411Z] #77 156.9 checking for sys/capability.h... yes
07:54:05 [2022-07-28T07:54:05.981Z] #77 156.9 checking for library containing cap_from_name... -lcap
07:54:06 [2022-07-28T07:54:06.550Z] #77 157.5 checking for library containing dlopen... -ldl
07:54:06 [2022-07-28T07:54:06.788Z] #77 191.4 make[5]: Entering directory '/tmp/crun-build/libocispec'
07:54:06 [2022-07-28T07:54:06.788Z] #77 191.5 make[5]: Nothing to be done for 'install-exec-am'.
07:54:06 [2022-07-28T07:54:06.788Z] #77 191.5 make[5]: Nothing to be done for 'install-data-am'.
07:54:06 [2022-07-28T07:54:06.788Z] #77 191.5 make[5]: Leaving directory '/tmp/crun-build/libocispec'
07:54:06 [2022-07-28T07:54:06.788Z] #77 191.5 make[4]: Leaving directory '/tmp/crun-build/libocispec'
07:54:06 [2022-07-28T07:54:06.788Z] #77 191.5 make[3]: Leaving directory '/tmp/crun-build/libocispec'
07:54:06 [2022-07-28T07:54:06.788Z] #77 191.5 make[2]: Leaving directory '/tmp/crun-build/libocispec'
07:54:06 [2022-07-28T07:54:06.788Z] #77 191.5 make[2]: Entering directory '/tmp/crun-build'
07:54:06 [2022-07-28T07:54:06.788Z] #77 191.6   CC       src/libcrun/libcrun_testing_a-utils.o
07:54:06 [2022-07-28T07:54:06.788Z] #77 191.6   CC       src/libcrun/libcrun_testing_a-cloned_binary.o
07:54:06 [2022-07-28T07:54:06.788Z] #77 191.6   CC       src/libcrun/libcrun_testing_a-cgroup.o
07:54:06 [2022-07-28T07:54:06.788Z] #77 191.6   CC       src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o
07:54:06 [2022-07-28T07:54:06.788Z] #77 191.6   CC       src/libcrun/libcrun_testing_a-container.o
07:54:06 [2022-07-28T07:54:06.788Z] #77 191.6   CC       src/libcrun/libcrun_testing_a-cgroup-resources.o
07:54:06 [2022-07-28T07:54:06.788Z] #77 191.6   CC       src/libcrun/libcrun_testing_a-cgroup-setup.o
07:54:06 [2022-07-28T07:54:06.788Z] #77 191.7   CC       src/libcrun/libcrun_testing_a-cgroup-systemd.o
07:54:06 [2022-07-28T07:54:06.788Z] #77 191.7   CC       src/libcrun/libcrun_testing_a-cgroup-utils.o
07:54:06 [2022-07-28T07:54:06.788Z] #77 191.7   CC       src/libcrun/libcrun_testing_a-criu.o
07:54:06 [2022-07-28T07:54:06.809Z] #77 158.1 checking seccomp.h usability... yes
07:54:07 [2022-07-28T07:54:07.043Z] #77 191.9   CC       src/libcrun/libcrun_testing_a-custom-handler.o
07:54:07 [2022-07-28T07:54:07.043Z] #77 191.9   CC       src/libcrun/libcrun_testing_a-linux.o
07:54:07 [2022-07-28T07:54:07.043Z] #77 192.0   CC       src/libcrun/libcrun_testing_a-seccomp.o
07:54:07 [2022-07-28T07:54:07.043Z] #77 192.0   CC       src/libcrun/libcrun_testing_a-ebpf.o
07:54:07 [2022-07-28T07:54:07.043Z] #77 192.1   CC       src/libcrun/libcrun_testing_a-error.o
07:54:07 [2022-07-28T07:54:07.068Z] #77 158.3 checking seccomp.h presence... yes
07:54:07 [2022-07-28T07:54:07.068Z] #77 158.5 checking for seccomp.h... yes
07:54:07 [2022-07-28T07:54:07.299Z] #77 192.2   CC       src/libcrun/libcrun_testing_a-status.o
07:54:07 [2022-07-28T07:54:07.299Z] #77 192.2   CC       src/libcrun/libcrun_testing_a-terminal.o
07:54:07 [2022-07-28T07:54:07.299Z] #77 192.3   CC       src/libcrun/libcrun_testing_a-chroot_realpath.o
07:54:07 [2022-07-28T07:54:07.299Z] #77 192.4   CC       src/libcrun/libcrun_testing_a-signals.o
07:54:07 [2022-07-28T07:54:07.556Z] #77 192.5   CC       src/libcrun/libcrun_testing_a-mount_flags.o
07:54:07 [2022-07-28T07:54:07.556Z] #77 192.5   CC       src/libcrun/libcrun_testing_a-seccomp_notify.o
07:54:07 [2022-07-28T07:54:07.556Z] #77 192.6   CC       src/libcrun/handlers/libcrun_testing_a-handler-utils.o
07:54:07 [2022-07-28T07:54:07.636Z] #77 158.5 checking for library containing seccomp_rule_add... -lseccomp
07:54:07 [2022-07-28T07:54:07.636Z] #77 159.1 checking for library containing seccomp_arch_resolve_name... none required
07:54:07 [2022-07-28T07:54:07.813Z] #77 192.7   CC       src/libcrun/handlers/libcrun_testing_a-krun.o
07:54:07 [2022-07-28T07:54:07.813Z] #77 192.8   CC       src/libcrun/handlers/libcrun_testing_a-wasmedge.o
07:54:07 [2022-07-28T07:54:07.813Z] #77 192.8   CC       src/libcrun/handlers/libcrun_testing_a-wasmer.o
07:54:07 [2022-07-28T07:54:07.813Z] #77 192.9   CC       tests/tests_libcrun_errors-tests_libcrun_errors.o
07:54:07 [2022-07-28T07:54:07.813Z] #77 192.9   CC       tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o
07:54:08 [2022-07-28T07:54:08.153Z] #77 159.3 checking systemd/sd-bus.h usability... yes
07:54:08 [2022-07-28T07:54:08.376Z] #77 193.4   CC       src/crun-crun.o
07:54:08 [2022-07-28T07:54:08.376Z] #77 193.5   CC       src/crun-run.o
07:54:08 [2022-07-28T07:54:08.412Z] #77 159.7 checking systemd/sd-bus.h presence... yes
07:54:08 [2022-07-28T07:54:08.412Z] #77 159.8 checking for systemd/sd-bus.h... yes
07:54:08 [2022-07-28T07:54:08.671Z] #77 159.8 checking for library containing sd_bus_match_signal_async... -lsystemd
07:54:08 [2022-07-28T07:54:08.930Z] #77 160.3 checking for sd_notify_barrier... 
07:54:08 [2022-07-28T07:54:08.930Z] #77 ...
07:54:08 [2022-07-28T07:54:08.930Z] 
07:54:08 [2022-07-28T07:54:08.930Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
07:54:08 [2022-07-28T07:54:08.930Z] #60 sha256:8681e791a8c1bfec6b30de181023d56060d01659e706a3c73e24a3e811fc89a4
07:54:08 [2022-07-28T07:54:08.930Z] #60 19.24 + cd /tmp/tmp.3FpKjDvTks/src/github.com/opencontainers/runc
07:54:08 [2022-07-28T07:54:08.930Z] #60 19.24 + git checkout -q v1.1.2
07:54:08 [2022-07-28T07:54:08.930Z] #60 20.15 + '[' -z '' ']'
07:54:08 [2022-07-28T07:54:08.930Z] #60 20.15 + target=static
07:54:08 [2022-07-28T07:54:08.930Z] #60 20.15 + make BUILDTAGS=seccomp static
07:54:08 [2022-07-28T07:54:08.930Z] #60 20.91 CGO_ENABLED=1 go build -trimpath  -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.2-0-ga916309f -X main.version=1.1.2 " -o runc .
07:54:08 [2022-07-28T07:54:08.930Z] #60 ...
07:54:08 [2022-07-28T07:54:08.930Z] 
07:54:08 [2022-07-28T07:54:08.930Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:54:08 [2022-07-28T07:54:08.930Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:54:08 [2022-07-28T07:54:08.930Z] #77 160.3 checking for sd_notify_barrier... yes
07:54:08 [2022-07-28T07:54:08.939Z] #77 193.7   CC       src/crun-delete.o
07:54:08 [2022-07-28T07:54:08.939Z] #77 193.8   CC       src/crun-kill.o
07:54:08 [2022-07-28T07:54:08.939Z] #77 193.9   CC       src/crun-pause.o
07:54:08 [2022-07-28T07:54:08.939Z] #77 194.0   CC       src/crun-unpause.o
07:54:09 [2022-07-28T07:54:09.189Z] #77 160.5 checking linux/bpf.h usability... yes
07:54:09 [2022-07-28T07:54:09.189Z] #77 160.8 checking linux/bpf.h presence... yes
07:54:09 [2022-07-28T07:54:09.189Z] #77 160.8 checking for linux/bpf.h... yes
07:54:09 [2022-07-28T07:54:09.447Z] #77 160.9 checking compilation for eBPF... yes
07:54:09 [2022-07-28T07:54:09.447Z] #77 161.1 checking for criu >= 3.15... no
07:54:09 [2022-07-28T07:54:09.447Z] #77 161.1 configure: CRIU headers not found, building without CRIU support
07:54:09 [2022-07-28T07:54:09.447Z] #77 161.1 checking for criu > 3.16... no
07:54:09 [2022-07-28T07:54:09.447Z] #77 161.1 configure: CRIU version doesn't support join-ns API
07:54:09 [2022-07-28T07:54:09.501Z] #77 194.3   CC       src/crun-spec.o
07:54:09 [2022-07-28T07:54:09.501Z] #77 194.5   CC       src/crun-exec.o
07:54:09 [2022-07-28T07:54:09.710Z] #77 161.2 checking for criu > 3.16.1... no
07:54:09 [2022-07-28T07:54:09.711Z] #77 161.2 configure: CRIU version doesn't support for pre-dumping
07:54:09 [2022-07-28T07:54:09.711Z] #77 161.2 checking for new mount API (fsconfig)... yes
07:54:09 [2022-07-28T07:54:09.711Z] #77 161.3 checking for seccomp notify API... yes
07:54:09 [2022-07-28T07:54:09.757Z] #77 194.6   CC       src/crun-list.o
07:54:09 [2022-07-28T07:54:09.757Z] #77 194.7   CC       src/crun-create.o
07:54:09 [2022-07-28T07:54:09.757Z] #77 194.8   CC       src/crun-start.o
07:54:09 [2022-07-28T07:54:09.974Z] #77 161.5 checking for gperf... no
07:54:09 [2022-07-28T07:54:09.974Z] #77 161.5 configure: gperf not found - cannot rebuild signal parser code
07:54:10 [2022-07-28T07:54:10.014Z] #77 194.9   CC       src/crun-state.o
07:54:10 [2022-07-28T07:54:10.050Z] #23 ...
07:54:10 [2022-07-28T07:54:10.051Z] 
07:54:10 [2022-07-28T07:54:10.051Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:54:10 [2022-07-28T07:54:10.051Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:54:10 [2022-07-28T07:54:10.051Z] #77 227.2   CCLD     libyajl.la
07:54:10 [2022-07-28T07:54:10.051Z] #77 227.9   CCLD     verify/json_verify
07:54:10 [2022-07-28T07:54:10.051Z] #77 228.6 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl'
07:54:10 [2022-07-28T07:54:10.051Z] #77 228.6 make[5]: Nothing to be done for 'install-exec-am'.
07:54:10 [2022-07-28T07:54:10.051Z] #77 228.6 make[5]: Nothing to be done for 'install-data-am'.
07:54:10 [2022-07-28T07:54:10.051Z] #77 228.6 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl'
07:54:10 [2022-07-28T07:54:10.051Z] #77 228.6 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl'
07:54:10 [2022-07-28T07:54:10.051Z] #77 228.6 make[4]: Entering directory '/tmp/crun-build/libocispec'
07:54:10 [2022-07-28T07:54:10.051Z] #77 228.8   CC       src/validate.o
07:54:10 [2022-07-28T07:54:10.051Z] #77 228.8   CC       src/image_spec_schema_config_schema.lo
07:54:10 [2022-07-28T07:54:10.051Z] #77 228.8   CC       src/image_spec_schema_content_descriptor.lo
07:54:10 [2022-07-28T07:54:10.051Z] #77 228.8   CC       src/image_spec_schema_defs.lo
07:54:10 [2022-07-28T07:54:10.051Z] #77 228.8   CC       src/image_spec_schema_defs_descriptor.lo
07:54:10 [2022-07-28T07:54:10.051Z] #77 228.8   CC       src/image_spec_schema_image_index_schema.lo
07:54:10 [2022-07-28T07:54:10.051Z] #77 228.9   CC       src/image_spec_schema_image_manifest_schema.lo
07:54:10 [2022-07-28T07:54:10.051Z] #77 228.9   CC       src/image_spec_schema_image_layout_schema.lo
07:54:10 [2022-07-28T07:54:10.051Z] #77 228.9   CC       src/runtime_spec_schema_config_zos.lo
07:54:10 [2022-07-28T07:54:10.051Z] #77 228.9   CC       src/runtime_spec_schema_config_linux.lo
07:54:10 [2022-07-28T07:54:10.051Z] #77 228.9   CC       src/runtime_spec_schema_config_solaris.lo
07:54:10 [2022-07-28T07:54:10.051Z] #77 229.0   CC       src/runtime_spec_schema_config_schema.lo
07:54:10 [2022-07-28T07:54:10.051Z] #77 229.0   CC       src/runtime_spec_schema_config_windows.lo
07:54:10 [2022-07-28T07:54:10.051Z] #77 229.0   CC       src/runtime_spec_schema_config_vm.lo
07:54:10 [2022-07-28T07:54:10.051Z] #77 229.0   CC       src/runtime_spec_schema_defs.lo
07:54:10 [2022-07-28T07:54:10.051Z] #77 229.2   CC       src/runtime_spec_schema_defs_zos.lo
07:54:10 [2022-07-28T07:54:10.051Z] #77 229.2   CC       src/runtime_spec_schema_defs_vm.lo
07:54:10 [2022-07-28T07:54:10.051Z] #77 229.2   CC       src/runtime_spec_schema_defs_linux.lo
07:54:10 [2022-07-28T07:54:10.051Z] #77 229.3   CC       src/runtime_spec_schema_defs_windows.lo
07:54:10 [2022-07-28T07:54:10.051Z] #77 229.3   CC       src/runtime_spec_schema_state_schema.lo
07:54:10 [2022-07-28T07:54:10.051Z] #77 229.4   CC       src/basic_test_double_array_item.lo
07:54:10 [2022-07-28T07:54:10.051Z] #77 229.4   CC       src/basic_test_double_array.lo
07:54:10 [2022-07-28T07:54:10.051Z] #77 229.5   CC       src/basic_test_top_array_int.lo
07:54:10 [2022-07-28T07:54:10.051Z] #77 229.5   CC       src/image_manifest_items_image_manifest_items_schema.lo
07:54:10 [2022-07-28T07:54:10.051Z] #77 229.5   CC       src/basic_test_top_array_string.lo
07:54:10 [2022-07-28T07:54:10.051Z] #77 229.6   CC       src/basic_test_top_double_array_int.lo
07:54:10 [2022-07-28T07:54:10.051Z] #77 229.7   CC       src/basic_test_top_double_array_obj.lo
07:54:10 [2022-07-28T07:54:10.051Z] #77 229.7   CC       src/basic_test_top_double_array_refobj.lo
07:54:10 [2022-07-28T07:54:10.051Z] #77 229.8   CC       src/basic_test_top_double_array_string.lo
07:54:10 [2022-07-28T07:54:10.051Z] #77 229.9   CC       src/json_common.lo
07:54:10 [2022-07-28T07:54:10.051Z] #77 229.9   CC       src/read-file.lo
07:54:10 [2022-07-28T07:54:10.051Z] #77 229.9   CC       tests/test-1.o
07:54:10 [2022-07-28T07:54:10.051Z] #77 230.0   CC       tests/test-2.o
07:54:10 [2022-07-28T07:54:10.051Z] #77 230.1   CC       tests/test-3.o
07:54:10 [2022-07-28T07:54:10.051Z] #77 230.2   CC       tests/test-4.o
07:54:10 [2022-07-28T07:54:10.051Z] #77 230.3   CC       tests/test-5.o
07:54:10 [2022-07-28T07:54:10.051Z] #77 230.3   CC       tests/test-7.o
07:54:10 [2022-07-28T07:54:10.051Z] #77 230.4   CC       tests/test-8.o
07:54:10 [2022-07-28T07:54:10.051Z] #77 230.4   CC       tests/test-9.o
07:54:10 [2022-07-28T07:54:10.051Z] #77 230.5   CC       tests/test-6.o
07:54:10 [2022-07-28T07:54:10.051Z] #77 230.5   CC       tests/test-10.o
07:54:10 [2022-07-28T07:54:10.051Z] #77 230.5   CC       tests/test-11.o
07:54:10 [2022-07-28T07:54:10.231Z] #77 161.5 checking for library containing argp_parse... none required
07:54:10 [2022-07-28T07:54:10.270Z] #77 195.2   CC       src/crun-update.o
07:54:10 [2022-07-28T07:54:10.490Z] #77 162.1 checking that generated files are newer than configure... done
07:54:10 [2022-07-28T07:54:10.490Z] #77 162.1 configure: creating ./config.status
07:54:10 [2022-07-28T07:54:10.526Z] #77 195.4   CC       src/crun-ps.o
07:54:10 [2022-07-28T07:54:10.526Z] #77 195.6   CC       src/crun-checkpoint.o
07:54:10 [2022-07-28T07:54:10.782Z] #77 195.6   CC       src/crun-restore.o
07:54:10 [2022-07-28T07:54:10.782Z] #77 195.7   CC       src/libcrun/libcrun_la-utils.lo
07:54:11 [2022-07-28T07:54:11.038Z] #77 196.0   CC       src/libcrun/libcrun_la-cloned_binary.lo
07:54:11 [2022-07-28T07:54:11.038Z] #77 196.1   CC       src/libcrun/libcrun_la-container.lo
07:54:11 [2022-07-28T07:54:11.294Z] #77 196.2   CC       src/libcrun/libcrun_la-cgroup.lo
07:54:11 [2022-07-28T07:54:11.550Z] #77 196.5   CC       src/libcrun/libcrun_la-cgroup-cgroupfs.lo
07:54:11 [2022-07-28T07:54:11.550Z] #77 196.6   CC       src/libcrun/libcrun_la-cgroup-resources.lo
07:54:11 [2022-07-28T07:54:11.551Z] #62 ...
07:54:11 [2022-07-28T07:54:11.551Z] 
07:54:11 [2022-07-28T07:54:11.551Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             crossbuild-essential-arm64             crossbuild-essential-armel             crossbuild-essential-armhf             crossbuild-essential-ppc64el             crossbuild-essential-s390x
07:54:11 [2022-07-28T07:54:11.551Z] #19 sha256:423b64bc9d7cc359d630e3fe0a1b98d707aeff14b0c78f2d44bf08c4c29a169b
07:54:11 [2022-07-28T07:54:11.551Z] #19 315.6 Selecting previously unselected package gcc-aarch64-linux-gnu.
07:54:11 [2022-07-28T07:54:11.551Z] #19 315.6 Preparing to unpack .../040-gcc-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ...
07:54:11 [2022-07-28T07:54:11.551Z] #19 315.6 Unpacking gcc-aarch64-linux-gnu (4:10.2.1-1) ...
07:54:11 [2022-07-28T07:54:11.551Z] #19 315.7 Selecting previously unselected package linux-libc-dev-arm64-cross.
07:54:11 [2022-07-28T07:54:11.551Z] #19 315.7 Preparing to unpack .../041-linux-libc-dev-arm64-cross_5.10.13-1cross4_all.deb ...
07:54:11 [2022-07-28T07:54:11.551Z] #19 315.7 Unpacking linux-libc-dev-arm64-cross (5.10.13-1cross4) ...
07:54:11 [2022-07-28T07:54:11.551Z] #19 316.1 Selecting previously unselected package libc6-dev-arm64-cross.
07:54:11 [2022-07-28T07:54:11.551Z] #19 316.1 Preparing to unpack .../042-libc6-dev-arm64-cross_2.31-9cross4_all.deb ...
07:54:11 [2022-07-28T07:54:11.551Z] #19 316.1 Unpacking libc6-dev-arm64-cross (2.31-9cross4) ...
07:54:11 [2022-07-28T07:54:11.551Z] #19 316.7 Selecting previously unselected package libstdc++-10-dev-arm64-cross.
07:54:11 [2022-07-28T07:54:11.551Z] #19 316.7 Preparing to unpack .../043-libstdc++-10-dev-arm64-cross_10.2.1-6cross1_all.deb ...
07:54:11 [2022-07-28T07:54:11.551Z] #19 316.7 Unpacking libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ...
07:54:11 [2022-07-28T07:54:11.840Z] #77 196.8   CC       src/libcrun/libcrun_la-cgroup-setup.lo
07:54:12 [2022-07-28T07:54:12.096Z] #77 197.0   CC       src/libcrun/libcrun_la-cgroup-systemd.lo
07:54:12 [2022-07-28T07:54:12.096Z] #77 197.2   CC       src/libcrun/libcrun_la-cgroup-utils.lo
07:54:12 [2022-07-28T07:54:12.120Z] #19 317.3 Selecting previously unselected package g++-10-aarch64-linux-gnu.
07:54:12 [2022-07-28T07:54:12.120Z] #19 317.3 Preparing to unpack .../044-g++-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ...
07:54:12 [2022-07-28T07:54:12.120Z] #19 317.3 Unpacking g++-10-aarch64-linux-gnu (10.2.1-6cross1) ...
07:54:12 [2022-07-28T07:54:12.352Z] #77 197.3   CC       src/libcrun/libcrun_la-criu.lo
07:54:12 [2022-07-28T07:54:12.608Z] #77 197.6   CC       src/libcrun/libcrun_la-custom-handler.lo
07:54:12 [2022-07-28T07:54:12.608Z] #77 197.7   CC       src/libcrun/libcrun_la-linux.lo
07:54:12 [2022-07-28T07:54:12.864Z] #77 197.9   CC       src/libcrun/libcrun_la-seccomp.lo
07:54:13 [2022-07-28T07:54:13.427Z] #77 198.1   CC       src/libcrun/libcrun_la-ebpf.lo
07:54:13 [2022-07-28T07:54:13.684Z] #77 198.5   CC       src/libcrun/libcrun_la-error.lo
07:54:13 [2022-07-28T07:54:13.684Z] #77 198.5   CC       src/libcrun/libcrun_la-status.lo
07:54:13 [2022-07-28T07:54:13.940Z] #77 198.9   CC       src/libcrun/libcrun_la-terminal.lo
07:54:14 [2022-07-28T07:54:14.197Z] #77 199.1   CC       src/libcrun/libcrun_la-chroot_realpath.lo
07:54:14 [2022-07-28T07:54:14.197Z] #77 199.2   CC       src/libcrun/libcrun_la-signals.lo
07:54:14 [2022-07-28T07:54:14.680Z] #77 ...
07:54:14 [2022-07-28T07:54:14.680Z] 
07:54:14 [2022-07-28T07:54:14.680Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
07:54:14 [2022-07-28T07:54:14.680Z] #21 sha256:b2570b2884beb6efe91186ba991258e6251478e74a93c353ccbb4b0299fab53d
07:54:14 [2022-07-28T07:54:14.680Z] #21 14.89 Fetched 8561 kB in 13s (650 kB/s)
07:54:14 [2022-07-28T07:54:14.680Z] #21 14.89 Reading package lists...
07:54:14 [2022-07-28T07:54:14.680Z] #21 19.56 Reading package lists...
07:54:14 [2022-07-28T07:54:14.680Z] #21 23.62 Building dependency tree...
07:54:14 [2022-07-28T07:54:14.680Z] #21 ...
07:54:14 [2022-07-28T07:54:14.680Z] 
07:54:14 [2022-07-28T07:54:14.680Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:54:14 [2022-07-28T07:54:14.680Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:54:14 [2022-07-28T07:54:14.680Z] #77 165.6 config.status: creating Makefile
07:54:14 [2022-07-28T07:54:14.680Z] #77 165.7 config.status: creating rpm/crun.spec
07:54:14 [2022-07-28T07:54:14.680Z] #77 165.8 config.status: creating config.h
07:54:14 [2022-07-28T07:54:14.680Z] #77 165.8 config.status: executing libtool commands
07:54:14 [2022-07-28T07:54:14.680Z] #77 165.9 config.status: executing depfiles commands
07:54:14 [2022-07-28T07:54:14.761Z] #77 199.6   CC       src/libcrun/libcrun_la-mount_flags.lo
07:54:15 [2022-07-28T07:54:15.335Z] #77 ...
07:54:15 [2022-07-28T07:54:15.335Z] 
07:54:15 [2022-07-28T07:54:15.335Z] #23 [dev-systemd-false  9/28] RUN pip3 install yamllint==1.26.1
07:54:15 [2022-07-28T07:54:15.335Z] #23 sha256:6783f041127915e40a3b7d4af36980ace78b099a35377f97a26613b3cda2327c
07:54:15 [2022-07-28T07:54:15.335Z] #23 10.17 Collecting yamllint==1.26.1
07:54:15 [2022-07-28T07:54:15.689Z] #77 200.5   CC       src/libcrun/libcrun_la-seccomp_notify.lo
07:54:15 [2022-07-28T07:54:15.905Z] #23 11.21   Downloading yamllint-1.26.1.tar.gz (126 kB)
07:54:15 [2022-07-28T07:54:15.944Z] #77 ...
07:54:15 [2022-07-28T07:54:15.944Z] 
07:54:15 [2022-07-28T07:54:15.944Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
07:54:15 [2022-07-28T07:54:15.944Z] #47 sha256:8a0b7c7abf06bbb1ab29c763b2e38d2fa012d03eb2e646559ec0a63c975a38c7
07:54:15 [2022-07-28T07:54:15.944Z] #47 241.6 + dpkg --print-architecture
07:54:15 [2022-07-28T07:54:15.944Z] #47 241.6 + git checkout -q v2.1.0
07:54:15 [2022-07-28T07:54:15.944Z] #47 241.8 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
07:54:15 [2022-07-28T07:54:15.944Z] #47 241.8 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
07:54:16 [2022-07-28T07:54:16.057Z] #77 167.7 === configuring in libocispec (/tmp/crun-build/libocispec)
07:54:16 [2022-07-28T07:54:16.316Z] #77 ...
07:54:16 [2022-07-28T07:54:16.316Z] 
07:54:16 [2022-07-28T07:54:16.316Z] #34 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/kolyshkin/go-swagger.git .         && git checkout -q "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
07:54:16 [2022-07-28T07:54:16.316Z] #34 sha256:d2cbdd6a29733efe204107531a63420dd0914582d52234dd597a7076fc70e19c
07:54:16 [2022-07-28T07:54:16.316Z] #34 DONE 244.8s
07:54:16 [2022-07-28T07:54:16.316Z] 
07:54:16 [2022-07-28T07:54:16.316Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:54:16 [2022-07-28T07:54:16.316Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:54:16 [2022-07-28T07:54:16.316Z] #77 167.8 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
07:54:16 [2022-07-28T07:54:16.506Z] #47 ...
07:54:16 [2022-07-28T07:54:16.506Z] 
07:54:16 [2022-07-28T07:54:16.506Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:54:16 [2022-07-28T07:54:16.506Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:54:16 [2022-07-28T07:54:16.506Z] #77 201.4   CC       src/libcrun/handlers/libcrun_la-handler-utils.lo
07:54:16 [2022-07-28T07:54:16.506Z] #77 201.4   CC       src/libcrun/handlers/libcrun_la-krun.lo
07:54:16 [2022-07-28T07:54:16.762Z] #77 201.8   CC       src/libcrun/handlers/libcrun_la-wasmedge.lo
07:54:16 [2022-07-28T07:54:16.884Z] #77 168.5 checking for gcc... gcc
07:54:17 [2022-07-28T07:54:17.287Z] #23 12.56 Collecting pathspec>=0.5.3
07:54:17 [2022-07-28T07:54:17.326Z] #77 202.2   CC       src/libcrun/handlers/libcrun_la-wasmer.lo
07:54:17 [2022-07-28T07:54:17.326Z] #77 202.3   CC       tests/init.o
07:54:17 [2022-07-28T07:54:17.548Z] #23 12.57   Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB)
07:54:17 [2022-07-28T07:54:17.582Z] #77 202.5   CC       tests/tests_libcrun_utils-tests_libcrun_utils.o
07:54:17 [2022-07-28T07:54:17.709Z] #77 168.7 checking whether the C compiler works... yes
07:54:17 [2022-07-28T07:54:17.709Z] #77 169.2 checking for C compiler default output file name... a.out
07:54:17 [2022-07-28T07:54:17.808Z] #23 12.94 Collecting pyyaml
07:54:17 [2022-07-28T07:54:17.808Z] #23 12.98   Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB)
07:54:17 [2022-07-28T07:54:17.808Z] #23 13.04 Building wheels for collected packages: yamllint
07:54:17 [2022-07-28T07:54:17.808Z] #23 13.04   Building wheel for yamllint (setup.py): started
07:54:17 [2022-07-28T07:54:17.967Z] #77 169.2 checking for suffix of executables... 
07:54:18 [2022-07-28T07:54:18.792Z] #77 169.7 checking whether we are cross compiling... no
07:54:18 [2022-07-28T07:54:18.792Z] #77 170.1 checking for suffix of object files... o
07:54:18 [2022-07-28T07:54:18.792Z] #77 170.3 checking whether we are using the GNU C compiler... yes
07:54:19 [2022-07-28T07:54:19.191Z] #23 14.11   Building wheel for yamllint (setup.py): finished with status 'done'
07:54:19 [2022-07-28T07:54:19.191Z] #23 14.11   Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=78a9605c71942430f41b71ae318fd46ba3bd06389479bcbd096d6ae238cd4587
07:54:19 [2022-07-28T07:54:19.191Z] #23 14.11   Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3
07:54:19 [2022-07-28T07:54:19.191Z] #23 14.12 Successfully built yamllint
07:54:19 [2022-07-28T07:54:19.191Z] #23 14.14 Installing collected packages: pyyaml, pathspec, yamllint
07:54:19 [2022-07-28T07:54:19.359Z] #77 170.5 checking whether gcc accepts -g... yes
07:54:19 [2022-07-28T07:54:19.452Z] #23 14.52 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1
07:54:19 [2022-07-28T07:54:19.618Z] #77 170.9 checking for gcc option to accept ISO C89... none needed
07:54:19 [2022-07-28T07:54:19.712Z] #23 DONE 15.0s
07:54:19 [2022-07-28T07:54:19.712Z] 
07:54:19 [2022-07-28T07:54:19.712Z] #27 [dev-systemd-false 10/28] COPY --from=dockercli     /build/ /usr/local/cli
07:54:19 [2022-07-28T07:54:19.712Z] #27 sha256:210079329ce952a0aabf0a221aa123e788c6b9eeaae9e6a811b559c0769ae4ef
07:54:19 [2022-07-28T07:54:19.810Z] #77 ...
07:54:19 [2022-07-28T07:54:19.810Z] 
07:54:19 [2022-07-28T07:54:19.810Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
07:54:19 [2022-07-28T07:54:19.810Z] #26 sha256:d6d2bc18a10360231f8d649d7bfc3afa20a19b9b4f3ec4adcf9e3d845452c35a
07:54:19 [2022-07-28T07:54:19.810Z] #26 261.5 + return
07:54:19 [2022-07-28T07:54:19.876Z] #77 171.3 checking whether gcc understands -c and -o together... 
07:54:19 [2022-07-28T07:54:19.876Z] #77 ...
07:54:19 [2022-07-28T07:54:19.876Z] 
07:54:19 [2022-07-28T07:54:19.876Z] #36 [delve 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         case $(dpkg --print-architecture) in             amd64|arm64)                 GOBIN=/build/ GO111MODULE=on go install "github.com/go-delve/delve/cmd/dlv@v1.8.1"                 && /build/dlv --help                 ;;             *)                 mkdir -p /build/                 ;;         esac
07:54:19 [2022-07-28T07:54:19.876Z] #36 sha256:1509a87c4d8785c1b3fd9bff9d9474ccef8f4b872101e620b7fa14aef10a7cb5
07:54:19 [2022-07-28T07:54:19.876Z] #36 248.5 Delve is a source level debugger for Go programs.
07:54:19 [2022-07-28T07:54:19.876Z] #36 248.5 
07:54:19 [2022-07-28T07:54:19.876Z] #36 248.5 Delve enables you to interact with your program by controlling the execution of the process,
07:54:19 [2022-07-28T07:54:19.876Z] #36 248.5 evaluating variables, and providing information of thread / goroutine state, CPU register state and more.
07:54:19 [2022-07-28T07:54:19.876Z] #36 248.5 
07:54:19 [2022-07-28T07:54:19.876Z] #36 248.5 The goal of this tool is to provide a simple yet powerful interface for debugging Go programs.
07:54:19 [2022-07-28T07:54:19.876Z] #36 248.5 
07:54:19 [2022-07-28T07:54:19.877Z] #36 248.5 Pass flags to the program you are debugging using `--`, for example:
07:54:19 [2022-07-28T07:54:19.877Z] #36 248.5 
07:54:19 [2022-07-28T07:54:19.877Z] #36 248.5 `dlv exec ./hello -- server --config conf/config.toml`
07:54:19 [2022-07-28T07:54:19.877Z] #36 248.5 
07:54:19 [2022-07-28T07:54:19.877Z] #36 248.5 Usage:
07:54:19 [2022-07-28T07:54:19.877Z] #36 248.5   dlv [command]
07:54:19 [2022-07-28T07:54:19.877Z] #36 248.5 
07:54:19 [2022-07-28T07:54:19.877Z] #36 248.5 Available Commands:
07:54:19 [2022-07-28T07:54:19.877Z] #36 248.5   attach      Attach to running process and begin debugging.
07:54:19 [2022-07-28T07:54:19.877Z] #36 248.5   connect     Connect to a headless debug server with a terminal client.
07:54:19 [2022-07-28T07:54:19.877Z] #36 248.5   core        Examine a core dump.
07:54:19 [2022-07-28T07:54:19.877Z] #36 248.5   dap         Starts a headless TCP server communicating via Debug Adaptor Protocol (DAP).
07:54:19 [2022-07-28T07:54:19.877Z] #36 248.5   debug       Compile and begin debugging main package in current directory, or the package specified.
07:54:19 [2022-07-28T07:54:19.877Z] #36 248.5   exec        Execute a precompiled binary, and begin a debug session.
07:54:19 [2022-07-28T07:54:19.877Z] #36 248.5   help        Help about any command
07:54:19 [2022-07-28T07:54:19.877Z] #36 248.5   run         Deprecated command. Use 'debug' instead.
07:54:19 [2022-07-28T07:54:19.877Z] #36 248.5   test        Compile test binary and begin debugging program.
07:54:19 [2022-07-28T07:54:19.877Z] #36 248.5   trace       Compile and begin tracing program.
07:54:19 [2022-07-28T07:54:19.877Z] #36 248.5   version     Prints version.
07:54:19 [2022-07-28T07:54:19.877Z] #36 248.5 
07:54:19 [2022-07-28T07:54:19.877Z] #36 248.5 Flags:
07:54:19 [2022-07-28T07:54:19.877Z] #36 248.5       --accept-multiclient               Allows a headless server to accept multiple client connections via JSON-RPC or DAP.
07:54:19 [2022-07-28T07:54:19.877Z] #36 248.5       --allow-non-terminal-interactive   Allows interactive sessions of Delve that don't have a terminal as stdin, stdout and stderr
07:54:19 [2022-07-28T07:54:19.877Z] #36 248.5       --api-version int                  Selects JSON-RPC API version when headless. New clients should use v2. Can be reset via RPCServer.SetApiVersion. See Documentation/api/json-rpc/README.md. (default 1)
07:54:19 [2022-07-28T07:54:19.877Z] #36 248.5       --backend string                   Backend selection (see 'dlv help backend'). (default "default")
07:54:19 [2022-07-28T07:54:19.877Z] #36 248.5       --build-flags string               Build flags, to be passed to the compiler. For example: --build-flags="-tags=integration -mod=vendor -cover -v"
07:54:19 [2022-07-28T07:54:19.877Z] #36 248.5       --check-go-version                 Exits if the version of Go in use is not compatible (too old or too new) with the version of Delve. (default true)
07:54:19 [2022-07-28T07:54:19.877Z] #36 248.5       --disable-aslr                     Disables address space randomization
07:54:19 [2022-07-28T07:54:19.877Z] #36 248.5       --headless                         Run debug server only, in headless mode. Server will accept both JSON-RPC or DAP client connections.
07:54:19 [2022-07-28T07:54:19.877Z] #36 248.5   -h, --help                             help for dlv
07:54:19 [2022-07-28T07:54:19.877Z] #36 248.5       --init string                      Init file, executed by the terminal client.
07:54:19 [2022-07-28T07:54:19.877Z] #36 248.5   -l, --listen string                    Debugging server listen address. (default "127.0.0.1:0")
07:54:19 [2022-07-28T07:54:19.877Z] #36 248.5       --log                              Enable debugging server logging.
07:54:19 [2022-07-28T07:54:19.877Z] #36 248.5       --log-dest string                  Writes logs to the specified file or file descriptor (see 'dlv help log').
07:54:19 [2022-07-28T07:54:19.877Z] #36 248.5       --log-output string                Comma separated list of components that should produce debug output (see 'dlv help log')
07:54:19 [2022-07-28T07:54:19.877Z] #36 248.5       --only-same-user                   Only connections from the same user that started this instance of Delve are allowed to connect. (default true)
07:54:19 [2022-07-28T07:54:19.877Z] #36 248.5   -r, --redirect stringArray             Specifies redirect rules for target process (see 'dlv help redirect')
07:54:19 [2022-07-28T07:54:19.877Z] #36 248.5       --wd string                        Working directory for running the program.
07:54:19 [2022-07-28T07:54:19.877Z] #36 248.5 
07:54:19 [2022-07-28T07:54:19.877Z] #36 248.5 Additional help topics:
07:54:19 [2022-07-28T07:54:19.877Z] #36 248.5   dlv backend  Help about the --backend flag.
07:54:19 [2022-07-28T07:54:19.877Z] #36 248.5   dlv log      Help about logging flags.
07:54:19 [2022-07-28T07:54:19.877Z] #36 248.5   dlv redirect Help about file redirection.
07:54:19 [2022-07-28T07:54:19.877Z] #36 248.5 
07:54:19 [2022-07-28T07:54:19.877Z] #36 248.5 Use "dlv [command] --help" for more information about a command.
07:54:19 [2022-07-28T07:54:19.877Z] #36 DONE 248.7s
07:54:19 [2022-07-28T07:54:19.877Z] 
07:54:19 [2022-07-28T07:54:19.877Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:54:19 [2022-07-28T07:54:19.877Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:54:19 [2022-07-28T07:54:19.877Z] #77 171.3 checking whether gcc understands -c and -o together... yes
07:54:19 [2022-07-28T07:54:19.973Z] #27 DONE 0.3s
07:54:19 [2022-07-28T07:54:19.973Z] 
07:54:19 [2022-07-28T07:54:19.973Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
07:54:19 [2022-07-28T07:54:19.973Z] #60 sha256:d548fc2c993d6d1cbf7cef9ef43e2bacdb66c6b2a27853c899d0888dd123b660
07:54:20 [2022-07-28T07:54:20.135Z] #77 171.5 checking how to run the C preprocessor... gcc -E
07:54:20 [2022-07-28T07:54:20.233Z] #60 ...
07:54:20 [2022-07-28T07:54:20.233Z] 
07:54:20 [2022-07-28T07:54:20.233Z] #32 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images
07:54:20 [2022-07-28T07:54:20.233Z] #32 sha256:49c44d3b2345e769619aac83cbe0686b8ec71b31e36f47a6c7891226e8e68169
07:54:20 [2022-07-28T07:54:20.297Z] #19 ...
07:54:20 [2022-07-28T07:54:20.297Z] 
07:54:20 [2022-07-28T07:54:20.297Z] #84 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:54:20 [2022-07-28T07:54:20.297Z] #84 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:54:20 [2022-07-28T07:54:20.297Z] #84 274.9   AR       libcrun_testing.a
07:54:20 [2022-07-28T07:54:20.297Z] #84 275.0 ar: `u' modifier ignored since `D' is the default (see `U')
07:54:20 [2022-07-28T07:54:20.297Z] #84 275.0   CCLD     tests/tests_libcrun_fuzzer
07:54:20 [2022-07-28T07:54:20.297Z] #84 275.0   CCLD     tests/tests_libcrun_utils
07:54:20 [2022-07-28T07:54:20.297Z] #84 275.1   CCLD     tests/tests_libcrun_errors
07:54:20 [2022-07-28T07:54:20.297Z] #84 275.4   CCLD     libcrun.la
07:54:20 [2022-07-28T07:54:20.297Z] #84 276.2   CCLD     crun
07:54:20 [2022-07-28T07:54:20.394Z] #77 172.0 checking for grep that handles long lines and -e... /bin/grep
07:54:20 [2022-07-28T07:54:20.394Z] #77 172.0 checking for egrep... /bin/grep -E
07:54:20 [2022-07-28T07:54:20.494Z] #32 DONE 0.5s
07:54:20 [2022-07-28T07:54:20.494Z] 
07:54:20 [2022-07-28T07:54:20.494Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
07:54:20 [2022-07-28T07:54:20.494Z] #64 sha256:d12f26513736b578212be41b0c2ff8671f189f4a02a66123c0fc6b84a303ad8b
07:54:20 [2022-07-28T07:54:20.557Z] #84 276.5 make[3]: Entering directory '/tmp/crun-build'
07:54:20 [2022-07-28T07:54:20.557Z] #84 276.7  /bin/mkdir -p '/usr/local/share/man/man1'
07:54:20 [2022-07-28T07:54:20.557Z] #84 276.7  /bin/mkdir -p '/usr/local/lib'
07:54:20 [2022-07-28T07:54:20.557Z] #84 276.7  /bin/bash ./libtool   --mode=install /usr/bin/install -c   libcrun.la '/usr/local/lib'
07:54:20 [2022-07-28T07:54:20.557Z] #84 276.7  /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1'
07:54:20 [2022-07-28T07:54:20.557Z] #84 276.7 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la
07:54:20 [2022-07-28T07:54:20.557Z] #84 276.7 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a
07:54:20 [2022-07-28T07:54:20.755Z] #64 ...
07:54:20 [2022-07-28T07:54:20.755Z] 
07:54:20 [2022-07-28T07:54:20.755Z] #35 [dev-systemd-false 12/28] COPY --from=swagger       /build/ /usr/local/bin/
07:54:20 [2022-07-28T07:54:20.755Z] #35 sha256:0c77a379fcb6d1ab136877af4ce46b1850516e09202d10cd03907d051f18b697
07:54:20 [2022-07-28T07:54:20.755Z] #35 DONE 0.1s
07:54:20 [2022-07-28T07:54:20.755Z] 
07:54:20 [2022-07-28T07:54:20.755Z] #37 [dev-systemd-false 13/28] COPY --from=delve         /build/ /usr/local/bin/
07:54:20 [2022-07-28T07:54:20.755Z] #37 sha256:c33dbe847a393fcfc6f6fee32748eeadd3fc1191714c2b91c74bc62c4ee98048
07:54:20 [2022-07-28T07:54:20.816Z] #84 276.8 libtool: install: chmod 644 /usr/local/lib/libcrun.a
07:54:20 [2022-07-28T07:54:20.816Z] #84 276.8 libtool: install: ranlib /usr/local/lib/libcrun.a
07:54:21 [2022-07-28T07:54:21.015Z] #37 DONE 0.2s
07:54:21 [2022-07-28T07:54:21.015Z] 
07:54:21 [2022-07-28T07:54:21.015Z] #39 [dev-systemd-false 14/28] COPY --from=tomll         /build/ /usr/local/bin/
07:54:21 [2022-07-28T07:54:21.015Z] #39 sha256:ba5965965b4d2c1d76afb9b9acc65c5d1e09ffd8aacd941c2e41f4adebf06d7d
07:54:21 [2022-07-28T07:54:21.015Z] #39 DONE 0.1s
07:54:21 [2022-07-28T07:54:21.015Z] 
07:54:21 [2022-07-28T07:54:21.015Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
07:54:21 [2022-07-28T07:54:21.015Z] #64 sha256:d12f26513736b578212be41b0c2ff8671f189f4a02a66123c0fc6b84a303ad8b
07:54:21 [2022-07-28T07:54:21.015Z] #64 ...
07:54:21 [2022-07-28T07:54:21.015Z] 
07:54:21 [2022-07-28T07:54:21.015Z] #41 [dev-systemd-false 15/28] COPY --from=gowinres      /build/ /usr/local/bin/
07:54:21 [2022-07-28T07:54:21.015Z] #41 sha256:934fe696d9f27713d84e22da1d5588a8704c2a30fb024dbddf6f30e61921634d
07:54:21 [2022-07-28T07:54:21.015Z] #41 DONE 0.1s
07:54:21 [2022-07-28T07:54:21.015Z] 
07:54:21 [2022-07-28T07:54:21.015Z] #45 [dev-systemd-false 16/28] COPY --from=tini          /build/ /usr/local/bin/
07:54:21 [2022-07-28T07:54:21.015Z] #45 sha256:34874554e7658b0ed6218f4ea03567538e4b8bf0e5eb3e76743738daa778038c
07:54:21 [2022-07-28T07:54:21.015Z] #45 DONE 0.1s
07:54:21 [2022-07-28T07:54:21.076Z] #84 276.9 libtool: finish: PATH="/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib
07:54:21 [2022-07-28T07:54:21.076Z] #84 276.9 ----------------------------------------------------------------------
07:54:21 [2022-07-28T07:54:21.076Z] #84 276.9 Libraries have been installed in:
07:54:21 [2022-07-28T07:54:21.076Z] #84 276.9    /usr/local/lib
07:54:21 [2022-07-28T07:54:21.076Z] #84 276.9 
07:54:21 [2022-07-28T07:54:21.076Z] #84 276.9 If you ever happen to want to link against installed libraries
07:54:21 [2022-07-28T07:54:21.076Z] #84 276.9 in a given directory, LIBDIR, you must either use libtool, and
07:54:21 [2022-07-28T07:54:21.076Z] #84 276.9 specify the full pathname of the library, or use the '-LLIBDIR'
07:54:21 [2022-07-28T07:54:21.076Z] #84 276.9 flag during linking and do at least one of the following:
07:54:21 [2022-07-28T07:54:21.076Z] #84 276.9    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
07:54:21 [2022-07-28T07:54:21.076Z] #84 276.9      during execution
07:54:21 [2022-07-28T07:54:21.076Z] #84 276.9    - add LIBDIR to the 'LD_RUN_PATH' environment variable
07:54:21 [2022-07-28T07:54:21.076Z] #84 276.9      during linking
07:54:21 [2022-07-28T07:54:21.076Z] #84 276.9    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
07:54:21 [2022-07-28T07:54:21.076Z] #84 276.9    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
07:54:21 [2022-07-28T07:54:21.076Z] #84 276.9 
07:54:21 [2022-07-28T07:54:21.076Z] #84 276.9 See any operating system documentation about shared libraries for
07:54:21 [2022-07-28T07:54:21.076Z] #84 276.9 more information, such as the ld(1) and ld.so(8) manual pages.
07:54:21 [2022-07-28T07:54:21.076Z] #84 276.9 ----------------------------------------------------------------------
07:54:21 [2022-07-28T07:54:21.076Z] #84 276.9  /bin/mkdir -p '/build'
07:54:21 [2022-07-28T07:54:21.076Z] #84 277.0   /bin/bash ./libtool   --mode=install /usr/bin/install -c crun '/build'
07:54:21 [2022-07-28T07:54:21.076Z] #84 277.0 libtool: install: /usr/bin/install -c crun /build/crun
07:54:21 [2022-07-28T07:54:21.076Z] #84 277.0 make[3]: Leaving directory '/tmp/crun-build'
07:54:21 [2022-07-28T07:54:21.076Z] #84 277.0 make[2]: Leaving directory '/tmp/crun-build'
07:54:21 [2022-07-28T07:54:21.076Z] #84 277.0 make[1]: Leaving directory '/tmp/crun-build'
07:54:21 [2022-07-28T07:54:21.276Z] 
07:54:21 [2022-07-28T07:54:21.276Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
07:54:21 [2022-07-28T07:54:21.276Z] #64 sha256:d12f26513736b578212be41b0c2ff8671f189f4a02a66123c0fc6b84a303ad8b
07:54:21 [2022-07-28T07:54:21.330Z] #77 172.0 checking for ANSI C header files... yes
07:54:21 [2022-07-28T07:54:21.589Z] #77 172.9 checking for sys/types.h... yes
07:54:21 [2022-07-28T07:54:21.703Z] #26 ...
07:54:21 [2022-07-28T07:54:21.703Z] 
07:54:21 [2022-07-28T07:54:21.703Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:54:21 [2022-07-28T07:54:21.703Z] #77 sha256:08904648274d48335dfd8ac9ff733aa2134ce67ddc8a78b8db269c23f005044a
07:54:21 [2022-07-28T07:54:21.703Z] #77 220.9   CCLD     libcrun.la
07:54:21 [2022-07-28T07:54:21.703Z] #77 221.0   AR       libcrun_testing.a
07:54:21 [2022-07-28T07:54:21.703Z] #77 221.0 ar: `u' modifier ignored since `D' is the default (see `U')
07:54:21 [2022-07-28T07:54:21.703Z] #77 221.1   CCLD     tests/tests_libcrun_utils
07:54:21 [2022-07-28T07:54:21.703Z] #77 221.1   CCLD     tests/tests_libcrun_errors
07:54:21 [2022-07-28T07:54:21.703Z] #77 221.1   CCLD     tests/tests_libcrun_fuzzer
07:54:21 [2022-07-28T07:54:21.703Z] #77 222.1   CCLD     crun
07:54:21 [2022-07-28T07:54:21.703Z] #77 222.4 make[3]: Entering directory '/tmp/crun-build'
07:54:21 [2022-07-28T07:54:21.703Z] #77 222.5  /bin/mkdir -p '/usr/local/lib'
07:54:21 [2022-07-28T07:54:21.703Z] #77 222.5  /bin/mkdir -p '/usr/local/share/man/man1'
07:54:21 [2022-07-28T07:54:21.703Z] #77 222.5  /bin/bash ./libtool   --mode=install /usr/bin/install -c   libcrun.la '/usr/local/lib'
07:54:21 [2022-07-28T07:54:21.703Z] #77 222.5  /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1'
07:54:21 [2022-07-28T07:54:21.703Z] #77 222.6 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la
07:54:21 [2022-07-28T07:54:21.703Z] #77 222.6 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a
07:54:21 [2022-07-28T07:54:21.703Z] #77 222.6 libtool: install: chmod 644 /usr/local/lib/libcrun.a
07:54:21 [2022-07-28T07:54:21.703Z] #77 222.6 libtool: install: ranlib /usr/local/lib/libcrun.a
07:54:21 [2022-07-28T07:54:21.703Z] #77 222.9 libtool: finish: PATH="/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib
07:54:21 [2022-07-28T07:54:21.703Z] #77 222.9 ----------------------------------------------------------------------
07:54:21 [2022-07-28T07:54:21.703Z] #77 222.9 Libraries have been installed in:
07:54:21 [2022-07-28T07:54:21.703Z] #77 222.9    /usr/local/lib
07:54:21 [2022-07-28T07:54:21.703Z] #77 222.9 
07:54:21 [2022-07-28T07:54:21.703Z] #77 222.9 If you ever happen to want to link against installed libraries
07:54:21 [2022-07-28T07:54:21.703Z] #77 222.9 in a given directory, LIBDIR, you must either use libtool, and
07:54:21 [2022-07-28T07:54:21.703Z] #77 222.9 specify the full pathname of the library, or use the '-LLIBDIR'
07:54:21 [2022-07-28T07:54:21.703Z] #77 222.9 flag during linking and do at least one of the following:
07:54:21 [2022-07-28T07:54:21.703Z] #77 222.9    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
07:54:21 [2022-07-28T07:54:21.703Z] #77 222.9      during execution
07:54:21 [2022-07-28T07:54:21.703Z] #77 222.9    - add LIBDIR to the 'LD_RUN_PATH' environment variable
07:54:21 [2022-07-28T07:54:21.703Z] #77 222.9      during linking
07:54:21 [2022-07-28T07:54:21.703Z] #77 222.9    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
07:54:21 [2022-07-28T07:54:21.703Z] #77 222.9    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
07:54:21 [2022-07-28T07:54:21.703Z] #77 222.9 
07:54:21 [2022-07-28T07:54:21.703Z] #77 222.9 See any operating system documentation about shared libraries for
07:54:21 [2022-07-28T07:54:21.703Z] #77 222.9 more information, such as the ld(1) and ld.so(8) manual pages.
07:54:21 [2022-07-28T07:54:21.703Z] #77 222.9 ----------------------------------------------------------------------
07:54:21 [2022-07-28T07:54:21.703Z] #77 223.0  /bin/mkdir -p '/build'
07:54:21 [2022-07-28T07:54:21.703Z] #77 223.0   /bin/bash ./libtool   --mode=install /usr/bin/install -c crun '/build'
07:54:21 [2022-07-28T07:54:21.703Z] #77 223.0 libtool: install: /usr/bin/install -c crun /build/crun
07:54:21 [2022-07-28T07:54:21.703Z] #77 223.1 make[3]: Leaving directory '/tmp/crun-build'
07:54:21 [2022-07-28T07:54:21.703Z] #77 223.1 make[2]: Leaving directory '/tmp/crun-build'
07:54:21 [2022-07-28T07:54:21.703Z] #77 223.1 make[1]: Leaving directory '/tmp/crun-build'
07:54:21 [2022-07-28T07:54:21.703Z] #77 DONE 224.1s
07:54:21 [2022-07-28T07:54:21.847Z] #77 173.2 checking for sys/stat.h... yes
07:54:21 [2022-07-28T07:54:21.959Z] 
07:54:21 [2022-07-28T07:54:21.959Z] #26 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
07:54:21 [2022-07-28T07:54:21.959Z] #26 sha256:d6d2bc18a10360231f8d649d7bfc3afa20a19b9b4f3ec4adcf9e3d845452c35a
07:54:21 [2022-07-28T07:54:21.959Z] #26 DONE 265.6s
07:54:21 [2022-07-28T07:54:21.959Z] 
07:54:21 [2022-07-28T07:54:21.959Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:54:21 [2022-07-28T07:54:21.959Z] #55 sha256:2c4952d724d4d96b9dc897b827fb3e88a4a51387545c75374fe1fa9d5fedf6b0
07:54:22 [2022-07-28T07:54:22.106Z] #77 173.5 checking for stdlib.h... yes
07:54:22 [2022-07-28T07:54:22.523Z] #55 266.5 golangci-lint has version v1.46.2 built from (unknown, mod sum: "h1:o90t/Xa6dhJbvy8Bz2RpzUXqrkigp19DLStMolTZbyo=") on (unknown)
07:54:22 [2022-07-28T07:54:22.523Z] #55 DONE 266.7s
07:54:22 [2022-07-28T07:54:22.523Z] 
07:54:22 [2022-07-28T07:54:22.523Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
07:54:22 [2022-07-28T07:54:22.523Z] #60 sha256:b0846d95c39c7861ad4487303c2f365ea04b74d541815a0930bfa97a34b1f6b1
07:54:22 [2022-07-28T07:54:22.623Z] #77 173.8 checking for string.h... yes
07:54:22 [2022-07-28T07:54:22.623Z] #77 174.1 checking for memory.h... yes
07:54:22 [2022-07-28T07:54:22.881Z] #77 174.3 checking for strings.h... yes
07:54:23 [2022-07-28T07:54:23.138Z] #77 174.5 checking for inttypes.h... yes
07:54:23 [2022-07-28T07:54:23.396Z] #77 174.7 checking for stdint.h... yes
07:54:23 [2022-07-28T07:54:23.654Z] #77 175.0 checking for unistd.h... yes
07:54:23 [2022-07-28T07:54:23.912Z] #77 175.3 checking minix/config.h usability... no
07:54:23 [2022-07-28T07:54:23.912Z] #77 175.5 checking minix/config.h presence... no
07:54:23 [2022-07-28T07:54:23.912Z] #77 175.6 checking for minix/config.h... no
07:54:24 [2022-07-28T07:54:24.535Z] #77 175.6 checking whether it is safe to define __EXTENSIONS__... yes
07:54:25 [2022-07-28T07:54:25.109Z] #77 176.1 checking build system type... x86_64-pc-linux-gnu
07:54:25 [2022-07-28T07:54:25.109Z] #77 176.6 checking host system type... x86_64-pc-linux-gnu
07:54:25 [2022-07-28T07:54:25.109Z] #77 176.6 checking how to print strings... printf
07:54:25 [2022-07-28T07:54:25.109Z] #77 176.6 checking for a sed that does not truncate output... /bin/sed
07:54:25 [2022-07-28T07:54:25.109Z] #77 176.7 checking for fgrep... /bin/grep -F
07:54:25 [2022-07-28T07:54:25.373Z] #77 176.7 checking for ld used by gcc... /usr/bin/ld
07:54:25 [2022-07-28T07:54:25.373Z] #77 176.8 checking if the linker (/usr/bin/ld) is GNU ld... yes
07:54:25 [2022-07-28T07:54:25.373Z] #77 176.9 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
07:54:25 [2022-07-28T07:54:25.632Z] #77 176.9 checking the name lister (/usr/bin/nm -B) interface... BSD nm
07:54:25 [2022-07-28T07:54:25.632Z] #77 177.0 checking whether ln -s works... yes
07:54:25 [2022-07-28T07:54:25.632Z] #77 177.0 checking the maximum length of command line arguments... 1572864
07:54:25 [2022-07-28T07:54:25.632Z] #77 177.1 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
07:54:25 [2022-07-28T07:54:25.632Z] #77 177.1 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
07:54:25 [2022-07-28T07:54:25.632Z] #77 177.1 checking for /usr/bin/ld option to reload object files... -r
07:54:25 [2022-07-28T07:54:25.632Z] #77 177.1 checking for objdump... objdump
07:54:25 [2022-07-28T07:54:25.632Z] #77 177.1 checking how to recognize dependent libraries... pass_all
07:54:25 [2022-07-28T07:54:25.632Z] #77 177.1 checking for dlltool... no
07:54:25 [2022-07-28T07:54:25.632Z] #77 177.1 checking how to associate runtime and link libraries... printf %s\n
07:54:25 [2022-07-28T07:54:25.632Z] #77 177.1 checking for ar... ar
07:54:25 [2022-07-28T07:54:25.632Z] #77 177.1 checking for archiver @FILE support... 
07:54:25 [2022-07-28T07:54:25.632Z] #77 ...
07:54:25 [2022-07-28T07:54:25.632Z] 
07:54:25 [2022-07-28T07:54:25.632Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
07:54:25 [2022-07-28T07:54:25.632Z] #21 sha256:b2570b2884beb6efe91186ba991258e6251478e74a93c353ccbb4b0299fab53d
07:54:25 [2022-07-28T07:54:25.632Z] #21 26.53 The following additional packages will be installed:
07:54:25 [2022-07-28T07:54:25.632Z] #21 26.54   libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2
07:54:25 [2022-07-28T07:54:25.632Z] #21 26.55   libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
07:54:25 [2022-07-28T07:54:25.632Z] #21 26.55   libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3
07:54:25 [2022-07-28T07:54:25.632Z] #21 26.55   python3-pkg-resources vim-runtime xxd
07:54:25 [2022-07-28T07:54:25.632Z] #21 26.56 Suggested packages:
07:54:25 [2022-07-28T07:54:25.632Z] #21 26.56   apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod
07:54:25 [2022-07-28T07:54:25.632Z] #21 26.56   gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump
07:54:25 [2022-07-28T07:54:25.632Z] #21 26.56   acl attr quota
07:54:25 [2022-07-28T07:54:25.632Z] #21 26.56 Recommended packages:
07:54:25 [2022-07-28T07:54:25.632Z] #21 26.56   libatm1 nftables libpam-cap build-essential python3-dev unzip
07:54:25 [2022-07-28T07:54:25.632Z] #21 29.38 The following NEW packages will be installed:
07:54:25 [2022-07-28T07:54:25.632Z] #21 29.39   apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1
07:54:25 [2022-07-28T07:54:25.632Z] #21 29.40   libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2
07:54:25 [2022-07-28T07:54:25.632Z] #21 29.40   libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0
07:54:25 [2022-07-28T07:54:25.632Z] #21 29.40   libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 libyajl2
07:54:25 [2022-07-28T07:54:25.632Z] #21 29.41   net-tools patch pigz python-pip-whl python3-distutils python3-lib2to3
07:54:25 [2022-07-28T07:54:25.632Z] #21 29.41   python3-pip python3-pkg-resources python3-setuptools python3-wheel sudo
07:54:25 [2022-07-28T07:54:25.632Z] #21 29.41   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
07:54:25 [2022-07-28T07:54:25.632Z] #21 29.41   xz-utils zip zstd
07:54:25 [2022-07-28T07:54:25.632Z] #21 29.88 0 upgraded, 49 newly installed, 0 to remove and 1 not upgraded.
07:54:25 [2022-07-28T07:54:25.632Z] #21 29.88 Need to get 27.7 MB of archives.
07:54:25 [2022-07-28T07:54:25.632Z] #21 29.88 After this operation, 106 MB of additional disk space will be used.
07:54:25 [2022-07-28T07:54:25.632Z] #21 29.88 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB]
07:54:25 [2022-07-28T07:54:25.632Z] #21 29.90 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB]
07:54:25 [2022-07-28T07:54:25.632Z] #21 29.90 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB]
07:54:25 [2022-07-28T07:54:25.632Z] #21 29.90 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
07:54:25 [2022-07-28T07:54:25.632Z] #21 29.91 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]
07:54:25 [2022-07-28T07:54:25.632Z] #21 29.91 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB]
07:54:25 [2022-07-28T07:54:25.632Z] #21 29.91 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB]
07:54:25 [2022-07-28T07:54:25.632Z] #21 29.92 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB]
07:54:25 [2022-07-28T07:54:25.632Z] #21 29.97 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
07:54:25 [2022-07-28T07:54:25.632Z] #21 29.98 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
07:54:25 [2022-07-28T07:54:25.632Z] #21 30.00 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB]
07:54:25 [2022-07-28T07:54:25.632Z] #21 30.02 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
07:54:25 [2022-07-28T07:54:25.632Z] #21 30.02 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB]
07:54:25 [2022-07-28T07:54:25.632Z] #21 30.02 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB]
07:54:25 [2022-07-28T07:54:25.632Z] #21 30.06 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB]
07:54:25 [2022-07-28T07:54:25.632Z] #21 30.07 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB]
07:54:25 [2022-07-28T07:54:25.632Z] #21 30.07 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB]
07:54:25 [2022-07-28T07:54:25.632Z] #21 30.08 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
07:54:25 [2022-07-28T07:54:25.632Z] #21 30.09 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB]
07:54:25 [2022-07-28T07:54:25.632Z] #21 30.10 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB]
07:54:25 [2022-07-28T07:54:25.632Z] #21 30.10 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB]
07:54:25 [2022-07-28T07:54:25.632Z] #21 30.12 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
07:54:25 [2022-07-28T07:54:25.632Z] #21 30.15 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
07:54:25 [2022-07-28T07:54:25.632Z] #21 30.16 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
07:54:25 [2022-07-28T07:54:25.632Z] #21 30.16 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB]
07:54:25 [2022-07-28T07:54:25.632Z] #21 30.16 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
07:54:25 [2022-07-28T07:54:25.632Z] #21 30.17 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
07:54:25 [2022-07-28T07:54:25.632Z] #21 30.76 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B]
07:54:25 [2022-07-28T07:54:25.632Z] #21 30.76 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
07:54:25 [2022-07-28T07:54:25.632Z] #21 30.76 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
07:54:25 [2022-07-28T07:54:25.632Z] #21 30.76 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
07:54:25 [2022-07-28T07:54:25.632Z] #21 30.76 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB]
07:54:25 [2022-07-28T07:54:25.632Z] #21 30.77 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB]
07:54:25 [2022-07-28T07:54:25.632Z] #21 30.77 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
07:54:25 [2022-07-28T07:54:25.632Z] #21 30.77 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB]
07:54:25 [2022-07-28T07:54:25.632Z] #21 30.90 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
07:54:25 [2022-07-28T07:54:25.632Z] #21 30.90 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB]
07:54:25 [2022-07-28T07:54:25.632Z] #21 30.93 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
07:54:25 [2022-07-28T07:54:25.632Z] #21 30.95 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB]
07:54:25 [2022-07-28T07:54:25.632Z] #21 30.95 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB]
07:54:25 [2022-07-28T07:54:25.632Z] #21 30.96 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB]
07:54:25 [2022-07-28T07:54:25.632Z] #21 30.98 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB]
07:54:25 [2022-07-28T07:54:25.632Z] #21 31.04 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB]
07:54:25 [2022-07-28T07:54:25.632Z] #21 31.09 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB]
07:54:25 [2022-07-28T07:54:25.632Z] #21 31.09 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
07:54:25 [2022-07-28T07:54:25.632Z] #21 31.51 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB]
07:54:25 [2022-07-28T07:54:25.632Z] #21 31.57 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB]
07:54:25 [2022-07-28T07:54:25.632Z] #21 31.61 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB]
07:54:25 [2022-07-28T07:54:25.632Z] #21 31.64 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB]
07:54:25 [2022-07-28T07:54:25.632Z] #21 32.92 debconf: delaying package configuration, since apt-utils is not installed
07:54:25 [2022-07-28T07:54:25.632Z] #21 33.14 Fetched 27.7 MB in 2s (12.8 MB/s)
07:54:25 [2022-07-28T07:54:25.632Z] #21 33.29 Selecting previously unselected package pigz.
07:54:25 [2022-07-28T07:54:25.632Z] #21 33.29 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24018 files and directories currently installed.)
07:54:25 [2022-07-28T07:54:25.632Z] #21 33.40 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ...
07:54:25 [2022-07-28T07:54:25.632Z] #21 33.43 Unpacking pigz (2.6-1) ...
07:54:25 [2022-07-28T07:54:25.632Z] #21 33.72 Selecting previously unselected package libelf1:amd64.
07:54:25 [2022-07-28T07:54:25.632Z] #21 33.72 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ...
07:54:25 [2022-07-28T07:54:25.632Z] #21 33.75 Unpacking libelf1:amd64 (0.183-1) ...
07:54:25 [2022-07-28T07:54:25.632Z] #21 34.20 Selecting previously unselected package libbpf0:amd64.
07:54:25 [2022-07-28T07:54:25.632Z] #21 34.21 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ...
07:54:25 [2022-07-28T07:54:25.632Z] #21 34.22 Unpacking libbpf0:amd64 (1:0.3-2) ...
07:54:25 [2022-07-28T07:54:25.632Z] #21 34.43 Selecting previously unselected package libcap2:amd64.
07:54:25 [2022-07-28T07:54:25.632Z] #21 34.44 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ...
07:54:25 [2022-07-28T07:54:25.632Z] #21 34.44 Unpacking libcap2:amd64 (1:2.44-1) ...
07:54:25 [2022-07-28T07:54:25.632Z] #21 34.55 Selecting previously unselected package libmnl0:amd64.
07:54:25 [2022-07-28T07:54:25.632Z] #21 34.55 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ...
07:54:25 [2022-07-28T07:54:25.632Z] #21 34.55 Unpacking libmnl0:amd64 (1.0.4-3) ...
07:54:25 [2022-07-28T07:54:25.632Z] #21 34.72 Selecting previously unselected package libxtables12:amd64.
07:54:25 [2022-07-28T07:54:25.632Z] #21 34.74 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ...
07:54:25 [2022-07-28T07:54:25.632Z] #21 34.75 Unpacking libxtables12:amd64 (1.8.7-1) ...
07:54:25 [2022-07-28T07:54:25.632Z] #21 34.91 Selecting previously unselected package libcap2-bin.
07:54:25 [2022-07-28T07:54:25.632Z] #21 34.92 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ...
07:54:25 [2022-07-28T07:54:25.632Z] #21 34.94 Unpacking libcap2-bin (1:2.44-1) ...
07:54:25 [2022-07-28T07:54:25.632Z] #21 35.23 Selecting previously unselected package iproute2.
07:54:25 [2022-07-28T07:54:25.632Z] #21 35.23 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ...
07:54:25 [2022-07-28T07:54:25.632Z] #21 35.24 Unpacking iproute2 (5.10.0-4) ...
07:54:25 [2022-07-28T07:54:25.632Z] #21 35.94 Selecting previously unselected package xxd.
07:54:25 [2022-07-28T07:54:25.632Z] #21 35.95 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
07:54:25 [2022-07-28T07:54:25.632Z] #21 35.95 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
07:54:25 [2022-07-28T07:54:25.632Z] #21 36.08 Selecting previously unselected package vim-common.
07:54:25 [2022-07-28T07:54:25.632Z] #21 36.08 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
07:54:25 [2022-07-28T07:54:25.632Z] #21 36.12 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
07:54:25 [2022-07-28T07:54:25.632Z] #21 36.62 Selecting previously unselected package bash-completion.
07:54:25 [2022-07-28T07:54:25.632Z] #21 36.62 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ...
07:54:25 [2022-07-28T07:54:25.794Z] #60 157.8 + mkdir -p /build
07:54:25 [2022-07-28T07:54:25.794Z] #60 157.8 + cp runc /build/runc
07:54:25 [2022-07-28T07:54:25.794Z] #60 DONE 157.9s
07:54:25 [2022-07-28T07:54:25.794Z] 
07:54:25 [2022-07-28T07:54:25.794Z] #27 [dev-systemd-false 10/28] COPY --from=dockercli     /build/ /usr/local/cli
07:54:25 [2022-07-28T07:54:25.794Z] #27 sha256:5efa871f4e1802e7d454a701eea527f38a0436f97e0cc432850d74caa76331ff
07:54:25 [2022-07-28T07:54:25.794Z] #27 DONE 0.2s
07:54:25 [2022-07-28T07:54:25.794Z] 
07:54:25 [2022-07-28T07:54:25.794Z] #32 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images
07:54:25 [2022-07-28T07:54:25.794Z] #32 sha256:73ee338d8a4fd329dfb96bec8af50e45f9763a57850750f5c2f464b98dcbcb71
07:54:25 [2022-07-28T07:54:25.901Z] #21 ...
07:54:25 [2022-07-28T07:54:25.901Z] 
07:54:25 [2022-07-28T07:54:25.901Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:54:25 [2022-07-28T07:54:25.901Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:54:25 [2022-07-28T07:54:25.901Z] #77 177.1 checking for archiver @FILE support... @
07:54:25 [2022-07-28T07:54:25.901Z] #77 177.4 checking for strip... strip
07:54:25 [2022-07-28T07:54:25.901Z] #77 177.4 checking for ranlib... ranlib
07:54:25 [2022-07-28T07:54:25.901Z] #77 177.4 checking for gawk... no
07:54:25 [2022-07-28T07:54:25.901Z] #77 177.4 checking for mawk... mawk
07:54:26 [2022-07-28T07:54:26.206Z] #77 177.4 checking command to parse /usr/bin/nm -B output from gcc object... ok
07:54:26 [2022-07-28T07:54:26.206Z] #77 177.7 checking for sysroot... no
07:54:26 [2022-07-28T07:54:26.206Z] #77 177.7 checking for a working dd... /bin/dd
07:54:26 [2022-07-28T07:54:26.206Z] #77 177.7 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
07:54:26 [2022-07-28T07:54:26.355Z] #32 DONE 0.8s
07:54:26 [2022-07-28T07:54:26.355Z] 
07:54:26 [2022-07-28T07:54:26.355Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
07:54:26 [2022-07-28T07:54:26.355Z] #64 sha256:cc176a5d2022493214bb8b9446f61c474e1c4ec8c37300fb319a74bf8b17c974
07:54:26 [2022-07-28T07:54:26.464Z] #77 177.8 checking for mt... no
07:54:26 [2022-07-28T07:54:26.464Z] #77 177.8 checking if : is a manifest tool... no
07:54:26 [2022-07-28T07:54:26.464Z] #77 177.9 checking for dlfcn.h... yes
07:54:26 [2022-07-28T07:54:26.464Z] #77 178.0 checking for objdir... .libs
07:54:26 [2022-07-28T07:54:26.612Z] #64 ...
07:54:26 [2022-07-28T07:54:26.612Z] 
07:54:26 [2022-07-28T07:54:26.612Z] #35 [dev-systemd-false 12/28] COPY --from=swagger       /build/ /usr/local/bin/
07:54:26 [2022-07-28T07:54:26.612Z] #35 sha256:47f93fad15cb08877c3e631a3cfb90ccb15f8da747a2e817186e4a3b4c6fde35
07:54:26 [2022-07-28T07:54:26.867Z] #35 DONE 0.4s
07:54:26 [2022-07-28T07:54:26.867Z] 
07:54:26 [2022-07-28T07:54:26.867Z] #37 [dev-systemd-false 13/28] COPY --from=delve         /build/ /usr/local/bin/
07:54:26 [2022-07-28T07:54:26.867Z] #37 sha256:6a3ec27aba98479801bcf9738a7eb046df408a5720988657fcd6b1cd297a19cc
07:54:27 [2022-07-28T07:54:27.130Z] #37 DONE 0.3s
07:54:27 [2022-07-28T07:54:27.130Z] 
07:54:27 [2022-07-28T07:54:27.130Z] #39 [dev-systemd-false 14/28] COPY --from=tomll         /build/ /usr/local/bin/
07:54:27 [2022-07-28T07:54:27.130Z] #39 sha256:6043aebefb133f18284710093454aab6423eb63b81a6375889a0fb58da40e4f1
07:54:27 [2022-07-28T07:54:27.130Z] #39 DONE 0.0s
07:54:27 [2022-07-28T07:54:27.130Z] 
07:54:27 [2022-07-28T07:54:27.130Z] #41 [dev-systemd-false 15/28] COPY --from=gowinres      /build/ /usr/local/bin/
07:54:27 [2022-07-28T07:54:27.130Z] #41 sha256:c5cfa327f9f71e0beffaf2c66bbb73aec7eb2a86906fa0484e56e9d1cdf7728c
07:54:27 [2022-07-28T07:54:27.286Z] #77 178.7 checking if gcc supports -fno-rtti -fno-exceptions... no
07:54:27 [2022-07-28T07:54:27.286Z] #77 178.9 checking for gcc option to produce PIC... -fPIC -DPIC
07:54:27 [2022-07-28T07:54:27.386Z] #41 DONE 0.1s
07:54:27 [2022-07-28T07:54:27.386Z] 
07:54:27 [2022-07-28T07:54:27.386Z] #45 [dev-systemd-false 16/28] COPY --from=tini          /build/ /usr/local/bin/
07:54:27 [2022-07-28T07:54:27.386Z] #45 sha256:2d9d6872238a3df8ca28d6efff3a8591e7128b54c389364533464f9d0eae945e
07:54:27 [2022-07-28T07:54:27.386Z] #45 DONE 0.1s
07:54:27 [2022-07-28T07:54:27.386Z] 
07:54:27 [2022-07-28T07:54:27.386Z] #48 [dev-systemd-false 17/28] COPY --from=registry      /build/ /usr/local/bin/
07:54:27 [2022-07-28T07:54:27.386Z] #48 sha256:49e331257656e3347a92bc97c9bc6a5b24f119673007fb15e717f18269cf3afb
07:54:27 [2022-07-28T07:54:27.544Z] #77 178.9 checking if gcc PIC flag -fPIC -DPIC works... yes
07:54:27 [2022-07-28T07:54:27.638Z] #84 DONE 282.8s
07:54:27 [2022-07-28T07:54:27.638Z] 
07:54:27 [2022-07-28T07:54:27.638Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             crossbuild-essential-arm64             crossbuild-essential-armel             crossbuild-essential-armhf             crossbuild-essential-ppc64el             crossbuild-essential-s390x
07:54:27 [2022-07-28T07:54:27.638Z] #19 sha256:423b64bc9d7cc359d630e3fe0a1b98d707aeff14b0c78f2d44bf08c4c29a169b
07:54:27 [2022-07-28T07:54:27.638Z] #19 327.8 Selecting previously unselected package g++-aarch64-linux-gnu.
07:54:27 [2022-07-28T07:54:27.638Z] #19 327.8 Preparing to unpack .../045-g++-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ...
07:54:27 [2022-07-28T07:54:27.638Z] #19 328.0 Unpacking g++-aarch64-linux-gnu (4:10.2.1-1) ...
07:54:27 [2022-07-28T07:54:27.638Z] #19 328.2 Selecting previously unselected package patch.
07:54:27 [2022-07-28T07:54:27.638Z] #19 328.2 Preparing to unpack .../046-patch_2.7.6-7_amd64.deb ...
07:54:27 [2022-07-28T07:54:27.638Z] #19 328.2 Unpacking patch (2.7.6-7) ...
07:54:27 [2022-07-28T07:54:27.638Z] #19 328.5 Selecting previously unselected package dpkg-dev.
07:54:27 [2022-07-28T07:54:27.638Z] #19 328.5 Preparing to unpack .../047-dpkg-dev_1.20.11_all.deb ...
07:54:27 [2022-07-28T07:54:27.638Z] #19 328.7 Unpacking dpkg-dev (1.20.11) ...
07:54:27 [2022-07-28T07:54:27.638Z] #19 329.9 Selecting previously unselected package libconfig-inifiles-perl.
07:54:27 [2022-07-28T07:54:27.638Z] #19 329.9 Preparing to unpack .../048-libconfig-inifiles-perl_3.000003-1_all.deb ...
07:54:27 [2022-07-28T07:54:27.638Z] #19 330.0 Unpacking libconfig-inifiles-perl (3.000003-1) ...
07:54:27 [2022-07-28T07:54:27.638Z] #19 330.8 Selecting previously unselected package libio-string-perl.
07:54:27 [2022-07-28T07:54:27.638Z] #19 330.8 Preparing to unpack .../049-libio-string-perl_1.08-3.1_all.deb ...
07:54:27 [2022-07-28T07:54:27.638Z] #19 330.8 Unpacking libio-string-perl (1.08-3.1) ...
07:54:27 [2022-07-28T07:54:27.638Z] #19 331.8 Selecting previously unselected package libicu67:amd64.
07:54:27 [2022-07-28T07:54:27.638Z] #19 331.8 Preparing to unpack .../050-libicu67_67.1-7_amd64.deb ...
07:54:27 [2022-07-28T07:54:27.638Z] #19 331.9 Unpacking libicu67:amd64 (67.1-7) ...
07:54:27 [2022-07-28T07:54:27.642Z] #48 DONE 0.3s
07:54:27 [2022-07-28T07:54:27.642Z] 
07:54:27 [2022-07-28T07:54:27.642Z] #52 [dev-systemd-false 18/28] COPY --from=criu          /build/ /usr/local/bin/
07:54:27 [2022-07-28T07:54:27.642Z] #52 sha256:afb31b9c631b4bb9202e710ff62f7729c8fbf0703557978896df539fd3cbe54f
07:54:27 [2022-07-28T07:54:27.642Z] #52 DONE 0.1s
07:54:27 [2022-07-28T07:54:27.642Z] 
07:54:27 [2022-07-28T07:54:27.642Z] #54 [dev-systemd-false 19/28] COPY --from=gotestsum     /build/ /usr/local/bin/
07:54:27 [2022-07-28T07:54:27.642Z] #54 sha256:2182d6810b11bea629e1202757231aa65ad299a401252faf7ff92cf9c97db5fb
07:54:27 [2022-07-28T07:54:27.803Z] #77 179.0 checking if gcc static flag -static works... yes
07:54:27 [2022-07-28T07:54:27.898Z] #54 DONE 0.1s
07:54:27 [2022-07-28T07:54:27.898Z] 
07:54:27 [2022-07-28T07:54:27.898Z] #56 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/
07:54:27 [2022-07-28T07:54:27.898Z] #56 sha256:dbea6031a25b64878749986615160a7a7ff1737dcf9a06625478c69aa69a4cc0
07:54:27 [2022-07-28T07:54:27.898Z] #56 DONE 0.2s
07:54:27 [2022-07-28T07:54:27.898Z] 
07:54:27 [2022-07-28T07:54:27.898Z] #58 [dev-systemd-false 21/28] COPY --from=shfmt         /build/ /usr/local/bin/
07:54:27 [2022-07-28T07:54:27.898Z] #58 sha256:1a7d4338675e9da8ed02deee977bc59de600270f1d794cbc735699d2a5595a7c
07:54:27 [2022-07-28T07:54:27.898Z] #58 DONE 0.1s
07:54:27 [2022-07-28T07:54:27.898Z] 
07:54:27 [2022-07-28T07:54:27.898Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
07:54:27 [2022-07-28T07:54:27.898Z] #64 sha256:cc176a5d2022493214bb8b9446f61c474e1c4ec8c37300fb319a74bf8b17c974
07:54:28 [2022-07-28T07:54:28.061Z] #77 179.4 checking if gcc supports -c -o file.o... yes
07:54:28 [2022-07-28T07:54:28.061Z] #77 179.7 checking if gcc supports -c -o file.o... (cached) yes
07:54:28 [2022-07-28T07:54:28.155Z] #64 ...
07:54:28 [2022-07-28T07:54:28.155Z] 
07:54:28 [2022-07-28T07:54:28.155Z] #61 [dev-systemd-false 22/28] COPY --from=runc          /build/ /usr/local/bin/
07:54:28 [2022-07-28T07:54:28.155Z] #61 sha256:092d1f5b5fd884aa57c00d0b27e4174bc7d7a31ba6fa8fa5f3df7e82ee536325
07:54:28 [2022-07-28T07:54:28.320Z] #77 179.7 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
07:54:28 [2022-07-28T07:54:28.411Z] #61 DONE 0.4s
07:54:28 [2022-07-28T07:54:28.411Z] 
07:54:28 [2022-07-28T07:54:28.411Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
07:54:28 [2022-07-28T07:54:28.411Z] #64 sha256:cc176a5d2022493214bb8b9446f61c474e1c4ec8c37300fb319a74bf8b17c974
07:54:28 [2022-07-28T07:54:28.574Z] #19 ...
07:54:28 [2022-07-28T07:54:28.574Z] 
07:54:28 [2022-07-28T07:54:28.574Z] #62 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:54:28 [2022-07-28T07:54:28.574Z] #62 sha256:6a5ba43a879545395035c8edb2d77f5663eaeac2aed4ebd5825ef0a4ef562291
07:54:28 [2022-07-28T07:54:28.575Z] #62 345.6 golangci-lint has version v1.46.2 built from (unknown, mod sum: "h1:o90t/Xa6dhJbvy8Bz2RpzUXqrkigp19DLStMolTZbyo=") on (unknown)
07:54:28 [2022-07-28T07:54:28.591Z] #77 179.8 checking dynamic linker characteristics... GNU/Linux ld.so
07:54:28 [2022-07-28T07:54:28.591Z] #77 180.2 checking how to hardcode library paths into programs... immediate
07:54:28 [2022-07-28T07:54:28.591Z] #77 180.2 checking whether stripping libraries is possible... yes
07:54:28 [2022-07-28T07:54:28.833Z] #62 DONE 345.8s
07:54:28 [2022-07-28T07:54:28.833Z] 
07:54:28 [2022-07-28T07:54:28.834Z] #19 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             crossbuild-essential-arm64             crossbuild-essential-armel             crossbuild-essential-armhf             crossbuild-essential-ppc64el             crossbuild-essential-s390x
07:54:28 [2022-07-28T07:54:28.834Z] #19 sha256:423b64bc9d7cc359d630e3fe0a1b98d707aeff14b0c78f2d44bf08c4c29a169b
07:54:28 [2022-07-28T07:54:28.834Z] #19 333.8 Selecting previously unselected package libxml2:amd64.
07:54:28 [2022-07-28T07:54:28.834Z] #19 333.8 Preparing to unpack .../051-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ...
07:54:28 [2022-07-28T07:54:28.834Z] #19 333.8 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ...
07:54:28 [2022-07-28T07:54:28.834Z] #19 333.9 Selecting previously unselected package libxml-namespacesupport-perl.
07:54:28 [2022-07-28T07:54:28.834Z] #19 333.9 Preparing to unpack .../052-libxml-namespacesupport-perl_1.12-1.1_all.deb ...
07:54:28 [2022-07-28T07:54:28.834Z] #19 333.9 Unpacking libxml-namespacesupport-perl (1.12-1.1) ...
07:54:28 [2022-07-28T07:54:28.834Z] #19 334.0 Selecting previously unselected package libxml-sax-base-perl.
07:54:28 [2022-07-28T07:54:28.834Z] #19 334.0 Preparing to unpack .../053-libxml-sax-base-perl_1.09-1.1_all.deb ...
07:54:28 [2022-07-28T07:54:28.834Z] #19 334.0 Unpacking libxml-sax-base-perl (1.09-1.1) ...
07:54:28 [2022-07-28T07:54:28.834Z] #19 334.0 Selecting previously unselected package libxml-sax-perl.
07:54:28 [2022-07-28T07:54:28.834Z] #19 334.0 Preparing to unpack .../054-libxml-sax-perl_1.02+dfsg-1_all.deb ...
07:54:28 [2022-07-28T07:54:28.834Z] #19 334.0 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
07:54:28 [2022-07-28T07:54:28.848Z] #77 180.2 checking if libtool supports shared libraries... yes
07:54:28 [2022-07-28T07:54:28.848Z] #77 180.2 checking whether to build shared libraries... no
07:54:28 [2022-07-28T07:54:28.848Z] #77 180.2 checking whether to build static libraries... yes
07:54:28 [2022-07-28T07:54:28.848Z] #77 180.2 checking for a BSD-compatible install... /usr/bin/install -c
07:54:28 [2022-07-28T07:54:28.848Z] #77 180.3 checking whether build environment is sane... yes
07:54:28 [2022-07-28T07:54:28.848Z] #77 180.3 checking for a thread-safe mkdir -p... /bin/mkdir -p
07:54:28 [2022-07-28T07:54:28.848Z] #77 180.3 checking whether make sets $(MAKE)... yes
07:54:28 [2022-07-28T07:54:28.848Z] #77 180.4 checking whether make supports the include directive... yes (GNU style)
07:54:28 [2022-07-28T07:54:28.848Z] #77 180.4 checking whether make supports nested variables... yes
07:54:28 [2022-07-28T07:54:28.848Z] #77 180.5 checking whether UID '0' is supported by ustar format... yes
07:54:28 [2022-07-28T07:54:28.848Z] #77 180.5 checking whether GID '0' is supported by ustar format... yes
07:54:29 [2022-07-28T07:54:29.092Z] #19 334.1 Selecting previously unselected package libxml-libxml-perl.
07:54:29 [2022-07-28T07:54:29.092Z] #19 334.1 Preparing to unpack .../055-libxml-libxml-perl_2.0134+dfsg-2+b1_amd64.deb ...
07:54:29 [2022-07-28T07:54:29.092Z] #19 334.1 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ...
07:54:29 [2022-07-28T07:54:29.092Z] #19 334.2 Selecting previously unselected package libxml-simple-perl.
07:54:29 [2022-07-28T07:54:29.092Z] #19 334.2 Preparing to unpack .../056-libxml-simple-perl_2.25-1_all.deb ...
07:54:29 [2022-07-28T07:54:29.092Z] #19 334.2 Unpacking libxml-simple-perl (2.25-1) ...
07:54:29 [2022-07-28T07:54:29.092Z] #19 334.2 Selecting previously unselected package libyaml-perl.
07:54:29 [2022-07-28T07:54:29.092Z] #19 334.2 Preparing to unpack .../057-libyaml-perl_1.30-1_all.deb ...
07:54:29 [2022-07-28T07:54:29.092Z] #19 334.2 Unpacking libyaml-perl (1.30-1) ...
07:54:29 [2022-07-28T07:54:29.106Z] #77 180.5 checking how to create a ustar tar archive... gnutar
07:54:29 [2022-07-28T07:54:29.351Z] #19 334.3 Selecting previously unselected package libconfig-auto-perl.
07:54:29 [2022-07-28T07:54:29.351Z] #19 334.3 Preparing to unpack .../058-libconfig-auto-perl_0.44-1.1_all.deb ...
07:54:29 [2022-07-28T07:54:29.351Z] #19 334.3 Unpacking libconfig-auto-perl (0.44-1.1) ...
07:54:29 [2022-07-28T07:54:29.351Z] #19 334.3 Selecting previously unselected package libfile-which-perl.
07:54:29 [2022-07-28T07:54:29.351Z] #19 334.3 Preparing to unpack .../059-libfile-which-perl_1.23-1_all.deb ...
07:54:29 [2022-07-28T07:54:29.351Z] #19 334.3 Unpacking libfile-which-perl (1.23-1) ...
07:54:29 [2022-07-28T07:54:29.351Z] #19 334.4 Selecting previously unselected package libfile-homedir-perl.
07:54:29 [2022-07-28T07:54:29.351Z] #19 334.4 Preparing to unpack .../060-libfile-homedir-perl_1.006-1_all.deb ...
07:54:29 [2022-07-28T07:54:29.351Z] #19 334.4 Unpacking libfile-homedir-perl (1.006-1) ...
07:54:29 [2022-07-28T07:54:29.351Z] #19 334.4 Selecting previously unselected package libdebian-dpkgcross-perl.
07:54:29 [2022-07-28T07:54:29.351Z] #19 334.4 Preparing to unpack .../061-libdebian-dpkgcross-perl_2.6.18+nmu1_all.deb ...
07:54:29 [2022-07-28T07:54:29.351Z] #19 334.4 Unpacking libdebian-dpkgcross-perl (2.6.18+nmu1) ...
07:54:29 [2022-07-28T07:54:29.351Z] #19 334.5 Selecting previously unselected package dpkg-cross.
07:54:29 [2022-07-28T07:54:29.351Z] #19 334.5 Preparing to unpack .../062-dpkg-cross_2.6.18+nmu1_all.deb ...
07:54:29 [2022-07-28T07:54:29.351Z] #19 334.5 Unpacking dpkg-cross (2.6.18+nmu1) ...
07:54:29 [2022-07-28T07:54:29.351Z] #19 334.5 Selecting previously unselected package crossbuild-essential-arm64.
07:54:29 [2022-07-28T07:54:29.351Z] #19 334.5 Preparing to unpack .../063-crossbuild-essential-arm64_12.9_all.deb ...
07:54:29 [2022-07-28T07:54:29.363Z] #77 180.7 checking dependency style of gcc... gcc3
07:54:29 [2022-07-28T07:54:29.609Z] #19 334.5 Unpacking crossbuild-essential-arm64 (12.9) ...
07:54:29 [2022-07-28T07:54:29.609Z] #19 334.6 Selecting previously unselected package libc6-armel-cross.
07:54:29 [2022-07-28T07:54:29.609Z] #19 334.6 Preparing to unpack .../064-libc6-armel-cross_2.31-9cross4_all.deb ...
07:54:29 [2022-07-28T07:54:29.609Z] #19 334.6 Unpacking libc6-armel-cross (2.31-9cross4) ...
07:54:29 [2022-07-28T07:54:29.609Z] #19 334.7 Selecting previously unselected package libgcc-s1-armel-cross.
07:54:29 [2022-07-28T07:54:29.609Z] #19 334.7 Preparing to unpack .../065-libgcc-s1-armel-cross_10.2.1-6cross1_all.deb ...
07:54:29 [2022-07-28T07:54:29.609Z] #19 334.8 Unpacking libgcc-s1-armel-cross (10.2.1-6cross1) ...
07:54:29 [2022-07-28T07:54:29.609Z] #19 334.8 Selecting previously unselected package libgomp1-armel-cross.
07:54:29 [2022-07-28T07:54:29.621Z] #77 181.1 checking whether to enable maintainer-specific portions of Makefiles... yes
07:54:29 [2022-07-28T07:54:29.621Z] #77 181.1 checking whether make supports nested variables... (cached) yes
07:54:29 [2022-07-28T07:54:29.621Z] #77 181.1 checking for pkg-config... /usr/bin/pkg-config
07:54:29 [2022-07-28T07:54:29.621Z] #77 181.1 checking pkg-config is at least version 0.9.0... yes
07:54:29 [2022-07-28T07:54:29.621Z] #77 181.1 checking for yajl >= 2.1.0... yes
07:54:29 [2022-07-28T07:54:29.621Z] #77 181.2 checking for a sed that does not truncate output... (cached) /bin/sed
07:54:29 [2022-07-28T07:54:29.621Z] #77 181.2 checking for gcc... (cached) gcc
07:54:29 [2022-07-28T07:54:29.777Z] #64 243.2 + bin/containerd
07:54:29 [2022-07-28T07:54:29.868Z] #19 334.8 Preparing to unpack .../066-libgomp1-armel-cross_10.2.1-6cross1_all.deb ...
07:54:29 [2022-07-28T07:54:29.868Z] #19 334.8 Unpacking libgomp1-armel-cross (10.2.1-6cross1) ...
07:54:29 [2022-07-28T07:54:29.868Z] #19 334.8 Selecting previously unselected package libatomic1-armel-cross.
07:54:29 [2022-07-28T07:54:29.868Z] #19 334.8 Preparing to unpack .../067-libatomic1-armel-cross_10.2.1-6cross1_all.deb ...
07:54:29 [2022-07-28T07:54:29.868Z] #19 334.8 Unpacking libatomic1-armel-cross (10.2.1-6cross1) ...
07:54:29 [2022-07-28T07:54:29.868Z] #19 334.9 Selecting previously unselected package libasan6-armel-cross.
07:54:29 [2022-07-28T07:54:29.868Z] #19 334.9 Preparing to unpack .../068-libasan6-armel-cross_10.2.1-6cross1_all.deb ...
07:54:29 [2022-07-28T07:54:29.868Z] #19 334.9 Unpacking libasan6-armel-cross (10.2.1-6cross1) ...
07:54:29 [2022-07-28T07:54:29.879Z] #77 181.4 checking whether we are using the GNU C compiler... (cached) yes
07:54:29 [2022-07-28T07:54:29.879Z] #77 181.4 checking whether gcc accepts -g... (cached) yes
07:54:29 [2022-07-28T07:54:29.879Z] #77 181.4 checking for gcc option to accept ISO C89... (cached) none needed
07:54:29 [2022-07-28T07:54:29.879Z] #77 181.4 checking whether gcc understands -c and -o together... (cached) yes
07:54:29 [2022-07-28T07:54:29.879Z] #77 181.4 checking for a Python interpreter with version >= 3... python3
07:54:29 [2022-07-28T07:54:29.879Z] #77 181.5 checking for python3... /usr/bin/python3
07:54:29 [2022-07-28T07:54:29.879Z] #77 181.5 checking for python3 version... 3.9
07:54:30 [2022-07-28T07:54:30.125Z] #19 335.1 Selecting previously unselected package libstdc++6-armel-cross.
07:54:30 [2022-07-28T07:54:30.126Z] #19 335.1 Preparing to unpack .../069-libstdc++6-armel-cross_10.2.1-6cross1_all.deb ...
07:54:30 [2022-07-28T07:54:30.126Z] #19 335.1 Unpacking libstdc++6-armel-cross (10.2.1-6cross1) ...
07:54:30 [2022-07-28T07:54:30.126Z] #19 335.2 Selecting previously unselected package libubsan1-armel-cross.
07:54:30 [2022-07-28T07:54:30.126Z] #19 335.2 Preparing to unpack .../070-libubsan1-armel-cross_10.2.1-6cross1_all.deb ...
07:54:30 [2022-07-28T07:54:30.126Z] #19 335.2 Unpacking libubsan1-armel-cross (10.2.1-6cross1) ...
07:54:30 [2022-07-28T07:54:30.126Z] #19 335.3 Selecting previously unselected package libgcc-10-dev-armel-cross.
07:54:30 [2022-07-28T07:54:30.126Z] #19 335.3 Preparing to unpack .../071-libgcc-10-dev-armel-cross_10.2.1-6cross1_all.deb ...
07:54:30 [2022-07-28T07:54:30.126Z] #19 335.3 Unpacking libgcc-10-dev-armel-cross (10.2.1-6cross1) ...
07:54:30 [2022-07-28T07:54:30.126Z] #19 335.4 Selecting previously unselected package gcc-10-arm-linux-gnueabi.
07:54:30 [2022-07-28T07:54:30.137Z] #77 181.6 checking for python3 platform... linux
07:54:30 [2022-07-28T07:54:30.384Z] #19 335.4 Preparing to unpack .../072-gcc-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ...
07:54:30 [2022-07-28T07:54:30.384Z] #19 335.4 Unpacking gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ...
07:54:30 [2022-07-28T07:54:30.702Z] #77 181.7 checking for python3 script directory... ${prefix}/lib/python3.9/site-packages
07:54:30 [2022-07-28T07:54:30.960Z] #77 182.1 checking for python3 extension module directory... ${exec_prefix}/lib/python3.9/site-packages
07:54:31 [2022-07-28T07:54:31.217Z] #77 182.6 checking that generated files are newer than configure... done
07:54:31 [2022-07-28T07:54:31.217Z] #77 182.6 configure: creating ./config.status
07:54:35 [2022-07-28T07:54:35.398Z] #77 ...
07:54:35 [2022-07-28T07:54:35.398Z] 
07:54:35 [2022-07-28T07:54:35.398Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
07:54:35 [2022-07-28T07:54:35.398Z] #21 sha256:b2570b2884beb6efe91186ba991258e6251478e74a93c353ccbb4b0299fab53d
07:54:35 [2022-07-28T07:54:35.398Z] #21 41.01 Unpacking bash-completion (1:2.11-2) ...
07:54:35 [2022-07-28T07:54:35.398Z] #21 41.70 Selecting previously unselected package bzip2.
07:54:35 [2022-07-28T07:54:35.398Z] #21 41.71 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ...
07:54:35 [2022-07-28T07:54:35.398Z] #21 41.72 Unpacking bzip2 (1.0.8-4) ...
07:54:35 [2022-07-28T07:54:35.398Z] #21 41.90 Selecting previously unselected package xz-utils.
07:54:35 [2022-07-28T07:54:35.398Z] #21 41.91 Preparing to unpack .../12-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
07:54:35 [2022-07-28T07:54:35.398Z] #21 41.92 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
07:54:35 [2022-07-28T07:54:35.398Z] #21 42.18 Selecting previously unselected package apparmor.
07:54:35 [2022-07-28T07:54:35.398Z] #21 42.18 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ...
07:54:35 [2022-07-28T07:54:35.398Z] #21 42.26 Unpacking apparmor (2.13.6-10) ...
07:54:35 [2022-07-28T07:54:35.398Z] #21 42.94 Selecting previously unselected package inetutils-ping.
07:54:35 [2022-07-28T07:54:35.398Z] #21 42.94 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ...
07:54:35 [2022-07-28T07:54:35.398Z] #21 42.95 Unpacking inetutils-ping (2:2.0-1) ...
07:54:35 [2022-07-28T07:54:35.398Z] #21 43.18 Selecting previously unselected package libip4tc2:amd64.
07:54:35 [2022-07-28T07:54:35.398Z] #21 43.19 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ...
07:54:35 [2022-07-28T07:54:35.398Z] #21 43.19 Unpacking libip4tc2:amd64 (1.8.7-1) ...
07:54:35 [2022-07-28T07:54:35.398Z] #21 43.32 Selecting previously unselected package libip6tc2:amd64.
07:54:35 [2022-07-28T07:54:35.398Z] #21 43.35 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ...
07:54:35 [2022-07-28T07:54:35.398Z] #21 43.38 Unpacking libip6tc2:amd64 (1.8.7-1) ...
07:54:35 [2022-07-28T07:54:35.398Z] #21 43.61 Selecting previously unselected package libnfnetlink0:amd64.
07:54:35 [2022-07-28T07:54:35.398Z] #21 43.63 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
07:54:35 [2022-07-28T07:54:35.398Z] #21 43.64 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
07:54:35 [2022-07-28T07:54:35.398Z] #21 43.85 Selecting previously unselected package libnetfilter-conntrack3:amd64.
07:54:35 [2022-07-28T07:54:35.398Z] #21 43.87 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ...
07:54:35 [2022-07-28T07:54:35.398Z] #21 43.89 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ...
07:54:35 [2022-07-28T07:54:35.398Z] #21 44.10 Selecting previously unselected package libnftnl11:amd64.
07:54:35 [2022-07-28T07:54:35.398Z] #21 44.10 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ...
07:54:35 [2022-07-28T07:54:35.398Z] #21 44.11 Unpacking libnftnl11:amd64 (1.1.9-1) ...
07:54:35 [2022-07-28T07:54:35.398Z] #21 44.25 Selecting previously unselected package iptables.
07:54:35 [2022-07-28T07:54:35.398Z] #21 44.29 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ...
07:54:35 [2022-07-28T07:54:35.398Z] #21 44.31 Unpacking iptables (1.8.7-1) ...
07:54:35 [2022-07-28T07:54:35.398Z] #21 44.91 Selecting previously unselected package libonig5:amd64.
07:54:35 [2022-07-28T07:54:35.398Z] #21 44.93 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ...
07:54:35 [2022-07-28T07:54:35.398Z] #21 44.94 Unpacking libonig5:amd64 (6.9.6-1.1) ...
07:54:35 [2022-07-28T07:54:35.398Z] #21 45.35 Selecting previously unselected package libjq1:amd64.
07:54:35 [2022-07-28T07:54:35.398Z] #21 45.37 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ...
07:54:35 [2022-07-28T07:54:35.398Z] #21 45.38 Unpacking libjq1:amd64 (1.6-2.1) ...
07:54:35 [2022-07-28T07:54:35.398Z] #21 45.68 Selecting previously unselected package jq.
07:54:35 [2022-07-28T07:54:35.398Z] #21 45.68 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ...
07:54:35 [2022-07-28T07:54:35.398Z] #21 45.70 Unpacking jq (1.6-2.1) ...
07:54:35 [2022-07-28T07:54:35.398Z] #21 45.91 Selecting previously unselected package libaio1:amd64.
07:54:35 [2022-07-28T07:54:35.398Z] #21 45.91 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ...
07:54:35 [2022-07-28T07:54:35.398Z] #21 45.92 Unpacking libaio1:amd64 (0.3.112-9) ...
07:54:35 [2022-07-28T07:54:35.398Z] #21 46.11 Selecting previously unselected package libgpm2:amd64.
07:54:35 [2022-07-28T07:54:35.398Z] #21 46.12 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ...
07:54:35 [2022-07-28T07:54:35.398Z] #21 46.14 Unpacking libgpm2:amd64 (1.20.7-8) ...
07:54:35 [2022-07-28T07:54:35.398Z] #21 46.36 Selecting previously unselected package libicu67:amd64.
07:54:35 [2022-07-28T07:54:35.398Z] #21 46.36 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ...
07:54:35 [2022-07-28T07:54:35.398Z] #21 46.36 Unpacking libicu67:amd64 (67.1-7) ...
07:54:35 [2022-07-28T07:54:35.656Z] #19 340.1 Selecting previously unselected package gcc-arm-linux-gnueabi.
07:54:35 [2022-07-28T07:54:35.656Z] #19 340.1 Preparing to unpack .../073-gcc-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ...
07:54:35 [2022-07-28T07:54:35.656Z] #19 340.1 Unpacking gcc-arm-linux-gnueabi (4:10.2.1-1) ...
07:54:35 [2022-07-28T07:54:35.656Z] #19 340.1 Selecting previously unselected package linux-libc-dev-armel-cross.
07:54:35 [2022-07-28T07:54:35.656Z] #19 340.1 Preparing to unpack .../074-linux-libc-dev-armel-cross_5.10.13-1cross4_all.deb ...
07:54:35 [2022-07-28T07:54:35.656Z] #19 340.1 Unpacking linux-libc-dev-armel-cross (5.10.13-1cross4) ...
07:54:35 [2022-07-28T07:54:35.656Z] #19 340.3 Selecting previously unselected package libc6-dev-armel-cross.
07:54:35 [2022-07-28T07:54:35.656Z] #19 340.3 Preparing to unpack .../075-libc6-dev-armel-cross_2.31-9cross4_all.deb ...
07:54:35 [2022-07-28T07:54:35.656Z] #19 340.3 Unpacking libc6-dev-armel-cross (2.31-9cross4) ...
07:54:35 [2022-07-28T07:54:35.656Z] #19 340.6 Selecting previously unselected package libstdc++-10-dev-armel-cross.
07:54:35 [2022-07-28T07:54:35.656Z] #19 340.6 Preparing to unpack .../076-libstdc++-10-dev-armel-cross_10.2.1-6cross1_all.deb ...
07:54:35 [2022-07-28T07:54:35.656Z] #19 340.6 Unpacking libstdc++-10-dev-armel-cross (10.2.1-6cross1) ...
07:54:35 [2022-07-28T07:54:35.656Z] #19 340.8 Selecting previously unselected package g++-10-arm-linux-gnueabi.
07:54:35 [2022-07-28T07:54:35.656Z] #19 340.8 Preparing to unpack .../077-g++-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ...
07:54:35 [2022-07-28T07:54:35.656Z] #19 340.8 Unpacking g++-10-arm-linux-gnueabi (10.2.1-6cross1) ...
07:54:39 [2022-07-28T07:54:39.474Z] #77 ...
07:54:39 [2022-07-28T07:54:39.474Z] 
07:54:39 [2022-07-28T07:54:39.474Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
07:54:39 [2022-07-28T07:54:39.474Z] #47 sha256:8a0b7c7abf06bbb1ab29c763b2e38d2fa012d03eb2e646559ec0a63c975a38c7
07:54:39 [2022-07-28T07:54:39.474Z] #47 DONE 273.5s
07:54:39 [2022-07-28T07:54:39.474Z] 
07:54:39 [2022-07-28T07:54:39.475Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:54:39 [2022-07-28T07:54:39.475Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:54:39 [2022-07-28T07:54:39.475Z] #77 224.2   CCLD     tests/init
07:54:40 [2022-07-28T07:54:40.666Z] #21 ...
07:54:40 [2022-07-28T07:54:40.666Z] 
07:54:40 [2022-07-28T07:54:40.666Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:54:40 [2022-07-28T07:54:40.666Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:54:40 [2022-07-28T07:54:40.666Z] #77 187.7 config.status: creating Makefile
07:54:40 [2022-07-28T07:54:40.666Z] #77 187.8 config.status: creating config.h
07:54:40 [2022-07-28T07:54:40.666Z] #77 188.0 config.status: executing libtool commands
07:54:40 [2022-07-28T07:54:40.666Z] #77 188.0 config.status: executing depfiles commands
07:54:40 [2022-07-28T07:54:40.666Z] #77 189.5 === configuring in yajl (/tmp/crun-build/libocispec/yajl)
07:54:40 [2022-07-28T07:54:40.666Z] #77 189.5 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--bindir=/build' --cache-file=/dev/null --srcdir=.
07:54:40 [2022-07-28T07:54:40.666Z] #77 190.0 checking for gcc... gcc
07:54:40 [2022-07-28T07:54:40.666Z] #77 190.1 checking whether the C compiler works... yes
07:54:40 [2022-07-28T07:54:40.666Z] #77 190.3 checking for C compiler default output file name... a.out
07:54:40 [2022-07-28T07:54:40.666Z] #77 190.3 checking for suffix of executables... 
07:54:40 [2022-07-28T07:54:40.666Z] #77 190.5 checking whether we are cross compiling... no
07:54:40 [2022-07-28T07:54:40.666Z] #77 190.9 checking for suffix of object files... o
07:54:40 [2022-07-28T07:54:40.666Z] #77 191.0 checking whether we are using the GNU C compiler... yes
07:54:40 [2022-07-28T07:54:40.666Z] #77 191.1 checking whether gcc accepts -g... yes
07:54:40 [2022-07-28T07:54:40.666Z] #77 191.3 checking for gcc option to accept ISO C89... none needed
07:54:40 [2022-07-28T07:54:40.666Z] #77 191.5 checking whether gcc understands -c and -o together... yes
07:54:40 [2022-07-28T07:54:40.666Z] #77 191.8 checking for a BSD-compatible install... /usr/bin/install -c
07:54:40 [2022-07-28T07:54:40.666Z] #77 191.8 checking whether build environment is sane... yes
07:54:40 [2022-07-28T07:54:40.666Z] #77 191.9 checking for a thread-safe mkdir -p... /bin/mkdir -p
07:54:40 [2022-07-28T07:54:40.666Z] #77 191.9 checking for gawk... no
07:54:40 [2022-07-28T07:54:40.666Z] #77 191.9 checking for mawk... mawk
07:54:40 [2022-07-28T07:54:40.666Z] #77 191.9 checking whether make sets $(MAKE)... yes
07:54:40 [2022-07-28T07:54:40.666Z] #77 192.0 checking whether make supports the include directive... yes (GNU style)
07:54:40 [2022-07-28T07:54:40.666Z] #77 192.0 checking whether make supports nested variables... yes
07:54:40 [2022-07-28T07:54:40.666Z] #77 192.1 checking whether UID '0' is supported by ustar format... yes
07:54:40 [2022-07-28T07:54:40.666Z] #77 192.1 checking whether GID '0' is supported by ustar format... yes
07:54:40 [2022-07-28T07:54:40.666Z] #77 192.1 checking how to create a ustar tar archive... gnutar
07:54:40 [2022-07-28T07:54:40.666Z] #77 192.2 checking dependency style of gcc... gcc3
07:54:40 [2022-07-28T07:54:40.666Z] #77 192.4 checking whether to enable maintainer-specific portions of Makefiles... yes
07:54:40 [2022-07-28T07:54:40.666Z] #77 192.4 checking whether make supports nested variables... (cached) yes
07:54:40 [2022-07-28T07:54:40.845Z] #77 ...
07:54:40 [2022-07-28T07:54:40.845Z] 
07:54:40 [2022-07-28T07:54:40.845Z] #48 [dev-systemd-false 17/28] COPY --from=registry      /build/ /usr/local/bin/
07:54:40 [2022-07-28T07:54:40.845Z] #48 sha256:af65f9b2bdebc7eb45063f6294e902e52ea70ae54e8cad9c512bd268be35ed2e
07:54:40 [2022-07-28T07:54:40.845Z] #48 DONE 0.6s
07:54:40 [2022-07-28T07:54:40.845Z] 
07:54:40 [2022-07-28T07:54:40.845Z] #52 [dev-systemd-false 18/28] COPY --from=criu          /build/ /usr/local/bin/
07:54:40 [2022-07-28T07:54:40.845Z] #52 sha256:96b2bddc6badd15b6cf1c2dd83d72d8116cfcb612705b7741837d1764f6d1c72
07:54:40 [2022-07-28T07:54:40.845Z] #52 DONE 0.1s
07:54:40 [2022-07-28T07:54:40.845Z] 
07:54:40 [2022-07-28T07:54:40.845Z] #54 [dev-systemd-false 19/28] COPY --from=gotestsum     /build/ /usr/local/bin/
07:54:40 [2022-07-28T07:54:40.845Z] #54 sha256:b6421445b774a3d26d847f0ce9c1fc490d4705931d61edb305177e55e4220460
07:54:40 [2022-07-28T07:54:40.845Z] #54 DONE 0.1s
07:54:40 [2022-07-28T07:54:40.845Z] 
07:54:40 [2022-07-28T07:54:40.845Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:54:40 [2022-07-28T07:54:40.845Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:54:40 [2022-07-28T07:54:40.922Z] #19 345.3 Selecting previously unselected package g++-arm-linux-gnueabi.
07:54:40 [2022-07-28T07:54:40.922Z] #19 345.3 Preparing to unpack .../078-g++-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ...
07:54:40 [2022-07-28T07:54:40.922Z] #19 345.3 Unpacking g++-arm-linux-gnueabi (4:10.2.1-1) ...
07:54:40 [2022-07-28T07:54:40.922Z] #19 345.3 Selecting previously unselected package crossbuild-essential-armel.
07:54:40 [2022-07-28T07:54:40.922Z] #19 345.3 Preparing to unpack .../079-crossbuild-essential-armel_12.9_all.deb ...
07:54:40 [2022-07-28T07:54:40.922Z] #19 345.3 Unpacking crossbuild-essential-armel (12.9) ...
07:54:40 [2022-07-28T07:54:40.922Z] #19 345.4 Selecting previously unselected package libc6-armhf-cross.
07:54:40 [2022-07-28T07:54:40.922Z] #19 345.4 Preparing to unpack .../080-libc6-armhf-cross_2.31-9cross4_all.deb ...
07:54:40 [2022-07-28T07:54:40.922Z] #19 345.4 Unpacking libc6-armhf-cross (2.31-9cross4) ...
07:54:40 [2022-07-28T07:54:40.922Z] #19 345.5 Selecting previously unselected package libgcc-s1-armhf-cross.
07:54:40 [2022-07-28T07:54:40.922Z] #19 345.5 Preparing to unpack .../081-libgcc-s1-armhf-cross_10.2.1-6cross1_all.deb ...
07:54:40 [2022-07-28T07:54:40.922Z] #19 345.5 Unpacking libgcc-s1-armhf-cross (10.2.1-6cross1) ...
07:54:40 [2022-07-28T07:54:40.922Z] #19 345.5 Selecting previously unselected package libgomp1-armhf-cross.
07:54:40 [2022-07-28T07:54:40.922Z] #19 345.5 Preparing to unpack .../082-libgomp1-armhf-cross_10.2.1-6cross1_all.deb ...
07:54:40 [2022-07-28T07:54:40.922Z] #19 345.5 Unpacking libgomp1-armhf-cross (10.2.1-6cross1) ...
07:54:40 [2022-07-28T07:54:40.922Z] #19 345.6 Selecting previously unselected package libatomic1-armhf-cross.
07:54:40 [2022-07-28T07:54:40.922Z] #19 345.6 Preparing to unpack .../083-libatomic1-armhf-cross_10.2.1-6cross1_all.deb ...
07:54:40 [2022-07-28T07:54:40.922Z] #19 345.6 Unpacking libatomic1-armhf-cross (10.2.1-6cross1) ...
07:54:40 [2022-07-28T07:54:40.923Z] #19 345.6 Selecting previously unselected package libasan6-armhf-cross.
07:54:40 [2022-07-28T07:54:40.923Z] #19 345.6 Preparing to unpack .../084-libasan6-armhf-cross_10.2.1-6cross1_all.deb ...
07:54:40 [2022-07-28T07:54:40.923Z] #19 345.6 Unpacking libasan6-armhf-cross (10.2.1-6cross1) ...
07:54:40 [2022-07-28T07:54:40.923Z] #19 345.9 Selecting previously unselected package libstdc++6-armhf-cross.
07:54:40 [2022-07-28T07:54:40.923Z] #19 345.9 Preparing to unpack .../085-libstdc++6-armhf-cross_10.2.1-6cross1_all.deb ...
07:54:40 [2022-07-28T07:54:40.923Z] #19 345.9 Unpacking libstdc++6-armhf-cross (10.2.1-6cross1) ...
07:54:40 [2022-07-28T07:54:40.923Z] #19 346.0 Selecting previously unselected package libubsan1-armhf-cross.
07:54:40 [2022-07-28T07:54:40.923Z] #19 346.0 Preparing to unpack .../086-libubsan1-armhf-cross_10.2.1-6cross1_all.deb ...
07:54:40 [2022-07-28T07:54:40.923Z] #19 346.0 Unpacking libubsan1-armhf-cross (10.2.1-6cross1) ...
07:54:40 [2022-07-28T07:54:40.923Z] #19 346.1 Selecting previously unselected package libgcc-10-dev-armhf-cross.
07:54:40 [2022-07-28T07:54:40.923Z] #19 346.1 Preparing to unpack .../087-libgcc-10-dev-armhf-cross_10.2.1-6cross1_all.deb ...
07:54:40 [2022-07-28T07:54:40.923Z] #19 346.1 Unpacking libgcc-10-dev-armhf-cross (10.2.1-6cross1) ...
07:54:40 [2022-07-28T07:54:40.923Z] #19 346.2 Selecting previously unselected package gcc-10-arm-linux-gnueabihf.
07:54:41 [2022-07-28T07:54:41.181Z] #19 346.2 Preparing to unpack .../088-gcc-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ...
07:54:41 [2022-07-28T07:54:41.181Z] #19 346.2 Unpacking gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
07:54:41 [2022-07-28T07:54:41.186Z] #77 192.4 checking build system type... x86_64-pc-linux-gnu
07:54:41 [2022-07-28T07:54:41.186Z] #77 192.9 checking host system type... x86_64-pc-linux-gnu
07:54:41 [2022-07-28T07:54:41.186Z] #77 192.9 checking how to print strings... printf
07:54:41 [2022-07-28T07:54:41.186Z] #77 192.9 checking for a sed that does not truncate output... /bin/sed
07:54:41 [2022-07-28T07:54:41.186Z] #77 192.9 checking for grep that handles long lines and -e... /bin/grep
07:54:41 [2022-07-28T07:54:41.444Z] #77 192.9 checking for egrep... /bin/grep -E
07:54:41 [2022-07-28T07:54:41.444Z] #77 192.9 checking for fgrep... /bin/grep -F
07:54:41 [2022-07-28T07:54:41.444Z] #77 192.9 checking for ld used by gcc... /usr/bin/ld
07:54:41 [2022-07-28T07:54:41.444Z] #77 193.0 checking if the linker (/usr/bin/ld) is GNU ld... yes
07:54:41 [2022-07-28T07:54:41.444Z] #77 193.0 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
07:54:41 [2022-07-28T07:54:41.444Z] #77 193.0 checking the name lister (/usr/bin/nm -B) interface... BSD nm
07:54:41 [2022-07-28T07:54:41.444Z] #77 193.2 checking whether ln -s works... yes
07:54:41 [2022-07-28T07:54:41.703Z] #77 193.2 checking the maximum length of command line arguments... 1572864
07:54:41 [2022-07-28T07:54:41.703Z] #77 193.2 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
07:54:41 [2022-07-28T07:54:41.703Z] #77 193.2 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
07:54:41 [2022-07-28T07:54:41.703Z] #77 193.2 checking for /usr/bin/ld option to reload object files... -r
07:54:41 [2022-07-28T07:54:41.703Z] #77 193.2 checking for objdump... objdump
07:54:41 [2022-07-28T07:54:41.703Z] #77 193.2 checking how to recognize dependent libraries... pass_all
07:54:41 [2022-07-28T07:54:41.703Z] #77 193.2 checking for dlltool... no
07:54:41 [2022-07-28T07:54:41.703Z] #77 193.2 checking how to associate runtime and link libraries... printf %s\n
07:54:41 [2022-07-28T07:54:41.703Z] #77 193.2 checking for ar... ar
07:54:41 [2022-07-28T07:54:41.703Z] #77 193.2 checking for archiver @FILE support... @
07:54:41 [2022-07-28T07:54:41.961Z] #77 193.4 checking for strip... strip
07:54:41 [2022-07-28T07:54:41.961Z] #77 193.4 checking for ranlib... ranlib
07:54:42 [2022-07-28T07:54:42.219Z] #77 193.4 checking command to parse /usr/bin/nm -B output from gcc object... ok
07:54:42 [2022-07-28T07:54:42.478Z] #77 193.9 checking for sysroot... no
07:54:42 [2022-07-28T07:54:42.478Z] #77 193.9 checking for a working dd... /bin/dd
07:54:42 [2022-07-28T07:54:42.478Z] #77 194.0 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
07:54:42 [2022-07-28T07:54:42.739Z] #77 194.1 checking for mt... no
07:54:42 [2022-07-28T07:54:42.739Z] #77 194.1 checking if : is a manifest tool... no
07:54:42 [2022-07-28T07:54:42.739Z] #77 194.1 checking how to run the C preprocessor... gcc -E
07:54:43 [2022-07-28T07:54:43.244Z] #64 ...
07:54:43 [2022-07-28T07:54:43.244Z] 
07:54:43 [2022-07-28T07:54:43.244Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:54:43 [2022-07-28T07:54:43.244Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:54:43 [2022-07-28T07:54:43.244Z] #77 265.8   CCLD     libocispec.la
07:54:43 [2022-07-28T07:54:43.244Z] #77 266.1   CCLD     src/validate
07:54:43 [2022-07-28T07:54:43.244Z] #77 266.1   CCLD     tests/test-1
07:54:43 [2022-07-28T07:54:43.244Z] #77 266.2   CCLD     tests/test-2
07:54:43 [2022-07-28T07:54:43.244Z] #77 266.2   CCLD     tests/test-3
07:54:43 [2022-07-28T07:54:43.244Z] #77 266.2   CCLD     tests/test-4
07:54:43 [2022-07-28T07:54:43.244Z] #77 266.2   CCLD     tests/test-5
07:54:43 [2022-07-28T07:54:43.244Z] #77 266.2   CCLD     tests/test-6
07:54:43 [2022-07-28T07:54:43.244Z] #77 266.3   CCLD     tests/test-7
07:54:43 [2022-07-28T07:54:43.244Z] #77 266.4   CCLD     tests/test-8
07:54:43 [2022-07-28T07:54:43.244Z] #77 266.4   CCLD     tests/test-9
07:54:43 [2022-07-28T07:54:43.244Z] #77 266.5 /bin/bash ./libtool --mode=link  libocispec.la -o libocispec.a
07:54:43 [2022-07-28T07:54:43.244Z] #77 266.5   CCLD     tests/test-10
07:54:43 [2022-07-28T07:54:43.504Z] #77 266.5   CCLD     tests/test-11
07:54:43 [2022-07-28T07:54:43.676Z] #77 194.5 checking for ANSI C header files... yes
07:54:43 [2022-07-28T07:54:43.676Z] #77 195.3 checking for sys/types.h... yes
07:54:44 [2022-07-28T07:54:44.245Z] #77 195.4 checking for sys/stat.h... yes
07:54:44 [2022-07-28T07:54:44.245Z] #77 195.6 checking for stdlib.h... yes
07:54:44 [2022-07-28T07:54:44.503Z] #77 195.8 checking for string.h... 
07:54:44 [2022-07-28T07:54:44.503Z] #77 ...
07:54:44 [2022-07-28T07:54:44.503Z] 
07:54:44 [2022-07-28T07:54:44.503Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
07:54:44 [2022-07-28T07:54:44.503Z] #21 sha256:b2570b2884beb6efe91186ba991258e6251478e74a93c353ccbb4b0299fab53d
07:54:44 [2022-07-28T07:54:44.503Z] #21 51.64 Selecting previously unselected package libinih1:amd64.
07:54:44 [2022-07-28T07:54:44.503Z] #21 51.66 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ...
07:54:44 [2022-07-28T07:54:44.503Z] #21 51.67 Unpacking libinih1:amd64 (53-1+b2) ...
07:54:44 [2022-07-28T07:54:44.503Z] #21 51.78 Selecting previously unselected package libnet1:amd64.
07:54:44 [2022-07-28T07:54:44.503Z] #21 51.78 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
07:54:44 [2022-07-28T07:54:44.503Z] #21 51.79 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
07:54:44 [2022-07-28T07:54:44.503Z] #21 51.97 Selecting previously unselected package libnl-3-200:amd64.
07:54:44 [2022-07-28T07:54:44.503Z] #21 52.00 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ...
07:54:44 [2022-07-28T07:54:44.503Z] #21 52.01 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
07:54:44 [2022-07-28T07:54:44.503Z] #21 52.17 Selecting previously unselected package libprotobuf-c1:amd64.
07:54:44 [2022-07-28T07:54:44.503Z] #21 52.19 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
07:54:44 [2022-07-28T07:54:44.503Z] #21 52.20 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
07:54:44 [2022-07-28T07:54:44.503Z] #21 52.31 Selecting previously unselected package libyajl2:amd64.
07:54:44 [2022-07-28T07:54:44.503Z] #21 52.31 Preparing to unpack .../31-libyajl2_2.1.0-3_amd64.deb ...
07:54:44 [2022-07-28T07:54:44.503Z] #21 52.32 Unpacking libyajl2:amd64 (2.1.0-3) ...
07:54:44 [2022-07-28T07:54:44.503Z] #21 52.45 Selecting previously unselected package net-tools.
07:54:44 [2022-07-28T07:54:44.503Z] #21 52.45 Preparing to unpack .../32-net-tools_1.60+git20181103.0eebece-1_amd64.deb ...
07:54:44 [2022-07-28T07:54:44.503Z] #21 52.46 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
07:54:44 [2022-07-28T07:54:44.503Z] #21 52.70 Selecting previously unselected package patch.
07:54:44 [2022-07-28T07:54:44.503Z] #21 52.71 Preparing to unpack .../33-patch_2.7.6-7_amd64.deb ...
07:54:44 [2022-07-28T07:54:44.503Z] #21 52.73 Unpacking patch (2.7.6-7) ...
07:54:44 [2022-07-28T07:54:44.503Z] #21 52.88 Selecting previously unselected package python-pip-whl.
07:54:44 [2022-07-28T07:54:44.503Z] #21 52.91 Preparing to unpack .../34-python-pip-whl_20.3.4-4+deb11u1_all.deb ...
07:54:44 [2022-07-28T07:54:44.503Z] #21 52.93 Unpacking python-pip-whl (20.3.4-4+deb11u1) ...
07:54:44 [2022-07-28T07:54:44.503Z] #21 53.75 Selecting previously unselected package python3-lib2to3.
07:54:44 [2022-07-28T07:54:44.503Z] #21 53.77 Preparing to unpack .../35-python3-lib2to3_3.9.2-1_all.deb ...
07:54:44 [2022-07-28T07:54:44.503Z] #21 53.78 Unpacking python3-lib2to3 (3.9.2-1) ...
07:54:44 [2022-07-28T07:54:44.503Z] #21 53.91 Selecting previously unselected package python3-distutils.
07:54:44 [2022-07-28T07:54:44.503Z] #21 53.92 Preparing to unpack .../36-python3-distutils_3.9.2-1_all.deb ...
07:54:44 [2022-07-28T07:54:44.503Z] #21 53.94 Unpacking python3-distutils (3.9.2-1) ...
07:54:44 [2022-07-28T07:54:44.503Z] #21 54.14 Selecting previously unselected package python3-pkg-resources.
07:54:44 [2022-07-28T07:54:44.503Z] #21 54.15 Preparing to unpack .../37-python3-pkg-resources_52.0.0-4_all.deb ...
07:54:44 [2022-07-28T07:54:44.503Z] #21 54.16 Unpacking python3-pkg-resources (52.0.0-4) ...
07:54:44 [2022-07-28T07:54:44.503Z] #21 54.36 Selecting previously unselected package python3-setuptools.
07:54:44 [2022-07-28T07:54:44.503Z] #21 54.36 Preparing to unpack .../38-python3-setuptools_52.0.0-4_all.deb ...
07:54:44 [2022-07-28T07:54:44.503Z] #21 54.37 Unpacking python3-setuptools (52.0.0-4) ...
07:54:44 [2022-07-28T07:54:44.503Z] #21 54.69 Selecting previously unselected package python3-wheel.
07:54:44 [2022-07-28T07:54:44.503Z] #21 54.70 Preparing to unpack .../39-python3-wheel_0.34.2-1_all.deb ...
07:54:44 [2022-07-28T07:54:44.503Z] #21 54.70 Unpacking python3-wheel (0.34.2-1) ...
07:54:44 [2022-07-28T07:54:44.503Z] #21 54.85 Selecting previously unselected package python3-pip.
07:54:44 [2022-07-28T07:54:44.503Z] #21 54.86 Preparing to unpack .../40-python3-pip_20.3.4-4+deb11u1_all.deb ...
07:54:44 [2022-07-28T07:54:44.503Z] #21 54.86 Unpacking python3-pip (20.3.4-4+deb11u1) ...
07:54:44 [2022-07-28T07:54:44.503Z] #21 55.24 Selecting previously unselected package sudo.
07:54:44 [2022-07-28T07:54:44.503Z] #21 55.25 Preparing to unpack .../41-sudo_1.9.5p2-3_amd64.deb ...
07:54:44 [2022-07-28T07:54:44.503Z] #21 55.27 Unpacking sudo (1.9.5p2-3) ...
07:54:45 [2022-07-28T07:54:45.068Z] #21 56.04 Selecting previously unselected package thin-provisioning-tools.
07:54:45 [2022-07-28T07:54:45.068Z] #21 56.04 Preparing to unpack .../42-thin-provisioning-tools_0.9.0-1_amd64.deb ...
07:54:45 [2022-07-28T07:54:45.068Z] #21 56.05 Unpacking thin-provisioning-tools (0.9.0-1) ...
07:54:45 [2022-07-28T07:54:45.325Z] #21 56.35 Selecting previously unselected package uidmap.
07:54:45 [2022-07-28T07:54:45.325Z] #21 56.39 Preparing to unpack .../43-uidmap_1%3a4.8.1-1_amd64.deb ...
07:54:45 [2022-07-28T07:54:45.325Z] #21 56.40 Unpacking uidmap (1:4.8.1-1) ...
07:54:45 [2022-07-28T07:54:45.414Z] #77 268.7 libtool: link: ar cr libocispec.a 
07:54:45 [2022-07-28T07:54:45.414Z] #77 268.8 libtool: link: ranlib libocispec.a
07:54:45 [2022-07-28T07:54:45.890Z] #21 56.87 Selecting previously unselected package vim-runtime.
07:54:45 [2022-07-28T07:54:45.890Z] #21 56.90 Preparing to unpack .../44-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
07:54:45 [2022-07-28T07:54:45.890Z] #21 56.97 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
07:54:46 [2022-07-28T07:54:46.148Z] #21 57.07 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
07:54:46 [2022-07-28T07:54:46.148Z] #21 57.07 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
07:54:46 [2022-07-28T07:54:46.451Z] #19 351.0 Selecting previously unselected package gcc-arm-linux-gnueabihf.
07:54:46 [2022-07-28T07:54:46.451Z] #19 351.0 Preparing to unpack .../089-gcc-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ...
07:54:46 [2022-07-28T07:54:46.451Z] #19 351.0 Unpacking gcc-arm-linux-gnueabihf (4:10.2.1-1) ...
07:54:46 [2022-07-28T07:54:46.451Z] #19 351.0 Selecting previously unselected package linux-libc-dev-armhf-cross.
07:54:46 [2022-07-28T07:54:46.451Z] #19 351.0 Preparing to unpack .../090-linux-libc-dev-armhf-cross_5.10.13-1cross4_all.deb ...
07:54:46 [2022-07-28T07:54:46.451Z] #19 351.0 Unpacking linux-libc-dev-armhf-cross (5.10.13-1cross4) ...
07:54:46 [2022-07-28T07:54:46.451Z] #19 351.2 Selecting previously unselected package libc6-dev-armhf-cross.
07:54:46 [2022-07-28T07:54:46.451Z] #19 351.2 Preparing to unpack .../091-libc6-dev-armhf-cross_2.31-9cross4_all.deb ...
07:54:46 [2022-07-28T07:54:46.451Z] #19 351.2 Unpacking libc6-dev-armhf-cross (2.31-9cross4) ...
07:54:46 [2022-07-28T07:54:46.451Z] #19 351.4 Selecting previously unselected package libstdc++-10-dev-armhf-cross.
07:54:46 [2022-07-28T07:54:46.451Z] #19 351.4 Preparing to unpack .../092-libstdc++-10-dev-armhf-cross_10.2.1-6cross1_all.deb ...
07:54:46 [2022-07-28T07:54:46.451Z] #19 351.4 Unpacking libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ...
07:54:46 [2022-07-28T07:54:46.451Z] #19 351.7 Selecting previously unselected package g++-10-arm-linux-gnueabihf.
07:54:46 [2022-07-28T07:54:46.710Z] #19 351.7 Preparing to unpack .../093-g++-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ...
07:54:46 [2022-07-28T07:54:46.710Z] #19 351.7 Unpacking g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
07:54:47 [2022-07-28T07:54:47.324Z] #77 270.3 make[5]: Entering directory '/tmp/crun-build/libocispec'
07:54:47 [2022-07-28T07:54:47.324Z] #77 270.3 make[5]: Nothing to be done for 'install-exec-am'.
07:54:47 [2022-07-28T07:54:47.324Z] #77 270.3 make[5]: Nothing to be done for 'install-data-am'.
07:54:47 [2022-07-28T07:54:47.324Z] #77 270.3 make[5]: Leaving directory '/tmp/crun-build/libocispec'
07:54:47 [2022-07-28T07:54:47.324Z] #77 270.3 make[4]: Leaving directory '/tmp/crun-build/libocispec'
07:54:47 [2022-07-28T07:54:47.324Z] #77 270.3 make[3]: Leaving directory '/tmp/crun-build/libocispec'
07:54:47 [2022-07-28T07:54:47.324Z] #77 270.3 make[2]: Leaving directory '/tmp/crun-build/libocispec'
07:54:47 [2022-07-28T07:54:47.324Z] #77 270.3 make[2]: Entering directory '/tmp/crun-build'
07:54:47 [2022-07-28T07:54:47.324Z] #77 270.4   CC       src/libcrun/libcrun_testing_a-utils.o
07:54:47 [2022-07-28T07:54:47.324Z] #77 270.4   CC       src/libcrun/libcrun_testing_a-cloned_binary.o
07:54:47 [2022-07-28T07:54:47.324Z] #77 270.4   CC       src/libcrun/libcrun_testing_a-container.o
07:54:47 [2022-07-28T07:54:47.324Z] #77 270.5   CC       src/libcrun/libcrun_testing_a-cgroup.o
07:54:47 [2022-07-28T07:54:47.324Z] #77 270.5   CC       src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o
07:54:47 [2022-07-28T07:54:47.324Z] #77 270.6   CC       src/libcrun/libcrun_testing_a-cgroup-resources.o
07:54:47 [2022-07-28T07:54:47.324Z] #77 270.6   CC       src/libcrun/libcrun_testing_a-cgroup-setup.o
07:54:47 [2022-07-28T07:54:47.584Z] #77 270.7   CC       src/libcrun/libcrun_testing_a-cgroup-systemd.o
07:54:47 [2022-07-28T07:54:47.584Z] #77 270.7   CC       src/libcrun/libcrun_testing_a-cgroup-utils.o
07:54:47 [2022-07-28T07:54:47.584Z] #77 270.7   CC       src/libcrun/libcrun_testing_a-criu.o
07:54:47 [2022-07-28T07:54:47.584Z] #77 270.7   CC       src/libcrun/libcrun_testing_a-custom-handler.o
07:54:47 [2022-07-28T07:54:47.844Z] #77 270.8   CC       src/libcrun/libcrun_testing_a-linux.o
07:54:47 [2022-07-28T07:54:47.844Z] #77 270.8   CC       src/libcrun/libcrun_testing_a-seccomp.o
07:54:47 [2022-07-28T07:54:47.844Z] #77 270.9   CC       src/libcrun/libcrun_testing_a-error.o
07:54:47 [2022-07-28T07:54:47.844Z] #77 270.9   CC       src/libcrun/libcrun_testing_a-ebpf.o
07:54:47 [2022-07-28T07:54:47.844Z] #77 271.0   CC       src/libcrun/libcrun_testing_a-terminal.o
07:54:47 [2022-07-28T07:54:47.844Z] #77 271.0   CC       src/libcrun/libcrun_testing_a-status.o
07:54:47 [2022-07-28T07:54:47.844Z] #77 271.0   CC       src/libcrun/libcrun_testing_a-signals.o
07:54:47 [2022-07-28T07:54:47.844Z] #77 271.0   CC       src/libcrun/libcrun_testing_a-chroot_realpath.o
07:54:47 [2022-07-28T07:54:47.844Z] #77 271.0   CC       src/libcrun/libcrun_testing_a-mount_flags.o
07:54:47 [2022-07-28T07:54:47.844Z] #77 271.1   CC       src/libcrun/libcrun_testing_a-seccomp_notify.o
07:54:47 [2022-07-28T07:54:47.845Z] #77 271.1   CC       src/libcrun/handlers/libcrun_testing_a-handler-utils.o
07:54:47 [2022-07-28T07:54:47.845Z] #77 271.1   CC       src/libcrun/handlers/libcrun_testing_a-krun.o
07:54:47 [2022-07-28T07:54:47.845Z] #77 271.2   CC       src/libcrun/handlers/libcrun_testing_a-wasmedge.o
07:54:48 [2022-07-28T07:54:48.104Z] #77 271.2   CC       src/libcrun/handlers/libcrun_testing_a-wasmer.o
07:54:48 [2022-07-28T07:54:48.105Z] #77 271.3   CC       tests/tests_libcrun_errors-tests_libcrun_errors.o
07:54:48 [2022-07-28T07:54:48.365Z] #77 271.4   CC       tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o
07:54:48 [2022-07-28T07:54:48.365Z] #77 271.5   CC       src/crun-crun.o
07:54:48 [2022-07-28T07:54:48.365Z] #77 271.6   CC       src/crun-run.o
07:54:48 [2022-07-28T07:54:48.624Z] #77 271.8   CC       src/crun-delete.o
07:54:48 [2022-07-28T07:54:48.624Z] #77 271.8   CC       src/crun-kill.o
07:54:48 [2022-07-28T07:54:48.624Z] #77 271.8   CC       src/crun-pause.o
07:54:48 [2022-07-28T07:54:48.624Z] #77 271.9   CC       src/crun-unpause.o
07:54:48 [2022-07-28T07:54:48.624Z] #77 271.9   CC       src/crun-spec.o
07:54:48 [2022-07-28T07:54:48.624Z] #77 272.0   CC       src/crun-exec.o
07:54:48 [2022-07-28T07:54:48.884Z] #77 272.0   CC       src/crun-list.o
07:54:48 [2022-07-28T07:54:48.884Z] #77 272.1   CC       src/crun-create.o
07:54:48 [2022-07-28T07:54:48.884Z] #77 272.1   CC       src/crun-start.o
07:54:48 [2022-07-28T07:54:48.884Z] #77 272.1   CC       src/crun-state.o
07:54:48 [2022-07-28T07:54:48.884Z] #77 272.2   CC       src/crun-update.o
07:54:49 [2022-07-28T07:54:49.145Z] #77 272.3   CC       src/crun-ps.o
07:54:49 [2022-07-28T07:54:49.145Z] #77 272.3   CC       src/crun-checkpoint.o
07:54:49 [2022-07-28T07:54:49.145Z] #77 272.4   CC       src/libcrun/libcrun_la-utils.lo
07:54:49 [2022-07-28T07:54:49.405Z] #77 272.4   CC       src/crun-restore.o
07:54:49 [2022-07-28T07:54:49.405Z] #77 272.5   CC       src/libcrun/libcrun_la-cloned_binary.lo
07:54:49 [2022-07-28T07:54:49.405Z] #77 272.7   CC       src/libcrun/libcrun_la-container.lo
07:54:49 [2022-07-28T07:54:49.665Z] #77 272.8   CC       src/libcrun/libcrun_la-cgroup-cgroupfs.lo
07:54:49 [2022-07-28T07:54:49.665Z] #77 272.8   CC       src/libcrun/libcrun_la-cgroup.lo
07:54:49 [2022-07-28T07:54:49.925Z] #77 273.1   CC       src/libcrun/libcrun_la-cgroup-resources.lo
07:54:49 [2022-07-28T07:54:49.925Z] #77 273.2   CC       src/libcrun/libcrun_la-cgroup-systemd.lo
07:54:50 [2022-07-28T07:54:50.185Z] #77 273.3   CC       src/libcrun/libcrun_la-cgroup-setup.lo
07:54:50 [2022-07-28T07:54:50.185Z] #77 273.3   CC       src/libcrun/libcrun_la-cgroup-utils.lo
07:54:50 [2022-07-28T07:54:50.185Z] #77 273.5   CC       src/libcrun/libcrun_la-criu.lo
07:54:50 [2022-07-28T07:54:50.185Z] #77 273.5   CC       src/libcrun/libcrun_la-custom-handler.lo
07:54:50 [2022-07-28T07:54:50.328Z] #21 ...
07:54:50 [2022-07-28T07:54:50.328Z] 
07:54:50 [2022-07-28T07:54:50.328Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:54:50 [2022-07-28T07:54:50.328Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:54:50 [2022-07-28T07:54:50.328Z] #77 195.8 checking for string.h... yes
07:54:50 [2022-07-28T07:54:50.328Z] #77 196.1 checking for memory.h... yes
07:54:50 [2022-07-28T07:54:50.328Z] #77 196.3 checking for strings.h... yes
07:54:50 [2022-07-28T07:54:50.328Z] #77 196.6 checking for inttypes.h... yes
07:54:50 [2022-07-28T07:54:50.328Z] #77 196.9 checking for stdint.h... yes
07:54:50 [2022-07-28T07:54:50.328Z] #77 197.1 checking for unistd.h... yes
07:54:50 [2022-07-28T07:54:50.328Z] #77 197.3 checking for dlfcn.h... yes
07:54:50 [2022-07-28T07:54:50.328Z] #77 197.5 checking for objdir... .libs
07:54:50 [2022-07-28T07:54:50.328Z] #77 198.0 checking if gcc supports -fno-rtti -fno-exceptions... no
07:54:50 [2022-07-28T07:54:50.328Z] #77 198.3 checking for gcc option to produce PIC... -fPIC -DPIC
07:54:50 [2022-07-28T07:54:50.328Z] #77 198.3 checking if gcc PIC flag -fPIC -DPIC works... yes
07:54:50 [2022-07-28T07:54:50.328Z] #77 198.5 checking if gcc static flag -static works... yes
07:54:50 [2022-07-28T07:54:50.328Z] #77 199.1 checking if gcc supports -c -o file.o... yes
07:54:50 [2022-07-28T07:54:50.328Z] #77 199.2 checking if gcc supports -c -o file.o... (cached) yes
07:54:50 [2022-07-28T07:54:50.328Z] #77 199.2 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
07:54:50 [2022-07-28T07:54:50.328Z] #77 199.3 checking dynamic linker characteristics... GNU/Linux ld.so
07:54:50 [2022-07-28T07:54:50.328Z] #77 199.9 checking how to hardcode library paths into programs... immediate
07:54:50 [2022-07-28T07:54:50.328Z] #77 199.9 checking whether stripping libraries is possible... yes
07:54:50 [2022-07-28T07:54:50.328Z] #77 199.9 checking if libtool supports shared libraries... yes
07:54:50 [2022-07-28T07:54:50.328Z] #77 199.9 checking whether to build shared libraries... no
07:54:50 [2022-07-28T07:54:50.328Z] #77 199.9 checking whether to build static libraries... yes
07:54:50 [2022-07-28T07:54:50.328Z] #77 200.0 checking float.h usability... yes
07:54:50 [2022-07-28T07:54:50.328Z] #77 200.3 checking float.h presence... yes
07:54:50 [2022-07-28T07:54:50.328Z] #77 200.4 checking for float.h... yes
07:54:50 [2022-07-28T07:54:50.328Z] #77 200.5 checking limits.h usability... yes
07:54:50 [2022-07-28T07:54:50.328Z] #77 200.7 checking limits.h presence... yes
07:54:50 [2022-07-28T07:54:50.328Z] #77 200.8 checking for limits.h... yes
07:54:50 [2022-07-28T07:54:50.328Z] #77 200.9 checking stddef.h usability... yes
07:54:50 [2022-07-28T07:54:50.328Z] #77 201.2 checking stddef.h presence... yes
07:54:50 [2022-07-28T07:54:50.328Z] #77 201.4 checking for stddef.h... yes
07:54:50 [2022-07-28T07:54:50.328Z] #77 201.4 checking for stdlib.h... (cached) yes
07:54:50 [2022-07-28T07:54:50.328Z] #77 201.4 checking for string.h... (cached) yes
07:54:50 [2022-07-28T07:54:50.328Z] #77 201.4 checking sys/time.h usability... yes
07:54:50 [2022-07-28T07:54:50.328Z] #77 201.6 checking sys/time.h presence... yes
07:54:50 [2022-07-28T07:54:50.328Z] #77 201.6 checking for sys/time.h... yes
07:54:50 [2022-07-28T07:54:50.328Z] #77 201.6 checking for inline... inline
07:54:50 [2022-07-28T07:54:50.328Z] #77 201.7 checking for size_t... yes
07:54:50 [2022-07-28T07:54:50.328Z] #77 201.9 checking for stdlib.h... (cached) yes
07:54:50 [2022-07-28T07:54:50.445Z] #77 273.7   CC       src/libcrun/libcrun_la-linux.lo
07:54:50 [2022-07-28T07:54:50.445Z] #77 273.8   CC       src/libcrun/libcrun_la-seccomp.lo
07:54:50 [2022-07-28T07:54:50.705Z] #77 273.9   CC       src/libcrun/libcrun_la-ebpf.lo
07:54:50 [2022-07-28T07:54:50.705Z] #77 274.0   CC       src/libcrun/libcrun_la-error.lo
07:54:50 [2022-07-28T07:54:50.897Z] #19 356.2 Selecting previously unselected package g++-arm-linux-gnueabihf.
07:54:50 [2022-07-28T07:54:50.901Z] #77 201.9 checking for GNU libc compatible malloc... yes
07:54:50 [2022-07-28T07:54:50.901Z] #77 202.2 checking for stdlib.h... (cached) yes
07:54:50 [2022-07-28T07:54:50.901Z] #77 202.2 checking for GNU libc compatible realloc... yes
07:54:50 [2022-07-28T07:54:50.965Z] #77 274.1   CC       src/libcrun/libcrun_la-chroot_realpath.lo
07:54:50 [2022-07-28T07:54:50.965Z] #77 274.2   CC       src/libcrun/libcrun_la-terminal.lo
07:54:51 [2022-07-28T07:54:51.155Z] #19 356.2 Preparing to unpack .../094-g++-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ...
07:54:51 [2022-07-28T07:54:51.155Z] #19 356.2 Unpacking g++-arm-linux-gnueabihf (4:10.2.1-1) ...
07:54:51 [2022-07-28T07:54:51.155Z] #19 356.2 Selecting previously unselected package crossbuild-essential-armhf.
07:54:51 [2022-07-28T07:54:51.155Z] #19 356.2 Preparing to unpack .../095-crossbuild-essential-armhf_12.9_all.deb ...
07:54:51 [2022-07-28T07:54:51.155Z] #19 356.2 Unpacking crossbuild-essential-armhf (12.9) ...
07:54:51 [2022-07-28T07:54:51.155Z] #19 356.2 Selecting previously unselected package libc6-ppc64el-cross.
07:54:51 [2022-07-28T07:54:51.155Z] #19 356.2 Preparing to unpack .../096-libc6-ppc64el-cross_2.31-9cross4_all.deb ...
07:54:51 [2022-07-28T07:54:51.155Z] #19 356.3 Unpacking libc6-ppc64el-cross (2.31-9cross4) ...
07:54:51 [2022-07-28T07:54:51.155Z] #19 356.4 Selecting previously unselected package libgcc-s1-ppc64el-cross.
07:54:51 [2022-07-28T07:54:51.155Z] #19 356.4 Preparing to unpack .../097-libgcc-s1-ppc64el-cross_10.2.1-6cross1_all.deb ...
07:54:51 [2022-07-28T07:54:51.155Z] #19 356.4 Unpacking libgcc-s1-ppc64el-cross (10.2.1-6cross1) ...
07:54:51 [2022-07-28T07:54:51.225Z] #77 274.2   CC       src/libcrun/libcrun_la-mount_flags.lo
07:54:51 [2022-07-28T07:54:51.225Z] #77 274.2   CC       src/libcrun/libcrun_la-status.lo
07:54:51 [2022-07-28T07:54:51.225Z] #77 274.3   CC       src/libcrun/libcrun_la-seccomp_notify.lo
07:54:51 [2022-07-28T07:54:51.225Z] #77 274.3   CC       src/libcrun/libcrun_la-signals.lo
07:54:51 [2022-07-28T07:54:51.413Z] #19 356.5 Selecting previously unselected package libgomp1-ppc64el-cross.
07:54:51 [2022-07-28T07:54:51.413Z] #19 356.5 Preparing to unpack .../098-libgomp1-ppc64el-cross_10.2.1-6cross1_all.deb ...
07:54:51 [2022-07-28T07:54:51.413Z] #19 356.5 Unpacking libgomp1-ppc64el-cross (10.2.1-6cross1) ...
07:54:51 [2022-07-28T07:54:51.413Z] #19 356.5 Selecting previously unselected package libitm1-ppc64el-cross.
07:54:51 [2022-07-28T07:54:51.413Z] #19 356.5 Preparing to unpack .../099-libitm1-ppc64el-cross_10.2.1-6cross1_all.deb ...
07:54:51 [2022-07-28T07:54:51.413Z] #19 356.5 Unpacking libitm1-ppc64el-cross (10.2.1-6cross1) ...
07:54:51 [2022-07-28T07:54:51.413Z] #19 356.5 Selecting previously unselected package libatomic1-ppc64el-cross.
07:54:51 [2022-07-28T07:54:51.413Z] #19 356.5 Preparing to unpack .../100-libatomic1-ppc64el-cross_10.2.1-6cross1_all.deb ...
07:54:51 [2022-07-28T07:54:51.413Z] #19 356.5 Unpacking libatomic1-ppc64el-cross (10.2.1-6cross1) ...
07:54:51 [2022-07-28T07:54:51.413Z] #19 356.6 Selecting previously unselected package libasan6-ppc64el-cross.
07:54:51 [2022-07-28T07:54:51.413Z] #19 356.6 Preparing to unpack .../101-libasan6-ppc64el-cross_10.2.1-6cross1_all.deb ...
07:54:51 [2022-07-28T07:54:51.413Z] #19 356.6 Unpacking libasan6-ppc64el-cross (10.2.1-6cross1) ...
07:54:51 [2022-07-28T07:54:51.418Z] #77 202.5 checking for working strtod... yes
07:54:51 [2022-07-28T07:54:51.485Z] #77 274.5   CC       src/libcrun/handlers/libcrun_la-krun.lo
07:54:51 [2022-07-28T07:54:51.485Z] #77 274.6   CC       src/libcrun/handlers/libcrun_la-handler-utils.lo
07:54:51 [2022-07-28T07:54:51.485Z] #77 274.7   CC       src/libcrun/handlers/libcrun_la-wasmedge.lo
07:54:51 [2022-07-28T07:54:51.485Z] #77 274.7   CC       src/libcrun/handlers/libcrun_la-wasmer.lo
07:54:51 [2022-07-28T07:54:51.671Z] #19 356.8 Selecting previously unselected package liblsan0-ppc64el-cross.
07:54:51 [2022-07-28T07:54:51.671Z] #19 356.8 Preparing to unpack .../102-liblsan0-ppc64el-cross_10.2.1-6cross1_all.deb ...
07:54:51 [2022-07-28T07:54:51.671Z] #19 356.8 Unpacking liblsan0-ppc64el-cross (10.2.1-6cross1) ...
07:54:51 [2022-07-28T07:54:51.671Z] #19 357.0 Selecting previously unselected package libtsan0-ppc64el-cross.
07:54:51 [2022-07-28T07:54:51.676Z] #77 203.0 checking for gettimeofday... yes
07:54:51 [2022-07-28T07:54:51.745Z] #77 274.8   CC       tests/init.o
07:54:51 [2022-07-28T07:54:51.745Z] #77 274.8   CC       tests/tests_libcrun_utils-tests_libcrun_utils.o
07:54:51 [2022-07-28T07:54:51.929Z] #19 357.0 Preparing to unpack .../103-libtsan0-ppc64el-cross_10.2.1-6cross1_all.deb ...
07:54:51 [2022-07-28T07:54:51.929Z] #19 357.0 Unpacking libtsan0-ppc64el-cross (10.2.1-6cross1) ...
07:54:51 [2022-07-28T07:54:51.933Z] #77 203.2 checking for memset... 
07:54:51 [2022-07-28T07:54:51.933Z] #77 ...
07:54:51 [2022-07-28T07:54:51.933Z] 
07:54:51 [2022-07-28T07:54:51.933Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
07:54:51 [2022-07-28T07:54:51.933Z] #21 sha256:b2570b2884beb6efe91186ba991258e6251478e74a93c353ccbb4b0299fab53d
07:54:51 [2022-07-28T07:54:51.933Z] #21 62.77 Selecting previously unselected package vim.
07:54:51 [2022-07-28T07:54:51.933Z] #21 62.79 Preparing to unpack .../45-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ...
07:54:51 [2022-07-28T07:54:51.933Z] #21 62.84 Unpacking vim (2:8.2.2434-3+deb11u1) ...
07:54:52 [2022-07-28T07:54:52.188Z] #19 357.3 Selecting previously unselected package libstdc++6-ppc64el-cross.
07:54:52 [2022-07-28T07:54:52.188Z] #19 357.3 Preparing to unpack .../104-libstdc++6-ppc64el-cross_10.2.1-6cross1_all.deb ...
07:54:52 [2022-07-28T07:54:52.188Z] #19 357.3 Unpacking libstdc++6-ppc64el-cross (10.2.1-6cross1) ...
07:54:52 [2022-07-28T07:54:52.446Z] #19 357.4 Selecting previously unselected package libubsan1-ppc64el-cross.
07:54:52 [2022-07-28T07:54:52.446Z] #19 357.5 Preparing to unpack .../105-libubsan1-ppc64el-cross_10.2.1-6cross1_all.deb ...
07:54:52 [2022-07-28T07:54:52.446Z] #19 357.5 Unpacking libubsan1-ppc64el-cross (10.2.1-6cross1) ...
07:54:52 [2022-07-28T07:54:52.446Z] #19 357.7 Selecting previously unselected package libquadmath0-ppc64el-cross.
07:54:52 [2022-07-28T07:54:52.446Z] #19 357.7 Preparing to unpack .../106-libquadmath0-ppc64el-cross_10.2.1-6cross1_all.deb ...
07:54:52 [2022-07-28T07:54:52.704Z] #19 357.7 Unpacking libquadmath0-ppc64el-cross (10.2.1-6cross1) ...
07:54:52 [2022-07-28T07:54:52.704Z] #19 357.9 Selecting previously unselected package libgcc-10-dev-ppc64el-cross.
07:54:52 [2022-07-28T07:54:52.704Z] #19 357.9 Preparing to unpack .../107-libgcc-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ...
07:54:52 [2022-07-28T07:54:52.704Z] #19 357.9 Unpacking libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ...
07:54:52 [2022-07-28T07:54:52.866Z] #21 63.74 Selecting previously unselected package xfsprogs.
07:54:52 [2022-07-28T07:54:52.866Z] #21 63.74 Preparing to unpack .../46-xfsprogs_5.10.0-4_amd64.deb ...
07:54:52 [2022-07-28T07:54:52.866Z] #21 63.75 Unpacking xfsprogs (5.10.0-4) ...
07:54:52 [2022-07-28T07:54:52.962Z] #19 358.0 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu.
07:54:52 [2022-07-28T07:54:52.962Z] #19 358.1 Preparing to unpack .../108-gcc-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ...
07:54:52 [2022-07-28T07:54:52.962Z] #19 358.1 Unpacking gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
07:54:53 [2022-07-28T07:54:53.128Z] #77 ...
07:54:53 [2022-07-28T07:54:53.128Z] 
07:54:53 [2022-07-28T07:54:53.128Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
07:54:53 [2022-07-28T07:54:53.128Z] #47 sha256:8a0b7c7abf06bbb1ab29c763b2e38d2fa012d03eb2e646559ec0a63c975a38c7
07:54:53 [2022-07-28T07:54:53.128Z] #47 343.1 + dpkg --print-architecture
07:54:53 [2022-07-28T07:54:53.128Z] #47 343.2 + git checkout -q v2.1.0
07:54:53 [2022-07-28T07:54:53.128Z] #47 343.3 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
07:54:53 [2022-07-28T07:54:53.128Z] #47 343.3 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
07:54:53 [2022-07-28T07:54:53.799Z] #21 64.65 Selecting previously unselected package zip.
07:54:53 [2022-07-28T07:54:53.799Z] #21 64.69 Preparing to unpack .../47-zip_3.0-12_amd64.deb ...
07:54:53 [2022-07-28T07:54:53.799Z] #21 64.71 Unpacking zip (3.0-12) ...
07:54:53 [2022-07-28T07:54:53.799Z] #21 64.90 Selecting previously unselected package zstd.
07:54:53 [2022-07-28T07:54:53.799Z] #21 64.91 Preparing to unpack .../48-zstd_1.4.8+dfsg-2.1_amd64.deb ...
07:54:54 [2022-07-28T07:54:54.056Z] #21 64.93 Unpacking zstd (1.4.8+dfsg-2.1) ...
07:54:54 [2022-07-28T07:54:54.621Z] #21 65.57 Setting up python3-pkg-resources (52.0.0-4) ...
07:54:56 [2022-07-28T07:54:56.522Z] #21 67.55 Setting up libip4tc2:amd64 (1.8.7-1) ...
07:54:56 [2022-07-28T07:54:56.522Z] #21 67.56 Setting up net-tools (1.60+git20181103.0eebece-1) ...
07:54:56 [2022-07-28T07:54:56.780Z] #21 67.57 Setting up libgpm2:amd64 (1.20.7-8) ...
07:54:56 [2022-07-28T07:54:56.780Z] #21 67.58 Setting up libicu67:amd64 (67.1-7) ...
07:54:56 [2022-07-28T07:54:56.780Z] #21 67.61 Setting up libip6tc2:amd64 (1.8.7-1) ...
07:54:56 [2022-07-28T07:54:56.780Z] #21 67.62 Setting up libinih1:amd64 (53-1+b2) ...
07:54:56 [2022-07-28T07:54:56.780Z] #21 67.63 Setting up uidmap (1:4.8.1-1) ...
07:54:56 [2022-07-28T07:54:56.780Z] #21 67.64 Setting up libyajl2:amd64 (2.1.0-3) ...
07:54:56 [2022-07-28T07:54:56.780Z] #21 67.65 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
07:54:56 [2022-07-28T07:54:56.780Z] #21 67.66 Setting up bzip2 (1.0.8-4) ...
07:54:56 [2022-07-28T07:54:56.780Z] #21 67.67 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
07:54:56 [2022-07-28T07:54:56.780Z] #21 67.68 Setting up python3-wheel (0.34.2-1) ...
07:54:57 [2022-07-28T07:54:57.713Z] #21 68.78 Setting up xxd (2:8.2.2434-3+deb11u1) ...
07:54:57 [2022-07-28T07:54:57.713Z] #21 68.80 Setting up libcap2:amd64 (1:2.44-1) ...
07:54:57 [2022-07-28T07:54:57.713Z] #21 68.80 Setting up libcap2-bin (1:2.44-1) ...
07:54:57 [2022-07-28T07:54:57.713Z] #21 68.81 Setting up apparmor (2.13.6-10) ...
07:54:58 [2022-07-28T07:54:58.231Z] #19 362.6 Selecting previously unselected package gcc-powerpc64le-linux-gnu.
07:54:58 [2022-07-28T07:54:58.231Z] #19 362.6 Preparing to unpack .../109-gcc-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ...
07:54:58 [2022-07-28T07:54:58.231Z] #19 362.6 Unpacking gcc-powerpc64le-linux-gnu (4:10.2.1-1) ...
07:54:58 [2022-07-28T07:54:58.231Z] #19 362.6 Selecting previously unselected package linux-libc-dev-ppc64el-cross.
07:54:58 [2022-07-28T07:54:58.231Z] #19 362.6 Preparing to unpack .../110-linux-libc-dev-ppc64el-cross_5.10.13-1cross4_all.deb ...
07:54:58 [2022-07-28T07:54:58.231Z] #19 362.7 Unpacking linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ...
07:54:58 [2022-07-28T07:54:58.231Z] #19 362.8 Selecting previously unselected package libc6-dev-ppc64el-cross.
07:54:58 [2022-07-28T07:54:58.231Z] #19 362.8 Preparing to unpack .../111-libc6-dev-ppc64el-cross_2.31-9cross4_all.deb ...
07:54:58 [2022-07-28T07:54:58.231Z] #19 362.8 Unpacking libc6-dev-ppc64el-cross (2.31-9cross4) ...
07:54:58 [2022-07-28T07:54:58.231Z] #19 363.1 Selecting previously unselected package libstdc++-10-dev-ppc64el-cross.
07:54:58 [2022-07-28T07:54:58.231Z] #19 363.1 Preparing to unpack .../112-libstdc++-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ...
07:54:58 [2022-07-28T07:54:58.231Z] #19 363.1 Unpacking libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ...
07:54:58 [2022-07-28T07:54:58.231Z] #19 363.4 Selecting previously unselected package g++-10-powerpc64le-linux-gnu.
07:54:58 [2022-07-28T07:54:58.231Z] #19 363.4 Preparing to unpack .../113-g++-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ...
07:54:58 [2022-07-28T07:54:58.231Z] #19 363.4 Unpacking g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
07:54:58 [2022-07-28T07:54:58.902Z] #77 243.7   AR       libcrun_testing.a
07:54:58 [2022-07-28T07:54:58.902Z] #77 243.7 ar: `u' modifier ignored since `D' is the default (see `U')
07:54:58 [2022-07-28T07:54:58.902Z] #77 243.8   CCLD     tests/tests_libcrun_utils
07:54:58 [2022-07-28T07:54:58.902Z] #77 243.9   CCLD     tests/tests_libcrun_errors
07:54:58 [2022-07-28T07:54:58.902Z] #77 243.9   CCLD     tests/tests_libcrun_fuzzer
07:54:59 [2022-07-28T07:54:59.159Z] #77 244.0   CCLD     libcrun.la
07:55:00 [2022-07-28T07:55:00.242Z] #21 71.03 Setting up zip (3.0-12) ...
07:55:00 [2022-07-28T07:55:00.242Z] #21 71.08 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
07:55:00 [2022-07-28T07:55:00.242Z] #21 71.18 Setting up bash-completion (1:2.11-2) ...
07:55:00 [2022-07-28T07:55:00.528Z] #77 245.2   CCLD     crun
07:55:00 [2022-07-28T07:55:00.785Z] #77 245.7 make[3]: Entering directory '/tmp/crun-build'
07:55:01 [2022-07-28T07:55:01.042Z] #77 245.9  /bin/mkdir -p '/usr/local/share/man/man1'
07:55:01 [2022-07-28T07:55:01.042Z] #77 245.9  /bin/mkdir -p '/usr/local/lib'
07:55:01 [2022-07-28T07:55:01.042Z] #77 245.9  /bin/bash ./libtool   --mode=install /usr/bin/install -c   libcrun.la '/usr/local/lib'
07:55:01 [2022-07-28T07:55:01.042Z] #77 245.9  /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1'
07:55:01 [2022-07-28T07:55:01.042Z] #77 246.0 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la
07:55:01 [2022-07-28T07:55:01.042Z] #77 246.0 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a
07:55:01 [2022-07-28T07:55:01.042Z] #77 246.0 libtool: install: chmod 644 /usr/local/lib/libcrun.a
07:55:01 [2022-07-28T07:55:01.042Z] #77 246.0 libtool: install: ranlib /usr/local/lib/libcrun.a
07:55:01 [2022-07-28T07:55:01.300Z] #77 246.2 libtool: finish: PATH="/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib
07:55:01 [2022-07-28T07:55:01.300Z] #77 246.2 ----------------------------------------------------------------------
07:55:01 [2022-07-28T07:55:01.300Z] #77 246.2 Libraries have been installed in:
07:55:01 [2022-07-28T07:55:01.300Z] #77 246.2    /usr/local/lib
07:55:01 [2022-07-28T07:55:01.300Z] #77 246.2 
07:55:01 [2022-07-28T07:55:01.300Z] #77 246.2 If you ever happen to want to link against installed libraries
07:55:01 [2022-07-28T07:55:01.300Z] #77 246.2 in a given directory, LIBDIR, you must either use libtool, and
07:55:01 [2022-07-28T07:55:01.300Z] #77 246.2 specify the full pathname of the library, or use the '-LLIBDIR'
07:55:01 [2022-07-28T07:55:01.300Z] #77 246.2 flag during linking and do at least one of the following:
07:55:01 [2022-07-28T07:55:01.300Z] #77 246.2    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
07:55:01 [2022-07-28T07:55:01.300Z] #77 246.2      during execution
07:55:01 [2022-07-28T07:55:01.300Z] #77 246.2    - add LIBDIR to the 'LD_RUN_PATH' environment variable
07:55:01 [2022-07-28T07:55:01.300Z] #77 246.2      during linking
07:55:01 [2022-07-28T07:55:01.300Z] #77 246.2    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
07:55:01 [2022-07-28T07:55:01.300Z] #77 246.2    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
07:55:01 [2022-07-28T07:55:01.300Z] #77 246.2 
07:55:01 [2022-07-28T07:55:01.300Z] #77 246.2 See any operating system documentation about shared libraries for
07:55:01 [2022-07-28T07:55:01.300Z] #77 246.2 more information, such as the ld(1) and ld.so(8) manual pages.
07:55:01 [2022-07-28T07:55:01.300Z] #77 246.2 ----------------------------------------------------------------------
07:55:01 [2022-07-28T07:55:01.300Z] #77 246.2  /bin/mkdir -p '/build'
07:55:01 [2022-07-28T07:55:01.300Z] #77 246.2   /bin/bash ./libtool   --mode=install /usr/bin/install -c crun '/build'
07:55:01 [2022-07-28T07:55:01.300Z] #77 246.3 libtool: install: /usr/bin/install -c crun /build/crun
07:55:01 [2022-07-28T07:55:01.300Z] #77 246.3 make[3]: Leaving directory '/tmp/crun-build'
07:55:01 [2022-07-28T07:55:01.300Z] #77 246.3 make[2]: Leaving directory '/tmp/crun-build'
07:55:01 [2022-07-28T07:55:01.300Z] #77 246.3 make[1]: Leaving directory '/tmp/crun-build'
07:55:01 [2022-07-28T07:55:01.559Z] #77 DONE 246.5s
07:55:01 [2022-07-28T07:55:01.559Z] 
07:55:01 [2022-07-28T07:55:01.559Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
07:55:01 [2022-07-28T07:55:01.559Z] #64 sha256:8308f77135ed6c1b73777923e7a515113ecd8ec199ef92a885bafb0fa4839093
07:55:02 [2022-07-28T07:55:02.142Z] #21 ...
07:55:02 [2022-07-28T07:55:02.142Z] 
07:55:02 [2022-07-28T07:55:02.142Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:55:02 [2022-07-28T07:55:02.142Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:55:02 [2022-07-28T07:55:02.142Z] #77 203.2 checking for memset... yes
07:55:02 [2022-07-28T07:55:02.142Z] #77 203.8 checking for strspn... yes
07:55:02 [2022-07-28T07:55:02.142Z] #77 204.5 checking that generated files are newer than configure... done
07:55:02 [2022-07-28T07:55:02.142Z] #77 204.6 configure: creating ./config.status
07:55:02 [2022-07-28T07:55:02.142Z] #77 209.2 config.status: creating Makefile
07:55:02 [2022-07-28T07:55:02.142Z] #77 209.3 config.status: creating config.h
07:55:02 [2022-07-28T07:55:02.142Z] #77 209.4 config.status: executing depfiles commands
07:55:02 [2022-07-28T07:55:02.142Z] #77 209.8 config.status: executing libtool commands
07:55:02 [2022-07-28T07:55:02.142Z] #77 211.6   GEN      .version
07:55:02 [2022-07-28T07:55:02.142Z] #77 211.6 make  install-recursive
07:55:02 [2022-07-28T07:55:02.142Z] #77 211.6 make[1]: Entering directory '/tmp/crun-build'
07:55:02 [2022-07-28T07:55:02.142Z] #77 211.7 Making install in libocispec
07:55:02 [2022-07-28T07:55:02.142Z] #77 211.7 make[2]: Entering directory '/tmp/crun-build/libocispec'
07:55:02 [2022-07-28T07:55:02.142Z] #77 211.8 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./image-spec/schema
07:55:02 [2022-07-28T07:55:02.142Z] #77 211.8 /usr/bin/python3 ./src/generate.py --gen-ref --root=. --out=./src ./runtime-spec/schema
07:55:02 [2022-07-28T07:55:02.143Z] #77 211.8 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/imageManifestItems
07:55:02 [2022-07-28T07:55:02.143Z] #77 211.9 /usr/bin/python3 ./src/generate.py --gen-ref --root=./tests/test-spec --out=./src ./tests/test-spec/basic
07:55:02 [2022-07-28T07:55:02.143Z] #77 212.8 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/imageManifestItems/image-manifest-items-schema.json Success
07:55:02 [2022-07-28T07:55:02.143Z] #77 213.0 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_string.json Success
07:55:02 [2022-07-28T07:55:02.143Z] #77 213.0 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_refobj.json Success
07:55:02 [2022-07-28T07:55:02.143Z] #77 213.0 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_obj.json Success
07:55:02 [2022-07-28T07:55:02.143Z] #77 213.0 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_double_array_int.json Success
07:55:02 [2022-07-28T07:55:02.143Z] #77 213.0 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_string.json Success
07:55:02 [2022-07-28T07:55:02.143Z] #77 213.0 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_top_array_int.json Success
07:55:02 [2022-07-28T07:55:02.143Z] #77 213.0 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array_item.json Success
07:55:02 [2022-07-28T07:55:02.143Z] #77 213.0 Reflection:	/tmp/crun-build/libocispec/tests/test-spec/basic/test_double_array.json Success
07:55:02 [2022-07-28T07:55:02.143Z] #77 213.3 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-manifest-schema.json Success
07:55:02 [2022-07-28T07:55:02.143Z] #77 213.3 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-layout-schema.json Success
07:55:02 [2022-07-28T07:55:02.143Z] #77 213.3 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/image-index-schema.json Success
07:55:02 [2022-07-28T07:55:02.143Z] #77 213.3 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs.json       Success
07:55:02 [2022-07-28T07:55:02.143Z] #77 213.3 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/defs-descriptor.json Success
07:55:02 [2022-07-28T07:55:02.143Z] #77 213.3 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/content-descriptor.json Success
07:55:02 [2022-07-28T07:55:02.143Z] #77 213.3 Reflection:	/tmp/crun-build/libocispec/image-spec/schema/config-schema.json Success
07:55:03 [2022-07-28T07:55:03.500Z] #19 367.8 Selecting previously unselected package g++-powerpc64le-linux-gnu.
07:55:03 [2022-07-28T07:55:03.500Z] #19 367.8 Preparing to unpack .../114-g++-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ...
07:55:03 [2022-07-28T07:55:03.500Z] #19 367.8 Unpacking g++-powerpc64le-linux-gnu (4:10.2.1-1) ...
07:55:03 [2022-07-28T07:55:03.500Z] #19 367.8 Selecting previously unselected package crossbuild-essential-ppc64el.
07:55:03 [2022-07-28T07:55:03.500Z] #19 367.8 Preparing to unpack .../115-crossbuild-essential-ppc64el_12.9_all.deb ...
07:55:03 [2022-07-28T07:55:03.500Z] #19 367.8 Unpacking crossbuild-essential-ppc64el (12.9) ...
07:55:03 [2022-07-28T07:55:03.500Z] #19 367.8 Selecting previously unselected package libc6-s390x-cross.
07:55:03 [2022-07-28T07:55:03.500Z] #19 367.8 Preparing to unpack .../116-libc6-s390x-cross_2.31-9cross4_all.deb ...
07:55:03 [2022-07-28T07:55:03.500Z] #19 367.8 Unpacking libc6-s390x-cross (2.31-9cross4) ...
07:55:03 [2022-07-28T07:55:03.500Z] #19 368.0 Selecting previously unselected package libgcc-s1-s390x-cross.
07:55:03 [2022-07-28T07:55:03.500Z] #19 368.0 Preparing to unpack .../117-libgcc-s1-s390x-cross_10.2.1-6cross1_all.deb ...
07:55:03 [2022-07-28T07:55:03.500Z] #19 368.0 Unpacking libgcc-s1-s390x-cross (10.2.1-6cross1) ...
07:55:03 [2022-07-28T07:55:03.500Z] #19 368.0 Selecting previously unselected package libgomp1-s390x-cross.
07:55:03 [2022-07-28T07:55:03.500Z] #19 368.0 Preparing to unpack .../118-libgomp1-s390x-cross_10.2.1-6cross1_all.deb ...
07:55:03 [2022-07-28T07:55:03.500Z] #19 368.0 Unpacking libgomp1-s390x-cross (10.2.1-6cross1) ...
07:55:03 [2022-07-28T07:55:03.500Z] #19 368.1 Selecting previously unselected package libitm1-s390x-cross.
07:55:03 [2022-07-28T07:55:03.500Z] #19 368.1 Preparing to unpack .../119-libitm1-s390x-cross_10.2.1-6cross1_all.deb ...
07:55:03 [2022-07-28T07:55:03.500Z] #19 368.1 Unpacking libitm1-s390x-cross (10.2.1-6cross1) ...
07:55:03 [2022-07-28T07:55:03.500Z] #19 368.1 Selecting previously unselected package libatomic1-s390x-cross.
07:55:03 [2022-07-28T07:55:03.500Z] #19 368.1 Preparing to unpack .../120-libatomic1-s390x-cross_10.2.1-6cross1_all.deb ...
07:55:03 [2022-07-28T07:55:03.500Z] #19 368.1 Unpacking libatomic1-s390x-cross (10.2.1-6cross1) ...
07:55:03 [2022-07-28T07:55:03.500Z] #19 368.2 Selecting previously unselected package libasan6-s390x-cross.
07:55:03 [2022-07-28T07:55:03.500Z] #19 368.2 Preparing to unpack .../121-libasan6-s390x-cross_10.2.1-6cross1_all.deb ...
07:55:03 [2022-07-28T07:55:03.500Z] #19 368.2 Unpacking libasan6-s390x-cross (10.2.1-6cross1) ...
07:55:03 [2022-07-28T07:55:03.500Z] #19 368.4 Selecting previously unselected package libstdc++6-s390x-cross.
07:55:03 [2022-07-28T07:55:03.500Z] #19 368.4 Preparing to unpack .../122-libstdc++6-s390x-cross_10.2.1-6cross1_all.deb ...
07:55:03 [2022-07-28T07:55:03.500Z] #19 368.4 Unpacking libstdc++6-s390x-cross (10.2.1-6cross1) ...
07:55:03 [2022-07-28T07:55:03.500Z] #19 368.5 Selecting previously unselected package libubsan1-s390x-cross.
07:55:03 [2022-07-28T07:55:03.500Z] #19 368.5 Preparing to unpack .../123-libubsan1-s390x-cross_10.2.1-6cross1_all.deb ...
07:55:03 [2022-07-28T07:55:03.500Z] #19 368.5 Unpacking libubsan1-s390x-cross (10.2.1-6cross1) ...
07:55:03 [2022-07-28T07:55:03.500Z] #19 368.6 Selecting previously unselected package libgcc-10-dev-s390x-cross.
07:55:03 [2022-07-28T07:55:03.500Z] #19 368.6 Preparing to unpack .../124-libgcc-10-dev-s390x-cross_10.2.1-6cross1_all.deb ...
07:55:03 [2022-07-28T07:55:03.500Z] #19 368.6 Unpacking libgcc-10-dev-s390x-cross (10.2.1-6cross1) ...
07:55:03 [2022-07-28T07:55:03.760Z] #19 368.7 Selecting previously unselected package gcc-10-s390x-linux-gnu.
07:55:03 [2022-07-28T07:55:03.760Z] #19 368.7 Preparing to unpack .../125-gcc-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ...
07:55:03 [2022-07-28T07:55:03.760Z] #19 368.7 Unpacking gcc-10-s390x-linux-gnu (10.2.1-6cross1) ...
07:55:04 [2022-07-28T07:55:04.040Z] #77 215.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/state-schema.json Success
07:55:04 [2022-07-28T07:55:04.041Z] #77 215.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs.json     Success
07:55:04 [2022-07-28T07:55:04.041Z] #77 215.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-zos.json Success
07:55:04 [2022-07-28T07:55:04.041Z] #77 215.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-windows.json Success
07:55:04 [2022-07-28T07:55:04.041Z] #77 215.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-vm.json  Success
07:55:04 [2022-07-28T07:55:04.041Z] #77 215.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/defs-linux.json Success
07:55:04 [2022-07-28T07:55:04.041Z] #77 215.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-zos.json Success
07:55:04 [2022-07-28T07:55:04.041Z] #77 215.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-windows.json Success
07:55:04 [2022-07-28T07:55:04.041Z] #77 215.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-vm.json Success
07:55:04 [2022-07-28T07:55:04.041Z] #77 215.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-solaris.json Success
07:55:04 [2022-07-28T07:55:04.041Z] #77 215.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-schema.json Success
07:55:04 [2022-07-28T07:55:04.041Z] #77 215.3 Reflection:	/tmp/crun-build/libocispec/runtime-spec/schema/config-linux.json Success
07:55:04 [2022-07-28T07:55:04.041Z] #77 215.3 make  install-recursive
07:55:04 [2022-07-28T07:55:04.041Z] #77 215.3 make[3]: Entering directory '/tmp/crun-build/libocispec'
07:55:04 [2022-07-28T07:55:04.041Z] #77 215.4 Making install in yajl
07:55:04 [2022-07-28T07:55:04.041Z] #77 215.4 make[4]: Entering directory '/tmp/crun-build/libocispec/yajl'
07:55:04 [2022-07-28T07:55:04.041Z] #77 215.5   CC       verify/json_verify-json_verify.o
07:55:04 [2022-07-28T07:55:04.041Z] #77 215.5   CC       src/libyajl_la-yajl_alloc.lo
07:55:04 [2022-07-28T07:55:04.041Z] #77 215.5   CC       src/libyajl_la-yajl.lo
07:55:04 [2022-07-28T07:55:04.041Z] #77 215.6   CC       src/libyajl_la-yajl_gen.lo
07:55:04 [2022-07-28T07:55:04.041Z] #77 215.6   CC       src/libyajl_la-yajl_parser.lo
07:55:04 [2022-07-28T07:55:04.041Z] #77 215.6   CC       src/libyajl_la-yajl_encode.lo
07:55:04 [2022-07-28T07:55:04.041Z] #77 215.6   CC       src/libyajl_la-yajl_buf.lo
07:55:04 [2022-07-28T07:55:04.298Z] #77 215.7   CC       src/libyajl_la-yajl_lex.lo
07:55:04 [2022-07-28T07:55:04.298Z] #77 215.8   CC       src/libyajl_la-yajl_tree.lo
07:55:04 [2022-07-28T07:55:04.864Z] #77 ...
07:55:04 [2022-07-28T07:55:04.864Z] 
07:55:04 [2022-07-28T07:55:04.864Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
07:55:04 [2022-07-28T07:55:04.864Z] #21 sha256:b2570b2884beb6efe91186ba991258e6251478e74a93c353ccbb4b0299fab53d
07:55:04 [2022-07-28T07:55:04.864Z] #21 75.91 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
07:55:04 [2022-07-28T07:55:04.864Z] #21 75.95 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
07:55:05 [2022-07-28T07:55:05.121Z] #21 76.00 Setting up libmnl0:amd64 (1.0.4-3) ...
07:55:05 [2022-07-28T07:55:05.121Z] #21 76.05 Setting up patch (2.7.6-7) ...
07:55:05 [2022-07-28T07:55:05.121Z] #21 76.11 Setting up sudo (1.9.5p2-3) ...
07:55:05 [2022-07-28T07:55:05.379Z] #21 76.41 invoke-rc.d: could not determine current runlevel
07:55:05 [2022-07-28T07:55:05.379Z] #21 76.44 invoke-rc.d: policy-rc.d denied execution of start.
07:55:05 [2022-07-28T07:55:05.379Z] #21 76.48 Setting up xfsprogs (5.10.0-4) ...
07:55:05 [2022-07-28T07:55:05.641Z] #21 76.52 Setting up libxtables12:amd64 (1.8.7-1) ...
07:55:05 [2022-07-28T07:55:05.641Z] #21 76.56 Setting up inetutils-ping (2:2.0-1) ...
07:55:05 [2022-07-28T07:55:05.641Z] #21 76.64 Setting up pigz (2.6-1) ...
07:55:05 [2022-07-28T07:55:05.641Z] #21 76.68 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
07:55:05 [2022-07-28T07:55:05.899Z] #21 76.73 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
07:55:05 [2022-07-28T07:55:05.899Z] #21 76.83 Setting up python-pip-whl (20.3.4-4+deb11u1) ...
07:55:05 [2022-07-28T07:55:05.899Z] #21 76.86 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
07:55:07 [2022-07-28T07:55:07.797Z] #21 78.43 Setting up libaio1:amd64 (0.3.112-9) ...
07:55:07 [2022-07-28T07:55:07.797Z] #21 78.44 Setting up python3-lib2to3 (3.9.2-1) ...
07:55:07 [2022-07-28T07:55:07.957Z] #19 373.1 Selecting previously unselected package gcc-s390x-linux-gnu.
07:55:07 [2022-07-28T07:55:07.957Z] #19 373.1 Preparing to unpack .../126-gcc-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ...
07:55:07 [2022-07-28T07:55:07.957Z] #19 373.1 Unpacking gcc-s390x-linux-gnu (4:10.2.1-1) ...
07:55:07 [2022-07-28T07:55:07.957Z] #19 373.1 Selecting previously unselected package linux-libc-dev-s390x-cross.
07:55:07 [2022-07-28T07:55:07.957Z] #19 373.1 Preparing to unpack .../127-linux-libc-dev-s390x-cross_5.10.13-1cross4_all.deb ...
07:55:07 [2022-07-28T07:55:07.957Z] #19 373.1 Unpacking linux-libc-dev-s390x-cross (5.10.13-1cross4) ...
07:55:08 [2022-07-28T07:55:08.216Z] #19 373.4 Selecting previously unselected package libc6-dev-s390x-cross.
07:55:08 [2022-07-28T07:55:08.216Z] #19 373.4 Preparing to unpack .../128-libc6-dev-s390x-cross_2.31-9cross4_all.deb ...
07:55:08 [2022-07-28T07:55:08.216Z] #19 373.4 Unpacking libc6-dev-s390x-cross (2.31-9cross4) ...
07:55:08 [2022-07-28T07:55:08.362Z] #21 79.19 Setting up libelf1:amd64 (0.183-1) ...
07:55:08 [2022-07-28T07:55:08.362Z] #21 79.20 Setting up zstd (1.4.8+dfsg-2.1) ...
07:55:08 [2022-07-28T07:55:08.362Z] #21 79.21 Setting up libonig5:amd64 (6.9.6-1.1) ...
07:55:08 [2022-07-28T07:55:08.362Z] #21 79.22 Setting up python3-distutils (3.9.2-1) ...
07:55:08 [2022-07-28T07:55:08.475Z] #19 373.6 Selecting previously unselected package libstdc++-10-dev-s390x-cross.
07:55:08 [2022-07-28T07:55:08.475Z] #19 373.6 Preparing to unpack .../129-libstdc++-10-dev-s390x-cross_10.2.1-6cross1_all.deb ...
07:55:08 [2022-07-28T07:55:08.475Z] #19 373.6 Unpacking libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ...
07:55:08 [2022-07-28T07:55:08.733Z] #19 373.9 Selecting previously unselected package g++-10-s390x-linux-gnu.
07:55:08 [2022-07-28T07:55:08.733Z] #19 373.9 Preparing to unpack .../130-g++-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ...
07:55:08 [2022-07-28T07:55:08.733Z] #19 373.9 Unpacking g++-10-s390x-linux-gnu (10.2.1-6cross1) ...
07:55:09 [2022-07-28T07:55:09.294Z] #21 79.99 Setting up vim (2:8.2.2434-3+deb11u1) ...
07:55:09 [2022-07-28T07:55:09.294Z] #21 80.04 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
07:55:09 [2022-07-28T07:55:09.294Z] #21 80.06 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
07:55:09 [2022-07-28T07:55:09.294Z] #21 80.07 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
07:55:09 [2022-07-28T07:55:09.294Z] #21 80.08 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
07:55:09 [2022-07-28T07:55:09.294Z] #21 80.10 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
07:55:09 [2022-07-28T07:55:09.294Z] #21 80.12 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
07:55:09 [2022-07-28T07:55:09.294Z] #21 80.15 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
07:55:09 [2022-07-28T07:55:09.294Z] #21 80.23 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
07:55:09 [2022-07-28T07:55:09.294Z] #21 80.31 Setting up python3-setuptools (52.0.0-4) ...
07:55:12 [2022-07-28T07:55:12.583Z] #21 83.05 Setting up libjq1:amd64 (1.6-2.1) ...
07:55:12 [2022-07-28T07:55:12.583Z] #21 83.06 Setting up libnftnl11:amd64 (1.1.9-1) ...
07:55:12 [2022-07-28T07:55:12.583Z] #21 83.07 Setting up thin-provisioning-tools (0.9.0-1) ...
07:55:12 [2022-07-28T07:55:12.583Z] #21 83.09 Setting up python3-pip (20.3.4-4+deb11u1) ...
07:55:12 [2022-07-28T07:55:12.842Z] #21 ...
07:55:12 [2022-07-28T07:55:12.842Z] 
07:55:12 [2022-07-28T07:55:12.842Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:55:12 [2022-07-28T07:55:12.842Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:55:12 [2022-07-28T07:55:12.842Z] #77 224.5   CCLD     libyajl.la
07:55:12 [2022-07-28T07:55:12.922Z] #19 378.1 Selecting previously unselected package g++-s390x-linux-gnu.
07:55:12 [2022-07-28T07:55:12.922Z] #19 378.1 Preparing to unpack .../131-g++-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ...
07:55:12 [2022-07-28T07:55:12.922Z] #19 378.1 Unpacking g++-s390x-linux-gnu (4:10.2.1-1) ...
07:55:12 [2022-07-28T07:55:12.922Z] #19 378.1 Selecting previously unselected package crossbuild-essential-s390x.
07:55:12 [2022-07-28T07:55:12.922Z] #19 378.1 Preparing to unpack .../132-crossbuild-essential-s390x_12.9_all.deb ...
07:55:12 [2022-07-28T07:55:12.922Z] #19 378.1 Unpacking crossbuild-essential-s390x (12.9) ...
07:55:12 [2022-07-28T07:55:12.922Z] #19 378.2 Setting up libconfig-inifiles-perl (3.000003-1) ...
07:55:12 [2022-07-28T07:55:12.922Z] #19 378.2 Setting up libfile-which-perl (1.23-1) ...
07:55:12 [2022-07-28T07:55:12.922Z] #19 378.2 Setting up binutils-arm-linux-gnueabi (2.35.2-2) ...
07:55:13 [2022-07-28T07:55:13.180Z] #19 378.2 Setting up libc6-armhf-cross (2.31-9cross4) ...
07:55:13 [2022-07-28T07:55:13.180Z] #19 378.2 Setting up binutils-s390x-linux-gnu (2.35.2-2) ...
07:55:13 [2022-07-28T07:55:13.180Z] #19 378.2 Setting up gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ...
07:55:13 [2022-07-28T07:55:13.180Z] #19 378.2 Setting up libicu67:amd64 (67.1-7) ...
07:55:13 [2022-07-28T07:55:13.180Z] #19 378.2 Setting up libmagic-mgc (1:5.39-3) ...
07:55:13 [2022-07-28T07:55:13.180Z] #19 378.2 Setting up libc6-ppc64el-cross (2.31-9cross4) ...
07:55:13 [2022-07-28T07:55:13.180Z] #19 378.3 Setting up libc6-s390x-cross (2.31-9cross4) ...
07:55:13 [2022-07-28T07:55:13.180Z] #19 378.3 Setting up libmagic1:amd64 (1:5.39-3) ...
07:55:13 [2022-07-28T07:55:13.180Z] #19 378.3 Setting up libxml-namespacesupport-perl (1.12-1.1) ...
07:55:13 [2022-07-28T07:55:13.180Z] #19 378.3 Setting up binutils-aarch64-linux-gnu (2.35.2-2) ...
07:55:13 [2022-07-28T07:55:13.180Z] #19 378.3 Setting up file (1:5.39-3) ...
07:55:13 [2022-07-28T07:55:13.180Z] #19 378.3 Setting up gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ...
07:55:13 [2022-07-28T07:55:13.180Z] #19 378.3 Setting up bzip2 (1.0.8-4) ...
07:55:13 [2022-07-28T07:55:13.180Z] #19 378.3 Setting up libyaml-perl (1.30-1) ...
07:55:13 [2022-07-28T07:55:13.180Z] #19 378.3 Setting up linux-libc-dev-armel-cross (5.10.13-1cross4) ...
07:55:13 [2022-07-28T07:55:13.180Z] #19 378.3 Setting up libxml-sax-base-perl (1.09-1.1) ...
07:55:13 [2022-07-28T07:55:13.180Z] #19 378.4 Setting up libio-string-perl (1.08-3.1) ...
07:55:13 [2022-07-28T07:55:13.180Z] #19 378.4 Setting up linux-libc-dev-s390x-cross (5.10.13-1cross4) ...
07:55:13 [2022-07-28T07:55:13.180Z] #19 378.4 Setting up cross-config (2.6.18+nmu1) ...
07:55:13 [2022-07-28T07:55:13.438Z] #19 378.5 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
07:55:13 [2022-07-28T07:55:13.438Z] #19 378.5 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
07:55:13 [2022-07-28T07:55:13.438Z] #19 378.5 Setting up libc6-arm64-cross (2.31-9cross4) ...
07:55:13 [2022-07-28T07:55:13.438Z] #19 378.5 Setting up patch (2.7.6-7) ...
07:55:13 [2022-07-28T07:55:13.438Z] #19 378.5 Setting up linux-libc-dev-armhf-cross (5.10.13-1cross4) ...
07:55:13 [2022-07-28T07:55:13.438Z] #19 378.5 Setting up gcc-10-cross-base (10.2.1-6cross1) ...
07:55:13 [2022-07-28T07:55:13.438Z] #19 378.5 Setting up libitm1-ppc64el-cross (10.2.1-6cross1) ...
07:55:13 [2022-07-28T07:55:13.438Z] #19 378.5 Setting up linux-libc-dev-arm64-cross (5.10.13-1cross4) ...
07:55:13 [2022-07-28T07:55:13.438Z] #19 378.6 Setting up libc6-armel-cross (2.31-9cross4) ...
07:55:13 [2022-07-28T07:55:13.438Z] #19 378.6 Setting up libitm1-s390x-cross (10.2.1-6cross1) ...
07:55:13 [2022-07-28T07:55:13.438Z] #19 378.6 Setting up libatomic1-ppc64el-cross (10.2.1-6cross1) ...
07:55:13 [2022-07-28T07:55:13.438Z] #19 378.6 Setting up libc6-dev-s390x-cross (2.31-9cross4) ...
07:55:13 [2022-07-28T07:55:13.438Z] #19 378.6 Setting up linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ...
07:55:13 [2022-07-28T07:55:13.438Z] #19 378.6 Setting up libgcc-s1-ppc64el-cross (10.2.1-6cross1) ...
07:55:13 [2022-07-28T07:55:13.438Z] #19 378.6 Setting up cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
07:55:13 [2022-07-28T07:55:13.438Z] #19 378.6 Setting up binutils-powerpc64le-linux-gnu (2.35.2-2) ...
07:55:13 [2022-07-28T07:55:13.438Z] #19 378.6 Setting up libc6-dev-armel-cross (2.31-9cross4) ...
07:55:13 [2022-07-28T07:55:13.438Z] #19 378.6 Setting up libfile-homedir-perl (1.006-1) ...
07:55:13 [2022-07-28T07:55:13.438Z] #19 378.7 Setting up binutils-arm-linux-gnueabihf (2.35.2-2) ...
07:55:13 [2022-07-28T07:55:13.438Z] #19 378.7 Setting up libgomp1-s390x-cross (10.2.1-6cross1) ...
07:55:13 [2022-07-28T07:55:13.438Z] #19 378.7 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ...
07:55:13 [2022-07-28T07:55:13.438Z] #19 378.7 Setting up gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ...
07:55:13 [2022-07-28T07:55:13.438Z] #19 378.7 Setting up liblocale-gettext-perl (1.07-4+b1) ...
07:55:13 [2022-07-28T07:55:13.438Z] #19 378.7 Setting up cpp-powerpc64le-linux-gnu (4:10.2.1-1) ...
07:55:13 [2022-07-28T07:55:13.438Z] #19 378.7 Setting up gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ...
07:55:13 [2022-07-28T07:55:13.438Z] #19 378.7 Setting up cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ...
07:55:13 [2022-07-28T07:55:13.438Z] #19 378.7 Setting up libgcc-s1-arm64-cross (10.2.1-6cross1) ...
07:55:13 [2022-07-28T07:55:13.438Z] #19 378.7 Setting up gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ...
07:55:13 [2022-07-28T07:55:13.438Z] #19 378.8 Setting up libatomic1-arm64-cross (10.2.1-6cross1) ...
07:55:13 [2022-07-28T07:55:13.697Z] #19 378.8 Setting up libgomp1-armhf-cross (10.2.1-6cross1) ...
07:55:13 [2022-07-28T07:55:13.697Z] #19 378.8 Setting up liblsan0-arm64-cross (10.2.1-6cross1) ...
07:55:13 [2022-07-28T07:55:13.697Z] #19 378.8 Setting up libgomp1-arm64-cross (10.2.1-6cross1) ...
07:55:13 [2022-07-28T07:55:13.697Z] #19 378.8 Setting up libasan6-ppc64el-cross (10.2.1-6cross1) ...
07:55:13 [2022-07-28T07:55:13.697Z] #19 378.8 Setting up libgomp1-armel-cross (10.2.1-6cross1) ...
07:55:13 [2022-07-28T07:55:13.697Z] #19 378.8 Setting up libc6-dev-ppc64el-cross (2.31-9cross4) ...
07:55:13 [2022-07-28T07:55:13.697Z] #19 378.8 Setting up libquadmath0-ppc64el-cross (10.2.1-6cross1) ...
07:55:13 [2022-07-28T07:55:13.697Z] #19 378.8 Setting up libasan6-arm64-cross (10.2.1-6cross1) ...
07:55:13 [2022-07-28T07:55:13.697Z] #19 378.8 Setting up libgcc-s1-armhf-cross (10.2.1-6cross1) ...
07:55:13 [2022-07-28T07:55:13.697Z] #19 378.8 Setting up libgcc-s1-armel-cross (10.2.1-6cross1) ...
07:55:13 [2022-07-28T07:55:13.697Z] #19 378.9 Setting up libc6-dev-armhf-cross (2.31-9cross4) ...
07:55:13 [2022-07-28T07:55:13.697Z] #19 378.9 Setting up libatomic1-s390x-cross (10.2.1-6cross1) ...
07:55:13 [2022-07-28T07:55:13.697Z] #19 378.9 Setting up libtsan0-arm64-cross (10.2.1-6cross1) ...
07:55:13 [2022-07-28T07:55:13.697Z] #19 378.9 Setting up libatomic1-armhf-cross (10.2.1-6cross1) ...
07:55:13 [2022-07-28T07:55:13.697Z] #19 378.9 Setting up libc6-dev-arm64-cross (2.31-9cross4) ...
07:55:13 [2022-07-28T07:55:13.697Z] #19 378.9 Setting up libstdc++6-armel-cross (10.2.1-6cross1) ...
07:55:13 [2022-07-28T07:55:13.697Z] #19 378.9 Setting up libatomic1-armel-cross (10.2.1-6cross1) ...
07:55:13 [2022-07-28T07:55:13.697Z] #19 378.9 Setting up libgomp1-ppc64el-cross (10.2.1-6cross1) ...
07:55:13 [2022-07-28T07:55:13.697Z] #19 378.9 Setting up libxml-sax-perl (1.02+dfsg-1) ...
07:55:13 [2022-07-28T07:55:13.776Z] #77 225.4   CCLD     verify/json_verify
07:55:13 [2022-07-28T07:55:13.955Z] #19 379.0 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
07:55:13 [2022-07-28T07:55:13.955Z] #19 379.1 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
07:55:13 [2022-07-28T07:55:13.955Z] #19 379.2 
07:55:13 [2022-07-28T07:55:13.955Z] #19 379.2 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
07:55:13 [2022-07-28T07:55:13.955Z] #19 379.2 Setting up liblsan0-ppc64el-cross (10.2.1-6cross1) ...
07:55:13 [2022-07-28T07:55:13.955Z] #19 379.2 Setting up dpkg-dev (1.20.11) ...
07:55:13 [2022-07-28T07:55:13.955Z] #19 379.3 Setting up libstdc++6-arm64-cross (10.2.1-6cross1) ...
07:55:14 [2022-07-28T07:55:14.214Z] #19 379.3 Setting up cpp-arm-linux-gnueabi (4:10.2.1-1) ...
07:55:14 [2022-07-28T07:55:14.214Z] #19 379.3 Setting up libstdc++6-armhf-cross (10.2.1-6cross1) ...
07:55:14 [2022-07-28T07:55:14.214Z] #19 379.3 Setting up libtsan0-ppc64el-cross (10.2.1-6cross1) ...
07:55:14 [2022-07-28T07:55:14.214Z] #19 379.3 Setting up libubsan1-armel-cross (10.2.1-6cross1) ...
07:55:14 [2022-07-28T07:55:14.214Z] #19 379.3 Setting up libasan6-armhf-cross (10.2.1-6cross1) ...
07:55:14 [2022-07-28T07:55:14.214Z] #19 379.3 Setting up cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
07:55:14 [2022-07-28T07:55:14.214Z] #19 379.3 Setting up libubsan1-armhf-cross (10.2.1-6cross1) ...
07:55:14 [2022-07-28T07:55:14.214Z] #19 379.4 Setting up libitm1-arm64-cross (10.2.1-6cross1) ...
07:55:14 [2022-07-28T07:55:14.214Z] #19 379.4 Setting up libgcc-s1-s390x-cross (10.2.1-6cross1) ...
07:55:14 [2022-07-28T07:55:14.214Z] #19 379.4 Setting up libstdc++6-ppc64el-cross (10.2.1-6cross1) ...
07:55:14 [2022-07-28T07:55:14.214Z] #19 379.4 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ...
07:55:14 [2022-07-28T07:55:14.214Z] #19 379.4 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
07:55:14 [2022-07-28T07:55:14.214Z] #19 379.5 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
07:55:14 [2022-07-28T07:55:14.472Z] #19 379.6 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
07:55:14 [2022-07-28T07:55:14.472Z] #19 379.7 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
07:55:14 [2022-07-28T07:55:14.472Z] #19 379.7 Setting up cpp-10-s390x-linux-gnu (10.2.1-6cross1) ...
07:55:14 [2022-07-28T07:55:14.472Z] #19 379.7 Setting up cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ...
07:55:14 [2022-07-28T07:55:14.472Z] #19 379.7 Setting up libgcc-10-dev-armhf-cross (10.2.1-6cross1) ...
07:55:14 [2022-07-28T07:55:14.472Z] #19 379.7 Setting up cpp-arm-linux-gnueabihf (4:10.2.1-1) ...
07:55:14 [2022-07-28T07:55:14.472Z] #19 379.7 Setting up libasan6-armel-cross (10.2.1-6cross1) ...
07:55:14 [2022-07-28T07:55:14.472Z] #19 379.8 Setting up libubsan1-arm64-cross (10.2.1-6cross1) ...
07:55:14 [2022-07-28T07:55:14.711Z] #77 226.3 make[5]: Entering directory '/tmp/crun-build/libocispec/yajl'
07:55:14 [2022-07-28T07:55:14.711Z] #77 226.3 make[5]: Nothing to be done for 'install-exec-am'.
07:55:14 [2022-07-28T07:55:14.711Z] #77 226.3 make[5]: Nothing to be done for 'install-data-am'.
07:55:14 [2022-07-28T07:55:14.711Z] #77 226.3 make[5]: Leaving directory '/tmp/crun-build/libocispec/yajl'
07:55:14 [2022-07-28T07:55:14.711Z] #77 226.3 make[4]: Leaving directory '/tmp/crun-build/libocispec/yajl'
07:55:14 [2022-07-28T07:55:14.711Z] #77 226.3 make[4]: Entering directory '/tmp/crun-build/libocispec'
07:55:14 [2022-07-28T07:55:14.730Z] #19 379.8 Setting up cpp-s390x-linux-gnu (4:10.2.1-1) ...
07:55:14 [2022-07-28T07:55:14.730Z] #19 379.8 Setting up gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
07:55:14 [2022-07-28T07:55:14.730Z] #19 379.8 Setting up libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ...
07:55:14 [2022-07-28T07:55:14.730Z] #19 379.8 Setting up libstdc++6-s390x-cross (10.2.1-6cross1) ...
07:55:14 [2022-07-28T07:55:14.730Z] #19 379.8 Setting up libgcc-10-dev-arm64-cross (10.2.1-6cross1) ...
07:55:14 [2022-07-28T07:55:14.730Z] #19 379.8 Setting up libubsan1-ppc64el-cross (10.2.1-6cross1) ...
07:55:14 [2022-07-28T07:55:14.730Z] #19 379.8 Setting up libgcc-10-dev-armel-cross (10.2.1-6cross1) ...
07:55:14 [2022-07-28T07:55:14.730Z] #19 379.9 Setting up libasan6-s390x-cross (10.2.1-6cross1) ...
07:55:14 [2022-07-28T07:55:14.730Z] #19 379.9 Setting up g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
07:55:14 [2022-07-28T07:55:14.730Z] #19 379.9 Setting up cpp-aarch64-linux-gnu (4:10.2.1-1) ...
07:55:14 [2022-07-28T07:55:14.730Z] #19 379.9 Setting up libxml-simple-perl (2.25-1) ...
07:55:14 [2022-07-28T07:55:14.730Z] #19 379.9 Setting up gcc-arm-linux-gnueabihf (4:10.2.1-1) ...
07:55:14 [2022-07-28T07:55:14.730Z] #19 379.9 Setting up gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ...
07:55:14 [2022-07-28T07:55:14.730Z] #19 379.9 Setting up g++-arm-linux-gnueabihf (4:10.2.1-1) ...
07:55:14 [2022-07-28T07:55:14.730Z] #19 379.9 Setting up libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ...
07:55:14 [2022-07-28T07:55:14.730Z] #19 379.9 Setting up libubsan1-s390x-cross (10.2.1-6cross1) ...
07:55:14 [2022-07-28T07:55:14.730Z] #19 379.9 Setting up libstdc++-10-dev-armel-cross (10.2.1-6cross1) ...
07:55:14 [2022-07-28T07:55:14.730Z] #19 380.0 Setting up libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ...
07:55:14 [2022-07-28T07:55:14.970Z] #77 226.5   CC       src/validate.o
07:55:14 [2022-07-28T07:55:14.970Z] #77 226.6   CC       src/image_spec_schema_config_schema.lo
07:55:14 [2022-07-28T07:55:14.970Z] #77 226.6   CC       src/image_spec_schema_content_descriptor.lo
07:55:14 [2022-07-28T07:55:14.970Z] #77 226.6   CC       src/image_spec_schema_defs.lo
07:55:14 [2022-07-28T07:55:14.970Z] #77 226.6   CC       src/image_spec_schema_defs_descriptor.lo
07:55:14 [2022-07-28T07:55:14.970Z] #77 226.6   CC       src/image_spec_schema_image_index_schema.lo
07:55:14 [2022-07-28T07:55:14.988Z] #19 380.0 Setting up gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ...
07:55:14 [2022-07-28T07:55:14.988Z] #19 380.0 Setting up libconfig-auto-perl (0.44-1.1) ...
07:55:14 [2022-07-28T07:55:14.988Z] #19 380.0 Setting up libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ...
07:55:14 [2022-07-28T07:55:14.988Z] #19 380.0 Setting up g++-10-aarch64-linux-gnu (10.2.1-6cross1) ...
07:55:14 [2022-07-28T07:55:14.988Z] #19 380.0 Setting up libgcc-10-dev-s390x-cross (10.2.1-6cross1) ...
07:55:14 [2022-07-28T07:55:14.988Z] #19 380.0 Setting up gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
07:55:14 [2022-07-28T07:55:14.988Z] #19 380.0 Setting up gcc-arm-linux-gnueabi (4:10.2.1-1) ...
07:55:14 [2022-07-28T07:55:14.988Z] #19 380.0 Setting up g++-10-arm-linux-gnueabi (10.2.1-6cross1) ...
07:55:14 [2022-07-28T07:55:14.988Z] #19 380.1 Setting up libdebian-dpkgcross-perl (2.6.18+nmu1) ...
07:55:14 [2022-07-28T07:55:14.988Z] #19 380.1 Setting up gcc-aarch64-linux-gnu (4:10.2.1-1) ...
07:55:14 [2022-07-28T07:55:14.988Z] #19 380.1 Setting up libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ...
07:55:14 [2022-07-28T07:55:14.988Z] #19 380.1 Setting up g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
07:55:14 [2022-07-28T07:55:14.988Z] #19 380.1 Setting up gcc-10-s390x-linux-gnu (10.2.1-6cross1) ...
07:55:14 [2022-07-28T07:55:14.988Z] #19 380.1 Setting up g++-arm-linux-gnueabi (4:10.2.1-1) ...
07:55:14 [2022-07-28T07:55:14.989Z] #19 380.1 Setting up gcc-s390x-linux-gnu (4:10.2.1-1) ...
07:55:14 [2022-07-28T07:55:14.989Z] #19 380.1 Setting up gcc-powerpc64le-linux-gnu (4:10.2.1-1) ...
07:55:14 [2022-07-28T07:55:14.989Z] #19 380.1 Setting up g++-10-s390x-linux-gnu (10.2.1-6cross1) ...
07:55:14 [2022-07-28T07:55:14.989Z] #19 380.1 Setting up g++-aarch64-linux-gnu (4:10.2.1-1) ...
07:55:14 [2022-07-28T07:55:14.989Z] #19 380.2 Setting up dpkg-cross (2.6.18+nmu1) ...
07:55:14 [2022-07-28T07:55:14.989Z] #19 380.2 Setting up g++-powerpc64le-linux-gnu (4:10.2.1-1) ...
07:55:15 [2022-07-28T07:55:15.082Z] #47 DONE 372.2s
07:55:15 [2022-07-28T07:55:15.082Z] 
07:55:15 [2022-07-28T07:55:15.082Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
07:55:15 [2022-07-28T07:55:15.082Z] #64 sha256:d12f26513736b578212be41b0c2ff8671f189f4a02a66123c0fc6b84a303ad8b
07:55:15 [2022-07-28T07:55:15.082Z] #64 ...
07:55:15 [2022-07-28T07:55:15.082Z] 
07:55:15 [2022-07-28T07:55:15.082Z] #48 [dev-systemd-false 17/28] COPY --from=registry      /build/ /usr/local/bin/
07:55:15 [2022-07-28T07:55:15.082Z] #48 sha256:f456fb8cc44e040bc022cf4c9f343bd42879af85d9edbb02dcdc9c4663bf2aef
07:55:15 [2022-07-28T07:55:15.082Z] #48 DONE 0.5s
07:55:15 [2022-07-28T07:55:15.082Z] 
07:55:15 [2022-07-28T07:55:15.082Z] #52 [dev-systemd-false 18/28] COPY --from=criu          /build/ /usr/local/bin/
07:55:15 [2022-07-28T07:55:15.082Z] #52 sha256:a88a5fef49aeff1f8b39150f6d0f06e3f80f71ecf13cc2c4e07c0f515ffd22bd
07:55:15 [2022-07-28T07:55:15.082Z] #52 DONE 0.1s
07:55:15 [2022-07-28T07:55:15.082Z] 
07:55:15 [2022-07-28T07:55:15.082Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
07:55:15 [2022-07-28T07:55:15.082Z] #64 sha256:d12f26513736b578212be41b0c2ff8671f189f4a02a66123c0fc6b84a303ad8b
07:55:15 [2022-07-28T07:55:15.082Z] #64 ...
07:55:15 [2022-07-28T07:55:15.082Z] 
07:55:15 [2022-07-28T07:55:15.082Z] #54 [dev-systemd-false 19/28] COPY --from=gotestsum     /build/ /usr/local/bin/
07:55:15 [2022-07-28T07:55:15.082Z] #54 sha256:2c2e05995a30301c7366e9b288fd1547ef7cef9940dfaef312569fd3c92421bf
07:55:15 [2022-07-28T07:55:15.082Z] #54 DONE 0.1s
07:55:15 [2022-07-28T07:55:15.082Z] 
07:55:15 [2022-07-28T07:55:15.082Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:55:15 [2022-07-28T07:55:15.082Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:55:15 [2022-07-28T07:55:15.228Z] #77 226.8   CC       src/runtime_spec_schema_config_linux.lo
07:55:15 [2022-07-28T07:55:15.228Z] #77 226.8   CC       src/image_spec_schema_image_layout_schema.lo
07:55:15 [2022-07-28T07:55:15.228Z] #77 226.8   CC       src/image_spec_schema_image_manifest_schema.lo
07:55:15 [2022-07-28T07:55:15.228Z] #77 226.8   CC       src/runtime_spec_schema_config_zos.lo
07:55:15 [2022-07-28T07:55:15.228Z] #77 226.9   CC       src/runtime_spec_schema_config_schema.lo
07:55:15 [2022-07-28T07:55:15.228Z] #77 226.9   CC       src/runtime_spec_schema_config_solaris.lo
07:55:15 [2022-07-28T07:55:15.228Z] #77 226.9   CC       src/runtime_spec_schema_config_windows.lo
07:55:15 [2022-07-28T07:55:15.246Z] #19 380.2 Setting up crossbuild-essential-armel (12.9) ...
07:55:15 [2022-07-28T07:55:15.246Z] #19 380.2 Setting up g++-s390x-linux-gnu (4:10.2.1-1) ...
07:55:15 [2022-07-28T07:55:15.246Z] #19 380.2 Setting up crossbuild-essential-armhf (12.9) ...
07:55:15 [2022-07-28T07:55:15.246Z] #19 380.2 Setting up crossbuild-essential-arm64 (12.9) ...
07:55:15 [2022-07-28T07:55:15.246Z] #19 380.2 Setting up crossbuild-essential-s390x (12.9) ...
07:55:15 [2022-07-28T07:55:15.246Z] #19 380.3 Setting up crossbuild-essential-ppc64el (12.9) ...
07:55:15 [2022-07-28T07:55:15.246Z] #19 380.3 Processing triggers for libc-bin (2.31-13+deb11u3) ...
07:55:15 [2022-07-28T07:55:15.487Z] #77 227.0   CC       src/runtime_spec_schema_defs.lo
07:55:15 [2022-07-28T07:55:15.487Z] #77 227.0   CC       src/runtime_spec_schema_defs_linux.lo
07:55:15 [2022-07-28T07:55:15.487Z] #77 227.0   CC       src/runtime_spec_schema_config_vm.lo
07:55:15 [2022-07-28T07:55:15.487Z] #77 227.0   CC       src/runtime_spec_schema_defs_zos.lo
07:55:15 [2022-07-28T07:55:15.487Z] #77 227.1   CC       src/runtime_spec_schema_defs_vm.lo
07:55:15 [2022-07-28T07:55:15.487Z] #77 227.2   CC       src/runtime_spec_schema_state_schema.lo
07:55:15 [2022-07-28T07:55:15.745Z] #77 227.2   CC       src/runtime_spec_schema_defs_windows.lo
07:55:15 [2022-07-28T07:55:15.745Z] #77 227.2   CC       src/image_manifest_items_image_manifest_items_schema.lo
07:55:15 [2022-07-28T07:55:15.745Z] #77 227.2   CC       src/basic_test_double_array_item.lo
07:55:15 [2022-07-28T07:55:15.745Z] #77 227.3   CC       src/basic_test_top_array_int.lo
07:55:15 [2022-07-28T07:55:15.745Z] #77 227.3   CC       src/basic_test_double_array.lo
07:55:15 [2022-07-28T07:55:15.817Z] #19 DONE 380.8s
07:55:15 [2022-07-28T07:55:15.817Z] 
07:55:15 [2022-07-28T07:55:15.817Z] #69 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
07:55:15 [2022-07-28T07:55:15.817Z] #69 sha256:0918fa642e2dd490ec0969c26414c8f092b9201bbd0bf7efcb0953cbd2f6fc51
07:55:15 [2022-07-28T07:55:15.817Z] #69 ...
07:55:15 [2022-07-28T07:55:15.817Z] 
07:55:15 [2022-07-28T07:55:15.817Z] #73 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer /
07:55:15 [2022-07-28T07:55:15.817Z] #73 sha256:38d42d1fd0f69b06ac16a99f9ac399bc81129d7f74ecec6d44824f2248f0bc61
07:55:15 [2022-07-28T07:55:15.817Z] #73 DONE 0.2s
07:55:15 [2022-07-28T07:55:15.817Z] 
07:55:15 [2022-07-28T07:55:15.817Z] #32 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer /
07:55:15 [2022-07-28T07:55:15.817Z] #32 sha256:831f498cef91d22ecf9f564d061854ca9c665bf1942ca6d97e34dd7f707fcb03
07:55:15 [2022-07-28T07:55:15.817Z] #32 DONE 0.2s
07:55:16 [2022-07-28T07:55:16.004Z] #77 227.5   CC       src/basic_test_top_array_string.lo
07:55:16 [2022-07-28T07:55:16.004Z] #77 227.5   CC       src/basic_test_top_double_array_int.lo
07:55:16 [2022-07-28T07:55:16.004Z] #77 227.7   CC       src/basic_test_top_double_array_obj.lo
07:55:16 [2022-07-28T07:55:16.076Z] 
07:55:16 [2022-07-28T07:55:16.076Z] #33 [dockercli 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh dockercli
07:55:16 [2022-07-28T07:55:16.076Z] #33 sha256:a8a1b763e416307cbb02d50e4a803e5e0ae85b96ed892b1a4b86fe3be3b6536d
07:55:16 [2022-07-28T07:55:16.263Z] #77 ...
07:55:16 [2022-07-28T07:55:16.263Z] 
07:55:16 [2022-07-28T07:55:16.263Z] #21 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
07:55:16 [2022-07-28T07:55:16.263Z] #21 sha256:b2570b2884beb6efe91186ba991258e6251478e74a93c353ccbb4b0299fab53d
07:55:16 [2022-07-28T07:55:16.263Z] #21 85.33 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ...
07:55:16 [2022-07-28T07:55:16.263Z] #21 85.34 Setting up jq (1.6-2.1) ...
07:55:16 [2022-07-28T07:55:16.263Z] #21 85.35 Setting up libbpf0:amd64 (1:0.3-2) ...
07:55:16 [2022-07-28T07:55:16.263Z] #21 85.36 Setting up iptables (1.8.7-1) ...
07:55:16 [2022-07-28T07:55:16.263Z] #21 85.38 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
07:55:16 [2022-07-28T07:55:16.263Z] #21 85.41 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
07:55:16 [2022-07-28T07:55:16.263Z] #21 85.42 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
07:55:16 [2022-07-28T07:55:16.263Z] #21 85.44 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
07:55:16 [2022-07-28T07:55:16.263Z] #21 85.47 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
07:55:16 [2022-07-28T07:55:16.263Z] #21 85.48 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
07:55:16 [2022-07-28T07:55:16.263Z] #21 85.54 Setting up iproute2 (5.10.0-4) ...
07:55:16 [2022-07-28T07:55:16.263Z] #21 85.94 Processing triggers for libc-bin (2.31-13+deb11u3) ...
07:55:16 [2022-07-28T07:55:16.263Z] #21 DONE 87.2s
07:55:16 [2022-07-28T07:55:16.263Z] 
07:55:16 [2022-07-28T07:55:16.263Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:55:16 [2022-07-28T07:55:16.263Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:55:16 [2022-07-28T07:55:16.263Z] #77 227.8   CC       src/basic_test_top_double_array_refobj.lo
07:55:16 [2022-07-28T07:55:16.263Z] #77 227.9   CC       src/basic_test_top_double_array_string.lo
07:55:16 [2022-07-28T07:55:16.263Z] #77 228.0   CC       src/read-file.lo
07:55:16 [2022-07-28T07:55:16.521Z] #77 228.1   CC       src/json_common.lo
07:55:16 [2022-07-28T07:55:16.528Z] #64 282.7 # github.com/containerd/containerd/cmd/containerd
07:55:16 [2022-07-28T07:55:16.528Z] #64 282.7 /usr/bin/ld: /tmp/go-link-153642727/000019.o: in function `New':
07:55:16 [2022-07-28T07:55:16.528Z] #64 282.7 /tmp/tmp.xCTOBbZ10A/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
07:55:16 [2022-07-28T07:55:16.528Z] #64 282.8 + bin/containerd-stress
07:55:16 [2022-07-28T07:55:16.528Z] #64 283.9 + bin/containerd-shim
07:55:16 [2022-07-28T07:55:16.779Z] #77 228.3   CC       tests/test-1.o
07:55:16 [2022-07-28T07:55:16.779Z] #77 228.4   CC       tests/test-3.o
07:55:17 [2022-07-28T07:55:17.038Z] #77 228.6   CC       tests/test-4.o
07:55:17 [2022-07-28T07:55:17.038Z] #77 228.7   CC       tests/test-2.o
07:55:17 [2022-07-28T07:55:17.296Z] #77 228.8   CC       tests/test-5.o
07:55:17 [2022-07-28T07:55:17.296Z] #77 228.9   CC       tests/test-6.o
07:55:17 [2022-07-28T07:55:17.479Z] #33 1.385 + RM_GOPATH=0
07:55:17 [2022-07-28T07:55:17.479Z] #33 1.385 + TMP_GOPATH=
07:55:17 [2022-07-28T07:55:17.479Z] #33 1.385 + : /build
07:55:17 [2022-07-28T07:55:17.479Z] #33 1.385 + '[' -z '' ']'
07:55:17 [2022-07-28T07:55:17.479Z] #33 1.387 ++ mktemp -d
07:55:17 [2022-07-28T07:55:17.479Z] #33 1.393 + export GOPATH=/tmp/tmp.367vLpij5n
07:55:17 [2022-07-28T07:55:17.479Z] #33 1.393 + GOPATH=/tmp/tmp.367vLpij5n
07:55:17 [2022-07-28T07:55:17.479Z] #33 1.393 + RM_GOPATH=1
07:55:17 [2022-07-28T07:55:17.479Z] #33 1.393 + case "$(go env GOARCH)" in
07:55:17 [2022-07-28T07:55:17.479Z] #33 1.393 ++ go env GOARCH
07:55:17 [2022-07-28T07:55:17.479Z] #33 1.400 + export GO_BUILDMODE=-buildmode=pie
07:55:17 [2022-07-28T07:55:17.479Z] #33 1.400 + GO_BUILDMODE=-buildmode=pie
07:55:17 [2022-07-28T07:55:17.479Z] #33 1.400 ++ dirname /install.sh
07:55:17 [2022-07-28T07:55:17.479Z] #33 1.402 + dir=/
07:55:17 [2022-07-28T07:55:17.479Z] #33 1.402 + bin=dockercli
07:55:17 [2022-07-28T07:55:17.479Z] #33 1.402 + shift
07:55:17 [2022-07-28T07:55:17.479Z] #33 1.402 + '[' '!' -f //dockercli.installer ']'
07:55:17 [2022-07-28T07:55:17.479Z] #33 1.402 + . //dockercli.installer
07:55:17 [2022-07-28T07:55:17.479Z] #33 1.402 ++ : stable
07:55:17 [2022-07-28T07:55:17.479Z] #33 1.402 ++ : 17.06.2-ce
07:55:17 [2022-07-28T07:55:17.479Z] #33 1.402 + install_dockercli
07:55:17 [2022-07-28T07:55:17.479Z] #33 1.403 + echo 'Install docker/cli version 17.06.2-ce from stable'
07:55:17 [2022-07-28T07:55:17.479Z] #33 1.403 Install docker/cli version 17.06.2-ce from stable
07:55:17 [2022-07-28T07:55:17.479Z] #33 1.403 ++ uname -m
07:55:17 [2022-07-28T07:55:17.479Z] #33 1.409 + arch=x86_64
07:55:17 [2022-07-28T07:55:17.479Z] #33 1.409 + '[' x86_64 '!=' x86_64 ']'
07:55:17 [2022-07-28T07:55:17.479Z] #33 1.409 + url=https://download.docker.com/linux/static
07:55:17 [2022-07-28T07:55:17.479Z] #33 1.409 + tar -xz docker/docker
07:55:17 [2022-07-28T07:55:17.479Z] #33 1.411 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
07:55:17 [2022-07-28T07:55:17.555Z] #77 229.0   CC       tests/test-7.o
07:55:17 [2022-07-28T07:55:17.555Z] #77 ...
07:55:17 [2022-07-28T07:55:17.555Z] 
07:55:17 [2022-07-28T07:55:17.555Z] #22 [dev-systemd-false  8/28] RUN update-alternatives --set iptables  /usr/sbin/iptables-legacy  || true  && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true  && update-alternatives --set arptables /usr/sbin/arptables-legacy || true
07:55:17 [2022-07-28T07:55:17.555Z] #22 sha256:a7a23a8ede6b7a6f487f3bfe1318aaaaa4d3939d4a5cceaee6561cf42a4ef5ca
07:55:17 [2022-07-28T07:55:17.555Z] #22 1.224 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
07:55:17 [2022-07-28T07:55:17.555Z] #22 1.228 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
07:55:17 [2022-07-28T07:55:17.555Z] #22 1.231 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
07:55:17 [2022-07-28T07:55:17.555Z] #22 DONE 1.3s
07:55:17 [2022-07-28T07:55:17.555Z] 
07:55:17 [2022-07-28T07:55:17.555Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:55:17 [2022-07-28T07:55:17.555Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:55:17 [2022-07-28T07:55:17.555Z] #77 229.1   CC       tests/test-8.o
07:55:17 [2022-07-28T07:55:17.813Z] #77 229.4   CC       tests/test-9.o
07:55:18 [2022-07-28T07:55:18.072Z] #77 229.5   CC       tests/test-10.o
07:55:18 [2022-07-28T07:55:18.638Z] #77 230.0   CC       tests/test-11.o
07:55:19 [2022-07-28T07:55:19.047Z] #64 292.6 + bin/containerd-shim-runc-v1
07:55:19 [2022-07-28T07:55:19.285Z] #77 302.2   CCLD     tests/init
07:55:19 [2022-07-28T07:55:19.621Z] #64 ...
07:55:19 [2022-07-28T07:55:19.621Z] 
07:55:19 [2022-07-28T07:55:19.621Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:55:19 [2022-07-28T07:55:19.621Z] #55 sha256:6a5ba43a879545395035c8edb2d77f5663eaeac2aed4ebd5825ef0a4ef562291
07:55:19 [2022-07-28T07:55:19.621Z] #55 312.9 golangci-lint has version v1.46.2 built from (unknown, mod sum: "h1:o90t/Xa6dhJbvy8Bz2RpzUXqrkigp19DLStMolTZbyo=") on (unknown)
07:55:19 [2022-07-28T07:55:19.621Z] #55 DONE 314.3s
07:55:19 [2022-07-28T07:55:19.621Z] 
07:55:19 [2022-07-28T07:55:19.621Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
07:55:19 [2022-07-28T07:55:19.621Z] #60 sha256:7c3d1498c3d865817e39d175bf93c489ad9c048d20c3a3814509c4c0bedca2c7
07:55:19 [2022-07-28T07:55:19.621Z] #60 185.2 + mkdir -p /build
07:55:19 [2022-07-28T07:55:19.621Z] #60 185.2 + cp runc /build/runc
07:55:19 [2022-07-28T07:55:19.621Z] #60 DONE 185.5s
07:55:19 [2022-07-28T07:55:19.621Z] 
07:55:19 [2022-07-28T07:55:19.621Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
07:55:19 [2022-07-28T07:55:19.621Z] #64 sha256:8308f77135ed6c1b73777923e7a515113ecd8ec199ef92a885bafb0fa4839093
07:55:20 [2022-07-28T07:55:20.770Z] #33 5.013 + mkdir -p /build
07:55:20 [2022-07-28T07:55:20.989Z] #64 ...
07:55:20 [2022-07-28T07:55:20.989Z] 
07:55:20 [2022-07-28T07:55:20.989Z] #56 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/
07:55:20 [2022-07-28T07:55:20.989Z] #56 sha256:2c9fa8569bdadcc55f4ef9be21bdf34a0c30c0acfd23b2de824c648beee64008
07:55:21 [2022-07-28T07:55:21.028Z] #33 5.015 + mv docker/docker /build/
07:55:21 [2022-07-28T07:55:21.028Z] #33 5.017 + rmdir docker
07:55:21 [2022-07-28T07:55:21.028Z] #33 DONE 5.2s
07:55:21 [2022-07-28T07:55:21.028Z] 
07:55:21 [2022-07-28T07:55:21.028Z] #74 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
07:55:21 [2022-07-28T07:55:21.028Z] #74 sha256:b537c80581e2b7413f83ec41c18ebe66e3e0df190b6bee2730110b581eec1baf
07:55:21 [2022-07-28T07:55:21.028Z] #74 1.348 + RM_GOPATH=0
07:55:21 [2022-07-28T07:55:21.028Z] #74 1.348 + TMP_GOPATH=
07:55:21 [2022-07-28T07:55:21.028Z] #74 1.348 + : /build
07:55:21 [2022-07-28T07:55:21.028Z] #74 1.349 + '[' -z '' ']'
07:55:21 [2022-07-28T07:55:21.028Z] #74 1.349 ++ mktemp -d
07:55:21 [2022-07-28T07:55:21.028Z] #74 1.351 + export GOPATH=/tmp/tmp.80ez0NglE6
07:55:21 [2022-07-28T07:55:21.028Z] #74 1.351 + GOPATH=/tmp/tmp.80ez0NglE6
07:55:21 [2022-07-28T07:55:21.028Z] #74 1.351 + RM_GOPATH=1
07:55:21 [2022-07-28T07:55:21.028Z] #74 1.351 + case "$(go env GOARCH)" in
07:55:21 [2022-07-28T07:55:21.028Z] #74 1.352 ++ go env GOARCH
07:55:21 [2022-07-28T07:55:21.028Z] #74 1.361 + export GO_BUILDMODE=-buildmode=pie
07:55:21 [2022-07-28T07:55:21.028Z] #74 1.361 + GO_BUILDMODE=-buildmode=pie
07:55:21 [2022-07-28T07:55:21.028Z] #74 1.362 ++ dirname /install.sh
07:55:21 [2022-07-28T07:55:21.028Z] #74 1.364 + dir=/
07:55:21 [2022-07-28T07:55:21.028Z] #74 1.365 + bin=rootlesskit
07:55:21 [2022-07-28T07:55:21.028Z] #74 1.365 + shift
07:55:21 [2022-07-28T07:55:21.028Z] #74 1.365 + '[' '!' -f //rootlesskit.installer ']'
07:55:21 [2022-07-28T07:55:21.028Z] #74 1.365 + . //rootlesskit.installer
07:55:21 [2022-07-28T07:55:21.028Z] #74 1.367 ++ : 1920341cd41e047834a21007424162a2dc946315
07:55:21 [2022-07-28T07:55:21.028Z] #74 1.367 + install_rootlesskit
07:55:21 [2022-07-28T07:55:21.028Z] #74 1.367 + case "$1" in
07:55:21 [2022-07-28T07:55:21.028Z] #74 1.367 + export CGO_ENABLED=0
07:55:21 [2022-07-28T07:55:21.028Z] #74 1.367 + CGO_ENABLED=0
07:55:21 [2022-07-28T07:55:21.028Z] #74 1.368 + _install_rootlesskit
07:55:21 [2022-07-28T07:55:21.028Z] #74 1.368 + echo 'Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315'
07:55:21 [2022-07-28T07:55:21.028Z] #74 1.368 + for f in rootlesskit rootlesskit-docker-proxy
07:55:21 [2022-07-28T07:55:21.028Z] #74 1.368 Install rootlesskit version 1920341cd41e047834a21007424162a2dc946315
07:55:21 [2022-07-28T07:55:21.028Z] #74 1.368 + GOBIN=/build
07:55:21 [2022-07-28T07:55:21.028Z] #74 1.368 + GO111MODULE=on
07:55:21 [2022-07-28T07:55:21.028Z] #74 1.368 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@1920341cd41e047834a21007424162a2dc946315
07:55:21 [2022-07-28T07:55:21.028Z] #74 1.796 go: downloading github.com/rootless-containers/rootlesskit v1.0.0
07:55:21 [2022-07-28T07:55:21.028Z] #74 3.185 go: downloading github.com/urfave/cli/v2 v2.4.0
07:55:21 [2022-07-28T07:55:21.028Z] #74 3.186 go: downloading github.com/sirupsen/logrus v1.8.1
07:55:21 [2022-07-28T07:55:21.028Z] #74 3.440 go: downloading golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
07:55:21 [2022-07-28T07:55:21.028Z] #74 4.806 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
07:55:21 [2022-07-28T07:55:21.028Z] #74 5.115 go: downloading github.com/google/uuid v1.3.0
07:55:21 [2022-07-28T07:55:21.028Z] #74 5.133 go: downloading github.com/moby/vpnkit v0.5.0
07:55:21 [2022-07-28T07:55:21.028Z] #74 5.142 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
07:55:21 [2022-07-28T07:55:21.028Z] #74 5.176 go: downloading github.com/gofrs/flock v0.8.1
07:55:21 [2022-07-28T07:55:21.028Z] #74 5.191 go: downloading github.com/gorilla/mux v1.8.0
07:55:21 [2022-07-28T07:55:21.287Z] #74 5.286 go: downloading github.com/moby/sys/mountinfo v0.6.0
07:55:21 [2022-07-28T07:55:21.546Z] #74 5.563 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
07:55:21 [2022-07-28T07:55:21.546Z] #74 5.637 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
07:55:21 [2022-07-28T07:55:21.805Z] #74 5.713 go: downloading golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
07:55:21 [2022-07-28T07:55:21.919Z] #56 DONE 0.9s
07:55:21 [2022-07-28T07:55:21.919Z] 
07:55:21 [2022-07-28T07:55:21.919Z] #58 [dev-systemd-false 21/28] COPY --from=shfmt         /build/ /usr/local/bin/
07:55:21 [2022-07-28T07:55:21.919Z] #58 sha256:fcef1c21742825cffef7933bd23ae5e2d06dfe2c5a8156b8acbdca828369f4db
07:55:21 [2022-07-28T07:55:21.919Z] #58 DONE 0.1s
07:55:21 [2022-07-28T07:55:21.919Z] 
07:55:21 [2022-07-28T07:55:21.919Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
07:55:21 [2022-07-28T07:55:21.919Z] #64 sha256:8308f77135ed6c1b73777923e7a515113ecd8ec199ef92a885bafb0fa4839093
07:55:21 [2022-07-28T07:55:21.919Z] #64 ...
07:55:21 [2022-07-28T07:55:21.919Z] 
07:55:21 [2022-07-28T07:55:21.919Z] #61 [dev-systemd-false 22/28] COPY --from=runc          /build/ /usr/local/bin/
07:55:21 [2022-07-28T07:55:21.919Z] #61 sha256:7e72474cad993a69013dcb72ff8a1c4c9d88594567131225722908e27c1e98fc
07:55:22 [2022-07-28T07:55:22.178Z] #61 DONE 0.3s
07:55:22 [2022-07-28T07:55:22.178Z] 
07:55:22 [2022-07-28T07:55:22.178Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
07:55:22 [2022-07-28T07:55:22.178Z] #64 sha256:8308f77135ed6c1b73777923e7a515113ecd8ec199ef92a885bafb0fa4839093
07:55:23 [2022-07-28T07:55:23.183Z] #74 7.239 go: downloading github.com/russross/blackfriday/v2 v2.1.0
07:55:24 [2022-07-28T07:55:24.295Z] #64 297.5 + bin/containerd-shim-runc-v2
07:55:24 [2022-07-28T07:55:24.551Z] #64 298.3 + binaries
07:55:24 [2022-07-28T07:55:24.551Z] #64 298.3 + install -D bin/containerd /build/containerd
07:55:24 [2022-07-28T07:55:24.551Z] #64 298.3 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
07:55:24 [2022-07-28T07:55:24.551Z] #64 298.3 + install -D bin/ctr /build/ctr
07:55:24 [2022-07-28T07:55:24.703Z] #64 279.3 + bin/containerd
07:55:25 [2022-07-28T07:55:25.719Z] #74 ...
07:55:25 [2022-07-28T07:55:25.719Z] 
07:55:25 [2022-07-28T07:55:25.719Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:55:25 [2022-07-28T07:55:25.719Z] #20 sha256:01f35d543b0fe787fb290ef1cf930fd50d3034ae6d4bd4fcb30b74188c838b89
07:55:25 [2022-07-28T07:55:25.719Z] #20 1.512 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
07:55:25 [2022-07-28T07:55:25.719Z] #20 1.644 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
07:55:25 [2022-07-28T07:55:25.719Z] #20 1.824 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
07:55:25 [2022-07-28T07:55:25.719Z] #20 1.830 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8069 kB]
07:55:25 [2022-07-28T07:55:25.719Z] #20 2.094 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7875 kB]
07:55:25 [2022-07-28T07:55:25.719Z] #20 2.445 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7876 kB]
07:55:25 [2022-07-28T07:55:25.719Z] #20 2.984 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8029 kB]
07:55:25 [2022-07-28T07:55:25.719Z] #20 3.601 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
07:55:25 [2022-07-28T07:55:25.719Z] #20 4.153 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7949 kB]
07:55:25 [2022-07-28T07:55:25.719Z] #20 4.550 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [141 kB]
07:55:25 [2022-07-28T07:55:25.719Z] #20 4.554 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [167 kB]
07:55:25 [2022-07-28T07:55:25.719Z] #20 4.566 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [168 kB]
07:55:25 [2022-07-28T07:55:25.719Z] #20 4.571 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [154 kB]
07:55:25 [2022-07-28T07:55:25.719Z] #20 4.581 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [160 kB]
07:55:25 [2022-07-28T07:55:25.719Z] #20 4.590 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [168 kB]
07:55:25 [2022-07-28T07:55:25.719Z] #20 4.600 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
07:55:25 [2022-07-28T07:55:25.719Z] #20 4.609 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B]
07:55:25 [2022-07-28T07:55:25.719Z] #20 4.610 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B]
07:55:25 [2022-07-28T07:55:25.719Z] #20 4.611 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B]
07:55:25 [2022-07-28T07:55:25.719Z] #20 4.611 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
07:55:25 [2022-07-28T07:55:25.719Z] #20 4.612 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B]
07:55:25 [2022-07-28T07:55:25.978Z] #20 ...
07:55:25 [2022-07-28T07:55:25.978Z] 
07:55:25 [2022-07-28T07:55:25.978Z] #49 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
07:55:25 [2022-07-28T07:55:25.978Z] #49 sha256:43499c1e330613963586a42a3eaf73f48b31d7946566141feadc6deac481e8dd
07:55:25 [2022-07-28T07:55:25.978Z] #49 1.463 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
07:55:25 [2022-07-28T07:55:25.978Z] #49 1.647 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
07:55:25 [2022-07-28T07:55:25.978Z] #49 1.825 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
07:55:25 [2022-07-28T07:55:25.978Z] #49 1.830 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7876 kB]
07:55:25 [2022-07-28T07:55:25.978Z] #49 2.351 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7949 kB]
07:55:25 [2022-07-28T07:55:25.978Z] #49 2.911 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7875 kB]
07:55:25 [2022-07-28T07:55:25.978Z] #49 3.447 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8029 kB]
07:55:25 [2022-07-28T07:55:25.978Z] #49 3.974 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8069 kB]
07:55:25 [2022-07-28T07:55:25.978Z] #49 4.454 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
07:55:25 [2022-07-28T07:55:25.978Z] #49 4.821 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [154 kB]
07:55:25 [2022-07-28T07:55:25.978Z] #49 4.821 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [168 kB]
07:55:25 [2022-07-28T07:55:25.978Z] #49 4.822 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [160 kB]
07:55:25 [2022-07-28T07:55:25.978Z] #49 4.842 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [168 kB]
07:55:25 [2022-07-28T07:55:25.978Z] #49 4.842 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [141 kB]
07:55:25 [2022-07-28T07:55:25.978Z] #49 4.843 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [167 kB]
07:55:25 [2022-07-28T07:55:25.978Z] #49 4.851 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B]
07:55:25 [2022-07-28T07:55:25.978Z] #49 4.854 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
07:55:25 [2022-07-28T07:55:25.978Z] #49 4.858 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
07:55:25 [2022-07-28T07:55:25.978Z] #49 4.859 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B]
07:55:25 [2022-07-28T07:55:25.978Z] #49 4.859 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B]
07:55:25 [2022-07-28T07:55:25.978Z] #49 4.860 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B]
07:55:25 [2022-07-28T07:55:25.978Z] #49 ...
07:55:25 [2022-07-28T07:55:25.978Z] 
07:55:25 [2022-07-28T07:55:25.978Z] #69 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
07:55:25 [2022-07-28T07:55:25.978Z] #69 sha256:0918fa642e2dd490ec0969c26414c8f092b9201bbd0bf7efcb0953cbd2f6fc51
07:55:25 [2022-07-28T07:55:25.978Z] #69 1.678 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
07:55:25 [2022-07-28T07:55:25.978Z] #69 1.690 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
07:55:25 [2022-07-28T07:55:25.978Z] #69 1.832 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
07:55:25 [2022-07-28T07:55:25.978Z] #69 2.101 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7876 kB]
07:55:25 [2022-07-28T07:55:25.978Z] #69 2.436 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8029 kB]
07:55:25 [2022-07-28T07:55:25.978Z] #69 2.858 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7949 kB]
07:55:25 [2022-07-28T07:55:25.978Z] #69 3.450 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
07:55:25 [2022-07-28T07:55:25.978Z] #69 4.063 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7875 kB]
07:55:25 [2022-07-28T07:55:25.978Z] #69 4.626 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8069 kB]
07:55:25 [2022-07-28T07:55:25.978Z] #69 5.110 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [154 kB]
07:55:25 [2022-07-28T07:55:25.978Z] #69 5.112 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [168 kB]
07:55:25 [2022-07-28T07:55:25.978Z] #69 5.114 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [160 kB]
07:55:25 [2022-07-28T07:55:25.978Z] #69 5.116 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [141 kB]
07:55:25 [2022-07-28T07:55:25.978Z] #69 5.118 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [167 kB]
07:55:25 [2022-07-28T07:55:25.978Z] #69 5.130 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [168 kB]
07:55:25 [2022-07-28T07:55:25.978Z] #69 5.277 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B]
07:55:25 [2022-07-28T07:55:25.978Z] #69 5.284 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B]
07:55:25 [2022-07-28T07:55:25.978Z] #69 5.287 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B]
07:55:25 [2022-07-28T07:55:25.979Z] #69 5.298 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B]
07:55:25 [2022-07-28T07:55:25.979Z] #69 5.304 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
07:55:25 [2022-07-28T07:55:25.979Z] #69 5.310 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
07:55:28 [2022-07-28T07:55:28.694Z] #77 ...
07:55:28 [2022-07-28T07:55:28.695Z] 
07:55:28 [2022-07-28T07:55:28.695Z] #23 [dev-systemd-false  9/28] RUN pip3 install yamllint==1.26.1
07:55:28 [2022-07-28T07:55:28.695Z] #23 sha256:6783f041127915e40a3b7d4af36980ace78b099a35377f97a26613b3cda2327c
07:55:28 [2022-07-28T07:55:28.717Z] #64 DONE 302.4s
07:55:29 [2022-07-28T07:55:29.643Z] 
07:55:29 [2022-07-28T07:55:29.643Z] #65 [dev-systemd-false 23/28] COPY --from=containerd    /build/ /usr/local/bin/
07:55:29 [2022-07-28T07:55:29.643Z] #65 sha256:5edd93b24d3269c3d381c17ae607f31c273e10f709b035be23d1f9c6d6d9f20f
07:55:31 [2022-07-28T07:55:31.008Z] #65 DONE 1.4s
07:55:31 [2022-07-28T07:55:31.008Z] 
07:55:31 [2022-07-28T07:55:31.008Z] #70 [dev-systemd-false 24/28] COPY --from=rootlesskit   /build/ /usr/local/bin/
07:55:31 [2022-07-28T07:55:31.008Z] #70 sha256:20c947d8d85c3b83c169dac41e7eb11a28e8fb81fde59a174f2131e87eebe741
07:55:31 [2022-07-28T07:55:31.263Z] #70 DONE 0.3s
07:55:31 [2022-07-28T07:55:31.263Z] 
07:55:31 [2022-07-28T07:55:31.263Z] #75 [dev-systemd-false 25/28] COPY --from=vpnkit        /build/ /usr/local/bin/
07:55:31 [2022-07-28T07:55:31.263Z] #75 sha256:3cf042402e51ff244f66972bcfde69ea41f8c0bb17899d0a7a9c502189c56f15
07:55:31 [2022-07-28T07:55:31.983Z] #23 14.22 Collecting yamllint==1.26.1
07:55:32 [2022-07-28T07:55:32.916Z] #23 15.29   Downloading yamllint-1.26.1.tar.gz (126 kB)
07:55:33 [2022-07-28T07:55:33.151Z] #75 DONE 1.7s
07:55:33 [2022-07-28T07:55:33.151Z] 
07:55:33 [2022-07-28T07:55:33.151Z] #78 [dev-systemd-false 26/28] COPY --from=crun          /build/ /usr/local/bin/
07:55:33 [2022-07-28T07:55:33.151Z] #78 sha256:c82eca6be99901dee54aa3a849188aa7e4b4784c1abed6b20462e79068ce39d9
07:55:33 [2022-07-28T07:55:33.151Z] #78 DONE 0.0s
07:55:33 [2022-07-28T07:55:33.151Z] 
07:55:33 [2022-07-28T07:55:33.151Z] #79 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/  /etc/docker/
07:55:33 [2022-07-28T07:55:33.151Z] #79 sha256:bfb747dca1c02a66663047adf4577dd5d11f14dec0f9359408f16343c59ee058
07:55:33 [2022-07-28T07:55:33.151Z] #79 DONE 0.0s
07:55:33 [2022-07-28T07:55:33.151Z] 
07:55:33 [2022-07-28T07:55:33.151Z] #80 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker
07:55:33 [2022-07-28T07:55:33.151Z] #80 sha256:603d71c5eec64f1e17b272b7293937a8b5f1c26846115fbce39cf5265fc63bef
07:55:33 [2022-07-28T07:55:33.151Z] #80 DONE 0.0s
07:55:33 [2022-07-28T07:55:33.151Z] 
07:55:33 [2022-07-28T07:55:33.151Z] #81 [final 1/1] COPY . /go/src/github.com/docker/docker
07:55:33 [2022-07-28T07:55:33.151Z] #81 sha256:67f2387ece4b0c7e8544a2990f42bcc89bf74588ff1f682fc6cc9e4f4bbd209d
07:55:34 [2022-07-28T07:55:34.080Z] #81 DONE 0.9s
07:55:34 [2022-07-28T07:55:34.080Z] 
07:55:34 [2022-07-28T07:55:34.080Z] #82 exporting to image
07:55:34 [2022-07-28T07:55:34.080Z] #82 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
07:55:34 [2022-07-28T07:55:34.080Z] #82 exporting layers
07:55:34 [2022-07-28T07:55:34.817Z] #23 17.24 Collecting pathspec>=0.5.3
07:55:34 [2022-07-28T07:55:34.817Z] #23 17.25   Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB)
07:55:35 [2022-07-28T07:55:35.753Z] #23 17.96 Collecting pyyaml
07:55:35 [2022-07-28T07:55:35.753Z] #23 17.98   Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB)
07:55:35 [2022-07-28T07:55:35.753Z] #23 18.11 Building wheels for collected packages: yamllint
07:55:35 [2022-07-28T07:55:35.753Z] #23 18.11   Building wheel for yamllint (setup.py): started
07:55:37 [2022-07-28T07:55:37.348Z] #82 exporting layers 3.2s done
07:55:37 [2022-07-28T07:55:37.348Z] #82 writing image sha256:3ba5b2ae1a074687a6bf5caf348179491134a8e406989db845022e6451d92f22 done
07:55:37 [2022-07-28T07:55:37.348Z] #82 naming to docker.io/library/docker:6d41219baee83f456b8628735d9b7ca20e188b1a done
07:55:37 [2022-07-28T07:55:37.348Z] #82 DONE 3.2s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
07:55:37 [2022-07-28T07:55:37.651Z] #23 19.99   Building wheel for yamllint (setup.py): finished with status 'done'
07:55:37 [2022-07-28T07:55:37.651Z] #23 19.99   Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=384f98701838892b303142c464c7bdd3cfe7fdf3d84b15e28de21a901fca0d41
07:55:37 [2022-07-28T07:55:37.651Z] #23 19.99   Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3
07:55:37 [2022-07-28T07:55:37.651Z] #23 20.01 Successfully built yamllint
07:55:37 [2022-07-28T07:55:37.651Z] #23 20.07 Installing collected packages: pyyaml, pathspec, yamllint
07:55:37 [2022-07-28T07:55:37.707Z] + sudo modprobe ip6table_filter
[Pipeline] sh
07:55:38 [2022-07-28T07:55:38.027Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43875/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=6d41219baee83f456b8628735d9b7ca20e188b1a -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=22.06 docker:6d41219baee83f456b8628735d9b7ca20e188b1a hack/test/unit
07:55:38 [2022-07-28T07:55:38.188Z] #69 ...
07:55:38 [2022-07-28T07:55:38.188Z] 
07:55:38 [2022-07-28T07:55:38.188Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:55:38 [2022-07-28T07:55:38.188Z] #20 sha256:01f35d543b0fe787fb290ef1cf930fd50d3034ae6d4bd4fcb30b74188c838b89
07:55:38 [2022-07-28T07:55:38.188Z] #20 21.80 Fetched 49.2 MB in 21s (2395 kB/s)
07:55:38 [2022-07-28T07:55:38.584Z] #23 20.88 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1
07:55:38 [2022-07-28T07:55:38.953Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove')
07:55:38 [2022-07-28T07:55:38.953Z] + TESTFLAGS+=' -test.timeout=5m'
07:55:38 [2022-07-28T07:55:38.953Z] + TESTDIRS=./...
07:55:38 [2022-07-28T07:55:38.953Z] + exclude_paths='/vendor/|/integration'
07:55:38 [2022-07-28T07:55:38.953Z] ++ go list ./...
07:55:38 [2022-07-28T07:55:38.953Z] ++ grep -vE '(/vendor/|/integration)'
07:55:39 [2022-07-28T07:55:39.151Z] #23 DONE 21.6s
07:55:39 [2022-07-28T07:55:39.151Z] 
07:55:39 [2022-07-28T07:55:39.151Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
07:55:39 [2022-07-28T07:55:39.151Z] #47 sha256:8a0b7c7abf06bbb1ab29c763b2e38d2fa012d03eb2e646559ec0a63c975a38c7
07:55:39 [2022-07-28T07:55:39.415Z] #47 ...
07:55:39 [2022-07-28T07:55:39.415Z] 
07:55:39 [2022-07-28T07:55:39.415Z] #27 [dev-systemd-false 10/28] COPY --from=dockercli     /build/ /usr/local/cli
07:55:39 [2022-07-28T07:55:39.415Z] #27 sha256:9659fa2eb188dce6fa4047f6d78dcf3e1da9b2553acd66091a1ce7e5ef8f1534
07:55:39 [2022-07-28T07:55:39.672Z] #27 DONE 0.4s
07:55:39 [2022-07-28T07:55:39.672Z] 
07:55:39 [2022-07-28T07:55:39.672Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
07:55:39 [2022-07-28T07:55:39.672Z] #47 sha256:8a0b7c7abf06bbb1ab29c763b2e38d2fa012d03eb2e646559ec0a63c975a38c7
07:55:39 [2022-07-28T07:55:39.672Z] #47 ...
07:55:39 [2022-07-28T07:55:39.672Z] 
07:55:39 [2022-07-28T07:55:39.672Z] #32 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images
07:55:39 [2022-07-28T07:55:39.672Z] #32 sha256:0ca07d716c570c24144cb145d1758765cc2b46c40539ef6f83dc278e25b8e53e
07:55:39 [2022-07-28T07:55:39.882Z] + pkg_list='github.com/docker/docker/api
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/api/server
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/api/server/backend/build
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/api/server/httpstatus
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/api/server/httputils
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/api/server/middleware
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/api/server/router
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/api/server/router/build
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/api/server/router/checkpoint
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/api/server/router/container
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/api/server/router/debug
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/api/server/router/distribution
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/api/server/router/grpc
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/api/server/router/image
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/api/server/router/network
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/api/server/router/plugin
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/api/server/router/session
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/api/server/router/swarm
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/api/server/router/system
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/api/server/router/volume
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/api/types
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/api/types/backend
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/api/types/blkiodev
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/api/types/container
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/api/types/events
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/api/types/filters
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/api/types/image
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/api/types/mount
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/api/types/network
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/api/types/plugins/logdriver
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/api/types/registry
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/api/types/strslice
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/api/types/swarm
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/api/types/swarm/runtime
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/api/types/time
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/api/types/versions
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/api/types/versions/v1p19
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/api/types/versions/v1p20
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/api/types/volume
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/builder
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/builder/builder-next
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/builder/builder-next/exporter
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/builder/builder-next/imagerefchecker
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/builder/builder-next/worker
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/builder/dockerfile
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/builder/remotecontext
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/builder/remotecontext/git
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/builder/remotecontext/urlutil
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/cli
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/cli/config
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/cli/debug
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/cli/winresources/docker-proxy
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/cli/winresources/dockerd
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/client
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/cmd/docker-proxy
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/cmd/dockerd
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/cmd/dockerd/trap
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/container
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/container/stream
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/contrib/apparmor
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/contrib/docker-device-tool
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/contrib/httpserver
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/daemon
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/daemon/cluster
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/daemon/cluster/controllers/plugin
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/daemon/cluster/convert
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/daemon/cluster/executor
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/daemon/cluster/executor/container
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/daemon/cluster/provider
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/daemon/config
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/daemon/events
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/daemon/events/testutils
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/daemon/exec
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/daemon/graphdriver
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/daemon/graphdriver/aufs
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/daemon/graphdriver/btrfs
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/daemon/graphdriver/copy
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/daemon/graphdriver/devmapper
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/daemon/graphdriver/graphtest
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/daemon/graphdriver/overlay
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/daemon/graphdriver/overlay2
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/daemon/graphdriver/overlayutils
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/daemon/graphdriver/register
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/daemon/graphdriver/vfs
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/daemon/graphdriver/zfs
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/daemon/images
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/daemon/initlayer
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/daemon/links
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/daemon/listeners
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/daemon/logger
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/daemon/logger/awslogs
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/daemon/logger/fluentd
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/daemon/logger/gcplogs
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/daemon/logger/gelf
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/daemon/logger/journald
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/daemon/logger/jsonfilelog
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/daemon/logger/local
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/daemon/logger/logentries
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/daemon/logger/loggertest
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/daemon/logger/loggerutils
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/daemon/logger/loggerutils/cache
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/daemon/logger/splunk
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/daemon/logger/syslog
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/daemon/logger/templates
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/daemon/names
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/daemon/network
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/daemon/stats
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/distribution
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/distribution/metadata
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/distribution/utils
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/distribution/xfer
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/dockerversion
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/errdefs
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/image
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/image/cache
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/image/tarexport
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/image/v1
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/internal/test/suite
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/layer
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/libcontainerd
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/libcontainerd/queue
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/libcontainerd/remote
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/libcontainerd/supervisor
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/libcontainerd/types
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/libnetwork
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/libnetwork/bitseq
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/libnetwork/cluster
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/libnetwork/cmd/diagnostic
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/libnetwork/cmd/ovrouter
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/libnetwork/cmd/readme_test
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/libnetwork/config
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/libnetwork/datastore
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/libnetwork/diagnostic
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/libnetwork/discoverapi
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/libnetwork/driverapi
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/libnetwork/drivers/bridge
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/libnetwork/drivers/host
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/libnetwork/drivers/ipvlan
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/libnetwork/drivers/macvlan
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/libnetwork/drivers/null
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/libnetwork/drivers/overlay
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/libnetwork/drivers/remote
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/libnetwork/drivers/remote/api
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/libnetwork/drivers/windows
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/libnetwork/drvregistry
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/libnetwork/etchosts
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/libnetwork/idm
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/libnetwork/internal/caller
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/libnetwork/internal/setmatrix
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/libnetwork/ipam
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/libnetwork/ipamapi
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/libnetwork/ipams/builtin
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/libnetwork/ipams/null
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/libnetwork/ipams/remote
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/libnetwork/ipams/remote/api
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/libnetwork/ipams/windowsipam
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/libnetwork/ipamutils
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/libnetwork/iptables
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/libnetwork/netlabel
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/libnetwork/netutils
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/libnetwork/networkdb
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/libnetwork/ns
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/libnetwork/options
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/libnetwork/osl
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/libnetwork/osl/kernel
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/libnetwork/portallocator
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/libnetwork/portmapper
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/libnetwork/resolvconf
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/libnetwork/testutils
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/libnetwork/types
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/oci
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/oci/caps
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/opts
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/pkg/aaparser
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/pkg/archive
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/pkg/authorization
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/pkg/broadcaster
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/pkg/capabilities
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/pkg/chrootarchive
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/pkg/containerfs
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/pkg/devicemapper
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/pkg/directory
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/pkg/dmesg
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/pkg/fileutils
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/pkg/fsutils
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/pkg/homedir
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/pkg/idtools
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/pkg/ioutils
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/pkg/jsonmessage
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/pkg/longpath
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/pkg/loopback
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/pkg/namesgenerator
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/pkg/parsers
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/pkg/parsers/kernel
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/pkg/parsers/operatingsystem
07:55:39 [2022-07-28T07:55:39.882Z] github.com/docker/docker/pkg/pidfile
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/platform
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/plugingetter
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/plugins
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/plugins/transport
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/pools
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/progress
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/pubsub
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/reexec
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/signal
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/stack
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/stdcopy
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/streamformatter
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/stringid
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/sysinfo
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/system
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/tailfile
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/tarsum
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/truncindex
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/urlutil
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/useragent
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/plugin
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/plugin/executor/containerd
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/plugin/v2
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/profiles/apparmor
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/profiles/seccomp
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/quota
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/reference
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/registry
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/registry/resumable
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/restartmanager
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/rootless
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/rootless/specconv
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/runconfig
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/runconfig/opts
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/testutil
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/testutil/daemon
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/testutil/environment
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/testutil/fakecontext
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/testutil/fakegit
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/testutil/fakestorage
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/testutil/fixtures/load
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/testutil/fixtures/plugin
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/testutil/fixtures/plugin/basic
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/testutil/registry
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/testutil/request
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/volume
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/volume/drivers
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/volume/local
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/volume/mounts
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/volume/service
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/volume/service/opts
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/volume/testutils'
07:55:39 [2022-07-28T07:55:39.883Z] ++ grep --fixed-strings -v /libnetwork
07:55:39 [2022-07-28T07:55:39.883Z] ++ echo 'github.com/docker/docker/api
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/server
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/server/backend/build
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/server/httpstatus
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/server/httputils
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/server/middleware
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/server/router
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/server/router/build
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/server/router/checkpoint
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/server/router/container
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/server/router/debug
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/server/router/distribution
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/server/router/grpc
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/server/router/image
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/server/router/network
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/server/router/plugin
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/server/router/session
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/server/router/swarm
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/server/router/system
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/server/router/volume
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/types
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/types/backend
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/types/blkiodev
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/types/container
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/types/events
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/types/filters
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/types/image
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/types/mount
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/types/network
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/types/plugins/logdriver
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/types/registry
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/types/strslice
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/types/swarm
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/types/swarm/runtime
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/types/time
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/types/versions
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/types/versions/v1p19
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/types/versions/v1p20
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/types/volume
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/builder
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/builder/builder-next
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/builder/builder-next/exporter
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/builder/builder-next/imagerefchecker
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/builder/builder-next/worker
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/builder/dockerfile
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/builder/remotecontext
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/builder/remotecontext/git
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/builder/remotecontext/urlutil
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/cli
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/cli/config
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/cli/debug
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/cli/winresources/docker-proxy
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/cli/winresources/dockerd
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/client
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/cmd/docker-proxy
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/cmd/dockerd
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/cmd/dockerd/trap
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/container
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/container/stream
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/contrib/apparmor
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/contrib/docker-device-tool
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/contrib/httpserver
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/daemon
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/daemon/cluster
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/daemon/cluster/controllers/plugin
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/daemon/cluster/convert
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/daemon/cluster/executor
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/daemon/cluster/executor/container
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/daemon/cluster/provider
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/daemon/config
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/daemon/events
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/daemon/events/testutils
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/daemon/exec
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/daemon/graphdriver
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/daemon/graphdriver/aufs
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/daemon/graphdriver/btrfs
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/daemon/graphdriver/copy
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/daemon/graphdriver/devmapper
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/daemon/graphdriver/graphtest
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/daemon/graphdriver/overlay
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/daemon/graphdriver/overlay2
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/daemon/graphdriver/overlayutils
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/daemon/graphdriver/register
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/daemon/graphdriver/vfs
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/daemon/graphdriver/zfs
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/daemon/images
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/daemon/initlayer
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/daemon/links
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/daemon/listeners
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/daemon/logger
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/daemon/logger/awslogs
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/daemon/logger/fluentd
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/daemon/logger/gcplogs
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/daemon/logger/gelf
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/daemon/logger/journald
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/daemon/logger/jsonfilelog
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/daemon/logger/local
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/daemon/logger/logentries
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/daemon/logger/loggertest
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/daemon/logger/loggerutils
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/daemon/logger/loggerutils/cache
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/daemon/logger/splunk
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/daemon/logger/syslog
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/daemon/logger/templates
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/daemon/names
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/daemon/network
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/daemon/stats
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/distribution
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/distribution/metadata
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/distribution/utils
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/distribution/xfer
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/dockerversion
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/errdefs
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/image
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/image/cache
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/image/tarexport
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/image/v1
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/internal/test/suite
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/layer
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/libcontainerd
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/libcontainerd/queue
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/libcontainerd/remote
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/libcontainerd/supervisor
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/libcontainerd/types
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/libnetwork
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/libnetwork/bitseq
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/libnetwork/cluster
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/libnetwork/cmd/diagnostic
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/libnetwork/cmd/ovrouter
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/libnetwork/cmd/readme_test
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/libnetwork/config
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/libnetwork/datastore
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/libnetwork/diagnostic
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/libnetwork/discoverapi
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/libnetwork/driverapi
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/libnetwork/drivers/bridge
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/libnetwork/drivers/host
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/libnetwork/drivers/ipvlan
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/libnetwork/drivers/macvlan
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/libnetwork/drivers/null
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/libnetwork/drivers/overlay
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/libnetwork/drivers/remote
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/libnetwork/drivers/remote/api
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/libnetwork/drivers/windows
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/libnetwork/drvregistry
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/libnetwork/etchosts
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/libnetwork/idm
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/libnetwork/internal/caller
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/libnetwork/internal/setmatrix
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/libnetwork/ipam
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/libnetwork/ipamapi
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/libnetwork/ipams/builtin
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/libnetwork/ipams/null
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/libnetwork/ipams/remote
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/libnetwork/ipams/remote/api
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/libnetwork/ipams/windowsipam
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/libnetwork/ipamutils
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/libnetwork/iptables
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/libnetwork/netlabel
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/libnetwork/netutils
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/libnetwork/networkdb
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/libnetwork/ns
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/libnetwork/options
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/libnetwork/osl
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/libnetwork/osl/kernel
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/libnetwork/portallocator
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/libnetwork/portmapper
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/libnetwork/resolvconf
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/libnetwork/testutils
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/libnetwork/types
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/oci
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/oci/caps
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/opts
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/aaparser
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/archive
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/authorization
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/broadcaster
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/capabilities
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/chrootarchive
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/containerfs
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/devicemapper
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/directory
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/dmesg
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/fileutils
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/fsutils
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/homedir
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/idtools
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/ioutils
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/jsonmessage
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/longpath
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/loopback
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/namesgenerator
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/parsers
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/parsers/kernel
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/parsers/operatingsystem
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/pidfile
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/platform
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/plugingetter
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/plugins
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/plugins/transport
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/pools
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/progress
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/pubsub
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/reexec
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/signal
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/stack
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/stdcopy
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/streamformatter
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/stringid
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/sysinfo
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/system
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/tailfile
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/tarsum
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/truncindex
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/urlutil
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/pkg/useragent
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/plugin
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/plugin/executor/containerd
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/plugin/v2
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/profiles/apparmor
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/profiles/seccomp
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/quota
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/reference
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/registry
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/registry/resumable
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/restartmanager
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/rootless
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/rootless/specconv
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/runconfig
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/runconfig/opts
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/testutil
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/testutil/daemon
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/testutil/environment
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/testutil/fakecontext
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/testutil/fakegit
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/testutil/fakestorage
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/testutil/fixtures/load
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/testutil/fixtures/plugin
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/testutil/fixtures/plugin/basic
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/testutil/registry
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/testutil/request
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/volume
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/volume/drivers
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/volume/local
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/volume/mounts
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/volume/service
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/volume/service/opts
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/volume/testutils'
07:55:39 [2022-07-28T07:55:39.883Z] + base_pkg_list='github.com/docker/docker/api
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/server
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/server/backend/build
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/server/httpstatus
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/server/httputils
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/server/middleware
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/server/router
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/server/router/build
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/server/router/checkpoint
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/server/router/container
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/server/router/debug
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/server/router/distribution
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/server/router/grpc
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/server/router/image
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/server/router/network
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/server/router/plugin
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/server/router/session
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/server/router/swarm
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/server/router/system
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/server/router/volume
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/types
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/types/backend
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/types/blkiodev
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/types/container
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/types/events
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/types/filters
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/types/image
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/types/mount
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/types/network
07:55:39 [2022-07-28T07:55:39.883Z] github.com/docker/docker/api/types/plugins/logdriver
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/api/types/registry
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/api/types/strslice
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/api/types/swarm
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/api/types/swarm/runtime
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/api/types/time
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/api/types/versions
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/api/types/versions/v1p19
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/api/types/versions/v1p20
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/api/types/volume
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/builder
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/builder/builder-next
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/builder/builder-next/exporter
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/builder/builder-next/imagerefchecker
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/builder/builder-next/worker
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/builder/dockerfile
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/builder/remotecontext
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/builder/remotecontext/git
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/builder/remotecontext/urlutil
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/cli
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/cli/config
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/cli/debug
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/cli/winresources/docker-proxy
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/cli/winresources/dockerd
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/client
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/cmd/docker-proxy
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/cmd/dockerd
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/cmd/dockerd/trap
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/container
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/container/stream
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/contrib/apparmor
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/contrib/docker-device-tool
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/contrib/httpserver
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/cluster
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/cluster/controllers/plugin
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/cluster/convert
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/cluster/executor
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/cluster/executor/container
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/cluster/provider
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/config
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/events
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/events/testutils
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/exec
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/graphdriver
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/graphdriver/aufs
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/graphdriver/btrfs
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/graphdriver/copy
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/graphdriver/devmapper
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/graphdriver/graphtest
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/graphdriver/overlay
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/graphdriver/overlay2
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/graphdriver/overlayutils
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/graphdriver/register
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/graphdriver/vfs
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/graphdriver/zfs
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/images
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/initlayer
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/links
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/listeners
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/logger
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/logger/awslogs
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/logger/fluentd
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/logger/gcplogs
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/logger/gelf
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/logger/journald
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/logger/jsonfilelog
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/logger/local
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/logger/logentries
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/logger/loggertest
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/logger/loggerutils
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/logger/loggerutils/cache
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/logger/splunk
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/logger/syslog
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/logger/templates
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/names
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/network
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/stats
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/distribution
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/distribution/metadata
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/distribution/utils
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/distribution/xfer
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/dockerversion
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/errdefs
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/image
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/image/cache
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/image/tarexport
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/image/v1
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/internal/test/suite
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/layer
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/libcontainerd
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/libcontainerd/queue
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/libcontainerd/remote
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/libcontainerd/supervisor
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/libcontainerd/types
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/oci
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/oci/caps
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/opts
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/pkg/aaparser
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/pkg/archive
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/pkg/authorization
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/pkg/broadcaster
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/pkg/capabilities
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/pkg/chrootarchive
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/pkg/containerfs
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/pkg/devicemapper
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/pkg/directory
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/pkg/dmesg
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/pkg/fileutils
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/pkg/fsutils
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/pkg/homedir
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/pkg/idtools
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/pkg/ioutils
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/pkg/jsonmessage
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/pkg/longpath
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/pkg/loopback
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/pkg/namesgenerator
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/pkg/parsers
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/pkg/parsers/kernel
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/pkg/parsers/operatingsystem
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/pkg/pidfile
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/pkg/platform
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/pkg/plugingetter
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/pkg/plugins
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/pkg/plugins/transport
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/pkg/pools
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/pkg/progress
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/pkg/pubsub
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/pkg/reexec
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/pkg/signal
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/pkg/stack
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/pkg/stdcopy
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/pkg/streamformatter
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/pkg/stringid
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/pkg/sysinfo
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/pkg/system
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/pkg/tailfile
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/pkg/tarsum
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/pkg/truncindex
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/pkg/urlutil
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/pkg/useragent
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/plugin
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/plugin/executor/containerd
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/plugin/v2
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/profiles/apparmor
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/profiles/seccomp
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/quota
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/reference
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/registry
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/registry/resumable
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/restartmanager
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/rootless
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/rootless/specconv
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/runconfig
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/runconfig/opts
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/testutil
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/testutil/daemon
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/testutil/environment
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/testutil/fakecontext
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/testutil/fakegit
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/testutil/fakestorage
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/testutil/fixtures/load
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/testutil/fixtures/plugin
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/testutil/fixtures/plugin/basic
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/testutil/registry
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/testutil/request
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/volume
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/volume/drivers
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/volume/local
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/volume/mounts
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/volume/service
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/volume/service/opts
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/volume/testutils'
07:55:39 [2022-07-28T07:55:39.884Z] ++ grep --fixed-strings /libnetwork
07:55:39 [2022-07-28T07:55:39.884Z] ++ echo 'github.com/docker/docker/api
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/api/server
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/api/server/backend/build
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/api/server/httpstatus
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/api/server/httputils
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/api/server/middleware
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/api/server/router
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/api/server/router/build
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/api/server/router/checkpoint
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/api/server/router/container
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/api/server/router/debug
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/api/server/router/distribution
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/api/server/router/grpc
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/api/server/router/image
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/api/server/router/network
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/api/server/router/plugin
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/api/server/router/session
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/api/server/router/swarm
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/api/server/router/system
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/api/server/router/volume
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/api/types
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/api/types/backend
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/api/types/blkiodev
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/api/types/container
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/api/types/events
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/api/types/filters
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/api/types/image
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/api/types/mount
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/api/types/network
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/api/types/plugins/logdriver
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/api/types/registry
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/api/types/strslice
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/api/types/swarm
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/api/types/swarm/runtime
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/api/types/time
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/api/types/versions
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/api/types/versions/v1p19
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/api/types/versions/v1p20
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/api/types/volume
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/builder
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/builder/builder-next
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/builder/builder-next/exporter
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/builder/builder-next/imagerefchecker
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/builder/builder-next/worker
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/builder/dockerfile
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/builder/remotecontext
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/builder/remotecontext/git
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/builder/remotecontext/urlutil
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/cli
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/cli/config
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/cli/debug
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/cli/winresources/docker-proxy
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/cli/winresources/dockerd
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/client
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/cmd/docker-proxy
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/cmd/dockerd
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/cmd/dockerd/trap
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/container
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/container/stream
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/contrib/apparmor
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/contrib/docker-device-tool
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/contrib/httpserver
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/cluster
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/cluster/controllers/plugin
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/cluster/convert
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/cluster/executor
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/cluster/executor/container
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/cluster/provider
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/config
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/events
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/events/testutils
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/exec
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/graphdriver
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/graphdriver/aufs
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/graphdriver/btrfs
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/graphdriver/copy
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/graphdriver/devmapper
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/graphdriver/graphtest
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/graphdriver/overlay
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/graphdriver/overlay2
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/graphdriver/overlayutils
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/graphdriver/register
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/graphdriver/vfs
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/graphdriver/zfs
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/images
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/initlayer
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/links
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/listeners
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/logger
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/logger/awslogs
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/logger/fluentd
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/logger/gcplogs
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/logger/gelf
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/logger/journald
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/logger/jsonfilelog
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/logger/local
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/logger/logentries
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/logger/loggertest
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/logger/loggerutils
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/logger/loggerutils/cache
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/logger/splunk
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/logger/syslog
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/logger/templates
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/names
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/network
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/daemon/stats
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/distribution
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/distribution/metadata
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/distribution/utils
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/distribution/xfer
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/dockerversion
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/errdefs
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/image
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/image/cache
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/image/tarexport
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/image/v1
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/internal/test/suite
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/layer
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/libcontainerd
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/libcontainerd/queue
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/libcontainerd/remote
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/libcontainerd/supervisor
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/libcontainerd/types
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/libnetwork
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/libnetwork/bitseq
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/libnetwork/cluster
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/libnetwork/cmd/diagnostic
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/libnetwork/cmd/ovrouter
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/libnetwork/cmd/readme_test
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/libnetwork/config
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/libnetwork/datastore
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/libnetwork/diagnostic
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/libnetwork/discoverapi
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/libnetwork/driverapi
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/libnetwork/drivers/bridge
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/libnetwork/drivers/host
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/libnetwork/drivers/ipvlan
07:55:39 [2022-07-28T07:55:39.884Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/drivers/macvlan
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/drivers/null
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/drivers/overlay
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/drivers/remote
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/drivers/remote/api
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/drivers/windows
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/drvregistry
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/etchosts
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/idm
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/internal/caller
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/internal/setmatrix
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/ipam
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/ipamapi
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/ipams/builtin
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/ipams/null
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/ipams/remote
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/ipams/remote/api
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/ipams/windowsipam
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/ipamutils
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/iptables
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/netlabel
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/netutils
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/networkdb
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/ns
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/options
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/osl
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/osl/kernel
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/portallocator
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/portmapper
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/resolvconf
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/testutils
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/types
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/oci
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/oci/caps
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/opts
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/pkg/aaparser
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/pkg/archive
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/pkg/authorization
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/pkg/broadcaster
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/pkg/capabilities
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/pkg/chrootarchive
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/pkg/containerfs
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/pkg/devicemapper
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/pkg/directory
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/pkg/dmesg
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/pkg/fileutils
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/pkg/fsutils
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/pkg/homedir
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/pkg/idtools
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/pkg/ioutils
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/pkg/jsonmessage
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/pkg/longpath
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/pkg/loopback
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/pkg/namesgenerator
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/pkg/parsers
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/pkg/parsers/kernel
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/pkg/parsers/operatingsystem
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/pkg/pidfile
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/pkg/platform
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/pkg/plugingetter
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/pkg/plugins
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/pkg/plugins/transport
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/pkg/pools
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/pkg/progress
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/pkg/pubsub
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/pkg/reexec
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/pkg/signal
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/pkg/stack
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/pkg/stdcopy
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/pkg/streamformatter
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/pkg/stringid
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/pkg/sysinfo
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/pkg/system
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/pkg/tailfile
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/pkg/tarsum
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/pkg/truncindex
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/pkg/urlutil
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/pkg/useragent
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/plugin
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/plugin/executor/containerd
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/plugin/v2
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/profiles/apparmor
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/profiles/seccomp
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/quota
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/reference
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/registry
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/registry/resumable
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/restartmanager
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/rootless
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/rootless/specconv
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/runconfig
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/runconfig/opts
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/testutil
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/testutil/daemon
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/testutil/environment
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/testutil/fakecontext
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/testutil/fakegit
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/testutil/fakestorage
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/testutil/fixtures/load
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/testutil/fixtures/plugin
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/testutil/fixtures/plugin/basic
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/testutil/registry
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/testutil/request
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/volume
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/volume/drivers
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/volume/local
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/volume/mounts
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/volume/service
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/volume/service/opts
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/volume/testutils'
07:55:39 [2022-07-28T07:55:39.885Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/bitseq
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/cluster
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/cmd/diagnostic
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/cmd/ovrouter
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/cmd/readme_test
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/config
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/datastore
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/diagnostic
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/discoverapi
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/driverapi
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/drivers/bridge
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/drivers/host
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/drivers/ipvlan
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/drivers/macvlan
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/drivers/null
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/drivers/overlay
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/drivers/remote
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/drivers/remote/api
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/drivers/windows
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/drvregistry
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/etchosts
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/idm
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/internal/caller
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/internal/setmatrix
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/ipam
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/ipamapi
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/ipams/builtin
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/ipams/null
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/ipams/remote
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/ipams/remote/api
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/ipams/windowsipam
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/ipamutils
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/iptables
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/netlabel
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/netutils
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/networkdb
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/ns
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/options
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/osl
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/osl/kernel
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/portallocator
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/portmapper
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/resolvconf
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/testutils
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/types'
07:55:39 [2022-07-28T07:55:39.885Z] + grep --fixed-strings libnetwork/drivers/bridge
07:55:39 [2022-07-28T07:55:39.885Z] + echo 'github.com/docker/docker/libnetwork
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/bitseq
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/cluster
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/cmd/diagnostic
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/cmd/ovrouter
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/cmd/readme_test
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/config
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/datastore
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/diagnostic
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/discoverapi
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/driverapi
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/drivers/bridge
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/drivers/host
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/drivers/ipvlan
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/drivers/macvlan
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/drivers/null
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/drivers/overlay
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/drivers/remote
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/drivers/remote/api
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/drivers/windows
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/drvregistry
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/etchosts
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/idm
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/internal/caller
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/internal/setmatrix
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/ipam
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/ipamapi
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/ipams/builtin
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/ipams/null
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/ipams/remote
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/ipams/remote/api
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/ipams/windowsipam
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/ipamutils
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/iptables
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/netlabel
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/netutils
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/networkdb
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/ns
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/options
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/osl
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/osl/kernel
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/portallocator
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/portmapper
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/resolvconf
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/testutils
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/types'
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/drivers/bridge
07:55:39 [2022-07-28T07:55:39.885Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
07:55:39 [2022-07-28T07:55:39.885Z] + type docker-proxy
07:55:39 [2022-07-28T07:55:39.885Z] hack/test/unit: line 25: type: docker-proxy: not found
07:55:39 [2022-07-28T07:55:39.885Z] + hack/make.sh binary-proxy install-proxy
07:55:39 [2022-07-28T07:55:39.885Z] 
07:55:39 [2022-07-28T07:55:39.885Z] Removing bundles/
07:55:39 [2022-07-28T07:55:39.885Z] 
07:55:39 [2022-07-28T07:55:39.885Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy)
07:55:39 [2022-07-28T07:55:39.885Z] Building: bundles/binary-proxy/docker-proxy
07:55:39 [2022-07-28T07:55:39.885Z] GOOS="" GOARCH="" GOARM=""
07:55:40 [2022-07-28T07:55:40.238Z] #32 DONE 0.6s
07:55:40 [2022-07-28T07:55:40.238Z] 
07:55:40 [2022-07-28T07:55:40.238Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:55:40 [2022-07-28T07:55:40.238Z] #55 sha256:6a5ba43a879545395035c8edb2d77f5663eaeac2aed4ebd5825ef0a4ef562291
07:55:40 [2022-07-28T07:55:40.238Z] #55 ...
07:55:40 [2022-07-28T07:55:40.238Z] 
07:55:40 [2022-07-28T07:55:40.238Z] #35 [dev-systemd-false 12/28] COPY --from=swagger       /build/ /usr/local/bin/
07:55:40 [2022-07-28T07:55:40.238Z] #35 sha256:bddec22c8e57706e2e4c278c227c9c30ebf547d1c876249fa8d5f49de5a1154a
07:55:40 [2022-07-28T07:55:40.495Z] #35 DONE 0.3s
07:55:40 [2022-07-28T07:55:40.495Z] 
07:55:40 [2022-07-28T07:55:40.495Z] #37 [dev-systemd-false 13/28] COPY --from=delve         /build/ /usr/local/bin/
07:55:40 [2022-07-28T07:55:40.495Z] #37 sha256:ba15735f01d1d265ceb317a32074c497c2cafd0f1dfc2b8ba5d91345d3c3efcf
07:55:41 [2022-07-28T07:55:41.061Z] #37 DONE 0.3s
07:55:41 [2022-07-28T07:55:41.061Z] 
07:55:41 [2022-07-28T07:55:41.061Z] #39 [dev-systemd-false 14/28] COPY --from=tomll         /build/ /usr/local/bin/
07:55:41 [2022-07-28T07:55:41.061Z] #39 sha256:6342ee7214e38cb7339ab87f980e9cdb26c60bd367d2c9fa4c2a6ac5798b9de9
07:55:41 [2022-07-28T07:55:41.061Z] #39 DONE 0.1s
07:55:41 [2022-07-28T07:55:41.061Z] 
07:55:41 [2022-07-28T07:55:41.061Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
07:55:41 [2022-07-28T07:55:41.061Z] #64 sha256:a83dd89044378513cb32dea11845ab16ad14a0e28f2e74ea339d456289eb174d
07:55:41 [2022-07-28T07:55:41.061Z] #64 ...
07:55:41 [2022-07-28T07:55:41.061Z] 
07:55:41 [2022-07-28T07:55:41.061Z] #41 [dev-systemd-false 15/28] COPY --from=gowinres      /build/ /usr/local/bin/
07:55:41 [2022-07-28T07:55:41.061Z] #41 sha256:8f78a18c38f5988dc713d1fbbe17e6dcd362b99e66998dcaa2793b2e2bcc6490
07:55:41 [2022-07-28T07:55:41.061Z] #41 DONE 0.1s
07:55:41 [2022-07-28T07:55:41.061Z] 
07:55:41 [2022-07-28T07:55:41.061Z] #45 [dev-systemd-false 16/28] COPY --from=tini          /build/ /usr/local/bin/
07:55:41 [2022-07-28T07:55:41.061Z] #45 sha256:f2c0f0dec4b94b17168c5599440a6c655f6d9429fff7162bbf0a9a4f5912971f
07:55:41 [2022-07-28T07:55:41.061Z] #45 DONE 0.1s
07:55:41 [2022-07-28T07:55:41.061Z] 
07:55:41 [2022-07-28T07:55:41.061Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:55:41 [2022-07-28T07:55:41.061Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:55:41 [2022-07-28T07:55:41.241Z] #77 322.2   AR       libcrun_testing.a
07:55:41 [2022-07-28T07:55:41.241Z] #77 322.2 ar: `u' modifier ignored since `D' is the default (see `U')
07:55:41 [2022-07-28T07:55:41.241Z] #77 322.3   CCLD     tests/tests_libcrun_utils
07:55:41 [2022-07-28T07:55:41.241Z] #77 322.3   CCLD     tests/tests_libcrun_errors
07:55:41 [2022-07-28T07:55:41.241Z] #77 322.3   CCLD     tests/tests_libcrun_fuzzer
07:55:41 [2022-07-28T07:55:41.241Z] #77 323.1   CCLD     libcrun.la
07:55:41 [2022-07-28T07:55:41.241Z] #77 323.8   CCLD     crun
07:55:41 [2022-07-28T07:55:41.241Z] #77 324.3 make[3]: Entering directory '/tmp/crun-build'
07:55:41 [2022-07-28T07:55:41.241Z] #77 324.6  /bin/mkdir -p '/usr/local/share/man/man1'
07:55:41 [2022-07-28T07:55:41.501Z] #77 324.6  /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1'
07:55:41 [2022-07-28T07:55:41.501Z] #77 324.6  /bin/mkdir -p '/usr/local/lib'
07:55:41 [2022-07-28T07:55:41.501Z] #77 324.6  /bin/bash ./libtool   --mode=install /usr/bin/install -c   libcrun.la '/usr/local/lib'
07:55:41 [2022-07-28T07:55:41.501Z] #77 324.7 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la
07:55:41 [2022-07-28T07:55:41.501Z] #77 324.7 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a
07:55:41 [2022-07-28T07:55:41.501Z] #77 324.7 libtool: install: chmod 644 /usr/local/lib/libcrun.a
07:55:41 [2022-07-28T07:55:41.501Z] #77 324.7 libtool: install: ranlib /usr/local/lib/libcrun.a
07:55:41 [2022-07-28T07:55:41.772Z] #77 324.9 libtool: finish: PATH="/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib
07:55:41 [2022-07-28T07:55:41.772Z] #77 324.9 ----------------------------------------------------------------------
07:55:41 [2022-07-28T07:55:41.772Z] #77 324.9 Libraries have been installed in:
07:55:41 [2022-07-28T07:55:41.772Z] #77 324.9    /usr/local/lib
07:55:41 [2022-07-28T07:55:41.772Z] #77 324.9 
07:55:41 [2022-07-28T07:55:41.772Z] #77 324.9 If you ever happen to want to link against installed libraries
07:55:41 [2022-07-28T07:55:41.772Z] #77 324.9 in a given directory, LIBDIR, you must either use libtool, and
07:55:41 [2022-07-28T07:55:41.772Z] #77 324.9 specify the full pathname of the library, or use the '-LLIBDIR'
07:55:41 [2022-07-28T07:55:41.772Z] #77 324.9 flag during linking and do at least one of the following:
07:55:41 [2022-07-28T07:55:41.772Z] #77 324.9    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
07:55:41 [2022-07-28T07:55:41.772Z] #77 324.9      during execution
07:55:41 [2022-07-28T07:55:41.772Z] #77 324.9    - add LIBDIR to the 'LD_RUN_PATH' environment variable
07:55:41 [2022-07-28T07:55:41.772Z] #77 324.9      during linking
07:55:41 [2022-07-28T07:55:41.772Z] #77 324.9    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
07:55:41 [2022-07-28T07:55:41.772Z] #77 324.9    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
07:55:41 [2022-07-28T07:55:41.772Z] #77 324.9 
07:55:41 [2022-07-28T07:55:41.772Z] #77 324.9 See any operating system documentation about shared libraries for
07:55:41 [2022-07-28T07:55:41.772Z] #77 324.9 more information, such as the ld(1) and ld.so(8) manual pages.
07:55:41 [2022-07-28T07:55:41.772Z] #77 324.9 ----------------------------------------------------------------------
07:55:41 [2022-07-28T07:55:41.772Z] #77 324.9  /bin/mkdir -p '/build'
07:55:41 [2022-07-28T07:55:41.772Z] #77 325.0   /bin/bash ./libtool   --mode=install /usr/bin/install -c crun '/build'
07:55:41 [2022-07-28T07:55:41.772Z] #77 325.1 libtool: install: /usr/bin/install -c crun /build/crun
07:55:42 [2022-07-28T07:55:42.033Z] #77 325.1 make[3]: Leaving directory '/tmp/crun-build'
07:55:42 [2022-07-28T07:55:42.033Z] #77 325.1 make[2]: Leaving directory '/tmp/crun-build'
07:55:42 [2022-07-28T07:55:42.033Z] #77 325.1 make[1]: Leaving directory '/tmp/crun-build'
07:55:42 [2022-07-28T07:55:42.294Z] #77 DONE 325.4s
07:55:42 [2022-07-28T07:55:42.294Z] 
07:55:42 [2022-07-28T07:55:42.294Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
07:55:42 [2022-07-28T07:55:42.294Z] #60 sha256:d548fc2c993d6d1cbf7cef9ef43e2bacdb66c6b2a27853c899d0888dd123b660
07:55:46 [2022-07-28T07:55:46.318Z] #20 21.80 Reading package lists...
07:55:46 [2022-07-28T07:55:46.318Z] #20 ...
07:55:46 [2022-07-28T07:55:46.318Z] 
07:55:46 [2022-07-28T07:55:46.318Z] #69 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
07:55:46 [2022-07-28T07:55:46.318Z] #69 sha256:0918fa642e2dd490ec0969c26414c8f092b9201bbd0bf7efcb0953cbd2f6fc51
07:55:46 [2022-07-28T07:55:46.318Z] #69 22.22 Fetched 49.2 MB in 21s (2366 kB/s)
07:55:46 [2022-07-28T07:55:46.424Z] Created binary: bundles/binary-proxy/docker-proxy
07:55:46 [2022-07-28T07:55:46.424Z] 
07:55:46 [2022-07-28T07:55:46.424Z] ---> Making bundle: install-proxy (in bundles/install-proxy)
07:55:46 [2022-07-28T07:55:46.424Z] Installing docker-proxy to /usr/local/bin/
07:55:46 [2022-07-28T07:55:46.424Z] 
07:55:46 [2022-07-28T07:55:46.424Z] + mkdir -p bundles
07:55:46 [2022-07-28T07:55:46.424Z] + '[' -n 'github.com/docker/docker/api
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/api/server
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/api/server/backend/build
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/api/server/httpstatus
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/api/server/httputils
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/api/server/middleware
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/api/server/router
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/api/server/router/build
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/api/server/router/checkpoint
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/api/server/router/container
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/api/server/router/debug
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/api/server/router/distribution
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/api/server/router/grpc
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/api/server/router/image
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/api/server/router/network
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/api/server/router/plugin
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/api/server/router/session
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/api/server/router/swarm
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/api/server/router/system
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/api/server/router/volume
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/api/types
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/api/types/backend
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/api/types/blkiodev
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/api/types/container
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/api/types/events
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/api/types/filters
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/api/types/image
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/api/types/mount
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/api/types/network
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/api/types/plugins/logdriver
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/api/types/registry
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/api/types/strslice
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/api/types/swarm
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/api/types/swarm/runtime
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/api/types/time
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/api/types/versions
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/api/types/versions/v1p19
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/api/types/versions/v1p20
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/api/types/volume
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/builder
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/builder/builder-next
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/builder/builder-next/exporter
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/builder/builder-next/imagerefchecker
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/builder/builder-next/worker
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/builder/dockerfile
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/builder/remotecontext
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/builder/remotecontext/git
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/builder/remotecontext/urlutil
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/cli
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/cli/config
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/cli/debug
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/cli/winresources/docker-proxy
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/cli/winresources/dockerd
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/client
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/cmd/docker-proxy
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/cmd/dockerd
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/cmd/dockerd/trap
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/container
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/container/stream
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/contrib/apparmor
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/contrib/docker-device-tool
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/contrib/httpserver
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/daemon
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/daemon/cluster
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/daemon/cluster/controllers/plugin
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/daemon/cluster/convert
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/daemon/cluster/executor
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/daemon/cluster/executor/container
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/daemon/cluster/provider
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/daemon/config
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/daemon/events
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/daemon/events/testutils
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/daemon/exec
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/daemon/graphdriver
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/daemon/graphdriver/aufs
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/daemon/graphdriver/btrfs
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/daemon/graphdriver/copy
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/daemon/graphdriver/devmapper
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/daemon/graphdriver/graphtest
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/daemon/graphdriver/overlay
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/daemon/graphdriver/overlay2
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/daemon/graphdriver/overlayutils
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/daemon/graphdriver/register
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/daemon/graphdriver/vfs
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/daemon/graphdriver/zfs
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/daemon/images
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/daemon/initlayer
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/daemon/links
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/daemon/listeners
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/daemon/logger
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/daemon/logger/awslogs
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/daemon/logger/fluentd
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/daemon/logger/gcplogs
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/daemon/logger/gelf
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/daemon/logger/journald
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/daemon/logger/jsonfilelog
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/daemon/logger/local
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/daemon/logger/logentries
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/daemon/logger/loggertest
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/daemon/logger/loggerutils
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/daemon/logger/loggerutils/cache
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/daemon/logger/splunk
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/daemon/logger/syslog
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/daemon/logger/templates
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/daemon/names
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/daemon/network
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/daemon/stats
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/distribution
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/distribution/metadata
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/distribution/utils
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/distribution/xfer
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/dockerversion
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/errdefs
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/image
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/image/cache
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/image/tarexport
07:55:46 [2022-07-28T07:55:46.424Z] github.com/docker/docker/image/v1
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/internal/test/suite
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/layer
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/libcontainerd
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/libcontainerd/queue
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/libcontainerd/remote
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/libcontainerd/supervisor
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/libcontainerd/types
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/oci
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/oci/caps
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/opts
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/pkg/aaparser
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/pkg/archive
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/pkg/authorization
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/pkg/broadcaster
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/pkg/capabilities
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/pkg/chrootarchive
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/pkg/containerfs
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/pkg/devicemapper
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/pkg/directory
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/pkg/dmesg
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/pkg/fileutils
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/pkg/fsutils
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/pkg/homedir
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/pkg/idtools
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/pkg/ioutils
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/pkg/jsonmessage
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/pkg/longpath
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/pkg/loopback
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/pkg/namesgenerator
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/pkg/parsers
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/pkg/parsers/kernel
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/pkg/parsers/operatingsystem
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/pkg/pidfile
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/pkg/platform
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/pkg/plugingetter
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/pkg/plugins
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/pkg/plugins/transport
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/pkg/pools
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/pkg/progress
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/pkg/pubsub
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/pkg/reexec
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/pkg/signal
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/pkg/stack
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/pkg/stdcopy
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/pkg/streamformatter
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/pkg/stringid
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/pkg/sysinfo
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/pkg/system
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/pkg/tailfile
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/pkg/tarsum
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/pkg/truncindex
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/pkg/urlutil
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/pkg/useragent
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/plugin
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/plugin/executor/containerd
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/plugin/v2
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/profiles/apparmor
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/profiles/seccomp
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/quota
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/reference
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/registry
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/registry/resumable
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/restartmanager
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/rootless
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/rootless/specconv
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/runconfig
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/runconfig/opts
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/testutil
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/testutil/daemon
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/testutil/environment
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/testutil/fakecontext
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/testutil/fakegit
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/testutil/fakestorage
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/testutil/fixtures/load
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/testutil/fixtures/plugin
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/testutil/fixtures/plugin/basic
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/testutil/registry
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/testutil/request
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/volume
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/volume/drivers
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/volume/local
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/volume/mounts
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/volume/service
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/volume/service/opts
07:55:46 [2022-07-28T07:55:46.425Z] github.com/docker/docker/volume/testutils' ']'
07:55:46 [2022-07-28T07:55:46.425Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo libdm_no_deferred_remove' -cover -coverprofile=bundles/profile.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httpstatus github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/builder/remotecontext/urlutil github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/cli/winresources/docker-proxy github.com/docker/docker/cli/winresources/dockerd github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggertest github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/fsutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/rootless/specconv github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils
07:55:46 [2022-07-28T07:55:46.425Z] ?   	github.com/docker/docker/api	[no test files]
07:55:46 [2022-07-28T07:55:46.887Z] #69 22.22 Reading package lists...
07:55:46 [2022-07-28T07:55:46.887Z] #69 ...
07:55:46 [2022-07-28T07:55:46.887Z] 
07:55:46 [2022-07-28T07:55:46.887Z] #49 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
07:55:46 [2022-07-28T07:55:46.887Z] #49 sha256:43499c1e330613963586a42a3eaf73f48b31d7946566141feadc6deac481e8dd
07:55:46 [2022-07-28T07:55:46.887Z] #49 21.83 Fetched 49.2 MB in 21s (2384 kB/s)
07:55:46 [2022-07-28T07:55:46.887Z] #49 21.83 Reading package lists...
07:55:47 [2022-07-28T07:55:47.146Z] #49 31.09 Reading package lists...
07:55:47 [2022-07-28T07:55:47.146Z] #49 ...
07:55:47 [2022-07-28T07:55:47.146Z] 
07:55:47 [2022-07-28T07:55:47.146Z] #69 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
07:55:47 [2022-07-28T07:55:47.146Z] #69 sha256:0918fa642e2dd490ec0969c26414c8f092b9201bbd0bf7efcb0953cbd2f6fc51
07:55:47 [2022-07-28T07:55:47.146Z] #69 22.22 Reading package lists...
07:55:57 [2022-07-28T07:55:57.125Z] #69 31.42 Reading package lists...
07:55:57 [2022-07-28T07:55:57.125Z] #69 ...
07:55:57 [2022-07-28T07:55:57.125Z] 
07:55:57 [2022-07-28T07:55:57.125Z] #49 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
07:55:57 [2022-07-28T07:55:57.125Z] #49 sha256:43499c1e330613963586a42a3eaf73f48b31d7946566141feadc6deac481e8dd
07:55:57 [2022-07-28T07:55:57.125Z] #49 31.09 Reading package lists...
07:55:57 [2022-07-28T07:55:57.125Z] #49 40.24 Building dependency tree...
07:55:57 [2022-07-28T07:55:57.125Z] #49 ...
07:55:57 [2022-07-28T07:55:57.125Z] 
07:55:57 [2022-07-28T07:55:57.125Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:55:57 [2022-07-28T07:55:57.125Z] #20 sha256:01f35d543b0fe787fb290ef1cf930fd50d3034ae6d4bd4fcb30b74188c838b89
07:55:57 [2022-07-28T07:55:57.125Z] #20 21.80 Reading package lists...
07:55:57 [2022-07-28T07:55:57.125Z] #20 31.58 Reading package lists...
07:55:57 [2022-07-28T07:55:57.246Z] #60 211.4 + mkdir -p /build
07:55:57 [2022-07-28T07:55:57.246Z] #60 211.4 + cp runc /build/runc
07:55:57 [2022-07-28T07:55:57.384Z] #20 40.37 Building dependency tree...
07:55:57 [2022-07-28T07:55:57.384Z] #20 ...
07:55:57 [2022-07-28T07:55:57.384Z] 
07:55:57 [2022-07-28T07:55:57.384Z] #69 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
07:55:57 [2022-07-28T07:55:57.384Z] #69 sha256:0918fa642e2dd490ec0969c26414c8f092b9201bbd0bf7efcb0953cbd2f6fc51
07:55:57 [2022-07-28T07:55:57.384Z] #69 31.42 Reading package lists...
07:55:57 [2022-07-28T07:55:57.822Z] #60 DONE 212.8s
07:55:57 [2022-07-28T07:55:57.822Z] 
07:55:57 [2022-07-28T07:55:57.822Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
07:55:57 [2022-07-28T07:55:57.822Z] #64 sha256:d12f26513736b578212be41b0c2ff8671f189f4a02a66123c0fc6b84a303ad8b
07:55:58 [2022-07-28T07:55:58.762Z] #69 40.91 Building dependency tree...
07:55:58 [2022-07-28T07:55:58.763Z] #64 ...
07:55:58 [2022-07-28T07:55:58.763Z] 
07:55:58 [2022-07-28T07:55:58.763Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:55:58 [2022-07-28T07:55:58.763Z] #55 sha256:6a5ba43a879545395035c8edb2d77f5663eaeac2aed4ebd5825ef0a4ef562291
07:55:58 [2022-07-28T07:55:58.763Z] #55 419.3 golangci-lint has version v1.46.2 built from (unknown, mod sum: "h1:o90t/Xa6dhJbvy8Bz2RpzUXqrkigp19DLStMolTZbyo=") on (unknown)
07:55:59 [2022-07-28T07:55:59.022Z] #55 DONE 419.5s
07:55:59 [2022-07-28T07:55:59.022Z] 
07:55:59 [2022-07-28T07:55:59.022Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
07:55:59 [2022-07-28T07:55:59.022Z] #64 sha256:d12f26513736b578212be41b0c2ff8671f189f4a02a66123c0fc6b84a303ad8b
07:56:00 [2022-07-28T07:56:00.931Z] #64 ...
07:56:00 [2022-07-28T07:56:00.931Z] 
07:56:00 [2022-07-28T07:56:00.931Z] #56 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/
07:56:00 [2022-07-28T07:56:00.931Z] #56 sha256:49bcb0e3523e3611f8d6ade8ace20d9c18806f7120ba3b8695d085affff40cae
07:56:01 [2022-07-28T07:56:01.273Z] ok  	github.com/docker/docker/api/server	0.004s	coverage: 7.9% of statements
07:56:01 [2022-07-28T07:56:01.296Z] #69 45.11 The following additional packages will be installed:
07:56:01 [2022-07-28T07:56:01.296Z] #69 45.12   libbtrfs0
07:56:01 [2022-07-28T07:56:01.296Z] #69 45.35 The following NEW packages will be installed:
07:56:01 [2022-07-28T07:56:01.296Z] #69 45.38   libbtrfs-dev libbtrfs0
07:56:01 [2022-07-28T07:56:01.500Z] #56 DONE 0.7s
07:56:01 [2022-07-28T07:56:01.500Z] 
07:56:01 [2022-07-28T07:56:01.500Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
07:56:01 [2022-07-28T07:56:01.500Z] #64 sha256:d12f26513736b578212be41b0c2ff8671f189f4a02a66123c0fc6b84a303ad8b
07:56:01 [2022-07-28T07:56:01.559Z] #69 45.85 0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded.
07:56:01 [2022-07-28T07:56:01.559Z] #69 45.85 Need to get 460 kB of archives.
07:56:01 [2022-07-28T07:56:01.559Z] #69 45.85 After this operation, 1237 kB of additional disk space will be used.
07:56:01 [2022-07-28T07:56:01.559Z] #69 45.85 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
07:56:01 [2022-07-28T07:56:01.559Z] #69 45.86 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
07:56:01 [2022-07-28T07:56:01.760Z] #64 ...
07:56:01 [2022-07-28T07:56:01.760Z] 
07:56:01 [2022-07-28T07:56:01.760Z] #58 [dev-systemd-false 21/28] COPY --from=shfmt         /build/ /usr/local/bin/
07:56:01 [2022-07-28T07:56:01.760Z] #58 sha256:5ece10dd9a07b270599843dc71085174431bb1ac5e42d7831f5dfb0031170f0a
07:56:01 [2022-07-28T07:56:01.760Z] #58 DONE 0.1s
07:56:01 [2022-07-28T07:56:01.760Z] 
07:56:01 [2022-07-28T07:56:01.760Z] #61 [dev-systemd-false 22/28] COPY --from=runc          /build/ /usr/local/bin/
07:56:01 [2022-07-28T07:56:01.760Z] #61 sha256:789b02860707e2d2892d9e5a09ee30db1bd13b0cb46a1a8c7fbbc1be88ade702
07:56:02 [2022-07-28T07:56:02.020Z] #61 DONE 0.3s
07:56:02 [2022-07-28T07:56:02.020Z] 
07:56:02 [2022-07-28T07:56:02.020Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
07:56:02 [2022-07-28T07:56:02.020Z] #64 sha256:d12f26513736b578212be41b0c2ff8671f189f4a02a66123c0fc6b84a303ad8b
07:56:02 [2022-07-28T07:56:02.131Z] #69 ...
07:56:02 [2022-07-28T07:56:02.131Z] 
07:56:02 [2022-07-28T07:56:02.131Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:56:02 [2022-07-28T07:56:02.131Z] #20 sha256:01f35d543b0fe787fb290ef1cf930fd50d3034ae6d4bd4fcb30b74188c838b89
07:56:02 [2022-07-28T07:56:02.131Z] #20 40.37 Building dependency tree...
07:56:02 [2022-07-28T07:56:02.131Z] #20 44.70 The following additional packages will be installed:
07:56:02 [2022-07-28T07:56:02.131Z] #20 44.71   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
07:56:02 [2022-07-28T07:56:02.131Z] #20 44.71   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
07:56:02 [2022-07-28T07:56:02.131Z] #20 44.71   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
07:56:02 [2022-07-28T07:56:02.131Z] #20 44.71   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
07:56:02 [2022-07-28T07:56:02.131Z] #20 44.72   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
07:56:02 [2022-07-28T07:56:02.131Z] #20 44.72   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
07:56:02 [2022-07-28T07:56:02.131Z] #20 44.73   mingw-w64-common mingw-w64-x86-64-dev
07:56:02 [2022-07-28T07:56:02.131Z] #20 44.77 Suggested packages:
07:56:02 [2022-07-28T07:56:02.131Z] #20 44.77   gcc-10-locales seccomp wine64
07:56:02 [2022-07-28T07:56:02.131Z] #20 45.60 The following NEW packages will be installed:
07:56:02 [2022-07-28T07:56:02.131Z] #20 45.60   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
07:56:02 [2022-07-28T07:56:02.131Z] #20 45.60   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
07:56:02 [2022-07-28T07:56:02.131Z] #20 45.60   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
07:56:02 [2022-07-28T07:56:02.131Z] #20 45.60   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
07:56:02 [2022-07-28T07:56:02.131Z] #20 45.60   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
07:56:02 [2022-07-28T07:56:02.131Z] #20 45.60   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
07:56:02 [2022-07-28T07:56:02.131Z] #20 45.61   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
07:56:02 [2022-07-28T07:56:02.131Z] #20 45.61   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
07:56:02 [2022-07-28T07:56:02.131Z] #20 45.61   mingw-w64-x86-64-dev
07:56:02 [2022-07-28T07:56:02.131Z] #20 46.00 0 upgraded, 30 newly installed, 0 to remove and 1 not upgraded.
07:56:02 [2022-07-28T07:56:02.131Z] #20 46.00 Need to get 115 MB of archives.
07:56:02 [2022-07-28T07:56:02.131Z] #20 46.00 After this operation, 645 MB of additional disk space will be used.
07:56:02 [2022-07-28T07:56:02.131Z] #20 46.00 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB]
07:56:02 [2022-07-28T07:56:02.131Z] #20 46.05 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB]
07:56:02 [2022-07-28T07:56:02.131Z] #20 46.11 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
07:56:02 [2022-07-28T07:56:02.131Z] #20 46.11 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
07:56:02 [2022-07-28T07:56:02.131Z] #20 46.11 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
07:56:02 [2022-07-28T07:56:02.131Z] #20 46.12 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
07:56:02 [2022-07-28T07:56:02.131Z] #20 46.21 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
07:56:02 [2022-07-28T07:56:02.131Z] #20 46.31 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB]
07:56:02 [2022-07-28T07:56:02.131Z] #20 46.32 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB]
07:56:02 [2022-07-28T07:56:02.131Z] #20 46.52 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB]
07:56:02 [2022-07-28T07:56:02.701Z] #20 46.98 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB]
07:56:02 [2022-07-28T07:56:02.960Z] #20 47.22 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB]
07:56:03 [2022-07-28T07:56:03.219Z] #20 47.45 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB]
07:56:03 [2022-07-28T07:56:03.794Z] #20 ...
07:56:03 [2022-07-28T07:56:03.794Z] 
07:56:03 [2022-07-28T07:56:03.794Z] #69 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
07:56:03 [2022-07-28T07:56:03.794Z] #69 sha256:0918fa642e2dd490ec0969c26414c8f092b9201bbd0bf7efcb0953cbd2f6fc51
07:56:03 [2022-07-28T07:56:03.794Z] #69 46.72 debconf: delaying package configuration, since apt-utils is not installed
07:56:03 [2022-07-28T07:56:03.794Z] #69 47.10 Fetched 460 kB in 0s (1489 kB/s)
07:56:03 [2022-07-28T07:56:03.794Z] #69 47.17 Selecting previously unselected package libbtrfs0:amd64.
07:56:03 [2022-07-28T07:56:03.794Z] #69 47.18 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 30255 files and directories currently installed.)
07:56:03 [2022-07-28T07:56:03.794Z] #69 47.25 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
07:56:03 [2022-07-28T07:56:03.794Z] #69 47.25 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
07:56:03 [2022-07-28T07:56:03.794Z] #69 47.33 Selecting previously unselected package libbtrfs-dev:amd64.
07:56:03 [2022-07-28T07:56:03.794Z] #69 47.34 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ...
07:56:03 [2022-07-28T07:56:03.794Z] #69 47.35 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
07:56:03 [2022-07-28T07:56:03.794Z] #69 47.54 Setting up libbtrfs0:amd64 (5.10.1-2) ...
07:56:03 [2022-07-28T07:56:03.794Z] #69 47.57 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
07:56:03 [2022-07-28T07:56:03.794Z] #69 47.59 Processing triggers for libc-bin (2.31-13+deb11u3) ...
07:56:03 [2022-07-28T07:56:03.794Z] #69 DONE 47.9s
07:56:03 [2022-07-28T07:56:03.794Z] 
07:56:03 [2022-07-28T07:56:03.794Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:56:03 [2022-07-28T07:56:03.794Z] #20 sha256:01f35d543b0fe787fb290ef1cf930fd50d3034ae6d4bd4fcb30b74188c838b89
07:56:03 [2022-07-28T07:56:03.794Z] #20 47.92 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB]
07:56:03 [2022-07-28T07:56:03.794Z] #20 ...
07:56:03 [2022-07-28T07:56:03.794Z] 
07:56:03 [2022-07-28T07:56:03.794Z] #70 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
07:56:03 [2022-07-28T07:56:03.794Z] #70 sha256:2c72b90a8d4745c70a595cb4ddffe41c066dfbcadbc7c5eebc75f5c8b69006dd
07:56:03 [2022-07-28T07:56:03.794Z] #70 DONE 0.2s
07:56:03 [2022-07-28T07:56:03.794Z] 
07:56:03 [2022-07-28T07:56:03.794Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:56:03 [2022-07-28T07:56:03.794Z] #20 sha256:01f35d543b0fe787fb290ef1cf930fd50d3034ae6d4bd4fcb30b74188c838b89
07:56:03 [2022-07-28T07:56:03.794Z] #20 48.09 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB]
07:56:03 [2022-07-28T07:56:03.794Z] #20 48.09 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
07:56:03 [2022-07-28T07:56:03.794Z] #20 48.10 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
07:56:03 [2022-07-28T07:56:03.794Z] #20 48.10 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
07:56:03 [2022-07-28T07:56:03.794Z] #20 48.10 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
07:56:03 [2022-07-28T07:56:03.794Z] #20 48.11 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB]
07:56:03 [2022-07-28T07:56:03.794Z] #20 48.11 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7 [123 kB]
07:56:03 [2022-07-28T07:56:03.794Z] #20 48.11 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
07:56:03 [2022-07-28T07:56:03.794Z] #20 48.11 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB]
07:56:03 [2022-07-28T07:56:03.794Z] #20 48.14 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB]
07:56:04 [2022-07-28T07:56:04.053Z] #20 48.15 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB]
07:56:04 [2022-07-28T07:56:04.053Z] #20 48.15 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB]
07:56:04 [2022-07-28T07:56:04.053Z] #20 48.17 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
07:56:04 [2022-07-28T07:56:04.053Z] #20 48.19 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
07:56:04 [2022-07-28T07:56:04.053Z] #20 48.19 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
07:56:04 [2022-07-28T07:56:04.053Z] #20 48.19 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7 [401 kB]
07:56:04 [2022-07-28T07:56:04.560Z] #64 361.2 + bin/containerd
07:56:04 [2022-07-28T07:56:04.620Z] #20 48.90 debconf: delaying package configuration, since apt-utils is not installed
07:56:04 [2022-07-28T07:56:04.878Z] #20 49.15 Fetched 115 MB in 3s (45.7 MB/s)
07:56:04 [2022-07-28T07:56:04.878Z] #20 49.18 Selecting previously unselected package binutils-mingw-w64-i686.
07:56:04 [2022-07-28T07:56:04.878Z] #20 49.18 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 30255 files and directories currently installed.)
07:56:04 [2022-07-28T07:56:04.878Z] #20 49.22 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ...
07:56:04 [2022-07-28T07:56:04.878Z] #20 49.23 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
07:56:05 [2022-07-28T07:56:05.815Z] #20 50.00 Selecting previously unselected package binutils-mingw-w64-x86-64.
07:56:05 [2022-07-28T07:56:05.815Z] #20 50.01 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
07:56:05 [2022-07-28T07:56:05.815Z] #20 50.01 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
07:56:06 [2022-07-28T07:56:06.751Z] #20 50.96 Selecting previously unselected package binutils-mingw-w64.
07:56:06 [2022-07-28T07:56:06.751Z] #20 50.97 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
07:56:06 [2022-07-28T07:56:06.751Z] #20 50.98 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
07:56:06 [2022-07-28T07:56:06.751Z] #20 51.06 Selecting previously unselected package libdevmapper1.02.1:amd64.
07:56:06 [2022-07-28T07:56:06.751Z] #20 51.06 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
07:56:06 [2022-07-28T07:56:06.751Z] #20 51.07 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
07:56:06 [2022-07-28T07:56:06.751Z] #20 51.18 Selecting previously unselected package dmsetup.
07:56:07 [2022-07-28T07:56:07.010Z] #20 51.18 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
07:56:07 [2022-07-28T07:56:07.010Z] #20 51.19 Unpacking dmsetup (2:1.02.175-2.1) ...
07:56:07 [2022-07-28T07:56:07.010Z] #20 51.29 Selecting previously unselected package mingw-w64-common.
07:56:07 [2022-07-28T07:56:07.010Z] #20 51.30 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
07:56:07 [2022-07-28T07:56:07.010Z] #20 51.31 Unpacking mingw-w64-common (8.0.0-1) ...
07:56:07 [2022-07-28T07:56:07.272Z] #20 ...
07:56:07 [2022-07-28T07:56:07.272Z] 
07:56:07 [2022-07-28T07:56:07.272Z] #49 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
07:56:07 [2022-07-28T07:56:07.272Z] #49 sha256:43499c1e330613963586a42a3eaf73f48b31d7946566141feadc6deac481e8dd
07:56:07 [2022-07-28T07:56:07.272Z] #49 40.24 Building dependency tree...
07:56:07 [2022-07-28T07:56:07.272Z] #49 44.48 The following additional packages will be installed:
07:56:07 [2022-07-28T07:56:07.272Z] #49 44.51   cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 xxd
07:56:07 [2022-07-28T07:56:07.272Z] #49 44.55 Suggested packages:
07:56:07 [2022-07-28T07:56:07.272Z] #49 44.55   cmake-doc ninja-build lrzip
07:56:07 [2022-07-28T07:56:07.272Z] #49 44.55 Recommended packages:
07:56:07 [2022-07-28T07:56:07.272Z] #49 44.55   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
07:56:07 [2022-07-28T07:56:07.272Z] #49 45.29 The following NEW packages will be installed:
07:56:07 [2022-07-28T07:56:07.272Z] #49 45.30   cmake cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 vim-common xxd
07:56:07 [2022-07-28T07:56:07.272Z] #49 45.76 0 upgraded, 8 newly installed, 0 to remove and 1 not upgraded.
07:56:07 [2022-07-28T07:56:07.272Z] #49 45.76 Need to get 8418 kB of archives.
07:56:07 [2022-07-28T07:56:07.272Z] #49 45.76 After this operation, 34.9 MB of additional disk space will be used.
07:56:07 [2022-07-28T07:56:07.272Z] #49 45.76 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
07:56:07 [2022-07-28T07:56:07.272Z] #49 45.76 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
07:56:07 [2022-07-28T07:56:07.272Z] #49 45.77 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
07:56:07 [2022-07-28T07:56:07.272Z] #49 45.80 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB]
07:56:07 [2022-07-28T07:56:07.272Z] #49 45.81 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
07:56:07 [2022-07-28T07:56:07.272Z] #49 45.81 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
07:56:07 [2022-07-28T07:56:07.272Z] #49 45.81 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
07:56:07 [2022-07-28T07:56:07.272Z] #49 45.81 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB]
07:56:07 [2022-07-28T07:56:07.272Z] #49 46.69 debconf: delaying package configuration, since apt-utils is not installed
07:56:07 [2022-07-28T07:56:07.272Z] #49 47.11 Fetched 8418 kB in 0s (21.3 MB/s)
07:56:07 [2022-07-28T07:56:07.272Z] #49 47.16 Selecting previously unselected package xxd.
07:56:07 [2022-07-28T07:56:07.272Z] #49 47.16 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 30255 files and directories currently installed.)
07:56:07 [2022-07-28T07:56:07.272Z] #49 47.23 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
07:56:07 [2022-07-28T07:56:07.272Z] #49 47.24 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
07:56:07 [2022-07-28T07:56:07.272Z] #49 47.35 Selecting previously unselected package vim-common.
07:56:07 [2022-07-28T07:56:07.272Z] #49 47.36 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
07:56:07 [2022-07-28T07:56:07.272Z] #49 47.41 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
07:56:07 [2022-07-28T07:56:07.272Z] #49 47.58 Selecting previously unselected package cmake-data.
07:56:07 [2022-07-28T07:56:07.272Z] #49 47.58 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ...
07:56:07 [2022-07-28T07:56:07.272Z] #49 47.60 Unpacking cmake-data (3.18.4-2+deb11u1) ...
07:56:07 [2022-07-28T07:56:07.272Z] #49 49.00 Selecting previously unselected package libarchive13:amd64.
07:56:07 [2022-07-28T07:56:07.272Z] #49 49.00 Preparing to unpack .../3-libarchive13_3.4.3-2+deb11u1_amd64.deb ...
07:56:07 [2022-07-28T07:56:07.272Z] #49 49.01 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ...
07:56:07 [2022-07-28T07:56:07.272Z] #49 49.11 Selecting previously unselected package libjsoncpp24:amd64.
07:56:07 [2022-07-28T07:56:07.272Z] #49 49.12 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_amd64.deb ...
07:56:07 [2022-07-28T07:56:07.272Z] #49 49.12 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
07:56:07 [2022-07-28T07:56:07.272Z] #49 49.19 Selecting previously unselected package librhash0:amd64.
07:56:07 [2022-07-28T07:56:07.272Z] #49 49.19 Preparing to unpack .../5-librhash0_1.4.1-2_amd64.deb ...
07:56:07 [2022-07-28T07:56:07.272Z] #49 49.20 Unpacking librhash0:amd64 (1.4.1-2) ...
07:56:07 [2022-07-28T07:56:07.272Z] #49 49.27 Selecting previously unselected package libuv1:amd64.
07:56:07 [2022-07-28T07:56:07.272Z] #49 49.28 Preparing to unpack .../6-libuv1_1.40.0-2_amd64.deb ...
07:56:07 [2022-07-28T07:56:07.272Z] #49 49.29 Unpacking libuv1:amd64 (1.40.0-2) ...
07:56:07 [2022-07-28T07:56:07.272Z] #49 49.37 Selecting previously unselected package cmake.
07:56:07 [2022-07-28T07:56:07.272Z] #49 49.38 Preparing to unpack .../7-cmake_3.18.4-2+deb11u1_amd64.deb ...
07:56:07 [2022-07-28T07:56:07.272Z] #49 49.39 Unpacking cmake (3.18.4-2+deb11u1) ...
07:56:07 [2022-07-28T07:56:07.272Z] #49 51.00 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ...
07:56:07 [2022-07-28T07:56:07.272Z] #49 51.03 Setting up xxd (2:8.2.2434-3+deb11u1) ...
07:56:07 [2022-07-28T07:56:07.272Z] #49 51.04 Setting up libuv1:amd64 (1.40.0-2) ...
07:56:07 [2022-07-28T07:56:07.272Z] #49 51.06 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
07:56:07 [2022-07-28T07:56:07.272Z] #49 51.08 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
07:56:07 [2022-07-28T07:56:07.272Z] #49 51.10 Setting up librhash0:amd64 (1.4.1-2) ...
07:56:07 [2022-07-28T07:56:07.272Z] #49 51.12 Setting up cmake-data (3.18.4-2+deb11u1) ...
07:56:07 [2022-07-28T07:56:07.272Z] #49 51.14 Setting up cmake (3.18.4-2+deb11u1) ...
07:56:07 [2022-07-28T07:56:07.272Z] #49 51.15 Processing triggers for libc-bin (2.31-13+deb11u3) ...
07:56:07 [2022-07-28T07:56:07.272Z] #49 DONE 51.6s
07:56:07 [2022-07-28T07:56:07.272Z] 
07:56:07 [2022-07-28T07:56:07.272Z] #74 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
07:56:07 [2022-07-28T07:56:07.272Z] #74 sha256:b537c80581e2b7413f83ec41c18ebe66e3e0df190b6bee2730110b581eec1baf
07:56:07 [2022-07-28T07:56:07.272Z] #74 48.39 + for f in rootlesskit rootlesskit-docker-proxy
07:56:07 [2022-07-28T07:56:07.272Z] #74 48.39 + GOBIN=/build
07:56:07 [2022-07-28T07:56:07.272Z] #74 48.39 + GO111MODULE=on
07:56:07 [2022-07-28T07:56:07.272Z] #74 48.39 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@1920341cd41e047834a21007424162a2dc946315
07:56:07 [2022-07-28T07:56:07.272Z] #74 51.32 rootlesskit version 1.0.0
07:56:07 [2022-07-28T07:56:07.272Z] #74 51.33 Usage of /build/rootlesskit-docker-proxy:
07:56:07 [2022-07-28T07:56:07.272Z] #74 51.33   -container-ip string
07:56:07 [2022-07-28T07:56:07.272Z] #74 51.33     	container ip
07:56:07 [2022-07-28T07:56:07.272Z] #74 51.33   -container-port int
07:56:07 [2022-07-28T07:56:07.272Z] #74 51.33     	container port (default -1)
07:56:07 [2022-07-28T07:56:07.272Z] #74 51.33   -host-ip string
07:56:07 [2022-07-28T07:56:07.272Z] #74 51.33     	host ip
07:56:07 [2022-07-28T07:56:07.272Z] #74 51.33   -host-port int
07:56:07 [2022-07-28T07:56:07.272Z] #74 51.33     	host port (default -1)
07:56:07 [2022-07-28T07:56:07.272Z] #74 51.33   -proto string
07:56:07 [2022-07-28T07:56:07.272Z] #74 51.33     	proxy protocol (default "tcp")
07:56:07 [2022-07-28T07:56:07.272Z] #74 DONE 51.4s
07:56:07 [2022-07-28T07:56:07.272Z] 
07:56:07 [2022-07-28T07:56:07.272Z] #75 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
07:56:07 [2022-07-28T07:56:07.272Z] #75 sha256:7fd8b64fd469dbe711b3897ab715a0875439b79b4b9b6d0db2c26134a066c34a
07:56:07 [2022-07-28T07:56:07.531Z] #75 DONE 0.1s
07:56:07 [2022-07-28T07:56:07.531Z] 
07:56:07 [2022-07-28T07:56:07.531Z] #50 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
07:56:07 [2022-07-28T07:56:07.531Z] #50 sha256:6f3676c85796e164846eae04ca316cab01b6acc9a37d5accbb1c24eafafc6edb
07:56:07 [2022-07-28T07:56:07.531Z] #50 DONE 0.2s
07:56:07 [2022-07-28T07:56:07.531Z] 
07:56:07 [2022-07-28T07:56:07.531Z] #76 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
07:56:07 [2022-07-28T07:56:07.531Z] #76 sha256:3f69a4890e457dff36937be93495d804b251d1286b4c83a02960738728a34a44
07:56:07 [2022-07-28T07:56:07.531Z] #76 DONE 0.1s
07:56:07 [2022-07-28T07:56:07.531Z] 
07:56:07 [2022-07-28T07:56:07.531Z] #51 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh tini
07:56:07 [2022-07-28T07:56:07.531Z] #51 sha256:0520a2a0860bd49fc4656b7203d109cbd6e201a3f2746d0cc848fd48d16f9c48
07:56:07 [2022-07-28T07:56:07.601Z] #77 278.5   CCLD     libocispec.la
07:56:07 [2022-07-28T07:56:07.601Z] #77 278.9   CCLD     src/validate
07:56:07 [2022-07-28T07:56:07.601Z] #77 278.9   CCLD     tests/test-1
07:56:07 [2022-07-28T07:56:07.601Z] #77 278.9   CCLD     tests/test-2
07:56:07 [2022-07-28T07:56:07.601Z] #77 279.0   CCLD     tests/test-3
07:56:07 [2022-07-28T07:56:07.601Z] #77 279.0   CCLD     tests/test-4
07:56:07 [2022-07-28T07:56:07.601Z] #77 279.1   CCLD     tests/test-6
07:56:07 [2022-07-28T07:56:07.601Z] #77 279.1   CCLD     tests/test-7
07:56:07 [2022-07-28T07:56:07.601Z] #77 279.1   CCLD     tests/test-5
07:56:07 [2022-07-28T07:56:07.601Z] #77 279.2   CCLD     tests/test-9
07:56:07 [2022-07-28T07:56:07.860Z] #77 279.2   CCLD     tests/test-8
07:56:07 [2022-07-28T07:56:07.860Z] #77 279.3   CCLD     tests/test-10
07:56:07 [2022-07-28T07:56:07.860Z] #77 279.3 /bin/bash ./libtool --mode=link  libocispec.la -o libocispec.a
07:56:07 [2022-07-28T07:56:07.860Z] #77 279.3   CCLD     tests/test-11
07:56:08 [2022-07-28T07:56:08.465Z] #51 0.971 + RM_GOPATH=0
07:56:08 [2022-07-28T07:56:08.465Z] #51 0.971 + TMP_GOPATH=
07:56:08 [2022-07-28T07:56:08.465Z] #51 0.971 + : /build
07:56:08 [2022-07-28T07:56:08.465Z] #51 0.971 + '[' -z '' ']'
07:56:08 [2022-07-28T07:56:08.465Z] #51 0.971 ++ mktemp -d
07:56:08 [2022-07-28T07:56:08.465Z] #51 0.973 + export GOPATH=/tmp/tmp.h66vRORYQl
07:56:08 [2022-07-28T07:56:08.465Z] #51 0.973 + GOPATH=/tmp/tmp.h66vRORYQl
07:56:08 [2022-07-28T07:56:08.465Z] #51 0.973 + RM_GOPATH=1
07:56:08 [2022-07-28T07:56:08.466Z] #51 0.975 + case "$(go env GOARCH)" in
07:56:08 [2022-07-28T07:56:08.466Z] #51 0.976 ++ go env GOARCH
07:56:08 [2022-07-28T07:56:08.466Z] #51 0.980 + export GO_BUILDMODE=-buildmode=pie
07:56:08 [2022-07-28T07:56:08.466Z] #51 0.980 + GO_BUILDMODE=-buildmode=pie
07:56:08 [2022-07-28T07:56:08.466Z] #51 0.981 ++ dirname /install.sh
07:56:08 [2022-07-28T07:56:08.466Z] #51 0.982 + dir=/
07:56:08 [2022-07-28T07:56:08.466Z] #51 0.982 + bin=tini
07:56:08 [2022-07-28T07:56:08.466Z] #51 0.982 + shift
07:56:08 [2022-07-28T07:56:08.466Z] #51 0.982 + '[' '!' -f //tini.installer ']'
07:56:08 [2022-07-28T07:56:08.466Z] #51 0.983 + . //tini.installer
07:56:08 [2022-07-28T07:56:08.466Z] #51 0.983 ++ : v0.19.0
07:56:08 [2022-07-28T07:56:08.466Z] #51 0.983 + install_tini
07:56:08 [2022-07-28T07:56:08.466Z] #51 0.983 + echo 'Install tini version v0.19.0'
07:56:08 [2022-07-28T07:56:08.466Z] #51 0.983 Install tini version v0.19.0
07:56:08 [2022-07-28T07:56:08.466Z] #51 0.984 + git clone https://github.com/krallin/tini.git /tmp/tmp.h66vRORYQl/tini
07:56:08 [2022-07-28T07:56:08.466Z] #51 0.989 Cloning into '/tmp/tmp.h66vRORYQl/tini'...
07:56:09 [2022-07-28T07:56:09.033Z] #51 1.570 + cd /tmp/tmp.h66vRORYQl/tini
07:56:09 [2022-07-28T07:56:09.292Z] #51 1.570 + git checkout -q v0.19.0
07:56:09 [2022-07-28T07:56:09.292Z] #51 1.589 + cmake .
07:56:09 [2022-07-28T07:56:09.551Z] #51 1.895 -- The C compiler identification is GNU 10.2.1
07:56:09 [2022-07-28T07:56:09.551Z] #51 1.922 -- Detecting C compiler ABI info
07:56:09 [2022-07-28T07:56:09.551Z] #51 2.089 -- Detecting C compiler ABI info - done
07:56:09 [2022-07-28T07:56:09.551Z] #51 2.138 -- Check for working C compiler: /usr/bin/cc - skipped
07:56:09 [2022-07-28T07:56:09.761Z] #77 281.2 libtool: link: ar cr libocispec.a 
07:56:09 [2022-07-28T07:56:09.761Z] #77 281.2 libtool: link: ranlib libocispec.a
07:56:09 [2022-07-28T07:56:09.810Z] #51 2.140 -- Detecting C compile features
07:56:09 [2022-07-28T07:56:09.810Z] #51 2.141 -- Detecting C compile features - done
07:56:09 [2022-07-28T07:56:09.810Z] #51 2.159 -- Performing Test HAS_BUILTIN_FORTIFY
07:56:09 [2022-07-28T07:56:09.810Z] #51 2.260 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
07:56:09 [2022-07-28T07:56:09.810Z] #51 2.295 -- Configuring done
07:56:09 [2022-07-28T07:56:09.810Z] #51 2.300 -- Generating done
07:56:09 [2022-07-28T07:56:09.810Z] #51 2.305 -- Build files have been written to: /tmp/tmp.h66vRORYQl/tini
07:56:09 [2022-07-28T07:56:09.810Z] #51 2.312 + make tini-static
07:56:09 [2022-07-28T07:56:09.810Z] #51 2.402 Scanning dependencies of target tini-static
07:56:10 [2022-07-28T07:56:10.069Z] #51 2.425 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
07:56:10 [2022-07-28T07:56:10.328Z] #51 2.792 [100%] Linking C executable tini-static
07:56:10 [2022-07-28T07:56:10.588Z] #51 3.051 [100%] Built target tini-static
07:56:10 [2022-07-28T07:56:10.588Z] #51 3.084 + mkdir -p /build
07:56:10 [2022-07-28T07:56:10.588Z] #51 3.086 + cp tini-static /build/docker-init
07:56:10 [2022-07-28T07:56:10.847Z] #51 DONE 3.3s
07:56:10 [2022-07-28T07:56:10.847Z] 
07:56:10 [2022-07-28T07:56:10.847Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:56:10 [2022-07-28T07:56:10.847Z] #20 sha256:01f35d543b0fe787fb290ef1cf930fd50d3034ae6d4bd4fcb30b74188c838b89
07:56:10 [2022-07-28T07:56:10.847Z] #20 53.84 Selecting previously unselected package mingw-w64-x86-64-dev.
07:56:10 [2022-07-28T07:56:10.847Z] #20 53.84 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
07:56:10 [2022-07-28T07:56:10.847Z] #20 53.86 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
07:56:11 [2022-07-28T07:56:11.663Z] #77 283.0 make[5]: Entering directory '/tmp/crun-build/libocispec'
07:56:11 [2022-07-28T07:56:11.663Z] #77 283.0 make[5]: Nothing to be done for 'install-exec-am'.
07:56:11 [2022-07-28T07:56:11.663Z] #77 283.0 make[5]: Nothing to be done for 'install-data-am'.
07:56:11 [2022-07-28T07:56:11.663Z] #77 283.0 make[5]: Leaving directory '/tmp/crun-build/libocispec'
07:56:11 [2022-07-28T07:56:11.663Z] #77 283.0 make[4]: Leaving directory '/tmp/crun-build/libocispec'
07:56:11 [2022-07-28T07:56:11.663Z] #77 283.0 make[3]: Leaving directory '/tmp/crun-build/libocispec'
07:56:11 [2022-07-28T07:56:11.663Z] #77 283.0 make[2]: Leaving directory '/tmp/crun-build/libocispec'
07:56:11 [2022-07-28T07:56:11.663Z] #77 283.0 make[2]: Entering directory '/tmp/crun-build'
07:56:11 [2022-07-28T07:56:11.663Z] #77 283.1   CC       src/crun-crun.o
07:56:11 [2022-07-28T07:56:11.663Z] #77 283.2   CC       src/crun-run.o
07:56:11 [2022-07-28T07:56:11.663Z] #77 283.2   CC       src/crun-delete.o
07:56:11 [2022-07-28T07:56:11.663Z] #77 283.2   CC       src/crun-kill.o
07:56:11 [2022-07-28T07:56:11.663Z] #77 283.2   CC       src/crun-pause.o
07:56:11 [2022-07-28T07:56:11.663Z] #77 283.2   CC       src/crun-unpause.o
07:56:11 [2022-07-28T07:56:11.663Z] #77 283.2   CC       src/crun-spec.o
07:56:11 [2022-07-28T07:56:11.663Z] #77 283.2   CC       src/crun-exec.o
07:56:11 [2022-07-28T07:56:11.663Z] #77 283.2   CC       src/crun-list.o
07:56:11 [2022-07-28T07:56:11.663Z] #77 283.2   CC       src/crun-start.o
07:56:11 [2022-07-28T07:56:11.663Z] #77 283.2   CC       src/crun-create.o
07:56:11 [2022-07-28T07:56:11.663Z] #77 283.2   CC       src/crun-state.o
07:56:11 [2022-07-28T07:56:11.663Z] #77 283.3   CC       src/crun-update.o
07:56:11 [2022-07-28T07:56:11.784Z] #20 56.02 Selecting previously unselected package gcc-mingw-w64-base.
07:56:11 [2022-07-28T07:56:11.784Z] #20 56.02 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
07:56:11 [2022-07-28T07:56:11.784Z] #20 56.02 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
07:56:11 [2022-07-28T07:56:11.784Z] #20 56.09 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
07:56:11 [2022-07-28T07:56:11.784Z] #20 56.09 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
07:56:11 [2022-07-28T07:56:11.784Z] #20 56.11 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
07:56:11 [2022-07-28T07:56:11.922Z] #77 283.4   CC       src/crun-ps.o
07:56:11 [2022-07-28T07:56:11.922Z] #77 283.4   CC       src/crun-restore.o
07:56:11 [2022-07-28T07:56:11.922Z] #77 283.4   CC       src/crun-checkpoint.o
07:56:11 [2022-07-28T07:56:11.922Z] #77 283.4   CC       src/libcrun/libcrun_la-utils.lo
07:56:11 [2022-07-28T07:56:11.922Z] #77 283.6   CC       src/libcrun/libcrun_la-cloned_binary.lo
07:56:11 [2022-07-28T07:56:11.922Z] #77 283.6   CC       src/libcrun/libcrun_la-container.lo
07:56:12 [2022-07-28T07:56:12.180Z] #77 283.7   CC       src/libcrun/libcrun_la-cgroup-cgroupfs.lo
07:56:12 [2022-07-28T07:56:12.181Z] #77 283.7   CC       src/libcrun/libcrun_la-cgroup-resources.lo
07:56:12 [2022-07-28T07:56:12.181Z] #77 283.7   CC       src/libcrun/libcrun_la-cgroup.lo
07:56:12 [2022-07-28T07:56:12.181Z] #77 283.7   CC       src/libcrun/libcrun_la-cgroup-systemd.lo
07:56:12 [2022-07-28T07:56:12.181Z] #77 283.7   CC       src/libcrun/libcrun_la-cgroup-utils.lo
07:56:12 [2022-07-28T07:56:12.181Z] #77 283.8   CC       src/libcrun/libcrun_la-cgroup-setup.lo
07:56:12 [2022-07-28T07:56:12.181Z] #77 283.8   CC       src/libcrun/libcrun_la-criu.lo
07:56:12 [2022-07-28T07:56:12.439Z] #77 283.9   CC       src/libcrun/libcrun_la-custom-handler.lo
07:56:12 [2022-07-28T07:56:12.439Z] #77 283.9   CC       src/libcrun/libcrun_la-linux.lo
07:56:12 [2022-07-28T07:56:12.439Z] #77 284.0   CC       src/libcrun/libcrun_la-seccomp.lo
07:56:12 [2022-07-28T07:56:12.439Z] #77 284.0   CC       src/libcrun/libcrun_la-ebpf.lo
07:56:12 [2022-07-28T07:56:12.439Z] #77 284.1   CC       src/libcrun/libcrun_la-error.lo
07:56:12 [2022-07-28T07:56:12.697Z] #77 284.1   CC       src/libcrun/libcrun_la-status.lo
07:56:12 [2022-07-28T07:56:12.697Z] #77 284.3   CC       src/libcrun/libcrun_la-chroot_realpath.lo
07:56:12 [2022-07-28T07:56:12.698Z] #77 284.3   CC       src/libcrun/libcrun_la-terminal.lo
07:56:12 [2022-07-28T07:56:12.698Z] #77 284.3   CC       src/libcrun/libcrun_la-signals.lo
07:56:12 [2022-07-28T07:56:12.698Z] #77 284.4   CC       src/libcrun/libcrun_la-seccomp_notify.lo
07:56:12 [2022-07-28T07:56:12.956Z] #77 284.4   CC       src/libcrun/libcrun_la-mount_flags.lo
07:56:12 [2022-07-28T07:56:12.956Z] #77 284.4   CC       src/libcrun/handlers/libcrun_la-handler-utils.lo
07:56:12 [2022-07-28T07:56:12.956Z] #77 284.5   CC       src/libcrun/handlers/libcrun_la-krun.lo
07:56:12 [2022-07-28T07:56:12.956Z] #77 284.5   CC       src/libcrun/handlers/libcrun_la-wasmedge.lo
07:56:12 [2022-07-28T07:56:12.956Z] #77 284.6   CC       tests/init.o
07:56:12 [2022-07-28T07:56:12.956Z] #77 284.7   CC       tests/tests_libcrun_utils-tests_libcrun_utils.o
07:56:13 [2022-07-28T07:56:13.214Z] #77 284.7   CC       src/libcrun/handlers/libcrun_la-wasmer.lo
07:56:13 [2022-07-28T07:56:13.214Z] #77 284.8   CC       src/libcrun/libcrun_testing_a-utils.o
07:56:13 [2022-07-28T07:56:13.214Z] #77 284.9   CC       src/libcrun/libcrun_testing_a-container.o
07:56:13 [2022-07-28T07:56:13.214Z] #77 284.9   CC       src/libcrun/libcrun_testing_a-cloned_binary.o
07:56:13 [2022-07-28T07:56:13.473Z] #77 284.9   CC       src/libcrun/libcrun_testing_a-cgroup.o
07:56:13 [2022-07-28T07:56:13.473Z] #77 285.1   CC       src/libcrun/libcrun_testing_a-cgroup-cgroupfs.o
07:56:13 [2022-07-28T07:56:13.690Z] #20 ...
07:56:13 [2022-07-28T07:56:13.690Z] 
07:56:13 [2022-07-28T07:56:13.690Z] #71 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
07:56:13 [2022-07-28T07:56:13.690Z] #71 sha256:117d3ffc3f3607ab487a50c1ea727adf8461d81c3f14e1451297d5fc4f05eb8b
07:56:13 [2022-07-28T07:56:13.690Z] #71 0.703 + RM_GOPATH=0
07:56:13 [2022-07-28T07:56:13.690Z] #71 0.703 + TMP_GOPATH=
07:56:13 [2022-07-28T07:56:13.690Z] #71 0.703 + : /build
07:56:13 [2022-07-28T07:56:13.690Z] #71 0.703 + '[' -z '' ']'
07:56:13 [2022-07-28T07:56:13.690Z] #71 0.703 ++ mktemp -d
07:56:13 [2022-07-28T07:56:13.690Z] #71 0.705 + export GOPATH=/tmp/tmp.2VG9qdOpNY
07:56:13 [2022-07-28T07:56:13.690Z] #71 0.705 + GOPATH=/tmp/tmp.2VG9qdOpNY
07:56:13 [2022-07-28T07:56:13.690Z] #71 0.705 + RM_GOPATH=1
07:56:13 [2022-07-28T07:56:13.690Z] #71 0.705 + case "$(go env GOARCH)" in
07:56:13 [2022-07-28T07:56:13.690Z] #71 0.706 ++ go env GOARCH
07:56:13 [2022-07-28T07:56:13.690Z] #71 0.720 + export GO_BUILDMODE=-buildmode=pie
07:56:13 [2022-07-28T07:56:13.690Z] #71 0.720 + GO_BUILDMODE=-buildmode=pie
07:56:13 [2022-07-28T07:56:13.690Z] #71 0.721 ++ dirname /install.sh
07:56:13 [2022-07-28T07:56:13.690Z] #71 0.722 + dir=/
07:56:13 [2022-07-28T07:56:13.690Z] #71 0.729 + bin=containerd
07:56:13 [2022-07-28T07:56:13.690Z] #71 0.729 + shift
07:56:13 [2022-07-28T07:56:13.690Z] #71 0.729 + '[' '!' -f //containerd.installer ']'
07:56:13 [2022-07-28T07:56:13.690Z] #71 0.729 + . //containerd.installer
07:56:13 [2022-07-28T07:56:13.690Z] #71 0.729 ++ set -e
07:56:13 [2022-07-28T07:56:13.690Z] #71 0.730 ++ : v1.6.6
07:56:13 [2022-07-28T07:56:13.690Z] #71 0.730 + install_containerd
07:56:13 [2022-07-28T07:56:13.690Z] #71 0.730 + echo 'Install containerd version v1.6.6'
07:56:13 [2022-07-28T07:56:13.690Z] #71 0.730 Install containerd version v1.6.6
07:56:13 [2022-07-28T07:56:13.690Z] #71 0.730 + git clone https://github.com/containerd/containerd.git /tmp/tmp.2VG9qdOpNY/src/github.com/containerd/containerd
07:56:13 [2022-07-28T07:56:13.690Z] #71 0.733 Cloning into '/tmp/tmp.2VG9qdOpNY/src/github.com/containerd/containerd'...
07:56:13 [2022-07-28T07:56:13.731Z] #77 285.1   CC       src/libcrun/libcrun_testing_a-cgroup-resources.o
07:56:13 [2022-07-28T07:56:13.731Z] #77 285.2   CC       src/libcrun/libcrun_testing_a-cgroup-setup.o
07:56:13 [2022-07-28T07:56:13.731Z] #77 285.3   CC       src/libcrun/libcrun_testing_a-cgroup-systemd.o
07:56:13 [2022-07-28T07:56:13.949Z] #71 ...
07:56:13 [2022-07-28T07:56:13.949Z] 
07:56:13 [2022-07-28T07:56:13.949Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:56:13 [2022-07-28T07:56:13.949Z] #20 sha256:01f35d543b0fe787fb290ef1cf930fd50d3034ae6d4bd4fcb30b74188c838b89
07:56:13 [2022-07-28T07:56:13.949Z] #20 58.28 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
07:56:13 [2022-07-28T07:56:13.949Z] #20 58.28 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
07:56:13 [2022-07-28T07:56:13.949Z] #20 58.28 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
07:56:13 [2022-07-28T07:56:13.990Z] #77 285.4   CC       src/libcrun/libcrun_testing_a-cgroup-utils.o
07:56:13 [2022-07-28T07:56:13.990Z] #77 285.6   CC       src/libcrun/libcrun_testing_a-criu.o
07:56:14 [2022-07-28T07:56:14.248Z] #77 285.7   CC       src/libcrun/libcrun_testing_a-custom-handler.o
07:56:14 [2022-07-28T07:56:14.248Z] #77 285.8   CC       src/libcrun/libcrun_testing_a-linux.o
07:56:14 [2022-07-28T07:56:14.248Z] #77 285.8   CC       src/libcrun/libcrun_testing_a-seccomp.o
07:56:14 [2022-07-28T07:56:14.248Z] #77 285.9   CC       src/libcrun/libcrun_testing_a-error.o
07:56:14 [2022-07-28T07:56:14.507Z] #77 285.9   CC       src/libcrun/libcrun_testing_a-ebpf.o
07:56:14 [2022-07-28T07:56:14.507Z] #77 285.9   CC       src/libcrun/libcrun_testing_a-status.o
07:56:14 [2022-07-28T07:56:14.507Z] #77 286.0   CC       src/libcrun/libcrun_testing_a-terminal.o
07:56:14 [2022-07-28T07:56:14.507Z] #77 286.0   CC       src/libcrun/libcrun_testing_a-chroot_realpath.o
07:56:14 [2022-07-28T07:56:14.507Z] #77 286.1   CC       src/libcrun/libcrun_testing_a-signals.o
07:56:14 [2022-07-28T07:56:14.507Z] #77 286.1   CC       src/libcrun/libcrun_testing_a-mount_flags.o
07:56:14 [2022-07-28T07:56:14.766Z] #77 286.3   CC       src/libcrun/libcrun_testing_a-seccomp_notify.o
07:56:14 [2022-07-28T07:56:14.766Z] #77 286.4   CC       src/libcrun/handlers/libcrun_testing_a-handler-utils.o
07:56:15 [2022-07-28T07:56:15.024Z] #77 286.6   CC       src/libcrun/handlers/libcrun_testing_a-krun.o
07:56:15 [2022-07-28T07:56:15.024Z] #77 286.8   CC       src/libcrun/handlers/libcrun_testing_a-wasmedge.o
07:56:15 [2022-07-28T07:56:15.283Z] #77 286.9   CC       src/libcrun/handlers/libcrun_testing_a-wasmer.o
07:56:15 [2022-07-28T07:56:15.542Z] #77 287.0   CC       tests/tests_libcrun_errors-tests_libcrun_errors.o
07:56:15 [2022-07-28T07:56:15.542Z] #77 287.1   CC       tests/tests_libcrun_fuzzer-tests_libcrun_fuzzer.o
07:56:18 [2022-07-28T07:56:18.140Z] #20 62.22 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
07:56:18 [2022-07-28T07:56:18.141Z] #20 62.22 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
07:56:18 [2022-07-28T07:56:18.141Z] #20 62.23 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
07:56:19 [2022-07-28T07:56:19.519Z] #20 63.80 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
07:56:19 [2022-07-28T07:56:19.519Z] #20 63.81 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
07:56:19 [2022-07-28T07:56:19.519Z] #20 63.82 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
07:56:20 [2022-07-28T07:56:20.875Z] #64 330.2 # github.com/containerd/containerd/cmd/containerd
07:56:20 [2022-07-28T07:56:20.875Z] #64 330.2 /usr/bin/ld: /tmp/go-link-3859716603/000019.o: in function `New':
07:56:20 [2022-07-28T07:56:20.875Z] #64 330.2 /tmp/tmp.ZlJbeW5oa7/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
07:56:20 [2022-07-28T07:56:20.876Z] #64 330.3 + bin/containerd-stress
07:56:20 [2022-07-28T07:56:20.876Z] #64 331.4 + bin/containerd-shim
07:56:21 [2022-07-28T07:56:21.470Z] #20 65.62 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
07:56:21 [2022-07-28T07:56:21.470Z] #20 65.62 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
07:56:21 [2022-07-28T07:56:21.470Z] #20 65.63 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
07:56:22 [2022-07-28T07:56:22.103Z] #77 ...
07:56:22 [2022-07-28T07:56:22.103Z] 
07:56:22 [2022-07-28T07:56:22.103Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "v2.3.0"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "v2.1.0";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
07:56:22 [2022-07-28T07:56:22.103Z] #47 sha256:8a0b7c7abf06bbb1ab29c763b2e38d2fa012d03eb2e646559ec0a63c975a38c7
07:56:22 [2022-07-28T07:56:22.103Z] #47 360.6 + dpkg --print-architecture
07:56:22 [2022-07-28T07:56:22.103Z] #47 360.7 + git checkout -q v2.1.0
07:56:22 [2022-07-28T07:56:22.103Z] #47 361.1 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
07:56:22 [2022-07-28T07:56:22.103Z] #47 361.1 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
07:56:25 [2022-07-28T07:56:25.658Z] #20 69.54 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
07:56:25 [2022-07-28T07:56:25.658Z] #20 69.54 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
07:56:25 [2022-07-28T07:56:25.658Z] #20 69.55 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
07:56:27 [2022-07-28T07:56:27.034Z] #20 71.33 Selecting previously unselected package g++-mingw-w64-x86-64.
07:56:27 [2022-07-28T07:56:27.034Z] #20 71.34 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
07:56:27 [2022-07-28T07:56:27.034Z] #20 71.35 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
07:56:27 [2022-07-28T07:56:27.034Z] #20 71.42 Selecting previously unselected package libapparmor1:amd64.
07:56:27 [2022-07-28T07:56:27.293Z] #20 71.43 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ...
07:56:27 [2022-07-28T07:56:27.293Z] #20 71.43 Unpacking libapparmor1:amd64 (2.13.6-10) ...
07:56:27 [2022-07-28T07:56:27.293Z] #20 71.49 Selecting previously unselected package libapparmor-dev:amd64.
07:56:27 [2022-07-28T07:56:27.293Z] #20 71.49 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ...
07:56:27 [2022-07-28T07:56:27.293Z] #20 71.50 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
07:56:27 [2022-07-28T07:56:27.293Z] #20 71.56 Selecting previously unselected package libbtrfs0:amd64.
07:56:27 [2022-07-28T07:56:27.293Z] #20 71.57 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...
07:56:27 [2022-07-28T07:56:27.293Z] #20 71.57 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
07:56:27 [2022-07-28T07:56:27.293Z] #20 71.66 Selecting previously unselected package libbtrfs-dev:amd64.
07:56:27 [2022-07-28T07:56:27.293Z] #20 71.66 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ...
07:56:27 [2022-07-28T07:56:27.293Z] #20 71.66 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
07:56:27 [2022-07-28T07:56:27.551Z] #20 71.76 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
07:56:27 [2022-07-28T07:56:27.551Z] #20 71.76 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
07:56:27 [2022-07-28T07:56:27.551Z] #20 71.77 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
07:56:27 [2022-07-28T07:56:27.551Z] #20 71.81 Selecting previously unselected package libudev-dev:amd64.
07:56:27 [2022-07-28T07:56:27.551Z] #20 71.81 Preparing to unpack .../20-libudev-dev_247.3-7_amd64.deb ...
07:56:27 [2022-07-28T07:56:27.551Z] #20 71.82 Unpacking libudev-dev:amd64 (247.3-7) ...
07:56:27 [2022-07-28T07:56:27.551Z] #20 71.88 Selecting previously unselected package libsepol1-dev:amd64.
07:56:27 [2022-07-28T07:56:27.551Z] #20 71.89 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ...
07:56:27 [2022-07-28T07:56:27.551Z] #20 71.89 Unpacking libsepol1-dev:amd64 (3.1-1) ...
07:56:27 [2022-07-28T07:56:27.810Z] #20 72.00 Selecting previously unselected package libpcre2-16-0:amd64.
07:56:27 [2022-07-28T07:56:27.810Z] #20 72.01 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ...
07:56:27 [2022-07-28T07:56:27.810Z] #20 72.01 Unpacking libpcre2-16-0:amd64 (10.36-2) ...
07:56:27 [2022-07-28T07:56:27.810Z] #20 72.10 Selecting previously unselected package libpcre2-32-0:amd64.
07:56:27 [2022-07-28T07:56:27.810Z] #20 72.10 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ...
07:56:27 [2022-07-28T07:56:27.810Z] #20 72.11 Unpacking libpcre2-32-0:amd64 (10.36-2) ...
07:56:27 [2022-07-28T07:56:27.810Z] #20 72.22 Selecting previously unselected package libpcre2-posix2:amd64.
07:56:27 [2022-07-28T07:56:27.810Z] #20 72.22 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ...
07:56:28 [2022-07-28T07:56:28.070Z] #20 72.23 Unpacking libpcre2-posix2:amd64 (10.36-2) ...
07:56:28 [2022-07-28T07:56:28.070Z] #20 72.28 Selecting previously unselected package libpcre2-dev:amd64.
07:56:28 [2022-07-28T07:56:28.070Z] #20 72.28 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ...
07:56:28 [2022-07-28T07:56:28.070Z] #20 72.29 Unpacking libpcre2-dev:amd64 (10.36-2) ...
07:56:28 [2022-07-28T07:56:28.070Z] #20 72.45 Selecting previously unselected package libselinux1-dev:amd64.
07:56:28 [2022-07-28T07:56:28.070Z] #20 72.45 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ...
07:56:28 [2022-07-28T07:56:28.070Z] #20 72.46 Unpacking libselinux1-dev:amd64 (3.1-3) ...
07:56:28 [2022-07-28T07:56:28.329Z] #20 72.55 Selecting previously unselected package libdevmapper-dev:amd64.
07:56:28 [2022-07-28T07:56:28.329Z] #20 72.57 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
07:56:28 [2022-07-28T07:56:28.329Z] #20 72.57 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
07:56:28 [2022-07-28T07:56:28.329Z] #20 72.61 Selecting previously unselected package libseccomp-dev:amd64.
07:56:28 [2022-07-28T07:56:28.329Z] #20 72.62 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
07:56:28 [2022-07-28T07:56:28.329Z] #20 72.62 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
07:56:28 [2022-07-28T07:56:28.329Z] #20 72.68 Selecting previously unselected package libsystemd-dev:amd64.
07:56:28 [2022-07-28T07:56:28.329Z] #20 72.69 Preparing to unpack .../29-libsystemd-dev_247.3-7_amd64.deb ...
07:56:28 [2022-07-28T07:56:28.329Z] #20 72.69 Unpacking libsystemd-dev:amd64 (247.3-7) ...
07:56:28 [2022-07-28T07:56:28.329Z] #20 ...
07:56:28 [2022-07-28T07:56:28.329Z] 
07:56:28 [2022-07-28T07:56:28.329Z] #71 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
07:56:28 [2022-07-28T07:56:28.329Z] #71 sha256:117d3ffc3f3607ab487a50c1ea727adf8461d81c3f14e1451297d5fc4f05eb8b
07:56:28 [2022-07-28T07:56:28.329Z] #71 14.56 + cd /tmp/tmp.2VG9qdOpNY/src/github.com/containerd/containerd
07:56:28 [2022-07-28T07:56:28.329Z] #71 14.56 + git checkout -q v1.6.6
07:56:28 [2022-07-28T07:56:28.329Z] #71 15.06 + export 'BUILDTAGS=netgo osusergo static_build'
07:56:28 [2022-07-28T07:56:28.329Z] #71 15.06 + BUILDTAGS='netgo osusergo static_build'
07:56:28 [2022-07-28T07:56:28.329Z] #71 15.06 + export EXTRA_FLAGS=-buildmode=pie
07:56:28 [2022-07-28T07:56:28.329Z] #71 15.06 + EXTRA_FLAGS=-buildmode=pie
07:56:28 [2022-07-28T07:56:28.329Z] #71 15.06 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
07:56:28 [2022-07-28T07:56:28.329Z] #71 15.06 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
07:56:28 [2022-07-28T07:56:28.329Z] #71 15.06 + '[' '' = dynamic ']'
07:56:28 [2022-07-28T07:56:28.329Z] #71 15.06 + make
07:56:28 [2022-07-28T07:56:28.329Z] #71 15.93 + bin/ctr
07:56:28 [2022-07-28T07:56:28.589Z] #71 ...
07:56:28 [2022-07-28T07:56:28.589Z] 
07:56:28 [2022-07-28T07:56:28.589Z] #20 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
07:56:28 [2022-07-28T07:56:28.589Z] #20 sha256:01f35d543b0fe787fb290ef1cf930fd50d3034ae6d4bd4fcb30b74188c838b89
07:56:28 [2022-07-28T07:56:28.589Z] #20 72.89 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
07:56:28 [2022-07-28T07:56:28.589Z] #20 72.91 Setting up libapparmor1:amd64 (2.13.6-10) ...
07:56:28 [2022-07-28T07:56:28.589Z] #20 72.92 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
07:56:28 [2022-07-28T07:56:28.589Z] #20 72.93 Setting up libsepol1-dev:amd64 (3.1-1) ...
07:56:28 [2022-07-28T07:56:28.589Z] #20 72.94 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
07:56:28 [2022-07-28T07:56:28.589Z] #20 72.95 Setting up libpcre2-16-0:amd64 (10.36-2) ...
07:56:28 [2022-07-28T07:56:28.589Z] #20 72.96 Setting up libbtrfs0:amd64 (5.10.1-2) ...
07:56:28 [2022-07-28T07:56:28.589Z] #20 72.97 Setting up libpcre2-32-0:amd64 (10.36-2) ...
07:56:28 [2022-07-28T07:56:28.589Z] #20 72.98 Setting up libudev-dev:amd64 (247.3-7) ...
07:56:28 [2022-07-28T07:56:28.589Z] #20 72.99 Setting up libpcre2-posix2:amd64 (10.36-2) ...
07:56:28 [2022-07-28T07:56:28.848Z] #20 73.00 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
07:56:28 [2022-07-28T07:56:28.848Z] #20 73.01 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
07:56:28 [2022-07-28T07:56:28.848Z] #20 73.02 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
07:56:28 [2022-07-28T07:56:28.848Z] #20 73.04 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
07:56:28 [2022-07-28T07:56:28.848Z] #20 73.05 Setting up mingw-w64-common (8.0.0-1) ...
07:56:28 [2022-07-28T07:56:28.848Z] #20 73.06 Setting up libsystemd-dev:amd64 (247.3-7) ...
07:56:28 [2022-07-28T07:56:28.848Z] #20 73.07 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
07:56:28 [2022-07-28T07:56:28.848Z] #20 73.08 Setting up libpcre2-dev:amd64 (10.36-2) ...
07:56:28 [2022-07-28T07:56:28.848Z] #20 73.10 Setting up libselinux1-dev:amd64 (3.1-3) ...
07:56:28 [2022-07-28T07:56:28.848Z] #20 73.11 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
07:56:28 [2022-07-28T07:56:28.848Z] #20 73.12 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
07:56:28 [2022-07-28T07:56:28.848Z] #20 73.14 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
07:56:28 [2022-07-28T07:56:28.848Z] #20 73.15 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
07:56:28 [2022-07-28T07:56:28.848Z] #20 73.16 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
07:56:28 [2022-07-28T07:56:28.848Z] #20 73.16 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
07:56:28 [2022-07-28T07:56:28.848Z] #20 73.18 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
07:56:28 [2022-07-28T07:56:28.848Z] #20 73.19 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
07:56:28 [2022-07-28T07:56:28.848Z] #20 73.20 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
07:56:29 [2022-07-28T07:56:29.069Z] #64 342.7 + bin/containerd-shim-runc-v1
07:56:29 [2022-07-28T07:56:29.107Z] #20 73.21 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
07:56:29 [2022-07-28T07:56:29.107Z] #20 73.23 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
07:56:29 [2022-07-28T07:56:29.107Z] #20 73.24 Setting up dmsetup (2:1.02.175-2.1) ...
07:56:29 [2022-07-28T07:56:29.107Z] #20 73.26 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
07:56:29 [2022-07-28T07:56:29.107Z] #20 73.27 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
07:56:29 [2022-07-28T07:56:29.107Z] #20 73.28 Processing triggers for libc-bin (2.31-13+deb11u3) ...
07:56:30 [2022-07-28T07:56:30.044Z] #20 DONE 74.4s
07:56:30 [2022-07-28T07:56:30.044Z] 
07:56:30 [2022-07-28T07:56:30.044Z] #71 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
07:56:30 [2022-07-28T07:56:30.044Z] #71 sha256:117d3ffc3f3607ab487a50c1ea727adf8461d81c3f14e1451297d5fc4f05eb8b
07:56:30 [2022-07-28T07:56:30.304Z] #71 ...
07:56:30 [2022-07-28T07:56:30.304Z] 
07:56:30 [2022-07-28T07:56:30.304Z] #21 [runtime-dev-cross-true 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libapparmor-dev:arm64             libapparmor-dev:armel             libapparmor-dev:armhf             libapparmor-dev:ppc64el             libapparmor-dev:s390x             libseccomp-dev:arm64             libseccomp-dev:armel             libseccomp-dev:armhf             libseccomp-dev:ppc64el             libseccomp-dev:s390x
07:56:30 [2022-07-28T07:56:30.304Z] #21 sha256:8b54b813cf3538ce8efbb03804ed34d8a600226c9c3cc287d275fdb8775213b7
07:56:31 [2022-07-28T07:56:31.242Z] #21 1.183 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
07:56:31 [2022-07-28T07:56:31.501Z] #21 1.184 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
07:56:31 [2022-07-28T07:56:31.501Z] #21 1.265 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
07:56:35 [2022-07-28T07:56:35.639Z] #64 349.1 + bin/containerd-shim-runc-v2
07:56:35 [2022-07-28T07:56:35.639Z] #64 349.9 + binaries
07:56:35 [2022-07-28T07:56:35.639Z] #64 349.9 + install -D bin/containerd /build/containerd
07:56:35 [2022-07-28T07:56:35.639Z] #64 350.0 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
07:56:35 [2022-07-28T07:56:35.639Z] #64 350.0 + install -D bin/ctr /build/ctr
07:56:37 [2022-07-28T07:56:37.033Z] #21 1.700 Reading package lists...
07:56:38 [2022-07-28T07:56:38.905Z] #64 DONE 353.4s
07:56:39 [2022-07-28T07:56:39.833Z] 
07:56:39 [2022-07-28T07:56:39.833Z] #65 [dev-systemd-false 23/28] COPY --from=containerd    /build/ /usr/local/bin/
07:56:39 [2022-07-28T07:56:39.833Z] #65 sha256:4518adf265521945ff122d7c45e35403c2500c84141e4715f5fdfc21695dc6a0
07:56:41 [2022-07-28T07:56:41.219Z] #21 6.375 Reading package lists...
07:56:41 [2022-07-28T07:56:41.722Z] #65 DONE 1.7s
07:56:41 [2022-07-28T07:56:41.722Z] 
07:56:41 [2022-07-28T07:56:41.722Z] #70 [dev-systemd-false 24/28] COPY --from=rootlesskit   /build/ /usr/local/bin/
07:56:41 [2022-07-28T07:56:41.722Z] #70 sha256:070a984a99f6e48e7ba7c0f328654808a1f1a6398129076cdd300692b25edf88
07:56:41 [2022-07-28T07:56:41.978Z] #70 DONE 0.4s
07:56:41 [2022-07-28T07:56:41.978Z] 
07:56:41 [2022-07-28T07:56:41.978Z] #75 [dev-systemd-false 25/28] COPY --from=vpnkit        /build/ /usr/local/bin/
07:56:41 [2022-07-28T07:56:41.978Z] #75 sha256:8a2bc36a51cc398e7a8e9f9437ce5480fc0168df3a0cb2859d66ca8c5ecd1edf
07:56:42 [2022-07-28T07:56:42.157Z] #21 10.98 Building dependency tree...
07:56:42 [2022-07-28T07:56:42.157Z] #21 12.06 Reading state information...
07:56:43 [2022-07-28T07:56:43.532Z] #21 13.19 The following additional packages will be installed:
07:56:43 [2022-07-28T07:56:43.532Z] #21 13.19   gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el
07:56:43 [2022-07-28T07:56:43.532Z] #21 13.20   gcc-10-base:s390x libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf
07:56:43 [2022-07-28T07:56:43.532Z] #21 13.20   libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf
07:56:43 [2022-07-28T07:56:43.532Z] #21 13.20   libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf
07:56:43 [2022-07-28T07:56:43.532Z] #21 13.20   libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel
07:56:43 [2022-07-28T07:56:43.532Z] #21 13.20   libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp2:arm64
07:56:43 [2022-07-28T07:56:43.532Z] #21 13.21   libseccomp2:armel libseccomp2:armhf libseccomp2:ppc64el libseccomp2:s390x
07:56:43 [2022-07-28T07:56:43.532Z] #21 13.22 Suggested packages:
07:56:43 [2022-07-28T07:56:43.532Z] #21 13.22   glibc-doc:arm64 libc-l10n:arm64 locales:arm64 glibc-doc:armel
07:56:43 [2022-07-28T07:56:43.532Z] #21 13.22   libc-l10n:armel locales:armel glibc-doc:armhf libc-l10n:armhf locales:armhf
07:56:43 [2022-07-28T07:56:43.532Z] #21 13.22   glibc-doc:ppc64el libc-l10n:ppc64el locales:ppc64el glibc-doc:s390x
07:56:43 [2022-07-28T07:56:43.532Z] #21 13.22   libc-l10n:s390x locales:s390x seccomp:arm64 seccomp:armel seccomp:armhf
07:56:43 [2022-07-28T07:56:43.532Z] #21 13.22   seccomp:ppc64el seccomp:s390x
07:56:43 [2022-07-28T07:56:43.532Z] #21 13.22 Recommended packages:
07:56:43 [2022-07-28T07:56:43.532Z] #21 13.22   libidn2-0:arm64 libnss-nis:arm64 libnss-nisplus:arm64 libidn2-0:armel
07:56:43 [2022-07-28T07:56:43.532Z] #21 13.22   libnss-nis:armel libnss-nisplus:armel libidn2-0:armhf libnss-nis:armhf
07:56:43 [2022-07-28T07:56:43.532Z] #21 13.22   libnss-nisplus:armhf libidn2-0:ppc64el libnss-nis:ppc64el
07:56:43 [2022-07-28T07:56:43.532Z] #21 13.22   libnss-nisplus:ppc64el libidn2-0:s390x libnss-nis:s390x libnss-nisplus:s390x
07:56:43 [2022-07-28T07:56:43.792Z] #21 13.68 The following NEW packages will be installed:
07:56:43 [2022-07-28T07:56:43.792Z] #21 13.68   gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el
07:56:43 [2022-07-28T07:56:43.792Z] #21 13.68   gcc-10-base:s390x libapparmor-dev:arm64 libapparmor-dev:armel
07:56:43 [2022-07-28T07:56:43.792Z] #21 13.68   libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x
07:56:43 [2022-07-28T07:56:43.792Z] #21 13.68   libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf
07:56:43 [2022-07-28T07:56:43.792Z] #21 13.68   libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf
07:56:43 [2022-07-28T07:56:43.792Z] #21 13.68   libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf
07:56:43 [2022-07-28T07:56:43.792Z] #21 13.68   libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel
07:56:43 [2022-07-28T07:56:43.792Z] #21 13.69   libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp-dev:arm64
07:56:43 [2022-07-28T07:56:43.792Z] #21 13.69   libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el
07:56:43 [2022-07-28T07:56:43.792Z] #21 13.69   libseccomp-dev:s390x libseccomp2:arm64 libseccomp2:armel libseccomp2:armhf
07:56:43 [2022-07-28T07:56:43.792Z] #21 13.69   libseccomp2:ppc64el libseccomp2:s390x
07:56:44 [2022-07-28T07:56:44.032Z] #47 DONE 389.9s
07:56:44 [2022-07-28T07:56:44.032Z] 
07:56:44 [2022-07-28T07:56:44.032Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:56:44 [2022-07-28T07:56:44.032Z] #55 sha256:6a5ba43a879545395035c8edb2d77f5663eaeac2aed4ebd5825ef0a4ef562291
07:56:44 [2022-07-28T07:56:44.032Z] #55 ...
07:56:44 [2022-07-28T07:56:44.032Z] 
07:56:44 [2022-07-28T07:56:44.032Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:56:44 [2022-07-28T07:56:44.032Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:56:44 [2022-07-28T07:56:44.032Z] #77 314.2   CCLD     tests/init
07:56:44 [2022-07-28T07:56:44.051Z] #21 14.04 0 upgraded, 40 newly installed, 0 to remove and 1 not upgraded.
07:56:44 [2022-07-28T07:56:44.051Z] #21 14.04 Need to get 15.9 MB of archives.
07:56:44 [2022-07-28T07:56:44.051Z] #21 14.04 After this operation, 73.0 MB of additional disk space will be used.
07:56:44 [2022-07-28T07:56:44.051Z] #21 14.04 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-10-base arm64 10.2.1-6 [201 kB]
07:56:44 [2022-07-28T07:56:44.291Z] #77 ...
07:56:44 [2022-07-28T07:56:44.291Z] 
07:56:44 [2022-07-28T07:56:44.291Z] #48 [dev-systemd-false 17/28] COPY --from=registry      /build/ /usr/local/bin/
07:56:44 [2022-07-28T07:56:44.291Z] #48 sha256:df9af0e4281e79d6854be629b2fe1a2b9e4e362142498f5625a54f7c23812847
07:56:44 [2022-07-28T07:56:44.291Z] #48 DONE 0.5s
07:56:44 [2022-07-28T07:56:44.291Z] 
07:56:44 [2022-07-28T07:56:44.291Z] #52 [dev-systemd-false 18/28] COPY --from=criu          /build/ /usr/local/bin/
07:56:44 [2022-07-28T07:56:44.291Z] #52 sha256:17a3d7a52a8521dbb5eb6d7f588c892f915751ca059395e7c175b2b6368046fc
07:56:44 [2022-07-28T07:56:44.291Z] #52 DONE 0.1s
07:56:44 [2022-07-28T07:56:44.291Z] 
07:56:44 [2022-07-28T07:56:44.291Z] #54 [dev-systemd-false 19/28] COPY --from=gotestsum     /build/ /usr/local/bin/
07:56:44 [2022-07-28T07:56:44.291Z] #54 sha256:d76962db3177d430259f7d76b9b5d0c6e0e3c3d6878f4a0c0dd80d0ea3beacdb
07:56:44 [2022-07-28T07:56:44.291Z] #54 DONE 0.1s
07:56:44 [2022-07-28T07:56:44.291Z] 
07:56:44 [2022-07-28T07:56:44.292Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:56:44 [2022-07-28T07:56:44.292Z] #55 sha256:6a5ba43a879545395035c8edb2d77f5663eaeac2aed4ebd5825ef0a4ef562291
07:56:44 [2022-07-28T07:56:44.310Z] #21 14.05 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main armel gcc-10-base armel 10.2.1-6 [201 kB]
07:56:44 [2022-07-28T07:56:44.310Z] #21 14.05 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf gcc-10-base armhf 10.2.1-6 [201 kB]
07:56:44 [2022-07-28T07:56:44.310Z] #21 14.05 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el gcc-10-base ppc64el 10.2.1-6 [201 kB]
07:56:44 [2022-07-28T07:56:44.310Z] #21 14.06 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x gcc-10-base s390x 10.2.1-6 [201 kB]
07:56:44 [2022-07-28T07:56:44.310Z] #21 14.06 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libgcc-s1 s390x 10.2.1-6 [24.6 kB]
07:56:44 [2022-07-28T07:56:44.310Z] #21 14.06 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libcrypt1 s390x 1:4.4.18-4 [87.9 kB]
07:56:44 [2022-07-28T07:56:44.310Z] #21 14.07 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libc6 s390x 2.31-13+deb11u3 [2448 kB]
07:56:44 [2022-07-28T07:56:44.310Z] #21 14.10 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor1 s390x 2.13.6-10 [97.8 kB]
07:56:44 [2022-07-28T07:56:44.310Z] #21 14.11 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor-dev s390x 2.13.6-10 [139 kB]
07:56:44 [2022-07-28T07:56:44.310Z] #21 14.11 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libgcc-s1 ppc64el 10.2.1-6 [30.3 kB]
07:56:44 [2022-07-28T07:56:44.310Z] #21 14.11 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libcrypt1 ppc64el 1:4.4.18-4 [96.7 kB]
07:56:44 [2022-07-28T07:56:44.310Z] #21 14.11 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libc6 ppc64el 2.31-13+deb11u3 [2832 kB]
07:56:44 [2022-07-28T07:56:44.310Z] #21 14.15 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor1 ppc64el 2.13.6-10 [103 kB]
07:56:44 [2022-07-28T07:56:44.310Z] #21 14.15 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor-dev ppc64el 2.13.6-10 [146 kB]
07:56:44 [2022-07-28T07:56:44.310Z] #21 14.16 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libgcc-s1 armhf 10.2.1-6 [36.2 kB]
07:56:44 [2022-07-28T07:56:44.310Z] #21 14.16 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libcrypt1 armhf 1:4.4.18-4 [95.6 kB]
07:56:44 [2022-07-28T07:56:44.310Z] #21 14.16 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libc6 armhf 2.31-13+deb11u3 [2330 kB]
07:56:44 [2022-07-28T07:56:44.310Z] #21 14.19 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor1 armhf 2.13.6-10 [94.5 kB]
07:56:44 [2022-07-28T07:56:44.310Z] #21 14.19 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor-dev armhf 2.13.6-10 [137 kB]
07:56:44 [2022-07-28T07:56:44.310Z] #21 14.19 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgcc-s1 arm64 10.2.1-6 [34.6 kB]
07:56:44 [2022-07-28T07:56:44.310Z] #21 14.19 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcrypt1 arm64 1:4.4.18-4 [89.7 kB]
07:56:44 [2022-07-28T07:56:44.310Z] #21 14.19 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libc6 arm64 2.31-13+deb11u3 [2458 kB]
07:56:44 [2022-07-28T07:56:44.310Z] #21 14.22 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB]
07:56:44 [2022-07-28T07:56:44.310Z] #21 14.22 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB]
07:56:44 [2022-07-28T07:56:44.310Z] #21 14.22 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libgcc-s1 armel 10.2.1-6 [38.4 kB]
07:56:44 [2022-07-28T07:56:44.310Z] #21 14.22 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libcrypt1 armel 1:4.4.18-4 [97.0 kB]
07:56:44 [2022-07-28T07:56:44.310Z] #21 14.23 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libc6 armel 2.31-13+deb11u3 [2341 kB]
07:56:44 [2022-07-28T07:56:44.310Z] #21 14.25 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor1 armel 2.13.6-10 [95.2 kB]
07:56:44 [2022-07-28T07:56:44.492Z] #75 DONE 2.2s
07:56:44 [2022-07-28T07:56:44.492Z] 
07:56:44 [2022-07-28T07:56:44.492Z] #78 [dev-systemd-false 26/28] COPY --from=crun          /build/ /usr/local/bin/
07:56:44 [2022-07-28T07:56:44.492Z] #78 sha256:284527d23c1c8668d09be3d56c4fc3267b88eb6f3675e64fed2d1cf2bab91279
07:56:44 [2022-07-28T07:56:44.492Z] #78 DONE 0.1s
07:56:44 [2022-07-28T07:56:44.492Z] 
07:56:44 [2022-07-28T07:56:44.492Z] #79 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/  /etc/docker/
07:56:44 [2022-07-28T07:56:44.492Z] #79 sha256:8312f41a699fd9161384f6cb16b682fb9c706c6fd9b4744843bc88cc3b418e6b
07:56:44 [2022-07-28T07:56:44.492Z] #79 DONE 0.1s
07:56:44 [2022-07-28T07:56:44.492Z] 
07:56:44 [2022-07-28T07:56:44.492Z] #80 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker
07:56:44 [2022-07-28T07:56:44.492Z] #80 sha256:aae6ce80c56a804dfd00b724eeeccddeb71280ef4d33c6fb352adf8b9b409059
07:56:44 [2022-07-28T07:56:44.492Z] #80 DONE 0.0s
07:56:44 [2022-07-28T07:56:44.492Z] 
07:56:44 [2022-07-28T07:56:44.492Z] #81 [dev-systemd-true 1/2] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             dbus             dbus-user-session             systemd             systemd-sysv
07:56:44 [2022-07-28T07:56:44.492Z] #81 sha256:87d95f26dda0cb5c26981ff3af7970cec655560fd217cda58af1b447705b4627
07:56:44 [2022-07-28T07:56:44.570Z] #21 14.25 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor-dev armel 2.13.6-10 [138 kB]
07:56:44 [2022-07-28T07:56:44.570Z] #21 14.26 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp2 s390x 2.5.1-1+deb11u1 [46.8 kB]
07:56:44 [2022-07-28T07:56:44.570Z] #21 14.26 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp-dev s390x 2.5.1-1+deb11u1 [90.7 kB]
07:56:44 [2022-07-28T07:56:44.570Z] #21 14.26 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp2 ppc64el 2.5.1-1+deb11u1 [54.5 kB]
07:56:44 [2022-07-28T07:56:44.570Z] #21 14.26 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp-dev ppc64el 2.5.1-1+deb11u1 [95.3 kB]
07:56:44 [2022-07-28T07:56:44.570Z] #21 14.26 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp2 armhf 2.5.1-1+deb11u1 [46.7 kB]
07:56:44 [2022-07-28T07:56:44.570Z] #21 14.26 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp-dev armhf 2.5.1-1+deb11u1 [87.0 kB]
07:56:44 [2022-07-28T07:56:44.570Z] #21 14.26 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp2 armel 2.5.1-1+deb11u1 [47.6 kB]
07:56:44 [2022-07-28T07:56:44.570Z] #21 14.26 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp-dev armel 2.5.1-1+deb11u1 [87.8 kB]
07:56:44 [2022-07-28T07:56:44.570Z] #21 14.27 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp2 arm64 2.5.1-1+deb11u1 [47.4 kB]
07:56:44 [2022-07-28T07:56:44.570Z] #21 14.27 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
07:56:44 [2022-07-28T07:56:44.829Z] #21 14.79 debconf: delaying package configuration, since apt-utils is not installed
07:56:45 [2022-07-28T07:56:45.055Z] #81 0.629 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease
07:56:45 [2022-07-28T07:56:45.055Z] #81 0.630 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease
07:56:45 [2022-07-28T07:56:45.055Z] #81 0.630 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease
07:56:45 [2022-07-28T07:56:45.088Z] #21 15.01 Fetched 15.9 MB in 1s (31.5 MB/s)
07:56:45 [2022-07-28T07:56:45.088Z] #21 15.06 Selecting previously unselected package gcc-10-base:armel.
07:56:45 [2022-07-28T07:56:45.088Z] #21 15.06 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 38556 files and directories currently installed.)
07:56:45 [2022-07-28T07:56:45.088Z] #21 15.10 Preparing to unpack .../00-gcc-10-base_10.2.1-6_armel.deb ...
07:56:45 [2022-07-28T07:56:45.088Z] #21 15.10 Unpacking gcc-10-base:armel (10.2.1-6) ...
07:56:45 [2022-07-28T07:56:45.347Z] #21 15.16 Selecting previously unselected package gcc-10-base:armhf.
07:56:45 [2022-07-28T07:56:45.347Z] #21 15.17 Preparing to unpack .../01-gcc-10-base_10.2.1-6_armhf.deb ...
07:56:45 [2022-07-28T07:56:45.347Z] #21 15.17 Unpacking gcc-10-base:armhf (10.2.1-6) ...
07:56:45 [2022-07-28T07:56:45.347Z] #21 15.22 Selecting previously unselected package gcc-10-base:ppc64el.
07:56:45 [2022-07-28T07:56:45.347Z] #21 15.22 Preparing to unpack .../02-gcc-10-base_10.2.1-6_ppc64el.deb ...
07:56:45 [2022-07-28T07:56:45.347Z] #21 15.23 Unpacking gcc-10-base:ppc64el (10.2.1-6) ...
07:56:45 [2022-07-28T07:56:45.347Z] #21 15.27 Selecting previously unselected package gcc-10-base:s390x.
07:56:45 [2022-07-28T07:56:45.347Z] #21 15.29 Preparing to unpack .../03-gcc-10-base_10.2.1-6_s390x.deb ...
07:56:45 [2022-07-28T07:56:45.347Z] #21 15.29 Unpacking gcc-10-base:s390x (10.2.1-6) ...
07:56:45 [2022-07-28T07:56:45.347Z] #21 15.33 Selecting previously unselected package gcc-10-base:arm64.
07:56:45 [2022-07-28T07:56:45.347Z] #21 15.34 Preparing to unpack .../04-gcc-10-base_10.2.1-6_arm64.deb ...
07:56:45 [2022-07-28T07:56:45.347Z] #21 15.35 Unpacking gcc-10-base:arm64 (10.2.1-6) ...
07:56:45 [2022-07-28T07:56:45.347Z] #21 15.40 Selecting previously unselected package libgcc-s1:armel.
07:56:45 [2022-07-28T07:56:45.568Z] #81 0.877 Reading package lists...
07:56:45 [2022-07-28T07:56:45.605Z] #21 15.41 Preparing to unpack .../05-libgcc-s1_10.2.1-6_armel.deb ...
07:56:45 [2022-07-28T07:56:45.605Z] #21 15.41 Unpacking libgcc-s1:armel (10.2.1-6) ...
07:56:45 [2022-07-28T07:56:45.605Z] #21 15.46 Selecting previously unselected package libcrypt1:armel.
07:56:45 [2022-07-28T07:56:45.605Z] #21 15.46 Preparing to unpack .../06-libcrypt1_1%3a4.4.18-4_armel.deb ...
07:56:45 [2022-07-28T07:56:45.605Z] #21 15.46 Unpacking libcrypt1:armel (1:4.4.18-4) ...
07:56:45 [2022-07-28T07:56:45.605Z] #21 15.54 Selecting previously unselected package libc6:armel.
07:56:45 [2022-07-28T07:56:45.864Z] #21 15.55 Preparing to unpack .../07-libc6_2.31-13+deb11u3_armel.deb ...
07:56:45 [2022-07-28T07:56:45.864Z] #21 15.72 Unpacking libc6:armel (2.31-13+deb11u3) ...
07:56:46 [2022-07-28T07:56:46.123Z] #21 16.14 Selecting previously unselected package libapparmor1:armel.
07:56:46 [2022-07-28T07:56:46.382Z] #21 16.15 Preparing to unpack .../08-libapparmor1_2.13.6-10_armel.deb ...
07:56:46 [2022-07-28T07:56:46.382Z] #21 16.16 Unpacking libapparmor1:armel (2.13.6-10) ...
07:56:46 [2022-07-28T07:56:46.382Z] #21 16.21 Selecting previously unselected package libapparmor-dev:armel.
07:56:46 [2022-07-28T07:56:46.382Z] #21 16.22 Preparing to unpack .../09-libapparmor-dev_2.13.6-10_armel.deb ...
07:56:46 [2022-07-28T07:56:46.382Z] #21 16.23 Unpacking libapparmor-dev:armel (2.13.6-10) ...
07:56:46 [2022-07-28T07:56:46.382Z] #21 16.29 Selecting previously unselected package libgcc-s1:arm64.
07:56:46 [2022-07-28T07:56:46.382Z] #21 16.30 Preparing to unpack .../10-libgcc-s1_10.2.1-6_arm64.deb ...
07:56:46 [2022-07-28T07:56:46.382Z] #21 16.31 Unpacking libgcc-s1:arm64 (10.2.1-6) ...
07:56:46 [2022-07-28T07:56:46.382Z] #21 16.35 Selecting previously unselected package libcrypt1:arm64.
07:56:46 [2022-07-28T07:56:46.382Z] #21 16.36 Preparing to unpack .../11-libcrypt1_1%3a4.4.18-4_arm64.deb ...
07:56:46 [2022-07-28T07:56:46.382Z] #21 16.37 Unpacking libcrypt1:arm64 (1:4.4.18-4) ...
07:56:46 [2022-07-28T07:56:46.497Z] #81 1.413 Reading package lists...
07:56:46 [2022-07-28T07:56:46.497Z] #81 1.943 Building dependency tree...
07:56:46 [2022-07-28T07:56:46.497Z] #81 2.063 Reading state information...
07:56:46 [2022-07-28T07:56:46.497Z] #81 2.185 The following additional packages will be installed:
07:56:46 [2022-07-28T07:56:46.497Z] #81 2.186   libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 libkmod2 libpam-systemd
07:56:46 [2022-07-28T07:56:46.497Z] #81 2.187 Suggested packages:
07:56:46 [2022-07-28T07:56:46.497Z] #81 2.187   systemd-container policykit-1
07:56:46 [2022-07-28T07:56:46.497Z] #81 2.187 Recommended packages:
07:56:46 [2022-07-28T07:56:46.497Z] #81 2.187   systemd-timesyncd | time-daemon libnss-systemd
07:56:46 [2022-07-28T07:56:46.497Z] #81 2.254 The following NEW packages will be installed:
07:56:46 [2022-07-28T07:56:46.497Z] #81 2.255   dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5
07:56:46 [2022-07-28T07:56:46.497Z] #81 2.255   libkmod2 libpam-systemd systemd systemd-sysv
07:56:46 [2022-07-28T07:56:46.641Z] #21 16.44 Selecting previously unselected package libc6:arm64.
07:56:46 [2022-07-28T07:56:46.641Z] #21 16.45 Preparing to unpack .../12-libc6_2.31-13+deb11u3_arm64.deb ...
07:56:46 [2022-07-28T07:56:46.752Z] #81 2.524 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded.
07:56:46 [2022-07-28T07:56:46.752Z] #81 2.524 Need to get 5817 kB of archives.
07:56:46 [2022-07-28T07:56:46.752Z] #81 2.524 After this operation, 19.3 MB of additional disk space will be used.
07:56:46 [2022-07-28T07:56:46.752Z] #81 2.524 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB]
07:56:46 [2022-07-28T07:56:46.752Z] #81 2.526 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjson-c5 amd64 0.15-2 [42.8 kB]
07:56:46 [2022-07-28T07:56:46.752Z] #81 2.528 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcryptsetup12 amd64 2:2.3.7-1+deb11u1 [248 kB]
07:56:46 [2022-07-28T07:56:46.752Z] #81 2.531 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libkmod2 amd64 28-1 [55.6 kB]
07:56:46 [2022-07-28T07:56:46.752Z] #81 2.531 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd amd64 247.3-7 [4500 kB]
07:56:46 [2022-07-28T07:56:46.900Z] #21 16.61 Unpacking libc6:arm64 (2.31-13+deb11u3) ...
07:56:47 [2022-07-28T07:56:47.009Z] #81 2.684 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-sysv amd64 247.3-7 [113 kB]
07:56:47 [2022-07-28T07:56:47.009Z] #81 2.695 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdbus-1-3 amd64 1.12.20-2 [219 kB]
07:56:47 [2022-07-28T07:56:47.009Z] #81 2.697 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus amd64 1.12.20-2 [239 kB]
07:56:47 [2022-07-28T07:56:47.009Z] #81 2.698 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpam-systemd amd64 247.3-7 [283 kB]
07:56:47 [2022-07-28T07:56:47.009Z] #81 2.715 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus-user-session amd64 1.12.20-2 [96.2 kB]
07:56:47 [2022-07-28T07:56:47.161Z] #21 17.04 Selecting previously unselected package libapparmor1:arm64.
07:56:47 [2022-07-28T07:56:47.161Z] #21 17.04 Preparing to unpack .../13-libapparmor1_2.13.6-10_arm64.deb ...
07:56:47 [2022-07-28T07:56:47.161Z] #21 17.04 Unpacking libapparmor1:arm64 (2.13.6-10) ...
07:56:47 [2022-07-28T07:56:47.161Z] #21 17.09 Selecting previously unselected package libapparmor-dev:arm64.
07:56:47 [2022-07-28T07:56:47.162Z] #21 17.09 Preparing to unpack .../14-libapparmor-dev_2.13.6-10_arm64.deb ...
07:56:47 [2022-07-28T07:56:47.162Z] #21 17.10 Unpacking libapparmor-dev:arm64 (2.13.6-10) ...
07:56:47 [2022-07-28T07:56:47.162Z] #21 17.16 Selecting previously unselected package libgcc-s1:s390x.
07:56:47 [2022-07-28T07:56:47.266Z] #81 2.882 debconf: delaying package configuration, since apt-utils is not installed
07:56:47 [2022-07-28T07:56:47.266Z] #81 2.911 Fetched 5817 kB in 0s (12.5 MB/s)
07:56:47 [2022-07-28T07:56:47.266Z] #81 2.936 Selecting previously unselected package libargon2-1:amd64.
07:56:47 [2022-07-28T07:56:47.266Z] #81 2.936 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 28638 files and directories currently installed.)
07:56:47 [2022-07-28T07:56:47.266Z] #81 2.950 Preparing to unpack .../libargon2-1_0~20171227-0.2_amd64.deb ...
07:56:47 [2022-07-28T07:56:47.266Z] #81 2.956 Unpacking libargon2-1:amd64 (0~20171227-0.2) ...
07:56:47 [2022-07-28T07:56:47.266Z] #81 2.987 Selecting previously unselected package libjson-c5:amd64.
07:56:47 [2022-07-28T07:56:47.266Z] #81 2.990 Preparing to unpack .../libjson-c5_0.15-2_amd64.deb ...
07:56:47 [2022-07-28T07:56:47.266Z] #81 2.994 Unpacking libjson-c5:amd64 (0.15-2) ...
07:56:47 [2022-07-28T07:56:47.266Z] #81 3.028 Selecting previously unselected package libcryptsetup12:amd64.
07:56:47 [2022-07-28T07:56:47.266Z] #81 3.030 Preparing to unpack .../libcryptsetup12_2%3a2.3.7-1+deb11u1_amd64.deb ...
07:56:47 [2022-07-28T07:56:47.266Z] #81 3.035 Unpacking libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ...
07:56:47 [2022-07-28T07:56:47.266Z] #81 3.083 Selecting previously unselected package libkmod2:amd64.
07:56:47 [2022-07-28T07:56:47.266Z] #81 3.086 Preparing to unpack .../libkmod2_28-1_amd64.deb ...
07:56:47 [2022-07-28T07:56:47.266Z] #81 3.089 Unpacking libkmod2:amd64 (28-1) ...
07:56:47 [2022-07-28T07:56:47.421Z] #21 17.16 Preparing to unpack .../15-libgcc-s1_10.2.1-6_s390x.deb ...
07:56:47 [2022-07-28T07:56:47.421Z] #21 17.17 Unpacking libgcc-s1:s390x (10.2.1-6) ...
07:56:47 [2022-07-28T07:56:47.421Z] #21 17.21 Selecting previously unselected package libcrypt1:s390x.
07:56:47 [2022-07-28T07:56:47.421Z] #21 17.21 Preparing to unpack .../16-libcrypt1_1%3a4.4.18-4_s390x.deb ...
07:56:47 [2022-07-28T07:56:47.421Z] #21 17.22 Unpacking libcrypt1:s390x (1:4.4.18-4) ...
07:56:47 [2022-07-28T07:56:47.421Z] #21 17.31 Selecting previously unselected package libc6:s390x.
07:56:47 [2022-07-28T07:56:47.421Z] #21 17.32 Preparing to unpack .../17-libc6_2.31-13+deb11u3_s390x.deb ...
07:56:47 [2022-07-28T07:56:47.523Z] #81 3.134 Selecting previously unselected package systemd.
07:56:47 [2022-07-28T07:56:47.523Z] #81 3.134 Preparing to unpack .../systemd_247.3-7_amd64.deb ...
07:56:47 [2022-07-28T07:56:47.523Z] #81 3.166 Unpacking systemd (247.3-7) ...
07:56:47 [2022-07-28T07:56:47.679Z] #21 17.46 Unpacking libc6:s390x (2.31-13+deb11u3) ...
07:56:48 [2022-07-28T07:56:48.247Z] #21 17.93 Selecting previously unselected package libapparmor1:s390x.
07:56:48 [2022-07-28T07:56:48.247Z] #21 17.93 Preparing to unpack .../18-libapparmor1_2.13.6-10_s390x.deb ...
07:56:48 [2022-07-28T07:56:48.247Z] #21 17.94 Unpacking libapparmor1:s390x (2.13.6-10) ...
07:56:48 [2022-07-28T07:56:48.247Z] #21 17.98 Selecting previously unselected package libapparmor-dev:s390x.
07:56:48 [2022-07-28T07:56:48.247Z] #21 17.99 Preparing to unpack .../19-libapparmor-dev_2.13.6-10_s390x.deb ...
07:56:48 [2022-07-28T07:56:48.247Z] #21 17.99 Unpacking libapparmor-dev:s390x (2.13.6-10) ...
07:56:48 [2022-07-28T07:56:48.247Z] #21 18.05 Selecting previously unselected package libgcc-s1:armhf.
07:56:48 [2022-07-28T07:56:48.247Z] #21 18.06 Preparing to unpack .../20-libgcc-s1_10.2.1-6_armhf.deb ...
07:56:48 [2022-07-28T07:56:48.247Z] #21 18.07 Unpacking libgcc-s1:armhf (10.2.1-6) ...
07:56:48 [2022-07-28T07:56:48.247Z] #21 18.11 Selecting previously unselected package libcrypt1:armhf.
07:56:48 [2022-07-28T07:56:48.247Z] #21 18.11 Preparing to unpack .../21-libcrypt1_1%3a4.4.18-4_armhf.deb ...
07:56:48 [2022-07-28T07:56:48.247Z] #21 18.12 Unpacking libcrypt1:armhf (1:4.4.18-4) ...
07:56:48 [2022-07-28T07:56:48.247Z] #21 18.20 Selecting previously unselected package libc6:armhf.
07:56:48 [2022-07-28T07:56:48.450Z] #81 3.966 Setting up libargon2-1:amd64 (0~20171227-0.2) ...
07:56:48 [2022-07-28T07:56:48.450Z] #81 3.979 Setting up libjson-c5:amd64 (0.15-2) ...
07:56:48 [2022-07-28T07:56:48.450Z] #81 3.989 Setting up libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ...
07:56:48 [2022-07-28T07:56:48.450Z] #81 3.999 Setting up libkmod2:amd64 (28-1) ...
07:56:48 [2022-07-28T07:56:48.450Z] #81 4.197 Setting up systemd (247.3-7) ...
07:56:48 [2022-07-28T07:56:48.507Z] #21 18.20 Preparing to unpack .../22-libc6_2.31-13+deb11u3_armhf.deb ...
07:56:48 [2022-07-28T07:56:48.507Z] #21 18.41 Unpacking libc6:armhf (2.31-13+deb11u3) ...
07:56:49 [2022-07-28T07:56:49.013Z] #81 4.587 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
07:56:49 [2022-07-28T07:56:49.013Z] #81 4.589 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
07:56:49 [2022-07-28T07:56:49.013Z] #81 4.593 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
07:56:49 [2022-07-28T07:56:49.013Z] #81 4.616 Initializing machine ID from KVM UUID.
07:56:49 [2022-07-28T07:56:49.025Z] #21 18.79 Selecting previously unselected package libapparmor1:armhf.
07:56:49 [2022-07-28T07:56:49.025Z] #21 18.80 Preparing to unpack .../23-libapparmor1_2.13.6-10_armhf.deb ...
07:56:49 [2022-07-28T07:56:49.025Z] #21 18.80 Unpacking libapparmor1:armhf (2.13.6-10) ...
07:56:49 [2022-07-28T07:56:49.025Z] #21 18.86 Selecting previously unselected package libapparmor-dev:armhf.
07:56:49 [2022-07-28T07:56:49.025Z] #21 18.88 Preparing to unpack .../24-libapparmor-dev_2.13.6-10_armhf.deb ...
07:56:49 [2022-07-28T07:56:49.025Z] #21 18.88 Unpacking libapparmor-dev:armhf (2.13.6-10) ...
07:56:49 [2022-07-28T07:56:49.025Z] #21 18.95 Selecting previously unselected package libgcc-s1:ppc64el.
07:56:49 [2022-07-28T07:56:49.025Z] #21 18.96 Preparing to unpack .../25-libgcc-s1_10.2.1-6_ppc64el.deb ...
07:56:49 [2022-07-28T07:56:49.025Z] #21 18.96 Unpacking libgcc-s1:ppc64el (10.2.1-6) ...
07:56:49 [2022-07-28T07:56:49.025Z] #21 19.01 Selecting previously unselected package libcrypt1:ppc64el.
07:56:49 [2022-07-28T07:56:49.025Z] #21 19.02 Preparing to unpack .../26-libcrypt1_1%3a4.4.18-4_ppc64el.deb ...
07:56:49 [2022-07-28T07:56:49.025Z] #21 19.03 Unpacking libcrypt1:ppc64el (1:4.4.18-4) ...
07:56:49 [2022-07-28T07:56:49.270Z] #81 4.998 Selecting previously unselected package systemd-sysv.
07:56:49 [2022-07-28T07:56:49.270Z] #81 4.998 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 29449 files and directories currently installed.)
07:56:49 [2022-07-28T07:56:49.270Z] #81 5.012 Preparing to unpack .../systemd-sysv_247.3-7_amd64.deb ...
07:56:49 [2022-07-28T07:56:49.270Z] #81 5.015 Unpacking systemd-sysv (247.3-7) ...
07:56:49 [2022-07-28T07:56:49.270Z] #81 5.055 Selecting previously unselected package libdbus-1-3:amd64.
07:56:49 [2022-07-28T07:56:49.270Z] #81 5.058 Preparing to unpack .../libdbus-1-3_1.12.20-2_amd64.deb ...
07:56:49 [2022-07-28T07:56:49.270Z] #81 5.061 Unpacking libdbus-1-3:amd64 (1.12.20-2) ...
07:56:49 [2022-07-28T07:56:49.270Z] #81 5.117 Selecting previously unselected package dbus.
07:56:49 [2022-07-28T07:56:49.283Z] #21 19.10 Selecting previously unselected package libc6:ppc64el.
07:56:49 [2022-07-28T07:56:49.283Z] #21 19.11 Preparing to unpack .../27-libc6_2.31-13+deb11u3_ppc64el.deb ...
07:56:49 [2022-07-28T07:56:49.529Z] #81 5.120 Preparing to unpack .../dbus_1.12.20-2_amd64.deb ...
07:56:49 [2022-07-28T07:56:49.529Z] #81 5.129 Unpacking dbus (1.12.20-2) ...
07:56:49 [2022-07-28T07:56:49.529Z] #81 5.184 Selecting previously unselected package libpam-systemd:amd64.
07:56:49 [2022-07-28T07:56:49.529Z] #81 5.187 Preparing to unpack .../libpam-systemd_247.3-7_amd64.deb ...
07:56:49 [2022-07-28T07:56:49.529Z] #81 5.190 Unpacking libpam-systemd:amd64 (247.3-7) ...
07:56:49 [2022-07-28T07:56:49.529Z] #81 5.238 Selecting previously unselected package dbus-user-session.
07:56:49 [2022-07-28T07:56:49.529Z] #81 5.241 Preparing to unpack .../dbus-user-session_1.12.20-2_amd64.deb ...
07:56:49 [2022-07-28T07:56:49.529Z] #81 5.245 Unpacking dbus-user-session (1.12.20-2) ...
07:56:49 [2022-07-28T07:56:49.529Z] #81 5.318 Setting up systemd-sysv (247.3-7) ...
07:56:49 [2022-07-28T07:56:49.529Z] #81 5.328 Setting up libdbus-1-3:amd64 (1.12.20-2) ...
07:56:49 [2022-07-28T07:56:49.529Z] #81 5.338 Setting up dbus (1.12.20-2) ...
07:56:49 [2022-07-28T07:56:49.542Z] #21 19.28 Unpacking libc6:ppc64el (2.31-13+deb11u3) ...
07:56:49 [2022-07-28T07:56:49.785Z] #81 5.444 invoke-rc.d: could not determine current runlevel
07:56:49 [2022-07-28T07:56:49.785Z] #81 5.447 invoke-rc.d: policy-rc.d denied execution of start.
07:56:49 [2022-07-28T07:56:49.785Z] #81 5.450 Setting up libpam-systemd:amd64 (247.3-7) ...
07:56:50 [2022-07-28T07:56:50.041Z] #81 5.614 Setting up dbus-user-session (1.12.20-2) ...
07:56:50 [2022-07-28T07:56:50.041Z] #81 5.628 Processing triggers for libc-bin (2.31-13+deb11u3) ...
07:56:50 [2022-07-28T07:56:50.041Z] #81 DONE 5.7s
07:56:50 [2022-07-28T07:56:50.041Z] 
07:56:50 [2022-07-28T07:56:50.042Z] #82 [dev-systemd-true 2/2] RUN mkdir -p hack   && curl -o hack/dind-systemd https://raw.githubusercontent.com/AkihiroSuda/containerized-systemd/b70bac0daeea120456764248164c21684ade7d0d/docker-entrypoint.sh   && chmod +x hack/dind-systemd
07:56:50 [2022-07-28T07:56:50.042Z] #82 sha256:0dcf5b92f0969839ca8076555f283530c3e3759290c009928ef8ebc9262868c4
07:56:50 [2022-07-28T07:56:50.110Z] #21 19.85 Selecting previously unselected package libapparmor1:ppc64el.
07:56:50 [2022-07-28T07:56:50.110Z] #21 19.86 Preparing to unpack .../28-libapparmor1_2.13.6-10_ppc64el.deb ...
07:56:50 [2022-07-28T07:56:50.110Z] #21 19.87 Unpacking libapparmor1:ppc64el (2.13.6-10) ...
07:56:50 [2022-07-28T07:56:50.110Z] #21 19.93 Selecting previously unselected package libapparmor-dev:ppc64el.
07:56:50 [2022-07-28T07:56:50.110Z] #21 19.93 Preparing to unpack .../29-libapparmor-dev_2.13.6-10_ppc64el.deb ...
07:56:50 [2022-07-28T07:56:50.110Z] #21 19.94 Unpacking libapparmor-dev:ppc64el (2.13.6-10) ...
07:56:50 [2022-07-28T07:56:50.110Z] #21 20.02 Selecting previously unselected package libseccomp2:s390x.
07:56:50 [2022-07-28T07:56:50.110Z] #21 20.03 Preparing to unpack .../30-libseccomp2_2.5.1-1+deb11u1_s390x.deb ...
07:56:50 [2022-07-28T07:56:50.110Z] #21 20.04 Unpacking libseccomp2:s390x (2.5.1-1+deb11u1) ...
07:56:50 [2022-07-28T07:56:50.110Z] #21 20.08 Selecting previously unselected package libseccomp-dev:s390x.
07:56:50 [2022-07-28T07:56:50.110Z] #21 20.08 Preparing to unpack .../31-libseccomp-dev_2.5.1-1+deb11u1_s390x.deb ...
07:56:50 [2022-07-28T07:56:50.110Z] #21 20.09 Unpacking libseccomp-dev:s390x (2.5.1-1+deb11u1) ...
07:56:50 [2022-07-28T07:56:50.369Z] #21 20.16 Selecting previously unselected package libseccomp2:ppc64el.
07:56:50 [2022-07-28T07:56:50.369Z] #21 20.17 Preparing to unpack .../32-libseccomp2_2.5.1-1+deb11u1_ppc64el.deb ...
07:56:50 [2022-07-28T07:56:50.369Z] #21 20.18 Unpacking libseccomp2:ppc64el (2.5.1-1+deb11u1) ...
07:56:50 [2022-07-28T07:56:50.369Z] #21 20.23 Selecting previously unselected package libseccomp-dev:ppc64el.
07:56:50 [2022-07-28T07:56:50.369Z] #21 20.23 Preparing to unpack .../33-libseccomp-dev_2.5.1-1+deb11u1_ppc64el.deb ...
07:56:50 [2022-07-28T07:56:50.369Z] #21 20.23 Unpacking libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ...
07:56:50 [2022-07-28T07:56:50.369Z] #21 20.30 Selecting previously unselected package libseccomp2:armhf.
07:56:50 [2022-07-28T07:56:50.369Z] #21 20.31 Preparing to unpack .../34-libseccomp2_2.5.1-1+deb11u1_armhf.deb ...
07:56:50 [2022-07-28T07:56:50.369Z] #21 20.31 Unpacking libseccomp2:armhf (2.5.1-1+deb11u1) ...
07:56:50 [2022-07-28T07:56:50.369Z] #21 20.36 Selecting previously unselected package libseccomp-dev:armhf.
07:56:50 [2022-07-28T07:56:50.369Z] #21 20.36 Preparing to unpack .../35-libseccomp-dev_2.5.1-1+deb11u1_armhf.deb ...
07:56:50 [2022-07-28T07:56:50.369Z] #21 20.37 Unpacking libseccomp-dev:armhf (2.5.1-1+deb11u1) ...
07:56:50 [2022-07-28T07:56:50.369Z] #21 20.43 Selecting previously unselected package libseccomp2:armel.
07:56:50 [2022-07-28T07:56:50.553Z] #82 0.375   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
07:56:50 [2022-07-28T07:56:50.553Z] #82 0.376                                  Dload  Upload   Total   Spent    Left  Speed
07:56:50 [2022-07-28T07:56:50.553Z] #82 0.376 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  1823  100  1823    0     0   8439      0 --:--:-- --:--:-- --:--:--  8439
07:56:50 [2022-07-28T07:56:50.553Z] #82 DONE 0.6s
07:56:50 [2022-07-28T07:56:50.553Z] 
07:56:50 [2022-07-28T07:56:50.553Z] #83 [final 1/1] COPY . /go/src/github.com/docker/docker
07:56:50 [2022-07-28T07:56:50.553Z] #83 sha256:2e7d8942e6dd9a337e5fdcc18c92d6db4aa7f504deeeda7e5c3f6bf055441b51
07:56:50 [2022-07-28T07:56:50.628Z] #21 20.43 Preparing to unpack .../36-libseccomp2_2.5.1-1+deb11u1_armel.deb ...
07:56:50 [2022-07-28T07:56:50.628Z] #21 20.44 Unpacking libseccomp2:armel (2.5.1-1+deb11u1) ...
07:56:50 [2022-07-28T07:56:50.628Z] #21 20.49 Selecting previously unselected package libseccomp-dev:armel.
07:56:50 [2022-07-28T07:56:50.628Z] #21 20.50 Preparing to unpack .../37-libseccomp-dev_2.5.1-1+deb11u1_armel.deb ...
07:56:50 [2022-07-28T07:56:50.628Z] #21 20.50 Unpacking libseccomp-dev:armel (2.5.1-1+deb11u1) ...
07:56:50 [2022-07-28T07:56:50.628Z] #21 20.55 Selecting previously unselected package libseccomp2:arm64.
07:56:50 [2022-07-28T07:56:50.628Z] #21 20.56 Preparing to unpack .../38-libseccomp2_2.5.1-1+deb11u1_arm64.deb ...
07:56:50 [2022-07-28T07:56:50.628Z] #21 20.57 Unpacking libseccomp2:arm64 (2.5.1-1+deb11u1) ...
07:56:50 [2022-07-28T07:56:50.628Z] #21 20.61 Selecting previously unselected package libseccomp-dev:arm64.
07:56:50 [2022-07-28T07:56:50.628Z] #21 20.61 Preparing to unpack .../39-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
07:56:50 [2022-07-28T07:56:50.628Z] #21 20.62 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
07:56:50 [2022-07-28T07:56:50.887Z] #21 20.72 Setting up gcc-10-base:arm64 (10.2.1-6) ...
07:56:50 [2022-07-28T07:56:50.887Z] #21 20.73 Setting up gcc-10-base:armel (10.2.1-6) ...
07:56:50 [2022-07-28T07:56:50.887Z] #21 20.74 Setting up gcc-10-base:armhf (10.2.1-6) ...
07:56:50 [2022-07-28T07:56:50.887Z] #21 20.75 Setting up gcc-10-base:ppc64el (10.2.1-6) ...
07:56:50 [2022-07-28T07:56:50.887Z] #21 20.77 Setting up gcc-10-base:s390x (10.2.1-6) ...
07:56:50 [2022-07-28T07:56:50.887Z] #21 20.78 Setting up libcrypt1:arm64 (1:4.4.18-4) ...
07:56:50 [2022-07-28T07:56:50.887Z] #21 20.79 Setting up libcrypt1:armel (1:4.4.18-4) ...
07:56:50 [2022-07-28T07:56:50.887Z] #21 20.80 Setting up libcrypt1:armhf (1:4.4.18-4) ...
07:56:50 [2022-07-28T07:56:50.887Z] #21 20.82 Setting up libcrypt1:ppc64el (1:4.4.18-4) ...
07:56:50 [2022-07-28T07:56:50.887Z] #21 20.83 Setting up libcrypt1:s390x (1:4.4.18-4) ...
07:56:50 [2022-07-28T07:56:50.887Z] #21 20.84 Setting up libgcc-s1:arm64 (10.2.1-6) ...
07:56:50 [2022-07-28T07:56:50.887Z] #21 20.85 Setting up libgcc-s1:armel (10.2.1-6) ...
07:56:50 [2022-07-28T07:56:50.887Z] #21 20.86 Setting up libgcc-s1:armhf (10.2.1-6) ...
07:56:50 [2022-07-28T07:56:50.887Z] #21 20.88 Setting up libgcc-s1:ppc64el (10.2.1-6) ...
07:56:50 [2022-07-28T07:56:50.887Z] #21 20.89 Setting up libgcc-s1:s390x (10.2.1-6) ...
07:56:50 [2022-07-28T07:56:50.887Z] #21 20.90 Setting up libc6:arm64 (2.31-13+deb11u3) ...
07:56:51 [2022-07-28T07:56:51.483Z] #83 DONE 0.9s
07:56:51 [2022-07-28T07:56:51.483Z] 
07:56:51 [2022-07-28T07:56:51.483Z] #84 exporting to image
07:56:51 [2022-07-28T07:56:51.483Z] #84 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
07:56:51 [2022-07-28T07:56:51.483Z] #84 exporting layers
07:56:52 [2022-07-28T07:56:52.265Z] #21 22.10 Setting up libc6:armel (2.31-13+deb11u3) ...
07:56:53 [2022-07-28T07:56:53.644Z] #21 23.35 Setting up libc6:armhf (2.31-13+deb11u3) ...
07:56:55 [2022-07-28T07:56:55.021Z] #21 24.60 Setting up libc6:ppc64el (2.31-13+deb11u3) ...
07:56:55 [2022-07-28T07:56:55.958Z] #21 25.85 Setting up libc6:s390x (2.31-13+deb11u3) ...
07:56:57 [2022-07-28T07:56:57.337Z] #21 27.07 Setting up libapparmor1:arm64 (2.13.6-10) ...
07:56:57 [2022-07-28T07:56:57.337Z] #21 27.09 Setting up libapparmor1:armel (2.13.6-10) ...
07:56:57 [2022-07-28T07:56:57.337Z] #21 27.10 Setting up libapparmor1:armhf (2.13.6-10) ...
07:56:57 [2022-07-28T07:56:57.337Z] #21 27.12 Setting up libapparmor1:ppc64el (2.13.6-10) ...
07:56:57 [2022-07-28T07:56:57.337Z] #21 27.13 Setting up libapparmor1:s390x (2.13.6-10) ...
07:56:57 [2022-07-28T07:56:57.337Z] #21 27.14 Setting up libseccomp2:arm64 (2.5.1-1+deb11u1) ...
07:56:57 [2022-07-28T07:56:57.337Z] #21 27.15 Setting up libseccomp2:armel (2.5.1-1+deb11u1) ...
07:56:57 [2022-07-28T07:56:57.337Z] #21 27.16 Setting up libseccomp2:armhf (2.5.1-1+deb11u1) ...
07:56:57 [2022-07-28T07:56:57.337Z] #21 27.18 Setting up libseccomp2:ppc64el (2.5.1-1+deb11u1) ...
07:56:57 [2022-07-28T07:56:57.337Z] #21 27.20 Setting up libseccomp2:s390x (2.5.1-1+deb11u1) ...
07:56:57 [2022-07-28T07:56:57.337Z] #21 27.21 Setting up libapparmor-dev:arm64 (2.13.6-10) ...
07:56:57 [2022-07-28T07:56:57.337Z] #21 27.22 Setting up libapparmor-dev:armel (2.13.6-10) ...
07:56:57 [2022-07-28T07:56:57.337Z] #21 27.23 Setting up libapparmor-dev:armhf (2.13.6-10) ...
07:56:57 [2022-07-28T07:56:57.337Z] #21 27.24 Setting up libapparmor-dev:ppc64el (2.13.6-10) ...
07:56:57 [2022-07-28T07:56:57.337Z] #21 27.25 Setting up libapparmor-dev:s390x (2.13.6-10) ...
07:56:57 [2022-07-28T07:56:57.337Z] #21 27.27 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
07:56:57 [2022-07-28T07:56:57.337Z] #21 27.28 Setting up libseccomp-dev:armel (2.5.1-1+deb11u1) ...
07:56:57 [2022-07-28T07:56:57.596Z] #21 27.29 Setting up libseccomp-dev:armhf (2.5.1-1+deb11u1) ...
07:56:57 [2022-07-28T07:56:57.596Z] #21 27.30 Setting up libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ...
07:56:57 [2022-07-28T07:56:57.596Z] #21 27.31 Setting up libseccomp-dev:s390x (2.5.1-1+deb11u1) ...
07:56:57 [2022-07-28T07:56:57.596Z] #21 27.32 Processing triggers for libc-bin (2.31-13+deb11u3) ...
07:56:57 [2022-07-28T07:56:57.855Z] #21 DONE 27.9s
07:56:57 [2022-07-28T07:56:57.855Z] 
07:56:57 [2022-07-28T07:56:57.855Z] #71 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
07:56:57 [2022-07-28T07:56:57.855Z] #71 sha256:117d3ffc3f3607ab487a50c1ea727adf8461d81c3f14e1451297d5fc4f05eb8b
07:56:58 [2022-07-28T07:56:58.022Z] #84 exporting layers 6.6s done
07:56:58 [2022-07-28T07:56:58.022Z] #84 writing image sha256:890554781cdb553226ddfd04e6ce6676b4d3ce180662644cc355a78e45979a2b done
07:56:58 [2022-07-28T07:56:58.022Z] #84 naming to docker.io/library/docker:6d41219baee83f456b8628735d9b7ca20e188b1a done
07:56:58 [2022-07-28T07:56:58.022Z] #84 DONE 6.6s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
07:56:58 [2022-07-28T07:56:58.115Z] #71 ...
07:56:58 [2022-07-28T07:56:58.115Z] 
07:56:58 [2022-07-28T07:56:58.115Z] #66 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
07:56:58 [2022-07-28T07:56:58.115Z] #66 sha256:f496b20611823af51e78885823cc5812fd4b0c0af0279ddcb2c60040d782998b
07:56:58 [2022-07-28T07:56:58.115Z] #66 DONE 0.2s
07:56:58 [2022-07-28T07:56:58.115Z] 
07:56:58 [2022-07-28T07:56:58.115Z] #67 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
07:56:58 [2022-07-28T07:56:58.115Z] #67 sha256:cbbea57b297b50c87e2cdca4ff694e1e975071abda6556fc1d22ad687f0671f7
[Pipeline] sh
07:56:58 [2022-07-28T07:56:58.424Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43875/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=6d41219baee83f456b8628735d9b7ca20e188b1a -e DOCKER_GRAPHDRIVER -e DOCKER_EXPERIMENTAL -e DOCKER_SYSTEMD -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=22.06 docker:6d41219baee83f456b8628735d9b7ca20e188b1a hack/make.sh dynbinary test-integration
07:56:59 [2022-07-28T07:56:59.058Z] #67 0.918 + RM_GOPATH=0
07:56:59 [2022-07-28T07:56:59.058Z] #67 0.918 + TMP_GOPATH=
07:56:59 [2022-07-28T07:56:59.058Z] #67 0.918 + : /build
07:56:59 [2022-07-28T07:56:59.058Z] #67 0.918 + '[' -z '' ']'
07:56:59 [2022-07-28T07:56:59.058Z] #67 0.918 ++ mktemp -d
07:56:59 [2022-07-28T07:56:59.058Z] #67 0.920 + export GOPATH=/tmp/tmp.cj8zWgX27k
07:56:59 [2022-07-28T07:56:59.058Z] #67 0.920 + GOPATH=/tmp/tmp.cj8zWgX27k
07:56:59 [2022-07-28T07:56:59.058Z] #67 0.921 + RM_GOPATH=1
07:56:59 [2022-07-28T07:56:59.058Z] #67 0.921 + case "$(go env GOARCH)" in
07:56:59 [2022-07-28T07:56:59.058Z] #67 0.921 ++ go env GOARCH
07:56:59 [2022-07-28T07:56:59.058Z] #67 0.928 + export GO_BUILDMODE=-buildmode=pie
07:56:59 [2022-07-28T07:56:59.058Z] #67 0.929 + GO_BUILDMODE=-buildmode=pie
07:56:59 [2022-07-28T07:56:59.058Z] #67 0.929 ++ dirname /install.sh
07:56:59 [2022-07-28T07:56:59.058Z] #67 0.930 + dir=/
07:56:59 [2022-07-28T07:56:59.058Z] #67 0.930 + bin=runc
07:56:59 [2022-07-28T07:56:59.058Z] #67 0.931 + shift
07:56:59 [2022-07-28T07:56:59.058Z] #67 0.931 + '[' '!' -f //runc.installer ']'
07:56:59 [2022-07-28T07:56:59.058Z] #67 0.931 + . //runc.installer
07:56:59 [2022-07-28T07:56:59.058Z] #67 0.931 ++ set -e
07:56:59 [2022-07-28T07:56:59.058Z] #67 0.931 ++ : v1.1.2
07:56:59 [2022-07-28T07:56:59.058Z] #67 0.932 + install_runc
07:56:59 [2022-07-28T07:56:59.058Z] #67 0.932 + RUNC_BUILDTAGS=seccomp
07:56:59 [2022-07-28T07:56:59.058Z] #67 0.932 + echo 'Install runc version v1.1.2 (build tags: seccomp)'
07:56:59 [2022-07-28T07:56:59.058Z] #67 0.932 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.cj8zWgX27k/src/github.com/opencontainers/runc
07:56:59 [2022-07-28T07:56:59.058Z] #67 0.933 Install runc version v1.1.2 (build tags: seccomp)
07:56:59 [2022-07-28T07:56:59.058Z] #67 0.936 Cloning into '/tmp/tmp.cj8zWgX27k/src/github.com/opencontainers/runc'...
07:56:59 [2022-07-28T07:56:59.317Z] #67 ...
07:56:59 [2022-07-28T07:56:59.317Z] 
07:56:59 [2022-07-28T07:56:59.317Z] #22 [dev-systemd-false  1/28] RUN groupadd -r docker
07:56:59 [2022-07-28T07:56:59.317Z] #22 sha256:80ec9b60d79a82a8506b8343659b9e1369606c7c547d22cb154176ffa6de1b04
07:56:59 [2022-07-28T07:56:59.317Z] #22 DONE 1.3s
07:56:59 [2022-07-28T07:56:59.317Z] 
07:56:59 [2022-07-28T07:56:59.317Z] #23 [dev-systemd-false  2/28] RUN useradd --create-home --gid docker unprivilegeduser  && mkdir -p /home/unprivilegeduser/.local/share/docker  && chown -R unprivilegeduser /home/unprivilegeduser
07:56:59 [2022-07-28T07:56:59.317Z] #23 sha256:5975d655333acbfaa5c9da560620d431fe1e5ffccbda7f3783059301394b6ecd
07:56:59 [2022-07-28T07:56:59.788Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null.
07:56:59 [2022-07-28T07:56:59.788Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null.
07:56:59 [2022-07-28T07:56:59.788Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service.
07:56:59 [2022-07-28T07:56:59.788Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target
07:56:59 [2022-07-28T07:56:59.789Z] systemd 247.3-7 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified)
07:56:59 [2022-07-28T07:56:59.789Z] Detected virtualization docker.
07:56:59 [2022-07-28T07:56:59.789Z] Detected architecture x86-64.
07:56:59 [2022-07-28T07:56:59.789Z] Set hostname to <5989038ae069>.
07:56:59 [2022-07-28T07:56:59.789Z] modprobe@configfs.service: Succeeded.
07:56:59 [2022-07-28T07:56:59.789Z] modprobe@drm.service: Succeeded.
07:56:59 [2022-07-28T07:56:59.789Z] modprobe@fuse.service: Succeeded.
07:57:00 [2022-07-28T07:57:00.045Z] + source /etc/docker-entrypoint-cmd
07:57:00 [2022-07-28T07:57:00.045Z] ++ hack/make.sh dynbinary test-integration
07:57:00 [2022-07-28T07:57:00.045Z] 
07:57:00 [2022-07-28T07:57:00.045Z] Removing bundles/
07:57:00 [2022-07-28T07:57:00.045Z] 
07:57:00 [2022-07-28T07:57:00.045Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
07:57:00 [2022-07-28T07:57:00.045Z] Building: bundles/dynbinary-daemon/dockerd
07:57:00 [2022-07-28T07:57:00.045Z] GOOS="" GOARCH="" GOARM=""
07:57:00 [2022-07-28T07:57:00.263Z] #23 DONE 1.0s
07:57:00 [2022-07-28T07:57:00.263Z] 
07:57:00 [2022-07-28T07:57:00.263Z] #24 [dev-systemd-false  3/28] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
07:57:00 [2022-07-28T07:57:00.263Z] #24 sha256:3e8c3d4c91bee45b3df38b77116271b698af391862a1cc7952fbfc1d03fb41c2
07:57:00 [2022-07-28T07:57:00.818Z] #64 412.2 # github.com/containerd/containerd/cmd/containerd
07:57:00 [2022-07-28T07:57:00.818Z] #64 412.2 /usr/bin/ld: /tmp/go-link-1009926089/000019.o: in function `New':
07:57:00 [2022-07-28T07:57:00.818Z] #64 412.2 /tmp/tmp.FIWhYQ3Ook/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
07:57:00 [2022-07-28T07:57:00.818Z] #64 412.3 + bin/containerd-stress
07:57:00 [2022-07-28T07:57:00.818Z] #64 413.4 + bin/containerd-shim
07:57:01 [2022-07-28T07:57:01.205Z] #24 0.793 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
07:57:01 [2022-07-28T07:57:01.205Z] #24 DONE 0.9s
07:57:01 [2022-07-28T07:57:01.205Z] 
07:57:01 [2022-07-28T07:57:01.205Z] #25 [dev-systemd-false  4/28] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
07:57:01 [2022-07-28T07:57:01.205Z] #25 sha256:55e655afdfb6b666064706f6ebc15e4573384d6b8022035fd04b8e31f0a1d638
07:57:02 [2022-07-28T07:57:02.142Z] #25 DONE 0.9s
07:57:02 [2022-07-28T07:57:02.142Z] 
07:57:02 [2022-07-28T07:57:02.142Z] #67 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
07:57:02 [2022-07-28T07:57:02.142Z] #67 sha256:cbbea57b297b50c87e2cdca4ff694e1e975071abda6556fc1d22ad687f0671f7
07:57:03 [2022-07-28T07:57:03.082Z] #67 ...
07:57:03 [2022-07-28T07:57:03.082Z] 
07:57:03 [2022-07-28T07:57:03.082Z] #26 [dev-systemd-false  5/28] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
07:57:03 [2022-07-28T07:57:03.082Z] #26 sha256:de0f69e2901068e1911c144aa5e6b6edc5ea51202f6faa96fbc081a85b9d29f0
07:57:03 [2022-07-28T07:57:03.082Z] #26 DONE 0.9s
07:57:03 [2022-07-28T07:57:03.082Z] 
07:57:03 [2022-07-28T07:57:03.082Z] #27 [dev-systemd-false  6/28] RUN ldconfig
07:57:03 [2022-07-28T07:57:03.082Z] #27 sha256:a0cd10f2844d1fa81b2572401fde4e9c7d96d6139cb33c05160e76e780f17883
07:57:04 [2022-07-28T07:57:04.019Z] #27 DONE 1.0s
07:57:04 [2022-07-28T07:57:04.019Z] 
07:57:04 [2022-07-28T07:57:04.019Z] #67 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
07:57:04 [2022-07-28T07:57:04.019Z] #67 sha256:cbbea57b297b50c87e2cdca4ff694e1e975071abda6556fc1d22ad687f0671f7
07:57:04 [2022-07-28T07:57:04.019Z] #67 5.437 + cd /tmp/tmp.cj8zWgX27k/src/github.com/opencontainers/runc
07:57:04 [2022-07-28T07:57:04.019Z] #67 5.437 + git checkout -q v1.1.2
07:57:04 [2022-07-28T07:57:04.019Z] #67 5.838 + '[' -z '' ']'
07:57:04 [2022-07-28T07:57:04.019Z] #67 5.839 + target=static
07:57:04 [2022-07-28T07:57:04.019Z] #67 5.839 + make BUILDTAGS=seccomp static
07:57:04 [2022-07-28T07:57:04.280Z] #67 6.092 CGO_ENABLED=1 go build -trimpath  -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.2-0-ga916309f -X main.version=1.1.2 " -o runc .
07:57:06 [2022-07-28T07:57:06.227Z] #55 ...
07:57:06 [2022-07-28T07:57:06.227Z] 
07:57:06 [2022-07-28T07:57:06.227Z] #77 [crun 2/2] RUN --mount=type=tmpfs,target=/tmp/crun-build     git clone https://github.com/containers/crun.git /tmp/crun-build &&     cd /tmp/crun-build &&     git checkout -q "1.4.5" &&     ./autogen.sh &&     ./configure --bindir=/build &&     make -j install
07:57:06 [2022-07-28T07:57:06.227Z] #77 sha256:8bb278e096921f23e9b0665fb1973011921cae040099e41369a746d07b133d36
07:57:06 [2022-07-28T07:57:06.227Z] #77 336.1   AR       libcrun_testing.a
07:57:06 [2022-07-28T07:57:06.227Z] #77 336.1 ar: `u' modifier ignored since `D' is the default (see `U')
07:57:06 [2022-07-28T07:57:06.227Z] #77 336.2   CCLD     tests/tests_libcrun_errors
07:57:06 [2022-07-28T07:57:06.227Z] #77 336.2   CCLD     tests/tests_libcrun_utils
07:57:06 [2022-07-28T07:57:06.227Z] #77 336.2   CCLD     tests/tests_libcrun_fuzzer
07:57:06 [2022-07-28T07:57:06.227Z] #77 336.2   CCLD     libcrun.la
07:57:06 [2022-07-28T07:57:06.227Z] #77 337.5   CCLD     crun
07:57:06 [2022-07-28T07:57:06.794Z] #77 338.1 make[3]: Entering directory '/tmp/crun-build'
07:57:06 [2022-07-28T07:57:06.794Z] #77 338.3  /bin/mkdir -p '/usr/local/share/man/man1'
07:57:06 [2022-07-28T07:57:06.794Z] #77 338.4  /usr/bin/install -c -m 644 crun.1 '/usr/local/share/man/man1'
07:57:06 [2022-07-28T07:57:06.794Z] #77 338.4  /bin/mkdir -p '/usr/local/lib'
07:57:06 [2022-07-28T07:57:06.794Z] #77 338.4  /bin/bash ./libtool   --mode=install /usr/bin/install -c   libcrun.la '/usr/local/lib'
07:57:06 [2022-07-28T07:57:06.794Z] #77 338.4 libtool: install: /usr/bin/install -c .libs/libcrun.lai /usr/local/lib/libcrun.la
07:57:06 [2022-07-28T07:57:06.794Z] #77 338.4 libtool: install: /usr/bin/install -c .libs/libcrun.a /usr/local/lib/libcrun.a
07:57:06 [2022-07-28T07:57:06.794Z] #77 338.5 libtool: install: chmod 644 /usr/local/lib/libcrun.a
07:57:07 [2022-07-28T07:57:07.054Z] #77 338.5 libtool: install: ranlib /usr/local/lib/libcrun.a
07:57:07 [2022-07-28T07:57:07.054Z] #77 338.6 libtool: finish: PATH="/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib
07:57:07 [2022-07-28T07:57:07.054Z] #77 338.6 ----------------------------------------------------------------------
07:57:07 [2022-07-28T07:57:07.054Z] #77 338.6 Libraries have been installed in:
07:57:07 [2022-07-28T07:57:07.054Z] #77 338.6    /usr/local/lib
07:57:07 [2022-07-28T07:57:07.054Z] #77 338.6 
07:57:07 [2022-07-28T07:57:07.054Z] #77 338.6 If you ever happen to want to link against installed libraries
07:57:07 [2022-07-28T07:57:07.054Z] #77 338.6 in a given directory, LIBDIR, you must either use libtool, and
07:57:07 [2022-07-28T07:57:07.054Z] #77 338.6 specify the full pathname of the library, or use the '-LLIBDIR'
07:57:07 [2022-07-28T07:57:07.054Z] #77 338.6 flag during linking and do at least one of the following:
07:57:07 [2022-07-28T07:57:07.054Z] #77 338.6    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
07:57:07 [2022-07-28T07:57:07.054Z] #77 338.6      during execution
07:57:07 [2022-07-28T07:57:07.054Z] #77 338.6    - add LIBDIR to the 'LD_RUN_PATH' environment variable
07:57:07 [2022-07-28T07:57:07.054Z] #77 338.6      during linking
07:57:07 [2022-07-28T07:57:07.054Z] #77 338.6    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
07:57:07 [2022-07-28T07:57:07.054Z] #77 338.6    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
07:57:07 [2022-07-28T07:57:07.054Z] #77 338.6 
07:57:07 [2022-07-28T07:57:07.054Z] #77 338.6 See any operating system documentation about shared libraries for
07:57:07 [2022-07-28T07:57:07.054Z] #77 338.6 more information, such as the ld(1) and ld.so(8) manual pages.
07:57:07 [2022-07-28T07:57:07.054Z] #77 338.6 ----------------------------------------------------------------------
07:57:07 [2022-07-28T07:57:07.054Z] #77 338.6  /bin/mkdir -p '/build'
07:57:07 [2022-07-28T07:57:07.054Z] #77 338.7   /bin/bash ./libtool   --mode=install /usr/bin/install -c crun '/build'
07:57:07 [2022-07-28T07:57:07.054Z] #77 338.7 libtool: install: /usr/bin/install -c crun /build/crun
07:57:07 [2022-07-28T07:57:07.317Z] #77 338.7 make[3]: Leaving directory '/tmp/crun-build'
07:57:07 [2022-07-28T07:57:07.317Z] #77 338.7 make[2]: Leaving directory '/tmp/crun-build'
07:57:07 [2022-07-28T07:57:07.317Z] #77 338.7 make[1]: Leaving directory '/tmp/crun-build'
07:57:07 [2022-07-28T07:57:07.317Z] #77 DONE 339.0s
07:57:07 [2022-07-28T07:57:07.317Z] 
07:57:07 [2022-07-28T07:57:07.317Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
07:57:07 [2022-07-28T07:57:07.317Z] #60 sha256:8681e791a8c1bfec6b30de181023d56060d01659e706a3c73e24a3e811fc89a4
07:57:07 [2022-07-28T07:57:07.394Z] #64 424.6 + bin/containerd-shim-runc-v1
07:57:08 [2022-07-28T07:57:08.906Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
07:57:08 [2022-07-28T07:57:08.906Z] ?   	github.com/docker/docker/api/server/httpstatus	[no test files]
07:57:08 [2022-07-28T07:57:08.906Z] ok  	github.com/docker/docker/api/server/httputils	0.012s	coverage: 31.9% of statements
07:57:08 [2022-07-28T07:57:08.906Z] ok  	github.com/docker/docker/api/server/middleware	0.004s	coverage: 37.7% of statements
07:57:08 [2022-07-28T07:57:08.906Z] ?   	github.com/docker/docker/api/server/router	[no test files]
07:57:08 [2022-07-28T07:57:08.906Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
07:57:08 [2022-07-28T07:57:08.906Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
07:57:08 [2022-07-28T07:57:08.906Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
07:57:08 [2022-07-28T07:57:08.906Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
07:57:08 [2022-07-28T07:57:08.906Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
07:57:08 [2022-07-28T07:57:08.906Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
07:57:08 [2022-07-28T07:57:08.906Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
07:57:08 [2022-07-28T07:57:08.906Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
07:57:09 [2022-07-28T07:57:09.468Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
07:57:09 [2022-07-28T07:57:09.468Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
07:57:09 [2022-07-28T07:57:09.468Z] ok  	github.com/docker/docker/api/server/router/swarm	0.003s	coverage: 6.0% of statements
07:57:09 [2022-07-28T07:57:09.611Z] #67 ...
07:57:09 [2022-07-28T07:57:09.611Z] 
07:57:09 [2022-07-28T07:57:09.611Z] #28 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
07:57:09 [2022-07-28T07:57:09.611Z] #28 sha256:a649729ea8c49f506a8e46ec9b151821c79f944a353240db52f55c5452ba3ffc
07:57:09 [2022-07-28T07:57:09.611Z] #28 1.139 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB]
07:57:09 [2022-07-28T07:57:09.611Z] #28 1.154 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
07:57:09 [2022-07-28T07:57:09.611Z] #28 1.154 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
07:57:09 [2022-07-28T07:57:09.611Z] #28 1.428 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7876 kB]
07:57:09 [2022-07-28T07:57:09.611Z] #28 1.768 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7875 kB]
07:57:09 [2022-07-28T07:57:09.611Z] #28 2.103 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7949 kB]
07:57:09 [2022-07-28T07:57:09.611Z] #28 2.398 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8029 kB]
07:57:09 [2022-07-28T07:57:09.611Z] #28 2.817 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8069 kB]
07:57:09 [2022-07-28T07:57:09.611Z] #28 3.189 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
07:57:09 [2022-07-28T07:57:09.611Z] #28 3.453 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [154 kB]
07:57:09 [2022-07-28T07:57:09.611Z] #28 3.455 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [141 kB]
07:57:09 [2022-07-28T07:57:09.611Z] #28 3.457 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [168 kB]
07:57:09 [2022-07-28T07:57:09.611Z] #28 3.469 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [168 kB]
07:57:09 [2022-07-28T07:57:09.611Z] #28 3.471 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [167 kB]
07:57:09 [2022-07-28T07:57:09.611Z] #28 3.472 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [160 kB]
07:57:09 [2022-07-28T07:57:09.611Z] #28 3.478 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
07:57:09 [2022-07-28T07:57:09.611Z] #28 3.482 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B]
07:57:09 [2022-07-28T07:57:09.611Z] #28 3.483 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2596 B]
07:57:09 [2022-07-28T07:57:09.611Z] #28 3.483 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B]
07:57:09 [2022-07-28T07:57:09.611Z] #28 3.484 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B]
07:57:09 [2022-07-28T07:57:09.611Z] #28 3.489 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
07:57:09 [2022-07-28T07:57:09.724Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
07:57:10 [2022-07-28T07:57:10.287Z] ok  	github.com/docker/docker/api/types/filters	0.010s	coverage: 92.2% of statements
07:57:10 [2022-07-28T07:57:10.287Z] ok  	github.com/docker/docker/api/server/router/volume	0.009s	coverage: 67.9% of statements
07:57:10 [2022-07-28T07:57:10.287Z] ?   	github.com/docker/docker/api/types	[no test files]
07:57:10 [2022-07-28T07:57:10.287Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
07:57:10 [2022-07-28T07:57:10.287Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
07:57:10 [2022-07-28T07:57:10.287Z] ?   	github.com/docker/docker/api/types/container	[no test files]
07:57:10 [2022-07-28T07:57:10.287Z] ?   	github.com/docker/docker/api/types/events	[no test files]
07:57:10 [2022-07-28T07:57:10.287Z] ?   	github.com/docker/docker/api/types/image	[no test files]
07:57:10 [2022-07-28T07:57:10.287Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
07:57:10 [2022-07-28T07:57:10.287Z] ?   	github.com/docker/docker/api/types/network	[no test files]
07:57:10 [2022-07-28T07:57:10.287Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
07:57:10 [2022-07-28T07:57:10.287Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
07:57:10 [2022-07-28T07:57:10.287Z] ok  	github.com/docker/docker/api/types/strslice	0.007s	coverage: 90.0% of statements
07:57:10 [2022-07-28T07:57:10.287Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
07:57:10 [2022-07-28T07:57:10.287Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
07:57:10 [2022-07-28T07:57:10.544Z] ok  	github.com/docker/docker/api/types/time	0.007s	coverage: 100.0% of statements
07:57:10 [2022-07-28T07:57:10.544Z] ok  	github.com/docker/docker/api/types/versions	0.006s	coverage: 77.3% of statements
07:57:10 [2022-07-28T07:57:10.544Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
07:57:10 [2022-07-28T07:57:10.544Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
07:57:10 [2022-07-28T07:57:10.544Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
07:57:10 [2022-07-28T07:57:10.544Z] ?   	github.com/docker/docker/builder	[no test files]
07:57:10 [2022-07-28T07:57:10.544Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
07:57:10 [2022-07-28T07:57:10.544Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
07:57:10 [2022-07-28T07:57:10.544Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
07:57:10 [2022-07-28T07:57:10.544Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
07:57:10 [2022-07-28T07:57:10.544Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
07:57:10 [2022-07-28T07:57:10.544Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
07:57:10 [2022-07-28T07:57:10.544Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
07:57:13 [2022-07-28T07:57:13.085Z] ok  	github.com/docker/docker/builder/remotecontext	0.103s	coverage: 13.7% of statements
07:57:13 [2022-07-28T07:57:13.346Z] ok  	github.com/docker/docker/builder/dockerfile	0.532s	coverage: 49.3% of statements
07:57:13 [2022-07-28T07:57:13.603Z] ok  	github.com/docker/docker/builder/remotecontext/urlutil	0.002s	coverage: 100.0% of statements
07:57:13 [2022-07-28T07:57:13.968Z] #64 430.8 + bin/containerd-shim-runc-v2
07:57:14 [2022-07-28T07:57:14.165Z] ok  	github.com/docker/docker/cli/debug	0.002s	coverage: 100.0% of statements
07:57:14 [2022-07-28T07:57:14.228Z] #64 431.5 + binaries
07:57:14 [2022-07-28T07:57:14.487Z] #64 431.5 + install -D bin/containerd /build/containerd
07:57:14 [2022-07-28T07:57:14.487Z] #64 431.6 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
07:57:14 [2022-07-28T07:57:14.487Z] #64 431.6 + install -D bin/ctr /build/ctr
07:57:15 [2022-07-28T07:57:15.092Z] ok  	github.com/docker/docker/builder/remotecontext/git	1.646s	coverage: 86.3% of statements
07:57:15 [2022-07-28T07:57:15.092Z] ?   	github.com/docker/docker/cli	[no test files]
07:57:15 [2022-07-28T07:57:15.092Z] ?   	github.com/docker/docker/cli/config	[no test files]
07:57:15 [2022-07-28T07:57:15.092Z] ?   	github.com/docker/docker/cli/winresources/docker-proxy	[no test files]
07:57:15 [2022-07-28T07:57:15.092Z] ?   	github.com/docker/docker/cli/winresources/dockerd	[no test files]
07:57:15 [2022-07-28T07:57:15.655Z] ok  	github.com/docker/docker/cmd/docker-proxy	0.236s	coverage: 67.6% of statements
07:57:17 [2022-07-28T07:57:17.024Z] #64 DONE 433.7s
07:57:17 [2022-07-28T07:57:17.598Z] 
07:57:17 [2022-07-28T07:57:17.598Z] #65 [dev-systemd-false 23/28] COPY --from=containerd    /build/ /usr/local/bin/
07:57:17 [2022-07-28T07:57:17.598Z] #65 sha256:39d108b6d58f946c3b7849c4feca0b6cca0a50340fc90c596c40acbca95ddd93
07:57:18 [2022-07-28T07:57:18.536Z] #65 DONE 1.1s
07:57:18 [2022-07-28T07:57:18.536Z] 
07:57:18 [2022-07-28T07:57:18.536Z] #70 [dev-systemd-false 24/28] COPY --from=rootlesskit   /build/ /usr/local/bin/
07:57:18 [2022-07-28T07:57:18.536Z] #70 sha256:3f184eec54b97286de95b922424c6c1b1d5f34d62055c70a68093caa57c31739
07:57:18 [2022-07-28T07:57:18.794Z] #70 DONE 0.2s
07:57:18 [2022-07-28T07:57:18.795Z] 
07:57:18 [2022-07-28T07:57:18.795Z] #75 [dev-systemd-false 25/28] COPY --from=vpnkit        /build/ /usr/local/bin/
07:57:18 [2022-07-28T07:57:18.795Z] #75 sha256:2057452fa186c3b4c09fb8dc95080d902d9859d2ff0a819b18173220deb3b138
07:57:18 [2022-07-28T07:57:18.924Z] ok  	github.com/docker/docker/client	0.106s	coverage: 75.9% of statements
07:57:19 [2022-07-28T07:57:19.585Z] #28 14.87 Fetched 49.2 MB in 14s (3518 kB/s)
07:57:19 [2022-07-28T07:57:19.730Z] #75 DONE 1.0s
07:57:19 [2022-07-28T07:57:19.730Z] 
07:57:19 [2022-07-28T07:57:19.730Z] #78 [dev-systemd-false 26/28] COPY --from=crun          /build/ /usr/local/bin/
07:57:19 [2022-07-28T07:57:19.730Z] #78 sha256:1681d9691d0934cb3f9dad9aebbc33dfee51133a7f6a8b9f50ae6b706390a659
07:57:19 [2022-07-28T07:57:19.730Z] #78 DONE 0.0s
07:57:19 [2022-07-28T07:57:19.989Z] 
07:57:19 [2022-07-28T07:57:19.989Z] #79 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/  /etc/docker/
07:57:19 [2022-07-28T07:57:19.989Z] #79 sha256:76596654968c2fc86e8762c2b78c2206302af3ac851455436ffca816827fcc05
07:57:19 [2022-07-28T07:57:19.989Z] #79 DONE 0.0s
07:57:19 [2022-07-28T07:57:19.989Z] 
07:57:19 [2022-07-28T07:57:19.989Z] #80 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker
07:57:19 [2022-07-28T07:57:19.989Z] #80 sha256:778803e3255a57131b33c5cb161d241ec7dac09f0e99476c0c2449d00d80945f
07:57:19 [2022-07-28T07:57:19.989Z] #80 DONE 0.0s
07:57:19 [2022-07-28T07:57:19.989Z] 
07:57:19 [2022-07-28T07:57:19.989Z] #81 [final 1/1] COPY . /go/src/github.com/docker/docker
07:57:19 [2022-07-28T07:57:19.989Z] #81 sha256:197f5d63b74a6a6e7761763730fecf0090ed601f2bcf1fc7ef4864d53be46ab6
07:57:24 [2022-07-28T07:57:24.181Z] #81 DONE 4.2s
07:57:24 [2022-07-28T07:57:24.181Z] 
07:57:24 [2022-07-28T07:57:24.181Z] #82 exporting to image
07:57:24 [2022-07-28T07:57:24.181Z] #82 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
07:57:24 [2022-07-28T07:57:24.181Z] #82 exporting layers
07:57:25 [2022-07-28T07:57:25.397Z] #60 ...
07:57:25 [2022-07-28T07:57:25.397Z] 
07:57:25 [2022-07-28T07:57:25.397Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:57:25 [2022-07-28T07:57:25.397Z] #55 sha256:6a5ba43a879545395035c8edb2d77f5663eaeac2aed4ebd5825ef0a4ef562291
07:57:25 [2022-07-28T07:57:25.397Z] #55 431.4 golangci-lint has version v1.46.2 built from (unknown, mod sum: "h1:o90t/Xa6dhJbvy8Bz2RpzUXqrkigp19DLStMolTZbyo=") on (unknown)
07:57:25 [2022-07-28T07:57:25.397Z] #55 ...
07:57:25 [2022-07-28T07:57:25.397Z] 
07:57:25 [2022-07-28T07:57:25.397Z] #60 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
07:57:25 [2022-07-28T07:57:25.397Z] #60 sha256:8681e791a8c1bfec6b30de181023d56060d01659e706a3c73e24a3e811fc89a4
07:57:25 [2022-07-28T07:57:25.397Z] #60 223.5 + mkdir -p /build
07:57:25 [2022-07-28T07:57:25.397Z] #60 223.5 + cp runc /build/runc
07:57:25 [2022-07-28T07:57:25.397Z] #60 DONE 223.9s
07:57:25 [2022-07-28T07:57:25.397Z] 
07:57:25 [2022-07-28T07:57:25.397Z] #55 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.46.2"      && /build/golangci-lint --version
07:57:25 [2022-07-28T07:57:25.397Z] #55 sha256:6a5ba43a879545395035c8edb2d77f5663eaeac2aed4ebd5825ef0a4ef562291
07:57:25 [2022-07-28T07:57:25.397Z] #55 DONE 432.4s
07:57:25 [2022-07-28T07:57:25.397Z] 
07:57:25 [2022-07-28T07:57:25.397Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
07:57:25 [2022-07-28T07:57:25.397Z] #64 sha256:a83dd89044378513cb32dea11845ab16ad14a0e28f2e74ea339d456289eb174d
07:57:26 [2022-07-28T07:57:26.154Z] #28 14.87 Reading package lists...
07:57:26 [2022-07-28T07:57:26.332Z] #64 ...
07:57:26 [2022-07-28T07:57:26.332Z] 
07:57:26 [2022-07-28T07:57:26.332Z] #56 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/
07:57:26 [2022-07-28T07:57:26.332Z] #56 sha256:f1f8768f8b673a1c468848c53c5bc616702357960cb2594137d5fd77a4835ffe
07:57:26 [2022-07-28T07:57:26.901Z] #56 DONE 0.5s
07:57:26 [2022-07-28T07:57:26.901Z] 
07:57:26 [2022-07-28T07:57:26.901Z] #58 [dev-systemd-false 21/28] COPY --from=shfmt         /build/ /usr/local/bin/
07:57:26 [2022-07-28T07:57:26.901Z] #58 sha256:f20cd9d6ee25d1340f608325fd7a67424ba714cc1c1683c49043366a64b32ba7
07:57:26 [2022-07-28T07:57:26.901Z] #58 DONE 0.0s
07:57:26 [2022-07-28T07:57:26.901Z] 
07:57:26 [2022-07-28T07:57:26.901Z] #61 [dev-systemd-false 22/28] COPY --from=runc          /build/ /usr/local/bin/
07:57:26 [2022-07-28T07:57:26.901Z] #61 sha256:7338fb480fa2b5263e39dc828af0193e8a6f05a2d2d58821f1fe3bc6b4c75cd2
07:57:27 [2022-07-28T07:57:27.159Z] #61 DONE 0.3s
07:57:27 [2022-07-28T07:57:27.159Z] 
07:57:27 [2022-07-28T07:57:27.159Z] #64 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
07:57:27 [2022-07-28T07:57:27.159Z] #64 sha256:a83dd89044378513cb32dea11845ab16ad14a0e28f2e74ea339d456289eb174d
07:57:29 [2022-07-28T07:57:29.764Z] #64 377.0 + bin/containerd
07:57:32 [2022-07-28T07:57:32.303Z] #82 exporting layers 7.1s done
07:57:32 [2022-07-28T07:57:32.303Z] #82 writing image sha256:3e5420698b8a6c0b1725d05bc45f00d892f4df1d19d3cbb26b3d46e57f016c1b done
07:57:32 [2022-07-28T07:57:32.303Z] #82 naming to docker.io/library/docker:6d41219baee83f456b8628735d9b7ca20e188b1a done
07:57:32 [2022-07-28T07:57:32.303Z] #82 DONE 7.1s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run tests)
[Pipeline] sh
07:57:32 [2022-07-28T07:57:32.631Z] + trap exit INT TERM
07:57:32 [2022-07-28T07:57:32.631Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT
07:57:32 [2022-07-28T07:57:32.631Z] + CONTAINER_NAME=docker-pr1
07:57:32 [2022-07-28T07:57:32.631Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43875/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43875/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=6d41219baee83f456b8628735d9b7ca20e188b1a -e DOCKER_GRAPHDRIVER docker:6d41219baee83f456b8628735d9b7ca20e188b1a hack/make.sh dynbinary
07:57:32 [2022-07-28T07:57:32.725Z] #28 21.37 Reading package lists...
07:57:33 [2022-07-28T07:57:33.200Z] 
07:57:33 [2022-07-28T07:57:33.200Z] Removing bundles/
07:57:33 [2022-07-28T07:57:33.200Z] 
07:57:33 [2022-07-28T07:57:33.200Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
07:57:33 [2022-07-28T07:57:33.200Z] Building: bundles/dynbinary-daemon/dockerd
07:57:33 [2022-07-28T07:57:33.200Z] GOOS="" GOARCH="" GOARM=""
07:57:33 [2022-07-28T07:57:33.663Z] #28 28.02 Building dependency tree...
07:57:35 [2022-07-28T07:57:35.042Z] #28 30.80 bzip2 is already the newest version (1.0.8-4).
07:57:35 [2022-07-28T07:57:35.042Z] #28 30.80 patch is already the newest version (2.7.6-7).
07:57:35 [2022-07-28T07:57:35.042Z] #28 30.80 xz-utils is already the newest version (5.2.5-2.1~deb11u1).
07:57:35 [2022-07-28T07:57:35.042Z] #28 30.80 The following additional packages will be installed:
07:57:35 [2022-07-28T07:57:35.042Z] #28 30.80   libaio1 libbpf0 libcap2 libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1
07:57:35 [2022-07-28T07:57:35.042Z] #28 30.81   libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5
07:57:35 [2022-07-28T07:57:35.042Z] #28 30.81   libxtables12 python-pip-whl python3-distutils python3-lib2to3
07:57:35 [2022-07-28T07:57:35.042Z] #28 30.81   python3-pkg-resources vim-runtime xxd
07:57:35 [2022-07-28T07:57:35.042Z] #28 30.83 Suggested packages:
07:57:35 [2022-07-28T07:57:35.042Z] #28 30.83   apparmor-profiles-extra apparmor-utils iproute2-doc firewalld kmod gpm
07:57:35 [2022-07-28T07:57:35.042Z] #28 30.83   python-setuptools-doc ctags vim-doc vim-scripts xfsdump acl attr quota
07:57:35 [2022-07-28T07:57:35.042Z] #28 30.83 Recommended packages:
07:57:35 [2022-07-28T07:57:35.042Z] #28 30.83   libatm1 nftables libpam-cap build-essential python3-dev unzip
07:57:36 [2022-07-28T07:57:36.421Z] #28 32.26 The following NEW packages will be installed:
07:57:36 [2022-07-28T07:57:36.421Z] #28 32.27   apparmor bash-completion inetutils-ping iproute2 iptables jq libaio1 libbpf0
07:57:36 [2022-07-28T07:57:36.421Z] #28 32.27   libcap2 libcap2-bin libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1
07:57:36 [2022-07-28T07:57:36.421Z] #28 32.27   libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200
07:57:36 [2022-07-28T07:57:36.421Z] #28 32.28   libonig5 libprotobuf-c1 libxtables12 libyajl2 net-tools pigz python-pip-whl
07:57:36 [2022-07-28T07:57:36.421Z] #28 32.28   python3-distutils python3-lib2to3 python3-pip python3-pkg-resources
07:57:36 [2022-07-28T07:57:36.421Z] #28 32.28   python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim
07:57:36 [2022-07-28T07:57:36.421Z] #28 32.28   vim-common vim-runtime xfsprogs xxd zip zstd
07:57:36 [2022-07-28T07:57:36.680Z] #28 32.64 0 upgraded, 45 newly installed, 0 to remove and 1 not upgraded.
07:57:36 [2022-07-28T07:57:36.680Z] #28 32.64 Need to get 18.6 MB of archives.
07:57:36 [2022-07-28T07:57:36.680Z] #28 32.64 After this operation, 71.4 MB of additional disk space will be used.
07:57:36 [2022-07-28T07:57:36.680Z] #28 32.64 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB]
07:57:36 [2022-07-28T07:57:36.680Z] #28 32.65 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB]
07:57:36 [2022-07-28T07:57:36.680Z] #28 32.65 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB]
07:57:36 [2022-07-28T07:57:36.680Z] #28 32.65 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
07:57:36 [2022-07-28T07:57:36.680Z] #28 32.65 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]
07:57:36 [2022-07-28T07:57:36.680Z] #28 32.65 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB]
07:57:36 [2022-07-28T07:57:36.680Z] #28 32.65 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB]
07:57:36 [2022-07-28T07:57:36.680Z] #28 32.65 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB]
07:57:36 [2022-07-28T07:57:36.680Z] #28 32.67 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
07:57:36 [2022-07-28T07:57:36.680Z] #28 32.68 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
07:57:36 [2022-07-28T07:57:36.680Z] #28 32.68 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB]
07:57:36 [2022-07-28T07:57:36.680Z] #28 32.69 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB]
07:57:36 [2022-07-28T07:57:36.680Z] #28 32.70 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB]
07:57:36 [2022-07-28T07:57:36.680Z] #28 32.71 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB]
07:57:36 [2022-07-28T07:57:36.680Z] #28 32.71 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB]
07:57:36 [2022-07-28T07:57:36.680Z] #28 32.73 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
07:57:36 [2022-07-28T07:57:36.680Z] #28 32.73 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB]
07:57:36 [2022-07-28T07:57:36.680Z] #28 32.73 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB]
07:57:36 [2022-07-28T07:57:36.680Z] #28 32.73 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB]
07:57:36 [2022-07-28T07:57:36.680Z] #28 32.74 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB]
07:57:36 [2022-07-28T07:57:36.680Z] #28 32.74 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB]
07:57:36 [2022-07-28T07:57:36.680Z] #28 32.74 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB]
07:57:36 [2022-07-28T07:57:36.680Z] #28 32.75 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB]
07:57:36 [2022-07-28T07:57:36.680Z] #28 32.75 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
07:57:36 [2022-07-28T07:57:36.680Z] #28 32.75 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B]
07:57:36 [2022-07-28T07:57:36.680Z] #28 32.75 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
07:57:36 [2022-07-28T07:57:36.680Z] #28 32.75 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB]
07:57:36 [2022-07-28T07:57:36.681Z] #28 32.75 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB]
07:57:36 [2022-07-28T07:57:36.681Z] #28 32.75 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyajl2 amd64 2.1.0-3 [23.8 kB]
07:57:36 [2022-07-28T07:57:36.681Z] #28 32.76 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB]
07:57:36 [2022-07-28T07:57:36.681Z] #28 32.76 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4+deb11u1 [1948 kB]
07:57:36 [2022-07-28T07:57:36.681Z] #28 32.79 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
07:57:36 [2022-07-28T07:57:36.940Z] #28 32.79 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB]
07:57:36 [2022-07-28T07:57:36.940Z] #28 32.79 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
07:57:36 [2022-07-28T07:57:36.940Z] #28 32.80 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB]
07:57:36 [2022-07-28T07:57:36.940Z] #28 32.81 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB]
07:57:36 [2022-07-28T07:57:36.940Z] #28 32.81 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4+deb11u1 [337 kB]
07:57:36 [2022-07-28T07:57:36.940Z] #28 32.81 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB]
07:57:36 [2022-07-28T07:57:36.940Z] #28 32.83 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB]
07:57:36 [2022-07-28T07:57:36.940Z] #28 32.84 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB]
07:57:36 [2022-07-28T07:57:36.940Z] #28 32.84 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB]
07:57:36 [2022-07-28T07:57:36.940Z] #28 33.07 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB]
07:57:37 [2022-07-28T07:57:37.200Z] #28 33.11 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB]
07:57:37 [2022-07-28T07:57:37.200Z] #28 33.12 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB]
07:57:37 [2022-07-28T07:57:37.200Z] #28 33.13 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB]
07:57:38 [2022-07-28T07:57:38.158Z] #28 33.98 debconf: delaying package configuration, since apt-utils is not installed
07:57:38 [2022-07-28T07:57:38.726Z] #28 34.61 Fetched 18.6 MB in 1s (23.9 MB/s)
07:57:38 [2022-07-28T07:57:38.986Z] #28 35.13 Selecting previously unselected package pigz.
07:57:39 [2022-07-28T07:57:39.245Z] #28 35.13 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 40116 files and directories currently installed.)
07:57:39 [2022-07-28T07:57:39.245Z] #28 35.19 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ...
07:57:39 [2022-07-28T07:57:39.245Z] #28 35.30 Unpacking pigz (2.6-1) ...
07:57:40 [2022-07-28T07:57:40.623Z] #28 36.42 Selecting previously unselected package libelf1:amd64.
07:57:40 [2022-07-28T07:57:40.624Z] #28 36.42 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ...
07:57:40 [2022-07-28T07:57:40.624Z] #28 36.58 Unpacking libelf1:amd64 (0.183-1) ...
07:57:40 [2022-07-28T07:57:40.882Z] #28 37.02 Selecting previously unselected package libbpf0:amd64.
07:57:41 [2022-07-28T07:57:41.142Z] #28 37.02 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ...
07:57:41 [2022-07-28T07:57:41.142Z] #28 37.07 Unpacking libbpf0:amd64 (1:0.3-2) ...
07:57:41 [2022-07-28T07:57:41.401Z] #28 37.35 Selecting previously unselected package libcap2:amd64.
07:57:41 [2022-07-28T07:57:41.401Z] #28 37.35 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ...
07:57:41 [2022-07-28T07:57:41.401Z] #28 37.42 Unpacking libcap2:amd64 (1:2.44-1) ...
07:57:41 [2022-07-28T07:57:41.401Z] #28 37.58 Selecting previously unselected package libmnl0:amd64.
07:57:41 [2022-07-28T07:57:41.660Z] #28 37.59 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ...
07:57:41 [2022-07-28T07:57:41.660Z] #28 37.59 Unpacking libmnl0:amd64 (1.0.4-3) ...
07:57:41 [2022-07-28T07:57:41.660Z] #28 37.84 Selecting previously unselected package libxtables12:amd64.
07:57:41 [2022-07-28T07:57:41.922Z] #28 37.84 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ...
07:57:41 [2022-07-28T07:57:41.922Z] #28 37.87 Unpacking libxtables12:amd64 (1.8.7-1) ...
07:57:41 [2022-07-28T07:57:41.922Z] #28 37.98 Selecting previously unselected package libcap2-bin.
07:57:41 [2022-07-28T07:57:41.922Z] #28 37.99 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ...
07:57:41 [2022-07-28T07:57:41.922Z] #28 38.03 Unpacking libcap2-bin (1:2.44-1) ...
07:57:42 [2022-07-28T07:57:42.181Z] #28 38.20 Selecting previously unselected package iproute2.
07:57:42 [2022-07-28T07:57:42.181Z] #28 38.21 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ...
07:57:42 [2022-07-28T07:57:42.181Z] #28 38.22 Unpacking iproute2 (5.10.0-4) ...
07:57:42 [2022-07-28T07:57:42.748Z] #28 38.70 Selecting previously unselected package xxd.
07:57:42 [2022-07-28T07:57:42.748Z] #28 38.70 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
07:57:42 [2022-07-28T07:57:42.748Z] #28 38.70 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
07:57:43 [2022-07-28T07:57:43.006Z] #28 39.01 Selecting previously unselected package vim-common.
07:57:43 [2022-07-28T07:57:43.006Z] #28 39.01 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
07:57:43 [2022-07-28T07:57:43.006Z] #28 39.08 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
07:57:43 [2022-07-28T07:57:43.266Z] #28 39.38 Selecting previously unselected package bash-completion.
07:57:43 [2022-07-28T07:57:43.266Z] #28 39.39 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ...
07:57:43 [2022-07-28T07:57:43.834Z] #28 ...
07:57:43 [2022-07-28T07:57:43.834Z] 
07:57:43 [2022-07-28T07:57:43.834Z] #71 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
07:57:43 [2022-07-28T07:57:43.834Z] #71 sha256:117d3ffc3f3607ab487a50c1ea727adf8461d81c3f14e1451297d5fc4f05eb8b
07:57:43 [2022-07-28T07:57:43.834Z] #71 100.1 + bin/containerd
07:57:49 [2022-07-28T07:57:49.108Z] #71 ...
07:57:49 [2022-07-28T07:57:49.108Z] 
07:57:49 [2022-07-28T07:57:49.108Z] #28 [dev-systemd-false  7/28] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             apparmor             bash-completion             bzip2             inetutils-ping             iproute2             iptables             jq             libcap2-bin             libnet1             libnl-3-200             libprotobuf-c1             libyajl2             net-tools             patch             pigz             python3-pip             python3-setuptools             python3-wheel             sudo             thin-provisioning-tools             uidmap             vim             vim-common             xfsprogs             xz-utils             zip             zstd
07:57:49 [2022-07-28T07:57:49.108Z] #28 sha256:a649729ea8c49f506a8e46ec9b151821c79f944a353240db52f55c5452ba3ffc
07:57:49 [2022-07-28T07:57:49.108Z] #28 40.47 Unpacking bash-completion (1:2.11-2) ...
07:57:49 [2022-07-28T07:57:49.108Z] #28 40.91 Selecting previously unselected package apparmor.
07:57:49 [2022-07-28T07:57:49.108Z] #28 40.92 Preparing to unpack .../11-apparmor_2.13.6-10_amd64.deb ...
07:57:49 [2022-07-28T07:57:49.108Z] #28 40.96 Unpacking apparmor (2.13.6-10) ...
07:57:49 [2022-07-28T07:57:49.108Z] #28 41.22 Selecting previously unselected package inetutils-ping.
07:57:49 [2022-07-28T07:57:49.108Z] #28 41.23 Preparing to unpack .../12-inetutils-ping_2%3a2.0-1_amd64.deb ...
07:57:49 [2022-07-28T07:57:49.108Z] #28 41.24 Unpacking inetutils-ping (2:2.0-1) ...
07:57:49 [2022-07-28T07:57:49.108Z] #28 41.31 Selecting previously unselected package libip4tc2:amd64.
07:57:49 [2022-07-28T07:57:49.108Z] #28 41.32 Preparing to unpack .../13-libip4tc2_1.8.7-1_amd64.deb ...
07:57:49 [2022-07-28T07:57:49.108Z] #28 41.33 Unpacking libip4tc2:amd64 (1.8.7-1) ...
07:57:49 [2022-07-28T07:57:49.108Z] #28 41.39 Selecting previously unselected package libip6tc2:amd64.
07:57:49 [2022-07-28T07:57:49.108Z] #28 41.40 Preparing to unpack .../14-libip6tc2_1.8.7-1_amd64.deb ...
07:57:49 [2022-07-28T07:57:49.108Z] #28 41.40 Unpacking libip6tc2:amd64 (1.8.7-1) ...
07:57:49 [2022-07-28T07:57:49.108Z] #28 41.45 Selecting previously unselected package libnfnetlink0:amd64.
07:57:49 [2022-07-28T07:57:49.108Z] #28 41.46 Preparing to unpack .../15-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
07:57:49 [2022-07-28T07:57:49.108Z] #28 41.47 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
07:57:49 [2022-07-28T07:57:49.108Z] #28 41.52 Selecting previously unselected package libnetfilter-conntrack3:amd64.
07:57:49 [2022-07-28T07:57:49.108Z] #28 41.53 Preparing to unpack .../16-libnetfilter-conntrack3_1.0.8-3_amd64.deb ...
07:57:49 [2022-07-28T07:57:49.108Z] #28 41.54 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ...
07:57:49 [2022-07-28T07:57:49.108Z] #28 41.60 Selecting previously unselected package libnftnl11:amd64.
07:57:49 [2022-07-28T07:57:49.108Z] #28 41.61 Preparing to unpack .../17-libnftnl11_1.1.9-1_amd64.deb ...
07:57:49 [2022-07-28T07:57:49.108Z] #28 41.62 Unpacking libnftnl11:amd64 (1.1.9-1) ...
07:57:49 [2022-07-28T07:57:49.108Z] #28 41.67 Selecting previously unselected package iptables.
07:57:49 [2022-07-28T07:57:49.108Z] #28 41.69 Preparing to unpack .../18-iptables_1.8.7-1_amd64.deb ...
07:57:49 [2022-07-28T07:57:49.108Z] #28 41.70 Unpacking iptables (1.8.7-1) ...
07:57:49 [2022-07-28T07:57:49.108Z] #28 41.84 Selecting previously unselected package libonig5:amd64.
07:57:49 [2022-07-28T07:57:49.108Z] #28 41.85 Preparing to unpack .../19-libonig5_6.9.6-1.1_amd64.deb ...
07:57:49 [2022-07-28T07:57:49.108Z] #28 41.85 Unpacking libonig5:amd64 (6.9.6-1.1) ...
07:57:49 [2022-07-28T07:57:49.108Z] #28 41.95 Selecting previously unselected package libjq1:amd64.
07:57:49 [2022-07-28T07:57:49.108Z] #28 41.96 Preparing to unpack .../20-libjq1_1.6-2.1_amd64.deb ...
07:57:49 [2022-07-28T07:57:49.108Z] #28 41.97 Unpacking libjq1:amd64 (1.6-2.1) ...
07:57:49 [2022-07-28T07:57:49.108Z] #28 42.04 Selecting previously unselected package jq.
07:57:49 [2022-07-28T07:57:49.108Z] #28 42.05 Preparing to unpack .../21-jq_1.6-2.1_amd64.deb ...
07:57:49 [2022-07-28T07:57:49.108Z] #28 42.05 Unpacking jq (1.6-2.1) ...
07:57:49 [2022-07-28T07:57:49.108Z] #28 42.11 Selecting previously unselected package libaio1:amd64.
07:57:49 [2022-07-28T07:57:49.108Z] #28 42.12 Preparing to unpack .../22-libaio1_0.3.112-9_amd64.deb ...
07:57:49 [2022-07-28T07:57:49.108Z] #28 42.13 Unpacking libaio1:amd64 (0.3.112-9) ...
07:57:49 [2022-07-28T07:57:49.108Z] #28 42.18 Selecting previously unselected package libgpm2:amd64.
07:57:49 [2022-07-28T07:57:49.108Z] #28 42.18 Preparing to unpack .../23-libgpm2_1.20.7-8_amd64.deb ...
07:57:49 [2022-07-28T07:57:49.108Z] #28 42.19 Unpacking libgpm2:amd64 (1.20.7-8) ...
07:57:49 [2022-07-28T07:57:49.108Z] #28 42.24 Selecting previously unselected package libinih1:amd64.
07:57:49 [2022-07-28T07:57:49.108Z] #28 42.24 Preparing to unpack .../24-libinih1_53-1+b2_amd64.deb ...
07:57:49 [2022-07-28T07:57:49.108Z] #28 42.25 Unpacking libinih1:amd64 (53-1+b2) ...
07:57:49 [2022-07-28T07:57:49.108Z] #28 42.29 Selecting previously unselected package libnet1:amd64.
07:57:49 [2022-07-28T07:57:49.108Z] #28 42.30 Preparing to unpack .../25-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
07:57:49 [2022-07-28T07:57:49.108Z] #28 42.30 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
07:57:49 [2022-07-28T07:57:49.108Z] #28 42.37 Selecting previously unselected package libnl-3-200:amd64.
07:57:49 [2022-07-28T07:57:49.108Z] #28 42.38 Preparing to unpack .../26-libnl-3-200_3.4.0-1+b1_amd64.deb ...
07:57:49 [2022-07-28T07:57:49.108Z] #28 42.39 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ...
07:57:49 [2022-07-28T07:57:49.108Z] #28 42.45 Selecting previously unselected package libprotobuf-c1:amd64.
07:57:49 [2022-07-28T07:57:49.108Z] #28 42.46 Preparing to unpack .../27-libprotobuf-c1_1.3.3-1+b2_amd64.deb ...
07:57:49 [2022-07-28T07:57:49.108Z] #28 42.46 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ...
07:57:49 [2022-07-28T07:57:49.108Z] #28 42.51 Selecting previously unselected package libyajl2:amd64.
07:57:49 [2022-07-28T07:57:49.108Z] #28 42.51 Preparing to unpack .../28-libyajl2_2.1.0-3_amd64.deb ...
07:57:49 [2022-07-28T07:57:49.108Z] #28 42.52 Unpacking libyajl2:amd64 (2.1.0-3) ...
07:57:49 [2022-07-28T07:57:49.108Z] #28 42.56 Selecting previously unselected package net-tools.
07:57:49 [2022-07-28T07:57:49.108Z] #28 42.57 Preparing to unpack .../29-net-tools_1.60+git20181103.0eebece-1_amd64.deb ...
07:57:49 [2022-07-28T07:57:49.108Z] #28 42.58 Unpacking net-tools (1.60+git20181103.0eebece-1) ...
07:57:49 [2022-07-28T07:57:49.108Z] #28 42.69 Selecting previously unselected package python-pip-whl.
07:57:49 [2022-07-28T07:57:49.108Z] #28 42.70 Preparing to unpack .../30-python-pip-whl_20.3.4-4+deb11u1_all.deb ...
07:57:49 [2022-07-28T07:57:49.108Z] #28 42.71 Unpacking python-pip-whl (20.3.4-4+deb11u1) ...
07:57:49 [2022-07-28T07:57:49.108Z] #28 43.04 Selecting previously unselected package python3-lib2to3.
07:57:49 [2022-07-28T07:57:49.108Z] #28 43.04 Preparing to unpack .../31-python3-lib2to3_3.9.2-1_all.deb ...
07:57:49 [2022-07-28T07:57:49.108Z] #28 43.05 Unpacking python3-lib2to3 (3.9.2-1) ...
07:57:49 [2022-07-28T07:57:49.108Z] #28 43.13 Selecting previously unselected package python3-distutils.
07:57:49 [2022-07-28T07:57:49.108Z] #28 43.13 Preparing to unpack .../32-python3-distutils_3.9.2-1_all.deb ...
07:57:49 [2022-07-28T07:57:49.108Z] #28 43.14 Unpacking python3-distutils (3.9.2-1) ...
07:57:49 [2022-07-28T07:57:49.108Z] #28 43.22 Selecting previously unselected package python3-pkg-resources.
07:57:49 [2022-07-28T07:57:49.108Z] #28 43.23 Preparing to unpack .../33-python3-pkg-resources_52.0.0-4_all.deb ...
07:57:49 [2022-07-28T07:57:49.108Z] #28 43.24 Unpacking python3-pkg-resources (52.0.0-4) ...
07:57:49 [2022-07-28T07:57:49.108Z] #28 43.33 Selecting previously unselected package python3-setuptools.
07:57:49 [2022-07-28T07:57:49.108Z] #28 43.34 Preparing to unpack .../34-python3-setuptools_52.0.0-4_all.deb ...
07:57:49 [2022-07-28T07:57:49.108Z] #28 43.34 Unpacking python3-setuptools (52.0.0-4) ...
07:57:49 [2022-07-28T07:57:49.108Z] #28 43.51 Selecting previously unselected package python3-wheel.
07:57:49 [2022-07-28T07:57:49.108Z] #28 43.53 Preparing to unpack .../35-python3-wheel_0.34.2-1_all.deb ...
07:57:49 [2022-07-28T07:57:49.108Z] #28 43.53 Unpacking python3-wheel (0.34.2-1) ...
07:57:49 [2022-07-28T07:57:49.108Z] #28 43.59 Selecting previously unselected package python3-pip.
07:57:49 [2022-07-28T07:57:49.108Z] #28 43.59 Preparing to unpack .../36-python3-pip_20.3.4-4+deb11u1_all.deb ...
07:57:49 [2022-07-28T07:57:49.108Z] #28 43.60 Unpacking python3-pip (20.3.4-4+deb11u1) ...
07:57:49 [2022-07-28T07:57:49.108Z] #28 43.76 Selecting previously unselected package sudo.
07:57:49 [2022-07-28T07:57:49.108Z] #28 43.77 Preparing to unpack .../37-sudo_1.9.5p2-3_amd64.deb ...
07:57:49 [2022-07-28T07:57:49.108Z] #28 43.78 Unpacking sudo (1.9.5p2-3) ...
07:57:49 [2022-07-28T07:57:49.108Z] #28 44.11 Selecting previously unselected package thin-provisioning-tools.
07:57:49 [2022-07-28T07:57:49.108Z] #28 44.12 Preparing to unpack .../38-thin-provisioning-tools_0.9.0-1_amd64.deb ...
07:57:49 [2022-07-28T07:57:49.108Z] #28 44.13 Unpacking thin-provisioning-tools (0.9.0-1) ...
07:57:49 [2022-07-28T07:57:49.108Z] #28 44.26 Selecting previously unselected package uidmap.
07:57:49 [2022-07-28T07:57:49.108Z] #28 44.28 Preparing to unpack .../39-uidmap_1%3a4.8.1-1_amd64.deb ...
07:57:49 [2022-07-28T07:57:49.108Z] #28 44.28 Unpacking uidmap (1:4.8.1-1) ...
07:57:49 [2022-07-28T07:57:49.108Z] #28 44.36 Selecting previously unselected package vim-runtime.
07:57:49 [2022-07-28T07:57:49.108Z] #28 44.37 Preparing to unpack .../40-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ...
07:57:49 [2022-07-28T07:57:49.108Z] #28 44.39 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime'
07:57:49 [2022-07-28T07:57:49.108Z] #28 44.41 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime'
07:57:49 [2022-07-28T07:57:49.108Z] #28 44.41 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ...
07:57:50 [2022-07-28T07:57:50.046Z] #28 46.07 Selecting previously unselected package vim.
07:57:50 [2022-07-28T07:57:50.046Z] #28 46.08 Preparing to unpack .../41-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ...
07:57:50 [2022-07-28T07:57:50.046Z] #28 46.10 Unpacking vim (2:8.2.2434-3+deb11u1) ...
07:57:50 [2022-07-28T07:57:50.614Z] #28 46.44 Selecting previously unselected package xfsprogs.
07:57:50 [2022-07-28T07:57:50.614Z] #28 46.46 Preparing to unpack .../42-xfsprogs_5.10.0-4_amd64.deb ...
07:57:50 [2022-07-28T07:57:50.614Z] #28 46.47 Unpacking xfsprogs (5.10.0-4) ...
07:57:50 [2022-07-28T07:57:50.872Z] #28 46.74 Selecting previously unselected package zip.
07:57:50 [2022-07-28T07:57:50.872Z] #28 46.75 Preparing to unpack .../43-zip_3.0-12_amd64.deb ...
07:57:50 [2022-07-28T07:57:50.872Z] #28 46.75 Unpacking zip (3.0-12) ...
07:57:50 [2022-07-28T07:57:50.872Z] #28 46.84 Selecting previously unselected package zstd.
07:57:50 [2022-07-28T07:57:50.872Z] #28 46.85 Preparing to unpack .../44-zstd_1.4.8+dfsg-2.1_amd64.deb ...
07:57:50 [2022-07-28T07:57:50.872Z] #28 46.86 Unpacking zstd (1.4.8+dfsg-2.1) ...
07:57:50 [2022-07-28T07:57:50.956Z] ok  	github.com/docker/docker/cmd/dockerd	0.072s	coverage: 31.9% of statements
07:57:51 [2022-07-28T07:57:51.130Z] #28 47.12 Setting up python3-pkg-resources (52.0.0-4) ...
07:57:51 [2022-07-28T07:57:51.212Z] ok  	github.com/docker/docker/container	0.118s	coverage: 34.8% of statements
07:57:51 [2022-07-28T07:57:51.696Z] #28 47.75 Setting up libip4tc2:amd64 (1.8.7-1) ...
07:57:51 [2022-07-28T07:57:51.696Z] #28 47.77 Setting up net-tools (1.60+git20181103.0eebece-1) ...
07:57:51 [2022-07-28T07:57:51.696Z] #28 47.78 Setting up libgpm2:amd64 (1.20.7-8) ...
07:57:51 [2022-07-28T07:57:51.696Z] #28 47.79 Setting up libip6tc2:amd64 (1.8.7-1) ...
07:57:51 [2022-07-28T07:57:51.696Z] #28 47.80 Setting up libinih1:amd64 (53-1+b2) ...
07:57:51 [2022-07-28T07:57:51.696Z] #28 47.82 Setting up uidmap (1:4.8.1-1) ...
07:57:51 [2022-07-28T07:57:51.778Z] ok  	github.com/docker/docker/cmd/dockerd/trap	2.471s	coverage: 0.0% of statements
07:57:51 [2022-07-28T07:57:51.778Z] ?   	github.com/docker/docker/cmd/dockerd/trap/testfiles	[no test files]
07:57:51 [2022-07-28T07:57:51.778Z] ?   	github.com/docker/docker/container/stream	[no test files]
07:57:51 [2022-07-28T07:57:51.778Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
07:57:51 [2022-07-28T07:57:51.778Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
07:57:51 [2022-07-28T07:57:51.778Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
07:57:51 [2022-07-28T07:57:51.954Z] #28 47.84 Setting up libyajl2:amd64 (2.1.0-3) ...
07:57:51 [2022-07-28T07:57:51.954Z] #28 47.85 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
07:57:51 [2022-07-28T07:57:51.954Z] #28 47.86 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ...
07:57:51 [2022-07-28T07:57:51.954Z] #28 47.88 Setting up python3-wheel (0.34.2-1) ...
07:57:52 [2022-07-28T07:57:52.212Z] #28 48.32 Setting up xxd (2:8.2.2434-3+deb11u1) ...
07:57:52 [2022-07-28T07:57:52.212Z] #28 48.33 Setting up libcap2:amd64 (1:2.44-1) ...
07:57:52 [2022-07-28T07:57:52.212Z] #28 48.35 Setting up libcap2-bin (1:2.44-1) ...
07:57:52 [2022-07-28T07:57:52.212Z] #28 48.36 Setting up apparmor (2.13.6-10) ...
07:57:53 [2022-07-28T07:57:53.587Z] #28 49.43 Setting up zip (3.0-12) ...
07:57:53 [2022-07-28T07:57:53.587Z] #28 49.45 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
07:57:53 [2022-07-28T07:57:53.587Z] #28 49.48 Setting up bash-completion (1:2.11-2) ...
07:57:54 [2022-07-28T07:57:54.963Z] #28 50.82 Setting up libmnl0:amd64 (1.0.4-3) ...
07:57:54 [2022-07-28T07:57:54.963Z] #28 50.83 Setting up sudo (1.9.5p2-3) ...
07:57:54 [2022-07-28T07:57:54.963Z] #28 50.90 invoke-rc.d: could not determine current runlevel
07:57:54 [2022-07-28T07:57:54.963Z] #28 50.90 invoke-rc.d: policy-rc.d denied execution of start.
07:57:54 [2022-07-28T07:57:54.963Z] #28 50.91 Setting up xfsprogs (5.10.0-4) ...
07:57:54 [2022-07-28T07:57:54.963Z] #28 50.93 Setting up libxtables12:amd64 (1.8.7-1) ...
07:57:54 [2022-07-28T07:57:54.963Z] #28 50.94 Setting up inetutils-ping (2:2.0-1) ...
07:57:54 [2022-07-28T07:57:54.963Z] #28 50.95 Setting up pigz (2.6-1) ...
07:57:54 [2022-07-28T07:57:54.963Z] #28 50.97 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
07:57:54 [2022-07-28T07:57:54.963Z] #28 50.98 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ...
07:57:54 [2022-07-28T07:57:54.963Z] #28 51.00 Setting up python-pip-whl (20.3.4-4+deb11u1) ...
07:57:54 [2022-07-28T07:57:54.963Z] #28 51.01 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ...
07:57:55 [2022-07-28T07:57:55.533Z] #28 51.49 Setting up libaio1:amd64 (0.3.112-9) ...
07:57:55 [2022-07-28T07:57:55.533Z] #28 51.50 Setting up python3-lib2to3 (3.9.2-1) ...
07:57:55 [2022-07-28T07:57:55.533Z] #28 51.75 Setting up libelf1:amd64 (0.183-1) ...
07:57:55 [2022-07-28T07:57:55.791Z] #28 51.77 Setting up zstd (1.4.8+dfsg-2.1) ...
07:57:55 [2022-07-28T07:57:55.791Z] #28 51.78 Setting up libonig5:amd64 (6.9.6-1.1) ...
07:57:55 [2022-07-28T07:57:55.791Z] #28 51.79 Setting up python3-distutils (3.9.2-1) ...
07:57:56 [2022-07-28T07:57:56.051Z] #28 52.11 Setting up vim (2:8.2.2434-3+deb11u1) ...
07:57:56 [2022-07-28T07:57:56.051Z] #28 52.13 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
07:57:56 [2022-07-28T07:57:56.051Z] #28 52.13 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
07:57:56 [2022-07-28T07:57:56.051Z] #28 52.14 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
07:57:56 [2022-07-28T07:57:56.051Z] #28 52.14 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
07:57:56 [2022-07-28T07:57:56.051Z] #28 52.15 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
07:57:56 [2022-07-28T07:57:56.310Z] #28 52.16 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
07:57:56 [2022-07-28T07:57:56.310Z] #28 52.17 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
07:57:56 [2022-07-28T07:57:56.310Z] #28 52.18 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
07:57:56 [2022-07-28T07:57:56.310Z] #28 52.19 Setting up python3-setuptools (52.0.0-4) ...
07:57:56 [2022-07-28T07:57:56.878Z] #28 52.95 Setting up libjq1:amd64 (1.6-2.1) ...
07:57:56 [2022-07-28T07:57:56.878Z] #28 52.96 Setting up libnftnl11:amd64 (1.1.9-1) ...
07:57:56 [2022-07-28T07:57:56.878Z] #28 52.98 Setting up thin-provisioning-tools (0.9.0-1) ...
07:57:56 [2022-07-28T07:57:56.878Z] #28 52.99 Setting up python3-pip (20.3.4-4+deb11u1) ...
07:57:57 [2022-07-28T07:57:57.030Z] ok  	github.com/docker/docker/daemon/cluster	0.060s	coverage: 0.5% of statements
07:57:57 [2022-07-28T07:57:57.816Z] #28 53.74 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ...
07:57:57 [2022-07-28T07:57:57.816Z] #28 53.75 Setting up jq (1.6-2.1) ...
07:57:57 [2022-07-28T07:57:57.816Z] #28 53.80 Setting up libbpf0:amd64 (1:0.3-2) ...
07:57:57 [2022-07-28T07:57:57.816Z] #28 53.81 Setting up iptables (1.8.7-1) ...
07:57:57 [2022-07-28T07:57:57.816Z] #28 53.82 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
07:57:57 [2022-07-28T07:57:57.816Z] #28 53.83 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
07:57:57 [2022-07-28T07:57:57.816Z] #28 53.84 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
07:57:57 [2022-07-28T07:57:57.816Z] #28 53.84 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
07:57:57 [2022-07-28T07:57:57.816Z] #28 53.85 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
07:57:57 [2022-07-28T07:57:57.816Z] #28 53.85 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
07:57:57 [2022-07-28T07:57:57.816Z] #28 53.86 Setting up iproute2 (5.10.0-4) ...
07:57:58 [2022-07-28T07:57:58.082Z] #28 54.12 Processing triggers for libc-bin (2.31-13+deb11u3) ...
07:57:58 [2022-07-28T07:57:58.402Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.018s	coverage: 65.3% of statements
07:57:58 [2022-07-28T07:57:58.651Z] #28 DONE 54.8s
07:57:58 [2022-07-28T07:57:58.651Z] 
07:57:58 [2022-07-28T07:57:58.651Z] #29 [dev-systemd-false  8/28] RUN update-alternatives --set iptables  /usr/sbin/iptables-legacy  || true  && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true  && update-alternatives --set arptables /usr/sbin/arptables-legacy || true
07:57:58 [2022-07-28T07:57:58.651Z] #29 sha256:abdda106a7a0e63997868d1da8e1ffd31f8f6079ee8d03884395c88d11950fdf
07:57:59 [2022-07-28T07:57:59.593Z] #29 0.774 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
07:57:59 [2022-07-28T07:57:59.593Z] #29 0.778 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
07:57:59 [2022-07-28T07:57:59.593Z] #29 0.781 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
07:57:59 [2022-07-28T07:57:59.593Z] #29 DONE 0.8s
07:57:59 [2022-07-28T07:57:59.593Z] 
07:57:59 [2022-07-28T07:57:59.593Z] #30 [dev-systemd-false  9/28] RUN pip3 install yamllint==1.26.1
07:57:59 [2022-07-28T07:57:59.593Z] #30 sha256:44d9a441041db2a481a2db57eb9415ad2970fd0639cb3e5d0dc6f546aa59d711
07:57:59 [2022-07-28T07:57:59.769Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.011s	coverage: 36.9% of statements
07:58:06 [2022-07-28T07:58:06.308Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.446s	coverage: 13.4% of statements
07:58:07 [2022-07-28T07:58:07.676Z] ok  	github.com/docker/docker/daemon/config	0.036s	coverage: 81.7% of statements
07:58:07 [2022-07-28T07:58:07.916Z] #30 7.453 Collecting yamllint==1.26.1
07:58:07 [2022-07-28T07:58:07.916Z] #30 8.503   Downloading yamllint-1.26.1.tar.gz (126 kB)
07:58:07 [2022-07-28T07:58:07.931Z] ok  	github.com/docker/docker/daemon/events	0.058s	coverage: 50.0% of statements
07:58:08 [2022-07-28T07:58:08.861Z] ok  	github.com/docker/docker/daemon/graphdriver	0.006s	coverage: 2.2% of statements
07:58:08 [2022-07-28T07:58:08.870Z] #30 9.291 Collecting pathspec>=0.5.3
07:58:08 [2022-07-28T07:58:08.870Z] #30 9.298   Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB)
07:58:09 [2022-07-28T07:58:09.117Z] ok  	github.com/docker/docker/daemon	10.137s	coverage: 16.1% of statements
07:58:09 [2022-07-28T07:58:09.117Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
07:58:09 [2022-07-28T07:58:09.117Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
07:58:09 [2022-07-28T07:58:09.117Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
07:58:09 [2022-07-28T07:58:09.117Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
07:58:09 [2022-07-28T07:58:09.129Z] #30 9.559 Collecting pyyaml
07:58:09 [2022-07-28T07:58:09.129Z] #30 9.574   Downloading PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (661 kB)
07:58:09 [2022-07-28T07:58:09.129Z] #30 9.610 Building wheels for collected packages: yamllint
07:58:09 [2022-07-28T07:58:09.129Z] #30 9.618   Building wheel for yamllint (setup.py): started
07:58:09 [2022-07-28T07:58:09.695Z] #30 10.26   Building wheel for yamllint (setup.py): finished with status 'done'
07:58:09 [2022-07-28T07:58:09.953Z] #30 10.26   Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=ce2720ed6ebd1da3603489494163d09de015f52f864ecc420628780f5ff78ff8
07:58:09 [2022-07-28T07:58:09.953Z] #30 10.26   Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3
07:58:09 [2022-07-28T07:58:09.953Z] #30 10.27 Successfully built yamllint
07:58:09 [2022-07-28T07:58:09.953Z] #30 10.29 Installing collected packages: pyyaml, pathspec, yamllint
07:58:09 [2022-07-28T07:58:09.953Z] #30 10.53 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1
07:58:10 [2022-07-28T07:58:10.046Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	0.572s	coverage: 74.8% of statements
07:58:10 [2022-07-28T07:58:10.522Z] #30 DONE 10.9s
07:58:10 [2022-07-28T07:58:10.522Z] 
07:58:10 [2022-07-28T07:58:10.522Z] #34 [dev-systemd-false 10/28] COPY --from=dockercli     /build/ /usr/local/cli
07:58:10 [2022-07-28T07:58:10.522Z] #34 sha256:4751f0d6ab45d48465e0c0a86f3f80c417f71fe471fef1d5f12f556b68b447d7
07:58:10 [2022-07-28T07:58:10.609Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.319s	coverage: 60.7% of statements
07:58:10 [2022-07-28T07:58:10.782Z] #34 DONE 0.2s
07:58:10 [2022-07-28T07:58:10.782Z] 
07:58:10 [2022-07-28T07:58:10.782Z] #39 [dev-systemd-false 11/28] COPY --from=frozen-images /build/ /docker-frozen-images
07:58:10 [2022-07-28T07:58:10.782Z] #39 sha256:fc27259deb32c51736ef6574ade23c67ff53262e7618ce3768c2e25b99368941
07:58:11 [2022-07-28T07:58:11.041Z] #39 DONE 0.3s
07:58:11 [2022-07-28T07:58:11.041Z] 
07:58:11 [2022-07-28T07:58:11.041Z] #67 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
07:58:11 [2022-07-28T07:58:11.041Z] #67 sha256:cbbea57b297b50c87e2cdca4ff694e1e975071abda6556fc1d22ad687f0671f7
07:58:11 [2022-07-28T07:58:11.041Z] #67 ...
07:58:11 [2022-07-28T07:58:11.041Z] 
07:58:11 [2022-07-28T07:58:11.041Z] #42 [dev-systemd-false 12/28] COPY --from=swagger       /build/ /usr/local/bin/
07:58:11 [2022-07-28T07:58:11.041Z] #42 sha256:30c97ba1e6cca9fd538c21c54478df7ee10b4cbaa7076e3e4d16d0d39927763b
07:58:11 [2022-07-28T07:58:11.041Z] #42 DONE 0.1s
07:58:11 [2022-07-28T07:58:11.041Z] 
07:58:11 [2022-07-28T07:58:11.041Z] #44 [dev-systemd-false 13/28] COPY --from=delve         /build/ /usr/local/bin/
07:58:11 [2022-07-28T07:58:11.041Z] #44 sha256:b23eeb6835e952d5dcb7d3c2abfd3a5cd63525497569d54cf89b0101ca02c567
07:58:11 [2022-07-28T07:58:11.041Z] #44 DONE 0.1s
07:58:11 [2022-07-28T07:58:11.041Z] 
07:58:11 [2022-07-28T07:58:11.041Z] #67 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
07:58:11 [2022-07-28T07:58:11.041Z] #67 sha256:cbbea57b297b50c87e2cdca4ff694e1e975071abda6556fc1d22ad687f0671f7
07:58:11 [2022-07-28T07:58:11.171Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.006s	coverage: 3.0% of statements
07:58:11 [2022-07-28T07:58:11.301Z] #67 ...
07:58:11 [2022-07-28T07:58:11.301Z] 
07:58:11 [2022-07-28T07:58:11.301Z] #46 [dev-systemd-false 14/28] COPY --from=tomll         /build/ /usr/local/bin/
07:58:11 [2022-07-28T07:58:11.301Z] #46 sha256:bb4cfec3b1de062862c82c43a41326e9538ff6dcecb07e356c45159b7302b2b3
07:58:11 [2022-07-28T07:58:11.301Z] #46 DONE 0.1s
07:58:11 [2022-07-28T07:58:11.301Z] 
07:58:11 [2022-07-28T07:58:11.301Z] #48 [dev-systemd-false 15/28] COPY --from=gowinres      /build/ /usr/local/bin/
07:58:11 [2022-07-28T07:58:11.301Z] #48 sha256:b4cfd51602205472eab017efebb1b751b8b7b08f448039b73785c443fc9aa456
07:58:11 [2022-07-28T07:58:11.301Z] #48 DONE 0.1s
07:58:11 [2022-07-28T07:58:11.561Z] 
07:58:11 [2022-07-28T07:58:11.561Z] #52 [dev-systemd-false 16/28] COPY --from=tini          /build/ /usr/local/bin/
07:58:11 [2022-07-28T07:58:11.561Z] #52 sha256:80638752b0b77e8365aaa06e1c8a18721c09cb8bf8d8625af6811b1160be5542
07:58:11 [2022-07-28T07:58:11.561Z] #52 DONE 0.1s
07:58:11 [2022-07-28T07:58:11.561Z] 
07:58:11 [2022-07-28T07:58:11.561Z] #55 [dev-systemd-false 17/28] COPY --from=registry      /build/ /usr/local/bin/
07:58:11 [2022-07-28T07:58:11.561Z] #55 sha256:0166aee1808642994526ee46bf84e38f1900513f119beaa3ca762f170c5fb51b
07:58:11 [2022-07-28T07:58:11.562Z] #55 DONE 0.2s
07:58:11 [2022-07-28T07:58:11.562Z] 
07:58:11 [2022-07-28T07:58:11.562Z] #59 [dev-systemd-false 18/28] COPY --from=criu          /build/ /usr/local/bin/
07:58:11 [2022-07-28T07:58:11.562Z] #59 sha256:b7834aa32578ec6710b68c5715db20c1c1747a13c7993496ccdc7239e77ec208
07:58:11 [2022-07-28T07:58:11.821Z] #59 DONE 0.1s
07:58:11 [2022-07-28T07:58:11.821Z] 
07:58:11 [2022-07-28T07:58:11.821Z] #61 [dev-systemd-false 19/28] COPY --from=gotestsum     /build/ /usr/local/bin/
07:58:11 [2022-07-28T07:58:11.821Z] #61 sha256:c379f118c6c9551bc3b574d10b7cef8f4c34f2d175978b2465870e20cd35b3d4
07:58:11 [2022-07-28T07:58:11.821Z] #61 DONE 0.1s
07:58:11 [2022-07-28T07:58:11.821Z] 
07:58:11 [2022-07-28T07:58:11.821Z] #63 [dev-systemd-false 20/28] COPY --from=golangci_lint /build/ /usr/local/bin/
07:58:11 [2022-07-28T07:58:11.821Z] #63 sha256:2c3bccc79dac972d9833ffaac43a5ceaf55ca46724fccbf935302cca4b2230aa
07:58:11 [2022-07-28T07:58:11.821Z] #63 DONE 0.2s
07:58:11 [2022-07-28T07:58:11.821Z] 
07:58:11 [2022-07-28T07:58:11.821Z] #65 [dev-systemd-false 21/28] COPY --from=shfmt         /build/ /usr/local/bin/
07:58:11 [2022-07-28T07:58:11.821Z] #65 sha256:9043f352e99cc2a038c4df5b4fc4cb315ae385a1271cb592c6b50424867c08f8
07:58:12 [2022-07-28T07:58:12.080Z] #65 DONE 0.1s
07:58:12 [2022-07-28T07:58:12.080Z] 
07:58:12 [2022-07-28T07:58:12.080Z] #67 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
07:58:12 [2022-07-28T07:58:12.080Z] #67 sha256:cbbea57b297b50c87e2cdca4ff694e1e975071abda6556fc1d22ad687f0671f7
07:58:12 [2022-07-28T07:58:12.548Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.009s	coverage: 1.9% of statements
07:58:13 [2022-07-28T07:58:13.485Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	0.159s	coverage: 50.6% of statements
07:58:15 [2022-07-28T07:58:15.380Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	2.499s	coverage: 45.9% of statements
07:58:15 [2022-07-28T07:58:15.380Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
07:58:15 [2022-07-28T07:58:15.637Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.830s	coverage: 58.5% of statements
07:58:15 [2022-07-28T07:58:15.637Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
07:58:15 [2022-07-28T07:58:15.637Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
07:58:15 [2022-07-28T07:58:15.893Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.007s	coverage: 58.5% of statements
07:58:16 [2022-07-28T07:58:16.821Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.007s	coverage: 3.0% of statements
07:58:17 [2022-07-28T07:58:17.384Z] ok  	github.com/docker/docker/daemon/links	0.009s	coverage: 93.0% of statements
07:58:17 [2022-07-28T07:58:17.947Z] ok  	github.com/docker/docker/daemon/images	0.062s	coverage: 6.9% of statements
07:58:17 [2022-07-28T07:58:17.947Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
07:58:17 [2022-07-28T07:58:17.947Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
07:58:18 [2022-07-28T07:58:18.511Z] ok  	github.com/docker/docker/daemon/logger	0.219s	coverage: 43.2% of statements
07:58:19 [2022-07-28T07:58:19.074Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.150s	coverage: 80.2% of statements
07:58:19 [2022-07-28T07:58:19.330Z] ok  	github.com/docker/docker/daemon/logger/fluentd	0.013s	coverage: 53.6% of statements
07:58:19 [2022-07-28T07:58:19.330Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
07:58:19 [2022-07-28T07:58:19.893Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.019s	coverage: 68.2% of statements
07:58:19 [2022-07-28T07:58:19.893Z] ok  	github.com/docker/docker/daemon/logger/journald	0.006s	coverage: 23.4% of statements
07:58:20 [2022-07-28T07:58:20.457Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.007s	coverage: 87.2% of statements
07:58:20 [2022-07-28T07:58:20.713Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.117s	coverage: 76.8% of statements
07:58:21 [2022-07-28T07:58:21.282Z] ok  	github.com/docker/docker/daemon/logger/local	0.036s	coverage: 79.4% of statements
07:58:21 [2022-07-28T07:58:21.282Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
07:58:21 [2022-07-28T07:58:21.282Z] ?   	github.com/docker/docker/daemon/logger/loggertest	[no test files]
07:58:21 [2022-07-28T07:58:21.845Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.020s	coverage: 62.0% of statements
07:58:21 [2022-07-28T07:58:21.845Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.020s	coverage: 31.5% of statements
07:58:22 [2022-07-28T07:58:22.775Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.012s	coverage: 46.8% of statements
07:58:23 [2022-07-28T07:58:23.031Z] ok  	github.com/docker/docker/daemon/logger/templates	0.003s	coverage: 8.3% of statements
07:58:23 [2022-07-28T07:58:23.594Z] ok  	github.com/docker/docker/daemon/network	0.005s	coverage: 63.8% of statements
07:58:24 [2022-07-28T07:58:24.523Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.579s	coverage: 82.5% of statements
07:58:24 [2022-07-28T07:58:24.523Z] ?   	github.com/docker/docker/daemon/names	[no test files]
07:58:24 [2022-07-28T07:58:24.523Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
07:58:25 [2022-07-28T07:58:25.086Z] ok  	github.com/docker/docker/distribution/metadata	0.026s	coverage: 44.4% of statements
07:58:25 [2022-07-28T07:58:25.969Z] #64 427.6 # github.com/containerd/containerd/cmd/containerd
07:58:25 [2022-07-28T07:58:25.969Z] #64 427.6 /usr/bin/ld: /tmp/go-link-701440692/000019.o: in function `New':
07:58:25 [2022-07-28T07:58:25.969Z] #64 427.6 /tmp/tmp.3Qp7mqV1fB/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
07:58:25 [2022-07-28T07:58:25.969Z] #64 427.7 + bin/containerd-stress
07:58:25 [2022-07-28T07:58:25.969Z] #64 428.8 + bin/containerd-shim
07:58:26 [2022-07-28T07:58:26.501Z] ok  	github.com/docker/docker/distribution	1.504s	coverage: 28.0% of statements
07:58:26 [2022-07-28T07:58:26.501Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
07:58:26 [2022-07-28T07:58:26.501Z] ok  	github.com/docker/docker/errdefs	0.004s	coverage: 77.0% of statements
07:58:27 [2022-07-28T07:58:27.454Z] ok  	github.com/docker/docker/image	0.024s	coverage: 86.9% of statements
07:58:27 [2022-07-28T07:58:27.710Z] ok  	github.com/docker/docker/image/cache	0.007s	coverage: 19.2% of statements
07:58:27 [2022-07-28T07:58:27.710Z] ok  	github.com/docker/docker/distribution/xfer	1.899s	coverage: 84.9% of statements
07:58:27 [2022-07-28T07:58:27.710Z] ?   	github.com/docker/docker/dockerversion	[no test files]
07:58:28 [2022-07-28T07:58:28.637Z] ok  	github.com/docker/docker/image/tarexport	0.008s	coverage: 0.7% of statements
07:58:28 [2022-07-28T07:58:28.637Z] ?   	github.com/docker/docker/image/v1	[no test files]
07:58:28 [2022-07-28T07:58:28.637Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
07:58:28 [2022-07-28T07:58:28.893Z] ok  	github.com/docker/docker/libcontainerd/queue	0.026s	coverage: 100.0% of statements
07:58:29 [2022-07-28T07:58:29.456Z] ok  	github.com/docker/docker/oci	0.006s	coverage: 46.0% of statements
07:58:30 [2022-07-28T07:58:30.018Z] ok  	github.com/docker/docker/opts	0.022s	coverage: 66.0% of statements
07:58:30 [2022-07-28T07:58:30.018Z] ok  	github.com/docker/docker/pkg/aaparser	0.002s	coverage: 52.9% of statements
07:58:30 [2022-07-28T07:58:30.175Z] #67 90.45 + mkdir -p /build
07:58:30 [2022-07-28T07:58:30.175Z] #67 90.46 + cp runc /build/runc
07:58:30 [2022-07-28T07:58:30.175Z] #67 DONE 90.7s
07:58:30 [2022-07-28T07:58:30.175Z] 
07:58:30 [2022-07-28T07:58:30.175Z] #71 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
07:58:30 [2022-07-28T07:58:30.175Z] #71 sha256:117d3ffc3f3607ab487a50c1ea727adf8461d81c3f14e1451297d5fc4f05eb8b
07:58:30 [2022-07-28T07:58:30.437Z] #71 ...
07:58:30 [2022-07-28T07:58:30.437Z] 
07:58:30 [2022-07-28T07:58:30.437Z] #68 [dev-systemd-false 22/28] COPY --from=runc          /build/ /usr/local/bin/
07:58:30 [2022-07-28T07:58:30.437Z] #68 sha256:cadc2d39de7cf6df3d772b64e44d8ce73e81d2df20d85c874597a4f2c84819f3
07:58:30 [2022-07-28T07:58:30.697Z] #68 DONE 0.1s
07:58:30 [2022-07-28T07:58:30.697Z] 
07:58:30 [2022-07-28T07:58:30.697Z] #71 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
07:58:30 [2022-07-28T07:58:30.697Z] #71 sha256:117d3ffc3f3607ab487a50c1ea727adf8461d81c3f14e1451297d5fc4f05eb8b
07:58:31 [2022-07-28T07:58:31.909Z] ok  	github.com/docker/docker/pkg/archive	0.291s	coverage: 82.3% of statements
07:58:32 [2022-07-28T07:58:32.521Z] #64 439.9 + bin/containerd-shim-runc-v1
07:58:32 [2022-07-28T07:58:32.837Z] ok  	github.com/docker/docker/pkg/authorization	0.817s	coverage: 68.3% of statements
07:58:33 [2022-07-28T07:58:33.093Z] ok  	github.com/docker/docker/pkg/broadcaster	0.002s	coverage: 100.0% of statements
07:58:33 [2022-07-28T07:58:33.350Z] ok  	github.com/docker/docker/pkg/capabilities	0.002s	coverage: 87.5% of statements
07:58:36 [2022-07-28T07:58:36.618Z] ok  	github.com/docker/docker/pkg/chrootarchive	2.524s	coverage: 42.7% of statements
07:58:36 [2022-07-28T07:58:36.618Z] ok  	github.com/docker/docker/pkg/containerfs	0.004s	coverage: 6.7% of statements
07:58:36 [2022-07-28T07:58:36.875Z] ok  	github.com/docker/docker/pkg/directory	0.002s	coverage: 80.0% of statements
07:58:37 [2022-07-28T07:58:37.132Z] ok  	github.com/docker/docker/pkg/dmesg	0.002s	coverage: 83.3% of statements
07:58:37 [2022-07-28T07:58:37.132Z] ok  	github.com/docker/docker/layer	7.938s	coverage: 68.9% of statements
07:58:37 [2022-07-28T07:58:37.132Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
07:58:37 [2022-07-28T07:58:37.132Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
07:58:37 [2022-07-28T07:58:37.132Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
07:58:37 [2022-07-28T07:58:37.132Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
07:58:37 [2022-07-28T07:58:37.132Z] ?   	github.com/docker/docker/oci/caps	[no test files]
07:58:37 [2022-07-28T07:58:37.132Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
07:58:37 [2022-07-28T07:58:37.694Z] ok  	github.com/docker/docker/pkg/fileutils	0.019s	coverage: 87.2% of statements
07:58:37 [2022-07-28T07:58:37.694Z] ok  	github.com/docker/docker/pkg/fsutils	0.138s	coverage: 85.1% of statements
07:58:37 [2022-07-28T07:58:37.694Z] ok  	github.com/docker/docker/pkg/homedir	0.010s	coverage: 11.4% of statements
07:58:38 [2022-07-28T07:58:38.624Z] ok  	github.com/docker/docker/pkg/idtools	0.465s	coverage: 67.9% of statements
07:58:38 [2022-07-28T07:58:38.880Z] ok  	github.com/docker/docker/pkg/ioutils	0.349s	coverage: 71.0% of statements
07:58:38 [2022-07-28T07:58:38.880Z] ok  	github.com/docker/docker/pkg/longpath	0.004s	coverage: 100.0% of statements
07:58:39 [2022-07-28T07:58:39.078Z] #64 446.1 + bin/containerd-shim-runc-v2
07:58:39 [2022-07-28T07:58:39.136Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.004s	coverage: 91.7% of statements
07:58:39 [2022-07-28T07:58:39.136Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
07:58:39 [2022-07-28T07:58:39.137Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.005s	coverage: 85.7% of statements
07:58:39 [2022-07-28T07:58:39.340Z] #64 446.9 + binaries
07:58:39 [2022-07-28T07:58:39.340Z] #64 446.9 + install -D bin/containerd /build/containerd
07:58:39 [2022-07-28T07:58:39.340Z] #64 446.9 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
07:58:39 [2022-07-28T07:58:39.340Z] #64 446.9 + install -D bin/ctr /build/ctr
07:58:39 [2022-07-28T07:58:39.393Z] ok  	github.com/docker/docker/pkg/parsers	0.003s	coverage: 97.0% of statements
07:58:39 [2022-07-28T07:58:39.393Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.003s	coverage: 60.0% of statements
07:58:39 [2022-07-28T07:58:39.649Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.005s	coverage: 90.5% of statements
07:58:39 [2022-07-28T07:58:39.649Z] ok  	github.com/docker/docker/pkg/pidfile	0.003s	coverage: 82.4% of statements
07:58:39 [2022-07-28T07:58:39.649Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
07:58:39 [2022-07-28T07:58:39.649Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
07:58:40 [2022-07-28T07:58:40.212Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.011s	coverage: 56.8% of statements
07:58:40 [2022-07-28T07:58:40.775Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.003s	coverage: 85.7% of statements
07:58:41 [2022-07-28T07:58:41.031Z] ok  	github.com/docker/docker/pkg/pools	0.003s	coverage: 88.2% of statements
07:58:41 [2022-07-28T07:58:41.031Z] ok  	github.com/docker/docker/pkg/progress	0.002s	coverage: 75.9% of statements
07:58:41 [2022-07-28T07:58:41.236Z] #64 DONE 448.5s
07:58:42 [2022-07-28T07:58:42.172Z] 
07:58:42 [2022-07-28T07:58:42.172Z] #65 [dev-systemd-false 23/28] COPY --from=containerd    /build/ /usr/local/bin/
07:58:42 [2022-07-28T07:58:42.172Z] #65 sha256:0a93d515905da155425a303918f589952b3d3075be58e456145a687527dc4724
07:58:42 [2022-07-28T07:58:42.396Z] ok  	github.com/docker/docker/pkg/pubsub	1.045s	coverage: 75.0% of statements
07:58:42 [2022-07-28T07:58:42.653Z] ok  	github.com/docker/docker/pkg/reexec	0.010s	coverage: 82.4% of statements
07:58:42 [2022-07-28T07:58:42.736Z] #65 DONE 0.8s
07:58:42 [2022-07-28T07:58:42.736Z] 
07:58:42 [2022-07-28T07:58:42.736Z] #70 [dev-systemd-false 24/28] COPY --from=rootlesskit   /build/ /usr/local/bin/
07:58:42 [2022-07-28T07:58:42.736Z] #70 sha256:0e2e56685a6e91d9b26d988e1c4464779866e9334c01abf6022f1af949fc2b69
07:58:42 [2022-07-28T07:58:42.909Z] ok  	github.com/docker/docker/pkg/stack	0.004s	coverage: 90.9% of statements
07:58:42 [2022-07-28T07:58:42.993Z] #70 DONE 0.2s
07:58:43 [2022-07-28T07:58:43.165Z] ok  	github.com/docker/docker/pkg/stdcopy	0.003s	coverage: 100.0% of statements
07:58:43 [2022-07-28T07:58:43.250Z] 
07:58:43 [2022-07-28T07:58:43.250Z] #75 [dev-systemd-false 25/28] COPY --from=vpnkit        /build/ /usr/local/bin/
07:58:43 [2022-07-28T07:58:43.250Z] #75 sha256:920919cf99d9b9a073f3028571e1823f568eaf9a9886b8d5f07ef74e41aa483f
07:58:43 [2022-07-28T07:58:43.422Z] ok  	github.com/docker/docker/pkg/streamformatter	0.004s	coverage: 66.2% of statements
07:58:43 [2022-07-28T07:58:43.678Z] ok  	github.com/docker/docker/pkg/stringid	0.003s	coverage: 70.6% of statements
07:58:43 [2022-07-28T07:58:43.814Z] #75 DONE 0.8s
07:58:43 [2022-07-28T07:58:43.814Z] 
07:58:43 [2022-07-28T07:58:43.814Z] #78 [dev-systemd-false 26/28] COPY --from=crun          /build/ /usr/local/bin/
07:58:43 [2022-07-28T07:58:43.814Z] #78 sha256:b68b3abe2c5ee5b2942f5577157769d0cb5cd5f259419fd4f2dfc5af3bf91edd
07:58:43 [2022-07-28T07:58:43.814Z] #78 DONE 0.0s
07:58:43 [2022-07-28T07:58:43.814Z] 
07:58:43 [2022-07-28T07:58:43.814Z] #79 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/  /etc/docker/
07:58:43 [2022-07-28T07:58:43.814Z] #79 sha256:54a484ad8c424497b95b49ea7b67b435d9ace4d6bbea0f05cd8e8c8586974a26
07:58:43 [2022-07-28T07:58:43.814Z] #79 DONE 0.0s
07:58:44 [2022-07-28T07:58:44.072Z] 
07:58:44 [2022-07-28T07:58:44.072Z] #80 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker
07:58:44 [2022-07-28T07:58:44.072Z] #80 sha256:372025fc16194f5dce9ae2ce192d472c63e5d3a92285f2ed90c906de16dfb8a7
07:58:44 [2022-07-28T07:58:44.072Z] #80 DONE 0.0s
07:58:44 [2022-07-28T07:58:44.072Z] 
07:58:44 [2022-07-28T07:58:44.072Z] #81 [final 1/1] COPY . /go/src/github.com/docker/docker
07:58:44 [2022-07-28T07:58:44.072Z] #81 sha256:084f526935d6309cd15f93fd9958dbfd3ed746f808230aeb229639f4389ccd4e
07:58:44 [2022-07-28T07:58:44.240Z] ok  	github.com/docker/docker/pkg/sysinfo	0.008s	coverage: 53.6% of statements
07:58:44 [2022-07-28T07:58:44.496Z] ok  	github.com/docker/docker/pkg/system	0.003s	coverage: 42.3% of statements
07:58:44 [2022-07-28T07:58:44.751Z] ok  	github.com/docker/docker/pkg/tailfile	0.049s	coverage: 88.6% of statements
07:58:45 [2022-07-28T07:58:45.314Z] ok  	github.com/docker/docker/pkg/tarsum	0.044s	coverage: 89.3% of statements
07:58:45 [2022-07-28T07:58:45.443Z] #81 DONE 1.2s
07:58:45 [2022-07-28T07:58:45.443Z] 
07:58:45 [2022-07-28T07:58:45.443Z] #82 exporting to image
07:58:45 [2022-07-28T07:58:45.443Z] #82 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
07:58:45 [2022-07-28T07:58:45.443Z] #82 exporting layers
07:58:45 [2022-07-28T07:58:45.570Z] ok  	github.com/docker/docker/pkg/truncindex	0.102s	coverage: 91.5% of statements
07:58:45 [2022-07-28T07:58:45.827Z] ok  	github.com/docker/docker/pkg/useragent	0.002s	coverage: 88.9% of statements
07:58:47 [2022-07-28T07:58:47.719Z] ok  	github.com/docker/docker/plugin	0.516s	coverage: 23.2% of statements
07:58:47 [2022-07-28T07:58:47.974Z] ok  	github.com/docker/docker/plugin/v2	0.004s	coverage: 14.4% of statements
07:58:48 [2022-07-28T07:58:48.231Z] ok  	github.com/docker/docker/profiles/seccomp	0.010s	coverage: 86.0% of statements
07:58:49 [2022-07-28T07:58:49.602Z] ok  	github.com/docker/docker/quota	0.198s	coverage: 71.4% of statements
07:58:49 [2022-07-28T07:58:49.602Z] ok  	github.com/docker/docker/reference	0.006s	coverage: 84.4% of statements
07:58:50 [2022-07-28T07:58:50.530Z] ok  	github.com/docker/docker/registry	0.079s	coverage: 58.6% of statements
07:58:51 [2022-07-28T07:58:51.092Z] ok  	github.com/docker/docker/registry/resumable	0.016s	coverage: 100.0% of statements
07:58:51 [2022-07-28T07:58:51.092Z] ok  	github.com/docker/docker/restartmanager	0.002s	coverage: 45.3% of statements
07:58:51 [2022-07-28T07:58:51.654Z] ok  	github.com/docker/docker/runconfig	0.010s	coverage: 64.5% of statements
07:58:51 [2022-07-28T07:58:51.911Z] ok  	github.com/docker/docker/testutil	0.003s	coverage: 62.5% of statements
07:58:51 [2022-07-28T07:58:51.999Z] #82 exporting layers 6.1s done
07:58:51 [2022-07-28T07:58:51.999Z] #82 writing image sha256:ea287bf5e540c5a85df40594ce523a9cd56aa4aa4d372cbf3d8b3f6cfc3d7b6c done
07:58:51 [2022-07-28T07:58:51.999Z] #82 naming to docker.io/library/docker:6d41219baee83f456b8628735d9b7ca20e188b1a done
07:58:51 [2022-07-28T07:58:51.999Z] #82 DONE 6.1s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
07:58:52 [2022-07-28T07:58:52.340Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43875/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=6d41219baee83f456b8628735d9b7ca20e188b1a -e DOCKER_GRAPHDRIVER -e DOCKER_EXPERIMENTAL -e DOCKER_ROOTLESS -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=22.06 docker:6d41219baee83f456b8628735d9b7ca20e188b1a hack/make.sh dynbinary test-integration
07:58:53 [2022-07-28T07:58:53.272Z] 
07:58:53 [2022-07-28T07:58:53.272Z] Removing bundles/
07:58:53 [2022-07-28T07:58:53.272Z] 
07:58:53 [2022-07-28T07:58:53.272Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
07:58:53 [2022-07-28T07:58:53.272Z] Building: bundles/dynbinary-daemon/dockerd
07:58:53 [2022-07-28T07:58:53.272Z] GOOS="" GOARCH="" GOARM=""
07:58:53 [2022-07-28T07:58:53.801Z] ok  	github.com/docker/docker/volume/drivers	0.005s	coverage: 36.1% of statements
07:58:54 [2022-07-28T07:58:54.057Z] ok  	github.com/docker/docker/volume/local	0.102s	coverage: 76.8% of statements
07:58:54 [2022-07-28T07:58:54.619Z] ok  	github.com/docker/docker/volume/mounts	0.007s	coverage: 67.7% of statements
07:58:55 [2022-07-28T07:58:55.985Z] ok  	github.com/docker/docker/volume/service	0.017s	coverage: 72.3% of statements
07:59:02 [2022-07-28T07:59:02.781Z] #71 178.1 # github.com/containerd/containerd/cmd/containerd
07:59:02 [2022-07-28T07:59:02.781Z] #71 178.1 /usr/bin/ld: /tmp/go-link-2523957716/000019.o: in function `New':
07:59:02 [2022-07-28T07:59:02.781Z] #71 178.1 /tmp/tmp.2VG9qdOpNY/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
07:59:02 [2022-07-28T07:59:02.781Z] #71 178.2 + bin/containerd-stress
07:59:03 [2022-07-28T07:59:03.350Z] #71 179.4 + bin/containerd-shim
07:59:06 [2022-07-28T07:59:06.453Z] Created binary: bundles/dynbinary-daemon/dockerd
07:59:06 [2022-07-28T07:59:06.453Z] Building: bundles/dynbinary-daemon/docker-proxy
07:59:06 [2022-07-28T07:59:06.453Z] GOOS="" GOARCH="" GOARM=""
07:59:06 [2022-07-28T07:59:06.453Z] Created binary: bundles/dynbinary-daemon/docker-proxy
07:59:06 [2022-07-28T07:59:06.453Z] 
07:59:06 [2022-07-28T07:59:06.453Z] ---> Making bundle: test-integration (in bundles/test-integration)
07:59:06 [2022-07-28T07:59:06.453Z] DOCKER_SYSTEMD=1
07:59:06 [2022-07-28T07:59:06.453Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
07:59:06 [2022-07-28T07:59:06.453Z] HOSTNAME=5989038ae069
07:59:06 [2022-07-28T07:59:06.453Z] DEST=bundles/test-integration
07:59:06 [2022-07-28T07:59:06.453Z] PWD=/go/src/github.com/docker/docker
07:59:06 [2022-07-28T07:59:06.453Z] DOCKER_GITCOMMIT=6d41219baee83f456b8628735d9b7ca20e188b1a
07:59:06 [2022-07-28T07:59:06.453Z] container=docker
07:59:06 [2022-07-28T07:59:06.453Z] HOME=/root
07:59:06 [2022-07-28T07:59:06.453Z] LANG=C.UTF-8
07:59:06 [2022-07-28T07:59:06.453Z] INVOCATION_ID=e5aba31954cd4a30bb82dbaa39c2f610
07:59:06 [2022-07-28T07:59:06.453Z] GOLANG_VERSION=1.18.4
07:59:06 [2022-07-28T07:59:06.453Z] VALIDATE_REPO=https://github.com/moby/moby.git
07:59:06 [2022-07-28T07:59:06.453Z] VALIDATE_BRANCH=22.06
07:59:06 [2022-07-28T07:59:06.453Z] TERM=xterm
07:59:06 [2022-07-28T07:59:06.453Z] DOCKER_PKG=github.com/docker/docker
07:59:06 [2022-07-28T07:59:06.453Z] SHLVL=3
07:59:06 [2022-07-28T07:59:06.453Z] TIMEOUT=120m
07:59:06 [2022-07-28T07:59:06.453Z] DOCKER_BUILDTAGS= journald
07:59:06 [2022-07-28T07:59:06.453Z] DOCKER_GRAPHDRIVER=overlay2
07:59:06 [2022-07-28T07:59:06.453Z] GO111MODULE=off
07:59:06 [2022-07-28T07:59:06.453Z] DOCKER_EXPERIMENTAL=1
07:59:06 [2022-07-28T07:59:06.453Z] TEST_SKIP_INTEGRATION_CLI=1
07:59:06 [2022-07-28T07:59:06.453Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
07:59:06 [2022-07-28T07:59:06.453Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
07:59:06 [2022-07-28T07:59:06.453Z] GOPATH=/go
07:59:06 [2022-07-28T07:59:06.453Z] PKG_CONFIG=pkg-config
07:59:06 [2022-07-28T07:59:06.453Z] _=/usr/bin/env
07:59:06 [2022-07-28T07:59:06.453Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
07:59:14 [2022-07-28T07:59:14.027Z] ok  	github.com/docker/docker/pkg/plugins	33.635s	coverage: 76.3% of statements
07:59:14 [2022-07-28T07:59:14.027Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
07:59:14 [2022-07-28T07:59:14.027Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
07:59:14 [2022-07-28T07:59:14.027Z] ?   	github.com/docker/docker/pkg/signal	[no test files]
07:59:14 [2022-07-28T07:59:14.027Z] ?   	github.com/docker/docker/pkg/urlutil	[no test files]
07:59:14 [2022-07-28T07:59:14.027Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
07:59:14 [2022-07-28T07:59:14.027Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
07:59:14 [2022-07-28T07:59:14.027Z] ?   	github.com/docker/docker/rootless	[no test files]
07:59:14 [2022-07-28T07:59:14.027Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
07:59:14 [2022-07-28T07:59:14.027Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
07:59:14 [2022-07-28T07:59:14.027Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
07:59:14 [2022-07-28T07:59:14.027Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
07:59:14 [2022-07-28T07:59:14.027Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
07:59:14 [2022-07-28T07:59:14.027Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
07:59:14 [2022-07-28T07:59:14.027Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
07:59:14 [2022-07-28T07:59:14.027Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
07:59:14 [2022-07-28T07:59:14.027Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
07:59:14 [2022-07-28T07:59:14.027Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
07:59:14 [2022-07-28T07:59:14.027Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
07:59:14 [2022-07-28T07:59:14.027Z] ?   	github.com/docker/docker/testutil/request	[no test files]
07:59:14 [2022-07-28T07:59:14.027Z] ?   	github.com/docker/docker/volume	[no test files]
07:59:14 [2022-07-28T07:59:14.027Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
07:59:14 [2022-07-28T07:59:14.027Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
07:59:14 [2022-07-28T07:59:14.284Z] 
07:59:14 [2022-07-28T07:59:14.284Z] === Skipped
07:59:14 [2022-07-28T07:59:14.284Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s)
07:59:14 [2022-07-28T07:59:14.284Z]     network_proxy_test.go:193: Need to start CI docker with --ipv6
07:59:14 [2022-07-28T07:59:14.284Z] 
07:59:14 [2022-07-28T07:59:14.284Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s)
07:59:14 [2022-07-28T07:59:14.284Z]     network_proxy_test.go:208: No support for dual stack yet
07:59:14 [2022-07-28T07:59:14.284Z] 
07:59:14 [2022-07-28T07:59:14.284Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s)
07:59:14 [2022-07-28T07:59:14.284Z]     network_proxy_test.go:237: Need to start CI docker with --ipv6
07:59:14 [2022-07-28T07:59:14.284Z] 
07:59:14 [2022-07-28T07:59:14.284Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s)
07:59:14 [2022-07-28T07:59:14.284Z]     network_proxy_test.go:298: Need to start CI docker with --ipv6
07:59:14 [2022-07-28T07:59:14.284Z] 
07:59:14 [2022-07-28T07:59:14.284Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
07:59:14 [2022-07-28T07:59:14.284Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
07:59:14 [2022-07-28T07:59:14.284Z]     graphtest_unix.go:44: Driver btrfs not supported
07:59:14 [2022-07-28T07:59:14.284Z] 
07:59:14 [2022-07-28T07:59:14.284Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
07:59:14 [2022-07-28T07:59:14.284Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
07:59:14 [2022-07-28T07:59:14.284Z]     graphtest_unix.go:44: Driver btrfs not supported
07:59:14 [2022-07-28T07:59:14.284Z] 
07:59:14 [2022-07-28T07:59:14.284Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
07:59:14 [2022-07-28T07:59:14.284Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
07:59:14 [2022-07-28T07:59:14.284Z]     graphtest_unix.go:44: Driver btrfs not supported
07:59:14 [2022-07-28T07:59:14.284Z] 
07:59:14 [2022-07-28T07:59:14.284Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
07:59:14 [2022-07-28T07:59:14.284Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
07:59:14 [2022-07-28T07:59:14.284Z]     graphtest_unix.go:44: Driver btrfs not supported
07:59:14 [2022-07-28T07:59:14.284Z] 
07:59:14 [2022-07-28T07:59:14.284Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
07:59:14 [2022-07-28T07:59:14.284Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
07:59:14 [2022-07-28T07:59:14.284Z]     graphtest_unix.go:44: Driver btrfs not supported
07:59:14 [2022-07-28T07:59:14.284Z] 
07:59:14 [2022-07-28T07:59:14.284Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
07:59:14 [2022-07-28T07:59:14.284Z]     graphtest_unix.go:71: No driver to put!
07:59:14 [2022-07-28T07:59:14.284Z] 
07:59:14 [2022-07-28T07:59:14.284Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
07:59:14 [2022-07-28T07:59:14.284Z] time="2022-07-28T07:58:12Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
07:59:14 [2022-07-28T07:59:14.284Z]     graphtest_unix.go:42: graphdriver: driver not supported
07:59:14 [2022-07-28T07:59:14.284Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
07:59:14 [2022-07-28T07:59:14.284Z] 
07:59:14 [2022-07-28T07:59:14.284Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
07:59:14 [2022-07-28T07:59:14.284Z] time="2022-07-28T07:58:12Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
07:59:14 [2022-07-28T07:59:14.284Z]     graphtest_unix.go:42: graphdriver: driver not supported
07:59:14 [2022-07-28T07:59:14.284Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
07:59:14 [2022-07-28T07:59:14.284Z] 
07:59:14 [2022-07-28T07:59:14.284Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
07:59:14 [2022-07-28T07:59:14.284Z] time="2022-07-28T07:58:12Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
07:59:14 [2022-07-28T07:59:14.284Z]     graphtest_unix.go:42: graphdriver: driver not supported
07:59:14 [2022-07-28T07:59:14.284Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
07:59:14 [2022-07-28T07:59:14.284Z] 
07:59:14 [2022-07-28T07:59:14.284Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
07:59:14 [2022-07-28T07:59:14.284Z] time="2022-07-28T07:58:12Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
07:59:14 [2022-07-28T07:59:14.284Z]     graphtest_unix.go:42: graphdriver: driver not supported
07:59:14 [2022-07-28T07:59:14.284Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
07:59:14 [2022-07-28T07:59:14.284Z] 
07:59:14 [2022-07-28T07:59:14.284Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
07:59:14 [2022-07-28T07:59:14.284Z] time="2022-07-28T07:58:12Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
07:59:14 [2022-07-28T07:59:14.284Z]     graphtest_unix.go:42: graphdriver: driver not supported
07:59:14 [2022-07-28T07:59:14.284Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
07:59:14 [2022-07-28T07:59:14.284Z] 
07:59:14 [2022-07-28T07:59:14.284Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
07:59:14 [2022-07-28T07:59:14.284Z]     graphtest_unix.go:71: No driver to put!
07:59:14 [2022-07-28T07:59:14.284Z] 
07:59:14 [2022-07-28T07:59:14.284Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
07:59:14 [2022-07-28T07:59:14.284Z]     overlay_test.go:45: Fails to compute changes after apply intermittently
07:59:14 [2022-07-28T07:59:14.284Z] 
07:59:14 [2022-07-28T07:59:14.284Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
07:59:14 [2022-07-28T07:59:14.284Z]     overlay_test.go:50: Fails to compute changes intermittently
07:59:14 [2022-07-28T07:59:14.284Z] 
07:59:14 [2022-07-28T07:59:14.284Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
07:59:14 [2022-07-28T07:59:14.284Z]     overlay_test.go:65: Cannot run test with naive change algorithm
07:59:14 [2022-07-28T07:59:14.284Z] 
07:59:14 [2022-07-28T07:59:14.284Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
07:59:14 [2022-07-28T07:59:14.284Z]     graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
07:59:14 [2022-07-28T07:59:14.284Z] 
07:59:14 [2022-07-28T07:59:14.284Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
07:59:14 [2022-07-28T07:59:14.284Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
07:59:14 [2022-07-28T07:59:14.284Z]     graphtest_unix.go:44: Driver zfs not supported
07:59:14 [2022-07-28T07:59:14.284Z] 
07:59:14 [2022-07-28T07:59:14.284Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
07:59:14 [2022-07-28T07:59:14.284Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
07:59:14 [2022-07-28T07:59:14.284Z]     graphtest_unix.go:44: Driver zfs not supported
07:59:14 [2022-07-28T07:59:14.284Z] 
07:59:14 [2022-07-28T07:59:14.284Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
07:59:14 [2022-07-28T07:59:14.284Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
07:59:14 [2022-07-28T07:59:14.284Z]     graphtest_unix.go:44: Driver zfs not supported
07:59:14 [2022-07-28T07:59:14.284Z] 
07:59:14 [2022-07-28T07:59:14.284Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
07:59:14 [2022-07-28T07:59:14.284Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
07:59:14 [2022-07-28T07:59:14.284Z]     graphtest_unix.go:44: Driver zfs not supported
07:59:14 [2022-07-28T07:59:14.284Z] 
07:59:14 [2022-07-28T07:59:14.284Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
07:59:14 [2022-07-28T07:59:14.284Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
07:59:14 [2022-07-28T07:59:14.284Z]     graphtest_unix.go:44: Driver zfs not supported
07:59:14 [2022-07-28T07:59:14.284Z] 
07:59:14 [2022-07-28T07:59:14.284Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
07:59:14 [2022-07-28T07:59:14.284Z]     graphtest_unix.go:71: No driver to put!
07:59:14 [2022-07-28T07:59:14.284Z] 
07:59:14 [2022-07-28T07:59:14.284Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
07:59:14 [2022-07-28T07:59:14.284Z]     sysinfo_linux_test.go:87: AppArmor Must be Disabled
07:59:14 [2022-07-28T07:59:14.284Z] 
07:59:14 [2022-07-28T07:59:14.284Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
07:59:14 [2022-07-28T07:59:14.284Z]     sysinfo_linux_test.go:107: cgroup namespaces must be disabled
07:59:14 [2022-07-28T07:59:14.284Z] 
07:59:14 [2022-07-28T07:59:14.284Z] DONE 2789 tests, 28 skipped in 208.740s
07:59:14 [2022-07-28T07:59:14.284Z] + '[' -n 'github.com/docker/docker/libnetwork
07:59:14 [2022-07-28T07:59:14.284Z] github.com/docker/docker/libnetwork/bitseq
07:59:14 [2022-07-28T07:59:14.284Z] github.com/docker/docker/libnetwork/cluster
07:59:14 [2022-07-28T07:59:14.284Z] github.com/docker/docker/libnetwork/cmd/diagnostic
07:59:14 [2022-07-28T07:59:14.284Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
07:59:14 [2022-07-28T07:59:14.284Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
07:59:14 [2022-07-28T07:59:14.284Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
07:59:14 [2022-07-28T07:59:14.284Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
07:59:14 [2022-07-28T07:59:14.284Z] github.com/docker/docker/libnetwork/cmd/ovrouter
07:59:14 [2022-07-28T07:59:14.284Z] github.com/docker/docker/libnetwork/cmd/readme_test
07:59:14 [2022-07-28T07:59:14.284Z] github.com/docker/docker/libnetwork/config
07:59:14 [2022-07-28T07:59:14.284Z] github.com/docker/docker/libnetwork/datastore
07:59:14 [2022-07-28T07:59:14.284Z] github.com/docker/docker/libnetwork/diagnostic
07:59:14 [2022-07-28T07:59:14.284Z] github.com/docker/docker/libnetwork/discoverapi
07:59:14 [2022-07-28T07:59:14.284Z] github.com/docker/docker/libnetwork/driverapi
07:59:14 [2022-07-28T07:59:14.284Z] github.com/docker/docker/libnetwork/drivers/bridge
07:59:14 [2022-07-28T07:59:14.284Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
07:59:14 [2022-07-28T07:59:14.284Z] github.com/docker/docker/libnetwork/drivers/host
07:59:14 [2022-07-28T07:59:14.284Z] github.com/docker/docker/libnetwork/drivers/ipvlan
07:59:14 [2022-07-28T07:59:14.284Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
07:59:14 [2022-07-28T07:59:14.284Z] github.com/docker/docker/libnetwork/drivers/macvlan
07:59:14 [2022-07-28T07:59:14.284Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
07:59:14 [2022-07-28T07:59:14.284Z] github.com/docker/docker/libnetwork/drivers/null
07:59:14 [2022-07-28T07:59:14.284Z] github.com/docker/docker/libnetwork/drivers/overlay
07:59:14 [2022-07-28T07:59:14.284Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
07:59:14 [2022-07-28T07:59:14.284Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
07:59:14 [2022-07-28T07:59:14.284Z] github.com/docker/docker/libnetwork/drivers/remote
07:59:14 [2022-07-28T07:59:14.284Z] github.com/docker/docker/libnetwork/drivers/remote/api
07:59:14 [2022-07-28T07:59:14.284Z] github.com/docker/docker/libnetwork/drivers/windows
07:59:14 [2022-07-28T07:59:14.284Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
07:59:14 [2022-07-28T07:59:14.284Z] github.com/docker/docker/libnetwork/drvregistry
07:59:14 [2022-07-28T07:59:14.284Z] github.com/docker/docker/libnetwork/etchosts
07:59:14 [2022-07-28T07:59:14.284Z] github.com/docker/docker/libnetwork/idm
07:59:14 [2022-07-28T07:59:14.284Z] github.com/docker/docker/libnetwork/internal/caller
07:59:14 [2022-07-28T07:59:14.284Z] github.com/docker/docker/libnetwork/internal/setmatrix
07:59:14 [2022-07-28T07:59:14.284Z] github.com/docker/docker/libnetwork/ipam
07:59:14 [2022-07-28T07:59:14.284Z] github.com/docker/docker/libnetwork/ipamapi
07:59:14 [2022-07-28T07:59:14.284Z] github.com/docker/docker/libnetwork/ipams/builtin
07:59:14 [2022-07-28T07:59:14.284Z] github.com/docker/docker/libnetwork/ipams/null
07:59:14 [2022-07-28T07:59:14.284Z] github.com/docker/docker/libnetwork/ipams/remote
07:59:14 [2022-07-28T07:59:14.284Z] github.com/docker/docker/libnetwork/ipams/remote/api
07:59:14 [2022-07-28T07:59:14.284Z] github.com/docker/docker/libnetwork/ipams/windowsipam
07:59:14 [2022-07-28T07:59:14.284Z] github.com/docker/docker/libnetwork/ipamutils
07:59:14 [2022-07-28T07:59:14.284Z] github.com/docker/docker/libnetwork/iptables
07:59:14 [2022-07-28T07:59:14.284Z] github.com/docker/docker/libnetwork/netlabel
07:59:14 [2022-07-28T07:59:14.284Z] github.com/docker/docker/libnetwork/netutils
07:59:14 [2022-07-28T07:59:14.284Z] github.com/docker/docker/libnetwork/networkdb
07:59:14 [2022-07-28T07:59:14.284Z] github.com/docker/docker/libnetwork/ns
07:59:14 [2022-07-28T07:59:14.284Z] github.com/docker/docker/libnetwork/options
07:59:14 [2022-07-28T07:59:14.284Z] github.com/docker/docker/libnetwork/osl
07:59:14 [2022-07-28T07:59:14.284Z] github.com/docker/docker/libnetwork/osl/kernel
07:59:14 [2022-07-28T07:59:14.284Z] github.com/docker/docker/libnetwork/portallocator
07:59:14 [2022-07-28T07:59:14.284Z] github.com/docker/docker/libnetwork/portmapper
07:59:14 [2022-07-28T07:59:14.284Z] github.com/docker/docker/libnetwork/resolvconf
07:59:14 [2022-07-28T07:59:14.284Z] github.com/docker/docker/libnetwork/testutils
07:59:14 [2022-07-28T07:59:14.284Z] github.com/docker/docker/libnetwork/types' ']'
07:59:14 [2022-07-28T07:59:14.284Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo libdm_no_deferred_remove' -cover -coverprofile=bundles/profile-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/ovrouter github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types
07:59:15 [2022-07-28T07:59:15.555Z] #71 190.6 + bin/containerd-shim-runc-v1
07:59:20 [2022-07-28T07:59:20.835Z] #71 196.9 + bin/containerd-shim-runc-v2
07:59:21 [2022-07-28T07:59:21.406Z] #71 197.7 + binaries
07:59:21 [2022-07-28T07:59:21.406Z] #71 197.7 + install -D bin/containerd /build/containerd
07:59:21 [2022-07-28T07:59:21.406Z] #71 197.7 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
07:59:21 [2022-07-28T07:59:21.406Z] #71 197.7 + install -D bin/ctr /build/ctr
07:59:21 [2022-07-28T07:59:21.973Z] #71 DONE 198.2s
07:59:23 [2022-07-28T07:59:23.350Z] 
07:59:23 [2022-07-28T07:59:23.350Z] #72 [dev-systemd-false 23/28] COPY --from=containerd    /build/ /usr/local/bin/
07:59:23 [2022-07-28T07:59:23.350Z] #72 sha256:c4dd2a38951e266a16dcb633e1007aac799a4f016ab45b181214c646aeef0bd2
07:59:23 [2022-07-28T07:59:23.350Z] #72 DONE 0.4s
07:59:23 [2022-07-28T07:59:23.350Z] 
07:59:23 [2022-07-28T07:59:23.350Z] #77 [dev-systemd-false 24/28] COPY --from=rootlesskit   /build/ /usr/local/bin/
07:59:23 [2022-07-28T07:59:23.350Z] #77 sha256:1960fed1201a99c8107cff7295dc77fae70781cf1722f2057bad1f9c3b987aa3
07:59:23 [2022-07-28T07:59:23.609Z] #77 DONE 0.1s
07:59:23 [2022-07-28T07:59:23.609Z] 
07:59:23 [2022-07-28T07:59:23.609Z] #82 [dev-systemd-false 25/28] COPY --from=vpnkit        /build/ /usr/local/bin/
07:59:23 [2022-07-28T07:59:23.609Z] #82 sha256:3b95e4482daca52bab4b23831846e13497f3419e07a7153e5b5e8adefddaeec3
07:59:23 [2022-07-28T07:59:23.873Z] #82 DONE 0.5s
07:59:23 [2022-07-28T07:59:23.873Z] 
07:59:23 [2022-07-28T07:59:23.873Z] #85 [dev-systemd-false 26/28] COPY --from=crun          /build/ /usr/local/bin/
07:59:23 [2022-07-28T07:59:23.873Z] #85 sha256:7e4dcabf071f2ec7ca1fba77bf7789850b78da469610b5fb0145f0be0e651ad2
07:59:23 [2022-07-28T07:59:23.873Z] #85 DONE 0.1s
07:59:23 [2022-07-28T07:59:23.873Z] 
07:59:23 [2022-07-28T07:59:23.873Z] #86 [dev-systemd-false 27/28] COPY hack/dockerfile/etc/docker/  /etc/docker/
07:59:23 [2022-07-28T07:59:23.873Z] #86 sha256:894b1122c1b8064f0a12485763af4ea505647c70b242ff4f71cbd5362a665fa3
07:59:23 [2022-07-28T07:59:23.873Z] #86 DONE 0.0s
07:59:24 [2022-07-28T07:59:24.133Z] 
07:59:24 [2022-07-28T07:59:24.133Z] #87 [dev-systemd-false 28/28] WORKDIR /go/src/github.com/docker/docker
07:59:24 [2022-07-28T07:59:24.133Z] #87 sha256:b969f40b6c5d1e101762b00364204f3363c9d10b36adca896010d517ad77857d
07:59:24 [2022-07-28T07:59:24.133Z] #87 DONE 0.0s
07:59:24 [2022-07-28T07:59:24.133Z] 
07:59:24 [2022-07-28T07:59:24.133Z] #88 [final 1/1] COPY . /go/src/github.com/docker/docker
07:59:24 [2022-07-28T07:59:24.133Z] #88 sha256:e6c04a855d0940e4bfcbd90f7bf79353c0b1531bd9bea077b5569e10a210c717
07:59:28 [2022-07-28T07:59:28.317Z] #88 DONE 4.1s
07:59:28 [2022-07-28T07:59:28.317Z] 
07:59:28 [2022-07-28T07:59:28.317Z] #89 exporting to image
07:59:28 [2022-07-28T07:59:28.317Z] #89 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
07:59:28 [2022-07-28T07:59:28.317Z] #89 exporting layers
07:59:39 [2022-07-28T07:59:39.703Z] Created binary: bundles/dynbinary-daemon/dockerd
07:59:39 [2022-07-28T07:59:39.703Z] Building: bundles/dynbinary-daemon/docker-proxy
07:59:39 [2022-07-28T07:59:39.703Z] GOOS="" GOARCH="" GOARM=""
07:59:39 [2022-07-28T07:59:39.703Z] Created binary: bundles/dynbinary-daemon/docker-proxy
07:59:39 [2022-07-28T07:59:39.703Z] 
07:59:39 [2022-07-28T07:59:39.703Z] + TEST_INTEGRATION_DEST=1
07:59:39 [2022-07-28T07:59:39.703Z] + CONTAINER_NAME=docker-pr1-1
07:59:39 [2022-07-28T07:59:39.703Z] + TEST_SKIP_INTEGRATION_CLI=1
07:59:39 [2022-07-28T07:59:39.703Z] + run_tests test-integration-flaky
07:59:39 [2022-07-28T07:59:39.703Z] + '[' -n 0 ']'
07:59:39 [2022-07-28T07:59:39.703Z] + rm=
07:59:39 [2022-07-28T07:59:39.703Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43875/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43875/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43875/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=6d41219baee83f456b8628735d9b7ca20e188b1a -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=22.06 docker:6d41219baee83f456b8628735d9b7ca20e188b1a hack/make.sh test-integration-flaky test-integration
07:59:39 [2022-07-28T07:59:39.703Z] + c=0
07:59:39 [2022-07-28T07:59:39.703Z] + TEST_INTEGRATION_DEST=3
07:59:39 [2022-07-28T07:59:39.703Z] + TEST_INTEGRATION_DEST=2
07:59:39 [2022-07-28T07:59:39.703Z] + CONTAINER_NAME=docker-pr1-3
07:59:39 [2022-07-28T07:59:39.703Z] + CONTAINER_NAME=docker-pr1-2
07:59:39 [2022-07-28T07:59:39.703Z] + TEST_SKIP_INTEGRATION=1
07:59:39 [2022-07-28T07:59:39.703Z] + TEST_SKIP_INTEGRATION=1
07:59:39 [2022-07-28T07:59:39.703Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/'
07:59:39 [2022-07-28T07:59:39.703Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/'
07:59:39 [2022-07-28T07:59:39.703Z] + run_tests
07:59:39 [2022-07-28T07:59:39.703Z] + run_tests
07:59:39 [2022-07-28T07:59:39.703Z] + '[' -n 0 ']'
07:59:39 [2022-07-28T07:59:39.703Z] + '[' -n 0 ']'
07:59:39 [2022-07-28T07:59:39.703Z] + rm=
07:59:39 [2022-07-28T07:59:39.703Z] + rm=
07:59:39 [2022-07-28T07:59:39.703Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43875/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43875/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43875/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=6d41219baee83f456b8628735d9b7ca20e188b1a -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=22.06 docker:6d41219baee83f456b8628735d9b7ca20e188b1a hack/make.sh '' test-integration
07:59:39 [2022-07-28T07:59:39.703Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43875/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43875/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43875/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=6d41219baee83f456b8628735d9b7ca20e188b1a -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=22.06 docker:6d41219baee83f456b8628735d9b7ca20e188b1a hack/make.sh '' test-integration
07:59:39 [2022-07-28T07:59:39.703Z] ++ jobs -p
07:59:39 [2022-07-28T07:59:39.704Z] + for job in $(jobs -p)
07:59:39 [2022-07-28T07:59:39.704Z] + wait 7867
07:59:39 [2022-07-28T07:59:39.704Z] 
07:59:39 [2022-07-28T07:59:39.704Z] 
07:59:39 [2022-07-28T07:59:39.704Z] 
07:59:39 [2022-07-28T07:59:39.704Z] ---> Making bundle: test-integration (in bundles/test-integration)
07:59:39 [2022-07-28T07:59:39.704Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
07:59:39 [2022-07-28T07:59:39.704Z] HOSTNAME=fa2b4495a940
07:59:39 [2022-07-28T07:59:39.704Z] TEST_SKIP_INTEGRATION=1
07:59:39 [2022-07-28T07:59:39.704Z] TESTDEBUG=0
07:59:39 [2022-07-28T07:59:39.704Z] DEST=bundles/test-integration
07:59:39 [2022-07-28T07:59:39.704Z] PWD=/go/src/github.com/docker/docker
07:59:39 [2022-07-28T07:59:39.704Z] KEEPBUNDLE=1
07:59:39 [2022-07-28T07:59:39.704Z] DOCKER_GITCOMMIT=6d41219baee83f456b8628735d9b7ca20e188b1a
07:59:39 [2022-07-28T07:59:39.704Z] container=docker
07:59:39 [2022-07-28T07:59:39.704Z] HOME=/root
07:59:39 [2022-07-28T07:59:39.704Z] GOLANG_VERSION=1.18.4
07:59:39 [2022-07-28T07:59:39.704Z] VALIDATE_REPO=https://github.com/moby/moby.git
07:59:39 [2022-07-28T07:59:39.704Z] VALIDATE_BRANCH=22.06
07:59:39 [2022-07-28T07:59:39.704Z] TERM=xterm
07:59:39 [2022-07-28T07:59:39.704Z] DOCKER_PKG=github.com/docker/docker
07:59:39 [2022-07-28T07:59:39.704Z] SHLVL=1
07:59:39 [2022-07-28T07:59:39.704Z] TIMEOUT=120m
07:59:39 [2022-07-28T07:59:39.704Z] DOCKER_BUILDTAGS= journald
07:59:39 [2022-07-28T07:59:39.704Z] DOCKER_GRAPHDRIVER=overlay2
07:59:39 [2022-07-28T07:59:39.704Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/
07:59:39 [2022-07-28T07:59:39.704Z] GO111MODULE=off
07:59:39 [2022-07-28T07:59:39.704Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky)
07:59:39 [2022-07-28T07:59:39.704Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
07:59:39 [2022-07-28T07:59:39.704Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
07:59:39 [2022-07-28T07:59:39.704Z] GOPATH=/go
07:59:39 [2022-07-28T07:59:39.704Z] PKG_CONFIG=pkg-config
07:59:39 [2022-07-28T07:59:39.704Z] _=/usr/bin/env
07:59:39 [2022-07-28T07:59:39.704Z] Building test suite binary ./integration-cli/test.main
07:59:39 [2022-07-28T07:59:39.704Z] ---> Making bundle: test-integration (in bundles/test-integration)
07:59:39 [2022-07-28T07:59:39.704Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
07:59:39 [2022-07-28T07:59:39.704Z] HOSTNAME=149c89cfc8f4
07:59:39 [2022-07-28T07:59:39.704Z] TEST_SKIP_INTEGRATION=1
07:59:39 [2022-07-28T07:59:39.704Z] TESTDEBUG=0
07:59:39 [2022-07-28T07:59:39.704Z] DEST=bundles/test-integration
07:59:39 [2022-07-28T07:59:39.704Z] PWD=/go/src/github.com/docker/docker
07:59:39 [2022-07-28T07:59:39.704Z] KEEPBUNDLE=1
07:59:39 [2022-07-28T07:59:39.704Z] DOCKER_GITCOMMIT=6d41219baee83f456b8628735d9b7ca20e188b1a
07:59:39 [2022-07-28T07:59:39.704Z] container=docker
07:59:39 [2022-07-28T07:59:39.704Z] HOME=/root
07:59:39 [2022-07-28T07:59:39.704Z] GOLANG_VERSION=1.18.4
07:59:39 [2022-07-28T07:59:39.704Z] VALIDATE_REPO=https://github.com/moby/moby.git
07:59:39 [2022-07-28T07:59:39.704Z] VALIDATE_BRANCH=22.06
07:59:39 [2022-07-28T07:59:39.704Z] TERM=xterm
07:59:39 [2022-07-28T07:59:39.704Z] DOCKER_PKG=github.com/docker/docker
07:59:39 [2022-07-28T07:59:39.704Z] SHLVL=1
07:59:39 [2022-07-28T07:59:39.704Z] TIMEOUT=120m
07:59:39 [2022-07-28T07:59:39.704Z] DOCKER_BUILDTAGS= journald
07:59:39 [2022-07-28T07:59:39.704Z] DOCKER_GRAPHDRIVER=overlay2
07:59:39 [2022-07-28T07:59:39.704Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/
07:59:39 [2022-07-28T07:59:39.704Z] GO111MODULE=off
07:59:39 [2022-07-28T07:59:39.704Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
07:59:39 [2022-07-28T07:59:39.704Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
07:59:39 [2022-07-28T07:59:39.704Z] GOPATH=/go
07:59:39 [2022-07-28T07:59:39.704Z] PKG_CONFIG=pkg-config
07:59:39 [2022-07-28T07:59:39.704Z] _=/usr/bin/env
07:59:39 [2022-07-28T07:59:39.704Z] Building test suite binary ./integration-cli/test.main
07:59:39 [2022-07-28T07:59:39.704Z] No new tests added to integration.
07:59:39 [2022-07-28T07:59:39.704Z] 
07:59:39 [2022-07-28T07:59:39.704Z] ---> Making bundle: test-integration (in bundles/test-integration)
07:59:39 [2022-07-28T07:59:39.704Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
07:59:39 [2022-07-28T07:59:39.704Z] HOSTNAME=e7d13156d78d
07:59:39 [2022-07-28T07:59:39.704Z] TESTDEBUG=0
07:59:39 [2022-07-28T07:59:39.704Z] DEST=bundles/test-integration
07:59:39 [2022-07-28T07:59:39.704Z] PWD=/go/src/github.com/docker/docker
07:59:39 [2022-07-28T07:59:39.704Z] KEEPBUNDLE=1
07:59:39 [2022-07-28T07:59:39.704Z] DOCKER_GITCOMMIT=6d41219baee83f456b8628735d9b7ca20e188b1a
07:59:39 [2022-07-28T07:59:39.704Z] container=docker
07:59:39 [2022-07-28T07:59:39.704Z] HOME=/root
07:59:39 [2022-07-28T07:59:39.704Z] GOLANG_VERSION=1.18.4
07:59:39 [2022-07-28T07:59:39.704Z] VALIDATE_REPO=https://github.com/moby/moby.git
07:59:39 [2022-07-28T07:59:39.704Z] VALIDATE_BRANCH=22.06
07:59:39 [2022-07-28T07:59:39.704Z] TERM=xterm
07:59:39 [2022-07-28T07:59:39.704Z] DOCKER_PKG=github.com/docker/docker
07:59:39 [2022-07-28T07:59:39.704Z] SHLVL=1
07:59:39 [2022-07-28T07:59:39.704Z] TIMEOUT=120m
07:59:39 [2022-07-28T07:59:39.704Z] DOCKER_BUILDTAGS= journald
07:59:39 [2022-07-28T07:59:39.704Z] DOCKER_GRAPHDRIVER=overlay2
07:59:39 [2022-07-28T07:59:39.704Z] GO111MODULE=off
07:59:39 [2022-07-28T07:59:39.704Z] TEST_SKIP_INTEGRATION_CLI=1
07:59:39 [2022-07-28T07:59:39.704Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
07:59:39 [2022-07-28T07:59:39.704Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
07:59:39 [2022-07-28T07:59:39.704Z] GOPATH=/go
07:59:39 [2022-07-28T07:59:39.704Z] PKG_CONFIG=pkg-config
07:59:39 [2022-07-28T07:59:39.704Z] _=/usr/bin/env
07:59:39 [2022-07-28T07:59:39.704Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
07:59:53 [2022-07-28T07:59:53.081Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
07:59:53 [2022-07-28T07:59:53.081Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
07:59:54 [2022-07-28T07:59:54.859Z] #89 exporting layers 25.3s done
07:59:54 [2022-07-28T07:59:54.860Z] #89 writing image sha256:0f18d404520ae18768d5b2cc97496316664d873b2ec78d7a0e8fc1c20e668542 done
07:59:54 [2022-07-28T07:59:54.860Z] #89 naming to docker.io/library/docker:6d41219baee83f456b8628735d9b7ca20e188b1a done
07:59:54 [2022-07-28T07:59:54.860Z] #89 DONE 25.4s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate)
[Pipeline] sh
07:59:55 [2022-07-28T07:59:55.273Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43875/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43875/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=6d41219baee83f456b8628735d9b7ca20e188b1a -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=22.06 docker:6d41219baee83f456b8628735d9b7ca20e188b1a hack/validate/default
07:59:57 [2022-07-28T07:59:57.176Z] Congratulations!  Seccomp profile generation is done correctly.
07:59:57 [2022-07-28T07:59:57.176Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
08:00:00 [2022-07-28T08:00:00.936Z] ok  	github.com/docker/docker/libnetwork	37.385s	coverage: 40.6% of statements
08:00:00 [2022-07-28T08:00:00.936Z] ok  	github.com/docker/docker/libnetwork/bitseq	0.137s	coverage: 84.4% of statements
08:00:00 [2022-07-28T08:00:00.936Z] ?   	github.com/docker/docker/libnetwork/cluster	[no test files]
08:00:00 [2022-07-28T08:00:00.936Z] ?   	github.com/docker/docker/libnetwork/cmd/diagnostic	[no test files]
08:00:00 [2022-07-28T08:00:00.936Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test	[no test files]
08:00:00 [2022-07-28T08:00:00.936Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient	[no test files]
08:00:00 [2022-07-28T08:00:00.936Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver	[no test files]
08:00:00 [2022-07-28T08:00:00.936Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient	[no test files]
08:00:00 [2022-07-28T08:00:00.936Z] ?   	github.com/docker/docker/libnetwork/cmd/ovrouter	[no test files]
08:00:00 [2022-07-28T08:00:00.936Z] ?   	github.com/docker/docker/libnetwork/cmd/readme_test	[no test files]
08:00:00 [2022-07-28T08:00:00.936Z] ok  	github.com/docker/docker/libnetwork/config	0.015s	coverage: 22.4% of statements
08:00:00 [2022-07-28T08:00:00.936Z] ok  	github.com/docker/docker/libnetwork/datastore	0.003s	coverage: 21.9% of statements
08:00:00 [2022-07-28T08:00:00.936Z] ?   	github.com/docker/docker/libnetwork/diagnostic	[no test files]
08:00:00 [2022-07-28T08:00:00.936Z] ?   	github.com/docker/docker/libnetwork/discoverapi	[no test files]
08:00:00 [2022-07-28T08:00:00.936Z] ok  	github.com/docker/docker/libnetwork/driverapi	0.003s	coverage: 68.9% of statements
08:00:02 [2022-07-28T08:00:02.312Z] ok  	github.com/docker/docker/libnetwork/drivers/bridge	1.605s	coverage: 59.9% of statements
08:00:02 [2022-07-28T08:00:02.312Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge/brmanager	[no test files]
08:00:02 [2022-07-28T08:00:02.312Z] ok  	github.com/docker/docker/libnetwork/drivers/host	0.002s	coverage: 34.8% of statements
08:00:02 [2022-07-28T08:00:02.875Z] ok  	github.com/docker/docker/libnetwork/drivers/ipvlan	0.016s	coverage: 5.0% of statements
08:00:02 [2022-07-28T08:00:02.875Z] ?   	github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager	[no test files]
08:00:03 [2022-07-28T08:00:03.438Z] ok  	github.com/docker/docker/libnetwork/drivers/macvlan	0.015s	coverage: 4.5% of statements
08:00:03 [2022-07-28T08:00:03.438Z] ?   	github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager	[no test files]
08:00:03 [2022-07-28T08:00:03.694Z] ok  	github.com/docker/docker/libnetwork/drivers/null	0.003s	coverage: 34.8% of statements
08:00:05 [2022-07-28T08:00:05.358Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
08:00:10 [2022-07-28T08:00:10.631Z] Congratulations!  All API changes are done the right way.
08:00:10 [2022-07-28T08:00:10.631Z] Congratulations!  All TOML source files changed here have valid syntax.
08:00:10 [2022-07-28T08:00:10.631Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
08:00:10 [2022-07-28T08:00:10.631Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
08:00:10 [2022-07-28T08:00:10.631Z] 
08:00:10 [2022-07-28T08:00:10.631Z] INFO Start validation with golang-ci-lint
08:00:11 [2022-07-28T08:00:11.204Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
08:00:11 [2022-07-28T08:00:11.204Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports gosec gosimple govet ineffassign misspell revive staticcheck structcheck typecheck unconvert unused varcheck] 
08:00:13 [2022-07-28T08:00:13.637Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay	8.349s	coverage: 6.6% of statements
08:00:13 [2022-07-28T08:00:13.637Z] ?   	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	[no test files]
08:00:13 [2022-07-28T08:00:13.894Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	0.004s	coverage: 63.6% of statements
08:00:14 [2022-07-28T08:00:14.456Z] ok  	github.com/docker/docker/libnetwork/drivers/remote	0.010s	coverage: 57.4% of statements
08:00:14 [2022-07-28T08:00:14.456Z] ?   	github.com/docker/docker/libnetwork/drivers/remote/api	[no test files]
08:00:14 [2022-07-28T08:00:14.456Z] ?   	github.com/docker/docker/libnetwork/drivers/windows	[no test files]
08:00:14 [2022-07-28T08:00:14.456Z] ?   	github.com/docker/docker/libnetwork/drivers/windows/overlay	[no test files]
08:00:14 [2022-07-28T08:00:14.712Z] ok  	github.com/docker/docker/libnetwork/drvregistry	0.016s	coverage: 82.4% of statements
08:00:14 [2022-07-28T08:00:14.968Z] ok  	github.com/docker/docker/libnetwork/etchosts	0.011s	coverage: 81.2% of statements
08:00:14 [2022-07-28T08:00:14.986Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
08:00:15 [2022-07-28T08:00:15.225Z] ok  	github.com/docker/docker/libnetwork/idm	0.003s	coverage: 87.5% of statements
08:00:15 [2022-07-28T08:00:15.481Z] ok  	github.com/docker/docker/libnetwork/internal/caller	0.002s	coverage: 100.0% of statements
08:00:24 [2022-07-28T08:00:24.938Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
08:00:27 [2022-07-28T08:00:27.653Z] ok  	github.com/docker/docker/libnetwork/internal/setmatrix	10.008s	coverage: 100.0% of statements
08:00:33 [2022-07-28T08:00:33.104Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
08:00:33 [2022-07-28T08:00:33.361Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
08:00:34 [2022-07-28T08:00:34.291Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
08:00:35 [2022-07-28T08:00:35.219Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
08:00:36 [2022-07-28T08:00:36.147Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
08:00:36 [2022-07-28T08:00:36.147Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
08:00:37 [2022-07-28T08:00:37.074Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
08:00:39 [2022-07-28T08:00:39.593Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
08:00:40 [2022-07-28T08:00:40.522Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
08:00:41 [2022-07-28T08:00:41.888Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
08:00:41 [2022-07-28T08:00:41.888Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
08:00:42 [2022-07-28T08:00:42.495Z] ok  	github.com/docker/docker/libnetwork/ipam	16.099s	coverage: 85.3% of statements
08:00:42 [2022-07-28T08:00:42.496Z] ?   	github.com/docker/docker/libnetwork/ipamapi	[no test files]
08:00:42 [2022-07-28T08:00:42.496Z] ?   	github.com/docker/docker/libnetwork/ipams/builtin	[no test files]
08:00:42 [2022-07-28T08:00:42.751Z] ok  	github.com/docker/docker/libnetwork/ipams/null	0.002s	coverage: 57.1% of statements
08:00:42 [2022-07-28T08:00:42.816Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
08:00:43 [2022-07-28T08:00:43.006Z] ok  	github.com/docker/docker/libnetwork/ipams/remote	0.007s	coverage: 47.4% of statements
08:00:43 [2022-07-28T08:00:43.006Z] ?   	github.com/docker/docker/libnetwork/ipams/remote/api	[no test files]
08:00:43 [2022-07-28T08:00:43.262Z] ok  	github.com/docker/docker/libnetwork/ipams/windowsipam	0.002s	coverage: 71.4% of statements
08:00:43 [2022-07-28T08:00:43.744Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
08:00:43 [2022-07-28T08:00:43.824Z] ok  	github.com/docker/docker/libnetwork/ipamutils	0.263s	coverage: 74.0% of statements
08:00:44 [2022-07-28T08:00:44.386Z] ok  	github.com/docker/docker/libnetwork/iptables	0.175s	coverage: 45.0% of statements
08:00:44 [2022-07-28T08:00:44.642Z] ok  	github.com/docker/docker/libnetwork/netlabel	0.002s	coverage: 60.0% of statements
08:00:44 [2022-07-28T08:00:44.898Z] ok  	github.com/docker/docker/libnetwork/netutils	0.019s	coverage: 44.1% of statements
08:00:45 [2022-07-28T08:00:45.112Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
08:00:45 [2022-07-28T08:00:45.675Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
08:00:46 [2022-07-28T08:00:46.605Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
08:00:47 [2022-07-28T08:00:47.533Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
08:00:47 [2022-07-28T08:00:47.533Z] Using test binary docker
08:00:47 [2022-07-28T08:00:47.533Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
08:00:47 [2022-07-28T08:00:47.533Z] Starting apparmor (via systemctl): apparmor.service.
08:00:47 [2022-07-28T08:00:47.533Z] INFO: Waiting for daemon to start...
08:00:47 [2022-07-28T08:00:47.533Z] Starting dockerd
08:00:50 [2022-07-28T08:00:50.798Z] .
08:00:50 [2022-07-28T08:00:50.798Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
08:00:50 [2022-07-28T08:00:50.798Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
08:00:50 [2022-07-28T08:00:50.798Z] Error: No such image: emptyfs
08:00:50 [2022-07-28T08:00:50.798Z] Running integration-test (iteration 1)
08:00:50 [2022-07-28T08:00:50.798Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
08:00:50 [2022-07-28T08:00:50.798Z] Loaded image: busybox:latest
08:00:51 [2022-07-28T08:00:51.054Z] Loaded image: busybox:glibc
08:00:52 [2022-07-28T08:00:52.421Z] Loaded image: debian:bullseye-slim
08:00:52 [2022-07-28T08:00:52.421Z] Loaded image: hello-world:latest
08:00:52 [2022-07-28T08:00:52.421Z] Loaded image: arm32v7/hello-world:latest
08:00:52 [2022-07-28T08:00:52.421Z] INFO: Testing against a local daemon
08:00:52 [2022-07-28T08:00:52.421Z] === RUN   TestCgroupNamespacesBuild
08:00:53 [2022-07-28T08:00:53.787Z] --- PASS: TestCgroupNamespacesBuild (1.32s)
08:00:53 [2022-07-28T08:00:53.787Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
08:00:55 [2022-07-28T08:00:55.152Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.23s)
08:00:55 [2022-07-28T08:00:55.152Z] === RUN   TestBuildWithSession
08:00:55 [2022-07-28T08:00:55.152Z]     build_session_test.go:25: TODO: BuildKit
08:00:55 [2022-07-28T08:00:55.152Z] --- SKIP: TestBuildWithSession (0.00s)
08:00:55 [2022-07-28T08:00:55.152Z] === RUN   TestBuildSquashParent
08:00:59 [2022-07-28T08:00:59.722Z] Created binary: bundles/dynbinary-daemon/dockerd
08:00:59 [2022-07-28T08:00:59.722Z] Building: bundles/dynbinary-daemon/docker-proxy
08:00:59 [2022-07-28T08:00:59.722Z] GOOS="" GOARCH="" GOARM=""
08:00:59 [2022-07-28T08:00:59.722Z] Created binary: bundles/dynbinary-daemon/docker-proxy
08:00:59 [2022-07-28T08:00:59.722Z] 
08:00:59 [2022-07-28T08:00:59.722Z] ---> Making bundle: test-integration (in bundles/test-integration)
08:00:59 [2022-07-28T08:00:59.722Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
08:00:59 [2022-07-28T08:00:59.722Z] HOSTNAME=edff32ba6c64
08:00:59 [2022-07-28T08:00:59.722Z] DEST=bundles/test-integration
08:00:59 [2022-07-28T08:00:59.722Z] PWD=/go/src/github.com/docker/docker
08:00:59 [2022-07-28T08:00:59.722Z] DOCKER_ROOTLESS=1
08:00:59 [2022-07-28T08:00:59.722Z] DOCKER_GITCOMMIT=6d41219baee83f456b8628735d9b7ca20e188b1a
08:00:59 [2022-07-28T08:00:59.722Z] container=docker
08:00:59 [2022-07-28T08:00:59.722Z] HOME=/root
08:00:59 [2022-07-28T08:00:59.722Z] GOLANG_VERSION=1.18.4
08:00:59 [2022-07-28T08:00:59.722Z] VALIDATE_REPO=https://github.com/moby/moby.git
08:00:59 [2022-07-28T08:00:59.722Z] VALIDATE_BRANCH=22.06
08:00:59 [2022-07-28T08:00:59.722Z] TERM=xterm
08:00:59 [2022-07-28T08:00:59.722Z] DOCKER_PKG=github.com/docker/docker
08:00:59 [2022-07-28T08:00:59.722Z] SHLVL=1
08:00:59 [2022-07-28T08:00:59.722Z] TIMEOUT=120m
08:00:59 [2022-07-28T08:00:59.722Z] DOCKER_BUILDTAGS= journald
08:00:59 [2022-07-28T08:00:59.722Z] DOCKER_GRAPHDRIVER=overlay2
08:00:59 [2022-07-28T08:00:59.722Z] GO111MODULE=off
08:00:59 [2022-07-28T08:00:59.722Z] DOCKER_EXPERIMENTAL=1
08:00:59 [2022-07-28T08:00:59.722Z] TEST_SKIP_INTEGRATION_CLI=1
08:00:59 [2022-07-28T08:00:59.722Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
08:00:59 [2022-07-28T08:00:59.722Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
08:00:59 [2022-07-28T08:00:59.722Z] GOPATH=/go
08:00:59 [2022-07-28T08:00:59.722Z] PKG_CONFIG=pkg-config
08:00:59 [2022-07-28T08:00:59.722Z] _=/usr/bin/env
08:00:59 [2022-07-28T08:00:59.722Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
08:01:00 [2022-07-28T08:01:00.395Z] --- PASS: TestBuildSquashParent (4.56s)
08:01:00 [2022-07-28T08:01:00.395Z] === RUN   TestBuildWithRemoveAndForceRemove
08:01:00 [2022-07-28T08:01:00.395Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
08:01:00 [2022-07-28T08:01:00.395Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
08:01:00 [2022-07-28T08:01:00.395Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
08:01:00 [2022-07-28T08:01:00.395Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
08:01:00 [2022-07-28T08:01:00.395Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
08:01:00 [2022-07-28T08:01:00.395Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
08:01:00 [2022-07-28T08:01:00.395Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
08:01:00 [2022-07-28T08:01:00.395Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
08:01:00 [2022-07-28T08:01:00.395Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
08:01:00 [2022-07-28T08:01:00.395Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
08:01:00 [2022-07-28T08:01:00.395Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
08:01:00 [2022-07-28T08:01:00.395Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
08:01:00 [2022-07-28T08:01:00.395Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
08:01:00 [2022-07-28T08:01:00.395Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
08:01:01 [2022-07-28T08:01:01.323Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
08:01:01 [2022-07-28T08:01:01.323Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
08:01:02 [2022-07-28T08:01:02.689Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
08:01:02 [2022-07-28T08:01:02.945Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
08:01:04 [2022-07-28T08:01:04.311Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
08:01:04 [2022-07-28T08:01:04.311Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.66s)
08:01:04 [2022-07-28T08:01:04.311Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.76s)
08:01:04 [2022-07-28T08:01:04.311Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.33s)
08:01:04 [2022-07-28T08:01:04.311Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.57s)
08:01:04 [2022-07-28T08:01:04.311Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.54s)
08:01:04 [2022-07-28T08:01:04.311Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.38s)
08:01:04 [2022-07-28T08:01:04.311Z] === RUN   TestBuildMultiStageCopy
08:01:04 [2022-07-28T08:01:04.311Z] === RUN   TestBuildMultiStageCopy/copy_to_root
08:01:05 [2022-07-28T08:01:05.676Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
08:01:05 [2022-07-28T08:01:05.931Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
08:01:06 [2022-07-28T08:01:06.187Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
08:01:06 [2022-07-28T08:01:06.443Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
08:01:06 [2022-07-28T08:01:06.699Z] --- PASS: TestBuildMultiStageCopy (2.31s)
08:01:06 [2022-07-28T08:01:06.699Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.40s)
08:01:06 [2022-07-28T08:01:06.699Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.20s)
08:01:06 [2022-07-28T08:01:06.699Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.22s)
08:01:06 [2022-07-28T08:01:06.699Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.23s)
08:01:06 [2022-07-28T08:01:06.699Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.26s)
08:01:06 [2022-07-28T08:01:06.699Z] === RUN   TestBuildMultiStageParentConfig
08:01:07 [2022-07-28T08:01:07.262Z] --- PASS: TestBuildMultiStageParentConfig (0.65s)
08:01:07 [2022-07-28T08:01:07.262Z] === RUN   TestBuildLabelWithTargets
08:01:08 [2022-07-28T08:01:08.189Z] --- PASS: TestBuildLabelWithTargets (1.02s)
08:01:08 [2022-07-28T08:01:08.189Z] === RUN   TestBuildWithEmptyLayers
08:01:08 [2022-07-28T08:01:08.751Z] --- PASS: TestBuildWithEmptyLayers (0.45s)
08:01:08 [2022-07-28T08:01:08.751Z] === RUN   TestBuildMultiStageOnBuild
08:01:10 [2022-07-28T08:01:10.640Z] --- PASS: TestBuildMultiStageOnBuild (1.65s)
08:01:10 [2022-07-28T08:01:10.640Z] === RUN   TestBuildUncleanTarFilenames
08:01:10 [2022-07-28T08:01:10.897Z] --- PASS: TestBuildUncleanTarFilenames (0.61s)
08:01:10 [2022-07-28T08:01:10.897Z] === RUN   TestBuildMultiStageLayerLeak
08:01:12 [2022-07-28T08:01:12.788Z] --- PASS: TestBuildMultiStageLayerLeak (1.73s)
08:01:12 [2022-07-28T08:01:12.788Z] === RUN   TestBuildWithHugeFile
08:01:46 [2022-07-28T08:01:46.397Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
08:01:46 [2022-07-28T08:01:46.397Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
08:02:04 [2022-07-28T08:02:04.476Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
08:02:08 [2022-07-28T08:02:08.960Z] --- PASS: TestBuildWithHugeFile (51.65s)
08:02:08 [2022-07-28T08:02:08.960Z] === RUN   TestBuildWCOWSandboxSize
08:02:08 [2022-07-28T08:02:08.960Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
08:02:08 [2022-07-28T08:02:08.960Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
08:02:08 [2022-07-28T08:02:08.960Z] === RUN   TestBuildWithEmptyDockerfile
08:02:08 [2022-07-28T08:02:08.960Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
08:02:08 [2022-07-28T08:02:08.960Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
08:02:08 [2022-07-28T08:02:08.960Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
08:02:08 [2022-07-28T08:02:08.960Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
08:02:08 [2022-07-28T08:02:08.960Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
08:02:08 [2022-07-28T08:02:08.960Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
08:02:08 [2022-07-28T08:02:08.960Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
08:02:08 [2022-07-28T08:02:08.960Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
08:02:08 [2022-07-28T08:02:08.960Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
08:02:08 [2022-07-28T08:02:08.960Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s)
08:02:08 [2022-07-28T08:02:08.960Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.13s)
08:02:08 [2022-07-28T08:02:08.960Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.14s)
08:02:08 [2022-07-28T08:02:08.960Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s)
08:02:08 [2022-07-28T08:02:08.960Z] === RUN   TestBuildPreserveOwnership
08:02:08 [2022-07-28T08:02:08.960Z] === RUN   TestBuildPreserveOwnership/copy_from
08:02:08 [2022-07-28T08:02:08.960Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
08:02:08 [2022-07-28T08:02:08.960Z] --- PASS: TestBuildPreserveOwnership (3.69s)
08:02:08 [2022-07-28T08:02:08.960Z]     --- PASS: TestBuildPreserveOwnership/copy_from (2.48s)
08:02:08 [2022-07-28T08:02:08.960Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.20s)
08:02:08 [2022-07-28T08:02:08.960Z] === RUN   TestBuildPlatformInvalid
08:02:08 [2022-07-28T08:02:08.960Z] --- PASS: TestBuildPlatformInvalid (0.08s)
08:02:08 [2022-07-28T08:02:08.960Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
08:02:08 [2022-07-28T08:02:08.960Z] Loaded image: busybox:latest
08:02:09 [2022-07-28T08:02:09.218Z] Loaded image: busybox:glibc
08:02:10 [2022-07-28T08:02:10.584Z] Loaded image: debian:bullseye-slim
08:02:10 [2022-07-28T08:02:10.584Z] Loaded image: hello-world:latest
08:02:10 [2022-07-28T08:02:10.584Z] Loaded image: arm32v7/hello-world:latest
08:02:14 [2022-07-28T08:02:14.444Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
08:02:16 [2022-07-28T08:02:16.290Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
08:02:16 [2022-07-28T08:02:16.290Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
08:02:20 [2022-07-28T08:02:20.532Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.90s)
08:02:20 [2022-07-28T08:02:20.532Z] PASS
08:02:20 [2022-07-28T08:02:20.532Z] 
08:02:20 [2022-07-28T08:02:20.532Z] === Skipped
08:02:20 [2022-07-28T08:02:20.532Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
08:02:20 [2022-07-28T08:02:20.532Z]     build_session_test.go:25: TODO: BuildKit
08:02:20 [2022-07-28T08:02:20.532Z] 
08:02:20 [2022-07-28T08:02:20.532Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s)
08:02:20 [2022-07-28T08:02:20.532Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
08:02:20 [2022-07-28T08:02:20.532Z] 
08:02:20 [2022-07-28T08:02:20.532Z] DONE 34 tests, 2 skipped in 88.677s
08:02:20 [2022-07-28T08:02:20.532Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
08:02:20 [2022-07-28T08:02:20.532Z] INFO: Testing against a local daemon
08:02:20 [2022-07-28T08:02:20.532Z] === RUN   TestConfigInspect
08:02:21 [2022-07-28T08:02:21.980Z] --- PASS: TestConfigInspect (2.42s)
08:02:21 [2022-07-28T08:02:21.980Z] === RUN   TestConfigList
08:02:22 [2022-07-28T08:02:22.618Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
08:02:22 [2022-07-28T08:02:22.618Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
08:02:23 [2022-07-28T08:02:23.184Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
08:02:23 [2022-07-28T08:02:23.750Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
08:02:23 [2022-07-28T08:02:23.871Z] --- PASS: TestConfigList (2.16s)
08:02:23 [2022-07-28T08:02:23.871Z] === RUN   TestConfigsCreateAndDelete
08:02:24 [2022-07-28T08:02:24.685Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
08:02:24 [2022-07-28T08:02:24.686Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
08:02:25 [2022-07-28T08:02:25.621Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
08:02:26 [2022-07-28T08:02:26.385Z] --- PASS: TestConfigsCreateAndDelete (2.15s)
08:02:26 [2022-07-28T08:02:26.385Z] === RUN   TestConfigsUpdate
08:02:28 [2022-07-28T08:02:28.149Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
08:02:28 [2022-07-28T08:02:28.275Z] --- PASS: TestConfigsUpdate (2.18s)
08:02:28 [2022-07-28T08:02:28.275Z] === RUN   TestTemplatedConfig
08:02:29 [2022-07-28T08:02:29.082Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
08:02:30 [2022-07-28T08:02:30.024Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
08:02:30 [2022-07-28T08:02:30.285Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
08:02:30 [2022-07-28T08:02:30.789Z] --- PASS: TestTemplatedConfig (2.72s)
08:02:30 [2022-07-28T08:02:30.789Z] === RUN   TestConfigCreateResolve
08:02:31 [2022-07-28T08:02:31.219Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
08:02:32 [2022-07-28T08:02:32.154Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
08:02:33 [2022-07-28T08:02:33.094Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
08:02:33 [2022-07-28T08:02:33.305Z] --- PASS: TestConfigCreateResolve (2.29s)
08:02:33 [2022-07-28T08:02:33.305Z] PASS
08:02:33 [2022-07-28T08:02:33.305Z] 
08:02:33 [2022-07-28T08:02:33.305Z] DONE 6 tests in 13.943s
08:02:33 [2022-07-28T08:02:33.305Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
08:02:33 [2022-07-28T08:02:33.305Z] INFO: Testing against a local daemon
08:02:33 [2022-07-28T08:02:33.305Z] === RUN   TestAttachWithTTY
08:02:33 [2022-07-28T08:02:33.305Z] --- PASS: TestAttachWithTTY (0.10s)
08:02:33 [2022-07-28T08:02:33.305Z] === RUN   TestAttachWithoutTTy
08:02:33 [2022-07-28T08:02:33.305Z] --- PASS: TestAttachWithoutTTy (0.05s)
08:02:33 [2022-07-28T08:02:33.305Z] === RUN   TestCheckpoint
08:02:33 [2022-07-28T08:02:33.305Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
08:02:33 [2022-07-28T08:02:33.305Z] --- SKIP: TestCheckpoint (0.00s)
08:02:33 [2022-07-28T08:02:33.305Z] === RUN   TestContainerInvalidJSON
08:02:33 [2022-07-28T08:02:33.305Z] === RUN   TestContainerInvalidJSON/commit
08:02:33 [2022-07-28T08:02:33.305Z] === PAUSE TestContainerInvalidJSON/commit
08:02:33 [2022-07-28T08:02:33.305Z] === RUN   TestContainerInvalidJSON/containers/create
08:02:33 [2022-07-28T08:02:33.305Z] === PAUSE TestContainerInvalidJSON/containers/create
08:02:33 [2022-07-28T08:02:33.305Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
08:02:33 [2022-07-28T08:02:33.305Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
08:02:33 [2022-07-28T08:02:33.305Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
08:02:33 [2022-07-28T08:02:33.305Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
08:02:33 [2022-07-28T08:02:33.305Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
08:02:33 [2022-07-28T08:02:33.305Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
08:02:33 [2022-07-28T08:02:33.305Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
08:02:33 [2022-07-28T08:02:33.305Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
08:02:33 [2022-07-28T08:02:33.305Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
08:02:33 [2022-07-28T08:02:33.305Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
08:02:33 [2022-07-28T08:02:33.306Z] === CONT  TestContainerInvalidJSON/commit
08:02:33 [2022-07-28T08:02:33.306Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
08:02:33 [2022-07-28T08:02:33.306Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
08:02:33 [2022-07-28T08:02:33.306Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
08:02:33 [2022-07-28T08:02:33.306Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
08:02:33 [2022-07-28T08:02:33.306Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
08:02:33 [2022-07-28T08:02:33.306Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
08:02:33 [2022-07-28T08:02:33.306Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
08:02:33 [2022-07-28T08:02:33.306Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
08:02:33 [2022-07-28T08:02:33.306Z] === RUN   TestContainerInvalidJSON/commit/empty_body
08:02:33 [2022-07-28T08:02:33.306Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
08:02:33 [2022-07-28T08:02:33.306Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
08:02:33 [2022-07-28T08:02:33.306Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
08:02:33 [2022-07-28T08:02:33.306Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
08:02:33 [2022-07-28T08:02:33.306Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
08:02:33 [2022-07-28T08:02:33.306Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
08:02:33 [2022-07-28T08:02:33.306Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
08:02:33 [2022-07-28T08:02:33.306Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
08:02:33 [2022-07-28T08:02:33.306Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
08:02:33 [2022-07-28T08:02:33.306Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
08:02:33 [2022-07-28T08:02:33.306Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
08:02:33 [2022-07-28T08:02:33.306Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
08:02:33 [2022-07-28T08:02:33.306Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
08:02:33 [2022-07-28T08:02:33.306Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
08:02:33 [2022-07-28T08:02:33.306Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
08:02:33 [2022-07-28T08:02:33.306Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
08:02:33 [2022-07-28T08:02:33.306Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
08:02:33 [2022-07-28T08:02:33.306Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
08:02:33 [2022-07-28T08:02:33.306Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
08:02:33 [2022-07-28T08:02:33.306Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
08:02:33 [2022-07-28T08:02:33.306Z] === CONT  TestContainerInvalidJSON/containers/create
08:02:33 [2022-07-28T08:02:33.306Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
08:02:33 [2022-07-28T08:02:33.306Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
08:02:33 [2022-07-28T08:02:33.306Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
08:02:33 [2022-07-28T08:02:33.306Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
08:02:33 [2022-07-28T08:02:33.306Z] --- PASS: TestContainerInvalidJSON (0.01s)
08:02:33 [2022-07-28T08:02:33.306Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s)
08:02:33 [2022-07-28T08:02:33.306Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
08:02:33 [2022-07-28T08:02:33.306Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
08:02:33 [2022-07-28T08:02:33.306Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
08:02:33 [2022-07-28T08:02:33.306Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
08:02:33 [2022-07-28T08:02:33.306Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
08:02:33 [2022-07-28T08:02:33.306Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
08:02:33 [2022-07-28T08:02:33.306Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
08:02:33 [2022-07-28T08:02:33.306Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
08:02:33 [2022-07-28T08:02:33.306Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
08:02:33 [2022-07-28T08:02:33.306Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
08:02:33 [2022-07-28T08:02:33.306Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
08:02:33 [2022-07-28T08:02:33.306Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
08:02:33 [2022-07-28T08:02:33.306Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
08:02:33 [2022-07-28T08:02:33.306Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
08:02:33 [2022-07-28T08:02:33.306Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
08:02:33 [2022-07-28T08:02:33.306Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
08:02:33 [2022-07-28T08:02:33.306Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
08:02:33 [2022-07-28T08:02:33.306Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
08:02:33 [2022-07-28T08:02:33.306Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
08:02:33 [2022-07-28T08:02:33.306Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
08:02:33 [2022-07-28T08:02:33.306Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
08:02:33 [2022-07-28T08:02:33.306Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
08:02:33 [2022-07-28T08:02:33.306Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
08:02:33 [2022-07-28T08:02:33.306Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
08:02:33 [2022-07-28T08:02:33.306Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
08:02:33 [2022-07-28T08:02:33.306Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
08:02:33 [2022-07-28T08:02:33.306Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
08:02:33 [2022-07-28T08:02:33.306Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
08:02:33 [2022-07-28T08:02:33.306Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
08:02:33 [2022-07-28T08:02:33.306Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
08:02:33 [2022-07-28T08:02:33.306Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
08:02:33 [2022-07-28T08:02:33.306Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
08:02:33 [2022-07-28T08:02:33.306Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
08:02:33 [2022-07-28T08:02:33.306Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
08:02:33 [2022-07-28T08:02:33.306Z] === RUN   TestCopyFromContainerPathDoesNotExist
08:02:33 [2022-07-28T08:02:33.562Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s)
08:02:33 [2022-07-28T08:02:33.562Z] === RUN   TestCopyFromContainerPathIsNotDir
08:02:33 [2022-07-28T08:02:33.562Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s)
08:02:33 [2022-07-28T08:02:33.562Z] === RUN   TestCopyToContainerPathDoesNotExist
08:02:33 [2022-07-28T08:02:33.562Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s)
08:02:33 [2022-07-28T08:02:33.562Z] === RUN   TestCopyEmptyFile
08:02:33 [2022-07-28T08:02:33.818Z] --- PASS: TestCopyEmptyFile (0.22s)
08:02:33 [2022-07-28T08:02:33.818Z] === RUN   TestCopyToContainerPathIsNotDir
08:02:33 [2022-07-28T08:02:33.818Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s)
08:02:33 [2022-07-28T08:02:33.818Z] === RUN   TestCopyFromContainer
08:02:34 [2022-07-28T08:02:34.026Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
08:02:34 [2022-07-28T08:02:34.959Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
08:02:35 [2022-07-28T08:02:35.183Z] === RUN   TestCopyFromContainer//
08:02:35 [2022-07-28T08:02:35.184Z] === RUN   TestCopyFromContainer//bar/root
08:02:35 [2022-07-28T08:02:35.184Z] === RUN   TestCopyFromContainer//bar/root/
08:02:35 [2022-07-28T08:02:35.184Z] === RUN   TestCopyFromContainer/bar/quux
08:02:35 [2022-07-28T08:02:35.184Z] === RUN   TestCopyFromContainer/bar/quux/
08:02:35 [2022-07-28T08:02:35.440Z] === RUN   TestCopyFromContainer/bar/quux/baz
08:02:35 [2022-07-28T08:02:35.440Z] === RUN   TestCopyFromContainer/bar/filesymlink
08:02:35 [2022-07-28T08:02:35.440Z] === RUN   TestCopyFromContainer/bar/dirsymlink
08:02:35 [2022-07-28T08:02:35.440Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
08:02:35 [2022-07-28T08:02:35.440Z] === RUN   TestCopyFromContainer/bar/notarget
08:02:35 [2022-07-28T08:02:35.524Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
08:02:35 [2022-07-28T08:02:35.524Z] Using test binary docker
08:02:35 [2022-07-28T08:02:35.524Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
08:02:35 [2022-07-28T08:02:35.524Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
08:02:35 [2022-07-28T08:02:35.524Z] INFO: Waiting for daemon to start...
08:02:35 [2022-07-28T08:02:35.524Z] Starting dockerd
08:02:35 [2022-07-28T08:02:35.696Z] --- PASS: TestCopyFromContainer (1.79s)
08:02:35 [2022-07-28T08:02:35.696Z]     --- PASS: TestCopyFromContainer// (0.06s)
08:02:35 [2022-07-28T08:02:35.696Z]     --- PASS: TestCopyFromContainer//bar/root (0.08s)
08:02:35 [2022-07-28T08:02:35.696Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
08:02:35 [2022-07-28T08:02:35.696Z]     --- PASS: TestCopyFromContainer/bar/quux (0.07s)
08:02:35 [2022-07-28T08:02:35.696Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.06s)
08:02:35 [2022-07-28T08:02:35.696Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s)
08:02:35 [2022-07-28T08:02:35.696Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s)
08:02:35 [2022-07-28T08:02:35.696Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s)
08:02:35 [2022-07-28T08:02:35.696Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s)
08:02:35 [2022-07-28T08:02:35.696Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.06s)
08:02:35 [2022-07-28T08:02:35.696Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
08:02:35 [2022-07-28T08:02:35.696Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
08:02:35 [2022-07-28T08:02:35.696Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
08:02:35 [2022-07-28T08:02:35.696Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
08:02:35 [2022-07-28T08:02:35.696Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
08:02:35 [2022-07-28T08:02:35.696Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
08:02:35 [2022-07-28T08:02:35.696Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
08:02:35 [2022-07-28T08:02:35.696Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
08:02:35 [2022-07-28T08:02:35.696Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
08:02:35 [2022-07-28T08:02:35.696Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
08:02:35 [2022-07-28T08:02:35.696Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
08:02:35 [2022-07-28T08:02:35.696Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
08:02:35 [2022-07-28T08:02:35.696Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
08:02:35 [2022-07-28T08:02:35.696Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
08:02:35 [2022-07-28T08:02:35.696Z] === RUN   TestCreateLinkToNonExistingContainer
08:02:35 [2022-07-28T08:02:35.696Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s)
08:02:35 [2022-07-28T08:02:35.696Z] === RUN   TestCreateWithInvalidEnv
08:02:35 [2022-07-28T08:02:35.696Z] === RUN   TestCreateWithInvalidEnv/0
08:02:35 [2022-07-28T08:02:35.696Z] === PAUSE TestCreateWithInvalidEnv/0
08:02:35 [2022-07-28T08:02:35.696Z] === RUN   TestCreateWithInvalidEnv/1
08:02:35 [2022-07-28T08:02:35.696Z] === PAUSE TestCreateWithInvalidEnv/1
08:02:35 [2022-07-28T08:02:35.696Z] === RUN   TestCreateWithInvalidEnv/2
08:02:35 [2022-07-28T08:02:35.696Z] === PAUSE TestCreateWithInvalidEnv/2
08:02:35 [2022-07-28T08:02:35.696Z] === CONT  TestCreateWithInvalidEnv/0
08:02:35 [2022-07-28T08:02:35.696Z] === CONT  TestCreateWithInvalidEnv/2
08:02:35 [2022-07-28T08:02:35.696Z] === CONT  TestCreateWithInvalidEnv/1
08:02:35 [2022-07-28T08:02:35.696Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
08:02:35 [2022-07-28T08:02:35.696Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
08:02:35 [2022-07-28T08:02:35.696Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
08:02:35 [2022-07-28T08:02:35.696Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
08:02:35 [2022-07-28T08:02:35.696Z] === RUN   TestCreateTmpfsMountsTarget
08:02:35 [2022-07-28T08:02:35.696Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
08:02:35 [2022-07-28T08:02:35.696Z] === RUN   TestCreateWithCustomMaskedPaths
08:02:36 [2022-07-28T08:02:36.277Z] ok  	github.com/docker/docker/libnetwork/networkdb	103.792s	coverage: 60.5% of statements
08:02:36 [2022-07-28T08:02:36.277Z] ?   	github.com/docker/docker/libnetwork/ns	[no test files]
08:02:36 [2022-07-28T08:02:36.277Z] ok  	github.com/docker/docker/libnetwork/options	0.002s	coverage: 100.0% of statements
08:02:36 [2022-07-28T08:02:36.277Z] ok  	github.com/docker/docker/libnetwork/osl	4.349s	coverage: 39.7% of statements
08:02:36 [2022-07-28T08:02:36.277Z] ok  	github.com/docker/docker/libnetwork/osl/kernel	0.003s	coverage: 20.0% of statements
08:02:36 [2022-07-28T08:02:36.277Z] ok  	github.com/docker/docker/libnetwork/portallocator	0.015s	coverage: 80.7% of statements
08:02:36 [2022-07-28T08:02:36.842Z] ok  	github.com/docker/docker/libnetwork/portmapper	0.664s	coverage: 48.6% of statements
08:02:37 [2022-07-28T08:02:37.101Z] ok  	github.com/docker/docker/libnetwork/resolvconf	0.003s	coverage: 70.6% of statements
08:02:37 [2022-07-28T08:02:37.101Z] ?   	github.com/docker/docker/libnetwork/testutils	[no test files]
08:02:37 [2022-07-28T08:02:37.357Z] ok  	github.com/docker/docker/libnetwork/types	0.002s	coverage: 37.3% of statements
08:02:37 [2022-07-28T08:02:37.357Z] 
08:02:37 [2022-07-28T08:02:37.357Z] === Skipped
08:02:37 [2022-07-28T08:02:37.357Z] === SKIP: libnetwork TestParallel1 (0.00s)
08:02:37 [2022-07-28T08:02:37.357Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
08:02:37 [2022-07-28T08:02:37.357Z] 
08:02:37 [2022-07-28T08:02:37.357Z] === SKIP: libnetwork TestParallel3 (0.00s)
08:02:37 [2022-07-28T08:02:37.357Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
08:02:37 [2022-07-28T08:02:37.357Z] 
08:02:37 [2022-07-28T08:02:37.357Z] === SKIP: libnetwork TestParallel2 (0.00s)
08:02:37 [2022-07-28T08:02:37.357Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
08:02:37 [2022-07-28T08:02:37.357Z] 
08:02:37 [2022-07-28T08:02:37.357Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s)
08:02:37 [2022-07-28T08:02:37.357Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
08:02:37 [2022-07-28T08:02:37.357Z] 
08:02:37 [2022-07-28T08:02:37.357Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s)
08:02:37 [2022-07-28T08:02:37.357Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
08:02:37 [2022-07-28T08:02:37.357Z] 
08:02:37 [2022-07-28T08:02:37.357Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s)
08:02:37 [2022-07-28T08:02:37.357Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
08:02:37 [2022-07-28T08:02:37.357Z] 
08:02:37 [2022-07-28T08:02:37.357Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s)
08:02:37 [2022-07-28T08:02:37.357Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
08:02:37 [2022-07-28T08:02:37.357Z] 
08:02:37 [2022-07-28T08:02:37.357Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s)
08:02:37 [2022-07-28T08:02:37.357Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
08:02:37 [2022-07-28T08:02:37.357Z] 
08:02:37 [2022-07-28T08:02:37.357Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s)
08:02:37 [2022-07-28T08:02:37.357Z]     firewalld_test.go:14: firewalld is not running
08:02:37 [2022-07-28T08:02:37.357Z] 
08:02:37 [2022-07-28T08:02:37.357Z] DONE 327 tests, 9 skipped in 203.091s
08:02:37 [2022-07-28T08:02:37.584Z] --- PASS: TestCreateWithCustomMaskedPaths (1.61s)
08:02:37 [2022-07-28T08:02:37.584Z] === RUN   TestCreateWithCustomReadonlyPaths
Post stage
[Pipeline] junit
08:02:37 [2022-07-28T08:02:37.929Z] Recording test results
08:02:38 [2022-07-28T08:02:38.049Z] .
08:02:38 [2022-07-28T08:02:38.049Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
08:02:38 [2022-07-28T08:02:38.049Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
08:02:38 [2022-07-28T08:02:38.049Z] Error: No such image: emptyfs
08:02:38 [2022-07-28T08:02:38.049Z] Running integration-test (iteration 1)
08:02:38 [2022-07-28T08:02:38.049Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
08:02:38 [2022-07-28T08:02:38.049Z] Loaded image: busybox:latest
08:02:38 [2022-07-28T08:02:38.307Z] Loaded image: busybox:glibc
08:02:38 [2022-07-28T08:02:38.949Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.65s)
08:02:38 [2022-07-28T08:02:38.949Z] === RUN   TestCreateWithInvalidHealthcheckParams
08:02:38 [2022-07-28T08:02:38.949Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
08:02:38 [2022-07-28T08:02:38.949Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
08:02:38 [2022-07-28T08:02:38.949Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
08:02:38 [2022-07-28T08:02:38.949Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
08:02:38 [2022-07-28T08:02:38.949Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
08:02:38 [2022-07-28T08:02:38.949Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
08:02:38 [2022-07-28T08:02:38.949Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
08:02:38 [2022-07-28T08:02:38.949Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
08:02:38 [2022-07-28T08:02:38.949Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
08:02:38 [2022-07-28T08:02:38.949Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
08:02:38 [2022-07-28T08:02:38.949Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
08:02:38 [2022-07-28T08:02:38.949Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
08:02:38 [2022-07-28T08:02:38.949Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
08:02:38 [2022-07-28T08:02:38.949Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
08:02:38 [2022-07-28T08:02:38.949Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
08:02:38 [2022-07-28T08:02:38.949Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
08:02:38 [2022-07-28T08:02:38.949Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
08:02:38 [2022-07-28T08:02:38.949Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
08:02:38 [2022-07-28T08:02:38.949Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
08:02:38 [2022-07-28T08:02:38.949Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
08:02:38 [2022-07-28T08:02:38.949Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s)
08:02:38 [2022-07-28T08:02:38.949Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
08:02:39 [2022-07-28T08:02:39.282Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
08:02:39 [2022-07-28T08:02:39.511Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.53s)
08:02:39 [2022-07-28T08:02:39.511Z] === RUN   TestCreateDifferentPlatform
08:02:39 [2022-07-28T08:02:39.511Z] === RUN   TestCreateDifferentPlatform/different_os
08:02:39 [2022-07-28T08:02:39.511Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
08:02:39 [2022-07-28T08:02:39.511Z] --- PASS: TestCreateDifferentPlatform (0.01s)
08:02:39 [2022-07-28T08:02:39.511Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
08:02:39 [2022-07-28T08:02:39.511Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
08:02:39 [2022-07-28T08:02:39.511Z] === RUN   TestCreateVolumesFromNonExistingContainer
08:02:39 [2022-07-28T08:02:39.511Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s)
08:02:39 [2022-07-28T08:02:39.511Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
08:02:39 [2022-07-28T08:02:39.511Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s)
08:02:39 [2022-07-28T08:02:39.511Z] === RUN   TestCreateInvalidHostConfig
08:02:39 [2022-07-28T08:02:39.650Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43875/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=6d41219baee83f456b8628735d9b7ca20e188b1a -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=22.06 docker:6d41219baee83f456b8628735d9b7ca20e188b1a hack/make.sh dynbinary test-integration
08:02:39 [2022-07-28T08:02:39.685Z] Loaded image: debian:bullseye-slim
08:02:39 [2022-07-28T08:02:39.685Z] Loaded image: hello-world:latest
08:02:39 [2022-07-28T08:02:39.685Z] Loaded image: arm32v7/hello-world:latest
08:02:39 [2022-07-28T08:02:39.686Z] INFO: Testing against a local daemon
08:02:39 [2022-07-28T08:02:39.686Z] === RUN   TestCgroupNamespacesBuild
08:02:39 [2022-07-28T08:02:39.767Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
08:02:39 [2022-07-28T08:02:39.767Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
08:02:39 [2022-07-28T08:02:39.767Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
08:02:39 [2022-07-28T08:02:39.767Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
08:02:39 [2022-07-28T08:02:39.767Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
08:02:39 [2022-07-28T08:02:39.767Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
08:02:39 [2022-07-28T08:02:39.767Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
08:02:39 [2022-07-28T08:02:39.767Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
08:02:39 [2022-07-28T08:02:39.767Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
08:02:39 [2022-07-28T08:02:39.767Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
08:02:39 [2022-07-28T08:02:39.767Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
08:02:39 [2022-07-28T08:02:39.767Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
08:02:39 [2022-07-28T08:02:39.767Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
08:02:39 [2022-07-28T08:02:39.767Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
08:02:39 [2022-07-28T08:02:39.767Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
08:02:39 [2022-07-28T08:02:39.767Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
08:02:39 [2022-07-28T08:02:39.767Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
08:02:39 [2022-07-28T08:02:39.767Z] === RUN   TestContainerStartOnDaemonRestart
08:02:39 [2022-07-28T08:02:39.767Z] === PAUSE TestContainerStartOnDaemonRestart
08:02:39 [2022-07-28T08:02:39.767Z] === RUN   TestDaemonRestartIpcMode
08:02:39 [2022-07-28T08:02:39.767Z] === PAUSE TestDaemonRestartIpcMode
08:02:39 [2022-07-28T08:02:39.767Z] === RUN   TestDaemonHostGatewayIP
08:02:39 [2022-07-28T08:02:39.767Z] === PAUSE TestDaemonHostGatewayIP
08:02:39 [2022-07-28T08:02:39.767Z] === RUN   TestRestartDaemonWithRestartingContainer
08:02:39 [2022-07-28T08:02:39.767Z] === PAUSE TestRestartDaemonWithRestartingContainer
08:02:39 [2022-07-28T08:02:39.767Z] === RUN   TestContainerKillOnDaemonStart
08:02:39 [2022-07-28T08:02:39.767Z] === PAUSE TestContainerKillOnDaemonStart
08:02:39 [2022-07-28T08:02:39.767Z] === RUN   TestDiff
08:02:39 [2022-07-28T08:02:39.906Z] 
08:02:40 [2022-07-28T08:02:40.162Z] Removing bundles/
08:02:40 [2022-07-28T08:02:40.162Z] 
08:02:40 [2022-07-28T08:02:40.162Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
08:02:40 [2022-07-28T08:02:40.162Z] Building: bundles/dynbinary-daemon/dockerd
08:02:40 [2022-07-28T08:02:40.162Z] GOOS="" GOARCH="" GOARM=""
08:02:40 [2022-07-28T08:02:40.328Z] --- PASS: TestDiff (0.57s)
08:02:40 [2022-07-28T08:02:40.328Z] === RUN   TestExecConsoleSize
08:02:40 [2022-07-28T08:02:40.889Z] --- PASS: TestExecConsoleSize (0.63s)
08:02:40 [2022-07-28T08:02:40.889Z] === RUN   TestExecWithCloseStdin
08:02:41 [2022-07-28T08:02:41.057Z] --- PASS: TestCgroupNamespacesBuild (1.27s)
08:02:41 [2022-07-28T08:02:41.057Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
08:02:41 [2022-07-28T08:02:41.451Z] --- PASS: TestExecWithCloseStdin (0.63s)
08:02:41 [2022-07-28T08:02:41.451Z] === RUN   TestExec
08:02:41 [2022-07-28T08:02:41.990Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.13s)
08:02:41 [2022-07-28T08:02:41.990Z] === RUN   TestBuildWithSession
08:02:41 [2022-07-28T08:02:41.990Z]     build_session_test.go:25: TODO: BuildKit
08:02:41 [2022-07-28T08:02:41.990Z] --- SKIP: TestBuildWithSession (0.00s)
08:02:41 [2022-07-28T08:02:41.990Z] === RUN   TestBuildSquashParent
08:02:42 [2022-07-28T08:02:42.379Z] --- PASS: TestExec (0.66s)
08:02:42 [2022-07-28T08:02:42.379Z] === RUN   TestExecUser
08:02:42 [2022-07-28T08:02:42.941Z] --- PASS: TestExecUser (0.65s)
08:02:42 [2022-07-28T08:02:42.941Z] === RUN   TestExportContainerAndImportImage
08:02:43 [2022-07-28T08:02:43.503Z] --- PASS: TestExportContainerAndImportImage (0.72s)
08:02:43 [2022-07-28T08:02:43.503Z] === RUN   TestExportContainerAfterDaemonRestart
08:02:44 [2022-07-28T08:02:44.868Z] --- PASS: TestExportContainerAfterDaemonRestart (1.29s)
08:02:44 [2022-07-28T08:02:44.868Z] === RUN   TestHealthCheckWorkdir
08:02:45 [2022-07-28T08:02:45.796Z] --- PASS: TestHealthCheckWorkdir (0.81s)
08:02:45 [2022-07-28T08:02:45.796Z] === RUN   TestHealthKillContainer
08:02:50 [2022-07-28T08:02:50.089Z] --- PASS: TestBuildSquashParent (7.05s)
08:02:50 [2022-07-28T08:02:50.089Z] === RUN   TestBuildWithRemoveAndForceRemove
08:02:50 [2022-07-28T08:02:50.089Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
08:02:50 [2022-07-28T08:02:50.089Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
08:02:50 [2022-07-28T08:02:50.089Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
08:02:50 [2022-07-28T08:02:50.089Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
08:02:50 [2022-07-28T08:02:50.089Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
08:02:50 [2022-07-28T08:02:50.089Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
08:02:50 [2022-07-28T08:02:50.089Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
08:02:50 [2022-07-28T08:02:50.089Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
08:02:50 [2022-07-28T08:02:50.089Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
08:02:50 [2022-07-28T08:02:50.089Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
08:02:50 [2022-07-28T08:02:50.089Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
08:02:50 [2022-07-28T08:02:50.089Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
08:02:50 [2022-07-28T08:02:50.089Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
08:02:50 [2022-07-28T08:02:50.089Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
08:02:50 [2022-07-28T08:02:50.656Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
08:02:50 [2022-07-28T08:02:50.913Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
08:02:52 [2022-07-28T08:02:52.812Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
08:02:52 [2022-07-28T08:02:52.812Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
08:02:53 [2022-07-28T08:02:53.876Z] --- PASS: TestHealthKillContainer (8.20s)
08:02:53 [2022-07-28T08:02:53.876Z] === RUN   TestInspectCpusetInConfigPre120
08:02:54 [2022-07-28T08:02:54.438Z] --- PASS: TestInspectCpusetInConfigPre120 (0.53s)
08:02:54 [2022-07-28T08:02:54.438Z] === RUN   TestIpcModeNone
08:02:54 [2022-07-28T08:02:54.716Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
08:02:54 [2022-07-28T08:02:54.716Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.64s)
08:02:54 [2022-07-28T08:02:54.716Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.70s)
08:02:54 [2022-07-28T08:02:54.716Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.09s)
08:02:54 [2022-07-28T08:02:54.716Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.08s)
08:02:54 [2022-07-28T08:02:54.716Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.81s)
08:02:54 [2022-07-28T08:02:54.716Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.93s)
08:02:54 [2022-07-28T08:02:54.716Z] === RUN   TestBuildMultiStageCopy
08:02:54 [2022-07-28T08:02:54.716Z] === RUN   TestBuildMultiStageCopy/copy_to_root
08:02:55 [2022-07-28T08:02:55.000Z] --- PASS: TestIpcModeNone (0.62s)
08:02:55 [2022-07-28T08:02:55.000Z] === RUN   TestIpcModePrivate
08:02:55 [2022-07-28T08:02:55.256Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:59, shared: false, mustBeShared: false
08:02:55 [2022-07-28T08:02:55.512Z] --- PASS: TestIpcModePrivate (0.61s)
08:02:55 [2022-07-28T08:02:55.512Z] === RUN   TestIpcModeShareable
08:02:56 [2022-07-28T08:02:56.073Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:54, shared: true, mustBeShared: true
08:02:56 [2022-07-28T08:02:56.329Z] --- PASS: TestIpcModeShareable (0.66s)
08:02:56 [2022-07-28T08:02:56.329Z] === RUN   TestAPIIpcModeShareableAndContainer
08:02:58 [2022-07-28T08:02:58.217Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.86s)
08:02:58 [2022-07-28T08:02:58.217Z] === RUN   TestAPIIpcModeHost
08:02:58 [2022-07-28T08:02:58.473Z] --- PASS: TestAPIIpcModeHost (0.43s)
08:02:58 [2022-07-28T08:02:58.473Z] === RUN   TestDaemonIpcModeShareable
08:02:58 [2022-07-28T08:02:58.893Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
08:02:59 [2022-07-28T08:02:59.150Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
08:02:59 [2022-07-28T08:02:59.837Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true
08:02:59 [2022-07-28T08:02:59.837Z] --- PASS: TestDaemonIpcModeShareable (1.20s)
08:02:59 [2022-07-28T08:02:59.837Z] === RUN   TestDaemonIpcModePrivate
08:03:00 [2022-07-28T08:03:00.081Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
08:03:00 [2022-07-28T08:03:00.764Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false
08:03:01 [2022-07-28T08:03:01.020Z] --- PASS: TestDaemonIpcModePrivate (1.27s)
08:03:01 [2022-07-28T08:03:01.020Z] === RUN   TestDaemonIpcModePrivateFromConfig
08:03:01 [2022-07-28T08:03:01.452Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
08:03:01 [2022-07-28T08:03:01.948Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false
08:03:02 [2022-07-28T08:03:02.204Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.22s)
08:03:02 [2022-07-28T08:03:02.204Z] === RUN   TestDaemonIpcModeShareableFromConfig
08:03:02 [2022-07-28T08:03:02.383Z] --- PASS: TestBuildMultiStageCopy (7.39s)
08:03:02 [2022-07-28T08:03:02.383Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (3.39s)
08:03:02 [2022-07-28T08:03:02.383Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s)
08:03:02 [2022-07-28T08:03:02.383Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s)
08:03:02 [2022-07-28T08:03:02.383Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s)
08:03:02 [2022-07-28T08:03:02.383Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s)
08:03:02 [2022-07-28T08:03:02.383Z] === RUN   TestBuildMultiStageParentConfig
08:03:03 [2022-07-28T08:03:03.575Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true
08:03:03 [2022-07-28T08:03:03.575Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.24s)
08:03:03 [2022-07-28T08:03:03.575Z] === RUN   TestIpcModeOlderClient
08:03:03 [2022-07-28T08:03:03.575Z] === PAUSE TestIpcModeOlderClient
08:03:03 [2022-07-28T08:03:03.575Z] === RUN   TestKillContainerInvalidSignal
08:03:03 [2022-07-28T08:03:03.830Z] --- PASS: TestKillContainerInvalidSignal (0.46s)
08:03:03 [2022-07-28T08:03:03.830Z] === RUN   TestKillContainer
08:03:03 [2022-07-28T08:03:03.830Z] === RUN   TestKillContainer/no_signal
08:03:04 [2022-07-28T08:03:04.392Z] === RUN   TestKillContainer/non_killing_signal
08:03:04 [2022-07-28T08:03:04.648Z] === RUN   TestKillContainer/killing_signal
08:03:05 [2022-07-28T08:03:05.209Z] --- PASS: TestKillContainer (1.33s)
08:03:05 [2022-07-28T08:03:05.209Z]     --- PASS: TestKillContainer/no_signal (0.44s)
08:03:05 [2022-07-28T08:03:05.209Z]     --- PASS: TestKillContainer/non_killing_signal (0.31s)
08:03:05 [2022-07-28T08:03:05.209Z]     --- PASS: TestKillContainer/killing_signal (0.42s)
08:03:05 [2022-07-28T08:03:05.209Z] === RUN   TestKillWithStopSignalAndRestartPolicies
08:03:05 [2022-07-28T08:03:05.209Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
08:03:05 [2022-07-28T08:03:05.770Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
08:03:06 [2022-07-28T08:03:06.699Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.25s)
08:03:06 [2022-07-28T08:03:06.699Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.42s)
08:03:06 [2022-07-28T08:03:06.699Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.68s)
08:03:06 [2022-07-28T08:03:06.699Z] === RUN   TestKillStoppedContainer
08:03:06 [2022-07-28T08:03:06.699Z] --- PASS: TestKillStoppedContainer (0.05s)
08:03:06 [2022-07-28T08:03:06.699Z] === RUN   TestKillStoppedContainerAPIPre120
08:03:06 [2022-07-28T08:03:06.699Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s)
08:03:06 [2022-07-28T08:03:06.699Z] === RUN   TestKillDifferentUserContainer
08:03:06 [2022-07-28T08:03:06.955Z] --- PASS: TestKillDifferentUserContainer (0.43s)
08:03:06 [2022-07-28T08:03:06.955Z] === RUN   TestInspectOomKilledTrue
08:03:06 [2022-07-28T08:03:06.955Z]     kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
08:03:06 [2022-07-28T08:03:06.955Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
08:03:06 [2022-07-28T08:03:06.955Z] === RUN   TestInspectOomKilledFalse
08:03:07 [2022-07-28T08:03:07.517Z] --- PASS: TestInspectOomKilledFalse (0.41s)
08:03:07 [2022-07-28T08:03:07.517Z] === RUN   TestLinksEtcHostsContentMatch
08:03:07 [2022-07-28T08:03:07.638Z] --- PASS: TestBuildMultiStageParentConfig (5.00s)
08:03:07 [2022-07-28T08:03:07.638Z] === RUN   TestBuildLabelWithTargets
08:03:07 [2022-07-28T08:03:07.773Z] --- PASS: TestLinksEtcHostsContentMatch (0.31s)
08:03:07 [2022-07-28T08:03:07.773Z] === RUN   TestLinksContainerNames
08:03:08 [2022-07-28T08:03:08.705Z] --- PASS: TestLinksContainerNames (0.91s)
08:03:08 [2022-07-28T08:03:08.705Z] === RUN   TestLogsFollowTailEmpty
08:03:08 [2022-07-28T08:03:08.961Z] --- PASS: TestLogsFollowTailEmpty (0.42s)
08:03:08 [2022-07-28T08:03:08.961Z] === RUN   TestLogs
08:03:08 [2022-07-28T08:03:08.961Z] === RUN   TestLogs/driver_local
08:03:08 [2022-07-28T08:03:08.961Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
08:03:08 [2022-07-28T08:03:08.961Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
08:03:08 [2022-07-28T08:03:08.961Z] === RUN   TestLogs/driver_local/tty/only_stdout
08:03:08 [2022-07-28T08:03:08.961Z] === PAUSE TestLogs/driver_local/tty/only_stdout
08:03:08 [2022-07-28T08:03:08.961Z] === RUN   TestLogs/driver_local/tty/only_stderr
08:03:08 [2022-07-28T08:03:08.961Z] === PAUSE TestLogs/driver_local/tty/only_stderr
08:03:08 [2022-07-28T08:03:08.961Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
08:03:08 [2022-07-28T08:03:08.961Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
08:03:08 [2022-07-28T08:03:08.961Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
08:03:08 [2022-07-28T08:03:08.961Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
08:03:08 [2022-07-28T08:03:08.961Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
08:03:08 [2022-07-28T08:03:08.961Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
08:03:08 [2022-07-28T08:03:08.961Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
08:03:09 [2022-07-28T08:03:09.218Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
08:03:09 [2022-07-28T08:03:09.781Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
08:03:09 [2022-07-28T08:03:09.781Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
08:03:10 [2022-07-28T08:03:10.344Z] === CONT  TestLogs/driver_local/tty/only_stderr
08:03:10 [2022-07-28T08:03:10.344Z] === CONT  TestLogs/driver_local/tty/only_stdout
08:03:11 [2022-07-28T08:03:11.273Z] === RUN   TestLogs/driver_json-file
08:03:11 [2022-07-28T08:03:11.273Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
08:03:11 [2022-07-28T08:03:11.273Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
08:03:11 [2022-07-28T08:03:11.273Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
08:03:11 [2022-07-28T08:03:11.273Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
08:03:11 [2022-07-28T08:03:11.273Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
08:03:11 [2022-07-28T08:03:11.273Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
08:03:11 [2022-07-28T08:03:11.273Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
08:03:11 [2022-07-28T08:03:11.273Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
08:03:11 [2022-07-28T08:03:11.273Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
08:03:11 [2022-07-28T08:03:11.273Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
08:03:11 [2022-07-28T08:03:11.273Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
08:03:11 [2022-07-28T08:03:11.273Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
08:03:11 [2022-07-28T08:03:11.273Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
08:03:11 [2022-07-28T08:03:11.273Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
08:03:11 [2022-07-28T08:03:11.840Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
08:03:11 [2022-07-28T08:03:11.840Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
08:03:12 [2022-07-28T08:03:12.770Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
08:03:12 [2022-07-28T08:03:12.770Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
08:03:13 [2022-07-28T08:03:13.332Z] --- PASS: TestLogs (4.08s)
08:03:13 [2022-07-28T08:03:13.332Z]     --- PASS: TestLogs/driver_local (0.01s)
08:03:13 [2022-07-28T08:03:13.332Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.78s)
08:03:13 [2022-07-28T08:03:13.332Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.82s)
08:03:13 [2022-07-28T08:03:13.332Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.51s)
08:03:13 [2022-07-28T08:03:13.332Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.56s)
08:03:13 [2022-07-28T08:03:13.332Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (0.68s)
08:03:13 [2022-07-28T08:03:13.332Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (0.64s)
08:03:13 [2022-07-28T08:03:13.332Z]     --- PASS: TestLogs/driver_json-file (0.01s)
08:03:13 [2022-07-28T08:03:13.332Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.79s)
08:03:13 [2022-07-28T08:03:13.332Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.82s)
08:03:13 [2022-07-28T08:03:13.332Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.65s)
08:03:13 [2022-07-28T08:03:13.332Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.66s)
08:03:13 [2022-07-28T08:03:13.332Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.57s)
08:03:13 [2022-07-28T08:03:13.332Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.56s)
08:03:13 [2022-07-28T08:03:13.332Z] === RUN   TestContainerNetworkMountsNoChown
08:03:13 [2022-07-28T08:03:13.588Z] --- PASS: TestContainerNetworkMountsNoChown (0.39s)
08:03:13 [2022-07-28T08:03:13.588Z] === RUN   TestMountDaemonRoot
08:03:13 [2022-07-28T08:03:13.588Z] === RUN   TestMountDaemonRoot/default
08:03:13 [2022-07-28T08:03:13.588Z] === PAUSE TestMountDaemonRoot/default
08:03:13 [2022-07-28T08:03:13.588Z] === RUN   TestMountDaemonRoot/private
08:03:13 [2022-07-28T08:03:13.588Z] === PAUSE TestMountDaemonRoot/private
08:03:13 [2022-07-28T08:03:13.588Z] === RUN   TestMountDaemonRoot/rprivate
08:03:13 [2022-07-28T08:03:13.588Z] === PAUSE TestMountDaemonRoot/rprivate
08:03:13 [2022-07-28T08:03:13.588Z] === RUN   TestMountDaemonRoot/slave
08:03:13 [2022-07-28T08:03:13.588Z] === PAUSE TestMountDaemonRoot/slave
08:03:13 [2022-07-28T08:03:13.588Z] === RUN   TestMountDaemonRoot/rslave
08:03:13 [2022-07-28T08:03:13.588Z] === PAUSE TestMountDaemonRoot/rslave
08:03:13 [2022-07-28T08:03:13.588Z] === RUN   TestMountDaemonRoot/shared
08:03:13 [2022-07-28T08:03:13.588Z] === PAUSE TestMountDaemonRoot/shared
08:03:13 [2022-07-28T08:03:13.588Z] === RUN   TestMountDaemonRoot/rshared
08:03:13 [2022-07-28T08:03:13.588Z] === PAUSE TestMountDaemonRoot/rshared
08:03:13 [2022-07-28T08:03:13.588Z] === CONT  TestMountDaemonRoot/default
08:03:13 [2022-07-28T08:03:13.588Z] === RUN   TestMountDaemonRoot/default/bind_subpath
08:03:13 [2022-07-28T08:03:13.588Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
08:03:13 [2022-07-28T08:03:13.588Z] === RUN   TestMountDaemonRoot/default/mount_root
08:03:13 [2022-07-28T08:03:13.588Z] === PAUSE TestMountDaemonRoot/default/mount_root
08:03:13 [2022-07-28T08:03:13.588Z] === RUN   TestMountDaemonRoot/default/mount_subpath
08:03:13 [2022-07-28T08:03:13.588Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
08:03:13 [2022-07-28T08:03:13.588Z] === RUN   TestMountDaemonRoot/default/bind_root
08:03:13 [2022-07-28T08:03:13.588Z] === PAUSE TestMountDaemonRoot/default/bind_root
08:03:13 [2022-07-28T08:03:13.588Z] === CONT  TestMountDaemonRoot/default/bind_subpath
08:03:13 [2022-07-28T08:03:13.588Z] === CONT  TestMountDaemonRoot/rshared
08:03:13 [2022-07-28T08:03:13.588Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
08:03:13 [2022-07-28T08:03:13.588Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
08:03:13 [2022-07-28T08:03:13.588Z] === RUN   TestMountDaemonRoot/rshared/mount_root
08:03:13 [2022-07-28T08:03:13.588Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
08:03:13 [2022-07-28T08:03:13.588Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
08:03:13 [2022-07-28T08:03:13.588Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
08:03:13 [2022-07-28T08:03:13.588Z] === RUN   TestMountDaemonRoot/rshared/bind_root
08:03:13 [2022-07-28T08:03:13.588Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
08:03:13 [2022-07-28T08:03:13.588Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
08:03:13 [2022-07-28T08:03:13.588Z] === CONT  TestMountDaemonRoot/shared
08:03:13 [2022-07-28T08:03:13.588Z] === RUN   TestMountDaemonRoot/shared/bind_root
08:03:13 [2022-07-28T08:03:13.588Z] === PAUSE TestMountDaemonRoot/shared/bind_root
08:03:13 [2022-07-28T08:03:13.588Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
08:03:13 [2022-07-28T08:03:13.588Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
08:03:13 [2022-07-28T08:03:13.588Z] === RUN   TestMountDaemonRoot/shared/mount_root
08:03:13 [2022-07-28T08:03:13.588Z] === PAUSE TestMountDaemonRoot/shared/mount_root
08:03:13 [2022-07-28T08:03:13.588Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
08:03:13 [2022-07-28T08:03:13.588Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
08:03:13 [2022-07-28T08:03:13.588Z] === CONT  TestMountDaemonRoot/rslave
08:03:13 [2022-07-28T08:03:13.588Z] === RUN   TestMountDaemonRoot/rslave/bind_root
08:03:13 [2022-07-28T08:03:13.588Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
08:03:13 [2022-07-28T08:03:13.588Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
08:03:13 [2022-07-28T08:03:13.588Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
08:03:13 [2022-07-28T08:03:13.588Z] === RUN   TestMountDaemonRoot/rslave/mount_root
08:03:13 [2022-07-28T08:03:13.588Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
08:03:13 [2022-07-28T08:03:13.588Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
08:03:13 [2022-07-28T08:03:13.588Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
08:03:13 [2022-07-28T08:03:13.588Z] === CONT  TestMountDaemonRoot/slave
08:03:13 [2022-07-28T08:03:13.588Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
08:03:13 [2022-07-28T08:03:13.588Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
08:03:13 [2022-07-28T08:03:13.588Z] === RUN   TestMountDaemonRoot/slave/mount_root
08:03:13 [2022-07-28T08:03:13.588Z] === PAUSE TestMountDaemonRoot/slave/mount_root
08:03:13 [2022-07-28T08:03:13.588Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
08:03:13 [2022-07-28T08:03:13.588Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
08:03:13 [2022-07-28T08:03:13.588Z] === RUN   TestMountDaemonRoot/slave/bind_root
08:03:13 [2022-07-28T08:03:13.588Z] === PAUSE TestMountDaemonRoot/slave/bind_root
08:03:13 [2022-07-28T08:03:13.588Z] === CONT  TestMountDaemonRoot/rprivate
08:03:13 [2022-07-28T08:03:13.588Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
08:03:13 [2022-07-28T08:03:13.588Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
08:03:13 [2022-07-28T08:03:13.588Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
08:03:13 [2022-07-28T08:03:13.588Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
08:03:13 [2022-07-28T08:03:13.588Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
08:03:13 [2022-07-28T08:03:13.588Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
08:03:13 [2022-07-28T08:03:13.588Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
08:03:13 [2022-07-28T08:03:13.588Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
08:03:13 [2022-07-28T08:03:13.588Z] === CONT  TestMountDaemonRoot/private
08:03:13 [2022-07-28T08:03:13.588Z] === RUN   TestMountDaemonRoot/private/bind_subpath
08:03:13 [2022-07-28T08:03:13.588Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
08:03:13 [2022-07-28T08:03:13.588Z] === RUN   TestMountDaemonRoot/private/mount_root
08:03:13 [2022-07-28T08:03:13.588Z] === PAUSE TestMountDaemonRoot/private/mount_root
08:03:13 [2022-07-28T08:03:13.588Z] === RUN   TestMountDaemonRoot/private/mount_subpath
08:03:13 [2022-07-28T08:03:13.588Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
08:03:13 [2022-07-28T08:03:13.588Z] === RUN   TestMountDaemonRoot/private/bind_root
08:03:13 [2022-07-28T08:03:13.588Z] === PAUSE TestMountDaemonRoot/private/bind_root
08:03:13 [2022-07-28T08:03:13.588Z] === CONT  TestMountDaemonRoot/default/bind_root
08:03:13 [2022-07-28T08:03:13.588Z] === CONT  TestMountDaemonRoot/default/mount_subpath
08:03:13 [2022-07-28T08:03:13.588Z] === CONT  TestMountDaemonRoot/default/mount_root
08:03:13 [2022-07-28T08:03:13.588Z] === CONT  TestMountDaemonRoot/rshared/bind_root
08:03:13 [2022-07-28T08:03:13.845Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
08:03:13 [2022-07-28T08:03:13.845Z] === CONT  TestMountDaemonRoot/rshared/mount_root
08:03:13 [2022-07-28T08:03:13.845Z] === CONT  TestMountDaemonRoot/shared/bind_root
08:03:13 [2022-07-28T08:03:13.845Z] === CONT  TestMountDaemonRoot/rslave/bind_root
08:03:13 [2022-07-28T08:03:13.845Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
08:03:13 [2022-07-28T08:03:13.845Z] === CONT  TestMountDaemonRoot/shared/mount_root
08:03:13 [2022-07-28T08:03:13.845Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
08:03:13 [2022-07-28T08:03:13.845Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
08:03:13 [2022-07-28T08:03:13.845Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
08:03:13 [2022-07-28T08:03:13.845Z] === CONT  TestMountDaemonRoot/rslave/mount_root
08:03:13 [2022-07-28T08:03:13.845Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
08:03:13 [2022-07-28T08:03:13.845Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
08:03:13 [2022-07-28T08:03:13.845Z] === CONT  TestMountDaemonRoot/slave/bind_root
08:03:13 [2022-07-28T08:03:13.845Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
08:03:14 [2022-07-28T08:03:14.102Z] === CONT  TestMountDaemonRoot/slave/mount_root
08:03:14 [2022-07-28T08:03:14.102Z] === CONT  TestMountDaemonRoot/private/bind_subpath
08:03:14 [2022-07-28T08:03:14.102Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
08:03:14 [2022-07-28T08:03:14.102Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
08:03:14 [2022-07-28T08:03:14.102Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
08:03:14 [2022-07-28T08:03:14.102Z] === CONT  TestMountDaemonRoot/private/bind_root
08:03:14 [2022-07-28T08:03:14.102Z] === CONT  TestMountDaemonRoot/private/mount_subpath
08:03:14 [2022-07-28T08:03:14.102Z] === CONT  TestMountDaemonRoot/private/mount_root
08:03:14 [2022-07-28T08:03:14.102Z] --- PASS: TestMountDaemonRoot (0.01s)
08:03:14 [2022-07-28T08:03:14.102Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
08:03:14 [2022-07-28T08:03:14.102Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s)
08:03:14 [2022-07-28T08:03:14.102Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.06s)
08:03:14 [2022-07-28T08:03:14.102Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s)
08:03:14 [2022-07-28T08:03:14.102Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.05s)
08:03:14 [2022-07-28T08:03:14.102Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
08:03:14 [2022-07-28T08:03:14.102Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s)
08:03:14 [2022-07-28T08:03:14.102Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s)
08:03:14 [2022-07-28T08:03:14.102Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s)
08:03:14 [2022-07-28T08:03:14.102Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s)
08:03:14 [2022-07-28T08:03:14.102Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
08:03:14 [2022-07-28T08:03:14.102Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s)
08:03:14 [2022-07-28T08:03:14.102Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
08:03:14 [2022-07-28T08:03:14.102Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s)
08:03:14 [2022-07-28T08:03:14.102Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s)
08:03:14 [2022-07-28T08:03:14.102Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
08:03:14 [2022-07-28T08:03:14.102Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s)
08:03:14 [2022-07-28T08:03:14.102Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s)
08:03:14 [2022-07-28T08:03:14.102Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s)
08:03:14 [2022-07-28T08:03:14.102Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s)
08:03:14 [2022-07-28T08:03:14.102Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
08:03:14 [2022-07-28T08:03:14.102Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s)
08:03:14 [2022-07-28T08:03:14.102Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s)
08:03:14 [2022-07-28T08:03:14.102Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s)
08:03:14 [2022-07-28T08:03:14.102Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
08:03:14 [2022-07-28T08:03:14.102Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
08:03:14 [2022-07-28T08:03:14.102Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
08:03:14 [2022-07-28T08:03:14.102Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
08:03:14 [2022-07-28T08:03:14.102Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
08:03:14 [2022-07-28T08:03:14.102Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
08:03:14 [2022-07-28T08:03:14.102Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
08:03:14 [2022-07-28T08:03:14.102Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
08:03:14 [2022-07-28T08:03:14.102Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
08:03:14 [2022-07-28T08:03:14.102Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s)
08:03:14 [2022-07-28T08:03:14.102Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
08:03:14 [2022-07-28T08:03:14.102Z] === RUN   TestContainerBindMountNonRecursive
08:03:15 [2022-07-28T08:03:15.509Z] --- PASS: TestContainerBindMountNonRecursive (1.25s)
08:03:15 [2022-07-28T08:03:15.509Z] === RUN   TestContainerVolumesMountedAsShared
08:03:15 [2022-07-28T08:03:15.736Z] --- PASS: TestBuildLabelWithTargets (8.00s)
08:03:15 [2022-07-28T08:03:15.736Z] === RUN   TestBuildWithEmptyLayers
08:03:15 [2022-07-28T08:03:15.769Z] --- PASS: TestContainerVolumesMountedAsShared (0.40s)
08:03:15 [2022-07-28T08:03:15.769Z] === RUN   TestContainerVolumesMountedAsSlave
08:03:16 [2022-07-28T08:03:16.033Z] --- PASS: TestContainerVolumesMountedAsSlave (0.37s)
08:03:16 [2022-07-28T08:03:16.033Z] === RUN   TestNetworkNat
08:03:16 [2022-07-28T08:03:16.612Z] --- PASS: TestNetworkNat (0.52s)
08:03:16 [2022-07-28T08:03:16.612Z] === RUN   TestNetworkLocalhostTCPNat
08:03:17 [2022-07-28T08:03:17.174Z] --- PASS: TestNetworkLocalhostTCPNat (0.51s)
08:03:17 [2022-07-28T08:03:17.174Z] === RUN   TestNetworkLoopbackNat
08:03:17 [2022-07-28T08:03:17.708Z] INFO [loader] Go packages loading at mode 575 (files|types_sizes|exports_file|deps|imports|name|compiled_files) took 2m52.162657661s 
08:03:17 [2022-07-28T08:03:17.708Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 516.428139ms 
08:03:18 [2022-07-28T08:03:18.259Z] --- PASS: TestBuildWithEmptyLayers (2.99s)
08:03:18 [2022-07-28T08:03:18.259Z] === RUN   TestBuildMultiStageOnBuild
08:03:19 [2022-07-28T08:03:19.688Z] --- PASS: TestNetworkLoopbackNat (2.61s)
08:03:19 [2022-07-28T08:03:19.688Z] === RUN   TestPause
08:03:20 [2022-07-28T08:03:20.250Z] --- PASS: TestPause (0.47s)
08:03:20 [2022-07-28T08:03:20.250Z] === RUN   TestPauseFailsOnWindowsServerContainers
08:03:20 [2022-07-28T08:03:20.250Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
08:03:20 [2022-07-28T08:03:20.250Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
08:03:20 [2022-07-28T08:03:20.250Z] === RUN   TestPauseStopPausedContainer
08:03:20 [2022-07-28T08:03:20.812Z] --- PASS: TestPauseStopPausedContainer (0.43s)
08:03:20 [2022-07-28T08:03:20.812Z] === RUN   TestPidHost
08:03:21 [2022-07-28T08:03:21.739Z] --- PASS: TestPidHost (1.02s)
08:03:21 [2022-07-28T08:03:21.739Z] === RUN   TestPsFilter
08:03:21 [2022-07-28T08:03:21.739Z] --- PASS: TestPsFilter (0.11s)
08:03:21 [2022-07-28T08:03:21.739Z] === RUN   TestRemoveContainerWithRemovedVolume
08:03:22 [2022-07-28T08:03:22.300Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.49s)
08:03:22 [2022-07-28T08:03:22.300Z] === RUN   TestRemoveContainerWithVolume
08:03:22 [2022-07-28T08:03:22.557Z] --- PASS: TestRemoveContainerWithVolume (0.42s)
08:03:22 [2022-07-28T08:03:22.557Z] === RUN   TestRemoveContainerRunning
08:03:23 [2022-07-28T08:03:23.120Z] --- PASS: TestRemoveContainerRunning (0.43s)
08:03:23 [2022-07-28T08:03:23.120Z] === RUN   TestRemoveContainerForceRemoveRunning
08:03:23 [2022-07-28T08:03:23.519Z] --- PASS: TestBuildMultiStageOnBuild (5.02s)
08:03:23 [2022-07-28T08:03:23.519Z] === RUN   TestBuildUncleanTarFilenames
08:03:23 [2022-07-28T08:03:23.681Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.45s)
08:03:23 [2022-07-28T08:03:23.681Z] === RUN   TestRemoveInvalidContainer
08:03:23 [2022-07-28T08:03:23.681Z] --- PASS: TestRemoveInvalidContainer (0.01s)
08:03:23 [2022-07-28T08:03:23.681Z] === RUN   TestRenameLinkedContainer
08:03:23 [2022-07-28T08:03:23.777Z] --- PASS: TestBuildUncleanTarFilenames (0.60s)
08:03:23 [2022-07-28T08:03:23.777Z] === RUN   TestBuildMultiStageLayerLeak
08:03:25 [2022-07-28T08:03:25.571Z] --- PASS: TestRenameLinkedContainer (1.82s)
08:03:25 [2022-07-28T08:03:25.571Z] === RUN   TestRenameStoppedContainer
08:03:25 [2022-07-28T08:03:25.827Z] --- PASS: TestRenameStoppedContainer (0.42s)
08:03:25 [2022-07-28T08:03:25.827Z] === RUN   TestRenameRunningContainerAndReuse
08:03:26 [2022-07-28T08:03:26.755Z] --- PASS: TestRenameRunningContainerAndReuse (0.88s)
08:03:26 [2022-07-28T08:03:26.755Z] === RUN   TestRenameInvalidName
08:03:27 [2022-07-28T08:03:27.012Z] --- PASS: TestRenameInvalidName (0.43s)
08:03:27 [2022-07-28T08:03:27.012Z] === RUN   TestRenameAnonymousContainer
08:03:28 [2022-07-28T08:03:28.902Z] --- PASS: TestRenameAnonymousContainer (1.60s)
08:03:28 [2022-07-28T08:03:28.902Z] === RUN   TestRenameContainerWithSameName
08:03:29 [2022-07-28T08:03:29.032Z] --- PASS: TestBuildMultiStageLayerLeak (4.40s)
08:03:29 [2022-07-28T08:03:29.032Z] === RUN   TestBuildWithHugeFile
08:03:29 [2022-07-28T08:03:29.157Z] --- PASS: TestRenameContainerWithSameName (0.44s)
08:03:29 [2022-07-28T08:03:29.157Z] === RUN   TestRenameContainerWithLinkedContainer
08:03:30 [2022-07-28T08:03:30.084Z] --- PASS: TestRenameContainerWithLinkedContainer (0.90s)
08:03:30 [2022-07-28T08:03:30.085Z] === RUN   TestResize
08:03:30 [2022-07-28T08:03:30.646Z] --- PASS: TestResize (0.47s)
08:03:30 [2022-07-28T08:03:30.646Z] === RUN   TestResizeWithInvalidSize
08:03:30 [2022-07-28T08:03:30.901Z] --- PASS: TestResizeWithInvalidSize (0.46s)
08:03:30 [2022-07-28T08:03:30.901Z] === RUN   TestResizeWhenContainerNotStarted
08:03:31 [2022-07-28T08:03:31.464Z] --- PASS: TestResizeWhenContainerNotStarted (0.41s)
08:03:31 [2022-07-28T08:03:31.464Z] === RUN   TestDaemonRestartKillContainers
08:03:31 [2022-07-28T08:03:31.464Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
08:03:31 [2022-07-28T08:03:31.464Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
08:03:31 [2022-07-28T08:03:31.464Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
08:03:31 [2022-07-28T08:03:31.464Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
08:03:31 [2022-07-28T08:03:31.464Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
08:03:31 [2022-07-28T08:03:31.464Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
08:03:31 [2022-07-28T08:03:31.464Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
08:03:31 [2022-07-28T08:03:31.464Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
08:03:31 [2022-07-28T08:03:31.464Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
08:03:31 [2022-07-28T08:03:31.464Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
08:03:31 [2022-07-28T08:03:31.464Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
08:03:31 [2022-07-28T08:03:31.464Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
08:03:31 [2022-07-28T08:03:31.464Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
08:03:31 [2022-07-28T08:03:31.464Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
08:03:31 [2022-07-28T08:03:31.464Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
08:03:31 [2022-07-28T08:03:31.464Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
08:03:31 [2022-07-28T08:03:31.464Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
08:03:31 [2022-07-28T08:03:31.464Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
08:03:31 [2022-07-28T08:03:31.464Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
08:03:31 [2022-07-28T08:03:31.464Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
08:03:31 [2022-07-28T08:03:31.464Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
08:03:31 [2022-07-28T08:03:31.464Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
08:03:31 [2022-07-28T08:03:31.464Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
08:03:31 [2022-07-28T08:03:31.464Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
08:03:31 [2022-07-28T08:03:31.464Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
08:03:31 [2022-07-28T08:03:31.464Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
08:03:31 [2022-07-28T08:03:31.464Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
08:03:31 [2022-07-28T08:03:31.464Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
08:03:31 [2022-07-28T08:03:31.464Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
08:03:31 [2022-07-28T08:03:31.464Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
08:03:31 [2022-07-28T08:03:31.464Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
08:03:31 [2022-07-28T08:03:31.464Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
08:03:31 [2022-07-28T08:03:31.464Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
08:03:31 [2022-07-28T08:03:31.464Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
08:03:32 [2022-07-28T08:03:32.830Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
08:03:33 [2022-07-28T08:03:33.086Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
08:03:34 [2022-07-28T08:03:34.451Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
08:03:34 [2022-07-28T08:03:34.707Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
08:03:35 [2022-07-28T08:03:35.635Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
08:03:35 [2022-07-28T08:03:35.891Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
08:03:37 [2022-07-28T08:03:37.755Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
08:03:39 [2022-07-28T08:03:39.157Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
08:03:39 [2022-07-28T08:03:39.413Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
08:03:43 [2022-07-28T08:03:43.580Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
08:03:43 [2022-07-28T08:03:43.836Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
08:03:45 [2022-07-28T08:03:45.202Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
08:03:45 [2022-07-28T08:03:45.458Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
08:03:47 [2022-07-28T08:03:47.348Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
08:03:47 [2022-07-28T08:03:47.604Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
08:03:49 [2022-07-28T08:03:49.493Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
08:03:49 [2022-07-28T08:03:49.493Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.41s)
08:03:49 [2022-07-28T08:03:49.493Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.72s)
08:03:49 [2022-07-28T08:03:49.493Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.34s)
08:03:49 [2022-07-28T08:03:49.493Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.78s)
08:03:49 [2022-07-28T08:03:49.493Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.27s)
08:03:49 [2022-07-28T08:03:49.493Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.34s)
08:03:49 [2022-07-28T08:03:49.493Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.51s)
08:03:49 [2022-07-28T08:03:49.493Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.53s)
08:03:49 [2022-07-28T08:03:49.493Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.09s)
08:03:49 [2022-07-28T08:03:49.493Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.25s)
08:03:49 [2022-07-28T08:03:49.493Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.70s)
08:03:49 [2022-07-28T08:03:49.493Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.78s)
08:03:49 [2022-07-28T08:03:49.493Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.97s)
08:03:49 [2022-07-28T08:03:49.493Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.11s)
08:03:49 [2022-07-28T08:03:49.493Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.80s)
08:03:49 [2022-07-28T08:03:49.493Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.70s)
08:03:49 [2022-07-28T08:03:49.493Z] === RUN   TestCgroupNamespacesRun
08:03:50 [2022-07-28T08:03:50.421Z] --- PASS: TestCgroupNamespacesRun (1.18s)
08:03:50 [2022-07-28T08:03:50.421Z] === RUN   TestCgroupNamespacesRunPrivileged
08:03:50 [2022-07-28T08:03:50.421Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
08:03:50 [2022-07-28T08:03:50.421Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s)
08:03:50 [2022-07-28T08:03:50.421Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
08:03:51 [2022-07-28T08:03:51.785Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.20s)
08:03:51 [2022-07-28T08:03:51.785Z] === RUN   TestCgroupNamespacesRunHostMode
08:03:53 [2022-07-28T08:03:53.148Z] --- PASS: TestCgroupNamespacesRunHostMode (1.21s)
08:03:53 [2022-07-28T08:03:53.148Z] === RUN   TestCgroupNamespacesRunPrivateMode
08:03:54 [2022-07-28T08:03:54.077Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.17s)
08:03:54 [2022-07-28T08:03:54.077Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
08:03:55 [2022-07-28T08:03:55.441Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.22s)
08:03:55 [2022-07-28T08:03:55.441Z] === RUN   TestCgroupNamespacesRunInvalidMode
08:03:55 [2022-07-28T08:03:55.862Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
08:03:56 [2022-07-28T08:03:56.003Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s)
08:03:56 [2022-07-28T08:03:56.003Z] === RUN   TestCgroupNamespacesRunOlderClient
08:03:57 [2022-07-28T08:03:57.368Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.23s)
08:03:57 [2022-07-28T08:03:57.368Z] === RUN   TestNISDomainname
08:03:57 [2022-07-28T08:03:57.624Z] --- PASS: TestNISDomainname (0.54s)
08:03:57 [2022-07-28T08:03:57.624Z] === RUN   TestHostnameDnsResolution
08:03:58 [2022-07-28T08:03:58.552Z] --- PASS: TestHostnameDnsResolution (0.75s)
08:03:58 [2022-07-28T08:03:58.552Z] === RUN   TestUnprivilegedPortsAndPing
08:03:59 [2022-07-28T08:03:59.113Z] --- PASS: TestUnprivilegedPortsAndPing (0.53s)
08:03:59 [2022-07-28T08:03:59.113Z] === RUN   TestPrivilegedHostDevices
08:03:59 [2022-07-28T08:03:59.675Z] --- PASS: TestPrivilegedHostDevices (0.51s)
08:03:59 [2022-07-28T08:03:59.675Z] === RUN   TestRunConsoleSize
08:03:59 [2022-07-28T08:03:59.931Z] --- PASS: TestRunConsoleSize (0.43s)
08:03:59 [2022-07-28T08:03:59.931Z] === RUN   TestStats
08:04:02 [2022-07-28T08:04:02.444Z] --- PASS: TestStats (2.47s)
08:04:02 [2022-07-28T08:04:02.444Z] === RUN   TestStopContainerWithTimeout
08:04:02 [2022-07-28T08:04:02.444Z] === RUN   TestStopContainerWithTimeout/0
08:04:02 [2022-07-28T08:04:02.444Z] === PAUSE TestStopContainerWithTimeout/0
08:04:02 [2022-07-28T08:04:02.444Z] === RUN   TestStopContainerWithTimeout/1
08:04:02 [2022-07-28T08:04:02.444Z] === PAUSE TestStopContainerWithTimeout/1
08:04:02 [2022-07-28T08:04:02.444Z] === RUN   TestStopContainerWithTimeout/3
08:04:02 [2022-07-28T08:04:02.444Z] === PAUSE TestStopContainerWithTimeout/3
08:04:02 [2022-07-28T08:04:02.444Z] === RUN   TestStopContainerWithTimeout/-1
08:04:02 [2022-07-28T08:04:02.444Z] === PAUSE TestStopContainerWithTimeout/-1
08:04:02 [2022-07-28T08:04:02.444Z] === CONT  TestStopContainerWithTimeout/0
08:04:02 [2022-07-28T08:04:02.444Z] === CONT  TestStopContainerWithTimeout/-1
08:04:03 [2022-07-28T08:04:03.372Z] === CONT  TestStopContainerWithTimeout/3
08:04:05 [2022-07-28T08:04:05.259Z] === CONT  TestStopContainerWithTimeout/1
08:04:06 [2022-07-28T08:04:06.623Z] --- PASS: TestStopContainerWithTimeout (0.01s)
08:04:06 [2022-07-28T08:04:06.623Z]     --- PASS: TestStopContainerWithTimeout/0 (0.76s)
08:04:06 [2022-07-28T08:04:06.623Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.64s)
08:04:06 [2022-07-28T08:04:06.623Z]     --- PASS: TestStopContainerWithTimeout/3 (2.43s)
08:04:06 [2022-07-28T08:04:06.623Z]     --- PASS: TestStopContainerWithTimeout/1 (1.47s)
08:04:06 [2022-07-28T08:04:06.623Z] === RUN   TestDeleteDevicemapper
08:04:06 [2022-07-28T08:04:06.623Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
08:04:06 [2022-07-28T08:04:06.623Z] --- SKIP: TestDeleteDevicemapper (0.00s)
08:04:06 [2022-07-28T08:04:06.623Z] === RUN   TestStopContainerWithRestartPolicyAlways
08:04:07 [2022-07-28T08:04:07.989Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.52s)
08:04:07 [2022-07-28T08:04:07.989Z] === RUN   TestUpdateMemory
08:04:08 [2022-07-28T08:04:08.550Z] --- PASS: TestUpdateMemory (0.57s)
08:04:08 [2022-07-28T08:04:08.550Z] === RUN   TestUpdateCPUQuota
08:04:09 [2022-07-28T08:04:09.476Z] --- PASS: TestUpdateCPUQuota (0.89s)
08:04:09 [2022-07-28T08:04:09.476Z] === RUN   TestUpdatePidsLimit
08:04:09 [2022-07-28T08:04:09.476Z] === RUN   TestUpdatePidsLimit/update_from_none
08:04:09 [2022-07-28T08:04:09.765Z] === RUN   TestUpdatePidsLimit/no_change
08:04:10 [2022-07-28T08:04:10.027Z] === RUN   TestUpdatePidsLimit/update_lower
08:04:10 [2022-07-28T08:04:10.290Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
08:04:10 [2022-07-28T08:04:10.549Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
08:04:10 [2022-07-28T08:04:10.805Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
08:04:11 [2022-07-28T08:04:11.062Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
08:04:11 [2022-07-28T08:04:11.990Z] --- PASS: TestUpdatePidsLimit (2.26s)
08:04:11 [2022-07-28T08:04:11.990Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.22s)
08:04:11 [2022-07-28T08:04:11.990Z]     --- PASS: TestUpdatePidsLimit/no_change (0.25s)
08:04:11 [2022-07-28T08:04:11.990Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.24s)
08:04:11 [2022-07-28T08:04:11.990Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.22s)
08:04:11 [2022-07-28T08:04:11.990Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.28s)
08:04:11 [2022-07-28T08:04:11.990Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.22s)
08:04:11 [2022-07-28T08:04:11.990Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.23s)
08:04:11 [2022-07-28T08:04:11.990Z] === RUN   TestUpdateRestartPolicy
08:04:16 [2022-07-28T08:04:16.546Z] Created binary: bundles/dynbinary-daemon/dockerd
08:04:16 [2022-07-28T08:04:16.546Z] Building: bundles/dynbinary-daemon/docker-proxy
08:04:16 [2022-07-28T08:04:16.546Z] GOOS="" GOARCH="" GOARM=""
08:04:16 [2022-07-28T08:04:16.546Z] Created binary: bundles/dynbinary-daemon/docker-proxy
08:04:16 [2022-07-28T08:04:16.546Z] 
08:04:16 [2022-07-28T08:04:16.546Z] ---> Making bundle: test-integration (in bundles/test-integration)
08:04:16 [2022-07-28T08:04:16.546Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
08:04:16 [2022-07-28T08:04:16.546Z] HOSTNAME=772ddd5183b5
08:04:16 [2022-07-28T08:04:16.546Z] TESTDEBUG=0
08:04:16 [2022-07-28T08:04:16.546Z] DEST=bundles/test-integration
08:04:16 [2022-07-28T08:04:16.546Z] PWD=/go/src/github.com/docker/docker
08:04:16 [2022-07-28T08:04:16.546Z] DOCKER_GITCOMMIT=6d41219baee83f456b8628735d9b7ca20e188b1a
08:04:16 [2022-07-28T08:04:16.546Z] container=docker
08:04:16 [2022-07-28T08:04:16.546Z] HOME=/root
08:04:16 [2022-07-28T08:04:16.546Z] GOLANG_VERSION=1.18.4
08:04:16 [2022-07-28T08:04:16.546Z] VALIDATE_REPO=https://github.com/moby/moby.git
08:04:16 [2022-07-28T08:04:16.546Z] VALIDATE_BRANCH=22.06
08:04:16 [2022-07-28T08:04:16.546Z] TERM=xterm
08:04:16 [2022-07-28T08:04:16.546Z] DOCKER_PKG=github.com/docker/docker
08:04:16 [2022-07-28T08:04:16.546Z] SHLVL=1
08:04:16 [2022-07-28T08:04:16.546Z] TIMEOUT=120m
08:04:16 [2022-07-28T08:04:16.546Z] DOCKER_BUILDTAGS= journald
08:04:16 [2022-07-28T08:04:16.546Z] DOCKER_GRAPHDRIVER=overlay2
08:04:16 [2022-07-28T08:04:16.546Z] GO111MODULE=off
08:04:16 [2022-07-28T08:04:16.546Z] DOCKER_EXPERIMENTAL=1
08:04:16 [2022-07-28T08:04:16.546Z] TEST_SKIP_INTEGRATION_CLI=1
08:04:16 [2022-07-28T08:04:16.546Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
08:04:16 [2022-07-28T08:04:16.546Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
08:04:16 [2022-07-28T08:04:16.546Z] GOPATH=/go
08:04:16 [2022-07-28T08:04:16.546Z] PKG_CONFIG=pkg-config
08:04:16 [2022-07-28T08:04:16.546Z] _=/usr/bin/env
08:04:16 [2022-07-28T08:04:16.546Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
08:04:22 [2022-07-28T08:04:22.434Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
08:04:23 [2022-07-28T08:04:23.005Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
08:04:24 [2022-07-28T08:04:24.155Z] --- PASS: TestUpdateRestartPolicy (11.08s)
08:04:24 [2022-07-28T08:04:24.155Z] === RUN   TestUpdateRestartWithAutoRemove
08:04:24 [2022-07-28T08:04:24.155Z] --- PASS: TestUpdateRestartWithAutoRemove (0.44s)
08:04:24 [2022-07-28T08:04:24.155Z] === RUN   TestWaitNonBlocked
08:04:24 [2022-07-28T08:04:24.155Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
08:04:24 [2022-07-28T08:04:24.155Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
08:04:24 [2022-07-28T08:04:24.155Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
08:04:24 [2022-07-28T08:04:24.155Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
08:04:24 [2022-07-28T08:04:24.155Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
08:04:24 [2022-07-28T08:04:24.155Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
08:04:24 [2022-07-28T08:04:24.155Z] --- PASS: TestWaitNonBlocked (0.01s)
08:04:24 [2022-07-28T08:04:24.155Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.66s)
08:04:24 [2022-07-28T08:04:24.155Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.68s)
08:04:24 [2022-07-28T08:04:24.155Z] === RUN   TestWaitBlocked
08:04:24 [2022-07-28T08:04:24.155Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
08:04:24 [2022-07-28T08:04:24.155Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
08:04:24 [2022-07-28T08:04:24.155Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
08:04:24 [2022-07-28T08:04:24.155Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
08:04:24 [2022-07-28T08:04:24.155Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
08:04:24 [2022-07-28T08:04:24.155Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
08:04:24 [2022-07-28T08:04:24.717Z] --- PASS: TestWaitBlocked (0.01s)
08:04:24 [2022-07-28T08:04:24.717Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.71s)
08:04:24 [2022-07-28T08:04:24.717Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.73s)
08:04:24 [2022-07-28T08:04:24.717Z] === RUN   TestWaitConditions
08:04:24 [2022-07-28T08:04:24.717Z] === RUN   TestWaitConditions/default
08:04:24 [2022-07-28T08:04:24.717Z] === PAUSE TestWaitConditions/default
08:04:24 [2022-07-28T08:04:24.717Z] === RUN   TestWaitConditions/not-running
08:04:24 [2022-07-28T08:04:24.717Z] === PAUSE TestWaitConditions/not-running
08:04:24 [2022-07-28T08:04:24.717Z] === RUN   TestWaitConditions/next-exit
08:04:24 [2022-07-28T08:04:24.717Z] === PAUSE TestWaitConditions/next-exit
08:04:24 [2022-07-28T08:04:24.717Z] === RUN   TestWaitConditions/removed
08:04:24 [2022-07-28T08:04:24.717Z] === PAUSE TestWaitConditions/removed
08:04:24 [2022-07-28T08:04:24.717Z] === CONT  TestWaitConditions/default
08:04:24 [2022-07-28T08:04:24.717Z] === CONT  TestWaitConditions/removed
08:04:25 [2022-07-28T08:04:25.344Z] --- PASS: TestBuildWithHugeFile (50.86s)
08:04:25 [2022-07-28T08:04:25.344Z] === RUN   TestBuildWCOWSandboxSize
08:04:25 [2022-07-28T08:04:25.344Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
08:04:25 [2022-07-28T08:04:25.344Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
08:04:25 [2022-07-28T08:04:25.344Z] === RUN   TestBuildWithEmptyDockerfile
08:04:25 [2022-07-28T08:04:25.344Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
08:04:25 [2022-07-28T08:04:25.344Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
08:04:25 [2022-07-28T08:04:25.344Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
08:04:25 [2022-07-28T08:04:25.344Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
08:04:25 [2022-07-28T08:04:25.344Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
08:04:25 [2022-07-28T08:04:25.344Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
08:04:25 [2022-07-28T08:04:25.344Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
08:04:25 [2022-07-28T08:04:25.344Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
08:04:25 [2022-07-28T08:04:25.344Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
08:04:25 [2022-07-28T08:04:25.344Z] --- PASS: TestBuildWithEmptyDockerfile (0.06s)
08:04:25 [2022-07-28T08:04:25.344Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.17s)
08:04:25 [2022-07-28T08:04:25.344Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.20s)
08:04:25 [2022-07-28T08:04:25.344Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s)
08:04:25 [2022-07-28T08:04:25.344Z] === RUN   TestBuildPreserveOwnership
08:04:25 [2022-07-28T08:04:25.344Z] === RUN   TestBuildPreserveOwnership/copy_from
08:04:25 [2022-07-28T08:04:25.344Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
08:04:25 [2022-07-28T08:04:25.548Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
08:04:26 [2022-07-28T08:04:26.605Z] === CONT  TestWaitConditions/not-running
08:04:26 [2022-07-28T08:04:26.605Z] === CONT  TestWaitConditions/next-exit
08:04:27 [2022-07-28T08:04:27.970Z] --- PASS: TestWaitConditions (0.01s)
08:04:27 [2022-07-28T08:04:27.970Z]     --- PASS: TestWaitConditions/default (1.71s)
08:04:27 [2022-07-28T08:04:27.970Z]     --- PASS: TestWaitConditions/removed (1.72s)
08:04:27 [2022-07-28T08:04:27.970Z]     --- PASS: TestWaitConditions/not-running (1.54s)
08:04:27 [2022-07-28T08:04:27.970Z]     --- PASS: TestWaitConditions/next-exit (1.58s)
08:04:27 [2022-07-28T08:04:27.970Z] === CONT  TestContainerStartOnDaemonRestart
08:04:27 [2022-07-28T08:04:27.970Z] === CONT  TestRestartDaemonWithRestartingContainer
08:04:28 [2022-07-28T08:04:28.092Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
08:04:29 [2022-07-28T08:04:29.520Z] --- PASS: TestBuildPreserveOwnership (9.83s)
08:04:29 [2022-07-28T08:04:29.520Z]     --- PASS: TestBuildPreserveOwnership/copy_from (5.80s)
08:04:29 [2022-07-28T08:04:29.520Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s)
08:04:29 [2022-07-28T08:04:29.520Z] === RUN   TestBuildPlatformInvalid
08:04:29 [2022-07-28T08:04:29.520Z] --- PASS: TestBuildPlatformInvalid (0.09s)
08:04:29 [2022-07-28T08:04:29.520Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
08:04:29 [2022-07-28T08:04:29.520Z]     build_userns_linux_test.go:31: testEnv.IsRootless()
08:04:29 [2022-07-28T08:04:29.520Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s)
08:04:29 [2022-07-28T08:04:29.520Z] PASS
08:04:29 [2022-07-28T08:04:29.520Z] 
08:04:29 [2022-07-28T08:04:29.520Z] === Skipped
08:04:29 [2022-07-28T08:04:29.520Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
08:04:29 [2022-07-28T08:04:29.520Z]     build_session_test.go:25: TODO: BuildKit
08:04:29 [2022-07-28T08:04:29.520Z] 
08:04:29 [2022-07-28T08:04:29.520Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s)
08:04:29 [2022-07-28T08:04:29.520Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
08:04:29 [2022-07-28T08:04:29.520Z] 
08:04:29 [2022-07-28T08:04:29.520Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s)
08:04:29 [2022-07-28T08:04:29.520Z]     build_userns_linux_test.go:31: testEnv.IsRootless()
08:04:29 [2022-07-28T08:04:29.520Z] 
08:04:29 [2022-07-28T08:04:29.520Z] DONE 34 tests, 3 skipped in 111.423s
08:04:29 [2022-07-28T08:04:29.520Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
08:04:29 [2022-07-28T08:04:29.520Z] INFO: Testing against a local daemon
08:04:29 [2022-07-28T08:04:29.520Z] === RUN   TestConfigInspect
08:04:29 [2022-07-28T08:04:29.520Z]     config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:04:29 [2022-07-28T08:04:29.520Z] --- SKIP: TestConfigInspect (0.02s)
08:04:29 [2022-07-28T08:04:29.520Z] === RUN   TestConfigList
08:04:29 [2022-07-28T08:04:29.520Z]     config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:04:29 [2022-07-28T08:04:29.520Z] --- SKIP: TestConfigList (0.01s)
08:04:29 [2022-07-28T08:04:29.520Z] === RUN   TestConfigsCreateAndDelete
08:04:29 [2022-07-28T08:04:29.520Z]     config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:04:29 [2022-07-28T08:04:29.520Z] --- SKIP: TestConfigsCreateAndDelete (0.01s)
08:04:29 [2022-07-28T08:04:29.520Z] === RUN   TestConfigsUpdate
08:04:29 [2022-07-28T08:04:29.520Z]     config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:04:29 [2022-07-28T08:04:29.520Z] --- SKIP: TestConfigsUpdate (0.01s)
08:04:29 [2022-07-28T08:04:29.520Z] === RUN   TestTemplatedConfig
08:04:29 [2022-07-28T08:04:29.520Z]     config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:04:29 [2022-07-28T08:04:29.520Z] --- SKIP: TestTemplatedConfig (0.00s)
08:04:29 [2022-07-28T08:04:29.520Z] === RUN   TestConfigCreateResolve
08:04:29 [2022-07-28T08:04:29.520Z]     config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:04:29 [2022-07-28T08:04:29.520Z] --- SKIP: TestConfigCreateResolve (0.01s)
08:04:29 [2022-07-28T08:04:29.520Z] PASS
08:04:29 [2022-07-28T08:04:29.520Z] 
08:04:29 [2022-07-28T08:04:29.520Z] === Skipped
08:04:29 [2022-07-28T08:04:29.520Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s)
08:04:29 [2022-07-28T08:04:29.520Z]     config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:04:29 [2022-07-28T08:04:29.520Z] 
08:04:29 [2022-07-28T08:04:29.520Z] === SKIP: amd64.integration.config TestConfigList (0.01s)
08:04:29 [2022-07-28T08:04:29.520Z]     config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:04:29 [2022-07-28T08:04:29.520Z] 
08:04:29 [2022-07-28T08:04:29.520Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s)
08:04:29 [2022-07-28T08:04:29.520Z]     config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:04:29 [2022-07-28T08:04:29.520Z] 
08:04:29 [2022-07-28T08:04:29.520Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s)
08:04:29 [2022-07-28T08:04:29.520Z]     config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:04:29 [2022-07-28T08:04:29.520Z] 
08:04:29 [2022-07-28T08:04:29.520Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s)
08:04:29 [2022-07-28T08:04:29.520Z]     config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:04:29 [2022-07-28T08:04:29.520Z] 
08:04:29 [2022-07-28T08:04:29.520Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s)
08:04:29 [2022-07-28T08:04:29.520Z]     config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:04:29 [2022-07-28T08:04:29.520Z] 
08:04:29 [2022-07-28T08:04:29.520Z] DONE 6 tests, 6 skipped in 0.144s
08:04:29 [2022-07-28T08:04:29.520Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
08:04:29 [2022-07-28T08:04:29.520Z] INFO: Testing against a local daemon
08:04:29 [2022-07-28T08:04:29.520Z] === RUN   TestAttachWithTTY
08:04:29 [2022-07-28T08:04:29.778Z] --- PASS: TestAttachWithTTY (0.04s)
08:04:29 [2022-07-28T08:04:29.778Z] === RUN   TestAttachWithoutTTy
08:04:29 [2022-07-28T08:04:29.778Z] --- PASS: TestAttachWithoutTTy (0.04s)
08:04:29 [2022-07-28T08:04:29.778Z] === RUN   TestCheckpoint
08:04:29 [2022-07-28T08:04:29.778Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
08:04:29 [2022-07-28T08:04:29.778Z] --- SKIP: TestCheckpoint (0.00s)
08:04:29 [2022-07-28T08:04:29.778Z] === RUN   TestContainerInvalidJSON
08:04:29 [2022-07-28T08:04:29.778Z] === RUN   TestContainerInvalidJSON/commit
08:04:29 [2022-07-28T08:04:29.778Z] === PAUSE TestContainerInvalidJSON/commit
08:04:29 [2022-07-28T08:04:29.778Z] === RUN   TestContainerInvalidJSON/containers/create
08:04:29 [2022-07-28T08:04:29.778Z] === PAUSE TestContainerInvalidJSON/containers/create
08:04:29 [2022-07-28T08:04:29.778Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
08:04:29 [2022-07-28T08:04:29.778Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
08:04:29 [2022-07-28T08:04:29.778Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
08:04:29 [2022-07-28T08:04:29.778Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
08:04:29 [2022-07-28T08:04:29.778Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
08:04:29 [2022-07-28T08:04:29.778Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
08:04:29 [2022-07-28T08:04:29.778Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
08:04:29 [2022-07-28T08:04:29.778Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
08:04:29 [2022-07-28T08:04:29.778Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
08:04:29 [2022-07-28T08:04:29.778Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
08:04:29 [2022-07-28T08:04:29.778Z] === CONT  TestContainerInvalidJSON/commit
08:04:29 [2022-07-28T08:04:29.778Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
08:04:29 [2022-07-28T08:04:29.778Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
08:04:29 [2022-07-28T08:04:29.778Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
08:04:29 [2022-07-28T08:04:29.778Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
08:04:29 [2022-07-28T08:04:29.778Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
08:04:29 [2022-07-28T08:04:29.778Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
08:04:29 [2022-07-28T08:04:29.778Z] === RUN   TestContainerInvalidJSON/commit/empty_body
08:04:29 [2022-07-28T08:04:29.778Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
08:04:29 [2022-07-28T08:04:29.778Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
08:04:29 [2022-07-28T08:04:29.778Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
08:04:29 [2022-07-28T08:04:29.778Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
08:04:29 [2022-07-28T08:04:29.778Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
08:04:29 [2022-07-28T08:04:29.778Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
08:04:29 [2022-07-28T08:04:29.778Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
08:04:29 [2022-07-28T08:04:29.778Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
08:04:29 [2022-07-28T08:04:29.778Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
08:04:29 [2022-07-28T08:04:29.778Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
08:04:29 [2022-07-28T08:04:29.778Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
08:04:29 [2022-07-28T08:04:29.778Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
08:04:29 [2022-07-28T08:04:29.778Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
08:04:29 [2022-07-28T08:04:29.778Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
08:04:29 [2022-07-28T08:04:29.778Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
08:04:29 [2022-07-28T08:04:29.778Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
08:04:29 [2022-07-28T08:04:29.778Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
08:04:29 [2022-07-28T08:04:29.778Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
08:04:29 [2022-07-28T08:04:29.778Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
08:04:29 [2022-07-28T08:04:29.778Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
08:04:29 [2022-07-28T08:04:29.778Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
08:04:29 [2022-07-28T08:04:29.778Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
08:04:29 [2022-07-28T08:04:29.778Z] === CONT  TestContainerInvalidJSON/containers/create
08:04:29 [2022-07-28T08:04:29.778Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
08:04:29 [2022-07-28T08:04:29.778Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
08:04:29 [2022-07-28T08:04:29.778Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
08:04:29 [2022-07-28T08:04:29.778Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
08:04:29 [2022-07-28T08:04:29.778Z] --- PASS: TestContainerInvalidJSON (0.01s)
08:04:29 [2022-07-28T08:04:29.778Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
08:04:29 [2022-07-28T08:04:29.778Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
08:04:29 [2022-07-28T08:04:29.778Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
08:04:29 [2022-07-28T08:04:29.778Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
08:04:29 [2022-07-28T08:04:29.778Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
08:04:29 [2022-07-28T08:04:29.778Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
08:04:29 [2022-07-28T08:04:29.778Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
08:04:29 [2022-07-28T08:04:29.778Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
08:04:29 [2022-07-28T08:04:29.778Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
08:04:29 [2022-07-28T08:04:29.778Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
08:04:29 [2022-07-28T08:04:29.778Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
08:04:29 [2022-07-28T08:04:29.778Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
08:04:29 [2022-07-28T08:04:29.778Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
08:04:29 [2022-07-28T08:04:29.778Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
08:04:29 [2022-07-28T08:04:29.778Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
08:04:29 [2022-07-28T08:04:29.778Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
08:04:29 [2022-07-28T08:04:29.778Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
08:04:29 [2022-07-28T08:04:29.778Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
08:04:29 [2022-07-28T08:04:29.778Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
08:04:29 [2022-07-28T08:04:29.778Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
08:04:29 [2022-07-28T08:04:29.778Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s)
08:04:29 [2022-07-28T08:04:29.778Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
08:04:29 [2022-07-28T08:04:29.778Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
08:04:29 [2022-07-28T08:04:29.778Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
08:04:29 [2022-07-28T08:04:29.778Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
08:04:29 [2022-07-28T08:04:29.778Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
08:04:29 [2022-07-28T08:04:29.778Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
08:04:29 [2022-07-28T08:04:29.778Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
08:04:29 [2022-07-28T08:04:29.778Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
08:04:29 [2022-07-28T08:04:29.778Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
08:04:29 [2022-07-28T08:04:29.778Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
08:04:29 [2022-07-28T08:04:29.778Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
08:04:29 [2022-07-28T08:04:29.778Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
08:04:29 [2022-07-28T08:04:29.778Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
08:04:29 [2022-07-28T08:04:29.778Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
08:04:29 [2022-07-28T08:04:29.778Z] === RUN   TestCopyFromContainerPathDoesNotExist
08:04:29 [2022-07-28T08:04:29.778Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.04s)
08:04:29 [2022-07-28T08:04:29.778Z] === RUN   TestCopyFromContainerPathIsNotDir
08:04:29 [2022-07-28T08:04:29.778Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s)
08:04:29 [2022-07-28T08:04:29.778Z] === RUN   TestCopyToContainerPathDoesNotExist
08:04:29 [2022-07-28T08:04:29.778Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s)
08:04:29 [2022-07-28T08:04:29.778Z] === RUN   TestCopyEmptyFile
08:04:30 [2022-07-28T08:04:30.004Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
08:04:30 [2022-07-28T08:04:30.035Z] --- PASS: TestCopyEmptyFile (0.20s)
08:04:30 [2022-07-28T08:04:30.035Z] === RUN   TestCopyToContainerPathIsNotDir
08:04:30 [2022-07-28T08:04:30.035Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s)
08:04:30 [2022-07-28T08:04:30.035Z] === RUN   TestCopyFromContainer
08:04:30 [2022-07-28T08:04:30.488Z] --- PASS: TestContainerStartOnDaemonRestart (2.30s)
08:04:30 [2022-07-28T08:04:30.488Z] === CONT  TestIpcModeOlderClient
08:04:30 [2022-07-28T08:04:30.488Z] --- PASS: TestIpcModeOlderClient (0.07s)
08:04:30 [2022-07-28T08:04:30.488Z] === CONT  TestContainerKillOnDaemonStart
08:04:30 [2022-07-28T08:04:30.488Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.39s)
08:04:30 [2022-07-28T08:04:30.488Z] === CONT  TestDaemonHostGatewayIP
08:04:30 [2022-07-28T08:04:30.946Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
08:04:33 [2022-07-28T08:04:33.007Z] --- PASS: TestDaemonHostGatewayIP (2.59s)
08:04:33 [2022-07-28T08:04:33.007Z] === CONT  TestDaemonRestartIpcMode
08:04:33 [2022-07-28T08:04:33.488Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
08:04:34 [2022-07-28T08:04:34.211Z] === RUN   TestCopyFromContainer//
08:04:34 [2022-07-28T08:04:34.211Z] === RUN   TestCopyFromContainer//bar/root
08:04:34 [2022-07-28T08:04:34.211Z] === RUN   TestCopyFromContainer//bar/root/
08:04:34 [2022-07-28T08:04:34.469Z] === RUN   TestCopyFromContainer/bar/quux
08:04:34 [2022-07-28T08:04:34.469Z] === RUN   TestCopyFromContainer/bar/quux/
08:04:34 [2022-07-28T08:04:34.469Z] === RUN   TestCopyFromContainer/bar/quux/baz
08:04:34 [2022-07-28T08:04:34.469Z] === RUN   TestCopyFromContainer/bar/filesymlink
08:04:34 [2022-07-28T08:04:34.469Z] === RUN   TestCopyFromContainer/bar/dirsymlink
08:04:34 [2022-07-28T08:04:34.727Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
08:04:34 [2022-07-28T08:04:34.727Z] === RUN   TestCopyFromContainer/bar/notarget
08:04:34 [2022-07-28T08:04:34.727Z] --- PASS: TestCopyFromContainer (4.66s)
08:04:34 [2022-07-28T08:04:34.727Z]     --- PASS: TestCopyFromContainer// (0.06s)
08:04:34 [2022-07-28T08:04:34.727Z]     --- PASS: TestCopyFromContainer//bar/root (0.06s)
08:04:34 [2022-07-28T08:04:34.727Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
08:04:34 [2022-07-28T08:04:34.727Z]     --- PASS: TestCopyFromContainer/bar/quux (0.06s)
08:04:34 [2022-07-28T08:04:34.727Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.05s)
08:04:34 [2022-07-28T08:04:34.727Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s)
08:04:34 [2022-07-28T08:04:34.727Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s)
08:04:34 [2022-07-28T08:04:34.727Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s)
08:04:34 [2022-07-28T08:04:34.727Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s)
08:04:34 [2022-07-28T08:04:34.727Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.06s)
08:04:34 [2022-07-28T08:04:34.727Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
08:04:34 [2022-07-28T08:04:34.727Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
08:04:34 [2022-07-28T08:04:34.727Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
08:04:34 [2022-07-28T08:04:34.727Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
08:04:34 [2022-07-28T08:04:34.727Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
08:04:34 [2022-07-28T08:04:34.727Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
08:04:34 [2022-07-28T08:04:34.727Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
08:04:34 [2022-07-28T08:04:34.727Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
08:04:34 [2022-07-28T08:04:34.727Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
08:04:34 [2022-07-28T08:04:34.727Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
08:04:34 [2022-07-28T08:04:34.727Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
08:04:34 [2022-07-28T08:04:34.727Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
08:04:34 [2022-07-28T08:04:34.727Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
08:04:34 [2022-07-28T08:04:34.727Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
08:04:34 [2022-07-28T08:04:34.727Z] === RUN   TestCreateLinkToNonExistingContainer
08:04:34 [2022-07-28T08:04:34.727Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s)
08:04:34 [2022-07-28T08:04:34.727Z] === RUN   TestCreateWithInvalidEnv
08:04:34 [2022-07-28T08:04:34.727Z] === RUN   TestCreateWithInvalidEnv/0
08:04:34 [2022-07-28T08:04:34.727Z] === PAUSE TestCreateWithInvalidEnv/0
08:04:34 [2022-07-28T08:04:34.727Z] === RUN   TestCreateWithInvalidEnv/1
08:04:34 [2022-07-28T08:04:34.727Z] === PAUSE TestCreateWithInvalidEnv/1
08:04:34 [2022-07-28T08:04:34.727Z] === RUN   TestCreateWithInvalidEnv/2
08:04:34 [2022-07-28T08:04:34.727Z] === PAUSE TestCreateWithInvalidEnv/2
08:04:34 [2022-07-28T08:04:34.727Z] === CONT  TestCreateWithInvalidEnv/0
08:04:34 [2022-07-28T08:04:34.727Z] === CONT  TestCreateWithInvalidEnv/2
08:04:34 [2022-07-28T08:04:34.727Z] === CONT  TestCreateWithInvalidEnv/1
08:04:34 [2022-07-28T08:04:34.727Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
08:04:34 [2022-07-28T08:04:34.727Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
08:04:34 [2022-07-28T08:04:34.727Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
08:04:34 [2022-07-28T08:04:34.727Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
08:04:34 [2022-07-28T08:04:34.727Z] === RUN   TestCreateTmpfsMountsTarget
08:04:34 [2022-07-28T08:04:34.727Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
08:04:34 [2022-07-28T08:04:34.727Z] === RUN   TestCreateWithCustomMaskedPaths
08:04:35 [2022-07-28T08:04:35.521Z] --- PASS: TestDaemonRestartIpcMode (2.20s)
08:04:36 [2022-07-28T08:04:36.099Z] --- PASS: TestCreateWithCustomMaskedPaths (1.18s)
08:04:36 [2022-07-28T08:04:36.099Z] === RUN   TestCreateWithCustomReadonlyPaths
08:04:37 [2022-07-28T08:04:37.031Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.12s)
08:04:37 [2022-07-28T08:04:37.031Z] === RUN   TestCreateWithInvalidHealthcheckParams
08:04:37 [2022-07-28T08:04:37.031Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
08:04:37 [2022-07-28T08:04:37.031Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
08:04:37 [2022-07-28T08:04:37.031Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
08:04:37 [2022-07-28T08:04:37.289Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
08:04:37 [2022-07-28T08:04:37.289Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
08:04:37 [2022-07-28T08:04:37.289Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
08:04:37 [2022-07-28T08:04:37.289Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
08:04:37 [2022-07-28T08:04:37.289Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
08:04:37 [2022-07-28T08:04:37.289Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
08:04:37 [2022-07-28T08:04:37.289Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
08:04:37 [2022-07-28T08:04:37.289Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
08:04:37 [2022-07-28T08:04:37.289Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
08:04:37 [2022-07-28T08:04:37.289Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
08:04:37 [2022-07-28T08:04:37.289Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
08:04:37 [2022-07-28T08:04:37.289Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
08:04:37 [2022-07-28T08:04:37.289Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
08:04:37 [2022-07-28T08:04:37.289Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s)
08:04:37 [2022-07-28T08:04:37.289Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s)
08:04:37 [2022-07-28T08:04:37.289Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s)
08:04:37 [2022-07-28T08:04:37.289Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s)
08:04:37 [2022-07-28T08:04:37.289Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s)
08:04:37 [2022-07-28T08:04:37.289Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
08:04:37 [2022-07-28T08:04:37.547Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.41s)
08:04:37 [2022-07-28T08:04:37.547Z] === RUN   TestCreateDifferentPlatform
08:04:37 [2022-07-28T08:04:37.547Z] === RUN   TestCreateDifferentPlatform/different_os
08:04:37 [2022-07-28T08:04:37.547Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
08:04:37 [2022-07-28T08:04:37.547Z] --- PASS: TestCreateDifferentPlatform (0.01s)
08:04:37 [2022-07-28T08:04:37.547Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
08:04:37 [2022-07-28T08:04:37.547Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
08:04:37 [2022-07-28T08:04:37.547Z] === RUN   TestCreateVolumesFromNonExistingContainer
08:04:37 [2022-07-28T08:04:37.804Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s)
08:04:37 [2022-07-28T08:04:37.804Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
08:04:37 [2022-07-28T08:04:37.804Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s)
08:04:37 [2022-07-28T08:04:37.804Z] === RUN   TestCreateInvalidHostConfig
08:04:37 [2022-07-28T08:04:37.804Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
08:04:37 [2022-07-28T08:04:37.804Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
08:04:37 [2022-07-28T08:04:37.804Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
08:04:37 [2022-07-28T08:04:37.804Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
08:04:37 [2022-07-28T08:04:37.804Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
08:04:37 [2022-07-28T08:04:37.804Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
08:04:37 [2022-07-28T08:04:37.804Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
08:04:37 [2022-07-28T08:04:37.804Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
08:04:37 [2022-07-28T08:04:37.804Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
08:04:37 [2022-07-28T08:04:37.804Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
08:04:37 [2022-07-28T08:04:37.804Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
08:04:37 [2022-07-28T08:04:37.804Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
08:04:37 [2022-07-28T08:04:37.804Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
08:04:37 [2022-07-28T08:04:37.804Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
08:04:37 [2022-07-28T08:04:37.804Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
08:04:37 [2022-07-28T08:04:37.804Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
08:04:37 [2022-07-28T08:04:37.804Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
08:04:37 [2022-07-28T08:04:37.804Z] === RUN   TestContainerStartOnDaemonRestart
08:04:37 [2022-07-28T08:04:37.804Z]     daemon_linux_test.go:38: (*Execution).IsRootless-fm
08:04:37 [2022-07-28T08:04:37.804Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s)
08:04:37 [2022-07-28T08:04:37.804Z] === RUN   TestDaemonRestartIpcMode
08:04:37 [2022-07-28T08:04:37.804Z] === PAUSE TestDaemonRestartIpcMode
08:04:37 [2022-07-28T08:04:37.804Z] === RUN   TestDaemonHostGatewayIP
08:04:37 [2022-07-28T08:04:37.804Z]     daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network
08:04:37 [2022-07-28T08:04:37.804Z] --- SKIP: TestDaemonHostGatewayIP (0.00s)
08:04:37 [2022-07-28T08:04:37.804Z] === RUN   TestRestartDaemonWithRestartingContainer
08:04:37 [2022-07-28T08:04:37.804Z] === PAUSE TestRestartDaemonWithRestartingContainer
08:04:37 [2022-07-28T08:04:37.804Z] === RUN   TestContainerKillOnDaemonStart
08:04:37 [2022-07-28T08:04:37.804Z]     daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode
08:04:37 [2022-07-28T08:04:37.804Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s)
08:04:37 [2022-07-28T08:04:37.804Z] === RUN   TestDiff
08:04:38 [2022-07-28T08:04:38.062Z] --- PASS: TestDiff (0.41s)
08:04:38 [2022-07-28T08:04:38.062Z] === RUN   TestExecConsoleSize
08:04:38 [2022-07-28T08:04:38.627Z] --- PASS: TestExecConsoleSize (0.44s)
08:04:38 [2022-07-28T08:04:38.627Z] === RUN   TestExecWithCloseStdin
08:04:39 [2022-07-28T08:04:39.191Z] --- PASS: TestExecWithCloseStdin (0.46s)
08:04:39 [2022-07-28T08:04:39.191Z] === RUN   TestExec
08:04:39 [2022-07-28T08:04:39.449Z] --- PASS: TestExec (0.45s)
08:04:39 [2022-07-28T08:04:39.449Z] === RUN   TestExecUser
08:04:40 [2022-07-28T08:04:40.013Z] --- PASS: TestExecUser (0.45s)
08:04:40 [2022-07-28T08:04:40.013Z] === RUN   TestExportContainerAndImportImage
08:04:40 [2022-07-28T08:04:40.579Z] --- PASS: TestExportContainerAndImportImage (0.55s)
08:04:40 [2022-07-28T08:04:40.579Z] === RUN   TestExportContainerAfterDaemonRestart
08:04:41 [2022-07-28T08:04:41.621Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
08:04:41 [2022-07-28T08:04:41.949Z] --- PASS: TestExportContainerAfterDaemonRestart (1.31s)
08:04:41 [2022-07-28T08:04:41.949Z] === RUN   TestHealthCheckWorkdir
08:04:42 [2022-07-28T08:04:42.512Z] --- PASS: TestHealthCheckWorkdir (0.57s)
08:04:42 [2022-07-28T08:04:42.512Z] === RUN   TestHealthKillContainer
08:04:43 [2022-07-28T08:04:43.045Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
08:04:43 [2022-07-28T08:04:43.045Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
08:04:43 [2022-07-28T08:04:43.600Z] --- PASS: TestContainerKillOnDaemonStart (11.88s)
08:04:43 [2022-07-28T08:04:43.600Z] PASS
08:04:43 [2022-07-28T08:04:43.600Z] 
08:04:43 [2022-07-28T08:04:43.600Z] === Skipped
08:04:43 [2022-07-28T08:04:43.600Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
08:04:43 [2022-07-28T08:04:43.600Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
08:04:43 [2022-07-28T08:04:43.600Z] 
08:04:43 [2022-07-28T08:04:43.600Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
08:04:43 [2022-07-28T08:04:43.600Z]     kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
08:04:43 [2022-07-28T08:04:43.600Z] 
08:04:43 [2022-07-28T08:04:43.600Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
08:04:43 [2022-07-28T08:04:43.600Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
08:04:43 [2022-07-28T08:04:43.600Z] 
08:04:43 [2022-07-28T08:04:43.600Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s)
08:04:43 [2022-07-28T08:04:43.600Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
08:04:43 [2022-07-28T08:04:43.600Z] 
08:04:43 [2022-07-28T08:04:43.600Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
08:04:43 [2022-07-28T08:04:43.600Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
08:04:43 [2022-07-28T08:04:43.600Z] 
08:04:43 [2022-07-28T08:04:43.600Z] DONE 264 tests, 5 skipped in 129.064s
08:04:43 [2022-07-28T08:04:43.600Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m 
08:04:43 [2022-07-28T08:04:43.600Z] === RUN   TestConfigDaemonLibtrustID
08:04:43 [2022-07-28T08:04:43.600Z] --- PASS: TestConfigDaemonLibtrustID (0.52s)
08:04:43 [2022-07-28T08:04:43.600Z] === RUN   TestConfigDaemonID
08:04:43 [2022-07-28T08:04:43.857Z]     daemon_test.go:83: [d5ffa1e909b38] daemon is not started
08:04:43 [2022-07-28T08:04:43.857Z] --- PASS: TestConfigDaemonID (1.04s)
08:04:43 [2022-07-28T08:04:43.857Z] === RUN   TestDaemonConfigValidation
08:04:43 [2022-07-28T08:04:43.857Z] === RUN   TestDaemonConfigValidation/config_with_no_content
08:04:43 [2022-07-28T08:04:43.857Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
08:04:43 [2022-07-28T08:04:43.857Z] === RUN   TestDaemonConfigValidation/config_with_{}
08:04:43 [2022-07-28T08:04:43.857Z] === PAUSE TestDaemonConfigValidation/config_with_{}
08:04:43 [2022-07-28T08:04:43.857Z] === RUN   TestDaemonConfigValidation/invalid_config
08:04:43 [2022-07-28T08:04:43.857Z] === PAUSE TestDaemonConfigValidation/invalid_config
08:04:43 [2022-07-28T08:04:43.857Z] === RUN   TestDaemonConfigValidation/malformed_config
08:04:43 [2022-07-28T08:04:43.857Z] === PAUSE TestDaemonConfigValidation/malformed_config
08:04:43 [2022-07-28T08:04:43.857Z] === RUN   TestDaemonConfigValidation/valid_config
08:04:43 [2022-07-28T08:04:43.857Z] === PAUSE TestDaemonConfigValidation/valid_config
08:04:43 [2022-07-28T08:04:43.857Z] === CONT  TestDaemonConfigValidation/config_with_no_content
08:04:43 [2022-07-28T08:04:43.857Z] === CONT  TestDaemonConfigValidation/malformed_config
08:04:43 [2022-07-28T08:04:43.857Z] === CONT  TestDaemonConfigValidation/invalid_config
08:04:43 [2022-07-28T08:04:43.857Z] === CONT  TestDaemonConfigValidation/config_with_{}
08:04:44 [2022-07-28T08:04:44.113Z] === CONT  TestDaemonConfigValidation/valid_config
08:04:44 [2022-07-28T08:04:44.113Z] --- PASS: TestDaemonConfigValidation (0.00s)
08:04:44 [2022-07-28T08:04:44.113Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.08s)
08:04:44 [2022-07-28T08:04:44.113Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.10s)
08:04:44 [2022-07-28T08:04:44.113Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.09s)
08:04:44 [2022-07-28T08:04:44.113Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.09s)
08:04:44 [2022-07-28T08:04:44.113Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.06s)
08:04:44 [2022-07-28T08:04:44.113Z] === RUN   TestConfigDaemonSeccompProfiles
08:04:44 [2022-07-28T08:04:44.113Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
08:04:44 [2022-07-28T08:04:44.920Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
08:04:45 [2022-07-28T08:04:45.040Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
08:04:46 [2022-07-28T08:04:46.404Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
08:04:47 [2022-07-28T08:04:47.331Z] === CONT  TestConfigDaemonSeccompProfiles
08:04:47 [2022-07-28T08:04:47.331Z]     daemon_test.go:197: [d28545f70b054] daemon is not started
08:04:47 [2022-07-28T08:04:47.331Z] --- PASS: TestConfigDaemonSeccompProfiles (3.11s)
08:04:47 [2022-07-28T08:04:47.331Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s)
08:04:47 [2022-07-28T08:04:47.331Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s)
08:04:47 [2022-07-28T08:04:47.331Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
08:04:47 [2022-07-28T08:04:47.331Z] === RUN   TestDaemonProxy
08:04:47 [2022-07-28T08:04:47.331Z] === RUN   TestDaemonProxy/environment_variables
08:04:47 [2022-07-28T08:04:47.463Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
08:04:48 [2022-07-28T08:04:48.849Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
08:04:49 [2022-07-28T08:04:49.219Z] === RUN   TestDaemonProxy/command-line_options
08:04:50 [2022-07-28T08:04:50.585Z] === RUN   TestDaemonProxy/configuration_file
08:04:50 [2022-07-28T08:04:50.610Z] --- PASS: TestHealthKillContainer (7.86s)
08:04:50 [2022-07-28T08:04:50.610Z] === RUN   TestInspectCpusetInConfigPre120
08:04:50 [2022-07-28T08:04:50.610Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
08:04:50 [2022-07-28T08:04:50.610Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s)
08:04:50 [2022-07-28T08:04:50.610Z] === RUN   TestIpcModeNone
08:04:50 [2022-07-28T08:04:50.610Z] --- PASS: TestIpcModeNone (0.43s)
08:04:50 [2022-07-28T08:04:50.610Z] === RUN   TestIpcModePrivate
08:04:50 [2022-07-28T08:04:50.867Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false
08:04:51 [2022-07-28T08:04:51.125Z] --- PASS: TestIpcModePrivate (0.45s)
08:04:51 [2022-07-28T08:04:51.125Z] === RUN   TestIpcModeShareable
08:04:51 [2022-07-28T08:04:51.125Z]     ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
08:04:51 [2022-07-28T08:04:51.125Z] --- SKIP: TestIpcModeShareable (0.00s)
08:04:51 [2022-07-28T08:04:51.125Z] === RUN   TestAPIIpcModeShareableAndContainer
08:04:51 [2022-07-28T08:04:51.392Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
08:04:52 [2022-07-28T08:04:52.472Z] === RUN   TestDaemonProxy/conflicting_options
08:04:52 [2022-07-28T08:04:52.498Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.34s)
08:04:52 [2022-07-28T08:04:52.498Z] === RUN   TestAPIIpcModeHost
08:04:52 [2022-07-28T08:04:52.498Z]     ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
08:04:52 [2022-07-28T08:04:52.498Z] --- SKIP: TestAPIIpcModeHost (0.00s)
08:04:52 [2022-07-28T08:04:52.498Z] === RUN   TestDaemonIpcModeShareable
08:04:52 [2022-07-28T08:04:52.498Z]     ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
08:04:52 [2022-07-28T08:04:52.498Z] --- SKIP: TestDaemonIpcModeShareable (0.00s)
08:04:52 [2022-07-28T08:04:52.498Z] === RUN   TestDaemonIpcModePrivate
08:04:53 [2022-07-28T08:04:53.033Z] === RUN   TestDaemonProxy/reload_sanitized
08:04:53 [2022-07-28T08:04:53.289Z] --- PASS: TestDaemonProxy (6.19s)
08:04:53 [2022-07-28T08:04:53.289Z]     --- PASS: TestDaemonProxy/environment_variables (1.71s)
08:04:53 [2022-07-28T08:04:53.289Z]     --- PASS: TestDaemonProxy/command-line_options (1.73s)
08:04:53 [2022-07-28T08:04:53.289Z]     --- PASS: TestDaemonProxy/configuration_file (1.73s)
08:04:53 [2022-07-28T08:04:53.289Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
08:04:53 [2022-07-28T08:04:53.289Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.52s)
08:04:53 [2022-07-28T08:04:53.289Z] PASS
08:04:53 [2022-07-28T08:04:53.289Z] 
08:04:53 [2022-07-28T08:04:53.289Z] DONE 18 tests in 11.125s
08:04:53 [2022-07-28T08:04:53.429Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false
08:04:53 [2022-07-28T08:04:53.545Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
08:04:53 [2022-07-28T08:04:53.545Z] INFO: Testing against a local daemon
08:04:53 [2022-07-28T08:04:53.545Z] === RUN   TestCommitInheritsEnv
08:04:53 [2022-07-28T08:04:53.687Z] --- PASS: TestDaemonIpcModePrivate (1.15s)
08:04:53 [2022-07-28T08:04:53.687Z] === RUN   TestDaemonIpcModePrivateFromConfig
08:04:53 [2022-07-28T08:04:53.687Z]     ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
08:04:53 [2022-07-28T08:04:53.687Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s)
08:04:53 [2022-07-28T08:04:53.687Z] === RUN   TestDaemonIpcModeShareableFromConfig
08:04:53 [2022-07-28T08:04:53.687Z]     ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
08:04:53 [2022-07-28T08:04:53.687Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s)
08:04:53 [2022-07-28T08:04:53.687Z] === RUN   TestIpcModeOlderClient
08:04:53 [2022-07-28T08:04:53.687Z] === PAUSE TestIpcModeOlderClient
08:04:53 [2022-07-28T08:04:53.687Z] === RUN   TestKillContainerInvalidSignal
08:04:53 [2022-07-28T08:04:53.802Z] --- PASS: TestCommitInheritsEnv (0.30s)
08:04:53 [2022-07-28T08:04:53.802Z] === RUN   TestImportExtremelyLargeImageWorks
08:04:53 [2022-07-28T08:04:53.802Z] === PAUSE TestImportExtremelyLargeImageWorks
08:04:53 [2022-07-28T08:04:53.802Z] === RUN   TestImportWithCustomPlatform
08:04:53 [2022-07-28T08:04:53.802Z] === RUN   TestImportWithCustomPlatform/#00
08:04:53 [2022-07-28T08:04:53.802Z] === RUN   TestImportWithCustomPlatform/_______
08:04:53 [2022-07-28T08:04:53.802Z] === RUN   TestImportWithCustomPlatform//
08:04:53 [2022-07-28T08:04:53.802Z] === RUN   TestImportWithCustomPlatform/linux
08:04:53 [2022-07-28T08:04:53.938Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
08:04:54 [2022-07-28T08:04:54.059Z] === RUN   TestImportWithCustomPlatform/LINUX
08:04:54 [2022-07-28T08:04:54.059Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
08:04:54 [2022-07-28T08:04:54.059Z] === RUN   TestImportWithCustomPlatform/macos
08:04:54 [2022-07-28T08:04:54.059Z] === RUN   TestImportWithCustomPlatform/macos/arm64
08:04:54 [2022-07-28T08:04:54.059Z] === RUN   TestImportWithCustomPlatform/nintendo64
08:04:54 [2022-07-28T08:04:54.059Z] --- PASS: TestImportWithCustomPlatform (0.32s)
08:04:54 [2022-07-28T08:04:54.059Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.08s)
08:04:54 [2022-07-28T08:04:54.059Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
08:04:54 [2022-07-28T08:04:54.059Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
08:04:54 [2022-07-28T08:04:54.059Z]     --- PASS: TestImportWithCustomPlatform/linux (0.07s)
08:04:54 [2022-07-28T08:04:54.059Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.07s)
08:04:54 [2022-07-28T08:04:54.059Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s)
08:04:54 [2022-07-28T08:04:54.059Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
08:04:54 [2022-07-28T08:04:54.059Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
08:04:54 [2022-07-28T08:04:54.059Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
08:04:54 [2022-07-28T08:04:54.059Z] === RUN   TestImagesFilterMultiReference
08:04:54 [2022-07-28T08:04:54.059Z] --- PASS: TestImagesFilterMultiReference (0.05s)
08:04:54 [2022-07-28T08:04:54.059Z] === RUN   TestImagePullPlatformInvalid
08:04:54 [2022-07-28T08:04:54.159Z] INFO [linters context/goanalysis] analyzers took 6m57.494895068s with top 10 stages: buildir: 2m22.565446543s, the_only_name: 41.334915474s, goimports: 30.571916806s, unconvert: 24.13582228s, gosec: 19.86680911s, S1038: 19.012731305s, misspell: 9.525312903s, unused: 6.208053744s, S1039: 5.880288033s, nilness: 4.639687846s 
08:04:54 [2022-07-28T08:04:54.159Z] INFO [runner] Issues before processing: 2396, after processing: 0 
08:04:54 [2022-07-28T08:04:54.159Z] INFO [runner] Processors filtering stat (out/in): filename_unadjuster: 2133/2133, skip_dirs: 2133/2133, autogenerated_exclude: 2030/2133, exclude: 2030/2030, exclude-rules: 77/2030, nolint: 0/77, cgo: 2133/2396, path_prettifier: 2133/2133, skip_files: 2133/2133, identifier_marker: 2030/2030 
08:04:54 [2022-07-28T08:04:54.159Z] INFO [runner] processing took 82.803612ms with stages: nolint: 32.990513ms, identifier_marker: 21.867006ms, path_prettifier: 9.324965ms, autogenerated_exclude: 8.541059ms, exclude-rules: 7.915511ms, skip_dirs: 1.769616ms, cgo: 256.352µs, filename_unadjuster: 132.568µs, max_same_issues: 1.911µs, skip_files: 772ns, uniq_by_line: 603ns, diff: 547ns, exclude: 369ns, max_from_linter: 348ns, source_code: 305ns, sort_results: 268ns, max_per_file_from_linter: 244ns, path_shortener: 241ns, severity-rules: 235ns, path_prefixer: 179ns 
08:04:54 [2022-07-28T08:04:54.159Z] INFO [runner] linters took 1m45.747342s with stages: goanalysis_metalinter: 1m45.664360061s 
08:04:54 [2022-07-28T08:04:54.159Z] INFO File cache stats: 1674 entries of total size 8.6MiB 
08:04:54 [2022-07-28T08:04:54.159Z] INFO Memory: 2781 samples, avg is 318.6MB, max is 1267.4MB 
08:04:54 [2022-07-28T08:04:54.159Z] INFO Execution took 4m38.436855586s               
08:04:54 [2022-07-28T08:04:54.159Z] Congratulations! The shell scripts are properly formatted.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Docker-py)
[Pipeline] sh
08:04:54 [2022-07-28T08:04:54.252Z] --- PASS: TestKillContainerInvalidSignal (0.43s)
08:04:54 [2022-07-28T08:04:54.252Z] === RUN   TestKillContainer
08:04:54 [2022-07-28T08:04:54.252Z] === RUN   TestKillContainer/no_signal
08:04:54 [2022-07-28T08:04:54.315Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
08:04:54 [2022-07-28T08:04:54.315Z] === RUN   TestRemoveImageOrphaning
08:04:54 [2022-07-28T08:04:54.493Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43875/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=6d41219baee83f456b8628735d9b7ca20e188b1a -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=22.06 docker:6d41219baee83f456b8628735d9b7ca20e188b1a hack/make.sh dynbinary test-docker-py
08:04:54 [2022-07-28T08:04:54.509Z] === RUN   TestKillContainer/non_killing_signal
08:04:54 [2022-07-28T08:04:54.571Z] --- PASS: TestRemoveImageOrphaning (0.27s)
08:04:54 [2022-07-28T08:04:54.571Z] === RUN   TestRemoveImageGarbageCollector
08:04:54 [2022-07-28T08:04:54.751Z] 
08:04:54 [2022-07-28T08:04:54.767Z] === RUN   TestKillContainer/killing_signal
08:04:55 [2022-07-28T08:04:55.010Z] Removing bundles/
08:04:55 [2022-07-28T08:04:55.010Z] 
08:04:55 [2022-07-28T08:04:55.010Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
08:04:55 [2022-07-28T08:04:55.010Z] Building: bundles/dynbinary-daemon/dockerd
08:04:55 [2022-07-28T08:04:55.010Z] GOOS="" GOARCH="" GOARM=""
08:04:55 [2022-07-28T08:04:55.131Z] time="2022-07-28T08:04:54Z" level=info msg="[graphdriver] trying configured driver: overlay2"
08:04:55 [2022-07-28T08:04:55.332Z] --- PASS: TestKillContainer (1.22s)
08:04:55 [2022-07-28T08:04:55.332Z]     --- PASS: TestKillContainer/no_signal (0.38s)
08:04:55 [2022-07-28T08:04:55.332Z]     --- PASS: TestKillContainer/non_killing_signal (0.27s)
08:04:55 [2022-07-28T08:04:55.332Z]     --- PASS: TestKillContainer/killing_signal (0.38s)
08:04:55 [2022-07-28T08:04:55.332Z] === RUN   TestKillWithStopSignalAndRestartPolicies
08:04:55 [2022-07-28T08:04:55.332Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
08:04:55 [2022-07-28T08:04:55.590Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
08:04:56 [2022-07-28T08:04:56.155Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.77s)
08:04:56 [2022-07-28T08:04:56.155Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.37s)
08:04:56 [2022-07-28T08:04:56.155Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.25s)
08:04:56 [2022-07-28T08:04:56.155Z] === RUN   TestKillStoppedContainer
08:04:56 [2022-07-28T08:04:56.155Z] --- PASS: TestKillStoppedContainer (0.03s)
08:04:56 [2022-07-28T08:04:56.155Z] === RUN   TestKillStoppedContainerAPIPre120
08:04:56 [2022-07-28T08:04:56.155Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.03s)
08:04:56 [2022-07-28T08:04:56.155Z] === RUN   TestKillDifferentUserContainer
08:04:56 [2022-07-28T08:04:56.496Z] --- PASS: TestRemoveImageGarbageCollector (1.89s)
08:04:56 [2022-07-28T08:04:56.496Z] === RUN   TestTagUnprefixedRepoByNameOrName
08:04:56 [2022-07-28T08:04:56.496Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s)
08:04:56 [2022-07-28T08:04:56.496Z] === RUN   TestTagInvalidReference
08:04:56 [2022-07-28T08:04:56.496Z] --- PASS: TestTagInvalidReference (0.01s)
08:04:56 [2022-07-28T08:04:56.496Z] === RUN   TestTagValidPrefixedRepo
08:04:56 [2022-07-28T08:04:56.496Z] --- PASS: TestTagValidPrefixedRepo (0.04s)
08:04:56 [2022-07-28T08:04:56.496Z] === RUN   TestTagExistedNameWithoutForce
08:04:56 [2022-07-28T08:04:56.496Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
08:04:56 [2022-07-28T08:04:56.496Z] === RUN   TestTagOfficialNames
08:04:56 [2022-07-28T08:04:56.496Z] --- PASS: TestTagOfficialNames (0.04s)
08:04:56 [2022-07-28T08:04:56.496Z] === RUN   TestTagMatchesDigest
08:04:56 [2022-07-28T08:04:56.496Z] --- PASS: TestTagMatchesDigest (0.02s)
08:04:56 [2022-07-28T08:04:56.496Z] === CONT  TestImportExtremelyLargeImageWorks
08:04:56 [2022-07-28T08:04:56.720Z] --- PASS: TestKillDifferentUserContainer (0.43s)
08:04:56 [2022-07-28T08:04:56.720Z] === RUN   TestInspectOomKilledTrue
08:04:56 [2022-07-28T08:04:56.720Z]     kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none"
08:04:56 [2022-07-28T08:04:56.720Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
08:04:56 [2022-07-28T08:04:56.720Z] === RUN   TestInspectOomKilledFalse
08:04:56 [2022-07-28T08:04:56.720Z]     kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
08:04:56 [2022-07-28T08:04:56.720Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
08:04:56 [2022-07-28T08:04:56.720Z] === RUN   TestLinksEtcHostsContentMatch
08:04:56 [2022-07-28T08:04:56.720Z]     links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts
08:04:56 [2022-07-28T08:04:56.720Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s)
08:04:56 [2022-07-28T08:04:56.720Z] === RUN   TestLinksContainerNames
08:04:57 [2022-07-28T08:04:57.285Z] --- PASS: TestLinksContainerNames (0.78s)
08:04:57 [2022-07-28T08:04:57.285Z] === RUN   TestLogsFollowTailEmpty
08:04:57 [2022-07-28T08:04:57.849Z] --- PASS: TestLogsFollowTailEmpty (0.38s)
08:04:57 [2022-07-28T08:04:57.849Z] === RUN   TestLogs
08:04:57 [2022-07-28T08:04:57.849Z] === RUN   TestLogs/driver_local
08:04:57 [2022-07-28T08:04:57.849Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
08:04:57 [2022-07-28T08:04:57.849Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
08:04:57 [2022-07-28T08:04:57.849Z] === RUN   TestLogs/driver_local/tty/only_stdout
08:04:57 [2022-07-28T08:04:57.849Z] === PAUSE TestLogs/driver_local/tty/only_stdout
08:04:57 [2022-07-28T08:04:57.849Z] === RUN   TestLogs/driver_local/tty/only_stderr
08:04:57 [2022-07-28T08:04:57.849Z] === PAUSE TestLogs/driver_local/tty/only_stderr
08:04:57 [2022-07-28T08:04:57.849Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
08:04:57 [2022-07-28T08:04:57.849Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
08:04:57 [2022-07-28T08:04:57.849Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
08:04:57 [2022-07-28T08:04:57.849Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
08:04:57 [2022-07-28T08:04:57.849Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
08:04:57 [2022-07-28T08:04:57.849Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
08:04:57 [2022-07-28T08:04:57.849Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
08:04:57 [2022-07-28T08:04:57.849Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
08:04:58 [2022-07-28T08:04:58.140Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
08:04:58 [2022-07-28T08:04:58.416Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
08:04:58 [2022-07-28T08:04:58.416Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
08:04:58 [2022-07-28T08:04:58.981Z] === CONT  TestLogs/driver_local/tty/only_stderr
08:04:58 [2022-07-28T08:04:58.981Z] === CONT  TestLogs/driver_local/tty/only_stdout
08:04:59 [2022-07-28T08:04:59.525Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
08:04:59 [2022-07-28T08:04:59.547Z] === RUN   TestLogs/driver_json-file
08:04:59 [2022-07-28T08:04:59.547Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
08:04:59 [2022-07-28T08:04:59.547Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
08:04:59 [2022-07-28T08:04:59.547Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
08:04:59 [2022-07-28T08:04:59.547Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
08:04:59 [2022-07-28T08:04:59.547Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
08:04:59 [2022-07-28T08:04:59.547Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
08:04:59 [2022-07-28T08:04:59.547Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
08:04:59 [2022-07-28T08:04:59.547Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
08:04:59 [2022-07-28T08:04:59.547Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
08:04:59 [2022-07-28T08:04:59.547Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
08:04:59 [2022-07-28T08:04:59.547Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
08:04:59 [2022-07-28T08:04:59.547Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
08:04:59 [2022-07-28T08:04:59.547Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
08:04:59 [2022-07-28T08:04:59.547Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
08:05:00 [2022-07-28T08:05:00.115Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
08:05:00 [2022-07-28T08:05:00.115Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
08:05:00 [2022-07-28T08:05:00.685Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
08:05:00 [2022-07-28T08:05:00.943Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
08:05:01 [2022-07-28T08:05:01.509Z] --- PASS: TestLogs (3.67s)
08:05:01 [2022-07-28T08:05:01.509Z]     --- PASS: TestLogs/driver_local (0.01s)
08:05:01 [2022-07-28T08:05:01.509Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.68s)
08:05:01 [2022-07-28T08:05:01.509Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.71s)
08:05:01 [2022-07-28T08:05:01.509Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (0.49s)
08:05:01 [2022-07-28T08:05:01.509Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (0.59s)
08:05:01 [2022-07-28T08:05:01.509Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (0.55s)
08:05:01 [2022-07-28T08:05:01.509Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (0.52s)
08:05:01 [2022-07-28T08:05:01.509Z]     --- PASS: TestLogs/driver_json-file (0.01s)
08:05:01 [2022-07-28T08:05:01.509Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (0.62s)
08:05:01 [2022-07-28T08:05:01.509Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (0.66s)
08:05:01 [2022-07-28T08:05:01.509Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.49s)
08:05:01 [2022-07-28T08:05:01.509Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.63s)
08:05:01 [2022-07-28T08:05:01.509Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.70s)
08:05:01 [2022-07-28T08:05:01.509Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.55s)
08:05:01 [2022-07-28T08:05:01.509Z] === RUN   TestContainerNetworkMountsNoChown
08:05:01 [2022-07-28T08:05:01.766Z] --- PASS: TestContainerNetworkMountsNoChown (0.40s)
08:05:01 [2022-07-28T08:05:01.767Z] === RUN   TestMountDaemonRoot
08:05:01 [2022-07-28T08:05:01.767Z] === RUN   TestMountDaemonRoot/default
08:05:01 [2022-07-28T08:05:01.767Z] === PAUSE TestMountDaemonRoot/default
08:05:01 [2022-07-28T08:05:01.767Z] === RUN   TestMountDaemonRoot/private
08:05:01 [2022-07-28T08:05:01.767Z] === PAUSE TestMountDaemonRoot/private
08:05:01 [2022-07-28T08:05:01.767Z] === RUN   TestMountDaemonRoot/rprivate
08:05:01 [2022-07-28T08:05:01.767Z] === PAUSE TestMountDaemonRoot/rprivate
08:05:01 [2022-07-28T08:05:01.767Z] === RUN   TestMountDaemonRoot/slave
08:05:01 [2022-07-28T08:05:01.767Z] === PAUSE TestMountDaemonRoot/slave
08:05:01 [2022-07-28T08:05:01.767Z] === RUN   TestMountDaemonRoot/rslave
08:05:01 [2022-07-28T08:05:01.767Z] === PAUSE TestMountDaemonRoot/rslave
08:05:01 [2022-07-28T08:05:01.767Z] === RUN   TestMountDaemonRoot/shared
08:05:01 [2022-07-28T08:05:01.767Z] === PAUSE TestMountDaemonRoot/shared
08:05:01 [2022-07-28T08:05:01.767Z] === RUN   TestMountDaemonRoot/rshared
08:05:01 [2022-07-28T08:05:01.767Z] === PAUSE TestMountDaemonRoot/rshared
08:05:01 [2022-07-28T08:05:01.767Z] === CONT  TestMountDaemonRoot/default
08:05:01 [2022-07-28T08:05:01.767Z] === RUN   TestMountDaemonRoot/default/bind_root
08:05:01 [2022-07-28T08:05:01.767Z] === PAUSE TestMountDaemonRoot/default/bind_root
08:05:01 [2022-07-28T08:05:01.767Z] === RUN   TestMountDaemonRoot/default/bind_subpath
08:05:01 [2022-07-28T08:05:01.767Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
08:05:01 [2022-07-28T08:05:01.767Z] === RUN   TestMountDaemonRoot/default/mount_root
08:05:01 [2022-07-28T08:05:01.767Z] === CONT  TestMountDaemonRoot/rslave
08:05:01 [2022-07-28T08:05:01.767Z] === PAUSE TestMountDaemonRoot/default/mount_root
08:05:01 [2022-07-28T08:05:01.767Z] === RUN   TestMountDaemonRoot/default/mount_subpath
08:05:01 [2022-07-28T08:05:01.767Z] === RUN   TestMountDaemonRoot/rslave/mount_root
08:05:01 [2022-07-28T08:05:01.767Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
08:05:01 [2022-07-28T08:05:01.767Z] === CONT  TestMountDaemonRoot/rshared
08:05:01 [2022-07-28T08:05:01.767Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
08:05:01 [2022-07-28T08:05:01.767Z] === RUN   TestMountDaemonRoot/rshared/bind_root
08:05:01 [2022-07-28T08:05:01.767Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
08:05:01 [2022-07-28T08:05:01.767Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
08:05:01 [2022-07-28T08:05:01.767Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
08:05:01 [2022-07-28T08:05:01.767Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
08:05:01 [2022-07-28T08:05:01.767Z] === RUN   TestMountDaemonRoot/rslave/bind_root
08:05:01 [2022-07-28T08:05:01.767Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
08:05:01 [2022-07-28T08:05:01.767Z] === RUN   TestMountDaemonRoot/rshared/mount_root
08:05:01 [2022-07-28T08:05:01.767Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
08:05:01 [2022-07-28T08:05:01.767Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
08:05:01 [2022-07-28T08:05:01.767Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
08:05:01 [2022-07-28T08:05:01.767Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
08:05:01 [2022-07-28T08:05:01.767Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
08:05:01 [2022-07-28T08:05:01.767Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
08:05:01 [2022-07-28T08:05:01.767Z] === CONT  TestMountDaemonRoot/shared
08:05:01 [2022-07-28T08:05:01.767Z] === CONT  TestMountDaemonRoot/rprivate
08:05:01 [2022-07-28T08:05:01.767Z] === RUN   TestMountDaemonRoot/shared/bind_root
08:05:01 [2022-07-28T08:05:01.767Z] === PAUSE TestMountDaemonRoot/shared/bind_root
08:05:01 [2022-07-28T08:05:01.767Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
08:05:01 [2022-07-28T08:05:01.767Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
08:05:01 [2022-07-28T08:05:01.767Z] === RUN   TestMountDaemonRoot/shared/mount_root
08:05:01 [2022-07-28T08:05:01.767Z] === PAUSE TestMountDaemonRoot/shared/mount_root
08:05:01 [2022-07-28T08:05:01.767Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
08:05:01 [2022-07-28T08:05:01.767Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
08:05:01 [2022-07-28T08:05:01.767Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
08:05:01 [2022-07-28T08:05:01.767Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
08:05:01 [2022-07-28T08:05:01.767Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
08:05:01 [2022-07-28T08:05:01.767Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
08:05:01 [2022-07-28T08:05:01.767Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
08:05:01 [2022-07-28T08:05:01.767Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
08:05:01 [2022-07-28T08:05:01.767Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
08:05:01 [2022-07-28T08:05:01.767Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
08:05:01 [2022-07-28T08:05:01.767Z] === CONT  TestMountDaemonRoot/slave
08:05:01 [2022-07-28T08:05:01.767Z] === RUN   TestMountDaemonRoot/slave/bind_root
08:05:01 [2022-07-28T08:05:01.767Z] === PAUSE TestMountDaemonRoot/slave/bind_root
08:05:01 [2022-07-28T08:05:01.767Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
08:05:01 [2022-07-28T08:05:01.767Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
08:05:01 [2022-07-28T08:05:01.767Z] === RUN   TestMountDaemonRoot/slave/mount_root
08:05:01 [2022-07-28T08:05:01.767Z] === PAUSE TestMountDaemonRoot/slave/mount_root
08:05:01 [2022-07-28T08:05:01.767Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
08:05:01 [2022-07-28T08:05:01.767Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
08:05:01 [2022-07-28T08:05:01.767Z] === CONT  TestMountDaemonRoot/private
08:05:01 [2022-07-28T08:05:01.767Z] === RUN   TestMountDaemonRoot/private/bind_root
08:05:01 [2022-07-28T08:05:01.767Z] === PAUSE TestMountDaemonRoot/private/bind_root
08:05:01 [2022-07-28T08:05:01.767Z] === RUN   TestMountDaemonRoot/private/bind_subpath
08:05:01 [2022-07-28T08:05:01.767Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
08:05:01 [2022-07-28T08:05:01.767Z] === RUN   TestMountDaemonRoot/private/mount_root
08:05:01 [2022-07-28T08:05:01.767Z] === PAUSE TestMountDaemonRoot/private/mount_root
08:05:01 [2022-07-28T08:05:01.767Z] === RUN   TestMountDaemonRoot/private/mount_subpath
08:05:01 [2022-07-28T08:05:01.767Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
08:05:01 [2022-07-28T08:05:01.767Z] === CONT  TestMountDaemonRoot/default/bind_root
08:05:01 [2022-07-28T08:05:01.767Z] === CONT  TestMountDaemonRoot/default/mount_subpath
08:05:01 [2022-07-28T08:05:01.767Z] === CONT  TestMountDaemonRoot/default/mount_root
08:05:01 [2022-07-28T08:05:01.767Z] === CONT  TestMountDaemonRoot/default/bind_subpath
08:05:01 [2022-07-28T08:05:01.767Z] === CONT  TestMountDaemonRoot/rslave/mount_root
08:05:01 [2022-07-28T08:05:01.767Z] === CONT  TestMountDaemonRoot/rshared/bind_root
08:05:02 [2022-07-28T08:05:02.025Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
08:05:02 [2022-07-28T08:05:02.025Z] === CONT  TestMountDaemonRoot/rshared/mount_root
08:05:02 [2022-07-28T08:05:02.025Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
08:05:02 [2022-07-28T08:05:02.025Z] === CONT  TestMountDaemonRoot/rslave/bind_root
08:05:02 [2022-07-28T08:05:02.025Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
08:05:02 [2022-07-28T08:05:02.025Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
08:05:02 [2022-07-28T08:05:02.025Z] === CONT  TestMountDaemonRoot/shared/bind_root
08:05:02 [2022-07-28T08:05:02.025Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
08:05:02 [2022-07-28T08:05:02.025Z] === CONT  TestMountDaemonRoot/slave/bind_root
08:05:02 [2022-07-28T08:05:02.025Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
08:05:02 [2022-07-28T08:05:02.025Z] === CONT  TestMountDaemonRoot/shared/mount_root
08:05:02 [2022-07-28T08:05:02.025Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
08:05:02 [2022-07-28T08:05:02.025Z] === CONT  TestMountDaemonRoot/private/bind_root
08:05:02 [2022-07-28T08:05:02.025Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
08:05:02 [2022-07-28T08:05:02.025Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
08:05:02 [2022-07-28T08:05:02.025Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
08:05:02 [2022-07-28T08:05:02.025Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
08:05:02 [2022-07-28T08:05:02.025Z] === CONT  TestMountDaemonRoot/slave/mount_root
08:05:02 [2022-07-28T08:05:02.025Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
08:05:02 [2022-07-28T08:05:02.283Z] === CONT  TestMountDaemonRoot/private/mount_subpath
08:05:02 [2022-07-28T08:05:02.283Z] === CONT  TestMountDaemonRoot/private/mount_root
08:05:02 [2022-07-28T08:05:02.283Z] === CONT  TestMountDaemonRoot/private/bind_subpath
08:05:02 [2022-07-28T08:05:02.283Z] --- PASS: TestMountDaemonRoot (0.02s)
08:05:02 [2022-07-28T08:05:02.283Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
08:05:02 [2022-07-28T08:05:02.283Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s)
08:05:02 [2022-07-28T08:05:02.283Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.04s)
08:05:02 [2022-07-28T08:05:02.283Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.04s)
08:05:02 [2022-07-28T08:05:02.283Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s)
08:05:02 [2022-07-28T08:05:02.283Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
08:05:02 [2022-07-28T08:05:02.283Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s)
08:05:02 [2022-07-28T08:05:02.283Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.03s)
08:05:02 [2022-07-28T08:05:02.283Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s)
08:05:02 [2022-07-28T08:05:02.283Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s)
08:05:02 [2022-07-28T08:05:02.283Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
08:05:02 [2022-07-28T08:05:02.283Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s)
08:05:02 [2022-07-28T08:05:02.283Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.03s)
08:05:02 [2022-07-28T08:05:02.283Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s)
08:05:02 [2022-07-28T08:05:02.283Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s)
08:05:02 [2022-07-28T08:05:02.283Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
08:05:02 [2022-07-28T08:05:02.283Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s)
08:05:02 [2022-07-28T08:05:02.283Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
08:05:02 [2022-07-28T08:05:02.283Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
08:05:02 [2022-07-28T08:05:02.283Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
08:05:02 [2022-07-28T08:05:02.283Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
08:05:02 [2022-07-28T08:05:02.283Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
08:05:02 [2022-07-28T08:05:02.283Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
08:05:02 [2022-07-28T08:05:02.283Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
08:05:02 [2022-07-28T08:05:02.283Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
08:05:02 [2022-07-28T08:05:02.283Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
08:05:02 [2022-07-28T08:05:02.283Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
08:05:02 [2022-07-28T08:05:02.283Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
08:05:02 [2022-07-28T08:05:02.283Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
08:05:02 [2022-07-28T08:05:02.283Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s)
08:05:02 [2022-07-28T08:05:02.283Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
08:05:02 [2022-07-28T08:05:02.283Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
08:05:02 [2022-07-28T08:05:02.283Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
08:05:02 [2022-07-28T08:05:02.283Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
08:05:02 [2022-07-28T08:05:02.283Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.01s)
08:05:02 [2022-07-28T08:05:02.283Z] === RUN   TestContainerBindMountNonRecursive
08:05:02 [2022-07-28T08:05:02.283Z]     mounts_linux_test.go:218: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97)
08:05:02 [2022-07-28T08:05:02.283Z] --- SKIP: TestContainerBindMountNonRecursive (0.02s)
08:05:02 [2022-07-28T08:05:02.283Z] === RUN   TestContainerVolumesMountedAsShared
08:05:02 [2022-07-28T08:05:02.283Z]     mounts_linux_test.go:276: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97)
08:05:02 [2022-07-28T08:05:02.283Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s)
08:05:02 [2022-07-28T08:05:02.283Z] === RUN   TestContainerVolumesMountedAsSlave
08:05:02 [2022-07-28T08:05:02.283Z]     mounts_linux_test.go:329: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97)
08:05:02 [2022-07-28T08:05:02.283Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s)
08:05:02 [2022-07-28T08:05:02.283Z] === RUN   TestNetworkNat
08:05:02 [2022-07-28T08:05:02.824Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
08:05:02 [2022-07-28T08:05:02.849Z] --- PASS: TestNetworkNat (0.47s)
08:05:02 [2022-07-28T08:05:02.849Z] === RUN   TestNetworkLocalhostTCPNat
08:05:03 [2022-07-28T08:05:03.107Z] --- PASS: TestNetworkLocalhostTCPNat (0.43s)
08:05:03 [2022-07-28T08:05:03.107Z] === RUN   TestNetworkLoopbackNat
08:05:04 [2022-07-28T08:05:04.937Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
08:05:05 [2022-07-28T08:05:05.439Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
08:05:05 [2022-07-28T08:05:05.439Z] Using test binary docker
08:05:05 [2022-07-28T08:05:05.439Z] +++ /etc/init.d/apparmor start
08:05:05 [2022-07-28T08:05:05.439Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
08:05:05 [2022-07-28T08:05:05.439Z] INFO: Waiting for daemon to start...
08:05:05 [2022-07-28T08:05:05.439Z] Starting dockerd
08:05:05 [2022-07-28T08:05:05.439Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true
08:05:05 [2022-07-28T08:05:05.631Z] --- PASS: TestNetworkLoopbackNat (2.54s)
08:05:05 [2022-07-28T08:05:05.631Z] === RUN   TestPause
08:05:05 [2022-07-28T08:05:05.631Z]     pause_test.go:25: testEnv.DaemonInfo.CgroupDriver == "none"
08:05:05 [2022-07-28T08:05:05.631Z] --- SKIP: TestPause (0.00s)
08:05:05 [2022-07-28T08:05:05.631Z] === RUN   TestPauseFailsOnWindowsServerContainers
08:05:05 [2022-07-28T08:05:05.631Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
08:05:05 [2022-07-28T08:05:05.631Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
08:05:05 [2022-07-28T08:05:05.631Z] === RUN   TestPauseStopPausedContainer
08:05:05 [2022-07-28T08:05:05.631Z]     pause_test.go:73: testEnv.DaemonInfo.CgroupDriver == "none"
08:05:05 [2022-07-28T08:05:05.631Z] --- SKIP: TestPauseStopPausedContainer (0.02s)
08:05:05 [2022-07-28T08:05:05.631Z] === RUN   TestPidHost
08:05:06 [2022-07-28T08:05:06.563Z] --- PASS: TestPidHost (0.84s)
08:05:06 [2022-07-28T08:05:06.563Z] === RUN   TestPsFilter
08:05:06 [2022-07-28T08:05:06.563Z] --- PASS: TestPsFilter (0.09s)
08:05:06 [2022-07-28T08:05:06.563Z] === RUN   TestRemoveContainerWithRemovedVolume
08:05:07 [2022-07-28T08:05:07.128Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.40s)
08:05:07 [2022-07-28T08:05:07.128Z] === RUN   TestRemoveContainerWithVolume
08:05:07 [2022-07-28T08:05:07.346Z] .
08:05:07 [2022-07-28T08:05:07.346Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
08:05:07 [2022-07-28T08:05:07.385Z] --- PASS: TestRemoveContainerWithVolume (0.42s)
08:05:07 [2022-07-28T08:05:07.385Z] === RUN   TestRemoveContainerRunning
08:05:07 [2022-07-28T08:05:07.607Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
08:05:07 [2022-07-28T08:05:07.607Z] Error: No such image: emptyfs
08:05:07 [2022-07-28T08:05:07.607Z] ++++ docker load
08:05:07 [2022-07-28T08:05:07.607Z] ++++ tar -cC bundles/test-integration/emptyfs .
08:05:07 [2022-07-28T08:05:07.949Z] --- PASS: TestRemoveContainerRunning (0.40s)
08:05:07 [2022-07-28T08:05:07.950Z] === RUN   TestRemoveContainerForceRemoveRunning
08:05:08 [2022-07-28T08:05:08.178Z] Running integration-test (iteration 1)
08:05:08 [2022-07-28T08:05:08.178Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
08:05:08 [2022-07-28T08:05:08.178Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m
08:05:08 [2022-07-28T08:05:08.178Z] ++ set -e
08:05:08 [2022-07-28T08:05:08.178Z] ++ '[' -n 0 ']'
08:05:08 [2022-07-28T08:05:08.178Z] ++ set -x
08:05:08 [2022-07-28T08:05:08.178Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-build-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.build -t ./test.main -test.v -test.timeout=120m
08:05:08 [2022-07-28T08:05:08.207Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.39s)
08:05:08 [2022-07-28T08:05:08.207Z] === RUN   TestRemoveInvalidContainer
08:05:08 [2022-07-28T08:05:08.207Z] --- PASS: TestRemoveInvalidContainer (0.01s)
08:05:08 [2022-07-28T08:05:08.207Z] === RUN   TestRenameLinkedContainer
08:05:08 [2022-07-28T08:05:08.748Z] Loaded image: busybox:latest
08:05:09 [2022-07-28T08:05:09.108Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
08:05:09 [2022-07-28T08:05:09.318Z] Loaded image: busybox:glibc
08:05:10 [2022-07-28T08:05:10.105Z] --- PASS: TestRenameLinkedContainer (1.60s)
08:05:10 [2022-07-28T08:05:10.105Z] === RUN   TestRenameStoppedContainer
08:05:10 [2022-07-28T08:05:10.105Z] --- PASS: TestRenameStoppedContainer (0.40s)
08:05:10 [2022-07-28T08:05:10.105Z] === RUN   TestRenameRunningContainerAndReuse
08:05:11 [2022-07-28T08:05:11.036Z] --- PASS: TestRenameRunningContainerAndReuse (0.81s)
08:05:11 [2022-07-28T08:05:11.036Z] === RUN   TestRenameInvalidName
08:05:11 [2022-07-28T08:05:11.601Z] --- PASS: TestRenameInvalidName (0.41s)
08:05:11 [2022-07-28T08:05:11.601Z] === RUN   TestRenameAnonymousContainer
08:05:12 [2022-07-28T08:05:12.972Z] --- PASS: TestRenameAnonymousContainer (1.44s)
08:05:12 [2022-07-28T08:05:12.972Z] === RUN   TestRenameContainerWithSameName
08:05:13 [2022-07-28T08:05:13.230Z] --- PASS: TestRenameContainerWithSameName (0.39s)
08:05:13 [2022-07-28T08:05:13.230Z] === RUN   TestRenameContainerWithLinkedContainer
08:05:14 [2022-07-28T08:05:14.163Z] --- PASS: TestRenameContainerWithLinkedContainer (0.82s)
08:05:14 [2022-07-28T08:05:14.163Z] === RUN   TestResize
08:05:14 [2022-07-28T08:05:14.420Z] --- PASS: TestResize (0.41s)
08:05:14 [2022-07-28T08:05:14.420Z] === RUN   TestResizeWithInvalidSize
08:05:14 [2022-07-28T08:05:14.600Z] Loaded image: debian:bullseye-slim
08:05:14 [2022-07-28T08:05:14.600Z] Loaded image: hello-world:latest
08:05:14 [2022-07-28T08:05:14.600Z] Loaded image: arm32v7/hello-world:latest
08:05:14 [2022-07-28T08:05:14.600Z] INFO: Testing against a local daemon
08:05:14 [2022-07-28T08:05:14.600Z] === RUN   TestCgroupNamespacesBuild
08:05:14 [2022-07-28T08:05:14.985Z] --- PASS: TestResizeWithInvalidSize (0.41s)
08:05:14 [2022-07-28T08:05:14.985Z] === RUN   TestResizeWhenContainerNotStarted
08:05:15 [2022-07-28T08:05:15.243Z] --- PASS: TestResizeWhenContainerNotStarted (0.41s)
08:05:15 [2022-07-28T08:05:15.243Z] === RUN   TestDaemonRestartKillContainers
08:05:15 [2022-07-28T08:05:15.243Z]     restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore
08:05:15 [2022-07-28T08:05:15.243Z] --- SKIP: TestDaemonRestartKillContainers (0.00s)
08:05:15 [2022-07-28T08:05:15.243Z] === RUN   TestCgroupNamespacesRun
08:05:16 [2022-07-28T08:05:16.510Z] --- PASS: TestCgroupNamespacesBuild (2.47s)
08:05:16 [2022-07-28T08:05:16.510Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
08:05:16 [2022-07-28T08:05:16.617Z] --- PASS: TestCgroupNamespacesRun (1.13s)
08:05:16 [2022-07-28T08:05:16.617Z] === RUN   TestCgroupNamespacesRunPrivileged
08:05:17 [2022-07-28T08:05:17.207Z] Building test suite binary /go/src/github.com/docker/docker/integration/internal/termtest/test.main
08:05:17 [2022-07-28T08:05:17.207Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
08:05:17 [2022-07-28T08:05:17.207Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
08:05:17 [2022-07-28T08:05:17.605Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.21s)
08:05:17 [2022-07-28T08:05:17.605Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
08:05:17 [2022-07-28T08:05:17.769Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
08:05:18 [2022-07-28T08:05:18.332Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
08:05:18 [2022-07-28T08:05:18.588Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
08:05:18 [2022-07-28T08:05:18.986Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.16s)
08:05:18 [2022-07-28T08:05:18.987Z] === RUN   TestCgroupNamespacesRunHostMode
08:05:19 [2022-07-28T08:05:19.052Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.26s)
08:05:19 [2022-07-28T08:05:19.052Z] === RUN   TestBuildWithSession
08:05:19 [2022-07-28T08:05:19.052Z]     build_session_test.go:25: TODO: BuildKit
08:05:19 [2022-07-28T08:05:19.052Z] --- SKIP: TestBuildWithSession (0.00s)
08:05:19 [2022-07-28T08:05:19.052Z] === RUN   TestBuildSquashParent
08:05:19 [2022-07-28T08:05:19.518Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
08:05:19 [2022-07-28T08:05:19.919Z] --- PASS: TestCgroupNamespacesRunHostMode (1.11s)
08:05:19 [2022-07-28T08:05:19.919Z] === RUN   TestCgroupNamespacesRunPrivateMode
08:05:21 [2022-07-28T08:05:21.289Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.12s)
08:05:21 [2022-07-28T08:05:21.289Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
08:05:21 [2022-07-28T08:05:21.416Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
08:05:22 [2022-07-28T08:05:22.221Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.10s)
08:05:22 [2022-07-28T08:05:22.222Z] === RUN   TestCgroupNamespacesRunInvalidMode
08:05:22 [2022-07-28T08:05:22.785Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.70s)
08:05:22 [2022-07-28T08:05:22.786Z] === RUN   TestCgroupNamespacesRunOlderClient
08:05:22 [2022-07-28T08:05:22.857Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
08:05:23 [2022-07-28T08:05:23.419Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
08:05:23 [2022-07-28T08:05:23.985Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
08:05:24 [2022-07-28T08:05:24.157Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.17s)
08:05:24 [2022-07-28T08:05:24.157Z] === RUN   TestNISDomainname
08:05:24 [2022-07-28T08:05:24.157Z]     run_linux_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632)
08:05:24 [2022-07-28T08:05:24.157Z] --- SKIP: TestNISDomainname (0.02s)
08:05:24 [2022-07-28T08:05:24.157Z] === RUN   TestHostnameDnsResolution
08:05:24 [2022-07-28T08:05:24.548Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
08:05:24 [2022-07-28T08:05:24.721Z] --- PASS: TestHostnameDnsResolution (0.67s)
08:05:24 [2022-07-28T08:05:24.721Z] === RUN   TestUnprivilegedPortsAndPing
08:05:24 [2022-07-28T08:05:24.721Z]     run_linux_test.go:112: (*Execution).IsRootless-fm: rootless mode doesn't support setting net.ipv4.ping_group_range and net.ipv4.ip_unprivileged_port_start
08:05:24 [2022-07-28T08:05:24.721Z] --- SKIP: TestUnprivilegedPortsAndPing (0.00s)
08:05:24 [2022-07-28T08:05:24.721Z] === RUN   TestPrivilegedHostDevices
08:05:25 [2022-07-28T08:05:25.286Z] --- PASS: TestPrivilegedHostDevices (0.44s)
08:05:25 [2022-07-28T08:05:25.286Z] === RUN   TestRunConsoleSize
08:05:25 [2022-07-28T08:05:25.478Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
08:05:25 [2022-07-28T08:05:25.543Z] --- PASS: TestRunConsoleSize (0.40s)
08:05:25 [2022-07-28T08:05:25.543Z] === RUN   TestStats
08:05:25 [2022-07-28T08:05:25.543Z]     stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none"
08:05:25 [2022-07-28T08:05:25.543Z] --- SKIP: TestStats (0.00s)
08:05:25 [2022-07-28T08:05:25.543Z] === RUN   TestStopContainerWithTimeout
08:05:25 [2022-07-28T08:05:25.543Z] === RUN   TestStopContainerWithTimeout/0
08:05:25 [2022-07-28T08:05:25.543Z] === PAUSE TestStopContainerWithTimeout/0
08:05:25 [2022-07-28T08:05:25.543Z] === RUN   TestStopContainerWithTimeout/1
08:05:25 [2022-07-28T08:05:25.543Z] === PAUSE TestStopContainerWithTimeout/1
08:05:25 [2022-07-28T08:05:25.543Z] === RUN   TestStopContainerWithTimeout/3
08:05:25 [2022-07-28T08:05:25.543Z] === PAUSE TestStopContainerWithTimeout/3
08:05:25 [2022-07-28T08:05:25.543Z] === RUN   TestStopContainerWithTimeout/-1
08:05:25 [2022-07-28T08:05:25.543Z] === PAUSE TestStopContainerWithTimeout/-1
08:05:25 [2022-07-28T08:05:25.543Z] === CONT  TestStopContainerWithTimeout/0
08:05:25 [2022-07-28T08:05:25.543Z] === CONT  TestStopContainerWithTimeout/-1
08:05:26 [2022-07-28T08:05:26.407Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
08:05:26 [2022-07-28T08:05:26.475Z] === CONT  TestStopContainerWithTimeout/3
08:05:26 [2022-07-28T08:05:26.972Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
08:05:27 [2022-07-28T08:05:27.899Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
08:05:28 [2022-07-28T08:05:28.370Z] === CONT  TestStopContainerWithTimeout/1
08:05:28 [2022-07-28T08:05:28.461Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
08:05:28 [2022-07-28T08:05:28.462Z] Using test binary docker
08:05:28 [2022-07-28T08:05:28.462Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
08:05:28 [2022-07-28T08:05:28.462Z] +++ /etc/init.d/apparmor start
08:05:28 [2022-07-28T08:05:28.462Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
08:05:28 [2022-07-28T08:05:28.462Z] INFO: Waiting for daemon to start...
08:05:28 [2022-07-28T08:05:28.462Z] Starting dockerd
08:05:28 [2022-07-28T08:05:28.462Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental
08:05:29 [2022-07-28T08:05:29.044Z] --- PASS: TestBuildSquashParent (8.84s)
08:05:29 [2022-07-28T08:05:29.044Z] === RUN   TestBuildWithRemoveAndForceRemove
08:05:29 [2022-07-28T08:05:29.044Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
08:05:29 [2022-07-28T08:05:29.044Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
08:05:29 [2022-07-28T08:05:29.044Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
08:05:29 [2022-07-28T08:05:29.044Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
08:05:29 [2022-07-28T08:05:29.044Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
08:05:29 [2022-07-28T08:05:29.044Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
08:05:29 [2022-07-28T08:05:29.044Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
08:05:29 [2022-07-28T08:05:29.044Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
08:05:29 [2022-07-28T08:05:29.044Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
08:05:29 [2022-07-28T08:05:29.044Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
08:05:29 [2022-07-28T08:05:29.044Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
08:05:29 [2022-07-28T08:05:29.044Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
08:05:29 [2022-07-28T08:05:29.044Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
08:05:29 [2022-07-28T08:05:29.044Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
08:05:29 [2022-07-28T08:05:29.740Z] --- PASS: TestStopContainerWithTimeout (0.01s)
08:05:29 [2022-07-28T08:05:29.741Z]     --- PASS: TestStopContainerWithTimeout/0 (0.68s)
08:05:29 [2022-07-28T08:05:29.741Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.66s)
08:05:29 [2022-07-28T08:05:29.741Z]     --- PASS: TestStopContainerWithTimeout/3 (2.36s)
08:05:29 [2022-07-28T08:05:29.741Z]     --- PASS: TestStopContainerWithTimeout/1 (1.39s)
08:05:29 [2022-07-28T08:05:29.741Z] === RUN   TestDeleteDevicemapper
08:05:29 [2022-07-28T08:05:29.741Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
08:05:29 [2022-07-28T08:05:29.741Z] --- SKIP: TestDeleteDevicemapper (0.00s)
08:05:29 [2022-07-28T08:05:29.741Z] === RUN   TestStopContainerWithRestartPolicyAlways
08:05:31 [2022-07-28T08:05:31.115Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.50s)
08:05:31 [2022-07-28T08:05:31.115Z] === RUN   TestUpdateMemory
08:05:31 [2022-07-28T08:05:31.115Z]     update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none"
08:05:31 [2022-07-28T08:05:31.115Z] --- SKIP: TestUpdateMemory (0.00s)
08:05:31 [2022-07-28T08:05:31.115Z] === RUN   TestUpdateCPUQuota
08:05:31 [2022-07-28T08:05:31.115Z]     update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none"
08:05:31 [2022-07-28T08:05:31.115Z] --- SKIP: TestUpdateCPUQuota (0.00s)
08:05:31 [2022-07-28T08:05:31.115Z] === RUN   TestUpdatePidsLimit
08:05:31 [2022-07-28T08:05:31.115Z]     update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none"
08:05:31 [2022-07-28T08:05:31.115Z] --- SKIP: TestUpdatePidsLimit (0.00s)
08:05:31 [2022-07-28T08:05:31.115Z] === RUN   TestUpdateRestartPolicy
08:05:31 [2022-07-28T08:05:31.586Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
08:05:31 [2022-07-28T08:05:31.586Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
08:05:34 [2022-07-28T08:05:34.882Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
08:05:34 [2022-07-28T08:05:34.882Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
08:05:34 [2022-07-28T08:05:34.999Z] .
08:05:34 [2022-07-28T08:05:34.999Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
08:05:34 [2022-07-28T08:05:34.999Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
08:05:34 [2022-07-28T08:05:34.999Z] Error: No such image: emptyfs
08:05:34 [2022-07-28T08:05:34.999Z] ++++ tar -cC bundles/test-integration/emptyfs .
08:05:34 [2022-07-28T08:05:34.999Z] ++++ docker load
08:05:34 [2022-07-28T08:05:34.999Z] Running integration-test (iteration 1)
08:05:34 [2022-07-28T08:05:34.999Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m 
08:05:34 [2022-07-28T08:05:34.999Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m
08:05:34 [2022-07-28T08:05:34.999Z] ++ set -e
08:05:34 [2022-07-28T08:05:34.999Z] ++ '[' -n 0 ']'
08:05:34 [2022-07-28T08:05:34.999Z] ++ set -x
08:05:34 [2022-07-28T08:05:34.999Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m
08:05:34 [2022-07-28T08:05:34.999Z] Loaded image: busybox:latest
08:05:34 [2022-07-28T08:05:34.999Z] Loaded image: busybox:glibc
08:05:35 [2022-07-28T08:05:35.928Z] Loaded image: debian:bullseye-slim
08:05:35 [2022-07-28T08:05:35.928Z] Loaded image: hello-world:latest
08:05:36 [2022-07-28T08:05:36.184Z] Loaded image: arm32v7/hello-world:latest
08:05:36 [2022-07-28T08:05:36.184Z] INFO: Testing against a local daemon
08:05:36 [2022-07-28T08:05:36.184Z] === RUN   TestCgroupNamespacesBuild
08:05:37 [2022-07-28T08:05:37.550Z] --- PASS: TestCgroupNamespacesBuild (1.38s)
08:05:37 [2022-07-28T08:05:37.550Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
08:05:38 [2022-07-28T08:05:38.178Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
08:05:38 [2022-07-28T08:05:38.178Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.54s)
08:05:38 [2022-07-28T08:05:38.178Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.61s)
08:05:38 [2022-07-28T08:05:38.178Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.15s)
08:05:38 [2022-07-28T08:05:38.178Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.21s)
08:05:38 [2022-07-28T08:05:38.178Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.36s)
08:05:38 [2022-07-28T08:05:38.178Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.24s)
08:05:38 [2022-07-28T08:05:38.178Z] === RUN   TestBuildMultiStageCopy
08:05:38 [2022-07-28T08:05:38.178Z] === RUN   TestBuildMultiStageCopy/copy_to_root
08:05:38 [2022-07-28T08:05:38.915Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.15s)
08:05:38 [2022-07-28T08:05:38.916Z] === RUN   TestBuildWithSession
08:05:38 [2022-07-28T08:05:38.916Z]     build_session_test.go:25: TODO: BuildKit
08:05:38 [2022-07-28T08:05:38.916Z] --- SKIP: TestBuildWithSession (0.00s)
08:05:38 [2022-07-28T08:05:38.916Z] === RUN   TestBuildSquashParent
08:05:40 [2022-07-28T08:05:40.720Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
08:05:41 [2022-07-28T08:05:41.291Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
08:05:41 [2022-07-28T08:05:41.861Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
08:05:42 [2022-07-28T08:05:42.184Z] --- PASS: TestBuildSquashParent (3.63s)
08:05:42 [2022-07-28T08:05:42.184Z] === RUN   TestBuildWithRemoveAndForceRemove
08:05:42 [2022-07-28T08:05:42.184Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
08:05:42 [2022-07-28T08:05:42.184Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
08:05:42 [2022-07-28T08:05:42.184Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
08:05:42 [2022-07-28T08:05:42.184Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
08:05:42 [2022-07-28T08:05:42.184Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
08:05:42 [2022-07-28T08:05:42.184Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
08:05:42 [2022-07-28T08:05:42.184Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
08:05:42 [2022-07-28T08:05:42.184Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
08:05:42 [2022-07-28T08:05:42.184Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
08:05:42 [2022-07-28T08:05:42.184Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
08:05:42 [2022-07-28T08:05:42.184Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
08:05:42 [2022-07-28T08:05:42.184Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
08:05:42 [2022-07-28T08:05:42.184Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
08:05:42 [2022-07-28T08:05:42.184Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
08:05:42 [2022-07-28T08:05:42.802Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
08:05:43 [2022-07-28T08:05:43.062Z] --- PASS: TestBuildMultiStageCopy (5.41s)
08:05:43 [2022-07-28T08:05:43.062Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (2.86s)
08:05:43 [2022-07-28T08:05:43.062Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.75s)
08:05:43 [2022-07-28T08:05:43.062Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.61s)
08:05:43 [2022-07-28T08:05:43.062Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.63s)
08:05:43 [2022-07-28T08:05:43.062Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.56s)
08:05:43 [2022-07-28T08:05:43.062Z] === RUN   TestBuildMultiStageParentConfig
08:05:43 [2022-07-28T08:05:43.299Z] --- PASS: TestUpdateRestartPolicy (10.87s)
08:05:43 [2022-07-28T08:05:43.300Z] === RUN   TestUpdateRestartWithAutoRemove
08:05:43 [2022-07-28T08:05:43.300Z] --- PASS: TestUpdateRestartWithAutoRemove (0.40s)
08:05:43 [2022-07-28T08:05:43.300Z] === RUN   TestWaitNonBlocked
08:05:43 [2022-07-28T08:05:43.300Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
08:05:43 [2022-07-28T08:05:43.300Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
08:05:43 [2022-07-28T08:05:43.300Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
08:05:43 [2022-07-28T08:05:43.300Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
08:05:43 [2022-07-28T08:05:43.300Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
08:05:43 [2022-07-28T08:05:43.300Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
08:05:43 [2022-07-28T08:05:43.300Z] --- PASS: TestWaitNonBlocked (0.01s)
08:05:43 [2022-07-28T08:05:43.300Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.55s)
08:05:43 [2022-07-28T08:05:43.300Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.66s)
08:05:43 [2022-07-28T08:05:43.300Z] === RUN   TestWaitBlocked
08:05:43 [2022-07-28T08:05:43.300Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
08:05:43 [2022-07-28T08:05:43.300Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
08:05:43 [2022-07-28T08:05:43.300Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
08:05:43 [2022-07-28T08:05:43.300Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
08:05:43 [2022-07-28T08:05:43.300Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
08:05:43 [2022-07-28T08:05:43.300Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
08:05:43 [2022-07-28T08:05:43.552Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
08:05:43 [2022-07-28T08:05:43.552Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
08:05:43 [2022-07-28T08:05:43.557Z] --- PASS: TestWaitBlocked (0.02s)
08:05:43 [2022-07-28T08:05:43.557Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.58s)
08:05:43 [2022-07-28T08:05:43.557Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.60s)
08:05:43 [2022-07-28T08:05:43.557Z] === RUN   TestWaitConditions
08:05:43 [2022-07-28T08:05:43.814Z] === RUN   TestWaitConditions/default
08:05:43 [2022-07-28T08:05:43.814Z] === PAUSE TestWaitConditions/default
08:05:43 [2022-07-28T08:05:43.814Z] === RUN   TestWaitConditions/not-running
08:05:43 [2022-07-28T08:05:43.814Z] === PAUSE TestWaitConditions/not-running
08:05:43 [2022-07-28T08:05:43.814Z] === RUN   TestWaitConditions/next-exit
08:05:43 [2022-07-28T08:05:43.814Z] === PAUSE TestWaitConditions/next-exit
08:05:43 [2022-07-28T08:05:43.814Z] === RUN   TestWaitConditions/removed
08:05:43 [2022-07-28T08:05:43.814Z] === PAUSE TestWaitConditions/removed
08:05:43 [2022-07-28T08:05:43.814Z] === CONT  TestWaitConditions/default
08:05:43 [2022-07-28T08:05:43.814Z] === CONT  TestWaitConditions/removed
08:05:44 [2022-07-28T08:05:44.917Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
08:05:44 [2022-07-28T08:05:44.917Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
08:05:44 [2022-07-28T08:05:44.972Z] --- PASS: TestBuildMultiStageParentConfig (1.44s)
08:05:44 [2022-07-28T08:05:44.972Z] === RUN   TestBuildLabelWithTargets
08:05:45 [2022-07-28T08:05:45.184Z] === CONT  TestWaitConditions/next-exit
08:05:45 [2022-07-28T08:05:45.184Z] === CONT  TestWaitConditions/not-running
08:05:45 [2022-07-28T08:05:45.846Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
08:05:45 [2022-07-28T08:05:45.846Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.28s)
08:05:45 [2022-07-28T08:05:45.846Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.39s)
08:05:45 [2022-07-28T08:05:45.846Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.17s)
08:05:45 [2022-07-28T08:05:45.846Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.15s)
08:05:45 [2022-07-28T08:05:45.846Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.12s)
08:05:45 [2022-07-28T08:05:45.846Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.13s)
08:05:45 [2022-07-28T08:05:45.846Z] === RUN   TestBuildMultiStageCopy
08:05:45 [2022-07-28T08:05:45.846Z] === RUN   TestBuildMultiStageCopy/copy_to_root
08:05:46 [2022-07-28T08:05:46.884Z] --- PASS: TestBuildLabelWithTargets (2.27s)
08:05:46 [2022-07-28T08:05:46.884Z] === RUN   TestBuildWithEmptyLayers
08:05:47 [2022-07-28T08:05:47.085Z] --- PASS: TestWaitConditions (0.01s)
08:05:47 [2022-07-28T08:05:47.085Z]     --- PASS: TestWaitConditions/default (1.58s)
08:05:47 [2022-07-28T08:05:47.085Z]     --- PASS: TestWaitConditions/removed (1.61s)
08:05:47 [2022-07-28T08:05:47.085Z]     --- PASS: TestWaitConditions/next-exit (1.56s)
08:05:47 [2022-07-28T08:05:47.085Z]     --- PASS: TestWaitConditions/not-running (1.57s)
08:05:47 [2022-07-28T08:05:47.085Z] === CONT  TestDaemonRestartIpcMode
08:05:47 [2022-07-28T08:05:47.085Z] === CONT  TestIpcModeOlderClient
08:05:47 [2022-07-28T08:05:47.085Z] --- PASS: TestIpcModeOlderClient (0.08s)
08:05:47 [2022-07-28T08:05:47.085Z] === CONT  TestRestartDaemonWithRestartingContainer
08:05:47 [2022-07-28T08:05:47.212Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
08:05:47 [2022-07-28T08:05:47.212Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
08:05:47 [2022-07-28T08:05:47.468Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
08:05:47 [2022-07-28T08:05:47.724Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
08:05:47 [2022-07-28T08:05:47.980Z] --- PASS: TestBuildMultiStageCopy (2.02s)
08:05:47 [2022-07-28T08:05:47.980Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.15s)
08:05:47 [2022-07-28T08:05:47.980Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.20s)
08:05:47 [2022-07-28T08:05:47.980Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.21s)
08:05:47 [2022-07-28T08:05:47.980Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.24s)
08:05:47 [2022-07-28T08:05:47.980Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.22s)
08:05:47 [2022-07-28T08:05:47.980Z] === RUN   TestBuildMultiStageParentConfig
08:05:48 [2022-07-28T08:05:48.267Z] --- PASS: TestBuildWithEmptyLayers (1.28s)
08:05:48 [2022-07-28T08:05:48.267Z] === RUN   TestBuildMultiStageOnBuild
08:05:48 [2022-07-28T08:05:48.543Z] --- PASS: TestBuildMultiStageParentConfig (0.61s)
08:05:48 [2022-07-28T08:05:48.543Z] === RUN   TestBuildLabelWithTargets
08:05:49 [2022-07-28T08:05:49.471Z] --- PASS: TestBuildLabelWithTargets (0.92s)
08:05:49 [2022-07-28T08:05:49.471Z] === RUN   TestBuildWithEmptyLayers
08:05:50 [2022-07-28T08:05:50.034Z] --- PASS: TestBuildWithEmptyLayers (0.44s)
08:05:50 [2022-07-28T08:05:50.034Z] === RUN   TestBuildMultiStageOnBuild
08:05:50 [2022-07-28T08:05:50.364Z] --- PASS: TestDaemonRestartIpcMode (2.96s)
08:05:50 [2022-07-28T08:05:50.364Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.93s)
08:05:50 [2022-07-28T08:05:50.364Z] PASS
08:05:50 [2022-07-28T08:05:50.364Z] 
08:05:50 [2022-07-28T08:05:50.364Z] === Skipped
08:05:50 [2022-07-28T08:05:50.364Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
08:05:50 [2022-07-28T08:05:50.364Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
08:05:50 [2022-07-28T08:05:50.364Z] 
08:05:50 [2022-07-28T08:05:50.364Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s)
08:05:50 [2022-07-28T08:05:50.364Z]     daemon_linux_test.go:38: (*Execution).IsRootless-fm
08:05:50 [2022-07-28T08:05:50.364Z] 
08:05:50 [2022-07-28T08:05:50.364Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s)
08:05:50 [2022-07-28T08:05:50.364Z]     daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network
08:05:50 [2022-07-28T08:05:50.364Z] 
08:05:50 [2022-07-28T08:05:50.364Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s)
08:05:50 [2022-07-28T08:05:50.364Z]     daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode
08:05:50 [2022-07-28T08:05:50.364Z] 
08:05:50 [2022-07-28T08:05:50.364Z] === SKIP: amd64.integration.container TestInspectCpusetInConfigPre120 (0.00s)
08:05:50 [2022-07-28T08:05:50.364Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
08:05:50 [2022-07-28T08:05:50.364Z] 
08:05:50 [2022-07-28T08:05:50.364Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s)
08:05:50 [2022-07-28T08:05:50.364Z]     ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
08:05:50 [2022-07-28T08:05:50.364Z] 
08:05:50 [2022-07-28T08:05:50.364Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s)
08:05:50 [2022-07-28T08:05:50.364Z]     ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
08:05:50 [2022-07-28T08:05:50.364Z] 
08:05:50 [2022-07-28T08:05:50.364Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s)
08:05:50 [2022-07-28T08:05:50.364Z]     ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
08:05:50 [2022-07-28T08:05:50.364Z] 
08:05:50 [2022-07-28T08:05:50.364Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s)
08:05:50 [2022-07-28T08:05:50.364Z]     ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
08:05:50 [2022-07-28T08:05:50.364Z] 
08:05:50 [2022-07-28T08:05:50.364Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s)
08:05:50 [2022-07-28T08:05:50.364Z]     ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
08:05:50 [2022-07-28T08:05:50.364Z] 
08:05:50 [2022-07-28T08:05:50.364Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
08:05:50 [2022-07-28T08:05:50.364Z]     kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none"
08:05:50 [2022-07-28T08:05:50.364Z] 
08:05:50 [2022-07-28T08:05:50.364Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s)
08:05:50 [2022-07-28T08:05:50.364Z]     kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
08:05:50 [2022-07-28T08:05:50.364Z] 
08:05:50 [2022-07-28T08:05:50.364Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s)
08:05:50 [2022-07-28T08:05:50.364Z]     links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts
08:05:50 [2022-07-28T08:05:50.364Z] 
08:05:50 [2022-07-28T08:05:50.364Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.02s)
08:05:50 [2022-07-28T08:05:50.364Z]     mounts_linux_test.go:218: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97)
08:05:50 [2022-07-28T08:05:50.364Z] 
08:05:50 [2022-07-28T08:05:50.364Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s)
08:05:50 [2022-07-28T08:05:50.364Z]     mounts_linux_test.go:276: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97)
08:05:50 [2022-07-28T08:05:50.364Z] 
08:05:50 [2022-07-28T08:05:50.364Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s)
08:05:50 [2022-07-28T08:05:50.365Z]     mounts_linux_test.go:329: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97)
08:05:50 [2022-07-28T08:05:50.365Z] 
08:05:50 [2022-07-28T08:05:50.365Z] === SKIP: amd64.integration.container TestPause (0.00s)
08:05:50 [2022-07-28T08:05:50.365Z]     pause_test.go:25: testEnv.DaemonInfo.CgroupDriver == "none"
08:05:50 [2022-07-28T08:05:50.365Z] 
08:05:50 [2022-07-28T08:05:50.365Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
08:05:50 [2022-07-28T08:05:50.365Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
08:05:50 [2022-07-28T08:05:50.365Z] 
08:05:50 [2022-07-28T08:05:50.365Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.02s)
08:05:50 [2022-07-28T08:05:50.365Z]     pause_test.go:73: testEnv.DaemonInfo.CgroupDriver == "none"
08:05:50 [2022-07-28T08:05:50.365Z] 
08:05:50 [2022-07-28T08:05:50.365Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s)
08:05:50 [2022-07-28T08:05:50.365Z]     restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore
08:05:50 [2022-07-28T08:05:50.365Z] 
08:05:50 [2022-07-28T08:05:50.365Z] === SKIP: amd64.integration.container TestNISDomainname (0.02s)
08:05:50 [2022-07-28T08:05:50.365Z]     run_linux_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632)
08:05:50 [2022-07-28T08:05:50.365Z] 
08:05:50 [2022-07-28T08:05:50.365Z] === SKIP: amd64.integration.container TestUnprivilegedPortsAndPing (0.00s)
08:05:50 [2022-07-28T08:05:50.365Z]     run_linux_test.go:112: (*Execution).IsRootless-fm: rootless mode doesn't support setting net.ipv4.ping_group_range and net.ipv4.ip_unprivileged_port_start
08:05:50 [2022-07-28T08:05:50.365Z] 
08:05:50 [2022-07-28T08:05:50.365Z] === SKIP: amd64.integration.container TestStats (0.00s)
08:05:50 [2022-07-28T08:05:50.365Z]     stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none"
08:05:50 [2022-07-28T08:05:50.365Z] 
08:05:50 [2022-07-28T08:05:50.365Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
08:05:50 [2022-07-28T08:05:50.365Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
08:05:50 [2022-07-28T08:05:50.365Z] 
08:05:50 [2022-07-28T08:05:50.365Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s)
08:05:50 [2022-07-28T08:05:50.365Z]     update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none"
08:05:50 [2022-07-28T08:05:50.365Z] 
08:05:50 [2022-07-28T08:05:50.365Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s)
08:05:50 [2022-07-28T08:05:50.365Z]     update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none"
08:05:50 [2022-07-28T08:05:50.365Z] 
08:05:50 [2022-07-28T08:05:50.365Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s)
08:05:50 [2022-07-28T08:05:50.365Z]     update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none"
08:05:50 [2022-07-28T08:05:50.365Z] 
08:05:50 [2022-07-28T08:05:50.365Z] DONE 241 tests, 27 skipped in 80.407s
08:05:50 [2022-07-28T08:05:50.365Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m 
08:05:50 [2022-07-28T08:05:50.365Z] === RUN   TestConfigDaemonLibtrustID
08:05:50 [2022-07-28T08:05:50.622Z] --- PASS: TestConfigDaemonLibtrustID (0.54s)
08:05:50 [2022-07-28T08:05:50.622Z] === RUN   TestConfigDaemonID
08:05:51 [2022-07-28T08:05:51.400Z] --- PASS: TestBuildMultiStageOnBuild (1.31s)
08:05:51 [2022-07-28T08:05:51.400Z] === RUN   TestBuildUncleanTarFilenames
08:05:51 [2022-07-28T08:05:51.553Z]     daemon_test.go:83: [d6ed910a93fe6] daemon is not started
08:05:51 [2022-07-28T08:05:51.553Z] --- PASS: TestConfigDaemonID (1.08s)
08:05:51 [2022-07-28T08:05:51.553Z] === RUN   TestDaemonConfigValidation
08:05:51 [2022-07-28T08:05:51.553Z] === RUN   TestDaemonConfigValidation/config_with_no_content
08:05:51 [2022-07-28T08:05:51.553Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
08:05:51 [2022-07-28T08:05:51.553Z] === RUN   TestDaemonConfigValidation/config_with_{}
08:05:51 [2022-07-28T08:05:51.553Z] === PAUSE TestDaemonConfigValidation/config_with_{}
08:05:51 [2022-07-28T08:05:51.553Z] === RUN   TestDaemonConfigValidation/invalid_config
08:05:51 [2022-07-28T08:05:51.553Z] === PAUSE TestDaemonConfigValidation/invalid_config
08:05:51 [2022-07-28T08:05:51.553Z] === RUN   TestDaemonConfigValidation/malformed_config
08:05:51 [2022-07-28T08:05:51.553Z] === PAUSE TestDaemonConfigValidation/malformed_config
08:05:51 [2022-07-28T08:05:51.553Z] === RUN   TestDaemonConfigValidation/valid_config
08:05:51 [2022-07-28T08:05:51.553Z] === PAUSE TestDaemonConfigValidation/valid_config
08:05:51 [2022-07-28T08:05:51.553Z] === CONT  TestDaemonConfigValidation/config_with_no_content
08:05:51 [2022-07-28T08:05:51.553Z] === CONT  TestDaemonConfigValidation/malformed_config
08:05:51 [2022-07-28T08:05:51.564Z] --- PASS: TestBuildMultiStageOnBuild (3.21s)
08:05:51 [2022-07-28T08:05:51.564Z] === RUN   TestBuildUncleanTarFilenames
08:05:51 [2022-07-28T08:05:51.810Z] === CONT  TestDaemonConfigValidation/valid_config
08:05:51 [2022-07-28T08:05:51.810Z] === CONT  TestDaemonConfigValidation/invalid_config
08:05:51 [2022-07-28T08:05:51.810Z] === CONT  TestDaemonConfigValidation/config_with_{}
08:05:51 [2022-07-28T08:05:51.810Z] --- PASS: TestDaemonConfigValidation (0.00s)
08:05:51 [2022-07-28T08:05:51.810Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.08s)
08:05:51 [2022-07-28T08:05:51.810Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.09s)
08:05:51 [2022-07-28T08:05:51.810Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.09s)
08:05:51 [2022-07-28T08:05:51.810Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.09s)
08:05:51 [2022-07-28T08:05:51.810Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s)
08:05:51 [2022-07-28T08:05:51.810Z] === RUN   TestConfigDaemonSeccompProfiles
08:05:51 [2022-07-28T08:05:51.810Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
08:05:51 [2022-07-28T08:05:51.962Z] --- PASS: TestBuildUncleanTarFilenames (0.64s)
08:05:51 [2022-07-28T08:05:51.962Z] === RUN   TestBuildMultiStageLayerLeak
08:05:53 [2022-07-28T08:05:53.181Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
08:05:53 [2022-07-28T08:05:53.328Z] --- PASS: TestBuildMultiStageLayerLeak (1.45s)
08:05:53 [2022-07-28T08:05:53.328Z] === RUN   TestBuildWithHugeFile
08:05:53 [2022-07-28T08:05:53.474Z] --- PASS: TestBuildUncleanTarFilenames (1.93s)
08:05:53 [2022-07-28T08:05:53.474Z] === RUN   TestBuildMultiStageLayerLeak
08:05:54 [2022-07-28T08:05:54.113Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
08:05:55 [2022-07-28T08:05:55.045Z] === CONT  TestConfigDaemonSeccompProfiles
08:05:55 [2022-07-28T08:05:55.045Z]     daemon_test.go:197: [de90cf591cffc] daemon is not started
08:05:55 [2022-07-28T08:05:55.045Z] --- PASS: TestConfigDaemonSeccompProfiles (3.25s)
08:05:55 [2022-07-28T08:05:55.045Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.08s)
08:05:55 [2022-07-28T08:05:55.045Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.08s)
08:05:55 [2022-07-28T08:05:55.045Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.09s)
08:05:55 [2022-07-28T08:05:55.045Z] === RUN   TestDaemonProxy
08:05:55 [2022-07-28T08:05:55.045Z]     daemon_test.go:201: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment
08:05:55 [2022-07-28T08:05:55.045Z] --- SKIP: TestDaemonProxy (0.00s)
08:05:55 [2022-07-28T08:05:55.045Z] PASS
08:05:55 [2022-07-28T08:05:55.045Z] 
08:05:55 [2022-07-28T08:05:55.045Z] === Skipped
08:05:55 [2022-07-28T08:05:55.045Z] === SKIP: amd64.integration.daemon TestDaemonProxy (0.00s)
08:05:55 [2022-07-28T08:05:55.045Z]     daemon_test.go:201: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment
08:05:55 [2022-07-28T08:05:55.045Z] 
08:05:55 [2022-07-28T08:05:55.045Z] DONE 13 tests, 1 skipped in 5.223s
08:05:55 [2022-07-28T08:05:55.045Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
08:05:55 [2022-07-28T08:05:55.303Z] INFO: Testing against a local daemon
08:05:55 [2022-07-28T08:05:55.303Z] === RUN   TestCommitInheritsEnv
08:05:56 [2022-07-28T08:05:56.771Z] --- PASS: TestBuildMultiStageLayerLeak (3.49s)
08:05:56 [2022-07-28T08:05:56.771Z] === RUN   TestBuildWithHugeFile
08:05:57 [2022-07-28T08:05:57.198Z] --- PASS: TestCommitInheritsEnv (1.92s)
08:05:57 [2022-07-28T08:05:57.198Z] === RUN   TestImportExtremelyLargeImageWorks
08:05:57 [2022-07-28T08:05:57.198Z] === PAUSE TestImportExtremelyLargeImageWorks
08:05:57 [2022-07-28T08:05:57.198Z] === RUN   TestImportWithCustomPlatform
08:05:57 [2022-07-28T08:05:57.198Z] === RUN   TestImportWithCustomPlatform/#00
08:05:57 [2022-07-28T08:05:57.198Z] === RUN   TestImportWithCustomPlatform/_______
08:05:57 [2022-07-28T08:05:57.198Z] === RUN   TestImportWithCustomPlatform//
08:05:57 [2022-07-28T08:05:57.198Z] === RUN   TestImportWithCustomPlatform/linux
08:05:57 [2022-07-28T08:05:57.456Z] === RUN   TestImportWithCustomPlatform/LINUX
08:05:57 [2022-07-28T08:05:57.456Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
08:05:57 [2022-07-28T08:05:57.456Z] === RUN   TestImportWithCustomPlatform/macos
08:05:57 [2022-07-28T08:05:57.456Z] === RUN   TestImportWithCustomPlatform/macos/arm64
08:05:57 [2022-07-28T08:05:57.456Z] === RUN   TestImportWithCustomPlatform/nintendo64
08:05:57 [2022-07-28T08:05:57.456Z] --- PASS: TestImportWithCustomPlatform (0.31s)
08:05:57 [2022-07-28T08:05:57.456Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.07s)
08:05:57 [2022-07-28T08:05:57.456Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
08:05:57 [2022-07-28T08:05:57.456Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
08:05:57 [2022-07-28T08:05:57.456Z]     --- PASS: TestImportWithCustomPlatform/linux (0.07s)
08:05:57 [2022-07-28T08:05:57.456Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.07s)
08:05:57 [2022-07-28T08:05:57.456Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.08s)
08:05:57 [2022-07-28T08:05:57.456Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
08:05:57 [2022-07-28T08:05:57.456Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
08:05:57 [2022-07-28T08:05:57.456Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
08:05:57 [2022-07-28T08:05:57.456Z] === RUN   TestImagesFilterMultiReference
08:05:57 [2022-07-28T08:05:57.456Z] --- PASS: TestImagesFilterMultiReference (0.06s)
08:05:57 [2022-07-28T08:05:57.456Z] === RUN   TestImagePullPlatformInvalid
08:05:57 [2022-07-28T08:05:57.714Z] --- PASS: TestImagePullPlatformInvalid (0.03s)
08:05:57 [2022-07-28T08:05:57.714Z] === RUN   TestRemoveImageOrphaning
08:05:59 [2022-07-28T08:05:59.083Z] --- PASS: TestRemoveImageOrphaning (1.59s)
08:05:59 [2022-07-28T08:05:59.083Z] === RUN   TestRemoveImageGarbageCollector
08:05:59 [2022-07-28T08:05:59.083Z]     remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros
08:05:59 [2022-07-28T08:05:59.083Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
08:05:59 [2022-07-28T08:05:59.083Z] === RUN   TestTagUnprefixedRepoByNameOrName
08:05:59 [2022-07-28T08:05:59.341Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s)
08:05:59 [2022-07-28T08:05:59.341Z] === RUN   TestTagInvalidReference
08:05:59 [2022-07-28T08:05:59.341Z] --- PASS: TestTagInvalidReference (0.01s)
08:05:59 [2022-07-28T08:05:59.341Z] === RUN   TestTagValidPrefixedRepo
08:05:59 [2022-07-28T08:05:59.341Z] --- PASS: TestTagValidPrefixedRepo (0.04s)
08:05:59 [2022-07-28T08:05:59.341Z] === RUN   TestTagExistedNameWithoutForce
08:05:59 [2022-07-28T08:05:59.341Z] --- PASS: TestTagExistedNameWithoutForce (0.03s)
08:05:59 [2022-07-28T08:05:59.341Z] === RUN   TestTagOfficialNames
08:05:59 [2022-07-28T08:05:59.341Z] --- PASS: TestTagOfficialNames (0.04s)
08:05:59 [2022-07-28T08:05:59.341Z] === RUN   TestTagMatchesDigest
08:05:59 [2022-07-28T08:05:59.341Z] --- PASS: TestTagMatchesDigest (0.02s)
08:05:59 [2022-07-28T08:05:59.341Z] === CONT  TestImportExtremelyLargeImageWorks
08:06:32 [2022-07-28T08:06:32.876Z] --- PASS: TestImportExtremelyLargeImageWorks (92.08s)
08:06:32 [2022-07-28T08:06:32.876Z] PASS
08:06:32 [2022-07-28T08:06:32.876Z] 
08:06:32 [2022-07-28T08:06:32.876Z] DONE 22 tests in 95.163s
08:06:32 [2022-07-28T08:06:32.876Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (amd64.integration.internal.termtest) flags=-test.v -test.timeout=120m 
08:06:32 [2022-07-28T08:06:32.876Z] === RUN   TestStripANSICommands
08:06:32 [2022-07-28T08:06:32.876Z] === RUN   TestStripANSICommands/#00
08:06:32 [2022-07-28T08:06:32.876Z] === RUN   TestStripANSICommands/#01
08:06:32 [2022-07-28T08:06:32.876Z] --- PASS: TestStripANSICommands (0.00s)
08:06:32 [2022-07-28T08:06:32.876Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
08:06:32 [2022-07-28T08:06:32.876Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
08:06:32 [2022-07-28T08:06:32.876Z] PASS
08:06:32 [2022-07-28T08:06:32.876Z] 
08:06:32 [2022-07-28T08:06:32.876Z] DONE 3 tests in 0.009s
08:06:32 [2022-07-28T08:06:32.876Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
08:06:32 [2022-07-28T08:06:32.876Z] INFO: Testing against a local daemon
08:06:32 [2022-07-28T08:06:32.876Z] === RUN   TestNetworkCreateDelete
08:06:32 [2022-07-28T08:06:32.876Z] --- PASS: TestNetworkCreateDelete (0.13s)
08:06:32 [2022-07-28T08:06:32.876Z] === RUN   TestDockerNetworkDeletePreferID
08:06:32 [2022-07-28T08:06:32.876Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s)
08:06:32 [2022-07-28T08:06:32.876Z] === RUN   TestDaemonDNSFallback
08:06:35 [2022-07-28T08:06:35.391Z] --- PASS: TestDaemonDNSFallback (6.32s)
08:06:35 [2022-07-28T08:06:35.391Z] === RUN   TestInspectNetwork
08:06:38 [2022-07-28T08:06:38.659Z] === RUN   TestInspectNetwork/full_network_id
08:06:38 [2022-07-28T08:06:38.659Z] === RUN   TestInspectNetwork/partial_network_id
08:06:38 [2022-07-28T08:06:38.659Z] === RUN   TestInspectNetwork/network_name
08:06:38 [2022-07-28T08:06:38.659Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
08:06:42 [2022-07-28T08:06:42.821Z] --- PASS: TestInspectNetwork (7.28s)
08:06:42 [2022-07-28T08:06:42.821Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
08:06:42 [2022-07-28T08:06:42.821Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
08:06:42 [2022-07-28T08:06:42.821Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
08:06:42 [2022-07-28T08:06:42.821Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
08:06:42 [2022-07-28T08:06:42.821Z] === RUN   TestRunContainerWithBridgeNone
08:06:44 [2022-07-28T08:06:44.188Z] --- PASS: TestRunContainerWithBridgeNone (1.55s)
08:06:44 [2022-07-28T08:06:44.188Z] === RUN   TestNetworkInvalidJSON
08:06:44 [2022-07-28T08:06:44.188Z] === RUN   TestNetworkInvalidJSON/networks/create
08:06:44 [2022-07-28T08:06:44.188Z] === PAUSE TestNetworkInvalidJSON/networks/create
08:06:44 [2022-07-28T08:06:44.188Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
08:06:44 [2022-07-28T08:06:44.188Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
08:06:44 [2022-07-28T08:06:44.188Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
08:06:44 [2022-07-28T08:06:44.188Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
08:06:44 [2022-07-28T08:06:44.188Z] === CONT  TestNetworkInvalidJSON/networks/create
08:06:44 [2022-07-28T08:06:44.188Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
08:06:44 [2022-07-28T08:06:44.188Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
08:06:44 [2022-07-28T08:06:44.188Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
08:06:44 [2022-07-28T08:06:44.188Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
08:06:44 [2022-07-28T08:06:44.188Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
08:06:44 [2022-07-28T08:06:44.188Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
08:06:44 [2022-07-28T08:06:44.188Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
08:06:44 [2022-07-28T08:06:44.188Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
08:06:44 [2022-07-28T08:06:44.188Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
08:06:44 [2022-07-28T08:06:44.188Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
08:06:44 [2022-07-28T08:06:44.188Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
08:06:44 [2022-07-28T08:06:44.188Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
08:06:44 [2022-07-28T08:06:44.188Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
08:06:44 [2022-07-28T08:06:44.188Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
08:06:44 [2022-07-28T08:06:44.188Z] --- PASS: TestNetworkInvalidJSON (0.02s)
08:06:44 [2022-07-28T08:06:44.188Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.01s)
08:06:44 [2022-07-28T08:06:44.188Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
08:06:44 [2022-07-28T08:06:44.188Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
08:06:44 [2022-07-28T08:06:44.188Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
08:06:44 [2022-07-28T08:06:44.188Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
08:06:44 [2022-07-28T08:06:44.188Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.01s)
08:06:44 [2022-07-28T08:06:44.188Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
08:06:44 [2022-07-28T08:06:44.188Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
08:06:44 [2022-07-28T08:06:44.188Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
08:06:44 [2022-07-28T08:06:44.188Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
08:06:44 [2022-07-28T08:06:44.188Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
08:06:44 [2022-07-28T08:06:44.188Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
08:06:44 [2022-07-28T08:06:44.188Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
08:06:44 [2022-07-28T08:06:44.188Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
08:06:44 [2022-07-28T08:06:44.188Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
08:06:44 [2022-07-28T08:06:44.188Z] === RUN   TestNetworkList
08:06:44 [2022-07-28T08:06:44.188Z] === RUN   TestNetworkList//networks
08:06:44 [2022-07-28T08:06:44.188Z] === PAUSE TestNetworkList//networks
08:06:44 [2022-07-28T08:06:44.188Z] === RUN   TestNetworkList//networks/
08:06:44 [2022-07-28T08:06:44.188Z] === PAUSE TestNetworkList//networks/
08:06:44 [2022-07-28T08:06:44.188Z] === CONT  TestNetworkList//networks
08:06:44 [2022-07-28T08:06:44.188Z] === CONT  TestNetworkList//networks/
08:06:44 [2022-07-28T08:06:44.188Z] --- PASS: TestNetworkList (0.01s)
08:06:44 [2022-07-28T08:06:44.188Z]     --- PASS: TestNetworkList//networks/ (0.00s)
08:06:44 [2022-07-28T08:06:44.188Z]     --- PASS: TestNetworkList//networks (0.00s)
08:06:44 [2022-07-28T08:06:44.188Z] === RUN   TestHostIPv4BridgeLabel
08:06:44 [2022-07-28T08:06:44.749Z] --- PASS: TestHostIPv4BridgeLabel (0.56s)
08:06:44 [2022-07-28T08:06:44.749Z] === RUN   TestDaemonRestartWithLiveRestore
08:06:46 [2022-07-28T08:06:46.113Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s)
08:06:46 [2022-07-28T08:06:46.113Z] === RUN   TestDaemonDefaultNetworkPools
08:06:46 [2022-07-28T08:06:46.703Z] --- PASS: TestDaemonDefaultNetworkPools (0.75s)
08:06:46 [2022-07-28T08:06:46.703Z] === RUN   TestDaemonRestartWithExistingNetwork
08:06:48 [2022-07-28T08:06:48.100Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s)
08:06:48 [2022-07-28T08:06:48.100Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
08:06:49 [2022-07-28T08:06:49.027Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.20s)
08:06:49 [2022-07-28T08:06:49.027Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
08:06:49 [2022-07-28T08:06:49.498Z] --- PASS: TestBuildWithHugeFile (50.19s)
08:06:49 [2022-07-28T08:06:49.498Z] === RUN   TestBuildWCOWSandboxSize
08:06:49 [2022-07-28T08:06:49.498Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
08:06:49 [2022-07-28T08:06:49.498Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
08:06:49 [2022-07-28T08:06:49.498Z] === RUN   TestBuildWithEmptyDockerfile
08:06:49 [2022-07-28T08:06:49.498Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
08:06:49 [2022-07-28T08:06:49.498Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
08:06:49 [2022-07-28T08:06:49.498Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
08:06:49 [2022-07-28T08:06:49.498Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
08:06:49 [2022-07-28T08:06:49.498Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
08:06:49 [2022-07-28T08:06:49.498Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
08:06:49 [2022-07-28T08:06:49.498Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
08:06:49 [2022-07-28T08:06:49.498Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
08:06:49 [2022-07-28T08:06:49.498Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
08:06:49 [2022-07-28T08:06:49.498Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s)
08:06:49 [2022-07-28T08:06:49.498Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.12s)
08:06:49 [2022-07-28T08:06:49.498Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.12s)
08:06:49 [2022-07-28T08:06:49.498Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s)
08:06:49 [2022-07-28T08:06:49.498Z] === RUN   TestBuildPreserveOwnership
08:06:49 [2022-07-28T08:06:49.498Z] === RUN   TestBuildPreserveOwnership/copy_from
08:06:49 [2022-07-28T08:06:49.498Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
08:06:49 [2022-07-28T08:06:49.498Z] --- PASS: TestBuildPreserveOwnership (3.01s)
08:06:49 [2022-07-28T08:06:49.498Z]     --- PASS: TestBuildPreserveOwnership/copy_from (1.90s)
08:06:49 [2022-07-28T08:06:49.498Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.10s)
08:06:49 [2022-07-28T08:06:49.498Z] === RUN   TestBuildPlatformInvalid
08:06:49 [2022-07-28T08:06:49.498Z] --- PASS: TestBuildPlatformInvalid (0.08s)
08:06:49 [2022-07-28T08:06:49.498Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
08:06:49 [2022-07-28T08:06:49.498Z] Loaded image: busybox:latest
08:06:49 [2022-07-28T08:06:49.498Z] Loaded image: busybox:glibc
08:06:49 [2022-07-28T08:06:49.498Z] Loaded image: debian:bullseye-slim
08:06:49 [2022-07-28T08:06:49.498Z] Loaded image: hello-world:latest
08:06:49 [2022-07-28T08:06:49.498Z] Loaded image: arm32v7/hello-world:latest
08:06:49 [2022-07-28T08:06:49.588Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s)
08:06:49 [2022-07-28T08:06:49.588Z] === RUN   TestServiceWithPredefinedNetwork
08:06:52 [2022-07-28T08:06:52.103Z] --- PASS: TestServiceWithPredefinedNetwork (2.40s)
08:06:52 [2022-07-28T08:06:52.103Z] === RUN   TestServiceRemoveKeepsIngressNetwork
08:06:52 [2022-07-28T08:06:52.103Z]     service_test.go:243: FLAKY_TEST
08:06:52 [2022-07-28T08:06:52.103Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
08:06:52 [2022-07-28T08:06:52.103Z] === RUN   TestServiceWithDataPathPortInit
08:06:57 [2022-07-28T08:06:57.583Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (9.58s)
08:06:57 [2022-07-28T08:06:57.583Z] PASS
08:06:57 [2022-07-28T08:06:57.583Z] 
08:06:57 [2022-07-28T08:06:57.583Z] === Skipped
08:06:57 [2022-07-28T08:06:57.583Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s)
08:06:57 [2022-07-28T08:06:57.583Z]     build_session_test.go:25: TODO: BuildKit
08:06:57 [2022-07-28T08:06:57.583Z] 
08:06:57 [2022-07-28T08:06:57.583Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s)
08:06:57 [2022-07-28T08:06:57.583Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
08:06:57 [2022-07-28T08:06:57.583Z] 
08:06:57 [2022-07-28T08:06:57.583Z] DONE 34 tests, 2 skipped in 81.883s
08:06:57 [2022-07-28T08:06:57.583Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m 
08:06:57 [2022-07-28T08:06:57.583Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m
08:06:57 [2022-07-28T08:06:57.583Z] ++ set -e
08:06:57 [2022-07-28T08:06:57.583Z] ++ '[' -n 0 ']'
08:06:57 [2022-07-28T08:06:57.583Z] ++ set -x
08:06:57 [2022-07-28T08:06:57.583Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m
08:06:57 [2022-07-28T08:06:57.583Z] INFO: Testing against a local daemon
08:06:57 [2022-07-28T08:06:57.583Z] === RUN   TestConfigInspect
08:06:58 [2022-07-28T08:06:58.950Z] --- PASS: TestConfigInspect (2.49s)
08:06:58 [2022-07-28T08:06:58.950Z] === RUN   TestConfigList
08:07:00 [2022-07-28T08:07:00.839Z] --- PASS: TestConfigList (1.81s)
08:07:00 [2022-07-28T08:07:00.839Z] === RUN   TestConfigsCreateAndDelete
08:07:01 [2022-07-28T08:07:01.485Z] Created binary: bundles/dynbinary-daemon/dockerd
08:07:01 [2022-07-28T08:07:01.486Z] Building: bundles/dynbinary-daemon/docker-proxy
08:07:01 [2022-07-28T08:07:01.486Z] GOOS="" GOARCH="" GOARM=""
08:07:01 [2022-07-28T08:07:01.486Z] Created binary: bundles/dynbinary-daemon/docker-proxy
08:07:01 [2022-07-28T08:07:01.486Z] 
08:07:01 [2022-07-28T08:07:01.486Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py)
08:07:01 [2022-07-28T08:07:01.486Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py)
08:07:01 [2022-07-28T08:07:01.486Z] Using test binary docker
08:07:01 [2022-07-28T08:07:01.486Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
08:07:01 [2022-07-28T08:07:01.486Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
08:07:01 [2022-07-28T08:07:01.486Z] INFO: Waiting for daemon to start...
08:07:01 [2022-07-28T08:07:01.486Z] Starting dockerd
08:07:01 [2022-07-28T08:07:01.486Z] .
08:07:01 [2022-07-28T08:07:01.486Z] INFO: Building docker-sdk-python3:5.0.3...
08:07:03 [2022-07-28T08:07:03.363Z] --- PASS: TestConfigsCreateAndDelete (2.14s)
08:07:03 [2022-07-28T08:07:03.363Z] === RUN   TestConfigsUpdate
08:07:05 [2022-07-28T08:07:05.252Z] --- PASS: TestConfigsUpdate (2.28s)
08:07:05 [2022-07-28T08:07:05.252Z] === RUN   TestTemplatedConfig
08:07:06 [2022-07-28T08:07:06.941Z] --- PASS: TestServiceWithDataPathPortInit (14.07s)
08:07:06 [2022-07-28T08:07:06.941Z] === RUN   TestServiceWithDefaultAddressPoolInit
08:07:07 [2022-07-28T08:07:07.804Z] --- PASS: TestTemplatedConfig (2.43s)
08:07:07 [2022-07-28T08:07:07.804Z] === RUN   TestConfigCreateResolve
08:07:08 [2022-07-28T08:07:08.831Z]     service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:j4m9c9zavgadfzqjbss5xs81x Created:2022-07-28 08:07:07.319368503 +0000 UTC Scope:swarm Driver:overlay EnableIPv6:false IPAM:{Driver:default Options:map[] Config:[{Subnet:20.20.1.0/24 IPRange: Gateway:20.20.1.1 AuxAddress:map[]}]} Internal:false Attachable:false Ingress:false ConfigFrom:{Network:} ConfigOnly:false Containers:map[7c2f5da88d59098564f8bc2e49f8b5ff6a40250f41032c790dae178e0004f420:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.yghb37g66ovtbrfx07fcy74tf EndpointID:b7adc4282aa103befe9a2f341a8104a7fd5973484106f915a33d0dec18b2a670 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:160930f4c0aecc738fd4f518013f7d65f0942ca670fd229fdc0b0b58a4d5869e MacAddress:02:42:14:14:01:04 IPv4Address:20.20.1.4/24 IPv6Address:}] Options:map[com.docker.network.driver.overlay.vxlanid_list:4097] Labels:map[] Peers:[{Name:49ae4f2e87a7 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.yghb37g66ovtbrfx07fcy74tf EndpointID:b7adc4282aa103befe9a2f341a8104a7fd5973484106f915a33d0dec18b2a670 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
08:07:09 [2022-07-28T08:07:09.719Z] --- PASS: TestConfigCreateResolve (2.18s)
08:07:09 [2022-07-28T08:07:09.719Z] PASS
08:07:09 [2022-07-28T08:07:09.719Z] 
08:07:09 [2022-07-28T08:07:09.719Z] DONE 6 tests in 13.413s
08:07:09 [2022-07-28T08:07:09.719Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m 
08:07:09 [2022-07-28T08:07:09.719Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m
08:07:09 [2022-07-28T08:07:09.719Z] ++ set -e
08:07:09 [2022-07-28T08:07:09.975Z] ++ '[' -n 0 ']'
08:07:09 [2022-07-28T08:07:09.975Z] ++ set -x
08:07:09 [2022-07-28T08:07:09.975Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m
08:07:09 [2022-07-28T08:07:09.975Z] INFO: Testing against a local daemon
08:07:09 [2022-07-28T08:07:09.975Z] === RUN   TestAttachWithTTY
08:07:09 [2022-07-28T08:07:09.975Z] --- PASS: TestAttachWithTTY (0.06s)
08:07:09 [2022-07-28T08:07:09.975Z] === RUN   TestAttachWithoutTTy
08:07:10 [2022-07-28T08:07:10.231Z] --- PASS: TestAttachWithoutTTy (0.04s)
08:07:10 [2022-07-28T08:07:10.231Z] === RUN   TestCheckpoint
08:07:10 [2022-07-28T08:07:10.231Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
08:07:10 [2022-07-28T08:07:10.231Z] --- SKIP: TestCheckpoint (0.00s)
08:07:10 [2022-07-28T08:07:10.231Z] === RUN   TestContainerInvalidJSON
08:07:10 [2022-07-28T08:07:10.231Z] === RUN   TestContainerInvalidJSON/commit
08:07:10 [2022-07-28T08:07:10.231Z] === PAUSE TestContainerInvalidJSON/commit
08:07:10 [2022-07-28T08:07:10.231Z] === RUN   TestContainerInvalidJSON/containers/create
08:07:10 [2022-07-28T08:07:10.231Z] === PAUSE TestContainerInvalidJSON/containers/create
08:07:10 [2022-07-28T08:07:10.231Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
08:07:10 [2022-07-28T08:07:10.232Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
08:07:10 [2022-07-28T08:07:10.232Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
08:07:10 [2022-07-28T08:07:10.232Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
08:07:10 [2022-07-28T08:07:10.232Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
08:07:10 [2022-07-28T08:07:10.232Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
08:07:10 [2022-07-28T08:07:10.232Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
08:07:10 [2022-07-28T08:07:10.232Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
08:07:10 [2022-07-28T08:07:10.232Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
08:07:10 [2022-07-28T08:07:10.232Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
08:07:10 [2022-07-28T08:07:10.232Z] === CONT  TestContainerInvalidJSON/commit
08:07:10 [2022-07-28T08:07:10.232Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
08:07:10 [2022-07-28T08:07:10.232Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
08:07:10 [2022-07-28T08:07:10.232Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
08:07:10 [2022-07-28T08:07:10.232Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
08:07:10 [2022-07-28T08:07:10.232Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
08:07:10 [2022-07-28T08:07:10.232Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
08:07:10 [2022-07-28T08:07:10.232Z] === RUN   TestContainerInvalidJSON/commit/empty_body
08:07:10 [2022-07-28T08:07:10.232Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
08:07:10 [2022-07-28T08:07:10.232Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
08:07:10 [2022-07-28T08:07:10.232Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
08:07:10 [2022-07-28T08:07:10.232Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
08:07:10 [2022-07-28T08:07:10.232Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
08:07:10 [2022-07-28T08:07:10.232Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
08:07:10 [2022-07-28T08:07:10.232Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
08:07:10 [2022-07-28T08:07:10.232Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
08:07:10 [2022-07-28T08:07:10.232Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
08:07:10 [2022-07-28T08:07:10.232Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
08:07:10 [2022-07-28T08:07:10.232Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
08:07:10 [2022-07-28T08:07:10.232Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
08:07:10 [2022-07-28T08:07:10.232Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
08:07:10 [2022-07-28T08:07:10.232Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
08:07:10 [2022-07-28T08:07:10.232Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
08:07:10 [2022-07-28T08:07:10.232Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
08:07:10 [2022-07-28T08:07:10.232Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
08:07:10 [2022-07-28T08:07:10.232Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
08:07:10 [2022-07-28T08:07:10.232Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
08:07:10 [2022-07-28T08:07:10.232Z] === CONT  TestContainerInvalidJSON/containers/create
08:07:10 [2022-07-28T08:07:10.232Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
08:07:10 [2022-07-28T08:07:10.232Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
08:07:10 [2022-07-28T08:07:10.232Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
08:07:10 [2022-07-28T08:07:10.232Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
08:07:10 [2022-07-28T08:07:10.232Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
08:07:10 [2022-07-28T08:07:10.232Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
08:07:10 [2022-07-28T08:07:10.232Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
08:07:10 [2022-07-28T08:07:10.232Z] --- PASS: TestContainerInvalidJSON (0.01s)
08:07:10 [2022-07-28T08:07:10.232Z]     --- PASS: TestContainerInvalidJSON/commit (0.00s)
08:07:10 [2022-07-28T08:07:10.232Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
08:07:10 [2022-07-28T08:07:10.232Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
08:07:10 [2022-07-28T08:07:10.232Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
08:07:10 [2022-07-28T08:07:10.232Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.00s)
08:07:10 [2022-07-28T08:07:10.232Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
08:07:10 [2022-07-28T08:07:10.232Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
08:07:10 [2022-07-28T08:07:10.232Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
08:07:10 [2022-07-28T08:07:10.232Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
08:07:10 [2022-07-28T08:07:10.232Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
08:07:10 [2022-07-28T08:07:10.232Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.00s)
08:07:10 [2022-07-28T08:07:10.232Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.00s)
08:07:10 [2022-07-28T08:07:10.232Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
08:07:10 [2022-07-28T08:07:10.232Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
08:07:10 [2022-07-28T08:07:10.232Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
08:07:10 [2022-07-28T08:07:10.232Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.00s)
08:07:10 [2022-07-28T08:07:10.232Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
08:07:10 [2022-07-28T08:07:10.232Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
08:07:10 [2022-07-28T08:07:10.232Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
08:07:10 [2022-07-28T08:07:10.232Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
08:07:10 [2022-07-28T08:07:10.232Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.00s)
08:07:10 [2022-07-28T08:07:10.232Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
08:07:10 [2022-07-28T08:07:10.232Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
08:07:10 [2022-07-28T08:07:10.232Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
08:07:10 [2022-07-28T08:07:10.232Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
08:07:10 [2022-07-28T08:07:10.232Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.00s)
08:07:10 [2022-07-28T08:07:10.232Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
08:07:10 [2022-07-28T08:07:10.232Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
08:07:10 [2022-07-28T08:07:10.232Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
08:07:10 [2022-07-28T08:07:10.232Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.00s)
08:07:10 [2022-07-28T08:07:10.232Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.00s)
08:07:10 [2022-07-28T08:07:10.232Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
08:07:10 [2022-07-28T08:07:10.232Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
08:07:10 [2022-07-28T08:07:10.232Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
08:07:10 [2022-07-28T08:07:10.232Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
08:07:10 [2022-07-28T08:07:10.232Z] === RUN   TestCopyFromContainerPathDoesNotExist
08:07:10 [2022-07-28T08:07:10.232Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s)
08:07:10 [2022-07-28T08:07:10.232Z] === RUN   TestCopyFromContainerPathIsNotDir
08:07:10 [2022-07-28T08:07:10.232Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s)
08:07:10 [2022-07-28T08:07:10.232Z] === RUN   TestCopyToContainerPathDoesNotExist
08:07:10 [2022-07-28T08:07:10.232Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s)
08:07:10 [2022-07-28T08:07:10.232Z] === RUN   TestCopyEmptyFile
08:07:10 [2022-07-28T08:07:10.488Z] --- PASS: TestCopyEmptyFile (0.21s)
08:07:10 [2022-07-28T08:07:10.488Z] === RUN   TestCopyToContainerPathIsNotDir
08:07:10 [2022-07-28T08:07:10.488Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s)
08:07:10 [2022-07-28T08:07:10.488Z] === RUN   TestCopyFromContainer
08:07:11 [2022-07-28T08:07:11.417Z] === RUN   TestCopyFromContainer//
08:07:11 [2022-07-28T08:07:11.674Z] === RUN   TestCopyFromContainer//bar/root
08:07:11 [2022-07-28T08:07:11.674Z] === RUN   TestCopyFromContainer//bar/root/
08:07:11 [2022-07-28T08:07:11.674Z] === RUN   TestCopyFromContainer/bar/quux
08:07:11 [2022-07-28T08:07:11.674Z] === RUN   TestCopyFromContainer/bar/quux/
08:07:11 [2022-07-28T08:07:11.930Z] === RUN   TestCopyFromContainer/bar/quux/baz
08:07:11 [2022-07-28T08:07:11.930Z] === RUN   TestCopyFromContainer/bar/filesymlink
08:07:11 [2022-07-28T08:07:11.930Z] === RUN   TestCopyFromContainer/bar/dirsymlink
08:07:11 [2022-07-28T08:07:11.930Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
08:07:11 [2022-07-28T08:07:11.930Z] === RUN   TestCopyFromContainer/bar/notarget
08:07:12 [2022-07-28T08:07:12.186Z] --- PASS: TestCopyFromContainer (1.61s)
08:07:12 [2022-07-28T08:07:12.186Z]     --- PASS: TestCopyFromContainer// (0.07s)
08:07:12 [2022-07-28T08:07:12.186Z]     --- PASS: TestCopyFromContainer//bar/root (0.06s)
08:07:12 [2022-07-28T08:07:12.186Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
08:07:12 [2022-07-28T08:07:12.186Z]     --- PASS: TestCopyFromContainer/bar/quux (0.06s)
08:07:12 [2022-07-28T08:07:12.186Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.06s)
08:07:12 [2022-07-28T08:07:12.187Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s)
08:07:12 [2022-07-28T08:07:12.187Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s)
08:07:12 [2022-07-28T08:07:12.187Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s)
08:07:12 [2022-07-28T08:07:12.187Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s)
08:07:12 [2022-07-28T08:07:12.187Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.06s)
08:07:12 [2022-07-28T08:07:12.187Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
08:07:12 [2022-07-28T08:07:12.187Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
08:07:12 [2022-07-28T08:07:12.187Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
08:07:12 [2022-07-28T08:07:12.187Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
08:07:12 [2022-07-28T08:07:12.187Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
08:07:12 [2022-07-28T08:07:12.187Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
08:07:12 [2022-07-28T08:07:12.187Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
08:07:12 [2022-07-28T08:07:12.187Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
08:07:12 [2022-07-28T08:07:12.187Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
08:07:12 [2022-07-28T08:07:12.187Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
08:07:12 [2022-07-28T08:07:12.187Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
08:07:12 [2022-07-28T08:07:12.187Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
08:07:12 [2022-07-28T08:07:12.187Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
08:07:12 [2022-07-28T08:07:12.187Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
08:07:12 [2022-07-28T08:07:12.187Z] === RUN   TestCreateLinkToNonExistingContainer
08:07:12 [2022-07-28T08:07:12.187Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s)
08:07:12 [2022-07-28T08:07:12.187Z] === RUN   TestCreateWithInvalidEnv
08:07:12 [2022-07-28T08:07:12.187Z] === RUN   TestCreateWithInvalidEnv/0
08:07:12 [2022-07-28T08:07:12.187Z] === PAUSE TestCreateWithInvalidEnv/0
08:07:12 [2022-07-28T08:07:12.187Z] === RUN   TestCreateWithInvalidEnv/1
08:07:12 [2022-07-28T08:07:12.187Z] === PAUSE TestCreateWithInvalidEnv/1
08:07:12 [2022-07-28T08:07:12.187Z] === RUN   TestCreateWithInvalidEnv/2
08:07:12 [2022-07-28T08:07:12.187Z] === PAUSE TestCreateWithInvalidEnv/2
08:07:12 [2022-07-28T08:07:12.187Z] === CONT  TestCreateWithInvalidEnv/0
08:07:12 [2022-07-28T08:07:12.187Z] === CONT  TestCreateWithInvalidEnv/2
08:07:12 [2022-07-28T08:07:12.187Z] === CONT  TestCreateWithInvalidEnv/1
08:07:12 [2022-07-28T08:07:12.187Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
08:07:12 [2022-07-28T08:07:12.187Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
08:07:12 [2022-07-28T08:07:12.187Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
08:07:12 [2022-07-28T08:07:12.187Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
08:07:12 [2022-07-28T08:07:12.187Z] === RUN   TestCreateTmpfsMountsTarget
08:07:12 [2022-07-28T08:07:12.187Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
08:07:12 [2022-07-28T08:07:12.187Z] === RUN   TestCreateWithCustomMaskedPaths
08:07:12 [2022-07-28T08:07:12.994Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.99s)
08:07:12 [2022-07-28T08:07:12.995Z] PASS
08:07:12 [2022-07-28T08:07:12.995Z] 
08:07:12 [2022-07-28T08:07:12.995Z] === Skipped
08:07:12 [2022-07-28T08:07:12.995Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
08:07:12 [2022-07-28T08:07:12.995Z]     service_test.go:243: FLAKY_TEST
08:07:12 [2022-07-28T08:07:12.995Z] 
08:07:12 [2022-07-28T08:07:12.995Z] DONE 38 tests, 1 skipped in 44.397s
08:07:12 [2022-07-28T08:07:12.995Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
08:07:12 [2022-07-28T08:07:12.995Z] INFO: Testing against a local daemon
08:07:12 [2022-07-28T08:07:12.995Z] === RUN   TestDockerNetworkIpvlanPersistance
08:07:12 [2022-07-28T08:07:12.995Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
08:07:12 [2022-07-28T08:07:12.995Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
08:07:12 [2022-07-28T08:07:12.995Z] === RUN   TestDockerNetworkIpvlan
08:07:12 [2022-07-28T08:07:12.995Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
08:07:12 [2022-07-28T08:07:12.995Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
08:07:12 [2022-07-28T08:07:12.995Z] PASS
08:07:12 [2022-07-28T08:07:12.995Z] 
08:07:12 [2022-07-28T08:07:12.995Z] === Skipped
08:07:12 [2022-07-28T08:07:12.995Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
08:07:12 [2022-07-28T08:07:12.995Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
08:07:12 [2022-07-28T08:07:12.995Z] 
08:07:12 [2022-07-28T08:07:12.995Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
08:07:12 [2022-07-28T08:07:12.995Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
08:07:12 [2022-07-28T08:07:12.995Z] 
08:07:12 [2022-07-28T08:07:12.995Z] DONE 2 tests, 2 skipped in 0.023s
08:07:12 [2022-07-28T08:07:12.995Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
08:07:12 [2022-07-28T08:07:12.995Z] INFO: Testing against a local daemon
08:07:12 [2022-07-28T08:07:12.995Z] === RUN   TestDockerNetworkMacvlanPersistance
08:07:13 [2022-07-28T08:07:13.552Z] --- PASS: TestCreateWithCustomMaskedPaths (1.19s)
08:07:13 [2022-07-28T08:07:13.552Z] === RUN   TestCreateWithCustomReadonlyPaths
08:07:14 [2022-07-28T08:07:14.360Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.29s)
08:07:14 [2022-07-28T08:07:14.361Z] === RUN   TestDockerNetworkMacvlan
08:07:14 [2022-07-28T08:07:14.918Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.24s)
08:07:14 [2022-07-28T08:07:14.918Z] === RUN   TestCreateWithInvalidHealthcheckParams
08:07:14 [2022-07-28T08:07:14.918Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
08:07:14 [2022-07-28T08:07:14.918Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
08:07:14 [2022-07-28T08:07:14.918Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
08:07:14 [2022-07-28T08:07:14.918Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
08:07:14 [2022-07-28T08:07:14.918Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
08:07:14 [2022-07-28T08:07:14.918Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
08:07:14 [2022-07-28T08:07:14.918Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
08:07:14 [2022-07-28T08:07:14.918Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
08:07:14 [2022-07-28T08:07:14.918Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
08:07:14 [2022-07-28T08:07:14.918Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
08:07:14 [2022-07-28T08:07:14.918Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
08:07:14 [2022-07-28T08:07:14.918Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
08:07:14 [2022-07-28T08:07:14.918Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
08:07:14 [2022-07-28T08:07:14.918Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
08:07:14 [2022-07-28T08:07:14.918Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
08:07:14 [2022-07-28T08:07:14.918Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s)
08:07:14 [2022-07-28T08:07:14.918Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
08:07:14 [2022-07-28T08:07:14.918Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
08:07:14 [2022-07-28T08:07:14.918Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
08:07:14 [2022-07-28T08:07:14.918Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
08:07:14 [2022-07-28T08:07:14.918Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
08:07:14 [2022-07-28T08:07:14.918Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
08:07:14 [2022-07-28T08:07:14.922Z] === RUN   TestDockerNetworkMacvlan/Subinterface
08:07:15 [2022-07-28T08:07:15.174Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.44s)
08:07:15 [2022-07-28T08:07:15.175Z] === RUN   TestCreateDifferentPlatform
08:07:15 [2022-07-28T08:07:15.175Z] === RUN   TestCreateDifferentPlatform/different_os
08:07:15 [2022-07-28T08:07:15.175Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
08:07:15 [2022-07-28T08:07:15.175Z] --- PASS: TestCreateDifferentPlatform (0.02s)
08:07:15 [2022-07-28T08:07:15.175Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
08:07:15 [2022-07-28T08:07:15.175Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
08:07:15 [2022-07-28T08:07:15.175Z] === RUN   TestCreateVolumesFromNonExistingContainer
08:07:15 [2022-07-28T08:07:15.175Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s)
08:07:15 [2022-07-28T08:07:15.175Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
08:07:15 [2022-07-28T08:07:15.175Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s)
08:07:15 [2022-07-28T08:07:15.175Z] === RUN   TestCreateInvalidHostConfig
08:07:15 [2022-07-28T08:07:15.175Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
08:07:15 [2022-07-28T08:07:15.175Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
08:07:15 [2022-07-28T08:07:15.175Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
08:07:15 [2022-07-28T08:07:15.175Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
08:07:15 [2022-07-28T08:07:15.175Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
08:07:15 [2022-07-28T08:07:15.175Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
08:07:15 [2022-07-28T08:07:15.175Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
08:07:15 [2022-07-28T08:07:15.175Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
08:07:15 [2022-07-28T08:07:15.175Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
08:07:15 [2022-07-28T08:07:15.175Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
08:07:15 [2022-07-28T08:07:15.175Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
08:07:15 [2022-07-28T08:07:15.175Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
08:07:15 [2022-07-28T08:07:15.175Z] --- PASS: TestCreateInvalidHostConfig (0.01s)
08:07:15 [2022-07-28T08:07:15.175Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
08:07:15 [2022-07-28T08:07:15.175Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.00s)
08:07:15 [2022-07-28T08:07:15.175Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
08:07:15 [2022-07-28T08:07:15.175Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
08:07:15 [2022-07-28T08:07:15.175Z] === RUN   TestContainerStartOnDaemonRestart
08:07:15 [2022-07-28T08:07:15.175Z] === PAUSE TestContainerStartOnDaemonRestart
08:07:15 [2022-07-28T08:07:15.175Z] === RUN   TestDaemonRestartIpcMode
08:07:15 [2022-07-28T08:07:15.175Z] === PAUSE TestDaemonRestartIpcMode
08:07:15 [2022-07-28T08:07:15.175Z] === RUN   TestDaemonHostGatewayIP
08:07:15 [2022-07-28T08:07:15.175Z] === PAUSE TestDaemonHostGatewayIP
08:07:15 [2022-07-28T08:07:15.175Z] === RUN   TestRestartDaemonWithRestartingContainer
08:07:15 [2022-07-28T08:07:15.175Z] === PAUSE TestRestartDaemonWithRestartingContainer
08:07:15 [2022-07-28T08:07:15.175Z] === RUN   TestContainerKillOnDaemonStart
08:07:15 [2022-07-28T08:07:15.175Z] === PAUSE TestContainerKillOnDaemonStart
08:07:15 [2022-07-28T08:07:15.175Z] === RUN   TestDiff
08:07:15 [2022-07-28T08:07:15.736Z] --- PASS: TestDiff (0.46s)
08:07:15 [2022-07-28T08:07:15.736Z] === RUN   TestExecConsoleSize
08:07:15 [2022-07-28T08:07:15.851Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
08:07:16 [2022-07-28T08:07:16.298Z] --- PASS: TestExecConsoleSize (0.53s)
08:07:16 [2022-07-28T08:07:16.298Z] === RUN   TestExecWithCloseStdin
08:07:16 [2022-07-28T08:07:16.777Z] === RUN   TestDockerNetworkMacvlan/NilParent
08:07:16 [2022-07-28T08:07:16.861Z] --- PASS: TestExecWithCloseStdin (0.56s)
08:07:16 [2022-07-28T08:07:16.861Z] === RUN   TestExec
08:07:17 [2022-07-28T08:07:17.423Z] --- PASS: TestExec (0.55s)
08:07:17 [2022-07-28T08:07:17.423Z] === RUN   TestExecUser
08:07:17 [2022-07-28T08:07:17.985Z] --- PASS: TestExecUser (0.51s)
08:07:17 [2022-07-28T08:07:17.985Z] === RUN   TestExportContainerAndImportImage
08:07:18 [2022-07-28T08:07:18.548Z] --- PASS: TestExportContainerAndImportImage (0.59s)
08:07:18 [2022-07-28T08:07:18.548Z] === RUN   TestExportContainerAfterDaemonRestart
08:07:18 [2022-07-28T08:07:18.668Z] === RUN   TestDockerNetworkMacvlan/InternalMode
08:07:19 [2022-07-28T08:07:19.914Z] --- PASS: TestExportContainerAfterDaemonRestart (1.27s)
08:07:19 [2022-07-28T08:07:19.914Z] === RUN   TestHealthCheckWorkdir
08:07:20 [2022-07-28T08:07:20.033Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
08:07:20 [2022-07-28T08:07:20.477Z] --- PASS: TestHealthCheckWorkdir (0.65s)
08:07:20 [2022-07-28T08:07:20.477Z] === RUN   TestHealthKillContainer
08:07:24 [2022-07-28T08:07:24.200Z] === RUN   TestDockerNetworkMacvlan/Addressing
08:07:24 [2022-07-28T08:07:24.200Z] --- PASS: TestDockerNetworkMacvlan (9.86s)
08:07:24 [2022-07-28T08:07:24.200Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s)
08:07:24 [2022-07-28T08:07:24.200Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.06s)
08:07:24 [2022-07-28T08:07:24.200Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.90s)
08:07:24 [2022-07-28T08:07:24.200Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.91s)
08:07:24 [2022-07-28T08:07:24.200Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.13s)
08:07:24 [2022-07-28T08:07:24.200Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.59s)
08:07:24 [2022-07-28T08:07:24.200Z] PASS
08:07:24 [2022-07-28T08:07:24.200Z] 
08:07:24 [2022-07-28T08:07:24.200Z] DONE 8 tests in 11.167s
08:07:24 [2022-07-28T08:07:24.200Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
08:07:24 [2022-07-28T08:07:24.200Z] testing: warning: no tests to run
08:07:24 [2022-07-28T08:07:24.200Z] PASS
08:07:24 [2022-07-28T08:07:24.200Z] 
08:07:24 [2022-07-28T08:07:24.200Z] DONE 0 tests in 0.007s
08:07:24 [2022-07-28T08:07:24.200Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
08:07:24 [2022-07-28T08:07:24.200Z] INFO: Testing against a local daemon
08:07:24 [2022-07-28T08:07:24.200Z] === RUN   TestAuthZPluginAllowRequest
08:07:25 [2022-07-28T08:07:25.564Z] --- PASS: TestAuthZPluginAllowRequest (1.16s)
08:07:25 [2022-07-28T08:07:25.564Z] === RUN   TestAuthZPluginTLS
08:07:26 [2022-07-28T08:07:26.124Z] --- PASS: TestAuthZPluginTLS (0.54s)
08:07:26 [2022-07-28T08:07:26.125Z] === RUN   TestAuthZPluginDenyRequest
08:07:26 [2022-07-28T08:07:26.686Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
08:07:26 [2022-07-28T08:07:26.686Z] === RUN   TestAuthZPluginAPIDenyResponse
08:07:26 [2022-07-28T08:07:26.943Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
08:07:26 [2022-07-28T08:07:26.943Z] === RUN   TestAuthZPluginDenyResponse
08:07:27 [2022-07-28T08:07:27.505Z] --- PASS: TestAuthZPluginDenyResponse (0.55s)
08:07:27 [2022-07-28T08:07:27.505Z] === RUN   TestAuthZPluginAllowEventStream
08:07:28 [2022-07-28T08:07:28.562Z] --- PASS: TestHealthKillContainer (7.93s)
08:07:28 [2022-07-28T08:07:28.562Z] === RUN   TestInspectCpusetInConfigPre120
08:07:28 [2022-07-28T08:07:28.819Z] --- PASS: TestInspectCpusetInConfigPre120 (0.48s)
08:07:28 [2022-07-28T08:07:28.819Z] === RUN   TestIpcModeNone
08:07:28 [2022-07-28T08:07:28.871Z] --- PASS: TestAuthZPluginAllowEventStream (1.17s)
08:07:28 [2022-07-28T08:07:28.871Z] === RUN   TestAuthZPluginErrorResponse
08:07:29 [2022-07-28T08:07:29.381Z] --- PASS: TestIpcModeNone (0.59s)
08:07:29 [2022-07-28T08:07:29.381Z] === RUN   TestIpcModePrivate
08:07:29 [2022-07-28T08:07:29.431Z] --- PASS: TestAuthZPluginErrorResponse (0.53s)
08:07:29 [2022-07-28T08:07:29.431Z] === RUN   TestAuthZPluginErrorRequest
08:07:29 [2022-07-28T08:07:29.637Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:74, shared: false, mustBeShared: false
08:07:29 [2022-07-28T08:07:29.893Z] --- PASS: TestIpcModePrivate (0.51s)
08:07:29 [2022-07-28T08:07:29.894Z] === RUN   TestIpcModeShareable
08:07:29 [2022-07-28T08:07:29.992Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
08:07:29 [2022-07-28T08:07:29.992Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
08:07:30 [2022-07-28T08:07:30.150Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:68, shared: true, mustBeShared: true
08:07:30 [2022-07-28T08:07:30.248Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s)
08:07:30 [2022-07-28T08:07:30.248Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
08:07:30 [2022-07-28T08:07:30.406Z] --- PASS: TestIpcModeShareable (0.54s)
08:07:30 [2022-07-28T08:07:30.406Z] === RUN   TestAPIIpcModeShareableAndContainer
08:07:32 [2022-07-28T08:07:32.138Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.42s)
08:07:32 [2022-07-28T08:07:32.138Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
08:07:32 [2022-07-28T08:07:32.295Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.56s)
08:07:32 [2022-07-28T08:07:32.295Z] === RUN   TestAPIIpcModeHost
08:07:32 [2022-07-28T08:07:32.295Z] --- PASS: TestAPIIpcModeHost (0.33s)
08:07:32 [2022-07-28T08:07:32.295Z] === RUN   TestDaemonIpcModeShareable
08:07:33 [2022-07-28T08:07:33.223Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true
08:07:33 [2022-07-28T08:07:33.478Z] --- PASS: TestDaemonIpcModeShareable (1.14s)
08:07:33 [2022-07-28T08:07:33.478Z] === RUN   TestDaemonIpcModePrivate
08:07:33 [2022-07-28T08:07:33.502Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.44s)
08:07:33 [2022-07-28T08:07:33.502Z] === RUN   TestAuthZPluginHeader
08:07:34 [2022-07-28T08:07:34.064Z] --- PASS: TestAuthZPluginHeader (0.70s)
08:07:34 [2022-07-28T08:07:34.064Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
08:07:34 [2022-07-28T08:07:34.844Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false
08:07:34 [2022-07-28T08:07:34.844Z] --- PASS: TestDaemonIpcModePrivate (1.34s)
08:07:34 [2022-07-28T08:07:34.844Z] === RUN   TestDaemonIpcModePrivateFromConfig
08:07:35 [2022-07-28T08:07:35.753Z] --- PASS: TestImportExtremelyLargeImageWorks (93.26s)
08:07:35 [2022-07-28T08:07:35.753Z] PASS
08:07:35 [2022-07-28T08:07:35.753Z] 
08:07:35 [2022-07-28T08:07:35.753Z] === Skipped
08:07:35 [2022-07-28T08:07:35.753Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s)
08:07:35 [2022-07-28T08:07:35.753Z]     remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros
08:07:35 [2022-07-28T08:07:35.753Z] 
08:07:35 [2022-07-28T08:07:35.753Z] DONE 22 tests, 1 skipped in 97.490s
08:07:35 [2022-07-28T08:07:35.753Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (amd64.integration.internal.termtest) flags=-test.v -test.timeout=120m 
08:07:35 [2022-07-28T08:07:35.753Z] === RUN   TestStripANSICommands
08:07:35 [2022-07-28T08:07:35.753Z] === RUN   TestStripANSICommands/#00
08:07:35 [2022-07-28T08:07:35.753Z] === RUN   TestStripANSICommands/#01
08:07:35 [2022-07-28T08:07:35.753Z] --- PASS: TestStripANSICommands (0.00s)
08:07:35 [2022-07-28T08:07:35.753Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
08:07:35 [2022-07-28T08:07:35.753Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
08:07:35 [2022-07-28T08:07:35.753Z] PASS
08:07:35 [2022-07-28T08:07:35.753Z] 
08:07:35 [2022-07-28T08:07:35.753Z] DONE 3 tests in 0.034s
08:07:35 [2022-07-28T08:07:35.753Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
08:07:35 [2022-07-28T08:07:35.753Z] INFO: Testing against a local daemon
08:07:35 [2022-07-28T08:07:35.753Z] === RUN   TestNetworkCreateDelete
08:07:35 [2022-07-28T08:07:35.753Z] --- PASS: TestNetworkCreateDelete (0.13s)
08:07:35 [2022-07-28T08:07:35.753Z] === RUN   TestDockerNetworkDeletePreferID
08:07:35 [2022-07-28T08:07:35.753Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s)
08:07:35 [2022-07-28T08:07:35.753Z] === RUN   TestDaemonDNSFallback
08:07:36 [2022-07-28T08:07:36.209Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false
08:07:36 [2022-07-28T08:07:36.209Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.28s)
08:07:36 [2022-07-28T08:07:36.209Z] === RUN   TestDaemonIpcModeShareableFromConfig
08:07:37 [2022-07-28T08:07:37.137Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true
08:07:37 [2022-07-28T08:07:37.137Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.14s)
08:07:37 [2022-07-28T08:07:37.137Z] === RUN   TestIpcModeOlderClient
08:07:37 [2022-07-28T08:07:37.137Z] === PAUSE TestIpcModeOlderClient
08:07:37 [2022-07-28T08:07:37.137Z] === RUN   TestKillContainerInvalidSignal
08:07:37 [2022-07-28T08:07:37.698Z] --- PASS: TestKillContainerInvalidSignal (0.42s)
08:07:37 [2022-07-28T08:07:37.698Z] === RUN   TestKillContainer
08:07:37 [2022-07-28T08:07:37.698Z] === RUN   TestKillContainer/no_signal
08:07:37 [2022-07-28T08:07:37.954Z] === RUN   TestKillContainer/non_killing_signal
08:07:38 [2022-07-28T08:07:38.229Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.28s)
08:07:38 [2022-07-28T08:07:38.229Z] === RUN   TestAuthZPluginV2Disable
08:07:38 [2022-07-28T08:07:38.516Z] === RUN   TestKillContainer/killing_signal
08:07:39 [2022-07-28T08:07:39.078Z] --- PASS: TestKillContainer (1.30s)
08:07:39 [2022-07-28T08:07:39.078Z]     --- PASS: TestKillContainer/no_signal (0.42s)
08:07:39 [2022-07-28T08:07:39.078Z]     --- PASS: TestKillContainer/non_killing_signal (0.31s)
08:07:39 [2022-07-28T08:07:39.078Z]     --- PASS: TestKillContainer/killing_signal (0.41s)
08:07:39 [2022-07-28T08:07:39.078Z] === RUN   TestKillWithStopSignalAndRestartPolicies
08:07:39 [2022-07-28T08:07:39.078Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
08:07:39 [2022-07-28T08:07:39.334Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
08:07:39 [2022-07-28T08:07:39.928Z] --- PASS: TestDaemonDNSFallback (6.30s)
08:07:39 [2022-07-28T08:07:39.928Z] === RUN   TestInspectNetwork
08:07:39 [2022-07-28T08:07:39.928Z]     inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:07:39 [2022-07-28T08:07:39.928Z] --- SKIP: TestInspectNetwork (0.00s)
08:07:39 [2022-07-28T08:07:39.928Z] === RUN   TestRunContainerWithBridgeNone
08:07:39 [2022-07-28T08:07:39.928Z]     network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network
08:07:39 [2022-07-28T08:07:39.928Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s)
08:07:39 [2022-07-28T08:07:39.928Z] === RUN   TestNetworkInvalidJSON
08:07:39 [2022-07-28T08:07:39.928Z] === RUN   TestNetworkInvalidJSON/networks/create
08:07:39 [2022-07-28T08:07:39.928Z] === PAUSE TestNetworkInvalidJSON/networks/create
08:07:39 [2022-07-28T08:07:39.928Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
08:07:39 [2022-07-28T08:07:39.928Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
08:07:39 [2022-07-28T08:07:39.928Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
08:07:39 [2022-07-28T08:07:39.928Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
08:07:39 [2022-07-28T08:07:39.928Z] === CONT  TestNetworkInvalidJSON/networks/create
08:07:39 [2022-07-28T08:07:39.928Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
08:07:39 [2022-07-28T08:07:39.928Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
08:07:39 [2022-07-28T08:07:39.928Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
08:07:39 [2022-07-28T08:07:39.928Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
08:07:39 [2022-07-28T08:07:39.928Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
08:07:39 [2022-07-28T08:07:39.928Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
08:07:39 [2022-07-28T08:07:39.928Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
08:07:39 [2022-07-28T08:07:39.928Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
08:07:39 [2022-07-28T08:07:39.928Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
08:07:39 [2022-07-28T08:07:39.928Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
08:07:39 [2022-07-28T08:07:39.928Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
08:07:39 [2022-07-28T08:07:39.928Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
08:07:39 [2022-07-28T08:07:39.928Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
08:07:39 [2022-07-28T08:07:39.928Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
08:07:39 [2022-07-28T08:07:39.928Z] --- PASS: TestNetworkInvalidJSON (0.02s)
08:07:39 [2022-07-28T08:07:39.928Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
08:07:39 [2022-07-28T08:07:39.928Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
08:07:39 [2022-07-28T08:07:39.928Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
08:07:39 [2022-07-28T08:07:39.928Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
08:07:39 [2022-07-28T08:07:39.928Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
08:07:39 [2022-07-28T08:07:39.928Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.01s)
08:07:39 [2022-07-28T08:07:39.928Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
08:07:39 [2022-07-28T08:07:39.928Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
08:07:39 [2022-07-28T08:07:39.928Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
08:07:39 [2022-07-28T08:07:39.928Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
08:07:39 [2022-07-28T08:07:39.928Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
08:07:39 [2022-07-28T08:07:39.928Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
08:07:39 [2022-07-28T08:07:39.928Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
08:07:39 [2022-07-28T08:07:39.928Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
08:07:39 [2022-07-28T08:07:39.928Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
08:07:39 [2022-07-28T08:07:39.928Z] === RUN   TestNetworkList
08:07:39 [2022-07-28T08:07:39.928Z] === RUN   TestNetworkList//networks
08:07:39 [2022-07-28T08:07:39.928Z] === PAUSE TestNetworkList//networks
08:07:39 [2022-07-28T08:07:39.928Z] === RUN   TestNetworkList//networks/
08:07:39 [2022-07-28T08:07:39.928Z] === PAUSE TestNetworkList//networks/
08:07:39 [2022-07-28T08:07:39.928Z] === CONT  TestNetworkList//networks
08:07:39 [2022-07-28T08:07:39.928Z] === CONT  TestNetworkList//networks/
08:07:39 [2022-07-28T08:07:39.928Z] --- PASS: TestNetworkList (0.01s)
08:07:39 [2022-07-28T08:07:39.928Z]     --- PASS: TestNetworkList//networks (0.00s)
08:07:39 [2022-07-28T08:07:39.928Z]     --- PASS: TestNetworkList//networks/ (0.00s)
08:07:39 [2022-07-28T08:07:39.928Z] === RUN   TestHostIPv4BridgeLabel
08:07:39 [2022-07-28T08:07:39.928Z]     network_test.go:156: (*Execution).IsRootless-fm: rootless mode has different view of network
08:07:39 [2022-07-28T08:07:39.928Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s)
08:07:39 [2022-07-28T08:07:39.928Z] === RUN   TestDaemonRestartWithLiveRestore
08:07:39 [2022-07-28T08:07:39.928Z]     service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network
08:07:39 [2022-07-28T08:07:39.928Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.02s)
08:07:39 [2022-07-28T08:07:39.928Z] === RUN   TestDaemonDefaultNetworkPools
08:07:39 [2022-07-28T08:07:39.928Z]     service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network
08:07:39 [2022-07-28T08:07:39.928Z] --- SKIP: TestDaemonDefaultNetworkPools (0.02s)
08:07:39 [2022-07-28T08:07:39.928Z] === RUN   TestDaemonRestartWithExistingNetwork
08:07:39 [2022-07-28T08:07:39.928Z]     service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network
08:07:39 [2022-07-28T08:07:39.928Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.02s)
08:07:39 [2022-07-28T08:07:39.928Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
08:07:39 [2022-07-28T08:07:39.928Z]     service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network
08:07:39 [2022-07-28T08:07:39.928Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.02s)
08:07:39 [2022-07-28T08:07:39.928Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
08:07:39 [2022-07-28T08:07:39.928Z]     service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network
08:07:39 [2022-07-28T08:07:39.928Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.02s)
08:07:39 [2022-07-28T08:07:39.928Z] === RUN   TestServiceWithPredefinedNetwork
08:07:39 [2022-07-28T08:07:39.928Z]     service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:07:39 [2022-07-28T08:07:39.928Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s)
08:07:39 [2022-07-28T08:07:39.928Z] === RUN   TestServiceRemoveKeepsIngressNetwork
08:07:39 [2022-07-28T08:07:39.928Z]     service_test.go:243: FLAKY_TEST
08:07:39 [2022-07-28T08:07:39.928Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
08:07:39 [2022-07-28T08:07:39.928Z] === RUN   TestServiceWithDataPathPortInit
08:07:39 [2022-07-28T08:07:39.928Z]     service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:07:39 [2022-07-28T08:07:39.928Z] --- SKIP: TestServiceWithDataPathPortInit (0.02s)
08:07:39 [2022-07-28T08:07:39.928Z] === RUN   TestServiceWithDefaultAddressPoolInit
08:07:39 [2022-07-28T08:07:39.928Z]     service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:07:39 [2022-07-28T08:07:39.928Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s)
08:07:39 [2022-07-28T08:07:39.928Z] PASS
08:07:39 [2022-07-28T08:07:39.928Z] 
08:07:39 [2022-07-28T08:07:39.928Z] === Skipped
08:07:39 [2022-07-28T08:07:39.928Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s)
08:07:39 [2022-07-28T08:07:39.928Z]     inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:07:39 [2022-07-28T08:07:39.928Z] 
08:07:39 [2022-07-28T08:07:39.928Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s)
08:07:39 [2022-07-28T08:07:39.928Z]     network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network
08:07:39 [2022-07-28T08:07:39.928Z] 
08:07:39 [2022-07-28T08:07:39.928Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s)
08:07:39 [2022-07-28T08:07:39.928Z]     network_test.go:156: (*Execution).IsRootless-fm: rootless mode has different view of network
08:07:39 [2022-07-28T08:07:39.928Z] 
08:07:39 [2022-07-28T08:07:39.928Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.02s)
08:07:39 [2022-07-28T08:07:39.928Z]     service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network
08:07:39 [2022-07-28T08:07:39.928Z] 
08:07:39 [2022-07-28T08:07:39.928Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.02s)
08:07:39 [2022-07-28T08:07:39.928Z]     service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network
08:07:39 [2022-07-28T08:07:39.928Z] 
08:07:39 [2022-07-28T08:07:39.928Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.02s)
08:07:39 [2022-07-28T08:07:39.928Z]     service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network
08:07:39 [2022-07-28T08:07:39.928Z] 
08:07:39 [2022-07-28T08:07:39.928Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.02s)
08:07:39 [2022-07-28T08:07:39.928Z]     service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network
08:07:39 [2022-07-28T08:07:39.928Z] 
08:07:39 [2022-07-28T08:07:39.928Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.02s)
08:07:39 [2022-07-28T08:07:39.928Z]     service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network
08:07:39 [2022-07-28T08:07:39.928Z] 
08:07:39 [2022-07-28T08:07:39.928Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s)
08:07:39 [2022-07-28T08:07:39.928Z]     service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:07:39 [2022-07-28T08:07:39.928Z] 
08:07:39 [2022-07-28T08:07:39.928Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
08:07:39 [2022-07-28T08:07:39.928Z]     service_test.go:243: FLAKY_TEST
08:07:39 [2022-07-28T08:07:39.928Z] 
08:07:39 [2022-07-28T08:07:39.928Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.02s)
08:07:39 [2022-07-28T08:07:39.928Z]     service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:07:39 [2022-07-28T08:07:39.928Z] 
08:07:39 [2022-07-28T08:07:39.928Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s)
08:07:39 [2022-07-28T08:07:39.928Z]     service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:07:39 [2022-07-28T08:07:39.928Z] 
08:07:39 [2022-07-28T08:07:39.928Z] DONE 34 tests, 12 skipped in 7.025s
08:07:39 [2022-07-28T08:07:39.928Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
08:07:39 [2022-07-28T08:07:39.928Z] INFO: Testing against a local daemon
08:07:39 [2022-07-28T08:07:39.928Z] === RUN   TestDockerNetworkIpvlanPersistance
08:07:39 [2022-07-28T08:07:39.928Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
08:07:39 [2022-07-28T08:07:39.928Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
08:07:39 [2022-07-28T08:07:39.928Z] === RUN   TestDockerNetworkIpvlan
08:07:39 [2022-07-28T08:07:39.928Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
08:07:39 [2022-07-28T08:07:39.928Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
08:07:39 [2022-07-28T08:07:39.928Z] PASS
08:07:39 [2022-07-28T08:07:39.928Z] 
08:07:39 [2022-07-28T08:07:39.928Z] === Skipped
08:07:39 [2022-07-28T08:07:39.928Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
08:07:39 [2022-07-28T08:07:39.928Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
08:07:39 [2022-07-28T08:07:39.928Z] 
08:07:39 [2022-07-28T08:07:39.928Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
08:07:39 [2022-07-28T08:07:39.928Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
08:07:39 [2022-07-28T08:07:39.928Z] 
08:07:39 [2022-07-28T08:07:39.928Z] DONE 2 tests, 2 skipped in 0.080s
08:07:39 [2022-07-28T08:07:39.928Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
08:07:39 [2022-07-28T08:07:39.928Z] INFO: Testing against a local daemon
08:07:39 [2022-07-28T08:07:39.928Z] === RUN   TestDockerNetworkMacvlanPersistance
08:07:39 [2022-07-28T08:07:39.928Z]     macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network
08:07:39 [2022-07-28T08:07:39.928Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s)
08:07:39 [2022-07-28T08:07:39.928Z] === RUN   TestDockerNetworkMacvlan
08:07:39 [2022-07-28T08:07:39.928Z]     macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network
08:07:39 [2022-07-28T08:07:39.928Z] --- SKIP: TestDockerNetworkMacvlan (0.00s)
08:07:39 [2022-07-28T08:07:39.928Z] PASS
08:07:39 [2022-07-28T08:07:39.928Z] 
08:07:39 [2022-07-28T08:07:39.928Z] === Skipped
08:07:39 [2022-07-28T08:07:39.928Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s)
08:07:39 [2022-07-28T08:07:39.928Z]     macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network
08:07:39 [2022-07-28T08:07:39.928Z] 
08:07:39 [2022-07-28T08:07:39.928Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s)
08:07:39 [2022-07-28T08:07:39.928Z]     macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network
08:07:39 [2022-07-28T08:07:39.928Z] 
08:07:39 [2022-07-28T08:07:39.928Z] DONE 2 tests, 2 skipped in 0.078s
08:07:39 [2022-07-28T08:07:39.928Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
08:07:39 [2022-07-28T08:07:39.929Z] testing: warning: no tests to run
08:07:39 [2022-07-28T08:07:39.929Z] PASS
08:07:39 [2022-07-28T08:07:39.929Z] 
08:07:39 [2022-07-28T08:07:39.929Z] DONE 0 tests in 0.023s
08:07:39 [2022-07-28T08:07:39.929Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
08:07:39 [2022-07-28T08:07:39.929Z] INFO: Testing against a local daemon
08:07:39 [2022-07-28T08:07:39.929Z] === RUN   TestAuthZPluginAllowRequest
08:07:39 [2022-07-28T08:07:39.929Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
08:07:39 [2022-07-28T08:07:39.929Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s)
08:07:39 [2022-07-28T08:07:39.929Z] === RUN   TestAuthZPluginTLS
08:07:39 [2022-07-28T08:07:39.929Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
08:07:39 [2022-07-28T08:07:39.929Z] --- SKIP: TestAuthZPluginTLS (0.00s)
08:07:39 [2022-07-28T08:07:39.929Z] === RUN   TestAuthZPluginDenyRequest
08:07:39 [2022-07-28T08:07:39.929Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
08:07:39 [2022-07-28T08:07:39.929Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s)
08:07:39 [2022-07-28T08:07:39.929Z] === RUN   TestAuthZPluginAPIDenyResponse
08:07:39 [2022-07-28T08:07:39.929Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
08:07:39 [2022-07-28T08:07:39.929Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s)
08:07:39 [2022-07-28T08:07:39.929Z] === RUN   TestAuthZPluginDenyResponse
08:07:39 [2022-07-28T08:07:39.929Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
08:07:39 [2022-07-28T08:07:39.929Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s)
08:07:39 [2022-07-28T08:07:39.929Z] === RUN   TestAuthZPluginAllowEventStream
08:07:39 [2022-07-28T08:07:39.929Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
08:07:39 [2022-07-28T08:07:39.929Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s)
08:07:39 [2022-07-28T08:07:39.929Z] === RUN   TestAuthZPluginErrorResponse
08:07:39 [2022-07-28T08:07:39.929Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
08:07:39 [2022-07-28T08:07:39.929Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s)
08:07:39 [2022-07-28T08:07:39.929Z] === RUN   TestAuthZPluginErrorRequest
08:07:39 [2022-07-28T08:07:39.929Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
08:07:39 [2022-07-28T08:07:39.929Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s)
08:07:39 [2022-07-28T08:07:39.929Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
08:07:39 [2022-07-28T08:07:39.929Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
08:07:39 [2022-07-28T08:07:39.929Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s)
08:07:39 [2022-07-28T08:07:39.929Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
08:07:39 [2022-07-28T08:07:39.929Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
08:07:39 [2022-07-28T08:07:39.929Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s)
08:07:39 [2022-07-28T08:07:39.929Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
08:07:39 [2022-07-28T08:07:39.929Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
08:07:39 [2022-07-28T08:07:39.929Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s)
08:07:39 [2022-07-28T08:07:39.929Z] === RUN   TestAuthZPluginHeader
08:07:39 [2022-07-28T08:07:39.929Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
08:07:39 [2022-07-28T08:07:39.929Z] --- SKIP: TestAuthZPluginHeader (0.00s)
08:07:39 [2022-07-28T08:07:39.929Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
08:07:40 [2022-07-28T08:07:40.188Z] sha256:6e94b200abb35e2623da1715f4b5d4b84592592fda1f34de74311a536f6520a1
08:07:40 [2022-07-28T08:07:40.188Z] INFO: Starting docker-py tests...
08:07:40 [2022-07-28T08:07:40.188Z] ============================= test session starts ==============================
08:07:40 [2022-07-28T08:07:40.188Z] platform linux -- Python 3.7.13, pytest-4.3.1, py-1.11.0, pluggy-1.0.0
08:07:40 [2022-07-28T08:07:40.188Z] rootdir: /src, inifile: pytest.ini
08:07:40 [2022-07-28T08:07:40.188Z] plugins: cov-2.6.1, timeout-1.3.3
08:07:40 [2022-07-28T08:07:40.188Z] collected 395 items / 2 deselected / 393 selected
08:07:40 [2022-07-28T08:07:40.188Z] 
08:07:40 [2022-07-28T08:07:40.493Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
08:07:40 [2022-07-28T08:07:40.493Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.43s)
08:07:40 [2022-07-28T08:07:40.493Z] === RUN   TestAuthZPluginV2Disable
08:07:40 [2022-07-28T08:07:40.704Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.59s)
08:07:40 [2022-07-28T08:07:40.704Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.38s)
08:07:40 [2022-07-28T08:07:40.704Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.68s)
08:07:40 [2022-07-28T08:07:40.704Z] === RUN   TestKillStoppedContainer
08:07:40 [2022-07-28T08:07:40.704Z] --- PASS: TestKillStoppedContainer (0.23s)
08:07:40 [2022-07-28T08:07:40.704Z] === RUN   TestKillStoppedContainerAPIPre120
08:07:40 [2022-07-28T08:07:40.752Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
08:07:40 [2022-07-28T08:07:40.752Z] --- SKIP: TestAuthZPluginV2Disable (0.32s)
08:07:40 [2022-07-28T08:07:40.752Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
08:07:40 [2022-07-28T08:07:40.960Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.24s)
08:07:40 [2022-07-28T08:07:40.960Z] === RUN   TestKillDifferentUserContainer
08:07:41 [2022-07-28T08:07:41.009Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
08:07:41 [2022-07-28T08:07:41.009Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.32s)
08:07:41 [2022-07-28T08:07:41.009Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
08:07:41 [2022-07-28T08:07:41.573Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
08:07:41 [2022-07-28T08:07:41.573Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.32s)
08:07:41 [2022-07-28T08:07:41.573Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
08:07:41 [2022-07-28T08:07:41.831Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
08:07:41 [2022-07-28T08:07:41.831Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.32s)
08:07:41 [2022-07-28T08:07:41.831Z] PASS
08:07:41 [2022-07-28T08:07:41.831Z] 
08:07:41 [2022-07-28T08:07:41.831Z] === Skipped
08:07:41 [2022-07-28T08:07:41.831Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s)
08:07:41 [2022-07-28T08:07:41.831Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
08:07:41 [2022-07-28T08:07:41.831Z] 
08:07:41 [2022-07-28T08:07:41.831Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s)
08:07:41 [2022-07-28T08:07:41.831Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
08:07:41 [2022-07-28T08:07:41.831Z] 
08:07:41 [2022-07-28T08:07:41.831Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s)
08:07:41 [2022-07-28T08:07:41.831Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
08:07:41 [2022-07-28T08:07:41.831Z] 
08:07:41 [2022-07-28T08:07:41.831Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s)
08:07:41 [2022-07-28T08:07:41.831Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
08:07:41 [2022-07-28T08:07:41.831Z] 
08:07:41 [2022-07-28T08:07:41.831Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s)
08:07:41 [2022-07-28T08:07:41.831Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
08:07:41 [2022-07-28T08:07:41.831Z] 
08:07:41 [2022-07-28T08:07:41.831Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s)
08:07:41 [2022-07-28T08:07:41.831Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
08:07:41 [2022-07-28T08:07:41.831Z] 
08:07:41 [2022-07-28T08:07:41.831Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s)
08:07:41 [2022-07-28T08:07:41.831Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
08:07:41 [2022-07-28T08:07:41.831Z] 
08:07:41 [2022-07-28T08:07:41.831Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s)
08:07:41 [2022-07-28T08:07:41.831Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
08:07:41 [2022-07-28T08:07:41.831Z] 
08:07:41 [2022-07-28T08:07:41.831Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s)
08:07:41 [2022-07-28T08:07:41.831Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
08:07:41 [2022-07-28T08:07:41.831Z] 
08:07:41 [2022-07-28T08:07:41.831Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s)
08:07:41 [2022-07-28T08:07:41.831Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
08:07:41 [2022-07-28T08:07:41.831Z] 
08:07:41 [2022-07-28T08:07:41.831Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s)
08:07:41 [2022-07-28T08:07:41.831Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
08:07:41 [2022-07-28T08:07:41.831Z] 
08:07:41 [2022-07-28T08:07:41.831Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s)
08:07:41 [2022-07-28T08:07:41.831Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
08:07:41 [2022-07-28T08:07:41.831Z] 
08:07:41 [2022-07-28T08:07:41.831Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.43s)
08:07:41 [2022-07-28T08:07:41.831Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
08:07:41 [2022-07-28T08:07:41.831Z] 
08:07:41 [2022-07-28T08:07:41.831Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.32s)
08:07:41 [2022-07-28T08:07:41.831Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
08:07:41 [2022-07-28T08:07:41.831Z] 
08:07:41 [2022-07-28T08:07:41.832Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.32s)
08:07:41 [2022-07-28T08:07:41.832Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
08:07:41 [2022-07-28T08:07:41.832Z] 
08:07:41 [2022-07-28T08:07:41.832Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.32s)
08:07:41 [2022-07-28T08:07:41.832Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
08:07:41 [2022-07-28T08:07:41.832Z] 
08:07:41 [2022-07-28T08:07:41.832Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.32s)
08:07:41 [2022-07-28T08:07:41.832Z]     main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost
08:07:41 [2022-07-28T08:07:41.832Z] 
08:07:41 [2022-07-28T08:07:41.832Z] DONE 17 tests, 17 skipped in 1.794s
08:07:41 [2022-07-28T08:07:41.832Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
08:07:41 [2022-07-28T08:07:41.832Z] INFO: Testing against a local daemon
08:07:41 [2022-07-28T08:07:41.832Z] === RUN   TestPluginInvalidJSON
08:07:41 [2022-07-28T08:07:41.832Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
08:07:41 [2022-07-28T08:07:41.832Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
08:07:41 [2022-07-28T08:07:41.832Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
08:07:41 [2022-07-28T08:07:41.832Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
08:07:41 [2022-07-28T08:07:41.832Z] === RUN   TestPluginInvalidJSON/plugins/pull
08:07:41 [2022-07-28T08:07:41.832Z] === PAUSE TestPluginInvalidJSON/plugins/pull
08:07:41 [2022-07-28T08:07:41.832Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
08:07:41 [2022-07-28T08:07:41.832Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
08:07:41 [2022-07-28T08:07:41.832Z] === CONT  TestPluginInvalidJSON/plugins/pull
08:07:41 [2022-07-28T08:07:41.832Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
08:07:41 [2022-07-28T08:07:41.832Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
08:07:41 [2022-07-28T08:07:41.832Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
08:07:41 [2022-07-28T08:07:41.832Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
08:07:41 [2022-07-28T08:07:41.832Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
08:07:41 [2022-07-28T08:07:41.832Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
08:07:41 [2022-07-28T08:07:41.832Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
08:07:41 [2022-07-28T08:07:41.832Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
08:07:41 [2022-07-28T08:07:41.832Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
08:07:41 [2022-07-28T08:07:41.832Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
08:07:41 [2022-07-28T08:07:41.832Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
08:07:41 [2022-07-28T08:07:41.832Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
08:07:41 [2022-07-28T08:07:41.832Z] --- PASS: TestPluginInvalidJSON (0.02s)
08:07:41 [2022-07-28T08:07:41.832Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s)
08:07:41 [2022-07-28T08:07:41.832Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
08:07:41 [2022-07-28T08:07:41.832Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
08:07:41 [2022-07-28T08:07:41.832Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
08:07:41 [2022-07-28T08:07:41.832Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
08:07:41 [2022-07-28T08:07:41.832Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s)
08:07:41 [2022-07-28T08:07:41.832Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
08:07:41 [2022-07-28T08:07:41.832Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
08:07:41 [2022-07-28T08:07:41.832Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
08:07:41 [2022-07-28T08:07:41.832Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
08:07:41 [2022-07-28T08:07:41.832Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
08:07:41 [2022-07-28T08:07:41.832Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
08:07:41 [2022-07-28T08:07:41.832Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
08:07:41 [2022-07-28T08:07:41.832Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
08:07:41 [2022-07-28T08:07:41.832Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
08:07:41 [2022-07-28T08:07:41.832Z] === RUN   TestPluginInstall
08:07:41 [2022-07-28T08:07:41.832Z]     plugin_test.go:94: (*Execution).IsRootless-fm: rootless mode has different view of localhost
08:07:41 [2022-07-28T08:07:41.832Z] --- SKIP: TestPluginInstall (0.00s)
08:07:41 [2022-07-28T08:07:41.832Z] === RUN   TestPluginsWithRuntimes
08:07:41 [2022-07-28T08:07:41.832Z]     plugin_test.go:201: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart
08:07:41 [2022-07-28T08:07:41.832Z] --- SKIP: TestPluginsWithRuntimes (0.00s)
08:07:41 [2022-07-28T08:07:41.832Z] === RUN   TestPluginBackCompatMediaTypes
08:07:41 [2022-07-28T08:07:41.832Z]     plugin_test.go:265: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access)
08:07:41 [2022-07-28T08:07:41.832Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s)
08:07:41 [2022-07-28T08:07:41.832Z] PASS
08:07:41 [2022-07-28T08:07:41.832Z] 
08:07:41 [2022-07-28T08:07:41.832Z] === Skipped
08:07:41 [2022-07-28T08:07:41.832Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s)
08:07:41 [2022-07-28T08:07:41.832Z]     plugin_test.go:94: (*Execution).IsRootless-fm: rootless mode has different view of localhost
08:07:41 [2022-07-28T08:07:41.832Z] 
08:07:41 [2022-07-28T08:07:41.832Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s)
08:07:41 [2022-07-28T08:07:41.832Z]     plugin_test.go:201: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart
08:07:41 [2022-07-28T08:07:41.832Z] 
08:07:41 [2022-07-28T08:07:41.832Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s)
08:07:41 [2022-07-28T08:07:41.832Z]     plugin_test.go:265: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access)
08:07:41 [2022-07-28T08:07:41.832Z] 
08:07:41 [2022-07-28T08:07:41.832Z] DONE 19 tests, 3 skipped in 0.129s
08:07:41 [2022-07-28T08:07:41.832Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
08:07:41 [2022-07-28T08:07:41.832Z] INFO: Testing against a local daemon
08:07:41 [2022-07-28T08:07:41.888Z] --- PASS: TestKillDifferentUserContainer (0.94s)
08:07:41 [2022-07-28T08:07:41.888Z] === RUN   TestInspectOomKilledTrue
08:07:42 [2022-07-28T08:07:42.089Z] === RUN   TestExternalGraphDriver
08:07:42 [2022-07-28T08:07:42.346Z]     external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver
08:07:42 [2022-07-28T08:07:42.346Z] --- SKIP: TestExternalGraphDriver (0.34s)
08:07:42 [2022-07-28T08:07:42.346Z] === RUN   TestGraphdriverPluginV2
08:07:42 [2022-07-28T08:07:42.395Z] --- PASS: TestAuthZPluginV2Disable (3.79s)
08:07:42 [2022-07-28T08:07:42.395Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
08:07:43 [2022-07-28T08:07:43.253Z] --- PASS: TestInspectOomKilledTrue (1.22s)
08:07:43 [2022-07-28T08:07:43.253Z] === RUN   TestInspectOomKilledFalse
08:07:44 [2022-07-28T08:07:44.180Z] --- PASS: TestInspectOomKilledFalse (1.11s)
08:07:44 [2022-07-28T08:07:44.180Z] === RUN   TestLinksEtcHostsContentMatch
08:07:45 [2022-07-28T08:07:45.108Z] --- PASS: TestLinksEtcHostsContentMatch (0.88s)
08:07:45 [2022-07-28T08:07:45.108Z] === RUN   TestLinksContainerNames
08:07:45 [2022-07-28T08:07:45.659Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.53s)
08:07:45 [2022-07-28T08:07:45.659Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
08:07:46 [2022-07-28T08:07:46.523Z] --- PASS: TestGraphdriverPluginV2 (3.74s)
08:07:46 [2022-07-28T08:07:46.523Z] PASS
08:07:46 [2022-07-28T08:07:46.523Z] 
08:07:46 [2022-07-28T08:07:46.523Z] === Skipped
08:07:46 [2022-07-28T08:07:46.523Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.34s)
08:07:46 [2022-07-28T08:07:46.523Z]     external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver
08:07:46 [2022-07-28T08:07:46.523Z] 
08:07:46 [2022-07-28T08:07:46.523Z] DONE 2 tests, 1 skipped in 4.175s
08:07:46 [2022-07-28T08:07:46.523Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
08:07:46 [2022-07-28T08:07:46.523Z] INFO: Testing against a local daemon
08:07:46 [2022-07-28T08:07:46.523Z] === RUN   TestContinueAfterPluginCrash
08:07:46 [2022-07-28T08:07:46.523Z] === PAUSE TestContinueAfterPluginCrash
08:07:46 [2022-07-28T08:07:46.523Z] === RUN   TestReadPluginNoRead
08:07:46 [2022-07-28T08:07:46.523Z] === PAUSE TestReadPluginNoRead
08:07:46 [2022-07-28T08:07:46.523Z] === RUN   TestDaemonStartWithLogOpt
08:07:46 [2022-07-28T08:07:46.523Z] === PAUSE TestDaemonStartWithLogOpt
08:07:46 [2022-07-28T08:07:46.523Z] === CONT  TestContinueAfterPluginCrash
08:07:46 [2022-07-28T08:07:46.523Z] === CONT  TestDaemonStartWithLogOpt
08:07:47 [2022-07-28T08:07:47.623Z] --- PASS: TestLinksContainerNames (2.40s)
08:07:47 [2022-07-28T08:07:47.623Z] === RUN   TestLogsFollowTailEmpty
08:07:48 [2022-07-28T08:07:48.264Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
08:07:48 [2022-07-28T08:07:48.264Z] Using test binary docker
08:07:48 [2022-07-28T08:07:48.264Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
08:07:48 [2022-07-28T08:07:48.264Z] Using test binary docker
08:07:48 [2022-07-28T08:07:48.264Z] +++ /etc/init.d/apparmor start
08:07:48 [2022-07-28T08:07:48.264Z] +++ /etc/init.d/apparmor start
08:07:48 [2022-07-28T08:07:48.264Z] Starting: AppArmorStarting: AppArmor: already loaded with profiles.: Skipped. ...: already loaded with profiles.: Skipped. ... (warning). (warning).
08:07:48 [2022-07-28T08:07:48.264Z] 
08:07:48 [2022-07-28T08:07:48.264Z] Starting dockerd
08:07:48 [2022-07-28T08:07:48.264Z] INFO: Waiting for daemon to start...
08:07:48 [2022-07-28T08:07:48.264Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true
08:07:48 [2022-07-28T08:07:48.264Z] INFO: Waiting for daemon to start...
08:07:48 [2022-07-28T08:07:48.264Z] Starting dockerd
08:07:48 [2022-07-28T08:07:48.264Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true
08:07:48 [2022-07-28T08:07:48.842Z] ..
08:07:48 [2022-07-28T08:07:48.842Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
08:07:48 [2022-07-28T08:07:48.842Z] 
08:07:48 [2022-07-28T08:07:48.842Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
08:07:48 [2022-07-28T08:07:48.842Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
08:07:48 [2022-07-28T08:07:48.842Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
08:07:48 [2022-07-28T08:07:48.842Z] Error: No such image: emptyfs
08:07:48 [2022-07-28T08:07:48.842Z] Error: No such image: emptyfs
08:07:48 [2022-07-28T08:07:48.842Z] ++++ docker load
08:07:48 [2022-07-28T08:07:48.842Z] ++++ tar -cC bundles/test-integration/emptyfs .
08:07:48 [2022-07-28T08:07:48.842Z] ++++ tar -cC bundles/test-integration/emptyfs .
08:07:48 [2022-07-28T08:07:48.842Z] ++++ docker load
08:07:48 [2022-07-28T08:07:48.988Z] --- PASS: TestLogsFollowTailEmpty (1.19s)
08:07:48 [2022-07-28T08:07:48.988Z] === RUN   TestLogs
08:07:48 [2022-07-28T08:07:48.988Z] === RUN   TestLogs/driver_local
08:07:48 [2022-07-28T08:07:48.988Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
08:07:48 [2022-07-28T08:07:48.988Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
08:07:48 [2022-07-28T08:07:48.988Z] === RUN   TestLogs/driver_local/tty/only_stdout
08:07:48 [2022-07-28T08:07:48.988Z] === PAUSE TestLogs/driver_local/tty/only_stdout
08:07:48 [2022-07-28T08:07:48.988Z] === RUN   TestLogs/driver_local/tty/only_stderr
08:07:48 [2022-07-28T08:07:48.988Z] === PAUSE TestLogs/driver_local/tty/only_stderr
08:07:48 [2022-07-28T08:07:48.988Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
08:07:48 [2022-07-28T08:07:48.988Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
08:07:48 [2022-07-28T08:07:48.988Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
08:07:48 [2022-07-28T08:07:48.988Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
08:07:48 [2022-07-28T08:07:48.988Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
08:07:48 [2022-07-28T08:07:48.988Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
08:07:48 [2022-07-28T08:07:48.988Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
08:07:48 [2022-07-28T08:07:48.988Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
08:07:49 [2022-07-28T08:07:49.411Z] Running integration-test (iteration 1)
08:07:49 [2022-07-28T08:07:49.411Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/
08:07:49 [2022-07-28T08:07:49.411Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/'
08:07:49 [2022-07-28T08:07:49.411Z] ++ set -e
08:07:49 [2022-07-28T08:07:49.411Z] ++ '[' -n 0 ']'
08:07:49 [2022-07-28T08:07:49.411Z] ++ set -x
08:07:49 [2022-07-28T08:07:49.411Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/'
08:07:49 [2022-07-28T08:07:49.411Z] Running integration-test (iteration 1)
08:07:49 [2022-07-28T08:07:49.411Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/
08:07:49 [2022-07-28T08:07:49.411Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/'
08:07:49 [2022-07-28T08:07:49.411Z] ++ set -e
08:07:49 [2022-07-28T08:07:49.411Z] ++ '[' -n 0 ']'
08:07:49 [2022-07-28T08:07:49.411Z] ++ set -x
08:07:49 [2022-07-28T08:07:49.411Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-cli-junit-report.xml --raw-command -- go tool test2json -p amd64.integration-cli -t ./test.main -test.v -test.timeout=360m -test.run 'Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/'
08:07:50 [2022-07-28T08:07:50.350Z] Loaded image: busybox:latest
08:07:50 [2022-07-28T08:07:50.350Z] Loaded image: busybox:latest
08:07:50 [2022-07-28T08:07:50.353Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
08:07:50 [2022-07-28T08:07:50.616Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
08:07:50 [2022-07-28T08:07:50.702Z] --- PASS: TestDaemonStartWithLogOpt (4.22s)
08:07:50 [2022-07-28T08:07:50.702Z] === CONT  TestReadPluginNoRead
08:07:50 [2022-07-28T08:07:50.919Z] Loaded image: busybox:glibc
08:07:50 [2022-07-28T08:07:50.919Z] Loaded image: busybox:glibc
08:07:51 [2022-07-28T08:07:51.574Z] === CONT  TestLogs/driver_local/tty/only_stderr
08:07:51 [2022-07-28T08:07:51.574Z] === CONT  TestLogs/driver_local/tty/only_stdout
08:07:52 [2022-07-28T08:07:52.525Z] === RUN   TestLogs/driver_json-file
08:07:52 [2022-07-28T08:07:52.525Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
08:07:52 [2022-07-28T08:07:52.525Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
08:07:52 [2022-07-28T08:07:52.525Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
08:07:52 [2022-07-28T08:07:52.525Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
08:07:52 [2022-07-28T08:07:52.525Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
08:07:52 [2022-07-28T08:07:52.525Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
08:07:52 [2022-07-28T08:07:52.525Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
08:07:52 [2022-07-28T08:07:52.525Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
08:07:52 [2022-07-28T08:07:52.525Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
08:07:52 [2022-07-28T08:07:52.525Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
08:07:52 [2022-07-28T08:07:52.525Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
08:07:52 [2022-07-28T08:07:52.525Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
08:07:52 [2022-07-28T08:07:52.525Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
08:07:52 [2022-07-28T08:07:52.525Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
08:07:52 [2022-07-28T08:07:52.668Z] === RUN   TestReadPluginNoRead/default
08:07:53 [2022-07-28T08:07:53.891Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
08:07:53 [2022-07-28T08:07:53.891Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
08:07:54 [2022-07-28T08:07:54.044Z] === RUN   TestReadPluginNoRead/disabled_caching
08:07:54 [2022-07-28T08:07:54.453Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
08:07:54 [2022-07-28T08:07:54.708Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
08:07:54 [2022-07-28T08:07:54.767Z] tests/integration/api_build_test.py .......................X             [  6%]
08:07:54 [2022-07-28T08:07:54.976Z] --- PASS: TestContinueAfterPluginCrash (8.82s)
08:07:55 [2022-07-28T08:07:55.178Z] Loaded image: debian:bullseye-slim
08:07:55 [2022-07-28T08:07:55.233Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
08:07:55 [2022-07-28T08:07:55.443Z] Loaded image: hello-world:latest
08:07:55 [2022-07-28T08:07:55.443Z] Loaded image: debian:bullseye-slim
08:07:55 [2022-07-28T08:07:55.443Z] Loaded image: arm32v7/hello-world:latest
08:07:55 [2022-07-28T08:07:55.443Z] INFO: Testing against a local daemon
08:07:55 [2022-07-28T08:07:55.443Z] === RUN   TestDockerDaemonSuite
08:07:55 [2022-07-28T08:07:55.444Z] === RUN   TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool
08:07:55 [2022-07-28T08:07:55.444Z] Loaded image: hello-world:latest
08:07:55 [2022-07-28T08:07:55.592Z] tests/integration/api_client_test.py .....                               [  7%]
08:07:55 [2022-07-28T08:07:55.636Z] --- PASS: TestLogs (6.88s)
08:07:55 [2022-07-28T08:07:55.636Z]     --- PASS: TestLogs/driver_local (0.01s)
08:07:55 [2022-07-28T08:07:55.636Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (1.56s)
08:07:55 [2022-07-28T08:07:55.636Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (1.78s)
08:07:55 [2022-07-28T08:07:55.636Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (1.28s)
08:07:55 [2022-07-28T08:07:55.636Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (1.17s)
08:07:55 [2022-07-28T08:07:55.636Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (0.96s)
08:07:55 [2022-07-28T08:07:55.636Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (0.86s)
08:07:55 [2022-07-28T08:07:55.636Z]     --- PASS: TestLogs/driver_json-file (0.01s)
08:07:55 [2022-07-28T08:07:55.636Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (1.06s)
08:07:55 [2022-07-28T08:07:55.636Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (1.16s)
08:07:55 [2022-07-28T08:07:55.636Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (0.97s)
08:07:55 [2022-07-28T08:07:55.636Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (0.95s)
08:07:55 [2022-07-28T08:07:55.636Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.93s)
08:07:55 [2022-07-28T08:07:55.636Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.95s)
08:07:55 [2022-07-28T08:07:55.636Z] === RUN   TestContainerNetworkMountsNoChown
08:07:55 [2022-07-28T08:07:55.705Z] Loaded image: arm32v7/hello-world:latest
08:07:55 [2022-07-28T08:07:55.705Z] INFO: Testing against a local daemon
08:07:55 [2022-07-28T08:07:55.705Z] === RUN   TestDockerSuite
08:07:55 [2022-07-28T08:07:55.705Z] === RUN   TestDockerSuite/TestAPIClientVersionOldNotSupported
08:07:55 [2022-07-28T08:07:55.705Z] === RUN   TestDockerSuite/TestAPICreateDeletePredefinedNetworks
08:07:55 [2022-07-28T08:07:55.983Z] === RUN   TestDockerSuite/TestAPIErrorJSON
08:07:55 [2022-07-28T08:07:55.983Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundJSON
08:07:55 [2022-07-28T08:07:55.983Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundPlainText
08:07:55 [2022-07-28T08:07:55.983Z] === RUN   TestDockerSuite/TestAPIErrorPlainText
08:07:55 [2022-07-28T08:07:55.983Z] === RUN   TestDockerSuite/TestAPIGetEnabledCORS
08:07:55 [2022-07-28T08:07:55.983Z] === RUN   TestDockerSuite/TestAPIImagesDelete
08:07:56 [2022-07-28T08:07:56.563Z] --- PASS: TestContainerNetworkMountsNoChown (0.76s)
08:07:56 [2022-07-28T08:07:56.563Z] === RUN   TestMountDaemonRoot
08:07:56 [2022-07-28T08:07:56.563Z] === RUN   TestMountDaemonRoot/default
08:07:56 [2022-07-28T08:07:56.563Z] === PAUSE TestMountDaemonRoot/default
08:07:56 [2022-07-28T08:07:56.563Z] === RUN   TestMountDaemonRoot/private
08:07:56 [2022-07-28T08:07:56.563Z] === PAUSE TestMountDaemonRoot/private
08:07:56 [2022-07-28T08:07:56.563Z] === RUN   TestMountDaemonRoot/rprivate
08:07:56 [2022-07-28T08:07:56.563Z] === PAUSE TestMountDaemonRoot/rprivate
08:07:56 [2022-07-28T08:07:56.563Z] === RUN   TestMountDaemonRoot/slave
08:07:56 [2022-07-28T08:07:56.563Z] === PAUSE TestMountDaemonRoot/slave
08:07:56 [2022-07-28T08:07:56.563Z] === RUN   TestMountDaemonRoot/rslave
08:07:56 [2022-07-28T08:07:56.563Z] === PAUSE TestMountDaemonRoot/rslave
08:07:56 [2022-07-28T08:07:56.563Z] === RUN   TestMountDaemonRoot/shared
08:07:56 [2022-07-28T08:07:56.563Z] === PAUSE TestMountDaemonRoot/shared
08:07:56 [2022-07-28T08:07:56.563Z] === RUN   TestMountDaemonRoot/rshared
08:07:56 [2022-07-28T08:07:56.563Z] === PAUSE TestMountDaemonRoot/rshared
08:07:56 [2022-07-28T08:07:56.563Z] === CONT  TestMountDaemonRoot/default
08:07:56 [2022-07-28T08:07:56.563Z] === RUN   TestMountDaemonRoot/default/bind_root
08:07:56 [2022-07-28T08:07:56.563Z] === PAUSE TestMountDaemonRoot/default/bind_root
08:07:56 [2022-07-28T08:07:56.563Z] === RUN   TestMountDaemonRoot/default/bind_subpath
08:07:56 [2022-07-28T08:07:56.563Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
08:07:56 [2022-07-28T08:07:56.563Z] === RUN   TestMountDaemonRoot/default/mount_root
08:07:56 [2022-07-28T08:07:56.563Z] === PAUSE TestMountDaemonRoot/default/mount_root
08:07:56 [2022-07-28T08:07:56.563Z] === RUN   TestMountDaemonRoot/default/mount_subpath
08:07:56 [2022-07-28T08:07:56.563Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
08:07:56 [2022-07-28T08:07:56.563Z] === CONT  TestMountDaemonRoot/rslave
08:07:56 [2022-07-28T08:07:56.563Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
08:07:56 [2022-07-28T08:07:56.563Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
08:07:56 [2022-07-28T08:07:56.563Z] === RUN   TestMountDaemonRoot/rslave/mount_root
08:07:56 [2022-07-28T08:07:56.563Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
08:07:56 [2022-07-28T08:07:56.563Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
08:07:56 [2022-07-28T08:07:56.563Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
08:07:56 [2022-07-28T08:07:56.563Z] === RUN   TestMountDaemonRoot/rslave/bind_root
08:07:56 [2022-07-28T08:07:56.563Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
08:07:56 [2022-07-28T08:07:56.563Z] === CONT  TestMountDaemonRoot/rshared
08:07:56 [2022-07-28T08:07:56.563Z] === RUN   TestMountDaemonRoot/rshared/bind_root
08:07:56 [2022-07-28T08:07:56.563Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
08:07:56 [2022-07-28T08:07:56.563Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
08:07:56 [2022-07-28T08:07:56.563Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
08:07:56 [2022-07-28T08:07:56.563Z] === RUN   TestMountDaemonRoot/rshared/mount_root
08:07:56 [2022-07-28T08:07:56.563Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
08:07:56 [2022-07-28T08:07:56.563Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
08:07:56 [2022-07-28T08:07:56.563Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
08:07:56 [2022-07-28T08:07:56.563Z] === CONT  TestMountDaemonRoot/shared
08:07:56 [2022-07-28T08:07:56.563Z] === RUN   TestMountDaemonRoot/shared/bind_root
08:07:56 [2022-07-28T08:07:56.563Z] === PAUSE TestMountDaemonRoot/shared/bind_root
08:07:56 [2022-07-28T08:07:56.563Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
08:07:56 [2022-07-28T08:07:56.563Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
08:07:56 [2022-07-28T08:07:56.563Z] === RUN   TestMountDaemonRoot/shared/mount_root
08:07:56 [2022-07-28T08:07:56.563Z] === PAUSE TestMountDaemonRoot/shared/mount_root
08:07:56 [2022-07-28T08:07:56.563Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
08:07:56 [2022-07-28T08:07:56.563Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
08:07:56 [2022-07-28T08:07:56.563Z] === CONT  TestMountDaemonRoot/rprivate
08:07:56 [2022-07-28T08:07:56.563Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
08:07:56 [2022-07-28T08:07:56.563Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
08:07:56 [2022-07-28T08:07:56.563Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
08:07:56 [2022-07-28T08:07:56.563Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
08:07:56 [2022-07-28T08:07:56.563Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
08:07:56 [2022-07-28T08:07:56.563Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
08:07:56 [2022-07-28T08:07:56.563Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
08:07:56 [2022-07-28T08:07:56.563Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
08:07:56 [2022-07-28T08:07:56.563Z] === CONT  TestMountDaemonRoot/slave
08:07:56 [2022-07-28T08:07:56.563Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
08:07:56 [2022-07-28T08:07:56.563Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
08:07:56 [2022-07-28T08:07:56.563Z] === RUN   TestMountDaemonRoot/slave/bind_root
08:07:56 [2022-07-28T08:07:56.563Z] === PAUSE TestMountDaemonRoot/slave/bind_root
08:07:56 [2022-07-28T08:07:56.563Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
08:07:56 [2022-07-28T08:07:56.563Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
08:07:56 [2022-07-28T08:07:56.563Z] === RUN   TestMountDaemonRoot/slave/mount_root
08:07:56 [2022-07-28T08:07:56.563Z] === PAUSE TestMountDaemonRoot/slave/mount_root
08:07:56 [2022-07-28T08:07:56.563Z] === CONT  TestMountDaemonRoot/private
08:07:56 [2022-07-28T08:07:56.563Z] === RUN   TestMountDaemonRoot/private/bind_root
08:07:56 [2022-07-28T08:07:56.563Z] === PAUSE TestMountDaemonRoot/private/bind_root
08:07:56 [2022-07-28T08:07:56.563Z] === RUN   TestMountDaemonRoot/private/bind_subpath
08:07:56 [2022-07-28T08:07:56.563Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
08:07:56 [2022-07-28T08:07:56.563Z] === RUN   TestMountDaemonRoot/private/mount_root
08:07:56 [2022-07-28T08:07:56.563Z] === PAUSE TestMountDaemonRoot/private/mount_root
08:07:56 [2022-07-28T08:07:56.563Z] === RUN   TestMountDaemonRoot/private/mount_subpath
08:07:56 [2022-07-28T08:07:56.563Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
08:07:56 [2022-07-28T08:07:56.563Z] === CONT  TestMountDaemonRoot/default/bind_root
08:07:56 [2022-07-28T08:07:56.563Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
08:07:56 [2022-07-28T08:07:56.563Z] === CONT  TestMountDaemonRoot/rshared/bind_root
08:07:56 [2022-07-28T08:07:56.563Z] === CONT  TestMountDaemonRoot/default/mount_subpath
08:07:56 [2022-07-28T08:07:56.563Z] === CONT  TestMountDaemonRoot/default/mount_root
08:07:56 [2022-07-28T08:07:56.563Z] === CONT  TestMountDaemonRoot/default/bind_subpath
08:07:56 [2022-07-28T08:07:56.604Z] === CONT  TestReadPluginNoRead
08:07:56 [2022-07-28T08:07:56.604Z]     read_test.go:92: [dfb6251f9ffb3] daemon is not started
08:07:56 [2022-07-28T08:07:56.604Z] --- PASS: TestReadPluginNoRead (6.06s)
08:07:56 [2022-07-28T08:07:56.604Z]     --- PASS: TestReadPluginNoRead/default (1.24s)
08:07:56 [2022-07-28T08:07:56.604Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.32s)
08:07:56 [2022-07-28T08:07:56.604Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.24s)
08:07:56 [2022-07-28T08:07:56.604Z] PASS
08:07:56 [2022-07-28T08:07:56.604Z] 
08:07:56 [2022-07-28T08:07:56.604Z] DONE 6 tests in 10.369s
08:07:56 [2022-07-28T08:07:56.604Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
08:07:56 [2022-07-28T08:07:56.604Z] testing: warning: no tests to run
08:07:56 [2022-07-28T08:07:56.604Z] PASS
08:07:56 [2022-07-28T08:07:56.604Z] 
08:07:56 [2022-07-28T08:07:56.604Z] DONE 0 tests in 0.030s
08:07:56 [2022-07-28T08:07:56.604Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
08:07:56 [2022-07-28T08:07:56.604Z] INFO: Testing against a local daemon
08:07:56 [2022-07-28T08:07:56.604Z] === RUN   TestPluginWithDevMounts
08:07:56 [2022-07-28T08:07:56.604Z]     mounts_test.go:20: (*Execution).IsRootless-fm
08:07:56 [2022-07-28T08:07:56.604Z] --- SKIP: TestPluginWithDevMounts (0.00s)
08:07:56 [2022-07-28T08:07:56.604Z] PASS
08:07:56 [2022-07-28T08:07:56.604Z] 
08:07:56 [2022-07-28T08:07:56.604Z] === Skipped
08:07:56 [2022-07-28T08:07:56.604Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s)
08:07:56 [2022-07-28T08:07:56.604Z]     mounts_test.go:20: (*Execution).IsRootless-fm
08:07:56 [2022-07-28T08:07:56.604Z] 
08:07:56 [2022-07-28T08:07:56.604Z] DONE 1 tests, 1 skipped in 0.089s
08:07:56 [2022-07-28T08:07:56.604Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
08:07:56 [2022-07-28T08:07:56.604Z] INFO: Testing against a local daemon
08:07:56 [2022-07-28T08:07:56.604Z] === RUN   TestSecretInspect
08:07:56 [2022-07-28T08:07:56.604Z]     secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:07:56 [2022-07-28T08:07:56.604Z] --- SKIP: TestSecretInspect (0.01s)
08:07:56 [2022-07-28T08:07:56.604Z] === RUN   TestSecretList
08:07:56 [2022-07-28T08:07:56.604Z]     secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:07:56 [2022-07-28T08:07:56.604Z] --- SKIP: TestSecretList (0.01s)
08:07:56 [2022-07-28T08:07:56.604Z] === RUN   TestSecretsCreateAndDelete
08:07:56 [2022-07-28T08:07:56.604Z]     secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:07:56 [2022-07-28T08:07:56.604Z] --- SKIP: TestSecretsCreateAndDelete (0.02s)
08:07:56 [2022-07-28T08:07:56.604Z] === RUN   TestSecretsUpdate
08:07:56 [2022-07-28T08:07:56.604Z]     secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:07:56 [2022-07-28T08:07:56.604Z] --- SKIP: TestSecretsUpdate (0.01s)
08:07:56 [2022-07-28T08:07:56.604Z] === RUN   TestTemplatedSecret
08:07:56 [2022-07-28T08:07:56.604Z]     secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:07:56 [2022-07-28T08:07:56.604Z] --- SKIP: TestTemplatedSecret (0.00s)
08:07:56 [2022-07-28T08:07:56.604Z] === RUN   TestSecretCreateResolve
08:07:56 [2022-07-28T08:07:56.604Z]     secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:07:56 [2022-07-28T08:07:56.824Z] === CONT  TestMountDaemonRoot/shared/bind_root
08:07:56 [2022-07-28T08:07:56.824Z] === CONT  TestMountDaemonRoot/rslave/bind_root
08:07:56 [2022-07-28T08:07:56.824Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
08:07:56 [2022-07-28T08:07:56.824Z] === CONT  TestMountDaemonRoot/rslave/mount_root
08:07:56 [2022-07-28T08:07:56.824Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
08:07:56 [2022-07-28T08:07:56.824Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
08:07:56 [2022-07-28T08:07:56.824Z] === CONT  TestMountDaemonRoot/rshared/mount_root
08:07:56 [2022-07-28T08:07:56.824Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
08:07:56 [2022-07-28T08:07:56.824Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
08:07:56 [2022-07-28T08:07:56.862Z] --- SKIP: TestSecretCreateResolve (0.01s)
08:07:56 [2022-07-28T08:07:56.862Z] PASS
08:07:56 [2022-07-28T08:07:56.862Z] 
08:07:56 [2022-07-28T08:07:56.862Z] === Skipped
08:07:56 [2022-07-28T08:07:56.862Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s)
08:07:56 [2022-07-28T08:07:56.862Z]     secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:07:56 [2022-07-28T08:07:56.862Z] 
08:07:56 [2022-07-28T08:07:56.862Z] === SKIP: amd64.integration.secret TestSecretList (0.01s)
08:07:56 [2022-07-28T08:07:56.862Z]     secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:07:56 [2022-07-28T08:07:56.862Z] 
08:07:56 [2022-07-28T08:07:56.862Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.02s)
08:07:56 [2022-07-28T08:07:56.862Z]     secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:07:56 [2022-07-28T08:07:56.862Z] 
08:07:56 [2022-07-28T08:07:56.862Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s)
08:07:56 [2022-07-28T08:07:56.862Z]     secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:07:56 [2022-07-28T08:07:56.862Z] 
08:07:56 [2022-07-28T08:07:56.862Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s)
08:07:56 [2022-07-28T08:07:56.862Z]     secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:07:56 [2022-07-28T08:07:56.862Z] 
08:07:56 [2022-07-28T08:07:56.862Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s)
08:07:56 [2022-07-28T08:07:56.862Z]     secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:07:56 [2022-07-28T08:07:56.862Z] 
08:07:56 [2022-07-28T08:07:56.862Z] DONE 6 tests, 6 skipped in 0.152s
08:07:56 [2022-07-28T08:07:56.862Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
08:07:56 [2022-07-28T08:07:56.862Z] INFO: Testing against a local daemon
08:07:56 [2022-07-28T08:07:56.862Z] === RUN   TestServiceCreateInit
08:07:56 [2022-07-28T08:07:56.862Z] === RUN   TestServiceCreateInit/daemonInitDisabled
08:07:56 [2022-07-28T08:07:56.862Z]     create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:07:56 [2022-07-28T08:07:56.862Z] === RUN   TestServiceCreateInit/daemonInitEnabled
08:07:56 [2022-07-28T08:07:56.862Z]     create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:07:56 [2022-07-28T08:07:56.862Z] --- PASS: TestServiceCreateInit (0.02s)
08:07:56 [2022-07-28T08:07:56.862Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
08:07:56 [2022-07-28T08:07:56.862Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
08:07:56 [2022-07-28T08:07:56.862Z] === RUN   TestCreateServiceMultipleTimes
08:07:56 [2022-07-28T08:07:56.862Z]     create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:07:56 [2022-07-28T08:07:56.862Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s)
08:07:56 [2022-07-28T08:07:56.862Z] === RUN   TestCreateServiceConflict
08:07:56 [2022-07-28T08:07:56.862Z]     create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:07:56 [2022-07-28T08:07:56.862Z] --- SKIP: TestCreateServiceConflict (0.01s)
08:07:56 [2022-07-28T08:07:56.862Z] === RUN   TestCreateServiceMaxReplicas
08:07:56 [2022-07-28T08:07:56.862Z]     create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:07:56 [2022-07-28T08:07:56.862Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s)
08:07:56 [2022-07-28T08:07:56.862Z] === RUN   TestCreateWithDuplicateNetworkNames
08:07:56 [2022-07-28T08:07:56.862Z]     create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:07:56 [2022-07-28T08:07:56.862Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s)
08:07:56 [2022-07-28T08:07:56.862Z] === RUN   TestCreateServiceSecretFileMode
08:07:56 [2022-07-28T08:07:56.862Z]     create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:07:56 [2022-07-28T08:07:56.862Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s)
08:07:56 [2022-07-28T08:07:56.862Z] === RUN   TestCreateServiceConfigFileMode
08:07:56 [2022-07-28T08:07:56.862Z]     create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:07:56 [2022-07-28T08:07:56.862Z] --- SKIP: TestCreateServiceConfigFileMode (0.02s)
08:07:56 [2022-07-28T08:07:56.862Z] === RUN   TestCreateServiceSysctls
08:07:56 [2022-07-28T08:07:56.862Z]     create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:07:56 [2022-07-28T08:07:56.862Z] --- SKIP: TestCreateServiceSysctls (0.03s)
08:07:56 [2022-07-28T08:07:56.862Z] === RUN   TestCreateServiceCapabilities
08:07:57 [2022-07-28T08:07:57.080Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
08:07:57 [2022-07-28T08:07:57.080Z] === CONT  TestMountDaemonRoot/shared/mount_root
08:07:57 [2022-07-28T08:07:57.080Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
08:07:57 [2022-07-28T08:07:57.080Z] === CONT  TestMountDaemonRoot/private/bind_root
08:07:57 [2022-07-28T08:07:57.080Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
08:07:57 [2022-07-28T08:07:57.080Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
08:07:57 [2022-07-28T08:07:57.080Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
08:07:57 [2022-07-28T08:07:57.080Z] === CONT  TestMountDaemonRoot/slave/mount_root
08:07:57 [2022-07-28T08:07:57.080Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
08:07:57 [2022-07-28T08:07:57.080Z] === CONT  TestMountDaemonRoot/slave/bind_root
08:07:57 [2022-07-28T08:07:57.080Z] === CONT  TestMountDaemonRoot/private/mount_subpath
08:07:57 [2022-07-28T08:07:57.080Z] === CONT  TestMountDaemonRoot/private/mount_root
08:07:57 [2022-07-28T08:07:57.080Z] === CONT  TestMountDaemonRoot/private/bind_subpath
08:07:57 [2022-07-28T08:07:57.080Z] --- PASS: TestMountDaemonRoot (0.02s)
08:07:57 [2022-07-28T08:07:57.080Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
08:07:57 [2022-07-28T08:07:57.080Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.15s)
08:07:57 [2022-07-28T08:07:57.080Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.12s)
08:07:57 [2022-07-28T08:07:57.080Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.06s)
08:07:57 [2022-07-28T08:07:57.080Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s)
08:07:57 [2022-07-28T08:07:57.080Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
08:07:57 [2022-07-28T08:07:57.080Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.15s)
08:07:57 [2022-07-28T08:07:57.080Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s)
08:07:57 [2022-07-28T08:07:57.080Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.08s)
08:07:57 [2022-07-28T08:07:57.080Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.10s)
08:07:57 [2022-07-28T08:07:57.080Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
08:07:57 [2022-07-28T08:07:57.080Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.12s)
08:07:57 [2022-07-28T08:07:57.080Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s)
08:07:57 [2022-07-28T08:07:57.080Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s)
08:07:57 [2022-07-28T08:07:57.080Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s)
08:07:57 [2022-07-28T08:07:57.080Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
08:07:57 [2022-07-28T08:07:57.080Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s)
08:07:57 [2022-07-28T08:07:57.080Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s)
08:07:57 [2022-07-28T08:07:57.080Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s)
08:07:57 [2022-07-28T08:07:57.080Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s)
08:07:57 [2022-07-28T08:07:57.080Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
08:07:57 [2022-07-28T08:07:57.080Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s)
08:07:57 [2022-07-28T08:07:57.080Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s)
08:07:57 [2022-07-28T08:07:57.080Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.06s)
08:07:57 [2022-07-28T08:07:57.080Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s)
08:07:57 [2022-07-28T08:07:57.080Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
08:07:57 [2022-07-28T08:07:57.080Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s)
08:07:57 [2022-07-28T08:07:57.080Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
08:07:57 [2022-07-28T08:07:57.080Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s)
08:07:57 [2022-07-28T08:07:57.080Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s)
08:07:57 [2022-07-28T08:07:57.080Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
08:07:57 [2022-07-28T08:07:57.080Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.03s)
08:07:57 [2022-07-28T08:07:57.080Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s)
08:07:57 [2022-07-28T08:07:57.080Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.03s)
08:07:57 [2022-07-28T08:07:57.080Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
08:07:57 [2022-07-28T08:07:57.080Z] === RUN   TestContainerBindMountNonRecursive
08:07:57 [2022-07-28T08:07:57.119Z]     create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:07:57 [2022-07-28T08:07:57.119Z] --- SKIP: TestCreateServiceCapabilities (0.03s)
08:07:57 [2022-07-28T08:07:57.119Z] === RUN   TestInspect
08:07:57 [2022-07-28T08:07:57.119Z]     inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:07:57 [2022-07-28T08:07:57.119Z] --- SKIP: TestInspect (0.01s)
08:07:57 [2022-07-28T08:07:57.119Z] === RUN   TestCreateJob
08:07:57 [2022-07-28T08:07:57.119Z]     jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:07:57 [2022-07-28T08:07:57.119Z] --- SKIP: TestCreateJob (0.01s)
08:07:57 [2022-07-28T08:07:57.119Z] === RUN   TestReplicatedJob
08:07:57 [2022-07-28T08:07:57.119Z]     jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:07:57 [2022-07-28T08:07:57.119Z] --- SKIP: TestReplicatedJob (0.01s)
08:07:57 [2022-07-28T08:07:57.119Z] === RUN   TestUpdateReplicatedJob
08:07:57 [2022-07-28T08:07:57.119Z]     jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:07:57 [2022-07-28T08:07:57.119Z] --- SKIP: TestUpdateReplicatedJob (0.01s)
08:07:57 [2022-07-28T08:07:57.119Z] === RUN   TestServiceListWithStatuses
08:07:57 [2022-07-28T08:07:57.119Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
08:07:57 [2022-07-28T08:07:57.119Z] --- SKIP: TestServiceListWithStatuses (0.00s)
08:07:57 [2022-07-28T08:07:57.119Z] === RUN   TestDockerNetworkConnectAlias
08:07:57 [2022-07-28T08:07:57.119Z]     network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:07:57 [2022-07-28T08:07:57.119Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s)
08:07:57 [2022-07-28T08:07:57.119Z] === RUN   TestDockerNetworkReConnect
08:07:57 [2022-07-28T08:07:57.119Z]     network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:07:57 [2022-07-28T08:07:57.119Z] --- SKIP: TestDockerNetworkReConnect (0.01s)
08:07:57 [2022-07-28T08:07:57.119Z] === RUN   TestServicePlugin
08:07:57 [2022-07-28T08:07:57.350Z] tests/integration/api_config_test.py ......                              [  8%]
08:07:57 [2022-07-28T08:07:57.832Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (10.78s)
08:07:57 [2022-07-28T08:07:57.832Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
08:07:58 [2022-07-28T08:07:58.969Z] --- PASS: TestContainerBindMountNonRecursive (1.44s)
08:07:58 [2022-07-28T08:07:58.969Z] === RUN   TestContainerVolumesMountedAsShared
08:07:58 [2022-07-28T08:07:58.969Z] --- PASS: TestContainerVolumesMountedAsShared (0.45s)
08:07:58 [2022-07-28T08:07:58.969Z] === RUN   TestContainerVolumesMountedAsSlave
08:07:59 [2022-07-28T08:07:59.014Z]     plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:07:59 [2022-07-28T08:07:59.014Z] --- SKIP: TestServicePlugin (1.94s)
08:07:59 [2022-07-28T08:07:59.014Z] === RUN   TestServiceUpdateLabel
08:07:59 [2022-07-28T08:07:59.014Z]     update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:07:59 [2022-07-28T08:07:59.014Z] --- SKIP: TestServiceUpdateLabel (0.01s)
08:07:59 [2022-07-28T08:07:59.014Z] === RUN   TestServiceUpdateSecrets
08:07:59 [2022-07-28T08:07:59.014Z]     update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:07:59 [2022-07-28T08:07:59.014Z] --- SKIP: TestServiceUpdateSecrets (0.01s)
08:07:59 [2022-07-28T08:07:59.014Z] === RUN   TestServiceUpdateConfigs
08:07:59 [2022-07-28T08:07:59.014Z]     update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:07:59 [2022-07-28T08:07:59.014Z] --- SKIP: TestServiceUpdateConfigs (0.01s)
08:07:59 [2022-07-28T08:07:59.014Z] === RUN   TestServiceUpdateNetwork
08:07:59 [2022-07-28T08:07:59.014Z]     update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:07:59 [2022-07-28T08:07:59.014Z] --- SKIP: TestServiceUpdateNetwork (0.01s)
08:07:59 [2022-07-28T08:07:59.014Z] === RUN   TestServiceUpdatePidsLimit
08:07:59 [2022-07-28T08:07:59.014Z]     update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:07:59 [2022-07-28T08:07:59.014Z] --- SKIP: TestServiceUpdatePidsLimit (0.03s)
08:07:59 [2022-07-28T08:07:59.014Z] PASS
08:07:59 [2022-07-28T08:07:59.014Z] 
08:07:59 [2022-07-28T08:07:59.015Z] === Skipped
08:07:59 [2022-07-28T08:07:59.015Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s)
08:07:59 [2022-07-28T08:07:59.015Z]     create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:07:59 [2022-07-28T08:07:59.015Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
08:07:59 [2022-07-28T08:07:59.015Z] 
08:07:59 [2022-07-28T08:07:59.015Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s)
08:07:59 [2022-07-28T08:07:59.015Z]     create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:07:59 [2022-07-28T08:07:59.015Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
08:07:59 [2022-07-28T08:07:59.015Z] 
08:07:59 [2022-07-28T08:07:59.015Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s)
08:07:59 [2022-07-28T08:07:59.015Z]     create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:07:59 [2022-07-28T08:07:59.015Z] 
08:07:59 [2022-07-28T08:07:59.015Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s)
08:07:59 [2022-07-28T08:07:59.015Z]     create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:07:59 [2022-07-28T08:07:59.015Z] 
08:07:59 [2022-07-28T08:07:59.015Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s)
08:07:59 [2022-07-28T08:07:59.015Z]     create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:07:59 [2022-07-28T08:07:59.015Z] 
08:07:59 [2022-07-28T08:07:59.015Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s)
08:07:59 [2022-07-28T08:07:59.015Z]     create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:07:59 [2022-07-28T08:07:59.015Z] 
08:07:59 [2022-07-28T08:07:59.015Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s)
08:07:59 [2022-07-28T08:07:59.015Z]     create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:07:59 [2022-07-28T08:07:59.015Z] 
08:07:59 [2022-07-28T08:07:59.015Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.02s)
08:07:59 [2022-07-28T08:07:59.015Z]     create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:07:59 [2022-07-28T08:07:59.015Z] 
08:07:59 [2022-07-28T08:07:59.015Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.03s)
08:07:59 [2022-07-28T08:07:59.015Z]     create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:07:59 [2022-07-28T08:07:59.015Z] 
08:07:59 [2022-07-28T08:07:59.015Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.03s)
08:07:59 [2022-07-28T08:07:59.015Z]     create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:07:59 [2022-07-28T08:07:59.015Z] 
08:07:59 [2022-07-28T08:07:59.015Z] === SKIP: amd64.integration.service TestInspect (0.01s)
08:07:59 [2022-07-28T08:07:59.015Z]     inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:07:59 [2022-07-28T08:07:59.015Z] 
08:07:59 [2022-07-28T08:07:59.015Z] === SKIP: amd64.integration.service TestCreateJob (0.01s)
08:07:59 [2022-07-28T08:07:59.015Z]     jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:07:59 [2022-07-28T08:07:59.015Z] 
08:07:59 [2022-07-28T08:07:59.015Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s)
08:07:59 [2022-07-28T08:07:59.015Z]     jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:07:59 [2022-07-28T08:07:59.015Z] 
08:07:59 [2022-07-28T08:07:59.015Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s)
08:07:59 [2022-07-28T08:07:59.015Z]     jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:07:59 [2022-07-28T08:07:59.015Z] 
08:07:59 [2022-07-28T08:07:59.015Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
08:07:59 [2022-07-28T08:07:59.015Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
08:07:59 [2022-07-28T08:07:59.015Z] 
08:07:59 [2022-07-28T08:07:59.015Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s)
08:07:59 [2022-07-28T08:07:59.015Z]     network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:07:59 [2022-07-28T08:07:59.015Z] 
08:07:59 [2022-07-28T08:07:59.015Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s)
08:07:59 [2022-07-28T08:07:59.015Z]     network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:07:59 [2022-07-28T08:07:59.015Z] 
08:07:59 [2022-07-28T08:07:59.015Z] === SKIP: amd64.integration.service TestServicePlugin (1.94s)
08:07:59 [2022-07-28T08:07:59.015Z]     plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:07:59 [2022-07-28T08:07:59.015Z] 
08:07:59 [2022-07-28T08:07:59.015Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s)
08:07:59 [2022-07-28T08:07:59.015Z]     update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:07:59 [2022-07-28T08:07:59.015Z] 
08:07:59 [2022-07-28T08:07:59.015Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s)
08:07:59 [2022-07-28T08:07:59.015Z]     update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:07:59 [2022-07-28T08:07:59.015Z] 
08:07:59 [2022-07-28T08:07:59.015Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s)
08:07:59 [2022-07-28T08:07:59.015Z]     update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:07:59 [2022-07-28T08:07:59.015Z] 
08:07:59 [2022-07-28T08:07:59.015Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s)
08:07:59 [2022-07-28T08:07:59.015Z]     update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:07:59 [2022-07-28T08:07:59.015Z] 
08:07:59 [2022-07-28T08:07:59.015Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.03s)
08:07:59 [2022-07-28T08:07:59.015Z]     update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
08:07:59 [2022-07-28T08:07:59.015Z] 
08:07:59 [2022-07-28T08:07:59.015Z] DONE 24 tests, 23 skipped in 2.340s
08:07:59 [2022-07-28T08:07:59.015Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
08:07:59 [2022-07-28T08:07:59.272Z] INFO: Testing against a local daemon
08:07:59 [2022-07-28T08:07:59.272Z] === RUN   TestSessionCreate
08:07:59 [2022-07-28T08:07:59.272Z] --- PASS: TestSessionCreate (0.03s)
08:07:59 [2022-07-28T08:07:59.272Z] === RUN   TestSessionCreateWithBadUpgrade
08:07:59 [2022-07-28T08:07:59.272Z] --- PASS: TestSessionCreateWithBadUpgrade (0.04s)
08:07:59 [2022-07-28T08:07:59.272Z] PASS
08:07:59 [2022-07-28T08:07:59.272Z] 
08:07:59 [2022-07-28T08:07:59.272Z] DONE 2 tests in 0.149s
08:07:59 [2022-07-28T08:07:59.272Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
08:07:59 [2022-07-28T08:07:59.272Z] INFO: Testing against a local daemon
08:07:59 [2022-07-28T08:07:59.272Z] === RUN   TestCgroupDriverSystemdMemoryLimit
08:07:59 [2022-07-28T08:07:59.272Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
08:07:59 [2022-07-28T08:07:59.272Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
08:07:59 [2022-07-28T08:07:59.272Z] === RUN   TestDiskUsage
08:07:59 [2022-07-28T08:07:59.272Z] === PAUSE TestDiskUsage
08:07:59 [2022-07-28T08:07:59.272Z] === RUN   TestEventsExecDie
08:07:59 [2022-07-28T08:07:59.530Z] --- PASS: TestContainerVolumesMountedAsSlave (0.35s)
08:07:59 [2022-07-28T08:07:59.530Z] === RUN   TestNetworkNat
08:07:59 [2022-07-28T08:07:59.786Z] --- PASS: TestNetworkNat (0.45s)
08:07:59 [2022-07-28T08:07:59.786Z] === RUN   TestNetworkLocalhostTCPNat
08:07:59 [2022-07-28T08:07:59.837Z] --- PASS: TestEventsExecDie (0.50s)
08:07:59 [2022-07-28T08:07:59.837Z] === RUN   TestEventsBackwardsCompatible
08:07:59 [2022-07-28T08:07:59.837Z] --- PASS: TestEventsBackwardsCompatible (0.04s)
08:07:59 [2022-07-28T08:07:59.837Z] === RUN   TestEventsVolumeCreate
08:07:59 [2022-07-28T08:07:59.837Z] --- PASS: TestEventsVolumeCreate (0.05s)
08:07:59 [2022-07-28T08:07:59.837Z] === RUN   TestInfoBinaryCommits
08:07:59 [2022-07-28T08:07:59.837Z] --- PASS: TestInfoBinaryCommits (0.02s)
08:07:59 [2022-07-28T08:07:59.837Z] === RUN   TestInfoAPIVersioned
08:08:00 [2022-07-28T08:08:00.094Z] --- PASS: TestInfoAPIVersioned (0.01s)
08:08:00 [2022-07-28T08:08:00.094Z] === RUN   TestInfoAPI
08:08:00 [2022-07-28T08:08:00.094Z] --- PASS: TestInfoAPI (0.02s)
08:08:00 [2022-07-28T08:08:00.094Z] === RUN   TestInfoAPIWarnings
08:08:00 [2022-07-28T08:08:00.204Z] === RUN   TestDockerSuite/TestAPIImagesFilter
08:08:00 [2022-07-28T08:08:00.204Z] === RUN   TestDockerSuite/TestAPIImagesHistory
08:08:00 [2022-07-28T08:08:00.348Z] --- PASS: TestNetworkLocalhostTCPNat (0.50s)
08:08:00 [2022-07-28T08:08:00.348Z] === RUN   TestNetworkLoopbackNat
08:08:00 [2022-07-28T08:08:00.463Z] === RUN   TestDockerSuite/TestAPIImagesImportBadSrc
08:08:00 [2022-07-28T08:08:00.723Z] === RUN   TestDockerSuite/TestAPIImagesSaveAndLoad
08:08:01 [2022-07-28T08:08:01.662Z] === RUN   TestDockerSuite/TestAPIImagesSearchJSONContentType
08:08:02 [2022-07-28T08:08:02.601Z] === RUN   TestDockerSuite/TestAPIImagesSizeCompatibility
08:08:02 [2022-07-28T08:08:02.601Z] === RUN   TestDockerSuite/TestAPINetworkConnectDisconnect
08:08:02 [2022-07-28T08:08:02.863Z] --- PASS: TestNetworkLoopbackNat (2.56s)
08:08:02 [2022-07-28T08:08:02.863Z] === RUN   TestPause
08:08:03 [2022-07-28T08:08:03.430Z] --- PASS: TestPause (0.45s)
08:08:03 [2022-07-28T08:08:03.430Z] === RUN   TestPauseFailsOnWindowsServerContainers
08:08:03 [2022-07-28T08:08:03.430Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
08:08:03 [2022-07-28T08:08:03.430Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
08:08:03 [2022-07-28T08:08:03.430Z] === RUN   TestPauseStopPausedContainer
08:08:03 [2022-07-28T08:08:03.539Z] === RUN   TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon
08:08:03 [2022-07-28T08:08:03.992Z] --- PASS: TestPauseStopPausedContainer (0.45s)
08:08:03 [2022-07-28T08:08:03.992Z] === RUN   TestPidHost
08:08:04 [2022-07-28T08:08:04.479Z] === RUN   TestDockerSuite/TestAPINetworkCreateCheckDuplicate
08:08:04 [2022-07-28T08:08:04.738Z] === RUN   TestDockerSuite/TestAPINetworkFilter
08:08:04 [2022-07-28T08:08:04.738Z] === RUN   TestDockerSuite/TestAPINetworkGetDefaults
08:08:04 [2022-07-28T08:08:04.738Z] === RUN   TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks
08:08:04 [2022-07-28T08:08:04.919Z] --- PASS: TestPidHost (0.93s)
08:08:04 [2022-07-28T08:08:04.919Z] === RUN   TestPsFilter
08:08:04 [2022-07-28T08:08:04.919Z] --- PASS: TestPsFilter (0.11s)
08:08:04 [2022-07-28T08:08:04.919Z] === RUN   TestRemoveContainerWithRemovedVolume
08:08:04 [2022-07-28T08:08:04.999Z] --- PASS: TestBuildWithHugeFile (128.20s)
08:08:04 [2022-07-28T08:08:04.999Z] === RUN   TestBuildWCOWSandboxSize
08:08:04 [2022-07-28T08:08:04.999Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
08:08:04 [2022-07-28T08:08:04.999Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
08:08:04 [2022-07-28T08:08:04.999Z] === RUN   TestBuildWithEmptyDockerfile
08:08:04 [2022-07-28T08:08:04.999Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
08:08:04 [2022-07-28T08:08:04.999Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
08:08:04 [2022-07-28T08:08:04.999Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
08:08:04 [2022-07-28T08:08:04.999Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
08:08:04 [2022-07-28T08:08:04.999Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
08:08:04 [2022-07-28T08:08:04.999Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
08:08:04 [2022-07-28T08:08:04.999Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
08:08:04 [2022-07-28T08:08:04.999Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
08:08:05 [2022-07-28T08:08:05.175Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.42s)
08:08:05 [2022-07-28T08:08:05.175Z] === RUN   TestRemoveContainerWithVolume
08:08:05 [2022-07-28T08:08:05.258Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
08:08:05 [2022-07-28T08:08:05.258Z] === RUN   TestDockerDaemonSuite/TestCLIProxyProxyTCPSock
08:08:05 [2022-07-28T08:08:05.258Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s)
08:08:05 [2022-07-28T08:08:05.258Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.25s)
08:08:05 [2022-07-28T08:08:05.258Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.28s)
08:08:05 [2022-07-28T08:08:05.258Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.11s)
08:08:05 [2022-07-28T08:08:05.258Z] === RUN   TestBuildPreserveOwnership
08:08:05 [2022-07-28T08:08:05.258Z] === RUN   TestBuildPreserveOwnership/copy_from
08:08:05 [2022-07-28T08:08:05.738Z] --- PASS: TestRemoveContainerWithVolume (0.39s)
08:08:05 [2022-07-28T08:08:05.738Z] === RUN   TestRemoveContainerRunning
08:08:05 [2022-07-28T08:08:05.828Z] === RUN   TestDockerSuite/TestAPINetworkInspectBridge
08:08:05 [2022-07-28T08:08:05.993Z] --- PASS: TestRemoveContainerRunning (0.41s)
08:08:05 [2022-07-28T08:08:05.993Z] === RUN   TestRemoveContainerForceRemoveRunning
08:08:06 [2022-07-28T08:08:06.397Z] === RUN   TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork
08:08:06 [2022-07-28T08:08:06.555Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.43s)
08:08:06 [2022-07-28T08:08:06.555Z] === RUN   TestRemoveInvalidContainer
08:08:06 [2022-07-28T08:08:06.555Z] --- PASS: TestRemoveInvalidContainer (0.01s)
08:08:06 [2022-07-28T08:08:06.555Z] === RUN   TestRenameLinkedContainer
08:08:06 [2022-07-28T08:08:06.657Z] === RUN   TestDockerSuite/TestAPIOptionsRoute
08:08:06 [2022-07-28T08:08:06.657Z] === RUN   TestDockerSuite/TestAPIStatsContainerNotFound
08:08:06 [2022-07-28T08:08:06.657Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStats
08:08:08 [2022-07-28T08:08:08.040Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
08:08:08 [2022-07-28T08:08:08.444Z] --- PASS: TestRenameLinkedContainer (1.69s)
08:08:08 [2022-07-28T08:08:08.444Z] === RUN   TestRenameStoppedContainer
08:08:08 [2022-07-28T08:08:08.700Z] --- PASS: TestRenameStoppedContainer (0.53s)
08:08:08 [2022-07-28T08:08:08.700Z] === RUN   TestRenameRunningContainerAndReuse
08:08:08 [2022-07-28T08:08:08.979Z] --- PASS: TestBuildPreserveOwnership (3.42s)
08:08:08 [2022-07-28T08:08:08.979Z]     --- PASS: TestBuildPreserveOwnership/copy_from (2.39s)
08:08:08 [2022-07-28T08:08:08.979Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.02s)
08:08:08 [2022-07-28T08:08:08.979Z] === RUN   TestBuildPlatformInvalid
08:08:08 [2022-07-28T08:08:08.979Z] --- PASS: TestBuildPlatformInvalid (0.08s)
08:08:08 [2022-07-28T08:08:08.979Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
08:08:09 [2022-07-28T08:08:09.547Z] Loaded image: busybox:latest
08:08:09 [2022-07-28T08:08:09.627Z] --- PASS: TestRenameRunningContainerAndReuse (0.91s)
08:08:09 [2022-07-28T08:08:09.627Z] === RUN   TestRenameInvalidName
08:08:09 [2022-07-28T08:08:09.807Z] Loaded image: busybox:glibc
08:08:10 [2022-07-28T08:08:10.188Z] --- PASS: TestRenameInvalidName (0.41s)
08:08:10 [2022-07-28T08:08:10.188Z] === RUN   TestRenameAnonymousContainer
08:08:10 [2022-07-28T08:08:10.376Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStatsVersioning
08:08:11 [2022-07-28T08:08:11.319Z] Loaded image: debian:bullseye-slim
08:08:11 [2022-07-28T08:08:11.554Z] --- PASS: TestRenameAnonymousContainer (1.55s)
08:08:11 [2022-07-28T08:08:11.554Z] === RUN   TestRenameContainerWithSameName
08:08:11 [2022-07-28T08:08:11.579Z] Loaded image: hello-world:latest
08:08:11 [2022-07-28T08:08:11.579Z] Loaded image: arm32v7/hello-world:latest
08:08:12 [2022-07-28T08:08:12.116Z] --- PASS: TestRenameContainerWithSameName (0.42s)
08:08:12 [2022-07-28T08:08:12.116Z] === RUN   TestRenameContainerWithLinkedContainer
08:08:12 [2022-07-28T08:08:12.149Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamConnectedContainers
08:08:13 [2022-07-28T08:08:13.043Z] --- PASS: TestRenameContainerWithLinkedContainer (0.84s)
08:08:13 [2022-07-28T08:08:13.043Z] === RUN   TestResize
08:08:13 [2022-07-28T08:08:13.299Z] --- PASS: TestResize (0.42s)
08:08:13 [2022-07-28T08:08:13.299Z] === RUN   TestResizeWithInvalidSize
08:08:13 [2022-07-28T08:08:13.862Z] --- PASS: TestResizeWithInvalidSize (0.62s)
08:08:13 [2022-07-28T08:08:13.862Z] === RUN   TestResizeWhenContainerNotStarted
08:08:14 [2022-07-28T08:08:14.691Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamGetCpu
08:08:15 [2022-07-28T08:08:15.227Z] --- PASS: TestResizeWhenContainerNotStarted (1.11s)
08:08:15 [2022-07-28T08:08:15.227Z] === RUN   TestDaemonRestartKillContainers
08:08:15 [2022-07-28T08:08:15.227Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
08:08:15 [2022-07-28T08:08:15.227Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
08:08:15 [2022-07-28T08:08:15.227Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
08:08:15 [2022-07-28T08:08:15.227Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
08:08:15 [2022-07-28T08:08:15.227Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
08:08:15 [2022-07-28T08:08:15.227Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
08:08:15 [2022-07-28T08:08:15.227Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
08:08:15 [2022-07-28T08:08:15.227Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
08:08:15 [2022-07-28T08:08:15.227Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
08:08:15 [2022-07-28T08:08:15.227Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
08:08:15 [2022-07-28T08:08:15.227Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
08:08:15 [2022-07-28T08:08:15.227Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
08:08:15 [2022-07-28T08:08:15.227Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
08:08:15 [2022-07-28T08:08:15.227Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
08:08:15 [2022-07-28T08:08:15.227Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
08:08:15 [2022-07-28T08:08:15.227Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
08:08:15 [2022-07-28T08:08:15.227Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
08:08:15 [2022-07-28T08:08:15.227Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
08:08:15 [2022-07-28T08:08:15.227Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
08:08:15 [2022-07-28T08:08:15.227Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
08:08:15 [2022-07-28T08:08:15.227Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
08:08:15 [2022-07-28T08:08:15.227Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
08:08:15 [2022-07-28T08:08:15.227Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
08:08:15 [2022-07-28T08:08:15.227Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
08:08:15 [2022-07-28T08:08:15.227Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
08:08:15 [2022-07-28T08:08:15.227Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
08:08:15 [2022-07-28T08:08:15.227Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
08:08:15 [2022-07-28T08:08:15.227Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
08:08:15 [2022-07-28T08:08:15.227Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
08:08:15 [2022-07-28T08:08:15.227Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
08:08:15 [2022-07-28T08:08:15.227Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
08:08:15 [2022-07-28T08:08:15.227Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
08:08:15 [2022-07-28T08:08:15.227Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
08:08:15 [2022-07-28T08:08:15.227Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
08:08:15 [2022-07-28T08:08:15.867Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.86s)
08:08:15 [2022-07-28T08:08:15.867Z] PASS
08:08:15 [2022-07-28T08:08:15.867Z] 
08:08:15 [2022-07-28T08:08:15.867Z] DONE 17 tests in 48.913s
08:08:15 [2022-07-28T08:08:15.867Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
08:08:15 [2022-07-28T08:08:15.867Z] INFO: Testing against a local daemon
08:08:15 [2022-07-28T08:08:15.867Z] === RUN   TestPluginInvalidJSON
08:08:15 [2022-07-28T08:08:15.867Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
08:08:15 [2022-07-28T08:08:15.867Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
08:08:15 [2022-07-28T08:08:15.867Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
08:08:15 [2022-07-28T08:08:15.867Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
08:08:15 [2022-07-28T08:08:15.867Z] === RUN   TestPluginInvalidJSON/plugins/pull
08:08:15 [2022-07-28T08:08:15.867Z] === PAUSE TestPluginInvalidJSON/plugins/pull
08:08:15 [2022-07-28T08:08:15.867Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
08:08:15 [2022-07-28T08:08:15.867Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
08:08:15 [2022-07-28T08:08:15.867Z] === CONT  TestPluginInvalidJSON/plugins/pull
08:08:15 [2022-07-28T08:08:15.867Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
08:08:15 [2022-07-28T08:08:15.867Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
08:08:15 [2022-07-28T08:08:15.867Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
08:08:15 [2022-07-28T08:08:15.867Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
08:08:15 [2022-07-28T08:08:15.867Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
08:08:15 [2022-07-28T08:08:15.867Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
08:08:15 [2022-07-28T08:08:15.867Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
08:08:15 [2022-07-28T08:08:15.867Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
08:08:15 [2022-07-28T08:08:15.867Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
08:08:15 [2022-07-28T08:08:15.867Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
08:08:15 [2022-07-28T08:08:15.867Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
08:08:15 [2022-07-28T08:08:15.867Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
08:08:15 [2022-07-28T08:08:15.867Z] --- PASS: TestPluginInvalidJSON (0.02s)
08:08:15 [2022-07-28T08:08:15.867Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s)
08:08:15 [2022-07-28T08:08:15.867Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
08:08:15 [2022-07-28T08:08:15.867Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
08:08:15 [2022-07-28T08:08:15.867Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
08:08:15 [2022-07-28T08:08:15.867Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
08:08:15 [2022-07-28T08:08:15.867Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s)
08:08:15 [2022-07-28T08:08:15.867Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
08:08:15 [2022-07-28T08:08:15.867Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
08:08:15 [2022-07-28T08:08:15.867Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
08:08:15 [2022-07-28T08:08:15.867Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
08:08:15 [2022-07-28T08:08:15.867Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
08:08:15 [2022-07-28T08:08:15.867Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
08:08:15 [2022-07-28T08:08:15.867Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
08:08:15 [2022-07-28T08:08:15.867Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
08:08:15 [2022-07-28T08:08:15.867Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
08:08:15 [2022-07-28T08:08:15.867Z] === RUN   TestPluginInstall
08:08:15 [2022-07-28T08:08:15.867Z] === RUN   TestPluginInstall/no_auth
08:08:15 [2022-07-28T08:08:15.867Z] time="2022-07-28T08:08:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
08:08:15 [2022-07-28T08:08:15.867Z] time="2022-07-28T08:08:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:af088c92ce345dbac3526c1a3ad547a5dee6fec2188120cb6407a860d3339c0d" mediatype=application/vnd.docker.plugin.v1+json size=522
08:08:15 [2022-07-28T08:08:15.867Z] time="2022-07-28T08:08:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
08:08:15 [2022-07-28T08:08:15.867Z] time="2022-07-28T08:08:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:af088c92ce345dbac3526c1a3ad547a5dee6fec2188120cb6407a860d3339c0d" mediatype=application/vnd.docker.plugin.v1+json size=522
08:08:15 [2022-07-28T08:08:15.867Z] === RUN   TestPluginInstall/with_htpasswd
08:08:15 [2022-07-28T08:08:15.867Z] time="2022-07-28T08:08:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
08:08:15 [2022-07-28T08:08:15.868Z] time="2022-07-28T08:08:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a3f6d82046c99f849c8469ba7dfa51668c943d69d5aa1879292ac4f79f3fc817" mediatype=application/vnd.docker.plugin.v1+json size=522
08:08:15 [2022-07-28T08:08:15.868Z] time="2022-07-28T08:08:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
08:08:15 [2022-07-28T08:08:15.868Z] time="2022-07-28T08:08:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a3f6d82046c99f849c8469ba7dfa51668c943d69d5aa1879292ac4f79f3fc817" mediatype=application/vnd.docker.plugin.v1+json size=522
08:08:15 [2022-07-28T08:08:15.868Z] === RUN   TestPluginInstall/with_insecure
08:08:15 [2022-07-28T08:08:15.868Z] time="2022-07-28T08:08:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
08:08:15 [2022-07-28T08:08:15.868Z] time="2022-07-28T08:08:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:062ca58200629121b71d5f660763dda259ebb7611873a58f9844efc46fbe116c" mediatype=application/vnd.docker.plugin.v1+json size=522
08:08:15 [2022-07-28T08:08:15.868Z] time="2022-07-28T08:08:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
08:08:15 [2022-07-28T08:08:15.868Z] time="2022-07-28T08:08:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:062ca58200629121b71d5f660763dda259ebb7611873a58f9844efc46fbe116c" mediatype=application/vnd.docker.plugin.v1+json size=522
08:08:15 [2022-07-28T08:08:15.868Z]     plugin_test.go:195: [d0100c9689756] daemon is not started
08:08:15 [2022-07-28T08:08:15.868Z] --- PASS: TestPluginInstall (2.73s)
08:08:15 [2022-07-28T08:08:15.868Z]     --- PASS: TestPluginInstall/no_auth (1.04s)
08:08:15 [2022-07-28T08:08:15.868Z]     --- PASS: TestPluginInstall/with_htpasswd (0.62s)
08:08:15 [2022-07-28T08:08:15.868Z]     --- PASS: TestPluginInstall/with_insecure (1.07s)
08:08:15 [2022-07-28T08:08:15.868Z] === RUN   TestPluginsWithRuntimes
08:08:16 [2022-07-28T08:08:16.592Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
08:08:16 [2022-07-28T08:08:16.592Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
08:08:16 [2022-07-28T08:08:16.601Z] === RUN   TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines
08:08:16 [2022-07-28T08:08:16.860Z] === RUN   TestDockerSuite/TestBuildAPIBuildGitWithF
08:08:17 [2022-07-28T08:08:17.764Z] === RUN   TestPluginsWithRuntimes/No_Args
08:08:17 [2022-07-28T08:08:17.958Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
08:08:17 [2022-07-28T08:08:17.958Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
08:08:18 [2022-07-28T08:08:18.153Z] --- PASS: TestInfoAPIWarnings (16.57s)
08:08:18 [2022-07-28T08:08:18.153Z] === RUN   TestInfoDebug
08:08:18 [2022-07-28T08:08:18.153Z] --- PASS: TestInfoDebug (0.54s)
08:08:18 [2022-07-28T08:08:18.153Z] === RUN   TestInfoInsecureRegistries
08:08:18 [2022-07-28T08:08:18.153Z] --- PASS: TestInfoInsecureRegistries (0.54s)
08:08:18 [2022-07-28T08:08:18.153Z] === RUN   TestInfoRegistryMirrors
08:08:18 [2022-07-28T08:08:18.153Z] --- PASS: TestInfoRegistryMirrors (0.54s)
08:08:18 [2022-07-28T08:08:18.153Z] === RUN   TestLoginFailsWithBadCredentials
08:08:18 [2022-07-28T08:08:18.241Z] === RUN   TestDockerSuite/TestBuildAPIDockerFileRemote
08:08:18 [2022-07-28T08:08:18.331Z] === RUN   TestPluginsWithRuntimes/With_Args
08:08:18 [2022-07-28T08:08:18.718Z] --- PASS: TestLoginFailsWithBadCredentials (0.40s)
08:08:18 [2022-07-28T08:08:18.718Z] === RUN   TestPingCacheHeaders
08:08:18 [2022-07-28T08:08:18.718Z] --- PASS: TestPingCacheHeaders (0.03s)
08:08:18 [2022-07-28T08:08:18.718Z] === RUN   TestPingGet
08:08:18 [2022-07-28T08:08:18.718Z] --- PASS: TestPingGet (0.01s)
08:08:18 [2022-07-28T08:08:18.718Z] === RUN   TestPingHead
08:08:18 [2022-07-28T08:08:18.718Z] --- PASS: TestPingHead (0.03s)
08:08:18 [2022-07-28T08:08:18.718Z] === RUN   TestPingSwarmHeader
08:08:19 [2022-07-28T08:08:19.282Z] === RUN   TestPingSwarmHeader/before_swarm_init
08:08:19 [2022-07-28T08:08:19.283Z] --- PASS: TestPluginsWithRuntimes (3.40s)
08:08:19 [2022-07-28T08:08:19.283Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.89s)
08:08:19 [2022-07-28T08:08:19.283Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.91s)
08:08:19 [2022-07-28T08:08:19.283Z] === RUN   TestPluginBackCompatMediaTypes
08:08:19 [2022-07-28T08:08:19.324Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
08:08:19 [2022-07-28T08:08:19.324Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
08:08:19 [2022-07-28T08:08:19.622Z] === RUN   TestDockerSuite/TestBuildAPIDoubleDockerfile
08:08:19 [2022-07-28T08:08:19.846Z] --- PASS: TestPluginBackCompatMediaTypes (0.58s)
08:08:19 [2022-07-28T08:08:19.846Z] PASS
08:08:19 [2022-07-28T08:08:19.846Z] 
08:08:19 [2022-07-28T08:08:19.846Z] DONE 24 tests in 6.759s
08:08:19 [2022-07-28T08:08:19.846Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
08:08:19 [2022-07-28T08:08:19.846Z] === RUN   TestPingSwarmHeader/after_swarm_init
08:08:20 [2022-07-28T08:08:20.101Z] INFO: Testing against a local daemon
08:08:20 [2022-07-28T08:08:20.101Z] === RUN   TestExternalGraphDriver
08:08:20 [2022-07-28T08:08:20.357Z] === RUN   TestExternalGraphDriver/json
08:08:20 [2022-07-28T08:08:20.561Z] === RUN   TestDockerSuite/TestBuildAPILowerDockerfile
08:08:20 [2022-07-28T08:08:20.778Z] === RUN   TestPingSwarmHeader/after_swarm_leave
08:08:20 [2022-07-28T08:08:20.778Z] --- PASS: TestPingSwarmHeader (2.04s)
08:08:20 [2022-07-28T08:08:20.778Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
08:08:20 [2022-07-28T08:08:20.778Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
08:08:20 [2022-07-28T08:08:20.778Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
08:08:20 [2022-07-28T08:08:20.778Z] === RUN   TestVersion
08:08:20 [2022-07-28T08:08:20.778Z] --- PASS: TestVersion (0.04s)
08:08:20 [2022-07-28T08:08:20.778Z] === CONT  TestDiskUsage
08:08:21 [2022-07-28T08:08:21.342Z] === RUN   TestDiskUsage/empty
08:08:21 [2022-07-28T08:08:21.342Z] === RUN   TestDiskUsage/empty/container_types
08:08:21 [2022-07-28T08:08:21.342Z] === RUN   TestDiskUsage/empty/image_types
08:08:21 [2022-07-28T08:08:21.342Z] === RUN   TestDiskUsage/empty/volume_types
08:08:21 [2022-07-28T08:08:21.342Z] === RUN   TestDiskUsage/empty/build-cache_types
08:08:21 [2022-07-28T08:08:21.342Z] === RUN   TestDiskUsage/empty/container,_volume_types
08:08:21 [2022-07-28T08:08:21.342Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
08:08:21 [2022-07-28T08:08:21.342Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
08:08:21 [2022-07-28T08:08:21.342Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
08:08:21 [2022-07-28T08:08:21.342Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
08:08:21 [2022-07-28T08:08:21.342Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
08:08:21 [2022-07-28T08:08:21.342Z] === RUN   TestDiskUsage/after_LoadBusybox
08:08:21 [2022-07-28T08:08:21.342Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
08:08:21 [2022-07-28T08:08:21.342Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
08:08:21 [2022-07-28T08:08:21.342Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
08:08:21 [2022-07-28T08:08:21.342Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
08:08:21 [2022-07-28T08:08:21.342Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
08:08:21 [2022-07-28T08:08:21.342Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
08:08:21 [2022-07-28T08:08:21.342Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
08:08:21 [2022-07-28T08:08:21.342Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
08:08:21 [2022-07-28T08:08:21.342Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
08:08:21 [2022-07-28T08:08:21.342Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
08:08:21 [2022-07-28T08:08:21.342Z] === RUN   TestDiskUsage/after_container.Run
08:08:21 [2022-07-28T08:08:21.586Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (12.57s)
08:08:21 [2022-07-28T08:08:21.586Z] PASS
08:08:21 [2022-07-28T08:08:21.586Z] 
08:08:21 [2022-07-28T08:08:21.586Z] === Skipped
08:08:21 [2022-07-28T08:08:21.586Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
08:08:21 [2022-07-28T08:08:21.586Z]     build_session_test.go:25: TODO: BuildKit
08:08:21 [2022-07-28T08:08:21.586Z] 
08:08:21 [2022-07-28T08:08:21.586Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s)
08:08:21 [2022-07-28T08:08:21.586Z]     build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743
08:08:21 [2022-07-28T08:08:21.586Z] 
08:08:21 [2022-07-28T08:08:21.586Z] DONE 34 tests, 2 skipped in 193.402s
08:08:21 [2022-07-28T08:08:21.586Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
08:08:21 [2022-07-28T08:08:21.586Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m
08:08:21 [2022-07-28T08:08:21.586Z] ++ set -e
08:08:21 [2022-07-28T08:08:21.586Z] ++ '[' -n 0 ']'
08:08:21 [2022-07-28T08:08:21.586Z] ++ set -x
08:08:21 [2022-07-28T08:08:21.586Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-config-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.config -t ./test.main -test.v -test.timeout=120m
08:08:21 [2022-07-28T08:08:21.586Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContext
08:08:21 [2022-07-28T08:08:21.586Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile
08:08:21 [2022-07-28T08:08:21.586Z] INFO: Testing against a local daemon
08:08:21 [2022-07-28T08:08:21.586Z] === RUN   TestConfigInspect
08:08:21 [2022-07-28T08:08:21.600Z] === RUN   TestDiskUsage/after_container.Run/container_types
08:08:21 [2022-07-28T08:08:21.600Z] === RUN   TestDiskUsage/after_container.Run/image_types
08:08:21 [2022-07-28T08:08:21.600Z] === RUN   TestDiskUsage/after_container.Run/volume_types
08:08:21 [2022-07-28T08:08:21.600Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
08:08:21 [2022-07-28T08:08:21.600Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
08:08:21 [2022-07-28T08:08:21.600Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
08:08:21 [2022-07-28T08:08:21.600Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
08:08:21 [2022-07-28T08:08:21.847Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill
08:08:21 [2022-07-28T08:08:21.858Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
08:08:21 [2022-07-28T08:08:21.858Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
08:08:21 [2022-07-28T08:08:21.858Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
08:08:21 [2022-07-28T08:08:21.858Z] --- PASS: TestDiskUsage (1.20s)
08:08:21 [2022-07-28T08:08:21.858Z]     --- PASS: TestDiskUsage/empty (0.01s)
08:08:21 [2022-07-28T08:08:21.858Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
08:08:21 [2022-07-28T08:08:21.858Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
08:08:21 [2022-07-28T08:08:21.858Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
08:08:21 [2022-07-28T08:08:21.858Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
08:08:21 [2022-07-28T08:08:21.858Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
08:08:21 [2022-07-28T08:08:21.858Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
08:08:21 [2022-07-28T08:08:21.858Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
08:08:21 [2022-07-28T08:08:21.858Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
08:08:21 [2022-07-28T08:08:21.858Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
08:08:21 [2022-07-28T08:08:21.858Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
08:08:21 [2022-07-28T08:08:21.858Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.17s)
08:08:21 [2022-07-28T08:08:21.858Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
08:08:21 [2022-07-28T08:08:21.858Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
08:08:21 [2022-07-28T08:08:21.858Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
08:08:21 [2022-07-28T08:08:21.858Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
08:08:21 [2022-07-28T08:08:21.858Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
08:08:21 [2022-07-28T08:08:21.858Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
08:08:21 [2022-07-28T08:08:21.858Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
08:08:21 [2022-07-28T08:08:21.858Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
08:08:21 [2022-07-28T08:08:21.858Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
08:08:21 [2022-07-28T08:08:21.858Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
08:08:21 [2022-07-28T08:08:21.858Z]     --- PASS: TestDiskUsage/after_container.Run (0.36s)
08:08:21 [2022-07-28T08:08:21.858Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.01s)
08:08:21 [2022-07-28T08:08:21.858Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
08:08:21 [2022-07-28T08:08:21.858Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
08:08:21 [2022-07-28T08:08:21.858Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
08:08:21 [2022-07-28T08:08:21.858Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.02s)
08:08:21 [2022-07-28T08:08:21.858Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
08:08:21 [2022-07-28T08:08:21.858Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.01s)
08:08:21 [2022-07-28T08:08:21.858Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
08:08:21 [2022-07-28T08:08:21.858Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.01s)
08:08:21 [2022-07-28T08:08:21.858Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.01s)
08:08:21 [2022-07-28T08:08:21.858Z] PASS
08:08:21 [2022-07-28T08:08:21.858Z] 
08:08:21 [2022-07-28T08:08:21.858Z] === Skipped
08:08:21 [2022-07-28T08:08:21.858Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
08:08:21 [2022-07-28T08:08:21.858Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
08:08:21 [2022-07-28T08:08:21.858Z] 
08:08:21 [2022-07-28T08:08:21.858Z] DONE 54 tests, 1 skipped in 22.661s
08:08:21 [2022-07-28T08:08:21.858Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
08:08:22 [2022-07-28T08:08:22.115Z] INFO: Testing against a local daemon
08:08:22 [2022-07-28T08:08:22.115Z] === RUN   TestVolumesCreateAndList
08:08:22 [2022-07-28T08:08:22.115Z] --- PASS: TestVolumesCreateAndList (0.02s)
08:08:22 [2022-07-28T08:08:22.115Z] === RUN   TestVolumesRemove
08:08:22 [2022-07-28T08:08:22.115Z] --- PASS: TestVolumesRemove (0.05s)
08:08:22 [2022-07-28T08:08:22.115Z] === RUN   TestVolumesInspect
08:08:22 [2022-07-28T08:08:22.115Z] --- PASS: TestVolumesInspect (0.02s)
08:08:22 [2022-07-28T08:08:22.115Z] === RUN   TestVolumesInvalidJSON
08:08:22 [2022-07-28T08:08:22.115Z] === RUN   TestVolumesInvalidJSON/volumes/create
08:08:22 [2022-07-28T08:08:22.115Z] === PAUSE TestVolumesInvalidJSON/volumes/create
08:08:22 [2022-07-28T08:08:22.115Z] === CONT  TestVolumesInvalidJSON/volumes/create
08:08:22 [2022-07-28T08:08:22.115Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
08:08:22 [2022-07-28T08:08:22.115Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
08:08:22 [2022-07-28T08:08:22.115Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
08:08:22 [2022-07-28T08:08:22.115Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
08:08:22 [2022-07-28T08:08:22.115Z] --- PASS: TestVolumesInvalidJSON (0.01s)
08:08:22 [2022-07-28T08:08:22.115Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
08:08:22 [2022-07-28T08:08:22.115Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
08:08:22 [2022-07-28T08:08:22.115Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
08:08:22 [2022-07-28T08:08:22.115Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
08:08:22 [2022-07-28T08:08:22.115Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
08:08:22 [2022-07-28T08:08:22.115Z] PASS
08:08:22 [2022-07-28T08:08:22.115Z] 
08:08:22 [2022-07-28T08:08:22.115Z] DONE 9 tests in 0.170s
08:08:22 [2022-07-28T08:08:22.115Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
08:08:22 [2022-07-28T08:08:22.115Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 14203 is not a child of this shell
08:08:22 [2022-07-28T08:08:22.115Z] warning: PID 14203 from bundles/test-integration/docker.pid had a nonzero exit code
08:08:22 [2022-07-28T08:08:22.115Z] Leaving: AppArmorNo profiles have been unloaded.
08:08:22 [2022-07-28T08:08:22.115Z] 
08:08:22 [2022-07-28T08:08:22.115Z] Unloading profiles will leave already running processes permanently
08:08:22 [2022-07-28T08:08:22.115Z] unconfined, which can lead to unexpected situations.
08:08:22 [2022-07-28T08:08:22.115Z] 
08:08:22 [2022-07-28T08:08:22.115Z] To set a process to complain mode, use the command line tool
08:08:22 [2022-07-28T08:08:22.115Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
08:08:22 [2022-07-28T08:08:22.115Z] Removing test suite binaries
08:08:22 [2022-07-28T08:08:22.115Z] exiting test-integration
08:08:22 [2022-07-28T08:08:22.115Z] ++ exit 0
08:08:22 [2022-07-28T08:08:22.115Z] 
08:08:22 [2022-07-28T08:08:22.243Z] === RUN   TestExternalGraphDriver/spec
08:08:22 [2022-07-28T08:08:22.590Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
08:08:22 [2022-07-28T08:08:22.786Z] === RUN   TestDockerSuite/TestBuildAPIUnnormalizedTarPaths
08:08:22 [2022-07-28T08:08:22.845Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
Post stage
[Pipeline] junit
08:08:23 [2022-07-28T08:08:23.057Z] Recording test results
08:08:23 [2022-07-28T08:08:23.356Z] === RUN   TestDockerSuite/TestBuildAddCacheOnFileChange
08:08:23 [2022-07-28T08:08:23.356Z]     docker_cli_daemon_test.go:1474: [d0ba18b28e1b2] daemon is not started
08:08:23 [2022-07-28T08:08:23.609Z] === RUN   TestExternalGraphDriver/pull
08:08:24 [2022-07-28T08:08:24.296Z] === RUN   TestDockerSuite/TestBuildAddRemoteNoDecompress
08:08:24 [2022-07-28T08:08:24.296Z]     check_test.go:540: [dcdefb9b35fab] daemon is not started
08:08:24 [2022-07-28T08:08:24.296Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash
08:08:24 [2022-07-28T08:08:24.504Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
08:08:24 [2022-07-28T08:08:24.556Z] --- PASS: TestConfigInspect (2.92s)
08:08:24 [2022-07-28T08:08:24.556Z] === RUN   TestConfigList
08:08:24 [2022-07-28T08:08:24.830Z] + echo Ensuring container killed.
08:08:24 [2022-07-28T08:08:24.830Z] Ensuring container killed.
08:08:24 [2022-07-28T08:08:24.830Z] + docker rm -vf docker-pr1
08:08:24 [2022-07-28T08:08:24.830Z] Error: No such container: docker-pr1
[Pipeline] sh
08:08:25 [2022-07-28T08:08:25.115Z] + echo Chowning /workspace to jenkins user
08:08:25 [2022-07-28T08:08:25.115Z] Chowning /workspace to jenkins user
08:08:25 [2022-07-28T08:08:25.115Z] + id -u
08:08:25 [2022-07-28T08:08:25.115Z] + id -g
08:08:25 [2022-07-28T08:08:25.115Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43875:/workspace busybox chown -R 1000:1000 /workspace
08:08:25 [2022-07-28T08:08:25.115Z] Unable to find image 'busybox:latest' locally
08:08:25 [2022-07-28T08:08:25.126Z] === RUN   TestDockerSuite/TestBuildChownOnCopy
08:08:25 [2022-07-28T08:08:25.372Z] latest: Pulling from library/busybox
08:08:25 [2022-07-28T08:08:25.372Z] 19d511225f94: Pulling fs layer
08:08:25 [2022-07-28T08:08:25.372Z] 19d511225f94: Download complete
08:08:25 [2022-07-28T08:08:25.372Z] 19d511225f94: Pull complete
08:08:25 [2022-07-28T08:08:25.372Z] Digest: sha256:e63286d6bf23acce079c38cd9f63ec19dd1ad4da0e3e942e39f2a08050b50534
08:08:25 [2022-07-28T08:08:25.372Z] Status: Downloaded newer image for busybox:latest
08:08:25 [2022-07-28T08:08:25.500Z] --- PASS: TestExternalGraphDriver (5.29s)
08:08:25 [2022-07-28T08:08:25.500Z]     --- PASS: TestExternalGraphDriver/json (1.66s)
08:08:25 [2022-07-28T08:08:25.500Z]     --- PASS: TestExternalGraphDriver/spec (1.65s)
08:08:25 [2022-07-28T08:08:25.500Z]     --- PASS: TestExternalGraphDriver/pull (1.65s)
08:08:25 [2022-07-28T08:08:25.500Z] === RUN   TestGraphdriverPluginV2
08:08:26 [2022-07-28T08:08:26.508Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
08:08:27 [2022-07-28T08:08:27.010Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
08:08:27 [2022-07-28T08:08:27.010Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
08:08:27 [2022-07-28T08:08:27.043Z] + bundleName=amd64-rootless
08:08:27 [2022-07-28T08:08:27.043Z] + echo Creating amd64-rootless-bundles.tar.gz
08:08:27 [2022-07-28T08:08:27.043Z] Creating amd64-rootless-bundles.tar.gz
08:08:27 [2022-07-28T08:08:27.043Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
08:08:27 [2022-07-28T08:08:27.043Z] + xargs tar -czf amd64-rootless-bundles.tar.gz
[Pipeline] archiveArtifacts
08:08:27 [2022-07-28T08:08:27.054Z] Archiving artifacts
08:08:27 [2022-07-28T08:08:27.447Z] --- PASS: TestConfigList (2.76s)
08:08:27 [2022-07-28T08:08:27.447Z] === RUN   TestConfigsCreateAndDelete
08:08:27 [2022-07-28T08:08:27.786Z] tests/integration/api_container_test.py ....x..........x................ [ 17%]
08:08:28 [2022-07-28T08:08:28.017Z]     check_test.go:540: [d2dbce38011e7] daemon is not started
08:08:28 [2022-07-28T08:08:28.277Z] === RUN   TestDockerDaemonSuite/TestDaemonAllocatesListeningPort
08:08:28 [2022-07-28T08:08:28.376Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
08:08:28 [2022-07-28T08:08:28.376Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
08:08:28 [2022-07-28T08:08:28.754Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43875/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
08:08:29 [2022-07-28T08:08:29.057Z] + make clean
08:08:29 [2022-07-28T08:08:29.314Z] docker volume rm -f docker-dev-cache docker-mod-cache
08:08:29 [2022-07-28T08:08:29.314Z] docker-dev-cache
08:08:29 [2022-07-28T08:08:29.314Z] docker-mod-cache
[Pipeline] deleteDir
08:08:29 [2022-07-28T08:08:29.664Z] --- PASS: TestGraphdriverPluginV2 (4.20s)
08:08:29 [2022-07-28T08:08:29.664Z] PASS
08:08:29 [2022-07-28T08:08:29.664Z] 
08:08:29 [2022-07-28T08:08:29.664Z] DONE 5 tests in 9.527s
08:08:29 [2022-07-28T08:08:29.664Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
08:08:29 [2022-07-28T08:08:29.664Z] INFO: Testing against a local daemon
08:08:29 [2022-07-28T08:08:29.664Z] === RUN   TestContinueAfterPluginCrash
08:08:29 [2022-07-28T08:08:29.664Z] === PAUSE TestContinueAfterPluginCrash
08:08:29 [2022-07-28T08:08:29.664Z] === RUN   TestReadPluginNoRead
08:08:29 [2022-07-28T08:08:29.664Z] === PAUSE TestReadPluginNoRead
08:08:29 [2022-07-28T08:08:29.664Z] === RUN   TestDaemonStartWithLogOpt
08:08:29 [2022-07-28T08:08:29.664Z] === PAUSE TestDaemonStartWithLogOpt
08:08:29 [2022-07-28T08:08:29.664Z] === CONT  TestContinueAfterPluginCrash
08:08:29 [2022-07-28T08:08:29.664Z] === CONT  TestDaemonStartWithLogOpt
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
08:08:30 [2022-07-28T08:08:30.184Z] === RUN   TestDockerSuite/TestBuildCopyCacheOnFileChange
08:08:30 [2022-07-28T08:08:30.184Z] --- PASS: TestConfigsCreateAndDelete (2.71s)
08:08:30 [2022-07-28T08:08:30.184Z] === RUN   TestConfigsUpdate
08:08:30 [2022-07-28T08:08:30.264Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
08:08:30 [2022-07-28T08:08:30.443Z] === RUN   TestDockerSuite/TestBuildOnBuildCache
08:08:30 [2022-07-28T08:08:30.520Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
08:08:31 [2022-07-28T08:08:31.012Z] === RUN   TestDockerSuite/TestBuildOnBuildWithCopy
08:08:31 [2022-07-28T08:08:31.272Z] === RUN   TestDockerSuite/TestBuildScratchCopy
08:08:31 [2022-07-28T08:08:31.532Z] === RUN   TestDockerSuite/TestContainerAPIBadPort
08:08:31 [2022-07-28T08:08:31.794Z] === RUN   TestDockerSuite/TestContainerAPIChunkedEncoding
08:08:31 [2022-07-28T08:08:31.794Z] === RUN   TestDockerSuite/TestContainerAPICommit
08:08:32 [2022-07-28T08:08:32.408Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
08:08:32 [2022-07-28T08:08:32.408Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.37s)
08:08:32 [2022-07-28T08:08:32.408Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.65s)
08:08:32 [2022-07-28T08:08:32.408Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.31s)
08:08:32 [2022-07-28T08:08:32.408Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.66s)
08:08:32 [2022-07-28T08:08:32.408Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.28s)
08:08:32 [2022-07-28T08:08:32.408Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.29s)
08:08:32 [2022-07-28T08:08:32.408Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.39s)
08:08:32 [2022-07-28T08:08:32.408Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.38s)
08:08:32 [2022-07-28T08:08:32.408Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.91s)
08:08:32 [2022-07-28T08:08:32.408Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.01s)
08:08:32 [2022-07-28T08:08:32.408Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.69s)
08:08:32 [2022-07-28T08:08:32.408Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.72s)
08:08:32 [2022-07-28T08:08:32.408Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.93s)
08:08:32 [2022-07-28T08:08:32.408Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.98s)
08:08:32 [2022-07-28T08:08:32.408Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.65s)
08:08:32 [2022-07-28T08:08:32.408Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.74s)
08:08:32 [2022-07-28T08:08:32.408Z] === RUN   TestCgroupNamespacesRun
08:08:32 [2022-07-28T08:08:32.734Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeExternal
08:08:32 [2022-07-28T08:08:32.734Z] --- PASS: TestConfigsUpdate (2.85s)
08:08:32 [2022-07-28T08:08:32.734Z] === RUN   TestTemplatedConfig
08:08:32 [2022-07-28T08:08:32.929Z] --- PASS: TestDaemonStartWithLogOpt (3.41s)
08:08:32 [2022-07-28T08:08:32.929Z] === CONT  TestReadPluginNoRead
08:08:33 [2022-07-28T08:08:33.305Z] === RUN   TestDockerSuite/TestContainerAPICommitWithLabelInConfig
08:08:33 [2022-07-28T08:08:33.336Z] --- PASS: TestCgroupNamespacesRun (1.13s)
08:08:33 [2022-07-28T08:08:33.336Z] === RUN   TestCgroupNamespacesRunPrivileged
08:08:34 [2022-07-28T08:08:34.701Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.12s)
08:08:34 [2022-07-28T08:08:34.701Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
08:08:35 [2022-07-28T08:08:35.213Z] === RUN   TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124
08:08:35 [2022-07-28T08:08:35.213Z] === RUN   TestDockerSuite/TestContainerAPICopyNotExistsAnyMore
08:08:35 [2022-07-28T08:08:35.213Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork
08:08:35 [2022-07-28T08:08:35.447Z] === RUN   TestReadPluginNoRead/default
08:08:35 [2022-07-28T08:08:35.628Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.12s)
08:08:35 [2022-07-28T08:08:35.628Z] === RUN   TestCgroupNamespacesRunHostMode
08:08:35 [2022-07-28T08:08:35.782Z] === RUN   TestDockerSuite/TestContainerAPICopyPre124
08:08:36 [2022-07-28T08:08:36.352Z] --- PASS: TestTemplatedConfig (3.55s)
08:08:36 [2022-07-28T08:08:36.352Z] === RUN   TestConfigCreateResolve
08:08:36 [2022-07-28T08:08:36.374Z] === RUN   TestReadPluginNoRead/disabled_caching
08:08:36 [2022-07-28T08:08:36.612Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124
08:08:36 [2022-07-28T08:08:36.992Z] --- PASS: TestCgroupNamespacesRunHostMode (1.17s)
08:08:36 [2022-07-28T08:08:36.992Z] === RUN   TestCgroupNamespacesRunPrivateMode
08:08:37 [2022-07-28T08:08:37.182Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124
08:08:37 [2022-07-28T08:08:37.443Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCidr
08:08:37 [2022-07-28T08:08:37.737Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
08:08:37 [2022-07-28T08:08:37.920Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.16s)
08:08:37 [2022-07-28T08:08:37.920Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
08:08:37 [2022-07-28T08:08:37.993Z] --- PASS: TestContinueAfterPluginCrash (8.39s)
08:08:38 [2022-07-28T08:08:38.013Z] === RUN   TestDockerSuite/TestContainerAPICreate
08:08:38 [2022-07-28T08:08:38.583Z] === RUN   TestDockerSuite/TestContainerAPICreateBridgeNetworkMode
08:08:38 [2022-07-28T08:08:38.583Z] === RUN   TestDockerSuite/TestContainerAPICreateEmptyConfig
08:08:38 [2022-07-28T08:08:38.583Z] === RUN   TestDockerSuite/TestContainerAPICreateMountsBindRead
08:08:38 [2022-07-28T08:08:38.921Z] === CONT  TestReadPluginNoRead
08:08:38 [2022-07-28T08:08:38.921Z]     read_test.go:92: [d308ebbd446d7] daemon is not started
08:08:38 [2022-07-28T08:08:38.921Z] --- PASS: TestReadPluginNoRead (5.98s)
08:08:38 [2022-07-28T08:08:38.921Z]     --- PASS: TestReadPluginNoRead/default (1.26s)
08:08:38 [2022-07-28T08:08:38.921Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.24s)
08:08:38 [2022-07-28T08:08:38.921Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.27s)
08:08:38 [2022-07-28T08:08:38.921Z] PASS
08:08:38 [2022-07-28T08:08:38.921Z] 
08:08:38 [2022-07-28T08:08:38.921Z] DONE 6 tests in 9.416s
08:08:38 [2022-07-28T08:08:38.921Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
08:08:38 [2022-07-28T08:08:38.921Z] testing: warning: no tests to run
08:08:38 [2022-07-28T08:08:38.921Z] PASS
08:08:38 [2022-07-28T08:08:38.921Z] 
08:08:38 [2022-07-28T08:08:38.921Z] DONE 0 tests in 0.008s
08:08:38 [2022-07-28T08:08:38.921Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
08:08:38 [2022-07-28T08:08:38.921Z] INFO: Testing against a local daemon
08:08:38 [2022-07-28T08:08:38.921Z] === RUN   TestPluginWithDevMounts
08:08:38 [2022-07-28T08:08:38.921Z] === PAUSE TestPluginWithDevMounts
08:08:38 [2022-07-28T08:08:38.921Z] === CONT  TestPluginWithDevMounts
08:08:39 [2022-07-28T08:08:39.303Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.16s)
08:08:39 [2022-07-28T08:08:39.303Z] === RUN   TestCgroupNamespacesRunInvalidMode
08:08:39 [2022-07-28T08:08:39.523Z] --- PASS: TestConfigCreateResolve (2.93s)
08:08:39 [2022-07-28T08:08:39.523Z] PASS
08:08:39 [2022-07-28T08:08:39.523Z] 
08:08:39 [2022-07-28T08:08:39.523Z] DONE 6 tests in 17.855s
08:08:39 [2022-07-28T08:08:39.523Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
08:08:39 [2022-07-28T08:08:39.523Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m
08:08:39 [2022-07-28T08:08:39.523Z] ++ set -e
08:08:39 [2022-07-28T08:08:39.523Z] ++ '[' -n 0 ']'
08:08:39 [2022-07-28T08:08:39.523Z] ++ set -x
08:08:39 [2022-07-28T08:08:39.523Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-container-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.container -t ./test.main -test.v -test.timeout=120m
08:08:39 [2022-07-28T08:08:39.523Z] === RUN   TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig
08:08:39 [2022-07-28T08:08:39.523Z] === RUN   TestDockerSuite/TestContainerAPICreateNoHostConfig118
08:08:39 [2022-07-28T08:08:39.523Z] === RUN   TestDockerSuite/TestContainerAPICreateOtherNetworkModes
08:08:39 [2022-07-28T08:08:39.523Z] === RUN   TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset
08:08:39 [2022-07-28T08:08:39.523Z] INFO: Testing against a local daemon
08:08:39 [2022-07-28T08:08:39.523Z] === RUN   TestAttachWithTTY
08:08:39 [2022-07-28T08:08:39.523Z] === RUN   TestDockerSuite/TestContainerAPIDelete
08:08:39 [2022-07-28T08:08:39.783Z] --- PASS: TestAttachWithTTY (0.07s)
08:08:39 [2022-07-28T08:08:39.783Z] === RUN   TestAttachWithoutTTy
08:08:39 [2022-07-28T08:08:39.784Z] --- PASS: TestAttachWithoutTTy (0.07s)
08:08:39 [2022-07-28T08:08:39.784Z] === RUN   TestCheckpoint
08:08:39 [2022-07-28T08:08:39.784Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
08:08:39 [2022-07-28T08:08:39.784Z] --- SKIP: TestCheckpoint (0.00s)
08:08:39 [2022-07-28T08:08:39.784Z] === RUN   TestContainerInvalidJSON
08:08:39 [2022-07-28T08:08:39.784Z] === RUN   TestContainerInvalidJSON/commit
08:08:39 [2022-07-28T08:08:39.784Z] === PAUSE TestContainerInvalidJSON/commit
08:08:39 [2022-07-28T08:08:39.784Z] === RUN   TestContainerInvalidJSON/containers/create
08:08:39 [2022-07-28T08:08:39.784Z] === PAUSE TestContainerInvalidJSON/containers/create
08:08:39 [2022-07-28T08:08:39.784Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec
08:08:39 [2022-07-28T08:08:39.784Z] === PAUSE TestContainerInvalidJSON/containers/foobar/exec
08:08:39 [2022-07-28T08:08:39.784Z] === RUN   TestContainerInvalidJSON/containers/foobar/update
08:08:39 [2022-07-28T08:08:39.784Z] === PAUSE TestContainerInvalidJSON/containers/foobar/update
08:08:39 [2022-07-28T08:08:39.784Z] === RUN   TestContainerInvalidJSON/exec/foobar/start
08:08:39 [2022-07-28T08:08:39.784Z] === PAUSE TestContainerInvalidJSON/exec/foobar/start
08:08:39 [2022-07-28T08:08:39.784Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy
08:08:39 [2022-07-28T08:08:39.784Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/copy
08:08:39 [2022-07-28T08:08:39.784Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start
08:08:39 [2022-07-28T08:08:39.784Z] === PAUSE TestContainerInvalidJSON/v1.23/containers/foobar/start
08:08:39 [2022-07-28T08:08:39.784Z] === CONT  TestContainerInvalidJSON/commit
08:08:39 [2022-07-28T08:08:39.784Z] === RUN   TestContainerInvalidJSON/commit/invalid_content_type
08:08:39 [2022-07-28T08:08:39.784Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/start
08:08:39 [2022-07-28T08:08:39.784Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type
08:08:39 [2022-07-28T08:08:39.784Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON
08:08:39 [2022-07-28T08:08:39.784Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON
08:08:39 [2022-07-28T08:08:39.784Z] === RUN   TestContainerInvalidJSON/commit/invalid_JSON
08:08:39 [2022-07-28T08:08:39.784Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body
08:08:39 [2022-07-28T08:08:39.784Z] === RUN   TestContainerInvalidJSON/commit/extra_content_after_JSON
08:08:39 [2022-07-28T08:08:39.784Z] === CONT  TestContainerInvalidJSON/v1.23/containers/foobar/copy
08:08:39 [2022-07-28T08:08:39.784Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type
08:08:39 [2022-07-28T08:08:39.784Z] === RUN   TestContainerInvalidJSON/commit/empty_body
08:08:39 [2022-07-28T08:08:39.784Z] === CONT  TestContainerInvalidJSON/exec/foobar/start
08:08:39 [2022-07-28T08:08:39.784Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_content_type
08:08:39 [2022-07-28T08:08:39.784Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON
08:08:39 [2022-07-28T08:08:39.784Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/invalid_JSON
08:08:39 [2022-07-28T08:08:39.784Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON
08:08:39 [2022-07-28T08:08:39.784Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON
08:08:39 [2022-07-28T08:08:39.784Z] === RUN   TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body
08:08:39 [2022-07-28T08:08:39.784Z] === RUN   TestContainerInvalidJSON/exec/foobar/start/empty_body
08:08:39 [2022-07-28T08:08:39.784Z] === CONT  TestContainerInvalidJSON/containers/foobar/update
08:08:39 [2022-07-28T08:08:39.784Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_content_type
08:08:39 [2022-07-28T08:08:39.784Z] === CONT  TestContainerInvalidJSON/containers/foobar/exec
08:08:39 [2022-07-28T08:08:39.784Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type
08:08:39 [2022-07-28T08:08:39.784Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/invalid_JSON
08:08:39 [2022-07-28T08:08:39.784Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON
08:08:39 [2022-07-28T08:08:39.784Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON
08:08:39 [2022-07-28T08:08:39.784Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON
08:08:39 [2022-07-28T08:08:39.784Z] === RUN   TestContainerInvalidJSON/containers/foobar/update/empty_body
08:08:39 [2022-07-28T08:08:39.784Z] === RUN   TestContainerInvalidJSON/containers/foobar/exec/empty_body
08:08:39 [2022-07-28T08:08:39.784Z] === CONT  TestContainerInvalidJSON/containers/create
08:08:39 [2022-07-28T08:08:39.784Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_content_type
08:08:39 [2022-07-28T08:08:39.784Z] === RUN   TestContainerInvalidJSON/containers/create/invalid_JSON
08:08:39 [2022-07-28T08:08:39.784Z] === RUN   TestContainerInvalidJSON/containers/create/extra_content_after_JSON
08:08:39 [2022-07-28T08:08:39.784Z] === RUN   TestContainerInvalidJSON/containers/create/empty_body
08:08:39 [2022-07-28T08:08:39.784Z] --- PASS: TestContainerInvalidJSON (0.02s)
08:08:39 [2022-07-28T08:08:39.784Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start (0.00s)
08:08:39 [2022-07-28T08:08:39.784Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_content_type (0.00s)
08:08:39 [2022-07-28T08:08:39.784Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/invalid_JSON (0.00s)
08:08:39 [2022-07-28T08:08:39.784Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/extra_content_after_JSON (0.00s)
08:08:39 [2022-07-28T08:08:39.784Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/start/empty_body (0.00s)
08:08:39 [2022-07-28T08:08:39.784Z]     --- PASS: TestContainerInvalidJSON/commit (0.01s)
08:08:39 [2022-07-28T08:08:39.784Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_content_type (0.00s)
08:08:39 [2022-07-28T08:08:39.784Z]         --- PASS: TestContainerInvalidJSON/commit/invalid_JSON (0.00s)
08:08:39 [2022-07-28T08:08:39.784Z]         --- PASS: TestContainerInvalidJSON/commit/extra_content_after_JSON (0.00s)
08:08:39 [2022-07-28T08:08:39.784Z]         --- PASS: TestContainerInvalidJSON/commit/empty_body (0.01s)
08:08:39 [2022-07-28T08:08:39.784Z]     --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy (0.01s)
08:08:39 [2022-07-28T08:08:39.784Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_content_type (0.01s)
08:08:39 [2022-07-28T08:08:39.784Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/invalid_JSON (0.00s)
08:08:39 [2022-07-28T08:08:39.784Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/extra_content_after_JSON (0.00s)
08:08:39 [2022-07-28T08:08:39.784Z]         --- PASS: TestContainerInvalidJSON/v1.23/containers/foobar/copy/empty_body (0.00s)
08:08:39 [2022-07-28T08:08:39.784Z]     --- PASS: TestContainerInvalidJSON/exec/foobar/start (0.01s)
08:08:39 [2022-07-28T08:08:39.784Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_content_type (0.00s)
08:08:39 [2022-07-28T08:08:39.784Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/invalid_JSON (0.00s)
08:08:39 [2022-07-28T08:08:39.784Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/extra_content_after_JSON (0.00s)
08:08:39 [2022-07-28T08:08:39.784Z]         --- PASS: TestContainerInvalidJSON/exec/foobar/start/empty_body (0.00s)
08:08:39 [2022-07-28T08:08:39.784Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/update (0.01s)
08:08:39 [2022-07-28T08:08:39.784Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_content_type (0.00s)
08:08:39 [2022-07-28T08:08:39.784Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/invalid_JSON (0.00s)
08:08:39 [2022-07-28T08:08:39.784Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/extra_content_after_JSON (0.00s)
08:08:39 [2022-07-28T08:08:39.784Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/update/empty_body (0.00s)
08:08:39 [2022-07-28T08:08:39.784Z]     --- PASS: TestContainerInvalidJSON/containers/foobar/exec (0.02s)
08:08:39 [2022-07-28T08:08:39.784Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_content_type (0.00s)
08:08:39 [2022-07-28T08:08:39.784Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/invalid_JSON (0.00s)
08:08:39 [2022-07-28T08:08:39.784Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/extra_content_after_JSON (0.00s)
08:08:39 [2022-07-28T08:08:39.784Z]         --- PASS: TestContainerInvalidJSON/containers/foobar/exec/empty_body (0.01s)
08:08:39 [2022-07-28T08:08:39.784Z]     --- PASS: TestContainerInvalidJSON/containers/create (0.01s)
08:08:39 [2022-07-28T08:08:39.784Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_content_type (0.00s)
08:08:39 [2022-07-28T08:08:39.784Z]         --- PASS: TestContainerInvalidJSON/containers/create/invalid_JSON (0.00s)
08:08:39 [2022-07-28T08:08:39.784Z]         --- PASS: TestContainerInvalidJSON/containers/create/extra_content_after_JSON (0.00s)
08:08:39 [2022-07-28T08:08:39.784Z]         --- PASS: TestContainerInvalidJSON/containers/create/empty_body (0.00s)
08:08:39 [2022-07-28T08:08:39.784Z] === RUN   TestCopyFromContainerPathDoesNotExist
08:08:39 [2022-07-28T08:08:39.784Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s)
08:08:39 [2022-07-28T08:08:39.784Z] === RUN   TestCopyFromContainerPathIsNotDir
08:08:39 [2022-07-28T08:08:39.873Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.69s)
08:08:39 [2022-07-28T08:08:39.873Z] === RUN   TestCgroupNamespacesRunOlderClient
08:08:40 [2022-07-28T08:08:40.044Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.08s)
08:08:40 [2022-07-28T08:08:40.044Z] === RUN   TestCopyToContainerPathDoesNotExist
08:08:40 [2022-07-28T08:08:40.044Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s)
08:08:40 [2022-07-28T08:08:40.044Z] === RUN   TestCopyEmptyFile
08:08:40 [2022-07-28T08:08:40.304Z] === RUN   TestDockerSuite/TestContainerAPIDeleteConflict
08:08:40 [2022-07-28T08:08:40.564Z] --- PASS: TestCopyEmptyFile (0.42s)
08:08:40 [2022-07-28T08:08:40.564Z] === RUN   TestCopyToContainerPathIsNotDir
08:08:40 [2022-07-28T08:08:40.564Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s)
08:08:40 [2022-07-28T08:08:40.564Z] === RUN   TestCopyFromContainer
08:08:40 [2022-07-28T08:08:40.564Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2
08:08:40 [2022-07-28T08:08:40.801Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.17s)
08:08:40 [2022-07-28T08:08:40.801Z] === RUN   TestNISDomainname
08:08:40 [2022-07-28T08:08:40.808Z] --- PASS: TestPluginWithDevMounts (1.58s)
08:08:40 [2022-07-28T08:08:40.808Z] PASS
08:08:40 [2022-07-28T08:08:40.808Z] 
08:08:40 [2022-07-28T08:08:40.808Z] DONE 1 tests in 1.601s
08:08:40 [2022-07-28T08:08:40.808Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
08:08:40 [2022-07-28T08:08:40.808Z] INFO: Testing against a local daemon
08:08:40 [2022-07-28T08:08:40.808Z] === RUN   TestSecretInspect
08:08:41 [2022-07-28T08:08:41.135Z] === RUN   TestDockerSuite/TestContainerAPIDeleteForce
08:08:41 [2022-07-28T08:08:41.363Z] --- PASS: TestNISDomainname (0.54s)
08:08:41 [2022-07-28T08:08:41.363Z] === RUN   TestHostnameDnsResolution
08:08:42 [2022-07-28T08:08:42.074Z] === RUN   TestDockerSuite/TestContainerAPIDeleteNotExist
08:08:42 [2022-07-28T08:08:42.074Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveLinks
08:08:42 [2022-07-28T08:08:42.074Z] === RUN   TestCopyFromContainer//
08:08:42 [2022-07-28T08:08:42.290Z] --- PASS: TestHostnameDnsResolution (0.65s)
08:08:42 [2022-07-28T08:08:42.290Z] === RUN   TestUnprivilegedPortsAndPing
08:08:42 [2022-07-28T08:08:42.333Z] === RUN   TestCopyFromContainer//bar/root
08:08:42 [2022-07-28T08:08:42.333Z] === RUN   TestCopyFromContainer//bar/root/
08:08:42 [2022-07-28T08:08:42.546Z] --- PASS: TestUnprivilegedPortsAndPing (0.50s)
08:08:42 [2022-07-28T08:08:42.546Z] === RUN   TestPrivilegedHostDevices
08:08:42 [2022-07-28T08:08:42.593Z] === RUN   TestCopyFromContainer/bar/quux
08:08:42 [2022-07-28T08:08:42.593Z] === RUN   TestCopyFromContainer/bar/quux/
08:08:42 [2022-07-28T08:08:42.697Z] --- PASS: TestSecretInspect (2.18s)
08:08:42 [2022-07-28T08:08:42.697Z] === RUN   TestSecretList
08:08:42 [2022-07-28T08:08:42.853Z] === RUN   TestCopyFromContainer/bar/quux/baz
08:08:42 [2022-07-28T08:08:42.853Z] === RUN   TestCopyFromContainer/bar/filesymlink
08:08:43 [2022-07-28T08:08:43.107Z] --- PASS: TestPrivilegedHostDevices (0.47s)
08:08:43 [2022-07-28T08:08:43.107Z] === RUN   TestRunConsoleSize
08:08:43 [2022-07-28T08:08:43.113Z] === RUN   TestCopyFromContainer/bar/dirsymlink
08:08:43 [2022-07-28T08:08:43.113Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
08:08:43 [2022-07-28T08:08:43.363Z] --- PASS: TestRunConsoleSize (0.41s)
08:08:43 [2022-07-28T08:08:43.363Z] === RUN   TestStats
08:08:43 [2022-07-28T08:08:43.373Z] === RUN   TestCopyFromContainer/bar/notarget
08:08:43 [2022-07-28T08:08:43.373Z] --- PASS: TestCopyFromContainer (2.94s)
08:08:43 [2022-07-28T08:08:43.373Z]     --- PASS: TestCopyFromContainer// (0.12s)
08:08:43 [2022-07-28T08:08:43.373Z]     --- PASS: TestCopyFromContainer//bar/root (0.15s)
08:08:43 [2022-07-28T08:08:43.373Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.13s)
08:08:43 [2022-07-28T08:08:43.373Z]     --- PASS: TestCopyFromContainer/bar/quux (0.12s)
08:08:43 [2022-07-28T08:08:43.373Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.13s)
08:08:43 [2022-07-28T08:08:43.373Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.13s)
08:08:43 [2022-07-28T08:08:43.373Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.16s)
08:08:43 [2022-07-28T08:08:43.373Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.12s)
08:08:43 [2022-07-28T08:08:43.373Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.09s)
08:08:43 [2022-07-28T08:08:43.373Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.13s)
08:08:43 [2022-07-28T08:08:43.373Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
08:08:43 [2022-07-28T08:08:43.373Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
08:08:43 [2022-07-28T08:08:43.373Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
08:08:43 [2022-07-28T08:08:43.373Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
08:08:43 [2022-07-28T08:08:43.373Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
08:08:43 [2022-07-28T08:08:43.373Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
08:08:43 [2022-07-28T08:08:43.373Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
08:08:43 [2022-07-28T08:08:43.373Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
08:08:43 [2022-07-28T08:08:43.373Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
08:08:43 [2022-07-28T08:08:43.373Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
08:08:43 [2022-07-28T08:08:43.373Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s)
08:08:43 [2022-07-28T08:08:43.373Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
08:08:43 [2022-07-28T08:08:43.373Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
08:08:43 [2022-07-28T08:08:43.373Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
08:08:43 [2022-07-28T08:08:43.373Z] === RUN   TestCreateLinkToNonExistingContainer
08:08:43 [2022-07-28T08:08:43.633Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s)
08:08:43 [2022-07-28T08:08:43.633Z] === RUN   TestCreateWithInvalidEnv
08:08:43 [2022-07-28T08:08:43.633Z] === RUN   TestCreateWithInvalidEnv/0
08:08:43 [2022-07-28T08:08:43.633Z] === PAUSE TestCreateWithInvalidEnv/0
08:08:43 [2022-07-28T08:08:43.633Z] === RUN   TestCreateWithInvalidEnv/1
08:08:43 [2022-07-28T08:08:43.633Z] === PAUSE TestCreateWithInvalidEnv/1
08:08:43 [2022-07-28T08:08:43.633Z] === RUN   TestCreateWithInvalidEnv/2
08:08:43 [2022-07-28T08:08:43.633Z] === PAUSE TestCreateWithInvalidEnv/2
08:08:43 [2022-07-28T08:08:43.633Z] === CONT  TestCreateWithInvalidEnv/0
08:08:43 [2022-07-28T08:08:43.633Z] === CONT  TestCreateWithInvalidEnv/2
08:08:43 [2022-07-28T08:08:43.633Z] === CONT  TestCreateWithInvalidEnv/1
08:08:43 [2022-07-28T08:08:43.633Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
08:08:43 [2022-07-28T08:08:43.633Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
08:08:43 [2022-07-28T08:08:43.633Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
08:08:43 [2022-07-28T08:08:43.633Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
08:08:43 [2022-07-28T08:08:43.633Z] === RUN   TestCreateTmpfsMountsTarget
08:08:43 [2022-07-28T08:08:43.633Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s)
08:08:43 [2022-07-28T08:08:43.633Z] === RUN   TestCreateWithCustomMaskedPaths
08:08:43 [2022-07-28T08:08:43.893Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveVolume
08:08:44 [2022-07-28T08:08:44.152Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeIP
08:08:44 [2022-07-28T08:08:44.721Z] === RUN   TestDockerSuite/TestContainerAPIDeleteWithEmptyName
08:08:44 [2022-07-28T08:08:44.721Z] === RUN   TestDockerSuite/TestContainerAPIGetAll
08:08:45 [2022-07-28T08:08:45.214Z] --- PASS: TestSecretList (2.28s)
08:08:45 [2022-07-28T08:08:45.214Z] === RUN   TestSecretsCreateAndDelete
08:08:45 [2022-07-28T08:08:45.779Z] === RUN   TestDockerSuite/TestContainerAPIGetChanges
08:08:45 [2022-07-28T08:08:45.779Z] --- PASS: TestCreateWithCustomMaskedPaths (2.24s)
08:08:45 [2022-07-28T08:08:45.779Z] === RUN   TestCreateWithCustomReadonlyPaths
08:08:45 [2022-07-28T08:08:45.877Z] --- PASS: TestStats (2.42s)
08:08:45 [2022-07-28T08:08:45.877Z] === RUN   TestStopContainerWithTimeout
08:08:45 [2022-07-28T08:08:45.877Z] === RUN   TestStopContainerWithTimeout/0
08:08:45 [2022-07-28T08:08:45.877Z] === PAUSE TestStopContainerWithTimeout/0
08:08:45 [2022-07-28T08:08:45.877Z] === RUN   TestStopContainerWithTimeout/1
08:08:45 [2022-07-28T08:08:45.877Z] === PAUSE TestStopContainerWithTimeout/1
08:08:45 [2022-07-28T08:08:45.877Z] === RUN   TestStopContainerWithTimeout/3
08:08:45 [2022-07-28T08:08:45.877Z] === PAUSE TestStopContainerWithTimeout/3
08:08:45 [2022-07-28T08:08:45.877Z] === RUN   TestStopContainerWithTimeout/-1
08:08:45 [2022-07-28T08:08:45.877Z] === PAUSE TestStopContainerWithTimeout/-1
08:08:45 [2022-07-28T08:08:45.877Z] === CONT  TestStopContainerWithTimeout/0
08:08:45 [2022-07-28T08:08:45.877Z] === CONT  TestStopContainerWithTimeout/-1
08:08:46 [2022-07-28T08:08:46.366Z] === RUN   TestDockerSuite/TestContainerAPIGetExport
08:08:46 [2022-07-28T08:08:46.438Z] === CONT  TestStopContainerWithTimeout/3
08:08:46 [2022-07-28T08:08:46.631Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeNone
08:08:47 [2022-07-28T08:08:47.569Z] === RUN   TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted
08:08:47 [2022-07-28T08:08:47.730Z] --- PASS: TestSecretsCreateAndDelete (2.21s)
08:08:47 [2022-07-28T08:08:47.730Z] === RUN   TestSecretsUpdate
08:08:48 [2022-07-28T08:08:48.138Z] === RUN   TestDockerDaemonSuite/TestDaemonCgroupParent
08:08:48 [2022-07-28T08:08:48.138Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.26s)
08:08:48 [2022-07-28T08:08:48.138Z] === RUN   TestCreateWithInvalidHealthcheckParams
08:08:48 [2022-07-28T08:08:48.138Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
08:08:48 [2022-07-28T08:08:48.138Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
08:08:48 [2022-07-28T08:08:48.138Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
08:08:48 [2022-07-28T08:08:48.138Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
08:08:48 [2022-07-28T08:08:48.138Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
08:08:48 [2022-07-28T08:08:48.138Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
08:08:48 [2022-07-28T08:08:48.138Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
08:08:48 [2022-07-28T08:08:48.138Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
08:08:48 [2022-07-28T08:08:48.138Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
08:08:48 [2022-07-28T08:08:48.138Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
08:08:48 [2022-07-28T08:08:48.138Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
08:08:48 [2022-07-28T08:08:48.138Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
08:08:48 [2022-07-28T08:08:48.138Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
08:08:48 [2022-07-28T08:08:48.138Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
08:08:48 [2022-07-28T08:08:48.138Z] === RUN   TestDockerSuite/TestContainerAPIInvalidPortSyntax
08:08:48 [2022-07-28T08:08:48.138Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
08:08:48 [2022-07-28T08:08:48.138Z] === RUN   TestDockerSuite/TestContainerAPIKill
08:08:48 [2022-07-28T08:08:48.138Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s)
08:08:48 [2022-07-28T08:08:48.138Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
08:08:48 [2022-07-28T08:08:48.138Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s)
08:08:48 [2022-07-28T08:08:48.138Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s)
08:08:48 [2022-07-28T08:08:48.138Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s)
08:08:48 [2022-07-28T08:08:48.138Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s)
08:08:48 [2022-07-28T08:08:48.138Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
08:08:48 [2022-07-28T08:08:48.952Z] === CONT  TestStopContainerWithTimeout/1
08:08:49 [2022-07-28T08:08:49.076Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.70s)
08:08:49 [2022-07-28T08:08:49.077Z] === RUN   TestCreateDifferentPlatform
08:08:49 [2022-07-28T08:08:49.077Z] === RUN   TestCreateDifferentPlatform/different_os
08:08:49 [2022-07-28T08:08:49.077Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
08:08:49 [2022-07-28T08:08:49.077Z] --- PASS: TestCreateDifferentPlatform (0.03s)
08:08:49 [2022-07-28T08:08:49.077Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
08:08:49 [2022-07-28T08:08:49.077Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
08:08:49 [2022-07-28T08:08:49.077Z] === RUN   TestCreateVolumesFromNonExistingContainer
08:08:49 [2022-07-28T08:08:49.077Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s)
08:08:49 [2022-07-28T08:08:49.077Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
08:08:49 [2022-07-28T08:08:49.077Z] === RUN   TestDockerSuite/TestContainerAPIPause
08:08:49 [2022-07-28T08:08:49.077Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.08s)
08:08:49 [2022-07-28T08:08:49.077Z] === RUN   TestCreateInvalidHostConfig
08:08:49 [2022-07-28T08:08:49.077Z] === RUN   TestCreateInvalidHostConfig/invalid_IpcMode
08:08:49 [2022-07-28T08:08:49.077Z] === PAUSE TestCreateInvalidHostConfig/invalid_IpcMode
08:08:49 [2022-07-28T08:08:49.077Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode
08:08:49 [2022-07-28T08:08:49.077Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode
08:08:49 [2022-07-28T08:08:49.077Z] === RUN   TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
08:08:49 [2022-07-28T08:08:49.077Z] === PAUSE TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
08:08:49 [2022-07-28T08:08:49.077Z] === RUN   TestCreateInvalidHostConfig/invalid_UTSMode
08:08:49 [2022-07-28T08:08:49.077Z] === PAUSE TestCreateInvalidHostConfig/invalid_UTSMode
08:08:49 [2022-07-28T08:08:49.077Z] === CONT  TestCreateInvalidHostConfig/invalid_IpcMode
08:08:49 [2022-07-28T08:08:49.077Z] === CONT  TestCreateInvalidHostConfig/invalid_UTSMode
08:08:49 [2022-07-28T08:08:49.077Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID
08:08:49 [2022-07-28T08:08:49.077Z] === CONT  TestCreateInvalidHostConfig/invalid_PidMode
08:08:49 [2022-07-28T08:08:49.077Z] --- PASS: TestCreateInvalidHostConfig (0.02s)
08:08:49 [2022-07-28T08:08:49.077Z]     --- PASS: TestCreateInvalidHostConfig/invalid_UTSMode (0.00s)
08:08:49 [2022-07-28T08:08:49.077Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode_without_container_ID (0.00s)
08:08:49 [2022-07-28T08:08:49.077Z]     --- PASS: TestCreateInvalidHostConfig/invalid_PidMode (0.00s)
08:08:49 [2022-07-28T08:08:49.077Z]     --- PASS: TestCreateInvalidHostConfig/invalid_IpcMode (0.01s)
08:08:49 [2022-07-28T08:08:49.077Z] === RUN   TestContainerStartOnDaemonRestart
08:08:49 [2022-07-28T08:08:49.077Z] === PAUSE TestContainerStartOnDaemonRestart
08:08:49 [2022-07-28T08:08:49.077Z] === RUN   TestDaemonRestartIpcMode
08:08:49 [2022-07-28T08:08:49.077Z] === PAUSE TestDaemonRestartIpcMode
08:08:49 [2022-07-28T08:08:49.077Z] === RUN   TestDaemonHostGatewayIP
08:08:49 [2022-07-28T08:08:49.077Z] === PAUSE TestDaemonHostGatewayIP
08:08:49 [2022-07-28T08:08:49.077Z] === RUN   TestRestartDaemonWithRestartingContainer
08:08:49 [2022-07-28T08:08:49.077Z] === PAUSE TestRestartDaemonWithRestartingContainer
08:08:49 [2022-07-28T08:08:49.077Z] === RUN   TestContainerKillOnDaemonStart
08:08:49 [2022-07-28T08:08:49.077Z] === PAUSE TestContainerKillOnDaemonStart
08:08:49 [2022-07-28T08:08:49.077Z] === RUN   TestDiff
08:08:49 [2022-07-28T08:08:49.616Z] --- PASS: TestSecretsUpdate (2.16s)
08:08:49 [2022-07-28T08:08:49.616Z] === RUN   TestTemplatedSecret
08:08:50 [2022-07-28T08:08:50.018Z] === RUN   TestDockerSuite/TestContainerAPIPostContainerStop
08:08:50 [2022-07-28T08:08:50.018Z] --- PASS: TestDiff (0.89s)
08:08:50 [2022-07-28T08:08:50.018Z] === RUN   TestExecConsoleSize
08:08:50 [2022-07-28T08:08:50.279Z] === RUN   TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode
08:08:50 [2022-07-28T08:08:50.538Z] === RUN   TestDockerSuite/TestContainerAPIPostCreateNull
08:08:50 [2022-07-28T08:08:50.798Z] === RUN   TestDockerSuite/TestContainerAPIRename
08:08:50 [2022-07-28T08:08:50.798Z] --- PASS: TestExecConsoleSize (0.87s)
08:08:50 [2022-07-28T08:08:50.798Z] === RUN   TestExecWithCloseStdin
08:08:50 [2022-07-28T08:08:50.841Z] --- PASS: TestStopContainerWithTimeout (0.01s)
08:08:50 [2022-07-28T08:08:50.841Z]     --- PASS: TestStopContainerWithTimeout/0 (0.65s)
08:08:50 [2022-07-28T08:08:50.841Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.95s)
08:08:50 [2022-07-28T08:08:50.841Z]     --- PASS: TestStopContainerWithTimeout/3 (2.88s)
08:08:50 [2022-07-28T08:08:50.841Z]     --- PASS: TestStopContainerWithTimeout/1 (1.97s)
08:08:50 [2022-07-28T08:08:50.841Z] === RUN   TestDeleteDevicemapper
08:08:50 [2022-07-28T08:08:50.841Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
08:08:50 [2022-07-28T08:08:50.841Z] --- SKIP: TestDeleteDevicemapper (0.00s)
08:08:50 [2022-07-28T08:08:50.841Z] === RUN   TestStopContainerWithRestartPolicyAlways
08:08:51 [2022-07-28T08:08:51.739Z] === RUN   TestDockerSuite/TestContainerAPIRestart
08:08:51 [2022-07-28T08:08:51.739Z] === RUN   TestDockerDaemonSuite/TestDaemonDebugLog
08:08:51 [2022-07-28T08:08:51.739Z] --- PASS: TestExecWithCloseStdin (0.92s)
08:08:51 [2022-07-28T08:08:51.739Z] === RUN   TestExec
08:08:52 [2022-07-28T08:08:52.133Z] --- PASS: TestTemplatedSecret (2.61s)
08:08:52 [2022-07-28T08:08:52.133Z] === RUN   TestSecretCreateResolve
08:08:52 [2022-07-28T08:08:52.209Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.46s)
08:08:52 [2022-07-28T08:08:52.209Z] === RUN   TestUpdateMemory
08:08:52 [2022-07-28T08:08:52.309Z]     check_test.go:540: [da380a00fe378] daemon is not started
08:08:52 [2022-07-28T08:08:52.309Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit
08:08:52 [2022-07-28T08:08:52.569Z] --- PASS: TestExec (0.78s)
08:08:52 [2022-07-28T08:08:52.569Z] === RUN   TestExecUser
08:08:52 [2022-07-28T08:08:52.770Z] --- PASS: TestUpdateMemory (0.52s)
08:08:52 [2022-07-28T08:08:52.770Z] === RUN   TestUpdateCPUQuota
08:08:53 [2022-07-28T08:08:53.139Z] === RUN   TestDockerSuite/TestContainerAPIRestartNotimeoutParam
08:08:53 [2022-07-28T08:08:53.400Z] --- PASS: TestExecUser (0.88s)
08:08:53 [2022-07-28T08:08:53.400Z] === RUN   TestExportContainerAndImportImage
08:08:53 [2022-07-28T08:08:53.702Z] --- PASS: TestUpdateCPUQuota (0.73s)
08:08:53 [2022-07-28T08:08:53.702Z] === RUN   TestUpdatePidsLimit
08:08:53 [2022-07-28T08:08:53.702Z] === RUN   TestUpdatePidsLimit/update_from_none
08:08:53 [2022-07-28T08:08:53.702Z] === RUN   TestUpdatePidsLimit/no_change
08:08:53 [2022-07-28T08:08:53.958Z] === RUN   TestUpdatePidsLimit/update_lower
08:08:54 [2022-07-28T08:08:54.214Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
08:08:54 [2022-07-28T08:08:54.214Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
08:08:54 [2022-07-28T08:08:54.344Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount
08:08:54 [2022-07-28T08:08:54.344Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName
08:08:54 [2022-07-28T08:08:54.470Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
08:08:54 [2022-07-28T08:08:54.605Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount
08:08:54 [2022-07-28T08:08:54.605Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch
08:08:54 [2022-07-28T08:08:54.605Z] --- PASS: TestExportContainerAndImportImage (1.13s)
08:08:54 [2022-07-28T08:08:54.605Z] === RUN   TestExportContainerAfterDaemonRestart
08:08:54 [2022-07-28T08:08:54.605Z] === RUN   TestDockerSuite/TestContainerAPIStart
08:08:54 [2022-07-28T08:08:54.605Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet
08:08:54 [2022-07-28T08:08:54.647Z] --- PASS: TestSecretCreateResolve (2.18s)
08:08:54 [2022-07-28T08:08:54.647Z] PASS
08:08:54 [2022-07-28T08:08:54.647Z] 
08:08:54 [2022-07-28T08:08:54.647Z] DONE 6 tests in 13.651s
08:08:54 [2022-07-28T08:08:54.647Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
08:08:54 [2022-07-28T08:08:54.647Z] INFO: Testing against a local daemon
08:08:54 [2022-07-28T08:08:54.647Z] === RUN   TestServiceCreateInit
08:08:54 [2022-07-28T08:08:54.647Z] === RUN   TestServiceCreateInit/daemonInitDisabled
08:08:54 [2022-07-28T08:08:54.726Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
08:08:55 [2022-07-28T08:08:55.175Z] === RUN   TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled
08:08:55 [2022-07-28T08:08:55.287Z] --- PASS: TestUpdatePidsLimit (1.83s)
08:08:55 [2022-07-28T08:08:55.287Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.18s)
08:08:55 [2022-07-28T08:08:55.287Z]     --- PASS: TestUpdatePidsLimit/no_change (0.21s)
08:08:55 [2022-07-28T08:08:55.287Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.18s)
08:08:55 [2022-07-28T08:08:55.287Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.18s)
08:08:55 [2022-07-28T08:08:55.287Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.22s)
08:08:55 [2022-07-28T08:08:55.287Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.24s)
08:08:55 [2022-07-28T08:08:55.287Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.18s)
08:08:55 [2022-07-28T08:08:55.287Z] === RUN   TestUpdateRestartPolicy
08:08:56 [2022-07-28T08:08:56.114Z] --- PASS: TestExportContainerAfterDaemonRestart (1.45s)
08:08:56 [2022-07-28T08:08:56.114Z] === RUN   TestHealthCheckWorkdir
08:08:56 [2022-07-28T08:08:56.114Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit
08:08:56 [2022-07-28T08:08:56.683Z] --- PASS: TestHealthCheckWorkdir (0.85s)
08:08:56 [2022-07-28T08:08:56.683Z] === RUN   TestHealthKillContainer
08:08:57 [2022-07-28T08:08:57.915Z] === RUN   TestServiceCreateInit/daemonInitEnabled
08:08:58 [2022-07-28T08:08:58.062Z] === RUN   TestDockerDaemonSuite/TestDaemonEvents
08:08:59 [2022-07-28T08:08:59.440Z] === RUN   TestDockerSuite/TestContainerAPIStop
08:09:00 [2022-07-28T08:09:00.009Z] === RUN   TestDockerSuite/TestContainerAPITop
08:09:00 [2022-07-28T08:09:00.578Z] === RUN   TestDockerSuite/TestContainerAPITopWindows
08:09:00 [2022-07-28T08:09:00.578Z]     docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows
08:09:00 [2022-07-28T08:09:00.578Z] === RUN   TestDockerSuite/TestContainerAPIVerifyHeader
08:09:00 [2022-07-28T08:09:00.578Z] === RUN   TestDockerSuite/TestContainerAPIWait
08:09:01 [2022-07-28T08:09:01.514Z] === RUN   TestDockerDaemonSuite/TestDaemonEventsWithFilters
08:09:02 [2022-07-28T08:09:02.077Z] --- PASS: TestServiceCreateInit (7.50s)
08:09:02 [2022-07-28T08:09:02.077Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.66s)
08:09:02 [2022-07-28T08:09:02.077Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.83s)
08:09:02 [2022-07-28T08:09:02.077Z] === RUN   TestCreateServiceMultipleTimes
08:09:02 [2022-07-28T08:09:02.892Z] === RUN   TestDockerSuite/TestContainerKillCustomStopSignal
08:09:03 [2022-07-28T08:09:03.460Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate
08:09:04 [2022-07-28T08:09:04.399Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false__<nil>_<nil>_<nil>_<nil>}
08:09:04 [2022-07-28T08:09:04.969Z] --- PASS: TestHealthKillContainer (8.21s)
08:09:04 [2022-07-28T08:09:04.969Z] === RUN   TestInspectCpusetInConfigPre120
08:09:05 [2022-07-28T08:09:05.229Z] === RUN   TestDockerDaemonSuite/TestDaemonExitOnFailure
08:09:05 [2022-07-28T08:09:05.490Z] --- PASS: TestInspectCpusetInConfigPre120 (0.52s)
08:09:05 [2022-07-28T08:09:05.490Z] === RUN   TestIpcModeNone
08:09:05 [2022-07-28T08:09:05.750Z]     check_test.go:540: [dc797f215cd35] daemon is not started
08:09:05 [2022-07-28T08:09:05.750Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagD
08:09:05 [2022-07-28T08:09:05.750Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false__<nil>_<nil>_<nil>_<nil>}
08:09:06 [2022-07-28T08:09:06.319Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagDebug
08:09:06 [2022-07-28T08:09:06.319Z] --- PASS: TestIpcModeNone (0.74s)
08:09:06 [2022-07-28T08:09:06.319Z] === RUN   TestIpcModePrivate
08:09:06 [2022-07-28T08:09:06.580Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal
08:09:06 [2022-07-28T08:09:06.841Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:86, shared: false, mustBeShared: false
08:09:06 [2022-07-28T08:09:06.841Z] --- PASS: TestIpcModePrivate (0.62s)
08:09:06 [2022-07-28T08:09:06.841Z] === RUN   TestIpcModeShareable
08:09:07 [2022-07-28T08:09:07.102Z] === RUN   TestDockerDaemonSuite/TestDaemonICCLinkExpose
08:09:07 [2022-07-28T08:09:07.102Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false__<nil>_<nil>_<nil>_<nil>}
08:09:07 [2022-07-28T08:09:07.362Z]     ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:79, shared: true, mustBeShared: true
08:09:07 [2022-07-28T08:09:07.623Z] --- PASS: TestIpcModeShareable (0.67s)
08:09:07 [2022-07-28T08:09:07.623Z] === RUN   TestAPIIpcModeShareableAndContainer
08:09:09 [2022-07-28T08:09:09.005Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true__<nil>_<nil>_<nil>_<nil>}
08:09:09 [2022-07-28T08:09:09.944Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.34s)
08:09:09 [2022-07-28T08:09:09.944Z] === RUN   TestAPIIpcModeHost
08:09:09 [2022-07-28T08:09:09.944Z] === RUN   TestDockerDaemonSuite/TestDaemonICCPing
08:09:10 [2022-07-28T08:09:10.128Z] --- PASS: TestUpdateRestartPolicy (12.85s)
08:09:10 [2022-07-28T08:09:10.128Z] === RUN   TestUpdateRestartWithAutoRemove
08:09:10 [2022-07-28T08:09:10.128Z] --- PASS: TestUpdateRestartWithAutoRemove (0.45s)
08:09:10 [2022-07-28T08:09:10.128Z] === RUN   TestWaitNonBlocked
08:09:10 [2022-07-28T08:09:10.128Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
08:09:10 [2022-07-28T08:09:10.128Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
08:09:10 [2022-07-28T08:09:10.128Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
08:09:10 [2022-07-28T08:09:10.128Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
08:09:10 [2022-07-28T08:09:10.128Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
08:09:10 [2022-07-28T08:09:10.128Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
08:09:10 [2022-07-28T08:09:10.128Z] --- PASS: TestWaitNonBlocked (0.01s)
08:09:10 [2022-07-28T08:09:10.128Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.62s)
08:09:10 [2022-07-28T08:09:10.128Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.71s)
08:09:10 [2022-07-28T08:09:10.128Z] === RUN   TestWaitBlocked
08:09:10 [2022-07-28T08:09:10.128Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
08:09:10 [2022-07-28T08:09:10.128Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
08:09:10 [2022-07-28T08:09:10.128Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
08:09:10 [2022-07-28T08:09:10.128Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
08:09:10 [2022-07-28T08:09:10.128Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
08:09:10 [2022-07-28T08:09:10.128Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
08:09:10 [2022-07-28T08:09:10.128Z] --- PASS: TestWaitBlocked (0.01s)
08:09:10 [2022-07-28T08:09:10.128Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.56s)
08:09:10 [2022-07-28T08:09:10.128Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.61s)
08:09:10 [2022-07-28T08:09:10.128Z] === RUN   TestWaitConditions
08:09:10 [2022-07-28T08:09:10.128Z] === RUN   TestWaitConditions/default
08:09:10 [2022-07-28T08:09:10.128Z] === PAUSE TestWaitConditions/default
08:09:10 [2022-07-28T08:09:10.128Z] === RUN   TestWaitConditions/not-running
08:09:10 [2022-07-28T08:09:10.128Z] === PAUSE TestWaitConditions/not-running
08:09:10 [2022-07-28T08:09:10.128Z] === RUN   TestWaitConditions/next-exit
08:09:10 [2022-07-28T08:09:10.128Z] === PAUSE TestWaitConditions/next-exit
08:09:10 [2022-07-28T08:09:10.128Z] === RUN   TestWaitConditions/removed
08:09:10 [2022-07-28T08:09:10.128Z] === PAUSE TestWaitConditions/removed
08:09:10 [2022-07-28T08:09:10.128Z] === CONT  TestWaitConditions/default
08:09:10 [2022-07-28T08:09:10.128Z] === CONT  TestWaitConditions/removed
08:09:10 [2022-07-28T08:09:10.513Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false__<nil>_0xc000c625b8_<nil>_<nil>}
08:09:10 [2022-07-28T08:09:10.513Z] --- PASS: TestAPIIpcModeHost (0.53s)
08:09:10 [2022-07-28T08:09:10.513Z] === RUN   TestDaemonIpcModeShareable
08:09:11 [2022-07-28T08:09:11.493Z] === CONT  TestWaitConditions/next-exit
08:09:11 [2022-07-28T08:09:11.751Z] === CONT  TestWaitConditions/not-running
08:09:11 [2022-07-28T08:09:11.894Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:100, shared: true, mustBeShared: true
08:09:11 [2022-07-28T08:09:11.894Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-13421466051_/foo_false__<nil>_<nil>_<nil>_<nil>}
08:09:11 [2022-07-28T08:09:11.894Z] --- PASS: TestDaemonIpcModeShareable (1.55s)
08:09:11 [2022-07-28T08:09:11.894Z] === RUN   TestDaemonIpcModePrivate
08:09:13 [2022-07-28T08:09:13.118Z] --- PASS: TestWaitConditions (0.02s)
08:09:13 [2022-07-28T08:09:13.118Z]     --- PASS: TestWaitConditions/removed (1.59s)
08:09:13 [2022-07-28T08:09:13.118Z]     --- PASS: TestWaitConditions/default (1.73s)
08:09:13 [2022-07-28T08:09:13.118Z]     --- PASS: TestWaitConditions/next-exit (1.60s)
08:09:13 [2022-07-28T08:09:13.118Z]     --- PASS: TestWaitConditions/not-running (1.49s)
08:09:13 [2022-07-28T08:09:13.118Z] === CONT  TestContainerStartOnDaemonRestart
08:09:13 [2022-07-28T08:09:13.118Z] === CONT  TestRestartDaemonWithRestartingContainer
08:09:13 [2022-07-28T08:09:13.275Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: false, mustBeShared: false
08:09:13 [2022-07-28T08:09:13.275Z] --- PASS: TestDaemonIpcModePrivate (1.30s)
08:09:13 [2022-07-28T08:09:13.275Z] === RUN   TestDaemonIpcModePrivateFromConfig
08:09:13 [2022-07-28T08:09:13.275Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-13421466051_/foo_true__<nil>_<nil>_<nil>_<nil>}
08:09:14 [2022-07-28T08:09:14.657Z] === RUN   TestDockerDaemonSuite/TestDaemonIP
08:09:14 [2022-07-28T08:09:14.657Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:95, shared: false, mustBeShared: false
08:09:14 [2022-07-28T08:09:14.657Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.48s)
08:09:14 [2022-07-28T08:09:14.657Z] === RUN   TestDaemonIpcModeShareableFromConfig
08:09:14 [2022-07-28T08:09:14.917Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-33657000122_/foo_false__<nil>_<nil>_<nil>_<nil>}
08:09:15 [2022-07-28T08:09:15.636Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.02s)
08:09:15 [2022-07-28T08:09:15.636Z] === CONT  TestDaemonHostGatewayIP
08:09:15 [2022-07-28T08:09:15.636Z] --- PASS: TestContainerStartOnDaemonRestart (2.09s)
08:09:15 [2022-07-28T08:09:15.636Z] === CONT  TestDaemonRestartIpcMode
08:09:16 [2022-07-28T08:09:16.300Z]     ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:89, shared: true, mustBeShared: true
08:09:16 [2022-07-28T08:09:16.300Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-33657000122_/foo_true__<nil>_<nil>_<nil>_<nil>}
08:09:16 [2022-07-28T08:09:16.560Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.73s)
08:09:16 [2022-07-28T08:09:16.560Z] === RUN   TestIpcModeOlderClient
08:09:16 [2022-07-28T08:09:16.560Z] === PAUSE TestIpcModeOlderClient
08:09:16 [2022-07-28T08:09:16.560Z] === RUN   TestKillContainerInvalidSignal
08:09:17 [2022-07-28T08:09:17.130Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6Enabled
08:09:17 [2022-07-28T08:09:17.130Z]     docker_cli_daemon_test.go:363: unmatched requirement IPv6
08:09:17 [2022-07-28T08:09:17.130Z]     check_test.go:540: [d267370da508a] daemon is not started
08:09:17 [2022-07-28T08:09:17.130Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR
08:09:17 [2022-07-28T08:09:17.130Z] --- PASS: TestKillContainerInvalidSignal (0.75s)
08:09:17 [2022-07-28T08:09:17.130Z] === RUN   TestKillContainer
08:09:17 [2022-07-28T08:09:17.130Z] === RUN   TestKillContainer/no_signal
08:09:17 [2022-07-28T08:09:17.702Z] === RUN   TestKillContainer/non_killing_signal
08:09:17 [2022-07-28T08:09:17.962Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-33657000122_/foo_true__0xc000c625e8_<nil>_<nil>_<nil>}
08:09:18 [2022-07-28T08:09:18.153Z] --- PASS: TestDaemonRestartIpcMode (2.43s)
08:09:18 [2022-07-28T08:09:18.153Z] === CONT  TestIpcModeOlderClient
08:09:18 [2022-07-28T08:09:18.153Z] === CONT  TestContainerKillOnDaemonStart
08:09:18 [2022-07-28T08:09:18.153Z] --- PASS: TestDaemonHostGatewayIP (2.54s)
08:09:18 [2022-07-28T08:09:18.153Z] --- PASS: TestIpcModeOlderClient (0.07s)
08:09:18 [2022-07-28T08:09:18.222Z] === RUN   TestKillContainer/killing_signal
08:09:19 [2022-07-28T08:09:19.163Z] --- PASS: TestKillContainer (1.90s)
08:09:19 [2022-07-28T08:09:19.163Z]     --- PASS: TestKillContainer/no_signal (0.48s)
08:09:19 [2022-07-28T08:09:19.163Z]     --- PASS: TestKillContainer/non_killing_signal (0.43s)
08:09:19 [2022-07-28T08:09:19.163Z]     --- PASS: TestKillContainer/killing_signal (0.74s)
08:09:19 [2022-07-28T08:09:19.163Z] === RUN   TestKillWithStopSignalAndRestartPolicies
08:09:19 [2022-07-28T08:09:19.163Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac
08:09:19 [2022-07-28T08:09:19.163Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
08:09:19 [2022-07-28T08:09:19.732Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false__<nil>_0xc000c62600_<nil>_<nil>}
08:09:19 [2022-07-28T08:09:19.732Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
08:09:20 [2022-07-28T08:09:20.117Z] --- PASS: TestCreateServiceMultipleTimes (16.01s)
08:09:20 [2022-07-28T08:09:20.117Z] === RUN   TestCreateServiceConflict
08:09:20 [2022-07-28T08:09:20.117Z] --- PASS: TestCreateServiceConflict (2.15s)
08:09:20 [2022-07-28T08:09:20.117Z] === RUN   TestCreateServiceMaxReplicas
08:09:20 [2022-07-28T08:09:20.302Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.28s)
08:09:20 [2022-07-28T08:09:20.302Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.55s)
08:09:20 [2022-07-28T08:09:20.302Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.52s)
08:09:20 [2022-07-28T08:09:20.302Z] === RUN   TestKillStoppedContainer
08:09:20 [2022-07-28T08:09:20.562Z] --- PASS: TestKillStoppedContainer (0.06s)
08:09:20 [2022-07-28T08:09:20.562Z] === RUN   TestKillStoppedContainerAPIPre120
08:09:20 [2022-07-28T08:09:20.562Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s)
08:09:20 [2022-07-28T08:09:20.562Z] === RUN   TestKillDifferentUserContainer
08:09:21 [2022-07-28T08:09:21.133Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6HostMode
08:09:21 [2022-07-28T08:09:21.133Z] --- PASS: TestKillDifferentUserContainer (0.62s)
08:09:21 [2022-07-28T08:09:21.133Z] === RUN   TestInspectOomKilledTrue
08:09:21 [2022-07-28T08:09:21.133Z]     kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
08:09:21 [2022-07-28T08:09:21.133Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
08:09:21 [2022-07-28T08:09:21.133Z] === RUN   TestInspectOomKilledFalse
08:09:21 [2022-07-28T08:09:21.133Z]     kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
08:09:21 [2022-07-28T08:09:21.133Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
08:09:21 [2022-07-28T08:09:21.133Z] === RUN   TestLinksEtcHostsContentMatch
08:09:21 [2022-07-28T08:09:21.133Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false__<nil>_0xc000c62618_<nil>_<nil>}
08:09:21 [2022-07-28T08:09:21.703Z] --- PASS: TestLinksEtcHostsContentMatch (0.59s)
08:09:21 [2022-07-28T08:09:21.703Z] === RUN   TestLinksContainerNames
08:09:22 [2022-07-28T08:09:22.073Z] .........................xx....................                          [ 29%]
08:09:22 [2022-07-28T08:09:22.634Z] --- PASS: TestCreateServiceMaxReplicas (2.79s)
08:09:22 [2022-07-28T08:09:22.634Z] === RUN   TestCreateWithDuplicateNetworkNames
08:09:22 [2022-07-28T08:09:22.642Z] === RUN   TestDockerDaemonSuite/TestDaemonIptablesClean
08:09:22 [2022-07-28T08:09:22.642Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false__<nil>_0xc000c62630_<nil>_<nil>}
08:09:22 [2022-07-28T08:09:22.902Z] --- PASS: TestLinksContainerNames (1.19s)
08:09:22 [2022-07-28T08:09:22.902Z] === RUN   TestLogsFollowTailEmpty
08:09:23 [2022-07-28T08:09:23.841Z] --- PASS: TestLogsFollowTailEmpty (0.80s)
08:09:23 [2022-07-28T08:09:23.841Z] === RUN   TestLogs
08:09:23 [2022-07-28T08:09:23.841Z] === RUN   TestLogs/driver_local
08:09:23 [2022-07-28T08:09:23.841Z] === RUN   TestLogs/driver_local/tty/stdout_and_stderr
08:09:23 [2022-07-28T08:09:23.841Z] === PAUSE TestLogs/driver_local/tty/stdout_and_stderr
08:09:23 [2022-07-28T08:09:23.841Z] === RUN   TestLogs/driver_local/tty/only_stdout
08:09:23 [2022-07-28T08:09:23.841Z] === PAUSE TestLogs/driver_local/tty/only_stdout
08:09:23 [2022-07-28T08:09:23.841Z] === RUN   TestLogs/driver_local/tty/only_stderr
08:09:23 [2022-07-28T08:09:23.841Z] === PAUSE TestLogs/driver_local/tty/only_stderr
08:09:23 [2022-07-28T08:09:23.841Z] === RUN   TestLogs/driver_local/without_tty/stdout_and_stderr
08:09:23 [2022-07-28T08:09:23.841Z] === PAUSE TestLogs/driver_local/without_tty/stdout_and_stderr
08:09:23 [2022-07-28T08:09:23.841Z] === RUN   TestLogs/driver_local/without_tty/only_stdout
08:09:23 [2022-07-28T08:09:23.841Z] === PAUSE TestLogs/driver_local/without_tty/only_stdout
08:09:23 [2022-07-28T08:09:23.841Z] === RUN   TestLogs/driver_local/without_tty/only_stderr
08:09:23 [2022-07-28T08:09:23.841Z] === PAUSE TestLogs/driver_local/without_tty/only_stderr
08:09:23 [2022-07-28T08:09:23.841Z] === CONT  TestLogs/driver_local/tty/stdout_and_stderr
08:09:23 [2022-07-28T08:09:23.841Z] === CONT  TestLogs/driver_local/without_tty/only_stderr
08:09:24 [2022-07-28T08:09:24.100Z]     check_test.go:540: [d835dfc1e2213] daemon is not started
08:09:24 [2022-07-28T08:09:24.100Z] === RUN   TestDockerDaemonSuite/TestDaemonIptablesCreate
08:09:24 [2022-07-28T08:09:24.363Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true__<nil>_0xc000c62648_<nil>_<nil>}
08:09:24 [2022-07-28T08:09:24.623Z] === CONT  TestLogs/driver_local/without_tty/only_stdout
08:09:24 [2022-07-28T08:09:24.623Z] === CONT  TestLogs/driver_local/without_tty/stdout_and_stderr
08:09:25 [2022-07-28T08:09:25.563Z] === CONT  TestLogs/driver_local/tty/only_stderr
08:09:25 [2022-07-28T08:09:25.563Z] === CONT  TestLogs/driver_local/tty/only_stdout
08:09:26 [2022-07-28T08:09:26.132Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsTmpfs
08:09:26 [2022-07-28T08:09:26.702Z] === RUN   TestLogs/driver_json-file
08:09:26 [2022-07-28T08:09:26.702Z] === RUN   TestLogs/driver_json-file/tty/stdout_and_stderr
08:09:26 [2022-07-28T08:09:26.702Z] === PAUSE TestLogs/driver_json-file/tty/stdout_and_stderr
08:09:26 [2022-07-28T08:09:26.702Z] === RUN   TestLogs/driver_json-file/tty/only_stdout
08:09:26 [2022-07-28T08:09:26.702Z] === PAUSE TestLogs/driver_json-file/tty/only_stdout
08:09:26 [2022-07-28T08:09:26.702Z] === RUN   TestLogs/driver_json-file/tty/only_stderr
08:09:26 [2022-07-28T08:09:26.702Z] === PAUSE TestLogs/driver_json-file/tty/only_stderr
08:09:26 [2022-07-28T08:09:26.702Z] === RUN   TestLogs/driver_json-file/without_tty/stdout_and_stderr
08:09:26 [2022-07-28T08:09:26.702Z] === PAUSE TestLogs/driver_json-file/without_tty/stdout_and_stderr
08:09:26 [2022-07-28T08:09:26.702Z] === RUN   TestLogs/driver_json-file/without_tty/only_stdout
08:09:26 [2022-07-28T08:09:26.702Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stdout
08:09:26 [2022-07-28T08:09:26.702Z] === RUN   TestLogs/driver_json-file/without_tty/only_stderr
08:09:26 [2022-07-28T08:09:26.702Z] === PAUSE TestLogs/driver_json-file/without_tty/only_stderr
08:09:26 [2022-07-28T08:09:26.702Z] === CONT  TestLogs/driver_json-file/tty/stdout_and_stderr
08:09:26 [2022-07-28T08:09:26.702Z] === CONT  TestLogs/driver_json-file/without_tty/only_stderr
08:09:27 [2022-07-28T08:09:27.271Z] === RUN   TestDockerDaemonSuite/TestDaemonKeyGeneration
08:09:27 [2022-07-28T08:09:27.840Z]     check_test.go:540: [dc650ceb3e342] daemon is not started
08:09:27 [2022-07-28T08:09:27.840Z] === RUN   TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins
08:09:27 [2022-07-28T08:09:27.840Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation
08:09:27 [2022-07-28T08:09:27.840Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_0
08:09:27 [2022-07-28T08:09:27.840Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_1
08:09:27 [2022-07-28T08:09:27.840Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_2
08:09:27 [2022-07-28T08:09:27.840Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_3
08:09:27 [2022-07-28T08:09:27.840Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_4
08:09:27 [2022-07-28T08:09:27.840Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_5
08:09:27 [2022-07-28T08:09:27.840Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_6
08:09:27 [2022-07-28T08:09:27.840Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_7
08:09:27 [2022-07-28T08:09:27.840Z] === CONT  TestLogs/driver_json-file/without_tty/only_stdout
08:09:27 [2022-07-28T08:09:27.840Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_8
08:09:27 [2022-07-28T08:09:27.841Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_9
08:09:27 [2022-07-28T08:09:27.841Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_10
08:09:27 [2022-07-28T08:09:27.841Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_11
08:09:27 [2022-07-28T08:09:27.841Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_12
08:09:27 [2022-07-28T08:09:27.841Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_13
08:09:28 [2022-07-28T08:09:28.101Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_14
08:09:28 [2022-07-28T08:09:28.101Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_15
08:09:28 [2022-07-28T08:09:28.101Z] === CONT  TestLogs/driver_json-file/without_tty/stdout_and_stderr
08:09:28 [2022-07-28T08:09:28.101Z] === RUN   TestDockerSuite/TestCreateWithTooLowMemoryLimit
08:09:28 [2022-07-28T08:09:28.101Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds
08:09:28 [2022-07-28T08:09:28.101Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig
08:09:28 [2022-07-28T08:09:28.361Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds
08:09:28 [2022-07-28T08:09:28.930Z] === CONT  TestLogs/driver_json-file/tty/only_stderr
08:09:28 [2022-07-28T08:09:28.930Z] === CONT  TestLogs/driver_json-file/tty/only_stdout
08:09:29 [2022-07-28T08:09:29.190Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom
08:09:30 [2022-07-28T08:09:30.129Z] --- PASS: TestLogs (6.20s)
08:09:30 [2022-07-28T08:09:30.129Z]     --- PASS: TestLogs/driver_local (0.01s)
08:09:30 [2022-07-28T08:09:30.129Z]         --- PASS: TestLogs/driver_local/without_tty/only_stderr (0.89s)
08:09:30 [2022-07-28T08:09:30.129Z]         --- PASS: TestLogs/driver_local/tty/stdout_and_stderr (0.94s)
08:09:30 [2022-07-28T08:09:30.129Z]         --- PASS: TestLogs/driver_local/without_tty/only_stdout (1.00s)
08:09:30 [2022-07-28T08:09:30.129Z]         --- PASS: TestLogs/driver_local/without_tty/stdout_and_stderr (1.00s)
08:09:30 [2022-07-28T08:09:30.129Z]         --- PASS: TestLogs/driver_local/tty/only_stderr (0.98s)
08:09:30 [2022-07-28T08:09:30.129Z]         --- PASS: TestLogs/driver_local/tty/only_stdout (0.98s)
08:09:30 [2022-07-28T08:09:30.129Z]     --- PASS: TestLogs/driver_json-file (0.03s)
08:09:30 [2022-07-28T08:09:30.129Z]         --- PASS: TestLogs/driver_json-file/tty/stdout_and_stderr (1.14s)
08:09:30 [2022-07-28T08:09:30.129Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stderr (1.33s)
08:09:30 [2022-07-28T08:09:30.129Z]         --- PASS: TestLogs/driver_json-file/without_tty/only_stdout (1.17s)
08:09:30 [2022-07-28T08:09:30.129Z]         --- PASS: TestLogs/driver_json-file/without_tty/stdout_and_stderr (1.02s)
08:09:30 [2022-07-28T08:09:30.129Z]         --- PASS: TestLogs/driver_json-file/tty/only_stderr (0.79s)
08:09:30 [2022-07-28T08:09:30.129Z]         --- PASS: TestLogs/driver_json-file/tty/only_stdout (0.89s)
08:09:30 [2022-07-28T08:09:30.129Z] === RUN   TestContainerNetworkMountsNoChown
08:09:30 [2022-07-28T08:09:30.323Z] --- PASS: TestContainerKillOnDaemonStart (11.48s)
08:09:30 [2022-07-28T08:09:30.323Z] PASS
08:09:30 [2022-07-28T08:09:30.323Z] 
08:09:30 [2022-07-28T08:09:30.323Z] === Skipped
08:09:30 [2022-07-28T08:09:30.323Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s)
08:09:30 [2022-07-28T08:09:30.323Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
08:09:30 [2022-07-28T08:09:30.323Z] 
08:09:30 [2022-07-28T08:09:30.323Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
08:09:30 [2022-07-28T08:09:30.323Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
08:09:30 [2022-07-28T08:09:30.323Z] 
08:09:30 [2022-07-28T08:09:30.323Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s)
08:09:30 [2022-07-28T08:09:30.323Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
08:09:30 [2022-07-28T08:09:30.323Z] 
08:09:30 [2022-07-28T08:09:30.323Z] DONE 264 tests, 3 skipped in 139.417s
08:09:30 [2022-07-28T08:09:30.323Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m 
08:09:30 [2022-07-28T08:09:30.323Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m
08:09:30 [2022-07-28T08:09:30.323Z] ++ set -e
08:09:30 [2022-07-28T08:09:30.323Z] ++ '[' -n 0 ']'
08:09:30 [2022-07-28T08:09:30.323Z] ++ set -x
08:09:30 [2022-07-28T08:09:30.323Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m
08:09:30 [2022-07-28T08:09:30.323Z] === RUN   TestConfigDaemonLibtrustID
08:09:30 [2022-07-28T08:09:30.323Z] --- PASS: TestConfigDaemonLibtrustID (0.53s)
08:09:30 [2022-07-28T08:09:30.323Z] === RUN   TestConfigDaemonID
08:09:30 [2022-07-28T08:09:30.700Z] === RUN   TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume
08:09:30 [2022-07-28T08:09:30.700Z] --- PASS: TestContainerNetworkMountsNoChown (0.74s)
08:09:30 [2022-07-28T08:09:30.700Z] === RUN   TestMountDaemonRoot
08:09:30 [2022-07-28T08:09:30.700Z] === RUN   TestMountDaemonRoot/default
08:09:30 [2022-07-28T08:09:30.700Z] === PAUSE TestMountDaemonRoot/default
08:09:30 [2022-07-28T08:09:30.700Z] === RUN   TestMountDaemonRoot/private
08:09:30 [2022-07-28T08:09:30.700Z] === PAUSE TestMountDaemonRoot/private
08:09:30 [2022-07-28T08:09:30.700Z] === RUN   TestMountDaemonRoot/rprivate
08:09:30 [2022-07-28T08:09:30.700Z] === PAUSE TestMountDaemonRoot/rprivate
08:09:30 [2022-07-28T08:09:30.700Z] === RUN   TestMountDaemonRoot/slave
08:09:30 [2022-07-28T08:09:30.700Z] === PAUSE TestMountDaemonRoot/slave
08:09:30 [2022-07-28T08:09:30.700Z] === RUN   TestMountDaemonRoot/rslave
08:09:30 [2022-07-28T08:09:30.700Z] === PAUSE TestMountDaemonRoot/rslave
08:09:30 [2022-07-28T08:09:30.700Z] === RUN   TestMountDaemonRoot/shared
08:09:30 [2022-07-28T08:09:30.700Z] === PAUSE TestMountDaemonRoot/shared
08:09:30 [2022-07-28T08:09:30.700Z] === RUN   TestMountDaemonRoot/rshared
08:09:30 [2022-07-28T08:09:30.700Z] === PAUSE TestMountDaemonRoot/rshared
08:09:30 [2022-07-28T08:09:30.700Z] === CONT  TestMountDaemonRoot/default
08:09:30 [2022-07-28T08:09:30.700Z] === RUN   TestMountDaemonRoot/default/bind_subpath
08:09:30 [2022-07-28T08:09:30.700Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
08:09:30 [2022-07-28T08:09:30.700Z] === RUN   TestMountDaemonRoot/default/mount_root
08:09:30 [2022-07-28T08:09:30.700Z] === PAUSE TestMountDaemonRoot/default/mount_root
08:09:30 [2022-07-28T08:09:30.700Z] === RUN   TestMountDaemonRoot/default/mount_subpath
08:09:30 [2022-07-28T08:09:30.700Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
08:09:30 [2022-07-28T08:09:30.700Z] === RUN   TestMountDaemonRoot/default/bind_root
08:09:30 [2022-07-28T08:09:30.700Z] === PAUSE TestMountDaemonRoot/default/bind_root
08:09:30 [2022-07-28T08:09:30.700Z] === CONT  TestMountDaemonRoot/default/bind_subpath
08:09:30 [2022-07-28T08:09:30.700Z] === CONT  TestMountDaemonRoot/rshared
08:09:30 [2022-07-28T08:09:30.700Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
08:09:30 [2022-07-28T08:09:30.700Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
08:09:30 [2022-07-28T08:09:30.700Z] === RUN   TestMountDaemonRoot/rshared/bind_root
08:09:30 [2022-07-28T08:09:30.700Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
08:09:30 [2022-07-28T08:09:30.700Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
08:09:30 [2022-07-28T08:09:30.700Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
08:09:30 [2022-07-28T08:09:30.700Z] === RUN   TestMountDaemonRoot/rshared/mount_root
08:09:30 [2022-07-28T08:09:30.700Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
08:09:30 [2022-07-28T08:09:30.700Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
08:09:30 [2022-07-28T08:09:30.700Z] === CONT  TestMountDaemonRoot/shared
08:09:30 [2022-07-28T08:09:30.700Z] === RUN   TestMountDaemonRoot/shared/bind_root
08:09:30 [2022-07-28T08:09:30.700Z] === PAUSE TestMountDaemonRoot/shared/bind_root
08:09:30 [2022-07-28T08:09:30.700Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
08:09:30 [2022-07-28T08:09:30.700Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
08:09:30 [2022-07-28T08:09:30.700Z] === RUN   TestMountDaemonRoot/shared/mount_root
08:09:30 [2022-07-28T08:09:30.700Z] === PAUSE TestMountDaemonRoot/shared/mount_root
08:09:30 [2022-07-28T08:09:30.700Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
08:09:30 [2022-07-28T08:09:30.700Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
08:09:30 [2022-07-28T08:09:30.700Z] === CONT  TestMountDaemonRoot/rslave
08:09:30 [2022-07-28T08:09:30.700Z] === RUN   TestMountDaemonRoot/rslave/bind_root
08:09:30 [2022-07-28T08:09:30.700Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
08:09:30 [2022-07-28T08:09:30.700Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
08:09:30 [2022-07-28T08:09:30.700Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
08:09:30 [2022-07-28T08:09:30.700Z] === RUN   TestMountDaemonRoot/rslave/mount_root
08:09:30 [2022-07-28T08:09:30.700Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
08:09:30 [2022-07-28T08:09:30.700Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
08:09:30 [2022-07-28T08:09:30.700Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
08:09:30 [2022-07-28T08:09:30.700Z] === CONT  TestMountDaemonRoot/slave
08:09:30 [2022-07-28T08:09:30.700Z] === RUN   TestMountDaemonRoot/slave/bind_root
08:09:30 [2022-07-28T08:09:30.700Z] === PAUSE TestMountDaemonRoot/slave/bind_root
08:09:30 [2022-07-28T08:09:30.700Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
08:09:30 [2022-07-28T08:09:30.700Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
08:09:30 [2022-07-28T08:09:30.700Z] === RUN   TestMountDaemonRoot/slave/mount_root
08:09:30 [2022-07-28T08:09:30.700Z] === PAUSE TestMountDaemonRoot/slave/mount_root
08:09:30 [2022-07-28T08:09:30.700Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
08:09:30 [2022-07-28T08:09:30.700Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
08:09:30 [2022-07-28T08:09:30.700Z] === CONT  TestMountDaemonRoot/rprivate
08:09:30 [2022-07-28T08:09:30.700Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
08:09:30 [2022-07-28T08:09:30.700Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
08:09:30 [2022-07-28T08:09:30.700Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
08:09:30 [2022-07-28T08:09:30.700Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
08:09:30 [2022-07-28T08:09:30.700Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
08:09:30 [2022-07-28T08:09:30.700Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
08:09:30 [2022-07-28T08:09:30.700Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
08:09:30 [2022-07-28T08:09:30.700Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
08:09:30 [2022-07-28T08:09:30.700Z] === CONT  TestMountDaemonRoot/private
08:09:30 [2022-07-28T08:09:30.700Z] === RUN   TestMountDaemonRoot/private/bind_root
08:09:30 [2022-07-28T08:09:30.700Z] === PAUSE TestMountDaemonRoot/private/bind_root
08:09:30 [2022-07-28T08:09:30.700Z] === RUN   TestMountDaemonRoot/private/bind_subpath
08:09:30 [2022-07-28T08:09:30.700Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
08:09:30 [2022-07-28T08:09:30.700Z] === RUN   TestMountDaemonRoot/private/mount_root
08:09:30 [2022-07-28T08:09:30.700Z] === PAUSE TestMountDaemonRoot/private/mount_root
08:09:30 [2022-07-28T08:09:30.700Z] === RUN   TestMountDaemonRoot/private/mount_subpath
08:09:30 [2022-07-28T08:09:30.700Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
08:09:30 [2022-07-28T08:09:30.700Z] === CONT  TestMountDaemonRoot/default/bind_root
08:09:30 [2022-07-28T08:09:30.700Z] === CONT  TestMountDaemonRoot/default/mount_subpath
08:09:30 [2022-07-28T08:09:30.700Z] === CONT  TestMountDaemonRoot/default/mount_root
08:09:30 [2022-07-28T08:09:30.700Z] === CONT  TestMountDaemonRoot/rshared/mount_root
08:09:30 [2022-07-28T08:09:30.886Z]     daemon_test.go:83: [d901d064ca3d9] daemon is not started
08:09:30 [2022-07-28T08:09:30.886Z] --- PASS: TestConfigDaemonID (1.04s)
08:09:30 [2022-07-28T08:09:30.886Z] === RUN   TestDaemonConfigValidation
08:09:30 [2022-07-28T08:09:30.886Z] === RUN   TestDaemonConfigValidation/config_with_no_content
08:09:30 [2022-07-28T08:09:30.886Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
08:09:30 [2022-07-28T08:09:30.886Z] === RUN   TestDaemonConfigValidation/config_with_{}
08:09:30 [2022-07-28T08:09:30.886Z] === PAUSE TestDaemonConfigValidation/config_with_{}
08:09:30 [2022-07-28T08:09:30.886Z] === RUN   TestDaemonConfigValidation/invalid_config
08:09:30 [2022-07-28T08:09:30.886Z] === PAUSE TestDaemonConfigValidation/invalid_config
08:09:30 [2022-07-28T08:09:30.886Z] === RUN   TestDaemonConfigValidation/malformed_config
08:09:30 [2022-07-28T08:09:30.886Z] === PAUSE TestDaemonConfigValidation/malformed_config
08:09:30 [2022-07-28T08:09:30.886Z] === RUN   TestDaemonConfigValidation/valid_config
08:09:30 [2022-07-28T08:09:30.886Z] === PAUSE TestDaemonConfigValidation/valid_config
08:09:30 [2022-07-28T08:09:30.886Z] === CONT  TestDaemonConfigValidation/config_with_no_content
08:09:30 [2022-07-28T08:09:30.886Z] === CONT  TestDaemonConfigValidation/malformed_config
08:09:30 [2022-07-28T08:09:30.960Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
08:09:30 [2022-07-28T08:09:30.960Z] === CONT  TestMountDaemonRoot/rshared/bind_root
08:09:30 [2022-07-28T08:09:30.960Z] === CONT  TestMountDaemonRoot/shared/bind_root
08:09:30 [2022-07-28T08:09:30.960Z] === CONT  TestMountDaemonRoot/rslave/bind_root
08:09:30 [2022-07-28T08:09:30.960Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
08:09:30 [2022-07-28T08:09:30.960Z] === CONT  TestMountDaemonRoot/shared/mount_root
08:09:30 [2022-07-28T08:09:30.960Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
08:09:30 [2022-07-28T08:09:30.960Z] === CONT  TestMountDaemonRoot/slave/bind_root
08:09:30 [2022-07-28T08:09:30.960Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
08:09:30 [2022-07-28T08:09:30.960Z] === CONT  TestMountDaemonRoot/rslave/mount_root
08:09:30 [2022-07-28T08:09:30.960Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
08:09:30 [2022-07-28T08:09:30.960Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
08:09:31 [2022-07-28T08:09:31.142Z] === CONT  TestDaemonConfigValidation/valid_config
08:09:31 [2022-07-28T08:09:31.142Z] === CONT  TestDaemonConfigValidation/invalid_config
08:09:31 [2022-07-28T08:09:31.142Z] === CONT  TestDaemonConfigValidation/config_with_{}
08:09:31 [2022-07-28T08:09:31.142Z] --- PASS: TestDaemonConfigValidation (0.00s)
08:09:31 [2022-07-28T08:09:31.142Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.07s)
08:09:31 [2022-07-28T08:09:31.142Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.08s)
08:09:31 [2022-07-28T08:09:31.142Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.06s)
08:09:31 [2022-07-28T08:09:31.142Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.07s)
08:09:31 [2022-07-28T08:09:31.142Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s)
08:09:31 [2022-07-28T08:09:31.142Z] === RUN   TestConfigDaemonSeccompProfiles
08:09:31 [2022-07-28T08:09:31.142Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
08:09:31 [2022-07-28T08:09:31.220Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
08:09:31 [2022-07-28T08:09:31.220Z] === CONT  TestMountDaemonRoot/slave/mount_root
08:09:31 [2022-07-28T08:09:31.220Z]     docker_cli_daemon_plugins_test.go:80: [dff13987043b2] daemon is not started
08:09:31 [2022-07-28T08:09:31.220Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
08:09:31 [2022-07-28T08:09:31.220Z] === CONT  TestMountDaemonRoot/private/bind_root
08:09:31 [2022-07-28T08:09:31.220Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
08:09:31 [2022-07-28T08:09:31.220Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
08:09:31 [2022-07-28T08:09:31.220Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
08:09:31 [2022-07-28T08:09:31.220Z] === CONT  TestMountDaemonRoot/private/mount_subpath
08:09:31 [2022-07-28T08:09:31.220Z] === CONT  TestMountDaemonRoot/private/mount_root
08:09:31 [2022-07-28T08:09:31.220Z] === CONT  TestMountDaemonRoot/private/bind_subpath
08:09:31 [2022-07-28T08:09:31.220Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig
08:09:31 [2022-07-28T08:09:31.220Z] --- PASS: TestMountDaemonRoot (0.03s)
08:09:31 [2022-07-28T08:09:31.220Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
08:09:31 [2022-07-28T08:09:31.220Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s)
08:09:31 [2022-07-28T08:09:31.220Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.05s)
08:09:31 [2022-07-28T08:09:31.220Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s)
08:09:31 [2022-07-28T08:09:31.220Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.05s)
08:09:31 [2022-07-28T08:09:31.220Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
08:09:31 [2022-07-28T08:09:31.220Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s)
08:09:31 [2022-07-28T08:09:31.220Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s)
08:09:31 [2022-07-28T08:09:31.220Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s)
08:09:31 [2022-07-28T08:09:31.220Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s)
08:09:31 [2022-07-28T08:09:31.220Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
08:09:31 [2022-07-28T08:09:31.220Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s)
08:09:31 [2022-07-28T08:09:31.220Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
08:09:31 [2022-07-28T08:09:31.220Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
08:09:31 [2022-07-28T08:09:31.220Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
08:09:31 [2022-07-28T08:09:31.220Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
08:09:31 [2022-07-28T08:09:31.220Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s)
08:09:31 [2022-07-28T08:09:31.220Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s)
08:09:31 [2022-07-28T08:09:31.220Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s)
08:09:31 [2022-07-28T08:09:31.220Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s)
08:09:31 [2022-07-28T08:09:31.220Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
08:09:31 [2022-07-28T08:09:31.220Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
08:09:31 [2022-07-28T08:09:31.220Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s)
08:09:31 [2022-07-28T08:09:31.220Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s)
08:09:31 [2022-07-28T08:09:31.220Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s)
08:09:31 [2022-07-28T08:09:31.220Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
08:09:31 [2022-07-28T08:09:31.220Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s)
08:09:31 [2022-07-28T08:09:31.220Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s)
08:09:31 [2022-07-28T08:09:31.220Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s)
08:09:31 [2022-07-28T08:09:31.220Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s)
08:09:31 [2022-07-28T08:09:31.220Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
08:09:31 [2022-07-28T08:09:31.220Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.03s)
08:09:31 [2022-07-28T08:09:31.220Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s)
08:09:31 [2022-07-28T08:09:31.220Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
08:09:31 [2022-07-28T08:09:31.220Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.04s)
08:09:31 [2022-07-28T08:09:31.220Z] === RUN   TestContainerBindMountNonRecursive
08:09:32 [2022-07-28T08:09:32.508Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
08:09:32 [2022-07-28T08:09:32.604Z] === RUN   TestDockerDaemonSuite/TestDaemonKillWithPlugins
08:09:32 [2022-07-28T08:09:32.864Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked
08:09:32 [2022-07-28T08:09:32.864Z] --- PASS: TestContainerBindMountNonRecursive (1.68s)
08:09:32 [2022-07-28T08:09:32.864Z] === RUN   TestContainerVolumesMountedAsShared
08:09:33 [2022-07-28T08:09:33.436Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
08:09:33 [2022-07-28T08:09:33.865Z] --- PASS: TestContainerVolumesMountedAsShared (0.72s)
08:09:33 [2022-07-28T08:09:33.865Z] === RUN   TestContainerVolumesMountedAsSlave
08:09:34 [2022-07-28T08:09:34.137Z] --- PASS: TestContainerVolumesMountedAsSlave (0.54s)
08:09:34 [2022-07-28T08:09:34.137Z] === RUN   TestNetworkNat
08:09:34 [2022-07-28T08:09:34.365Z] === CONT  TestConfigDaemonSeccompProfiles
08:09:34 [2022-07-28T08:09:34.365Z]     daemon_test.go:197: [db16de54c0c32] daemon is not started
08:09:34 [2022-07-28T08:09:34.365Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s)
08:09:34 [2022-07-28T08:09:34.365Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s)
08:09:34 [2022-07-28T08:09:34.365Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s)
08:09:34 [2022-07-28T08:09:34.365Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s)
08:09:34 [2022-07-28T08:09:34.365Z] === RUN   TestDaemonProxy
08:09:34 [2022-07-28T08:09:34.365Z] === RUN   TestDaemonProxy/environment_variables
08:09:34 [2022-07-28T08:09:34.423Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig
08:09:35 [2022-07-28T08:09:35.365Z] --- PASS: TestNetworkNat (0.96s)
08:09:35 [2022-07-28T08:09:35.365Z] === RUN   TestNetworkLocalhostTCPNat
08:09:35 [2022-07-28T08:09:35.365Z] === RUN   TestDockerSuite/TestDeprecatedStartWithNilDNS
08:09:35 [2022-07-28T08:09:35.365Z]     docker_cli_daemon_plugins_test.go:170: [dda7f44b03c1e] daemon is not started
08:09:35 [2022-07-28T08:09:35.934Z] --- PASS: TestNetworkLocalhostTCPNat (0.84s)
08:09:35 [2022-07-28T08:09:35.934Z] === RUN   TestNetworkLoopbackNat
08:09:36 [2022-07-28T08:09:36.193Z] === RUN   TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit
08:09:36 [2022-07-28T08:09:36.193Z] === RUN   TestDockerSuite/TestExecAPICreateContainerPaused
08:09:36 [2022-07-28T08:09:36.252Z] === RUN   TestDaemonProxy/command-line_options
08:09:36 [2022-07-28T08:09:36.762Z] === RUN   TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink
08:09:37 [2022-07-28T08:09:37.022Z] === RUN   TestDockerSuite/TestExecAPICreateNoCmd
08:09:37 [2022-07-28T08:09:37.471Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.19s)
08:09:37 [2022-07-28T08:09:37.471Z] === RUN   TestCreateServiceSecretFileMode
08:09:37 [2022-07-28T08:09:37.593Z] === RUN   TestDockerSuite/TestExecAPICreateNoValidContentType
08:09:37 [2022-07-28T08:09:37.616Z] === RUN   TestDaemonProxy/configuration_file
08:09:38 [2022-07-28T08:09:38.163Z] === RUN   TestDockerSuite/TestExecAPIStart
08:09:38 [2022-07-28T08:09:38.701Z] tests/integration/api_exec_test.py .....................                 [ 34%]
08:09:38 [2022-07-28T08:09:38.836Z] --- PASS: TestCreateServiceSecretFileMode (2.68s)
08:09:38 [2022-07-28T08:09:38.836Z] === RUN   TestCreateServiceConfigFileMode
08:09:39 [2022-07-28T08:09:39.104Z] --- PASS: TestNetworkLoopbackNat (2.93s)
08:09:39 [2022-07-28T08:09:39.104Z] === RUN   TestPause
08:09:39 [2022-07-28T08:09:39.504Z] === RUN   TestDaemonProxy/conflicting_options
08:09:39 [2022-07-28T08:09:39.673Z] --- PASS: TestPause (0.79s)
08:09:39 [2022-07-28T08:09:39.673Z] === RUN   TestPauseFailsOnWindowsServerContainers
08:09:39 [2022-07-28T08:09:39.673Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
08:09:39 [2022-07-28T08:09:39.673Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
08:09:39 [2022-07-28T08:09:39.673Z] === RUN   TestPauseStopPausedContainer
08:09:39 [2022-07-28T08:09:39.933Z] === RUN   TestDockerSuite/TestExecAPIStartBackwardsCompatible
08:09:39 [2022-07-28T08:09:39.933Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelDebug
08:09:40 [2022-07-28T08:09:40.065Z] === RUN   TestDaemonProxy/reload_sanitized
08:09:40 [2022-07-28T08:09:40.503Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelFatal
08:09:40 [2022-07-28T08:09:40.503Z] --- PASS: TestPauseStopPausedContainer (0.84s)
08:09:40 [2022-07-28T08:09:40.503Z] === RUN   TestPidHost
08:09:40 [2022-07-28T08:09:40.503Z] === RUN   TestDockerSuite/TestExecAPIStartEnsureHeaders
08:09:40 [2022-07-28T08:09:40.626Z] --- PASS: TestDaemonProxy (6.19s)
08:09:40 [2022-07-28T08:09:40.626Z]     --- PASS: TestDaemonProxy/environment_variables (1.71s)
08:09:40 [2022-07-28T08:09:40.626Z]     --- PASS: TestDaemonProxy/command-line_options (1.73s)
08:09:40 [2022-07-28T08:09:40.626Z]     --- PASS: TestDaemonProxy/configuration_file (1.73s)
08:09:40 [2022-07-28T08:09:40.626Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
08:09:40 [2022-07-28T08:09:40.626Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.52s)
08:09:40 [2022-07-28T08:09:40.626Z] PASS
08:09:40 [2022-07-28T08:09:40.626Z] 
08:09:40 [2022-07-28T08:09:40.626Z] DONE 18 tests in 11.210s
08:09:40 [2022-07-28T08:09:40.626Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m 
08:09:40 [2022-07-28T08:09:40.626Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m
08:09:40 [2022-07-28T08:09:40.626Z] ++ set -e
08:09:40 [2022-07-28T08:09:40.626Z] ++ '[' -n 0 ']'
08:09:40 [2022-07-28T08:09:40.626Z] ++ set -x
08:09:40 [2022-07-28T08:09:40.627Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m
08:09:40 [2022-07-28T08:09:40.627Z] INFO: Testing against a local daemon
08:09:40 [2022-07-28T08:09:40.627Z] === RUN   TestCommitInheritsEnv
08:09:40 [2022-07-28T08:09:40.883Z] --- PASS: TestCommitInheritsEnv (0.24s)
08:09:40 [2022-07-28T08:09:40.883Z] === RUN   TestImportExtremelyLargeImageWorks
08:09:40 [2022-07-28T08:09:40.883Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
08:09:40 [2022-07-28T08:09:40.883Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
08:09:40 [2022-07-28T08:09:40.883Z] === RUN   TestImportWithCustomPlatform
08:09:40 [2022-07-28T08:09:40.883Z] === RUN   TestImportWithCustomPlatform/#00
08:09:40 [2022-07-28T08:09:40.883Z] === RUN   TestImportWithCustomPlatform/_______
08:09:40 [2022-07-28T08:09:40.883Z] === RUN   TestImportWithCustomPlatform//
08:09:40 [2022-07-28T08:09:40.883Z] === RUN   TestImportWithCustomPlatform/linux
08:09:41 [2022-07-28T08:09:41.073Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelWrong
08:09:41 [2022-07-28T08:09:41.139Z] === RUN   TestImportWithCustomPlatform/LINUX
08:09:41 [2022-07-28T08:09:41.139Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
08:09:41 [2022-07-28T08:09:41.139Z] === RUN   TestImportWithCustomPlatform/macos
08:09:41 [2022-07-28T08:09:41.139Z] === RUN   TestImportWithCustomPlatform/macos/arm64
08:09:41 [2022-07-28T08:09:41.139Z] === RUN   TestImportWithCustomPlatform/nintendo64
08:09:41 [2022-07-28T08:09:41.139Z] --- PASS: TestImportWithCustomPlatform (0.31s)
08:09:41 [2022-07-28T08:09:41.139Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.07s)
08:09:41 [2022-07-28T08:09:41.139Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
08:09:41 [2022-07-28T08:09:41.139Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
08:09:41 [2022-07-28T08:09:41.139Z]     --- PASS: TestImportWithCustomPlatform/linux (0.07s)
08:09:41 [2022-07-28T08:09:41.139Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.07s)
08:09:41 [2022-07-28T08:09:41.139Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.07s)
08:09:41 [2022-07-28T08:09:41.139Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
08:09:41 [2022-07-28T08:09:41.139Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
08:09:41 [2022-07-28T08:09:41.139Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
08:09:41 [2022-07-28T08:09:41.139Z] === RUN   TestImagesFilterMultiReference
08:09:41 [2022-07-28T08:09:41.333Z] === RUN   TestDockerSuite/TestExecAPIStartInvalidCommand
08:09:41 [2022-07-28T08:09:41.350Z] --- PASS: TestCreateServiceConfigFileMode (2.52s)
08:09:41 [2022-07-28T08:09:41.350Z] === RUN   TestCreateServiceSysctls
08:09:41 [2022-07-28T08:09:41.395Z] --- PASS: TestImagesFilterMultiReference (0.06s)
08:09:41 [2022-07-28T08:09:41.395Z] === RUN   TestImagePullPlatformInvalid
08:09:41 [2022-07-28T08:09:41.395Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
08:09:41 [2022-07-28T08:09:41.395Z] === RUN   TestRemoveImageOrphaning
08:09:41 [2022-07-28T08:09:41.593Z]     check_test.go:540: [df5a5aa0ab3aa] daemon is not started
08:09:41 [2022-07-28T08:09:41.593Z] === RUN   TestDockerDaemonSuite/TestDaemonLogOptions
08:09:41 [2022-07-28T08:09:41.652Z] --- PASS: TestRemoveImageOrphaning (0.24s)
08:09:41 [2022-07-28T08:09:41.652Z] === RUN   TestRemoveImageGarbageCollector
08:09:41 [2022-07-28T08:09:41.652Z]     remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
08:09:41 [2022-07-28T08:09:41.652Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
08:09:41 [2022-07-28T08:09:41.652Z] === RUN   TestTagUnprefixedRepoByNameOrName
08:09:41 [2022-07-28T08:09:41.652Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
08:09:41 [2022-07-28T08:09:41.652Z] === RUN   TestTagInvalidReference
08:09:41 [2022-07-28T08:09:41.652Z] --- PASS: TestTagInvalidReference (0.02s)
08:09:41 [2022-07-28T08:09:41.652Z] === RUN   TestTagValidPrefixedRepo
08:09:41 [2022-07-28T08:09:41.652Z] --- PASS: TestTagValidPrefixedRepo (0.05s)
08:09:41 [2022-07-28T08:09:41.652Z] === RUN   TestTagExistedNameWithoutForce
08:09:41 [2022-07-28T08:09:41.652Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
08:09:41 [2022-07-28T08:09:41.652Z] === RUN   TestTagOfficialNames
08:09:41 [2022-07-28T08:09:41.652Z] --- PASS: TestTagOfficialNames (0.05s)
08:09:41 [2022-07-28T08:09:41.652Z] === RUN   TestTagMatchesDigest
08:09:41 [2022-07-28T08:09:41.652Z] --- PASS: TestTagMatchesDigest (0.01s)
08:09:41 [2022-07-28T08:09:41.652Z] PASS
08:09:41 [2022-07-28T08:09:41.652Z] 
08:09:41 [2022-07-28T08:09:41.652Z] === Skipped
08:09:41 [2022-07-28T08:09:41.652Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s)
08:09:41 [2022-07-28T08:09:41.652Z]     import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out
08:09:41 [2022-07-28T08:09:41.652Z] 
08:09:41 [2022-07-28T08:09:41.652Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s)
08:09:41 [2022-07-28T08:09:41.652Z]     remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
08:09:41 [2022-07-28T08:09:41.652Z] 
08:09:41 [2022-07-28T08:09:41.652Z] DONE 22 tests, 2 skipped in 1.199s
08:09:41 [2022-07-28T08:09:41.652Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (arm64.integration.internal.termtest) flags=-test.v -test.timeout=120m 
08:09:41 [2022-07-28T08:09:41.652Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.internal.termtest -t ./test.main -test.v -test.timeout=120m
08:09:41 [2022-07-28T08:09:41.652Z] ++ set -e
08:09:41 [2022-07-28T08:09:41.652Z] ++ '[' -n 0 ']'
08:09:41 [2022-07-28T08:09:41.652Z] ++ set -x
08:09:41 [2022-07-28T08:09:41.652Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.internal.termtest -t ./test.main -test.v -test.timeout=120m
08:09:41 [2022-07-28T08:09:41.652Z] === RUN   TestStripANSICommands
08:09:41 [2022-07-28T08:09:41.652Z] === RUN   TestStripANSICommands/#00
08:09:41 [2022-07-28T08:09:41.652Z] === RUN   TestStripANSICommands/#01
08:09:41 [2022-07-28T08:09:41.652Z] --- PASS: TestStripANSICommands (0.00s)
08:09:41 [2022-07-28T08:09:41.652Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
08:09:41 [2022-07-28T08:09:41.652Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
08:09:41 [2022-07-28T08:09:41.652Z] PASS
08:09:41 [2022-07-28T08:09:41.652Z] 
08:09:41 [2022-07-28T08:09:41.652Z] DONE 3 tests in 0.035s
08:09:41 [2022-07-28T08:09:41.652Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m 
08:09:41 [2022-07-28T08:09:41.652Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m
08:09:41 [2022-07-28T08:09:41.652Z] ++ set -e
08:09:41 [2022-07-28T08:09:41.652Z] ++ '[' -n 0 ']'
08:09:41 [2022-07-28T08:09:41.652Z] ++ set -x
08:09:41 [2022-07-28T08:09:41.652Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m
08:09:41 [2022-07-28T08:09:41.908Z] INFO: Testing against a local daemon
08:09:41 [2022-07-28T08:09:41.908Z] === RUN   TestNetworkCreateDelete
08:09:41 [2022-07-28T08:09:41.908Z] --- PASS: TestNetworkCreateDelete (0.13s)
08:09:41 [2022-07-28T08:09:41.908Z] === RUN   TestDockerNetworkDeletePreferID
08:09:42 [2022-07-28T08:09:42.163Z] --- PASS: TestPidHost (1.61s)
08:09:42 [2022-07-28T08:09:42.163Z] === RUN   TestPsFilter
08:09:42 [2022-07-28T08:09:42.163Z] === RUN   TestDockerSuite/TestExecAPIStartMultipleTimesError
08:09:42 [2022-07-28T08:09:42.422Z] --- PASS: TestPsFilter (0.17s)
08:09:42 [2022-07-28T08:09:42.422Z] === RUN   TestRemoveContainerWithRemovedVolume
08:09:42 [2022-07-28T08:09:42.494Z] --- PASS: TestDockerNetworkDeletePreferID (0.38s)
08:09:42 [2022-07-28T08:09:42.494Z] === RUN   TestDaemonDNSFallback
08:09:43 [2022-07-28T08:09:43.360Z] === RUN   TestDockerSuite/TestExecAPIStartValidCommand
08:09:43 [2022-07-28T08:09:43.360Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.83s)
08:09:43 [2022-07-28T08:09:43.361Z] === RUN   TestRemoveContainerWithVolume
08:09:43 [2022-07-28T08:09:43.361Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverDefault
08:09:43 [2022-07-28T08:09:43.930Z] --- PASS: TestRemoveContainerWithVolume (0.77s)
08:09:43 [2022-07-28T08:09:43.930Z] === RUN   TestRemoveContainerRunning
08:09:43 [2022-07-28T08:09:43.930Z] === RUN   TestDockerSuite/TestExecAPIStartWithDetach
08:09:44 [2022-07-28T08:09:44.661Z] --- PASS: TestCreateServiceSysctls (3.29s)
08:09:44 [2022-07-28T08:09:44.661Z] === RUN   TestCreateServiceCapabilities
08:09:44 [2022-07-28T08:09:44.869Z] --- PASS: TestRemoveContainerRunning (0.80s)
08:09:44 [2022-07-28T08:09:44.869Z] === RUN   TestRemoveContainerForceRemoveRunning
08:09:44 [2022-07-28T08:09:44.869Z] === RUN   TestDockerSuite/TestExecResizeAPIHeightWidthNoInt
08:09:44 [2022-07-28T08:09:44.869Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride
08:09:45 [2022-07-28T08:09:45.438Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.74s)
08:09:45 [2022-07-28T08:09:45.438Z] === RUN   TestRemoveInvalidContainer
08:09:45 [2022-07-28T08:09:45.438Z] --- PASS: TestRemoveInvalidContainer (0.02s)
08:09:45 [2022-07-28T08:09:45.438Z] === RUN   TestRenameLinkedContainer
08:09:45 [2022-07-28T08:09:45.701Z] === RUN   TestDockerSuite/TestExecResizeImmediatelyAfterExecStart
08:09:46 [2022-07-28T08:09:46.160Z] tests/integration/api_healthcheck_test.py ....                           [ 35%]
08:09:46 [2022-07-28T08:09:46.639Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNone
08:09:47 [2022-07-28T08:09:47.183Z] --- PASS: TestCreateServiceCapabilities (2.63s)
08:09:47 [2022-07-28T08:09:47.183Z] === RUN   TestInspect
08:09:47 [2022-07-28T08:09:47.580Z] === RUN   TestDockerSuite/TestExecStateCleanup
08:09:48 [2022-07-28T08:09:48.519Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError
08:09:48 [2022-07-28T08:09:48.778Z] --- PASS: TestRenameLinkedContainer (3.24s)
08:09:48 [2022-07-28T08:09:48.778Z] === RUN   TestRenameStoppedContainer
08:09:49 [2022-07-28T08:09:49.064Z] --- PASS: TestDaemonDNSFallback (6.36s)
08:09:49 [2022-07-28T08:09:49.064Z] === RUN   TestInspectNetwork
08:09:49 [2022-07-28T08:09:49.348Z] --- PASS: TestRenameStoppedContainer (0.61s)
08:09:49 [2022-07-28T08:09:49.348Z] === RUN   TestRenameRunningContainerAndReuse
08:09:49 [2022-07-28T08:09:49.918Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride
08:09:50 [2022-07-28T08:09:50.450Z] --- PASS: TestInspect (2.91s)
08:09:50 [2022-07-28T08:09:50.451Z] === RUN   TestCreateJob
08:09:50 [2022-07-28T08:09:50.859Z] --- PASS: TestRenameRunningContainerAndReuse (1.41s)
08:09:50 [2022-07-28T08:09:50.859Z] === RUN   TestRenameInvalidName
08:09:51 [2022-07-28T08:09:51.428Z] --- PASS: TestRenameInvalidName (0.64s)
08:09:51 [2022-07-28T08:09:51.428Z] === RUN   TestRenameAnonymousContainer
08:09:51 [2022-07-28T08:09:51.428Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild
08:09:51 [2022-07-28T08:09:51.581Z] === RUN   TestInspectNetwork/full_network_id
08:09:51 [2022-07-28T08:09:51.581Z] === RUN   TestInspectNetwork/partial_network_id
08:09:51 [2022-07-28T08:09:51.581Z] === RUN   TestInspectNetwork/network_name
08:09:51 [2022-07-28T08:09:51.581Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
08:09:51 [2022-07-28T08:09:51.694Z] tests/integration/api_image_test.py ............s.....                   [ 39%]
08:09:53 [2022-07-28T08:09:53.336Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrency
08:09:53 [2022-07-28T08:09:53.596Z] --- PASS: TestRenameAnonymousContainer (2.05s)
08:09:53 [2022-07-28T08:09:53.596Z] === RUN   TestRenameContainerWithSameName
08:09:53 [2022-07-28T08:09:53.596Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile
08:09:53 [2022-07-28T08:09:53.716Z] --- PASS: TestCreateJob (3.19s)
08:09:53 [2022-07-28T08:09:53.716Z] === RUN   TestReplicatedJob
08:09:54 [2022-07-28T08:09:54.165Z] --- PASS: TestRenameContainerWithSameName (0.57s)
08:09:54 [2022-07-28T08:09:54.165Z] === RUN   TestRenameContainerWithLinkedContainer
08:09:55 [2022-07-28T08:09:55.104Z] --- PASS: TestRenameContainerWithLinkedContainer (0.92s)
08:09:55 [2022-07-28T08:09:55.104Z] === RUN   TestResize
08:09:55 [2022-07-28T08:09:55.364Z] --- PASS: TestResize (0.48s)
08:09:55 [2022-07-28T08:09:55.364Z] === RUN   TestResizeWithInvalidSize
08:09:55 [2022-07-28T08:09:55.746Z] --- PASS: TestInspectNetwork (6.81s)
08:09:55 [2022-07-28T08:09:55.746Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
08:09:55 [2022-07-28T08:09:55.746Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
08:09:55 [2022-07-28T08:09:55.746Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
08:09:55 [2022-07-28T08:09:55.746Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
08:09:55 [2022-07-28T08:09:55.746Z] === RUN   TestRunContainerWithBridgeNone
08:09:55 [2022-07-28T08:09:55.932Z] --- PASS: TestResizeWithInvalidSize (0.45s)
08:09:55 [2022-07-28T08:09:55.932Z] === RUN   TestResizeWhenContainerNotStarted
08:09:56 [2022-07-28T08:09:56.501Z] --- PASS: TestResizeWhenContainerNotStarted (0.47s)
08:09:56 [2022-07-28T08:09:56.501Z] === RUN   TestDaemonRestartKillContainers
08:09:56 [2022-07-28T08:09:56.501Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
08:09:56 [2022-07-28T08:09:56.501Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
08:09:56 [2022-07-28T08:09:56.501Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
08:09:56 [2022-07-28T08:09:56.501Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
08:09:56 [2022-07-28T08:09:56.501Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
08:09:56 [2022-07-28T08:09:56.501Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
08:09:56 [2022-07-28T08:09:56.501Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
08:09:56 [2022-07-28T08:09:56.501Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
08:09:56 [2022-07-28T08:09:56.501Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
08:09:56 [2022-07-28T08:09:56.501Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
08:09:56 [2022-07-28T08:09:56.501Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
08:09:56 [2022-07-28T08:09:56.501Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
08:09:56 [2022-07-28T08:09:56.501Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
08:09:56 [2022-07-28T08:09:56.501Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
08:09:56 [2022-07-28T08:09:56.501Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
08:09:56 [2022-07-28T08:09:56.501Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
08:09:56 [2022-07-28T08:09:56.501Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
08:09:56 [2022-07-28T08:09:56.501Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
08:09:56 [2022-07-28T08:09:56.501Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
08:09:56 [2022-07-28T08:09:56.501Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
08:09:56 [2022-07-28T08:09:56.501Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
08:09:56 [2022-07-28T08:09:56.501Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
08:09:56 [2022-07-28T08:09:56.501Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
08:09:56 [2022-07-28T08:09:56.501Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
08:09:56 [2022-07-28T08:09:56.501Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
08:09:56 [2022-07-28T08:09:56.501Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
08:09:56 [2022-07-28T08:09:56.501Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
08:09:56 [2022-07-28T08:09:56.501Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
08:09:56 [2022-07-28T08:09:56.501Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
08:09:56 [2022-07-28T08:09:56.501Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
08:09:56 [2022-07-28T08:09:56.501Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
08:09:56 [2022-07-28T08:09:56.501Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
08:09:56 [2022-07-28T08:09:56.501Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
08:09:56 [2022-07-28T08:09:56.501Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
08:09:57 [2022-07-28T08:09:57.071Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload
08:09:57 [2022-07-28T08:09:57.112Z] --- PASS: TestRunContainerWithBridgeNone (1.43s)
08:09:57 [2022-07-28T08:09:57.112Z] === RUN   TestNetworkInvalidJSON
08:09:57 [2022-07-28T08:09:57.112Z] === RUN   TestNetworkInvalidJSON/networks/create
08:09:57 [2022-07-28T08:09:57.112Z] === PAUSE TestNetworkInvalidJSON/networks/create
08:09:57 [2022-07-28T08:09:57.112Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
08:09:57 [2022-07-28T08:09:57.112Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
08:09:57 [2022-07-28T08:09:57.112Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
08:09:57 [2022-07-28T08:09:57.112Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
08:09:57 [2022-07-28T08:09:57.112Z] === CONT  TestNetworkInvalidJSON/networks/create
08:09:57 [2022-07-28T08:09:57.112Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
08:09:57 [2022-07-28T08:09:57.112Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
08:09:57 [2022-07-28T08:09:57.112Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
08:09:57 [2022-07-28T08:09:57.112Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
08:09:57 [2022-07-28T08:09:57.112Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
08:09:57 [2022-07-28T08:09:57.113Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
08:09:57 [2022-07-28T08:09:57.113Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
08:09:57 [2022-07-28T08:09:57.113Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
08:09:57 [2022-07-28T08:09:57.113Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
08:09:57 [2022-07-28T08:09:57.113Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
08:09:57 [2022-07-28T08:09:57.113Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
08:09:57 [2022-07-28T08:09:57.113Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
08:09:57 [2022-07-28T08:09:57.113Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
08:09:57 [2022-07-28T08:09:57.113Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
08:09:57 [2022-07-28T08:09:57.113Z] --- PASS: TestNetworkInvalidJSON (0.01s)
08:09:57 [2022-07-28T08:09:57.113Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.00s)
08:09:57 [2022-07-28T08:09:57.113Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
08:09:57 [2022-07-28T08:09:57.113Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
08:09:57 [2022-07-28T08:09:57.113Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
08:09:57 [2022-07-28T08:09:57.113Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
08:09:57 [2022-07-28T08:09:57.113Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.00s)
08:09:57 [2022-07-28T08:09:57.113Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
08:09:57 [2022-07-28T08:09:57.113Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
08:09:57 [2022-07-28T08:09:57.113Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
08:09:57 [2022-07-28T08:09:57.113Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
08:09:57 [2022-07-28T08:09:57.113Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.00s)
08:09:57 [2022-07-28T08:09:57.113Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
08:09:57 [2022-07-28T08:09:57.113Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
08:09:57 [2022-07-28T08:09:57.113Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
08:09:57 [2022-07-28T08:09:57.113Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
08:09:57 [2022-07-28T08:09:57.113Z] === RUN   TestNetworkList
08:09:57 [2022-07-28T08:09:57.113Z] === RUN   TestNetworkList//networks
08:09:57 [2022-07-28T08:09:57.113Z] === PAUSE TestNetworkList//networks
08:09:57 [2022-07-28T08:09:57.113Z] === RUN   TestNetworkList//networks/
08:09:57 [2022-07-28T08:09:57.113Z] === PAUSE TestNetworkList//networks/
08:09:57 [2022-07-28T08:09:57.113Z] === CONT  TestNetworkList//networks
08:09:57 [2022-07-28T08:09:57.113Z] === CONT  TestNetworkList//networks/
08:09:57 [2022-07-28T08:09:57.113Z] --- PASS: TestNetworkList (0.01s)
08:09:57 [2022-07-28T08:09:57.113Z]     --- PASS: TestNetworkList//networks/ (0.00s)
08:09:57 [2022-07-28T08:09:57.113Z]     --- PASS: TestNetworkList//networks (0.00s)
08:09:57 [2022-07-28T08:09:57.113Z] === RUN   TestHostIPv4BridgeLabel
08:09:57 [2022-07-28T08:09:57.674Z] --- PASS: TestHostIPv4BridgeLabel (0.56s)
08:09:57 [2022-07-28T08:09:57.674Z] === RUN   TestDaemonRestartWithLiveRestore
08:09:58 [2022-07-28T08:09:58.010Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
08:09:58 [2022-07-28T08:09:58.270Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
08:09:58 [2022-07-28T08:09:58.530Z] === RUN   TestDockerSuite/TestGetContainerStats
08:09:58 [2022-07-28T08:09:58.601Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s)
08:09:58 [2022-07-28T08:09:58.601Z] === RUN   TestDaemonDefaultNetworkPools
08:09:58 [2022-07-28T08:09:58.960Z] --- PASS: TestReplicatedJob (5.11s)
08:09:58 [2022-07-28T08:09:58.960Z] === RUN   TestUpdateReplicatedJob
08:09:59 [2022-07-28T08:09:59.100Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
08:09:59 [2022-07-28T08:09:59.528Z] --- PASS: TestDaemonDefaultNetworkPools (0.73s)
08:09:59 [2022-07-28T08:09:59.528Z] === RUN   TestDaemonRestartWithExistingNetwork
08:09:59 [2022-07-28T08:09:59.668Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon
08:10:00 [2022-07-28T08:10:00.456Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s)
08:10:00 [2022-07-28T08:10:00.456Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
08:10:00 [2022-07-28T08:10:00.606Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon
08:10:01 [2022-07-28T08:10:01.477Z] --- PASS: TestUpdateReplicatedJob (3.33s)
08:10:01 [2022-07-28T08:10:01.477Z] === RUN   TestServiceListWithStatuses
08:10:01 [2022-07-28T08:10:01.477Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
08:10:01 [2022-07-28T08:10:01.477Z] --- SKIP: TestServiceListWithStatuses (0.00s)
08:10:01 [2022-07-28T08:10:01.477Z] === RUN   TestDockerNetworkConnectAlias
08:10:01 [2022-07-28T08:10:01.822Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.22s)
08:10:01 [2022-07-28T08:10:01.823Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
08:10:02 [2022-07-28T08:10:02.384Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s)
08:10:02 [2022-07-28T08:10:02.384Z] === RUN   TestServiceWithPredefinedNetwork
08:10:03 [2022-07-28T08:10:03.141Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon
08:10:03 [2022-07-28T08:10:03.141Z] === RUN   TestDockerSuite/TestGetContainerStatsNoStream
08:10:03 [2022-07-28T08:10:03.710Z] === RUN   TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError
08:10:03 [2022-07-28T08:10:03.710Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon
08:10:04 [2022-07-28T08:10:04.899Z] --- PASS: TestServiceWithPredefinedNetwork (2.41s)
08:10:04 [2022-07-28T08:10:04.899Z] === RUN   TestServiceRemoveKeepsIngressNetwork
08:10:04 [2022-07-28T08:10:04.899Z]     service_test.go:243: FLAKY_TEST
08:10:04 [2022-07-28T08:10:04.900Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
08:10:04 [2022-07-28T08:10:04.900Z] === RUN   TestServiceWithDataPathPortInit
08:10:06 [2022-07-28T08:10:06.723Z] --- PASS: TestDockerNetworkConnectAlias (4.23s)
08:10:06 [2022-07-28T08:10:06.723Z] === RUN   TestDockerNetworkReConnect
08:10:07 [2022-07-28T08:10:07.908Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
08:10:07 [2022-07-28T08:10:07.908Z] === RUN   TestDockerSuite/TestGetContainerStatsRmRunning
08:10:08 [2022-07-28T08:10:08.168Z]     check_test.go:540: [d070f9b67f091] daemon is not started
08:10:08 [2022-07-28T08:10:08.168Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartCleanupNetns
08:10:08 [2022-07-28T08:10:08.428Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
08:10:08 [2022-07-28T08:10:08.459Z] tests/integration/api_network_test.py ............................       [ 47%]
08:10:09 [2022-07-28T08:10:09.816Z] === RUN   TestDockerSuite/TestGetContainerStatsStream
08:10:09 [2022-07-28T08:10:09.995Z] --- PASS: TestDockerNetworkReConnect (3.59s)
08:10:09 [2022-07-28T08:10:09.995Z] === RUN   TestServicePlugin
08:10:10 [2022-07-28T08:10:10.077Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
08:10:10 [2022-07-28T08:10:10.647Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart
08:10:10 [2022-07-28T08:10:10.647Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
08:10:13 [2022-07-28T08:10:13.187Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
08:10:13 [2022-07-28T08:10:13.262Z]     plugin_test.go:61: [d745625aca106] joining swarm manager [d9f094ae6359b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
08:10:14 [2022-07-28T08:10:14.189Z]     plugin_test.go:64: [da0d4ea7c4e1c] joining swarm manager [d9f094ae6359b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
08:10:14 [2022-07-28T08:10:14.571Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
08:10:14 [2022-07-28T08:10:14.571Z] === RUN   TestDockerSuite/TestGetContainersAttachWebsocket
08:10:15 [2022-07-28T08:10:15.511Z] === RUN   TestDockerSuite/TestGetContainersWsAttachContainerNotFound
08:10:15 [2022-07-28T08:10:15.511Z] === RUN   TestDockerSuite/TestGetStoppedContainerStats
08:10:15 [2022-07-28T08:10:15.770Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings120
08:10:16 [2022-07-28T08:10:16.341Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
08:10:16 [2022-07-28T08:10:16.601Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings121
08:10:17 [2022-07-28T08:10:17.982Z] === RUN   TestDockerSuite/TestInspectAPIContainerResponse
08:10:18 [2022-07-28T08:10:18.387Z] tests/integration/api_plugin_test.py ...........                         [ 49%]
08:10:18 [2022-07-28T08:10:18.920Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriver
08:10:18 [2022-07-28T08:10:18.920Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
08:10:18 [2022-07-28T08:10:18.920Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.43s)
08:10:18 [2022-07-28T08:10:18.920Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.83s)
08:10:18 [2022-07-28T08:10:18.921Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.33s)
08:10:18 [2022-07-28T08:10:18.921Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.34s)
08:10:18 [2022-07-28T08:10:18.921Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.26s)
08:10:18 [2022-07-28T08:10:18.921Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.64s)
08:10:18 [2022-07-28T08:10:18.921Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.37s)
08:10:18 [2022-07-28T08:10:18.921Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.50s)
08:10:18 [2022-07-28T08:10:18.921Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.62s)
08:10:18 [2022-07-28T08:10:18.921Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.38s)
08:10:18 [2022-07-28T08:10:18.921Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.27s)
08:10:18 [2022-07-28T08:10:18.921Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.26s)
08:10:18 [2022-07-28T08:10:18.921Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.99s)
08:10:18 [2022-07-28T08:10:18.921Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.88s)
08:10:18 [2022-07-28T08:10:18.921Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.20s)
08:10:18 [2022-07-28T08:10:18.921Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.81s)
08:10:18 [2022-07-28T08:10:18.921Z] === RUN   TestCgroupNamespacesRun
08:10:19 [2022-07-28T08:10:19.491Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy
08:10:19 [2022-07-28T08:10:19.737Z] --- PASS: TestServiceWithDataPathPortInit (13.75s)
08:10:19 [2022-07-28T08:10:19.737Z] === RUN   TestServiceWithDefaultAddressPoolInit
08:10:19 [2022-07-28T08:10:19.931Z] tests/integration/api_secret_test.py .....                               [ 51%]
08:10:20 [2022-07-28T08:10:20.874Z] === RUN   TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121
08:10:21 [2022-07-28T08:10:21.102Z]     service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:o5nh94pkv8zy0p63zmxvlawy1 Created:2022-07-28 08:10:19.73139459 +0000 UTC Scope:swarm Driver:overlay EnableIPv6:false IPAM:{Driver:default Options:map[] Config:[{Subnet:20.20.1.0/24 IPRange: Gateway:20.20.1.1 AuxAddress:map[]}]} Internal:false Attachable:false Ingress:false ConfigFrom:{Network:} ConfigOnly:false Containers:map[931a2fa01775720e6b7ca92aa9676730dc0e9a8b06a24ef1f46a26bec1e8fe0c:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.g6jtgdvec03jgf0c4hi1npkz6 EndpointID:45c19e2d33293d0b060b4cb9e2dff663de57c2110b90bb0777824b69430ba3a7 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:68c13b8eb82b9bca7f8c02ba067ab33cd1374c4af633e1aa6bbda498b7f70de2 MacAddress:02:42:14:14:01:04 IPv4Address:20.20.1.4/24 IPv6Address:}] Options:map[com.docker.network.driver.overlay.vxlanid_list:4097] Labels:map[] Peers:[{Name:7636011a10e2 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.g6jtgdvec03jgf0c4hi1npkz6 EndpointID:45c19e2d33293d0b060b4cb9e2dff663de57c2110b90bb0777824b69430ba3a7 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
08:10:21 [2022-07-28T08:10:21.133Z] --- PASS: TestCgroupNamespacesRun (2.10s)
08:10:21 [2022-07-28T08:10:21.133Z] === RUN   TestCgroupNamespacesRunPrivileged
08:10:21 [2022-07-28T08:10:21.703Z] === RUN   TestDockerSuite/TestInspectAPIImageResponse
08:10:21 [2022-07-28T08:10:21.703Z] === RUN   TestDockerSuite/TestLogsAPIContainerNotFound
08:10:21 [2022-07-28T08:10:21.703Z] === RUN   TestDockerSuite/TestLogsAPIFollowEmptyOutput
08:10:22 [2022-07-28T08:10:22.647Z] === RUN   TestDockerSuite/TestLogsAPINoStdoutNorStderr
08:10:23 [2022-07-28T08:10:23.218Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.96s)
08:10:23 [2022-07-28T08:10:23.218Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
08:10:23 [2022-07-28T08:10:23.478Z] === RUN   TestDockerSuite/TestLogsAPIUntil
08:10:24 [2022-07-28T08:10:24.549Z] tests/integration/api_service_test.py .................................. [ 59%]
08:10:25 [2022-07-28T08:10:25.268Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.75s)
08:10:25 [2022-07-28T08:10:25.268Z] PASS
08:10:25 [2022-07-28T08:10:25.268Z] 
08:10:25 [2022-07-28T08:10:25.268Z] === Skipped
08:10:25 [2022-07-28T08:10:25.268Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
08:10:25 [2022-07-28T08:10:25.268Z]     service_test.go:243: FLAKY_TEST
08:10:25 [2022-07-28T08:10:25.268Z] 
08:10:25 [2022-07-28T08:10:25.268Z] DONE 38 tests, 1 skipped in 43.420s
08:10:25 [2022-07-28T08:10:25.268Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
08:10:25 [2022-07-28T08:10:25.268Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
08:10:25 [2022-07-28T08:10:25.268Z] ++ set -e
08:10:25 [2022-07-28T08:10:25.268Z] ++ '[' -n 0 ']'
08:10:25 [2022-07-28T08:10:25.268Z] ++ set -x
08:10:25 [2022-07-28T08:10:25.268Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
08:10:25 [2022-07-28T08:10:25.268Z] INFO: Testing against a local daemon
08:10:25 [2022-07-28T08:10:25.268Z] === RUN   TestDockerNetworkIpvlanPersistance
08:10:25 [2022-07-28T08:10:25.268Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
08:10:25 [2022-07-28T08:10:25.268Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
08:10:25 [2022-07-28T08:10:25.268Z] === RUN   TestDockerNetworkIpvlan
08:10:25 [2022-07-28T08:10:25.268Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
08:10:25 [2022-07-28T08:10:25.268Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
08:10:25 [2022-07-28T08:10:25.268Z] PASS
08:10:25 [2022-07-28T08:10:25.268Z] 
08:10:25 [2022-07-28T08:10:25.268Z] === Skipped
08:10:25 [2022-07-28T08:10:25.268Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
08:10:25 [2022-07-28T08:10:25.268Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
08:10:25 [2022-07-28T08:10:25.268Z] 
08:10:25 [2022-07-28T08:10:25.268Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
08:10:25 [2022-07-28T08:10:25.268Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
08:10:25 [2022-07-28T08:10:25.268Z] 
08:10:25 [2022-07-28T08:10:25.268Z] DONE 2 tests, 2 skipped in 0.105s
08:10:25 [2022-07-28T08:10:25.268Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
08:10:25 [2022-07-28T08:10:25.268Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
08:10:25 [2022-07-28T08:10:25.268Z] ++ set -e
08:10:25 [2022-07-28T08:10:25.268Z] ++ '[' -n 0 ']'
08:10:25 [2022-07-28T08:10:25.268Z] ++ set -x
08:10:25 [2022-07-28T08:10:25.268Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
08:10:25 [2022-07-28T08:10:25.388Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartKillWait
08:10:25 [2022-07-28T08:10:25.388Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.05s)
08:10:25 [2022-07-28T08:10:25.388Z] === RUN   TestCgroupNamespacesRunHostMode
08:10:25 [2022-07-28T08:10:25.524Z] INFO: Testing against a local daemon
08:10:25 [2022-07-28T08:10:25.524Z] === RUN   TestDockerNetworkMacvlanPersistance
08:10:26 [2022-07-28T08:10:26.815Z] --- PASS: TestCgroupNamespacesRunHostMode (1.64s)
08:10:26 [2022-07-28T08:10:26.815Z] === RUN   TestCgroupNamespacesRunPrivateMode
08:10:26 [2022-07-28T08:10:26.888Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.30s)
08:10:26 [2022-07-28T08:10:26.888Z] === RUN   TestDockerNetworkMacvlan
08:10:27 [2022-07-28T08:10:27.080Z] === RUN   TestDockerSuite/TestLogsAPIUntilDefaultValue
08:10:27 [2022-07-28T08:10:27.344Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartLocalVolumes
08:10:27 [2022-07-28T08:10:27.450Z] === RUN   TestDockerNetworkMacvlan/Subinterface
08:10:27 [2022-07-28T08:10:27.914Z] === RUN   TestDockerSuite/TestLogsAPIUntilFutureFollow
08:10:28 [2022-07-28T08:10:28.377Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
08:10:28 [2022-07-28T08:10:28.482Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartOnFailure
08:10:28 [2022-07-28T08:10:28.482Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.77s)
08:10:28 [2022-07-28T08:10:28.482Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
08:10:28 [2022-07-28T08:10:28.695Z] ............................                                             [ 66%]
08:10:28 [2022-07-28T08:10:28.939Z] === RUN   TestDockerNetworkMacvlan/NilParent
08:10:29 [2022-07-28T08:10:29.864Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.40s)
08:10:29 [2022-07-28T08:10:29.864Z] === RUN   TestCgroupNamespacesRunInvalidMode
08:10:30 [2022-07-28T08:10:30.802Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.76s)
08:10:30 [2022-07-28T08:10:30.802Z] === RUN   TestCgroupNamespacesRunOlderClient
08:10:30 [2022-07-28T08:10:30.829Z] === RUN   TestDockerNetworkMacvlan/InternalMode
08:10:32 [2022-07-28T08:10:32.183Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.43s)
08:10:32 [2022-07-28T08:10:32.184Z] === RUN   TestNISDomainname
08:10:32 [2022-07-28T08:10:32.443Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRenameContainer
08:10:32 [2022-07-28T08:10:32.704Z] === RUN   TestDockerSuite/TestLogsAPIWithStdout
08:10:32 [2022-07-28T08:10:32.716Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
08:10:32 [2022-07-28T08:10:32.964Z] --- PASS: TestNISDomainname (0.85s)
08:10:32 [2022-07-28T08:10:32.964Z] === RUN   TestHostnameDnsResolution
08:10:33 [2022-07-28T08:10:33.224Z] === RUN   TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint
08:10:34 [2022-07-28T08:10:34.163Z] --- PASS: TestHostnameDnsResolution (1.32s)
08:10:34 [2022-07-28T08:10:34.163Z] === RUN   TestUnprivilegedPortsAndPing
08:10:34 [2022-07-28T08:10:34.732Z] === RUN   TestDockerSuite/TestPostContainersAttach
08:10:35 [2022-07-28T08:10:35.301Z] --- PASS: TestUnprivilegedPortsAndPing (0.91s)
08:10:35 [2022-07-28T08:10:35.301Z] === RUN   TestPrivilegedHostDevices
08:10:35 [2022-07-28T08:10:35.562Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork
08:10:35 [2022-07-28T08:10:35.822Z] --- PASS: TestPrivilegedHostDevices (0.69s)
08:10:35 [2022-07-28T08:10:35.822Z] === RUN   TestRunConsoleSize
08:10:35 [2022-07-28T08:10:35.982Z] === RUN   TestDockerNetworkMacvlan/Addressing
08:10:36 [2022-07-28T08:10:36.391Z] --- PASS: TestRunConsoleSize (0.56s)
08:10:36 [2022-07-28T08:10:36.391Z] === RUN   TestStats
08:10:36 [2022-07-28T08:10:36.545Z] --- PASS: TestDockerNetworkMacvlan (9.93s)
08:10:36 [2022-07-28T08:10:36.545Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s)
08:10:36 [2022-07-28T08:10:36.545Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.06s)
08:10:36 [2022-07-28T08:10:36.545Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.82s)
08:10:36 [2022-07-28T08:10:36.545Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (1.08s)
08:10:36 [2022-07-28T08:10:36.545Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.14s)
08:10:36 [2022-07-28T08:10:36.545Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.56s)
08:10:36 [2022-07-28T08:10:36.545Z] PASS
08:10:36 [2022-07-28T08:10:36.545Z] 
08:10:36 [2022-07-28T08:10:36.545Z] DONE 8 tests in 11.333s
08:10:36 [2022-07-28T08:10:36.801Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m 
08:10:36 [2022-07-28T08:10:36.801Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m
08:10:36 [2022-07-28T08:10:36.801Z] ++ set -e
08:10:36 [2022-07-28T08:10:36.801Z] ++ '[' -n 0 ']'
08:10:36 [2022-07-28T08:10:36.801Z] ++ set -x
08:10:36 [2022-07-28T08:10:36.801Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m
08:10:36 [2022-07-28T08:10:36.801Z] testing: warning: no tests to run
08:10:36 [2022-07-28T08:10:36.801Z] PASS
08:10:36 [2022-07-28T08:10:36.801Z] 
08:10:36 [2022-07-28T08:10:36.801Z] DONE 0 tests in 0.029s
08:10:36 [2022-07-28T08:10:36.801Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
08:10:36 [2022-07-28T08:10:36.801Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
08:10:36 [2022-07-28T08:10:36.801Z] ++ set -e
08:10:36 [2022-07-28T08:10:36.801Z] ++ '[' -n 0 ']'
08:10:36 [2022-07-28T08:10:36.801Z] ++ set -x
08:10:36 [2022-07-28T08:10:36.801Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
08:10:36 [2022-07-28T08:10:36.801Z] INFO: Testing against a local daemon
08:10:36 [2022-07-28T08:10:36.801Z] === RUN   TestAuthZPluginAllowRequest
08:10:38 [2022-07-28T08:10:38.165Z] --- PASS: TestAuthZPluginAllowRequest (1.13s)
08:10:38 [2022-07-28T08:10:38.165Z] === RUN   TestAuthZPluginTLS
08:10:38 [2022-07-28T08:10:38.421Z] --- PASS: TestAuthZPluginTLS (0.55s)
08:10:38 [2022-07-28T08:10:38.421Z] === RUN   TestAuthZPluginDenyRequest
08:10:38 [2022-07-28T08:10:38.983Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
08:10:38 [2022-07-28T08:10:38.983Z] === RUN   TestAuthZPluginAPIDenyResponse
08:10:39 [2022-07-28T08:10:39.544Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s)
08:10:39 [2022-07-28T08:10:39.544Z] === RUN   TestAuthZPluginDenyResponse
08:10:39 [2022-07-28T08:10:39.684Z] --- PASS: TestStats (2.75s)
08:10:39 [2022-07-28T08:10:39.684Z] === RUN   TestStopContainerWithTimeout
08:10:39 [2022-07-28T08:10:39.684Z] === RUN   TestStopContainerWithTimeout/0
08:10:39 [2022-07-28T08:10:39.684Z] === PAUSE TestStopContainerWithTimeout/0
08:10:39 [2022-07-28T08:10:39.684Z] === RUN   TestStopContainerWithTimeout/1
08:10:39 [2022-07-28T08:10:39.684Z] === PAUSE TestStopContainerWithTimeout/1
08:10:39 [2022-07-28T08:10:39.684Z] === RUN   TestStopContainerWithTimeout/3
08:10:39 [2022-07-28T08:10:39.684Z] === PAUSE TestStopContainerWithTimeout/3
08:10:39 [2022-07-28T08:10:39.684Z] === RUN   TestStopContainerWithTimeout/-1
08:10:39 [2022-07-28T08:10:39.684Z] === PAUSE TestStopContainerWithTimeout/-1
08:10:39 [2022-07-28T08:10:39.684Z] === CONT  TestStopContainerWithTimeout/0
08:10:39 [2022-07-28T08:10:39.684Z] === CONT  TestStopContainerWithTimeout/-1
08:10:39 [2022-07-28T08:10:39.684Z]     check_test.go:540: [dfc4084ab9fe1] daemon is not started
08:10:39 [2022-07-28T08:10:39.684Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse
08:10:40 [2022-07-28T08:10:40.105Z] --- PASS: TestAuthZPluginDenyResponse (0.54s)
08:10:40 [2022-07-28T08:10:40.105Z] === RUN   TestAuthZPluginAllowEventStream
08:10:40 [2022-07-28T08:10:40.253Z] === CONT  TestStopContainerWithTimeout/3
08:10:40 [2022-07-28T08:10:40.680Z] --- PASS: TestServicePlugin (29.84s)
08:10:40 [2022-07-28T08:10:40.680Z] === RUN   TestServiceUpdateLabel
08:10:40 [2022-07-28T08:10:40.824Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode
08:10:41 [2022-07-28T08:10:41.471Z] --- PASS: TestAuthZPluginAllowEventStream (1.08s)
08:10:41 [2022-07-28T08:10:41.471Z] === RUN   TestAuthZPluginErrorResponse
08:10:41 [2022-07-28T08:10:41.607Z] --- PASS: TestServiceUpdateLabel (2.21s)
08:10:41 [2022-07-28T08:10:41.607Z] === RUN   TestServiceUpdateSecrets
08:10:41 [2022-07-28T08:10:41.727Z] --- PASS: TestAuthZPluginErrorResponse (0.54s)
08:10:41 [2022-07-28T08:10:41.727Z] === RUN   TestAuthZPluginErrorRequest
08:10:41 [2022-07-28T08:10:41.765Z] === RUN   TestDockerSuite/TestPostContainersAttachContainerNotFound
08:10:41 [2022-07-28T08:10:41.765Z] === RUN   TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted
08:10:41 [2022-07-28T08:10:41.765Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted
08:10:42 [2022-07-28T08:10:42.289Z] --- PASS: TestAuthZPluginErrorRequest (0.54s)
08:10:42 [2022-07-28T08:10:42.289Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
08:10:42 [2022-07-28T08:10:42.334Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeNegative
08:10:42 [2022-07-28T08:10:42.334Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeOmitted
08:10:42 [2022-07-28T08:10:42.334Z] === CONT  TestStopContainerWithTimeout/1
08:10:42 [2022-07-28T08:10:42.595Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartUnlessStopped
08:10:42 [2022-07-28T08:10:42.851Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s)
08:10:42 [2022-07-28T08:10:42.851Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
08:10:42 [2022-07-28T08:10:42.856Z] === RUN   TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange
08:10:43 [2022-07-28T08:10:43.116Z] === RUN   TestDockerSuite/TestPostContainersCreateWithShmSize
08:10:43 [2022-07-28T08:10:43.686Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop
08:10:43 [2022-07-28T08:10:43.686Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd
08:10:44 [2022-07-28T08:10:44.218Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.32s)
08:10:44 [2022-07-28T08:10:44.219Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
08:10:44 [2022-07-28T08:10:44.257Z] --- PASS: TestStopContainerWithTimeout (0.01s)
08:10:44 [2022-07-28T08:10:44.257Z]     --- PASS: TestStopContainerWithTimeout/0 (1.16s)
08:10:44 [2022-07-28T08:10:44.257Z]     --- PASS: TestStopContainerWithTimeout/-1 (3.16s)
08:10:44 [2022-07-28T08:10:44.257Z]     --- PASS: TestStopContainerWithTimeout/3 (2.52s)
08:10:44 [2022-07-28T08:10:44.257Z]     --- PASS: TestStopContainerWithTimeout/1 (1.86s)
08:10:44 [2022-07-28T08:10:44.257Z] === RUN   TestDeleteDevicemapper
08:10:44 [2022-07-28T08:10:44.257Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
08:10:44 [2022-07-28T08:10:44.257Z] --- SKIP: TestDeleteDevicemapper (0.00s)
08:10:44 [2022-07-28T08:10:44.257Z] === RUN   TestStopContainerWithRestartPolicyAlways
08:10:45 [2022-07-28T08:10:45.198Z] === RUN   TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues
08:10:45 [2022-07-28T08:10:45.198Z] === RUN   TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs
08:10:45 [2022-07-28T08:10:45.588Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.55s)
08:10:45 [2022-07-28T08:10:45.588Z] === RUN   TestAuthZPluginHeader
08:10:46 [2022-07-28T08:10:46.138Z] === RUN   TestDockerSuite/TestAttachAfterDetach
08:10:46 [2022-07-28T08:10:46.533Z] --- PASS: TestAuthZPluginHeader (0.72s)
08:10:46 [2022-07-28T08:10:46.533Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
08:10:46 [2022-07-28T08:10:46.533Z]     authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
08:10:46 [2022-07-28T08:10:46.533Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
08:10:46 [2022-07-28T08:10:46.533Z] === RUN   TestAuthZPluginV2Disable
08:10:46 [2022-07-28T08:10:46.533Z]     authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
08:10:46 [2022-07-28T08:10:46.533Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
08:10:46 [2022-07-28T08:10:46.533Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
08:10:46 [2022-07-28T08:10:46.533Z]     authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
08:10:46 [2022-07-28T08:10:46.533Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
08:10:46 [2022-07-28T08:10:46.533Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
08:10:46 [2022-07-28T08:10:46.533Z]     authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
08:10:46 [2022-07-28T08:10:46.533Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
08:10:46 [2022-07-28T08:10:46.533Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
08:10:47 [2022-07-28T08:10:47.521Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.16s)
08:10:47 [2022-07-28T08:10:47.521Z] === RUN   TestUpdateMemory
08:10:47 [2022-07-28T08:10:47.521Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
08:10:47 [2022-07-28T08:10:47.521Z] --- SKIP: TestUpdateMemory (0.00s)
08:10:47 [2022-07-28T08:10:47.521Z] === RUN   TestUpdateCPUQuota
08:10:48 [2022-07-28T08:10:48.463Z] === RUN   TestDockerSuite/TestAttachClosedOnContainerStop
08:10:48 [2022-07-28T08:10:48.722Z] --- PASS: TestUpdateCPUQuota (1.43s)
08:10:48 [2022-07-28T08:10:48.722Z] === RUN   TestUpdatePidsLimit
08:10:48 [2022-07-28T08:10:48.722Z] === RUN   TestUpdatePidsLimit/update_from_none
08:10:49 [2022-07-28T08:10:49.291Z] === RUN   TestUpdatePidsLimit/no_change
08:10:49 [2022-07-28T08:10:49.552Z] === RUN   TestUpdatePidsLimit/update_lower
08:10:49 [2022-07-28T08:10:49.812Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
08:10:50 [2022-07-28T08:10:50.072Z] === RUN   TestDockerSuite/TestAttachDetach
08:10:50 [2022-07-28T08:10:50.332Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
08:10:50 [2022-07-28T08:10:50.592Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
08:10:51 [2022-07-28T08:10:51.163Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
08:10:51 [2022-07-28T08:10:51.163Z] === RUN   TestDockerSuite/TestAttachDisconnect
08:10:51 [2022-07-28T08:10:51.423Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer
08:10:51 [2022-07-28T08:10:51.993Z] === RUN   TestDockerSuite/TestAttachMultipleAndRestart
08:10:52 [2022-07-28T08:10:52.254Z] --- PASS: TestUpdatePidsLimit (3.50s)
08:10:52 [2022-07-28T08:10:52.254Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.31s)
08:10:52 [2022-07-28T08:10:52.254Z]     --- PASS: TestUpdatePidsLimit/no_change (0.31s)
08:10:52 [2022-07-28T08:10:52.254Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.40s)
08:10:52 [2022-07-28T08:10:52.254Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.34s)
08:10:52 [2022-07-28T08:10:52.254Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.38s)
08:10:52 [2022-07-28T08:10:52.254Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.44s)
08:10:52 [2022-07-28T08:10:52.254Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.34s)
08:10:52 [2022-07-28T08:10:52.254Z] === RUN   TestUpdateRestartPolicy
08:10:54 [2022-07-28T08:10:54.162Z] === RUN   TestDockerSuite/TestAttachPausedContainer
08:10:54 [2022-07-28T08:10:54.162Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange
08:10:54 [2022-07-28T08:10:54.733Z] === RUN   TestDockerSuite/TestAttachTTYWithoutStdin
08:10:55 [2022-07-28T08:10:55.303Z] === RUN   TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace
08:10:55 [2022-07-28T08:10:55.562Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning
08:10:56 [2022-07-28T08:10:56.441Z] --- PASS: TestServiceUpdateSecrets (14.48s)
08:10:56 [2022-07-28T08:10:56.442Z] === RUN   TestServiceUpdateConfigs
08:10:58 [2022-07-28T08:10:58.100Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways
08:11:00 [2022-07-28T08:11:00.639Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize
08:11:00 [2022-07-28T08:11:00.639Z]     docker_cli_daemon_test.go:232: unmatched requirement Devicemapper
08:11:00 [2022-07-28T08:11:00.639Z]     check_test.go:540: [d083b700e52ea] daemon is not started
08:11:00 [2022-07-28T08:11:00.639Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize
08:11:00 [2022-07-28T08:11:00.639Z]     docker_cli_daemon_test.go:212: unmatched requirement Devicemapper
08:11:00 [2022-07-28T08:11:00.639Z]     check_test.go:540: [df2a27eaa3e2b] daemon is not started
08:11:00 [2022-07-28T08:11:00.639Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer
08:11:03 [2022-07-28T08:11:03.181Z]     check_test.go:540: [d7df92302d3f4] daemon is not started
08:11:03 [2022-07-28T08:11:03.181Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithLinks
08:11:04 [2022-07-28T08:11:04.578Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.88s)
08:11:04 [2022-07-28T08:11:04.578Z] PASS
08:11:04 [2022-07-28T08:11:04.578Z] 
08:11:04 [2022-07-28T08:11:04.578Z] === Skipped
08:11:04 [2022-07-28T08:11:04.578Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
08:11:04 [2022-07-28T08:11:04.578Z]     authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
08:11:04 [2022-07-28T08:11:04.578Z] 
08:11:04 [2022-07-28T08:11:04.578Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
08:11:04 [2022-07-28T08:11:04.578Z]     authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
08:11:04 [2022-07-28T08:11:04.578Z] 
08:11:04 [2022-07-28T08:11:04.578Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
08:11:04 [2022-07-28T08:11:04.578Z]     authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
08:11:04 [2022-07-28T08:11:04.578Z] 
08:11:04 [2022-07-28T08:11:04.578Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
08:11:04 [2022-07-28T08:11:04.578Z]     authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
08:11:04 [2022-07-28T08:11:04.578Z] 
08:11:04 [2022-07-28T08:11:04.578Z] DONE 17 tests, 4 skipped in 26.552s
08:11:04 [2022-07-28T08:11:04.578Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m 
08:11:04 [2022-07-28T08:11:04.578Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
08:11:04 [2022-07-28T08:11:04.578Z] ++ set -e
08:11:04 [2022-07-28T08:11:04.578Z] ++ '[' -n 0 ']'
08:11:04 [2022-07-28T08:11:04.578Z] ++ set -x
08:11:04 [2022-07-28T08:11:04.578Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
08:11:04 [2022-07-28T08:11:04.578Z] INFO: Testing against a local daemon
08:11:04 [2022-07-28T08:11:04.578Z] === RUN   TestPluginInvalidJSON
08:11:04 [2022-07-28T08:11:04.578Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
08:11:04 [2022-07-28T08:11:04.578Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
08:11:04 [2022-07-28T08:11:04.578Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
08:11:04 [2022-07-28T08:11:04.578Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
08:11:04 [2022-07-28T08:11:04.578Z] === RUN   TestPluginInvalidJSON/plugins/pull
08:11:04 [2022-07-28T08:11:04.578Z] === PAUSE TestPluginInvalidJSON/plugins/pull
08:11:04 [2022-07-28T08:11:04.578Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
08:11:04 [2022-07-28T08:11:04.578Z] === CONT  TestPluginInvalidJSON/plugins/pull
08:11:04 [2022-07-28T08:11:04.578Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
08:11:04 [2022-07-28T08:11:04.578Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
08:11:04 [2022-07-28T08:11:04.578Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
08:11:04 [2022-07-28T08:11:04.578Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
08:11:04 [2022-07-28T08:11:04.578Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
08:11:04 [2022-07-28T08:11:04.578Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
08:11:04 [2022-07-28T08:11:04.578Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
08:11:04 [2022-07-28T08:11:04.578Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
08:11:04 [2022-07-28T08:11:04.578Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
08:11:04 [2022-07-28T08:11:04.578Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
08:11:04 [2022-07-28T08:11:04.578Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
08:11:04 [2022-07-28T08:11:04.578Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
08:11:04 [2022-07-28T08:11:04.578Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
08:11:04 [2022-07-28T08:11:04.578Z] --- PASS: TestPluginInvalidJSON (0.02s)
08:11:04 [2022-07-28T08:11:04.578Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.00s)
08:11:04 [2022-07-28T08:11:04.578Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
08:11:04 [2022-07-28T08:11:04.578Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
08:11:04 [2022-07-28T08:11:04.578Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
08:11:04 [2022-07-28T08:11:04.578Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
08:11:04 [2022-07-28T08:11:04.578Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.00s)
08:11:04 [2022-07-28T08:11:04.578Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
08:11:04 [2022-07-28T08:11:04.578Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
08:11:04 [2022-07-28T08:11:04.578Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
08:11:04 [2022-07-28T08:11:04.578Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
08:11:04 [2022-07-28T08:11:04.578Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.00s)
08:11:04 [2022-07-28T08:11:04.578Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
08:11:04 [2022-07-28T08:11:04.578Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
08:11:04 [2022-07-28T08:11:04.578Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
08:11:04 [2022-07-28T08:11:04.578Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
08:11:04 [2022-07-28T08:11:04.578Z] === RUN   TestPluginInstall
08:11:04 [2022-07-28T08:11:04.578Z] === RUN   TestPluginInstall/no_auth
08:11:04 [2022-07-28T08:11:04.578Z] time="2022-07-28T08:11:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
08:11:04 [2022-07-28T08:11:04.578Z] time="2022-07-28T08:11:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4a23d4a4807207e4abc6926792c2d498f71d255850efed81c28f4263644134a5" mediatype=application/vnd.docker.plugin.v1+json size=522
08:11:04 [2022-07-28T08:11:04.578Z] time="2022-07-28T08:11:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
08:11:04 [2022-07-28T08:11:04.578Z] time="2022-07-28T08:11:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4a23d4a4807207e4abc6926792c2d498f71d255850efed81c28f4263644134a5" mediatype=application/vnd.docker.plugin.v1+json size=522
08:11:04 [2022-07-28T08:11:04.578Z] === RUN   TestPluginInstall/with_htpasswd
08:11:04 [2022-07-28T08:11:04.834Z] time="2022-07-28T08:11:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
08:11:04 [2022-07-28T08:11:04.834Z] time="2022-07-28T08:11:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:da6696aaae5a54c71129e19f423aae9ddf7bf2b4cffd131c4eabcf1ebb2760c3" mediatype=application/vnd.docker.plugin.v1+json size=522
08:11:04 [2022-07-28T08:11:04.834Z] time="2022-07-28T08:11:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
08:11:04 [2022-07-28T08:11:04.834Z] time="2022-07-28T08:11:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:da6696aaae5a54c71129e19f423aae9ddf7bf2b4cffd131c4eabcf1ebb2760c3" mediatype=application/vnd.docker.plugin.v1+json size=522
08:11:04 [2022-07-28T08:11:04.834Z] === RUN   TestPluginInstall/with_insecure
08:11:05 [2022-07-28T08:11:05.091Z] --- PASS: TestUpdateRestartPolicy (12.56s)
08:11:05 [2022-07-28T08:11:05.091Z] === RUN   TestUpdateRestartWithAutoRemove
08:11:05 [2022-07-28T08:11:05.661Z] --- PASS: TestUpdateRestartWithAutoRemove (0.84s)
08:11:05 [2022-07-28T08:11:05.661Z] === RUN   TestWaitNonBlocked
08:11:05 [2022-07-28T08:11:05.661Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
08:11:05 [2022-07-28T08:11:05.661Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
08:11:05 [2022-07-28T08:11:05.661Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
08:11:05 [2022-07-28T08:11:05.661Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
08:11:05 [2022-07-28T08:11:05.661Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
08:11:05 [2022-07-28T08:11:05.661Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
08:11:05 [2022-07-28T08:11:05.762Z] time="2022-07-28T08:11:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
08:11:05 [2022-07-28T08:11:05.762Z] time="2022-07-28T08:11:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7cf7b9ab816c45f540a576f464178719ae804af2dedee16ed7311a2160c41d8c" mediatype=application/vnd.docker.plugin.v1+json size=522
08:11:05 [2022-07-28T08:11:05.762Z] time="2022-07-28T08:11:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
08:11:05 [2022-07-28T08:11:05.762Z] time="2022-07-28T08:11:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7cf7b9ab816c45f540a576f464178719ae804af2dedee16ed7311a2160c41d8c" mediatype=application/vnd.docker.plugin.v1+json size=522
08:11:06 [2022-07-28T08:11:06.018Z]     plugin_test.go:195: [dd236bf844913] daemon is not started
08:11:06 [2022-07-28T08:11:06.018Z] --- PASS: TestPluginInstall (2.53s)
08:11:06 [2022-07-28T08:11:06.018Z]     --- PASS: TestPluginInstall/no_auth (0.96s)
08:11:06 [2022-07-28T08:11:06.018Z]     --- PASS: TestPluginInstall/with_htpasswd (0.55s)
08:11:06 [2022-07-28T08:11:06.018Z]     --- PASS: TestPluginInstall/with_insecure (1.02s)
08:11:06 [2022-07-28T08:11:06.018Z] === RUN   TestPluginsWithRuntimes
08:11:07 [2022-07-28T08:11:07.043Z] --- PASS: TestWaitNonBlocked (0.02s)
08:11:07 [2022-07-28T08:11:07.043Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.21s)
08:11:07 [2022-07-28T08:11:07.043Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.36s)
08:11:07 [2022-07-28T08:11:07.043Z] === RUN   TestWaitBlocked
08:11:07 [2022-07-28T08:11:07.043Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
08:11:07 [2022-07-28T08:11:07.043Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
08:11:07 [2022-07-28T08:11:07.043Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
08:11:07 [2022-07-28T08:11:07.043Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
08:11:07 [2022-07-28T08:11:07.043Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
08:11:07 [2022-07-28T08:11:07.043Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
08:11:07 [2022-07-28T08:11:07.384Z] === RUN   TestPluginsWithRuntimes/No_Args
08:11:07 [2022-07-28T08:11:07.615Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithNames
08:11:08 [2022-07-28T08:11:08.311Z] === RUN   TestPluginsWithRuntimes/With_Args
08:11:08 [2022-07-28T08:11:08.555Z] --- PASS: TestWaitBlocked (0.02s)
08:11:08 [2022-07-28T08:11:08.556Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.16s)
08:11:08 [2022-07-28T08:11:08.556Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.19s)
08:11:08 [2022-07-28T08:11:08.556Z] === RUN   TestWaitConditions
08:11:08 [2022-07-28T08:11:08.556Z] === RUN   TestWaitConditions/default
08:11:08 [2022-07-28T08:11:08.556Z] === PAUSE TestWaitConditions/default
08:11:08 [2022-07-28T08:11:08.556Z] === RUN   TestWaitConditions/not-running
08:11:08 [2022-07-28T08:11:08.556Z] === PAUSE TestWaitConditions/not-running
08:11:08 [2022-07-28T08:11:08.556Z] === RUN   TestWaitConditions/next-exit
08:11:08 [2022-07-28T08:11:08.556Z] === PAUSE TestWaitConditions/next-exit
08:11:08 [2022-07-28T08:11:08.556Z] === RUN   TestWaitConditions/removed
08:11:08 [2022-07-28T08:11:08.556Z] === PAUSE TestWaitConditions/removed
08:11:08 [2022-07-28T08:11:08.556Z] === CONT  TestWaitConditions/default
08:11:08 [2022-07-28T08:11:08.556Z] === CONT  TestWaitConditions/removed
08:11:09 [2022-07-28T08:11:09.238Z] --- PASS: TestPluginsWithRuntimes (3.23s)
08:11:09 [2022-07-28T08:11:09.238Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.86s)
08:11:09 [2022-07-28T08:11:09.238Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.86s)
08:11:09 [2022-07-28T08:11:09.238Z] === RUN   TestPluginBackCompatMediaTypes
08:11:09 [2022-07-28T08:11:09.800Z] --- PASS: TestPluginBackCompatMediaTypes (0.56s)
08:11:09 [2022-07-28T08:11:09.800Z] PASS
08:11:09 [2022-07-28T08:11:09.800Z] 
08:11:09 [2022-07-28T08:11:09.800Z] DONE 24 tests in 6.453s
08:11:09 [2022-07-28T08:11:09.800Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
08:11:09 [2022-07-28T08:11:09.800Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
08:11:09 [2022-07-28T08:11:09.800Z] ++ set -e
08:11:09 [2022-07-28T08:11:09.800Z] ++ '[' -n 0 ']'
08:11:09 [2022-07-28T08:11:09.800Z] ++ set -x
08:11:09 [2022-07-28T08:11:09.800Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
08:11:09 [2022-07-28T08:11:09.800Z] INFO: Testing against a local daemon
08:11:09 [2022-07-28T08:11:09.800Z] === RUN   TestExternalGraphDriver
08:11:10 [2022-07-28T08:11:10.146Z] tests/integration/api_swarm_test.py ......xs...x.......                  [ 71%]
08:11:10 [2022-07-28T08:11:10.361Z] === RUN   TestExternalGraphDriver/json
08:11:10 [2022-07-28T08:11:10.464Z] === CONT  TestWaitConditions/next-exit
08:11:10 [2022-07-28T08:11:10.464Z] === CONT  TestWaitConditions/not-running
08:11:10 [2022-07-28T08:11:10.723Z] === RUN   TestDockerSuite/TestBuildAddBadLinks
08:11:10 [2022-07-28T08:11:10.723Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer
08:11:11 [2022-07-28T08:11:11.276Z] --- PASS: TestServiceUpdateConfigs (14.70s)
08:11:11 [2022-07-28T08:11:11.277Z] === RUN   TestServiceUpdateNetwork
08:11:11 [2022-07-28T08:11:11.292Z] === RUN   TestDockerSuite/TestBuildAddBadLinksVolume
08:11:11 [2022-07-28T08:11:11.726Z] === RUN   TestExternalGraphDriver/spec
08:11:12 [2022-07-28T08:11:12.676Z] --- PASS: TestWaitConditions (0.02s)
08:11:12 [2022-07-28T08:11:12.676Z]     --- PASS: TestWaitConditions/default (2.07s)
08:11:12 [2022-07-28T08:11:12.676Z]     --- PASS: TestWaitConditions/removed (2.15s)
08:11:12 [2022-07-28T08:11:12.676Z]     --- PASS: TestWaitConditions/next-exit (2.06s)
08:11:12 [2022-07-28T08:11:12.676Z]     --- PASS: TestWaitConditions/not-running (2.03s)
08:11:12 [2022-07-28T08:11:12.676Z] === CONT  TestContainerStartOnDaemonRestart
08:11:12 [2022-07-28T08:11:12.676Z] === CONT  TestRestartDaemonWithRestartingContainer
08:11:12 [2022-07-28T08:11:12.676Z] === RUN   TestDockerSuite/TestBuildAddBrokenTar
08:11:12 [2022-07-28T08:11:12.936Z] === RUN   TestDockerSuite/TestBuildAddChangeOwnership
08:11:13 [2022-07-28T08:11:13.506Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled
08:11:13 [2022-07-28T08:11:13.614Z] === RUN   TestExternalGraphDriver/pull
08:11:14 [2022-07-28T08:11:14.979Z] --- PASS: TestExternalGraphDriver (5.09s)
08:11:14 [2022-07-28T08:11:14.979Z]     --- PASS: TestExternalGraphDriver/json (1.58s)
08:11:14 [2022-07-28T08:11:14.979Z]     --- PASS: TestExternalGraphDriver/spec (1.56s)
08:11:14 [2022-07-28T08:11:14.979Z]     --- PASS: TestExternalGraphDriver/pull (1.62s)
08:11:14 [2022-07-28T08:11:14.979Z] === RUN   TestGraphdriverPluginV2
08:11:15 [2022-07-28T08:11:15.234Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
08:11:15 [2022-07-28T08:11:15.234Z] --- SKIP: TestGraphdriverPluginV2 (0.32s)
08:11:15 [2022-07-28T08:11:15.235Z] PASS
08:11:15 [2022-07-28T08:11:15.235Z] 
08:11:15 [2022-07-28T08:11:15.235Z] === Skipped
08:11:15 [2022-07-28T08:11:15.235Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.32s)
08:11:15 [2022-07-28T08:11:15.235Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
08:11:15 [2022-07-28T08:11:15.235Z] 
08:11:15 [2022-07-28T08:11:15.235Z] DONE 5 tests, 1 skipped in 5.502s
08:11:15 [2022-07-28T08:11:15.235Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
08:11:15 [2022-07-28T08:11:15.235Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
08:11:15 [2022-07-28T08:11:15.235Z] ++ set -e
08:11:15 [2022-07-28T08:11:15.235Z] ++ '[' -n 0 ']'
08:11:15 [2022-07-28T08:11:15.235Z] ++ set -x
08:11:15 [2022-07-28T08:11:15.235Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
08:11:15 [2022-07-28T08:11:15.416Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithCache
08:11:15 [2022-07-28T08:11:15.490Z] INFO: Testing against a local daemon
08:11:15 [2022-07-28T08:11:15.490Z] === RUN   TestContinueAfterPluginCrash
08:11:15 [2022-07-28T08:11:15.490Z] === PAUSE TestContinueAfterPluginCrash
08:11:15 [2022-07-28T08:11:15.490Z] === RUN   TestReadPluginNoRead
08:11:15 [2022-07-28T08:11:15.490Z] === PAUSE TestReadPluginNoRead
08:11:15 [2022-07-28T08:11:15.490Z] === RUN   TestDaemonStartWithLogOpt
08:11:15 [2022-07-28T08:11:15.490Z] === PAUSE TestDaemonStartWithLogOpt
08:11:15 [2022-07-28T08:11:15.490Z] === CONT  TestContinueAfterPluginCrash
08:11:15 [2022-07-28T08:11:15.490Z] === CONT  TestDaemonStartWithLogOpt
08:11:16 [2022-07-28T08:11:16.357Z] --- PASS: TestContainerStartOnDaemonRestart (3.72s)
08:11:16 [2022-07-28T08:11:16.357Z] === CONT  TestIpcModeOlderClient
08:11:16 [2022-07-28T08:11:16.357Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.76s)
08:11:16 [2022-07-28T08:11:16.357Z] === CONT  TestContainerKillOnDaemonStart
08:11:16 [2022-07-28T08:11:16.357Z] --- PASS: TestIpcModeOlderClient (0.12s)
08:11:16 [2022-07-28T08:11:16.357Z] === CONT  TestDaemonHostGatewayIP
08:11:16 [2022-07-28T08:11:16.617Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled
08:11:17 [2022-07-28T08:11:17.998Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithoutCache
08:11:18 [2022-07-28T08:11:18.567Z] === RUN   TestDockerSuite/TestBuildAddDirContentToExistingDir
08:11:18 [2022-07-28T08:11:18.758Z] --- PASS: TestDaemonStartWithLogOpt (3.06s)
08:11:18 [2022-07-28T08:11:18.758Z] === CONT  TestReadPluginNoRead
08:11:19 [2022-07-28T08:11:19.506Z] --- PASS: TestDaemonHostGatewayIP (3.19s)
08:11:19 [2022-07-28T08:11:19.506Z] === CONT  TestDaemonRestartIpcMode
08:11:20 [2022-07-28T08:11:20.649Z] === RUN   TestReadPluginNoRead/disabled_caching
08:11:21 [2022-07-28T08:11:21.417Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts
08:11:22 [2022-07-28T08:11:22.014Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
08:11:22 [2022-07-28T08:11:22.837Z] --- PASS: TestDaemonRestartIpcMode (3.39s)
08:11:22 [2022-07-28T08:11:22.941Z] === RUN   TestReadPluginNoRead/default
08:11:23 [2022-07-28T08:11:23.441Z] --- PASS: TestServiceUpdateNetwork (12.67s)
08:11:23 [2022-07-28T08:11:23.441Z] === RUN   TestServiceUpdatePidsLimit
08:11:23 [2022-07-28T08:11:23.503Z] --- PASS: TestContinueAfterPluginCrash (8.03s)
08:11:24 [2022-07-28T08:11:24.064Z] === CONT  TestReadPluginNoRead
08:11:24 [2022-07-28T08:11:24.064Z]     read_test.go:92: [dbf8972318bb7] daemon is not started
08:11:24 [2022-07-28T08:11:24.064Z] --- PASS: TestReadPluginNoRead (5.54s)
08:11:24 [2022-07-28T08:11:24.064Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.18s)
08:11:24 [2022-07-28T08:11:24.064Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.14s)
08:11:24 [2022-07-28T08:11:24.064Z]     --- PASS: TestReadPluginNoRead/default (1.13s)
08:11:24 [2022-07-28T08:11:24.064Z] PASS
08:11:24 [2022-07-28T08:11:24.064Z] 
08:11:24 [2022-07-28T08:11:24.064Z] DONE 6 tests in 8.714s
08:11:24 [2022-07-28T08:11:24.064Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
08:11:24 [2022-07-28T08:11:24.064Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
08:11:24 [2022-07-28T08:11:24.064Z] ++ set -e
08:11:24 [2022-07-28T08:11:24.064Z] ++ '[' -n 0 ']'
08:11:24 [2022-07-28T08:11:24.064Z] ++ set -x
08:11:24 [2022-07-28T08:11:24.064Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
08:11:24 [2022-07-28T08:11:24.064Z] testing: warning: no tests to run
08:11:24 [2022-07-28T08:11:24.064Z] PASS
08:11:24 [2022-07-28T08:11:24.064Z] 
08:11:24 [2022-07-28T08:11:24.064Z] DONE 0 tests in 0.033s
08:11:24 [2022-07-28T08:11:24.064Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
08:11:24 [2022-07-28T08:11:24.064Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
08:11:24 [2022-07-28T08:11:24.064Z] ++ set -e
08:11:24 [2022-07-28T08:11:24.064Z] ++ '[' -n 0 ']'
08:11:24 [2022-07-28T08:11:24.064Z] ++ set -x
08:11:24 [2022-07-28T08:11:24.064Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
08:11:24 [2022-07-28T08:11:24.064Z] INFO: Testing against a local daemon
08:11:24 [2022-07-28T08:11:24.064Z] === RUN   TestPluginWithDevMounts
08:11:24 [2022-07-28T08:11:24.064Z] === PAUSE TestPluginWithDevMounts
08:11:24 [2022-07-28T08:11:24.064Z] === CONT  TestPluginWithDevMounts
08:11:24 [2022-07-28T08:11:24.761Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume
08:11:24 [2022-07-28T08:11:24.806Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
08:11:25 [2022-07-28T08:11:25.329Z] === RUN   TestDockerSuite/TestBuildAddDirContentToRoot
08:11:25 [2022-07-28T08:11:25.368Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
08:11:25 [2022-07-28T08:11:25.953Z] --- PASS: TestPluginWithDevMounts (1.53s)
08:11:25 [2022-07-28T08:11:25.953Z] PASS
08:11:25 [2022-07-28T08:11:25.953Z] 
08:11:25 [2022-07-28T08:11:25.953Z] DONE 1 tests in 1.635s
08:11:25 [2022-07-28T08:11:25.953Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m 
08:11:25 [2022-07-28T08:11:25.953Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m
08:11:25 [2022-07-28T08:11:25.953Z] ++ set -e
08:11:25 [2022-07-28T08:11:25.953Z] ++ '[' -n 0 ']'
08:11:25 [2022-07-28T08:11:25.953Z] ++ set -x
08:11:25 [2022-07-28T08:11:25.953Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m
08:11:25 [2022-07-28T08:11:25.953Z] INFO: Testing against a local daemon
08:11:25 [2022-07-28T08:11:25.953Z] === RUN   TestSecretInspect
08:11:28 [2022-07-28T08:11:28.217Z] tests/integration/api_volume_test.py .........                           [ 74%]
08:11:28 [2022-07-28T08:11:28.217Z] tests/integration/client_test.py .....                                   [ 75%]
08:11:28 [2022-07-28T08:11:28.217Z] tests/integration/context_api_test.py ...                                [ 76%]
08:11:28 [2022-07-28T08:11:28.217Z] tests/integration/errors_test.py .                                       [ 76%]
08:11:28 [2022-07-28T08:11:28.470Z] --- PASS: TestSecretInspect (2.20s)
08:11:28 [2022-07-28T08:11:28.471Z] === RUN   TestSecretList
08:11:28 [2022-07-28T08:11:28.624Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer
08:11:28 [2022-07-28T08:11:28.625Z] --- PASS: TestContainerKillOnDaemonStart (12.19s)
08:11:28 [2022-07-28T08:11:28.625Z] PASS
08:11:28 [2022-07-28T08:11:28.625Z] 
08:11:28 [2022-07-28T08:11:28.625Z] === Skipped
08:11:28 [2022-07-28T08:11:28.625Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
08:11:28 [2022-07-28T08:11:28.625Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
08:11:28 [2022-07-28T08:11:28.625Z] 
08:11:28 [2022-07-28T08:11:28.625Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
08:11:28 [2022-07-28T08:11:28.625Z]     kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
08:11:28 [2022-07-28T08:11:28.625Z] 
08:11:28 [2022-07-28T08:11:28.625Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s)
08:11:28 [2022-07-28T08:11:28.625Z]     kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
08:11:28 [2022-07-28T08:11:28.625Z] 
08:11:28 [2022-07-28T08:11:28.625Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
08:11:28 [2022-07-28T08:11:28.625Z]     pause_test.go:57: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
08:11:28 [2022-07-28T08:11:28.625Z] 
08:11:28 [2022-07-28T08:11:28.625Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
08:11:28 [2022-07-28T08:11:28.625Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
08:11:28 [2022-07-28T08:11:28.625Z] 
08:11:28 [2022-07-28T08:11:28.625Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s)
08:11:28 [2022-07-28T08:11:28.625Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
08:11:28 [2022-07-28T08:11:28.625Z] 
08:11:28 [2022-07-28T08:11:28.625Z] DONE 264 tests, 6 skipped in 169.104s
08:11:28 [2022-07-28T08:11:28.625Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m 
08:11:28 [2022-07-28T08:11:28.625Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.daemon -t ./test.main -test.v -test.timeout=120m
08:11:28 [2022-07-28T08:11:28.625Z] ++ set -e
08:11:28 [2022-07-28T08:11:28.625Z] ++ '[' -n 0 ']'
08:11:28 [2022-07-28T08:11:28.625Z] ++ set -x
08:11:28 [2022-07-28T08:11:28.625Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.daemon -t ./test.main -test.v -test.timeout=120m
08:11:28 [2022-07-28T08:11:28.625Z] === RUN   TestDockerSuite/TestBuildAddFileNotFound
08:11:28 [2022-07-28T08:11:28.625Z] === RUN   TestConfigDaemonLibtrustID
08:11:28 [2022-07-28T08:11:28.884Z] === RUN   TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache
08:11:29 [2022-07-28T08:11:29.144Z] --- PASS: TestConfigDaemonLibtrustID (0.56s)
08:11:29 [2022-07-28T08:11:29.144Z] === RUN   TestConfigDaemonID
08:11:30 [2022-07-28T08:11:30.359Z] --- PASS: TestSecretList (2.29s)
08:11:30 [2022-07-28T08:11:30.359Z] === RUN   TestSecretsCreateAndDelete
08:11:30 [2022-07-28T08:11:30.526Z]     daemon_test.go:83: [df67d0da218f0] daemon is not started
08:11:30 [2022-07-28T08:11:30.526Z] --- PASS: TestConfigDaemonID (1.07s)
08:11:30 [2022-07-28T08:11:30.526Z] === RUN   TestDaemonConfigValidation
08:11:30 [2022-07-28T08:11:30.526Z] === RUN   TestDaemonConfigValidation/config_with_no_content
08:11:30 [2022-07-28T08:11:30.526Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
08:11:30 [2022-07-28T08:11:30.526Z] === RUN   TestDaemonConfigValidation/config_with_{}
08:11:30 [2022-07-28T08:11:30.526Z] === PAUSE TestDaemonConfigValidation/config_with_{}
08:11:30 [2022-07-28T08:11:30.526Z] === RUN   TestDaemonConfigValidation/invalid_config
08:11:30 [2022-07-28T08:11:30.526Z] === PAUSE TestDaemonConfigValidation/invalid_config
08:11:30 [2022-07-28T08:11:30.526Z] === RUN   TestDaemonConfigValidation/malformed_config
08:11:30 [2022-07-28T08:11:30.526Z] === PAUSE TestDaemonConfigValidation/malformed_config
08:11:30 [2022-07-28T08:11:30.526Z] === RUN   TestDaemonConfigValidation/valid_config
08:11:30 [2022-07-28T08:11:30.526Z] === PAUSE TestDaemonConfigValidation/valid_config
08:11:30 [2022-07-28T08:11:30.526Z] === CONT  TestDaemonConfigValidation/config_with_no_content
08:11:30 [2022-07-28T08:11:30.526Z] === CONT  TestDaemonConfigValidation/malformed_config
08:11:30 [2022-07-28T08:11:30.526Z] === CONT  TestDaemonConfigValidation/valid_config
08:11:30 [2022-07-28T08:11:30.526Z] === CONT  TestDaemonConfigValidation/invalid_config
08:11:30 [2022-07-28T08:11:30.526Z] === CONT  TestDaemonConfigValidation/config_with_{}
08:11:30 [2022-07-28T08:11:30.526Z]     check_test.go:540: [dd6effc860227] daemon is not started
08:11:30 [2022-07-28T08:11:30.526Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs
08:11:30 [2022-07-28T08:11:30.526Z] === RUN   TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache
08:11:30 [2022-07-28T08:11:30.787Z] --- PASS: TestDaemonConfigValidation (0.00s)
08:11:30 [2022-07-28T08:11:30.787Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.14s)
08:11:30 [2022-07-28T08:11:30.787Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.14s)
08:11:30 [2022-07-28T08:11:30.787Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.08s)
08:11:30 [2022-07-28T08:11:30.787Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.10s)
08:11:30 [2022-07-28T08:11:30.787Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.15s)
08:11:30 [2022-07-28T08:11:30.787Z] === RUN   TestConfigDaemonSeccompProfiles
08:11:30 [2022-07-28T08:11:30.787Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
08:11:31 [2022-07-28T08:11:31.727Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
08:11:32 [2022-07-28T08:11:32.875Z] --- PASS: TestSecretsCreateAndDelete (2.16s)
08:11:32 [2022-07-28T08:11:32.875Z] === RUN   TestSecretsUpdate
08:11:33 [2022-07-28T08:11:33.107Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
08:11:33 [2022-07-28T08:11:33.447Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
08:11:33 [2022-07-28T08:11:33.677Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins
08:11:33 [2022-07-28T08:11:33.937Z] === CONT  TestConfigDaemonSeccompProfiles
08:11:33 [2022-07-28T08:11:33.937Z]     daemon_test.go:197: [d6a5147bed907] daemon is not started
08:11:33 [2022-07-28T08:11:33.937Z] --- PASS: TestConfigDaemonSeccompProfiles (3.29s)
08:11:33 [2022-07-28T08:11:33.937Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.15s)
08:11:33 [2022-07-28T08:11:33.937Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.08s)
08:11:33 [2022-07-28T08:11:33.937Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.06s)
08:11:33 [2022-07-28T08:11:33.937Z] === RUN   TestDaemonProxy
08:11:33 [2022-07-28T08:11:33.937Z] === RUN   TestDaemonProxy/environment_variables
08:11:34 [2022-07-28T08:11:34.507Z] === RUN   TestDockerSuite/TestBuildAddNonTar
08:11:34 [2022-07-28T08:11:34.762Z] --- PASS: TestSecretsUpdate (2.14s)
08:11:34 [2022-07-28T08:11:34.762Z] === RUN   TestTemplatedSecret
08:11:35 [2022-07-28T08:11:35.076Z] === RUN   TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict
08:11:35 [2022-07-28T08:11:35.645Z] === RUN   TestDockerSuite/TestBuildAddPreservesFilesSpecialBits
08:11:35 [2022-07-28T08:11:35.645Z] === RUN   TestDaemonProxy/command-line_options
08:11:37 [2022-07-28T08:11:37.027Z]     docker_cli_daemon_plugins_test.go:106: [d1d27c09e98bd] daemon is not started
08:11:37 [2022-07-28T08:11:37.278Z] --- PASS: TestTemplatedSecret (2.43s)
08:11:37 [2022-07-28T08:11:37.278Z] === RUN   TestSecretCreateResolve
08:11:37 [2022-07-28T08:11:37.597Z] === RUN   TestDaemonProxy/configuration_file
08:11:37 [2022-07-28T08:11:37.857Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownTimeout
08:11:38 [2022-07-28T08:11:38.117Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileMTime
08:11:39 [2022-07-28T08:11:39.056Z]     check_test.go:540: [d7491e06fdc1e] daemon is not started
08:11:39 [2022-07-28T08:11:39.056Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile
08:11:39 [2022-07-28T08:11:39.168Z] --- PASS: TestSecretCreateResolve (2.17s)
08:11:39 [2022-07-28T08:11:39.168Z] PASS
08:11:39 [2022-07-28T08:11:39.168Z] 
08:11:39 [2022-07-28T08:11:39.168Z] DONE 6 tests in 13.496s
08:11:39 [2022-07-28T08:11:39.168Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m 
08:11:39 [2022-07-28T08:11:39.168Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m
08:11:39 [2022-07-28T08:11:39.168Z] ++ set -e
08:11:39 [2022-07-28T08:11:39.168Z] ++ '[' -n 0 ']'
08:11:39 [2022-07-28T08:11:39.168Z] ++ set -x
08:11:39 [2022-07-28T08:11:39.168Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m
08:11:39 [2022-07-28T08:11:39.315Z] === RUN   TestDaemonProxy/conflicting_options
08:11:39 [2022-07-28T08:11:39.424Z] INFO: Testing against a local daemon
08:11:39 [2022-07-28T08:11:39.424Z] === RUN   TestServiceCreateInit
08:11:39 [2022-07-28T08:11:39.424Z] === RUN   TestServiceCreateInit/daemonInitDisabled
08:11:39 [2022-07-28T08:11:39.883Z] === RUN   TestDaemonProxy/reload_sanitized
08:11:39 [2022-07-28T08:11:39.981Z] --- PASS: TestServiceUpdatePidsLimit (16.55s)
08:11:39 [2022-07-28T08:11:39.981Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.84s)
08:11:39 [2022-07-28T08:11:39.981Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.99s)
08:11:39 [2022-07-28T08:11:39.981Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.90s)
08:11:39 [2022-07-28T08:11:39.981Z] PASS
08:11:39 [2022-07-28T08:11:39.981Z] 
08:11:39 [2022-07-28T08:11:39.981Z] === Skipped
08:11:39 [2022-07-28T08:11:39.981Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
08:11:39 [2022-07-28T08:11:39.981Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
08:11:39 [2022-07-28T08:11:39.981Z] 
08:11:39 [2022-07-28T08:11:39.981Z] DONE 27 tests, 1 skipped in 165.594s
08:11:39 [2022-07-28T08:11:39.981Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
08:11:39 [2022-07-28T08:11:39.981Z] INFO: Testing against a local daemon
08:11:39 [2022-07-28T08:11:39.981Z] === RUN   TestSessionCreate
08:11:39 [2022-07-28T08:11:39.981Z] --- PASS: TestSessionCreate (0.02s)
08:11:39 [2022-07-28T08:11:39.981Z] === RUN   TestSessionCreateWithBadUpgrade
08:11:39 [2022-07-28T08:11:39.981Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
08:11:39 [2022-07-28T08:11:39.981Z] PASS
08:11:39 [2022-07-28T08:11:39.981Z] 
08:11:39 [2022-07-28T08:11:39.981Z] DONE 2 tests in 0.057s
08:11:39 [2022-07-28T08:11:39.981Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
08:11:39 [2022-07-28T08:11:39.981Z] INFO: Testing against a local daemon
08:11:39 [2022-07-28T08:11:39.981Z] === RUN   TestCgroupDriverSystemdMemoryLimit
08:11:39 [2022-07-28T08:11:39.981Z] === PAUSE TestCgroupDriverSystemdMemoryLimit
08:11:39 [2022-07-28T08:11:39.981Z] === RUN   TestDiskUsage
08:11:39 [2022-07-28T08:11:39.981Z] === PAUSE TestDiskUsage
08:11:39 [2022-07-28T08:11:39.981Z] === RUN   TestEventsExecDie
08:11:40 [2022-07-28T08:11:40.450Z] --- PASS: TestDaemonProxy (6.31s)
08:11:40 [2022-07-28T08:11:40.450Z]     --- PASS: TestDaemonProxy/environment_variables (1.75s)
08:11:40 [2022-07-28T08:11:40.450Z]     --- PASS: TestDaemonProxy/command-line_options (1.78s)
08:11:40 [2022-07-28T08:11:40.450Z]     --- PASS: TestDaemonProxy/configuration_file (1.76s)
08:11:40 [2022-07-28T08:11:40.450Z]     --- PASS: TestDaemonProxy/conflicting_options (0.50s)
08:11:40 [2022-07-28T08:11:40.450Z]     --- PASS: TestDaemonProxy/reload_sanitized (0.52s)
08:11:40 [2022-07-28T08:11:40.450Z] PASS
08:11:40 [2022-07-28T08:11:40.450Z] 
08:11:40 [2022-07-28T08:11:40.450Z] DONE 18 tests in 11.804s
08:11:40 [2022-07-28T08:11:40.450Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
08:11:40 [2022-07-28T08:11:40.450Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m
08:11:40 [2022-07-28T08:11:40.450Z] ++ set -e
08:11:40 [2022-07-28T08:11:40.450Z] ++ '[' -n 0 ']'
08:11:40 [2022-07-28T08:11:40.450Z] ++ set -x
08:11:40 [2022-07-28T08:11:40.451Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m
08:11:40 [2022-07-28T08:11:40.451Z] INFO: Testing against a local daemon
08:11:40 [2022-07-28T08:11:40.451Z] === RUN   TestCommitInheritsEnv
08:11:40 [2022-07-28T08:11:40.542Z] --- PASS: TestEventsExecDie (0.55s)
08:11:40 [2022-07-28T08:11:40.542Z] === RUN   TestEventsBackwardsCompatible
08:11:40 [2022-07-28T08:11:40.542Z] --- PASS: TestEventsBackwardsCompatible (0.06s)
08:11:40 [2022-07-28T08:11:40.542Z] === RUN   TestEventsVolumeCreate
08:11:40 [2022-07-28T08:11:40.542Z] --- PASS: TestEventsVolumeCreate (0.06s)
08:11:40 [2022-07-28T08:11:40.542Z] === RUN   TestInfoBinaryCommits
08:11:40 [2022-07-28T08:11:40.542Z] --- PASS: TestInfoBinaryCommits (0.02s)
08:11:40 [2022-07-28T08:11:40.542Z] === RUN   TestInfoAPIVersioned
08:11:40 [2022-07-28T08:11:40.542Z] --- PASS: TestInfoAPIVersioned (0.01s)
08:11:40 [2022-07-28T08:11:40.542Z] === RUN   TestInfoAPI
08:11:40 [2022-07-28T08:11:40.542Z] --- PASS: TestInfoAPI (0.02s)
08:11:40 [2022-07-28T08:11:40.542Z] === RUN   TestInfoAPIWarnings
08:11:40 [2022-07-28T08:11:40.710Z] --- PASS: TestCommitInheritsEnv (0.27s)
08:11:40 [2022-07-28T08:11:40.711Z] === RUN   TestImportExtremelyLargeImageWorks
08:11:40 [2022-07-28T08:11:40.711Z] === PAUSE TestImportExtremelyLargeImageWorks
08:11:40 [2022-07-28T08:11:40.711Z] === RUN   TestImportWithCustomPlatform
08:11:40 [2022-07-28T08:11:40.711Z] === RUN   TestImportWithCustomPlatform/#00
08:11:40 [2022-07-28T08:11:40.711Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache
08:11:40 [2022-07-28T08:11:40.970Z] === RUN   TestImportWithCustomPlatform/_______
08:11:40 [2022-07-28T08:11:40.971Z] === RUN   TestImportWithCustomPlatform//
08:11:40 [2022-07-28T08:11:40.971Z] === RUN   TestImportWithCustomPlatform/linux
08:11:40 [2022-07-28T08:11:40.971Z] === RUN   TestImportWithCustomPlatform/LINUX
08:11:41 [2022-07-28T08:11:41.230Z] === RUN   TestImportWithCustomPlatform/linux/sparc64
08:11:41 [2022-07-28T08:11:41.230Z] === RUN   TestImportWithCustomPlatform/macos
08:11:41 [2022-07-28T08:11:41.230Z] === RUN   TestImportWithCustomPlatform/macos/arm64
08:11:41 [2022-07-28T08:11:41.230Z] === RUN   TestImportWithCustomPlatform/nintendo64
08:11:41 [2022-07-28T08:11:41.230Z] --- PASS: TestImportWithCustomPlatform (0.52s)
08:11:41 [2022-07-28T08:11:41.230Z]     --- PASS: TestImportWithCustomPlatform/#00 (0.14s)
08:11:41 [2022-07-28T08:11:41.230Z]     --- PASS: TestImportWithCustomPlatform/_______ (0.00s)
08:11:41 [2022-07-28T08:11:41.230Z]     --- PASS: TestImportWithCustomPlatform// (0.00s)
08:11:41 [2022-07-28T08:11:41.230Z]     --- PASS: TestImportWithCustomPlatform/linux (0.13s)
08:11:41 [2022-07-28T08:11:41.230Z]     --- PASS: TestImportWithCustomPlatform/LINUX (0.09s)
08:11:41 [2022-07-28T08:11:41.230Z]     --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.10s)
08:11:41 [2022-07-28T08:11:41.230Z]     --- PASS: TestImportWithCustomPlatform/macos (0.00s)
08:11:41 [2022-07-28T08:11:41.230Z]     --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s)
08:11:41 [2022-07-28T08:11:41.230Z]     --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s)
08:11:41 [2022-07-28T08:11:41.230Z] === RUN   TestImagesFilterMultiReference
08:11:41 [2022-07-28T08:11:41.230Z] --- PASS: TestImagesFilterMultiReference (0.06s)
08:11:41 [2022-07-28T08:11:41.230Z] === RUN   TestImagePullPlatformInvalid
08:11:41 [2022-07-28T08:11:41.230Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
08:11:41 [2022-07-28T08:11:41.490Z] === RUN   TestRemoveImageOrphaning
08:11:41 [2022-07-28T08:11:41.750Z] === RUN   TestDockerSuite/TestBuildAddScript
08:11:41 [2022-07-28T08:11:41.750Z] --- PASS: TestRemoveImageOrphaning (0.36s)
08:11:41 [2022-07-28T08:11:41.750Z] === RUN   TestRemoveImageGarbageCollector
08:11:42 [2022-07-28T08:11:42.319Z] time="2022-07-28T08:11:42Z" level=info msg="[graphdriver] trying configured driver: overlay2"
08:11:42 [2022-07-28T08:11:42.579Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownWithPlugins
08:11:42 [2022-07-28T08:11:42.947Z] === RUN   TestServiceCreateInit/daemonInitEnabled
08:11:43 [2022-07-28T08:11:43.960Z] --- PASS: TestRemoveImageGarbageCollector (2.23s)
08:11:43 [2022-07-28T08:11:43.960Z] === RUN   TestTagUnprefixedRepoByNameOrName
08:11:43 [2022-07-28T08:11:43.960Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToExistDir
08:11:43 [2022-07-28T08:11:43.960Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
08:11:43 [2022-07-28T08:11:43.960Z] === RUN   TestTagInvalidReference
08:11:43 [2022-07-28T08:11:43.960Z] --- PASS: TestTagInvalidReference (0.02s)
08:11:43 [2022-07-28T08:11:43.960Z] === RUN   TestTagValidPrefixedRepo
08:11:43 [2022-07-28T08:11:43.960Z] --- PASS: TestTagValidPrefixedRepo (0.06s)
08:11:43 [2022-07-28T08:11:43.960Z] === RUN   TestTagExistedNameWithoutForce
08:11:44 [2022-07-28T08:11:44.220Z] --- PASS: TestTagExistedNameWithoutForce (0.04s)
08:11:44 [2022-07-28T08:11:44.220Z] === RUN   TestTagOfficialNames
08:11:44 [2022-07-28T08:11:44.220Z] --- PASS: TestTagOfficialNames (0.06s)
08:11:44 [2022-07-28T08:11:44.220Z] === RUN   TestTagMatchesDigest
08:11:44 [2022-07-28T08:11:44.220Z] --- PASS: TestTagMatchesDigest (0.02s)
08:11:44 [2022-07-28T08:11:44.220Z] === CONT  TestImportExtremelyLargeImageWorks
08:11:46 [2022-07-28T08:11:46.214Z] --- PASS: TestServiceCreateInit (6.97s)
08:11:46 [2022-07-28T08:11:46.214Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.46s)
08:11:46 [2022-07-28T08:11:46.214Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.49s)
08:11:46 [2022-07-28T08:11:46.214Z] === RUN   TestCreateServiceMultipleTimes
08:11:47 [2022-07-28T08:11:47.141Z] tests/integration/models_containers_test.py ............................ [ 83%]
08:11:48 [2022-07-28T08:11:48.420Z] === RUN   TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation
08:11:49 [2022-07-28T08:11:49.360Z] === RUN   TestDockerDaemonSuite/TestDaemonStartIptablesFalse
08:11:49 [2022-07-28T08:11:49.930Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost
08:11:50 [2022-07-28T08:11:50.869Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithIpcModes
08:11:50 [2022-07-28T08:11:50.869Z]     docker_cli_daemon_test.go:2840: Checking IpcMode private set from config
08:11:51 [2022-07-28T08:11:51.129Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToNonExistingDir
08:11:51 [2022-07-28T08:11:51.389Z]     docker_cli_daemon_test.go:2840: Checking IpcMode shareable set from config
08:11:51 [2022-07-28T08:11:51.958Z]     docker_cli_daemon_test.go:2840: Checking IpcMode host set from config
08:11:52 [2022-07-28T08:11:52.218Z]     docker_cli_daemon_test.go:2840: Checking IpcMode container:123 set from config
08:11:52 [2022-07-28T08:11:52.790Z]     docker_cli_daemon_test.go:2840: Checking IpcMode nosuchmode set from config
08:11:53 [2022-07-28T08:11:53.359Z]     docker_cli_daemon_test.go:2840: Checking IpcMode private set from cli
08:11:53 [2022-07-28T08:11:53.929Z]     docker_cli_daemon_test.go:2840: Checking IpcMode shareable set from cli
08:11:54 [2022-07-28T08:11:54.500Z]     docker_cli_daemon_test.go:2840: Checking IpcMode host set from cli
08:11:54 [2022-07-28T08:11:54.760Z]     docker_cli_daemon_test.go:2840: Checking IpcMode container:123 set from cli
08:11:55 [2022-07-28T08:11:55.330Z]     docker_cli_daemon_test.go:2840: Checking IpcMode nosuchmode set from cli
08:11:55 [2022-07-28T08:11:55.899Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToRoot
08:11:55 [2022-07-28T08:11:55.899Z]     check_test.go:540: [dda575745f737] daemon is not started
08:11:55 [2022-07-28T08:11:55.899Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithoutColors
08:11:56 [2022-07-28T08:11:56.840Z]     check_test.go:540: [d0260ea2d0f7b] daemon is not started
08:11:56 [2022-07-28T08:11:56.840Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithoutHost
08:11:57 [2022-07-28T08:11:57.410Z] === RUN   TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964
08:11:58 [2022-07-28T08:11:58.660Z] --- PASS: TestInfoAPIWarnings (16.54s)
08:11:58 [2022-07-28T08:11:58.660Z] === RUN   TestInfoDebug
08:11:58 [2022-07-28T08:11:58.660Z] --- PASS: TestInfoDebug (0.52s)
08:11:58 [2022-07-28T08:11:58.660Z] === RUN   TestInfoInsecureRegistries
08:11:58 [2022-07-28T08:11:58.660Z] --- PASS: TestInfoInsecureRegistries (0.52s)
08:11:58 [2022-07-28T08:11:58.660Z] === RUN   TestInfoRegistryMirrors
08:11:58 [2022-07-28T08:11:58.660Z] --- PASS: TestInfoRegistryMirrors (0.52s)
08:11:58 [2022-07-28T08:11:58.660Z] === RUN   TestLoginFailsWithBadCredentials
08:11:58 [2022-07-28T08:11:58.793Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToWorkdir
08:11:59 [2022-07-28T08:11:59.053Z] === RUN   TestDockerDaemonSuite/TestDaemonUlimitDefaults
08:11:59 [2022-07-28T08:11:59.221Z] --- PASS: TestLoginFailsWithBadCredentials (0.39s)
08:11:59 [2022-07-28T08:11:59.221Z] === RUN   TestPingCacheHeaders
08:11:59 [2022-07-28T08:11:59.221Z] --- PASS: TestPingCacheHeaders (0.02s)
08:11:59 [2022-07-28T08:11:59.221Z] === RUN   TestPingGet
08:11:59 [2022-07-28T08:11:59.221Z] --- PASS: TestPingGet (0.01s)
08:11:59 [2022-07-28T08:11:59.221Z] === RUN   TestPingHead
08:11:59 [2022-07-28T08:11:59.221Z] --- PASS: TestPingHead (0.02s)
08:11:59 [2022-07-28T08:11:59.221Z] === RUN   TestPingSwarmHeader
08:11:59 [2022-07-28T08:11:59.315Z] === RUN   TestDockerSuite/TestBuildAddTar
08:11:59 [2022-07-28T08:11:59.783Z] === RUN   TestPingSwarmHeader/before_swarm_init
08:12:00 [2022-07-28T08:12:00.345Z] === RUN   TestPingSwarmHeader/after_swarm_init
08:12:01 [2022-07-28T08:12:01.272Z] === RUN   TestPingSwarmHeader/after_swarm_leave
08:12:01 [2022-07-28T08:12:01.272Z] --- PASS: TestPingSwarmHeader (2.08s)
08:12:01 [2022-07-28T08:12:01.272Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
08:12:01 [2022-07-28T08:12:01.272Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
08:12:01 [2022-07-28T08:12:01.272Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
08:12:01 [2022-07-28T08:12:01.272Z] === RUN   TestVersion
08:12:01 [2022-07-28T08:12:01.272Z] --- PASS: TestVersion (0.03s)
08:12:01 [2022-07-28T08:12:01.272Z] === CONT  TestCgroupDriverSystemdMemoryLimit
08:12:01 [2022-07-28T08:12:01.272Z] === CONT  TestDiskUsage
08:12:01 [2022-07-28T08:12:01.834Z] === RUN   TestDiskUsage/empty
08:12:01 [2022-07-28T08:12:01.834Z] === RUN   TestDiskUsage/empty/container_types
08:12:01 [2022-07-28T08:12:01.834Z] === RUN   TestDiskUsage/empty/image_types
08:12:01 [2022-07-28T08:12:01.834Z] === RUN   TestDiskUsage/empty/volume_types
08:12:01 [2022-07-28T08:12:01.834Z] === RUN   TestDiskUsage/empty/build-cache_types
08:12:01 [2022-07-28T08:12:01.834Z] === RUN   TestDiskUsage/empty/container,_volume_types
08:12:01 [2022-07-28T08:12:01.834Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
08:12:01 [2022-07-28T08:12:01.834Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
08:12:01 [2022-07-28T08:12:01.834Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
08:12:01 [2022-07-28T08:12:01.834Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
08:12:01 [2022-07-28T08:12:01.834Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
08:12:01 [2022-07-28T08:12:01.834Z] === RUN   TestDiskUsage/after_LoadBusybox
08:12:02 [2022-07-28T08:12:02.091Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
08:12:02 [2022-07-28T08:12:02.091Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
08:12:02 [2022-07-28T08:12:02.091Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
08:12:02 [2022-07-28T08:12:02.091Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
08:12:02 [2022-07-28T08:12:02.091Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
08:12:02 [2022-07-28T08:12:02.091Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
08:12:02 [2022-07-28T08:12:02.091Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
08:12:02 [2022-07-28T08:12:02.091Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
08:12:02 [2022-07-28T08:12:02.091Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
08:12:02 [2022-07-28T08:12:02.091Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
08:12:02 [2022-07-28T08:12:02.091Z] === RUN   TestDiskUsage/after_container.Run
08:12:02 [2022-07-28T08:12:02.613Z] === RUN   TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp
08:12:02 [2022-07-28T08:12:02.613Z]     check_test.go:540: [df3c361af47c5] daemon is not started
08:12:02 [2022-07-28T08:12:02.613Z] === RUN   TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting
08:12:02 [2022-07-28T08:12:02.654Z] === RUN   TestDiskUsage/after_container.Run/container_types
08:12:02 [2022-07-28T08:12:02.655Z] === RUN   TestDiskUsage/after_container.Run/image_types
08:12:02 [2022-07-28T08:12:02.655Z] === RUN   TestDiskUsage/after_container.Run/volume_types
08:12:02 [2022-07-28T08:12:02.655Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
08:12:02 [2022-07-28T08:12:02.655Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
08:12:02 [2022-07-28T08:12:02.655Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
08:12:02 [2022-07-28T08:12:02.655Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
08:12:02 [2022-07-28T08:12:02.655Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
08:12:02 [2022-07-28T08:12:02.655Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
08:12:02 [2022-07-28T08:12:02.655Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
08:12:02 [2022-07-28T08:12:02.911Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.53s)
08:12:02 [2022-07-28T08:12:02.911Z] --- PASS: TestDiskUsage (1.60s)
08:12:02 [2022-07-28T08:12:02.911Z]     --- PASS: TestDiskUsage/empty (0.02s)
08:12:02 [2022-07-28T08:12:02.911Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
08:12:02 [2022-07-28T08:12:02.911Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
08:12:02 [2022-07-28T08:12:02.911Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
08:12:02 [2022-07-28T08:12:02.911Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.01s)
08:12:02 [2022-07-28T08:12:02.911Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
08:12:02 [2022-07-28T08:12:02.911Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
08:12:02 [2022-07-28T08:12:02.911Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
08:12:02 [2022-07-28T08:12:02.911Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
08:12:02 [2022-07-28T08:12:02.911Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
08:12:02 [2022-07-28T08:12:02.911Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
08:12:02 [2022-07-28T08:12:02.911Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.33s)
08:12:02 [2022-07-28T08:12:02.911Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
08:12:02 [2022-07-28T08:12:02.911Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
08:12:02 [2022-07-28T08:12:02.911Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
08:12:02 [2022-07-28T08:12:02.911Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
08:12:02 [2022-07-28T08:12:02.911Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
08:12:02 [2022-07-28T08:12:02.911Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
08:12:02 [2022-07-28T08:12:02.911Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
08:12:02 [2022-07-28T08:12:02.911Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
08:12:02 [2022-07-28T08:12:02.911Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
08:12:02 [2022-07-28T08:12:02.911Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
08:12:02 [2022-07-28T08:12:02.911Z]     --- PASS: TestDiskUsage/after_container.Run (0.54s)
08:12:02 [2022-07-28T08:12:02.911Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
08:12:02 [2022-07-28T08:12:02.911Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
08:12:02 [2022-07-28T08:12:02.911Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
08:12:02 [2022-07-28T08:12:02.911Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
08:12:02 [2022-07-28T08:12:02.911Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
08:12:02 [2022-07-28T08:12:02.911Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
08:12:02 [2022-07-28T08:12:02.911Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
08:12:02 [2022-07-28T08:12:02.911Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
08:12:02 [2022-07-28T08:12:02.911Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
08:12:02 [2022-07-28T08:12:02.911Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
08:12:02 [2022-07-28T08:12:02.911Z] PASS
08:12:02 [2022-07-28T08:12:02.911Z] 
08:12:02 [2022-07-28T08:12:02.911Z] DONE 54 tests in 22.994s
08:12:02 [2022-07-28T08:12:02.911Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
08:12:02 [2022-07-28T08:12:02.911Z] INFO: Testing against a local daemon
08:12:02 [2022-07-28T08:12:02.911Z] === RUN   TestVolumesCreateAndList
08:12:02 [2022-07-28T08:12:02.911Z] --- PASS: TestVolumesCreateAndList (0.02s)
08:12:02 [2022-07-28T08:12:02.911Z] === RUN   TestVolumesRemove
08:12:02 [2022-07-28T08:12:02.911Z] --- PASS: TestVolumesRemove (0.07s)
08:12:02 [2022-07-28T08:12:02.911Z] === RUN   TestVolumesInspect
08:12:03 [2022-07-28T08:12:03.167Z] --- PASS: TestVolumesInspect (0.02s)
08:12:03 [2022-07-28T08:12:03.167Z] === RUN   TestVolumesInvalidJSON
08:12:03 [2022-07-28T08:12:03.167Z] === RUN   TestVolumesInvalidJSON/volumes/create
08:12:03 [2022-07-28T08:12:03.167Z] === PAUSE TestVolumesInvalidJSON/volumes/create
08:12:03 [2022-07-28T08:12:03.167Z] === CONT  TestVolumesInvalidJSON/volumes/create
08:12:03 [2022-07-28T08:12:03.167Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
08:12:03 [2022-07-28T08:12:03.167Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
08:12:03 [2022-07-28T08:12:03.167Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
08:12:03 [2022-07-28T08:12:03.167Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
08:12:03 [2022-07-28T08:12:03.167Z] --- PASS: TestVolumesInvalidJSON (0.01s)
08:12:03 [2022-07-28T08:12:03.167Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
08:12:03 [2022-07-28T08:12:03.167Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
08:12:03 [2022-07-28T08:12:03.167Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
08:12:03 [2022-07-28T08:12:03.167Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
08:12:03 [2022-07-28T08:12:03.167Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
08:12:03 [2022-07-28T08:12:03.167Z] PASS
08:12:03 [2022-07-28T08:12:03.167Z] 
08:12:03 [2022-07-28T08:12:03.167Z] DONE 9 tests in 0.144s
08:12:03 [2022-07-28T08:12:03.167Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
08:12:03 [2022-07-28T08:12:03.729Z] .........                                                                [ 85%]
08:12:03 [2022-07-28T08:12:03.732Z] Stopping apparmor (via systemctl): apparmor.service.
08:12:03 [2022-07-28T08:12:03.732Z] Removing test suite binaries
08:12:03 [2022-07-28T08:12:03.732Z] exiting test-integration
08:12:03 [2022-07-28T08:12:03.732Z] ++ exit 0
08:12:03 [2022-07-28T08:12:03.732Z] 
08:12:04 [2022-07-28T08:12:04.295Z] --- PASS: TestCreateServiceMultipleTimes (15.51s)
08:12:04 [2022-07-28T08:12:04.295Z] === RUN   TestCreateServiceConflict
08:12:04 [2022-07-28T08:12:04.295Z] --- PASS: TestCreateServiceConflict (2.17s)
08:12:04 [2022-07-28T08:12:04.295Z] === RUN   TestCreateServiceMaxReplicas
Post stage
[Pipeline] junit
08:12:05 [2022-07-28T08:12:05.109Z] Recording test results
08:12:05 [2022-07-28T08:12:05.908Z] === RUN   TestDockerDaemonSuite/TestDaemonWideLogConfig
08:12:06 [2022-07-28T08:12:06.623Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
08:12:06 [2022-07-28T08:12:06.810Z] --- PASS: TestCreateServiceMaxReplicas (2.72s)
08:12:06 [2022-07-28T08:12:06.810Z] === RUN   TestCreateWithDuplicateNetworkNames
08:12:06 [2022-07-28T08:12:06.947Z] + echo Ensuring container killed.
08:12:06 [2022-07-28T08:12:06.947Z] Ensuring container killed.
08:12:06 [2022-07-28T08:12:06.947Z] + docker rm -vf docker-pr1
08:12:06 [2022-07-28T08:12:06.947Z] Error: No such container: docker-pr1
[Pipeline] sh
08:12:07 [2022-07-28T08:12:07.222Z] + echo Chowning /workspace to jenkins user
08:12:07 [2022-07-28T08:12:07.222Z] Chowning /workspace to jenkins user
08:12:07 [2022-07-28T08:12:07.222Z] + id -u
08:12:07 [2022-07-28T08:12:07.222Z] + id -g
08:12:07 [2022-07-28T08:12:07.222Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43875:/workspace busybox chown -R 1000:1000 /workspace
08:12:07 [2022-07-28T08:12:07.222Z] Unable to find image 'busybox:latest' locally
08:12:07 [2022-07-28T08:12:07.480Z] latest: Pulling from library/busybox
08:12:07 [2022-07-28T08:12:07.480Z] 19d511225f94: Pulling fs layer
08:12:07 [2022-07-28T08:12:07.480Z] 19d511225f94: Download complete
08:12:07 [2022-07-28T08:12:07.737Z] 19d511225f94: Pull complete
08:12:07 [2022-07-28T08:12:07.737Z] Digest: sha256:e63286d6bf23acce079c38cd9f63ec19dd1ad4da0e3e942e39f2a08050b50534
08:12:07 [2022-07-28T08:12:07.737Z] Status: Downloaded newer image for busybox:latest
08:12:07 [2022-07-28T08:12:07.816Z] === RUN   TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath
08:12:07 [2022-07-28T08:12:07.816Z] === RUN   TestDockerSuite/TestBuildAddTarXz
08:12:08 [2022-07-28T08:12:08.966Z] tests/integration/models_images_test.py ...............                  [ 89%]
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
08:12:09 [2022-07-28T08:12:09.197Z] === RUN   TestDockerSuite/TestBuildAddTarXzGz
08:12:09 [2022-07-28T08:12:09.440Z] + bundleName=amd64-cgroup2
08:12:09 [2022-07-28T08:12:09.440Z] + echo Creating amd64-cgroup2-bundles.tar.gz
08:12:09 [2022-07-28T08:12:09.440Z] Creating amd64-cgroup2-bundles.tar.gz
08:12:09 [2022-07-28T08:12:09.440Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz
08:12:09 [2022-07-28T08:12:09.440Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
[Pipeline] archiveArtifacts
08:12:09 [2022-07-28T08:12:09.704Z] Archiving artifacts
08:12:10 [2022-07-28T08:12:10.416Z] tests/integration/models_networks_test.py ....                           [ 90%]
08:12:10 [2022-07-28T08:12:10.579Z] === RUN   TestDockerSuite/TestBuildAddToSymlinkDest
08:12:11 [2022-07-28T08:12:11.520Z] === RUN   TestDockerDaemonSuite/TestDaemonWithWrongkey
08:12:11 [2022-07-28T08:12:11.554Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43875/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
08:12:11 [2022-07-28T08:12:11.852Z] + make clean
08:12:11 [2022-07-28T08:12:11.852Z] docker volume rm -f docker-dev-cache docker-mod-cache
08:12:11 [2022-07-28T08:12:11.852Z] docker-dev-cache
08:12:11 [2022-07-28T08:12:11.852Z] docker-mod-cache
[Pipeline] deleteDir
08:12:12 [2022-07-28T08:12:12.461Z]     check_test.go:540: [d207c44ed6026] daemon is not started
08:12:12 [2022-07-28T08:12:12.461Z] === RUN   TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
08:12:15 [2022-07-28T08:12:15.001Z] === RUN   TestDockerSuite/TestBuildAddWholeDirToRoot
08:12:16 [2022-07-28T08:12:16.911Z] === RUN   TestDockerDaemonSuite/TestExecAfterDaemonRestart
08:12:16 [2022-07-28T08:12:16.973Z] tests/integration/models_nodes_test.py .                                 [ 90%]
08:12:16 [2022-07-28T08:12:16.973Z] tests/integration/models_resources_test.py .                             [ 91%]
08:12:18 [2022-07-28T08:12:18.732Z] tests/integration/models_services_test.py ................X.             [ 95%]
08:12:21 [2022-07-28T08:12:21.111Z] === RUN   TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore
08:12:21 [2022-07-28T08:12:21.111Z] === RUN   TestDockerSuite/TestBuildBlankName
08:12:21 [2022-07-28T08:12:21.480Z] tests/integration/models_swarm_test.py ..                                [ 96%]
08:12:21 [2022-07-28T08:12:21.648Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.97s)
08:12:21 [2022-07-28T08:12:21.648Z] === RUN   TestCreateServiceSecretFileMode
08:12:21 [2022-07-28T08:12:21.648Z] --- PASS: TestCreateServiceSecretFileMode (2.04s)
08:12:21 [2022-07-28T08:12:21.648Z] === RUN   TestCreateServiceConfigFileMode
08:12:21 [2022-07-28T08:12:21.712Z] === RUN   TestDockerSuite/TestBuildBuildTimeArg
08:12:21 [2022-07-28T08:12:21.738Z] tests/integration/models_volumes_test.py ..                              [ 96%]
08:12:23 [2022-07-28T08:12:23.637Z] === RUN   TestDockerDaemonSuite/TestFailedPluginRemove
08:12:24 [2022-07-28T08:12:24.163Z] --- PASS: TestCreateServiceConfigFileMode (2.42s)
08:12:24 [2022-07-28T08:12:24.163Z] === RUN   TestCreateServiceSysctls
08:12:24 [2022-07-28T08:12:24.205Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgBuiltinArg
08:12:25 [2022-07-28T08:12:25.688Z] tests/integration/regression_test.py ......                              [ 98%]
08:12:26 [2022-07-28T08:12:26.113Z]     check_test.go:540: [d5a999def3f4b] daemon is not started
08:12:26 [2022-07-28T08:12:26.113Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfo
08:12:26 [2022-07-28T08:12:26.113Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheHit
08:12:26 [2022-07-28T08:12:26.206Z] tests/integration/credentials/store_test.py ......                       [ 99%]
08:12:26 [2022-07-28T08:12:26.206Z] tests/integration/credentials/utils_test.py .                            [100%]
08:12:26 [2022-07-28T08:12:26.206Z] 
08:12:26 [2022-07-28T08:12:26.206Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml -------
08:12:26 [2022-07-28T08:12:26.206Z] =========================== short test summary info ============================
08:12:26 [2022-07-28T08:12:26.206Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
08:12:26 [2022-07-28T08:12:26.206Z]   CONFIG_RT_GROUP_SCHED isn't enabled
08:12:26 [2022-07-28T08:12:26.206Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
08:12:26 [2022-07-28T08:12:26.206Z]   Not supported on most drivers
08:12:26 [2022-07-28T08:12:26.206Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top
08:12:26 [2022-07-28T08:12:26.206Z]   Output of docker top depends on host distro, and is not formalized.
08:12:26 [2022-07-28T08:12:26.206Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
08:12:26 [2022-07-28T08:12:26.206Z]   Output of docker top depends on host distro, and is not formalized.
08:12:26 [2022-07-28T08:12:26.206Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr
08:12:26 [2022-07-28T08:12:26.206Z]   Can fail if eth0 has multiple IP addresses
08:12:26 [2022-07-28T08:12:26.206Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
08:12:26 [2022-07-28T08:12:26.206Z]   This doesn't seem to be taken into account by the engine
08:12:26 [2022-07-28T08:12:26.206Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
08:12:26 [2022-07-28T08:12:26.206Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
08:12:26 [2022-07-28T08:12:26.206Z] = 383 passed, 2 skipped, 2 deselected, 6 xfailed, 2 xpassed in 289.79 seconds ==
08:12:26 [2022-07-28T08:12:26.464Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py)
08:12:26 [2022-07-28T08:12:26.683Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfoRogueCert
08:12:27 [2022-07-28T08:12:27.252Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert
08:12:27 [2022-07-28T08:12:27.252Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg
08:12:27 [2022-07-28T08:12:27.429Z] --- PASS: TestCreateServiceSysctls (3.26s)
08:12:27 [2022-07-28T08:12:27.429Z] === RUN   TestCreateServiceCapabilities
08:12:27 [2022-07-28T08:12:27.822Z] === RUN   TestDockerDaemonSuite/TestHTTPSRun
08:12:29 [2022-07-28T08:12:29.735Z] === RUN   TestDockerDaemonSuite/TestLegacyDaemonCommand
08:12:29 [2022-07-28T08:12:29.735Z]     check_test.go:540: [d23a6ade13b0c] daemon is not started
08:12:29 [2022-07-28T08:12:29.735Z] === RUN   TestDockerDaemonSuite/TestPluginListFilterCapability
08:12:29 [2022-07-28T08:12:29.735Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal
08:12:29 [2022-07-28T08:12:29.946Z] --- PASS: TestCreateServiceCapabilities (2.38s)
08:12:29 [2022-07-28T08:12:29.946Z] === RUN   TestInspect
08:12:31 [2022-07-28T08:12:31.643Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefaultOverride
08:12:32 [2022-07-28T08:12:32.212Z] === RUN   TestDockerDaemonSuite/TestPluginListFilterEnabled
08:12:32 [2022-07-28T08:12:32.463Z] --- PASS: TestInspect (2.66s)
08:12:32 [2022-07-28T08:12:32.463Z] === RUN   TestCreateJob
08:12:34 [2022-07-28T08:12:34.121Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection
08:12:35 [2022-07-28T08:12:35.061Z] === RUN   TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart
08:12:35 [2022-07-28T08:12:35.061Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants
08:12:35 [2022-07-28T08:12:35.729Z] --- PASS: TestCreateJob (2.93s)
08:12:35 [2022-07-28T08:12:35.729Z] === RUN   TestReplicatedJob
08:12:38 [2022-07-28T08:12:38.356Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEnv
08:12:38 [2022-07-28T08:12:38.656Z] Leaving: AppArmorNo profiles have been unloaded.
08:12:38 [2022-07-28T08:12:38.656Z] 
08:12:38 [2022-07-28T08:12:38.656Z] Unloading profiles will leave already running processes permanently
08:12:38 [2022-07-28T08:12:38.656Z] unconfined, which can lead to unexpected situations.
08:12:38 [2022-07-28T08:12:38.656Z] 
08:12:38 [2022-07-28T08:12:38.656Z] To set a process to complain mode, use the command line tool
08:12:38 [2022-07-28T08:12:38.656Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
08:12:38 [2022-07-28T08:12:38.656Z] 
Post stage
[Pipeline] junit
08:12:38 [2022-07-28T08:12:38.668Z] Recording test results
08:12:39 [2022-07-28T08:12:39.738Z] === RUN   TestDockerDaemonSuite/TestPruneImageDangling
08:12:39 [2022-07-28T08:12:39.901Z] [Checks API] No suitable checks publisher found.
[Pipeline] sh
08:12:40 [2022-07-28T08:12:40.182Z] + echo Ensuring container killed.
08:12:40 [2022-07-28T08:12:40.182Z] Ensuring container killed.
08:12:40 [2022-07-28T08:12:40.182Z] + docker rm -vf docker-pr1
08:12:40 [2022-07-28T08:12:40.182Z] Error: No such container: docker-pr1
[Pipeline] sh
08:12:40 [2022-07-28T08:12:40.471Z] + echo Chowning /workspace to jenkins user
08:12:40 [2022-07-28T08:12:40.472Z] Chowning /workspace to jenkins user
08:12:40 [2022-07-28T08:12:40.472Z] + id -u
08:12:40 [2022-07-28T08:12:40.472Z] + id -g
08:12:40 [2022-07-28T08:12:40.472Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43875:/workspace busybox chown -R 1000:1000 /workspace
08:12:40 [2022-07-28T08:12:40.472Z] Unable to find image 'busybox:latest' locally
08:12:40 [2022-07-28T08:12:40.730Z] latest: Pulling from library/busybox
08:12:40 [2022-07-28T08:12:40.730Z] 19d511225f94: Pulling fs layer
08:12:40 [2022-07-28T08:12:40.730Z] 19d511225f94: Verifying Checksum
08:12:40 [2022-07-28T08:12:40.730Z] 19d511225f94: Download complete
08:12:40 [2022-07-28T08:12:40.730Z] 19d511225f94: Pull complete
08:12:40 [2022-07-28T08:12:40.730Z] Digest: sha256:e63286d6bf23acce079c38cd9f63ec19dd1ad4da0e3e942e39f2a08050b50534
08:12:40 [2022-07-28T08:12:40.730Z] Status: Downloaded newer image for busybox:latest
08:12:40 [2022-07-28T08:12:40.975Z] --- PASS: TestReplicatedJob (5.10s)
08:12:40 [2022-07-28T08:12:40.975Z] === RUN   TestUpdateReplicatedJob
08:12:41 [2022-07-28T08:12:41.646Z] === RUN   TestDockerDaemonSuite/TestPruneImageLabel
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
08:12:42 [2022-07-28T08:12:42.399Z] + bundleName=docker-py
08:12:42 [2022-07-28T08:12:42.399Z] + echo Creating docker-py-bundles.tar.gz
08:12:42 [2022-07-28T08:12:42.399Z] Creating docker-py-bundles.tar.gz
08:12:42 [2022-07-28T08:12:42.399Z] + tar -czf docker-py-bundles.tar.gz bundles/test-docker-py/junit-report.xml bundles/test-docker-py/docker.log bundles/test-docker-py/test.log
[Pipeline] archiveArtifacts
08:12:42 [2022-07-28T08:12:42.410Z] Archiving artifacts
08:12:43 [2022-07-28T08:12:43.493Z] --- PASS: TestUpdateReplicatedJob (2.94s)
08:12:43 [2022-07-28T08:12:43.493Z] === RUN   TestServiceListWithStatuses
08:12:43 [2022-07-28T08:12:43.493Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
08:12:43 [2022-07-28T08:12:43.493Z] --- SKIP: TestServiceListWithStatuses (0.00s)
08:12:43 [2022-07-28T08:12:43.493Z] === RUN   TestDockerNetworkConnectAlias
08:12:43 [2022-07-28T08:12:43.554Z] === RUN   TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore
08:12:44 [2022-07-28T08:12:44.337Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43875/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Static)
[Pipeline] sh
08:12:44 [2022-07-28T08:12:44.678Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43875/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=6d41219baee83f456b8628735d9b7ca20e188b1a -e DOCKER_GRAPHDRIVER docker:6d41219baee83f456b8628735d9b7ca20e188b1a hack/make.sh binary
08:12:44 [2022-07-28T08:12:44.936Z] 
08:12:45 [2022-07-28T08:12:45.195Z] Removing bundles/
08:12:45 [2022-07-28T08:12:45.195Z] 
08:12:45 [2022-07-28T08:12:45.195Z] ---> Making bundle: binary (in bundles/binary)
08:12:45 [2022-07-28T08:12:45.195Z] Building: bundles/binary-daemon/dockerd
08:12:45 [2022-07-28T08:12:45.195Z] GOOS="" GOARCH="" GOARM=""
08:12:46 [2022-07-28T08:12:46.849Z] === RUN   TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore
08:12:47 [2022-07-28T08:12:47.660Z] --- PASS: TestDockerNetworkConnectAlias (3.88s)
08:12:47 [2022-07-28T08:12:47.660Z] === RUN   TestDockerNetworkReConnect
08:12:50 [2022-07-28T08:12:50.144Z] === RUN   TestDockerDaemonSuite/TestRunLinksChanged
08:12:50 [2022-07-28T08:12:50.144Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansion
08:12:50 [2022-07-28T08:12:50.928Z] --- PASS: TestDockerNetworkReConnect (3.28s)
08:12:50 [2022-07-28T08:12:50.928Z] === RUN   TestServicePlugin
08:12:50 [2022-07-28T08:12:50.928Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
08:12:50 [2022-07-28T08:12:50.928Z] --- SKIP: TestServicePlugin (0.00s)
08:12:50 [2022-07-28T08:12:50.928Z] === RUN   TestServiceUpdateLabel
08:12:52 [2022-07-28T08:12:52.817Z] --- PASS: TestServiceUpdateLabel (2.28s)
08:12:52 [2022-07-28T08:12:52.817Z] === RUN   TestServiceUpdateSecrets
08:12:53 [2022-07-28T08:12:53.440Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansionOverride
08:12:53 [2022-07-28T08:12:53.699Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNewFormat
08:12:55 [2022-07-28T08:12:55.608Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap
08:12:56 [2022-07-28T08:12:56.177Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgHistory
08:12:56 [2022-07-28T08:12:56.747Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv
08:12:56 [2022-07-28T08:12:56.747Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames
08:12:58 [2022-07-28T08:12:58.129Z] === RUN   TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile
08:12:58 [2022-07-28T08:12:58.699Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg
08:13:01 [2022-07-28T08:13:01.239Z] === RUN   TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine
08:13:01 [2022-07-28T08:13:01.239Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants
08:13:07 [2022-07-28T08:13:07.655Z] --- PASS: TestServiceUpdateSecrets (14.38s)
08:13:07 [2022-07-28T08:13:07.655Z] === RUN   TestServiceUpdateConfigs
08:13:07 [2022-07-28T08:13:07.819Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg
08:13:07 [2022-07-28T08:13:07.819Z]     docker_cli_daemon_test.go:2503: [d8c2e706180a3] daemon is not started
08:13:08 [2022-07-28T08:13:08.079Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse
08:13:09 [2022-07-28T08:13:09.019Z] === RUN   TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile
08:13:09 [2022-07-28T08:13:09.590Z] === RUN   TestDockerSuite/TestBuildCacheAdd
08:13:10 [2022-07-28T08:13:10.971Z] === RUN   TestDockerSuite/TestBuildCacheBrokenSymlink
08:13:11 [2022-07-28T08:13:11.911Z] === RUN   TestDockerSuite/TestBuildCacheFrom
08:13:17 [2022-07-28T08:13:17.296Z] === RUN   TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength
08:13:17 [2022-07-28T08:13:17.561Z] === RUN   TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault
08:13:18 [2022-07-28T08:13:18.946Z] === RUN   TestDockerSuite/TestBuildCacheRootSource
08:13:19 [2022-07-28T08:13:19.888Z] === RUN   TestDockerSuite/TestBuildCancellationKillsSleep
08:13:20 [2022-07-28T08:13:20.459Z] === RUN   TestDockerDaemonSuite/TestShmSize
08:13:21 [2022-07-28T08:13:21.030Z] === RUN   TestDockerSuite/TestBuildChownSingleFile
08:13:22 [2022-07-28T08:13:22.411Z] === RUN   TestDockerDaemonSuite/TestShmSizeReload
08:13:22 [2022-07-28T08:13:22.494Z] --- PASS: TestServiceUpdateConfigs (14.27s)
08:13:22 [2022-07-28T08:13:22.494Z] === RUN   TestServiceUpdateNetwork
08:13:23 [2022-07-28T08:13:23.793Z] === RUN   TestDockerSuite/TestBuildCleanupCmdOnEntrypoint
08:13:24 [2022-07-28T08:13:24.737Z] === RUN   TestDockerSuite/TestBuildClearCmd
08:13:24 [2022-07-28T08:13:24.737Z] === RUN   TestDockerDaemonSuite/TestTLSVerify
08:13:24 [2022-07-28T08:13:24.997Z]     check_test.go:540: [df285ee9ab70e] daemon is not started
08:13:24 [2022-07-28T08:13:24.997Z] === RUN   TestDockerDaemonSuite/TestVolumePlugin
08:13:25 [2022-07-28T08:13:25.257Z] === RUN   TestDockerSuite/TestBuildCmd
08:13:25 [2022-07-28T08:13:25.516Z] === RUN   TestDockerSuite/TestBuildCmdJSONNoShDashC
08:13:26 [2022-07-28T08:13:26.086Z] === RUN   TestDockerSuite/TestBuildCmdShDashC
08:13:26 [2022-07-28T08:13:26.346Z] === RUN   TestDockerSuite/TestBuildCmdShellArgsEscaped
08:13:26 [2022-07-28T08:13:26.346Z]     docker_cli_build_test.go:5342: unmatched requirement DaemonIsWindows
08:13:26 [2022-07-28T08:13:26.346Z] === RUN   TestDockerSuite/TestBuildCmdSpaces
08:13:27 [2022-07-28T08:13:27.727Z] === RUN   TestDockerSuite/TestBuildCommentsShebangs
08:13:31 [2022-07-28T08:13:31.925Z] --- PASS: TestDockerDaemonSuite (335.61s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (8.02s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.71s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.59s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.46s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.26s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.55s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.52s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.60s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.23s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.14s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.43s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.51s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.47s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.24s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.36s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.54s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.36s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.51s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (1.91s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.54s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.60s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.54s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.52s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.53s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (2.76s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (4.52s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.55s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.09s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (1.90s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.42s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.56s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.15s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.56s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (4.60s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.51s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.16s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.55s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.53s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.64s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.75s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.74s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.63s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.68s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.43s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.55s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.52s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.53s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.52s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (4.63s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.34s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (14.54s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.22s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.18s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (3.90s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (3.05s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (3.81s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.44s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (1.96s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (8.75s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (2.67s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.58s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.02s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (2.50s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (2.88s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.56s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.15s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (2.73s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (3.11s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.41s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.63s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (3.50s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.44s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.12s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (4.02s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.29s)
08:13:31 [2022-07-28T08:13:31.925Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.52s)
08:13:31 [2022-07-28T08:13:31.926Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.80s)
08:13:31 [2022-07-28T08:13:31.926Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.08s)
08:13:31 [2022-07-28T08:13:31.926Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.54s)
08:13:31 [2022-07-28T08:13:31.926Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.78s)
08:13:31 [2022-07-28T08:13:31.926Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.13s)
08:13:31 [2022-07-28T08:13:31.926Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.05s)
08:13:31 [2022-07-28T08:13:31.926Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.53s)
08:13:31 [2022-07-28T08:13:31.926Z]     --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.56s)
08:13:31 [2022-07-28T08:13:31.926Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.03s)
08:13:31 [2022-07-28T08:13:31.926Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.55s)
08:13:31 [2022-07-28T08:13:31.926Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (3.04s)
08:13:31 [2022-07-28T08:13:31.926Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.80s)
08:13:31 [2022-07-28T08:13:31.926Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (3.94s)
08:13:31 [2022-07-28T08:13:31.926Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.05s)
08:13:31 [2022-07-28T08:13:31.926Z]     --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.56s)
08:13:31 [2022-07-28T08:13:31.926Z]     --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.39s)
08:13:31 [2022-07-28T08:13:31.926Z]     --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.97s)
08:13:31 [2022-07-28T08:13:31.926Z]     --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.53s)
08:13:31 [2022-07-28T08:13:31.926Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.62s)
08:13:31 [2022-07-28T08:13:31.926Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.60s)
08:13:31 [2022-07-28T08:13:31.926Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.56s)
08:13:31 [2022-07-28T08:13:31.926Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.87s)
08:13:31 [2022-07-28T08:13:31.926Z]     --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.00s)
08:13:31 [2022-07-28T08:13:31.926Z]     --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.57s)
08:13:31 [2022-07-28T08:13:31.926Z]     --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.74s)
08:13:31 [2022-07-28T08:13:31.926Z]     --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.84s)
08:13:31 [2022-07-28T08:13:31.926Z]     --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.59s)
08:13:31 [2022-07-28T08:13:31.926Z]     --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.93s)
08:13:31 [2022-07-28T08:13:31.926Z]     --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.24s)
08:13:31 [2022-07-28T08:13:31.926Z]     --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.14s)
08:13:31 [2022-07-28T08:13:31.926Z]     --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.17s)
08:13:31 [2022-07-28T08:13:31.926Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.73s)
08:13:31 [2022-07-28T08:13:31.926Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.18s)
08:13:31 [2022-07-28T08:13:31.926Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.16s)
08:13:31 [2022-07-28T08:13:31.926Z]     --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.11s)
08:13:31 [2022-07-28T08:13:31.926Z]     --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.82s)
08:13:31 [2022-07-28T08:13:31.926Z]     --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.74s)
08:13:31 [2022-07-28T08:13:31.926Z]     --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.80s)
08:13:31 [2022-07-28T08:13:31.926Z]     --- PASS: TestDockerDaemonSuite/TestShmSize (1.87s)
08:13:31 [2022-07-28T08:13:31.926Z]     --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.57s)
08:13:31 [2022-07-28T08:13:31.926Z]     --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.21s)
08:13:31 [2022-07-28T08:13:31.926Z]     --- PASS: TestDockerDaemonSuite/TestVolumePlugin (6.17s)
08:13:31 [2022-07-28T08:13:31.926Z] === RUN   TestDockerSwarmSuite
08:13:31 [2022-07-28T08:13:31.926Z] === RUN   TestDockerSwarmSuite/TestAPIDuplicateNetworks
08:13:33 [2022-07-28T08:13:33.307Z] === RUN   TestDockerSuite/TestBuildConditionalCache
08:13:34 [2022-07-28T08:13:34.248Z] === RUN   TestDockerSuite/TestBuildContainerWithCgroupParent
08:13:34 [2022-07-28T08:13:34.248Z] === RUN   TestDockerSwarmSuite/TestAPINetworkInspectWithScope
08:13:34 [2022-07-28T08:13:34.662Z] --- PASS: TestServiceUpdateNetwork (12.31s)
08:13:34 [2022-07-28T08:13:34.662Z] === RUN   TestServiceUpdatePidsLimit
08:13:34 [2022-07-28T08:13:34.918Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
08:13:35 [2022-07-28T08:13:35.630Z] === RUN   TestDockerSuite/TestBuildContextCleanup
08:13:35 [2022-07-28T08:13:35.630Z] === RUN   TestDockerSuite/TestBuildContextCleanupFailedBuild
08:13:35 [2022-07-28T08:13:35.846Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
08:13:36 [2022-07-28T08:13:36.569Z] === RUN   TestDockerSuite/TestBuildContextTarGzip
08:13:37 [2022-07-28T08:13:37.508Z] === RUN   TestDockerSuite/TestBuildContextTarNoCompression
08:13:37 [2022-07-28T08:13:37.508Z] === RUN   TestDockerSwarmSuite/TestAPIServiceUpdatePort
08:13:37 [2022-07-28T08:13:37.768Z] === RUN   TestDockerSuite/TestBuildCopyAddMultipleFiles
08:13:42 [2022-07-28T08:13:42.422Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
08:13:43 [2022-07-28T08:13:43.050Z] === RUN   TestDockerSwarmSuite/TestAPISwarmCAHash
08:13:49 [2022-07-28T08:13:49.631Z] === RUN   TestDockerSuite/TestBuildCopyDirButNotFile
08:13:49 [2022-07-28T08:13:49.631Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToExistDir
08:13:50 [2022-07-28T08:13:50.504Z] --- PASS: TestServiceUpdatePidsLimit (15.93s)
08:13:50 [2022-07-28T08:13:50.504Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s)
08:13:50 [2022-07-28T08:13:50.504Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.80s)
08:13:50 [2022-07-28T08:13:50.504Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.78s)
08:13:50 [2022-07-28T08:13:50.504Z] PASS
08:13:50 [2022-07-28T08:13:50.504Z] 
08:13:50 [2022-07-28T08:13:50.504Z] === Skipped
08:13:50 [2022-07-28T08:13:50.504Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s)
08:13:50 [2022-07-28T08:13:50.504Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
08:13:50 [2022-07-28T08:13:50.504Z] 
08:13:50 [2022-07-28T08:13:50.504Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s)
08:13:50 [2022-07-28T08:13:50.504Z]     plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
08:13:50 [2022-07-28T08:13:50.504Z] 
08:13:50 [2022-07-28T08:13:50.504Z] DONE 27 tests, 2 skipped in 130.506s
08:13:50 [2022-07-28T08:13:50.504Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m 
08:13:50 [2022-07-28T08:13:50.504Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m
08:13:50 [2022-07-28T08:13:50.504Z] ++ set -e
08:13:50 [2022-07-28T08:13:50.504Z] ++ '[' -n 0 ']'
08:13:50 [2022-07-28T08:13:50.504Z] ++ set -x
08:13:50 [2022-07-28T08:13:50.505Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m
08:13:50 [2022-07-28T08:13:50.505Z] INFO: Testing against a local daemon
08:13:50 [2022-07-28T08:13:50.505Z] === RUN   TestSessionCreate
08:13:50 [2022-07-28T08:13:50.505Z] --- PASS: TestSessionCreate (0.02s)
08:13:50 [2022-07-28T08:13:50.505Z] === RUN   TestSessionCreateWithBadUpgrade
08:13:50 [2022-07-28T08:13:50.505Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
08:13:50 [2022-07-28T08:13:50.505Z] PASS
08:13:50 [2022-07-28T08:13:50.505Z] 
08:13:50 [2022-07-28T08:13:50.505Z] DONE 2 tests in 0.131s
08:13:50 [2022-07-28T08:13:50.505Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m 
08:13:50 [2022-07-28T08:13:50.505Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m
08:13:50 [2022-07-28T08:13:50.505Z] ++ set -e
08:13:50 [2022-07-28T08:13:50.505Z] ++ '[' -n 0 ']'
08:13:50 [2022-07-28T08:13:50.505Z] ++ set -x
08:13:50 [2022-07-28T08:13:50.505Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m
08:13:50 [2022-07-28T08:13:50.505Z] INFO: Testing against a local daemon
08:13:50 [2022-07-28T08:13:50.505Z] === RUN   TestCgroupDriverSystemdMemoryLimit
08:13:50 [2022-07-28T08:13:50.505Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
08:13:50 [2022-07-28T08:13:50.505Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
08:13:50 [2022-07-28T08:13:50.505Z] === RUN   TestDiskUsage
08:13:50 [2022-07-28T08:13:50.505Z] === PAUSE TestDiskUsage
08:13:50 [2022-07-28T08:13:50.505Z] === RUN   TestEventsExecDie
08:13:50 [2022-07-28T08:13:50.505Z] --- PASS: TestEventsExecDie (0.48s)
08:13:50 [2022-07-28T08:13:50.505Z] === RUN   TestEventsBackwardsCompatible
08:13:50 [2022-07-28T08:13:50.505Z] --- PASS: TestEventsBackwardsCompatible (0.05s)
08:13:50 [2022-07-28T08:13:50.505Z] === RUN   TestEventsVolumeCreate
08:13:50 [2022-07-28T08:13:50.505Z] --- PASS: TestEventsVolumeCreate (0.06s)
08:13:50 [2022-07-28T08:13:50.505Z] === RUN   TestInfoBinaryCommits
08:13:50 [2022-07-28T08:13:50.505Z] --- PASS: TestInfoBinaryCommits (0.02s)
08:13:50 [2022-07-28T08:13:50.505Z] === RUN   TestInfoAPIVersioned
08:13:50 [2022-07-28T08:13:50.505Z] --- PASS: TestInfoAPIVersioned (0.01s)
08:13:50 [2022-07-28T08:13:50.505Z] === RUN   TestInfoAPI
08:13:50 [2022-07-28T08:13:50.760Z] --- PASS: TestInfoAPI (0.02s)
08:13:50 [2022-07-28T08:13:50.760Z] === RUN   TestInfoAPIWarnings
08:13:52 [2022-07-28T08:13:52.171Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToRoot
08:13:55 [2022-07-28T08:13:55.467Z] === RUN   TestDockerSuite/TestBuildCopyFileDotWithWorkdir
08:13:56 [2022-07-28T08:13:56.041Z] === RUN   TestDockerSwarmSuite/TestAPISwarmErrorHandling
08:13:56 [2022-07-28T08:13:56.994Z] === RUN   TestDockerSwarmSuite/TestAPISwarmForceNewCluster
08:13:56 [2022-07-28T08:13:56.994Z] === RUN   TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows
08:13:56 [2022-07-28T08:13:56.994Z]     docker_cli_build_test.go:619: unmatched requirement DaemonIsWindows
08:13:56 [2022-07-28T08:13:56.994Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths
08:13:56 [2022-07-28T08:13:56.994Z]     docker_cli_build_test.go:5892: unmatched requirement DaemonIsWindows
08:13:56 [2022-07-28T08:13:56.994Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths
08:13:56 [2022-07-28T08:13:56.994Z]     docker_cli_build_test.go:5875: unmatched requirement DaemonIsWindows
08:13:56 [2022-07-28T08:13:56.994Z] === RUN   TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive
08:13:56 [2022-07-28T08:13:56.994Z]     docker_cli_build_test.go:5910: unmatched requirement DaemonIsWindows
08:13:56 [2022-07-28T08:13:56.994Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToExistDir
08:14:00 [2022-07-28T08:14:00.290Z]     docker_api_swarm_test.go:563: [df3ae34c31efe] joining swarm manager [dcda38b9967e6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
08:14:00 [2022-07-28T08:14:00.290Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToNonExistDir
08:14:05 [2022-07-28T08:14:05.572Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToRoot
08:14:07 [2022-07-28T08:14:07.482Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToWorkdir
08:14:07 [2022-07-28T08:14:07.743Z] === RUN   TestDockerSuite/TestBuildCopyWholeDirToRoot
08:14:08 [2022-07-28T08:14:08.801Z] --- PASS: TestInfoAPIWarnings (16.54s)
08:14:08 [2022-07-28T08:14:08.801Z] === RUN   TestInfoDebug
08:14:08 [2022-07-28T08:14:08.801Z] --- PASS: TestInfoDebug (0.52s)
08:14:08 [2022-07-28T08:14:08.801Z] === RUN   TestInfoInsecureRegistries
08:14:08 [2022-07-28T08:14:08.801Z] --- PASS: TestInfoInsecureRegistries (0.52s)
08:14:08 [2022-07-28T08:14:08.801Z] === RUN   TestInfoRegistryMirrors
08:14:08 [2022-07-28T08:14:08.801Z] --- PASS: TestInfoRegistryMirrors (0.52s)
08:14:08 [2022-07-28T08:14:08.801Z] === RUN   TestLoginFailsWithBadCredentials
08:14:09 [2022-07-28T08:14:09.057Z] --- PASS: TestLoginFailsWithBadCredentials (0.40s)
08:14:09 [2022-07-28T08:14:09.057Z] === RUN   TestPingCacheHeaders
08:14:09 [2022-07-28T08:14:09.057Z] --- PASS: TestPingCacheHeaders (0.02s)
08:14:09 [2022-07-28T08:14:09.057Z] === RUN   TestPingGet
08:14:09 [2022-07-28T08:14:09.057Z] --- PASS: TestPingGet (0.01s)
08:14:09 [2022-07-28T08:14:09.057Z] === RUN   TestPingHead
08:14:09 [2022-07-28T08:14:09.313Z] --- PASS: TestPingHead (0.02s)
08:14:09 [2022-07-28T08:14:09.313Z] === RUN   TestPingSwarmHeader
08:14:09 [2022-07-28T08:14:09.875Z] === RUN   TestPingSwarmHeader/before_swarm_init
08:14:09 [2022-07-28T08:14:09.875Z] === RUN   TestPingSwarmHeader/after_swarm_init
08:14:10 [2022-07-28T08:14:10.803Z] === RUN   TestPingSwarmHeader/after_swarm_leave
08:14:10 [2022-07-28T08:14:10.803Z] --- PASS: TestPingSwarmHeader (1.60s)
08:14:10 [2022-07-28T08:14:10.803Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
08:14:10 [2022-07-28T08:14:10.803Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
08:14:10 [2022-07-28T08:14:10.803Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
08:14:10 [2022-07-28T08:14:10.803Z] === RUN   TestVersion
08:14:10 [2022-07-28T08:14:10.803Z] --- PASS: TestVersion (0.02s)
08:14:10 [2022-07-28T08:14:10.803Z] === CONT  TestDiskUsage
08:14:11 [2022-07-28T08:14:11.365Z] === RUN   TestDiskUsage/empty
08:14:11 [2022-07-28T08:14:11.365Z] === RUN   TestDiskUsage/empty/container_types
08:14:11 [2022-07-28T08:14:11.365Z] === RUN   TestDiskUsage/empty/image_types
08:14:11 [2022-07-28T08:14:11.365Z] === RUN   TestDiskUsage/empty/volume_types
08:14:11 [2022-07-28T08:14:11.365Z] === RUN   TestDiskUsage/empty/build-cache_types
08:14:11 [2022-07-28T08:14:11.365Z] === RUN   TestDiskUsage/empty/container,_volume_types
08:14:11 [2022-07-28T08:14:11.365Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
08:14:11 [2022-07-28T08:14:11.365Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
08:14:11 [2022-07-28T08:14:11.365Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
08:14:11 [2022-07-28T08:14:11.365Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
08:14:11 [2022-07-28T08:14:11.365Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
08:14:11 [2022-07-28T08:14:11.365Z] === RUN   TestDiskUsage/after_LoadBusybox
08:14:11 [2022-07-28T08:14:11.621Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
08:14:11 [2022-07-28T08:14:11.621Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
08:14:11 [2022-07-28T08:14:11.621Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
08:14:11 [2022-07-28T08:14:11.621Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
08:14:11 [2022-07-28T08:14:11.621Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
08:14:11 [2022-07-28T08:14:11.621Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
08:14:11 [2022-07-28T08:14:11.621Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
08:14:11 [2022-07-28T08:14:11.621Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
08:14:11 [2022-07-28T08:14:11.621Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
08:14:11 [2022-07-28T08:14:11.621Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
08:14:11 [2022-07-28T08:14:11.621Z] === RUN   TestDiskUsage/after_container.Run
08:14:11 [2022-07-28T08:14:11.877Z] === RUN   TestDiskUsage/after_container.Run/container_types
08:14:11 [2022-07-28T08:14:11.877Z] === RUN   TestDiskUsage/after_container.Run/image_types
08:14:11 [2022-07-28T08:14:11.877Z] === RUN   TestDiskUsage/after_container.Run/volume_types
08:14:11 [2022-07-28T08:14:11.877Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
08:14:11 [2022-07-28T08:14:11.877Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
08:14:11 [2022-07-28T08:14:11.877Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
08:14:11 [2022-07-28T08:14:11.877Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
08:14:11 [2022-07-28T08:14:11.877Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
08:14:11 [2022-07-28T08:14:11.877Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
08:14:11 [2022-07-28T08:14:11.877Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
08:14:11 [2022-07-28T08:14:11.877Z] --- PASS: TestDiskUsage (1.12s)
08:14:11 [2022-07-28T08:14:11.877Z]     --- PASS: TestDiskUsage/empty (0.01s)
08:14:11 [2022-07-28T08:14:11.877Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
08:14:11 [2022-07-28T08:14:11.877Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
08:14:11 [2022-07-28T08:14:11.877Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
08:14:11 [2022-07-28T08:14:11.877Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
08:14:11 [2022-07-28T08:14:11.877Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
08:14:11 [2022-07-28T08:14:11.877Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
08:14:11 [2022-07-28T08:14:11.877Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
08:14:11 [2022-07-28T08:14:11.877Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
08:14:11 [2022-07-28T08:14:11.877Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
08:14:11 [2022-07-28T08:14:11.877Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
08:14:11 [2022-07-28T08:14:11.877Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.17s)
08:14:11 [2022-07-28T08:14:11.878Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
08:14:11 [2022-07-28T08:14:11.878Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
08:14:11 [2022-07-28T08:14:11.878Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
08:14:11 [2022-07-28T08:14:11.878Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
08:14:11 [2022-07-28T08:14:11.878Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
08:14:11 [2022-07-28T08:14:11.878Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
08:14:11 [2022-07-28T08:14:11.878Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
08:14:11 [2022-07-28T08:14:11.878Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
08:14:11 [2022-07-28T08:14:11.878Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
08:14:11 [2022-07-28T08:14:11.878Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
08:14:11 [2022-07-28T08:14:11.878Z]     --- PASS: TestDiskUsage/after_container.Run (0.30s)
08:14:11 [2022-07-28T08:14:11.878Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
08:14:11 [2022-07-28T08:14:11.878Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
08:14:11 [2022-07-28T08:14:11.878Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
08:14:11 [2022-07-28T08:14:11.878Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
08:14:11 [2022-07-28T08:14:11.878Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
08:14:11 [2022-07-28T08:14:11.878Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
08:14:11 [2022-07-28T08:14:11.878Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
08:14:11 [2022-07-28T08:14:11.878Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
08:14:11 [2022-07-28T08:14:11.878Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
08:14:11 [2022-07-28T08:14:11.878Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
08:14:11 [2022-07-28T08:14:11.878Z] PASS
08:14:11 [2022-07-28T08:14:11.878Z] 
08:14:11 [2022-07-28T08:14:11.878Z] === Skipped
08:14:11 [2022-07-28T08:14:11.878Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
08:14:11 [2022-07-28T08:14:11.878Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
08:14:11 [2022-07-28T08:14:11.878Z] 
08:14:11 [2022-07-28T08:14:11.878Z] DONE 54 tests, 1 skipped in 22.050s
08:14:11 [2022-07-28T08:14:11.878Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m 
08:14:11 [2022-07-28T08:14:11.878Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m
08:14:11 [2022-07-28T08:14:11.878Z] ++ set -e
08:14:11 [2022-07-28T08:14:11.878Z] ++ '[' -n 0 ']'
08:14:11 [2022-07-28T08:14:11.878Z] ++ set -x
08:14:11 [2022-07-28T08:14:11.878Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m
08:14:12 [2022-07-28T08:14:12.134Z] INFO: Testing against a local daemon
08:14:12 [2022-07-28T08:14:12.134Z] === RUN   TestVolumesCreateAndList
08:14:12 [2022-07-28T08:14:12.134Z] --- PASS: TestVolumesCreateAndList (0.02s)
08:14:12 [2022-07-28T08:14:12.134Z] === RUN   TestVolumesRemove
08:14:12 [2022-07-28T08:14:12.134Z] --- PASS: TestVolumesRemove (0.05s)
08:14:12 [2022-07-28T08:14:12.134Z] === RUN   TestVolumesInspect
08:14:12 [2022-07-28T08:14:12.134Z] --- PASS: TestVolumesInspect (0.02s)
08:14:12 [2022-07-28T08:14:12.134Z] === RUN   TestVolumesInvalidJSON
08:14:12 [2022-07-28T08:14:12.134Z] === RUN   TestVolumesInvalidJSON/volumes/create
08:14:12 [2022-07-28T08:14:12.134Z] === PAUSE TestVolumesInvalidJSON/volumes/create
08:14:12 [2022-07-28T08:14:12.134Z] === CONT  TestVolumesInvalidJSON/volumes/create
08:14:12 [2022-07-28T08:14:12.134Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
08:14:12 [2022-07-28T08:14:12.134Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
08:14:12 [2022-07-28T08:14:12.134Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
08:14:12 [2022-07-28T08:14:12.134Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
08:14:12 [2022-07-28T08:14:12.134Z] --- PASS: TestVolumesInvalidJSON (0.01s)
08:14:12 [2022-07-28T08:14:12.134Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
08:14:12 [2022-07-28T08:14:12.134Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
08:14:12 [2022-07-28T08:14:12.134Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
08:14:12 [2022-07-28T08:14:12.134Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
08:14:12 [2022-07-28T08:14:12.134Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
08:14:12 [2022-07-28T08:14:12.134Z] PASS
08:14:12 [2022-07-28T08:14:12.134Z] 
08:14:12 [2022-07-28T08:14:12.134Z] DONE 9 tests in 0.213s
08:14:12 [2022-07-28T08:14:12.134Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
08:14:12 [2022-07-28T08:14:12.390Z] ++++ cat bundles/test-integration/docker.pid
08:14:12 [2022-07-28T08:14:12.390Z] +++ kill 14272
08:14:12 [2022-07-28T08:14:12.390Z] +++ /etc/init.d/apparmor stop
08:14:12 [2022-07-28T08:14:12.390Z] Leaving: AppArmorNo profiles have been unloaded.
08:14:12 [2022-07-28T08:14:12.390Z] 
08:14:12 [2022-07-28T08:14:12.390Z] Unloading profiles will leave already running processes permanently
08:14:12 [2022-07-28T08:14:12.390Z] unconfined, which can lead to unexpected situations.
08:14:12 [2022-07-28T08:14:12.390Z] 
08:14:12 [2022-07-28T08:14:12.390Z] To set a process to complain mode, use the command line tool
08:14:12 [2022-07-28T08:14:12.390Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
08:14:12 [2022-07-28T08:14:12.390Z] +++ true
08:14:12 [2022-07-28T08:14:12.390Z] exiting test-integration
08:14:12 [2022-07-28T08:14:12.390Z] ++ exit 0
08:14:12 [2022-07-28T08:14:12.390Z] 
08:14:13 [2022-07-28T08:14:13.022Z]     docker_api_swarm_test.go:585: [d43431db8930c] joining swarm manager [dcda38b9967e6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
08:14:13 [2022-07-28T08:14:13.282Z] === RUN   TestDockerSuite/TestBuildCopyWildcard
Post stage
[Pipeline] junit
08:14:13 [2022-07-28T08:14:13.330Z] Recording test results
08:14:13 [2022-07-28T08:14:13.504Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
08:14:13 [2022-07-28T08:14:13.865Z] + echo Ensuring container killed.
08:14:13 [2022-07-28T08:14:13.865Z] Ensuring container killed.
08:14:13 [2022-07-28T08:14:13.865Z] + docker rm -vf docker-pr1
08:14:13 [2022-07-28T08:14:13.865Z] Error: No such container: docker-pr1
[Pipeline] sh
08:14:14 [2022-07-28T08:14:14.183Z] + echo Chowning /workspace to jenkins user
08:14:14 [2022-07-28T08:14:14.183Z] Chowning /workspace to jenkins user
08:14:14 [2022-07-28T08:14:14.183Z] + id -u
08:14:14 [2022-07-28T08:14:14.183Z] + id -g
08:14:14 [2022-07-28T08:14:14.183Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43875:/workspace busybox chown -R 1000:1000 /workspace
08:14:14 [2022-07-28T08:14:14.183Z] Unable to find image 'busybox:latest' locally
08:14:14 [2022-07-28T08:14:14.183Z] latest: Pulling from library/busybox
08:14:14 [2022-07-28T08:14:14.439Z] 87379020f3b6: Pulling fs layer
08:14:14 [2022-07-28T08:14:14.439Z] 87379020f3b6: Verifying Checksum
08:14:14 [2022-07-28T08:14:14.439Z] 87379020f3b6: Download complete
08:14:14 [2022-07-28T08:14:14.439Z] 87379020f3b6: Pull complete
08:14:14 [2022-07-28T08:14:14.439Z] Digest: sha256:e63286d6bf23acce079c38cd9f63ec19dd1ad4da0e3e942e39f2a08050b50534
08:14:14 [2022-07-28T08:14:14.439Z] Status: Downloaded newer image for busybox:latest
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
08:14:15 [2022-07-28T08:14:15.824Z]     check_test.go:611: [df3ae34c31efe] daemon is not started
08:14:16 [2022-07-28T08:14:16.137Z] + bundleName=arm64-integration
08:14:16 [2022-07-28T08:14:16.137Z] + echo Creating arm64-integration-bundles.tar.gz
08:14:16 [2022-07-28T08:14:16.137Z] Creating arm64-integration-bundles.tar.gz
08:14:16 [2022-07-28T08:14:16.137Z] + xargs tar -czf arm64-integration-bundles.tar.gz
08:14:16 [2022-07-28T08:14:16.137Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
[Pipeline] archiveArtifacts
08:14:16 [2022-07-28T08:14:16.402Z] Archiving artifacts
08:14:18 [2022-07-28T08:14:18.160Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43875/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
08:14:18 [2022-07-28T08:14:18.466Z] + make clean
08:14:18 [2022-07-28T08:14:18.721Z] docker volume rm -f docker-dev-cache docker-mod-cache
08:14:18 [2022-07-28T08:14:18.722Z] docker-dev-cache
08:14:18 [2022-07-28T08:14:18.722Z] docker-mod-cache
[Pipeline] deleteDir
08:14:19 [2022-07-28T08:14:19.123Z] === RUN   TestDockerSuite/TestBuildCopyWildcardCache
08:14:19 [2022-07-28T08:14:19.123Z] === RUN   TestDockerSuite/TestBuildCopyWildcardInName
08:14:20 [2022-07-28T08:14:20.512Z] === RUN   TestDockerSuite/TestBuildDeleteCommittedFile
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
08:14:23 [2022-07-28T08:14:23.804Z] === RUN   TestDockerSuite/TestBuildDockerfileStdin
08:14:24 [2022-07-28T08:14:24.064Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinConflict
08:14:24 [2022-07-28T08:14:24.064Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignore
08:14:25 [2022-07-28T08:14:25.003Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored
08:14:26 [2022-07-28T08:14:26.384Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles
08:14:26 [2022-07-28T08:14:26.384Z] === RUN   TestDockerSwarmSuite/TestAPISwarmHealthcheckNone
08:14:26 [2022-07-28T08:14:26.384Z]     docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed
08:14:26 [2022-07-28T08:14:26.384Z] === RUN   TestDockerSwarmSuite/TestAPISwarmInit
08:14:27 [2022-07-28T08:14:27.323Z] === RUN   TestDockerSuite/TestBuildDockerignore
08:14:29 [2022-07-28T08:14:29.232Z]     docker_api_swarm_test.go:46: [de9cbb21435fa] joining swarm manager [d202f80baf45e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
08:14:37 [2022-07-28T08:14:37.362Z] === RUN   TestDockerSuite/TestBuildDockerignoreCleanPaths
08:14:37 [2022-07-28T08:14:37.362Z] === RUN   TestDockerSuite/TestBuildDockerignoreComment
08:14:39 [2022-07-28T08:14:39.904Z] === RUN   TestDockerSuite/TestBuildDockerignoreExceptions
08:14:45 [2022-07-28T08:14:45.188Z] --- PASS: TestImportExtremelyLargeImageWorks (180.18s)
08:14:45 [2022-07-28T08:14:45.188Z] PASS
08:14:45 [2022-07-28T08:14:45.188Z] 
08:14:45 [2022-07-28T08:14:45.188Z] DONE 22 tests in 184.043s
08:14:45 [2022-07-28T08:14:45.188Z] Running /go/src/github.com/docker/docker/integration/internal/termtest (amd64.integration.internal.termtest) flags=-test.v -test.timeout=120m 
08:14:45 [2022-07-28T08:14:45.188Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.internal.termtest -t ./test.main -test.v -test.timeout=120m
08:14:45 [2022-07-28T08:14:45.188Z] ++ set -e
08:14:45 [2022-07-28T08:14:45.188Z] ++ '[' -n 0 ']'
08:14:45 [2022-07-28T08:14:45.188Z] ++ set -x
08:14:45 [2022-07-28T08:14:45.188Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-internal-termtest-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-internal-termtest-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.internal.termtest -t ./test.main -test.v -test.timeout=120m
08:14:45 [2022-07-28T08:14:45.188Z] === RUN   TestStripANSICommands
08:14:45 [2022-07-28T08:14:45.188Z] === RUN   TestStripANSICommands/#00
08:14:45 [2022-07-28T08:14:45.188Z] === RUN   TestStripANSICommands/#01
08:14:45 [2022-07-28T08:14:45.188Z] --- PASS: TestStripANSICommands (0.00s)
08:14:45 [2022-07-28T08:14:45.188Z]     --- PASS: TestStripANSICommands/#00 (0.00s)
08:14:45 [2022-07-28T08:14:45.188Z]     --- PASS: TestStripANSICommands/#01 (0.00s)
08:14:45 [2022-07-28T08:14:45.188Z] PASS
08:14:45 [2022-07-28T08:14:45.188Z] 
08:14:45 [2022-07-28T08:14:45.188Z] DONE 3 tests in 0.049s
08:14:45 [2022-07-28T08:14:45.188Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
08:14:45 [2022-07-28T08:14:45.188Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m
08:14:45 [2022-07-28T08:14:45.188Z] ++ set -e
08:14:45 [2022-07-28T08:14:45.188Z] ++ '[' -n 0 ']'
08:14:45 [2022-07-28T08:14:45.188Z] ++ set -x
08:14:45 [2022-07-28T08:14:45.188Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network -t ./test.main -test.v -test.timeout=120m
08:14:45 [2022-07-28T08:14:45.188Z] INFO: Testing against a local daemon
08:14:45 [2022-07-28T08:14:45.188Z] === RUN   TestNetworkCreateDelete
08:14:45 [2022-07-28T08:14:45.188Z] --- PASS: TestNetworkCreateDelete (0.17s)
08:14:45 [2022-07-28T08:14:45.188Z] === RUN   TestDockerNetworkDeletePreferID
08:14:45 [2022-07-28T08:14:45.188Z] --- PASS: TestDockerNetworkDeletePreferID (0.44s)
08:14:45 [2022-07-28T08:14:45.188Z] === RUN   TestDaemonDNSFallback
08:14:47 [2022-07-28T08:14:47.727Z] === RUN   TestDockerSwarmSuite/TestAPISwarmInvalidAddress
08:14:47 [2022-07-28T08:14:47.987Z] === RUN   TestDockerSwarmSuite/TestAPISwarmJoinToken
08:14:48 [2022-07-28T08:14:48.258Z] === RUN   TestDockerSuite/TestBuildDockerignoreTouchDockerfile
08:14:48 [2022-07-28T08:14:48.828Z] === RUN   TestDockerSuite/TestBuildDockerignoringBadExclusion
08:14:49 [2022-07-28T08:14:49.087Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerfile
08:14:51 [2022-07-28T08:14:51.666Z] Created binary: bundles/binary-daemon/dockerd
08:14:51 [2022-07-28T08:14:51.666Z] Copying nested executables into bundles/binary-daemon
08:14:51 [2022-07-28T08:14:51.666Z] Building: bundles/binary-daemon/docker-proxy
08:14:51 [2022-07-28T08:14:51.666Z] GOOS="" GOARCH="" GOARM=""
08:14:51 [2022-07-28T08:14:51.666Z] Created binary: bundles/binary-daemon/docker-proxy
08:14:51 [2022-07-28T08:14:51.666Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Cross)
[Pipeline] sh
08:14:51 [2022-07-28T08:14:51.986Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43875/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=6d41219baee83f456b8628735d9b7ca20e188b1a -e DOCKER_GRAPHDRIVER docker:6d41219baee83f456b8628735d9b7ca20e188b1a hack/make.sh cross
08:14:52 [2022-07-28T08:14:52.246Z] 
08:14:52 [2022-07-28T08:14:52.246Z] Removing bundles/
08:14:52 [2022-07-28T08:14:52.381Z] --- PASS: TestDaemonDNSFallback (6.60s)
08:14:52 [2022-07-28T08:14:52.381Z] === RUN   TestInspectNetwork
08:14:52 [2022-07-28T08:14:52.381Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerignore
08:14:52 [2022-07-28T08:14:52.618Z] 
08:14:52 [2022-07-28T08:14:52.618Z] ---> Making bundle: cross (in bundles/cross)
08:14:52 [2022-07-28T08:14:52.618Z] Cross building: bundles/cross/linux/amd64
08:14:52 [2022-07-28T08:14:52.619Z] Building: bundles/cross/linux/amd64-daemon/dockerd
08:14:52 [2022-07-28T08:14:52.619Z] GOOS="linux" GOARCH="amd64" GOARM=""
08:14:53 [2022-07-28T08:14:53.320Z] === RUN   TestDockerSuite/TestBuildDockerignoringOnlyDotfiles
08:14:55 [2022-07-28T08:14:55.230Z] === RUN   TestDockerSuite/TestBuildDockerignoringRenamedDockerfile
08:14:55 [2022-07-28T08:14:55.802Z] === RUN   TestInspectNetwork/full_network_id
08:14:55 [2022-07-28T08:14:55.802Z] === RUN   TestInspectNetwork/partial_network_id
08:14:55 [2022-07-28T08:14:55.802Z] === RUN   TestInspectNetwork/network_name
08:14:55 [2022-07-28T08:14:55.802Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
08:14:59 [2022-07-28T08:14:59.096Z] === RUN   TestDockerSuite/TestBuildDockerignoringWholeDir
08:15:00 [2022-07-28T08:15:00.036Z] --- PASS: TestInspectNetwork (8.30s)
08:15:00 [2022-07-28T08:15:00.036Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
08:15:00 [2022-07-28T08:15:00.036Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
08:15:00 [2022-07-28T08:15:00.036Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
08:15:00 [2022-07-28T08:15:00.036Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
08:15:00 [2022-07-28T08:15:00.036Z] === RUN   TestRunContainerWithBridgeNone
08:15:00 [2022-07-28T08:15:00.607Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildDirs
08:15:02 [2022-07-28T08:15:02.517Z] --- PASS: TestRunContainerWithBridgeNone (2.13s)
08:15:02 [2022-07-28T08:15:02.517Z] === RUN   TestNetworkInvalidJSON
08:15:02 [2022-07-28T08:15:02.517Z] === RUN   TestNetworkInvalidJSON/networks/create
08:15:02 [2022-07-28T08:15:02.517Z] === PAUSE TestNetworkInvalidJSON/networks/create
08:15:02 [2022-07-28T08:15:02.517Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect
08:15:02 [2022-07-28T08:15:02.517Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/connect
08:15:02 [2022-07-28T08:15:02.517Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect
08:15:02 [2022-07-28T08:15:02.517Z] === PAUSE TestNetworkInvalidJSON/networks/bridge/disconnect
08:15:02 [2022-07-28T08:15:02.517Z] === CONT  TestNetworkInvalidJSON/networks/create
08:15:02 [2022-07-28T08:15:02.517Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_content_type
08:15:02 [2022-07-28T08:15:02.517Z] === CONT  TestNetworkInvalidJSON/networks/bridge/disconnect
08:15:02 [2022-07-28T08:15:02.517Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type
08:15:02 [2022-07-28T08:15:02.517Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON
08:15:02 [2022-07-28T08:15:02.517Z] === RUN   TestNetworkInvalidJSON/networks/create/invalid_JSON
08:15:02 [2022-07-28T08:15:02.517Z] === RUN   TestNetworkInvalidJSON/networks/create/extra_content_after_JSON
08:15:02 [2022-07-28T08:15:02.517Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON
08:15:02 [2022-07-28T08:15:02.517Z] === RUN   TestNetworkInvalidJSON/networks/create/empty_body
08:15:02 [2022-07-28T08:15:02.517Z] === RUN   TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body
08:15:02 [2022-07-28T08:15:02.517Z] === CONT  TestNetworkInvalidJSON/networks/bridge/connect
08:15:02 [2022-07-28T08:15:02.517Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type
08:15:02 [2022-07-28T08:15:02.517Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON
08:15:02 [2022-07-28T08:15:02.517Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON
08:15:02 [2022-07-28T08:15:02.517Z] === RUN   TestNetworkInvalidJSON/networks/bridge/connect/empty_body
08:15:02 [2022-07-28T08:15:02.517Z] --- PASS: TestNetworkInvalidJSON (0.04s)
08:15:02 [2022-07-28T08:15:02.517Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect (0.01s)
08:15:02 [2022-07-28T08:15:02.517Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_content_type (0.00s)
08:15:02 [2022-07-28T08:15:02.517Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/invalid_JSON (0.00s)
08:15:02 [2022-07-28T08:15:02.517Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/extra_content_after_JSON (0.00s)
08:15:02 [2022-07-28T08:15:02.517Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/disconnect/empty_body (0.00s)
08:15:02 [2022-07-28T08:15:02.517Z]     --- PASS: TestNetworkInvalidJSON/networks/create (0.01s)
08:15:02 [2022-07-28T08:15:02.517Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_content_type (0.00s)
08:15:02 [2022-07-28T08:15:02.517Z]         --- PASS: TestNetworkInvalidJSON/networks/create/invalid_JSON (0.00s)
08:15:02 [2022-07-28T08:15:02.517Z]         --- PASS: TestNetworkInvalidJSON/networks/create/extra_content_after_JSON (0.00s)
08:15:02 [2022-07-28T08:15:02.517Z]         --- PASS: TestNetworkInvalidJSON/networks/create/empty_body (0.00s)
08:15:02 [2022-07-28T08:15:02.517Z]     --- PASS: TestNetworkInvalidJSON/networks/bridge/connect (0.01s)
08:15:02 [2022-07-28T08:15:02.517Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_content_type (0.00s)
08:15:02 [2022-07-28T08:15:02.517Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/invalid_JSON (0.00s)
08:15:02 [2022-07-28T08:15:02.517Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/extra_content_after_JSON (0.00s)
08:15:02 [2022-07-28T08:15:02.517Z]         --- PASS: TestNetworkInvalidJSON/networks/bridge/connect/empty_body (0.00s)
08:15:02 [2022-07-28T08:15:02.517Z] === RUN   TestNetworkList
08:15:02 [2022-07-28T08:15:02.517Z] === RUN   TestNetworkList//networks
08:15:02 [2022-07-28T08:15:02.517Z] === PAUSE TestNetworkList//networks
08:15:02 [2022-07-28T08:15:02.517Z] === RUN   TestNetworkList//networks/
08:15:02 [2022-07-28T08:15:02.517Z] === PAUSE TestNetworkList//networks/
08:15:02 [2022-07-28T08:15:02.517Z] === CONT  TestNetworkList//networks
08:15:02 [2022-07-28T08:15:02.517Z] === CONT  TestNetworkList//networks/
08:15:02 [2022-07-28T08:15:02.517Z] --- PASS: TestNetworkList (0.01s)
08:15:02 [2022-07-28T08:15:02.517Z]     --- PASS: TestNetworkList//networks (0.00s)
08:15:02 [2022-07-28T08:15:02.517Z]     --- PASS: TestNetworkList//networks/ (0.00s)
08:15:02 [2022-07-28T08:15:02.517Z] === RUN   TestHostIPv4BridgeLabel
08:15:02 [2022-07-28T08:15:02.517Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildTopDir
08:15:02 [2022-07-28T08:15:02.777Z] --- PASS: TestHostIPv4BridgeLabel (0.62s)
08:15:02 [2022-07-28T08:15:02.777Z] === RUN   TestDaemonRestartWithLiveRestore
08:15:04 [2022-07-28T08:15:04.158Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s)
08:15:04 [2022-07-28T08:15:04.158Z] === RUN   TestDaemonDefaultNetworkPools
08:15:04 [2022-07-28T08:15:04.728Z] --- PASS: TestDaemonDefaultNetworkPools (0.81s)
08:15:04 [2022-07-28T08:15:04.728Z] === RUN   TestDaemonRestartWithExistingNetwork
08:15:06 [2022-07-28T08:15:06.109Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.17s)
08:15:06 [2022-07-28T08:15:06.109Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
08:15:07 [2022-07-28T08:15:07.490Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.30s)
08:15:07 [2022-07-28T08:15:07.490Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
08:15:07 [2022-07-28T08:15:07.753Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.60s)
08:15:07 [2022-07-28T08:15:07.753Z] === RUN   TestServiceWithPredefinedNetwork
08:15:11 [2022-07-28T08:15:11.076Z] --- PASS: TestServiceWithPredefinedNetwork (2.77s)
08:15:11 [2022-07-28T08:15:11.076Z] === RUN   TestServiceRemoveKeepsIngressNetwork
08:15:11 [2022-07-28T08:15:11.076Z]     service_test.go:243: FLAKY_TEST
08:15:11 [2022-07-28T08:15:11.076Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
08:15:11 [2022-07-28T08:15:11.076Z] === RUN   TestServiceWithDataPathPortInit
08:15:14 [2022-07-28T08:15:14.370Z] === RUN   TestDockerSuite/TestBuildDotDotFile
08:15:14 [2022-07-28T08:15:14.370Z] === RUN   TestDockerSuite/TestBuildEOLInLine
08:15:16 [2022-07-28T08:15:16.910Z] === RUN   TestDockerSuite/TestBuildEmptyCmd
08:15:16 [2022-07-28T08:15:16.910Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypoint
08:15:17 [2022-07-28T08:15:17.170Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypointInheritance
08:15:17 [2022-07-28T08:15:17.739Z] === RUN   TestDockerSuite/TestBuildEmptyScratch
08:15:17 [2022-07-28T08:15:17.739Z] === RUN   TestDockerSuite/TestBuildEmptyStringVolume
08:15:17 [2022-07-28T08:15:17.999Z] === RUN   TestDockerSuite/TestBuildEntrypoint
08:15:17 [2022-07-28T08:15:17.999Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild
08:15:19 [2022-07-28T08:15:19.907Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect
08:15:20 [2022-07-28T08:15:20.847Z] === RUN   TestDockerSuite/TestBuildEntrypointRunCleanup
08:15:21 [2022-07-28T08:15:21.786Z] === RUN   TestDockerSuite/TestBuildEnv
08:15:22 [2022-07-28T08:15:22.723Z] === RUN   TestDockerSuite/TestBuildEnvEscapes
08:15:23 [2022-07-28T08:15:23.292Z] === RUN   TestDockerSuite/TestBuildEnvOverwrite
08:15:24 [2022-07-28T08:15:24.230Z] === RUN   TestDockerSuite/TestBuildEnvUsage
08:15:26 [2022-07-28T08:15:26.771Z] --- PASS: TestServiceWithDataPathPortInit (15.75s)
08:15:26 [2022-07-28T08:15:26.771Z] === RUN   TestServiceWithDefaultAddressPoolInit
08:15:28 [2022-07-28T08:15:28.681Z] === RUN   TestDockerSuite/TestBuildEnvUsage2
08:15:29 [2022-07-28T08:15:29.251Z]     service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:r84tdadv6he1l4lqt8o0l9fx3 Created:2022-07-28 08:15:27.332063761 +0000 UTC Scope:swarm Driver:overlay EnableIPv6:false IPAM:{Driver:default Options:map[] Config:[{Subnet:20.20.1.0/24 IPRange: Gateway:20.20.1.1 AuxAddress:map[]}]} Internal:false Attachable:false Ingress:false ConfigFrom:{Network:} ConfigOnly:false Containers:map[11ab36f70c06b1adf14ffd368060d6fa491793227ba1682b378364fbe07de95d:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.bpr8bxonc0lzh8sdb93q3sd7g EndpointID:f878fc0677066ac8affa2b7d49fd64d9841b93fa3d2fbb4708b5893085e2d54b MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:fad12981eef02a511489f215fb6d304d1a1fac5acdbc4f735d326c1a32a9642f MacAddress:02:42:14:14:01:04 IPv4Address:20.20.1.4/24 IPv6Address:}] Options:map[com.docker.network.driver.overlay.vxlanid_list:4097] Labels:map[] Peers:[{Name:a7ea856c092e IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.bpr8bxonc0lzh8sdb93q3sd7g EndpointID:f878fc0677066ac8affa2b7d49fd64d9841b93fa3d2fbb4708b5893085e2d54b EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
08:15:34 [2022-07-28T08:15:34.568Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.50s)
08:15:34 [2022-07-28T08:15:34.568Z] PASS
08:15:34 [2022-07-28T08:15:34.568Z] 
08:15:34 [2022-07-28T08:15:34.568Z] === Skipped
08:15:34 [2022-07-28T08:15:34.568Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
08:15:34 [2022-07-28T08:15:34.568Z]     service_test.go:243: FLAKY_TEST
08:15:34 [2022-07-28T08:15:34.568Z] 
08:15:34 [2022-07-28T08:15:34.568Z] DONE 38 tests, 1 skipped in 49.380s
08:15:34 [2022-07-28T08:15:34.568Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
08:15:34 [2022-07-28T08:15:34.568Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
08:15:34 [2022-07-28T08:15:34.568Z] ++ set -e
08:15:34 [2022-07-28T08:15:34.568Z] ++ '[' -n 0 ']'
08:15:34 [2022-07-28T08:15:34.568Z] ++ set -x
08:15:34 [2022-07-28T08:15:34.568Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
08:15:34 [2022-07-28T08:15:34.568Z] INFO: Testing against a local daemon
08:15:34 [2022-07-28T08:15:34.568Z] === RUN   TestDockerNetworkIpvlanPersistance
08:15:34 [2022-07-28T08:15:34.568Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
08:15:34 [2022-07-28T08:15:34.568Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
08:15:34 [2022-07-28T08:15:34.568Z] === RUN   TestDockerNetworkIpvlan
08:15:34 [2022-07-28T08:15:34.568Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
08:15:34 [2022-07-28T08:15:34.568Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
08:15:34 [2022-07-28T08:15:34.568Z] PASS
08:15:34 [2022-07-28T08:15:34.568Z] 
08:15:34 [2022-07-28T08:15:34.568Z] === Skipped
08:15:34 [2022-07-28T08:15:34.568Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
08:15:34 [2022-07-28T08:15:34.568Z]     ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
08:15:34 [2022-07-28T08:15:34.568Z] 
08:15:34 [2022-07-28T08:15:34.568Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
08:15:34 [2022-07-28T08:15:34.568Z]     ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
08:15:34 [2022-07-28T08:15:34.568Z] 
08:15:34 [2022-07-28T08:15:34.568Z] DONE 2 tests, 2 skipped in 0.123s
08:15:34 [2022-07-28T08:15:34.568Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
08:15:34 [2022-07-28T08:15:34.568Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
08:15:34 [2022-07-28T08:15:34.568Z] ++ set -e
08:15:34 [2022-07-28T08:15:34.568Z] ++ '[' -n 0 ']'
08:15:34 [2022-07-28T08:15:34.568Z] ++ set -x
08:15:34 [2022-07-28T08:15:34.568Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
08:15:34 [2022-07-28T08:15:34.568Z] INFO: Testing against a local daemon
08:15:34 [2022-07-28T08:15:34.568Z] === RUN   TestDockerNetworkMacvlanPersistance
08:15:35 [2022-07-28T08:15:35.507Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.39s)
08:15:35 [2022-07-28T08:15:35.507Z] === RUN   TestDockerNetworkMacvlan
08:15:36 [2022-07-28T08:15:36.444Z] === RUN   TestDockerNetworkMacvlan/Subinterface
08:15:36 [2022-07-28T08:15:36.444Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaderElection
08:15:37 [2022-07-28T08:15:37.386Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
08:15:38 [2022-07-28T08:15:38.327Z] === RUN   TestDockerNetworkMacvlan/NilParent
08:15:39 [2022-07-28T08:15:39.266Z]     docker_api_swarm_test.go:304: [ddda6c2c7800f] joining swarm manager [dcdf7bdc8417d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
08:15:40 [2022-07-28T08:15:40.646Z]     docker_api_swarm_test.go:305: [d953cf3626b52] joining swarm manager [dcdf7bdc8417d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
08:15:41 [2022-07-28T08:15:41.217Z] === RUN   TestDockerNetworkMacvlan/InternalMode
08:15:41 [2022-07-28T08:15:41.787Z]     docker_api_swarm_test.go:351: Waiting for election to occur...
08:15:43 [2022-07-28T08:15:43.696Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
08:15:46 [2022-07-28T08:15:46.236Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementAddCopy
08:15:47 [2022-07-28T08:15:47.617Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementEnv
08:15:47 [2022-07-28T08:15:47.617Z] === RUN   TestDockerNetworkMacvlan/Addressing
08:15:48 [2022-07-28T08:15:48.998Z] --- PASS: TestDockerNetworkMacvlan (13.27s)
08:15:48 [2022-07-28T08:15:48.998Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.21s)
08:15:48 [2022-07-28T08:15:48.998Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.12s)
08:15:48 [2022-07-28T08:15:48.998Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (1.57s)
08:15:48 [2022-07-28T08:15:48.998Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (1.19s)
08:15:48 [2022-07-28T08:15:48.998Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.95s)
08:15:48 [2022-07-28T08:15:48.998Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.84s)
08:15:48 [2022-07-28T08:15:48.998Z] PASS
08:15:48 [2022-07-28T08:15:48.998Z] 
08:15:48 [2022-07-28T08:15:48.998Z] DONE 8 tests in 14.773s
08:15:48 [2022-07-28T08:15:48.998Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
08:15:48 [2022-07-28T08:15:48.998Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m
08:15:48 [2022-07-28T08:15:48.998Z] ++ set -e
08:15:48 [2022-07-28T08:15:48.998Z] ++ '[' -n 0 ']'
08:15:48 [2022-07-28T08:15:48.998Z] ++ set -x
08:15:48 [2022-07-28T08:15:48.998Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin -t ./test.main -test.v -test.timeout=120m
08:15:48 [2022-07-28T08:15:48.998Z] testing: warning: no tests to run
08:15:48 [2022-07-28T08:15:48.998Z] PASS
08:15:48 [2022-07-28T08:15:48.998Z] 
08:15:48 [2022-07-28T08:15:48.998Z] DONE 0 tests in 0.033s
08:15:48 [2022-07-28T08:15:48.998Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
08:15:48 [2022-07-28T08:15:48.998Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
08:15:48 [2022-07-28T08:15:48.998Z] ++ set -e
08:15:48 [2022-07-28T08:15:48.998Z] ++ '[' -n 0 ']'
08:15:48 [2022-07-28T08:15:48.998Z] ++ set -x
08:15:48 [2022-07-28T08:15:48.998Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
08:15:48 [2022-07-28T08:15:48.998Z] INFO: Testing against a local daemon
08:15:48 [2022-07-28T08:15:48.998Z] === RUN   TestAuthZPluginAllowRequest
08:15:50 [2022-07-28T08:15:50.379Z] --- PASS: TestAuthZPluginAllowRequest (1.44s)
08:15:50 [2022-07-28T08:15:50.379Z] === RUN   TestAuthZPluginTLS
08:15:50 [2022-07-28T08:15:50.949Z] --- PASS: TestAuthZPluginTLS (0.57s)
08:15:50 [2022-07-28T08:15:50.949Z] === RUN   TestAuthZPluginDenyRequest
08:15:51 [2022-07-28T08:15:51.526Z] --- PASS: TestAuthZPluginDenyRequest (0.54s)
08:15:51 [2022-07-28T08:15:51.526Z] === RUN   TestAuthZPluginAPIDenyResponse
08:15:52 [2022-07-28T08:15:52.117Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s)
08:15:52 [2022-07-28T08:15:52.117Z] === RUN   TestAuthZPluginDenyResponse
08:15:52 [2022-07-28T08:15:52.686Z] --- PASS: TestAuthZPluginDenyResponse (0.55s)
08:15:52 [2022-07-28T08:15:52.686Z] === RUN   TestAuthZPluginAllowEventStream
08:15:54 [2022-07-28T08:15:54.066Z] --- PASS: TestAuthZPluginAllowEventStream (1.36s)
08:15:54 [2022-07-28T08:15:54.066Z] === RUN   TestAuthZPluginErrorResponse
08:15:54 [2022-07-28T08:15:54.636Z] --- PASS: TestAuthZPluginErrorResponse (0.54s)
08:15:54 [2022-07-28T08:15:54.636Z] === RUN   TestAuthZPluginErrorRequest
08:15:54 [2022-07-28T08:15:54.636Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementExpose
08:15:55 [2022-07-28T08:15:55.206Z] --- PASS: TestAuthZPluginErrorRequest (0.56s)
08:15:55 [2022-07-28T08:15:55.206Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
08:15:55 [2022-07-28T08:15:55.206Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementUser
08:15:55 [2022-07-28T08:15:55.467Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s)
08:15:55 [2022-07-28T08:15:55.467Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
08:15:55 [2022-07-28T08:15:55.728Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementVolume
08:15:56 [2022-07-28T08:15:56.298Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementWorkdir
08:15:57 [2022-07-28T08:15:57.679Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.82s)
08:15:57 [2022-07-28T08:15:57.679Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
08:15:57 [2022-07-28T08:15:57.679Z] === RUN   TestDockerSuite/TestBuildEscapeNotBackslashWordTest
08:15:57 [2022-07-28T08:15:57.679Z]     docker_cli_build_test.go:5319: unmatched requirement DaemonIsWindows
08:15:57 [2022-07-28T08:15:57.679Z] === RUN   TestDockerSuite/TestBuildEscapeWhitespace
08:15:57 [2022-07-28T08:15:57.679Z] === RUN   TestDockerSuite/TestBuildExoticShellInterpolation
08:15:58 [2022-07-28T08:15:58.620Z]     docker_api_swarm_test.go:364: Waiting for possible election...
08:15:59 [2022-07-28T08:15:59.561Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.10s)
08:15:59 [2022-07-28T08:15:59.561Z] === RUN   TestAuthZPluginHeader
08:16:00 [2022-07-28T08:16:00.499Z] --- PASS: TestAuthZPluginHeader (0.87s)
08:16:00 [2022-07-28T08:16:00.499Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
08:16:05 [2022-07-28T08:16:05.779Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.87s)
08:16:05 [2022-07-28T08:16:05.779Z] === RUN   TestAuthZPluginV2Disable
08:16:06 [2022-07-28T08:16:06.348Z] === RUN   TestDockerSuite/TestBuildExpose
08:16:06 [2022-07-28T08:16:06.348Z] === RUN   TestDockerSuite/TestBuildExposeMorePorts
08:16:06 [2022-07-28T08:16:06.918Z] === RUN   TestDockerSuite/TestBuildExposeOrder
08:16:07 [2022-07-28T08:16:07.179Z] === RUN   TestDockerSuite/TestBuildExposeUpperCaseProto
08:16:07 [2022-07-28T08:16:07.440Z] === RUN   TestDockerSuite/TestBuildFails
08:16:08 [2022-07-28T08:16:08.009Z] === RUN   TestDockerSuite/TestBuildFailsGitNotCallable
08:16:08 [2022-07-28T08:16:08.009Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToDir
08:16:09 [2022-07-28T08:16:09.390Z] --- PASS: TestAuthZPluginV2Disable (4.15s)
08:16:09 [2022-07-28T08:16:09.390Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
08:16:09 [2022-07-28T08:16:09.650Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToFile
08:16:10 [2022-07-28T08:16:10.222Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaderProxy
08:16:11 [2022-07-28T08:16:11.611Z] === RUN   TestDockerSuite/TestBuildForceRm
08:16:12 [2022-07-28T08:16:12.555Z]     docker_api_swarm_test.go:272: [d9cabe48b2252] joining swarm manager [d7938689610eb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
08:16:13 [2022-07-28T08:16:13.125Z] === RUN   TestDockerSuite/TestBuildFromGit
08:16:13 [2022-07-28T08:16:13.694Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (4.17s)
08:16:13 [2022-07-28T08:16:13.694Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
08:16:13 [2022-07-28T08:16:13.953Z]     docker_api_swarm_test.go:273: [d36b9b78b5d7e] joining swarm manager [d7938689610eb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
08:16:14 [2022-07-28T08:16:14.213Z] === RUN   TestDockerSuite/TestBuildFromGitWithContext
08:16:14 [2022-07-28T08:16:14.783Z] === RUN   TestDockerSuite/TestBuildFromGitWithF
08:16:15 [2022-07-28T08:16:15.356Z] === RUN   TestDockerSuite/TestBuildFromMixedcaseDockerfile
08:16:16 [2022-07-28T08:16:16.739Z] === RUN   TestDockerSuite/TestBuildFromOfficialNames
08:16:17 [2022-07-28T08:16:17.684Z] === RUN   TestDockerSuite/TestBuildFromRemoteTarball
08:16:17 [2022-07-28T08:16:17.944Z] === RUN   TestDockerSuite/TestBuildFromStdinWithF
08:16:20 [2022-07-28T08:16:20.485Z] === RUN   TestDockerSuite/TestBuildFromURLWithF
08:16:22 [2022-07-28T08:16:22.395Z] === RUN   TestDockerSuite/TestBuildHandleEscapesInVolume
08:16:23 [2022-07-28T08:16:23.333Z] === RUN   TestDockerSuite/TestBuildIidFile
08:16:23 [2022-07-28T08:16:23.593Z] === RUN   TestDockerSuite/TestBuildIidFileCleanupOnFail
08:16:24 [2022-07-28T08:16:24.533Z] === RUN   TestDockerSuite/TestBuildInheritance
08:16:24 [2022-07-28T08:16:24.793Z] === RUN   TestDockerSuite/TestBuildIntermediateTarget
08:16:25 [2022-07-28T08:16:25.053Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.51s)
08:16:25 [2022-07-28T08:16:25.053Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
08:16:25 [2022-07-28T08:16:25.053Z] === RUN   TestDockerSuite/TestBuildInvalidTag
08:16:25 [2022-07-28T08:16:25.053Z] === RUN   TestDockerSuite/TestBuildJSONEmptyRun
08:16:25 [2022-07-28T08:16:25.993Z] === RUN   TestDockerSuite/TestBuildLabel
08:16:26 [2022-07-28T08:16:26.253Z] === RUN   TestDockerSuite/TestBuildLabelCacheCommit
08:16:26 [2022-07-28T08:16:26.513Z] === RUN   TestDockerSuite/TestBuildLabelMultiple
08:16:26 [2022-07-28T08:16:26.772Z] === RUN   TestDockerSuite/TestBuildLabelOneNode
08:16:27 [2022-07-28T08:16:27.032Z] === RUN   TestDockerSuite/TestBuildLabels
08:16:27 [2022-07-28T08:16:27.292Z] === RUN   TestDockerSuite/TestBuildLabelsCache
08:16:28 [2022-07-28T08:16:28.231Z] === RUN   TestDockerSuite/TestBuildLabelsOverride
08:16:30 [2022-07-28T08:16:30.153Z] === RUN   TestDockerSuite/TestBuildLastModified
08:16:34 [2022-07-28T08:16:34.347Z] === RUN   TestDockerSuite/TestBuildLineBreak
08:16:34 [2022-07-28T08:16:34.916Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin
08:16:36 [2022-07-28T08:16:36.297Z] === RUN   TestDockerSuite/TestBuildLineErrorOnBuild
08:16:36 [2022-07-28T08:16:36.557Z] === RUN   TestDockerSuite/TestBuildLineErrorUnknownInstruction
08:16:36 [2022-07-28T08:16:36.557Z] === RUN   TestDockerSuite/TestBuildLineErrorWithComments
08:16:36 [2022-07-28T08:16:36.557Z] === RUN   TestDockerSuite/TestBuildLineErrorWithEmptyLines
08:16:36 [2022-07-28T08:16:36.817Z] === RUN   TestDockerSuite/TestBuildMaintainer
08:16:37 [2022-07-28T08:16:37.077Z] === RUN   TestDockerSuite/TestBuildMissingArgs
08:16:38 [2022-07-28T08:16:38.459Z] === RUN   TestDockerSuite/TestBuildModifyFileInFolder
08:16:39 [2022-07-28T08:16:39.396Z] === RUN   TestDockerSuite/TestBuildMultiStageArg
08:16:41 [2022-07-28T08:16:41.933Z] === RUN   TestDockerSuite/TestBuildMultiStageCache
08:16:41 [2022-07-28T08:16:41.933Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.89s)
08:16:41 [2022-07-28T08:16:41.933Z] PASS
08:16:41 [2022-07-28T08:16:41.933Z] 
08:16:41 [2022-07-28T08:16:41.933Z] DONE 17 tests in 53.137s
08:16:41 [2022-07-28T08:16:41.933Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
08:16:41 [2022-07-28T08:16:41.933Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
08:16:41 [2022-07-28T08:16:41.933Z] ++ set -e
08:16:41 [2022-07-28T08:16:41.933Z] ++ '[' -n 0 ']'
08:16:41 [2022-07-28T08:16:41.933Z] ++ set -x
08:16:41 [2022-07-28T08:16:41.933Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
08:16:42 [2022-07-28T08:16:42.193Z] INFO: Testing against a local daemon
08:16:42 [2022-07-28T08:16:42.193Z] === RUN   TestPluginInvalidJSON
08:16:42 [2022-07-28T08:16:42.193Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set
08:16:42 [2022-07-28T08:16:42.193Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/set
08:16:42 [2022-07-28T08:16:42.193Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade
08:16:42 [2022-07-28T08:16:42.193Z] === PAUSE TestPluginInvalidJSON/plugins/foobar/upgrade
08:16:42 [2022-07-28T08:16:42.193Z] === RUN   TestPluginInvalidJSON/plugins/pull
08:16:42 [2022-07-28T08:16:42.193Z] === PAUSE TestPluginInvalidJSON/plugins/pull
08:16:42 [2022-07-28T08:16:42.193Z] === CONT  TestPluginInvalidJSON/plugins/foobar/set
08:16:42 [2022-07-28T08:16:42.193Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type
08:16:42 [2022-07-28T08:16:42.193Z] === CONT  TestPluginInvalidJSON/plugins/pull
08:16:42 [2022-07-28T08:16:42.193Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_content_type
08:16:42 [2022-07-28T08:16:42.193Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON
08:16:42 [2022-07-28T08:16:42.193Z] === RUN   TestPluginInvalidJSON/plugins/pull/invalid_JSON
08:16:42 [2022-07-28T08:16:42.193Z] === RUN   TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON
08:16:42 [2022-07-28T08:16:42.193Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON
08:16:42 [2022-07-28T08:16:42.193Z] === RUN   TestPluginInvalidJSON/plugins/foobar/set/empty_body
08:16:42 [2022-07-28T08:16:42.193Z] === RUN   TestPluginInvalidJSON/plugins/pull/empty_body
08:16:42 [2022-07-28T08:16:42.193Z] === CONT  TestPluginInvalidJSON/plugins/foobar/upgrade
08:16:42 [2022-07-28T08:16:42.193Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type
08:16:42 [2022-07-28T08:16:42.193Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON
08:16:42 [2022-07-28T08:16:42.193Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON
08:16:42 [2022-07-28T08:16:42.193Z] === RUN   TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body
08:16:42 [2022-07-28T08:16:42.193Z] --- PASS: TestPluginInvalidJSON (0.02s)
08:16:42 [2022-07-28T08:16:42.193Z]     --- PASS: TestPluginInvalidJSON/plugins/pull (0.01s)
08:16:42 [2022-07-28T08:16:42.193Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_content_type (0.00s)
08:16:42 [2022-07-28T08:16:42.193Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/invalid_JSON (0.00s)
08:16:42 [2022-07-28T08:16:42.193Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/extra_content_after_JSON (0.00s)
08:16:42 [2022-07-28T08:16:42.193Z]         --- PASS: TestPluginInvalidJSON/plugins/pull/empty_body (0.00s)
08:16:42 [2022-07-28T08:16:42.193Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/set (0.01s)
08:16:42 [2022-07-28T08:16:42.193Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_content_type (0.00s)
08:16:42 [2022-07-28T08:16:42.193Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/invalid_JSON (0.00s)
08:16:42 [2022-07-28T08:16:42.193Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/extra_content_after_JSON (0.00s)
08:16:42 [2022-07-28T08:16:42.193Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/set/empty_body (0.00s)
08:16:42 [2022-07-28T08:16:42.193Z]     --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade (0.01s)
08:16:42 [2022-07-28T08:16:42.193Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_content_type (0.00s)
08:16:42 [2022-07-28T08:16:42.193Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/invalid_JSON (0.00s)
08:16:42 [2022-07-28T08:16:42.193Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/extra_content_after_JSON (0.00s)
08:16:42 [2022-07-28T08:16:42.193Z]         --- PASS: TestPluginInvalidJSON/plugins/foobar/upgrade/empty_body (0.00s)
08:16:42 [2022-07-28T08:16:42.193Z] === RUN   TestPluginInstall
08:16:42 [2022-07-28T08:16:42.193Z] === RUN   TestPluginInstall/no_auth
08:16:42 [2022-07-28T08:16:42.193Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromErrors
08:16:42 [2022-07-28T08:16:42.762Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromSyntax
08:16:44 [2022-07-28T08:16:44.672Z] time="2022-07-28T08:16:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
08:16:44 [2022-07-28T08:16:44.672Z] time="2022-07-28T08:16:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:76b782ed2e02f97690e2fee49972939de7d9e572a6634dcfb0a34ed085cddb7a" mediatype=application/vnd.docker.plugin.v1+json size=522
08:16:44 [2022-07-28T08:16:44.672Z] time="2022-07-28T08:16:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
08:16:44 [2022-07-28T08:16:44.672Z] time="2022-07-28T08:16:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:76b782ed2e02f97690e2fee49972939de7d9e572a6634dcfb0a34ed085cddb7a" mediatype=application/vnd.docker.plugin.v1+json size=522
08:16:44 [2022-07-28T08:16:44.672Z] === RUN   TestPluginInstall/with_htpasswd
08:16:45 [2022-07-28T08:16:45.240Z] time="2022-07-28T08:16:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
08:16:45 [2022-07-28T08:16:45.240Z] time="2022-07-28T08:16:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8cfb5fab4b32b7473d724de96bb3f4b2d34d427c65a87d12a783b1919b450961" mediatype=application/vnd.docker.plugin.v1+json size=522
08:16:45 [2022-07-28T08:16:45.240Z] time="2022-07-28T08:16:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
08:16:45 [2022-07-28T08:16:45.240Z] time="2022-07-28T08:16:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8cfb5fab4b32b7473d724de96bb3f4b2d34d427c65a87d12a783b1919b450961" mediatype=application/vnd.docker.plugin.v1+json size=522
08:16:45 [2022-07-28T08:16:45.808Z] === RUN   TestPluginInstall/with_insecure
08:16:46 [2022-07-28T08:16:46.748Z] time="2022-07-28T08:16:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
08:16:46 [2022-07-28T08:16:46.748Z] time="2022-07-28T08:16:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6f63f1ac26a2c55924a1c1ca89fa92460d82c2b50ba51cd1d596627529cb0f83" mediatype=application/vnd.docker.plugin.v1+json size=522
08:16:46 [2022-07-28T08:16:46.748Z] time="2022-07-28T08:16:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
08:16:46 [2022-07-28T08:16:46.748Z] time="2022-07-28T08:16:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6f63f1ac26a2c55924a1c1ca89fa92460d82c2b50ba51cd1d596627529cb0f83" mediatype=application/vnd.docker.plugin.v1+json size=522
08:16:47 [2022-07-28T08:16:47.008Z]     plugin_test.go:195: [d384547eca606] daemon is not started
08:16:47 [2022-07-28T08:16:47.008Z] --- PASS: TestPluginInstall (4.74s)
08:16:47 [2022-07-28T08:16:47.008Z]     --- PASS: TestPluginInstall/no_auth (2.61s)
08:16:47 [2022-07-28T08:16:47.008Z]     --- PASS: TestPluginInstall/with_htpasswd (0.86s)
08:16:47 [2022-07-28T08:16:47.008Z]     --- PASS: TestPluginInstall/with_insecure (1.27s)
08:16:47 [2022-07-28T08:16:47.008Z] === RUN   TestPluginsWithRuntimes
08:16:48 [2022-07-28T08:16:48.917Z] === RUN   TestPluginsWithRuntimes/No_Args
08:16:49 [2022-07-28T08:16:49.858Z] === RUN   TestPluginsWithRuntimes/With_Args
08:16:50 [2022-07-28T08:16:50.435Z] === RUN   TestDockerSuite/TestBuildMultiStageGlobalArg
08:16:50 [2022-07-28T08:16:50.695Z] --- PASS: TestPluginsWithRuntimes (3.88s)
08:16:50 [2022-07-28T08:16:50.695Z]     --- PASS: TestPluginsWithRuntimes/No_Args (1.06s)
08:16:50 [2022-07-28T08:16:50.695Z]     --- PASS: TestPluginsWithRuntimes/With_Args (1.06s)
08:16:50 [2022-07-28T08:16:50.695Z] === RUN   TestPluginBackCompatMediaTypes
08:16:51 [2022-07-28T08:16:51.635Z] --- PASS: TestPluginBackCompatMediaTypes (0.76s)
08:16:51 [2022-07-28T08:16:51.635Z] PASS
08:16:51 [2022-07-28T08:16:51.635Z] 
08:16:51 [2022-07-28T08:16:51.635Z] DONE 24 tests in 9.575s
08:16:51 [2022-07-28T08:16:51.635Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
08:16:51 [2022-07-28T08:16:51.635Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
08:16:51 [2022-07-28T08:16:51.635Z] ++ set -e
08:16:51 [2022-07-28T08:16:51.635Z] ++ '[' -n 0 ']'
08:16:51 [2022-07-28T08:16:51.635Z] ++ set -x
08:16:51 [2022-07-28T08:16:51.635Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
08:16:51 [2022-07-28T08:16:51.635Z] INFO: Testing against a local daemon
08:16:51 [2022-07-28T08:16:51.635Z] === RUN   TestExternalGraphDriver
08:16:52 [2022-07-28T08:16:52.206Z] === RUN   TestExternalGraphDriver/json
08:16:53 [2022-07-28T08:16:53.587Z] === RUN   TestDockerSuite/TestBuildMultiStageImplicitFrom
08:16:53 [2022-07-28T08:16:53.847Z] === RUN   TestExternalGraphDriver/spec
08:16:54 [2022-07-28T08:16:54.416Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuilds
08:16:55 [2022-07-28T08:16:55.797Z] === RUN   TestExternalGraphDriver/pull
08:16:56 [2022-07-28T08:16:56.366Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows
08:16:56 [2022-07-28T08:16:56.366Z]     docker_cli_build_test.go:5841: unmatched requirement DaemonIsWindows
08:16:56 [2022-07-28T08:16:56.366Z] === RUN   TestDockerSuite/TestBuildMultiStageNameVariants
08:16:57 [2022-07-28T08:16:57.746Z] --- PASS: TestExternalGraphDriver (5.87s)
08:16:57 [2022-07-28T08:16:57.746Z]     --- PASS: TestExternalGraphDriver/json (1.87s)
08:16:57 [2022-07-28T08:16:57.746Z]     --- PASS: TestExternalGraphDriver/spec (1.82s)
08:16:57 [2022-07-28T08:16:57.746Z]     --- PASS: TestExternalGraphDriver/pull (1.83s)
08:16:57 [2022-07-28T08:16:57.746Z] === RUN   TestGraphdriverPluginV2
08:16:58 [2022-07-28T08:16:58.686Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer
08:16:59 [2022-07-28T08:16:59.136Z] Created binary: bundles/cross/linux/amd64-daemon/dockerd
08:16:59 [2022-07-28T08:16:59.136Z] Copying nested executables into bundles/cross/linux/amd64-daemon
08:16:59 [2022-07-28T08:16:59.136Z] Building: bundles/cross/linux/amd64-daemon/docker-proxy
08:16:59 [2022-07-28T08:16:59.136Z] GOOS="linux" GOARCH="amd64" GOARM=""
08:16:59 [2022-07-28T08:16:59.136Z] Created binary: bundles/cross/linux/amd64-daemon/docker-proxy
08:16:59 [2022-07-28T08:16:59.136Z] Cross building: bundles/cross/windows/amd64
08:16:59 [2022-07-28T08:16:59.136Z] +++++++ cat ./cli/winresources/dockerd/winres.json
08:16:59 [2022-07-28T08:16:59.136Z] {
08:16:59 [2022-07-28T08:16:59.136Z]   "RT_GROUP_ICON": {
08:16:59 [2022-07-28T08:16:59.136Z]     "#1": {
08:16:59 [2022-07-28T08:16:59.136Z]       "0409": "../../winresources/docker.ico"
08:16:59 [2022-07-28T08:16:59.136Z]     }
08:16:59 [2022-07-28T08:16:59.136Z]   },
08:16:59 [2022-07-28T08:16:59.136Z]   "RT_MANIFEST": {
08:16:59 [2022-07-28T08:16:59.136Z]     "#1": {
08:16:59 [2022-07-28T08:16:59.136Z]       "0409": {
08:16:59 [2022-07-28T08:16:59.136Z]         "identity": {},
08:16:59 [2022-07-28T08:16:59.136Z]         "description": "Docker Engine",
08:16:59 [2022-07-28T08:16:59.136Z]         "minimum-os": "vista",
08:16:59 [2022-07-28T08:16:59.136Z]         "execution-level": "",
08:16:59 [2022-07-28T08:16:59.136Z]         "ui-access": false,
08:16:59 [2022-07-28T08:16:59.136Z]         "auto-elevate": false,
08:16:59 [2022-07-28T08:16:59.136Z]         "dpi-awareness": "unaware",
08:16:59 [2022-07-28T08:16:59.136Z]         "disable-theming": false,
08:16:59 [2022-07-28T08:16:59.136Z]         "disable-window-filtering": false,
08:16:59 [2022-07-28T08:16:59.136Z]         "high-resolution-scrolling-aware": false,
08:16:59 [2022-07-28T08:16:59.136Z]         "ultra-high-resolution-scrolling-aware": false,
08:16:59 [2022-07-28T08:16:59.136Z]         "long-path-aware": false,
08:16:59 [2022-07-28T08:16:59.136Z]         "printer-driver-isolation": false,
08:16:59 [2022-07-28T08:16:59.136Z]         "gdi-scaling": false,
08:16:59 [2022-07-28T08:16:59.136Z]         "segment-heap": false,
08:16:59 [2022-07-28T08:16:59.136Z]         "use-common-controls-v6": false
08:16:59 [2022-07-28T08:16:59.136Z]       }
08:16:59 [2022-07-28T08:16:59.136Z]     }
08:16:59 [2022-07-28T08:16:59.136Z]   },
08:16:59 [2022-07-28T08:16:59.136Z]   "RT_MESSAGETABLE": {
08:16:59 [2022-07-28T08:16:59.136Z]     "#1": {
08:16:59 [2022-07-28T08:16:59.136Z]       "0409": "../../winresources/event_messages.bin"
08:16:59 [2022-07-28T08:16:59.136Z]     }
08:16:59 [2022-07-28T08:16:59.136Z]   },
08:16:59 [2022-07-28T08:16:59.136Z]   "RT_VERSION": {
08:16:59 [2022-07-28T08:16:59.136Z]     "#1": {
08:16:59 [2022-07-28T08:16:59.136Z]       "0409": {
08:16:59 [2022-07-28T08:16:59.136Z]         "fixed": {
08:16:59 [2022-07-28T08:16:59.136Z]           "file_version": "0.0.0.0",
08:16:59 [2022-07-28T08:16:59.136Z]           "product_version": "0.0.0.0",
08:16:59 [2022-07-28T08:16:59.136Z]           "type": "Unknown"
08:16:59 [2022-07-28T08:16:59.136Z]         },
08:16:59 [2022-07-28T08:16:59.136Z]         "info": {
08:16:59 [2022-07-28T08:16:59.136Z]           "0000": {
08:16:59 [2022-07-28T08:16:59.136Z]             "CompanyName": "",
08:16:59 [2022-07-28T08:16:59.136Z]             "FileVersion": "dev",
08:16:59 [2022-07-28T08:16:59.136Z]             "LegalCopyright": "Copyright © 2015-2022 Docker Inc.",
08:16:59 [2022-07-28T08:16:59.136Z]             "OriginalFileName": "dockerd.exe",
08:16:59 [2022-07-28T08:16:59.136Z]             "ProductName": "",
08:16:59 [2022-07-28T08:16:59.136Z]             "ProductVersion": "dev",
08:16:59 [2022-07-28T08:16:59.136Z]             "SpecialBuild": "6d41219baee83f456b8628735d9b7ca20e188b1a"
08:16:59 [2022-07-28T08:16:59.136Z]           }
08:16:59 [2022-07-28T08:16:59.136Z]         }
08:16:59 [2022-07-28T08:16:59.136Z]       }
08:16:59 [2022-07-28T08:16:59.136Z]     }
08:16:59 [2022-07-28T08:16:59.136Z]   }
08:16:59 [2022-07-28T08:16:59.136Z] }
08:16:59 [2022-07-28T08:16:59.136Z] cmd/dockerd/config.go
08:16:59 [2022-07-28T08:16:59.136Z] cmd/dockerd/config_windows.go
08:16:59 [2022-07-28T08:16:59.136Z] cmd/dockerd/daemon.go
08:16:59 [2022-07-28T08:16:59.136Z] cmd/dockerd/daemon_test.go
08:16:59 [2022-07-28T08:16:59.136Z] cmd/dockerd/daemon_windows.go
08:16:59 [2022-07-28T08:16:59.136Z] cmd/dockerd/docker.go
08:16:59 [2022-07-28T08:16:59.136Z] cmd/dockerd/docker_windows.go
08:16:59 [2022-07-28T08:16:59.136Z] cmd/dockerd/genwinres_windows.go
08:16:59 [2022-07-28T08:16:59.136Z] cmd/dockerd/metrics.go
08:16:59 [2022-07-28T08:16:59.136Z] cmd/dockerd/options.go
08:16:59 [2022-07-28T08:16:59.136Z] cmd/dockerd/options_test.go
08:16:59 [2022-07-28T08:16:59.136Z] cmd/dockerd/service_windows.go
08:16:59 [2022-07-28T08:16:59.136Z] Building: bundles/cross/windows/amd64-daemon/dockerd.exe
08:16:59 [2022-07-28T08:16:59.136Z] GOOS="windows" GOARCH="amd64" GOARM=""
08:17:00 [2022-07-28T08:17:00.068Z] === RUN   TestDockerSuite/TestBuildMultiStageResetScratch
08:17:00 [2022-07-28T08:17:00.068Z] === RUN   TestDockerSuite/TestBuildMultiStageUnusedArg
08:17:02 [2022-07-28T08:17:02.609Z] === RUN   TestDockerSuite/TestBuildMultipleTags
08:17:03 [2022-07-28T08:17:03.179Z] === RUN   TestDockerSuite/TestBuildNetContainer
08:17:03 [2022-07-28T08:17:03.179Z] === RUN   TestDockerSwarmSuite/TestAPISwarmListNodes
08:17:03 [2022-07-28T08:17:03.179Z] --- PASS: TestGraphdriverPluginV2 (5.59s)
08:17:03 [2022-07-28T08:17:03.179Z] PASS
08:17:03 [2022-07-28T08:17:03.179Z] 
08:17:03 [2022-07-28T08:17:03.179Z] DONE 5 tests in 11.588s
08:17:03 [2022-07-28T08:17:03.179Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
08:17:03 [2022-07-28T08:17:03.179Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
08:17:03 [2022-07-28T08:17:03.179Z] ++ set -e
08:17:03 [2022-07-28T08:17:03.179Z] ++ '[' -n 0 ']'
08:17:03 [2022-07-28T08:17:03.179Z] ++ set -x
08:17:03 [2022-07-28T08:17:03.179Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
08:17:03 [2022-07-28T08:17:03.439Z] INFO: Testing against a local daemon
08:17:03 [2022-07-28T08:17:03.439Z] === RUN   TestContinueAfterPluginCrash
08:17:03 [2022-07-28T08:17:03.439Z] === PAUSE TestContinueAfterPluginCrash
08:17:03 [2022-07-28T08:17:03.439Z] === RUN   TestReadPluginNoRead
08:17:03 [2022-07-28T08:17:03.439Z] === PAUSE TestReadPluginNoRead
08:17:03 [2022-07-28T08:17:03.439Z] === RUN   TestDaemonStartWithLogOpt
08:17:03 [2022-07-28T08:17:03.439Z] === PAUSE TestDaemonStartWithLogOpt
08:17:03 [2022-07-28T08:17:03.439Z] === CONT  TestContinueAfterPluginCrash
08:17:03 [2022-07-28T08:17:03.439Z] === CONT  TestDaemonStartWithLogOpt
08:17:05 [2022-07-28T08:17:05.347Z] === RUN   TestDockerSuite/TestBuildNetNone
08:17:05 [2022-07-28T08:17:05.917Z]     docker_api_swarm_node_test.go:20: [d57016acb89c5] joining swarm manager [d7e7af358e7dc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
08:17:06 [2022-07-28T08:17:06.178Z] === RUN   TestDockerSuite/TestBuildNoContext
08:17:07 [2022-07-28T08:17:07.118Z]     docker_api_swarm_node_test.go:21: [dedaffe2adf30] joining swarm manager [d7e7af358e7dc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
08:17:07 [2022-07-28T08:17:07.688Z] === RUN   TestDockerSuite/TestBuildNoDupOutput
08:17:08 [2022-07-28T08:17:08.638Z] === RUN   TestDockerSuite/TestBuildNoNamedVolume
08:17:09 [2022-07-28T08:17:09.217Z] --- PASS: TestDaemonStartWithLogOpt (5.69s)
08:17:09 [2022-07-28T08:17:09.217Z] === CONT  TestReadPluginNoRead
08:17:09 [2022-07-28T08:17:09.787Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailure
08:17:10 [2022-07-28T08:17:10.047Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureRemote
08:17:10 [2022-07-28T08:17:10.308Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage
08:17:10 [2022-07-28T08:17:10.878Z] === RUN   TestDockerSuite/TestBuildNotVerboseSuccess
08:17:11 [2022-07-28T08:17:11.447Z] === RUN   TestDockerSuite/TestBuildNullStringInAddCopyVolume
08:17:11 [2022-07-28T08:17:11.708Z] === RUN   TestReadPluginNoRead/default
08:17:11 [2022-07-28T08:17:11.708Z] === RUN   TestDockerSuite/TestBuildOnBuild
08:17:13 [2022-07-28T08:17:13.615Z] === RUN   TestReadPluginNoRead/disabled_caching
08:17:13 [2022-07-28T08:17:13.615Z] === RUN   TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON
08:17:13 [2022-07-28T08:17:13.874Z] --- PASS: TestContinueAfterPluginCrash (10.58s)
08:17:14 [2022-07-28T08:17:14.814Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
08:17:15 [2022-07-28T08:17:15.754Z] === RUN   TestDockerSuite/TestBuildOnBuildEntrypointJSON
08:17:16 [2022-07-28T08:17:16.323Z] === CONT  TestReadPluginNoRead
08:17:16 [2022-07-28T08:17:16.323Z]     read_test.go:92: [d0c17f6dbcbd2] daemon is not started
08:17:16 [2022-07-28T08:17:16.323Z] --- PASS: TestReadPluginNoRead (7.20s)
08:17:16 [2022-07-28T08:17:16.323Z]     --- PASS: TestReadPluginNoRead/default (1.59s)
08:17:16 [2022-07-28T08:17:16.323Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.43s)
08:17:16 [2022-07-28T08:17:16.323Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.48s)
08:17:16 [2022-07-28T08:17:16.323Z] PASS
08:17:16 [2022-07-28T08:17:16.323Z] 
08:17:16 [2022-07-28T08:17:16.323Z] DONE 6 tests in 13.041s
08:17:16 [2022-07-28T08:17:16.323Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
08:17:16 [2022-07-28T08:17:16.323Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
08:17:16 [2022-07-28T08:17:16.323Z] ++ set -e
08:17:16 [2022-07-28T08:17:16.323Z] ++ '[' -n 0 ']'
08:17:16 [2022-07-28T08:17:16.323Z] ++ set -x
08:17:16 [2022-07-28T08:17:16.323Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
08:17:16 [2022-07-28T08:17:16.323Z] testing: warning: no tests to run
08:17:16 [2022-07-28T08:17:16.323Z] PASS
08:17:16 [2022-07-28T08:17:16.323Z] 
08:17:16 [2022-07-28T08:17:16.323Z] DONE 0 tests in 0.040s
08:17:16 [2022-07-28T08:17:16.323Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
08:17:16 [2022-07-28T08:17:16.323Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
08:17:16 [2022-07-28T08:17:16.323Z] ++ set -e
08:17:16 [2022-07-28T08:17:16.323Z] ++ '[' -n 0 ']'
08:17:16 [2022-07-28T08:17:16.323Z] ++ set -x
08:17:16 [2022-07-28T08:17:16.323Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
08:17:16 [2022-07-28T08:17:16.582Z] INFO: Testing against a local daemon
08:17:16 [2022-07-28T08:17:16.582Z] === RUN   TestPluginWithDevMounts
08:17:16 [2022-07-28T08:17:16.582Z] === PAUSE TestPluginWithDevMounts
08:17:16 [2022-07-28T08:17:16.582Z] === CONT  TestPluginWithDevMounts
08:17:16 [2022-07-28T08:17:16.842Z] === RUN   TestDockerSuite/TestBuildOnBuildLimitedInheritance
08:17:17 [2022-07-28T08:17:17.783Z] === RUN   TestDockerSwarmSuite/TestAPISwarmManagerRestore
08:17:18 [2022-07-28T08:17:18.352Z] --- PASS: TestPluginWithDevMounts (1.85s)
08:17:18 [2022-07-28T08:17:18.352Z] PASS
08:17:18 [2022-07-28T08:17:18.352Z] 
08:17:18 [2022-07-28T08:17:18.352Z] DONE 1 tests in 2.009s
08:17:18 [2022-07-28T08:17:18.352Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
08:17:18 [2022-07-28T08:17:18.352Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m
08:17:18 [2022-07-28T08:17:18.352Z] ++ set -e
08:17:18 [2022-07-28T08:17:18.352Z] ++ '[' -n 0 ']'
08:17:18 [2022-07-28T08:17:18.352Z] ++ set -x
08:17:18 [2022-07-28T08:17:18.352Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.secret -t ./test.main -test.v -test.timeout=120m
08:17:18 [2022-07-28T08:17:18.611Z] INFO: Testing against a local daemon
08:17:18 [2022-07-28T08:17:18.611Z] === RUN   TestSecretInspect
08:17:18 [2022-07-28T08:17:18.611Z] === RUN   TestDockerSuite/TestBuildOnBuildLowercase
08:17:19 [2022-07-28T08:17:19.992Z] === RUN   TestDockerSuite/TestBuildOnBuildOutput
08:17:20 [2022-07-28T08:17:20.931Z] === RUN   TestDockerSuite/TestBuildOpaqueDirectory
08:17:21 [2022-07-28T08:17:21.501Z] --- PASS: TestSecretInspect (2.90s)
08:17:21 [2022-07-28T08:17:21.501Z] === RUN   TestSecretList
08:17:23 [2022-07-28T08:17:23.411Z]     docker_api_swarm_test.go:502: [db0bbbb1e88c4] joining swarm manager [d3867b1e14917]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
08:17:24 [2022-07-28T08:17:24.350Z] === RUN   TestDockerSuite/TestBuildPATH
08:17:24 [2022-07-28T08:17:24.611Z] --- PASS: TestSecretList (3.31s)
08:17:24 [2022-07-28T08:17:24.611Z] === RUN   TestSecretsCreateAndDelete
08:17:26 [2022-07-28T08:17:26.536Z] === RUN   TestDockerSuite/TestBuildRUNErrMsg
08:17:27 [2022-07-28T08:17:27.112Z] === RUN   TestDockerSuite/TestBuildRUNoneJSON
08:17:27 [2022-07-28T08:17:27.373Z] --- PASS: TestSecretsCreateAndDelete (2.65s)
08:17:27 [2022-07-28T08:17:27.373Z] === RUN   TestSecretsUpdate
08:17:27 [2022-07-28T08:17:27.943Z] === RUN   TestDockerSuite/TestBuildRelativeCopy
08:17:30 [2022-07-28T08:17:30.485Z] --- PASS: TestSecretsUpdate (2.74s)
08:17:30 [2022-07-28T08:17:30.485Z] === RUN   TestTemplatedSecret
08:17:33 [2022-07-28T08:17:33.028Z]     docker_api_swarm_test.go:507: [da2ef0acac1ab] joining swarm manager [d3867b1e14917]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
08:17:33 [2022-07-28T08:17:33.287Z] --- PASS: TestTemplatedSecret (3.22s)
08:17:33 [2022-07-28T08:17:33.287Z] === RUN   TestSecretCreateResolve
08:17:35 [2022-07-28T08:17:35.200Z] === RUN   TestDockerSuite/TestBuildRelativeWorkdir
08:17:35 [2022-07-28T08:17:35.769Z] --- PASS: TestSecretCreateResolve (2.55s)
08:17:35 [2022-07-28T08:17:35.769Z] PASS
08:17:35 [2022-07-28T08:17:35.769Z] 
08:17:35 [2022-07-28T08:17:35.769Z] DONE 6 tests in 17.512s
08:17:36 [2022-07-28T08:17:36.029Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
08:17:36 [2022-07-28T08:17:36.029Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m
08:17:36 [2022-07-28T08:17:36.029Z] ++ set -e
08:17:36 [2022-07-28T08:17:36.029Z] ++ '[' -n 0 ']'
08:17:36 [2022-07-28T08:17:36.029Z] ++ set -x
08:17:36 [2022-07-28T08:17:36.029Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-service-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.service -t ./test.main -test.v -test.timeout=120m
08:17:36 [2022-07-28T08:17:36.029Z] INFO: Testing against a local daemon
08:17:36 [2022-07-28T08:17:36.029Z] === RUN   TestServiceCreateInit
08:17:36 [2022-07-28T08:17:36.029Z] === RUN   TestServiceCreateInit/daemonInitDisabled
08:17:37 [2022-07-28T08:17:37.937Z] === RUN   TestDockerSuite/TestBuildResourceConstraintsAreUsed
08:17:39 [2022-07-28T08:17:39.846Z] === RUN   TestDockerSuite/TestBuildRm
08:17:40 [2022-07-28T08:17:40.784Z] === RUN   TestServiceCreateInit/daemonInitEnabled
08:17:42 [2022-07-28T08:17:42.692Z] === RUN   TestDockerSuite/TestBuildRunShEntrypoint
08:17:43 [2022-07-28T08:17:43.264Z] === RUN   TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache
08:17:44 [2022-07-28T08:17:44.644Z] === RUN   TestDockerSuite/TestBuildSetCommandWithDefinedShell
08:17:44 [2022-07-28T08:17:44.904Z] === RUN   TestDockerSuite/TestBuildShCmdJSONEntrypoint
08:17:45 [2022-07-28T08:17:45.167Z] --- PASS: TestServiceCreateInit (9.22s)
08:17:45 [2022-07-28T08:17:45.167Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (4.74s)
08:17:45 [2022-07-28T08:17:45.167Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (4.46s)
08:17:45 [2022-07-28T08:17:45.167Z] === RUN   TestCreateServiceMultipleTimes
08:17:45 [2022-07-28T08:17:45.736Z] === RUN   TestDockerSuite/TestBuildShellEntrypoint
08:17:47 [2022-07-28T08:17:47.123Z] === RUN   TestDockerSuite/TestBuildShellInherited
08:17:48 [2022-07-28T08:17:48.062Z] === RUN   TestDockerSuite/TestBuildShellMultiple
08:17:51 [2022-07-28T08:17:51.371Z] === RUN   TestDockerSuite/TestBuildShellNotJSON
08:17:51 [2022-07-28T08:17:51.630Z] === RUN   TestDockerSuite/TestBuildShellUpdatesConfig
08:17:51 [2022-07-28T08:17:51.891Z] === RUN   TestDockerSuite/TestBuildShellWindowsPowershell
08:17:51 [2022-07-28T08:17:51.891Z]     docker_cli_build_test.go:5307: unmatched requirement DaemonIsWindows
08:17:51 [2022-07-28T08:17:51.891Z] === RUN   TestDockerSuite/TestBuildSpaces
08:17:52 [2022-07-28T08:17:52.460Z] === RUN   TestDockerSuite/TestBuildSpacesWithQuotes
08:17:53 [2022-07-28T08:17:53.032Z] === RUN   TestDockerSuite/TestBuildStartsFromOne
08:17:53 [2022-07-28T08:17:53.032Z] === RUN   TestDockerSuite/TestBuildStderr
08:17:53 [2022-07-28T08:17:53.971Z] === RUN   TestDockerSuite/TestBuildStepsWithProgress
08:17:57 [2022-07-28T08:17:57.267Z] === RUN   TestDockerSuite/TestBuildStopSignal
08:17:57 [2022-07-28T08:17:57.836Z] === RUN   TestDockerSuite/TestBuildSymlinkBasename
08:17:58 [2022-07-28T08:17:58.405Z] === RUN   TestDockerSuite/TestBuildSymlinkBreakout
08:17:58 [2022-07-28T08:17:58.665Z] === RUN   TestDockerSuite/TestBuildTagEvent
08:17:59 [2022-07-28T08:17:59.604Z] === RUN   TestDockerSuite/TestBuildTimeArgHistoryExclusions
08:18:00 [2022-07-28T08:18:00.173Z] === RUN   TestDockerSuite/TestBuildUser
08:18:01 [2022-07-28T08:18:01.553Z] === RUN   TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot
08:18:02 [2022-07-28T08:18:02.499Z] --- PASS: TestCreateServiceMultipleTimes (17.24s)
08:18:02 [2022-07-28T08:18:02.499Z] === RUN   TestCreateServiceConflict
08:18:03 [2022-07-28T08:18:03.882Z] === RUN   TestDockerSuite/TestBuildUsersAndGroups
08:18:05 [2022-07-28T08:18:05.264Z] --- PASS: TestCreateServiceConflict (2.66s)
08:18:05 [2022-07-28T08:18:05.264Z] === RUN   TestCreateServiceMaxReplicas
08:18:06 [2022-07-28T08:18:06.658Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeDrainPause
08:18:09 [2022-07-28T08:18:09.197Z] --- PASS: TestCreateServiceMaxReplicas (3.65s)
08:18:09 [2022-07-28T08:18:09.197Z] === RUN   TestCreateWithDuplicateNetworkNames
08:18:09 [2022-07-28T08:18:09.197Z]     docker_api_swarm_node_test.go:81: [d807c7d557166] joining swarm manager [d13971c86e31a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
08:18:19 [2022-07-28T08:18:19.189Z] === RUN   TestDockerSuite/TestBuildVerboseOut
08:18:19 [2022-07-28T08:18:19.189Z] === RUN   TestDockerSuite/TestBuildVerifyIntString
08:18:19 [2022-07-28T08:18:19.189Z] === RUN   TestDockerSuite/TestBuildVerifySingleQuoteFails
08:18:19 [2022-07-28T08:18:19.189Z] === RUN   TestDockerSuite/TestBuildVolumeFileExistsinContainer
08:18:20 [2022-07-28T08:18:20.127Z] === RUN   TestDockerSuite/TestBuildVolumesRetainContents
08:18:20 [2022-07-28T08:18:20.697Z] === RUN   TestDockerSuite/TestBuildWindowsAddCopyPathProcessing
08:18:20 [2022-07-28T08:18:20.697Z]     docker_cli_build_test.go:1360: unmatched requirement DaemonIsWindows
08:18:20 [2022-07-28T08:18:20.697Z] === RUN   TestDockerSuite/TestBuildWindowsEnvCaseInsensitive
08:18:20 [2022-07-28T08:18:20.697Z]     docker_cli_build_test.go:6028: unmatched requirement DaemonIsWindows
08:18:20 [2022-07-28T08:18:20.697Z] === RUN   TestDockerSuite/TestBuildWindowsUser
08:18:20 [2022-07-28T08:18:20.697Z]     docker_cli_build_test.go:5998: unmatched requirement DaemonIsWindows
08:18:20 [2022-07-28T08:18:20.697Z] === RUN   TestDockerSuite/TestBuildWindowsWorkdirProcessing
08:18:20 [2022-07-28T08:18:20.697Z]     docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows
08:18:20 [2022-07-28T08:18:20.697Z] === RUN   TestDockerSuite/TestBuildWithExtraHost
08:18:22 [2022-07-28T08:18:22.080Z] === RUN   TestDockerSuite/TestBuildWithExtraHostInvalidFormat
08:18:22 [2022-07-28T08:18:22.080Z] === RUN   TestDockerSuite/TestBuildWithFailure
08:18:22 [2022-07-28T08:18:22.650Z] === RUN   TestDockerSuite/TestBuildWithInaccessibleFilesInContext
08:18:22 [2022-07-28T08:18:22.909Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeRemove
08:18:22 [2022-07-28T08:18:22.910Z] === RUN   TestDockerSuite/TestBuildWithTabs
08:18:23 [2022-07-28T08:18:23.850Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.96s)
08:18:23 [2022-07-28T08:18:23.850Z] === RUN   TestCreateServiceSecretFileMode
08:18:24 [2022-07-28T08:18:24.110Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOM
08:18:24 [2022-07-28T08:18:24.110Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOMDockerignore
08:18:25 [2022-07-28T08:18:25.493Z]     docker_api_swarm_node_test.go:53: [d88201e343934] joining swarm manager [d51a78140b986]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
08:18:26 [2022-07-28T08:18:26.875Z]     docker_api_swarm_node_test.go:54: [d0d69762d6c3f] joining swarm manager [d51a78140b986]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
08:18:26 [2022-07-28T08:18:26.875Z] === RUN   TestDockerSuite/TestBuildWithVolumeOwnership
08:18:27 [2022-07-28T08:18:27.444Z] --- PASS: TestCreateServiceSecretFileMode (3.60s)
08:18:27 [2022-07-28T08:18:27.444Z] === RUN   TestCreateServiceConfigFileMode
08:18:28 [2022-07-28T08:18:28.383Z] === RUN   TestDockerSuite/TestBuildWithVolumes
08:18:29 [2022-07-28T08:18:29.323Z] === RUN   TestDockerSuite/TestBuildWorkdirCmd
08:18:29 [2022-07-28T08:18:29.582Z] === RUN   TestDockerSuite/TestBuildWorkdirImageCmd
08:18:30 [2022-07-28T08:18:30.152Z] === RUN   TestDockerSuite/TestBuildWorkdirWindowsPath
08:18:30 [2022-07-28T08:18:30.152Z]     docker_cli_build_test.go:4917: unmatched requirement DaemonIsWindows
08:18:30 [2022-07-28T08:18:30.152Z] === RUN   TestDockerSuite/TestBuildWorkdirWithEnvVariables
08:18:30 [2022-07-28T08:18:30.423Z] --- PASS: TestCreateServiceConfigFileMode (3.07s)
08:18:30 [2022-07-28T08:18:30.423Z] === RUN   TestCreateServiceSysctls
08:18:30 [2022-07-28T08:18:30.684Z] === RUN   TestDockerSuite/TestBuildXZHost
08:18:32 [2022-07-28T08:18:32.590Z] === RUN   TestDockerSuite/TestCommitAfterContainerIsDone
08:18:33 [2022-07-28T08:18:33.529Z] === RUN   TestDockerSuite/TestCommitChange
08:18:34 [2022-07-28T08:18:34.098Z] --- PASS: TestCreateServiceSysctls (3.72s)
08:18:34 [2022-07-28T08:18:34.098Z] === RUN   TestCreateServiceCapabilities
08:18:34 [2022-07-28T08:18:34.358Z] === RUN   TestDockerSuite/TestCommitChangeLabels
08:18:35 [2022-07-28T08:18:35.300Z] === RUN   TestDockerSuite/TestCommitHardlink
08:18:35 [2022-07-28T08:18:35.594Z] Created binary: bundles/cross/windows/amd64-daemon/dockerd.exe
08:18:35 [2022-07-28T08:18:35.594Z] +++++++ cat ./cli/winresources/docker-proxy/winres.json
08:18:35 [2022-07-28T08:18:35.594Z] {
08:18:35 [2022-07-28T08:18:35.594Z]   "RT_GROUP_ICON": {
08:18:35 [2022-07-28T08:18:35.594Z]     "#1": {
08:18:35 [2022-07-28T08:18:35.594Z]       "0409": "../../winresources/docker.ico"
08:18:35 [2022-07-28T08:18:35.594Z]     }
08:18:35 [2022-07-28T08:18:35.594Z]   },
08:18:35 [2022-07-28T08:18:35.594Z]   "RT_MANIFEST": {
08:18:35 [2022-07-28T08:18:35.594Z]     "#1": {
08:18:35 [2022-07-28T08:18:35.594Z]       "0409": {
08:18:35 [2022-07-28T08:18:35.594Z]         "identity": {},
08:18:35 [2022-07-28T08:18:35.594Z]         "description": "Docker Engine",
08:18:35 [2022-07-28T08:18:35.594Z]         "minimum-os": "vista",
08:18:35 [2022-07-28T08:18:35.594Z]         "execution-level": "",
08:18:35 [2022-07-28T08:18:35.594Z]         "ui-access": false,
08:18:35 [2022-07-28T08:18:35.594Z]         "auto-elevate": false,
08:18:35 [2022-07-28T08:18:35.594Z]         "dpi-awareness": "unaware",
08:18:35 [2022-07-28T08:18:35.594Z]         "disable-theming": false,
08:18:35 [2022-07-28T08:18:35.594Z]         "disable-window-filtering": false,
08:18:35 [2022-07-28T08:18:35.594Z]         "high-resolution-scrolling-aware": false,
08:18:35 [2022-07-28T08:18:35.594Z]         "ultra-high-resolution-scrolling-aware": false,
08:18:35 [2022-07-28T08:18:35.594Z]         "long-path-aware": false,
08:18:35 [2022-07-28T08:18:35.594Z]         "printer-driver-isolation": false,
08:18:35 [2022-07-28T08:18:35.594Z]         "gdi-scaling": false,
08:18:35 [2022-07-28T08:18:35.594Z]         "segment-heap": false,
08:18:35 [2022-07-28T08:18:35.594Z]         "use-common-controls-v6": false
08:18:35 [2022-07-28T08:18:35.594Z]       }
08:18:35 [2022-07-28T08:18:35.594Z]     }
08:18:35 [2022-07-28T08:18:35.594Z]   },
08:18:35 [2022-07-28T08:18:35.594Z]   "RT_MESSAGETABLE": {
08:18:35 [2022-07-28T08:18:35.594Z]     "#1": {
08:18:35 [2022-07-28T08:18:35.594Z]       "0409": "../../winresources/event_messages.bin"
08:18:35 [2022-07-28T08:18:35.594Z]     }
08:18:35 [2022-07-28T08:18:35.594Z]   },
08:18:35 [2022-07-28T08:18:35.594Z]   "RT_VERSION": {
08:18:35 [2022-07-28T08:18:35.594Z]     "#1": {
08:18:35 [2022-07-28T08:18:35.594Z]       "0409": {
08:18:35 [2022-07-28T08:18:35.594Z]         "fixed": {
08:18:35 [2022-07-28T08:18:35.594Z]           "file_version": "0.0.0.0",
08:18:35 [2022-07-28T08:18:35.594Z]           "product_version": "0.0.0.0",
08:18:35 [2022-07-28T08:18:35.594Z]           "type": "Unknown"
08:18:35 [2022-07-28T08:18:35.594Z]         },
08:18:35 [2022-07-28T08:18:35.594Z]         "info": {
08:18:35 [2022-07-28T08:18:35.594Z]           "0000": {
08:18:35 [2022-07-28T08:18:35.594Z]             "CompanyName": "",
08:18:35 [2022-07-28T08:18:35.594Z]             "FileVersion": "dev",
08:18:35 [2022-07-28T08:18:35.594Z]             "LegalCopyright": "Copyright © 2015-2022 Docker Inc.",
08:18:35 [2022-07-28T08:18:35.594Z]             "OriginalFileName": "docker-proxy.exe",
08:18:35 [2022-07-28T08:18:35.594Z]             "ProductName": "",
08:18:35 [2022-07-28T08:18:35.594Z]             "ProductVersion": "dev",
08:18:35 [2022-07-28T08:18:35.594Z]             "SpecialBuild": "6d41219baee83f456b8628735d9b7ca20e188b1a"
08:18:35 [2022-07-28T08:18:35.594Z]           }
08:18:35 [2022-07-28T08:18:35.594Z]         }
08:18:35 [2022-07-28T08:18:35.594Z]       }
08:18:35 [2022-07-28T08:18:35.594Z]     }
08:18:35 [2022-07-28T08:18:35.594Z]   }
08:18:35 [2022-07-28T08:18:35.594Z] }
08:18:35 [2022-07-28T08:18:35.594Z] cmd/docker-proxy/genwinres_windows.go
08:18:35 [2022-07-28T08:18:35.594Z] cmd/docker-proxy/main.go
08:18:35 [2022-07-28T08:18:35.594Z] cmd/docker-proxy/network_proxy_test.go
08:18:35 [2022-07-28T08:18:35.594Z] cmd/docker-proxy/proxy.go
08:18:35 [2022-07-28T08:18:35.594Z] cmd/docker-proxy/sctp_proxy.go
08:18:35 [2022-07-28T08:18:35.594Z] cmd/docker-proxy/tcp_proxy.go
08:18:35 [2022-07-28T08:18:35.594Z] cmd/docker-proxy/udp_proxy.go
08:18:35 [2022-07-28T08:18:35.594Z] Building: bundles/cross/windows/amd64-daemon/docker-proxy.exe
08:18:35 [2022-07-28T08:18:35.594Z] GOOS="windows" GOARCH="amd64" GOARM=""
08:18:35 [2022-07-28T08:18:35.594Z] Created binary: bundles/cross/windows/amd64-daemon/docker-proxy.exe
08:18:35 [2022-07-28T08:18:35.594Z] Cloning into '/go/src/github.com/docker/windows-container-utility'...
08:18:35 [2022-07-28T08:18:35.594Z] remote: Enumerating objects: 23, done.
08:18:35 [2022-07-28T08:18:35.594Z] remote: Counting objects:  50% (1/2)
remote: Counting objects: 100% (2/2)
remote: Counting objects: 100% (2/2), done.
08:18:35 [2022-07-28T08:18:35.594Z] remote: Compressing objects:  50% (1/2)
remote: Compressing objects: 100% (2/2)
remote: Compressing objects: 100% (2/2), done.
08:18:35 [2022-07-28T08:18:35.595Z] Receiving objects:   4% (1/23)
Receiving objects:   8% (2/23)
remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21
08:18:35 [2022-07-28T08:18:35.595Z] Receiving objects:  13% (3/23)
Receiving objects:  17% (4/23)
Receiving objects:  21% (5/23)
Receiving objects:  26% (6/23)
Receiving objects:  30% (7/23)
Receiving objects:  34% (8/23)
Receiving objects:  39% (9/23)
Receiving objects:  43% (10/23)
Receiving objects:  47% (11/23)
Receiving objects:  52% (12/23)
Receiving objects:  56% (13/23)
Receiving objects:  60% (14/23)
Receiving objects:  65% (15/23)
Receiving objects:  69% (16/23)
Receiving objects:  73% (17/23)
Receiving objects:  78% (18/23)
Receiving objects:  82% (19/23)
Receiving objects:  86% (20/23)
Receiving objects:  91% (21/23)
Receiving objects:  95% (22/23)
Receiving objects: 100% (23/23)
Receiving objects: 100% (23/23), 10.17 KiB | 10.17 MiB/s, done.
08:18:35 [2022-07-28T08:18:35.595Z] Resolving deltas:   0% (0/2)
Resolving deltas:  50% (1/2)
Resolving deltas: 100% (2/2)
Resolving deltas: 100% (2/2), done.
08:18:35 [2022-07-28T08:18:35.595Z] Building: bundles/cross/windows/amd64/containerutility.exe
08:18:35 [2022-07-28T08:18:35.595Z] Cross building: bundles/cross/linux/ppc64le
08:18:35 [2022-07-28T08:18:35.595Z] Building: bundles/cross/linux/ppc64le-daemon/dockerd
08:18:35 [2022-07-28T08:18:35.595Z] GOOS="linux" GOARCH="ppc64le" GOARM=""
08:18:36 [2022-07-28T08:18:36.681Z] === RUN   TestDockerSuite/TestCommitNewFile
08:18:37 [2022-07-28T08:18:37.251Z] --- PASS: TestCreateServiceCapabilities (2.98s)
08:18:37 [2022-07-28T08:18:37.251Z] === RUN   TestInspect
08:18:37 [2022-07-28T08:18:37.821Z] === RUN   TestDockerSuite/TestCommitPausedContainer
08:18:38 [2022-07-28T08:18:38.759Z] === RUN   TestDockerSuite/TestCommitTTY
08:18:40 [2022-07-28T08:18:40.671Z] === RUN   TestDockerSuite/TestCommitWithHostBindMount
08:18:40 [2022-07-28T08:18:40.671Z] --- PASS: TestInspect (3.37s)
08:18:40 [2022-07-28T08:18:40.671Z] === RUN   TestCreateJob
08:18:41 [2022-07-28T08:18:41.609Z] === RUN   TestDockerSuite/TestCommitWithoutPause
08:18:42 [2022-07-28T08:18:42.548Z] === RUN   TestDockerSuite/TestCopyAndRestart
08:18:43 [2022-07-28T08:18:43.930Z] === RUN   TestDockerSuite/TestCopyCreatedContainer
08:18:43 [2022-07-28T08:18:43.930Z] === RUN   TestDockerSuite/TestCpAbsolutePath
08:18:44 [2022-07-28T08:18:44.190Z] --- PASS: TestCreateJob (3.56s)
08:18:44 [2022-07-28T08:18:44.190Z] === RUN   TestReplicatedJob
08:18:44 [2022-07-28T08:18:44.450Z] === RUN   TestDockerSuite/TestCpAbsoluteSymlink
08:18:45 [2022-07-28T08:18:45.389Z] === RUN   TestDockerSuite/TestCpCheckDestOwnership
08:18:45 [2022-07-28T08:18:45.958Z] === RUN   TestDockerSuite/TestCpFromCaseA
08:18:46 [2022-07-28T08:18:46.899Z] === RUN   TestDockerSuite/TestCpFromCaseB
08:18:47 [2022-07-28T08:18:47.468Z] === RUN   TestDockerSuite/TestCpFromCaseC
08:18:48 [2022-07-28T08:18:48.421Z] === RUN   TestDockerSuite/TestCpFromCaseD
08:18:48 [2022-07-28T08:18:48.994Z] === RUN   TestDockerSuite/TestCpFromCaseE
08:18:49 [2022-07-28T08:18:49.933Z] === RUN   TestDockerSuite/TestCpFromCaseF
08:18:50 [2022-07-28T08:18:50.502Z] === RUN   TestDockerSuite/TestCpFromCaseG
08:18:50 [2022-07-28T08:18:50.762Z] --- PASS: TestReplicatedJob (6.71s)
08:18:50 [2022-07-28T08:18:50.762Z] === RUN   TestUpdateReplicatedJob
08:18:51 [2022-07-28T08:18:51.331Z] === RUN   TestDockerSuite/TestCpFromCaseH
08:18:51 [2022-07-28T08:18:51.899Z] === RUN   TestDockerSuite/TestCpFromCaseI
08:18:52 [2022-07-28T08:18:52.839Z] === RUN   TestDockerSuite/TestCpFromCaseJ
08:18:53 [2022-07-28T08:18:53.782Z] === RUN   TestDockerSuite/TestCpFromSymlinkDestination
08:18:54 [2022-07-28T08:18:54.720Z] --- PASS: TestUpdateReplicatedJob (3.69s)
08:18:54 [2022-07-28T08:18:54.720Z] === RUN   TestServiceListWithStatuses
08:18:54 [2022-07-28T08:18:54.720Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
08:18:54 [2022-07-28T08:18:54.720Z] --- SKIP: TestServiceListWithStatuses (0.00s)
08:18:54 [2022-07-28T08:18:54.720Z] === RUN   TestDockerNetworkConnectAlias
08:18:54 [2022-07-28T08:18:54.720Z] === RUN   TestDockerSuite/TestCpFromSymlinkToDirectory
08:18:55 [2022-07-28T08:18:55.290Z] === RUN   TestDockerSuite/TestCpGarbagePath
08:18:55 [2022-07-28T08:18:55.861Z] === RUN   TestDockerSuite/TestCpLocalOnly
08:18:55 [2022-07-28T08:18:55.861Z] === RUN   TestDockerSuite/TestCpNameHasColon
08:18:56 [2022-07-28T08:18:56.801Z] === RUN   TestDockerSuite/TestCpRelativePath
08:18:57 [2022-07-28T08:18:57.370Z] === RUN   TestDockerSuite/TestCpSpecialFiles
08:18:58 [2022-07-28T08:18:58.307Z] === RUN   TestDockerSuite/TestCpSymlinkComponent
08:18:58 [2022-07-28T08:18:58.882Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeUpdate
08:18:59 [2022-07-28T08:18:59.142Z] === RUN   TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink
08:18:59 [2022-07-28T08:18:59.402Z] --- PASS: TestDockerNetworkConnectAlias (5.01s)
08:18:59 [2022-07-28T08:18:59.402Z] === RUN   TestDockerNetworkReConnect
08:18:59 [2022-07-28T08:18:59.971Z] === RUN   TestDockerSuite/TestCpToCaseA
08:19:01 [2022-07-28T08:19:01.352Z] === RUN   TestDockerSuite/TestCpToCaseB
08:19:02 [2022-07-28T08:19:02.291Z] === RUN   TestDockerSuite/TestCpToCaseC
08:19:04 [2022-07-28T08:19:04.205Z] --- PASS: TestDockerNetworkReConnect (4.49s)
08:19:04 [2022-07-28T08:19:04.205Z] === RUN   TestServicePlugin
08:19:04 [2022-07-28T08:19:04.205Z] === RUN   TestDockerSuite/TestCpToCaseD
08:19:05 [2022-07-28T08:19:05.158Z] === RUN   TestDockerSwarmSuite/TestAPISwarmPromoteDemote
08:19:07 [2022-07-28T08:19:07.698Z]     docker_api_swarm_test.go:202: [d2b86b75c887b] joining swarm manager [df9e667e40dd8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
08:19:08 [2022-07-28T08:19:08.638Z] === RUN   TestDockerSuite/TestCpToCaseE
08:19:08 [2022-07-28T08:19:08.898Z]     plugin_test.go:61: [d4f1318809c78] joining swarm manager [db685192bf5e4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
08:19:10 [2022-07-28T08:19:10.278Z]     plugin_test.go:64: [ddefd840ac47a] joining swarm manager [db685192bf5e4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
08:19:11 [2022-07-28T08:19:11.658Z] === RUN   TestDockerSuite/TestCpToCaseF
08:19:11 [2022-07-28T08:19:11.920Z] === RUN   TestDockerSuite/TestCpToCaseG
08:19:15 [2022-07-28T08:19:15.214Z] === RUN   TestDockerSuite/TestCpToCaseH
08:19:17 [2022-07-28T08:19:17.122Z] === RUN   TestDockerSuite/TestCpToCaseI
08:19:17 [2022-07-28T08:19:17.692Z] === RUN   TestDockerSuite/TestCpToCaseJ
08:19:20 [2022-07-28T08:19:20.986Z] === RUN   TestDockerSuite/TestCpToContainerWithPermissions
08:19:21 [2022-07-28T08:19:21.557Z] === RUN   TestDockerSuite/TestCpToDot
08:19:22 [2022-07-28T08:19:22.125Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyRootfs
08:19:23 [2022-07-28T08:19:23.066Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyVolume
08:19:24 [2022-07-28T08:19:24.450Z] === RUN   TestDockerSuite/TestCpToStdout
08:19:24 [2022-07-28T08:19:24.711Z] === RUN   TestDockerSuite/TestCpToSymlinkDestination
08:19:25 [2022-07-28T08:19:25.658Z] === RUN   TestDockerSuite/TestCpToSymlinkToDirectory
08:19:25 [2022-07-28T08:19:25.918Z] === RUN   TestDockerSuite/TestCpUnprivilegedUser
08:19:26 [2022-07-28T08:19:26.859Z] === RUN   TestDockerSuite/TestCpVolumePath
08:19:27 [2022-07-28T08:19:27.798Z] === RUN   TestDockerSuite/TestCreate64ByteHexID
08:19:27 [2022-07-28T08:19:27.798Z] === RUN   TestDockerSuite/TestCreateArgs
08:19:27 [2022-07-28T08:19:27.798Z] === RUN   TestDockerSuite/TestCreateByImageID
08:19:28 [2022-07-28T08:19:28.057Z] === RUN   TestDockerSuite/TestCreateEchoStdout
08:19:28 [2022-07-28T08:19:28.625Z] === RUN   TestDockerSuite/TestCreateGrowRootfs
08:19:28 [2022-07-28T08:19:28.625Z]     docker_cli_create_test.go:71: unmatched requirement Devicemapper
08:19:28 [2022-07-28T08:19:28.625Z] === RUN   TestDockerSuite/TestCreateHostConfig
08:19:28 [2022-07-28T08:19:28.625Z] === RUN   TestDockerSuite/TestCreateHostnameWithNumber
08:19:29 [2022-07-28T08:19:29.194Z] === RUN   TestDockerSuite/TestCreateLabelFromImage
08:19:29 [2022-07-28T08:19:29.454Z] === RUN   TestDockerSuite/TestCreateLabels
08:19:29 [2022-07-28T08:19:29.454Z] === RUN   TestDockerSuite/TestCreateModeIpcContainer
08:19:29 [2022-07-28T08:19:29.454Z] === RUN   TestDockerSuite/TestCreateRM
08:19:29 [2022-07-28T08:19:29.715Z] === RUN   TestDockerSuite/TestCreateShrinkRootfs
08:19:29 [2022-07-28T08:19:29.715Z]     docker_cli_create_test.go:83: unmatched requirement Devicemapper
08:19:29 [2022-07-28T08:19:29.715Z] === RUN   TestDockerSuite/TestCreateStopSignal
08:19:29 [2022-07-28T08:19:29.715Z] === RUN   TestDockerSuite/TestCreateStopTimeout
08:19:29 [2022-07-28T08:19:29.715Z] === RUN   TestDockerSuite/TestCreateUnsetEntrypoint
08:19:31 [2022-07-28T08:19:31.095Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRaftQuorum
08:19:31 [2022-07-28T08:19:31.355Z] === RUN   TestDockerSuite/TestCreateVolumesCreated
08:19:31 [2022-07-28T08:19:31.355Z] === RUN   TestDockerSuite/TestCreateWithInvalidLogOpts
08:19:31 [2022-07-28T08:19:31.355Z] === RUN   TestDockerSuite/TestCreateWithLargePortRange
08:19:33 [2022-07-28T08:19:33.265Z]     docker_api_swarm_test.go:384: [d6e7d7069a12d] joining swarm manager [ddeb8adb82681]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
08:19:34 [2022-07-28T08:19:34.650Z]     docker_api_swarm_test.go:385: [d8b068f3d223d] joining swarm manager [ddeb8adb82681]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
08:19:35 [2022-07-28T08:19:35.220Z] === RUN   TestDockerSuite/TestCreateWithPortRange
08:19:35 [2022-07-28T08:19:35.220Z] === RUN   TestDockerSuite/TestCreateWithWorkdir
08:19:35 [2022-07-28T08:19:35.480Z] === RUN   TestDockerSuite/TestEventsAttach
08:19:36 [2022-07-28T08:19:36.052Z] === RUN   TestDockerSuite/TestEventsCommit
08:19:36 [2022-07-28T08:19:36.624Z] === RUN   TestDockerSuite/TestEventsContainerEvents
08:19:36 [2022-07-28T08:19:36.884Z] --- PASS: TestServicePlugin (32.95s)
08:19:36 [2022-07-28T08:19:36.884Z] === RUN   TestServiceUpdateLabel
08:19:37 [2022-07-28T08:19:37.457Z] === RUN   TestDockerSuite/TestEventsContainerEventsAttrSort
08:19:38 [2022-07-28T08:19:38.025Z] === RUN   TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch
08:19:38 [2022-07-28T08:19:38.595Z] === RUN   TestDockerSuite/TestEventsContainerFilterBeforeCreate
08:19:39 [2022-07-28T08:19:39.533Z] --- PASS: TestServiceUpdateLabel (2.40s)
08:19:39 [2022-07-28T08:19:39.533Z] === RUN   TestServiceUpdateSecrets
08:19:40 [2022-07-28T08:19:40.104Z] === RUN   TestDockerSuite/TestEventsContainerFilterByName
08:19:41 [2022-07-28T08:19:41.487Z] === RUN   TestDockerSuite/TestEventsContainerRestart
08:19:44 [2022-07-28T08:19:44.040Z] === RUN   TestDockerSuite/TestEventsContainerWithMultiNetwork
08:19:45 [2022-07-28T08:19:45.947Z] === RUN   TestDockerSuite/TestEventsCopy
08:19:46 [2022-07-28T08:19:46.518Z] === RUN   TestDockerSuite/TestEventsFilterContainer
08:19:47 [2022-07-28T08:19:47.458Z] === RUN   TestDockerSuite/TestEventsFilterImageInContainerAction
08:19:54 [2022-07-28T08:19:54.029Z] === RUN   TestDockerSuite/TestEventsFilterImageLabels
08:19:54 [2022-07-28T08:19:54.029Z] === RUN   TestDockerSuite/TestEventsFilterImageName
08:19:54 [2022-07-28T08:19:54.288Z] === RUN   TestDockerSuite/TestEventsFilterLabels
08:19:54 [2022-07-28T08:19:54.548Z] --- PASS: TestServiceUpdateSecrets (15.16s)
08:19:54 [2022-07-28T08:19:54.548Z] === RUN   TestServiceUpdateConfigs
08:19:55 [2022-07-28T08:19:55.116Z] === RUN   TestDockerSuite/TestEventsFilterNetworkID
08:19:55 [2022-07-28T08:19:55.376Z] === RUN   TestDockerSuite/TestEventsFilterType
08:19:55 [2022-07-28T08:19:55.635Z] === RUN   TestDockerSuite/TestEventsFilterVolumeAndNetworkType
08:19:55 [2022-07-28T08:19:55.896Z] === RUN   TestDockerSuite/TestEventsFilterVolumeID
08:19:55 [2022-07-28T08:19:55.896Z] === RUN   TestDockerSuite/TestEventsFilters
08:19:57 [2022-07-28T08:19:57.277Z] === RUN   TestDockerSuite/TestEventsFormat
08:19:58 [2022-07-28T08:19:58.216Z] === RUN   TestDockerSuite/TestEventsFormatBadField
08:19:58 [2022-07-28T08:19:58.216Z] === RUN   TestDockerSuite/TestEventsFormatBadFunc
08:19:58 [2022-07-28T08:19:58.216Z] === RUN   TestDockerSuite/TestEventsImageImport
08:19:58 [2022-07-28T08:19:58.785Z] === RUN   TestDockerSuite/TestEventsImageLoad
08:19:58 [2022-07-28T08:19:58.785Z] === RUN   TestDockerSuite/TestEventsImagePull
08:20:00 [2022-07-28T08:20:00.164Z] === RUN   TestDockerSuite/TestEventsImageTag
08:20:01 [2022-07-28T08:20:01.102Z] === RUN   TestDockerSuite/TestEventsImageUntagDelete
08:20:01 [2022-07-28T08:20:01.102Z] === RUN   TestDockerSuite/TestEventsOOMDisableFalse
08:20:01 [2022-07-28T08:20:01.102Z]     docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport
08:20:01 [2022-07-28T08:20:01.102Z] === RUN   TestDockerSuite/TestEventsOOMDisableTrue
08:20:01 [2022-07-28T08:20:01.102Z]     docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport
08:20:01 [2022-07-28T08:20:01.102Z] === RUN   TestDockerSuite/TestEventsPluginOps
08:20:04 [2022-07-28T08:20:04.425Z] === RUN   TestDockerSuite/TestEventsRedirectStdout
08:20:04 [2022-07-28T08:20:04.426Z] === RUN   TestDockerSuite/TestEventsRename
08:20:04 [2022-07-28T08:20:04.994Z] === RUN   TestDockerSuite/TestEventsResize
08:20:05 [2022-07-28T08:20:05.254Z] === RUN   TestDockerSuite/TestEventsSinceInTheFuture
08:20:09 [2022-07-28T08:20:09.446Z] --- PASS: TestServiceUpdateConfigs (14.77s)
08:20:09 [2022-07-28T08:20:09.446Z] === RUN   TestServiceUpdateNetwork
08:20:10 [2022-07-28T08:20:10.827Z] === RUN   TestDockerSuite/TestEventsSpecialFiltersWithExecCreate
08:20:11 [2022-07-28T08:20:11.767Z] === RUN   TestDockerSuite/TestEventsStreaming
08:20:12 [2022-07-28T08:20:12.705Z] === RUN   TestDockerSuite/TestEventsTimestampFormats
08:20:15 [2022-07-28T08:20:15.239Z] === RUN   TestDockerSuite/TestEventsTop
08:20:15 [2022-07-28T08:20:15.808Z] === RUN   TestDockerSuite/TestEventsUntag
08:20:18 [2022-07-28T08:20:18.343Z] === RUN   TestDockerSuite/TestEventsUntilInThePast
08:20:22 [2022-07-28T08:20:22.536Z] --- PASS: TestServiceUpdateNetwork (13.21s)
08:20:22 [2022-07-28T08:20:22.536Z] === RUN   TestServiceUpdatePidsLimit
08:20:23 [2022-07-28T08:20:23.915Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
08:20:24 [2022-07-28T08:20:24.486Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
08:20:27 [2022-07-28T08:20:27.079Z] Created binary: bundles/cross/linux/ppc64le-daemon/dockerd
08:20:27 [2022-07-28T08:20:27.079Z] Building: bundles/cross/linux/ppc64le-daemon/docker-proxy
08:20:27 [2022-07-28T08:20:27.079Z] GOOS="linux" GOARCH="ppc64le" GOARM=""
08:20:27 [2022-07-28T08:20:27.079Z] Created binary: bundles/cross/linux/ppc64le-daemon/docker-proxy
08:20:27 [2022-07-28T08:20:27.079Z] Cross building: bundles/cross/linux/s390x
08:20:27 [2022-07-28T08:20:27.079Z] Building: bundles/cross/linux/s390x-daemon/dockerd
08:20:27 [2022-07-28T08:20:27.079Z] GOOS="linux" GOARCH="s390x" GOARM=""
08:20:28 [2022-07-28T08:20:28.692Z]     check_test.go:611: [d8b068f3d223d] daemon is not started
08:20:28 [2022-07-28T08:20:28.693Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRestartCluster
08:20:29 [2022-07-28T08:20:29.629Z] === RUN   TestDockerSuite/TestNetworkEvents
08:20:31 [2022-07-28T08:20:31.008Z]     docker_api_swarm_test.go:802: [dab801ffff635] joining swarm manager [df0d5e767d2d3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
08:20:31 [2022-07-28T08:20:31.267Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
08:20:32 [2022-07-28T08:20:32.204Z]     docker_api_swarm_test.go:802: [d4a13a018ac3e] joining swarm manager [df0d5e767d2d3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
08:20:33 [2022-07-28T08:20:33.582Z]     docker_api_swarm_test.go:802: [d28db19c3a931] joining swarm manager [df0d5e767d2d3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
08:20:34 [2022-07-28T08:20:34.962Z]     docker_api_swarm_test.go:802: [d6e8d0ce4fe9b] joining swarm manager [df0d5e767d2d3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481
08:20:35 [2022-07-28T08:20:35.223Z] === RUN   TestDockerSuite/TestVolumeEvents
08:20:35 [2022-07-28T08:20:35.792Z] === RUN   TestDockerSuite/TestExec
08:20:36 [2022-07-28T08:20:36.360Z] === RUN   TestDockerSuite/TestExecAfterContainerRestart
08:20:36 [2022-07-28T08:20:36.930Z]     docker_api_swarm_test.go:810: [dc458ac7e2628] joining swarm manager [df0d5e767d2d3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482
08:20:37 [2022-07-28T08:20:37.498Z] === RUN   TestDockerSuite/TestExecCgroup
08:20:38 [2022-07-28T08:20:38.437Z] === RUN   TestDockerSuite/TestExecEnv
08:20:39 [2022-07-28T08:20:39.006Z] --- PASS: TestServiceUpdatePidsLimit (16.61s)
08:20:39 [2022-07-28T08:20:39.006Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.83s)
08:20:39 [2022-07-28T08:20:39.006Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.82s)
08:20:39 [2022-07-28T08:20:39.006Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.01s)
08:20:39 [2022-07-28T08:20:39.006Z] PASS
08:20:39 [2022-07-28T08:20:39.006Z] 
08:20:39 [2022-07-28T08:20:39.006Z] === Skipped
08:20:39 [2022-07-28T08:20:39.006Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
08:20:39 [2022-07-28T08:20:39.006Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
08:20:39 [2022-07-28T08:20:39.006Z] 
08:20:39 [2022-07-28T08:20:39.006Z] DONE 27 tests, 1 skipped in 183.171s
08:20:39 [2022-07-28T08:20:39.006Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
08:20:39 [2022-07-28T08:20:39.006Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m
08:20:39 [2022-07-28T08:20:39.006Z] ++ set -e
08:20:39 [2022-07-28T08:20:39.006Z] ++ '[' -n 0 ']'
08:20:39 [2022-07-28T08:20:39.006Z] ++ set -x
08:20:39 [2022-07-28T08:20:39.006Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-session-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.session -t ./test.main -test.v -test.timeout=120m
08:20:39 [2022-07-28T08:20:39.266Z] === RUN   TestDockerSuite/TestExecEnvLinksHost
08:20:39 [2022-07-28T08:20:39.266Z] INFO: Testing against a local daemon
08:20:39 [2022-07-28T08:20:39.266Z] === RUN   TestSessionCreate
08:20:39 [2022-07-28T08:20:39.266Z] --- PASS: TestSessionCreate (0.04s)
08:20:39 [2022-07-28T08:20:39.266Z] === RUN   TestSessionCreateWithBadUpgrade
08:20:39 [2022-07-28T08:20:39.266Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
08:20:39 [2022-07-28T08:20:39.266Z] PASS
08:20:39 [2022-07-28T08:20:39.266Z] 
08:20:39 [2022-07-28T08:20:39.266Z] DONE 2 tests in 0.185s
08:20:39 [2022-07-28T08:20:39.266Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
08:20:39 [2022-07-28T08:20:39.266Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m
08:20:39 [2022-07-28T08:20:39.266Z] ++ set -e
08:20:39 [2022-07-28T08:20:39.266Z] ++ '[' -n 0 ']'
08:20:39 [2022-07-28T08:20:39.266Z] ++ set -x
08:20:39 [2022-07-28T08:20:39.266Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-system-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.system -t ./test.main -test.v -test.timeout=120m
08:20:39 [2022-07-28T08:20:39.526Z] INFO: Testing against a local daemon
08:20:39 [2022-07-28T08:20:39.526Z] === RUN   TestCgroupDriverSystemdMemoryLimit
08:20:39 [2022-07-28T08:20:39.526Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
08:20:39 [2022-07-28T08:20:39.526Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
08:20:39 [2022-07-28T08:20:39.526Z] === RUN   TestDiskUsage
08:20:39 [2022-07-28T08:20:39.526Z] === PAUSE TestDiskUsage
08:20:39 [2022-07-28T08:20:39.526Z] === RUN   TestEventsExecDie
08:20:40 [2022-07-28T08:20:40.095Z] --- PASS: TestEventsExecDie (0.72s)
08:20:40 [2022-07-28T08:20:40.095Z] === RUN   TestEventsBackwardsCompatible
08:20:40 [2022-07-28T08:20:40.355Z] --- PASS: TestEventsBackwardsCompatible (0.07s)
08:20:40 [2022-07-28T08:20:40.355Z] === RUN   TestEventsVolumeCreate
08:20:40 [2022-07-28T08:20:40.355Z] --- PASS: TestEventsVolumeCreate (0.08s)
08:20:40 [2022-07-28T08:20:40.355Z] === RUN   TestInfoBinaryCommits
08:20:40 [2022-07-28T08:20:40.355Z] --- PASS: TestInfoBinaryCommits (0.03s)
08:20:40 [2022-07-28T08:20:40.355Z] === RUN   TestInfoAPIVersioned
08:20:40 [2022-07-28T08:20:40.355Z] --- PASS: TestInfoAPIVersioned (0.01s)
08:20:40 [2022-07-28T08:20:40.355Z] === RUN   TestInfoAPI
08:20:40 [2022-07-28T08:20:40.355Z] --- PASS: TestInfoAPI (0.02s)
08:20:40 [2022-07-28T08:20:40.355Z] === RUN   TestInfoAPIWarnings
08:20:40 [2022-07-28T08:20:40.355Z] === RUN   TestDockerSuite/TestExecExitStatus
08:20:40 [2022-07-28T08:20:40.925Z] === RUN   TestDockerSuite/TestExecInspectID
08:20:43 [2022-07-28T08:20:43.462Z] === RUN   TestDockerSuite/TestExecInteractive
08:20:44 [2022-07-28T08:20:44.033Z] === RUN   TestDockerSuite/TestExecInteractiveStdinClose
08:20:44 [2022-07-28T08:20:44.602Z] === RUN   TestDockerSuite/TestExecOnReadonlyContainer
08:20:45 [2022-07-28T08:20:45.199Z] === RUN   TestDockerSuite/TestExecParseError
08:20:45 [2022-07-28T08:20:45.768Z] === RUN   TestDockerSuite/TestExecPausedContainer
08:20:46 [2022-07-28T08:20:46.336Z] === RUN   TestDockerSuite/TestExecSetEnv
08:20:46 [2022-07-28T08:20:46.907Z] === RUN   TestDockerSuite/TestExecStartFails
08:20:47 [2022-07-28T08:20:47.475Z] === RUN   TestDockerSuite/TestExecStopNotHanging
08:20:48 [2022-07-28T08:20:48.046Z] === RUN   TestDockerSuite/TestExecTTY
08:20:48 [2022-07-28T08:20:48.616Z] === RUN   TestDockerSuite/TestExecTTYCloseStdin
08:20:49 [2022-07-28T08:20:49.187Z] === RUN   TestDockerSuite/TestExecTTYWithoutStdin
08:20:49 [2022-07-28T08:20:49.757Z] === RUN   TestDockerSuite/TestExecUlimits
08:20:50 [2022-07-28T08:20:50.325Z] === RUN   TestDockerSuite/TestExecWindowsPathNotWiped
08:20:50 [2022-07-28T08:20:50.325Z]     docker_cli_exec_test.go:527: unmatched requirement DaemonIsWindows
08:20:50 [2022-07-28T08:20:50.325Z] === RUN   TestDockerSuite/TestExecWithImageUser
08:20:51 [2022-07-28T08:20:51.707Z] === RUN   TestDockerSuite/TestExecWithNoTERM
08:20:51 [2022-07-28T08:20:51.967Z] === RUN   TestDockerSuite/TestExecWithPrivileged
08:20:52 [2022-07-28T08:20:52.905Z] === RUN   TestDockerSuite/TestExecWithTERM
08:20:53 [2022-07-28T08:20:53.847Z] === RUN   TestDockerSuite/TestExecWithUser
08:20:54 [2022-07-28T08:20:54.416Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersOnRename
08:20:55 [2022-07-28T08:20:55.796Z] === RUN   TestDockerSuite/TestRunMutableNetworkFiles
08:20:57 [2022-07-28T08:20:57.177Z] --- PASS: TestInfoAPIWarnings (16.54s)
08:20:57 [2022-07-28T08:20:57.177Z] === RUN   TestInfoDebug
08:20:57 [2022-07-28T08:20:57.437Z] --- PASS: TestInfoDebug (0.53s)
08:20:57 [2022-07-28T08:20:57.437Z] === RUN   TestInfoInsecureRegistries
08:20:57 [2022-07-28T08:20:57.697Z] === RUN   TestDockerSuite/TestHealth
08:20:57 [2022-07-28T08:20:57.956Z] --- PASS: TestInfoInsecureRegistries (0.53s)
08:20:57 [2022-07-28T08:20:57.956Z] === RUN   TestInfoRegistryMirrors
08:20:58 [2022-07-28T08:20:58.525Z] --- PASS: TestInfoRegistryMirrors (0.53s)
08:20:58 [2022-07-28T08:20:58.525Z] === RUN   TestLoginFailsWithBadCredentials
08:20:58 [2022-07-28T08:20:58.785Z] --- PASS: TestLoginFailsWithBadCredentials (0.39s)
08:20:58 [2022-07-28T08:20:58.785Z] === RUN   TestPingCacheHeaders
08:20:58 [2022-07-28T08:20:58.785Z] --- PASS: TestPingCacheHeaders (0.02s)
08:20:58 [2022-07-28T08:20:58.785Z] === RUN   TestPingGet
08:20:59 [2022-07-28T08:20:59.045Z] --- PASS: TestPingGet (0.02s)
08:20:59 [2022-07-28T08:20:59.045Z] === RUN   TestPingHead
08:20:59 [2022-07-28T08:20:59.045Z] --- PASS: TestPingHead (0.02s)
08:20:59 [2022-07-28T08:20:59.045Z] === RUN   TestPingSwarmHeader
08:20:59 [2022-07-28T08:20:59.613Z] === RUN   TestPingSwarmHeader/before_swarm_init
08:20:59 [2022-07-28T08:20:59.873Z] === RUN   TestPingSwarmHeader/after_swarm_init
08:21:01 [2022-07-28T08:21:01.277Z] === RUN   TestPingSwarmHeader/after_swarm_leave
08:21:01 [2022-07-28T08:21:01.277Z] --- PASS: TestPingSwarmHeader (2.16s)
08:21:01 [2022-07-28T08:21:01.277Z]     --- PASS: TestPingSwarmHeader/before_swarm_init (0.00s)
08:21:01 [2022-07-28T08:21:01.277Z]     --- PASS: TestPingSwarmHeader/after_swarm_init (0.00s)
08:21:01 [2022-07-28T08:21:01.277Z]     --- PASS: TestPingSwarmHeader/after_swarm_leave (0.00s)
08:21:01 [2022-07-28T08:21:01.277Z] === RUN   TestVersion
08:21:01 [2022-07-28T08:21:01.277Z] --- PASS: TestVersion (0.02s)
08:21:01 [2022-07-28T08:21:01.277Z] === CONT  TestDiskUsage
08:21:01 [2022-07-28T08:21:01.538Z] === RUN   TestDiskUsage/empty
08:21:01 [2022-07-28T08:21:01.538Z] === RUN   TestDiskUsage/empty/container_types
08:21:01 [2022-07-28T08:21:01.538Z] === RUN   TestDiskUsage/empty/image_types
08:21:01 [2022-07-28T08:21:01.539Z] === RUN   TestDiskUsage/empty/volume_types
08:21:01 [2022-07-28T08:21:01.539Z] === RUN   TestDiskUsage/empty/build-cache_types
08:21:01 [2022-07-28T08:21:01.539Z] === RUN   TestDiskUsage/empty/container,_volume_types
08:21:01 [2022-07-28T08:21:01.539Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
08:21:01 [2022-07-28T08:21:01.539Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
08:21:01 [2022-07-28T08:21:01.539Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
08:21:01 [2022-07-28T08:21:01.539Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
08:21:01 [2022-07-28T08:21:01.539Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
08:21:01 [2022-07-28T08:21:01.539Z] === RUN   TestDiskUsage/after_LoadBusybox
08:21:01 [2022-07-28T08:21:01.798Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
08:21:01 [2022-07-28T08:21:01.798Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
08:21:01 [2022-07-28T08:21:01.798Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
08:21:01 [2022-07-28T08:21:01.798Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
08:21:01 [2022-07-28T08:21:01.798Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
08:21:01 [2022-07-28T08:21:01.798Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
08:21:01 [2022-07-28T08:21:01.798Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
08:21:01 [2022-07-28T08:21:01.798Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
08:21:01 [2022-07-28T08:21:01.798Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
08:21:01 [2022-07-28T08:21:01.798Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
08:21:01 [2022-07-28T08:21:01.798Z] === RUN   TestDiskUsage/after_container.Run
08:21:02 [2022-07-28T08:21:02.057Z] === RUN   TestDiskUsage/after_container.Run/container_types
08:21:02 [2022-07-28T08:21:02.316Z] === RUN   TestDiskUsage/after_container.Run/image_types
08:21:02 [2022-07-28T08:21:02.316Z] === RUN   TestDiskUsage/after_container.Run/volume_types
08:21:02 [2022-07-28T08:21:02.316Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
08:21:02 [2022-07-28T08:21:02.316Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
08:21:02 [2022-07-28T08:21:02.316Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
08:21:02 [2022-07-28T08:21:02.316Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
08:21:02 [2022-07-28T08:21:02.316Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
08:21:02 [2022-07-28T08:21:02.316Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
08:21:02 [2022-07-28T08:21:02.316Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
08:21:02 [2022-07-28T08:21:02.316Z] --- PASS: TestDiskUsage (1.26s)
08:21:02 [2022-07-28T08:21:02.316Z]     --- PASS: TestDiskUsage/empty (0.01s)
08:21:02 [2022-07-28T08:21:02.316Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
08:21:02 [2022-07-28T08:21:02.316Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
08:21:02 [2022-07-28T08:21:02.316Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
08:21:02 [2022-07-28T08:21:02.316Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
08:21:02 [2022-07-28T08:21:02.316Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
08:21:02 [2022-07-28T08:21:02.316Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
08:21:02 [2022-07-28T08:21:02.316Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
08:21:02 [2022-07-28T08:21:02.316Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
08:21:02 [2022-07-28T08:21:02.316Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
08:21:02 [2022-07-28T08:21:02.316Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
08:21:02 [2022-07-28T08:21:02.316Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.20s)
08:21:02 [2022-07-28T08:21:02.316Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
08:21:02 [2022-07-28T08:21:02.316Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
08:21:02 [2022-07-28T08:21:02.316Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
08:21:02 [2022-07-28T08:21:02.316Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
08:21:02 [2022-07-28T08:21:02.316Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
08:21:02 [2022-07-28T08:21:02.316Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
08:21:02 [2022-07-28T08:21:02.316Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
08:21:02 [2022-07-28T08:21:02.316Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
08:21:02 [2022-07-28T08:21:02.316Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
08:21:02 [2022-07-28T08:21:02.316Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
08:21:02 [2022-07-28T08:21:02.316Z]     --- PASS: TestDiskUsage/after_container.Run (0.37s)
08:21:02 [2022-07-28T08:21:02.316Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
08:21:02 [2022-07-28T08:21:02.316Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
08:21:02 [2022-07-28T08:21:02.316Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
08:21:02 [2022-07-28T08:21:02.316Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
08:21:02 [2022-07-28T08:21:02.316Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
08:21:02 [2022-07-28T08:21:02.316Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
08:21:02 [2022-07-28T08:21:02.316Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
08:21:02 [2022-07-28T08:21:02.316Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
08:21:02 [2022-07-28T08:21:02.316Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
08:21:02 [2022-07-28T08:21:02.316Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
08:21:02 [2022-07-28T08:21:02.316Z] PASS
08:21:02 [2022-07-28T08:21:02.316Z] 
08:21:02 [2022-07-28T08:21:02.316Z] === Skipped
08:21:02 [2022-07-28T08:21:02.316Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
08:21:02 [2022-07-28T08:21:02.316Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
08:21:02 [2022-07-28T08:21:02.316Z] 
08:21:02 [2022-07-28T08:21:02.316Z] DONE 54 tests, 1 skipped in 23.063s
08:21:02 [2022-07-28T08:21:02.316Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
08:21:02 [2022-07-28T08:21:02.316Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m
08:21:02 [2022-07-28T08:21:02.316Z] ++ set -e
08:21:02 [2022-07-28T08:21:02.316Z] ++ '[' -n 0 ']'
08:21:02 [2022-07-28T08:21:02.316Z] ++ set -x
08:21:02 [2022-07-28T08:21:02.316Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.volume -t ./test.main -test.v -test.timeout=120m
08:21:02 [2022-07-28T08:21:02.576Z] INFO: Testing against a local daemon
08:21:02 [2022-07-28T08:21:02.576Z] === RUN   TestVolumesCreateAndList
08:21:02 [2022-07-28T08:21:02.576Z] --- PASS: TestVolumesCreateAndList (0.03s)
08:21:02 [2022-07-28T08:21:02.576Z] === RUN   TestVolumesRemove
08:21:02 [2022-07-28T08:21:02.576Z] --- PASS: TestVolumesRemove (0.07s)
08:21:02 [2022-07-28T08:21:02.576Z] === RUN   TestVolumesInspect
08:21:02 [2022-07-28T08:21:02.576Z] --- PASS: TestVolumesInspect (0.02s)
08:21:02 [2022-07-28T08:21:02.576Z] === RUN   TestVolumesInvalidJSON
08:21:02 [2022-07-28T08:21:02.576Z] === RUN   TestVolumesInvalidJSON/volumes/create
08:21:02 [2022-07-28T08:21:02.576Z] === PAUSE TestVolumesInvalidJSON/volumes/create
08:21:02 [2022-07-28T08:21:02.576Z] === CONT  TestVolumesInvalidJSON/volumes/create
08:21:02 [2022-07-28T08:21:02.576Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_content_type
08:21:02 [2022-07-28T08:21:02.576Z] === RUN   TestVolumesInvalidJSON/volumes/create/invalid_JSON
08:21:02 [2022-07-28T08:21:02.576Z] === RUN   TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON
08:21:02 [2022-07-28T08:21:02.576Z] === RUN   TestVolumesInvalidJSON/volumes/create/empty_body
08:21:02 [2022-07-28T08:21:02.576Z] --- PASS: TestVolumesInvalidJSON (0.01s)
08:21:02 [2022-07-28T08:21:02.576Z]     --- PASS: TestVolumesInvalidJSON/volumes/create (0.00s)
08:21:02 [2022-07-28T08:21:02.576Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_content_type (0.00s)
08:21:02 [2022-07-28T08:21:02.576Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/invalid_JSON (0.00s)
08:21:02 [2022-07-28T08:21:02.576Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/extra_content_after_JSON (0.00s)
08:21:02 [2022-07-28T08:21:02.576Z]         --- PASS: TestVolumesInvalidJSON/volumes/create/empty_body (0.00s)
08:21:02 [2022-07-28T08:21:02.576Z] PASS
08:21:02 [2022-07-28T08:21:02.576Z] 
08:21:02 [2022-07-28T08:21:02.576Z] DONE 9 tests in 0.242s
08:21:02 [2022-07-28T08:21:02.576Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
08:21:02 [2022-07-28T08:21:02.836Z] ++++ cat bundles/test-integration/docker.pid
08:21:02 [2022-07-28T08:21:02.836Z] +++ kill 6694
08:21:03 [2022-07-28T08:21:03.095Z] +++ /etc/init.d/apparmor stop
08:21:03 [2022-07-28T08:21:03.095Z] Leaving: AppArmorNo profiles have been unloaded.
08:21:03 [2022-07-28T08:21:03.095Z] 
08:21:03 [2022-07-28T08:21:03.095Z] Unloading profiles will leave already running processes permanently
08:21:03 [2022-07-28T08:21:03.095Z] unconfined, which can lead to unexpected situations.
08:21:03 [2022-07-28T08:21:03.095Z] 
08:21:03 [2022-07-28T08:21:03.095Z] To set a process to complain mode, use the command line tool
08:21:03 [2022-07-28T08:21:03.095Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
08:21:03 [2022-07-28T08:21:03.095Z] +++ true
08:21:03 [2022-07-28T08:21:03.095Z] exiting test-integration
08:21:03 [2022-07-28T08:21:03.095Z] ++ exit 0
08:21:03 [2022-07-28T08:21:03.095Z] 
08:21:04 [2022-07-28T08:21:04.033Z] + for job in $(jobs -p)
08:21:04 [2022-07-28T08:21:04.033Z] + wait 7868
08:21:18 [2022-07-28T08:21:18.925Z] === RUN   TestDockerSuite/TestUnsetEnvVarHealthCheck
08:21:20 [2022-07-28T08:21:20.303Z] === RUN   TestDockerSuite/TestBuildHistory
08:21:20 [2022-07-28T08:21:20.563Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin
08:21:23 [2022-07-28T08:21:23.101Z] === RUN   TestDockerSuite/TestHistoryExistentImage
08:21:23 [2022-07-28T08:21:23.101Z] === RUN   TestDockerSuite/TestHistoryHumanOptionFalse
08:21:23 [2022-07-28T08:21:23.101Z] === RUN   TestDockerSuite/TestHistoryHumanOptionTrue
08:21:23 [2022-07-28T08:21:23.101Z] === RUN   TestDockerSuite/TestHistoryImageWithComment
08:21:23 [2022-07-28T08:21:23.670Z] === RUN   TestDockerSuite/TestHistoryNonExistentImage
08:21:23 [2022-07-28T08:21:23.670Z] === RUN   TestDockerSuite/TestCommitWithFilterLabel
08:21:24 [2022-07-28T08:21:24.239Z] === RUN   TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce
08:21:24 [2022-07-28T08:21:24.807Z] === RUN   TestDockerSuite/TestImagesEnsureImageIsListed
08:21:24 [2022-07-28T08:21:24.807Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed
08:21:24 [2022-07-28T08:21:24.807Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithTagIsListed
08:21:24 [2022-07-28T08:21:24.807Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown
08:21:25 [2022-07-28T08:21:25.067Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromScratchShown
08:21:25 [2022-07-28T08:21:25.327Z] === RUN   TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown
08:21:25 [2022-07-28T08:21:25.587Z] === RUN   TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest
08:21:25 [2022-07-28T08:21:25.587Z] === RUN   TestDockerSuite/TestImagesFilterLabelMatch
08:21:26 [2022-07-28T08:21:26.155Z] === RUN   TestDockerSuite/TestImagesFilterNameWithPort
08:21:26 [2022-07-28T08:21:26.155Z] === RUN   TestDockerSuite/TestImagesFilterSinceAndBefore
08:21:26 [2022-07-28T08:21:26.725Z] === RUN   TestDockerSuite/TestImagesFilterSpaceTrimCase
08:21:27 [2022-07-28T08:21:27.295Z] === RUN   TestDockerSuite/TestImagesFormat
08:21:27 [2022-07-28T08:21:27.555Z] === RUN   TestDockerSuite/TestImagesFormatDefaultFormat
08:21:28 [2022-07-28T08:21:28.124Z] === RUN   TestDockerSuite/TestImagesOrderedByCreationDate
08:21:30 [2022-07-28T08:21:30.672Z] === RUN   TestDockerSuite/TestImagesWithIncorrectFilter
08:21:30 [2022-07-28T08:21:30.672Z] === RUN   TestDockerSuite/TestImportBadURL
08:21:30 [2022-07-28T08:21:30.672Z] === RUN   TestDockerSuite/TestImportDisplay
08:21:31 [2022-07-28T08:21:31.611Z] === RUN   TestDockerSuite/TestImportFile
08:21:32 [2022-07-28T08:21:32.992Z] === RUN   TestDockerSuite/TestImportFileNonExistentFile
08:21:32 [2022-07-28T08:21:32.992Z] === RUN   TestDockerSuite/TestImportFileWithMessage
08:21:34 [2022-07-28T08:21:34.370Z] === RUN   TestDockerSuite/TestImportGzipped
08:21:35 [2022-07-28T08:21:35.309Z] === RUN   TestDockerSuite/TestImportWithQuotedChanges
08:21:36 [2022-07-28T08:21:36.250Z] === RUN   TestDockerSuite/TestInfoDisplaysPausedContainers
08:21:36 [2022-07-28T08:21:36.818Z] === RUN   TestDockerSuite/TestInfoDisplaysRunningContainers
08:21:37 [2022-07-28T08:21:37.387Z] === RUN   TestDockerSuite/TestInfoDisplaysStoppedContainers
08:21:37 [2022-07-28T08:21:37.960Z] === RUN   TestDockerSuite/TestInfoEnsureSucceeds
08:21:37 [2022-07-28T08:21:37.960Z] === RUN   TestDockerSuite/TestInfoSecurityOptions
08:21:37 [2022-07-28T08:21:37.960Z] === RUN   TestDockerSuite/TestInspectAmpersand
08:21:38 [2022-07-28T08:21:38.529Z] === RUN   TestDockerSuite/TestInspectBindMountPoint
08:21:38 [2022-07-28T08:21:38.789Z] === RUN   TestDockerSuite/TestInspectByPrefix
08:21:38 [2022-07-28T08:21:38.789Z] === RUN   TestDockerSuite/TestInspectContainerFilterInt
08:21:39 [2022-07-28T08:21:39.359Z] === RUN   TestDockerSuite/TestInspectContainerGraphDriver
08:21:39 [2022-07-28T08:21:39.360Z]     docker_cli_inspect_test.go:195: unmatched requirement Devicemapper
08:21:39 [2022-07-28T08:21:39.360Z] === RUN   TestDockerSuite/TestInspectContainerNetworkCustom
08:21:39 [2022-07-28T08:21:39.929Z] === RUN   TestDockerSuite/TestInspectContainerNetworkDefault
08:21:40 [2022-07-28T08:21:40.499Z] === RUN   TestDockerSuite/TestInspectDefault
08:21:41 [2022-07-28T08:21:41.067Z] === RUN   TestDockerSuite/TestInspectHistory
08:21:41 [2022-07-28T08:21:41.637Z] === RUN   TestDockerSuite/TestInspectImage
08:21:41 [2022-07-28T08:21:41.637Z] === RUN   TestDockerSuite/TestInspectImageFilterInt
08:21:41 [2022-07-28T08:21:41.637Z] === RUN   TestDockerSuite/TestInspectImageGraphDriver
08:21:41 [2022-07-28T08:21:41.637Z]     docker_cli_inspect_test.go:177: unmatched requirement Devicemapper
08:21:41 [2022-07-28T08:21:41.637Z] === RUN   TestDockerSuite/TestInspectInt64
08:21:42 [2022-07-28T08:21:42.206Z] === RUN   TestDockerSuite/TestInspectJSONFields
08:21:42 [2022-07-28T08:21:42.206Z] === RUN   TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate
08:21:42 [2022-07-28T08:21:42.777Z] === RUN   TestDockerSuite/TestInspectLogConfigNoType
08:21:42 [2022-07-28T08:21:42.777Z] === RUN   TestDockerSuite/TestInspectNamedMountPoint
08:21:43 [2022-07-28T08:21:43.346Z] === RUN   TestDockerSuite/TestInspectNoSizeFlagContainer
08:21:43 [2022-07-28T08:21:43.916Z] === RUN   TestDockerSuite/TestInspectPlugin
08:21:46 [2022-07-28T08:21:46.472Z] === RUN   TestDockerSuite/TestInspectRootFS
08:21:46 [2022-07-28T08:21:46.472Z] === RUN   TestDockerSuite/TestInspectSizeFlagContainer
08:21:46 [2022-07-28T08:21:46.732Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel
08:21:47 [2022-07-28T08:21:47.301Z] === RUN   TestDockerSuite/TestInspectStatus
08:21:47 [2022-07-28T08:21:47.872Z] === RUN   TestDockerSuite/TestInspectStopWhenNotFound
08:21:49 [2022-07-28T08:21:49.253Z]     docker_api_swarm_service_test.go:395: [d40e1fd5283e5] joining swarm manager [d7d1cc91dbef5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
08:21:49 [2022-07-28T08:21:49.253Z] === RUN   TestDockerSuite/TestInspectTemplateError
08:21:49 [2022-07-28T08:21:49.822Z] === RUN   TestDockerSuite/TestInspectTimesAsRFC3339Nano
08:21:49 [2022-07-28T08:21:49.822Z]     docker_api_swarm_service_test.go:395: [dfe9e720e7a4b] joining swarm manager [d7d1cc91dbef5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
08:21:50 [2022-07-28T08:21:50.392Z] === RUN   TestDockerSuite/TestInspectTypeFlagContainer
08:21:51 [2022-07-28T08:21:51.332Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithImage
08:21:51 [2022-07-28T08:21:51.593Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithInvalidValue
08:21:52 [2022-07-28T08:21:52.536Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithNoContainer
08:21:53 [2022-07-28T08:21:53.106Z] === RUN   TestDockerSuite/TestInspectUnknownObject
08:21:53 [2022-07-28T08:21:53.106Z] === RUN   TestDockerSuite/TestLinkShortDefinition
08:21:54 [2022-07-28T08:21:54.487Z] === RUN   TestDockerSuite/TestLinksEnvs
08:21:55 [2022-07-28T08:21:55.865Z] === RUN   TestDockerSuite/TestLinksEtcHostsRegularFile
08:21:56 [2022-07-28T08:21:56.125Z] === RUN   TestDockerSuite/TestLinksHostsFilesInject
08:21:57 [2022-07-28T08:21:57.065Z] === RUN   TestDockerSuite/TestLinksInspectLinksStarted
08:21:58 [2022-07-28T08:21:58.443Z] === RUN   TestDockerSuite/TestLinksInspectLinksStopped
08:21:59 [2022-07-28T08:21:59.823Z] === RUN   TestDockerSuite/TestLinksInvalidContainerTarget
08:22:00 [2022-07-28T08:22:00.082Z] === RUN   TestDockerSuite/TestLinksMultipleWithSameName
08:22:01 [2022-07-28T08:22:01.462Z] === RUN   TestDockerSuite/TestLinksNetworkHostContainer
08:22:02 [2022-07-28T08:22:02.031Z] === RUN   TestDockerSuite/TestLinksNotStartedParentNotFail
08:22:02 [2022-07-28T08:22:02.291Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainers
08:22:05 [2022-07-28T08:22:05.600Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole
08:22:07 [2022-07-28T08:22:07.510Z]     docker_api_swarm_service_test.go:343: [d97640736d6bc] joining swarm manager [db77720df79c5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
08:22:08 [2022-07-28T08:22:08.451Z]     docker_api_swarm_service_test.go:343: [dcf24d5cdecbf] joining swarm manager [db77720df79c5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
08:22:10 [2022-07-28T08:22:10.992Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersAfterRename
08:22:12 [2022-07-28T08:22:12.900Z] === RUN   TestDockerSuite/TestLinksPingUnlinkedContainers
08:22:13 [2022-07-28T08:22:13.469Z] === RUN   TestDockerSuite/TestLinksUpdateOnRestart
08:22:15 [2022-07-28T08:22:15.376Z] === RUN   TestDockerSuite/TestLoginWithoutTTY
08:22:15 [2022-07-28T08:22:15.376Z] === RUN   TestDockerSuite/TestLogsCLIContainerNotFound
08:22:15 [2022-07-28T08:22:15.376Z] === RUN   TestDockerSuite/TestLogsContainerBiggerThanPage
08:22:15 [2022-07-28T08:22:15.946Z] === RUN   TestDockerSuite/TestLogsContainerMuchBiggerThanPage
08:22:16 [2022-07-28T08:22:16.884Z] === RUN   TestDockerSuite/TestLogsContainerSmallerThanPage
08:22:17 [2022-07-28T08:22:17.822Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesNoOutput
08:22:18 [2022-07-28T08:22:18.391Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesWithStdout
08:22:18 [2022-07-28T08:22:18.535Z] Created binary: bundles/cross/linux/s390x-daemon/dockerd
08:22:18 [2022-07-28T08:22:18.535Z] Building: bundles/cross/linux/s390x-daemon/docker-proxy
08:22:18 [2022-07-28T08:22:18.535Z] GOOS="linux" GOARCH="s390x" GOARM=""
08:22:18 [2022-07-28T08:22:18.535Z] Created binary: bundles/cross/linux/s390x-daemon/docker-proxy
08:22:18 [2022-07-28T08:22:18.535Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
08:22:18 [2022-07-28T08:22:18.862Z] + sudo modprobe ip6table_filter
[Pipeline] sh
08:22:19 [2022-07-28T08:22:19.149Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43875/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=6d41219baee83f456b8628735d9b7ca20e188b1a -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=22.06 docker:6d41219baee83f456b8628735d9b7ca20e188b1a hack/test/unit
08:22:19 [2022-07-28T08:22:19.329Z] === RUN   TestDockerSuite/TestLogsFollowSlowStdoutConsumer
08:22:19 [2022-07-28T08:22:19.407Z] + BUILDFLAGS=(-tags 'netgo libdm_no_deferred_remove')
08:22:19 [2022-07-28T08:22:19.407Z] + TESTFLAGS+=' -test.timeout=5m'
08:22:19 [2022-07-28T08:22:19.407Z] + TESTDIRS=./...
08:22:19 [2022-07-28T08:22:19.407Z] + exclude_paths='/vendor/|/integration'
08:22:19 [2022-07-28T08:22:19.407Z] ++ go list ./...
08:22:19 [2022-07-28T08:22:19.407Z] ++ grep -vE '(/vendor/|/integration)'
08:22:20 [2022-07-28T08:22:20.345Z] + pkg_list='github.com/docker/docker/api
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/api/server
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/api/server/backend/build
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/api/server/httpstatus
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/api/server/httputils
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/api/server/middleware
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/api/server/router
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/api/server/router/build
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/api/server/router/checkpoint
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/api/server/router/container
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/api/server/router/debug
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/api/server/router/distribution
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/api/server/router/grpc
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/api/server/router/image
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/api/server/router/network
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/api/server/router/plugin
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/api/server/router/session
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/api/server/router/swarm
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/api/server/router/system
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/api/server/router/volume
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/api/types
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/api/types/backend
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/api/types/blkiodev
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/api/types/container
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/api/types/events
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/api/types/filters
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/api/types/image
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/api/types/mount
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/api/types/network
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/api/types/plugins/logdriver
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/api/types/registry
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/api/types/strslice
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/api/types/swarm
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/api/types/swarm/runtime
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/api/types/time
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/api/types/versions
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/api/types/versions/v1p19
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/api/types/versions/v1p20
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/api/types/volume
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/builder
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/builder/builder-next
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/builder/builder-next/exporter
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/builder/builder-next/imagerefchecker
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/builder/builder-next/worker
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/builder/dockerfile
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/builder/remotecontext
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/builder/remotecontext/git
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/builder/remotecontext/urlutil
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/cli
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/cli/config
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/cli/debug
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/cli/winresources/docker-proxy
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/cli/winresources/dockerd
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/client
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/cmd/docker-proxy
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/cmd/dockerd
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/cmd/dockerd/trap
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/container
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/container/stream
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/contrib/apparmor
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/contrib/docker-device-tool
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/contrib/httpserver
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/daemon
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/daemon/cluster
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/daemon/cluster/controllers/plugin
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/daemon/cluster/convert
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/daemon/cluster/executor
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/daemon/cluster/executor/container
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/daemon/cluster/provider
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/daemon/config
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/daemon/events
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/daemon/events/testutils
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/daemon/exec
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/daemon/graphdriver
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/daemon/graphdriver/aufs
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/daemon/graphdriver/btrfs
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/daemon/graphdriver/copy
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/daemon/graphdriver/devmapper
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/daemon/graphdriver/graphtest
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/daemon/graphdriver/overlay
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/daemon/graphdriver/overlay2
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/daemon/graphdriver/overlayutils
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/daemon/graphdriver/register
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/daemon/graphdriver/vfs
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/daemon/graphdriver/zfs
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/daemon/images
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/daemon/initlayer
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/daemon/links
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/daemon/listeners
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/daemon/logger
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/daemon/logger/awslogs
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/daemon/logger/fluentd
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/daemon/logger/gcplogs
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/daemon/logger/gelf
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/daemon/logger/journald
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/daemon/logger/jsonfilelog
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/daemon/logger/local
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/daemon/logger/logentries
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/daemon/logger/loggertest
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/daemon/logger/loggerutils
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/daemon/logger/loggerutils/cache
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/daemon/logger/splunk
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/daemon/logger/syslog
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/daemon/logger/templates
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/daemon/names
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/daemon/network
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/daemon/stats
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/distribution
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/distribution/metadata
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/distribution/utils
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/distribution/xfer
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/dockerversion
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/errdefs
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/image
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/image/cache
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/image/tarexport
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/image/v1
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/internal/test/suite
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/layer
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/libcontainerd
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/libcontainerd/queue
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/libcontainerd/remote
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/libcontainerd/supervisor
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/libcontainerd/types
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/libnetwork
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/libnetwork/bitseq
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/libnetwork/cluster
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/libnetwork/cmd/diagnostic
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/libnetwork/cmd/ovrouter
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/libnetwork/cmd/readme_test
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/libnetwork/config
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/libnetwork/datastore
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/libnetwork/diagnostic
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/libnetwork/discoverapi
08:22:20 [2022-07-28T08:22:20.345Z] github.com/docker/docker/libnetwork/driverapi
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/drivers/bridge
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/drivers/host
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/drivers/ipvlan
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/drivers/macvlan
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/drivers/null
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/drivers/overlay
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/drivers/remote
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/drivers/remote/api
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/drivers/windows
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/drvregistry
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/etchosts
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/idm
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/internal/caller
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/internal/setmatrix
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/ipam
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/ipamapi
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/ipams/builtin
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/ipams/null
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/ipams/remote
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/ipams/remote/api
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/ipams/windowsipam
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/ipamutils
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/iptables
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/netlabel
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/netutils
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/networkdb
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/ns
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/options
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/osl
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/osl/kernel
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/portallocator
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/portmapper
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/resolvconf
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/testutils
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/types
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/oci
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/oci/caps
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/opts
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/aaparser
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/archive
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/authorization
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/broadcaster
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/capabilities
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/chrootarchive
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/containerfs
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/devicemapper
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/directory
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/dmesg
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/fileutils
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/fsutils
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/homedir
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/idtools
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/ioutils
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/jsonmessage
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/longpath
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/loopback
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/namesgenerator
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/parsers
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/parsers/kernel
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/parsers/operatingsystem
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/pidfile
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/platform
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/plugingetter
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/plugins
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/plugins/transport
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/pools
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/progress
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/pubsub
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/reexec
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/signal
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/stack
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/stdcopy
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/streamformatter
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/stringid
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/sysinfo
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/system
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/tailfile
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/tarsum
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/truncindex
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/urlutil
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/useragent
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/plugin
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/plugin/executor/containerd
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/plugin/v2
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/profiles/apparmor
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/profiles/seccomp
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/quota
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/reference
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/registry
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/registry/resumable
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/restartmanager
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/rootless
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/rootless/specconv
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/runconfig
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/runconfig/opts
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/testutil
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/testutil/daemon
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/testutil/environment
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/testutil/fakecontext
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/testutil/fakegit
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/testutil/fakestorage
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/testutil/fixtures/load
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/testutil/fixtures/plugin
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/testutil/fixtures/plugin/basic
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/testutil/registry
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/testutil/request
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/volume
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/volume/drivers
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/volume/local
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/volume/mounts
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/volume/service
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/volume/service/opts
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/volume/testutils'
08:22:20 [2022-07-28T08:22:20.346Z] ++ grep --fixed-strings -v /libnetwork
08:22:20 [2022-07-28T08:22:20.346Z] ++ echo 'github.com/docker/docker/api
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/api/server
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/api/server/backend/build
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/api/server/httpstatus
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/api/server/httputils
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/api/server/middleware
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/api/server/router
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/api/server/router/build
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/api/server/router/checkpoint
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/api/server/router/container
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/api/server/router/debug
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/api/server/router/distribution
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/api/server/router/grpc
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/api/server/router/image
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/api/server/router/network
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/api/server/router/plugin
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/api/server/router/session
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/api/server/router/swarm
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/api/server/router/system
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/api/server/router/volume
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/api/types
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/api/types/backend
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/api/types/blkiodev
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/api/types/container
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/api/types/events
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/api/types/filters
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/api/types/image
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/api/types/mount
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/api/types/network
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/api/types/plugins/logdriver
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/api/types/registry
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/api/types/strslice
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/api/types/swarm
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/api/types/swarm/runtime
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/api/types/time
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/api/types/versions
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/api/types/versions/v1p19
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/api/types/versions/v1p20
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/api/types/volume
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/builder
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/builder/builder-next
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/builder/builder-next/exporter
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/builder/builder-next/imagerefchecker
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/builder/builder-next/worker
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/builder/dockerfile
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/builder/remotecontext
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/builder/remotecontext/git
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/builder/remotecontext/urlutil
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/cli
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/cli/config
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/cli/debug
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/cli/winresources/docker-proxy
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/cli/winresources/dockerd
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/client
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/cmd/docker-proxy
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/cmd/dockerd
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/cmd/dockerd/trap
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/container
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/container/stream
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/contrib/apparmor
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/contrib/docker-device-tool
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/contrib/httpserver
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/daemon
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/daemon/cluster
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/daemon/cluster/controllers/plugin
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/daemon/cluster/convert
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/daemon/cluster/executor
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/daemon/cluster/executor/container
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/daemon/cluster/provider
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/daemon/config
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/daemon/events
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/daemon/events/testutils
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/daemon/exec
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/daemon/graphdriver
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/daemon/graphdriver/aufs
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/daemon/graphdriver/btrfs
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/daemon/graphdriver/copy
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/daemon/graphdriver/devmapper
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/daemon/graphdriver/graphtest
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/daemon/graphdriver/overlay
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/daemon/graphdriver/overlay2
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/daemon/graphdriver/overlayutils
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/daemon/graphdriver/register
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/daemon/graphdriver/vfs
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/daemon/graphdriver/zfs
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/daemon/images
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/daemon/initlayer
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/daemon/links
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/daemon/listeners
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/daemon/logger
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/daemon/logger/awslogs
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/daemon/logger/fluentd
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/daemon/logger/gcplogs
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/daemon/logger/gelf
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/daemon/logger/journald
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/daemon/logger/jsonfilelog
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/daemon/logger/local
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/daemon/logger/logentries
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/daemon/logger/loggertest
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/daemon/logger/loggerutils
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/daemon/logger/loggerutils/cache
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/daemon/logger/splunk
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/daemon/logger/syslog
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/daemon/logger/templates
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/daemon/names
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/daemon/network
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/daemon/stats
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/distribution
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/distribution/metadata
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/distribution/utils
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/distribution/xfer
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/dockerversion
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/errdefs
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/image
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/image/cache
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/image/tarexport
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/image/v1
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/internal/test/suite
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/layer
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libcontainerd
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libcontainerd/queue
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libcontainerd/remote
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libcontainerd/supervisor
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libcontainerd/types
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/bitseq
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/cluster
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/cmd/diagnostic
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/cmd/ovrouter
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/cmd/readme_test
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/config
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/datastore
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/diagnostic
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/discoverapi
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/driverapi
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/drivers/bridge
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/drivers/host
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/drivers/ipvlan
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/drivers/macvlan
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/drivers/null
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/drivers/overlay
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/drivers/remote
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/drivers/remote/api
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/drivers/windows
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/drvregistry
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/etchosts
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/idm
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/internal/caller
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/internal/setmatrix
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/ipam
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/ipamapi
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/ipams/builtin
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/ipams/null
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/ipams/remote
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/ipams/remote/api
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/ipams/windowsipam
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/ipamutils
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/iptables
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/netlabel
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/netutils
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/networkdb
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/ns
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/options
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/osl
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/osl/kernel
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/portallocator
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/portmapper
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/resolvconf
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/testutils
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/libnetwork/types
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/oci
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/oci/caps
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/opts
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/aaparser
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/archive
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/authorization
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/broadcaster
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/capabilities
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/chrootarchive
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/containerfs
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/devicemapper
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/directory
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/dmesg
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/fileutils
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/fsutils
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/homedir
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/idtools
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/ioutils
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/jsonmessage
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/longpath
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/loopback
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/namesgenerator
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/parsers
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/parsers/kernel
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/parsers/operatingsystem
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/pidfile
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/platform
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/plugingetter
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/plugins
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/plugins/transport
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/pools
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/progress
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/pubsub
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/reexec
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/signal
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/stack
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/stdcopy
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/streamformatter
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/stringid
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/sysinfo
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/system
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/tailfile
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/tarsum
08:22:20 [2022-07-28T08:22:20.346Z] github.com/docker/docker/pkg/truncindex
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/pkg/urlutil
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/pkg/useragent
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/plugin
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/plugin/executor/containerd
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/plugin/v2
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/profiles/apparmor
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/profiles/seccomp
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/quota
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/reference
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/registry
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/registry/resumable
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/restartmanager
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/rootless
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/rootless/specconv
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/runconfig
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/runconfig/opts
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/testutil
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/testutil/daemon
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/testutil/environment
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/testutil/fakecontext
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/testutil/fakegit
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/testutil/fakestorage
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/testutil/fixtures/load
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/testutil/fixtures/plugin
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/testutil/fixtures/plugin/basic
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/testutil/registry
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/testutil/request
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/volume
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/volume/drivers
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/volume/local
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/volume/mounts
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/volume/service
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/volume/service/opts
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/volume/testutils'
08:22:20 [2022-07-28T08:22:20.347Z] + base_pkg_list='github.com/docker/docker/api
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/server
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/server/backend/build
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/server/httpstatus
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/server/httputils
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/server/middleware
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/server/router
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/server/router/build
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/server/router/checkpoint
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/server/router/container
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/server/router/debug
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/server/router/distribution
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/server/router/grpc
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/server/router/image
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/server/router/network
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/server/router/plugin
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/server/router/session
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/server/router/swarm
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/server/router/system
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/server/router/volume
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/types
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/types/backend
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/types/blkiodev
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/types/container
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/types/events
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/types/filters
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/types/image
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/types/mount
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/types/network
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/types/plugins/logdriver
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/types/registry
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/types/strslice
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/types/swarm
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/types/swarm/runtime
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/types/time
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/types/versions
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/types/versions/v1p19
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/types/versions/v1p20
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/types/volume
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/builder
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/builder/builder-next
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/builder/builder-next/exporter
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/builder/builder-next/imagerefchecker
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/builder/builder-next/worker
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/builder/dockerfile
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/builder/remotecontext
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/builder/remotecontext/git
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/builder/remotecontext/urlutil
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/cli
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/cli/config
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/cli/debug
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/cli/winresources/docker-proxy
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/cli/winresources/dockerd
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/client
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/cmd/docker-proxy
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/cmd/dockerd
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/cmd/dockerd/trap
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/container
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/container/stream
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/contrib/apparmor
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/contrib/docker-device-tool
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/contrib/httpserver
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/cluster
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/cluster/controllers/plugin
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/cluster/convert
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/cluster/executor
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/cluster/executor/container
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/cluster/provider
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/config
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/events
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/events/testutils
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/exec
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/graphdriver
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/graphdriver/aufs
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/graphdriver/btrfs
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/graphdriver/copy
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/graphdriver/devmapper
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/graphdriver/graphtest
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/graphdriver/overlay
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/graphdriver/overlay2
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/graphdriver/overlayutils
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/graphdriver/register
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/graphdriver/vfs
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/graphdriver/zfs
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/images
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/initlayer
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/links
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/listeners
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/logger
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/logger/awslogs
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/logger/fluentd
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/logger/gcplogs
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/logger/gelf
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/logger/journald
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/logger/jsonfilelog
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/logger/local
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/logger/logentries
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/logger/loggertest
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/logger/loggerutils
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/logger/loggerutils/cache
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/logger/splunk
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/logger/syslog
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/logger/templates
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/names
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/network
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/stats
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/distribution
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/distribution/metadata
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/distribution/utils
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/distribution/xfer
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/dockerversion
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/errdefs
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/image
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/image/cache
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/image/tarexport
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/image/v1
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/internal/test/suite
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/layer
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/libcontainerd
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/libcontainerd/queue
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/libcontainerd/remote
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/libcontainerd/supervisor
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/libcontainerd/types
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/oci
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/oci/caps
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/opts
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/pkg/aaparser
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/pkg/archive
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/pkg/authorization
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/pkg/broadcaster
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/pkg/capabilities
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/pkg/chrootarchive
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/pkg/containerfs
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/pkg/devicemapper
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/pkg/directory
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/pkg/dmesg
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/pkg/fileutils
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/pkg/fsutils
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/pkg/homedir
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/pkg/idtools
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/pkg/ioutils
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/pkg/jsonmessage
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/pkg/longpath
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/pkg/loopback
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/pkg/namesgenerator
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/pkg/parsers
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/pkg/parsers/kernel
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/pkg/parsers/operatingsystem
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/pkg/pidfile
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/pkg/platform
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/pkg/plugingetter
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/pkg/plugins
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/pkg/plugins/transport
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/pkg/pools
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/pkg/progress
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/pkg/pubsub
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/pkg/reexec
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/pkg/signal
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/pkg/stack
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/pkg/stdcopy
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/pkg/streamformatter
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/pkg/stringid
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/pkg/sysinfo
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/pkg/system
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/pkg/tailfile
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/pkg/tarsum
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/pkg/truncindex
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/pkg/urlutil
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/pkg/useragent
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/plugin
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/plugin/executor/containerd
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/plugin/v2
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/profiles/apparmor
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/profiles/seccomp
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/quota
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/reference
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/registry
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/registry/resumable
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/restartmanager
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/rootless
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/rootless/specconv
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/runconfig
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/runconfig/opts
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/testutil
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/testutil/daemon
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/testutil/environment
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/testutil/fakecontext
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/testutil/fakegit
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/testutil/fakestorage
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/testutil/fixtures/load
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/testutil/fixtures/plugin
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/testutil/fixtures/plugin/basic
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/testutil/registry
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/testutil/request
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/volume
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/volume/drivers
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/volume/local
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/volume/mounts
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/volume/service
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/volume/service/opts
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/volume/testutils'
08:22:20 [2022-07-28T08:22:20.347Z] ++ echo 'github.com/docker/docker/api
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/server
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/server/backend/build
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/server/httpstatus
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/server/httputils
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/server/middleware
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/server/router
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/server/router/build
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/server/router/checkpoint
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/server/router/container
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/server/router/debug
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/server/router/distribution
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/server/router/grpc
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/server/router/image
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/server/router/network
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/server/router/plugin
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/server/router/session
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/server/router/swarm
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/server/router/system
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/server/router/volume
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/types
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/types/backend
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/types/blkiodev
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/types/container
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/types/events
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/types/filters
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/types/image
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/types/mount
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/types/network
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/types/plugins/logdriver
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/types/registry
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/types/strslice
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/types/swarm
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/types/swarm/runtime
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/types/time
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/types/versions
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/types/versions/v1p19
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/types/versions/v1p20
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/api/types/volume
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/builder
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/builder/builder-next
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/builder/builder-next/exporter
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/builder/builder-next/imagerefchecker
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/builder/builder-next/worker
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/builder/dockerfile
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/builder/remotecontext
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/builder/remotecontext/git
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/builder/remotecontext/urlutil
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/cli
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/cli/config
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/cli/debug
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/cli/winresources/docker-proxy
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/cli/winresources/dockerd
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/client
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/cmd/docker-proxy
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/cmd/dockerd
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/cmd/dockerd/trap
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/container
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/container/stream
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/contrib/apparmor
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/contrib/docker-device-tool
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/contrib/httpserver
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/cluster
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/cluster/controllers/plugin
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/cluster/convert
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/cluster/executor
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/cluster/executor/container
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/cluster/provider
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/config
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/events
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/events/testutils
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/exec
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/graphdriver
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/graphdriver/aufs
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/graphdriver/btrfs
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/graphdriver/copy
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/graphdriver/devmapper
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/graphdriver/graphtest
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/graphdriver/overlay
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/graphdriver/overlay2
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/graphdriver/overlayutils
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/graphdriver/register
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/graphdriver/vfs
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/graphdriver/zfs
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/images
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/initlayer
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/links
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/listeners
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/logger
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/logger/awslogs
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/logger/fluentd
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/logger/gcplogs
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/logger/gelf
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/logger/journald
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/logger/jsonfilelog
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/logger/local
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/logger/logentries
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/logger/loggertest
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/logger/loggerutils
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/logger/loggerutils/cache
08:22:20 [2022-07-28T08:22:20.347Z] github.com/docker/docker/daemon/logger/splunk
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/daemon/logger/syslog
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/daemon/logger/templates
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/daemon/names
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/daemon/network
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/daemon/stats
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/distribution
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/distribution/metadata
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/distribution/utils
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/distribution/xfer
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/dockerversion
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/errdefs
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/image
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/image/cache
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/image/tarexport
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/image/v1
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/internal/test/suite
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/layer
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libcontainerd
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libcontainerd/queue
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libcontainerd/remote
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libcontainerd/supervisor
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libcontainerd/types
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/bitseq
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/cluster
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/cmd/diagnostic
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/cmd/ovrouter
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/cmd/readme_test
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/config
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/datastore
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/diagnostic
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/discoverapi
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/driverapi
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/drivers/bridge
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/drivers/host
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/drivers/ipvlan
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/drivers/macvlan
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/drivers/null
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/drivers/overlay
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/drivers/remote
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/drivers/remote/api
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/drivers/windows
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/drvregistry
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/etchosts
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/idm
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/internal/caller
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/internal/setmatrix
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/ipam
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/ipamapi
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/ipams/builtin
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/ipams/null
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/ipams/remote
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/ipams/remote/api
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/ipams/windowsipam
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/ipamutils
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/iptables
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/netlabel
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/netutils
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/networkdb
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/ns
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/options
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/osl
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/osl/kernel
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/portallocator
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/portmapper
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/resolvconf
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/testutils
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/types
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/oci
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/oci/caps
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/opts
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/pkg/aaparser
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/pkg/archive
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/pkg/authorization
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/pkg/broadcaster
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/pkg/capabilities
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/pkg/chrootarchive
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/pkg/containerfs
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/pkg/devicemapper
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/pkg/directory
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/pkg/dmesg
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/pkg/fileutils
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/pkg/fsutils
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/pkg/homedir
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/pkg/idtools
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/pkg/ioutils
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/pkg/jsonmessage
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/pkg/longpath
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/pkg/loopback
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/pkg/namesgenerator
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/pkg/parsers
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/pkg/parsers/kernel
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/pkg/parsers/operatingsystem
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/pkg/pidfile
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/pkg/platform
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/pkg/plugingetter
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/pkg/plugins
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/pkg/plugins/transport
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/pkg/pools
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/pkg/progress
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/pkg/pubsub
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/pkg/reexec
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/pkg/signal
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/pkg/stack
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/pkg/stdcopy
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/pkg/streamformatter
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/pkg/stringid
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/pkg/sysinfo
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/pkg/system
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/pkg/tailfile
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/pkg/tarsum
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/pkg/truncindex
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/pkg/urlutil
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/pkg/useragent
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/plugin
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/plugin/executor/containerd
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/plugin/v2
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/profiles/apparmor
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/profiles/seccomp
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/quota
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/reference
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/registry
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/registry/resumable
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/restartmanager
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/rootless
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/rootless/specconv
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/runconfig
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/runconfig/opts
08:22:20 [2022-07-28T08:22:20.348Z] ++ grep --fixed-strings /libnetwork
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/testutil
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/testutil/daemon
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/testutil/environment
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/testutil/fakecontext
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/testutil/fakegit
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/testutil/fakestorage
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/testutil/fixtures/load
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/testutil/fixtures/plugin
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/testutil/fixtures/plugin/basic
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/testutil/registry
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/testutil/request
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/volume
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/volume/drivers
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/volume/local
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/volume/mounts
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/volume/service
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/volume/service/opts
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/volume/testutils'
08:22:20 [2022-07-28T08:22:20.348Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/bitseq
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/cluster
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/cmd/diagnostic
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/cmd/ovrouter
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/cmd/readme_test
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/config
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/datastore
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/diagnostic
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/discoverapi
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/driverapi
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/drivers/bridge
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/drivers/host
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/drivers/ipvlan
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/drivers/macvlan
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/drivers/null
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/drivers/overlay
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/drivers/remote
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/drivers/remote/api
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/drivers/windows
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/drvregistry
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/etchosts
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/idm
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/internal/caller
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/internal/setmatrix
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/ipam
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/ipamapi
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/ipams/builtin
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/ipams/null
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/ipams/remote
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/ipams/remote/api
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/ipams/windowsipam
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/ipamutils
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/iptables
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/netlabel
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/netutils
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/networkdb
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/ns
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/options
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/osl
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/osl/kernel
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/portallocator
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/portmapper
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/resolvconf
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/testutils
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/types'
08:22:20 [2022-07-28T08:22:20.348Z] + echo 'github.com/docker/docker/libnetwork
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/bitseq
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/cluster
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/cmd/diagnostic
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/cmd/ovrouter
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/cmd/readme_test
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/config
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/datastore
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/diagnostic
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/discoverapi
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/driverapi
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/drivers/bridge
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/drivers/host
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/drivers/ipvlan
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/drivers/macvlan
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/drivers/null
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/drivers/overlay
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/drivers/remote
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/drivers/remote/api
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/drivers/windows
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/drvregistry
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/etchosts
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/idm
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/internal/caller
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/internal/setmatrix
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/ipam
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/ipamapi
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/ipams/builtin
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/ipams/null
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/ipams/remote
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/ipams/remote/api
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/ipams/windowsipam
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/ipamutils
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/iptables
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/netlabel
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/netutils
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/networkdb
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/ns
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/options
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/osl
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/osl/kernel
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/portallocator
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/portmapper
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/resolvconf
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/testutils
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/types'
08:22:20 [2022-07-28T08:22:20.348Z] + grep --fixed-strings libnetwork/drivers/bridge
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/drivers/bridge
08:22:20 [2022-07-28T08:22:20.348Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
08:22:20 [2022-07-28T08:22:20.348Z] + type docker-proxy
08:22:20 [2022-07-28T08:22:20.348Z] hack/test/unit: line 25: type: docker-proxy: not found
08:22:20 [2022-07-28T08:22:20.348Z] + hack/make.sh binary-proxy install-proxy
08:22:20 [2022-07-28T08:22:20.348Z] 
08:22:20 [2022-07-28T08:22:20.607Z] Removing bundles/
08:22:20 [2022-07-28T08:22:20.607Z] 
08:22:20 [2022-07-28T08:22:20.607Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy)
08:22:20 [2022-07-28T08:22:20.607Z] Building: bundles/binary-proxy/docker-proxy
08:22:20 [2022-07-28T08:22:20.607Z] GOOS="" GOARCH="" GOARM=""
08:22:21 [2022-07-28T08:22:21.235Z] === RUN   TestDockerSuite/TestLogsFollowStopped
08:22:21 [2022-07-28T08:22:21.495Z] === RUN   TestDockerSuite/TestLogsSeparateStderr
08:22:22 [2022-07-28T08:22:22.063Z] === RUN   TestDockerSuite/TestLogsSince
08:22:22 [2022-07-28T08:22:22.323Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs
08:22:24 [2022-07-28T08:22:24.249Z]     docker_api_swarm_service_test.go:490: [d307f7ec0d764] joining swarm manager [d76faa7f80aeb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
08:22:25 [2022-07-28T08:22:25.187Z]     docker_api_swarm_service_test.go:490: [d3d747b110fb1] joining swarm manager [d76faa7f80aeb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
08:22:28 [2022-07-28T08:22:28.481Z] === RUN   TestDockerSuite/TestLogsSinceFutureFollow
08:22:28 [2022-07-28T08:22:28.735Z] Created binary: bundles/binary-proxy/docker-proxy
08:22:28 [2022-07-28T08:22:28.735Z] 
08:22:28 [2022-07-28T08:22:28.735Z] ---> Making bundle: install-proxy (in bundles/install-proxy)
08:22:28 [2022-07-28T08:22:28.735Z] Installing docker-proxy to /usr/local/bin/
08:22:28 [2022-07-28T08:22:28.735Z] 
08:22:28 [2022-07-28T08:22:28.735Z] + mkdir -p bundles
08:22:28 [2022-07-28T08:22:28.735Z] + '[' -n 'github.com/docker/docker/api
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/api/server
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/api/server/backend/build
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/api/server/httpstatus
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/api/server/httputils
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/api/server/middleware
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/api/server/router
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/api/server/router/build
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/api/server/router/checkpoint
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/api/server/router/container
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/api/server/router/debug
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/api/server/router/distribution
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/api/server/router/grpc
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/api/server/router/image
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/api/server/router/network
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/api/server/router/plugin
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/api/server/router/session
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/api/server/router/swarm
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/api/server/router/system
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/api/server/router/volume
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/api/types
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/api/types/backend
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/api/types/blkiodev
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/api/types/container
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/api/types/events
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/api/types/filters
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/api/types/image
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/api/types/mount
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/api/types/network
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/api/types/plugins/logdriver
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/api/types/registry
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/api/types/strslice
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/api/types/swarm
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/api/types/swarm/runtime
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/api/types/time
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/api/types/versions
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/api/types/versions/v1p19
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/api/types/versions/v1p20
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/api/types/volume
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/builder
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/builder/builder-next
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/builder/builder-next/exporter
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/builder/builder-next/imagerefchecker
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/builder/builder-next/worker
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/builder/dockerfile
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/builder/remotecontext
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/builder/remotecontext/git
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/builder/remotecontext/urlutil
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/cli
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/cli/config
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/cli/debug
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/cli/winresources/docker-proxy
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/cli/winresources/dockerd
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/client
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/cmd/docker-proxy
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/cmd/dockerd
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/cmd/dockerd/trap
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/container
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/container/stream
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/contrib/apparmor
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/contrib/docker-device-tool
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/contrib/httpserver
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/daemon
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/daemon/cluster
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/daemon/cluster/controllers/plugin
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/daemon/cluster/convert
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/daemon/cluster/executor
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/daemon/cluster/executor/container
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/daemon/cluster/provider
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/daemon/config
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/daemon/events
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/daemon/events/testutils
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/daemon/exec
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/daemon/graphdriver
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/daemon/graphdriver/aufs
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/daemon/graphdriver/btrfs
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/daemon/graphdriver/copy
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/daemon/graphdriver/devmapper
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/daemon/graphdriver/graphtest
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/daemon/graphdriver/overlay
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/daemon/graphdriver/overlay2
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/daemon/graphdriver/overlayutils
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/daemon/graphdriver/register
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/daemon/graphdriver/vfs
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/daemon/graphdriver/zfs
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/daemon/images
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/daemon/initlayer
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/daemon/links
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/daemon/listeners
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/daemon/logger
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/daemon/logger/awslogs
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/daemon/logger/fluentd
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/daemon/logger/gcplogs
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/daemon/logger/gelf
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/daemon/logger/journald
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/daemon/logger/jsonfilelog
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/daemon/logger/local
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/daemon/logger/logentries
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/daemon/logger/loggertest
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/daemon/logger/loggerutils
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/daemon/logger/loggerutils/cache
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/daemon/logger/splunk
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/daemon/logger/syslog
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/daemon/logger/templates
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/daemon/names
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/daemon/network
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/daemon/stats
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/distribution
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/distribution/metadata
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/distribution/utils
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/distribution/xfer
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/dockerversion
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/errdefs
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/image
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/image/cache
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/image/tarexport
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/image/v1
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/internal/test/suite
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/layer
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/libcontainerd
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/libcontainerd/queue
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/libcontainerd/remote
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/libcontainerd/supervisor
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/libcontainerd/types
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/oci
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/oci/caps
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/opts
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/pkg/aaparser
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/pkg/archive
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/pkg/authorization
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/pkg/broadcaster
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/pkg/capabilities
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/pkg/chrootarchive
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/pkg/containerfs
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/pkg/devicemapper
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/pkg/directory
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/pkg/dmesg
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/pkg/fileutils
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/pkg/fsutils
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/pkg/homedir
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/pkg/idtools
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/pkg/ioutils
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/pkg/jsonmessage
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/pkg/longpath
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/pkg/loopback
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/pkg/namesgenerator
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/pkg/parsers
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/pkg/parsers/kernel
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/pkg/parsers/operatingsystem
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/pkg/pidfile
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/pkg/platform
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/pkg/plugingetter
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/pkg/plugins
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/pkg/plugins/transport
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/pkg/pools
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/pkg/progress
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/pkg/pubsub
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/pkg/reexec
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/pkg/signal
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/pkg/stack
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/pkg/stdcopy
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/pkg/streamformatter
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/pkg/stringid
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/pkg/sysinfo
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/pkg/system
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/pkg/tailfile
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/pkg/tarsum
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/pkg/truncindex
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/pkg/urlutil
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/pkg/useragent
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/plugin
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/plugin/executor/containerd
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/plugin/v2
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/profiles/apparmor
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/profiles/seccomp
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/quota
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/reference
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/registry
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/registry/resumable
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/restartmanager
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/rootless
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/rootless/specconv
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/runconfig
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/runconfig/opts
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/testutil
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/testutil/daemon
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/testutil/environment
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/testutil/fakecontext
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/testutil/fakegit
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/testutil/fakestorage
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/testutil/fixtures/load
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/testutil/fixtures/plugin
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/testutil/fixtures/plugin/basic
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/testutil/registry
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/testutil/request
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/volume
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/volume/drivers
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/volume/local
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/volume/mounts
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/volume/service
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/volume/service/opts
08:22:28 [2022-07-28T08:22:28.735Z] github.com/docker/docker/volume/testutils' ']'
08:22:28 [2022-07-28T08:22:28.736Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo libdm_no_deferred_remove' -cover -coverprofile=bundles/profile.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httpstatus github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/builder/remotecontext/urlutil github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/cli/winresources/docker-proxy github.com/docker/docker/cli/winresources/dockerd github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggertest github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/fsutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/rootless/specconv github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils
08:22:28 [2022-07-28T08:22:28.736Z] ?   	github.com/docker/docker/api	[no test files]
08:22:35 [2022-07-28T08:22:35.048Z] === RUN   TestDockerSuite/TestLogsStderrInStdout
08:22:35 [2022-07-28T08:22:35.048Z] === RUN   TestDockerSuite/TestLogsTail
08:22:35 [2022-07-28T08:22:35.048Z] === RUN   TestDockerSuite/TestLogsTimestamps
08:22:35 [2022-07-28T08:22:35.307Z] === RUN   TestDockerSuite/TestLogsWithDetails
08:22:35 [2022-07-28T08:22:35.876Z] === RUN   TestDockerSuite/TestConflictContainerNetworkAndLinks
08:22:35 [2022-07-28T08:22:35.876Z] === RUN   TestDockerSuite/TestConflictContainerNetworkHostAndLinks
08:22:35 [2022-07-28T08:22:35.876Z] === RUN   TestDockerSuite/TestConflictNetworkModeAndOptions
08:22:35 [2022-07-28T08:22:35.876Z] === RUN   TestDockerSuite/TestConflictNetworkModeNetHostAndOptions
08:22:35 [2022-07-28T08:22:35.876Z] === RUN   TestDockerSuite/TestNetHostname
08:22:37 [2022-07-28T08:22:37.257Z] === RUN   TestDockerSuite/TestNetHostnameWithNetHost
08:22:37 [2022-07-28T08:22:37.518Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesCreate
08:22:37 [2022-07-28T08:22:37.518Z] === RUN   TestDockerSuite/TestDockerInspectMultipleNetwork
08:22:37 [2022-07-28T08:22:37.518Z] === RUN   TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent
08:22:37 [2022-07-28T08:22:37.777Z] === RUN   TestDockerSuite/TestDockerInspectNetworkWithContainerName
08:22:38 [2022-07-28T08:22:38.720Z] === RUN   TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange
08:22:39 [2022-07-28T08:22:39.291Z] === RUN   TestDockerSuite/TestDockerNetworkDeleteMultiple
08:22:41 [2022-07-28T08:22:41.200Z] === RUN   TestDockerSuite/TestDockerNetworkDeleteNotExists
08:22:41 [2022-07-28T08:22:41.200Z] === RUN   TestDockerSuite/TestDockerNetworkInspect
08:22:41 [2022-07-28T08:22:41.200Z] === RUN   TestDockerSuite/TestDockerNetworkInspectWithID
08:22:41 [2022-07-28T08:22:41.200Z] === RUN   TestDockerSuite/TestDockerNetworkInternalMode
08:22:43 [2022-07-28T08:22:43.737Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal
08:22:45 [2022-07-28T08:22:45.646Z]     docker_api_swarm_service_test.go:128: [d4f29adbb175e] joining swarm manager [db1aedaef6906]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
08:22:46 [2022-07-28T08:22:46.251Z]     docker_api_swarm_service_test.go:129: [d5491ab7fa5b7] joining swarm manager [db1aedaef6906]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
08:22:46 [2022-07-28T08:22:46.820Z] ok  	github.com/docker/docker/api/server	0.015s	coverage: 7.9% of statements
08:22:46 [2022-07-28T08:22:46.821Z] === RUN   TestDockerSuite/TestEmbeddedDNSInvalidInput
08:22:47 [2022-07-28T08:22:47.759Z] === RUN   TestDockerSuite/TestInspectAPIMultipleNetworks
08:22:48 [2022-07-28T08:22:48.329Z]     docker_api_swarm_service_test.go:137: [d60773c4565ce] joining swarm manager [db1aedaef6906]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
08:22:49 [2022-07-28T08:22:49.269Z]     docker_api_swarm_service_test.go:138: [dfe5687d60d57] joining swarm manager [db1aedaef6906]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481
08:22:49 [2022-07-28T08:22:49.269Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias
08:22:52 [2022-07-28T08:22:52.561Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink
08:22:54 [2022-07-28T08:22:54.469Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectivity
08:22:55 [2022-07-28T08:22:55.848Z] === RUN   TestDockerSuite/TestPluginLogDriver
08:22:58 [2022-07-28T08:22:58.384Z] === RUN   TestDockerSuite/TestPluginLogDriverInfoList
08:23:00 [2022-07-28T08:23:00.290Z] === RUN   TestDockerSuite/TestPluginActive
08:23:02 [2022-07-28T08:23:02.826Z] === RUN   TestDockerSuite/TestPluginActiveNetwork
08:23:09 [2022-07-28T08:23:09.402Z] === RUN   TestDockerSuite/TestPluginInspectOnWindows
08:23:09 [2022-07-28T08:23:09.402Z]     docker_cli_plugins_test.go:333: unmatched requirement DaemonIsWindows
08:23:09 [2022-07-28T08:23:09.402Z] === RUN   TestDockerSuite/TestPluginInstallDisableVolumeLs
08:23:09 [2022-07-28T08:23:09.995Z] === RUN   TestDockerSuite/TestPluginMetricsCollector
08:23:12 [2022-07-28T08:23:12.531Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesEmptyList
08:23:12 [2022-07-28T08:23:12.790Z] === RUN   TestDockerSuite/TestPluginUpgrade
08:23:14 [2022-07-28T08:23:14.695Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate
08:23:16 [2022-07-28T08:23:16.602Z]     docker_api_swarm_service_test.go:304: [dcccd20fb2495] joining swarm manager [de22749aa8ecb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
08:23:17 [2022-07-28T08:23:17.171Z]     docker_api_swarm_service_test.go:304: [dba673d10e96d] joining swarm manager [de22749aa8ecb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
08:23:18 [2022-07-28T08:23:18.553Z] === RUN   TestDockerSuite/TestPortBindingOnSandbox
08:23:20 [2022-07-28T08:23:20.463Z] === RUN   TestDockerSuite/TestPortExposeHostBinding
08:23:21 [2022-07-28T08:23:21.032Z] === RUN   TestDockerSuite/TestPortHostBinding
08:23:21 [2022-07-28T08:23:21.972Z] === RUN   TestDockerSuite/TestPortList
08:23:28 [2022-07-28T08:23:28.547Z] === RUN   TestDockerSuite/TestUnpublishedPortsInPsOutput
08:23:31 [2022-07-28T08:23:31.083Z] === RUN   TestDockerSuite/TestCLIProxyDisableProxyUnixSock
08:23:31 [2022-07-28T08:23:31.083Z] === RUN   TestDockerSuite/TestPruneContainerLabel
08:23:33 [2022-07-28T08:23:33.649Z] === RUN   TestDockerSuite/TestPruneContainerUntil
08:23:34 [2022-07-28T08:23:34.221Z] === RUN   TestDockerSuite/TestPruneNetworkLabel
08:23:34 [2022-07-28T08:23:34.480Z] === RUN   TestDockerSuite/TestPruneVolumeLabel
08:23:34 [2022-07-28T08:23:34.740Z] === RUN   TestDockerSuite/TestPsByOrder
08:23:36 [2022-07-28T08:23:36.648Z] === RUN   TestDockerSuite/TestPsImageIDAfterUpdate
08:23:37 [2022-07-28T08:23:37.216Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents
08:23:37 [2022-07-28T08:23:37.216Z] === RUN   TestDockerSuite/TestPsListContainersBase
08:23:39 [2022-07-28T08:23:39.755Z]     docker_api_swarm_service_test.go:100: [d0d67c8d99ab3] joining swarm manager [dfc699b918174]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
08:23:40 [2022-07-28T08:23:40.014Z] === RUN   TestDockerSuite/TestPsListContainersFilterAncestorImage
08:23:40 [2022-07-28T08:23:40.274Z]     docker_api_swarm_service_test.go:101: [d8db7e083a673] joining swarm manager [dfc699b918174]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
08:23:44 [2022-07-28T08:23:44.474Z] === RUN   TestDockerSuite/TestPsListContainersFilterCreated
08:23:44 [2022-07-28T08:23:44.474Z] === RUN   TestDockerSuite/TestPsListContainersFilterExited
08:23:47 [2022-07-28T08:23:47.015Z] === RUN   TestDockerSuite/TestPsListContainersFilterHealth
08:23:53 [2022-07-28T08:23:53.584Z] === RUN   TestDockerSuite/TestPsListContainersFilterID
08:23:54 [2022-07-28T08:23:54.523Z] === RUN   TestDockerSuite/TestPsListContainersFilterLabel
08:23:55 [2022-07-28T08:23:55.902Z] === RUN   TestDockerSuite/TestPsListContainersFilterName
08:23:57 [2022-07-28T08:23:57.307Z] === RUN   TestDockerSuite/TestPsListContainersFilterNetwork
08:23:58 [2022-07-28T08:23:58.244Z] === RUN   TestDockerSuite/TestPsListContainersFilterPorts
08:24:00 [2022-07-28T08:24:00.152Z] === RUN   TestDockerSuite/TestPsListContainersFilterStatus
08:24:02 [2022-07-28T08:24:02.059Z] === RUN   TestDockerSuite/TestPsListContainersSize
08:24:03 [2022-07-28T08:24:03.442Z] === RUN   TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer
08:24:03 [2022-07-28T08:24:03.442Z] === RUN   TestDockerSuite/TestPsNotShowPortsOfStoppedContainer
08:24:04 [2022-07-28T08:24:04.012Z]     check_test.go:611: [d0d67c8d99ab3] daemon is not started
08:24:04 [2022-07-28T08:24:04.273Z] === RUN   TestDockerSuite/TestPsRightTagName
08:24:06 [2022-07-28T08:24:06.180Z] === RUN   TestDockerSuite/TestPsShowMounts
08:24:07 [2022-07-28T08:24:07.561Z] === RUN   TestDockerSuite/TestPullLinuxImageFailsOnWindows
08:24:07 [2022-07-28T08:24:07.561Z]     docker_cli_pull_test.go:279: unmatched requirement DaemonIsWindows
08:24:07 [2022-07-28T08:24:07.561Z] === RUN   TestDockerSuite/TestPullWindowsImageFailsOnLinux
08:24:07 [2022-07-28T08:24:07.820Z] === RUN   TestDockerSuite/TestPushToCentralRegistryUnauthorized
08:24:08 [2022-07-28T08:24:08.079Z] === RUN   TestDockerSuite/TestPushUnprefixedRepo
08:24:08 [2022-07-28T08:24:08.338Z] === RUN   TestDockerSuite/TestRestartAutoRemoveContainer
08:24:09 [2022-07-28T08:24:09.278Z] === RUN   TestDockerSuite/TestRestartContainerSuccess
08:24:09 [2022-07-28T08:24:09.278Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesStateReporting
08:24:10 [2022-07-28T08:24:10.221Z] === RUN   TestDockerSuite/TestRestartContainerwithGoodContainer
08:24:10 [2022-07-28T08:24:10.793Z] === RUN   TestDockerSuite/TestRestartContainerwithRestartPolicy
08:24:11 [2022-07-28T08:24:11.734Z]     docker_api_swarm_service_test.go:533: [dd65e2e4c970b] joining swarm manager [d98cb88349f6e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
08:24:13 [2022-07-28T08:24:13.117Z]     docker_api_swarm_service_test.go:534: [d1a6e29bfed55] joining swarm manager [d98cb88349f6e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
08:24:19 [2022-07-28T08:24:19.703Z] === RUN   TestDockerSuite/TestRestartDisconnectedContainer
08:24:19 [2022-07-28T08:24:19.964Z] === RUN   TestDockerSuite/TestRestartPolicyAfterRestart
08:24:21 [2022-07-28T08:24:21.872Z] === RUN   TestDockerSuite/TestRestartPolicyAlways
08:24:21 [2022-07-28T08:24:21.872Z] === RUN   TestDockerSuite/TestRestartPolicyNO
08:24:21 [2022-07-28T08:24:21.872Z] === RUN   TestDockerSuite/TestRestartPolicyOnFailure
08:24:22 [2022-07-28T08:24:22.132Z] === RUN   TestDockerSuite/TestRestartRunningContainer
08:24:23 [2022-07-28T08:24:23.278Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
08:24:23 [2022-07-28T08:24:23.279Z] ?   	github.com/docker/docker/api/server/httpstatus	[no test files]
08:24:23 [2022-07-28T08:24:23.279Z] ok  	github.com/docker/docker/api/server/httputils	0.005s	coverage: 31.9% of statements
08:24:23 [2022-07-28T08:24:23.279Z] ok  	github.com/docker/docker/api/server/middleware	0.005s	coverage: 37.7% of statements
08:24:23 [2022-07-28T08:24:23.279Z] ?   	github.com/docker/docker/api/server/router	[no test files]
08:24:23 [2022-07-28T08:24:23.279Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
08:24:23 [2022-07-28T08:24:23.279Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
08:24:23 [2022-07-28T08:24:23.279Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
08:24:23 [2022-07-28T08:24:23.279Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
08:24:23 [2022-07-28T08:24:23.279Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
08:24:23 [2022-07-28T08:24:23.279Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
08:24:23 [2022-07-28T08:24:23.279Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
08:24:23 [2022-07-28T08:24:23.279Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
08:24:23 [2022-07-28T08:24:23.279Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
08:24:23 [2022-07-28T08:24:23.279Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
08:24:23 [2022-07-28T08:24:23.279Z] ok  	github.com/docker/docker/api/server/router/swarm	0.004s	coverage: 6.0% of statements
08:24:23 [2022-07-28T08:24:23.279Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
08:24:23 [2022-07-28T08:24:23.279Z] ok  	github.com/docker/docker/api/types/filters	0.005s	coverage: 92.2% of statements
08:24:23 [2022-07-28T08:24:23.279Z] ok  	github.com/docker/docker/api/server/router/volume	0.013s	coverage: 67.9% of statements
08:24:23 [2022-07-28T08:24:23.279Z] ?   	github.com/docker/docker/api/types	[no test files]
08:24:23 [2022-07-28T08:24:23.279Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
08:24:23 [2022-07-28T08:24:23.279Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
08:24:23 [2022-07-28T08:24:23.279Z] ?   	github.com/docker/docker/api/types/container	[no test files]
08:24:23 [2022-07-28T08:24:23.279Z] ?   	github.com/docker/docker/api/types/events	[no test files]
08:24:23 [2022-07-28T08:24:23.279Z] ?   	github.com/docker/docker/api/types/image	[no test files]
08:24:23 [2022-07-28T08:24:23.279Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
08:24:23 [2022-07-28T08:24:23.279Z] ?   	github.com/docker/docker/api/types/network	[no test files]
08:24:23 [2022-07-28T08:24:23.279Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
08:24:23 [2022-07-28T08:24:23.279Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
08:24:23 [2022-07-28T08:24:23.279Z] ok  	github.com/docker/docker/api/types/strslice	0.002s	coverage: 90.0% of statements
08:24:23 [2022-07-28T08:24:23.279Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
08:24:23 [2022-07-28T08:24:23.279Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
08:24:23 [2022-07-28T08:24:23.279Z] ok  	github.com/docker/docker/api/types/time	0.002s	coverage: 100.0% of statements
08:24:23 [2022-07-28T08:24:23.279Z] ok  	github.com/docker/docker/api/types/versions	0.002s	coverage: 77.3% of statements
08:24:23 [2022-07-28T08:24:23.279Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
08:24:23 [2022-07-28T08:24:23.279Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
08:24:23 [2022-07-28T08:24:23.279Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
08:24:23 [2022-07-28T08:24:23.279Z] ?   	github.com/docker/docker/builder	[no test files]
08:24:23 [2022-07-28T08:24:23.279Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
08:24:23 [2022-07-28T08:24:23.279Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
08:24:23 [2022-07-28T08:24:23.279Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
08:24:23 [2022-07-28T08:24:23.279Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
08:24:23 [2022-07-28T08:24:23.279Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
08:24:23 [2022-07-28T08:24:23.279Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
08:24:23 [2022-07-28T08:24:23.279Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
08:24:23 [2022-07-28T08:24:23.279Z] ok  	github.com/docker/docker/builder/remotecontext	0.093s	coverage: 13.7% of statements
08:24:23 [2022-07-28T08:24:23.279Z] ok  	github.com/docker/docker/builder/dockerfile	0.581s	coverage: 49.3% of statements
08:24:23 [2022-07-28T08:24:23.279Z] ok  	github.com/docker/docker/builder/remotecontext/urlutil	0.004s	coverage: 100.0% of statements
08:24:23 [2022-07-28T08:24:23.537Z] ok  	github.com/docker/docker/cli/debug	0.003s	coverage: 100.0% of statements
08:24:24 [2022-07-28T08:24:24.039Z] === RUN   TestDockerSuite/TestRestartStoppedContainer
08:24:24 [2022-07-28T08:24:24.473Z] ok  	github.com/docker/docker/builder/remotecontext/git	1.811s	coverage: 86.3% of statements
08:24:24 [2022-07-28T08:24:24.473Z] ?   	github.com/docker/docker/cli	[no test files]
08:24:24 [2022-07-28T08:24:24.473Z] ?   	github.com/docker/docker/cli/config	[no test files]
08:24:24 [2022-07-28T08:24:24.473Z] ?   	github.com/docker/docker/cli/winresources/docker-proxy	[no test files]
08:24:24 [2022-07-28T08:24:24.473Z] ?   	github.com/docker/docker/cli/winresources/dockerd	[no test files]
08:24:24 [2022-07-28T08:24:24.978Z] === RUN   TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork
08:24:25 [2022-07-28T08:24:25.041Z] ok  	github.com/docker/docker/cmd/docker-proxy	0.254s	coverage: 67.6% of statements
08:24:27 [2022-07-28T08:24:27.517Z] === RUN   TestDockerSuite/TestRestartWithVolumes
08:24:28 [2022-07-28T08:24:28.089Z] === RUN   TestDockerSuite/TestRmiBlank
08:24:28 [2022-07-28T08:24:28.089Z] === RUN   TestDockerSuite/TestRmiByIDHardConflict
08:24:28 [2022-07-28T08:24:28.348Z] === RUN   TestDockerSuite/TestRmiContainerImageNotFound
08:24:29 [2022-07-28T08:24:29.231Z] ok  	github.com/docker/docker/client	0.161s	coverage: 75.9% of statements
08:24:30 [2022-07-28T08:24:30.887Z] === RUN   TestDockerSuite/TestRmiForceWithExistingContainers
08:24:31 [2022-07-28T08:24:31.456Z] === RUN   TestDockerSuite/TestRmiForceWithMultipleRepositories
08:24:31 [2022-07-28T08:24:31.717Z] === RUN   TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags
08:24:33 [2022-07-28T08:24:33.097Z] === RUN   TestDockerSuite/TestRmiImgIDForce
08:24:33 [2022-07-28T08:24:33.666Z] === RUN   TestDockerSuite/TestRmiImgIDMultipleTag
08:24:35 [2022-07-28T08:24:35.047Z] === RUN   TestDockerSuite/TestRmiParentImageFail
08:24:35 [2022-07-28T08:24:35.618Z] === RUN   TestDockerSuite/TestRmiTag
08:24:35 [2022-07-28T08:24:35.618Z] === RUN   TestDockerSuite/TestRmiTagWithExistingContainers
08:24:36 [2022-07-28T08:24:36.187Z] === RUN   TestDockerSuite/TestRmiUntagHistoryLayer
08:24:37 [2022-07-28T08:24:37.184Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdate
08:24:39 [2022-07-28T08:24:39.093Z]     docker_api_swarm_service_test.go:148: [d9553f9833693] joining swarm manager [dd66f5066cc25]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
08:24:39 [2022-07-28T08:24:39.662Z] === RUN   TestDockerSuite/TestRmiWithContainerFails
08:24:39 [2022-07-28T08:24:39.922Z] === RUN   TestDockerSuite/TestRmiWithMultipleRepositories
08:24:40 [2022-07-28T08:24:40.182Z]     docker_api_swarm_service_test.go:148: [dc8f35aca1a21] joining swarm manager [dd66f5066cc25]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
08:24:40 [2022-07-28T08:24:40.751Z] === RUN   TestDockerSuite/TestRmiWithParentInUse
08:24:41 [2022-07-28T08:24:41.326Z] === RUN   TestDockerSuite/TestAppArmorDeniesChmodProc
08:24:42 [2022-07-28T08:24:42.266Z] === RUN   TestDockerSuite/TestAppArmorDeniesPtrace
08:24:42 [2022-07-28T08:24:42.525Z] === RUN   TestDockerSuite/TestAppArmorTraceSelf
08:24:43 [2022-07-28T08:24:43.095Z] === RUN   TestDockerSuite/TestCmdCannotBeInvoked
08:24:43 [2022-07-28T08:24:43.665Z] === RUN   TestDockerSuite/TestContainerNetworkMode
08:24:44 [2022-07-28T08:24:44.604Z] === RUN   TestDockerSuite/TestContainerRestartInMultipleNetworks
08:24:47 [2022-07-28T08:24:47.897Z] === RUN   TestDockerSuite/TestContainerWithConflictingHostNetworks
08:24:47 [2022-07-28T08:24:47.897Z] === RUN   TestDockerSuite/TestContainerWithConflictingNoneNetwork
08:24:49 [2022-07-28T08:24:49.277Z] === RUN   TestDockerSuite/TestContainerWithConflictingSharedNetwork
08:24:50 [2022-07-28T08:24:50.216Z] === RUN   TestDockerSuite/TestContainersInMultipleNetworks
08:24:52 [2022-07-28T08:24:52.123Z] === RUN   TestDockerSuite/TestContainersInUserDefinedNetwork
08:24:53 [2022-07-28T08:24:53.504Z] === RUN   TestDockerSuite/TestContainersNetworkIsolation
08:24:55 [2022-07-28T08:24:55.412Z] === RUN   TestDockerSuite/TestDevicePermissions
08:24:55 [2022-07-28T08:24:55.682Z] === RUN   TestDockerSuite/TestDockerFails
08:24:55 [2022-07-28T08:24:55.682Z] === RUN   TestDockerSuite/TestLegacyRunNoNewPrivSetuid
08:24:57 [2022-07-28T08:24:57.066Z] === RUN   TestDockerSuite/TestMountIntoProc
08:24:57 [2022-07-28T08:24:57.636Z] === RUN   TestDockerSuite/TestMountIntoSys
08:24:58 [2022-07-28T08:24:58.204Z] === RUN   TestDockerSuite/TestNetworkRmWithActiveContainers
08:24:59 [2022-07-28T08:24:59.583Z] === RUN   TestDockerSuite/TestPermissionsPtsReadonlyRootfs
08:25:00 [2022-07-28T08:25:00.152Z] === RUN   TestDockerSuite/TestPtraceContainerProcsFromHost
08:25:00 [2022-07-28T08:25:00.722Z] === RUN   TestDockerSuite/TestRunAddDeviceCgroupRule
08:25:01 [2022-07-28T08:25:01.661Z] === RUN   TestDockerSuite/TestRunAddHost
08:25:01 [2022-07-28T08:25:01.920Z] === RUN   TestDockerSuite/TestRunAddHostInHostMode
08:25:02 [2022-07-28T08:25:02.180Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevices
08:25:02 [2022-07-28T08:25:02.749Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode
08:25:02 [2022-07-28T08:25:02.749Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesNoSrc
08:25:03 [2022-07-28T08:25:03.318Z] === RUN   TestDockerSuite/TestRunAllocatePortInReservedRange
08:25:04 [2022-07-28T08:25:04.700Z] === RUN   TestDockerSuite/TestRunAllowBindMountingRoot
08:25:05 [2022-07-28T08:25:05.641Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughExpose
08:25:06 [2022-07-28T08:25:06.210Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughPublish
08:25:06 [2022-07-28T08:25:06.778Z] === RUN   TestDockerSuite/TestRunApparmorProcDirectory
08:25:07 [2022-07-28T08:25:07.718Z] === RUN   TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes
08:25:08 [2022-07-28T08:25:08.657Z] === RUN   TestDockerSuite/TestRunAttachDetach
08:25:09 [2022-07-28T08:25:09.227Z] === RUN   TestDockerSuite/TestRunAttachDetachFromConfig
08:25:09 [2022-07-28T08:25:09.796Z] === RUN   TestDockerSuite/TestRunAttachDetachFromFlag
08:25:10 [2022-07-28T08:25:10.367Z] === RUN   TestDockerSuite/TestRunAttachDetachFromInvalidFlag
08:25:10 [2022-07-28T08:25:10.938Z] === RUN   TestDockerSuite/TestRunAttachDetachKeysOverrideConfig
08:25:11 [2022-07-28T08:25:11.507Z] === RUN   TestDockerSuite/TestRunAttachFailedNoLeak
08:25:12 [2022-07-28T08:25:12.473Z] === RUN   TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved
08:25:13 [2022-07-28T08:25:13.045Z] === RUN   TestDockerSuite/TestRunAttachStdErrOnlyTTYMode
08:25:13 [2022-07-28T08:25:13.614Z] === RUN   TestDockerSuite/TestRunAttachStdOutAndErrTTYMode
08:25:14 [2022-07-28T08:25:14.183Z] === RUN   TestDockerSuite/TestRunAttachStdOutOnlyTTYMode
08:25:14 [2022-07-28T08:25:14.443Z] === RUN   TestDockerSuite/TestRunAttachWithDetach
08:25:14 [2022-07-28T08:25:14.443Z] === RUN   TestDockerSuite/TestRunBindMounts
08:25:15 [2022-07-28T08:25:15.824Z] === RUN   TestDockerSuite/TestRunCapAddALLCanDownInterface
08:25:15 [2022-07-28T08:25:15.930Z] ok  	github.com/docker/docker/cmd/dockerd	0.095s	coverage: 31.9% of statements
08:25:15 [2022-07-28T08:25:15.930Z] ok  	github.com/docker/docker/container	0.115s	coverage: 34.6% of statements
08:25:15 [2022-07-28T08:25:15.930Z] ok  	github.com/docker/docker/cmd/dockerd/trap	2.488s	coverage: 0.0% of statements
08:25:15 [2022-07-28T08:25:15.930Z] ?   	github.com/docker/docker/cmd/dockerd/trap/testfiles	[no test files]
08:25:15 [2022-07-28T08:25:15.930Z] ?   	github.com/docker/docker/container/stream	[no test files]
08:25:15 [2022-07-28T08:25:15.930Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
08:25:15 [2022-07-28T08:25:15.930Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
08:25:15 [2022-07-28T08:25:15.930Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
08:25:16 [2022-07-28T08:25:16.085Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst
08:25:16 [2022-07-28T08:25:16.654Z] === RUN   TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface
08:25:17 [2022-07-28T08:25:17.222Z] === RUN   TestDockerSuite/TestRunCapAddCHOWN
08:25:17 [2022-07-28T08:25:17.482Z] === RUN   TestDockerSuite/TestRunCapAddCanDownInterface
08:25:18 [2022-07-28T08:25:18.421Z] === RUN   TestDockerSuite/TestRunCapAddInvalid
08:25:18 [2022-07-28T08:25:18.421Z] === RUN   TestDockerSuite/TestRunCapAddSYSTIME
08:25:19 [2022-07-28T08:25:19.359Z] === RUN   TestDockerSuite/TestRunCapDropALLAddMknodCanMknod
08:25:19 [2022-07-28T08:25:19.929Z] === RUN   TestDockerSuite/TestRunCapDropALLCannotMknod
08:25:20 [2022-07-28T08:25:20.116Z] ok  	github.com/docker/docker/daemon/cluster	0.066s	coverage: 0.5% of statements
08:25:20 [2022-07-28T08:25:20.499Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknod
08:25:21 [2022-07-28T08:25:21.067Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknodLowerCase
08:25:21 [2022-07-28T08:25:21.636Z] === RUN   TestDockerSuite/TestRunCapDropInvalid
08:25:21 [2022-07-28T08:25:21.636Z] === RUN   TestDockerSuite/TestRunCidFileCheckIDLength
08:25:22 [2022-07-28T08:25:22.019Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.013s	coverage: 65.3% of statements
08:25:22 [2022-07-28T08:25:22.204Z] === RUN   TestDockerSuite/TestRunCidFileCleanupIfEmpty
08:25:22 [2022-07-28T08:25:22.204Z] === RUN   TestDockerSuite/TestRunCleanupCmdOnEntrypoint
08:25:22 [2022-07-28T08:25:22.774Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts
08:25:23 [2022-07-28T08:25:23.344Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithExposePort
08:25:23 [2022-07-28T08:25:23.394Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.012s	coverage: 36.9% of statements
08:25:23 [2022-07-28T08:25:23.912Z] === RUN   TestDockerSuite/TestRunContainerNetwork
08:25:24 [2022-07-28T08:25:24.480Z] === RUN   TestDockerSuite/TestRunContainerNetworkModeToSelf
08:25:24 [2022-07-28T08:25:24.480Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupMountRO
08:25:25 [2022-07-28T08:25:25.053Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupParent
08:25:25 [2022-07-28T08:25:25.991Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer
08:25:27 [2022-07-28T08:25:27.377Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfs
08:25:28 [2022-07-28T08:25:28.326Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag
08:25:28 [2022-07-28T08:25:28.590Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag
08:25:29 [2022-07-28T08:25:29.158Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer
08:25:29 [2022-07-28T08:25:29.728Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero
08:25:30 [2022-07-28T08:25:30.299Z] === RUN   TestDockerSuite/TestRunContainerWithWritableRootfs
08:25:30 [2022-07-28T08:25:30.867Z] === RUN   TestDockerSuite/TestRunCopyVolumeContent
08:25:31 [2022-07-28T08:25:31.503Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.446s	coverage: 13.4% of statements
08:25:31 [2022-07-28T08:25:31.762Z] ok  	github.com/docker/docker/daemon/config	0.034s	coverage: 81.7% of statements
08:25:32 [2022-07-28T08:25:32.247Z] === RUN   TestDockerSuite/TestRunCopyVolumeUIDGID
08:25:32 [2022-07-28T08:25:32.329Z] ok  	github.com/docker/docker/daemon/events	0.057s	coverage: 50.0% of statements
08:25:32 [2022-07-28T08:25:32.897Z] ok  	github.com/docker/docker/daemon	10.138s	coverage: 16.1% of statements
08:25:32 [2022-07-28T08:25:32.897Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
08:25:32 [2022-07-28T08:25:32.897Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
08:25:32 [2022-07-28T08:25:32.897Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
08:25:32 [2022-07-28T08:25:32.897Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
08:25:32 [2022-07-28T08:25:32.897Z] ok  	github.com/docker/docker/daemon/graphdriver	0.007s	coverage: 2.2% of statements
08:25:34 [2022-07-28T08:25:34.788Z] === RUN   TestDockerSuite/TestRunCreateContainerFailedCleanUp
08:25:34 [2022-07-28T08:25:34.788Z] === RUN   TestDockerSuite/TestRunCreateVolume
08:25:34 [2022-07-28T08:25:34.801Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	0.761s	coverage: 74.8% of statements
08:25:35 [2022-07-28T08:25:35.358Z] === RUN   TestDockerSuite/TestRunCreateVolumeEtc
08:25:35 [2022-07-28T08:25:35.369Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.010s	coverage: 3.0% of statements
08:25:35 [2022-07-28T08:25:35.936Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.433s	coverage: 60.7% of statements
08:25:37 [2022-07-28T08:25:37.267Z] === RUN   TestDockerSuite/TestRunCreateVolumeWithSymlink
08:25:37 [2022-07-28T08:25:37.313Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.012s	coverage: 1.9% of statements
08:25:38 [2022-07-28T08:25:38.206Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir
08:25:39 [2022-07-28T08:25:39.217Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	0.282s	coverage: 50.6% of statements
08:25:39 [2022-07-28T08:25:39.476Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	2.055s	coverage: 46.1% of statements
08:25:39 [2022-07-28T08:25:39.476Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
08:25:40 [2022-07-28T08:25:40.746Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir2
08:25:40 [2022-07-28T08:25:40.855Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.010s	coverage: 58.5% of statements
08:25:40 [2022-07-28T08:25:40.855Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.747s	coverage: 58.5% of statements
08:25:40 [2022-07-28T08:25:40.855Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
08:25:40 [2022-07-28T08:25:40.855Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
08:25:41 [2022-07-28T08:25:41.006Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName
08:25:41 [2022-07-28T08:25:41.793Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.018s	coverage: 3.0% of statements
08:25:42 [2022-07-28T08:25:42.389Z] === RUN   TestDockerSuite/TestRunCredentialSpecFailures
08:25:42 [2022-07-28T08:25:42.389Z]     docker_cli_run_test.go:4035: unmatched requirement DaemonIsWindows
08:25:42 [2022-07-28T08:25:42.389Z] === RUN   TestDockerSuite/TestRunCredentialSpecWellFormed
08:25:42 [2022-07-28T08:25:42.389Z]     docker_cli_run_test.go:4054: unmatched requirement DaemonIsWindows
08:25:42 [2022-07-28T08:25:42.389Z] === RUN   TestDockerSuite/TestRunDNSDefaultOptions
08:25:42 [2022-07-28T08:25:42.742Z] ok  	github.com/docker/docker/daemon/links	0.003s	coverage: 93.0% of statements
08:25:43 [2022-07-28T08:25:43.309Z] ok  	github.com/docker/docker/daemon/images	0.057s	coverage: 6.9% of statements
08:25:43 [2022-07-28T08:25:43.309Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
08:25:43 [2022-07-28T08:25:43.309Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
08:25:43 [2022-07-28T08:25:43.332Z] === RUN   TestDockerSuite/TestRunDNSInHostMode
08:25:44 [2022-07-28T08:25:44.245Z] ok  	github.com/docker/docker/daemon/logger	0.223s	coverage: 43.2% of statements
08:25:44 [2022-07-28T08:25:44.712Z] === RUN   TestDockerSuite/TestRunDNSOptions
08:25:45 [2022-07-28T08:25:45.181Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.165s	coverage: 79.9% of statements
08:25:45 [2022-07-28T08:25:45.181Z] ok  	github.com/docker/docker/daemon/logger/fluentd	0.013s	coverage: 53.6% of statements
08:25:45 [2022-07-28T08:25:45.181Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
08:25:45 [2022-07-28T08:25:45.749Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.029s	coverage: 68.2% of statements
08:25:46 [2022-07-28T08:25:46.008Z] ok  	github.com/docker/docker/daemon/logger/journald	0.005s	coverage: 23.4% of statements
08:25:46 [2022-07-28T08:25:46.095Z] === RUN   TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked
08:25:46 [2022-07-28T08:25:46.095Z] === RUN   TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf
08:25:46 [2022-07-28T08:25:46.577Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.011s	coverage: 87.2% of statements
08:25:47 [2022-07-28T08:25:47.144Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.148s	coverage: 76.8% of statements
08:25:47 [2022-07-28T08:25:47.403Z] ok  	github.com/docker/docker/daemon/logger/local	0.037s	coverage: 79.4% of statements
08:25:47 [2022-07-28T08:25:47.403Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
08:25:47 [2022-07-28T08:25:47.403Z] ?   	github.com/docker/docker/daemon/logger/loggertest	[no test files]
08:25:48 [2022-07-28T08:25:48.015Z] === RUN   TestDockerSuite/TestRunDNSRepeatOptions
08:25:48 [2022-07-28T08:25:48.275Z] === RUN   TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule
08:25:48 [2022-07-28T08:25:48.339Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.028s	coverage: 62.0% of statements
08:25:48 [2022-07-28T08:25:48.339Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.031s	coverage: 31.5% of statements
08:25:48 [2022-07-28T08:25:48.844Z] === RUN   TestDockerSwarmSuite/TestDNSConfig
08:25:49 [2022-07-28T08:25:49.716Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.013s	coverage: 46.8% of statements
08:25:49 [2022-07-28T08:25:49.785Z] === RUN   TestDockerSuite/TestRunDetachedContainerIDPrinting
08:25:49 [2022-07-28T08:25:49.975Z] ok  	github.com/docker/docker/daemon/logger/templates	0.003s	coverage: 8.3% of statements
08:25:50 [2022-07-28T08:25:50.355Z] === RUN   TestDockerSuite/TestRunDeviceDirectory
08:25:50 [2022-07-28T08:25:50.355Z]     docker_cli_run_unix_test.go:86: Host does not have /dev/snd
08:25:50 [2022-07-28T08:25:50.355Z] === RUN   TestDockerSuite/TestRunDeviceNumbers
08:25:50 [2022-07-28T08:25:50.544Z] ok  	github.com/docker/docker/daemon/network	0.004s	coverage: 63.8% of statements
08:25:50 [2022-07-28T08:25:50.925Z] === RUN   TestDockerSuite/TestRunDeviceSymlink
08:25:51 [2022-07-28T08:25:51.111Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.598s	coverage: 82.5% of statements
08:25:51 [2022-07-28T08:25:51.111Z] ?   	github.com/docker/docker/daemon/names	[no test files]
08:25:51 [2022-07-28T08:25:51.111Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
08:25:51 [2022-07-28T08:25:51.865Z] === RUN   TestDockerSwarmSuite/TestDNSConfigUpdate
08:25:52 [2022-07-28T08:25:52.047Z] ok  	github.com/docker/docker/distribution/metadata	0.022s	coverage: 44.4% of statements
08:25:52 [2022-07-28T08:25:52.436Z] === RUN   TestDockerSuite/TestRunDisallowBindMountingRootToRoot
08:25:52 [2022-07-28T08:25:52.436Z] === RUN   TestDockerSuite/TestRunDuplicateMount
08:25:53 [2022-07-28T08:25:53.006Z] === RUN   TestDockerSuite/TestRunEchoNamedContainer
08:25:53 [2022-07-28T08:25:53.423Z] ok  	github.com/docker/docker/distribution	1.502s	coverage: 28.0% of statements
08:25:53 [2022-07-28T08:25:53.423Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
08:25:53 [2022-07-28T08:25:53.576Z] === RUN   TestDockerSuite/TestRunEchoStdout
08:25:53 [2022-07-28T08:25:53.682Z] ok  	github.com/docker/docker/errdefs	0.005s	coverage: 77.0% of statements
08:25:54 [2022-07-28T08:25:54.146Z] === RUN   TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit
08:25:54 [2022-07-28T08:25:54.618Z] ok  	github.com/docker/docker/image	0.024s	coverage: 86.9% of statements
08:25:54 [2022-07-28T08:25:54.618Z] ok  	github.com/docker/docker/distribution/xfer	1.891s	coverage: 84.9% of statements
08:25:54 [2022-07-28T08:25:54.618Z] ?   	github.com/docker/docker/dockerversion	[no test files]
08:25:54 [2022-07-28T08:25:54.877Z] ok  	github.com/docker/docker/image/cache	0.009s	coverage: 19.2% of statements
08:25:55 [2022-07-28T08:25:55.084Z] === RUN   TestDockerSwarmSuite/TestExtraHosts
08:25:55 [2022-07-28T08:25:55.084Z] === RUN   TestDockerSuite/TestRunEmptyEnv
08:25:55 [2022-07-28T08:25:55.084Z] === RUN   TestDockerSuite/TestRunEntrypoint
08:25:55 [2022-07-28T08:25:55.344Z] === RUN   TestDockerSuite/TestRunEnvironment
08:25:55 [2022-07-28T08:25:55.812Z] ok  	github.com/docker/docker/image/tarexport	0.036s	coverage: 0.7% of statements
08:25:55 [2022-07-28T08:25:55.812Z] ?   	github.com/docker/docker/image/v1	[no test files]
08:25:55 [2022-07-28T08:25:55.812Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
08:25:55 [2022-07-28T08:25:55.915Z] === RUN   TestDockerSuite/TestRunEnvironmentErase
08:25:56 [2022-07-28T08:25:56.380Z] ok  	github.com/docker/docker/libcontainerd/queue	0.025s	coverage: 100.0% of statements
08:25:56 [2022-07-28T08:25:56.486Z] === RUN   TestDockerSuite/TestRunEnvironmentOverride
08:25:56 [2022-07-28T08:25:56.949Z] ok  	github.com/docker/docker/oci	0.007s	coverage: 46.0% of statements
08:25:57 [2022-07-28T08:25:57.425Z] === RUN   TestDockerSuite/TestRunExitCode
08:25:57 [2022-07-28T08:25:57.516Z] ok  	github.com/docker/docker/opts	0.025s	coverage: 66.0% of statements
08:25:57 [2022-07-28T08:25:57.516Z] ok  	github.com/docker/docker/pkg/aaparser	0.002s	coverage: 52.9% of statements
08:25:57 [2022-07-28T08:25:57.996Z] === RUN   TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames
08:25:58 [2022-07-28T08:25:58.256Z] === RUN   TestDockerSuite/TestRunExitCodeOne
08:25:58 [2022-07-28T08:25:58.825Z] === RUN   TestDockerSuite/TestRunExitCodeZero
08:25:59 [2022-07-28T08:25:59.085Z] === RUN   TestDockerSuite/TestRunExitOnStdinClose
08:25:59 [2022-07-28T08:25:59.421Z] ok  	github.com/docker/docker/pkg/archive	0.305s	coverage: 81.9% of statements
08:25:59 [2022-07-28T08:25:59.654Z] === RUN   TestDockerSuite/TestRunExposePort
08:25:59 [2022-07-28T08:25:59.654Z] === RUN   TestDockerSuite/TestRunFullHostnameSet
08:25:59 [2022-07-28T08:25:59.988Z] ok  	github.com/docker/docker/pkg/authorization	0.285s	coverage: 68.3% of statements
08:26:00 [2022-07-28T08:26:00.247Z] ok  	github.com/docker/docker/pkg/broadcaster	0.002s	coverage: 100.0% of statements
08:26:00 [2022-07-28T08:26:00.247Z] ok  	github.com/docker/docker/pkg/capabilities	0.002s	coverage: 87.5% of statements
08:26:00 [2022-07-28T08:26:00.594Z] === RUN   TestDockerSuite/TestRunGroupAdd
08:26:00 [2022-07-28T08:26:00.853Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachable
08:26:01 [2022-07-28T08:26:01.112Z] === RUN   TestDockerSuite/TestRunHostnameFQDN
08:26:02 [2022-07-28T08:26:02.053Z] === RUN   TestDockerSuite/TestRunHostnameInHostMode
08:26:02 [2022-07-28T08:26:02.313Z] === RUN   TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent
08:26:02 [2022-07-28T08:26:02.313Z]     docker_cli_run_test.go:4137: unmatched requirement DaemonIsWindows
08:26:02 [2022-07-28T08:26:02.313Z] === RUN   TestDockerSuite/TestRunInitLayerPathOwnership
08:26:03 [2022-07-28T08:26:03.531Z] ok  	github.com/docker/docker/pkg/chrootarchive	2.474s	coverage: 42.7% of statements
08:26:03 [2022-07-28T08:26:03.531Z] ok  	github.com/docker/docker/pkg/containerfs	0.004s	coverage: 6.7% of statements
08:26:03 [2022-07-28T08:26:03.790Z] ok  	github.com/docker/docker/pkg/directory	0.003s	coverage: 80.0% of statements
08:26:04 [2022-07-28T08:26:04.049Z] ok  	github.com/docker/docker/pkg/dmesg	0.004s	coverage: 83.3% of statements
08:26:04 [2022-07-28T08:26:04.049Z] ok  	github.com/docker/docker/layer	7.379s	coverage: 68.9% of statements
08:26:04 [2022-07-28T08:26:04.049Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
08:26:04 [2022-07-28T08:26:04.049Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
08:26:04 [2022-07-28T08:26:04.049Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
08:26:04 [2022-07-28T08:26:04.049Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
08:26:04 [2022-07-28T08:26:04.049Z] ?   	github.com/docker/docker/oci/caps	[no test files]
08:26:04 [2022-07-28T08:26:04.049Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
08:26:04 [2022-07-28T08:26:04.638Z] ok  	github.com/docker/docker/pkg/fileutils	0.017s	coverage: 87.2% of statements
08:26:04 [2022-07-28T08:26:04.898Z] ok  	github.com/docker/docker/pkg/fsutils	0.165s	coverage: 85.1% of statements
08:26:04 [2022-07-28T08:26:04.898Z] ok  	github.com/docker/docker/pkg/homedir	0.003s	coverage: 11.4% of statements
08:26:05 [2022-07-28T08:26:05.618Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave
08:26:05 [2022-07-28T08:26:05.618Z] === RUN   TestDockerSuite/TestRunInspectMacAddress
08:26:06 [2022-07-28T08:26:06.187Z] === RUN   TestDockerSuite/TestRunInteractiveWithRestartPolicy
08:26:06 [2022-07-28T08:26:06.276Z] ok  	github.com/docker/docker/pkg/idtools	0.536s	coverage: 67.9% of statements
08:26:06 [2022-07-28T08:26:06.276Z] ok  	github.com/docker/docker/pkg/ioutils	0.446s	coverage: 70.1% of statements
08:26:06 [2022-07-28T08:26:06.535Z] ok  	github.com/docker/docker/pkg/longpath	0.027s	coverage: 100.0% of statements
08:26:06 [2022-07-28T08:26:06.535Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.009s	coverage: 91.7% of statements
08:26:06 [2022-07-28T08:26:06.535Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
08:26:06 [2022-07-28T08:26:06.793Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.003s	coverage: 85.7% of statements
08:26:06 [2022-07-28T08:26:06.793Z] ok  	github.com/docker/docker/pkg/parsers	0.003s	coverage: 97.0% of statements
08:26:07 [2022-07-28T08:26:07.052Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.002s	coverage: 60.0% of statements
08:26:07 [2022-07-28T08:26:07.311Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.004s	coverage: 90.5% of statements
08:26:07 [2022-07-28T08:26:07.311Z] ok  	github.com/docker/docker/pkg/pidfile	0.005s	coverage: 82.4% of statements
08:26:07 [2022-07-28T08:26:07.311Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
08:26:07 [2022-07-28T08:26:07.311Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
08:26:07 [2022-07-28T08:26:07.878Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.021s	coverage: 56.8% of statements
08:26:08 [2022-07-28T08:26:08.445Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.003s	coverage: 85.7% of statements
08:26:08 [2022-07-28T08:26:08.704Z] ok  	github.com/docker/docker/pkg/pools	0.003s	coverage: 88.2% of statements
08:26:08 [2022-07-28T08:26:08.724Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure
08:26:08 [2022-07-28T08:26:08.963Z] ok  	github.com/docker/docker/pkg/progress	0.002s	coverage: 75.9% of statements
08:26:10 [2022-07-28T08:26:10.337Z] ok  	github.com/docker/docker/pkg/pubsub	1.035s	coverage: 75.0% of statements
08:26:10 [2022-07-28T08:26:10.337Z] ok  	github.com/docker/docker/pkg/reexec	0.009s	coverage: 82.4% of statements
08:26:10 [2022-07-28T08:26:10.596Z] ok  	github.com/docker/docker/pkg/stack	0.004s	coverage: 90.9% of statements
08:26:10 [2022-07-28T08:26:10.855Z] ok  	github.com/docker/docker/pkg/stdcopy	0.004s	coverage: 100.0% of statements
08:26:11 [2022-07-28T08:26:11.115Z] ok  	github.com/docker/docker/pkg/streamformatter	0.004s	coverage: 66.2% of statements
08:26:11 [2022-07-28T08:26:11.374Z] ok  	github.com/docker/docker/pkg/stringid	0.002s	coverage: 70.6% of statements
08:26:11 [2022-07-28T08:26:11.633Z] ok  	github.com/docker/docker/pkg/sysinfo	0.006s	coverage: 54.1% of statements
08:26:12 [2022-07-28T08:26:12.201Z] ok  	github.com/docker/docker/pkg/system	0.003s	coverage: 42.3% of statements
08:26:12 [2022-07-28T08:26:12.461Z] ok  	github.com/docker/docker/pkg/tailfile	0.049s	coverage: 88.6% of statements
08:26:13 [2022-07-28T08:26:13.028Z] ok  	github.com/docker/docker/pkg/tarsum	0.039s	coverage: 89.3% of statements
08:26:13 [2022-07-28T08:26:13.287Z] ok  	github.com/docker/docker/pkg/truncindex	0.102s	coverage: 91.5% of statements
08:26:13 [2022-07-28T08:26:13.546Z] ok  	github.com/docker/docker/pkg/useragent	0.002s	coverage: 88.9% of statements
08:26:15 [2022-07-28T08:26:15.449Z] ok  	github.com/docker/docker/plugin	0.518s	coverage: 23.2% of statements
08:26:15 [2022-07-28T08:26:15.449Z] ok  	github.com/docker/docker/plugin/v2	0.003s	coverage: 14.4% of statements
08:26:16 [2022-07-28T08:26:16.016Z] ok  	github.com/docker/docker/profiles/seccomp	0.010s	coverage: 86.0% of statements
08:26:16 [2022-07-28T08:26:16.953Z] ok  	github.com/docker/docker/quota	0.265s	coverage: 71.4% of statements
08:26:17 [2022-07-28T08:26:17.212Z] ok  	github.com/docker/docker/reference	0.006s	coverage: 84.4% of statements
08:26:18 [2022-07-28T08:26:18.149Z] ok  	github.com/docker/docker/registry	0.053s	coverage: 58.6% of statements
08:26:18 [2022-07-28T08:26:18.705Z] === RUN   TestDockerSuite/TestRunInvalidCPUShares
08:26:18 [2022-07-28T08:26:18.705Z] === RUN   TestDockerSuite/TestRunInvalidCgroupParent
08:26:18 [2022-07-28T08:26:18.705Z] === RUN   TestDockerSuite/TestRunInvalidCpusetCpusFlagValue
08:26:18 [2022-07-28T08:26:18.705Z] === RUN   TestDockerSuite/TestRunInvalidCpusetMemsFlagValue
08:26:18 [2022-07-28T08:26:18.705Z] === RUN   TestDockerSuite/TestRunInvalidReference
08:26:18 [2022-07-28T08:26:18.705Z] === RUN   TestDockerSuite/TestRunLeakyFileDescriptors
08:26:18 [2022-07-28T08:26:18.716Z] ok  	github.com/docker/docker/registry/resumable	0.016s	coverage: 100.0% of statements
08:26:18 [2022-07-28T08:26:18.716Z] ok  	github.com/docker/docker/restartmanager	0.002s	coverage: 50.9% of statements
08:26:19 [2022-07-28T08:26:19.275Z] === RUN   TestDockerSuite/TestRunLinkToContainerNetMode
08:26:19 [2022-07-28T08:26:19.283Z] ok  	github.com/docker/docker/runconfig	0.009s	coverage: 64.5% of statements
08:26:19 [2022-07-28T08:26:19.542Z] ok  	github.com/docker/docker/testutil	0.002s	coverage: 62.5% of statements
08:26:21 [2022-07-28T08:26:21.185Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerID
08:26:21 [2022-07-28T08:26:21.447Z] ok  	github.com/docker/docker/volume/drivers	0.004s	coverage: 36.1% of statements
08:26:21 [2022-07-28T08:26:21.706Z] ok  	github.com/docker/docker/volume/local	0.107s	coverage: 76.8% of statements
08:26:22 [2022-07-28T08:26:22.122Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerName
08:26:22 [2022-07-28T08:26:22.273Z] ok  	github.com/docker/docker/volume/mounts	0.008s	coverage: 67.7% of statements
08:26:23 [2022-07-28T08:26:23.060Z] === RUN   TestDockerSuite/TestRunLookupGoogleDNS
08:26:23 [2022-07-28T08:26:23.649Z] ok  	github.com/docker/docker/volume/service	0.019s	coverage: 72.3% of statements
08:26:29 [2022-07-28T08:26:29.628Z] === RUN   TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled
08:26:29 [2022-07-28T08:26:29.628Z] === RUN   TestDockerSuite/TestRunLoopbackWhenNetworkDisabled
08:26:29 [2022-07-28T08:26:29.628Z] === RUN   TestDockerSuite/TestRunModeHostname
08:26:30 [2022-07-28T08:26:30.197Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotExists
08:26:30 [2022-07-28T08:26:30.197Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotRunning
08:26:30 [2022-07-28T08:26:30.458Z] === RUN   TestDockerSuite/TestRunModeIpcHost
08:26:31 [2022-07-28T08:26:31.410Z] === RUN   TestDockerSuite/TestRunModeNetContainerHostname
08:26:32 [2022-07-28T08:26:32.373Z] === RUN   TestDockerSuite/TestRunModePIDContainer
08:26:32 [2022-07-28T08:26:32.634Z] === RUN   TestDockerSwarmSuite/TestPruneNetwork
08:26:33 [2022-07-28T08:26:33.572Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotExists
08:26:33 [2022-07-28T08:26:33.572Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotRunning
08:26:33 [2022-07-28T08:26:33.832Z] === RUN   TestDockerSuite/TestRunModeUTSHost
08:26:35 [2022-07-28T08:26:35.212Z] === RUN   TestDockerSuite/TestRunMount
08:26:40 [2022-07-28T08:26:40.492Z] === RUN   TestDockerSuite/TestRunMountOrdering
08:26:40 [2022-07-28T08:26:40.492Z] === RUN   TestDockerSuite/TestRunMountReadOnlyDevShm
08:26:41 [2022-07-28T08:26:41.060Z] === RUN   TestDockerSuite/TestRunMountShmMqueueFromHost
08:26:41 [2022-07-28T08:26:41.320Z] === RUN   TestDockerSwarmSuite/TestPsListContainersFilterIsTask
08:26:42 [2022-07-28T08:26:42.266Z] === RUN   TestDockerSuite/TestRunMultipleVolumesFrom
08:26:44 [2022-07-28T08:26:44.192Z] === RUN   TestDockerSuite/TestRunNamedVolume
08:26:45 [2022-07-28T08:26:45.130Z] === RUN   TestDockerSwarmSuite/TestServiceCreateMountTmpfs
08:26:45 [2022-07-28T08:26:45.574Z] ok  	github.com/docker/docker/pkg/plugins	33.635s	coverage: 76.3% of statements
08:26:45 [2022-07-28T08:26:45.574Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
08:26:45 [2022-07-28T08:26:45.574Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
08:26:45 [2022-07-28T08:26:45.574Z] ?   	github.com/docker/docker/pkg/signal	[no test files]
08:26:45 [2022-07-28T08:26:45.574Z] ?   	github.com/docker/docker/pkg/urlutil	[no test files]
08:26:45 [2022-07-28T08:26:45.574Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
08:26:45 [2022-07-28T08:26:45.574Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
08:26:45 [2022-07-28T08:26:45.574Z] ?   	github.com/docker/docker/rootless	[no test files]
08:26:45 [2022-07-28T08:26:45.574Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
08:26:45 [2022-07-28T08:26:45.574Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
08:26:45 [2022-07-28T08:26:45.574Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
08:26:45 [2022-07-28T08:26:45.574Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
08:26:45 [2022-07-28T08:26:45.574Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
08:26:45 [2022-07-28T08:26:45.574Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
08:26:45 [2022-07-28T08:26:45.574Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
08:26:45 [2022-07-28T08:26:45.574Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
08:26:45 [2022-07-28T08:26:45.574Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
08:26:45 [2022-07-28T08:26:45.574Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
08:26:45 [2022-07-28T08:26:45.574Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
08:26:45 [2022-07-28T08:26:45.574Z] ?   	github.com/docker/docker/testutil/request	[no test files]
08:26:45 [2022-07-28T08:26:45.574Z] ?   	github.com/docker/docker/volume	[no test files]
08:26:45 [2022-07-28T08:26:45.574Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
08:26:45 [2022-07-28T08:26:45.574Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
08:26:45 [2022-07-28T08:26:45.574Z] 
08:26:45 [2022-07-28T08:26:45.574Z] === Skipped
08:26:45 [2022-07-28T08:26:45.574Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s)
08:26:45 [2022-07-28T08:26:45.574Z]     network_proxy_test.go:193: Need to start CI docker with --ipv6
08:26:45 [2022-07-28T08:26:45.574Z] 
08:26:45 [2022-07-28T08:26:45.574Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s)
08:26:45 [2022-07-28T08:26:45.574Z]     network_proxy_test.go:208: No support for dual stack yet
08:26:45 [2022-07-28T08:26:45.574Z] 
08:26:45 [2022-07-28T08:26:45.574Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s)
08:26:45 [2022-07-28T08:26:45.574Z]     network_proxy_test.go:237: Need to start CI docker with --ipv6
08:26:45 [2022-07-28T08:26:45.574Z] 
08:26:45 [2022-07-28T08:26:45.574Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s)
08:26:45 [2022-07-28T08:26:45.574Z]     network_proxy_test.go:298: Need to start CI docker with --ipv6
08:26:45 [2022-07-28T08:26:45.574Z] 
08:26:45 [2022-07-28T08:26:45.574Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
08:26:45 [2022-07-28T08:26:45.574Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
08:26:45 [2022-07-28T08:26:45.574Z]     graphtest_unix.go:44: Driver btrfs not supported
08:26:45 [2022-07-28T08:26:45.574Z] 
08:26:45 [2022-07-28T08:26:45.574Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
08:26:45 [2022-07-28T08:26:45.574Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
08:26:45 [2022-07-28T08:26:45.574Z]     graphtest_unix.go:44: Driver btrfs not supported
08:26:45 [2022-07-28T08:26:45.574Z] 
08:26:45 [2022-07-28T08:26:45.574Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
08:26:45 [2022-07-28T08:26:45.574Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
08:26:45 [2022-07-28T08:26:45.574Z]     graphtest_unix.go:44: Driver btrfs not supported
08:26:45 [2022-07-28T08:26:45.574Z] 
08:26:45 [2022-07-28T08:26:45.574Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
08:26:45 [2022-07-28T08:26:45.574Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
08:26:45 [2022-07-28T08:26:45.574Z]     graphtest_unix.go:44: Driver btrfs not supported
08:26:45 [2022-07-28T08:26:45.574Z] 
08:26:45 [2022-07-28T08:26:45.574Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
08:26:45 [2022-07-28T08:26:45.574Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
08:26:45 [2022-07-28T08:26:45.574Z]     graphtest_unix.go:44: Driver btrfs not supported
08:26:45 [2022-07-28T08:26:45.574Z] 
08:26:45 [2022-07-28T08:26:45.574Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
08:26:45 [2022-07-28T08:26:45.574Z]     graphtest_unix.go:71: No driver to put!
08:26:45 [2022-07-28T08:26:45.574Z] 
08:26:45 [2022-07-28T08:26:45.574Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
08:26:45 [2022-07-28T08:26:45.574Z] time="2022-07-28T08:25:37Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
08:26:45 [2022-07-28T08:26:45.574Z]     graphtest_unix.go:42: graphdriver: driver not supported
08:26:45 [2022-07-28T08:26:45.574Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
08:26:45 [2022-07-28T08:26:45.574Z] 
08:26:45 [2022-07-28T08:26:45.574Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
08:26:45 [2022-07-28T08:26:45.574Z] time="2022-07-28T08:25:37Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
08:26:45 [2022-07-28T08:26:45.574Z]     graphtest_unix.go:42: graphdriver: driver not supported
08:26:45 [2022-07-28T08:26:45.574Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
08:26:45 [2022-07-28T08:26:45.574Z] 
08:26:45 [2022-07-28T08:26:45.574Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
08:26:45 [2022-07-28T08:26:45.574Z] time="2022-07-28T08:25:37Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
08:26:45 [2022-07-28T08:26:45.574Z]     graphtest_unix.go:42: graphdriver: driver not supported
08:26:45 [2022-07-28T08:26:45.574Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
08:26:45 [2022-07-28T08:26:45.574Z] 
08:26:45 [2022-07-28T08:26:45.574Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
08:26:45 [2022-07-28T08:26:45.574Z] time="2022-07-28T08:25:37Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
08:26:45 [2022-07-28T08:26:45.574Z]     graphtest_unix.go:42: graphdriver: driver not supported
08:26:45 [2022-07-28T08:26:45.574Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
08:26:45 [2022-07-28T08:26:45.574Z] 
08:26:45 [2022-07-28T08:26:45.574Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
08:26:45 [2022-07-28T08:26:45.574Z] time="2022-07-28T08:25:37Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
08:26:45 [2022-07-28T08:26:45.574Z]     graphtest_unix.go:42: graphdriver: driver not supported
08:26:45 [2022-07-28T08:26:45.574Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
08:26:45 [2022-07-28T08:26:45.574Z] 
08:26:45 [2022-07-28T08:26:45.574Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
08:26:45 [2022-07-28T08:26:45.574Z]     graphtest_unix.go:71: No driver to put!
08:26:45 [2022-07-28T08:26:45.574Z] 
08:26:45 [2022-07-28T08:26:45.574Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
08:26:45 [2022-07-28T08:26:45.574Z]     overlay_test.go:45: Fails to compute changes after apply intermittently
08:26:45 [2022-07-28T08:26:45.574Z] 
08:26:45 [2022-07-28T08:26:45.574Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
08:26:45 [2022-07-28T08:26:45.574Z]     overlay_test.go:50: Fails to compute changes intermittently
08:26:45 [2022-07-28T08:26:45.574Z] 
08:26:45 [2022-07-28T08:26:45.574Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
08:26:45 [2022-07-28T08:26:45.574Z]     overlay_test.go:65: Cannot run test with naive change algorithm
08:26:45 [2022-07-28T08:26:45.574Z] 
08:26:45 [2022-07-28T08:26:45.574Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
08:26:45 [2022-07-28T08:26:45.574Z]     graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
08:26:45 [2022-07-28T08:26:45.574Z] 
08:26:45 [2022-07-28T08:26:45.574Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
08:26:45 [2022-07-28T08:26:45.574Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
08:26:45 [2022-07-28T08:26:45.574Z]     graphtest_unix.go:44: Driver zfs not supported
08:26:45 [2022-07-28T08:26:45.574Z] 
08:26:45 [2022-07-28T08:26:45.574Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
08:26:45 [2022-07-28T08:26:45.574Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
08:26:45 [2022-07-28T08:26:45.574Z]     graphtest_unix.go:44: Driver zfs not supported
08:26:45 [2022-07-28T08:26:45.574Z] 
08:26:45 [2022-07-28T08:26:45.574Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
08:26:45 [2022-07-28T08:26:45.574Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
08:26:45 [2022-07-28T08:26:45.574Z]     graphtest_unix.go:44: Driver zfs not supported
08:26:45 [2022-07-28T08:26:45.574Z] 
08:26:45 [2022-07-28T08:26:45.574Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
08:26:45 [2022-07-28T08:26:45.574Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
08:26:45 [2022-07-28T08:26:45.574Z]     graphtest_unix.go:44: Driver zfs not supported
08:26:45 [2022-07-28T08:26:45.574Z] 
08:26:45 [2022-07-28T08:26:45.574Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
08:26:45 [2022-07-28T08:26:45.574Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
08:26:45 [2022-07-28T08:26:45.574Z]     graphtest_unix.go:44: Driver zfs not supported
08:26:45 [2022-07-28T08:26:45.574Z] 
08:26:45 [2022-07-28T08:26:45.574Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
08:26:45 [2022-07-28T08:26:45.574Z]     graphtest_unix.go:71: No driver to put!
08:26:45 [2022-07-28T08:26:45.574Z] 
08:26:45 [2022-07-28T08:26:45.574Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
08:26:45 [2022-07-28T08:26:45.574Z]     sysinfo_linux_test.go:87: AppArmor Must be Disabled
08:26:45 [2022-07-28T08:26:45.574Z] 
08:26:45 [2022-07-28T08:26:45.574Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
08:26:45 [2022-07-28T08:26:45.574Z]     sysinfo_linux_test.go:107: cgroup namespaces must be disabled
08:26:45 [2022-07-28T08:26:45.574Z] 
08:26:45 [2022-07-28T08:26:45.574Z] DONE 2789 tests, 28 skipped in 254.415s
08:26:45 [2022-07-28T08:26:45.574Z] + '[' -n 'github.com/docker/docker/libnetwork
08:26:45 [2022-07-28T08:26:45.574Z] github.com/docker/docker/libnetwork/bitseq
08:26:45 [2022-07-28T08:26:45.574Z] github.com/docker/docker/libnetwork/cluster
08:26:45 [2022-07-28T08:26:45.574Z] github.com/docker/docker/libnetwork/cmd/diagnostic
08:26:45 [2022-07-28T08:26:45.574Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
08:26:45 [2022-07-28T08:26:45.574Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
08:26:45 [2022-07-28T08:26:45.574Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
08:26:45 [2022-07-28T08:26:45.574Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
08:26:45 [2022-07-28T08:26:45.574Z] github.com/docker/docker/libnetwork/cmd/ovrouter
08:26:45 [2022-07-28T08:26:45.574Z] github.com/docker/docker/libnetwork/cmd/readme_test
08:26:45 [2022-07-28T08:26:45.574Z] github.com/docker/docker/libnetwork/config
08:26:45 [2022-07-28T08:26:45.574Z] github.com/docker/docker/libnetwork/datastore
08:26:45 [2022-07-28T08:26:45.574Z] github.com/docker/docker/libnetwork/diagnostic
08:26:45 [2022-07-28T08:26:45.574Z] github.com/docker/docker/libnetwork/discoverapi
08:26:45 [2022-07-28T08:26:45.574Z] github.com/docker/docker/libnetwork/driverapi
08:26:45 [2022-07-28T08:26:45.574Z] github.com/docker/docker/libnetwork/drivers/bridge
08:26:45 [2022-07-28T08:26:45.574Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
08:26:45 [2022-07-28T08:26:45.574Z] github.com/docker/docker/libnetwork/drivers/host
08:26:45 [2022-07-28T08:26:45.575Z] github.com/docker/docker/libnetwork/drivers/ipvlan
08:26:45 [2022-07-28T08:26:45.575Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
08:26:45 [2022-07-28T08:26:45.575Z] github.com/docker/docker/libnetwork/drivers/macvlan
08:26:45 [2022-07-28T08:26:45.575Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
08:26:45 [2022-07-28T08:26:45.575Z] github.com/docker/docker/libnetwork/drivers/null
08:26:45 [2022-07-28T08:26:45.575Z] github.com/docker/docker/libnetwork/drivers/overlay
08:26:45 [2022-07-28T08:26:45.575Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
08:26:45 [2022-07-28T08:26:45.575Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
08:26:45 [2022-07-28T08:26:45.575Z] github.com/docker/docker/libnetwork/drivers/remote
08:26:45 [2022-07-28T08:26:45.575Z] github.com/docker/docker/libnetwork/drivers/remote/api
08:26:45 [2022-07-28T08:26:45.575Z] github.com/docker/docker/libnetwork/drivers/windows
08:26:45 [2022-07-28T08:26:45.575Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
08:26:45 [2022-07-28T08:26:45.575Z] github.com/docker/docker/libnetwork/drvregistry
08:26:45 [2022-07-28T08:26:45.575Z] github.com/docker/docker/libnetwork/etchosts
08:26:45 [2022-07-28T08:26:45.575Z] github.com/docker/docker/libnetwork/idm
08:26:45 [2022-07-28T08:26:45.575Z] github.com/docker/docker/libnetwork/internal/caller
08:26:45 [2022-07-28T08:26:45.575Z] github.com/docker/docker/libnetwork/internal/setmatrix
08:26:45 [2022-07-28T08:26:45.575Z] github.com/docker/docker/libnetwork/ipam
08:26:45 [2022-07-28T08:26:45.575Z] github.com/docker/docker/libnetwork/ipamapi
08:26:45 [2022-07-28T08:26:45.575Z] github.com/docker/docker/libnetwork/ipams/builtin
08:26:45 [2022-07-28T08:26:45.575Z] github.com/docker/docker/libnetwork/ipams/null
08:26:45 [2022-07-28T08:26:45.575Z] github.com/docker/docker/libnetwork/ipams/remote
08:26:45 [2022-07-28T08:26:45.575Z] github.com/docker/docker/libnetwork/ipams/remote/api
08:26:45 [2022-07-28T08:26:45.575Z] github.com/docker/docker/libnetwork/ipams/windowsipam
08:26:45 [2022-07-28T08:26:45.575Z] github.com/docker/docker/libnetwork/ipamutils
08:26:45 [2022-07-28T08:26:45.575Z] github.com/docker/docker/libnetwork/iptables
08:26:45 [2022-07-28T08:26:45.575Z] github.com/docker/docker/libnetwork/netlabel
08:26:45 [2022-07-28T08:26:45.575Z] github.com/docker/docker/libnetwork/netutils
08:26:45 [2022-07-28T08:26:45.575Z] github.com/docker/docker/libnetwork/networkdb
08:26:45 [2022-07-28T08:26:45.575Z] github.com/docker/docker/libnetwork/ns
08:26:45 [2022-07-28T08:26:45.575Z] github.com/docker/docker/libnetwork/options
08:26:45 [2022-07-28T08:26:45.575Z] github.com/docker/docker/libnetwork/osl
08:26:45 [2022-07-28T08:26:45.575Z] github.com/docker/docker/libnetwork/osl/kernel
08:26:45 [2022-07-28T08:26:45.575Z] github.com/docker/docker/libnetwork/portallocator
08:26:45 [2022-07-28T08:26:45.575Z] github.com/docker/docker/libnetwork/portmapper
08:26:45 [2022-07-28T08:26:45.575Z] github.com/docker/docker/libnetwork/resolvconf
08:26:45 [2022-07-28T08:26:45.575Z] github.com/docker/docker/libnetwork/testutils
08:26:45 [2022-07-28T08:26:45.575Z] github.com/docker/docker/libnetwork/types' ']'
08:26:45 [2022-07-28T08:26:45.575Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo libdm_no_deferred_remove' -cover -coverprofile=bundles/profile-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/ovrouter github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types
08:26:46 [2022-07-28T08:26:46.069Z] === RUN   TestDockerSuite/TestRunNamedVolumeCopyImageData
08:26:48 [2022-07-28T08:26:48.612Z] === RUN   TestDockerSwarmSuite/TestServiceCreateMountVolume
08:26:48 [2022-07-28T08:26:48.612Z] === RUN   TestDockerSuite/TestRunNamedVolumeNotRemoved
08:26:49 [2022-07-28T08:26:49.551Z] === RUN   TestDockerSuite/TestRunNamedVolumesFromNotRemoved
08:26:50 [2022-07-28T08:26:50.931Z] === RUN   TestDockerSuite/TestRunNamedVolumesMountedAsShared
08:26:50 [2022-07-28T08:26:50.931Z] === RUN   TestDockerSuite/TestRunNetContainerWhichHost
08:26:51 [2022-07-28T08:26:51.192Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice
08:26:51 [2022-07-28T08:26:51.452Z] === RUN   TestDockerSuite/TestRunNetHost
08:26:52 [2022-07-28T08:26:52.403Z] === RUN   TestDockerSuite/TestRunNetHostNotAllowedWithLinks
08:26:52 [2022-07-28T08:26:52.663Z] === RUN   TestDockerSuite/TestRunNetHostTwiceSameName
08:26:53 [2022-07-28T08:26:53.602Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMount
08:26:54 [2022-07-28T08:26:54.543Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigSimple
08:26:55 [2022-07-28T08:26:55.484Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountRO
08:26:57 [2022-07-28T08:26:57.398Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths
08:26:57 [2022-07-28T08:26:57.398Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem
08:27:00 [2022-07-28T08:27:00.695Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias
08:27:00 [2022-07-28T08:27:00.695Z] === RUN   TestDockerSuite/TestRunNetworkNotInitializedNoneMode
08:27:01 [2022-07-28T08:27:01.264Z] === RUN   TestDockerSuite/TestRunNoDupVolumes
08:27:01 [2022-07-28T08:27:01.264Z] === RUN   TestDockerSuite/TestRunNoNewPrivSetuid
08:27:01 [2022-07-28T08:27:01.834Z] === RUN   TestDockerSuite/TestRunNoOutputFromPullInStdout
08:27:01 [2022-07-28T08:27:01.834Z] === RUN   TestDockerSuite/TestRunNonExecutableCmd
08:27:02 [2022-07-28T08:27:02.772Z] === RUN   TestDockerSuite/TestRunNonExistingCmd
08:27:03 [2022-07-28T08:27:03.342Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice
08:27:03 [2022-07-28T08:27:03.342Z] === RUN   TestDockerSuite/TestRunNonExistingImage
08:27:03 [2022-07-28T08:27:03.342Z] === RUN   TestDockerSuite/TestRunNonLocalMacAddress
08:27:03 [2022-07-28T08:27:03.912Z] === RUN   TestDockerSuite/TestRunNonRootUserResolvName
08:27:05 [2022-07-28T08:27:05.822Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretSimple
08:27:08 [2022-07-28T08:27:08.360Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths
08:27:09 [2022-07-28T08:27:09.745Z] === RUN   TestDockerSuite/TestRunOOMExitCode
08:27:09 [2022-07-28T08:27:09.745Z]     docker_cli_run_unix_test.go:584: unmatched requirement swapMemorySupport
08:27:09 [2022-07-28T08:27:09.745Z] === RUN   TestDockerSuite/TestRunPIDHostWithChildIsKillable
08:27:10 [2022-07-28T08:27:10.693Z] === RUN   TestDockerSuite/TestRunPIDsLimit
08:27:11 [2022-07-28T08:27:11.275Z] === RUN   TestDockerSwarmSuite/TestServiceHealthRun
08:27:11 [2022-07-28T08:27:11.275Z] === RUN   TestDockerSuite/TestRunPortFromDockerRangeInUse
08:27:12 [2022-07-28T08:27:12.654Z] === RUN   TestDockerSuite/TestRunPortInUse
08:27:13 [2022-07-28T08:27:13.594Z] === RUN   TestDockerSuite/TestRunPrivilegedAllowedDevices
08:27:14 [2022-07-28T08:27:14.163Z]     docker_cli_run_unix_test.go:1401: out: "a *:* rwm\n"
08:27:14 [2022-07-28T08:27:14.163Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMknod
08:27:14 [2022-07-28T08:27:14.732Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMount
08:27:15 [2022-07-28T08:27:15.300Z] === RUN   TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers
08:27:15 [2022-07-28T08:27:15.560Z] === RUN   TestDockerSuite/TestRunProcWritableInPrivilegedContainers
08:27:16 [2022-07-28T08:27:16.129Z] === RUN   TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent
08:27:16 [2022-07-28T08:27:16.129Z]     docker_cli_run_test.go:4120: unmatched requirement DaemonIsWindows
08:27:16 [2022-07-28T08:27:16.129Z] === RUN   TestDockerSuite/TestRunPublishPort
08:27:16 [2022-07-28T08:27:16.699Z] === RUN   TestDockerSuite/TestRunReadFilteredProc
08:27:17 [2022-07-28T08:27:17.268Z] === RUN   TestDockerSuite/TestRunReadProcLatency
08:27:17 [2022-07-28T08:27:17.268Z]     docker_cli_run_test.go:2855: kernel doesn't have latency_stats configured
08:27:17 [2022-07-28T08:27:17.268Z] === RUN   TestDockerSuite/TestRunReadProcTimer
08:27:17 [2022-07-28T08:27:17.528Z] === RUN   TestDockerSwarmSuite/TestServiceHealthStart
08:27:17 [2022-07-28T08:27:17.787Z] === RUN   TestDockerSuite/TestRunRedirectStdout
08:27:19 [2022-07-28T08:27:19.170Z] === RUN   TestDockerSuite/TestRunResolvconfUpdate
08:27:19 [2022-07-28T08:27:19.170Z]     docker_cli_run_test.go:1438: Unstable test, to be re-activated once #19937 is resolved
08:27:19 [2022-07-28T08:27:19.170Z] === RUN   TestDockerSuite/TestRunRestartMaxRetries
08:27:21 [2022-07-28T08:27:21.708Z] === RUN   TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink
08:27:22 [2022-07-28T08:27:22.647Z] === RUN   TestDockerSuite/TestRunRm
08:27:22 [2022-07-28T08:27:22.908Z] === RUN   TestDockerSwarmSuite/TestServiceLogs
08:27:23 [2022-07-28T08:27:23.167Z] === RUN   TestDockerSuite/TestRunRmAndWait
08:27:26 [2022-07-28T08:27:26.460Z] === RUN   TestDockerSwarmSuite/TestServiceLogsCompleteness
08:27:26 [2022-07-28T08:27:26.720Z] === RUN   TestDockerSuite/TestRunRmPre125Api
08:27:27 [2022-07-28T08:27:27.307Z] === RUN   TestDockerSuite/TestRunRootWorkdir
08:27:28 [2022-07-28T08:27:28.255Z] === RUN   TestDockerSuite/TestRunSeccompAllowPrivCloneUserns
08:27:28 [2022-07-28T08:27:28.825Z] === RUN   TestDockerSwarmSuite/TestServiceLogsDetails
08:27:29 [2022-07-28T08:27:29.763Z] === RUN   TestDockerSuite/TestRunSeccompAllowSetrlimit
08:27:30 [2022-07-28T08:27:30.333Z] === RUN   TestDockerSuite/TestRunSeccompDefaultProfileAcct
08:27:31 [2022-07-28T08:27:31.719Z] === RUN   TestDockerSwarmSuite/TestServiceLogsFollow
08:27:32 [2022-07-28T08:27:32.264Z] ok  	github.com/docker/docker/libnetwork	37.463s	coverage: 40.6% of statements
08:27:32 [2022-07-28T08:27:32.265Z] ok  	github.com/docker/docker/libnetwork/bitseq	0.116s	coverage: 84.4% of statements
08:27:32 [2022-07-28T08:27:32.265Z] ?   	github.com/docker/docker/libnetwork/cluster	[no test files]
08:27:32 [2022-07-28T08:27:32.265Z] ?   	github.com/docker/docker/libnetwork/cmd/diagnostic	[no test files]
08:27:32 [2022-07-28T08:27:32.265Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test	[no test files]
08:27:32 [2022-07-28T08:27:32.265Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient	[no test files]
08:27:32 [2022-07-28T08:27:32.265Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver	[no test files]
08:27:32 [2022-07-28T08:27:32.265Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient	[no test files]
08:27:32 [2022-07-28T08:27:32.265Z] ?   	github.com/docker/docker/libnetwork/cmd/ovrouter	[no test files]
08:27:32 [2022-07-28T08:27:32.265Z] ?   	github.com/docker/docker/libnetwork/cmd/readme_test	[no test files]
08:27:32 [2022-07-28T08:27:32.265Z] ok  	github.com/docker/docker/libnetwork/config	0.014s	coverage: 22.4% of statements
08:27:32 [2022-07-28T08:27:32.265Z] ok  	github.com/docker/docker/libnetwork/datastore	0.004s	coverage: 21.9% of statements
08:27:32 [2022-07-28T08:27:32.265Z] ?   	github.com/docker/docker/libnetwork/diagnostic	[no test files]
08:27:32 [2022-07-28T08:27:32.265Z] ?   	github.com/docker/docker/libnetwork/discoverapi	[no test files]
08:27:32 [2022-07-28T08:27:32.265Z] ok  	github.com/docker/docker/libnetwork/driverapi	0.002s	coverage: 68.9% of statements
08:27:32 [2022-07-28T08:27:32.265Z] ok  	github.com/docker/docker/libnetwork/drivers/bridge	1.384s	coverage: 59.9% of statements
08:27:32 [2022-07-28T08:27:32.265Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge/brmanager	[no test files]
08:27:32 [2022-07-28T08:27:32.265Z] ok  	github.com/docker/docker/libnetwork/drivers/host	0.002s	coverage: 34.8% of statements
08:27:32 [2022-07-28T08:27:32.265Z] ok  	github.com/docker/docker/libnetwork/drivers/ipvlan	0.139s	coverage: 5.0% of statements
08:27:32 [2022-07-28T08:27:32.265Z] ?   	github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager	[no test files]
08:27:32 [2022-07-28T08:27:32.265Z] ok  	github.com/docker/docker/libnetwork/drivers/macvlan	0.015s	coverage: 4.5% of statements
08:27:32 [2022-07-28T08:27:32.265Z] ?   	github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager	[no test files]
08:27:32 [2022-07-28T08:27:32.265Z] ok  	github.com/docker/docker/libnetwork/drivers/null	0.002s	coverage: 34.8% of statements
08:27:33 [2022-07-28T08:27:33.627Z] === RUN   TestDockerSuite/TestRunSeccompDefaultProfileNS
08:27:35 [2022-07-28T08:27:35.007Z] === RUN   TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer
08:27:37 [2022-07-28T08:27:37.549Z] === RUN   TestDockerSuite/TestRunSeccompProfileAllow32Bit
08:27:37 [2022-07-28T08:27:37.808Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyChmod
08:27:38 [2022-07-28T08:27:38.067Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyCloneUserns
08:27:38 [2022-07-28T08:27:38.637Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyUnshare
08:27:39 [2022-07-28T08:27:39.206Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns
08:27:41 [2022-07-28T08:27:41.774Z] === RUN   TestDockerSuite/TestRunSeccompUnconfinedCloneUserns
08:27:41 [2022-07-28T08:27:41.774Z] === RUN   TestDockerSwarmSuite/TestServiceLogsSince
08:27:41 [2022-07-28T08:27:41.774Z] === RUN   TestDockerSuite/TestRunSeccompWithDefaultProfile
08:27:41 [2022-07-28T08:27:41.774Z] === RUN   TestDockerSuite/TestRunSetDefaultRestartPolicy
08:27:41 [2022-07-28T08:27:41.774Z] === RUN   TestDockerSuite/TestRunSetMacAddress
08:27:41 [2022-07-28T08:27:41.775Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay	8.283s	coverage: 6.6% of statements
08:27:41 [2022-07-28T08:27:41.775Z] ?   	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	[no test files]
08:27:41 [2022-07-28T08:27:41.775Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	0.003s	coverage: 63.6% of statements
08:27:42 [2022-07-28T08:27:42.035Z] === RUN   TestDockerSuite/TestRunSlowStdoutConsumer
08:27:42 [2022-07-28T08:27:42.342Z] ok  	github.com/docker/docker/libnetwork/drivers/remote	0.009s	coverage: 57.4% of statements
08:27:42 [2022-07-28T08:27:42.342Z] ?   	github.com/docker/docker/libnetwork/drivers/remote/api	[no test files]
08:27:42 [2022-07-28T08:27:42.342Z] ?   	github.com/docker/docker/libnetwork/drivers/windows	[no test files]
08:27:42 [2022-07-28T08:27:42.342Z] ?   	github.com/docker/docker/libnetwork/drivers/windows/overlay	[no test files]
08:27:42 [2022-07-28T08:27:42.909Z] ok  	github.com/docker/docker/libnetwork/drvregistry	0.018s	coverage: 82.4% of statements
08:27:42 [2022-07-28T08:27:42.909Z] ok  	github.com/docker/docker/libnetwork/etchosts	0.015s	coverage: 81.2% of statements
08:27:43 [2022-07-28T08:27:43.168Z] ok  	github.com/docker/docker/libnetwork/idm	0.002s	coverage: 87.5% of statements
08:27:43 [2022-07-28T08:27:43.415Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTTY
08:27:43 [2022-07-28T08:27:43.426Z] ok  	github.com/docker/docker/libnetwork/internal/caller	0.002s	coverage: 100.0% of statements
08:27:44 [2022-07-28T08:27:44.797Z] === RUN   TestDockerSuite/TestRunState
08:27:46 [2022-07-28T08:27:46.178Z] === RUN   TestDockerSuite/TestRunStdinBlockedAfterContainerExit
08:27:46 [2022-07-28T08:27:46.178Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTail
08:27:46 [2022-07-28T08:27:46.747Z] === RUN   TestDockerSuite/TestRunStdinPipe
08:27:47 [2022-07-28T08:27:47.319Z] === RUN   TestDockerSuite/TestRunStoppedLoggingDriverNoLeak
08:27:47 [2022-07-28T08:27:47.319Z] === RUN   TestDockerSuite/TestRunSwapLessThanMemoryLimit
08:27:47 [2022-07-28T08:27:47.319Z]     docker_cli_run_unix_test.go:685: unmatched requirement swapMemorySupport
08:27:47 [2022-07-28T08:27:47.319Z] === RUN   TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers
08:27:48 [2022-07-28T08:27:48.258Z] === RUN   TestDockerSuite/TestRunSysWritableInPrivilegedContainers
08:27:48 [2022-07-28T08:27:48.830Z] === RUN   TestDockerSuite/TestRunSysctls
08:27:49 [2022-07-28T08:27:49.090Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTaskLogs
08:27:50 [2022-07-28T08:27:50.029Z] === RUN   TestDockerSuite/TestRunTLSVerify
08:27:50 [2022-07-28T08:27:50.029Z] === RUN   TestDockerSuite/TestRunTTYWithPipe
08:27:50 [2022-07-28T08:27:50.029Z] === RUN   TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices
08:27:50 [2022-07-28T08:27:50.599Z] === RUN   TestDockerSuite/TestRunTmpfsMounts
08:27:51 [2022-07-28T08:27:51.983Z]     docker_cli_service_logs_test.go:248: checking task qvjphl6v8u9s
08:27:51 [2022-07-28T08:27:51.983Z]     docker_cli_service_logs_test.go:253: checking messages for qvjphl6v8u9s
08:27:51 [2022-07-28T08:27:51.983Z]     docker_cli_service_logs_test.go:248: checking task 12p71xsy4jzn
08:27:51 [2022-07-28T08:27:51.983Z]     docker_cli_service_logs_test.go:253: checking messages for 12p71xsy4jzn
08:27:52 [2022-07-28T08:27:52.552Z] === RUN   TestDockerSwarmSuite/TestServiceScale
08:27:52 [2022-07-28T08:27:52.814Z] === RUN   TestDockerSuite/TestRunTmpfsMountsEnsureOrdered
08:27:53 [2022-07-28T08:27:53.384Z] === RUN   TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes
08:27:54 [2022-07-28T08:27:54.765Z] === RUN   TestDockerSuite/TestRunTmpfsMountsWithOptions
08:27:55 [2022-07-28T08:27:55.335Z] === RUN   TestDockerSwarmSuite/TestSwarmAlternateLockUnlock
08:27:55 [2022-07-28T08:27:55.628Z] ok  	github.com/docker/docker/libnetwork/internal/setmatrix	10.004s	coverage: 100.0% of statements
08:27:57 [2022-07-28T08:27:57.876Z] === RUN   TestDockerSuite/TestRunTwoConcurrentContainers
08:28:00 [2022-07-28T08:28:00.428Z] === RUN   TestDockerSuite/TestRunUnprivilegedCanMknod
08:28:00 [2022-07-28T08:28:00.687Z] === RUN   TestDockerSuite/TestRunUnprivilegedCannotMount
08:28:01 [2022-07-28T08:28:01.257Z] === RUN   TestDockerSuite/TestRunUnprivilegedWithChroot
08:28:01 [2022-07-28T08:28:01.828Z] === RUN   TestDockerSuite/TestRunUnsetEntrypoint
08:28:03 [2022-07-28T08:28:03.737Z] === RUN   TestDockerSuite/TestRunUnshareProc
08:28:04 [2022-07-28T08:28:04.677Z] === RUN   TestDockerSuite/TestRunUserByID
08:28:05 [2022-07-28T08:28:05.246Z] === RUN   TestDockerSuite/TestRunUserByIDBig
08:28:05 [2022-07-28T08:28:05.246Z] === RUN   TestDockerSuite/TestRunUserByIDNegative
08:28:05 [2022-07-28T08:28:05.506Z] === RUN   TestDockerSuite/TestRunUserByIDZero
08:28:06 [2022-07-28T08:28:06.075Z] === RUN   TestDockerSuite/TestRunUserByName
08:28:06 [2022-07-28T08:28:06.644Z] === RUN   TestDockerSuite/TestRunUserDefaults
08:28:06 [2022-07-28T08:28:06.904Z] === RUN   TestDockerSuite/TestRunUserDeviceAllowed
08:28:06 [2022-07-28T08:28:06.904Z]     docker_cli_run_unix_test.go:1410: Host does not have /dev/snd/timer
08:28:06 [2022-07-28T08:28:06.904Z] === RUN   TestDockerSuite/TestRunUserNotFound
08:28:07 [2022-07-28T08:28:07.163Z] === RUN   TestDockerSuite/TestRunVerifyContainerID
08:28:07 [2022-07-28T08:28:07.423Z] === RUN   TestDockerSuite/TestRunVolumeCopyFlag
08:28:10 [2022-07-28T08:28:10.508Z] ok  	github.com/docker/docker/libnetwork/ipam	14.548s	coverage: 85.3% of statements
08:28:10 [2022-07-28T08:28:10.508Z] ?   	github.com/docker/docker/libnetwork/ipamapi	[no test files]
08:28:10 [2022-07-28T08:28:10.508Z] ?   	github.com/docker/docker/libnetwork/ipams/builtin	[no test files]
08:28:10 [2022-07-28T08:28:10.508Z] ok  	github.com/docker/docker/libnetwork/ipams/null	0.002s	coverage: 57.1% of statements
08:28:10 [2022-07-28T08:28:10.508Z] ok  	github.com/docker/docker/libnetwork/ipams/remote	0.007s	coverage: 47.4% of statements
08:28:10 [2022-07-28T08:28:10.508Z] ?   	github.com/docker/docker/libnetwork/ipams/remote/api	[no test files]
08:28:10 [2022-07-28T08:28:10.508Z] ok  	github.com/docker/docker/libnetwork/ipams/windowsipam	0.002s	coverage: 71.4% of statements
08:28:10 [2022-07-28T08:28:10.508Z] ok  	github.com/docker/docker/libnetwork/ipamutils	0.253s	coverage: 74.0% of statements
08:28:10 [2022-07-28T08:28:10.767Z] ok  	github.com/docker/docker/libnetwork/iptables	0.160s	coverage: 45.0% of statements
08:28:11 [2022-07-28T08:28:11.026Z] ok  	github.com/docker/docker/libnetwork/netlabel	0.002s	coverage: 60.0% of statements
08:28:11 [2022-07-28T08:28:11.285Z] ok  	github.com/docker/docker/libnetwork/netutils	0.028s	coverage: 44.1% of statements
08:28:11 [2022-07-28T08:28:11.623Z] === RUN   TestDockerSuite/TestRunVolumeWithOneCharacter
08:28:11 [2022-07-28T08:28:11.623Z] === RUN   TestDockerSuite/TestRunVolumesCleanPaths
08:28:12 [2022-07-28T08:28:12.193Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsConfig
08:28:12 [2022-07-28T08:28:12.454Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadWriteMode
08:28:14 [2022-07-28T08:28:14.362Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadonlyModeFails
08:28:14 [2022-07-28T08:28:14.931Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsNetwork
08:28:15 [2022-07-28T08:28:15.500Z] === RUN   TestDockerSuite/TestRunVolumesFromRestartAfterRemoved
08:28:17 [2022-07-28T08:28:17.420Z] === RUN   TestDockerSuite/TestRunVolumesFromSymlinkPath
08:28:17 [2022-07-28T08:28:17.681Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsNode
08:28:19 [2022-07-28T08:28:19.062Z] === RUN   TestDockerSuite/TestRunVolumesMountedAsReadonly
08:28:19 [2022-07-28T08:28:19.632Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUCount
08:28:19 [2022-07-28T08:28:19.632Z]     docker_cli_run_test.go:4090: unmatched requirement DaemonIsWindows
08:28:19 [2022-07-28T08:28:19.632Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUPercent
08:28:19 [2022-07-28T08:28:19.632Z]     docker_cli_run_test.go:4110: unmatched requirement DaemonIsWindows
08:28:19 [2022-07-28T08:28:19.632Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUShares
08:28:19 [2022-07-28T08:28:19.892Z]     docker_cli_run_test.go:4100: unmatched requirement DaemonIsWindows
08:28:19 [2022-07-28T08:28:19.892Z] === RUN   TestDockerSuite/TestRunWithBadDevice
08:28:19 [2022-07-28T08:28:19.892Z]     docker_cli_swarm_test.go:1895: [dfe0cea07a07f] joining swarm manager [df5d791ed9293]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
08:28:19 [2022-07-28T08:28:19.892Z] === RUN   TestDockerSuite/TestRunWithBlkioWeight
08:28:19 [2022-07-28T08:28:19.892Z]     docker_cli_run_unix_test.go:535: unmatched requirement blkioWeight
08:28:19 [2022-07-28T08:28:19.892Z] === RUN   TestDockerSuite/TestRunWithCPUQuota
08:28:20 [2022-07-28T08:28:20.462Z] === RUN   TestDockerSuite/TestRunWithCPUShares
08:28:21 [2022-07-28T08:28:21.032Z] === RUN   TestDockerSuite/TestRunWithCpuPeriod
08:28:21 [2022-07-28T08:28:21.292Z]     docker_cli_swarm_test.go:1896: [d6c168c087804] joining swarm manager [df5d791ed9293]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
08:28:22 [2022-07-28T08:28:22.231Z] === RUN   TestDockerSuite/TestRunWithCpusetCpus
08:28:22 [2022-07-28T08:28:22.799Z] === RUN   TestDockerSuite/TestRunWithCpusetMems
08:28:23 [2022-07-28T08:28:23.059Z] === RUN   TestDockerSuite/TestRunWithDaemonFlags
08:28:23 [2022-07-28T08:28:23.059Z] === RUN   TestDockerSuite/TestRunWithDefaultShmSize
08:28:23 [2022-07-28T08:28:23.628Z] === RUN   TestDockerSuite/TestRunWithInvalidBlkioWeight
08:28:23 [2022-07-28T08:28:23.628Z]     docker_cli_run_unix_test.go:546: unmatched requirement blkioWeight
08:28:23 [2022-07-28T08:28:23.628Z] === RUN   TestDockerSuite/TestRunWithInvalidCpuPeriod
08:28:23 [2022-07-28T08:28:23.628Z] === RUN   TestDockerSuite/TestRunWithInvalidMacAddress
08:28:23 [2022-07-28T08:28:23.628Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps
08:28:23 [2022-07-28T08:28:23.628Z]     docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight
08:28:23 [2022-07-28T08:28:23.628Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps
08:28:23 [2022-07-28T08:28:23.628Z]     docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight
08:28:23 [2022-07-28T08:28:23.628Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps
08:28:23 [2022-07-28T08:28:23.628Z]     docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight
08:28:23 [2022-07-28T08:28:23.628Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps
08:28:23 [2022-07-28T08:28:23.628Z]     docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight
08:28:23 [2022-07-28T08:28:23.628Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice
08:28:23 [2022-07-28T08:28:23.628Z]     docker_cli_run_unix_test.go:554: unmatched requirement blkioWeight
08:28:23 [2022-07-28T08:28:23.628Z] === RUN   TestDockerSuite/TestRunWithMemoryLimit
08:28:24 [2022-07-28T08:28:24.197Z] === RUN   TestDockerSuite/TestRunWithMemoryReservation
08:28:24 [2022-07-28T08:28:24.767Z] === RUN   TestDockerSuite/TestRunWithMemoryReservationInvalid
08:28:24 [2022-07-28T08:28:24.767Z] === RUN   TestDockerSuite/TestRunWithNanoCPUs
08:28:25 [2022-07-28T08:28:25.026Z] === RUN   TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks
08:28:25 [2022-07-28T08:28:25.286Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdj
08:28:25 [2022-07-28T08:28:25.856Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdjInvalidRange
08:28:25 [2022-07-28T08:28:25.856Z] === RUN   TestDockerSuite/TestRunWithShmSize
08:28:26 [2022-07-28T08:28:26.426Z] === RUN   TestDockerSuite/TestRunWithSwappiness
08:28:26 [2022-07-28T08:28:26.685Z] === RUN   TestDockerSuite/TestRunWithSwappinessInvalid
08:28:26 [2022-07-28T08:28:26.685Z] === RUN   TestDockerSuite/TestRunWithTooSmallMemoryLimit
08:28:26 [2022-07-28T08:28:26.685Z] === RUN   TestDockerSuite/TestRunWithUlimits
08:28:27 [2022-07-28T08:28:27.255Z] === RUN   TestDockerSuite/TestRunWithVolumesFromExited
08:28:28 [2022-07-28T08:28:28.636Z] === RUN   TestDockerSuite/TestRunWithVolumesIsRecursive
08:28:28 [2022-07-28T08:28:28.896Z] === RUN   TestDockerSuite/TestRunWithoutMemoryswapLimit
08:28:28 [2022-07-28T08:28:28.896Z]     docker_cli_run_unix_test.go:622: unmatched requirement swapMemorySupport
08:28:28 [2022-07-28T08:28:28.896Z] === RUN   TestDockerSuite/TestRunWithoutNetworking
08:28:29 [2022-07-28T08:28:29.465Z] === RUN   TestDockerSuite/TestRunWorkdirExistsAndIsFile
08:28:29 [2022-07-28T08:28:29.465Z] === RUN   TestDockerSuite/TestRunWorkingDirectory
08:28:30 [2022-07-28T08:28:30.405Z] === RUN   TestDockerSuite/TestRunWriteFilteredProc
08:28:30 [2022-07-28T08:28:30.666Z] === RUN   TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit
08:28:32 [2022-07-28T08:28:32.044Z] === RUN   TestDockerSuite/TestRunWriteToProcAsound
08:28:32 [2022-07-28T08:28:32.636Z] === RUN   TestDockerSuite/TestRunWrongCpusetCpusFlagValue
08:28:32 [2022-07-28T08:28:32.636Z] === RUN   TestDockerSuite/TestRunWrongCpusetMemsFlagValue
08:28:32 [2022-07-28T08:28:32.636Z] === RUN   TestDockerSuite/TestSlowStdinClosing
08:28:32 [2022-07-28T08:28:32.636Z] === RUN   TestDockerSuite/TestSlowStdinClosing/0
08:28:33 [2022-07-28T08:28:33.205Z] === RUN   TestDockerSuite/TestSlowStdinClosing/1
08:28:33 [2022-07-28T08:28:33.773Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsScope
08:28:34 [2022-07-28T08:28:34.033Z] === RUN   TestDockerSuite/TestSlowStdinClosing/2
08:28:34 [2022-07-28T08:28:34.602Z] === RUN   TestDockerSuite/TestStopContainerSignal
08:28:35 [2022-07-28T08:28:35.983Z] === RUN   TestDockerSuite/TestTwoContainersInNetHost
08:28:36 [2022-07-28T08:28:36.552Z] === RUN   TestDockerSuite/TestUserDefinedNetworkAlias
08:28:39 [2022-07-28T08:28:39.092Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinks
08:28:41 [2022-07-28T08:28:41.687Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinksWithRestart
08:28:41 [2022-07-28T08:28:41.687Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsSecret
08:28:44 [2022-07-28T08:28:44.227Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsService
08:28:44 [2022-07-28T08:28:44.488Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesChown
08:28:46 [2022-07-28T08:28:46.397Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot
08:28:47 [2022-07-28T08:28:47.777Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride
08:28:48 [2022-07-28T08:28:48.715Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner
08:28:49 [2022-07-28T08:28:49.654Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod
08:28:51 [2022-07-28T08:28:51.036Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService
08:28:52 [2022-07-28T08:28:52.415Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw
08:28:53 [2022-07-28T08:28:53.795Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid
08:28:55 [2022-07-28T08:28:55.176Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid
08:28:56 [2022-07-28T08:28:56.555Z] === RUN   TestDockerSuite/TestVolumeFromMixedRWOptions
08:28:57 [2022-07-28T08:28:57.936Z] === RUN   TestDockerSuite/TestVolumesFromGetsProperMode
08:28:59 [2022-07-28T08:28:59.843Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsSource
08:29:00 [2022-07-28T08:29:00.103Z] === RUN   TestDockerSuite/TestVolumesNoCopyData
08:29:02 [2022-07-28T08:29:02.643Z]     docker_cli_swarm_test.go:1796: [d7dfde5903155] joining swarm manager [d64999d7e8f8d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
08:29:03 [2022-07-28T08:29:03.212Z] === RUN   TestDockerSuite/TestWindowsRunAsSystem
08:29:03 [2022-07-28T08:29:03.212Z]     docker_cli_run_test.go:4435: unmatched requirement DaemonIsWindows
08:29:03 [2022-07-28T08:29:03.212Z] === RUN   TestDockerSuite/TestLoadNoStdinFail
08:29:03 [2022-07-28T08:29:03.212Z] === RUN   TestDockerSuite/TestLoadZeroSizeLayer
08:29:03 [2022-07-28T08:29:03.471Z]     docker_cli_swarm_test.go:1797: [d651abd90d56b] joining swarm manager [d64999d7e8f8d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
08:29:03 [2022-07-28T08:29:03.471Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoFlags
08:29:04 [2022-07-28T08:29:04.869Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoStdout
08:29:05 [2022-07-28T08:29:05.440Z] === RUN   TestDockerSuite/TestSaveAndLoadWithProgressBar
08:29:06 [2022-07-28T08:29:06.380Z] === RUN   TestDockerSuite/TestSaveCheckTimes
08:29:06 [2022-07-28T08:29:06.380Z] === RUN   TestDockerSuite/TestSaveDirectoryPermissions
08:29:07 [2022-07-28T08:29:07.321Z] === RUN   TestDockerSuite/TestSaveImageId
08:29:07 [2022-07-28T08:29:07.581Z] === RUN   TestDockerSuite/TestSaveLoadNoTag
08:29:07 [2022-07-28T08:29:07.840Z] === RUN   TestDockerSuite/TestSaveLoadParents
08:29:09 [2022-07-28T08:29:09.228Z]     docker_cli_save_load_test.go:376: tmpdir /tmp/save-load-parents1663041256
08:29:09 [2022-07-28T08:29:09.228Z] === RUN   TestDockerSuite/TestSaveMultipleNames
08:29:09 [2022-07-28T08:29:09.228Z] === RUN   TestDockerSuite/TestSaveRepoWithMultipleImages
08:29:10 [2022-07-28T08:29:10.609Z] === RUN   TestDockerSuite/TestSaveSingleTag
08:29:10 [2022-07-28T08:29:10.609Z] === RUN   TestDockerSuite/TestSaveWithNoExistImage
08:29:10 [2022-07-28T08:29:10.609Z] === RUN   TestDockerSuite/TestSaveXzAndLoadRepoStdout
08:29:11 [2022-07-28T08:29:11.548Z] === RUN   TestDockerSuite/TestSaveXzGzAndLoadRepoStdout
08:29:12 [2022-07-28T08:29:12.928Z] === RUN   TestDockerSuite/TestSearchCmdOptions
08:29:15 [2022-07-28T08:29:15.461Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistry
08:29:15 [2022-07-28T08:29:15.461Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistryWithDash
08:29:15 [2022-07-28T08:29:15.720Z] === RUN   TestDockerSuite/TestSearchStarsOptionWithWrongParameter
08:29:15 [2022-07-28T08:29:15.720Z] === RUN   TestDockerSuite/TestSearchWithLimit
08:29:17 [2022-07-28T08:29:17.625Z] === RUN   TestDockerSuite/TestClientSetsTLSServerName
08:29:17 [2022-07-28T08:29:17.625Z]     docker_cli_sni_test.go:30: Flakey test
08:29:17 [2022-07-28T08:29:17.625Z] === RUN   TestDockerSuite/TestStartAttachCorrectExitCode
08:29:19 [2022-07-28T08:29:19.530Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsType
08:29:22 [2022-07-28T08:29:22.839Z] === RUN   TestDockerSuite/TestStartAttachMultipleContainers
08:29:23 [2022-07-28T08:29:23.778Z] === RUN   TestDockerSuite/TestStartAttachReturnsOnError
08:29:24 [2022-07-28T08:29:24.348Z] === RUN   TestDockerSuite/TestStartAttachSilent
08:29:25 [2022-07-28T08:29:25.288Z] === RUN   TestDockerSuite/TestStartAttachWithRename
08:29:27 [2022-07-28T08:29:27.196Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey
08:29:28 [2022-07-28T08:29:28.134Z] === RUN   TestDockerSuite/TestStartMultipleContainers
08:29:29 [2022-07-28T08:29:29.516Z]     docker_cli_swarm_test.go:1315: [d057deeecea3a] joining swarm manager [d21c444d9d5b3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
08:29:30 [2022-07-28T08:29:30.084Z] === RUN   TestDockerSuite/TestStartPausedContainer
08:29:30 [2022-07-28T08:29:30.653Z] === RUN   TestDockerSuite/TestStartRecordError
08:29:30 [2022-07-28T08:29:30.912Z]     docker_cli_swarm_test.go:1316: [dd3527917b213] joining swarm manager [d21c444d9d5b3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
08:29:31 [2022-07-28T08:29:31.850Z] === RUN   TestDockerSuite/TestStartReturnCorrectExitCode
08:29:33 [2022-07-28T08:29:33.757Z] === RUN   TestDockerSuite/TestStatsAllNewContainersAdded
08:29:34 [2022-07-28T08:29:34.696Z] === RUN   TestDockerSuite/TestStatsAllNoStream
08:29:37 [2022-07-28T08:29:37.233Z] === RUN   TestDockerSuite/TestStatsAllRunningNoStream
08:29:41 [2022-07-28T08:29:41.428Z] === RUN   TestDockerSuite/TestStatsContainerNotFound
08:29:44 [2022-07-28T08:29:44.732Z] === RUN   TestDockerSuite/TestStatsFormatAll
08:29:48 [2022-07-28T08:29:48.923Z] === RUN   TestDockerSuite/TestStatsNoStream
08:29:51 [2022-07-28T08:29:51.457Z] === RUN   TestDockerSuite/TestTopMultipleArgs
08:29:51 [2022-07-28T08:29:51.717Z] === RUN   TestDockerSuite/TestTopNonPrivileged
08:29:52 [2022-07-28T08:29:52.286Z] === RUN   TestDockerSuite/TestTopPrivileged
08:29:52 [2022-07-28T08:29:52.855Z] === RUN   TestDockerSuite/TestTopWindowsCoreProcesses
08:29:52 [2022-07-28T08:29:52.855Z]     docker_cli_top_test.go:63: unmatched requirement DaemonIsWindows
08:29:52 [2022-07-28T08:29:52.855Z] === RUN   TestDockerSuite/TestUpdateContainerInvalidValue
08:29:53 [2022-07-28T08:29:53.424Z] === RUN   TestDockerSuite/TestUpdateContainerWithoutFlags
08:29:53 [2022-07-28T08:29:53.683Z] === RUN   TestDockerSuite/TestUpdateInvalidSwapMemory
08:29:53 [2022-07-28T08:29:53.683Z]     docker_cli_update_unix_test.go:152: unmatched requirement swapMemorySupport
08:29:53 [2022-07-28T08:29:53.683Z] === RUN   TestDockerSuite/TestUpdateMemoryWithSwapMemory
08:29:53 [2022-07-28T08:29:53.683Z]     docker_cli_update_unix_test.go:206: unmatched requirement swapMemorySupport
08:29:53 [2022-07-28T08:29:53.683Z] === RUN   TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy
08:29:54 [2022-07-28T08:29:54.621Z] === RUN   TestDockerSuite/TestUpdatePausedContainer
08:29:55 [2022-07-28T08:29:55.190Z] === RUN   TestDockerSuite/TestUpdateRunningContainer
08:29:55 [2022-07-28T08:29:55.759Z] === RUN   TestDockerSuite/TestUpdateRunningContainerWithRestart
08:29:57 [2022-07-28T08:29:57.142Z] === RUN   TestDockerSuite/TestUpdateStats
08:30:00 [2022-07-28T08:30:00.434Z] === RUN   TestDockerSuite/TestUpdateStoppedContainer
08:30:01 [2022-07-28T08:30:01.813Z] === RUN   TestDockerSuite/TestUpdateSwapMemoryOnly
08:30:01 [2022-07-28T08:30:01.813Z]     docker_cli_update_unix_test.go:136: unmatched requirement swapMemorySupport
08:30:01 [2022-07-28T08:30:01.813Z] === RUN   TestDockerSuite/TestUpdateWithNanoCPUs
08:30:02 [2022-07-28T08:30:02.381Z] === RUN   TestDockerSuite/TestUpdateWithUntouchedFields
08:30:02 [2022-07-28T08:30:02.755Z] ok  	github.com/docker/docker/libnetwork/networkdb	104.876s	coverage: 60.0% of statements
08:30:02 [2022-07-28T08:30:02.755Z] ?   	github.com/docker/docker/libnetwork/ns	[no test files]
08:30:02 [2022-07-28T08:30:02.755Z] ok  	github.com/docker/docker/libnetwork/options	0.002s	coverage: 100.0% of statements
08:30:02 [2022-07-28T08:30:02.755Z] ok  	github.com/docker/docker/libnetwork/osl	4.310s	coverage: 39.7% of statements
08:30:02 [2022-07-28T08:30:02.755Z] ok  	github.com/docker/docker/libnetwork/osl/kernel	0.003s	coverage: 20.0% of statements
08:30:02 [2022-07-28T08:30:02.960Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFrom
08:30:03 [2022-07-28T08:30:03.022Z] ok  	github.com/docker/docker/libnetwork/portallocator	0.014s	coverage: 80.7% of statements
08:30:04 [2022-07-28T08:30:04.397Z] ok  	github.com/docker/docker/libnetwork/portmapper	0.620s	coverage: 48.6% of statements
08:30:04 [2022-07-28T08:30:04.397Z] ok  	github.com/docker/docker/libnetwork/resolvconf	0.004s	coverage: 70.6% of statements
08:30:04 [2022-07-28T08:30:04.397Z] ?   	github.com/docker/docker/libnetwork/testutils	[no test files]
08:30:04 [2022-07-28T08:30:04.656Z] ok  	github.com/docker/docker/libnetwork/types	0.002s	coverage: 37.3% of statements
08:30:04 [2022-07-28T08:30:04.656Z] 
08:30:04 [2022-07-28T08:30:04.656Z] === Skipped
08:30:04 [2022-07-28T08:30:04.656Z] === SKIP: libnetwork TestParallel3 (0.00s)
08:30:04 [2022-07-28T08:30:04.656Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
08:30:04 [2022-07-28T08:30:04.656Z] 
08:30:04 [2022-07-28T08:30:04.656Z] === SKIP: libnetwork TestParallel1 (0.00s)
08:30:04 [2022-07-28T08:30:04.656Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
08:30:04 [2022-07-28T08:30:04.656Z] 
08:30:04 [2022-07-28T08:30:04.656Z] === SKIP: libnetwork TestParallel2 (0.00s)
08:30:04 [2022-07-28T08:30:04.656Z]     libnetwork_linux_test.go:965: Skipped because t.parallel was less than  3
08:30:04 [2022-07-28T08:30:04.656Z] 
08:30:04 [2022-07-28T08:30:04.656Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s)
08:30:04 [2022-07-28T08:30:04.656Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
08:30:04 [2022-07-28T08:30:04.656Z] 
08:30:04 [2022-07-28T08:30:04.656Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s)
08:30:04 [2022-07-28T08:30:04.656Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
08:30:04 [2022-07-28T08:30:04.656Z] 
08:30:04 [2022-07-28T08:30:04.656Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s)
08:30:04 [2022-07-28T08:30:04.656Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
08:30:04 [2022-07-28T08:30:04.656Z] 
08:30:04 [2022-07-28T08:30:04.656Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s)
08:30:04 [2022-07-28T08:30:04.656Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
08:30:04 [2022-07-28T08:30:04.656Z] 
08:30:04 [2022-07-28T08:30:04.656Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s)
08:30:04 [2022-07-28T08:30:04.656Z]     allocator_test.go:1487: Skipped because t.parallel was less than  5
08:30:04 [2022-07-28T08:30:04.656Z] 
08:30:04 [2022-07-28T08:30:04.656Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s)
08:30:04 [2022-07-28T08:30:04.656Z]     firewalld_test.go:14: firewalld is not running
08:30:04 [2022-07-28T08:30:04.656Z] 
08:30:04 [2022-07-28T08:30:04.656Z] DONE 327 tests, 9 skipped in 202.574s
08:30:04 [2022-07-28T08:30:04.871Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind
Post stage
[Pipeline] junit
08:30:05 [2022-07-28T08:30:05.235Z] Recording test results
08:30:05 [2022-07-28T08:30:05.656Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate vendor)
[Pipeline] sh
08:30:05 [2022-07-28T08:30:05.992Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43875/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=6d41219baee83f456b8628735d9b7ca20e188b1a -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=22.06 docker:6d41219baee83f456b8628735d9b7ca20e188b1a hack/validate/vendor
08:30:06 [2022-07-28T08:30:06.560Z] +++ dirname ./hack/vendor.sh
08:30:06 [2022-07-28T08:30:06.560Z] ++ cd ./hack
08:30:06 [2022-07-28T08:30:06.560Z] ++ pwd
08:30:06 [2022-07-28T08:30:06.560Z] + SCRIPTDIR=/go/src/github.com/docker/docker/hack
08:30:06 [2022-07-28T08:30:06.560Z] + /go/src/github.com/docker/docker/hack/go-mod-prepare.sh
08:30:06 [2022-07-28T08:30:06.560Z] + GO111MODULE=auto
08:30:06 [2022-07-28T08:30:06.560Z] + go mod tidy -modfile vendor.mod -compat 1.17
08:30:06 [2022-07-28T08:30:06.781Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts
08:30:06 [2022-07-28T08:30:06.819Z] go: downloading github.com/docker/distribution v2.8.1+incompatible
08:30:06 [2022-07-28T08:30:06.819Z] go: downloading github.com/pkg/errors v0.9.1
08:30:07 [2022-07-28T08:30:07.077Z] go: downloading google.golang.org/grpc v1.45.0
08:30:07 [2022-07-28T08:30:07.077Z] go: downloading github.com/containerd/containerd v1.6.6
08:30:07 [2022-07-28T08:30:07.337Z] go: downloading github.com/sirupsen/logrus v1.8.1
08:30:07 [2022-07-28T08:30:07.337Z] go: downloading github.com/gorilla/mux v1.8.0
08:30:07 [2022-07-28T08:30:07.595Z] go: downloading gotest.tools/v3 v3.2.0
08:30:07 [2022-07-28T08:30:07.595Z] go: downloading github.com/docker/go-units v0.4.0
08:30:07 [2022-07-28T08:30:07.595Z] go: downloading github.com/golang/gddo v0.0.0-20190904175337-72a348e765d2
08:30:07 [2022-07-28T08:30:07.595Z] go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
08:30:07 [2022-07-28T08:30:07.595Z] go: downloading golang.org/x/net v0.0.0-20211216030914-fe4d6282115f
08:30:07 [2022-07-28T08:30:07.719Z] === RUN   TestDockerSuite/TestVolumeCLICreate
08:30:07 [2022-07-28T08:30:07.854Z] go: downloading github.com/moby/buildkit v0.10.3
08:30:07 [2022-07-28T08:30:07.854Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
08:30:07 [2022-07-28T08:30:07.854Z] go: downloading github.com/docker/go-connections v0.4.0
08:30:07 [2022-07-28T08:30:07.854Z] go: downloading github.com/gogo/protobuf v1.3.2
08:30:07 [2022-07-28T08:30:07.854Z] go: downloading github.com/opencontainers/go-digest v1.0.0
08:30:07 [2022-07-28T08:30:07.854Z] go: downloading golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11
08:30:08 [2022-07-28T08:30:08.113Z] go: downloading github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417
08:30:08 [2022-07-28T08:30:08.113Z] go: downloading go.etcd.io/bbolt v1.3.6
08:30:08 [2022-07-28T08:30:08.113Z] go: downloading github.com/containerd/continuity v0.3.0
08:30:08 [2022-07-28T08:30:08.371Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1
08:30:08 [2022-07-28T08:30:08.371Z] go: downloading github.com/tonistiigi/fsutil v0.0.0-20220115021204-b19f7f9cb274
08:30:08 [2022-07-28T08:30:08.371Z] go: downloading github.com/moby/sys/symlink v0.2.0
08:30:08 [2022-07-28T08:30:08.371Z] go: downloading golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a
08:30:08 [2022-07-28T08:30:08.371Z] go: downloading github.com/google/go-cmp v0.5.7
08:30:08 [2022-07-28T08:30:08.371Z] go: downloading github.com/Microsoft/go-winio v0.5.2
08:30:08 [2022-07-28T08:30:08.371Z] go: downloading github.com/docker/go-metrics v0.0.1
08:30:08 [2022-07-28T08:30:08.371Z] go: downloading github.com/moby/sys/signal v0.7.0
08:30:08 [2022-07-28T08:30:08.371Z] go: downloading github.com/opencontainers/runc v1.1.2
08:30:08 [2022-07-28T08:30:08.632Z] go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
08:30:08 [2022-07-28T08:30:08.632Z] go: downloading github.com/spf13/cobra v1.1.3
08:30:08 [2022-07-28T08:30:08.632Z] go: downloading github.com/ishidawataru/sctp v0.0.0-20210707070123-9a39160e9062
08:30:08 [2022-07-28T08:30:08.632Z] go: downloading github.com/containerd/cgroups v1.0.4
08:30:08 [2022-07-28T08:30:08.632Z] go: downloading github.com/coreos/go-systemd/v22 v22.3.2
08:30:08 [2022-07-28T08:30:08.632Z] go: downloading github.com/moby/swarmkit/v2 v2.0.0-20220420172245-6068d1894d46
08:30:08 [2022-07-28T08:30:08.632Z] go: downloading github.com/spf13/pflag v1.0.5
08:30:08 [2022-07-28T08:30:08.632Z] go: downloading github.com/hashicorp/go-memdb v1.3.2
08:30:08 [2022-07-28T08:30:08.890Z] go: downloading github.com/moby/sys/mount v0.3.3
08:30:08 [2022-07-28T08:30:08.890Z] go: downloading github.com/opencontainers/selinux v1.10.1
08:30:08 [2022-07-28T08:30:08.890Z] go: downloading github.com/google/uuid v1.3.0
08:30:08 [2022-07-28T08:30:08.890Z] go: downloading github.com/Microsoft/hcsshim v0.9.3
08:30:08 [2022-07-28T08:30:08.890Z] go: downloading github.com/vishvananda/netlink v1.2.1-beta.2
08:30:08 [2022-07-28T08:30:08.890Z] go: downloading github.com/docker/libtrust v0.0.0-20150526203908-9cbd2a1374f4
08:30:09 [2022-07-28T08:30:09.149Z] go: downloading github.com/moby/locker v1.0.1
08:30:09 [2022-07-28T08:30:09.149Z] go: downloading github.com/moby/sys/mountinfo v0.6.2
08:30:09 [2022-07-28T08:30:09.149Z] go: downloading github.com/prometheus/client_golang v1.12.1
08:30:09 [2022-07-28T08:30:09.149Z] go: downloading github.com/tonistiigi/go-archvariant v1.0.0
08:30:09 [2022-07-28T08:30:09.149Z] go: downloading github.com/imdario/mergo v0.3.12
08:30:09 [2022-07-28T08:30:09.149Z] go: downloading github.com/vbatts/tar-split v0.11.2
08:30:09 [2022-07-28T08:30:09.149Z] go: downloading github.com/mistifyio/go-zfs v2.1.2-0.20190413222219-f784269be439+incompatible
08:30:09 [2022-07-28T08:30:09.149Z] go: downloading github.com/containerd/fifo v1.0.0
08:30:09 [2022-07-28T08:30:09.149Z] go: downloading github.com/aws/aws-sdk-go v1.31.6
08:30:11 [2022-07-28T08:30:11.052Z] go: downloading github.com/fluent/fluent-logger-golang v1.9.0
08:30:11 [2022-07-28T08:30:11.052Z] go: downloading cloud.google.com/go v0.93.3
08:30:11 [2022-07-28T08:30:11.052Z] go: downloading cloud.google.com/go/logging v1.4.2
08:30:11 [2022-07-28T08:30:11.311Z] go: downloading google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa
08:30:11 [2022-07-28T08:30:11.311Z] go: downloading github.com/Graylog2/go-gelf v0.0.0-20191017102106-1550ee647df0
08:30:11 [2022-07-28T08:30:11.311Z] go: downloading github.com/bsphere/le_go v0.0.0-20170215134836-7a984a84b549
08:30:11 [2022-07-28T08:30:11.311Z] go: downloading github.com/RackSec/srslog v0.0.0-20180709174129-a4725f04ec91
08:30:11 [2022-07-28T08:30:11.311Z] go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
08:30:11 [2022-07-28T08:30:11.311Z] go: downloading github.com/containerd/typeurl v1.0.2
08:30:11 [2022-07-28T08:30:11.311Z] go: downloading github.com/pelletier/go-toml v1.9.4
08:30:11 [2022-07-28T08:30:11.570Z] go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
08:30:11 [2022-07-28T08:30:11.829Z] go: downloading github.com/creack/pty v1.1.11
08:30:11 [2022-07-28T08:30:11.829Z] go: downloading github.com/docker/libkv v0.2.2-0.20211217103745-e480589147e3
08:30:11 [2022-07-28T08:30:11.829Z] go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
08:30:11 [2022-07-28T08:30:11.829Z] go: downloading github.com/miekg/dns v1.1.27
08:30:12 [2022-07-28T08:30:12.087Z] go: downloading github.com/moby/ipvs v1.0.2
08:30:12 [2022-07-28T08:30:12.087Z] go: downloading github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f
08:30:12 [2022-07-28T08:30:12.087Z] go: downloading github.com/golang/protobuf v1.5.2
08:30:13 [2022-07-28T08:30:13.990Z] go: downloading github.com/stretchr/testify v1.7.1
08:30:13 [2022-07-28T08:30:13.990Z] go: downloading github.com/morikuni/aec v1.0.0
08:30:13 [2022-07-28T08:30:13.990Z] go: downloading github.com/hashicorp/serf v0.8.5
08:30:13 [2022-07-28T08:30:13.990Z] go: downloading github.com/deckarep/golang-set v0.0.0-20141123011944-ef32fa3046d9
08:30:13 [2022-07-28T08:30:13.990Z] go: downloading github.com/godbus/dbus/v5 v5.0.6
08:30:14 [2022-07-28T08:30:14.249Z] go: downloading github.com/armon/go-radix v0.0.0-20150105235045-e39d623f12e8
08:30:14 [2022-07-28T08:30:14.249Z] go: downloading github.com/hashicorp/memberlist v0.2.4
08:30:14 [2022-07-28T08:30:14.249Z] go: downloading github.com/klauspost/compress v1.15.1
08:30:14 [2022-07-28T08:30:14.249Z] go: downloading github.com/tchap/go-patricia v2.3.0+incompatible
08:30:14 [2022-07-28T08:30:14.249Z] go: downloading github.com/rootless-containers/rootlesskit v1.0.0
08:30:14 [2022-07-28T08:30:14.250Z] go: downloading github.com/containerd/stargz-snapshotter/estargz v0.11.3
08:30:14 [2022-07-28T08:30:14.250Z] go: downloading github.com/containerd/stargz-snapshotter v0.11.3
08:30:14 [2022-07-28T08:30:14.250Z] go: downloading github.com/hashicorp/go-multierror v1.1.1
08:30:14 [2022-07-28T08:30:14.250Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
08:30:14 [2022-07-28T08:30:14.250Z] go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
08:30:14 [2022-07-28T08:30:14.533Z] go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
08:30:14 [2022-07-28T08:30:14.533Z] go: downloading go.opentelemetry.io/otel v1.4.1
08:30:14 [2022-07-28T08:30:14.533Z] go: downloading go.opentelemetry.io/otel/trace v1.4.1
08:30:14 [2022-07-28T08:30:14.533Z] go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
08:30:14 [2022-07-28T08:30:14.533Z] go: downloading go.opentelemetry.io/otel/sdk v1.4.1
08:30:14 [2022-07-28T08:30:14.533Z] go: downloading golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd
08:30:14 [2022-07-28T08:30:14.533Z] go: downloading go.opentelemetry.io/proto/otlp v0.12.0
08:30:14 [2022-07-28T08:30:14.533Z] go: downloading github.com/mitchellh/hashstructure/v2 v2.0.2
08:30:14 [2022-07-28T08:30:14.792Z] go: downloading github.com/containerd/console v1.0.3
08:30:14 [2022-07-28T08:30:14.792Z] go: downloading github.com/containerd/go-runc v1.0.0
08:30:14 [2022-07-28T08:30:14.792Z] go: downloading github.com/gogo/googleapis v1.4.1
08:30:14 [2022-07-28T08:30:14.792Z] go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
08:30:14 [2022-07-28T08:30:14.792Z] go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
08:30:14 [2022-07-28T08:30:14.792Z] go: downloading github.com/hashicorp/golang-lru v0.5.4
08:30:14 [2022-07-28T08:30:14.792Z] go: downloading github.com/hashicorp/go-uuid v1.0.1
08:30:14 [2022-07-28T08:30:14.792Z] go: downloading github.com/inconshreveable/mousetrap v1.0.0
08:30:14 [2022-07-28T08:30:14.792Z] go: downloading go.etcd.io/etcd/raft/v3 v3.5.2
08:30:14 [2022-07-28T08:30:14.792Z] go: downloading github.com/fernet/fernet-go v0.0.0-20180830025343-9eac43b88a5e
08:30:14 [2022-07-28T08:30:14.792Z] go: downloading github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
08:30:14 [2022-07-28T08:30:14.792Z] go: downloading github.com/cyphar/filepath-securejoin v0.2.3
08:30:14 [2022-07-28T08:30:14.792Z] go: downloading github.com/beorn7/perks v1.0.1
08:30:14 [2022-07-28T08:30:14.792Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2
08:30:14 [2022-07-28T08:30:14.792Z] go: downloading github.com/prometheus/client_model v0.2.0
08:30:14 [2022-07-28T08:30:14.792Z] go: downloading github.com/prometheus/common v0.32.1
08:30:14 [2022-07-28T08:30:14.792Z] go: downloading github.com/prometheus/procfs v0.7.3
08:30:14 [2022-07-28T08:30:14.792Z] go: downloading google.golang.org/protobuf v1.27.1
08:30:15 [2022-07-28T08:30:15.056Z] go: downloading github.com/phayes/permbits v0.0.0-20190612203442-39d7c581d2ee
08:30:15 [2022-07-28T08:30:15.056Z] go: downloading gopkg.in/yaml.v2 v2.4.0
08:30:15 [2022-07-28T08:30:15.056Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
08:30:15 [2022-07-28T08:30:15.056Z] go: downloading github.com/containerd/ttrpc v1.1.0
08:30:15 [2022-07-28T08:30:15.056Z] go: downloading github.com/tinylib/msgp v1.1.0
08:30:15 [2022-07-28T08:30:15.056Z] go: downloading github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869
08:30:15 [2022-07-28T08:30:15.056Z] go: downloading google.golang.org/api v0.54.0
08:30:17 [2022-07-28T08:30:17.593Z] go: downloading github.com/googleapis/gax-go/v2 v2.0.5
08:30:17 [2022-07-28T08:30:17.593Z] go: downloading go.opencensus.io v0.23.0
08:30:17 [2022-07-28T08:30:17.593Z] go: downloading golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f
08:30:17 [2022-07-28T08:30:17.593Z] go: downloading github.com/google/certificate-transparency-go v1.0.20
08:30:17 [2022-07-28T08:30:17.593Z] go: downloading github.com/davecgh/go-spew v1.1.1
08:30:17 [2022-07-28T08:30:17.593Z] go: downloading github.com/pmezard/go-difflib v1.0.0
08:30:17 [2022-07-28T08:30:17.593Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
08:30:17 [2022-07-28T08:30:17.593Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da
08:30:17 [2022-07-28T08:30:17.593Z] go: downloading github.com/hashicorp/go-msgpack v0.5.5
08:30:17 [2022-07-28T08:30:17.593Z] go: downloading github.com/google/btree v1.0.1
08:30:17 [2022-07-28T08:30:17.593Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2
08:30:17 [2022-07-28T08:30:17.593Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529
08:30:17 [2022-07-28T08:30:17.593Z] go: downloading github.com/cilium/ebpf v0.7.0
08:30:17 [2022-07-28T08:30:17.593Z] go: downloading go.uber.org/goleak v1.1.12
08:30:17 [2022-07-28T08:30:17.593Z] go: downloading golang.org/x/text v0.3.7
08:30:18 [2022-07-28T08:30:18.161Z] go: downloading github.com/hashicorp/errwrap v1.1.0
08:30:18 [2022-07-28T08:30:18.161Z] go: downloading github.com/armon/circbuf v0.0.0-20190214190532-5111143e8da2
08:30:18 [2022-07-28T08:30:18.161Z] go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
08:30:18 [2022-07-28T08:30:18.161Z] go: downloading github.com/gofrs/flock v0.8.1
08:30:18 [2022-07-28T08:30:18.161Z] go: downloading github.com/go-logr/logr v1.2.2
08:30:18 [2022-07-28T08:30:18.161Z] go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
08:30:18 [2022-07-28T08:30:18.420Z] go: downloading github.com/felixge/httpsnoop v1.0.2
08:30:18 [2022-07-28T08:30:18.420Z] go: downloading go.opentelemetry.io/otel/metric v0.27.0
08:30:18 [2022-07-28T08:30:18.420Z] go: downloading github.com/agext/levenshtein v1.2.3
08:30:18 [2022-07-28T08:30:18.420Z] go: downloading code.cloudfoundry.org/clock v1.0.0
08:30:18 [2022-07-28T08:30:18.420Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
08:30:18 [2022-07-28T08:30:18.420Z] go: downloading github.com/jmespath/go-jmespath v0.3.0
08:30:18 [2022-07-28T08:30:18.420Z] go: downloading github.com/philhofer/fwd v1.0.0
08:30:18 [2022-07-28T08:30:18.420Z] go: downloading github.com/kr/pretty v0.2.1
08:30:18 [2022-07-28T08:30:18.420Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
08:30:18 [2022-07-28T08:30:18.420Z] go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c
08:30:18 [2022-07-28T08:30:18.420Z] go: downloading github.com/frankban/quicktest v1.11.3
08:30:18 [2022-07-28T08:30:18.420Z] go: downloading github.com/go-logr/stdr v1.2.2
08:30:18 [2022-07-28T08:30:18.420Z] go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
08:30:18 [2022-07-28T08:30:18.420Z] go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
08:30:18 [2022-07-28T08:30:18.420Z] go: downloading github.com/container-storage-interface/spec v1.5.0
08:30:18 [2022-07-28T08:30:18.420Z] go: downloading github.com/akutz/memconn v0.1.0
08:30:18 [2022-07-28T08:30:18.420Z] go: downloading github.com/onsi/ginkgo v1.16.4
08:30:18 [2022-07-28T08:30:18.420Z] go: downloading github.com/onsi/gomega v1.15.0
08:30:18 [2022-07-28T08:30:18.679Z] go: downloading github.com/dperny/gocsi v1.2.3-pre
08:30:18 [2022-07-28T08:30:18.679Z] go: downloading go.etcd.io/etcd/pkg/v3 v3.5.2
08:30:18 [2022-07-28T08:30:18.679Z] go: downloading go.etcd.io/etcd/server/v3 v3.5.2
08:30:18 [2022-07-28T08:30:18.679Z] go: downloading go.etcd.io/etcd/client/pkg/v3 v3.5.2
08:30:18 [2022-07-28T08:30:18.679Z] go: downloading github.com/kr/text v0.2.0
08:30:18 [2022-07-28T08:30:18.679Z] go: downloading google.golang.org/appengine v1.6.7
08:30:18 [2022-07-28T08:30:18.938Z] go: downloading golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
08:30:18 [2022-07-28T08:30:18.938Z] go: downloading github.com/cockroachdb/datadriven v0.0.0-20200714090401-bf6692d28da5
08:30:18 [2022-07-28T08:30:18.938Z] go: downloading go.uber.org/zap v1.17.0
08:30:18 [2022-07-28T08:30:18.938Z] go: downloading github.com/dustin/go-humanize v1.0.0
08:30:18 [2022-07-28T08:30:18.938Z] go: downloading github.com/nxadm/tail v1.4.8
08:30:18 [2022-07-28T08:30:18.938Z] go: downloading github.com/cockroachdb/errors v1.2.4
08:30:18 [2022-07-28T08:30:18.938Z] go: downloading go.uber.org/atomic v1.7.0
08:30:18 [2022-07-28T08:30:18.938Z] go: downloading go.uber.org/multierr v1.6.0
08:30:18 [2022-07-28T08:30:18.938Z] go: downloading github.com/akutz/gosync v0.1.0
08:30:18 [2022-07-28T08:30:18.938Z] go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
08:30:18 [2022-07-28T08:30:18.938Z] go: downloading github.com/cockroachdb/logtags v0.0.0-20190617123548-eb05cc24525f
08:30:18 [2022-07-28T08:30:18.938Z] go: downloading github.com/getsentry/raven-go v0.2.0
08:30:18 [2022-07-28T08:30:18.938Z] go: downloading github.com/fsnotify/fsnotify v1.5.1
08:30:18 [2022-07-28T08:30:18.938Z] go: downloading github.com/certifi/gocertifi v0.0.0-20200922220541-2c3bb06c6054
08:30:19 [2022-07-28T08:30:19.197Z] + GO111MODULE=auto
08:30:19 [2022-07-28T08:30:19.197Z] + go mod vendor -modfile vendor.mod
08:30:21 [2022-07-28T08:30:21.729Z] Congratulations! All vendoring changes are done the right way.
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
08:30:25 [2022-07-28T08:30:25.317Z] + echo Ensuring container killed.
08:30:25 [2022-07-28T08:30:25.317Z] Ensuring container killed.
08:30:25 [2022-07-28T08:30:25.317Z] + docker rm -vf docker-pr1
08:30:25 [2022-07-28T08:30:25.317Z] Error: No such container: docker-pr1
[Pipeline] sh
08:30:25 [2022-07-28T08:30:25.602Z] + echo Chowning /workspace to jenkins user
08:30:25 [2022-07-28T08:30:25.602Z] Chowning /workspace to jenkins user
08:30:25 [2022-07-28T08:30:25.602Z] + id -u
08:30:25 [2022-07-28T08:30:25.602Z] + id -g
08:30:25 [2022-07-28T08:30:25.602Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43875:/workspace busybox chown -R 1000:1000 /workspace
08:30:25 [2022-07-28T08:30:25.807Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabel
08:30:25 [2022-07-28T08:30:25.807Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabelMultiple
08:30:25 [2022-07-28T08:30:25.807Z] === RUN   TestDockerSuite/TestVolumeCLICreateWithOpts
08:30:25 [2022-07-28T08:30:25.807Z] === RUN   TestDockerSuite/TestVolumeCLIInspect
08:30:25 [2022-07-28T08:30:25.807Z] === RUN   TestDockerSuite/TestVolumeCLIInspectMulti
08:30:25 [2022-07-28T08:30:25.807Z] === RUN   TestDockerSuite/TestVolumeCLIInspectTmplError
08:30:25 [2022-07-28T08:30:25.807Z] === RUN   TestDockerSuite/TestVolumeCLILs
08:30:25 [2022-07-28T08:30:25.807Z] === RUN   TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName
08:30:25 [2022-07-28T08:30:25.807Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDangling
08:30:25 [2022-07-28T08:30:25.807Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDrivers
08:30:25 [2022-07-28T08:30:25.807Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterLabels
08:30:25 [2022-07-28T08:30:25.807Z] === RUN   TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue
08:30:25 [2022-07-28T08:30:25.807Z] === RUN   TestDockerSuite/TestVolumeCLINoArgs
08:30:25 [2022-07-28T08:30:25.807Z] === RUN   TestDockerSuite/TestVolumeCLIRm
08:30:26 [2022-07-28T08:30:26.376Z] === RUN   TestDockerSuite/TestVolumeCLIRmForce
08:30:26 [2022-07-28T08:30:26.376Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceInUse
08:30:26 [2022-07-28T08:30:26.635Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceUsage
08:30:26 [2022-07-28T08:30:26.635Z] === RUN   TestDockerSuite/TestVolumeCliInspectWithVolumeOpts
08:30:26 [2022-07-28T08:30:26.635Z] === RUN   TestDockerSuite/TestVolumeLsFormat
08:30:26 [2022-07-28T08:30:26.635Z] === RUN   TestDockerSuite/TestVolumeLsFormatDefaultFormat
08:30:26 [2022-07-28T08:30:26.896Z] --- PASS: TestDockerSuite (1350.96s)
08:30:26 [2022-07-28T08:30:26.896Z]     --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s)
08:30:26 [2022-07-28T08:30:26.896Z]     --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.05s)
08:30:26 [2022-07-28T08:30:26.896Z]     --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s)
08:30:26 [2022-07-28T08:30:26.896Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s)
08:30:26 [2022-07-28T08:30:26.896Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s)
08:30:26 [2022-07-28T08:30:26.896Z]     --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s)
08:30:26 [2022-07-28T08:30:26.896Z]     --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s)
08:30:26 [2022-07-28T08:30:26.896Z]     --- PASS: TestDockerSuite/TestAPIImagesDelete (3.60s)
08:30:26 [2022-07-28T08:30:26.896Z]     --- PASS: TestDockerSuite/TestAPIImagesFilter (0.18s)
08:30:26 [2022-07-28T08:30:26.896Z]     --- PASS: TestDockerSuite/TestAPIImagesHistory (0.76s)
08:30:26 [2022-07-28T08:30:26.896Z]     --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.33s)
08:30:26 [2022-07-28T08:30:26.896Z]     --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.94s)
08:30:26 [2022-07-28T08:30:26.896Z]     --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.78s)
08:30:26 [2022-07-28T08:30:26.896Z]     --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s)
08:30:26 [2022-07-28T08:30:26.896Z]     --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.89s)
08:30:26 [2022-07-28T08:30:26.896Z]     --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.37s)
08:30:26 [2022-07-28T08:30:26.896Z]     --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s)
08:30:26 [2022-07-28T08:30:26.896Z]     --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s)
08:30:26 [2022-07-28T08:30:26.896Z]     --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.96s)
08:30:26 [2022-07-28T08:30:26.896Z]     --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.60s)
08:30:26 [2022-07-28T08:30:26.896Z]     --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.20s)
08:30:26 [2022-07-28T08:30:26.896Z]     --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s)
08:30:26 [2022-07-28T08:30:26.896Z]     --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s)
08:30:26 [2022-07-28T08:30:26.896Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (3.86s)
08:30:26 [2022-07-28T08:30:26.896Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (1.83s)
08:30:26 [2022-07-28T08:30:26.896Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.12s)
08:30:26 [2022-07-28T08:30:26.896Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.90s)
08:30:26 [2022-07-28T08:30:26.896Z]     --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.62s)
08:30:26 [2022-07-28T08:30:26.896Z]     --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.18s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.62s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.96s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (0.89s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (0.99s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.64s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.93s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (0.98s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildChownOnCopy (4.81s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.51s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.50s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.28s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildScratchCopy (0.44s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.05s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestContainerAPICommit (1.61s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.68s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.78s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.86s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.67s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.54s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestContainerAPICreate (0.74s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.05s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.72s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.05s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.07s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.09s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestContainerAPIDelete (0.82s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.80s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.88s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.89s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.78s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.82s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.86s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.90s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.78s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestContainerAPIKill (0.78s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestContainerAPIPause (0.90s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.79s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.12s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestContainerAPIRename (0.83s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestContainerAPIRestart (1.39s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.42s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.07s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestContainerAPIStart (0.66s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.38s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestContainerAPIStop (0.47s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestContainerAPITop (0.52s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.05s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestContainerAPIWait (2.42s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.50s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (22.50s)
08:30:26 [2022-07-28T08:30:26.897Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false__<nil>_<nil>_<nil>_<nil>} (1.34s)
08:30:26 [2022-07-28T08:30:26.897Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false__<nil>_<nil>_<nil>_<nil>} (1.50s)
08:30:26 [2022-07-28T08:30:26.897Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false__<nil>_<nil>_<nil>_<nil>} (1.54s)
08:30:26 [2022-07-28T08:30:26.897Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true__<nil>_<nil>_<nil>_<nil>} (1.66s)
08:30:26 [2022-07-28T08:30:26.897Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false__<nil>_0xc000c625b8_<nil>_<nil>} (1.52s)
08:30:26 [2022-07-28T08:30:26.897Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-13421466051_/foo_false__<nil>_<nil>_<nil>_<nil>} (1.40s)
08:30:26 [2022-07-28T08:30:26.897Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-13421466051_/foo_true__<nil>_<nil>_<nil>_<nil>} (1.56s)
08:30:26 [2022-07-28T08:30:26.897Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-33657000122_/foo_false__<nil>_<nil>_<nil>_<nil>} (1.48s)
08:30:26 [2022-07-28T08:30:26.897Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-33657000122_/foo_true__<nil>_<nil>_<nil>_<nil>} (1.57s)
08:30:26 [2022-07-28T08:30:26.897Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-33657000122_/foo_true__0xc000c625e8_<nil>_<nil>_<nil>} (1.61s)
08:30:26 [2022-07-28T08:30:26.897Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false__<nil>_0xc000c62600_<nil>_<nil>} (1.63s)
08:30:26 [2022-07-28T08:30:26.897Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false__<nil>_0xc000c62618_<nil>_<nil>} (1.57s)
08:30:26 [2022-07-28T08:30:26.897Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false__<nil>_0xc000c62630_<nil>_<nil>} (1.52s)
08:30:26 [2022-07-28T08:30:26.897Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true__<nil>_0xc000c62648_<nil>_<nil>} (1.70s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.74s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.33s)
08:30:26 [2022-07-28T08:30:26.897Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s)
08:30:26 [2022-07-28T08:30:26.897Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s)
08:30:26 [2022-07-28T08:30:26.897Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s)
08:30:26 [2022-07-28T08:30:26.897Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s)
08:30:26 [2022-07-28T08:30:26.897Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s)
08:30:26 [2022-07-28T08:30:26.897Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.04s)
08:30:26 [2022-07-28T08:30:26.897Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.04s)
08:30:26 [2022-07-28T08:30:26.897Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.04s)
08:30:26 [2022-07-28T08:30:26.897Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s)
08:30:26 [2022-07-28T08:30:26.897Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s)
08:30:26 [2022-07-28T08:30:26.897Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.02s)
08:30:26 [2022-07-28T08:30:26.897Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.02s)
08:30:26 [2022-07-28T08:30:26.897Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.03s)
08:30:26 [2022-07-28T08:30:26.897Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.02s)
08:30:26 [2022-07-28T08:30:26.897Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.03s)
08:30:26 [2022-07-28T08:30:26.897Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.08s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.11s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.80s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.53s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.64s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.61s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.59s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.86s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.88s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.08s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.73s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.51s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.61s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestExecAPIStart (1.70s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.80s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.79s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.81s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.96s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.82s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.93s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.81s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.61s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestExecStateCleanup (11.08s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestGetContainerStats (4.73s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.68s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.98s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.84s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.91s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.10s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.90s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (1.37s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.75s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.87s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (1.02s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.94s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.04s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.99s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.87s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestLogsAPIUntil (3.70s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.73s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.77s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.71s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.49s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestPostContainersAttach (6.77s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.07s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.56s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.74s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.03s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.55s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.08s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.42s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (1.13s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestAttachAfterDetach (2.03s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.87s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestAttachDetach (1.14s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestAttachDisconnect (0.82s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.78s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestAttachPausedContainer (0.83s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.74s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (15.23s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.75s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.34s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.27s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.17s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.74s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.73s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (6.65s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (3.34s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.18s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.79s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.70s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildAddNonTar (0.82s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.41s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (2.57s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.67s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (0.88s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildAddScript (2.29s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (7.14s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (4.73s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.90s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.51s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildAddTar (8.48s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildAddTarXz (1.37s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.33s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (4.13s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (6.61s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildBlankName (0.68s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.32s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.80s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.28s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.34s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (1.88s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.29s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.19s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.15s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (11.73s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.46s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.85s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.50s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.06s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.52s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (5.68s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.24s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.47s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildCacheAdd (1.13s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.02s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildCacheFrom (5.39s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.78s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.07s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (1.06s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.44s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.09s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildClearCmd (0.59s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildCmd (0.39s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.37s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.33s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.51s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildCommentsShebangs (5.53s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildConditionalCache (1.05s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.05s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildContextCleanup (0.29s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.94s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.67s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.39s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (11.35s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.52s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.50s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (3.40s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.57s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (3.24s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (4.77s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.41s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.34s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (5.32s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcard (5.47s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.55s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.11s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (3.12s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.58s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.03s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.01s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.03s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.17s)
08:30:26 [2022-07-28T08:30:26.897Z]     --- PASS: TestDockerSuite/TestBuildDockerignore (8.79s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.09s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreComment (2.47s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (8.67s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (0.67s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.03s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (2.95s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (1.43s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (1.86s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (3.76s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (1.69s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (1.82s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (11.46s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildDotDotFile (0.09s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildEOLInLine (2.70s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.19s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.23s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.49s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.07s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.18s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildEntrypoint (0.21s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (1.43s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.15s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.12s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildEnv (0.80s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildEnvEscapes (0.75s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildEnvOverwrite (0.68s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildEnvUsage (4.66s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildEnvUsage2 (17.04s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.73s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (7.09s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.66s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.53s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.42s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.23s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.28s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (8.47s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildExpose (0.22s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.39s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildExposeOrder (0.34s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.32s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildFails (0.50s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.04s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (1.67s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (1.74s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildForceRm (1.71s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildFromGit (1.20s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.29s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.69s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.46s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.89s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.42s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildFromStdinWithF (2.25s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.97s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.07s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildIidFile (0.35s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.59s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildInheritance (0.37s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.48s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildInvalidTag (0.02s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.65s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildLabel (0.39s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.27s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.29s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.21s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildLabels (0.31s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildLabelsCache (0.71s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildLabelsOverride (1.84s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildLastModified (4.04s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildLineBreak (2.48s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.08s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.07s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.08s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.15s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildMaintainer (0.30s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildMissingArgs (1.38s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (0.99s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildMultiStageArg (2.52s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.38s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.46s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (7.79s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.82s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.93s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.94s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.59s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.34s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (2.46s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildMultipleTags (0.38s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildNetContainer (2.16s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildNetNone (1.04s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildNoContext (1.50s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.73s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.30s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.43s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.05s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.68s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.39s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.52s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildOnBuild (1.64s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.11s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.20s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.83s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.09s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.32s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (3.46s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildPATH (1.84s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.71s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.75s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildRelativeCopy (7.23s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (3.03s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.81s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildRm (2.49s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (1.00s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.07s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.52s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (0.91s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.01s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildShellInherited (1.11s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildShellMultiple (3.50s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.17s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.38s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildSpaces (0.28s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.57s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.08s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildStderr (0.97s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildStepsWithProgress (3.15s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildStopSignal (0.68s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.65s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.37s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildTagEvent (0.61s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (0.86s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildUser (1.19s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.47s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildUsersAndGroups (13.98s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildVerboseOut (0.59s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.20s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.64s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.60s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (0.88s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.08s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildWithFailure (0.54s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.46s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildWithTabs (1.05s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.11s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (2.87s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.40s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildWithVolumes (0.81s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.39s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.55s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.62s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestBuildXZHost (1.93s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.71s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCommitChange (0.92s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCommitChangeLabels (0.76s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCommitHardlink (1.43s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCommitNewFile (1.31s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCommitPausedContainer (0.76s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCommitTTY (1.80s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.24s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCommitWithoutPause (0.90s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCopyAndRestart (1.27s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.14s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCpAbsolutePath (0.64s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.66s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.72s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCpFromCaseA (0.84s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCpFromCaseB (0.60s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCpFromCaseC (0.78s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCpFromCaseD (0.76s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCpFromCaseE (0.93s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCpFromCaseF (0.67s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCpFromCaseG (0.70s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCpFromCaseH (0.74s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCpFromCaseI (0.75s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCpFromCaseJ (0.89s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.07s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.68s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCpGarbagePath (0.58s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCpLocalOnly (0.02s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCpNameHasColon (0.77s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCpRelativePath (0.73s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCpSpecialFiles (0.80s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.87s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.82s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCpToCaseA (1.44s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCpToCaseB (0.82s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCpToCaseC (2.02s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCpToCaseD (4.40s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCpToCaseE (2.86s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCpToCaseF (0.48s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCpToCaseG (2.98s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCpToCaseH (2.08s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCpToCaseI (0.53s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCpToCaseJ (3.32s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.56s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCpToDot (0.52s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.98s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.32s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCpToStdout (0.54s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCpToSymlinkDestination (0.88s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.26s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.87s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCpVolumePath (0.81s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.06s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCreateArgs (0.06s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCreateByImageID (0.35s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCreateEchoStdout (0.48s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCreateHostConfig (0.06s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.47s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.24s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCreateLabels (0.06s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.09s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCreateRM (0.11s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCreateStopSignal (0.05s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCreateStopTimeout (0.11s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.52s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.07s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.74s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCreateWithPortRange (0.07s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.17s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestEventsAttach (0.60s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestEventsCommit (0.76s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestEventsContainerEvents (0.67s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.61s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.52s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.56s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.24s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestEventsContainerRestart (2.32s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.06s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestEventsCopy (0.80s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestEventsFilterContainer (1.01s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.42s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.27s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestEventsFilterImageName (1.17s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestEventsFilterLabels (0.79s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.18s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestEventsFilterType (0.28s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.19s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.05s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestEventsFilters (1.20s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestEventsFormat (0.93s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestEventsFormatBadField (0.02s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestEventsImageImport (0.61s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestEventsImageLoad (0.19s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestEventsImagePull (1.04s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestEventsImageTag (1.03s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.21s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestEventsPluginOps (2.71s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.46s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestEventsRename (0.53s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestEventsResize (0.54s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.48s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.96s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestEventsStreaming (0.72s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.73s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestEventsTop (0.54s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestEventsUntag (2.61s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestEventsUntilInThePast (11.09s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestNetworkEvents (5.70s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestVolumeEvents (0.52s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestExec (0.57s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.25s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestExecCgroup (0.87s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestExecEnv (0.75s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.25s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestExecExitStatus (0.60s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestExecInspectID (2.58s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestExecInteractive (0.52s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.52s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.56s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestExecParseError (0.53s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestExecPausedContainer (0.63s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestExecSetEnv (0.61s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestExecStartFails (0.56s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestExecStopNotHanging (0.51s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestExecTTY (0.58s)
08:30:26 [2022-07-28T08:30:26.898Z]     --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.59s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.53s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestExecUlimits (0.56s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestExecWithImageUser (1.26s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestExecWithNoTERM (0.55s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestExecWithPrivileged (0.78s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestExecWithTERM (0.77s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestExecWithUser (0.75s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.25s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.17s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestHealth (19.46s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.88s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestBuildHistory (2.78s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestHistoryExistentImage (0.03s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.02s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.02s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.57s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.02s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.54s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.59s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.02s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.02s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.08s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.20s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.20s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.30s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.02s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.59s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.06s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.64s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.56s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestImagesFormat (0.06s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.53s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.58s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestImportBadURL (0.04s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestImportDisplay (1.10s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestImportFile (1.19s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestImportFileWithMessage (1.18s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestImportGzipped (1.16s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.11s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.53s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.53s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.48s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestInspectAmpersand (0.45s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.45s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestInspectByPrefix (0.03s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.45s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.65s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.49s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestInspectDefault (0.48s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestInspectHistory (0.60s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestInspectImage (0.01s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestInspectInt64 (0.51s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestInspectJSONFields (0.60s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.06s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.58s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.65s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestInspectPlugin (2.47s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestInspectRootFS (0.02s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.65s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestInspectStatus (0.72s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.41s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestInspectTemplateError (0.53s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.55s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.80s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.54s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.78s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.56s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestLinkShortDefinition (1.32s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestLinksEnvs (1.22s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.41s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.11s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.43s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.41s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.59s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.29s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.54s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (8.40s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (2.09s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.52s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.61s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.86s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.86s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.84s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.89s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.71s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (1.80s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestLogsFollowStopped (0.45s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.46s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestLogsSince (6.52s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.47s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.44s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestLogsTail (0.57s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestLogsTimestamps (0.48s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestLogsWithDetails (0.48s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.08s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestNetHostname (1.28s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.28s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.03s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.04s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.90s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.66s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.65s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.04s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.05s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.29s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.47s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (1.15s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.38s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.79s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.11s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.45s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestPluginLogDriver (2.73s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.92s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestPluginActive (2.38s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestPluginActiveNetwork (5.79s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.60s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.81s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestPluginUpgrade (5.54s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.74s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestPortExposeHostBinding (0.89s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestPortHostBinding (0.90s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestPortList (6.69s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.58s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestPruneContainerLabel (1.96s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestPruneContainerUntil (0.94s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.44s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.12s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestPsByOrder (1.91s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.66s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestPsListContainersBase (2.82s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (4.39s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.14s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.44s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.43s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.04s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.47s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.21s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.02s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.66s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (2.03s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestPsListContainersSize (1.28s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.24s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.83s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestPsRightTagName (1.58s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestPsShowMounts (1.53s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.45s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.41s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.06s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (0.94s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.14s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.54s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (8.25s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.92s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.78s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.06s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestRestartPolicyNO (0.06s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.20s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestRestartRunningContainer (1.97s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestRestartStoppedContainer (0.94s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.17s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestRestartWithVolumes (0.97s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestRmiBlank (0.02s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.08s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.35s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.65s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.32s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.22s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestRmiImgIDForce (0.79s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.19s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestRmiParentImageFail (0.65s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestRmiTag (0.14s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.52s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (3.39s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.54s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.75s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.62s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.73s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.49s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.49s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.53s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestContainerNetworkMode (0.95s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (2.81s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.40s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.15s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.12s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (1.95s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.23s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestContainersNetworkIsolation (1.75s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestDevicePermissions (0.53s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestDockerFails (0.03s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.52s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestMountIntoProc (0.37s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestMountIntoSys (0.79s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.37s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.47s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.49s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (0.91s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestRunAddHost (0.46s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.25s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.51s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.50s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.44s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.74s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.67s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.58s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.86s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (0.90s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestRunAttachDetach (0.64s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.63s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.66s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.54s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.66s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.80s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.79s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.45s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.49s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.44s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestRunBindMounts (1.39s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.55s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.59s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.50s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.76s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s)
08:30:26 [2022-07-28T08:30:26.899Z]     --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.82s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.67s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.69s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.53s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.47s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.51s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.80s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.57s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.53s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunContainerNetwork (0.44s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.06s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.46s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (0.96s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.27s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.92s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.51s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.63s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.52s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.48s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.56s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.17s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.74s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.14s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunCreateVolume (0.57s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.68s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.14s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.34s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.86s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.67s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.61s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunDNSOptions (1.44s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.53s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.60s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.34s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.51s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.78s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.41s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.05s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunDuplicateMount (0.53s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.56s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunEchoStdout (0.64s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.73s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunEmptyEnv (0.05s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunEntrypoint (0.48s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunEnvironment (0.55s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.56s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.92s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunExitCode (0.73s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunExitCodeOne (0.48s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunExitCodeZero (0.54s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.54s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunExposePort (0.02s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.65s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunGroupAdd (0.64s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.00s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.30s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (3.05s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.70s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.08s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.61s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (0.95s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.01s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.01s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.45s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (1.87s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (0.94s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (0.96s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.84s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.35s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.34s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunModeHostname (0.71s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.17s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunModeIpcHost (0.95s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.99s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunModePIDContainer (1.12s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.18s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunModeUTSHost (1.25s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunMount (4.68s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunMountOrdering (0.61s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.71s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.22s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.95s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunNamedVolume (2.03s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.07s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.12s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.38s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.56s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunNetHost (0.91s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.52s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.70s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.94s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.72s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.48s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.55s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.08s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.53s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.10s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.70s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.78s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunNonExistingImage (0.12s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.49s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.90s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.01s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.79s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunPIDsLimit (0.67s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.23s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunPortInUse (0.93s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.66s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.58s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.45s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.47s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.50s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunPublishPort (0.51s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.69s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunReadProcTimer (0.50s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunRedirectStdout (1.10s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.54s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.04s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunRm (0.65s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunRmAndWait (3.53s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunRmPre125Api (0.61s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunRootWorkdir (0.72s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.71s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.50s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (3.23s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.59s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.60s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.46s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.49s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.45s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.64s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.57s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.51s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.50s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunSetMacAddress (0.73s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.67s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunState (1.42s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.52s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunStdinPipe (0.62s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.16s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.67s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.81s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunSysctls (1.15s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunTLSVerify (0.03s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.47s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunTmpfsMounts (2.30s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.53s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.37s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.64s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.87s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.44s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.49s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.54s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.80s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunUnshareProc (1.18s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunUserByID (0.48s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunUserByIDBig (0.14s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.17s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunUserByIDZero (0.47s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunUserByName (0.46s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunUserDefaults (0.45s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunUserNotFound (0.13s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.46s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (3.45s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.55s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.95s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.70s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.30s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.67s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.00s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.64s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.01s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.01s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunWithBadDevice (0.23s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.48s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunWithCPUShares (0.50s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.07s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.57s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.49s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.47s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.46s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.48s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.48s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.17s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.44s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunWithShmSize (0.49s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunWithSwappiness (0.45s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunWithUlimits (0.48s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.22s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.50s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.37s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.04s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunWorkingDirectory (0.87s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.42s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.41s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.52s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestSlowStdinClosing (1.99s)
08:30:26 [2022-07-28T08:30:26.900Z]         --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (0.66s)
08:30:26 [2022-07-28T08:30:26.900Z]         --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (0.67s)
08:30:26 [2022-07-28T08:30:26.900Z]         --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (0.65s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestStopContainerSignal (1.45s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.56s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.26s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.45s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (3.21s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.74s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.53s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.88s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (0.93s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.36s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.32s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.56s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.36s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.34s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.43s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (2.05s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestVolumesNoCopyData (3.12s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.39s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (1.07s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.79s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.80s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.18s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestSaveImageId (0.07s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.39s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestSaveLoadParents (1.34s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.18s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.13s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.12s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestSearchCmdOptions (2.23s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.36s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.37s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.06s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestSearchWithLimit (1.47s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.00s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.01s)
08:30:26 [2022-07-28T08:30:26.900Z]     --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.50s)
08:30:26 [2022-07-28T08:30:26.901Z]     --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.68s)
08:30:26 [2022-07-28T08:30:26.901Z]     --- PASS: TestDockerSuite/TestStartAttachSilent (0.88s)
08:30:26 [2022-07-28T08:30:26.901Z]     --- PASS: TestDockerSuite/TestStartAttachWithRename (2.59s)
08:30:26 [2022-07-28T08:30:26.901Z]     --- PASS: TestDockerSuite/TestStartMultipleContainers (1.99s)
08:30:26 [2022-07-28T08:30:26.901Z]     --- PASS: TestDockerSuite/TestStartPausedContainer (0.56s)
08:30:26 [2022-07-28T08:30:26.901Z]     --- PASS: TestDockerSuite/TestStartRecordError (1.37s)
08:30:26 [2022-07-28T08:30:26.901Z]     --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.57s)
08:30:26 [2022-07-28T08:30:26.901Z]     --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.27s)
08:30:26 [2022-07-28T08:30:26.901Z]     --- PASS: TestDockerSuite/TestStatsAllNoStream (2.52s)
08:30:26 [2022-07-28T08:30:26.901Z]     --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.04s)
08:30:26 [2022-07-28T08:30:26.901Z]     --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.03s)
08:30:26 [2022-07-28T08:30:26.901Z]     --- PASS: TestDockerSuite/TestStatsFormatAll (4.51s)
08:30:26 [2022-07-28T08:30:26.901Z]     --- PASS: TestDockerSuite/TestStatsNoStream (2.50s)
08:30:26 [2022-07-28T08:30:26.901Z]     --- PASS: TestDockerSuite/TestTopMultipleArgs (0.50s)
08:30:26 [2022-07-28T08:30:26.901Z]     --- PASS: TestDockerSuite/TestTopNonPrivileged (0.50s)
08:30:26 [2022-07-28T08:30:26.901Z]     --- PASS: TestDockerSuite/TestTopPrivileged (0.51s)
08:30:26 [2022-07-28T08:30:26.901Z]     --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s)
08:30:26 [2022-07-28T08:30:26.901Z]     --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.45s)
08:30:26 [2022-07-28T08:30:26.901Z]     --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.48s)
08:30:26 [2022-07-28T08:30:26.901Z]     --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
08:30:26 [2022-07-28T08:30:26.901Z]     --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
08:30:26 [2022-07-28T08:30:26.901Z]     --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (0.94s)
08:30:26 [2022-07-28T08:30:26.901Z]     --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.63s)
08:30:26 [2022-07-28T08:30:26.901Z]     --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.57s)
08:30:26 [2022-07-28T08:30:26.901Z]     --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.11s)
08:30:26 [2022-07-28T08:30:26.901Z]     --- PASS: TestDockerSuite/TestUpdateStats (3.56s)
08:30:26 [2022-07-28T08:30:26.901Z]     --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.10s)
08:30:26 [2022-07-28T08:30:26.901Z]     --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.01s)
08:30:26 [2022-07-28T08:30:26.901Z]     --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.74s)
08:30:26 [2022-07-28T08:30:26.901Z]     --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.61s)
08:30:26 [2022-07-28T08:30:26.901Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (1.80s)
08:30:26 [2022-07-28T08:30:26.901Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (1.71s)
08:30:26 [2022-07-28T08:30:26.901Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.26s)
08:30:26 [2022-07-28T08:30:26.901Z]     --- PASS: TestDockerSuite/TestVolumeCLICreate (15.07s)
08:30:26 [2022-07-28T08:30:26.901Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s)
08:30:26 [2022-07-28T08:30:26.901Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s)
08:30:26 [2022-07-28T08:30:26.901Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.48s)
08:30:26 [2022-07-28T08:30:26.901Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s)
08:30:26 [2022-07-28T08:30:26.901Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s)
08:30:26 [2022-07-28T08:30:26.901Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s)
08:30:26 [2022-07-28T08:30:26.901Z]     --- PASS: TestDockerSuite/TestVolumeCLILs (0.50s)
08:30:26 [2022-07-28T08:30:26.901Z]     --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s)
08:30:26 [2022-07-28T08:30:26.901Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.64s)
08:30:26 [2022-07-28T08:30:26.901Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s)
08:30:26 [2022-07-28T08:30:26.901Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s)
08:30:26 [2022-07-28T08:30:26.901Z]     --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s)
08:30:26 [2022-07-28T08:30:26.901Z]     --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s)
08:30:26 [2022-07-28T08:30:26.901Z]     --- PASS: TestDockerSuite/TestVolumeCLIRm (1.46s)
08:30:26 [2022-07-28T08:30:26.901Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.08s)
08:30:26 [2022-07-28T08:30:26.901Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.13s)
08:30:26 [2022-07-28T08:30:26.901Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.05s)
08:30:26 [2022-07-28T08:30:26.901Z]     --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s)
08:30:26 [2022-07-28T08:30:26.901Z]     --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s)
08:30:26 [2022-07-28T08:30:26.901Z]     --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.06s)
08:30:26 [2022-07-28T08:30:26.901Z] === RUN   TestDockerRegistrySuite
08:30:26 [2022-07-28T08:30:26.901Z] === RUN   TestDockerRegistrySuite/TestBuildByDigest
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
08:30:27 [2022-07-28T08:30:27.269Z] + bundleName=unit
08:30:27 [2022-07-28T08:30:27.269Z] + echo Creating unit-bundles.tar.gz
08:30:27 [2022-07-28T08:30:27.269Z] Creating unit-bundles.tar.gz
08:30:27 [2022-07-28T08:30:27.269Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report-libnetwork.xml bundles/junit-report.xml bundles/go-test-report-libnetwork.json bundles/go-test-report.json bundles/profile-libnetwork.out bundles/profile.out
08:30:27 [2022-07-28T08:30:27.269Z] bundles/junit-report-libnetwork.xml
08:30:27 [2022-07-28T08:30:27.269Z] bundles/junit-report.xml
08:30:27 [2022-07-28T08:30:27.269Z] bundles/go-test-report-libnetwork.json
08:30:27 [2022-07-28T08:30:27.269Z] bundles/go-test-report.json
08:30:27 [2022-07-28T08:30:27.269Z] bundles/profile-libnetwork.out
08:30:27 [2022-07-28T08:30:27.269Z] bundles/profile.out
[Pipeline] archiveArtifacts
08:30:27 [2022-07-28T08:30:27.280Z] Archiving artifacts
08:30:27 [2022-07-28T08:30:27.841Z]     check_test.go:427: [d65c2ae685212] daemon is not started
08:30:27 [2022-07-28T08:30:27.841Z] === RUN   TestDockerRegistrySuite/TestBuildCopyFromForcePull
08:30:27 [2022-07-28T08:30:27.908Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43875/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
08:30:28 [2022-07-28T08:30:28.215Z] + make clean
08:30:28 [2022-07-28T08:30:28.472Z] docker volume rm -f docker-dev-cache docker-mod-cache
08:30:28 [2022-07-28T08:30:28.473Z] docker-dev-cache
08:30:28 [2022-07-28T08:30:28.473Z] docker-mod-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
08:30:29 [2022-07-28T08:30:29.220Z]     check_test.go:427: [dd87967d0bd77] daemon is not started
08:30:29 [2022-07-28T08:30:29.220Z] === RUN   TestDockerRegistrySuite/TestBuildMultiStageImplicitPull
08:30:30 [2022-07-28T08:30:30.604Z]     check_test.go:427: [d57335147eef5] daemon is not started
08:30:30 [2022-07-28T08:30:30.604Z] === RUN   TestDockerRegistrySuite/TestConcurrentFailingPull
08:30:30 [2022-07-28T08:30:30.604Z]     check_test.go:427: [d04df12a36283] daemon is not started
08:30:30 [2022-07-28T08:30:30.604Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullMultipleTags
08:30:33 [2022-07-28T08:30:33.895Z]     check_test.go:427: [d0d21af88860b] daemon is not started
08:30:33 [2022-07-28T08:30:33.895Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullWholeRepo
08:30:39 [2022-07-28T08:30:39.186Z]     check_test.go:427: [df4e18a2886e7] daemon is not started
08:30:39 [2022-07-28T08:30:39.186Z] === RUN   TestDockerRegistrySuite/TestConcurrentPush
08:30:39 [2022-07-28T08:30:39.186Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId
08:30:41 [2022-07-28T08:30:41.723Z]     check_test.go:427: [df47830c3de49] daemon is not started
08:30:41 [2022-07-28T08:30:41.723Z] === RUN   TestDockerRegistrySuite/TestCreateByDigest
08:30:43 [2022-07-28T08:30:43.105Z]     check_test.go:427: [d5d84cc7a200a] daemon is not started
08:30:43 [2022-07-28T08:30:43.105Z] === RUN   TestDockerRegistrySuite/TestCrossRepositoryLayerPush
08:30:43 [2022-07-28T08:30:43.364Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerAutoStart
08:30:44 [2022-07-28T08:30:44.302Z]     check_test.go:427: [d7480e3af7b67] daemon is not started
08:30:44 [2022-07-28T08:30:44.302Z] === RUN   TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest
08:30:45 [2022-07-28T08:30:45.683Z]     check_test.go:427: [dd3b779ceb454] daemon is not started
08:30:45 [2022-07-28T08:30:45.683Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag
08:30:47 [2022-07-28T08:30:47.591Z]     check_test.go:427: [d7dc3dacbb642] daemon is not started
08:30:47 [2022-07-28T08:30:47.591Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag
08:30:48 [2022-07-28T08:30:48.971Z]     check_test.go:427: [dbda4cefcdf2f] daemon is not started
08:30:48 [2022-07-28T08:30:48.971Z] === RUN   TestDockerRegistrySuite/TestEventsImageFilterPush
08:30:50 [2022-07-28T08:30:50.350Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerEndpointOptions
08:30:50 [2022-07-28T08:30:50.350Z]     check_test.go:427: [dd19c90629c3d] daemon is not started
08:30:50 [2022-07-28T08:30:50.350Z] === RUN   TestDockerRegistrySuite/TestInspectImageWithDigests
08:30:51 [2022-07-28T08:30:51.288Z]     check_test.go:427: [da9fc4729fa69] daemon is not started
08:30:51 [2022-07-28T08:30:51.288Z] === RUN   TestDockerRegistrySuite/TestListDanglingImagesWithDigests
08:30:52 [2022-07-28T08:30:52.668Z]     docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:04411c69f4b01c80122953778d1a9c80b1f555698470f4a9418dc34ddcb170fb
08:30:53 [2022-07-28T08:30:53.609Z]     docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:de741d7855b0e7025c5c3b25dbc183ab04a2653468d4193fdc27a883a30dc1c0
08:30:54 [2022-07-28T08:30:54.177Z]     check_test.go:427: [d058682f112f8] daemon is not started
08:30:54 [2022-07-28T08:30:54.178Z] === RUN   TestDockerRegistrySuite/TestListImagesWithDigests
08:30:55 [2022-07-28T08:30:55.116Z]     docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:418ef496a89d3bb99611e7468225e5e80df3a18677a7e9b359a3e600d3508300
08:30:56 [2022-07-28T08:30:56.062Z]     docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:9ba56bc7c02209138753685384d7e71d28a1cfeb9048263ce65b7d071dd8851c
08:30:56 [2022-07-28T08:30:56.323Z]     check_test.go:427: [d205aa32a9090] daemon is not started
08:30:56 [2022-07-28T08:30:56.323Z] === RUN   TestDockerRegistrySuite/TestListImagesWithoutDigests
08:30:57 [2022-07-28T08:30:57.261Z] === RUN   TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork
08:30:57 [2022-07-28T08:30:57.520Z]     check_test.go:427: [dd1539dd3ebd4] daemon is not started
08:30:57 [2022-07-28T08:30:57.520Z] === RUN   TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest
08:31:00 [2022-07-28T08:31:00.058Z] === RUN   TestDockerSwarmSuite/TestSwarmIncompatibleDaemon
08:31:00 [2022-07-28T08:31:00.627Z]     check_test.go:427: [da86c08c0e267] daemon is not started
08:31:00 [2022-07-28T08:31:00.627Z] === RUN   TestDockerRegistrySuite/TestPullByDigest
08:31:01 [2022-07-28T08:31:01.565Z]     check_test.go:427: [d4633a9aa0370] daemon is not started
08:31:01 [2022-07-28T08:31:01.565Z] === RUN   TestDockerRegistrySuite/TestPullByDigestNoFallback
08:31:01 [2022-07-28T08:31:01.825Z]     check_test.go:427: [d6171703bf835] daemon is not started
08:31:01 [2022-07-28T08:31:01.825Z] === RUN   TestDockerRegistrySuite/TestPullByTagDisplaysDigest
08:31:03 [2022-07-28T08:31:03.207Z]     check_test.go:427: [d2fec5947a247] daemon is not started
08:31:03 [2022-07-28T08:31:03.207Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredLayer
08:31:04 [2022-07-28T08:31:04.146Z]     check_test.go:427: [d27581a8c2d7d] daemon is not started
08:31:04 [2022-07-28T08:31:04.146Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredManifest
08:31:04 [2022-07-28T08:31:04.408Z] === RUN   TestDockerSwarmSuite/TestSwarmIngressNetwork
08:31:05 [2022-07-28T08:31:05.346Z]     check_test.go:427: [d5820a54b9267] daemon is not started
08:31:05 [2022-07-28T08:31:05.346Z] === RUN   TestDockerRegistrySuite/TestPullIDStability
08:31:07 [2022-07-28T08:31:07.256Z] === RUN   TestDockerSwarmSuite/TestSwarmInit
08:31:08 [2022-07-28T08:31:08.195Z]     check_test.go:427: [dccae339a8699] daemon is not started
08:31:08 [2022-07-28T08:31:08.195Z] === RUN   TestDockerRegistrySuite/TestPullImageWithAliases
08:31:08 [2022-07-28T08:31:08.764Z]     check_test.go:427: [d0b4aaaf9a982] daemon is not started
08:31:08 [2022-07-28T08:31:08.764Z] === RUN   TestDockerRegistrySuite/TestPullManifestList
08:31:10 [2022-07-28T08:31:10.146Z]     check_test.go:427: [d9bf4bac7683b] daemon is not started
08:31:10 [2022-07-28T08:31:10.146Z] === RUN   TestDockerRegistrySuite/TestPullNoLayers
08:31:10 [2022-07-28T08:31:10.715Z]     check_test.go:427: [d31e9e4e00f69] daemon is not started
08:31:10 [2022-07-28T08:31:10.715Z] === RUN   TestDockerRegistrySuite/TestPushBadTag
08:31:10 [2022-07-28T08:31:10.715Z]     check_test.go:427: [d39cfb0402854] daemon is not started
08:31:10 [2022-07-28T08:31:10.715Z] === RUN   TestDockerRegistrySuite/TestPushBusyboxImage
08:31:10 [2022-07-28T08:31:10.974Z]     check_test.go:427: [d26ab56f16cbc] daemon is not started
08:31:10 [2022-07-28T08:31:10.974Z] === RUN   TestDockerRegistrySuite/TestPushEmptyLayer
08:31:11 [2022-07-28T08:31:11.234Z] === RUN   TestDockerSwarmSuite/TestSwarmInitIPv6
08:31:11 [2022-07-28T08:31:11.234Z]     docker_cli_swarm_test.go:130: unmatched requirement IPv6
08:31:11 [2022-07-28T08:31:11.234Z] === RUN   TestDockerSwarmSuite/TestSwarmInitLocked
08:31:11 [2022-07-28T08:31:11.234Z]     check_test.go:427: [dc75cfb4af733] daemon is not started
08:31:11 [2022-07-28T08:31:11.234Z] === RUN   TestDockerRegistrySuite/TestPushMultipleTags
08:31:11 [2022-07-28T08:31:11.803Z]     check_test.go:427: [d27bf5873a00a] daemon is not started
08:31:11 [2022-07-28T08:31:11.803Z] === RUN   TestDockerRegistrySuite/TestPushUntagged
08:31:11 [2022-07-28T08:31:11.803Z]     check_test.go:427: [d58d212651582] daemon is not started
08:31:11 [2022-07-28T08:31:11.803Z] === RUN   TestDockerRegistrySuite/TestRemoveImageByDigest
08:31:13 [2022-07-28T08:31:13.184Z]     check_test.go:427: [db6d6c92cabf7] daemon is not started
08:31:13 [2022-07-28T08:31:13.184Z] === RUN   TestDockerRegistrySuite/TestRunByDigest
08:31:15 [2022-07-28T08:31:15.099Z]     check_test.go:427: [d1c3f0712c1fe] daemon is not started
08:31:15 [2022-07-28T08:31:15.099Z] === RUN   TestDockerRegistrySuite/TestRunImplicitPullWithNoTag
08:31:15 [2022-07-28T08:31:15.668Z]     check_test.go:427: [dba999f578935] daemon is not started
08:31:15 [2022-07-28T08:31:15.668Z] === RUN   TestDockerRegistrySuite/TestTagByDigest
08:31:16 [2022-07-28T08:31:16.605Z]     check_test.go:427: [d93d659b48661] daemon is not started
08:31:16 [2022-07-28T08:31:16.605Z] === RUN   TestDockerRegistrySuite/TestUserAgentPassThrough
08:31:17 [2022-07-28T08:31:17.543Z] === RUN   TestDockerRegistrySuite/TestV2Only
08:31:18 [2022-07-28T08:31:18.480Z] --- PASS: TestDockerRegistrySuite (51.51s)
08:31:18 [2022-07-28T08:31:18.480Z]     --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.20s)
08:31:18 [2022-07-28T08:31:18.480Z]     --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.01s)
08:31:18 [2022-07-28T08:31:18.480Z]     --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.42s)
08:31:18 [2022-07-28T08:31:18.480Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.16s)
08:31:18 [2022-07-28T08:31:18.480Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.84s)
08:31:18 [2022-07-28T08:31:18.480Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (5.02s)
08:31:18 [2022-07-28T08:31:18.480Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPush (3.42s)
08:31:18 [2022-07-28T08:31:18.480Z]     --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.28s)
08:31:18 [2022-07-28T08:31:18.480Z]     --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (1.05s)
08:31:18 [2022-07-28T08:31:18.480Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.57s)
08:31:18 [2022-07-28T08:31:18.480Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.55s)
08:31:18 [2022-07-28T08:31:18.480Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.55s)
08:31:18 [2022-07-28T08:31:18.480Z]     --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.49s)
08:31:18 [2022-07-28T08:31:18.480Z]     --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.04s)
08:31:18 [2022-07-28T08:31:18.480Z]     --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.65s)
08:31:18 [2022-07-28T08:31:18.480Z]     --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.31s)
08:31:18 [2022-07-28T08:31:18.480Z]     --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.27s)
08:31:18 [2022-07-28T08:31:18.480Z]     --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.90s)
08:31:18 [2022-07-28T08:31:18.480Z]     --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.15s)
08:31:18 [2022-07-28T08:31:18.480Z]     --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.16s)
08:31:18 [2022-07-28T08:31:18.480Z]     --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.27s)
08:31:18 [2022-07-28T08:31:18.480Z]     --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.14s)
08:31:18 [2022-07-28T08:31:18.480Z]     --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (1.05s)
08:31:18 [2022-07-28T08:31:18.480Z]     --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.95s)
08:31:18 [2022-07-28T08:31:18.480Z]     --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.51s)
08:31:18 [2022-07-28T08:31:18.480Z]     --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.34s)
08:31:18 [2022-07-28T08:31:18.480Z]     --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.51s)
08:31:18 [2022-07-28T08:31:18.480Z]     --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s)
08:31:18 [2022-07-28T08:31:18.480Z]     --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.28s)
08:31:18 [2022-07-28T08:31:18.480Z]     --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.32s)
08:31:18 [2022-07-28T08:31:18.480Z]     --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.35s)
08:31:18 [2022-07-28T08:31:18.480Z]     --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.13s)
08:31:18 [2022-07-28T08:31:18.480Z]     --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.23s)
08:31:18 [2022-07-28T08:31:18.480Z]     --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.70s)
08:31:18 [2022-07-28T08:31:18.480Z]     --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.82s)
08:31:18 [2022-07-28T08:31:18.480Z]     --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.03s)
08:31:18 [2022-07-28T08:31:18.480Z]     --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.91s)
08:31:18 [2022-07-28T08:31:18.480Z]     --- PASS: TestDockerRegistrySuite/TestV2Only (0.77s)
08:31:18 [2022-07-28T08:31:18.480Z] === RUN   TestDockerSchema1RegistrySuite
08:31:18 [2022-07-28T08:31:18.480Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentFailingPull
08:31:18 [2022-07-28T08:31:18.480Z]     check_test.go:454: [da8b71cc24695] daemon is not started
08:31:18 [2022-07-28T08:31:18.480Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags
08:31:21 [2022-07-28T08:31:21.908Z] === RUN   TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr
08:31:21 [2022-07-28T08:31:21.908Z]     check_test.go:454: [d1d99513919b4] daemon is not started
08:31:21 [2022-07-28T08:31:21.908Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo
08:31:22 [2022-07-28T08:31:22.168Z] === RUN   TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr
08:31:23 [2022-07-28T08:31:23.107Z] === RUN   TestDockerSwarmSuite/TestSwarmInitWithDrain
08:31:25 [2022-07-28T08:31:25.645Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinLeave
08:31:27 [2022-07-28T08:31:27.554Z]     check_test.go:454: [d114ca54f96f6] daemon is not started
08:31:27 [2022-07-28T08:31:27.554Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigest
08:31:28 [2022-07-28T08:31:28.493Z]     check_test.go:454: [d2afcc2e3b07d] daemon is not started
08:31:28 [2022-07-28T08:31:28.493Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback
08:31:28 [2022-07-28T08:31:28.493Z]     check_test.go:454: [d9eb16b850fe8] daemon is not started
08:31:28 [2022-07-28T08:31:28.493Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest
08:31:29 [2022-07-28T08:31:29.431Z]     check_test.go:454: [dbdd4902bd24a] daemon is not started
08:31:29 [2022-07-28T08:31:29.431Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer
08:31:30 [2022-07-28T08:31:30.372Z]     check_test.go:454: [d7b575f32a094] daemon is not started
08:31:30 [2022-07-28T08:31:30.372Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest
08:31:31 [2022-07-28T08:31:31.315Z]     check_test.go:454: [d2c7494cd26df] daemon is not started
08:31:31 [2022-07-28T08:31:31.315Z] === RUN   TestDockerSchema1RegistrySuite/TestPullIDStability
08:31:33 [2022-07-28T08:31:33.853Z]     check_test.go:454: [d0501f52f5eaf] daemon is not started
08:31:33 [2022-07-28T08:31:33.853Z] === RUN   TestDockerSchema1RegistrySuite/TestPullImageWithAliases
08:31:34 [2022-07-28T08:31:34.112Z]     check_test.go:454: [d15eba6888bdb] daemon is not started
08:31:34 [2022-07-28T08:31:34.113Z] === RUN   TestDockerSchema1RegistrySuite/TestPullNoLayers
08:31:34 [2022-07-28T08:31:34.687Z]     check_test.go:454: [da228949bef91] daemon is not started
08:31:34 [2022-07-28T08:31:34.687Z] --- PASS: TestDockerSchema1RegistrySuite (16.38s)
08:31:34 [2022-07-28T08:31:34.687Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.16s)
08:31:34 [2022-07-28T08:31:34.687Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (3.42s)
08:31:34 [2022-07-28T08:31:34.687Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (5.42s)
08:31:34 [2022-07-28T08:31:34.687Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.08s)
08:31:34 [2022-07-28T08:31:34.687Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.14s)
08:31:34 [2022-07-28T08:31:34.687Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.99s)
08:31:34 [2022-07-28T08:31:34.687Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.90s)
08:31:34 [2022-07-28T08:31:34.687Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.88s)
08:31:34 [2022-07-28T08:31:34.687Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.50s)
08:31:34 [2022-07-28T08:31:34.687Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.45s)
08:31:34 [2022-07-28T08:31:34.687Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.43s)
08:31:34 [2022-07-28T08:31:34.687Z] === RUN   TestDockerRegistryAuthHtpasswdSuite
08:31:34 [2022-07-28T08:31:34.687Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry
08:31:35 [2022-07-28T08:31:35.631Z]     check_test.go:483: [d4bac68e38fd5] daemon is not started
08:31:35 [2022-07-28T08:31:35.631Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth
08:31:35 [2022-07-28T08:31:35.890Z]     check_test.go:483: [dcb8732b7887f] daemon is not started
08:31:35 [2022-07-28T08:31:35.890Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry
08:31:36 [2022-07-28T08:31:36.150Z]     check_test.go:483: [d06553b2f40fd] daemon is not started
08:31:36 [2022-07-28T08:31:36.150Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth
08:31:37 [2022-07-28T08:31:37.530Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored
08:31:38 [2022-07-28T08:31:38.100Z]     check_test.go:483: [da0364782c71f] daemon is not started
08:31:38 [2022-07-28T08:31:38.100Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth
08:31:38 [2022-07-28T08:31:38.359Z]     check_test.go:483: [dc5d6b322a7c1] daemon is not started
08:31:38 [2022-07-28T08:31:38.359Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme
08:31:39 [2022-07-28T08:31:39.298Z]     check_test.go:483: [da93ff52fd734] daemon is not started
08:31:39 [2022-07-28T08:31:39.298Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry
08:31:39 [2022-07-28T08:31:39.558Z]     check_test.go:483: [d818027bb47bb] daemon is not started
08:31:39 [2022-07-28T08:31:39.558Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.80s)
08:31:39 [2022-07-28T08:31:39.558Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.79s)
08:31:39 [2022-07-28T08:31:39.558Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.55s)
08:31:39 [2022-07-28T08:31:39.558Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s)
08:31:39 [2022-07-28T08:31:39.558Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.24s)
08:31:39 [2022-07-28T08:31:39.558Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.57s)
08:31:39 [2022-07-28T08:31:39.558Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.49s)
08:31:39 [2022-07-28T08:31:39.558Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.83s)
08:31:39 [2022-07-28T08:31:39.558Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.17s)
08:31:39 [2022-07-28T08:31:39.558Z] === RUN   TestDockerRegistryAuthTokenSuite
08:31:39 [2022-07-28T08:31:39.558Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError
08:31:44 [2022-07-28T08:31:44.831Z]     check_test.go:510: [d603b69b8fe4d] daemon is not started
08:31:44 [2022-07-28T08:31:44.831Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken
08:31:44 [2022-07-28T08:31:44.831Z]     check_test.go:510: [de3844991ff47] daemon is not started
08:31:44 [2022-07-28T08:31:44.831Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized
08:31:44 [2022-07-28T08:31:44.831Z]     check_test.go:510: [d1090d06f84c1] daemon is not started
08:31:44 [2022-07-28T08:31:44.831Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable
08:31:45 [2022-07-28T08:31:45.090Z]     check_test.go:510: [d5ed24410a4e9] daemon is not started
08:31:45 [2022-07-28T08:31:45.090Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse
08:31:45 [2022-07-28T08:31:45.090Z]     check_test.go:510: [d9e0251d9f2f1] daemon is not started
08:31:45 [2022-07-28T08:31:45.090Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.76s)
08:31:45 [2022-07-28T08:31:45.090Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.15s)
08:31:45 [2022-07-28T08:31:45.090Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.16s)
08:31:45 [2022-07-28T08:31:45.090Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.16s)
08:31:45 [2022-07-28T08:31:45.090Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s)
08:31:45 [2022-07-28T08:31:45.090Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s)
08:31:45 [2022-07-28T08:31:45.090Z] === RUN   TestDockerNetworkSuite
08:31:45 [2022-07-28T08:31:45.090Z] === RUN   TestDockerNetworkSuite/TestConntrackFlowsLeak
08:31:46 [2022-07-28T08:31:46.471Z]     docker_cli_network_unix_test.go:46: [d3e1617d3859a] daemon is not started
08:31:46 [2022-07-28T08:31:46.471Z] === RUN   TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig
08:31:47 [2022-07-28T08:31:47.041Z]     docker_cli_network_unix_test.go:46: [dd5c9970d192e] daemon is not started
08:31:47 [2022-07-28T08:31:47.301Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint
08:31:49 [2022-07-28T08:31:49.840Z]     docker_cli_network_unix_test.go:46: [d79aa995fdb91] daemon is not started
08:31:50 [2022-07-28T08:31:50.099Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect
08:31:51 [2022-07-28T08:31:51.482Z]     docker_cli_network_unix_test.go:46: [de29ec75935a3] daemon is not started
08:31:51 [2022-07-28T08:31:51.482Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer
08:31:51 [2022-07-28T08:31:51.742Z]     docker_cli_network_unix_test.go:1233: [d59f72d5d8481] daemon is not started
08:31:54 [2022-07-28T08:31:54.281Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping
08:31:55 [2022-07-28T08:31:55.219Z]     docker_cli_network_unix_test.go:46: [d1861aceb376e] daemon is not started
08:31:55 [2022-07-28T08:31:55.479Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP
08:32:00 [2022-07-28T08:32:00.786Z]     docker_cli_network_unix_test.go:46: [d488337eb1f8b] daemon is not started
08:32:00 [2022-07-28T08:32:00.786Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP
08:32:03 [2022-07-28T08:32:03.324Z]     docker_cli_network_unix_test.go:46: [d9ebc8b9ebf10] daemon is not started
08:32:03 [2022-07-28T08:32:03.584Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer
08:32:04 [2022-07-28T08:32:04.522Z]     docker_cli_network_unix_test.go:46: [d77ffaaa4a04e] daemon is not started
08:32:04 [2022-07-28T08:32:04.783Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork
08:32:05 [2022-07-28T08:32:05.351Z]     docker_cli_network_unix_test.go:46: [d6acb0d2c7cbb] daemon is not started
08:32:05 [2022-07-28T08:32:05.351Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks
08:32:05 [2022-07-28T08:32:05.612Z]     docker_cli_network_unix_test.go:46: [d687dd5790304] daemon is not started
08:32:05 [2022-07-28T08:32:05.612Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithMac
08:32:06 [2022-07-28T08:32:06.182Z]     docker_cli_network_unix_test.go:46: [d984231ad035e] daemon is not started
08:32:06 [2022-07-28T08:32:06.751Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping
08:32:07 [2022-07-28T08:32:07.010Z]     docker_cli_network_unix_test.go:46: [d01a07390ce20] daemon is not started
08:32:07 [2022-07-28T08:32:07.580Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateDelete
08:32:07 [2022-07-28T08:32:07.839Z]     docker_cli_network_unix_test.go:46: [dfc4246d30d95] daemon is not started
08:32:07 [2022-07-28T08:32:07.839Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters
08:32:08 [2022-07-28T08:32:08.098Z]     docker_cli_network_unix_test.go:46: [d630da8ccda3f] daemon is not started
08:32:08 [2022-07-28T08:32:08.098Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateHostBind
08:32:08 [2022-07-28T08:32:08.667Z]     docker_cli_network_unix_test.go:46: [dc509f2a5cd6c] daemon is not started
08:32:08 [2022-07-28T08:32:08.926Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateLabel
08:32:08 [2022-07-28T08:32:08.926Z]     docker_cli_network_unix_test.go:46: [daff2dfd29f72] daemon is not started
08:32:08 [2022-07-28T08:32:08.926Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreatePredefined
08:32:08 [2022-07-28T08:32:08.926Z]     docker_cli_network_unix_test.go:46: [dd8e71071672d] daemon is not started
08:32:08 [2022-07-28T08:32:08.926Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCustomIPAM
08:32:09 [2022-07-28T08:32:09.186Z]     docker_cli_network_unix_test.go:46: [d5d0b9388d40b] daemon is not started
08:32:09 [2022-07-28T08:32:09.186Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork
08:32:10 [2022-07-28T08:32:10.126Z]     docker_cli_network_unix_test.go:46: [d31d3d1efdee7] daemon is not started
08:32:10 [2022-07-28T08:32:10.126Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault
08:32:10 [2022-07-28T08:32:10.695Z]     docker_cli_network_unix_test.go:46: [d7927696e122e] daemon is not started
08:32:10 [2022-07-28T08:32:10.955Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge
08:32:10 [2022-07-28T08:32:10.955Z]     docker_cli_network_unix_test.go:46: [d0ea4944afbe0] daemon is not started
08:32:10 [2022-07-28T08:32:10.955Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost
08:32:11 [2022-07-28T08:32:11.215Z]     docker_cli_network_unix_test.go:46: [de0d5af589847] daemon is not started
08:32:11 [2022-07-28T08:32:11.215Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDriverOptions
08:32:11 [2022-07-28T08:32:11.474Z]     docker_cli_network_unix_test.go:46: [db13329f8ae8e] daemon is not started
08:32:11 [2022-07-28T08:32:11.474Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart
08:32:12 [2022-07-28T08:32:12.857Z]     docker_cli_network_unix_test.go:968: [d49b0d64f9ed0] daemon is not started
08:32:13 [2022-07-28T08:32:13.795Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkFlagAlias
08:32:15 [2022-07-28T08:32:15.174Z]     docker_cli_network_unix_test.go:46: [d5651890a7621] daemon is not started
08:32:15 [2022-07-28T08:32:15.174Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart
08:32:17 [2022-07-28T08:32:17.722Z]     docker_cli_network_unix_test.go:1116: [debd891227209] daemon is not started
08:32:19 [2022-07-28T08:32:19.102Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinPromoteLocked
08:32:21 [2022-07-28T08:32:21.643Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations
08:32:21 [2022-07-28T08:32:21.643Z]     docker_cli_network_unix_test.go:46: [d71b6040acc42] daemon is not started
08:32:21 [2022-07-28T08:32:21.643Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks
08:32:21 [2022-07-28T08:32:21.902Z]     docker_cli_swarm_test.go:1180: [d86162fec6bfb] joining swarm manager [d37ba3d32b987]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
08:32:22 [2022-07-28T08:32:22.470Z]     docker_cli_network_unix_test.go:46: [d43025dcf58b8] daemon is not started
08:32:22 [2022-07-28T08:32:22.470Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMOptions
08:32:22 [2022-07-28T08:32:22.729Z]     docker_cli_network_unix_test.go:46: [d7c9a18995bba] daemon is not started
08:32:22 [2022-07-28T08:32:22.729Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer
08:32:22 [2022-07-28T08:32:22.729Z]     docker_cli_network_unix_test.go:46: [ddbfc2f2ee991] daemon is not started
08:32:22 [2022-07-28T08:32:22.729Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified
08:32:22 [2022-07-28T08:32:22.989Z]     docker_cli_network_unix_test.go:46: [d552d9906fd8b] daemon is not started
08:32:22 [2022-07-28T08:32:22.989Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified
08:32:22 [2022-07-28T08:32:22.989Z]     docker_cli_network_unix_test.go:46: [d8cb61f7999b8] daemon is not started
08:32:22 [2022-07-28T08:32:22.989Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectDefault
08:32:22 [2022-07-28T08:32:22.989Z]     docker_cli_network_unix_test.go:46: [d6724383fa3e4] daemon is not started
08:32:22 [2022-07-28T08:32:22.989Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly
08:32:24 [2022-07-28T08:32:24.897Z]     docker_cli_network_unix_test.go:46: [dda25f48fb53e] daemon is not started
08:32:25 [2022-07-28T08:32:25.467Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLsDefault
08:32:25 [2022-07-28T08:32:25.467Z]     docker_cli_network_unix_test.go:46: [d8c4d28ff95eb] daemon is not started
08:32:25 [2022-07-28T08:32:25.726Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLsFilter
08:32:25 [2022-07-28T08:32:25.726Z]     docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks
08:32:25 [2022-07-28T08:32:25.726Z]     docker_cli_network_unix_test.go:46: [d40602e1a29c0] daemon is not started
08:32:25 [2022-07-28T08:32:25.726Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMacInspect
08:32:25 [2022-07-28T08:32:25.986Z]     docker_cli_network_unix_test.go:46: [d280e6db50e34] daemon is not started
08:32:26 [2022-07-28T08:32:26.246Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart
08:32:28 [2022-07-28T08:32:28.786Z]     docker_cli_swarm_test.go:1189: [d66b52d2a112b] joining swarm manager [d37ba3d32b987]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
08:32:30 [2022-07-28T08:32:30.165Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart
08:32:31 [2022-07-28T08:32:31.545Z]     docker_cli_network_unix_test.go:1084: [d110dcfde1768] daemon is not started
08:32:33 [2022-07-28T08:32:33.453Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver
08:32:33 [2022-07-28T08:32:33.453Z]     docker_cli_network_unix_test.go:46: [d0325d901c2de] daemon is not started
08:32:33 [2022-07-28T08:32:33.453Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping
08:32:33 [2022-07-28T08:32:33.712Z]     docker_cli_network_unix_test.go:46: [d5172c421eb90] daemon is not started
08:32:33 [2022-07-28T08:32:33.973Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks
08:32:35 [2022-07-28T08:32:35.354Z]     docker_cli_network_unix_test.go:46: [d69d90f86aab1] daemon is not started
08:32:35 [2022-07-28T08:32:35.614Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRmPredefined
08:32:35 [2022-07-28T08:32:35.614Z]     docker_cli_network_unix_test.go:46: [d9ca1346bf6fc] daemon is not started
08:32:35 [2022-07-28T08:32:35.614Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRunNetByID
08:32:36 [2022-07-28T08:32:36.200Z]     docker_cli_network_unix_test.go:46: [d7f6d9a5f5592] daemon is not started
08:32:36 [2022-07-28T08:32:36.200Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP
08:32:36 [2022-07-28T08:32:36.773Z]     docker_cli_network_unix_test.go:46: [dadb56519d0e5] daemon is not started
08:32:36 [2022-07-28T08:32:36.773Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkValidateIP
08:32:37 [2022-07-28T08:32:37.342Z]     docker_cli_network_unix_test.go:46: [d1ab004a49764] daemon is not started
08:32:37 [2022-07-28T08:32:37.603Z] === RUN   TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver
08:32:44 [2022-07-28T08:32:44.174Z]     docker_cli_network_unix_test.go:46: [dc1709da1eee4] daemon is not started
08:32:44 [2022-07-28T08:32:44.174Z] --- PASS: TestDockerNetworkSuite (58.56s)
08:32:44 [2022-07-28T08:32:44.174Z]     --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (1.36s)
08:32:44 [2022-07-28T08:32:44.174Z]     --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.66s)
08:32:44 [2022-07-28T08:32:44.174Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (2.85s)
08:32:44 [2022-07-28T08:32:44.174Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.50s)
08:32:44 [2022-07-28T08:32:44.174Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.54s)
08:32:44 [2022-07-28T08:32:44.174Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.45s)
08:32:44 [2022-07-28T08:32:44.174Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (5.31s)
08:32:44 [2022-07-28T08:32:44.174Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.66s)
08:32:44 [2022-07-28T08:32:44.174Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.19s)
08:32:44 [2022-07-28T08:32:44.174Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.56s)
08:32:44 [2022-07-28T08:32:44.174Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.41s)
08:32:44 [2022-07-28T08:32:44.174Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.91s)
08:32:44 [2022-07-28T08:32:44.174Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.93s)
08:32:44 [2022-07-28T08:32:44.174Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.18s)
08:32:44 [2022-07-28T08:32:44.174Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.32s)
08:32:44 [2022-07-28T08:32:44.174Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.79s)
08:32:44 [2022-07-28T08:32:44.174Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.17s)
08:32:44 [2022-07-28T08:32:44.174Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s)
08:32:44 [2022-07-28T08:32:44.174Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.16s)
08:32:44 [2022-07-28T08:32:44.174Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.70s)
08:32:44 [2022-07-28T08:32:44.174Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.05s)
08:32:44 [2022-07-28T08:32:44.174Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s)
08:32:44 [2022-07-28T08:32:44.174Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.26s)
08:32:44 [2022-07-28T08:32:44.174Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.08s)
08:32:44 [2022-07-28T08:32:44.174Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.35s)
08:32:44 [2022-07-28T08:32:44.174Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.24s)
08:32:44 [2022-07-28T08:32:44.174Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (6.21s)
08:32:44 [2022-07-28T08:32:44.174Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.26s)
08:32:44 [2022-07-28T08:32:44.174Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (1.14s)
08:32:44 [2022-07-28T08:32:44.174Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.15s)
08:32:44 [2022-07-28T08:32:44.174Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.07s)
08:32:44 [2022-07-28T08:32:44.174Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.16s)
08:32:44 [2022-07-28T08:32:44.174Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.16s)
08:32:44 [2022-07-28T08:32:44.174Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.01s)
08:32:44 [2022-07-28T08:32:44.174Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.44s)
08:32:44 [2022-07-28T08:32:44.174Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.04s)
08:32:44 [2022-07-28T08:32:44.174Z]     --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s)
08:32:44 [2022-07-28T08:32:44.174Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.75s)
08:32:44 [2022-07-28T08:32:44.174Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.66s)
08:32:44 [2022-07-28T08:32:44.174Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.06s)
08:32:44 [2022-07-28T08:32:44.174Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s)
08:32:44 [2022-07-28T08:32:44.174Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.82s)
08:32:44 [2022-07-28T08:32:44.174Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.64s)
08:32:44 [2022-07-28T08:32:44.174Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s)
08:32:44 [2022-07-28T08:32:44.174Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.66s)
08:32:44 [2022-07-28T08:32:44.174Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.49s)
08:32:44 [2022-07-28T08:32:44.174Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (0.90s)
08:32:44 [2022-07-28T08:32:44.174Z]     --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (6.10s)
08:32:44 [2022-07-28T08:32:44.174Z] === RUN   TestDockerHubPullSuite
08:32:44 [2022-07-28T08:32:44.174Z] === RUN   TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry
08:32:46 [2022-07-28T08:32:46.079Z] === RUN   TestDockerHubPullSuite/TestPullClientDisconnect
08:32:48 [2022-07-28T08:32:48.614Z] === RUN   TestDockerHubPullSuite/TestPullFromCentralRegistry
08:32:49 [2022-07-28T08:32:49.552Z] === RUN   TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts
08:32:51 [2022-07-28T08:32:51.459Z] === RUN   TestDockerHubPullSuite/TestPullNonExistingImage
08:32:51 [2022-07-28T08:32:51.719Z] === RUN   TestDockerHubPullSuite/TestPullScratchNotAllowed
08:32:51 [2022-07-28T08:32:51.979Z] --- PASS: TestDockerHubPullSuite (8.29s)
08:32:51 [2022-07-28T08:32:51.979Z]     --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (2.11s)
08:32:51 [2022-07-28T08:32:51.979Z]     --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.56s)
08:32:51 [2022-07-28T08:32:51.979Z]     --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.98s)
08:32:51 [2022-07-28T08:32:51.979Z]     --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.76s)
08:32:51 [2022-07-28T08:32:51.979Z]     --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.51s)
08:32:51 [2022-07-28T08:32:51.979Z]     --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.36s)
08:32:51 [2022-07-28T08:32:51.979Z] PASS
08:32:51 [2022-07-28T08:32:51.979Z] 
08:32:51 [2022-07-28T08:32:51.979Z] === Skipped
08:32:51 [2022-07-28T08:32:51.979Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z]     docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows
08:32:51 [2022-07-28T08:32:51.979Z]     --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z] 
08:32:51 [2022-07-28T08:32:51.979Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z]     docker_cli_build_test.go:5342: unmatched requirement DaemonIsWindows
08:32:51 [2022-07-28T08:32:51.979Z]     --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z] 
08:32:51 [2022-07-28T08:32:51.979Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s)
08:32:51 [2022-07-28T08:32:51.979Z]     docker_cli_build_test.go:619: unmatched requirement DaemonIsWindows
08:32:51 [2022-07-28T08:32:51.979Z]     --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s)
08:32:51 [2022-07-28T08:32:51.979Z] 
08:32:51 [2022-07-28T08:32:51.979Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s)
08:32:51 [2022-07-28T08:32:51.979Z]     docker_cli_build_test.go:5892: unmatched requirement DaemonIsWindows
08:32:51 [2022-07-28T08:32:51.979Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.01s)
08:32:51 [2022-07-28T08:32:51.979Z] 
08:32:51 [2022-07-28T08:32:51.979Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s)
08:32:51 [2022-07-28T08:32:51.979Z]     docker_cli_build_test.go:5875: unmatched requirement DaemonIsWindows
08:32:51 [2022-07-28T08:32:51.979Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s)
08:32:51 [2022-07-28T08:32:51.979Z] 
08:32:51 [2022-07-28T08:32:51.979Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s)
08:32:51 [2022-07-28T08:32:51.979Z]     docker_cli_build_test.go:5910: unmatched requirement DaemonIsWindows
08:32:51 [2022-07-28T08:32:51.979Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s)
08:32:51 [2022-07-28T08:32:51.979Z] 
08:32:51 [2022-07-28T08:32:51.979Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s)
08:32:51 [2022-07-28T08:32:51.979Z]     docker_cli_build_test.go:5319: unmatched requirement DaemonIsWindows
08:32:51 [2022-07-28T08:32:51.979Z]     --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s)
08:32:51 [2022-07-28T08:32:51.979Z] 
08:32:51 [2022-07-28T08:32:51.979Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z]     docker_cli_build_test.go:5841: unmatched requirement DaemonIsWindows
08:32:51 [2022-07-28T08:32:51.979Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z] 
08:32:51 [2022-07-28T08:32:51.979Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s)
08:32:51 [2022-07-28T08:32:51.979Z]     docker_cli_build_test.go:5307: unmatched requirement DaemonIsWindows
08:32:51 [2022-07-28T08:32:51.979Z]     --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s)
08:32:51 [2022-07-28T08:32:51.979Z] 
08:32:51 [2022-07-28T08:32:51.979Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
08:32:51 [2022-07-28T08:32:51.979Z]     docker_cli_build_test.go:1360: unmatched requirement DaemonIsWindows
08:32:51 [2022-07-28T08:32:51.979Z]     --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
08:32:51 [2022-07-28T08:32:51.979Z] 
08:32:51 [2022-07-28T08:32:51.979Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
08:32:51 [2022-07-28T08:32:51.979Z]     docker_cli_build_test.go:6028: unmatched requirement DaemonIsWindows
08:32:51 [2022-07-28T08:32:51.979Z]     --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
08:32:51 [2022-07-28T08:32:51.979Z] 
08:32:51 [2022-07-28T08:32:51.979Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s)
08:32:51 [2022-07-28T08:32:51.979Z]     docker_cli_build_test.go:5998: unmatched requirement DaemonIsWindows
08:32:51 [2022-07-28T08:32:51.979Z]     --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s)
08:32:51 [2022-07-28T08:32:51.979Z] 
08:32:51 [2022-07-28T08:32:51.979Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s)
08:32:51 [2022-07-28T08:32:51.979Z]     docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows
08:32:51 [2022-07-28T08:32:51.979Z]     --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s)
08:32:51 [2022-07-28T08:32:51.979Z] 
08:32:51 [2022-07-28T08:32:51.979Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
08:32:51 [2022-07-28T08:32:51.979Z]     docker_cli_build_test.go:4917: unmatched requirement DaemonIsWindows
08:32:51 [2022-07-28T08:32:51.979Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
08:32:51 [2022-07-28T08:32:51.979Z] 
08:32:51 [2022-07-28T08:32:51.979Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z]     docker_cli_create_test.go:71: unmatched requirement Devicemapper
08:32:51 [2022-07-28T08:32:51.979Z]     --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z] 
08:32:51 [2022-07-28T08:32:51.979Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z]     docker_cli_create_test.go:83: unmatched requirement Devicemapper
08:32:51 [2022-07-28T08:32:51.979Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z] 
08:32:51 [2022-07-28T08:32:51.979Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z]     docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport
08:32:51 [2022-07-28T08:32:51.979Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z] 
08:32:51 [2022-07-28T08:32:51.979Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z]     docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport
08:32:51 [2022-07-28T08:32:51.979Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z] 
08:32:51 [2022-07-28T08:32:51.979Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z]     docker_cli_exec_test.go:527: unmatched requirement DaemonIsWindows
08:32:51 [2022-07-28T08:32:51.979Z]     --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z] 
08:32:51 [2022-07-28T08:32:51.979Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z]     docker_cli_inspect_test.go:195: unmatched requirement Devicemapper
08:32:51 [2022-07-28T08:32:51.979Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z] 
08:32:51 [2022-07-28T08:32:51.979Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z]     docker_cli_inspect_test.go:177: unmatched requirement Devicemapper
08:32:51 [2022-07-28T08:32:51.979Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z] 
08:32:51 [2022-07-28T08:32:51.979Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z]     docker_cli_plugins_test.go:333: unmatched requirement DaemonIsWindows
08:32:51 [2022-07-28T08:32:51.979Z]     --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z] 
08:32:51 [2022-07-28T08:32:51.979Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z]     docker_cli_pull_test.go:279: unmatched requirement DaemonIsWindows
08:32:51 [2022-07-28T08:32:51.979Z]     --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z] 
08:32:51 [2022-07-28T08:32:51.979Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s)
08:32:51 [2022-07-28T08:32:51.979Z]     docker_cli_run_test.go:4035: unmatched requirement DaemonIsWindows
08:32:51 [2022-07-28T08:32:51.979Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s)
08:32:51 [2022-07-28T08:32:51.979Z] 
08:32:51 [2022-07-28T08:32:51.979Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z]     docker_cli_run_test.go:4054: unmatched requirement DaemonIsWindows
08:32:51 [2022-07-28T08:32:51.979Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z] 
08:32:51 [2022-07-28T08:32:51.979Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z]     docker_cli_run_unix_test.go:86: Host does not have /dev/snd
08:32:51 [2022-07-28T08:32:51.979Z]     --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z] 
08:32:51 [2022-07-28T08:32:51.979Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z]     docker_cli_run_test.go:4137: unmatched requirement DaemonIsWindows
08:32:51 [2022-07-28T08:32:51.979Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z] 
08:32:51 [2022-07-28T08:32:51.979Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.01s)
08:32:51 [2022-07-28T08:32:51.979Z]     docker_cli_run_unix_test.go:584: unmatched requirement swapMemorySupport
08:32:51 [2022-07-28T08:32:51.979Z]     --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.01s)
08:32:51 [2022-07-28T08:32:51.979Z] 
08:32:51 [2022-07-28T08:32:51.979Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z]     docker_cli_run_test.go:4120: unmatched requirement DaemonIsWindows
08:32:51 [2022-07-28T08:32:51.979Z]     --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z] 
08:32:51 [2022-07-28T08:32:51.979Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z]     docker_cli_run_test.go:2855: kernel doesn't have latency_stats configured
08:32:51 [2022-07-28T08:32:51.979Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z] 
08:32:51 [2022-07-28T08:32:51.979Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z]     docker_cli_run_test.go:1438: Unstable test, to be re-activated once #19937 is resolved
08:32:51 [2022-07-28T08:32:51.979Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z] 
08:32:51 [2022-07-28T08:32:51.979Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z]     docker_cli_run_unix_test.go:685: unmatched requirement swapMemorySupport
08:32:51 [2022-07-28T08:32:51.979Z]     --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z] 
08:32:51 [2022-07-28T08:32:51.979Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z]     docker_cli_run_unix_test.go:1410: Host does not have /dev/snd/timer
08:32:51 [2022-07-28T08:32:51.979Z]     --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z] 
08:32:51 [2022-07-28T08:32:51.979Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z]     docker_cli_run_test.go:4090: unmatched requirement DaemonIsWindows
08:32:51 [2022-07-28T08:32:51.979Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z] 
08:32:51 [2022-07-28T08:32:51.979Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.01s)
08:32:51 [2022-07-28T08:32:51.979Z]     docker_cli_run_test.go:4110: unmatched requirement DaemonIsWindows
08:32:51 [2022-07-28T08:32:51.979Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.01s)
08:32:51 [2022-07-28T08:32:51.979Z] 
08:32:51 [2022-07-28T08:32:51.979Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.01s)
08:32:51 [2022-07-28T08:32:51.979Z]     docker_cli_run_test.go:4100: unmatched requirement DaemonIsWindows
08:32:51 [2022-07-28T08:32:51.979Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.01s)
08:32:51 [2022-07-28T08:32:51.979Z] 
08:32:51 [2022-07-28T08:32:51.979Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z]     docker_cli_run_unix_test.go:535: unmatched requirement blkioWeight
08:32:51 [2022-07-28T08:32:51.979Z]     --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z] 
08:32:51 [2022-07-28T08:32:51.979Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z]     docker_cli_run_unix_test.go:546: unmatched requirement blkioWeight
08:32:51 [2022-07-28T08:32:51.979Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z] 
08:32:51 [2022-07-28T08:32:51.979Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z]     docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight
08:32:51 [2022-07-28T08:32:51.979Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z] 
08:32:51 [2022-07-28T08:32:51.979Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z]     docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight
08:32:51 [2022-07-28T08:32:51.979Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z] 
08:32:51 [2022-07-28T08:32:51.979Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z]     docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight
08:32:51 [2022-07-28T08:32:51.979Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z] 
08:32:51 [2022-07-28T08:32:51.979Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z]     docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight
08:32:51 [2022-07-28T08:32:51.979Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z] 
08:32:51 [2022-07-28T08:32:51.979Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z]     docker_cli_run_unix_test.go:554: unmatched requirement blkioWeight
08:32:51 [2022-07-28T08:32:51.979Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z] 
08:32:51 [2022-07-28T08:32:51.979Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z]     docker_cli_run_unix_test.go:622: unmatched requirement swapMemorySupport
08:32:51 [2022-07-28T08:32:51.979Z]     --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z] 
08:32:51 [2022-07-28T08:32:51.979Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z]     docker_cli_run_test.go:4435: unmatched requirement DaemonIsWindows
08:32:51 [2022-07-28T08:32:51.979Z]     --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z] 
08:32:51 [2022-07-28T08:32:51.979Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z]     docker_cli_sni_test.go:30: Flakey test
08:32:51 [2022-07-28T08:32:51.979Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z] 
08:32:51 [2022-07-28T08:32:51.979Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z]     docker_cli_top_test.go:63: unmatched requirement DaemonIsWindows
08:32:51 [2022-07-28T08:32:51.979Z]     --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z] 
08:32:51 [2022-07-28T08:32:51.979Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z]     docker_cli_update_unix_test.go:152: unmatched requirement swapMemorySupport
08:32:51 [2022-07-28T08:32:51.979Z]     --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z] 
08:32:51 [2022-07-28T08:32:51.979Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z]     docker_cli_update_unix_test.go:206: unmatched requirement swapMemorySupport
08:32:51 [2022-07-28T08:32:51.979Z]     --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
08:32:51 [2022-07-28T08:32:51.979Z] 
08:32:51 [2022-07-28T08:32:51.979Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.01s)
08:32:51 [2022-07-28T08:32:51.979Z]     docker_cli_update_unix_test.go:136: unmatched requirement swapMemorySupport
08:32:51 [2022-07-28T08:32:51.979Z]     --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.01s)
08:32:51 [2022-07-28T08:32:51.979Z] 
08:32:51 [2022-07-28T08:32:51.979Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s)
08:32:51 [2022-07-28T08:32:51.979Z]     docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks
08:32:51 [2022-07-28T08:32:51.979Z]     docker_cli_network_unix_test.go:46: [d40602e1a29c0] daemon is not started
08:32:51 [2022-07-28T08:32:51.979Z]     --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s)
08:32:51 [2022-07-28T08:32:51.979Z] 
08:32:51 [2022-07-28T08:32:51.979Z] DONE 1265 tests, 51 skipped in 1502.717s
08:32:51 [2022-07-28T08:32:51.979Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
08:32:52 [2022-07-28T08:32:52.239Z] ++++ cat bundles/test-integration/docker.pid
08:32:52 [2022-07-28T08:32:52.239Z] +++ kill 9350
08:32:52 [2022-07-28T08:32:52.239Z] +++ /etc/init.d/apparmor stop
08:32:52 [2022-07-28T08:32:52.239Z] Leaving: AppArmorNo profiles have been unloaded.
08:32:52 [2022-07-28T08:32:52.239Z] 
08:32:52 [2022-07-28T08:32:52.239Z] Unloading profiles will leave already running processes permanently
08:32:52 [2022-07-28T08:32:52.239Z] unconfined, which can lead to unexpected situations.
08:32:52 [2022-07-28T08:32:52.239Z] 
08:32:52 [2022-07-28T08:32:52.239Z] To set a process to complain mode, use the command line tool
08:32:52 [2022-07-28T08:32:52.239Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
08:32:52 [2022-07-28T08:32:52.239Z] +++ true
08:32:52 [2022-07-28T08:32:52.239Z] exiting test-integration
08:32:52 [2022-07-28T08:32:52.239Z] ++ exit 0
08:32:52 [2022-07-28T08:32:52.239Z] 
08:32:52 [2022-07-28T08:32:52.498Z] + for job in $(jobs -p)
08:32:52 [2022-07-28T08:32:52.498Z] + wait 7869
08:33:10 [2022-07-28T08:33:10.592Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinWithDrain
08:33:20 [2022-07-28T08:33:20.583Z] === RUN   TestDockerSwarmSuite/TestSwarmLeaveLocked
08:33:23 [2022-07-28T08:33:23.874Z] === RUN   TestDockerSwarmSuite/TestSwarmLockUnlockCluster
08:33:25 [2022-07-28T08:33:25.783Z]     docker_cli_swarm_test.go:1112: [d3aa3819ec5a0] joining swarm manager [dd85bc962dada]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
08:33:27 [2022-07-28T08:33:27.161Z]     docker_cli_swarm_test.go:1113: [d1ba352ef736b] joining swarm manager [dd85bc962dada]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
08:34:48 [2022-07-28T08:34:48.606Z]     docker_cli_swarm_test.go:1166: [da4c0d8cb7b51] joining swarm manager [dd85bc962dada]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
08:35:20 [2022-07-28T08:35:20.711Z] === RUN   TestDockerSwarmSuite/TestSwarmManagerAddress
08:35:20 [2022-07-28T08:35:20.711Z]     docker_cli_swarm_test.go:1447: [dbdd721a7306d] joining swarm manager [d1bd141cd2c3c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
08:35:21 [2022-07-28T08:35:21.278Z]     docker_cli_swarm_test.go:1448: [d69f7a5eef1e0] joining swarm manager [d1bd141cd2c3c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
08:35:33 [2022-07-28T08:35:33.488Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup
08:35:33 [2022-07-28T08:35:33.488Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge
08:35:33 [2022-07-28T08:35:33.488Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay
08:35:33 [2022-07-28T08:35:33.488Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge
08:35:33 [2022-07-28T08:35:33.488Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay
08:35:34 [2022-07-28T08:35:34.056Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866
08:35:36 [2022-07-28T08:35:36.593Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions
08:35:39 [2022-07-28T08:35:39.884Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkPlugin
08:35:41 [2022-07-28T08:35:41.790Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkPluginV2
08:35:43 [2022-07-28T08:35:43.698Z]     docker_cli_swarm_unix_test.go:63: [d9602e701e803] joining swarm manager [d8eafc78651a3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
08:36:39 [2022-07-28T08:36:39.952Z] === RUN   TestDockerSwarmSuite/TestSwarmNodeListFilter
08:36:39 [2022-07-28T08:36:39.952Z] === RUN   TestDockerSwarmSuite/TestSwarmNodeTaskListFilter
08:36:39 [2022-07-28T08:36:39.952Z] === RUN   TestDockerSwarmSuite/TestSwarmPublishAdd
08:36:41 [2022-07-28T08:36:41.858Z] === RUN   TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts
08:36:45 [2022-07-28T08:36:45.150Z] === RUN   TestDockerSwarmSuite/TestSwarmReadonlyRootfs
08:36:47 [2022-07-28T08:36:47.057Z] === RUN   TestDockerSwarmSuite/TestSwarmRepeatedRootRotation
08:36:49 [2022-07-28T08:36:49.595Z]     docker_api_swarm_test.go:962: [d4944f579343d] joining swarm manager [d2f3b3d92432f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
08:37:07 [2022-07-28T08:37:07.688Z] === RUN   TestDockerSwarmSuite/TestSwarmRotateUnlockKey
08:37:19 [2022-07-28T08:37:19.912Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceEnvFile
08:37:20 [2022-07-28T08:37:20.850Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceListFilter
08:37:23 [2022-07-28T08:37:23.386Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceLsFilterMode
08:37:25 [2022-07-28T08:37:25.925Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate
08:37:34 [2022-07-28T08:37:34.045Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTTY
08:37:39 [2022-07-28T08:37:39.320Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTTYUpdate
08:37:41 [2022-07-28T08:37:41.227Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname
08:37:43 [2022-07-28T08:37:43.763Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceWithGroup
08:37:46 [2022-07-28T08:37:46.304Z] === RUN   TestDockerSwarmSuite/TestSwarmStopSignal
08:37:48 [2022-07-28T08:37:48.840Z] === RUN   TestDockerSwarmSuite/TestSwarmTaskListFilter
08:37:52 [2022-07-28T08:37:52.133Z] === RUN   TestDockerSwarmSuite/TestSwarmUpdate
08:37:54 [2022-07-28T08:37:54.039Z] === RUN   TestDockerSwarmSuite/TestSwarmVolumePlugin
08:38:50 [2022-07-28T08:38:50.275Z] === RUN   TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm
08:39:05 [2022-07-28T08:39:05.160Z] === RUN   TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA
08:39:23 [2022-07-28T08:39:23.269Z] --- PASS: TestDockerSwarmSuite (1549.20s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.17s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.11s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.20s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.27s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.05s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (29.31s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (21.04s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.76s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.47s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (33.62s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (24.74s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (23.85s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.35s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.58s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (48.67s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (16.41s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.91s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.42s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (25.75s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (57.80s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (51.93s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.67s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.44s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (18.73s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (16.92s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.07s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.03s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.65s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.26s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.75s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (32.21s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (27.56s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (39.22s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (24.99s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (5.05s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.58s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.08s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.05s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.25s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.74s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.27s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (3.70s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (23.79s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.81s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.67s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (3.07s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.04s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.17s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.67s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.15s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.14s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (2.60s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.19s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.11s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.18s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.55s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogs (2.92s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (2.86s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.05s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.22s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (5.04s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.11s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (2.97s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (2.97s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (3.48s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestServiceScale (2.59s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (17.10s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.67s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.72s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (16.03s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (7.89s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.53s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.79s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.49s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (7.81s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (72.10s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (4.09s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (6.83s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (7.01s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.66s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.46s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (2.64s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.24s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (10.11s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.78s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.84s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.21s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (54.05s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (51.15s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (9.11s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.23s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (114.92s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.24s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.27s)
08:39:23 [2022-07-28T08:39:23.269Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.16s)
08:39:23 [2022-07-28T08:39:23.269Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.15s)
08:39:23 [2022-07-28T08:39:23.269Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.04s)
08:39:23 [2022-07-28T08:39:23.269Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.07s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.18s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.40s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.17s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.06s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.17s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.17s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.22s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.09s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.46s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.22s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (11.33s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.25s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.21s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.81s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (8.25s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.58s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.51s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.44s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.54s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.45s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.10s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.28s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.86s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.28s)
08:39:23 [2022-07-28T08:39:23.269Z]     --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.18s)
08:39:23 [2022-07-28T08:39:23.269Z] === RUN   TestDockerExternalVolumeSuite
08:39:23 [2022-07-28T08:39:23.269Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume
08:39:23 [2022-07-28T08:39:23.269Z]     docker_cli_external_volume_driver_test.go:53: [d283de8c9790e] daemon is not started
08:39:38 [2022-07-28T08:39:38.151Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities
08:40:45 [2022-07-28T08:40:45.846Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer
08:40:53 [2022-07-28T08:40:53.974Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet
08:41:08 [2022-07-28T08:41:08.858Z]     docker_cli_external_volume_driver_test.go:53: [d9f1f10ae7a68] daemon is not started
08:41:23 [2022-07-28T08:41:23.742Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse
08:41:38 [2022-07-28T08:41:38.627Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverList
08:41:53 [2022-07-28T08:41:53.522Z]     docker_cli_external_volume_driver_test.go:53: [dd5be093fcc94] daemon is not started
08:42:08 [2022-07-28T08:42:08.405Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked
08:42:08 [2022-07-28T08:42:08.405Z]     docker_cli_external_volume_driver_test.go:53: [d84e043828023] daemon is not started
08:42:26 [2022-07-28T08:42:26.496Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID
08:42:58 [2022-07-28T08:42:58.577Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed
08:43:10 [2022-07-28T08:43:10.799Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete
08:43:28 [2022-07-28T08:43:28.891Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls
08:44:15 [2022-07-28T08:44:15.573Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists
08:44:33 [2022-07-28T08:44:33.687Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp
08:45:05 [2022-07-28T08:45:05.770Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail
08:45:37 [2022-07-28T08:45:37.854Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed
08:45:50 [2022-07-28T08:45:50.065Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom
08:46:08 [2022-07-28T08:46:08.176Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart
08:46:08 [2022-07-28T08:46:08.176Z]     docker_cli_external_volume_driver_test.go:485: [d5a744f1f1899] daemon is not started
08:46:23 [2022-07-28T08:46:23.060Z] === RUN   TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict
08:46:23 [2022-07-28T08:46:23.060Z]     docker_cli_external_volume_driver_test.go:53: [d8c4a1c05e875] daemon is not started
08:46:37 [2022-07-28T08:46:37.943Z] --- PASS: TestDockerExternalVolumeSuite (437.19s)
08:46:37 [2022-07-28T08:46:37.943Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.56s)
08:46:37 [2022-07-28T08:46:37.943Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.62s)
08:46:37 [2022-07-28T08:46:37.943Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.19s)
08:46:37 [2022-07-28T08:46:37.943Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s)
08:46:37 [2022-07-28T08:46:37.943Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s)
08:46:37 [2022-07-28T08:46:37.943Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.04s)
08:46:37 [2022-07-28T08:46:37.943Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s)
08:46:37 [2022-07-28T08:46:37.943Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.18s)
08:46:37 [2022-07-28T08:46:37.943Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.17s)
08:46:37 [2022-07-28T08:46:37.943Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.76s)
08:46:37 [2022-07-28T08:46:37.943Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.57s)
08:46:37 [2022-07-28T08:46:37.943Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.25s)
08:46:37 [2022-07-28T08:46:37.943Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.32s)
08:46:37 [2022-07-28T08:46:37.943Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.86s)
08:46:37 [2022-07-28T08:46:37.943Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.20s)
08:46:37 [2022-07-28T08:46:37.943Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.67s)
08:46:37 [2022-07-28T08:46:37.943Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.03s)
08:46:37 [2022-07-28T08:46:37.943Z]     --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s)
08:46:37 [2022-07-28T08:46:37.943Z] PASS
08:46:37 [2022-07-28T08:46:37.943Z] 
08:46:37 [2022-07-28T08:46:37.943Z] === Skipped
08:46:37 [2022-07-28T08:46:37.943Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s)
08:46:37 [2022-07-28T08:46:37.943Z]     docker_cli_daemon_test.go:363: unmatched requirement IPv6
08:46:37 [2022-07-28T08:46:37.943Z]     check_test.go:540: [d267370da508a] daemon is not started
08:46:37 [2022-07-28T08:46:37.943Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s)
08:46:37 [2022-07-28T08:46:37.943Z] 
08:46:37 [2022-07-28T08:46:37.943Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s)
08:46:37 [2022-07-28T08:46:37.943Z]     docker_cli_daemon_test.go:232: unmatched requirement Devicemapper
08:46:37 [2022-07-28T08:46:37.943Z]     check_test.go:540: [d083b700e52ea] daemon is not started
08:46:37 [2022-07-28T08:46:37.943Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s)
08:46:37 [2022-07-28T08:46:37.943Z] 
08:46:37 [2022-07-28T08:46:37.943Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s)
08:46:37 [2022-07-28T08:46:37.943Z]     docker_cli_daemon_test.go:212: unmatched requirement Devicemapper
08:46:37 [2022-07-28T08:46:37.943Z]     check_test.go:540: [df2a27eaa3e2b] daemon is not started
08:46:37 [2022-07-28T08:46:37.943Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s)
08:46:37 [2022-07-28T08:46:37.943Z] 
08:46:37 [2022-07-28T08:46:37.943Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s)
08:46:37 [2022-07-28T08:46:37.943Z]     docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed
08:46:37 [2022-07-28T08:46:37.943Z]     --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s)
08:46:37 [2022-07-28T08:46:37.943Z] 
08:46:37 [2022-07-28T08:46:37.943Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s)
08:46:37 [2022-07-28T08:46:37.943Z]     docker_cli_swarm_test.go:130: unmatched requirement IPv6
08:46:37 [2022-07-28T08:46:37.943Z]     --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s)
08:46:37 [2022-07-28T08:46:37.943Z] 
08:46:37 [2022-07-28T08:46:37.943Z] DONE 269 tests, 5 skipped in 2328.171s
08:46:37 [2022-07-28T08:46:37.943Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
08:46:37 [2022-07-28T08:46:37.943Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/dec6d5dadc65c/docker.pid
08:46:37 [2022-07-28T08:46:37.943Z] +++ kill 7047
08:46:37 [2022-07-28T08:46:37.943Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 7047 is not a child of this shell
08:46:37 [2022-07-28T08:46:37.943Z] warning: PID 7047 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/dec6d5dadc65c/docker.pid had a nonzero exit code
08:46:37 [2022-07-28T08:46:37.943Z] ++++ cat bundles/test-integration/docker.pid
08:46:37 [2022-07-28T08:46:37.943Z] +++ kill 9390
08:46:37 [2022-07-28T08:46:37.943Z] +++ /etc/init.d/apparmor stop
08:46:37 [2022-07-28T08:46:37.943Z] Leaving: AppArmorNo profiles have been unloaded.
08:46:37 [2022-07-28T08:46:37.943Z] 
08:46:37 [2022-07-28T08:46:37.943Z] Unloading profiles will leave already running processes permanently
08:46:37 [2022-07-28T08:46:37.943Z] unconfined, which can lead to unexpected situations.
08:46:37 [2022-07-28T08:46:37.943Z] 
08:46:37 [2022-07-28T08:46:37.943Z] To set a process to complain mode, use the command line tool
08:46:37 [2022-07-28T08:46:37.943Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
08:46:37 [2022-07-28T08:46:37.943Z] +++ true
08:46:37 [2022-07-28T08:46:37.943Z] exiting test-integration
08:46:37 [2022-07-28T08:46:37.943Z] ++ exit 0
08:46:37 [2022-07-28T08:46:37.943Z] 
08:46:37 [2022-07-28T08:46:37.943Z] + exit 0
08:46:37 [2022-07-28T08:46:37.943Z] ++ jobs -p
08:46:37 [2022-07-28T08:46:37.943Z] + pids=
08:46:37 [2022-07-28T08:46:37.943Z] + echo 'Remaining pids to kill: []'
08:46:37 [2022-07-28T08:46:37.943Z] Remaining pids to kill: []
08:46:37 [2022-07-28T08:46:37.943Z] + '[' -z '' ']'
Post stage
[Pipeline] junit
08:46:37 [2022-07-28T08:46:37.958Z] Recording test results
08:46:39 [2022-07-28T08:46:39.831Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
08:46:40 [2022-07-28T08:46:40.153Z] + echo Ensuring container killed.
08:46:40 [2022-07-28T08:46:40.153Z] Ensuring container killed.
08:46:40 [2022-07-28T08:46:40.153Z] + docker ps -aq -f name=docker-pr1-*
08:46:40 [2022-07-28T08:46:40.153Z] + cids=fa2b4495a940
08:46:40 [2022-07-28T08:46:40.153Z] 149c89cfc8f4
08:46:40 [2022-07-28T08:46:40.153Z] e7d13156d78d
08:46:40 [2022-07-28T08:46:40.153Z] + [ -n fa2b4495a940
08:46:40 [2022-07-28T08:46:40.153Z] 149c89cfc8f4
08:46:40 [2022-07-28T08:46:40.153Z] e7d13156d78d ]
08:46:40 [2022-07-28T08:46:40.153Z] + docker rm -vf fa2b4495a940 149c89cfc8f4 e7d13156d78d
08:46:40 [2022-07-28T08:46:40.722Z] fa2b4495a940
08:46:40 [2022-07-28T08:46:40.981Z] 149c89cfc8f4
08:46:40 [2022-07-28T08:46:40.981Z] e7d13156d78d
[Pipeline] sh
08:46:41 [2022-07-28T08:46:41.268Z] + echo Chowning /workspace to jenkins user
08:46:41 [2022-07-28T08:46:41.268Z] Chowning /workspace to jenkins user
08:46:41 [2022-07-28T08:46:41.268Z] + id -u
08:46:41 [2022-07-28T08:46:41.268Z] + id -g
08:46:41 [2022-07-28T08:46:41.268Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43875:/workspace busybox chown -R 1000:1000 /workspace
08:46:41 [2022-07-28T08:46:41.268Z] Unable to find image 'busybox:latest' locally
08:46:41 [2022-07-28T08:46:41.268Z] latest: Pulling from library/busybox
08:46:41 [2022-07-28T08:46:41.528Z] 19d511225f94: Pulling fs layer
08:46:41 [2022-07-28T08:46:41.528Z] 19d511225f94: Verifying Checksum
08:46:41 [2022-07-28T08:46:41.528Z] 19d511225f94: Download complete
08:46:41 [2022-07-28T08:46:41.528Z] 19d511225f94: Pull complete
08:46:41 [2022-07-28T08:46:41.787Z] Digest: sha256:e63286d6bf23acce079c38cd9f63ec19dd1ad4da0e3e942e39f2a08050b50534
08:46:41 [2022-07-28T08:46:41.787Z] Status: Downloaded newer image for busybox:latest
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
08:46:44 [2022-07-28T08:46:44.628Z] + bundleName=amd64
08:46:44 [2022-07-28T08:46:44.628Z] + echo Creating amd64-bundles.tar.gz
08:46:44 [2022-07-28T08:46:44.628Z] Creating amd64-bundles.tar.gz
08:46:44 [2022-07-28T08:46:44.628Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
08:46:44 [2022-07-28T08:46:44.628Z] + xargs tar -czf amd64-bundles.tar.gz
[Pipeline] archiveArtifacts
08:46:46 [2022-07-28T08:46:46.019Z] Archiving artifacts
08:46:48 [2022-07-28T08:46:48.076Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43875/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
08:46:48 [2022-07-28T08:46:48.412Z] + make clean
08:46:48 [2022-07-28T08:46:48.673Z] docker volume rm -f docker-dev-cache docker-mod-cache
08:46:48 [2022-07-28T08:46:48.673Z] docker-dev-cache
08:46:48 [2022-07-28T08:46:48.673Z] docker-mod-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // parallel
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

Finished: SUCCESS